@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-gallery, .tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: opacity 0s,-webkit-transform 0s;
  transition: opacity 0s,-webkit-transform 0s;
  transition: transform 0s,opacity 0s;
  transition: transform 0s,opacity 0s,-webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all .25s;
  transition: all .25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  opacity: .6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-fadeOut, .tns-normal {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333333%;
  width: 2333.33333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714286%;
  width: 1.42857%;
  height: 10px;
  float: left;
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: .5em;
  color: #333;
  background: #f8f8f8;
}

.hljs-comment, .hljs-quote {
  color: #998;
  font-style: italic;
}

.hljs-keyword, .hljs-selector-tag, .hljs-subst {
  color: #333;
  font-weight: 700;
}

.hljs-literal, .hljs-number, .hljs-tag .hljs-attr, .hljs-template-variable, .hljs-variable {
  color: teal;
}

.hljs-doctag, .hljs-string {
  color: #d14;
}

.hljs-section, .hljs-selector-id, .hljs-title {
  color: #900;
  font-weight: 700;
}

.hljs-subst {
  font-weight: 400;
}

.hljs-class .hljs-title, .hljs-type {
  color: #458;
  font-weight: 700;
}

.hljs-attribute, .hljs-name, .hljs-tag {
  color: navy;
  font-weight: 400;
}

.hljs-link, .hljs-regexp {
  color: #009926;
}

.hljs-bullet, .hljs-symbol {
  color: #990073;
}

.hljs-built_in, .hljs-builtin-name {
  color: #0086b3;
}

.hljs-meta {
  color: #999;
  font-weight: 700;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: 700;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
  -webkit-transition-property: visibility,opacity,-webkit-transform;
  transition-property: visibility,opacity,-webkit-transform;
  transition-property: transform,visibility,opacity;
  transition-property: transform,visibility,opacity,-webkit-transform;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
          transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.tippy-box[data-theme~=light] {
  color: #26323d;
  -webkit-box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
          box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-svg-arrow {
  fill: #fff;
}

.tippy-box[data-placement^=top] > .tippy-svg-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-svg-arrow:after, .tippy-box[data-placement^=top] > .tippy-svg-arrow > svg {
  top: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tippy-box[data-placement^=bottom] > .tippy-svg-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-svg-arrow > svg {
  bottom: 16px;
}

.tippy-box[data-placement^=left] > .tippy-svg-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-svg-arrow:after, .tippy-box[data-placement^=left] > .tippy-svg-arrow > svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: calc(50% - 3px);
  left: 11px;
}

.tippy-box[data-placement^=right] > .tippy-svg-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-svg-arrow:after, .tippy-box[data-placement^=right] > .tippy-svg-arrow > svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: calc(50% - 3px);
  right: 11px;
}

.tippy-svg-arrow {
  width: 16px;
  height: 16px;
  fill: #333;
  text-align: initial;
}

.tippy-svg-arrow, .tippy-svg-arrow > svg {
  position: absolute;
}

.tippy-box[data-animation=shift-away][data-state=hidden] {
  opacity: 0;
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.tail-select, .tail-select *, .tail-select :after, .tail-select :before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.tail-select, .tail-select * {
  outline: none;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.tail-select {
  width: 250px;
  margin: 1px;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  font-family: inherit;
}

.tail-select mark {
  color: #fff;
  background-color: #dc4650;
}

.tail-select button {
  outline: none;
}

.tail-select button.tail-all, .tail-select button.tail-none {
  height: auto;
  margin: 0 2px;
  padding: 2px 6px;
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  text-shadow: none;
  letter-spacing: 0;
  text-transform: none;
  vertical-align: top;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: color 142ms linear,border 142ms linear,background 142ms linear;
  -webkit-transition: color 142ms linear,border 142ms linear,background 142ms linear;
}

.tail-select button.tail-all {
  color: rgba(48, 52, 56, 0.5);
  border-color: rgba(48, 52, 56, 0.5);
  background-color: transparent;
}

.tail-select button.tail-all:hover {
  color: #62c462;
  border-color: #62c462;
  background-color: transparent;
}

.tail-select button.tail-none {
  color: rgba(48, 52, 56, 0.5);
  border-color: rgba(48, 52, 56, 0.5);
  background-color: transparent;
}

.tail-select button.tail-none:hover {
  color: #ee5f5b;
  border-color: #ee5f5b;
  background-color: transparent;
}

.tail-select.disabled button.tail-all, .tail-select.disabled button.tail-none {
  color: rgba(48, 52, 56, 0.25);
  border-color: rgba(48, 52, 56, 0.25);
  background-color: transparent;
}

.tail-select input[type=text] {
  color: #303438;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 15px;
  display: inline-block;
  outline: 0;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  background-color: transparent;
  border: 0 solid transparent;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.tail-select input[type=text]:hover {
  color: #303438;
  border-color: transparent;
  background-color: transparent;
}

.tail-select input[type=text]:focus {
  color: #3c82e6;
  border-color: transparent;
  background-color: transparent;
}

.tail-select.disabled input[type=text] {
  color: rgba(48, 52, 56, 0.75);
  border-color: transparent;
  background-color: transparent;
}

.tail-select-container {
  margin: 0;
  padding: 3px;
  text-align: left;
  border-radius: 3px;
}

.tail-select-container .select-handle {
  width: auto;
  color: #303438;
  cursor: pointer;
  margin: 1px;
  padding: .2em .6em .3em;
  display: inline-block;
  position: relative;
  font-size: 11.844px;
  text-align: left;
  font-weight: 700;
  line-height: 16px;
  text-shadow: none;
  vertical-align: top;
  background-color: #d9d9d9;
  border: 0 solid transparent;
  border-radius: 3px;
  transition: background 142ms linear;
  -webkit-transition: background 142ms linear;
}

.tail-select-container .select-handle:hover {
  color: #303438;
  background-color: #dc4650;
}

.tail-select-container.select-label .select-handle {
  margin: 5px 3px;
}

.tail-select .select-label {
  cursor: pointer;
  color: rgba(48, 52, 56, 0.85);
  width: 100%;
  margin: 0;
  padding: 5px 30px 5px 10px;
  display: block;
  /* z-index: 27; */
  position: relative;
  text-align: left;
  background-color: #fff;
  border: 0 solid #d9d9d9;
  border-radius: 3px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: background 142ms linear,-webkit-box-shadow 142ms linear;
  transition: background 142ms linear,-webkit-box-shadow 142ms linear;
  transition: background 142ms linear,box-shadow 142ms linear;
  transition: background 142ms linear,box-shadow 142ms linear,-webkit-box-shadow 142ms linear;
  -webkit-transition: background 142ms linear,box-shadow 142ms linear;
}

.tail-select .select-label:after {
  top: 15px;
  right: 12px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  z-index: 25;
  content: "";
  opacity: .5;
  display: inline-block;
  position: absolute;
  border-top: 5px dashed;
  border-top: 5px solid\9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  text-shadow: none;
  -webkit-transition: opacity 142ms linear,-webkit-transform 142ms linear;
  transition: opacity 142ms linear,-webkit-transform 142ms linear;
  transition: opacity 142ms linear,transform 142ms linear;
  transition: opacity 142ms linear,transform 142ms linear,-webkit-transform 142ms linear;
  -webkit-transition: opacity 142ms linear,transform 142ms linear;
}

.tail-select .select-label .label-count, .tail-select .select-label .label-inner {
  width: auto;
  margin: 0;
  text-align: left;
  vertical-align: top;
}

.tail-select .select-label .label-count {
  float: left;
  color: rgba(48, 52, 56, 0.85);
  margin: 0 5px 0 0;
  padding: 0 7px 0 0;
  display: inline-block;
  font-size: 11.844px;
  font-weight: 700;
  text-shadow: none;
  white-space: nowrap;
  vertical-align: top;
  border: solid #d9d9d9;
  border-width: 0 1px 0 0;
  border-radius: 0;
}

.tail-select .select-label .label-inner {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tail-select.active .select-label, .tail-select.idle .select-label, .tail-select:hover .select-label {
  z-index: 25;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px #3c82e6;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px #3c82e6;
}

.tail-select.active .select-label:after, .tail-select.idle .select-label:after, .tail-select:hover .select-label:after {
  opacity: .85;
}

.tail-select.active .select-label .label-count, .tail-select.active .select-label .label-inner, .tail-select.idle .select-label .label-count, .tail-select.idle .select-label .label-inner, .tail-select:hover .select-label .label-count, .tail-select:hover .select-label .label-inner {
  opacity: 1;
}

.tail-select.active .select-label {
  z-index: 27;
}

.tail-select.active .select-label:after {
  opacity: .85;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.tail-select.disabled .select-label {
  cursor: not-allowed;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.tail-select .select-dropdown {
  top: 100%;
  left: 0;
  color: #303438;
  width: 100%;
  min-height: 35px;
  margin: -1px 0 0;
  padding: 0;
  z-index: 30;
  display: none;
  overflow: hidden;
  position: absolute;
  background-color: #fff;
  border: 0 solid #d9d9d9;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
}

.tail-select .select-dropdown .dropdown-search {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  border: solid #d9d9d9;
  border-width: 0 0 1px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.tail-select .select-dropdown .dropdown-inner {
  width: 100%;
  margin: 0;
  padding: 1px 0;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}

.tail-select .select-dropdown .dropdown-empty {
  margin: 0;
  padding: 16px 0;
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}

.tail-select .select-dropdown .dropdown-action {
  top: 3px;
  right: 15px;
  width: auto;
  margin: 0;
  padding: 7px 0;
  z-index: 35;
  display: inline-block;
  position: absolute;
  text-align: center;
}

.tail-select .select-dropdown ul, .tail-select .select-dropdown ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
}

.tail-select .select-dropdown ul li {
  color: #303438;
  padding: 5px 10px 5px 35px;
  font-size: 12px;
  text-align: left;
  line-height: 18px;
  font-weight: 400;
}

.tail-select .select-dropdown ul li:first-of-type {
  margin-top: 7px;
}

.tail-select .select-dropdown ul li:last-of-type {
  margin-bottom: 7px;
}

.tail-select .select-dropdown ul li.optgroup-title {
  color: rgba(48, 52, 56, 0.7);
  cursor: default;
  margin: 9px 0 0;
  padding-left: 10px;
  font-size: 14px;
  text-shadow: none;
}

.tail-select .select-dropdown ul li.optgroup-title button {
  float: right;
  margin-top: -2px;
  opacity: 0;
}

.tail-select .select-dropdown ul:hover li button {
  opacity: 1;
}

.tail-select .select-dropdown ul li.dropdown-option {
  cursor: pointer;
  color: #303438;
}

.tail-select .select-dropdown ul li.dropdown-option:before {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  z-index: 21;
  display: inline-block;
  content: "";
  opacity: 0;
  position: absolute;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 50%;
  transition: opacity 50ms linear;
  -webkit-transition: opacity 50ms linear;
}

.tail-select .select-dropdown ul li.dropdown-option .option-description {
  color: rgba(48, 52, 56, 0.85);
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 10px;
  text-align: left;
  line-height: 14px;
  vertical-align: top;
}

.tail-select .select-dropdown ul li.dropdown-option.hover, .tail-select .select-dropdown ul li.dropdown-option.hover .option-description, .tail-select .select-dropdown ul li.dropdown-option:hover, .tail-select .select-dropdown ul li.dropdown-option:hover .option-description {
  color: #303438;
}

.tail-select.open-top .select-dropdown {
  top: auto;
  bottom: 100%;
  margin: 0 0 -1px;
  border-radius: 3px 3px 0 0;
}

.tail-select.hide-disabled .select-dropdown ul li.disabled, .tail-select.hide-selected .select-dropdown ul li.selected {
  display: none;
}

.tail-select .select-dropdown ul li.dropdown-option:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='16'%3E%3Cpath fill='%23303438' d='M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5L12 5z'/%3E%3C/svg%3E");
}

.tail-select .select-dropdown ul li.dropdown-option.hover:before, .tail-select .select-dropdown ul li.dropdown-option:hover:before {
  opacity: .5;
}

.tail-select .select-dropdown ul li.dropdown-option.selected {
  color: #3c82e6;
  background-color: #fff;
}

.tail-select .select-dropdown ul li.dropdown-option.selected:before {
  opacity: .85;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='16'%3E%3Cpath fill='%23303438' d='M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5L12 5z'/%3E%3C/svg%3E");
}

.tail-select .select-dropdown ul li.dropdown-option.selected .option-description {
  color: #3c82e6;
}

.tail-select.deselect .select-dropdown ul li.dropdown-option.selected.hover:before, .tail-select.deselect .select-dropdown ul li.dropdown-option.selected:hover:before {
  opacity: .85;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='16'%3E%3Cpath fill='%23303438' d='M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48L7.48 8z'/%3E%3C/svg%3E");
}

.tail-select.deselect .select-dropdown ul li.dropdown-option.selected.hover .option-description, .tail-select.deselect .select-dropdown ul li.dropdown-option.selected:hover .option-description {
  color: #3c82e6;
}

.tail-select .select-dropdown ul li.dropdown-option {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.tail-select .select-dropdown ul li.dropdown-option.hover, .tail-select .select-dropdown ul li.dropdown-option:hover {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #e9edf2;
}

.tail-select.disabled .select-dropdown ul li.dropdown-option, .tail-select .select-dropdown ul li.dropdown-option.disabled {
  cursor: not-allowed;
  color: rgba(48, 52, 56, 0.4);
  text-shadow: 0 1px 0 rgba(119, 129, 138, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
}

.tail-select.disabled .select-dropdown ul li.dropdown-option:before, .tail-select .select-dropdown ul li.dropdown-option.disabled:before {
  opacity: .85;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16'%3E%3Cpath fill='%23303438' d='M7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm0 1.3c1.3 0 2.5.44 3.47 1.17l-8 8A5.755 5.755 0 011.3 8c0-3.14 2.56-5.7 5.7-5.7zm0 11.41c-1.3 0-2.5-.44-3.47-1.17l8-8c.73.97 1.17 2.17 1.17 3.47 0 3.14-2.56 5.7-5.7 5.7z'/%3E%3C/svg%3E");
}

.tail-select.disabled .select-dropdown ul li.dropdown-option .option-description, .tail-select .select-dropdown ul li.dropdown-option.disabled .option-description {
  color: rgba(48, 52, 56, 0.4);
}

.tail-select.multiple .select-dropdown ul li.dropdown-option:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16'%3E%3Cpath fill='%23303438' d='M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zM6 9H3V7h3V4h2v3h3v2H8v3H6V9z'/%3E%3C/svg%3E");
}

.tail-select.multiple .select-dropdown ul li.dropdown-option.selected:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16'%3E%3Cpath fill='%23303438' d='M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zM4 8c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3-3-1.34-3-3z'/%3E%3C/svg%3E");
}

.tail-select.multiple .select-dropdown ul li.dropdown-option.selected.hover:before, .tail-select.multiple .select-dropdown ul li.dropdown-option.selected:hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16'%3E%3Cpath fill='%23303438' d='M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zm-2-5H3V7h8v2z'/%3E%3C/svg%3E");
}

.tail-select.multiple.disabled .select-dropdown ul li.dropdown-option:before, .tail-select.multiple .select-dropdown ul li.dropdown-option.disabled:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16'%3E%3Cpath fill='%23303438' d='M13 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1zm0 13H1V2h12v12zm-8.5-2H3v-1.5L9.5 4H11v1.5L4.5 12z'/%3E%3C/svg%3E");
}

/*!
 * Toastify js 1.9.3
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
  padding: 12px 20px;
  color: #fff;
  display: inline-block;
  -webkit-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
          box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  opacity: .4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-left, .toastify-right {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.dropzone, .dropzone * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: .5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: linear-gradient(180deg, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: #fff;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 .4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-error-mark svg, .dropzone .dz-preview .dz-success-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: linear-gradient(180deg, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
  background: linear-gradient(180deg, #be2626, #a92222);
  padding: .5em 1.2em;
  color: #fff;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

img[data-action=zoom] {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.zoom-img, .zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.zoom-overlay, img.zoom-img {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}

.tabulator {
  position: relative;
  border: 1px solid #999;
  background-color: #888;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
  -webkit-transform: translatez(0);
          transform: translatez(0);
}

.tabulator[tabulator-layout=fitDataFill] .tabulator-tableHolder .tabulator-table {
  min-width: 100%;
}

.tabulator[tabulator-layout=fitDataTable] {
  display: inline-block;
}

.tabulator.tabulator-block-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.tabulator .tabulator-header {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #999;
  background-color: #e6e6e6;
  color: #555;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tabulator .tabulator-header.tabulator-header-hidden {
  display: none;
}

.tabulator .tabulator-header .tabulator-col {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #aaa;
  background: #e6e6e6;
  text-align: left;
  vertical-align: bottom;
  overflow: hidden;
}

.tabulator .tabulator-header .tabulator-col.tabulator-moving {
  position: absolute;
  border: 1px solid #999;
  background: #cdcdcd;
  pointer-events: none;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 4px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-menu-button {
  padding: 0 8px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-menu-button:hover {
  cursor: pointer;
  opacity: .6;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
  position: relative;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #999;
  padding: 1px;
  background: #fff;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-menu-button + .tabulator-title-editor {
  width: calc(100% - 22px);
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #bbb;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #aaa;
  overflow: hidden;
  margin-right: -1px;
}

.tabulator .tabulator-header .tabulator-col:first-child .tabulator-col-resize-handle.prev {
  display: none;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 2px;
  width: 100%;
  text-align: center;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
  height: auto !important;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
  margin-top: 3px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
  width: 0;
  height: 0;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-right: 25px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
  cursor: pointer;
  background-color: #cdcdcd;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter {
  color: #bbb;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-top: none;
  border-bottom: 6px solid #bbb;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] .tabulator-col-content .tabulator-col-sorter {
  color: #666;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-top: none;
  border-bottom: 6px solid #666;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-col-sorter {
  color: #666;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-bottom: none;
  border-top: 6px solid #666;
  color: #666;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
  padding-right: 0;
  padding-top: 20px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
  padding-right: 0;
  padding-bottom: 20px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  top: 4px;
  bottom: auto;
}

.tabulator .tabulator-header .tabulator-frozen {
  display: inline-block;
  position: absolute;
  z-index: 10;
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #aaa;
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #aaa;
}

.tabulator .tabulator-header .tabulator-calcs-holder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 600%;
  background: #f3f3f3 !important;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  overflow: hidden;
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
  background: #f3f3f3 !important;
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  display: none;
}

.tabulator .tabulator-header .tabulator-frozen-rows-holder {
  min-width: 600%;
}

.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
  display: none;
}

.tabulator .tabulator-tableHolder {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.tabulator .tabulator-tableHolder:focus {
  outline: none;
}

.tabulator .tabulator-tableHolder .tabulator-placeholder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.tabulator .tabulator-tableHolder .tabulator-placeholder[tabulator-render-mode=virtual] {
  min-height: 100%;
  min-width: 100%;
}

.tabulator .tabulator-tableHolder .tabulator-placeholder span {
  display: inline-block;
  margin: 0 auto;
  padding: 10px;
  color: #ccc;
  font-weight: 700;
  font-size: 20px;
}

.tabulator .tabulator-tableHolder .tabulator-table {
  position: relative;
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  overflow: visible;
  color: #333;
}

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs {
  font-weight: 700;
  background: #e2e2e2 !important;
}

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
  border-bottom: 2px solid #aaa;
}

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
  border-top: 2px solid #aaa;
}

.tabulator .tabulator-footer {
  padding: 5px 10px;
  border-top: 1px solid #999;
  background-color: #e6e6e6;
  text-align: right;
  color: #555;
  font-weight: 700;
  white-space: nowrap;
  -ms-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tabulator .tabulator-footer .tabulator-calcs-holder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% + 20px);
  margin: -5px -10px 5px;
  text-align: left;
  background: #f3f3f3 !important;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  overflow: hidden;
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
  background: #f3f3f3 !important;
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  display: none;
}

.tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
  margin-bottom: -5px;
  border-bottom: none;
}

.tabulator .tabulator-footer .tabulator-paginator {
  color: #555;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.tabulator .tabulator-footer .tabulator-page-size {
  display: inline-block;
  margin: 0 5px;
  padding: 2px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
}

.tabulator .tabulator-footer .tabulator-pages {
  margin: 0 7px;
}

.tabulator .tabulator-footer .tabulator-page {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
}

.tabulator .tabulator-footer .tabulator-page.active {
  color: #d00;
}

.tabulator .tabulator-footer .tabulator-page:disabled {
  opacity: .5;
}

.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.tabulator .tabulator-col-resize-handle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
}

.tabulator .tabulator-col-resize-handle.prev {
  left: 0;
  right: auto;
}

.tabulator .tabulator-col-resize-handle:hover {
  cursor: ew-resize;
}

.tabulator .tabulator-loader {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.tabulator .tabulator-loader .tabulator-loader-msg {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
  font-weight: 700;
  font-size: 16px;
}

.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
  border: 4px solid #333;
  color: #000;
}

.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error {
  border: 4px solid #d00;
  color: #590000;
}

.tabulator-row {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 22px;
  background-color: #fff;
}

.tabulator-row.tabulator-selectable:hover {
  background-color: #bbb;
}

.tabulator-row.tabulator-selected {
  background-color: #9abcea;
}

.tabulator-row.tabulator-selected:hover {
  background-color: #769bcc;
  cursor: pointer;
}

.tabulator-row.tabulator-row-moving {
  border: 1px solid #000;
  background: #fff;
}

.tabulator-row.tabulator-moving {
  position: absolute;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  pointer-events: none;
  z-index: 15;
}

.tabulator-row .tabulator-row-resize-handle {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
}

.tabulator-row .tabulator-row-resize-handle.prev {
  top: 0;
  bottom: auto;
}

.tabulator-row .tabulator-row-resize-handle:hover {
  cursor: ns-resize;
}

.tabulator-row .tabulator-frozen {
  display: inline-block;
  position: absolute;
  background-color: inherit;
  z-index: 10;
}

.tabulator-row .tabulator-frozen.tabulator-frozen-left {
  border-right: 2px solid #aaa;
}

.tabulator-row .tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #aaa;
}

.tabulator-row .tabulator-responsive-collapse {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.tabulator-row .tabulator-responsive-collapse:empty {
  display: none;
}

.tabulator-row .tabulator-responsive-collapse table {
  font-size: 14px;
}

.tabulator-row .tabulator-responsive-collapse table tr td {
  position: relative;
}

.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
  padding-right: 10px;
}

.tabulator-row .tabulator-cell {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
  border-right: 1px solid #aaa;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tabulator-row .tabulator-cell.tabulator-editing {
  border: 1px solid #1d68cd;
  outline: none;
  padding: 0;
}

.tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {
  border: 1px;
  background: transparent;
}

.tabulator-row .tabulator-cell.tabulator-validation-fail {
  border: 1px solid #d00;
}

.tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {
  border: 1px;
  background: transparent;
  color: #d00;
}

.tabulator-row .tabulator-cell:first-child .tabulator-col-resize-handle.prev {
  display: none;
}

.tabulator-row .tabulator-cell.tabulator-row-handle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
  width: 80%;
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
  width: 100%;
  height: 3px;
  margin-top: 2px;
  background: #666;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 7px;
  margin-top: -9px;
  margin-right: 5px;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: transparent;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: #333;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  height: 15px;
  width: 15px;
  border-radius: 20px;
  background: #666;
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
  opacity: .7;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
  display: initial;
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open, .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
  display: none;
}

.tabulator-row .tabulator-cell .tabulator-traffic-light {
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 14px;
}

.tabulator-row.tabulator-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #999;
  border-right: 1px solid #aaa;
  border-top: 1px solid #999;
  padding: 5px 5px 5px 10px;
  background: #ccc;
  font-weight: 700;
  min-width: 100%;
}

.tabulator-row.tabulator-group:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}

.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  border-bottom: 0;
}

.tabulator-row.tabulator-group.tabulator-group-level-1 {
  padding-left: 30px;
}

.tabulator-row.tabulator-group.tabulator-group-level-2 {
  padding-left: 50px;
}

.tabulator-row.tabulator-group.tabulator-group-level-3 {
  padding-left: 70px;
}

.tabulator-row.tabulator-group.tabulator-group-level-4 {
  padding-left: 90px;
}

.tabulator-row.tabulator-group.tabulator-group-level-5 {
  padding-left: 110px;
}

.tabulator-row.tabulator-group .tabulator-group-toggle {
  display: inline-block;
}

.tabulator-row.tabulator-group .tabulator-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid #666;
  vertical-align: middle;
}

.tabulator-row.tabulator-group span {
  margin-left: 10px;
  color: #d00;
}

.tabulator-menu {
  position: absolute;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
}

.tabulator-menu .tabulator-menu-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
  opacity: .5;
}

.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
  cursor: pointer;
  background: #efefef;
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
  padding-right: 25px;
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after {
  display: inline-block;
  position: absolute;
  top: calc(5px + .4em);
  right: 10px;
  height: 7px;
  width: 7px;
  content: "";
  border-color: #aaa;
  border-style: solid;
  border-width: 1px 1px 0 0;
  vertical-align: top;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tabulator-menu .tabulator-menu-separator {
  border-top: 1px solid #aaa;
}

.tabulator-edit-select-list {
  position: absolute;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 200px;
  background: #fff;
  border: 1px solid #aaa;
  font-size: 14px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
}

.tabulator-edit-select-list .tabulator-edit-select-list-item {
  padding: 4px;
  color: #333;
}

.tabulator-edit-select-list .tabulator-edit-select-list-item.active {
  color: #fff;
  background: #1d68cd;
}

.tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {
  outline: 1px solid rgba(255, 255, 255, 0.5);
}

.tabulator-edit-select-list .tabulator-edit-select-list-item.focused {
  outline: 1px solid #1d68cd;
}

.tabulator-edit-select-list .tabulator-edit-select-list-item:hover {
  cursor: pointer;
  color: #fff;
  background: #1d68cd;
}

.tabulator-edit-select-list .tabulator-edit-select-list-notice {
  padding: 4px;
  color: #333;
  text-align: center;
}

.tabulator-edit-select-list .tabulator-edit-select-list-group {
  border-bottom: 1px solid #aaa;
  padding: 6px 4px 4px;
  color: #333;
  font-weight: 700;
}

.tabulator.tabulator-ltr {
  direction: ltr;
}

.tabulator.tabulator-rtl {
  text-align: initial;
  direction: rtl;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col {
  text-align: initial;
  border-left: 1px solid #aaa;
  border-right: initial;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  margin-right: 0;
  margin-left: -1px;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-right: 0;
  padding-left: 25px;
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
  left: 8px;
  right: auto;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
  border-right: initial;
  border-left: 1px solid #aaa;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  margin-right: 0;
  margin-left: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 1px;
  border-left: initial;
  border-right: 2px solid #aaa;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {
  margin-right: 0;
  margin-left: 5px;
}

.tabulator.tabulator-rtl .tabulator-col-resize-handle {
  position: absolute;
  left: 0;
  right: auto;
}

.tabulator.tabulator-rtl .tabulator-col-resize-handle.prev {
  right: 0;
  left: auto;
}

.tabulator-print-fullscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

body.tabulator-print-fullscreen-hide > :not(.tabulator-print-fullscreen) {
  display: none !important;
}

.tabulator-print-table {
  border-collapse: collapse;
}

.tabulator-print-table .tabulator-data-tree-branch {
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 7px;
  margin-top: -9px;
  margin-right: 5px;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}

.tabulator-print-table .tabulator-print-table-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #999;
  border-right: 1px solid #aaa;
  border-top: 1px solid #999;
  padding: 5px 5px 5px 10px;
  background: #ccc;
  font-weight: 700;
  min-width: 100%;
}

.tabulator-print-table .tabulator-print-table-group:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  border-bottom: 0;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
  padding-left: 30px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
  padding-left: 50px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
  padding-left: 70px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
  padding-left: 90px !important;
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
  padding-left: 110px !important;
}

.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {
  display: inline-block;
}

.tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid #666;
  vertical-align: middle;
}

.tabulator-print-table .tabulator-print-table-group span {
  margin-left: 10px;
  color: #d00;
}

.tabulator-print-table .tabulator-data-tree-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.tabulator-print-table .tabulator-data-tree-control:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: transparent;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: #333;
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}

@-webkit-keyframes type-animation {
  50% {
    opacity: 1;
  }
}

@keyframes type-animation {
  50% {
    opacity: 1;
  }
}

.typing-dots span {
  opacity: 0;
}

.typing-dots span:first-child {
  -webkit-animation: type-animation 1s .33333s infinite;
  animation: type-animation 1s .33333s infinite;
}

.typing-dots span:nth-child(2) {
  -webkit-animation: type-animation 1s .66666s infinite;
  animation: type-animation 1s .66666s infinite;
}

.typing-dots span:nth-child(3) {
  -webkit-animation: type-animation 1s .99999s infinite;
  animation: type-animation 1s .99999s infinite;
}

.zoom-in {
  cursor: pointer;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.zoom-in:hover {
  --tw-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  --tw-scale-x:1.05;
  --tw-scale-y:1.05;
}

* > .intro-x:first-child {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:first-child, * > .intro-x:first-child {
  z-index: 49;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

* > .-intro-x:first-child {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:first-child {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:first-child, * > .intro-y:first-child {
  z-index: 49;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

* > .-intro-y:first-child {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(2) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(2), * > .intro-x:nth-child(2) {
  z-index: 48;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

* > .-intro-x:nth-child(2) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(2) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(2), * > .intro-y:nth-child(2) {
  z-index: 48;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

* > .-intro-y:nth-child(2) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(3) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(3), * > .intro-x:nth-child(3) {
  z-index: 47;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

* > .-intro-x:nth-child(3) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(3) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(3), * > .intro-y:nth-child(3) {
  z-index: 47;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

* > .-intro-y:nth-child(3) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(4) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(4), * > .intro-x:nth-child(4) {
  z-index: 46;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

* > .-intro-x:nth-child(4) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(4) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(4), * > .intro-y:nth-child(4) {
  z-index: 46;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

* > .-intro-y:nth-child(4) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(5) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(5), * > .intro-x:nth-child(5) {
  z-index: 45;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

* > .-intro-x:nth-child(5) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(5) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(5), * > .intro-y:nth-child(5) {
  z-index: 45;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

* > .-intro-y:nth-child(5) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(6) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(6), * > .intro-x:nth-child(6) {
  z-index: 44;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

* > .-intro-x:nth-child(6) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(6) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(6), * > .intro-y:nth-child(6) {
  z-index: 44;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

* > .-intro-y:nth-child(6) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(7) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(7), * > .intro-x:nth-child(7) {
  z-index: 43;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

* > .-intro-x:nth-child(7) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(7) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(7), * > .intro-y:nth-child(7) {
  z-index: 43;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

* > .-intro-y:nth-child(7) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(8) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(8), * > .intro-x:nth-child(8) {
  z-index: 42;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

* > .-intro-x:nth-child(8) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(8) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(8), * > .intro-y:nth-child(8) {
  z-index: 42;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

* > .-intro-y:nth-child(8) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(9) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(9), * > .intro-x:nth-child(9) {
  z-index: 41;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

* > .-intro-x:nth-child(9) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(9) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(9), * > .intro-y:nth-child(9) {
  z-index: 41;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

* > .-intro-y:nth-child(9) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(10) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(10), * > .intro-x:nth-child(10) {
  z-index: 40;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

* > .-intro-x:nth-child(10) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(10) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(10), * > .intro-y:nth-child(10) {
  z-index: 40;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

* > .-intro-y:nth-child(10) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(11) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(11), * > .intro-x:nth-child(11) {
  z-index: 39;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

* > .-intro-x:nth-child(11) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(11) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(11), * > .intro-y:nth-child(11) {
  z-index: 39;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

* > .-intro-y:nth-child(11) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(12) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(12), * > .intro-x:nth-child(12) {
  z-index: 38;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

* > .-intro-x:nth-child(12) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(12) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(12), * > .intro-y:nth-child(12) {
  z-index: 38;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

* > .-intro-y:nth-child(12) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(13) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(13), * > .intro-x:nth-child(13) {
  z-index: 37;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

* > .-intro-x:nth-child(13) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(13) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(13), * > .intro-y:nth-child(13) {
  z-index: 37;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

* > .-intro-y:nth-child(13) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(14) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(14), * > .intro-x:nth-child(14) {
  z-index: 36;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

* > .-intro-x:nth-child(14) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(14) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(14), * > .intro-y:nth-child(14) {
  z-index: 36;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

* > .-intro-y:nth-child(14) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(15) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(15), * > .intro-x:nth-child(15) {
  z-index: 35;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

* > .-intro-x:nth-child(15) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(15) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(15), * > .intro-y:nth-child(15) {
  z-index: 35;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

* > .-intro-y:nth-child(15) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(16) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(16), * > .intro-x:nth-child(16) {
  z-index: 34;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

* > .-intro-x:nth-child(16) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(16) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(16), * > .intro-y:nth-child(16) {
  z-index: 34;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

* > .-intro-y:nth-child(16) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(17) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(17), * > .intro-x:nth-child(17) {
  z-index: 33;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

* > .-intro-x:nth-child(17) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(17) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(17), * > .intro-y:nth-child(17) {
  z-index: 33;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

* > .-intro-y:nth-child(17) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(18) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(18), * > .intro-x:nth-child(18) {
  z-index: 32;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

* > .-intro-x:nth-child(18) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(18) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(18), * > .intro-y:nth-child(18) {
  z-index: 32;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

* > .-intro-y:nth-child(18) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(19) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(19), * > .intro-x:nth-child(19) {
  z-index: 31;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

* > .-intro-x:nth-child(19) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(19) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(19), * > .intro-y:nth-child(19) {
  z-index: 31;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

* > .-intro-y:nth-child(19) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(20) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(20), * > .intro-x:nth-child(20) {
  z-index: 30;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

* > .-intro-x:nth-child(20) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(20) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(20), * > .intro-y:nth-child(20) {
  z-index: 30;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

* > .-intro-y:nth-child(20) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(21) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(21), * > .intro-x:nth-child(21) {
  z-index: 29;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

* > .-intro-x:nth-child(21) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(21) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(21), * > .intro-y:nth-child(21) {
  z-index: 29;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

* > .-intro-y:nth-child(21) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(22) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(22), * > .intro-x:nth-child(22) {
  z-index: 28;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

* > .-intro-x:nth-child(22) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(22) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(22), * > .intro-y:nth-child(22) {
  z-index: 28;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

* > .-intro-y:nth-child(22) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(23) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(23), * > .intro-x:nth-child(23) {
  z-index: 27;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

* > .-intro-x:nth-child(23) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(23) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(23), * > .intro-y:nth-child(23) {
  z-index: 27;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

* > .-intro-y:nth-child(23) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(24) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(24), * > .intro-x:nth-child(24) {
  z-index: 26;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

* > .-intro-x:nth-child(24) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(24) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(24), * > .intro-y:nth-child(24) {
  z-index: 26;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

* > .-intro-y:nth-child(24) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(25) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(25), * > .intro-x:nth-child(25) {
  z-index: 25;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

* > .-intro-x:nth-child(25) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(25) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(25), * > .intro-y:nth-child(25) {
  z-index: 25;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

* > .-intro-y:nth-child(25) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(26) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(26), * > .intro-x:nth-child(26) {
  z-index: 24;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

* > .-intro-x:nth-child(26) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(26) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(26), * > .intro-y:nth-child(26) {
  z-index: 24;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

* > .-intro-y:nth-child(26) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(27) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(27), * > .intro-x:nth-child(27) {
  z-index: 23;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

* > .-intro-x:nth-child(27) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(27) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(27), * > .intro-y:nth-child(27) {
  z-index: 23;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

* > .-intro-y:nth-child(27) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(28) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(28), * > .intro-x:nth-child(28) {
  z-index: 22;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

* > .-intro-x:nth-child(28) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(28) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(28), * > .intro-y:nth-child(28) {
  z-index: 22;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

* > .-intro-y:nth-child(28) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(29) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(29), * > .intro-x:nth-child(29) {
  z-index: 21;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

* > .-intro-x:nth-child(29) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(29) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(29), * > .intro-y:nth-child(29) {
  z-index: 21;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

* > .-intro-y:nth-child(29) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(30) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(30), * > .intro-x:nth-child(30) {
  z-index: 20;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

* > .-intro-x:nth-child(30) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(30) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(30), * > .intro-y:nth-child(30) {
  z-index: 20;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

* > .-intro-y:nth-child(30) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(31) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(31), * > .intro-x:nth-child(31) {
  z-index: 19;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}

* > .-intro-x:nth-child(31) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(31) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(31), * > .intro-y:nth-child(31) {
  z-index: 19;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}

* > .-intro-y:nth-child(31) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(32) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(32), * > .intro-x:nth-child(32) {
  z-index: 18;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

* > .-intro-x:nth-child(32) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(32) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(32), * > .intro-y:nth-child(32) {
  z-index: 18;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

* > .-intro-y:nth-child(32) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(33) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(33), * > .intro-x:nth-child(33) {
  z-index: 17;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

* > .-intro-x:nth-child(33) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(33) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(33), * > .intro-y:nth-child(33) {
  z-index: 17;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

* > .-intro-y:nth-child(33) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(34) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(34), * > .intro-x:nth-child(34) {
  z-index: 16;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}

* > .-intro-x:nth-child(34) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(34) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(34), * > .intro-y:nth-child(34) {
  z-index: 16;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}

* > .-intro-y:nth-child(34) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(35) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(35), * > .intro-x:nth-child(35) {
  z-index: 15;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

* > .-intro-x:nth-child(35) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(35) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(35), * > .intro-y:nth-child(35) {
  z-index: 15;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

* > .-intro-y:nth-child(35) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(36) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(36), * > .intro-x:nth-child(36) {
  z-index: 14;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

* > .-intro-x:nth-child(36) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(36) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(36), * > .intro-y:nth-child(36) {
  z-index: 14;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

* > .-intro-y:nth-child(36) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(37) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(37), * > .intro-x:nth-child(37) {
  z-index: 13;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}

* > .-intro-x:nth-child(37) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(37) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(37), * > .intro-y:nth-child(37) {
  z-index: 13;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}

* > .-intro-y:nth-child(37) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(38) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(38), * > .intro-x:nth-child(38) {
  z-index: 12;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}

* > .-intro-x:nth-child(38) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(38) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(38), * > .intro-y:nth-child(38) {
  z-index: 12;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}

* > .-intro-y:nth-child(38) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(39) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(39), * > .intro-x:nth-child(39) {
  z-index: 11;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}

* > .-intro-x:nth-child(39) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(39) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(39), * > .intro-y:nth-child(39) {
  z-index: 11;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}

* > .-intro-y:nth-child(39) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(40) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(40), * > .intro-x:nth-child(40) {
  z-index: 10;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

* > .-intro-x:nth-child(40) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(40) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(40), * > .intro-y:nth-child(40) {
  z-index: 10;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

* > .-intro-y:nth-child(40) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(41) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(41), * > .intro-x:nth-child(41) {
  z-index: 9;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s;
}

* > .-intro-x:nth-child(41) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(41) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(41), * > .intro-y:nth-child(41) {
  z-index: 9;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s;
}

* > .-intro-y:nth-child(41) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(42) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(42), * > .intro-x:nth-child(42) {
  z-index: 8;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}

* > .-intro-x:nth-child(42) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(42) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(42), * > .intro-y:nth-child(42) {
  z-index: 8;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}

* > .-intro-y:nth-child(42) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(43) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(43), * > .intro-x:nth-child(43) {
  z-index: 7;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s;
}

* > .-intro-x:nth-child(43) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(43) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(43), * > .intro-y:nth-child(43) {
  z-index: 7;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s;
}

* > .-intro-y:nth-child(43) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(44) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(44), * > .intro-x:nth-child(44) {
  z-index: 6;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s;
}

* > .-intro-x:nth-child(44) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(44) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(44), * > .intro-y:nth-child(44) {
  z-index: 6;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s;
}

* > .-intro-y:nth-child(44) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(45) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(45), * > .intro-x:nth-child(45) {
  z-index: 5;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

* > .-intro-x:nth-child(45) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(45) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(45), * > .intro-y:nth-child(45) {
  z-index: 5;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

* > .-intro-y:nth-child(45) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(46) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(46), * > .intro-x:nth-child(46) {
  z-index: 4;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s;
}

* > .-intro-x:nth-child(46) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(46) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(46), * > .intro-y:nth-child(46) {
  z-index: 4;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s;
}

* > .-intro-y:nth-child(46) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(47) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(47), * > .intro-x:nth-child(47) {
  z-index: 3;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s;
}

* > .-intro-x:nth-child(47) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(47) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(47), * > .intro-y:nth-child(47) {
  z-index: 3;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s;
}

* > .-intro-y:nth-child(47) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(48) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(48), * > .intro-x:nth-child(48) {
  z-index: 2;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}

* > .-intro-x:nth-child(48) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(48) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(48), * > .intro-y:nth-child(48) {
  z-index: 2;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}

* > .-intro-y:nth-child(48) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(49) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(49), * > .intro-x:nth-child(49) {
  z-index: 1;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.9s;
  animation-delay: 4.9s;
}

* > .-intro-x:nth-child(49) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(49) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(49), * > .intro-y:nth-child(49) {
  z-index: 1;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.9s;
  animation-delay: 4.9s;
}

* > .-intro-y:nth-child(49) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

* > .intro-x:nth-child(50) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

* > .-intro-x:nth-child(50), * > .intro-x:nth-child(50) {
  z-index: 0;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-x-animation .4s ease-in-out .33333s;
  animation: intro-x-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

* > .-intro-x:nth-child(50) {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

* > .intro-y:nth-child(50) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

* > .-intro-y:nth-child(50), * > .intro-y:nth-child(50) {
  z-index: 0;
  opacity: 0;
  position: relative;
  -webkit-animation: intro-y-animation .4s ease-in-out .33333s;
  animation: intro-y-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

* > .-intro-y:nth-child(50) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

@-webkit-keyframes intro-x-animation {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes intro-x-animation {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes intro-y-animation {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes intro-y-animation {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.top-bar {
  height: 67px;
  z-index: 51;
  --tw-border-opacity:1;
  border-color: rgba(222, 231, 239, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.main {
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.login {
  --tw-bg-opacity:1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  position: relative;
}

@media (max-width: 1279px) {
  .login {
    background: -webkit-gradient(linear, left top, left bottom, from(#1c3faa), to(#2b51b4));
    background: linear-gradient(180deg, #1c3faa, #2b51b4);
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}

.login:before {
  content: "";
  margin-left: -48%;
  background-image: url(../images/login/bg.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 1279px) {
  .login:before {
    display: none;
  }
}

.login .login__input {
  min-width: 350px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.027451);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.027451);
}

@media (max-width: 1279px) {
  .login .login__input {
    min-width: 100%;
  }
}

.dark .login {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark .login:before {
  background-image: url(../images/bg-login-page-dark.svg);
}

@media (max-width: 1279px) {
  .dark .login {
    background: #232a3b;
  }
}

.mini-chat-box {
  width: 320px;
  height: 525px;
  margin-right: 360px;
}

.mini-chat-box .mini-chat-box__text-box {
  max-width: 80%;
}

.mini-chat-list {
  width: 320px;
  height: 570px;
}

.mini-chat {
  width: 250px;
}

.table {
  text-align: left;
  width: 100%;
}

.table th {
  font-weight: 700;
}

.table td, .table th {
  padding: .75rem .75rem;
}

.table.table--sm td, .table.table--sm th {
  padding: .5rem 1rem;
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) {
  border-spacing: 0 10px;
  border-collapse: separate;
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td {
  --tw-bg-opacity:1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  -webkit-box-shadow: 20px 3px 20px rgba(0, 0, 0, 0.0431373);
          box-shadow: 20px 3px 20px rgba(0, 0, 0, 0.0431373);
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td:first-child {
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td:last-child {
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td.table-report__action {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td.table-report__action:before {
  content: "";
  --tw-bg-opacity:1;
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
  height: 2rem;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
}

.table-report img {
  -webkit-box-shadow: 0 0 0 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 0 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.32);
}

.table-report.table-report--tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content .tabulator-col-title {
  font-weight: 700;
  text-align: center;
}

.dark .table-report:not(.table-report--bordered) td {
  --tw-bg-opacity:1;
  background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.dark .table-report:not(.table-report--bordered) td.table-report__action:before {
  --tw-bg-opacity:1;
  background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
}

.dark .table-report img {
  -webkit-box-shadow: 0 0 0 2px #3f4865, 1px 1px 5px rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 0 2px #3f4865, 1px 1px 5px rgba(0, 0, 0, 0.32);
}

.report-timeline:before {
  height: 85%;
  width: 1px;
}

.report-timeline .report-timeline__image:before, .report-timeline:before {
  content: "";
  --tw-bg-opacity:1;
  background-color: rgba(222, 231, 239, var(--tw-bg-opacity));
  margin-top: 1.25rem;
  margin-left: 1.25rem;
  position: absolute;
}

.report-timeline .report-timeline__image:before {
  height: 1px;
  width: 5rem;
}

.dark .report-timeline .report-timeline__image:before, .dark .report-timeline:before {
  --tw-bg-opacity:1;
  background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
}

.report-chart {
  position: relative;
}

.report-chart:before {
  content: "";
  height: 93%;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(rgba(255, 255, 255, 0.870588)), to(transparent));
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.870588), transparent);
  margin-left: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
}

@media (max-width: 639px) {
  .report-chart:before {
    height: 85%;
  }
}

.report-chart:after {
  content: "";
  height: 93%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.870588)), to(#fff));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.870588), #fff);
  margin-right: .5rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
}

@media (max-width: 639px) {
  .report-chart:after {
    height: 85%;
  }
}

.dark .report-chart:before {
  background: -webkit-gradient(linear, left top, right top, from(#313b56), color-stop(#313b56), to(transparent));
  background: linear-gradient(90deg, #313b56, #313b56, transparent);
}

.dark .report-chart:after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#313b56), to(#313b56));
  background: linear-gradient(90deg, transparent, #313b56, #313b56);
}

.search {
  position: relative;
}

.search .search__input {
  --tw-bg-opacity:1;
  background-color: rgba(210, 223, 234, var(--tw-bg-opacity));
  border-radius: 9999px;
  padding-right: 2rem;
  --tw-shadow:0 0 transparent;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  width: 14rem;
}

.search .search__icon {
  height: 1.25rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: .75rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  --tw-text-opacity:1;
  color: rgba(54, 90, 116, var(--tw-text-opacity));
  width: 1.25rem;
}

.btn {
  border-radius: .375rem;
  border-width: 1px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  padding: .5rem .75rem;
  --tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  -webkit-transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.btn:hover {
  --tw-bg-opacity:0.9;
  --tw-border-opacity:0.9;
}

.btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
}

.btn:not(button) {
  text-align: center;
}

.btn-sm {
  font-size: .75rem;
  line-height: 1rem;
  padding: .375rem .5rem;
}

.btn-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: .375rem 1rem;
}

.btn-primary {
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-primary, .btn-secondary {
  --tw-bg-opacity:1;
  --tw-border-opacity:1;
  --tw-text-opacity:1;
}

.btn-secondary {
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
  border-color: rgba(237, 242, 247, var(--tw-border-opacity));
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.btn-secondary:hover {
  --tw-bg-opacity:1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.btn-success {
  background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
  border-color: rgba(145, 199, 20, var(--tw-border-opacity));
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-success, .btn-warning {
  --tw-bg-opacity:1;
  --tw-border-opacity:1;
  --tw-text-opacity:1;
}

.btn-warning {
  background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
  border-color: rgba(251, 197, 0, var(--tw-border-opacity));
  color: rgba(26, 32, 44, var(--tw-text-opacity));
}

.btn-danger {
  background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
  border-color: rgba(211, 41, 41, var(--tw-border-opacity));
}

.btn-danger, .btn-dark {
  --tw-bg-opacity:1;
  --tw-border-opacity:1;
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-dark {
  background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
  border-color: rgba(45, 55, 72, var(--tw-border-opacity));
}

.dark .btn-primary {
  --tw-border-opacity:1;
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.dark .btn-secondary {
  --tw-bg-opacity:1;
  background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(63, 72, 101, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.dark .btn-success {
  --tw-border-opacity:1;
  border-color: rgba(145, 199, 20, var(--tw-border-opacity));
}

.dark .btn-warning {
  --tw-border-opacity:1;
  border-color: rgba(251, 197, 0, var(--tw-border-opacity));
}

.dark .btn-danger {
  --tw-border-opacity:1;
  border-color: rgba(211, 41, 41, var(--tw-border-opacity));
}

.dark .btn-dark {
  --tw-bg-opacity:1;
  background-color: rgba(43, 51, 72, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(43, 51, 72, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.btn-elevated {
  --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.btn-elevated-primary {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-elevated-primary, .dark .btn-elevated-primary {
  --tw-border-opacity:1;
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.btn-elevated-primary {
  --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.btn-elevated-secondary {
  --tw-bg-opacity:1;
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(237, 242, 247, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.btn-elevated-secondary:hover {
  --tw-bg-opacity:1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.dark .btn-elevated-secondary {
  --tw-bg-opacity:1;
  background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(63, 72, 101, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.btn-elevated-secondary {
  --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.btn-elevated-success {
  --tw-bg-opacity:1;
  background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-elevated-success, .dark .btn-elevated-success {
  --tw-border-opacity:1;
  border-color: rgba(145, 199, 20, var(--tw-border-opacity));
}

.btn-elevated-success {
  --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.btn-elevated-warning {
  --tw-bg-opacity:1;
  background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(26, 32, 44, var(--tw-text-opacity));
}

.btn-elevated-warning, .dark .btn-elevated-warning {
  --tw-border-opacity:1;
  border-color: rgba(251, 197, 0, var(--tw-border-opacity));
}

.btn-elevated-warning {
  --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.btn-elevated-danger {
  --tw-bg-opacity:1;
  background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-elevated-danger, .dark .btn-elevated-danger {
  --tw-border-opacity:1;
  border-color: rgba(211, 41, 41, var(--tw-border-opacity));
}

.btn-elevated-danger {
  --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.btn-elevated-dark {
  background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
  border-color: rgba(45, 55, 72, var(--tw-border-opacity));
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-elevated-dark, .dark .btn-elevated-dark {
  --tw-bg-opacity:1;
  --tw-border-opacity:1;
  --tw-text-opacity:1;
}

.dark .btn-elevated-dark {
  background-color: rgba(43, 51, 72, var(--tw-bg-opacity));
  border-color: rgba(43, 51, 72, var(--tw-border-opacity));
  color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.btn-elevated-dark {
  --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.btn-rounded {
  border-radius: 9999px;
}

.btn-rounded-primary {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-rounded-primary, .dark .btn-rounded-primary {
  --tw-border-opacity:1;
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.btn-rounded-primary {
  border-radius: 9999px;
}

.btn-rounded-secondary {
  --tw-bg-opacity:1;
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(237, 242, 247, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.btn-rounded-secondary:hover {
  --tw-bg-opacity:1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.dark .btn-rounded-secondary {
  --tw-bg-opacity:1;
  background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(63, 72, 101, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.btn-rounded-secondary {
  border-radius: 9999px;
}

.btn-rounded-success {
  --tw-bg-opacity:1;
  background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-rounded-success, .dark .btn-rounded-success {
  --tw-border-opacity:1;
  border-color: rgba(145, 199, 20, var(--tw-border-opacity));
}

.btn-rounded-success {
  border-radius: 9999px;
}

.btn-rounded-warning {
  --tw-bg-opacity:1;
  background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(26, 32, 44, var(--tw-text-opacity));
}

.btn-rounded-warning, .dark .btn-rounded-warning {
  --tw-border-opacity:1;
  border-color: rgba(251, 197, 0, var(--tw-border-opacity));
}

.btn-rounded-warning {
  border-radius: 9999px;
}

.btn-rounded-danger {
  --tw-bg-opacity:1;
  background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-rounded-danger, .dark .btn-rounded-danger {
  --tw-border-opacity:1;
  border-color: rgba(211, 41, 41, var(--tw-border-opacity));
}

.btn-rounded-danger {
  border-radius: 9999px;
}

.btn-rounded-dark {
  background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
  border-color: rgba(45, 55, 72, var(--tw-border-opacity));
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-rounded-dark, .dark .btn-rounded-dark {
  --tw-bg-opacity:1;
  --tw-border-opacity:1;
  --tw-text-opacity:1;
}

.dark .btn-rounded-dark {
  background-color: rgba(43, 51, 72, var(--tw-bg-opacity));
  border-color: rgba(43, 51, 72, var(--tw-border-opacity));
  color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.btn-rounded-dark {
  border-radius: 9999px;
}

.btn-elevated-rounded {
  --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  border-radius: 9999px;
}

.btn-elevated-rounded-primary {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-elevated-rounded-primary, .dark .btn-elevated-rounded-primary {
  --tw-border-opacity:1;
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.btn-elevated-rounded-primary {
  --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  border-radius: 9999px;
}

.btn-elevated-rounded-secondary {
  --tw-bg-opacity:1;
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(237, 242, 247, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.btn-elevated-rounded-secondary:hover {
  --tw-bg-opacity:1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.dark .btn-elevated-rounded-secondary {
  --tw-bg-opacity:1;
  background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(63, 72, 101, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.btn-elevated-rounded-secondary {
  --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  border-radius: 9999px;
}

.btn-elevated-rounded-success {
  --tw-bg-opacity:1;
  background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-elevated-rounded-success, .dark .btn-elevated-rounded-success {
  --tw-border-opacity:1;
  border-color: rgba(145, 199, 20, var(--tw-border-opacity));
}

.btn-elevated-rounded-success {
  --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  border-radius: 9999px;
}

.btn-elevated-rounded-warning {
  --tw-bg-opacity:1;
  background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(26, 32, 44, var(--tw-text-opacity));
}

.btn-elevated-rounded-warning, .dark .btn-elevated-rounded-warning {
  --tw-border-opacity:1;
  border-color: rgba(251, 197, 0, var(--tw-border-opacity));
}

.btn-elevated-rounded-warning {
  --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  border-radius: 9999px;
}

.btn-elevated-rounded-danger {
  --tw-bg-opacity:1;
  background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-elevated-rounded-danger, .dark .btn-elevated-rounded-danger {
  --tw-border-opacity:1;
  border-color: rgba(211, 41, 41, var(--tw-border-opacity));
}

.btn-elevated-rounded-danger {
  --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  border-radius: 9999px;
}

.btn-elevated-rounded-dark {
  --tw-bg-opacity:1;
  background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(45, 55, 72, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-elevated-rounded-dark {
  --tw-bg-opacity:1;
  background-color: rgba(43, 51, 72, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(43, 51, 72, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.btn-elevated-rounded-dark {
  --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  border-radius: 9999px;
}

.btn-facebook {
  background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
}

.btn-facebook, .btn-twitter {
  --tw-bg-opacity:1;
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-twitter {
  background-color: rgba(74, 179, 244, var(--tw-bg-opacity));
}

.btn-instagram {
  background-color: rgba(81, 127, 164, var(--tw-bg-opacity));
}

.btn-instagram, .btn-linkedin {
  --tw-bg-opacity:1;
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-linkedin {
  background-color: rgba(0, 119, 181, var(--tw-bg-opacity));
}

.btn-outline-primary {
  --tw-border-opacity:1;
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(28, 63, 170, var(--tw-text-opacity));
}

.btn-outline-primary:hover {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  --tw-bg-opacity:0.1;
}

.btn-outline-secondary {
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(74, 85, 104, var(--tw-text-opacity));
}

.btn-outline-secondary:hover {
  --tw-bg-opacity:1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  --tw-bg-opacity:0.2;
}

.btn-outline-success {
  --tw-border-opacity:1;
  border-color: rgba(145, 199, 20, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(145, 199, 20, var(--tw-text-opacity));
}

.btn-outline-success:hover {
  --tw-bg-opacity:1;
  background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
  --tw-bg-opacity:0.1;
}

.btn-outline-warning {
  --tw-border-opacity:1;
  border-color: rgba(251, 197, 0, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(251, 197, 0, var(--tw-text-opacity));
}

.btn-outline-warning:hover {
  --tw-bg-opacity:1;
  background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
  --tw-bg-opacity:0.1;
}

.btn-outline-danger {
  --tw-border-opacity:1;
  border-color: rgba(211, 41, 41, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(211, 41, 41, var(--tw-text-opacity));
}

.btn-outline-danger:hover {
  --tw-bg-opacity:1;
  background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
  --tw-bg-opacity:0.1;
}

.btn-outline-dark {
  --tw-border-opacity:1;
  border-color: rgba(45, 55, 72, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.btn-outline-dark:hover {
  --tw-bg-opacity:1;
  background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
  --tw-bg-opacity:0.1;
}

.dark .btn-outline-primary {
  --tw-border-opacity:1;
  border-color: rgba(46, 81, 187, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(46, 81, 187, var(--tw-text-opacity));
}

.dark .btn-outline-secondary {
  --tw-border-opacity:1;
  border-color: rgba(74, 85, 104, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.dark .btn-outline-success {
  --tw-border-opacity:1;
  border-color: rgba(145, 199, 20, var(--tw-border-opacity));
}

.dark .btn-outline-warning {
  --tw-border-opacity:1;
  border-color: rgba(251, 197, 0, var(--tw-border-opacity));
}

.dark .btn-outline-danger {
  --tw-border-opacity:1;
  border-color: rgba(211, 41, 41, var(--tw-border-opacity));
}

.dark .btn-outline-dark {
  --tw-border-opacity:1;
  border-color: rgba(74, 85, 104, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.btn-primary-soft {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  --tw-bg-opacity:0.2;
  --tw-border-opacity:1;
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
  --tw-border-opacity:0.05;
  --tw-text-opacity:1;
  color: rgba(49, 96, 216, var(--tw-text-opacity));
}

.btn-primary-soft:hover {
  --tw-bg-opacity:0.1;
  --tw-border-opacity:0.1;
}

.btn-secondary-soft {
  --tw-bg-opacity:1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  --tw-bg-opacity:0.2;
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  --tw-border-opacity:0.05;
  --tw-text-opacity:1;
  color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.btn-secondary-soft:hover {
  --tw-bg-opacity:0.1;
  --tw-border-opacity:0.1;
}

.btn-success-soft {
  --tw-bg-opacity:1;
  background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
  --tw-bg-opacity:0.2;
  --tw-border-opacity:1;
  border-color: rgba(145, 199, 20, var(--tw-border-opacity));
  --tw-border-opacity:0.05;
  --tw-text-opacity:1;
  color: rgba(145, 199, 20, var(--tw-text-opacity));
}

.btn-success-soft:hover {
  --tw-bg-opacity:0.1;
  --tw-border-opacity:0.1;
}

.btn-warning-soft {
  --tw-bg-opacity:1;
  background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
  --tw-bg-opacity:0.2;
  --tw-border-opacity:1;
  border-color: rgba(251, 197, 0, var(--tw-border-opacity));
  --tw-border-opacity:0.05;
  --tw-text-opacity:1;
  color: rgba(247, 139, 0, var(--tw-text-opacity));
}

.btn-warning-soft:hover {
  --tw-bg-opacity:0.1;
  --tw-border-opacity:0.1;
}

.btn-danger-soft {
  --tw-bg-opacity:1;
  background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
  --tw-bg-opacity:0.2;
  --tw-border-opacity:1;
  border-color: rgba(211, 41, 41, var(--tw-border-opacity));
  --tw-border-opacity:0.05;
  --tw-text-opacity:1;
  color: rgba(211, 41, 41, var(--tw-text-opacity));
}

.btn-danger-soft:hover {
  --tw-bg-opacity:0.1;
  --tw-border-opacity:0.1;
}

.btn-dark-soft {
  --tw-bg-opacity:1;
  background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
  --tw-bg-opacity:0.2;
  --tw-border-opacity:1;
  border-color: rgba(45, 55, 72, var(--tw-border-opacity));
  --tw-border-opacity:0.05;
  --tw-text-opacity:1;
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.btn-dark-soft:hover {
  --tw-bg-opacity:0.1;
  --tw-border-opacity:0.1;
}

.form-label {
  display: inline-block;
  margin-bottom: .5rem;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  border-width: 1px;
  padding: .5rem .75rem;
}

.form-control:-ms-input-placeholder {
  --tw-placeholder-opacity:1;
  color: rgba(160, 174, 192, var(--tw-placeholder-opacity));
}

.form-control::-webkit-input-placeholder {
  --tw-placeholder-opacity:1;
  color: rgba(160, 174, 192, var(--tw-placeholder-opacity));
}

.form-control::-ms-input-placeholder {
  --tw-placeholder-opacity:1;
  color: rgba(160, 174, 192, var(--tw-placeholder-opacity));
}

.form-control::placeholder {
  --tw-placeholder-opacity:1;
  color: rgba(160, 174, 192, var(--tw-placeholder-opacity));
}

.form-control {
  --tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  width: 100%;
}

.form-control:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
}

.form-control:disabled, .form-control[readonly] {
  --tw-bg-opacity:1;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
  cursor: not-allowed;
}

.form-control-sm {
  font-size: .75rem;
  line-height: 1rem;
  padding: .375rem .5rem;
}

.form-control-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: .375rem 1rem;
}

.form-control-rounded {
  border-radius: 9999px;
}

.dark .form-control {
  --tw-bg-opacity:1;
  background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
  border-color: transparent;
}

.form-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 18px;
  background-position: center right .6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  border-radius: .375rem;
  border-width: 1px;
  padding: .5rem 2rem .5rem .75rem;
}

.form-select:-ms-input-placeholder {
  --tw-placeholder-opacity:1;
  color: rgba(160, 174, 192, var(--tw-placeholder-opacity));
}

.form-select::-webkit-input-placeholder {
  --tw-placeholder-opacity:1;
  color: rgba(160, 174, 192, var(--tw-placeholder-opacity));
}

.form-select::-ms-input-placeholder {
  --tw-placeholder-opacity:1;
  color: rgba(160, 174, 192, var(--tw-placeholder-opacity));
}

.form-select::placeholder {
  --tw-placeholder-opacity:1;
  color: rgba(160, 174, 192, var(--tw-placeholder-opacity));
}

.form-select {
  --tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  width: 100%;
}

.form-select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
}

.form-select:disabled, .form-select[readonly] {
  --tw-bg-opacity:1;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
  cursor: not-allowed;
}

.form-select-sm {
  font-size: .75rem;
  line-height: 1rem;
  padding: .375rem 2rem .375rem .5rem;
}

.form-select-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: .375rem 2rem .375rem 1rem;
}

.form-select-rounded {
  border-radius: 9999px;
}

.dark .form-select {
  --tw-bg-opacity:1;
  background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
  border-color: transparent;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-check-label {
  cursor: pointer;
  margin-left: .5rem;
  --tw-text-opacity:1;
  color: rgba(74, 85, 104, var(--tw-text-opacity));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-check-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
}

.form-check-input[type=radio] {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 1px;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  position: relative;
  --tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.form-check-input[type=radio]:before {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  border-radius: 9999px;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.form-check-input[type=radio]:checked {
  --tw-border-opacity:1;
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.form-check-input[type=radio]:checked:before {
  opacity: 1;
}

.form-check-input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: .2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  border-width: 1px;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  position: relative;
  --tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.form-check-input[type=checkbox]:before {
  content: "";
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 80%;
  background-position: 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  opacity: 0;
  position: absolute;
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100%;
}

.form-check-input[type=checkbox]:checked {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.form-check-input[type=checkbox]:checked:before {
  opacity: 1;
}

.form-check-switch {
  width: 38px;
  height: 24px;
  padding: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 1px;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  outline: 2px solid transparent;
  outline-offset: 2px;
  position: relative;
  --tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.form-check-switch:before {
  content: "";
  width: 22px;
  height: 22px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 9999px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.form-check-switch:checked {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.form-check-switch:checked:before {
  margin-left: 13px;
  --tw-bg-opacity:1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.dark .form-check-label {
  --tw-text-opacity:1;
  color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.dark .form-check-input[type=radio] {
  --tw-bg-opacity:1;
  background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(30, 37, 51, var(--tw-border-opacity));
}

.dark .form-check-input[type=checkbox] {
  --tw-bg-opacity:1;
  background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(63, 72, 101, var(--tw-border-opacity));
}

.dark .form-check-input[type=checkbox]:checked {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.dark .form-check-switch {
  --tw-bg-opacity:1;
  background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(63, 72, 101, var(--tw-border-opacity));
}

.dark .form-check-switch:before {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark .form-check-switch:checked {
  --tw-bg-opacity:1;
  background-color: rgba(49, 96, 216, var(--tw-bg-opacity));
}

.form-help {
  font-size: .75rem;
  line-height: 1rem;
  margin-top: .5rem;
  --tw-text-opacity:1;
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 639px) {
  .form-inline {
    display: block;
  }
}

.form-inline .form-label {
  margin-bottom: 0;
  margin-right: 1.25rem;
  text-align: right;
}

@media (max-width: 639px) {
  .form-inline .form-label {
    margin-right: 0;
    margin-bottom: .5rem;
    text-align: left;
  }
}

.form-inline .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group .input-group-text {
  --tw-bg-opacity:1;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  border-width: 1px;
  padding: .5rem .75rem;
  --tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  --tw-text-opacity:1;
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.input-group > .form-control, .input-group > .input-group-text {
  border-radius: 0;
}

.input-group > .form-control:not(:first-child), .input-group > .input-group-text:not(:first-child) {
  border-left-color: transparent;
}

.input-group > .form-control:first-child, .input-group > .input-group-text:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.input-group > .form-control:last-child, .input-group > .input-group-text:last-child {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.input-group > .form-control {
  z-index: 10;
}

.dark .input-group .input-group-text {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(30, 37, 51, var(--tw-border-opacity));
}

.notification {
  position: relative;
  --tw-text-opacity:1;
  color: rgba(54, 90, 116, var(--tw-text-opacity));
}

.notification.notification--light {
  --tw-text-opacity:1;
  color: rgba(152, 175, 245, var(--tw-text-opacity));
}

.notification .notification__icon {
  height: 1.25rem;
  width: 1.25rem;
}

.notification.notification--bullet:before {
  content: "";
  width: 8px;
  height: 8px;
  --tw-bg-opacity:1;
  background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
  border-radius: 9999px;
  position: absolute;
  right: 0;
}

.image-fit {
  position: relative;
}

.image-fit > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.box {
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0431373);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0431373);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-color: transparent;
  border-radius: .375rem;
  position: relative;
}

.box, .dark .box {
  --tw-bg-opacity:1;
}

.dark .box {
  background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.report-box {
  position: relative;
}

.report-box:before {
  content: "";
  width: 90%;
  background: #f9fafc;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0431373);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0431373);
  border-radius: .375rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: .75rem;
  position: absolute;
  right: 0;
  left: 0;
}

.report-box .report-box__icon {
  width: 28px;
  height: 28px;
}

.report-box .report-box__indicator {
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: .75rem;
  line-height: 1rem;
  padding-right: .25rem;
  padding-left: .5rem;
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .report-box:before {
  background: #2d3650;
}

.report-box-2 {
  position: relative;
}

.report-box-2:before {
  content: "";
  width: 90%;
  background: #f9fafc;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0431373);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0431373);
  border-radius: .375rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: .75rem;
  position: absolute;
  right: 0;
  left: 0;
}

.report-box-2 .report-box-2__indicator {
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: .75rem;
  line-height: 1rem;
  margin-top: .75rem;
  margin-right: auto;
  padding-right: .25rem;
  padding-left: .5rem;
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .report-box-2:before {
  background: #2d3650;
}

html {
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
}

html, html.dark {
  --tw-bg-opacity:1;
}

html.dark {
  background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

html.dark body {
  --tw-text-opacity:1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

html.dark body *, html.dark body :after, html.dark body :before {
  --tw-border-opacity:1;
  border-color: rgba(49, 58, 85, var(--tw-border-opacity));
}

html body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
  overflow-x: hidden;
  padding: .75rem 2rem;
  --tw-text-opacity:1;
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

@media (max-width: 639px) {
  html body {
    padding-left: .75rem;
    padding-right: .75rem;
  }
}

.content {
  border-radius: 30px;
  padding: 0 22px;
  --tw-bg-opacity:1;
  background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  /* min-height: 100vh; */
  min-width: 0;
  padding-bottom: 2.5rem;
}

@media (max-width: 767px) {
  .content {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.content:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.dark .content {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.top-nav {
  position: relative;
  z-index: 50;
}

@media (max-width: 767px) {
  .top-nav {
    display: none;
  }
}

.top-nav > ul {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-nav > ul > li:first-child > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.top-nav > ul > li:first-child > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(2) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.top-nav > ul > li:nth-child(2) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(3) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.top-nav > ul > li:nth-child(3) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(4) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.top-nav > ul > li:nth-child(4) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(5) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.top-nav > ul > li:nth-child(5) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(6) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.top-nav > ul > li:nth-child(6) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(7) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.top-nav > ul > li:nth-child(7) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(8) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.top-nav > ul > li:nth-child(8) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(9) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

.top-nav > ul > li:nth-child(9) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(10) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.top-nav > ul > li:nth-child(10) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(11) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.top-nav > ul > li:nth-child(11) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(12) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.top-nav > ul > li:nth-child(12) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(13) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.top-nav > ul > li:nth-child(13) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(14) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.top-nav > ul > li:nth-child(14) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(15) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.top-nav > ul > li:nth-child(15) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(16) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.top-nav > ul > li:nth-child(16) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(17) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.top-nav > ul > li:nth-child(17) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(18) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.top-nav > ul > li:nth-child(18) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(19) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.top-nav > ul > li:nth-child(19) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(20) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.top-nav > ul > li:nth-child(20) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(21) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.top-nav > ul > li:nth-child(21) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(22) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.top-nav > ul > li:nth-child(22) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(23) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.top-nav > ul > li:nth-child(23) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(24) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.top-nav > ul > li:nth-child(24) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(25) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.top-nav > ul > li:nth-child(25) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(26) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.top-nav > ul > li:nth-child(26) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(27) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.top-nav > ul > li:nth-child(27) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(28) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.top-nav > ul > li:nth-child(28) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(29) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.top-nav > ul > li:nth-child(29) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(30) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.top-nav > ul > li:nth-child(30) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(31) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}

.top-nav > ul > li:nth-child(31) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(32) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

.top-nav > ul > li:nth-child(32) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(33) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

.top-nav > ul > li:nth-child(33) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(34) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}

.top-nav > ul > li:nth-child(34) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(35) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.top-nav > ul > li:nth-child(35) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(36) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

.top-nav > ul > li:nth-child(36) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(37) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}

.top-nav > ul > li:nth-child(37) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(38) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}

.top-nav > ul > li:nth-child(38) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(39) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}

.top-nav > ul > li:nth-child(39) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(40) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.top-nav > ul > li:nth-child(40) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(41) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s;
}

.top-nav > ul > li:nth-child(41) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(42) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}

.top-nav > ul > li:nth-child(42) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(43) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s;
}

.top-nav > ul > li:nth-child(43) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(44) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s;
}

.top-nav > ul > li:nth-child(44) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(45) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.top-nav > ul > li:nth-child(45) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(46) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s;
}

.top-nav > ul > li:nth-child(46) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(47) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s;
}

.top-nav > ul > li:nth-child(47) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(48) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}

.top-nav > ul > li:nth-child(48) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(49) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.9s;
  animation-delay: 4.9s;
}

.top-nav > ul > li:nth-child(49) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-nav > ul > li:nth-child(50) > a:not(.top-menu--active) {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.top-nav > ul > li:nth-child(50) > a.top-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media (max-width: 1279px) {
  .top-nav > ul {
    padding: 0;
  }
}

.top-nav > ul li {
  position: relative;
}

.top-nav > ul li:hover > .top-menu > .top-menu__title > .top-menu__sub-icon {
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-rotate:-90deg;
}

.top-nav > ul li:hover .top-menu:not(.top-menu--active) .top-menu__icon:before {
  --tw-bg-opacity:1;
  background-color: rgba(49, 81, 188, var(--tw-bg-opacity));
}

.top-nav > ul li:hover > ul {
  display: block;
}

.top-nav > ul li .top-menu {
  height: 55px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: .25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 1279px) {
  .top-nav > ul li .top-menu {
    border-radius: 9999px;
    margin-bottom: .75rem;
  }
}

.top-nav > ul li .top-menu.top-menu--active {
  --tw-bg-opacity:1;
  background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
}

.top-nav > ul li .top-menu.top-menu--active:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: -20px;
  -webkit-transform: rotate(90deg) scale(1.04);
          transform: rotate(90deg) scale(1.04);
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52'%3E%3Cpath data-name='Path 143' d='M259.51 259.52c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828a237.651 237.651 0 00-7.292-8.589c-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3A115.051 115.051 0 000 .081h259.51z' fill='%23f1f5f8'/%3E%3C/svg%3E");
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1279px) {
  .top-nav > ul li .top-menu.top-menu--active:before {
    display: none;
  }
}

.top-nav > ul li .top-menu.top-menu--active:after {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: -20px;
  -webkit-transform: rotate(180deg) scale(1.04);
          transform: rotate(180deg) scale(1.04);
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52'%3E%3Cpath data-name='Path 143' d='M259.51 259.52c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828a237.651 237.651 0 00-7.292-8.589c-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3A115.051 115.051 0 000 .081h259.51z' fill='%23f1f5f8'/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1279px) {
  .top-nav > ul li .top-menu.top-menu--active:after {
    display: none;
  }
}

.top-nav > ul li .top-menu.top-menu--active .top-menu__icon {
  --tw-text-opacity:1;
  color: rgba(46, 81, 187, var(--tw-text-opacity));
}

.top-nav > ul li .top-menu.top-menu--active .top-menu__title {
  font-weight: 700;
  --tw-text-opacity:1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.top-nav > ul li .top-menu:not(.top-menu--active) .top-menu__icon:before {
  content: "";
  z-index: -1;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

@media (max-width: 1279px) {
  .top-nav > ul li .top-menu:not(.top-menu--active) .top-menu__icon:before {
    border-radius: 9999px;
  }
}

.top-nav > ul li .top-menu .top-menu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: .75rem;
  white-space: nowrap;
}

.top-nav > ul li .top-menu .top-menu__title .top-menu__sub-icon {
  height: 1rem;
  margin-left: .5rem;
  width: 1rem;
  -webkit-transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

@media (max-width: 1279px) {
  .top-nav > ul li .top-menu .top-menu__title .top-menu__sub-icon {
    display: none;
  }
}

.top-nav > ul li ul {
  left: 100%;
  margin-left: -4px;
  background: rgba(26, 56, 159, 0.929412);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0431373);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0431373);
  border-radius: .375rem;
  display: none;
  margin-top: -1.25rem;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  width: 14rem;
  z-index: 20;
}

.top-nav > ul li ul li {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

.top-nav > ul li ul li .top-menu {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.top-nav > ul li ul li .top-menu .top-menu__icon:before {
  display: none;
}

.top-nav > ul li ul li .top-menu .top-menu__title {
  width: 100%;
}

.top-nav > ul li ul li .top-menu .top-menu__title .top-menu__sub-icon {
  margin-left: auto;
}

.top-nav > ul li ul ul {
  background: rgba(26, 56, 159, 0.929412);
  border-radius: .375rem;
  display: none;
  margin-top: 0;
  margin-left: 0;
}

@-webkit-keyframes intro-top-menu-animation {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes intro-top-menu-animation {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes intro-active-top-menu-animation {
  to {
    z-index: 10;
  }
}

@keyframes intro-active-top-menu-animation {
  to {
    z-index: 10;
  }
}

.dark .top-nav > ul li:hover .top-menu:not(.top-menu--active) .top-menu__icon:before {
  --tw-bg-opacity:1;
  background-color: rgba(30, 37, 51, var(--tw-bg-opacity));
}

.dark .top-nav > ul li .top-menu.top-menu--active {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark .top-nav > ul li .top-menu.top-menu--active:after, .dark .top-nav > ul li .top-menu.top-menu--active:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52'%3E%3Cpath data-name='Path 143' d='M259.51 259.52c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828a237.651 237.651 0 00-7.292-8.589c-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3A115.051 115.051 0 000 .081h259.51z' fill='%23293145'/%3E%3C/svg%3E");
}

.dark .top-nav > ul li .top-menu.top-menu--active .top-menu__icon {
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .top-nav > ul li .top-menu.top-menu--active .top-menu__icon:before {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark .top-nav > ul li .top-menu.top-menu--active .top-menu__title {
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .top-nav > ul li .top-menu .top-menu__icon, .dark .top-nav > ul li .top-menu .top-menu__title {
  --tw-text-opacity:1;
  color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.dark .top-nav > ul li ul {
  background: rgba(24, 31, 41, 0.901961);
}

.side-nav {
  width: 230px;
  overflow-x: hidden;
  padding-right: 1.25rem;
  padding-bottom: 4rem;
}

@media (max-width: 1279px) {
  .side-nav {
    width: 85px;
  }
}

@media (max-width: 767px) {
  .side-nav {
    display: none;
  }
}

.side-nav.side-nav--simple {
  width: 85px;
}

.side-nav.side-nav--simple .side-menu .side-menu__title, .side-nav.side-nav--simple .side-menu .side-menu__title .side-menu__sub-icon, .side-nav.side-nav--simple .side-menu:not(.side-menu--active) .side-menu__icon:before {
  display: none;
}

.side-nav .side-nav__devider {
  --tw-bg-opacity:1;
  background-color: rgba(46, 81, 187, var(--tw-bg-opacity));
  height: 1px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.side-nav .side-menu {
  height: 50px;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .25rem;
  padding-left: 1.25rem;
  position: relative;
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.side-nav .side-menu .side-menu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: .75rem;
  width: 100%;
}

.side-nav .side-menu .side-menu__title .side-menu__sub-icon {
  margin-right: 1.25rem;
  margin-left: auto;
  -webkit-transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

.side-nav .side-menu .side-menu__title .side-menu__sub-icon svg {
  height: 1rem;
  width: 1rem;
}

@media (max-width: 1279px) {
  .side-nav .side-menu .side-menu__title, .side-nav .side-menu .side-menu__title .side-menu__sub-icon {
    display: none;
  }
}

.side-nav > ul > li:first-child.side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.side-nav > ul > li:first-child > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.side-nav > ul > li:first-child > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(2).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.side-nav > ul > li:nth-child(2) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.side-nav > ul > li:nth-child(2) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(3).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.side-nav > ul > li:nth-child(3) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.side-nav > ul > li:nth-child(3) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(4).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.side-nav > ul > li:nth-child(4) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.side-nav > ul > li:nth-child(4) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(5).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.side-nav > ul > li:nth-child(5) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.side-nav > ul > li:nth-child(5) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(6).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.side-nav > ul > li:nth-child(6) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.side-nav > ul > li:nth-child(6) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(7).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.side-nav > ul > li:nth-child(7) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.side-nav > ul > li:nth-child(7) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(8).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.side-nav > ul > li:nth-child(8) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.side-nav > ul > li:nth-child(8) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(9).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

.side-nav > ul > li:nth-child(9) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

.side-nav > ul > li:nth-child(9) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(10).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.side-nav > ul > li:nth-child(10) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.side-nav > ul > li:nth-child(10) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(11).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.side-nav > ul > li:nth-child(11) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.side-nav > ul > li:nth-child(11) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(12).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.side-nav > ul > li:nth-child(12) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.side-nav > ul > li:nth-child(12) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(13).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.side-nav > ul > li:nth-child(13) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.side-nav > ul > li:nth-child(13) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(14).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.side-nav > ul > li:nth-child(14) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.side-nav > ul > li:nth-child(14) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(15).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.side-nav > ul > li:nth-child(15) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.side-nav > ul > li:nth-child(15) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(16).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.side-nav > ul > li:nth-child(16) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.side-nav > ul > li:nth-child(16) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(17).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.side-nav > ul > li:nth-child(17) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.side-nav > ul > li:nth-child(17) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(18).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.side-nav > ul > li:nth-child(18) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.side-nav > ul > li:nth-child(18) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(19).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.side-nav > ul > li:nth-child(19) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.side-nav > ul > li:nth-child(19) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(20).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.side-nav > ul > li:nth-child(20) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.side-nav > ul > li:nth-child(20) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(21).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.side-nav > ul > li:nth-child(21) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.side-nav > ul > li:nth-child(21) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(22).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.side-nav > ul > li:nth-child(22) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.side-nav > ul > li:nth-child(22) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(23).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.side-nav > ul > li:nth-child(23) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.side-nav > ul > li:nth-child(23) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(24).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.side-nav > ul > li:nth-child(24) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.side-nav > ul > li:nth-child(24) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(25).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.side-nav > ul > li:nth-child(25) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.side-nav > ul > li:nth-child(25) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(26).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.side-nav > ul > li:nth-child(26) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.side-nav > ul > li:nth-child(26) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(27).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.side-nav > ul > li:nth-child(27) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.side-nav > ul > li:nth-child(27) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(28).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.side-nav > ul > li:nth-child(28) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.side-nav > ul > li:nth-child(28) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(29).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.side-nav > ul > li:nth-child(29) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.side-nav > ul > li:nth-child(29) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(30).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.side-nav > ul > li:nth-child(30) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.side-nav > ul > li:nth-child(30) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(31).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}

.side-nav > ul > li:nth-child(31) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}

.side-nav > ul > li:nth-child(31) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(32).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

.side-nav > ul > li:nth-child(32) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

.side-nav > ul > li:nth-child(32) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(33).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

.side-nav > ul > li:nth-child(33) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

.side-nav > ul > li:nth-child(33) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(34).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}

.side-nav > ul > li:nth-child(34) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}

.side-nav > ul > li:nth-child(34) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(35).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.side-nav > ul > li:nth-child(35) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.side-nav > ul > li:nth-child(35) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(36).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

.side-nav > ul > li:nth-child(36) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

.side-nav > ul > li:nth-child(36) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(37).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}

.side-nav > ul > li:nth-child(37) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}

.side-nav > ul > li:nth-child(37) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(38).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}

.side-nav > ul > li:nth-child(38) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}

.side-nav > ul > li:nth-child(38) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(39).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}

.side-nav > ul > li:nth-child(39) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}

.side-nav > ul > li:nth-child(39) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(40).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.side-nav > ul > li:nth-child(40) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.side-nav > ul > li:nth-child(40) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(41).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s;
}

.side-nav > ul > li:nth-child(41) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s;
}

.side-nav > ul > li:nth-child(41) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(42).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}

.side-nav > ul > li:nth-child(42) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}

.side-nav > ul > li:nth-child(42) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(43).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s;
}

.side-nav > ul > li:nth-child(43) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s;
}

.side-nav > ul > li:nth-child(43) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(44).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s;
}

.side-nav > ul > li:nth-child(44) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s;
}

.side-nav > ul > li:nth-child(44) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(45).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.side-nav > ul > li:nth-child(45) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.side-nav > ul > li:nth-child(45) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(46).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s;
}

.side-nav > ul > li:nth-child(46) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s;
}

.side-nav > ul > li:nth-child(46) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(47).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s;
}

.side-nav > ul > li:nth-child(47) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s;
}

.side-nav > ul > li:nth-child(47) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(48).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}

.side-nav > ul > li:nth-child(48) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}

.side-nav > ul > li:nth-child(48) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(49).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.9s;
  animation-delay: 4.9s;
}

.side-nav > ul > li:nth-child(49) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.9s;
  animation-delay: 4.9s;
}

.side-nav > ul > li:nth-child(49) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(50).side-nav__devider {
  opacity: 0;
  -webkit-animation: intro-devider-animation .4s ease-in-out .33333s;
  animation: intro-devider-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.side-nav > ul > li:nth-child(50) > a:not(.side-menu--active) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
  animation: intro-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.side-nav > ul > li:nth-child(50) > a.side-menu--active {
  -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
  animation: intro-active-menu-animation .4s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.side-nav > ul ul {
  --tw-bg-opacity:1;
  background-color: rgba(26, 56, 159, var(--tw-bg-opacity));
  border-radius: .375rem;
  display: none;
}

.side-nav > ul ul li:first-child > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.side-nav > ul ul li:nth-child(2) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.side-nav > ul ul li:nth-child(3) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.side-nav > ul ul li:nth-child(4) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.side-nav > ul ul li:nth-child(5) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.side-nav > ul ul li:nth-child(6) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.side-nav > ul ul li:nth-child(7) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.side-nav > ul ul li:nth-child(8) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.side-nav > ul ul li:nth-child(9) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

.side-nav > ul ul li:nth-child(10) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.side-nav > ul ul li:nth-child(11) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.side-nav > ul ul li:nth-child(12) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.side-nav > ul ul li:nth-child(13) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.side-nav > ul ul li:nth-child(14) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.side-nav > ul ul li:nth-child(15) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.side-nav > ul ul li:nth-child(16) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.side-nav > ul ul li:nth-child(17) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.side-nav > ul ul li:nth-child(18) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.side-nav > ul ul li:nth-child(19) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.side-nav > ul ul li:nth-child(20) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.side-nav > ul ul li:nth-child(21) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.side-nav > ul ul li:nth-child(22) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.side-nav > ul ul li:nth-child(23) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.side-nav > ul ul li:nth-child(24) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.side-nav > ul ul li:nth-child(25) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.side-nav > ul ul li:nth-child(26) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.side-nav > ul ul li:nth-child(27) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.side-nav > ul ul li:nth-child(28) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.side-nav > ul ul li:nth-child(29) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.side-nav > ul ul li:nth-child(30) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.side-nav > ul ul li:nth-child(31) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}

.side-nav > ul ul li:nth-child(32) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

.side-nav > ul ul li:nth-child(33) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

.side-nav > ul ul li:nth-child(34) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}

.side-nav > ul ul li:nth-child(35) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.side-nav > ul ul li:nth-child(36) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

.side-nav > ul ul li:nth-child(37) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}

.side-nav > ul ul li:nth-child(38) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}

.side-nav > ul ul li:nth-child(39) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}

.side-nav > ul ul li:nth-child(40) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.side-nav > ul ul li:nth-child(41) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s;
}

.side-nav > ul ul li:nth-child(42) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}

.side-nav > ul ul li:nth-child(43) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s;
}

.side-nav > ul ul li:nth-child(44) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s;
}

.side-nav > ul ul li:nth-child(45) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.side-nav > ul ul li:nth-child(46) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s;
}

.side-nav > ul ul li:nth-child(47) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s;
}

.side-nav > ul ul li:nth-child(48) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}

.side-nav > ul ul li:nth-child(49) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 4.9s;
  animation-delay: 4.9s;
}

.side-nav > ul ul li:nth-child(50) > a {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-animation: intro-submenu-animation .2s ease-in-out .33333s;
  animation: intro-submenu-animation .2s ease-in-out .33333s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.side-nav > ul ul.side-menu__sub-open {
  display: block;
}

.side-nav > ul ul .side-menu__icon:before {
  display: none;
}

.side-nav > ul ul li a:not(.side-menu--active) {
  --tw-text-opacity:1;
  color: rgba(199, 210, 255, var(--tw-text-opacity));
}

.side-nav > ul ul li a.side-menu--active .side-menu__title {
  font-weight: 500;
}

.side-nav > ul ul ul {
  --tw-bg-opacity:1;
  background-color: rgba(20, 44, 145, var(--tw-bg-opacity));
  border-radius: .375rem;
  display: none;
}

.side-nav > ul > li > .side-menu.side-menu--active {
  --tw-bg-opacity:1;
  background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
}

.side-nav > ul > li > .side-menu.side-menu--active:before {
  margin-top: -30px;
  -webkit-transform: rotate(90deg) scale(1.04);
          transform: rotate(90deg) scale(1.04);
}

.side-nav > ul > li > .side-menu.side-menu--active:after, .side-nav > ul > li > .side-menu.side-menu--active:before {
  content: "";
  width: 30px;
  height: 30px;
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52'%3E%3Cpath data-name='Path 143' d='M259.51 259.52c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828a237.651 237.651 0 00-7.292-8.589c-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3A115.051 115.051 0 000 .081h259.51z' fill='%23f1f5f8'/%3E%3C/svg%3E");
  margin-right: -1.25rem;
  position: absolute;
  top: 0;
  right: 0;
}

.side-nav > ul > li > .side-menu.side-menu--active:after {
  margin-top: 50px;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon {
  --tw-text-opacity:1;
  color: rgba(46, 81, 187, var(--tw-text-opacity));
}

.side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon:before {
  content: "";
  z-index: -1;
  --tw-bg-opacity:1;
  background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
  height: 100%;
  margin-right: -1.25rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
}

.side-nav > ul > li > .side-menu.side-menu--active .side-menu__title {
  font-weight: 500;
  --tw-text-opacity:1;
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.side-nav > ul > li > .side-menu:not(.side-menu--active) .side-menu__icon:before {
  content: "";
  z-index: -1;
  width: 230px;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

@media (max-width: 1279px) {
  .side-nav > ul > li > .side-menu:not(.side-menu--active) .side-menu__icon:before {
    display: none;
  }
}

.side-nav > ul > li > .side-menu:hover:not(.side-menu--active):not(.side-menu--open) .side-menu__icon:before {
  --tw-bg-opacity:1;
  background-color: rgba(49, 81, 188, var(--tw-bg-opacity));
}

@-webkit-keyframes intro-devider-animation {
  to {
    opacity: 1;
  }
}

@keyframes intro-devider-animation {
  to {
    opacity: 1;
  }
}

@-webkit-keyframes intro-menu-animation {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes intro-menu-animation {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes intro-submenu-animation {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes intro-submenu-animation {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes intro-active-menu-animation {
  to {
    z-index: 10;
  }
}

@keyframes intro-active-menu-animation {
  to {
    z-index: 10;
  }
}

.dark .side-nav__devider {
  --tw-bg-opacity:1;
  background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.dark .side-nav > ul ul {
  --tw-bg-opacity:1;
  background-color: rgba(30, 37, 51, var(--tw-bg-opacity));
}

.dark .side-nav > ul ul li a:not(.side-menu--active) {
  --tw-text-opacity:1;
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.dark .side-nav > ul ul ul {
  --tw-bg-opacity:1;
  background-color: rgba(24, 31, 41, var(--tw-bg-opacity));
}

.dark .side-nav > ul > li > .side-menu.side-menu--active {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark .side-nav > ul > li > .side-menu.side-menu--active:after, .dark .side-nav > ul > li > .side-menu.side-menu--active:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52'%3E%3Cpath data-name='Path 143' d='M259.51 259.52c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828a237.651 237.651 0 00-7.292-8.589c-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3A115.051 115.051 0 000 .081h259.51z' fill='%23293145'/%3E%3C/svg%3E");
}

.dark .side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon {
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon:before {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark .side-nav > ul > li > .side-menu.side-menu--active .side-menu__title {
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .side-nav > ul > li > .side-menu .side-menu__icon, .dark .side-nav > ul > li > .side-menu .side-menu__title {
  --tw-text-opacity:1;
  color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.dark .side-nav > ul > li > .side-menu:hover:not(.side-menu--active):not(.side-menu--open) .side-menu__icon:before {
  --tw-bg-opacity:1;
  background-color: rgba(30, 37, 51, var(--tw-bg-opacity));
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb.breadcrumb--light {
  --tw-border-opacity:1;
  border-color: rgba(46, 81, 187, var(--tw-border-opacity));
  border-left-width: 1px;
  height: 100%;
  margin-left: 2.5rem;
  padding-left: 2.5rem;
  --tw-text-opacity:1;
  color: rgba(198, 212, 253, var(--tw-text-opacity));
}

@media (max-width: 767px) {
  .breadcrumb.breadcrumb--light {
    border-left-width: 0;
    margin-left: 0;
    padding-left: 0;
  }
}

.breadcrumb.breadcrumb--light .breadcrumb--active {
  --tw-text-opacity:1;
  color: rgba(232, 238, 255, var(--tw-text-opacity));
}

.breadcrumb .breadcrumb__icon {
  width: 14px;
  height: 14px;
  margin-left: .25rem;
  margin-right: .25rem;
}

.breadcrumb .breadcrumb--active {
  font-weight: 500;
  --tw-text-opacity:1;
  color: rgba(28, 63, 170, var(--tw-text-opacity));
}

.dark .breadcrumb.breadcrumb--light {
  --tw-border-opacity:1;
  border-color: rgba(49, 58, 85, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.dark .breadcrumb .breadcrumb--active, .dark .breadcrumb.breadcrumb--light .breadcrumb--active {
  --tw-text-opacity:1;
  color: rgba(49, 96, 216, var(--tw-text-opacity));
}

.modal {
  margin-top: -10000px;
  margin-left: -10000px;
  -webkit-transition: visibility 0s linear .2s,opacity .2s 0s;
  transition: visibility 0s linear .2s,opacity .2s 0s;
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100vw;
}

.modal, .modal.modal-overlap {
  background: rgba(0, 0, 0, 0.65098);
}

.modal.modal-static .modal-content {
  -webkit-animation: modal-static-backdrop .3s infinite;
  animation: modal-static-backdrop .3s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.modal.show {
  -webkit-transition: visibility 0s ease-in-out 0s,opacity .4s ease-in-out 0s;
  transition: visibility 0s ease-in-out 0s,opacity .4s ease-in-out 0s;
  opacity: 1;
  visibility: visible;
}

.modal.show > .modal-dialog {
  margin-top: 4rem;
}

.modal .modal-dialog {
  width: 90%;
  -webkit-transition: margin-top .4s;
  transition: margin-top .4s;
  margin: -4rem auto 4rem;
}

@media (min-width: 640px) {
  .modal .modal-dialog {
    width: 460px;
  }
  .modal .modal-dialog.modal-sm {
    width: 300px;
  }
  .modal .modal-dialog.modal-lg, .modal .modal-dialog.modal-xl {
    width: 600px;
  }
}

@media (min-width: 1024px) {
  .modal .modal-dialog.modal-xl {
    width: 900px;
  }
}

.modal .modal-dialog .modal-content {
  position: relative;
}

.modal .modal-dialog .modal-content > [data-dismiss=modal] {
  margin-top: .75rem;
  margin-right: .75rem;
  position: absolute;
  top: 0;
  right: 0;
}

.modal.modal-slide-over {
  overflow-x: hidden;
}

.modal.modal-slide-over.modal-static .modal-content {
  -webkit-animation: none;
  animation: none;
}

.modal.modal-slide-over.show {
  -webkit-transition: visibility 0s ease-in-out 0s,opacity .6s ease-in-out 0s;
  transition: visibility 0s ease-in-out 0s,opacity .6s ease-in-out 0s;
  opacity: 1;
  visibility: visible;
}

.modal.modal-slide-over.show > .modal-dialog {
  margin-right: 0;
}

@media (max-width: 639px) {
  .modal.modal-slide-over.show > .modal-dialog .modal-content > [data-dismiss=modal] {
    margin-left: -2.5rem;
  }
}

.modal.modal-slide-over .modal-dialog {
  margin-right: -100%;
  -webkit-transition: margin-right .6s;
  transition: margin-right .6s;
  margin-top: 0;
  margin-bottom: 0;
}

.modal.modal-slide-over .modal-dialog .modal-content {
  border-radius: 0;
  min-height: 100vh;
}

.modal.modal-slide-over .modal-dialog .modal-content > [data-dismiss=modal] {
  margin-top: 1rem;
  margin-left: -3rem;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-content {
  --tw-bg-opacity:1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: .25rem;
  position: relative;
  --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  width: 100%;
}

.modal-header {
  --tw-border-opacity:1;
  border-color: rgba(237, 242, 247, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .75rem 1.25rem;
}

.modal-body {
  padding: 1.25rem;
}

.modal-footer {
  --tw-border-opacity:1;
  border-color: rgba(237, 242, 247, var(--tw-border-opacity));
  border-top-width: 1px;
  padding: .75rem 1.25rem;
  text-align: right;
}

.dark .modal-content {
  --tw-bg-opacity:1;
  background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.dark .modal-content .modal-footer, .dark .modal-content .modal-header {
  --tw-border-opacity:1;
  border-color: rgba(63, 72, 101, var(--tw-border-opacity));
}

@-webkit-keyframes modal-static-backdrop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes modal-static-backdrop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav.nav-tabs .active {
  --tw-border-opacity:1;
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
  border-bottom-width: 2px;
  font-weight: 500;
}

.tab-content .tab-pane {
  top: -9999px;
  left: -9999px;
  -webkit-transition: visibility 0s linear .6s,opacity .6s 0s;
  transition: visibility 0s linear .6s,opacity .6s 0s;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.tab-content .tab-pane.active {
  -webkit-transition: visibility 0s linear 0s,opacity .6s 0s;
  transition: visibility 0s linear 0s,opacity .6s 0s;
  opacity: 1;
  position: static;
  visibility: visible;
}

.toastify {
  background: none;
  padding: 0;
  --tw-shadow:0 0 transparent;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  --tw-text-opacity:1;
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

@media (max-width: 767px) {
  .toastify {
    max-width: calc(100% - 30px);
  }
}

.toastify .toast-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  padding-right: .75rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  color: transparent;
}

.toastify .toast-close:before {
  content: "\D7";
  display: block;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-top: -.375rem;
  --tw-text-opacity:1;
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.toastify-content {
  --tw-bg-opacity:1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(237, 242, 247, var(--tw-border-opacity));
  border-radius: .5rem;
  border-width: 1px;
  padding: 1.25rem 3.5rem 1.25rem 1.25rem;
  --tw-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.dark .toastify-content {
  --tw-bg-opacity:1;
  background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.progress {
  --tw-bg-opacity:1;
  background-color: rgba(203, 213, 224, var(--tw-bg-opacity));
  border-radius: 9999px;
  height: .5rem;
  width: 100%;
}

.progress-bar {
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: .75rem;
  line-height: 1rem;
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .progress {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark .progress-bar {
  --tw-bg-opacity:1;
  background-color: rgba(49, 96, 216, var(--tw-bg-opacity));
}

.feather {
  display: inline-block;
  stroke-width: 1.5;
}

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: 'Nanum Gothic', sans-serif;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, pre, samp {
  font-family: ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

summary {
  display: list-item;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset, ol, ul {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

html {
    font-family: 'Nanum Gothic', sans-serif;
  line-height: 1.5;
}

body {
  font-family: inherit;
  line-height: inherit;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 solid #e2e8f0;
}

hr {
  border-top-width: 1px;
}

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cbd5e0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cbd5e0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #cbd5e0;
}

input::placeholder, textarea::placeholder {
  color: #cbd5e0;
}

[role=button], button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

button, input, optgroup, select, textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

code, kbd, pre, samp {
  font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
}

img, video {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse:1;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse:0;
  border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse:0;
  border-right-width: calc(1px*var(--tw-divide-x-reverse));
  border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse:1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse:1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  --tw-bg-opacity:1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity:1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity:1;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity:1;
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity:1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity:1;
  background-color: rgba(203, 213, 224, var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity:1;
  background-color: rgba(113, 128, 150, var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity:1;
  background-color: rgba(74, 85, 104, var(--tw-bg-opacity));
}

.bg-yellow-200 {
  --tw-bg-opacity:1;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.bg-theme-1 {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
}

.bg-theme-3 {
  --tw-bg-opacity:1;
  background-color: rgba(46, 81, 187, var(--tw-bg-opacity));
}

.bg-theme-6 {
  --tw-bg-opacity:1;
  background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
}

.bg-theme-9 {
  --tw-bg-opacity:1;
  background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
}

.bg-theme-11 {
  --tw-bg-opacity:1;
  background-color: rgba(247, 139, 0, var(--tw-bg-opacity));
}

.bg-theme-12 {
  --tw-bg-opacity:1;
  background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
}

.bg-theme-14 {
  --tw-bg-opacity:1;
  background-color: rgba(230, 243, 255, var(--tw-bg-opacity));
}

.bg-theme-17 {
  --tw-bg-opacity:1;
  background-color: rgba(255, 239, 217, var(--tw-bg-opacity));
}

.bg-theme-18 {
  --tw-bg-opacity:1;
  background-color: rgba(216, 248, 188, var(--tw-bg-opacity));
}

.bg-theme-20 {
  --tw-bg-opacity:1;
  background-color: rgba(57, 94, 193, var(--tw-bg-opacity));
}

.bg-theme-33 {
  --tw-bg-opacity:1;
  background-color: rgba(21, 50, 154, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity:1;
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
}

.hover\:bg-theme-1:hover {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
}

.dark .dark\:bg-gray-900 {
  --tw-bg-opacity:1;
  background-color: rgba(26, 32, 44, var(--tw-bg-opacity));
}

.dark .dark\:bg-theme-1 {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
}

.dark .dark\:bg-theme-9 {
  --tw-bg-opacity:1;
  background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
}

.dark .dark\:bg-theme-10 {
  --tw-bg-opacity:1;
  background-color: rgba(49, 96, 216, var(--tw-bg-opacity));
}

.dark .dark\:bg-theme-11 {
  --tw-bg-opacity:1;
  background-color: rgba(247, 139, 0, var(--tw-bg-opacity));
}

.dark .dark\:bg-theme-12 {
  --tw-bg-opacity:1;
  background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
}

.dark .dark\:bg-dark-1 {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark .dark\:bg-dark-2 {
  --tw-bg-opacity:1;
  background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.dark .dark\:bg-dark-3 {
  --tw-bg-opacity:1;
  background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.dark .dark\:bg-dark-5 {
  --tw-bg-opacity:1;
  background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
}

.dark .dark\:bg-dark-6 {
  --tw-bg-opacity:1;
  background-color: rgba(43, 51, 72, var(--tw-bg-opacity));
}

.dark .dark\:hover\:bg-dark-1:hover {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark .dark\:hover\:bg-dark-2:hover {
  --tw-bg-opacity:1;
  background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.dark .dark\:hover\:bg-dark-3:hover {
  --tw-bg-opacity:1;
  background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-cover {
  background-size: cover;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity:1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity:1;
  border-color: rgba(237, 242, 247, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity:1;
  border-color: rgba(203, 213, 224, var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity:1;
  border-color: rgba(160, 174, 192, var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity:1;
  border-color: rgba(113, 128, 150, var(--tw-border-opacity));
}

.border-gray-700 {
  --tw-border-opacity:1;
  border-color: rgba(74, 85, 104, var(--tw-border-opacity));
}

.border-theme-1 {
  --tw-border-opacity:1;
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.border-theme-3 {
  --tw-border-opacity:1;
  border-color: rgba(46, 81, 187, var(--tw-border-opacity));
}

.border-theme-5 {
  --tw-border-opacity:1;
  border-color: rgba(222, 231, 239, var(--tw-border-opacity));
}

.border-theme-6 {
  --tw-border-opacity:1;
  border-color: rgba(211, 41, 41, var(--tw-border-opacity));
}

.border-theme-9 {
  --tw-border-opacity:1;
  border-color: rgba(145, 199, 20, var(--tw-border-opacity));
}

.border-theme-12 {
  --tw-border-opacity:1;
  border-color: rgba(251, 197, 0, var(--tw-border-opacity));
}

.border-theme-15 {
  --tw-border-opacity:1;
  border-color: rgba(141, 169, 190, var(--tw-border-opacity));
}

.border-theme-21 {
  --tw-border-opacity:1;
  border-color: rgba(46, 81, 187, var(--tw-border-opacity));
}

.border-theme-34 {
  --tw-border-opacity:1;
  border-color: rgba(32, 63, 173, var(--tw-border-opacity));
}

.focus\:border-blue-300:focus {
  --tw-border-opacity:1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.dark .dark\:border-gray-700 {
  --tw-border-opacity:1;
  border-color: rgba(74, 85, 104, var(--tw-border-opacity));
}

.dark .dark\:border-theme-1 {
  --tw-border-opacity:1;
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.dark .dark\:border-theme-6 {
  --tw-border-opacity:1;
  border-color: rgba(211, 41, 41, var(--tw-border-opacity));
}

.dark .dark\:border-theme-9 {
  --tw-border-opacity:1;
  border-color: rgba(145, 199, 20, var(--tw-border-opacity));
}

.dark .dark\:border-theme-10 {
  --tw-border-opacity:1;
  border-color: rgba(49, 96, 216, var(--tw-border-opacity));
}

.dark .dark\:border-theme-12 {
  --tw-border-opacity:1;
  border-color: rgba(251, 197, 0, var(--tw-border-opacity));
}

.dark .dark\:border-dark-1 {
  --tw-border-opacity:1;
  border-color: rgba(41, 49, 69, var(--tw-border-opacity));
}

.dark .dark\:border-dark-3 {
  --tw-border-opacity:1;
  border-color: rgba(49, 58, 85, var(--tw-border-opacity));
}

.dark .dark\:border-dark-4 {
  --tw-border-opacity:1;
  border-color: rgba(30, 37, 51, var(--tw-border-opacity));
}

.dark .dark\:border-dark-5 {
  --tw-border-opacity:1;
  border-color: rgba(63, 72, 101, var(--tw-border-opacity));
}

.rounded {
  border-radius: .25rem;
}

.rounded-md {
  border-radius: .375rem;
}

.rounded-lg {
  border-radius: .5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t {
  border-top-left-radius: .25rem;
}

.rounded-r, .rounded-t {
  border-top-right-radius: .25rem;
}

.rounded-b, .rounded-r {
  border-bottom-right-radius: .25rem;
}

.rounded-b, .rounded-l {
  border-bottom-left-radius: .25rem;
}

.rounded-l {
  border-top-left-radius: .25rem;
}

.rounded-t-md {
  border-top-left-radius: .375rem;
}

.rounded-r-md, .rounded-t-md {
  border-top-right-radius: .375rem;
}

.rounded-r-md {
  border-bottom-right-radius: .375rem;
}

.rounded-l-md {
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

.rounded-tl {
  border-top-left-radius: .25rem;
}

.rounded-tr {
  border-top-right-radius: .25rem;
}

.rounded-br {
  border-bottom-right-radius: .25rem;
}

.rounded-bl {
  border-bottom-left-radius: .25rem;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-none {
  border-style: none;
}

.border-0 {
  border-width: 0;
}

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.box-border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box-content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.inline-grid {
  display: -ms-inline-grid;
  display: inline-grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.place-items-auto {
  place-items: auto;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

.place-items-stretch {
  place-items: stretch;
}

.place-content-center {
  place-content: center;
}

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

.place-content-between {
  place-content: space-between;
}

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-stretch {
  place-content: stretch;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.content-evenly {
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}

.self-auto {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.justify-items-auto {
  justify-items: auto;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.justify-self-auto {
  -ms-grid-column-align: auto;
      justify-self: auto;
}

.justify-self-start {
  -ms-grid-column-align: start;
      justify-self: start;
}

.justify-self-end {
  -ms-grid-column-align: end;
      justify-self: end;
}

.justify-self-center {
  -ms-grid-column-align: center;
      justify-self: center;
}

.justify-self-stretch {
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-shrink {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.font-sans {
    font-family: 'Nanum Gothic', sans-serif;
}

.font-mono {
    font-family: 'Nanum Gothic', sans-serif;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: .25rem;
}

.h-2 {
  height: .5rem;
}

.h-3 {
  height: .75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-56 {
  height: 14rem;
}

.h-64 {
  height: 16rem;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-lg, .text-xl {
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.m-1 {
  margin: .25rem;
}

.m-2 {
  margin: .5rem;
}

.m-3 {
  margin: .75rem;
}

.m-8 {
  margin: 2rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem;
}

.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.mx-3 {
  margin-left: .75rem;
  margin-right: .75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-3 {
  margin-left: -.75rem;
  margin-right: -.75rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: .25rem;
}

.mr-1 {
  margin-right: .25rem;
}

.mb-1 {
  margin-bottom: .25rem;
}

.ml-1 {
  margin-left: .25rem;
}

.mt-2 {
  margin-top: .5rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.ml-2 {
  margin-left: .5rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mr-3 {
  margin-right: .75rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.ml-3 {
  margin-left: .75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-0\.5 {
  margin-top: .125rem;
}

.mr-0\.5 {
  margin-right: .125rem;
}

.ml-0\.5 {
  margin-left: .125rem;
}

.mt-1\.5 {
  margin-top: .375rem;
}

.mt-2\.5 {
  margin-top: .625rem;
}

.-mt-1 {
  margin-top: -.25rem;
}

.-mr-1 {
  margin-right: -.25rem;
}

.-mb-1 {
  margin-bottom: -.25rem;
}

.-ml-1 {
  margin-left: -.25rem;
}

.-mt-2 {
  margin-top: -.5rem;
}

.-mr-2 {
  margin-right: -.5rem;
}

.-ml-2 {
  margin-left: -.5rem;
}

.-mt-3 {
  margin-top: -.75rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mt-px {
  margin-top: -1px;
}

.-ml-px {
  margin-left: -1px;
}

.-mb-1\.5 {
  margin-bottom: -.375rem;
}

.-ml-2\.5 {
  margin-left: -.625rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.min-h-0 {
  min-height: 0;
}

.min-h-screen {
  min-height: 100vh;
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
  object-fit: fill;
}

.object-none {
  -o-object-fit: none;
  object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overscroll-auto {
  -ms-scroll-chaining: chained;
  overscroll-behavior: auto;
}

.overscroll-contain {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.overscroll-none {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: .25rem;
}

.p-2 {
  padding: .5rem;
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-0\.5 {
  padding-top: .125rem;
  padding-bottom: .125rem;
}

.pt-1 {
  padding-top: .25rem;
}

.pr-1 {
  padding-right: .25rem;
}

.pl-1 {
  padding-left: .25rem;
}

.pt-2 {
  padding-top: .5rem;
}

.pb-2 {
  padding-bottom: .5rem;
}

.pt-3 {
  padding-top: .75rem;
}

.pb-3 {
  padding-bottom: .75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.placeholder-theme-13:-ms-input-placeholder {
  --tw-placeholder-opacity:1;
  color: rgba(127, 158, 185, var(--tw-placeholder-opacity));
}

.placeholder-theme-13::-webkit-input-placeholder {
  --tw-placeholder-opacity:1;
  color: rgba(127, 158, 185, var(--tw-placeholder-opacity));
}

.placeholder-theme-13::-ms-input-placeholder {
  --tw-placeholder-opacity:1;
  color: rgba(127, 158, 185, var(--tw-placeholder-opacity));
}

.placeholder-theme-13::placeholder {
  --tw-placeholder-opacity:1;
  color: rgba(127, 158, 185, var(--tw-placeholder-opacity));
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  right: 0;
  left: 0;
}

.inset-0, .inset-y-0 {
  top: 0;
  bottom: 0;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-1 {
  top: .25rem;
}

.top-2 {
  top: .5rem;
}

.left-2 {
  left: .5rem;
}

.top-10 {
  top: 2.5rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.top-full {
  top: 100%;
}

.left-full {
  left: 100%;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

* {
  --tw-shadow:0 0 transparent;
}

.shadow-sm {
  --tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);
}

.shadow, .shadow-sm {
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.shadow {
  --tw-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);
}

.shadow-md {
  --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
}

.shadow-lg, .shadow-md {
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
}

.shadow-none {
  --tw-shadow:0 0 transparent;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

* {
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgba(59,130,246,0.5);
  --tw-ring-offset-shadow:0 0 transparent;
  --tw-ring-shadow:0 0 transparent;
}

.ring {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
}

.ring-inset {
  --tw-ring-inset:inset;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
}

.focus\:ring-0:focus, .focus\:ring:focus {
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
}

.focus\:ring:focus {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

.ring-gray-300 {
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(226,232,240,var(--tw-ring-opacity));
}

.fill-current {
  fill: currentColor;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-black {
  --tw-text-opacity:1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity:1;
  color: rgba(237, 242, 247, var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity:1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity:1;
  color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity:1;
  color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity:1;
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity:1;
  color: rgba(74, 85, 104, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity:1;
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity:1;
  color: rgba(26, 32, 44, var(--tw-text-opacity));
}

.text-green-300 {
  --tw-text-opacity:1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.text-purple-400 {
  --tw-text-opacity:1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.text-purple-800 {
  --tw-text-opacity:1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.text-theme-1 {
  --tw-text-opacity:1;
  color: rgba(28, 63, 170, var(--tw-text-opacity));
}

.text-theme-6 {
  --tw-text-opacity:1;
  color: rgba(211, 41, 41, var(--tw-text-opacity));
}

.text-theme-9 {
  --tw-text-opacity:1;
  color: rgba(145, 199, 20, var(--tw-text-opacity));
}

.text-theme-10 {
  --tw-text-opacity:1;
  color: rgba(49, 96, 216, var(--tw-text-opacity));
}

.text-theme-11 {
  --tw-text-opacity:1;
  color: rgba(247, 139, 0, var(--tw-text-opacity));
}

.text-theme-12 {
  --tw-text-opacity:1;
  color: rgba(251, 197, 0, var(--tw-text-opacity));
}

.text-theme-16 {
  --tw-text-opacity:1;
  color: rgba(96, 127, 150, var(--tw-text-opacity));
}

.text-theme-19 {
  --tw-text-opacity:1;
  color: rgba(36, 73, 175, var(--tw-text-opacity));
}

.text-theme-20 {
  --tw-text-opacity:1;
  color: rgba(57, 94, 193, var(--tw-text-opacity));
}

.text-theme-22 {
  --tw-text-opacity:1;
  color: rgba(198, 212, 253, var(--tw-text-opacity));
}

.text-theme-35 {
  --tw-text-opacity:1;
  color: rgba(187, 200, 253, var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity:1;
  color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity:1;
  color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.hover\:text-purple-500:hover {
  --tw-text-opacity:1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.dark .dark\:text-white {
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .dark\:text-gray-300 {
  --tw-text-opacity:1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.dark .dark\:text-gray-400 {
  --tw-text-opacity:1;
  color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.dark .dark\:text-gray-500 {
  --tw-text-opacity:1;
  color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.dark .dark\:text-gray-600 {
  --tw-text-opacity:1;
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.dark .dark\:text-theme-10 {
  --tw-text-opacity:1;
  color: rgba(49, 96, 216, var(--tw-text-opacity));
}

.text-opacity-70 {
  --tw-text-opacity:0.7;
}

.truncate {
  overflow: hidden;
  white-space: nowrap;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.overflow-clip {
  text-overflow: clip;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.diagonal-fractions, .lining-nums, .oldstyle-nums, .ordinal, .proportional-nums, .slashed-zero, .stacked-fractions, .tabular-nums {
  --tw-ordinal:var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero:var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure:var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing:var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction:var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal:ordinal;
}

.slashed-zero {
  --tw-slashed-zero:slashed-zero;
}

.lining-nums {
  --tw-numeric-figure:lining-nums;
}

.oldstyle-nums {
  --tw-numeric-figure:oldstyle-nums;
}

.proportional-nums {
  --tw-numeric-spacing:proportional-nums;
}

.tabular-nums {
  --tw-numeric-spacing:tabular-nums;
}

.diagonal-fractions {
  --tw-numeric-fraction:diagonal-fractions;
}

.stacked-fractions {
  --tw-numeric-fraction:stacked-fractions;
}

.tracking-wide {
  letter-spacing: .025em;
}

.tracking-wider {
  letter-spacing: .05em;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-text {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.w-1 {
  width: .25rem;
}

.w-2 {
  width: .5rem;
}

.w-3 {
  width: .75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-1\/2 {
  width: 50%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-full {
  width: 100%;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.focus\:z-10:focus {
  z-index: 10;
}

.gap-1 {
  gap: .25rem;
}

.gap-2 {
  gap: .5rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-y-3 {
  row-gap: .75rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.grid-cols-1 {
  -ms-grid-columns: (minmax(0, 1fr))[1];
      grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-7 {
  -ms-grid-columns: (minmax(0, 1fr))[7];
      grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  -ms-grid-columns: (minmax(0, 1fr))[8];
      grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-12 {
  -ms-grid-columns: (minmax(0, 1fr))[12];
      grid-template-columns: repeat(12, minmax(0, 1fr));
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.col-span-12 {
  grid-column: span 12/span 12;
}

.transform {
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform, .transform-gpu {
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
}

.transform-gpu {
  -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none {
  -webkit-transform: none;
          transform: none;
}

.scale-110 {
  --tw-scale-x:1.1;
  --tw-scale-y:1.1;
}

.rotate-180 {
  --tw-rotate:180deg;
}

.-rotate-90 {
  --tw-rotate:-90deg;
}

.transition {
  -webkit-transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
}

.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-150 {
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
}

.duration-300 {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@-webkit-keyframes ping {
  75%, to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, to {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@keyframes bounce {
  0%, to {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.top-bar-boxed {
  height: 70px;
  z-index: 51;
  position: relative;
}

.mobile-menu {
  --tw-border-opacity:1;
  border-color: rgba(46, 81, 187, var(--tw-border-opacity));
  border-bottom-width: 1px;
  margin: -1.25rem -2rem 1.5rem;
}

@media (max-width: 639px) {
  .mobile-menu {
    margin-left: -.75rem;
    margin-right: -.75rem;
  }
}

.mobile-menu .mobile-menu-bar {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 639px) {
  .mobile-menu .mobile-menu-bar {
    padding-left: .75rem;
    padding-right: .75rem;
  }
}

.mobile-menu ul.menu__sub-open {
  display: block;
}

.mobile-menu ul li {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.mobile-menu ul li ul {
  --tw-bg-opacity:1;
  background-color: rgba(26, 56, 159, var(--tw-bg-opacity));
  border-radius: .375rem;
  display: none;
  margin: .25rem 1.5rem;
}

@media (max-width: 639px) {
  .mobile-menu ul li ul {
    margin-left: .75rem;
    margin-right: .75rem;
  }
}

.mobile-menu ul li ul .menu {
  padding-left: 1rem;
  padding-right: 1rem;
}

.mobile-menu ul li ul ul {
  --tw-bg-opacity:1;
  background-color: rgba(20, 44, 145, var(--tw-bg-opacity));
  border-radius: .375rem;
  display: none;
  margin-left: 0;
  margin-right: 0;
}

.mobile-menu .menu__devider {
  --tw-bg-opacity:1;
  background-color: rgba(46, 81, 187, var(--tw-bg-opacity));
  height: 1px;
  position: relative;
  width: 100%;
}

.mobile-menu .menu {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 639px) {
  .mobile-menu .menu {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.mobile-menu .menu .menu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: .75rem;
  width: 100%;
}

.mobile-menu .menu .menu__title .menu__sub-icon {
  margin-left: auto;
  -webkit-transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

.mobile-menu .menu .menu__title .menu__sub-icon svg {
  height: 1.25rem;
  width: 1.25rem;
}

.dark .mobile-menu ul li ul {
  --tw-bg-opacity:1;
  background-color: rgba(30, 37, 51, var(--tw-bg-opacity));
}

.dark .mobile-menu ul li ul ul {
  --tw-bg-opacity:1;
  background-color: rgba(24, 31, 41, var(--tw-bg-opacity));
}

.dark .mobile-menu .menu__devider {
  --tw-bg-opacity:1;
  background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}

@media (max-width: 639px) {
  .pagination {
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 639px) {
  .pagination li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
  .pagination li:first-child .pagination__link, .pagination li:nth-child(2) .pagination__link, .pagination li:nth-child(3) .pagination__link, .pagination li:nth-child(7) .pagination__link, .pagination li:nth-child(8) .pagination__link, .pagination li:nth-child(9) .pagination__link {
    padding-left: .25rem;
    padding-right: .25rem;
  }
}

.pagination li .pagination__link {
  min-width: 40px;
  border-radius: .375rem;
  border-width: 1px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 500;
  padding: .5rem .75rem;
  --tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);
  -webkit-transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.pagination li .pagination__link:hover {
  --tw-bg-opacity:0.9;
  --tw-border-opacity:0.9;
}

.pagination li .pagination__link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
}

.pagination li .pagination__link:not(button) {
  text-align: center;
}

.pagination li .pagination__link {
  border-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  margin-right: .5rem;
  --tw-shadow:0 0 transparent;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  --tw-text-opacity:1;
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

@media (max-width: 639px) {
  .pagination li .pagination__link {
    margin-right: 0;
    min-width: 0;
  }
}

.pagination li .pagination__link.pagination__link--active {
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0431373);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0431373);
  --tw-bg-opacity:1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-color: transparent;
  border-radius: .375rem;
  position: relative;
  font-weight: 500;
}

.dark .pagination li .pagination__link {
  --tw-text-opacity:1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.dark .pagination li .pagination__link.pagination__link--active {
  --tw-bg-opacity:1;
  background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.dropdown-menu {
  z-index: 9999;
  inset: 0 auto auto 0;
  -webkit-transform: translate3d(-10000px, 0, 0);
          transform: translate3d(-10000px, 0, 0);
  -webkit-transition: visibility 0s ease-in-out .2s,opacity .2s 0s;
  transition: visibility 0s ease-in-out .2s,opacity .2s 0s;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.dropdown-menu.show {
  -webkit-transition: visibility 0s ease-in-out 0s,opacity .2s 0s;
  transition: visibility 0s ease-in-out 0s,opacity .2s 0s;
  opacity: 1;
  visibility: visible;
}

.dropdown-menu.show > .dropdown-menu__content {
  margin-top: .25rem;
}

.dropdown-menu.show > .dropdown-menu__content .tab-content .tab-pane {
  visibility: visible;
}

.dropdown-menu .dropdown-menu__content {
  -webkit-transition: margin-top .2s;
  transition: margin-top .2s;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0901961);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0901961);
  margin-top: 1.25rem;
  width: 100%;
}

.dropdown-menu .dropdown-menu__content .tab-content .tab-pane {
  visibility: hidden;
}

.file .file__icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: relative;
}

.file .file__icon.file__icon--empty-directory {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='786' height='786'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='.5' x2='.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%238a97ac'/%3E%3Cstop offset='1' stop-color='%235d6c83'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg data-name='Group 2' transform='translate(-567 -93)'%3E%3Crect data-name='Rectangle 4' width='418' height='681' rx='40' transform='translate(896 109)' fill='%2395a5b9'/%3E%3Crect data-name='Rectangle 3' width='433' height='681' rx='40' transform='translate(606 93)' fill='%23a0aec0'/%3E%3Crect data-name='Rectangle 2' width='786' height='721' rx='40' transform='translate(567 158)' fill='url(%23a)'/%3E%3C/g%3E%3C/svg%3E");
}

.file .file__icon.file__icon--directory {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='786' height='786'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='.5' x2='.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%238a97ac'/%3E%3Cstop offset='1' stop-color='%235d6c83'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg data-name='Group 3' transform='translate(-567 -93)'%3E%3Crect data-name='Rectangle 4' width='418' height='681' rx='40' transform='translate(896 109)' fill='%2395a5b9'/%3E%3Crect data-name='Rectangle 3' width='433' height='681' rx='40' transform='translate(606 93)' fill='%23a0aec0'/%3E%3Crect data-name='Rectangle 2' width='742' height='734' rx='40' transform='translate(590 145)' fill='%23bec8d9'/%3E%3Crect data-name='Rectangle 5' width='786' height='692' rx='40' transform='translate(567 187)' fill='url(%23a)'/%3E%3C/g%3E%3C/svg%3E");
}

.file .file__icon.file__icon--file {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='628.027' height='786.012'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='.5' x2='.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%238a97ac'/%3E%3Cstop offset='1' stop-color='%235d6c83'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg data-name='Group 5'%3E%3Cpath data-name='Union 2' d='M40 786a40 40 0 01-40-40V40A40 40 0 0140 0h461v103h29v24h98v619a40 40 0 01-40 40z' transform='translate(0 .012)' fill='url(%23a)'/%3E%3Cpath data-name='Intersection 2' d='M501.409 111.054l.058-109.9c31.605 29.739 125.37 125.377 125.37 125.377l-109.976.049a20.025 20.025 0 01-15.452-15.526z' fill='%23bec8d9' stroke='%23bec8d9'/%3E%3C/g%3E%3C/svg%3E");
}

.file .file__icon.file__icon--image .file__icon--image__preview {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.file .file__icon.file__icon--image .file__icon--image__preview img {
  border-radius: .375rem;
}

.file .file__icon .file__icon__file-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.file .file__icon:before {
  content: "";
  padding-top: 100%;
  display: block;
  width: 100%;
}

.inbox-filter .inbox-filter__dropdown-menu {
  width: 250px;
}

.inbox-filter__dropdown-menu .dropdown-menu__content {
  margin-left: -228px;
  width: auto;
}

.inbox .inbox__item {
  cursor: pointer;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.inbox .inbox__item:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  border-radius: .25rem;
  border-width: 0;
  position: relative;
  --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  z-index: 20;
}

.inbox .inbox__item.inbox__item--active {
  --tw-bg-opacity:1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.inbox .inbox__item.inbox__item--active .inbox__item--highlight, .inbox .inbox__item.inbox__item--active .inbox__item--sender, .inbox .inbox__item.inbox__item--active .inbox__item--time {
  font-weight: 500;
}

.inbox .form-check-input {
  --tw-border-opacity:1;
  border-color: rgba(160, 174, 192, var(--tw-border-opacity));
}

.inbox .form-check-input:checked {
  --tw-border-opacity:1;
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.dark .inbox .inbox__item.inbox__item--active {
  --tw-bg-opacity:1;
  background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.scrollbar-hidden::-webkit-scrollbar {
  background-color: transparent;
  width: 0;
}

.chat .chat__tabs a.active {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.chat .chat__chat-list, .chat .chat__user-list {
  height: 525px;
}

.chat .chat__box {
  height: 782px;
}

.chat .chat__box .chat__box__text-box {
  max-width: 49%;
}

@media (max-width: 639px) {
  .chat .chat__box .chat__box__text-box {
    max-width: 90%;
  }
}

.chat .chat__box__input {
  height: 46px;
}

.boxed-tabs a.active, .dark .boxed-tabs a.active {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.chat-dropdown {
  width: 320px;
  margin-top: -364px;
}

.chat-dropdown .chat-dropdown__box {
  height: 364px;
}

.chat-dropdown .chat-dropdown__box .chat-dropdown__box__tabs {
  --tw-text-opacity:1;
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.chat-dropdown .chat-dropdown__box .chat-dropdown__box__tabs a.active {
  --tw-bg-opacity:1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  border-bottom-width: 0;
  --tw-text-opacity:1;
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.dark .chat-dropdown .chat-dropdown__box .chat-dropdown__box__tabs a.active {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.wizard .wizard__line {
  height: 3px;
}

.blog .blog__preview {
  height: 320px;
}

.blog .blog__preview:before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85098)), to(rgba(0, 0, 0, 0.270588)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85098), rgba(0, 0, 0, 0.270588));
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.blog .blog__action, .blog .blog__category {
  background: rgba(255, 255, 255, 0.239216);
}

.news .news__preview {
  height: 400px;
}

@media (max-width: 767px) {
  .news .news__preview {
    height: 250px;
  }
}

.news p {
  text-indent: 30px;
}

.news .news__input {
  height: 69px;
}

.pricing-tabs a.active {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.alert {
  border-radius: .375rem;
  padding: 1rem 1.25rem;
  position: relative;
}

.alert:not(.show) {
  display: none;
}

.alert.alert-dismissible {
  padding-left: 1.25rem;
  padding-right: 4rem;
}

.alert .btn-close {
  border-radius: .375rem;
  border-width: 1px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  padding: .5rem .75rem;
  --tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);
  -webkit-transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.alert .btn-close:hover {
  --tw-bg-opacity:0.9;
  --tw-border-opacity:0.9;
}

.alert .btn-close:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

.alert .btn-close:not(button) {
  text-align: center;
}

.alert .btn-close {
  border-width: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: .5rem;
  position: absolute;
  right: 0;
  --tw-shadow:0 0 transparent;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.alert .btn-close:focus {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
}

.alert-primary {
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.alert-primary, .alert-secondary {
  --tw-bg-opacity:1;
  --tw-text-opacity:1;
}

.alert-secondary {
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.alert-success {
  background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.alert-success, .alert-warning {
  --tw-bg-opacity:1;
  --tw-text-opacity:1;
}

.alert-warning {
  background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
  color: rgba(26, 32, 44, var(--tw-text-opacity));
}

.alert-danger {
  background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
}

.alert-danger, .alert-dark {
  --tw-bg-opacity:1;
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.alert-dark {
  background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
}

.dark .alert-secondary {
  background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
}

.dark .alert-dark, .dark .alert-secondary {
  --tw-bg-opacity:1;
  --tw-text-opacity:1;
  color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.dark .alert-dark {
  background-color: rgba(43, 51, 72, var(--tw-bg-opacity));
}

.alert-outline-primary {
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
  color: rgba(28, 63, 170, var(--tw-text-opacity));
}

.alert-outline-primary, .alert-outline-secondary {
  --tw-border-opacity:1;
  border-width: 1px;
  --tw-text-opacity:1;
}

.alert-outline-secondary {
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  color: rgba(74, 85, 104, var(--tw-text-opacity));
}

.alert-outline-success {
  border-color: rgba(145, 199, 20, var(--tw-border-opacity));
  color: rgba(145, 199, 20, var(--tw-text-opacity));
}

.alert-outline-success, .alert-outline-warning {
  --tw-border-opacity:1;
  border-width: 1px;
  --tw-text-opacity:1;
}

.alert-outline-warning {
  border-color: rgba(251, 197, 0, var(--tw-border-opacity));
  color: rgba(251, 197, 0, var(--tw-text-opacity));
}

.alert-outline-danger {
  border-color: rgba(211, 41, 41, var(--tw-border-opacity));
  color: rgba(211, 41, 41, var(--tw-text-opacity));
}

.alert-outline-danger, .alert-outline-dark {
  --tw-border-opacity:1;
  border-width: 1px;
  --tw-text-opacity:1;
}

.alert-outline-dark {
  border-color: rgba(45, 55, 72, var(--tw-border-opacity));
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.dark .alert-outline-primary {
  --tw-border-opacity:1;
  border-color: rgba(46, 81, 187, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(46, 81, 187, var(--tw-text-opacity));
}

.dark .alert-outline-secondary {
  --tw-border-opacity:1;
  border-color: rgba(74, 85, 104, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.dark .alert-outline-success {
  --tw-border-opacity:1;
  border-color: rgba(145, 199, 20, var(--tw-border-opacity));
}

.dark .alert-outline-warning {
  --tw-border-opacity:1;
  border-color: rgba(251, 197, 0, var(--tw-border-opacity));
}

.dark .alert-outline-danger {
  --tw-border-opacity:1;
  border-color: rgba(211, 41, 41, var(--tw-border-opacity));
}

.dark .alert-outline-dark {
  --tw-border-opacity:1;
  border-color: rgba(74, 85, 104, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.alert-primary-soft {
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
  color: rgba(49, 96, 216, var(--tw-text-opacity));
}

.alert-primary-soft, .alert-secondary-soft {
  --tw-bg-opacity:1;
  --tw-bg-opacity:0.2;
  --tw-border-opacity:1;
  --tw-border-opacity:0.05;
  --tw-text-opacity:1;
}

.alert-secondary-soft {
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.alert-success-soft {
  background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
  border-color: rgba(145, 199, 20, var(--tw-border-opacity));
  color: rgba(145, 199, 20, var(--tw-text-opacity));
}

.alert-success-soft, .alert-warning-soft {
  --tw-bg-opacity:1;
  --tw-bg-opacity:0.2;
  --tw-border-opacity:1;
  --tw-border-opacity:0.05;
  --tw-text-opacity:1;
}

.alert-warning-soft {
  background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
  border-color: rgba(251, 197, 0, var(--tw-border-opacity));
  color: rgba(247, 139, 0, var(--tw-text-opacity));
}

.alert-danger-soft {
  background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
  border-color: rgba(211, 41, 41, var(--tw-border-opacity));
  color: rgba(211, 41, 41, var(--tw-text-opacity));
}

.alert-danger-soft, .alert-dark-soft {
  --tw-bg-opacity:1;
  --tw-bg-opacity:0.2;
  --tw-border-opacity:1;
  --tw-border-opacity:0.05;
  --tw-text-opacity:1;
}

.alert-dark-soft {
  background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
  border-color: rgba(45, 55, 72, var(--tw-border-opacity));
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.accordion .accordion-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.accordion .accordion-item:not(:last-child) {
  --tw-border-opacity:1;
  border-color: rgba(237, 242, 247, var(--tw-border-opacity));
  border-bottom-width: 1px;
}

.accordion .accordion-item:first-child {
  margin-top: -1rem;
}

.accordion .accordion-item:last-child {
  margin-bottom: -1rem;
}

.accordion .accordion-item .accordion-header .accordion-button {
  font-weight: 500;
  text-align: left;
  width: 100%;
}

.accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  --tw-text-opacity:1;
  color: rgba(28, 63, 170, var(--tw-text-opacity));
}

.accordion .accordion-collapse {
  line-height: 1.625;
  margin-top: .75rem;
  --tw-text-opacity:1;
  color: rgba(74, 85, 104, var(--tw-text-opacity));
}

.accordion .accordion-collapse.collapse:not(.show) {
  display: none;
}

.accordion.accordion-boxed .accordion-item {
  --tw-border-opacity:1;
  border-color: rgba(237, 242, 247, var(--tw-border-opacity));
  border-width: 1px;
  margin-top: .75rem;
  padding: 1rem;
}

.accordion.accordion-boxed .accordion-item:first-child {
  margin-top: 0;
}

.accordion.accordion-boxed .accordion-item:last-child {
  margin-bottom: 0;
}

.dark .accordion .accordion-item:not(:last-child) {
  --tw-border-opacity:1;
  border-color: rgba(63, 72, 101, var(--tw-border-opacity));
}

.dark .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  --tw-text-opacity:1;
  color: rgba(49, 96, 216, var(--tw-text-opacity));
}

.dark .accordion.accordion-boxed .accordion-item {
  --tw-border-opacity:1;
  border-color: rgba(63, 72, 101, var(--tw-border-opacity));
}

.dark .accordion .accordion-collapse {
  --tw-text-opacity:1;
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.error-page img {
  width: 450px;
}

.search-result {
  width: 450px;
  margin-top: .25rem;
  opacity: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  z-index: 20;
  -webkit-transition: visibility 0s linear .2s,opacity .2s 0s;
  transition: visibility 0s linear .2s,opacity .2s 0s;
}

.search-result.show {
  -webkit-transition: visibility 0s linear 0s,opacity .2s 0s;
  transition: visibility 0s linear 0s,opacity .2s 0s;
  opacity: 1;
  visibility: visible;
}

.search-result.show > .search-result__content {
  margin-top: -1px;
}

.search-result.show > .search-result__content .tab-content .tab-pane {
  visibility: visible;
}

.search-result .search-result__content {
  -webkit-transition: margin-top .2s;
  transition: margin-top .2s;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0431373);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0431373);
  --tw-bg-opacity:1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-color: transparent;
  border-radius: .375rem;
  position: relative;
}

.dark .search-result .search-result__content {
  background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.search-result .search-result__content {
  margin-top: 1.25rem;
  padding: 1.25rem;
}

.search-result .search-result__content .search-result__content__title {
  font-weight: 500;
  margin-bottom: .5rem;
}

.dark .search-result .search-result__content {
  --tw-bg-opacity:1;
  background-color: rgba(43, 51, 72, var(--tw-bg-opacity));
}

.mini-report-chart {
  height: 130px;
}

.notification-content {
  width: 350px;
}

@media (max-width: 639px) {
  .notification-content {
    width: 280px;
  }
}

.notification-content .notification-content__title {
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.notification-content .notification-content__box {
  padding: 1.25rem;
}

.report-maps {
  height: 310px;
}

.pos-dropdown .pos-dropdown__dropdown-menu {
  width: 265px;
}

.pos .pos-image:before {
  content: "";
  padding-top: 100%;
  display: block;
  width: 100%;
}

.pos .pos-image .pos-image__preview {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.pos .pos-image .pos-image__preview img {
  border-radius: .375rem;
}

.pos .pos__tabs a.active {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.pos .pos__ticket .pos__ticket__item-name {
  max-width: 50%;
}

.pos .pos__box {
  height: 780px;
}

.post .post__tabs a {
  border-bottom-width: 0;
}

.post .post__tabs a.active {
  --tw-bg-opacity:1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-color: transparent;
  --tw-text-opacity:1;
  color: rgba(28, 63, 170, var(--tw-text-opacity));
}

.dark .post .post__tabs a.active {
  --tw-bg-opacity:1;
  background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.litepicker {
  --tw-bg-opacity:1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: .375rem;
  font-size: .875rem;
  line-height: 1.25rem;
  margin-top: 7px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0784314);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0784314);
}

.litepicker:before {
  left: 9px;
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #e8e8e8;
}

.litepicker:after, .litepicker:before {
  content: "";
  display: inline-block;
  position: absolute;
}

.litepicker:after {
  left: 10px;
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.litepicker .container__footer, .litepicker .container__months {
  background-color: transparent;
  padding-top: 0;
  --tw-shadow:0 0 transparent;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.litepicker .container__footer {
  --tw-border-opacity:1;
  border-color: rgba(237, 242, 247, var(--tw-border-opacity));
  border-top-width: 1px;
  margin: 0;
  padding: .75rem;
}

.litepicker .container__footer .button-apply, .litepicker .container__footer .button-cancel {
  border-radius: .375rem;
  font-weight: 500;
  margin-right: 0;
  margin-left: .25rem;
  padding: .25rem .5rem;
  width: 5rem;
}

.litepicker .container__footer .button-apply {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.litepicker .container__footer .button-cancel {
  --tw-bg-opacity:1;
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.litepicker .container__months {
  padding-left: .25rem;
  padding-right: .25rem;
}

.litepicker .container__months .month-item-weekdays-row {
  margin-top: .75rem;
  --tw-text-opacity:1;
  color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.litepicker .container__months .month-item-header {
  padding: .5rem 0 0;
}

.litepicker .container__months .month-item-header .button-previous-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  width: 2rem;
}

.litepicker .container__months .month-item-header .button-previous-month:hover {
  --tw-bg-opacity:1;
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
}

.litepicker .container__months .month-item-header .button-previous-month svg {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-right: -.25rem;
}

.litepicker .container__months .month-item-header .button-next-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  width: 2rem;
}

.litepicker .container__months .month-item-header .button-next-month:hover {
  --tw-bg-opacity:1;
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
}

.litepicker .container__months .month-item-header .button-next-month svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -.25rem;
}

.litepicker .container__months .month-item-header .button-next-month:hover svg, .litepicker .container__months .month-item-header .button-next-month svg, .litepicker .container__months .month-item-header .button-previous-month:hover svg, .litepicker .container__months .month-item-header .button-previous-month svg {
  fill: transparent;
  border-radius: 0;
  display: inline-block;
  border: solid #4a5568;
  border-width: 0 2px 2px 0;
  display: block;
  height: .5rem;
  width: .5rem;
}

.litepicker .container__months .month-item-header div > .month-item-name, .litepicker .container__months .month-item-header div > .month-item-year {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 15px;
  background-position: center right .6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  border-radius: .375rem;
  border-width: 1px;
  padding: .25rem 2rem .25rem .5rem;
}

.litepicker .container__days .day-item {
  --tw-text-opacity:1;
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.litepicker .container__days .day-item:hover {
  --tw-bg-opacity:1;
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
  --tw-shadow:0 0 transparent;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  --tw-text-opacity:1;
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.litepicker .container__days .day-item.is-today, .litepicker .container__days .day-item.is-today:hover {
  --tw-text-opacity:1;
  color: rgba(211, 41, 41, var(--tw-text-opacity));
}

.litepicker .container__days .day-item.is-end-date, .litepicker .container__days .day-item.is-end-date:hover, .litepicker .container__days .day-item.is-start-date, .litepicker .container__days .day-item.is-start-date:hover {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.litepicker .container__days .day-item.is-in-range, .litepicker .container__days .day-item.is-in-range:hover {
  --tw-bg-opacity:1;
  background-color: rgba(230, 243, 255, var(--tw-bg-opacity));
}

.litepicker .container__days .week-number {
  --tw-text-opacity:1;
  color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.dark .litepicker {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark .litepicker:after, .dark .litepicker:before {
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #293145;
}

.dark .litepicker .container__months .button-next-month:hover, .dark .litepicker .container__months .button-previous-month:hover {
  --tw-bg-opacity:1;
  background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.dark .litepicker .container__months .month-item-header .button-next-month:hover svg, .dark .litepicker .container__months .month-item-header .button-next-month svg, .dark .litepicker .container__months .month-item-header .button-previous-month:hover svg, .dark .litepicker .container__months .month-item-header .button-previous-month svg {
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.dark .litepicker .container__days .day-item, .dark .litepicker .container__months .month-item-header div > .month-item-name, .dark .litepicker .container__months .month-item-header div > .month-item-year {
  --tw-text-opacity:1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.dark .litepicker .container__days .day-item:hover {
  --tw-bg-opacity:1;
  background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.dark .litepicker .container__days .day-item.is-end-date, .dark .litepicker .container__days .day-item.is-end-date:hover, .dark .litepicker .container__days .day-item.is-start-date, .dark .litepicker .container__days .day-item.is-start-date:hover {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.dark .litepicker .container__days .day-item.is-in-range, .dark .litepicker .container__days .day-item.is-in-range:hover {
  --tw-bg-opacity:1;
  background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.dark .litepicker .container__days .day-item.is-today, .dark .litepicker .container__days .day-item.is-today:hover {
  --tw-text-opacity:1;
  color: rgba(211, 41, 41, var(--tw-text-opacity));
}

.dark .litepicker .container__footer {
  --tw-border-opacity:1;
  border-color: rgba(49, 58, 85, var(--tw-border-opacity));
}

.dark .litepicker .container__footer .button-cancel {
  --tw-text-opacity:1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.dark .litepicker .container__footer .button-cancel, .dark .litepicker .container__tooltip {
  --tw-bg-opacity:1;
  background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
}

.dark .litepicker .container__tooltip:after, .dark .litepicker .container__tooltip:before {
  border-top-color: #3f4865;
}

.tns-outer {
  position: relative;
}

.tns-outer .tns-controls button {
  background: rgba(113, 128, 150, 0.278431);
  border-radius: 9999px;
  height: 2.5rem;
  margin-top: auto;
  margin-bottom: auto;
  outline: 2px solid transparent;
  outline-offset: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  color: transparent;
  width: 2.5rem;
  z-index: 10;
}

.tns-outer .tns-controls button:not(:disabled):hover {
  --tw-bg-opacity:1;
  background-color: rgba(160, 174, 192, var(--tw-bg-opacity));
}

.tns-outer .tns-controls button[data-controls=prev] {
  margin-left: -1.5rem;
  left: 0;
}

.tns-outer .tns-controls button[data-controls=prev]:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(102 113 132)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 80%;
  background-position: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-rotate:90deg;
}

.tns-outer .tns-controls button[data-controls=next] {
  margin-right: -1.5rem;
  right: 0;
}

.tns-outer .tns-controls button[data-controls=next]:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(102 113 132)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 80%;
  background-position: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-rotate:-90deg;
}

.tns-outer .tns-controls button:disabled {
  opacity: .3;
  cursor: default;
}

.tns-outer .tns-nav {
  margin-bottom: -1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.tns-outer .tns-nav button {
  --tw-bg-opacity:1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  border-radius: 9999px;
  height: .75rem;
  margin-left: .25rem;
  margin-right: .25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  width: .75rem;
}

.tns-outer .tns-nav button.tns-nav-active {
  --tw-bg-opacity:1;
  background-color: rgba(160, 174, 192, var(--tw-bg-opacity));
}

.tns-outer .tns-visually-hidden, .tns-outer button[data-action] {
  display: none;
}

.tooltip-content {
  left: 10000px;
  position: fixed;
}

.tippy-box {
  border-radius: .375rem;
}

.tippy-box .tippy-content {
  padding: .375rem .75rem;
}

.tippy-popper[x-placement=left-end] .tippy-arrow, .tippy-popper[x-placement=left-end] .tippy-roundarrow, .tippy-popper[x-placement=left-start] .tippy-arrow, .tippy-popper[x-placement=left-start] .tippy-roundarrow, .tippy-popper[x-placement=left] .tippy-arrow, .tippy-popper[x-placement=left] .tippy-roundarrow, .tippy-popper[x-placement=right-end] .tippy-arrow, .tippy-popper[x-placement=right-end] .tippy-roundarrow, .tippy-popper[x-placement=right-start] .tippy-arrow, .tippy-popper[x-placement=right-start] .tippy-roundarrow, .tippy-popper[x-placement=right] .tippy-arrow, .tippy-popper[x-placement=right] .tippy-roundarrow {
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
}

.tippy-popper[x-placement=bottom-end] .tippy-arrow, .tippy-popper[x-placement=bottom-end] .tippy-roundarrow, .tippy-popper[x-placement=bottom-start] .tippy-arrow, .tippy-popper[x-placement=bottom-start] .tippy-roundarrow, .tippy-popper[x-placement=bottom] .tippy-arrow, .tippy-popper[x-placement=bottom] .tippy-roundarrow, .tippy-popper[x-placement=top-end] .tippy-arrow, .tippy-popper[x-placement=top-end] .tippy-roundarrow, .tippy-popper[x-placement=top-start] .tippy-arrow, .tippy-popper[x-placement=top-start] .tippy-roundarrow, .tippy-popper[x-placement=top] .tippy-arrow, .tippy-popper[x-placement=top] .tippy-roundarrow {
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
}

.dark .tippy-box {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
  -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
          box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
}

.dark .tippy-box > .tippy-svg-arrow {
  fill: #2a3244;
}

.tabulator-print-fullscreen-hide:before {
  content: "";
  --tw-bg-opacity:1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.tabulator {
  background-color: transparent;
  border-width: 0;
  overflow: hidden;
}

.tabulator .tabulator-header {
  background-color: transparent;
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  border-bottom-width: 1px;
  font-weight: 500;
  color: currentColor;
}

.tabulator .tabulator-header .tabulator-headers .tabulator-col {
  background-color: transparent;
  border-right-width: 0;
}

.tabulator .tabulator-header .tabulator-headers .tabulator-col:hover {
  --tw-bg-opacity:1;
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
}

.tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content {
  padding: .75rem 1.25rem;
}

.tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content .tabulator-col-title {
  padding-right: 0;
}

.tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content .tabulator-arrow {
  top: -3px;
  border-left-width: 5px;
  border-right-width: 5px;
  margin-top: auto;
  margin-bottom: auto;
  bottom: 0;
}

.tabulator .tabulator-header .tabulator-headers .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-arrow {
  border-bottom-color: #cbd5e0;
}

.tabulator .tabulator-row {
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  border-bottom-width: 1px;
}

.tabulator .tabulator-row:hover {
  --tw-bg-opacity:1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.tabulator .tabulator-row .tabulator-cell {
  border-right-width: 0;
  padding: .75rem 1.25rem;
}

.tabulator .tabulator-row .tabulator-cell.tabulator-row-handle {
  padding-left: 0;
  padding-right: 0;
}

.tabulator .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
  --tw-bg-opacity:1;
  background-color: rgba(160, 174, 192, var(--tw-bg-opacity));
  border-radius: 9999px;
  height: 1rem;
  margin-right: -1.25rem;
  width: 1rem;
}

.tabulator .tabulator-row .tabulator-responsive-collapse {
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  border-bottom-width: 0;
  padding: .75rem;
}

.tabulator .tabulator-row .tabulator-responsive-collapse td {
  padding: .5rem;
}

.tabulator .tabulator-row .tabulator-responsive-collapse td strong {
  font-weight: 500;
}

.tabulator .tabulator-footer {
  background-color: transparent;
  border-top-width: 0;
  margin-top: .5rem;
  padding: 0;
}

@media (max-width: 767px) {
  .tabulator .tabulator-footer {
    white-space: normal;
  }
}

.tabulator .tabulator-footer .tabulator-paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .tabulator .tabulator-footer .tabulator-paginator {
    display: block;
    text-align: left;
  }
}

.tabulator .tabulator-footer .tabulator-paginator > label {
  font-weight: 400;
  --tw-text-opacity:1;
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page-size {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 15px;
  background-position: center right .6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  --tw-bg-opacity:1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  background-repeat: no-repeat;
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  border-radius: .375rem;
  margin-left: .5rem;
  margin-right: auto;
  padding: .5rem 2rem .5rem .75rem;
}

@media (max-width: 767px) {
  .tabulator .tabulator-footer .tabulator-paginator .tabulator-page-size {
    margin-right: .75rem;
  }
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page {
  min-width: 40px;
  border-radius: .375rem;
  border-width: 1px;
  cursor: pointer;
  font-weight: 500;
  padding: .5rem .75rem;
  --tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  -webkit-transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page:hover {
  --tw-bg-opacity:0.9;
  --tw-border-opacity:0.9;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page:not(button) {
  text-align: center;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page {
  border-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  --tw-text-opacity:1;
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

@media (max-width: 639px) {
  .tabulator .tabulator-footer .tabulator-paginator .tabulator-page {
    margin-right: 0;
    padding-left: .25rem;
    padding-right: .25rem;
  }
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page:hover {
  --tw-bg-opacity:1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  color: currentColor;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active {
  font-weight: 500;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active, .tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active:hover {
  --tw-bg-opacity:1;
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=first], .tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=last], .tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=next], .tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=prev] {
  color: transparent;
  width: 1.25rem;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=first] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpath d='M11 17l-5-5 5-5M18 17l-5-5 5-5'/%3E%3C/svg%3E");
  background-size: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=prev] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
  background-size: 45%;
  background-position: 50%;
  background-repeat: no-repeat;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=next] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
  background-size: 45%;
  background-position: 50%;
  background-repeat: no-repeat;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=last] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpath d='M13 17l5-5-5-5M6 17l5-5-5-5'/%3E%3C/svg%3E");
  background-size: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
}

.tabulator .tabulator-tableHolder .tabulator-placeholder span {
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-text-opacity:1;
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.tabulator .tabulator-loader {
  background: rgba(255, 255, 255, 0.741176);
}

.tabulator .tabulator-loader .tabulator-loader-msg {
  background-color: transparent;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
  border-width: 0;
  --tw-text-opacity:1;
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error {
  border-width: 0;
  --tw-text-opacity:1;
  color: rgba(211, 41, 41, var(--tw-text-opacity));
}

.dark .tabulator .tabulator-header {
  --tw-border-opacity:1;
  border-color: rgba(63, 72, 101, var(--tw-border-opacity));
}

.dark .tabulator .tabulator-header .tabulator-headers .tabulator-col:hover {
  --tw-bg-opacity:1;
  background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.dark .tabulator .tabulator-table {
  background-color: transparent;
  --tw-text-opacity:1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.dark .tabulator .tabulator-table .tabulator-row {
  background-color: transparent;
  border-color: transparent;
}

.dark .tabulator .tabulator-table .tabulator-row.tabulator-row-even:hover, .dark .tabulator .tabulator-table .tabulator-row:hover {
  --tw-bg-opacity:1;
  background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.dark .tabulator .tabulator-table .tabulator-row.tabulator-row-even {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark .tabulator .tabulator-footer .tabulator-paginator > label {
  --tw-text-opacity:1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page-size {
  --tw-bg-opacity:1;
  background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(30, 37, 51, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page {
  background-color: transparent;
  --tw-text-opacity:1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page:hover {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active, .dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active:hover {
  --tw-bg-opacity:1;
  background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.dark .tabulator .tabulator-loader {
  background: rgba(0, 0, 0, 0.239216);
}

.dark .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
  --tw-text-opacity:1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.tail-select {
  margin: 0;
  --tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  vertical-align: top;
}

.tail-select input[type=text] {
  padding: 8px 10px;
  --tw-border-opacity:1;
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.tail-select input[type=text], .tail-select input[type=text]:focus {
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  border-radius: .25rem;
  border-width: 1px;
}

.tail-select input[type=text]:focus {
  --tw-border-opacity:1;
  --tw-text-opacity:1;
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.tail-select mark {
  --tw-bg-opacity:1;
  background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
  border-radius: .25rem;
}

.tail-select.active .select-label, .tail-select.idle .select-label, .tail-select:hover .select-label {
  --tw-shadow:0 0 transparent;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.tail-select .select-label {
  padding: 7.5px 32px 7.5px 12px;
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  border-radius: .375rem;
  border-width: 1px;
  --tw-shadow:0 0 transparent;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  --tw-text-opacity:1;
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.tail-select.rounded-r .select-label {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tail-select .select-label:after {
  border-top-color: #444;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.tail-select .select-label.tail-select-container {
  padding: 5.5px 25px 5.5px 8px;
}

.tail-select .select-label.tail-select-container .select-handle {
  margin-top: 1.5px;
  margin-bottom: 1.5px;
  margin-right: 5px;
  padding: .2em .6em .3em 1.6em;
  --tw-bg-opacity:1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.25rem;
  margin-left: 0;
}

.tail-select .select-label.tail-select-container .select-handle:before {
  content: "\D7";
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  --tw-text-opacity:1;
  color: rgba(74, 85, 104, var(--tw-text-opacity));
}

.tail-select .select-label.tail-select-container .select-handle:hover:before {
  --tw-text-opacity:1;
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.tail-select .select-label.tail-select-container .label-inner {
  padding: 1.3px 4px;
}

.tail-select .select-dropdown {
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  border-radius: .25rem;
  border-width: 1px;
  --tw-shadow:0 0 transparent;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.tail-select .select-dropdown .dropdown-inner {
  padding: 0;
}

.tail-select .select-dropdown .dropdown-empty {
  font-size: .875rem;
  line-height: 1.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  --tw-text-opacity:1;
  color: rgba(113, 128, 150, var(--tw-text-opacity));
  text-transform: capitalize;
}

.tail-select .select-dropdown .dropdown-search {
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  padding: .25rem;
  --tw-shadow:0 0 transparent;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.tail-select .select-dropdown ul li {
  padding: 9px 13px;
  font-size: .875rem;
  line-height: 1.25rem;
}

.tail-select .select-dropdown ul li:first-of-type {
  margin-top: 0;
}

.tail-select .select-dropdown ul li:first-of-type.selected {
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-top-width: 1px;
}

.tail-select .select-dropdown ul li:last-of-type {
  margin-bottom: 0;
}

.tail-select .select-dropdown ul li:last-of-type.selected {
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-bottom-width: 1px;
}

.tail-select .select-dropdown ul li.dropdown-option:before {
  display: none;
}

.tail-select .select-dropdown ul li.dropdown-option.selected {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tail-select .select-dropdown ul li.dropdown-option.selected:before {
  opacity: .8;
}

.tail-select .select-dropdown ul li.optgroup-title {
  --tw-text-opacity:1;
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.dark .tail-select input[type=text] {
  background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.dark .tail-select .select-label, .dark .tail-select input[type=text] {
  --tw-bg-opacity:1;
  --tw-border-opacity:1;
  border-color: rgba(30, 37, 51, var(--tw-border-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .tail-select .select-label {
  background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.dark .tail-select .select-label:after {
  --tw-border-opacity:1;
  border-color: rgba(113, 128, 150, var(--tw-border-opacity));
  border-right-color: transparent;
  border-left-color: transparent;
}

.dark .tail-select .select-label.tail-select-container .select-handle {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .tail-select .select-label.tail-select-container .select-handle:before {
  --tw-text-opacity:1;
  color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.dark .tail-select .select-label.tail-select-container .select-handle:hover:before {
  --tw-text-opacity:1;
  color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.dark .tail-select .select-dropdown {
  --tw-bg-opacity:1;
  background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(30, 37, 51, var(--tw-border-opacity));
}

.dark .tail-select .select-dropdown, .dark .tail-select .select-dropdown ul li {
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .tail-select .select-dropdown ul li.optgroup-title {
  --tw-text-opacity:1;
  color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.dark .tail-select .select-dropdown ul li:hover:not(.selected):not(.optgroup-title) {
  --tw-bg-opacity:1;
  background-color: rgba(30, 37, 51, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .tail-select .select-dropdown .dropdown-search, .dark .tail-select .select-dropdown ul li:first-of-type.selected, .dark .tail-select .select-dropdown ul li:last-of-type.selected {
  --tw-border-opacity:1;
  border-color: rgba(30, 37, 51, var(--tw-border-opacity));
}

.dark .dropzone {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.ck-editor, .ck-editor__editable, .document-editor {
  --tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.document-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  border-radius: var(--ck-border-radius);
  border-width: 1px;
}

.document-editor, .document-editor .document-editor__toolbar {
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.document-editor .document-editor__toolbar {
  z-index: 1;
  border-bottom-width: 1px;
}

.document-editor .document-editor__toolbar .ck-toolbar {
  border: 0;
  border-radius: 0;
  --tw-bg-opacity:1;
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
}

.document-editor .document-editor__toolbar .ck-toolbar .ck-icon {
  width: 16px;
}

.document-editor .document-editor__editable-container {
  overflow-y: scroll;
  padding: calc(var(--ck-spacing-large)*2);
  --tw-bg-opacity:1;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
}

.document-editor .document-editor__editable-container .ck-editor__editable {
  width: 15.8cm;
  margin: 0 auto;
  min-height: 21cm;
  background: #fff;
  padding: 1cm 2cm 2cm;
  border-radius: var(--ck-border-radius);
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  border-width: 1px;
  --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.document-editor .ck-heading-dropdown .ck-list .ck-button__label {
  line-height: calc(var(--ck-line-height-base)*1.7*var(--ck-font-size-base));
  min-width: 6em;
}

.document-editor .ck-heading-dropdown .ck-list .ck-button:not(.ck-heading_paragraph) .ck-button__label {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.document-editor .ck-content h2, .document-editor .ck-heading-dropdown .ck-heading_heading1 .ck-button__label {
  font-size: 2.18em;
  font-weight: 400;
}

.document-editor .ck-content h2 {
  line-height: 1.37em;
  padding-top: .342em;
  margin-bottom: .142em;
}

.document-editor .ck-content h3, .document-editor .ck-heading-dropdown .ck-heading_heading2 .ck-button__label {
  font-size: 1.75em;
  font-weight: 400;
  color: #009dff;
}

.document-editor .ck-heading-dropdown .ck-heading_heading2.ck-on .ck-button__label {
  color: var(--ck-color-list-button-on-text);
}

.document-editor .ck-content h3 {
  line-height: 1.86em;
  padding-top: .171em;
  margin-bottom: .357em;
}

.document-editor .ck-content h4, .document-editor .ck-heading-dropdown .ck-heading_heading3 .ck-button__label {
  font-size: 1.31em;
  font-weight: 700;
}

.document-editor .ck-content h4 {
  line-height: 1.24em;
  padding-top: .286em;
  margin-bottom: .952em;
}

.document-editor .ck-content p {
  font-size: 1em;
  line-height: 1.63em;
  padding-top: .5em;
  margin-bottom: 1.13em;
}

.document-editor .ck-content blockquote {
  font-family: Georgia,serif;
  margin-left: calc(var(--ck-spacing-large)*2);
  margin-right: calc(var(--ck-spacing-large)*2);
}

.ck.ck-content {
  min-height: 250px;
}

.ck.ck-content.ck-editor__editable_inline {
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  border-width: 1px;
}

.ck .ck .ck-content {
  min-height: 250px;
}

.ck .ck .ck-content.ck-editor__editable_inline {
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
  border-width: 1px;
}

.ck .ck.ck-reset_all, .ck .ck.ck-reset_all * {
  --tw-text-opacity:1;
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.ck .ck.ck-balloon-panel, .ck .ck.ck-toolbar {
  --tw-bg-opacity:1;
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.ck .ck.ck-balloon-panel:before, .ck .ck.ck-toolbar:before {
  border-bottom-color: #e2e8f0 !important;
}

.ck .ck.ck-balloon-panel:after, .ck .ck.ck-toolbar:after {
  border-bottom-color: #edf2f7 !important;
}

.ck .ck.ck-balloon-panel .ck-icon, .ck .ck.ck-toolbar .ck-icon {
  width: 16px;
}

.ck .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  --tw-border-opacity:1;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.ck .ck.ck-button:not(.ck-disabled):hover, .ck .cka.ck-button:not(.ck-disabled):hover {
  --tw-bg-opacity:1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.dark .document-editor, .dark .document-editor .document-editor__toolbar {
  --tw-border-opacity:1;
  border-color: rgba(30, 37, 51, var(--tw-border-opacity));
}

.dark .document-editor .document-editor__toolbar .ck-toolbar {
  --tw-bg-opacity:1;
  background-color: rgba(30, 37, 51, var(--tw-bg-opacity));
}

.dark .document-editor .document-editor__toolbar .ck-toolbar .ck-toolbar__separator {
  --tw-bg-opacity:1;
  background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
}

.dark .document-editor .document-editor__toolbar .ck-toolbar .ck-tooltip .ck-tooltip__text {
  --tw-bg-opacity:1;
  background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.dark .document-editor .document-editor__toolbar .ck-toolbar .ck-tooltip .ck-tooltip__text:after {
  border-bottom-color: #3f4865;
}

.dark .document-editor .document-editor__toolbar .ck-toolbar .ck.ck-icon :not([fill]) {
  fill: #9fa8bb;
}

.dark .document-editor .document-editor__toolbar .ck-toolbar .ck.ck-dropdown__panel {
  --tw-border-opacity:1;
  border-color: rgba(35, 42, 59, var(--tw-border-opacity));
}

.dark .document-editor .document-editor__toolbar .ck-toolbar .ck.ck-button.ck-on, .dark .document-editor .document-editor__toolbar .ck-toolbar a.ck.ck-button.ck-on {
  --tw-bg-opacity:1;
  background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.dark .document-editor .document-editor__editable-container {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark .ck.ck-content.ck-editor__editable_inline, .dark .ck .ck .ck-content.ck-editor__editable_inline, .dark .document-editor .document-editor__editable-container .ck-editor__editable {
  --tw-bg-opacity:1;
  background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(30, 37, 51, var(--tw-border-opacity));
}

.dark .ck .ck.ck-reset_all, .dark .ck .ck.ck-reset_all * {
  --tw-text-opacity:1;
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.dark .ck .ck.ck-balloon-panel, .dark .ck .ck.ck-toolbar {
  --tw-bg-opacity:1;
  background-color: rgba(30, 37, 51, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(30, 37, 51, var(--tw-border-opacity));
}

.dark .ck .ck.ck-balloon-panel:after, .dark .ck .ck.ck-balloon-panel:before, .dark .ck .ck.ck-toolbar:after, .dark .ck .ck.ck-toolbar:before {
  border-bottom-color: #1e2533 !important;
}

.dark .ck .ck.ck-balloon-panel .ck-toolbar__separator, .dark .ck .ck.ck-toolbar .ck-toolbar__separator {
  --tw-bg-opacity:1;
  background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
}

.dark .ck .ck.ck-balloon-panel .ck-tooltip .ck-tooltip__text, .dark .ck .ck.ck-toolbar .ck-tooltip .ck-tooltip__text {
  --tw-bg-opacity:1;
  background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.dark .ck .ck.ck-balloon-panel .ck-tooltip .ck-tooltip__text:after, .dark .ck .ck.ck-toolbar .ck-tooltip .ck-tooltip__text:after {
  border-bottom-color: #3f4865;
}

.dark .ck .ck.ck-balloon-panel .ck.ck-icon :not([fill]), .dark .ck .ck.ck-toolbar .ck.ck-icon :not([fill]) {
  fill: #9fa8bb;
}

.dark .ck .ck.ck-balloon-panel .ck.ck-dropdown__panel, .dark .ck .ck.ck-toolbar .ck.ck-dropdown__panel {
  --tw-border-opacity:1;
  border-color: rgba(35, 42, 59, var(--tw-border-opacity));
}

.dark .ck .ck.ck-balloon-panel .ck.ck-button.ck-on, .dark .ck .ck.ck-balloon-panel a.ck.ck-button.ck-on, .dark .ck .ck.ck-editor__main > .ck-editor__editable, .dark .ck .ck.ck-toolbar .ck.ck-button.ck-on, .dark .ck .ck.ck-toolbar a.ck.ck-button.ck-on {
  --tw-bg-opacity:1;
  background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.dark .ck .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  --tw-border-opacity:1;
  border-color: rgba(30, 37, 51, var(--tw-border-opacity));
}

.dark .ck .ck.ck-button:not(.ck-disabled):hover, .dark .ck .cka.ck-button:not(.ck-disabled):hover {
  --tw-bg-opacity:1;
  background-color: rgba(30, 37, 51, var(--tw-bg-opacity));
}

.zoom-overlay {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
  --tw-bg-opacity:0.75;
}

.dark-mode-switcher .dark-mode-switcher__toggle {
  width: 38px;
  height: 24px;
  padding: 1px;
  border-radius: 9999px;
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: 2px;
  position: relative;
}

.dark-mode-switcher .dark-mode-switcher__toggle:before {
  content: "";
  width: 22px;
  height: 22px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 9999px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.dark-mode-switcher .dark-mode-switcher__toggle.dark-mode-switcher__toggle--active {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.dark-mode-switcher .dark-mode-switcher__toggle.dark-mode-switcher__toggle--active:before {
  margin-left: 13px;
  --tw-bg-opacity:1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.dark .dark-mode-switcher .dark-mode-switcher__toggle {
  --tw-bg-opacity:1;
  background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(63, 72, 101, var(--tw-border-opacity));
}

.dark .dark-mode-switcher .dark-mode-switcher__toggle:before {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark .dark-mode-switcher .dark-mode-switcher__toggle.dark-mode-switcher__toggle--active {
  --tw-bg-opacity:1;
  background-color: rgba(49, 96, 216, var(--tw-bg-opacity));
}

.hljs {
  --tw-bg-opacity:1;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
}

.source-preview {
  position: relative;
}

.source-preview code:before {
  content: "HTML";
  --tw-bg-opacity:1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  --tw-bg-opacity:0.7;
  border-bottom-left-radius: .25rem;
  display: block;
  font-family: Roboto;
  font-weight: 500;
  padding: .5rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
}

.source-preview code.javascript:before {
  content: "JS";
}

.ads-box__title {
  line-height: 2.15rem;
}

@media (max-width: 1023px) {
  .full-calendar .fc-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.full-calendar .fc-toolbar .fc-toolbar-chunk:first-child {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 1023px) {
  .full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }
}

.full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-group button {
  width: 5rem;
}

.full-calendar .fc-toolbar .fc-toolbar-title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.full-calendar .fc-toolbar-chunk .fc-button-primary:first-child {
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

.full-calendar .fc-toolbar-chunk .fc-button-primary:last-child {
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

.full-calendar.fc-theme-standard .fc-list, .full-calendar.fc-theme-standard .fc-scrollgrid, .full-calendar.fc-theme-standard td, .full-calendar.fc-theme-standard th {
  --tw-border-opacity:1;
  border-color: rgba(237, 242, 247, var(--tw-border-opacity));
}

.full-calendar table {
  border-radius: .375rem;
}

.full-calendar table tr th {
  padding: .75rem 1.25rem;
}

.full-calendar .fc-daygrid-event-harness {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.full-calendar .fc-h-event {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
  border-radius: .375rem;
}

.full-calendar .fc-event-title-container {
  font-size: .75rem;
  line-height: 1rem;
  padding: .25rem .5rem;
}

.full-calendar .fc-daygrid-event {
  font-size: .75rem;
  line-height: 1rem;
}

.full-calendar .fc-daygrid-event-dot {
  --tw-border-opacity:1;
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
  margin-right: .5rem;
}

.full-calendar .fc-col-header-cell-cushion, .full-calendar .fc-daygrid-dot-event .fc-event-title {
  font-weight: 500;
}

.full-calendar .fc-daygrid-more-link {
  font-size: .875rem;
  line-height: 1.25rem;
}

.full-calendar .fc-daygrid-day-bottom {
  padding-top: .25rem;
}

.full-calendar .fc-day-other {
  --tw-bg-opacity:1;
  background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
}

.full-calendar .fc-button-primary {
  --tw-bg-opacity:1;
  background-color: transparent !important;
  --tw-border-opacity:1;
  border-color: rgba(237, 242, 247, var(--tw-border-opacity)) !important;
  --tw-text-opacity:1;
  color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
  text-transform: capitalize !important;
  border-radius: .375rem;
  border-width: 1px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  padding: .5rem .75rem;
  --tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  -webkit-transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,-webkit-box-shadow,-webkit-transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-box-shadow,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.full-calendar .fc-button-primary:hover {
  --tw-bg-opacity:0.9;
  --tw-border-opacity:0.9;
}

.full-calendar .fc-button-primary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
}

.full-calendar .fc-button-primary:not(button) {
  text-align: center;
}

.full-calendar .fc-button-primary .fc-icon {
  font-size: 1.2em;
}

.full-calendar .fc-button-primary:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.full-calendar .fc-button-primary:not(:disabled).fc-button-active, .full-calendar .fc-button-primary:not(:disabled):active {
  color: #fff !important;
  border-color: rgba(28, 63, 170, var(--tw-bg-opacity)) !important;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity)) !important;
}

.full-calendar .fc-list-day-cushion {
  --tw-bg-opacity:1;
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity)) !important;
  padding: 0.75rem 1.25rem !important;
}

.full-calendar .fc-list-event td {
  padding: .75rem 1.25rem;
}

.full-calendar .fc-list-event-dot {
  --tw-border-opacity:1;
  border-color: rgba(28, 63, 170, var(--tw-border-opacity)) !important;
}

.full-calendar .fc-v-event {
  --tw-bg-opacity:1;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.full-calendar .fc-event-time {
  font-size: 0.75rem !important;
  padding-left: .125rem;
  padding-right: .125rem;
}

.full-calendar .fc-daygrid-more-link {
  padding-left: .5rem;
}

.dark .full-calendar .fc-button-primary {
  border-color: rgba(41, 49, 69, var(--tw-bg-opacity)) !important;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity)) !important;
  color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
}

.dark .full-calendar .fc-button-primary:not(:disabled).fc-button-active, .dark .full-calendar .fc-button-primary:not(:disabled):active {
  border-color: rgba(28, 63, 170, var(--tw-bg-opacity)) !important;
  background-color: rgba(28, 63, 170, var(--tw-bg-opacity)) !important;
}

.dark .full-calendar .fc-day-other {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark .full-calendar.fc-theme-standard .fc-list, .dark .full-calendar.fc-theme-standard .fc-scrollgrid, .dark .full-calendar.fc-theme-standard td, .dark .full-calendar.fc-theme-standard th {
  --tw-border-opacity:1;
  border-color: rgba(63, 72, 101, var(--tw-border-opacity));
}

.dark .full-calendar .fc-day-today, .dark .full-calendar .fc-v-event {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark .full-calendar .fc-v-event {
  --tw-border-opacity:1;
  border-color: rgba(41, 49, 69, var(--tw-border-opacity));
}

.dark .full-calendar .fc-list-day-cushion {
  --tw-bg-opacity:1;
  background-color: rgba(41, 49, 69, var(--tw-bg-opacity)) !important;
}

.dark .full-calendar .fc-v-event {
  --tw-shadow:0 0 transparent;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.dark .full-calendar .fc-event:hover td {
  --tw-bg-opacity:1;
  background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
  --tw-border-opacity:1;
  border-color: rgba(49, 58, 85, var(--tw-border-opacity));
}

@media (min-width: 640px) {
  .sm\:border-0 {
    border-width: 0;
  }
  .sm\:border-t-0 {
    border-top-width: 0;
  }
  .sm\:border-b-0 {
    border-bottom-width: 0;
  }
  .sm\:border-l {
    border-left-width: 1px;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sm\:grid {
    display: -ms-grid;
    display: grid;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sm\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .sm\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sm\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sm\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sm\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sm\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sm\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
  .sm\:h-5 {
    height: 1.25rem;
  }
  .sm\:h-10 {
    height: 2.5rem;
  }
  .sm\:h-12 {
    height: 3rem;
  }
  .sm\:h-24 {
    height: 6rem;
  }
  .sm\:text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
  }
  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }
  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mr-0 {
    margin-right: 0;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:ml-0 {
    margin-left: 0;
  }
  .sm\:ml-1 {
    margin-left: .25rem;
  }
  .sm\:mt-2 {
    margin-top: .5rem;
  }
  .sm\:mr-2 {
    margin-right: .5rem;
  }
  .sm\:ml-2 {
    margin-left: .5rem;
  }
  .sm\:mr-3 {
    margin-right: .75rem;
  }
  .sm\:ml-3 {
    margin-left: .75rem;
  }
  .sm\:mr-4 {
    margin-right: 1rem;
  }
  .sm\:mt-5 {
    margin-top: 1.25rem;
  }
  .sm\:mr-5 {
    margin-right: 1.25rem;
  }
  .sm\:mr-6 {
    margin-right: 1.5rem;
  }
  .sm\:ml-6 {
    margin-left: 1.5rem;
  }
  .sm\:mr-8 {
    margin-right: 2rem;
  }
  .sm\:mt-10 {
    margin-top: 2.5rem;
  }
  .sm\:mr-20 {
    margin-right: 5rem;
  }
  .sm\:ml-20 {
    margin-left: 5rem;
  }
  .sm\:mr-28 {
    margin-right: 7rem;
  }
  .sm\:mr-40 {
    margin-right: 10rem;
  }
  .sm\:ml-40 {
    margin-left: 10rem;
  }
  .sm\:mr-auto {
    margin-right: auto;
  }
  .sm\:ml-auto {
    margin-left: auto;
  }
  .sm\:overflow-x-visible {
    overflow-x: visible;
  }
  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:pb-0 {
    padding-bottom: 0;
  }
  .sm\:pl-5 {
    padding-left: 1.25rem;
  }
  .sm\:pt-6 {
    padding-top: 1.5rem;
  }
  .sm\:pt-20 {
    padding-top: 5rem;
  }
  .sm\:pb-20 {
    padding-bottom: 5rem;
  }
  .sm\:static {
    position: static;
  }
  .sm\:absolute {
    position: absolute;
  }
  .sm\:relative {
    position: relative;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-right {
    text-align: right;
  }
  .sm\:whitespace-normal {
    white-space: normal;
  }
  .sm\:w-5 {
    width: 1.25rem;
  }
  .sm\:w-10 {
    width: 2.5rem;
  }
  .sm\:w-12 {
    width: 3rem;
  }
  .sm\:w-16 {
    width: 4rem;
  }
  .sm\:w-20 {
    width: 5rem;
  }
  .sm\:w-24 {
    width: 6rem;
  }
  .sm\:w-32 {
    width: 8rem;
  }
  .sm\:w-40 {
    width: 10rem;
  }
  .sm\:w-52 {
    width: 13rem;
  }
  .sm\:w-56 {
    width: 14rem;
  }
  .sm\:w-60 {
    width: 15rem;
  }
  .sm\:w-64 {
    width: 16rem;
  }
  .sm\:w-72 {
    width: 18rem;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-3\/4 {
    width: 75%;
  }
  .sm\:gap-6 {
    gap: 1.5rem;
  }
  .sm\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .sm\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .sm\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .sm\:col-span-6 {
    grid-column: span 6/span 6;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:-mt-5 {
    margin-top: -1.25rem;
  }
  .md\:min-h-screen {
    min-height: 100vh;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .md\:col-span-6 {
    grid-column: span 6/span 6;
  }
}

@media (min-width: 1024px) {
  .lg\:border-0 {
    border-width: 0;
  }
  .lg\:border-t-0 {
    border-top-width: 0;
  }
  .lg\:border-b-0 {
    border-bottom-width: 0;
  }
  .lg\:border-r {
    border-right-width: 1px;
  }
  .lg\:border-l {
    border-left-width: 1px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lg\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .lg\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lg\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lg\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .lg\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lg\:h-12 {
    height: 3rem;
  }
  .lg\:h-32 {
    height: 8rem;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:mr-1 {
    margin-right: .25rem;
  }
  .lg\:ml-2 {
    margin-left: .5rem;
  }
  .lg\:mt-3 {
    margin-top: .75rem;
  }
  .lg\:ml-4 {
    margin-left: 1rem;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .lg\:ml-5 {
    margin-left: 1.25rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:ml-8 {
    margin-left: 2rem;
  }
  .lg\:mr-20 {
    margin-right: 5rem;
  }
  .lg\:mr-auto {
    margin-right: auto;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:overflow-visible {
    overflow: visible;
  }
  .lg\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-justify {
    text-align: justify;
  }
  .lg\:w-12 {
    width: 3rem;
  }
  .lg\:w-32 {
    width: 8rem;
  }
  .lg\:w-40 {
    width: 10rem;
  }
  .lg\:w-56 {
    width: 14rem;
  }
  .lg\:w-64 {
    width: 16rem;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-1\/2, .lg\:w-2\/4 {
    width: 50%;
  }
  .lg\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .lg\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .lg\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .lg\:col-span-9 {
    grid-column: span 9/span 9;
  }
}

@media (min-width: 1280px) {
  .xl\:bg-transparent {
    background-color: transparent;
  }
  .xl\:block {
    display: block;
  }
  .xl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xl\:grid {
    display: -ms-grid;
    display: grid;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xl\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .xl\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .xl\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xl\:h-auto {
    height: auto;
  }
  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xl\:mt-0 {
    margin-top: 0;
  }
  .xl\:mt-2 {
    margin-top: .5rem;
  }
  .xl\:mr-3 {
    margin-right: .75rem;
  }
  .xl\:mt-8 {
    margin-top: 2rem;
  }
  .xl\:ml-20 {
    margin-left: 5rem;
  }
  .xl\:mt-24 {
    margin-top: 6rem;
  }
  .xl\:ml-auto {
    margin-left: auto;
  }
  .xl\:p-0 {
    padding: 0;
  }
  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xl\:shadow-none {
    --tw-shadow:0 0 transparent;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  }
  .xl\:text-left {
    text-align: left;
  }
  .xl\:w-32 {
    width: 8rem;
  }
  .xl\:w-auto {
    width: auto;
  }
  .xl\:w-3\/5 {
    width: 60%;
  }
  .xl\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .xl\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .xl\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .xl\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .xl\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .xl\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .xl\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .xl\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .xl\:col-start-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .xl\:row-start-1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .xl\:row-start-2 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
}

@media (min-width: 1600px) {
  .xxl\:border-l {
    border-left-width: 1px;
  }
  .xxl\:h-56 {
    height: 14rem;
  }
  .xxl\:mt-8 {
    margin-top: 2rem;
  }
  .xxl\:pl-6 {
    padding-left: 1.5rem;
  }
  .xxl\:w-full {
    width: 100%;
  }
  .xxl\:grid-cols-7 {
    -ms-grid-columns: (minmax(0, 1fr))[7];
        grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xxl\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .xxl\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .xxl\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .xxl\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .xxl\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .xxl\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .xxl\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .xxl\:col-start-auto {
    -ms-grid-column: auto;
        grid-column-start: auto;
  }
  .xxl\:row-start-auto {
    -ms-grid-row: auto;
        grid-row-start: auto;
  }
}

.toastify-btn:focus {
  outline: none;
}

.pad {
  position: relative;
  cursor: url("../images/etc/pen.cur"), crosshair;
  cursor: url("../images/etc/pen.cur") 16 16, crosshair;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.success_wrap {
  position: relative;
  width: 100%;
  height: 600px;
  background: url(../images/etc/success.svg) no-repeat center;
  background-size: 640px;
}

.bg-rrn:before,
.bg-phone-3:before, .bg-phone-3:after,
.bg-phone-4:before, .bg-phone-4:after,
.bg-email:before {
  position: absolute;
  top: 0;
  width: 16px;
  margin-left: -8px;
  line-height: 38px;
  text-align: center;
}
.bg-rrn:before,
.bg-phone-4:after,
.bg-email:before {
  left: 50%;
}
.bg-rrn:before,
.bg-phone-3:before, .bg-phone-3:after,
.bg-phone-4:before, .bg-phone-4:after {
  content: "-";
}
.bg-email:before {
  content: "@";
}
.bg-phone-3:before {
  left: 33%;
}
.bg-phone-3:after {
  left: 67%;
}
.bg-phone-4:before {
  left: 24%;
}
.ico-pj {
  top: 2px;
}

/*# sourceMappingURL=app.css.map */