/*.v-btn{box-shadow:none!important;}*/

.indicator {
  display: inline-block;
  width: 1px;
  height: 1px;
  border: 5px solid;
  border-radius: 100%;
  border-color: #E05241;
}

.indicator.active {
  border-color: #6ACB7A;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.main-container .dropdown-toggle.btn-light {
  background: #fff;
}

.search-button {
  border: none;
  z-index: 4;
  position: relative;
  width: 0px;
  height: 0px;
  border-radius: 2px;
  background-color: transparent;
  cursor: pointer;
  color: #85898f;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  top: -1px;
  right: 65px;
  float: right;
}

.search-button:focus {
  outline: none;
}

.search-button.active:before {
  content: "";
  background: url(/img/icons/search-x.svg) no-repeat center;
  height: 40px;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-apply {
  position: relative;
  z-index: 5;
  background: #6ACB7A;
  border: 1px solid #6ACB7A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  height: 31px;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 10px;
}

.btn-apply:hover {
  background: #60BA70;
  color: #ffffff;
  text-decoration: none;
}

.search-block {
  height: 40px;
  margin-left: 20px;
}

.search-block .search-input {
  position: relative;
  padding-left: 15px;
  z-index: 4;
  height: 30px;
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  min-width: 320px;
  color: #444444;
}

.search-block .search-apply {
  position: relative;
  z-index: 5;
  background: #49A8FF;
  border: 1px solid #49A8FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  height: 30px;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 5px;
  top: 3px;
}

.search-block .search-apply:hover {
  background: #429AEC;
  border: 1px solid #429AEC;
  color: #ffffff;
}

.search-block .search-apply img {
  width: 15px;
  height: 15px;
}

.theme--dark.v-navigation-drawer {
  background-color: #2D3E46 !important;
}

.v-navigation-drawer--open {
  max-width: 190px !important;
}

.theme--dark.v-sheet {
  background-color: #2D3E46 !important;
}

.v-card.v-sheet.theme--light {
  margin-bottom: 1px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}

.v-toolbar {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.add-new-button {
  background: #49A8FF;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff !important;
  width: 100px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 25px;
}

.add-new-button:hover {
  text-decoration: none;
}

.v-card__text .dropdown-toggle::after {
  border: 0;
  width: 15px;
  height: 15px;
  background: url(/img/icons/right-pag.svg) no-repeat center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 5px;
  right: 5px;
}

.bootstrap-select .btn {
  font-size: 14px;
}

.right-block-main .v-card__text .dropdown-toggle.btn-light {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.right-block-main .v-card__text .dropdown.bootstrap-select {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.right-block-main .v-card__text .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.right-block-main .v-card__text .btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: transparent;
}

.input-group-text {
  font-size: 14px;
}

.dropdown-menu {
  font-size: 14px;
}

.bootstrap-select {
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bootstrap-select .dropdown-menu li a {
  color: #212529;
}

.bootstrap-select {
  border-radius: 3px 3px 3px 3px;
}

.theme--light.v-tabs > .v-tabs-bar {
  /*width: 179px;*/
  min-width: 179px;
}

.v-tabs--vertical > .v-tabs-bar .v-tab.v-tab--active {
  background: #ECF6FF;
}

.v-tabs-slider {
  background: transparent;
}

.packaging-inner > .v-card__text > .row {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  background: white;
}

.bulk-select {
  height: 31px;
}

.bulk-select .dropdown-toggle.btn-light {
  height: 29px;
}

.bulk-select .dropdown-toggle .filter-option {
  padding-top: 4px;
}

.bulk-select .dropdown-toggle::after {
  top: 7px;
}

.sku-main-check .v-input__slot {
  margin: 0 !important;
}

.v-dialog {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#content_editor {
  height: 700px;
  width: 100%;
  color: black;
}

i.clean-icon {
  background-image: url(/img/icons/clean.svg);
}

._3EUSjZ {
  display: inline-block;
  vertical-align: middle;
  width: 7.5px;
  height: 7.5px;
  border-radius: 50%;
  -webkit-animation: reloader 1s ease infinite;
  animation: reloader 1s ease infinite;
}

._3EUSjZ.I51QVi {
  width: 5px;
  height: 5px;
  -webkit-animation: reloader-small 1s ease infinite;
  animation: reloader-small 1s ease infinite;
}

._3EUSjZ._2FRqmB {
  -webkit-animation: reloader-white 1s ease infinite;
  animation: reloader-white 1s ease infinite;
}

@-webkit-keyframes reloader {
  0% {
    -webkit-box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.05), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.1), 12px 0 0 0 rgba(233, 236, 239, 0.2), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.3), 0 12px 0 0 rgba(233, 236, 239, 0.4), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.6), -12px 0 0 0 rgba(233, 236, 239, 0.8), -8.57142857px -8.57142857px 0 0 #e9ecef;
    box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.05), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.1), 12px 0 0 0 rgba(233, 236, 239, 0.2), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.3), 0 12px 0 0 rgba(233, 236, 239, 0.4), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.6), -12px 0 0 0 rgba(233, 236, 239, 0.8), -8.57142857px -8.57142857px 0 0 #e9ecef;
  }

  12.5% {
    -webkit-box-shadow: 0 -12px 0 0 #e9ecef, 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.05), 12px 0 0 rgba(233, 236, 239, 0.1), 8.57142857px 8.57142857px 0 rgba(233, 236, 239, 0.2), 0 12px 0 0 rgba(233, 236, 239, 0.3), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.4), -12px 0 0 0 rgba(233, 236, 239, 0.6), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.8);
    box-shadow: 0 -12px 0 0 #e9ecef, 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.05), 12px 0 0 rgba(233, 236, 239, 0.1), 8.57142857px 8.57142857px 0 rgba(233, 236, 239, 0.2), 0 12px 0 0 rgba(233, 236, 239, 0.3), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.4), -12px 0 0 0 rgba(233, 236, 239, 0.6), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.8);
  }

  25% {
    -webkit-box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.8), 8.57142857px -8.57142857px 0 0 #e9ecef, 12px 0 0 0 rgba(233, 236, 239, 0.05), 8.57142857px 8.57142857px 0 rgba(233, 236, 239, 0.1), 0 12px 0 0 rgba(233, 236, 239, 0.2), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.3), -12px 0 0 0 rgba(233, 236, 239, 0.4), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.6);
    box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.8), 8.57142857px -8.57142857px 0 0 #e9ecef, 12px 0 0 0 rgba(233, 236, 239, 0.05), 8.57142857px 8.57142857px 0 rgba(233, 236, 239, 0.1), 0 12px 0 0 rgba(233, 236, 239, 0.2), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.3), -12px 0 0 0 rgba(233, 236, 239, 0.4), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.6);
  }

  37.5% {
    -webkit-box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.6), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.8), 12px 0 0 0 #e9ecef, 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.05), 0 12px 0 0 rgba(233, 236, 239, 0.1), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.2), -12px 0 0 0 rgba(233, 236, 239, 0.3), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.4);
    box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.6), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.8), 12px 0 0 0 #e9ecef, 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.05), 0 12px 0 0 rgba(233, 236, 239, 0.1), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.2), -12px 0 0 0 rgba(233, 236, 239, 0.3), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.4);
  }

  50% {
    -webkit-box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.4), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.6), 12px 0 0 0 rgba(233, 236, 239, 0.8), 8.57142857px 8.57142857px 0 0 #e9ecef, 0 12px 0 0 rgba(233, 236, 239, 0.05), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.1), -12px 0 0 0 rgba(233, 236, 239, 0.2), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.3);
    box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.4), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.6), 12px 0 0 0 rgba(233, 236, 239, 0.8), 8.57142857px 8.57142857px 0 0 #e9ecef, 0 12px 0 0 rgba(233, 236, 239, 0.05), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.1), -12px 0 0 0 rgba(233, 236, 239, 0.2), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.3);
  }

  62.5% {
    -webkit-box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.3), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.4), 12px 0 0 0 rgba(233, 236, 239, 0.6), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.8), 0 12px 0 0 #e9ecef, -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.05), -12px 0 0 0 rgba(233, 236, 239, 0.1), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.2);
    box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.3), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.4), 12px 0 0 0 rgba(233, 236, 239, 0.6), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.8), 0 12px 0 0 #e9ecef, -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.05), -12px 0 0 0 rgba(233, 236, 239, 0.1), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.2);
  }

  75% {
    -webkit-box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.2), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.3), 12px 0 0 0 rgba(233, 236, 239, 0.4), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.6), 0 12px 0 0 rgba(233, 236, 239, 0.8), -8.57142857px 8.57142857px 0 0 #e9ecef, -12px 0 0 0 rgba(233, 236, 239, 0.05), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.1);
    box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.2), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.3), 12px 0 0 0 rgba(233, 236, 239, 0.4), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.6), 0 12px 0 0 rgba(233, 236, 239, 0.8), -8.57142857px 8.57142857px 0 0 #e9ecef, -12px 0 0 0 rgba(233, 236, 239, 0.05), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.1);
  }

  87.5% {
    -webkit-box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.1), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.2), 12px 0 0 0 rgba(233, 236, 239, 0.3), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.4), 0 12px 0 0 rgba(233, 236, 239, 0.6), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.8), -12px 0 0 0 #e9ecef, -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.05);
    box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.1), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.2), 12px 0 0 0 rgba(233, 236, 239, 0.3), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.4), 0 12px 0 0 rgba(233, 236, 239, 0.6), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.8), -12px 0 0 0 #e9ecef, -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.05);
  }

  to {
    -webkit-box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.05), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.1), 12px 0 0 0 rgba(233, 236, 239, 0.2), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.3), 0 12px 0 0 rgba(233, 236, 239, 0.4), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.6), -12px 0 0 0 rgba(233, 236, 239, 0.8), -8.57142857px -8.57142857px 0 0 #e9ecef;
    box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.05), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.1), 12px 0 0 0 rgba(233, 236, 239, 0.2), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.3), 0 12px 0 0 rgba(233, 236, 239, 0.4), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.6), -12px 0 0 0 rgba(233, 236, 239, 0.8), -8.57142857px -8.57142857px 0 0 #e9ecef;
  }
}

@keyframes reloader {
  0% {
    -webkit-box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.05), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.1), 12px 0 0 0 rgba(233, 236, 239, 0.2), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.3), 0 12px 0 0 rgba(233, 236, 239, 0.4), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.6), -12px 0 0 0 rgba(233, 236, 239, 0.8), -8.57142857px -8.57142857px 0 0 #e9ecef;
    box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.05), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.1), 12px 0 0 0 rgba(233, 236, 239, 0.2), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.3), 0 12px 0 0 rgba(233, 236, 239, 0.4), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.6), -12px 0 0 0 rgba(233, 236, 239, 0.8), -8.57142857px -8.57142857px 0 0 #e9ecef;
  }

  12.5% {
    -webkit-box-shadow: 0 -12px 0 0 #e9ecef, 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.05), 12px 0 0 rgba(233, 236, 239, 0.1), 8.57142857px 8.57142857px 0 rgba(233, 236, 239, 0.2), 0 12px 0 0 rgba(233, 236, 239, 0.3), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.4), -12px 0 0 0 rgba(233, 236, 239, 0.6), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.8);
    box-shadow: 0 -12px 0 0 #e9ecef, 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.05), 12px 0 0 rgba(233, 236, 239, 0.1), 8.57142857px 8.57142857px 0 rgba(233, 236, 239, 0.2), 0 12px 0 0 rgba(233, 236, 239, 0.3), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.4), -12px 0 0 0 rgba(233, 236, 239, 0.6), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.8);
  }

  25% {
    -webkit-box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.8), 8.57142857px -8.57142857px 0 0 #e9ecef, 12px 0 0 0 rgba(233, 236, 239, 0.05), 8.57142857px 8.57142857px 0 rgba(233, 236, 239, 0.1), 0 12px 0 0 rgba(233, 236, 239, 0.2), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.3), -12px 0 0 0 rgba(233, 236, 239, 0.4), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.6);
    box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.8), 8.57142857px -8.57142857px 0 0 #e9ecef, 12px 0 0 0 rgba(233, 236, 239, 0.05), 8.57142857px 8.57142857px 0 rgba(233, 236, 239, 0.1), 0 12px 0 0 rgba(233, 236, 239, 0.2), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.3), -12px 0 0 0 rgba(233, 236, 239, 0.4), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.6);
  }

  37.5% {
    -webkit-box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.6), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.8), 12px 0 0 0 #e9ecef, 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.05), 0 12px 0 0 rgba(233, 236, 239, 0.1), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.2), -12px 0 0 0 rgba(233, 236, 239, 0.3), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.4);
    box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.6), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.8), 12px 0 0 0 #e9ecef, 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.05), 0 12px 0 0 rgba(233, 236, 239, 0.1), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.2), -12px 0 0 0 rgba(233, 236, 239, 0.3), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.4);
  }

  50% {
    -webkit-box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.4), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.6), 12px 0 0 0 rgba(233, 236, 239, 0.8), 8.57142857px 8.57142857px 0 0 #e9ecef, 0 12px 0 0 rgba(233, 236, 239, 0.05), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.1), -12px 0 0 0 rgba(233, 236, 239, 0.2), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.3);
    box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.4), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.6), 12px 0 0 0 rgba(233, 236, 239, 0.8), 8.57142857px 8.57142857px 0 0 #e9ecef, 0 12px 0 0 rgba(233, 236, 239, 0.05), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.1), -12px 0 0 0 rgba(233, 236, 239, 0.2), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.3);
  }

  62.5% {
    -webkit-box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.3), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.4), 12px 0 0 0 rgba(233, 236, 239, 0.6), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.8), 0 12px 0 0 #e9ecef, -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.05), -12px 0 0 0 rgba(233, 236, 239, 0.1), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.2);
    box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.3), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.4), 12px 0 0 0 rgba(233, 236, 239, 0.6), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.8), 0 12px 0 0 #e9ecef, -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.05), -12px 0 0 0 rgba(233, 236, 239, 0.1), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.2);
  }

  75% {
    -webkit-box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.2), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.3), 12px 0 0 0 rgba(233, 236, 239, 0.4), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.6), 0 12px 0 0 rgba(233, 236, 239, 0.8), -8.57142857px 8.57142857px 0 0 #e9ecef, -12px 0 0 0 rgba(233, 236, 239, 0.05), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.1);
    box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.2), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.3), 12px 0 0 0 rgba(233, 236, 239, 0.4), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.6), 0 12px 0 0 rgba(233, 236, 239, 0.8), -8.57142857px 8.57142857px 0 0 #e9ecef, -12px 0 0 0 rgba(233, 236, 239, 0.05), -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.1);
  }

  87.5% {
    -webkit-box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.1), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.2), 12px 0 0 0 rgba(233, 236, 239, 0.3), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.4), 0 12px 0 0 rgba(233, 236, 239, 0.6), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.8), -12px 0 0 0 #e9ecef, -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.05);
    box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.1), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.2), 12px 0 0 0 rgba(233, 236, 239, 0.3), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.4), 0 12px 0 0 rgba(233, 236, 239, 0.6), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.8), -12px 0 0 0 #e9ecef, -8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.05);
  }

  to {
    -webkit-box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.05), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.1), 12px 0 0 0 rgba(233, 236, 239, 0.2), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.3), 0 12px 0 0 rgba(233, 236, 239, 0.4), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.6), -12px 0 0 0 rgba(233, 236, 239, 0.8), -8.57142857px -8.57142857px 0 0 #e9ecef;
    box-shadow: 0 -12px 0 0 rgba(233, 236, 239, 0.05), 8.57142857px -8.57142857px 0 0 rgba(233, 236, 239, 0.1), 12px 0 0 0 rgba(233, 236, 239, 0.2), 8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.3), 0 12px 0 0 rgba(233, 236, 239, 0.4), -8.57142857px 8.57142857px 0 0 rgba(233, 236, 239, 0.6), -12px 0 0 0 rgba(233, 236, 239, 0.8), -8.57142857px -8.57142857px 0 0 #e9ecef;
  }
}

@-webkit-keyframes reloader-small {
  0% {
    -webkit-box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.05), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.1), 6px 0 0 0 rgba(233, 236, 239, 0.2), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.3), 0 6px 0 0 rgba(233, 236, 239, 0.4), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.6), -6px 0 0 0 rgba(233, 236, 239, 0.8), -4.28571429px -4.28571429px 0 0 #e9ecef;
    box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.05), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.1), 6px 0 0 0 rgba(233, 236, 239, 0.2), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.3), 0 6px 0 0 rgba(233, 236, 239, 0.4), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.6), -6px 0 0 0 rgba(233, 236, 239, 0.8), -4.28571429px -4.28571429px 0 0 #e9ecef;
  }

  12.5% {
    -webkit-box-shadow: 0 -6px 0 0 #e9ecef, 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.05), 6px 0 0 rgba(233, 236, 239, 0.1), 4.28571429px 4.28571429px 0 rgba(233, 236, 239, 0.2), 0 6px 0 0 rgba(233, 236, 239, 0.3), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.4), -6px 0 0 0 rgba(233, 236, 239, 0.6), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.8);
    box-shadow: 0 -6px 0 0 #e9ecef, 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.05), 6px 0 0 rgba(233, 236, 239, 0.1), 4.28571429px 4.28571429px 0 rgba(233, 236, 239, 0.2), 0 6px 0 0 rgba(233, 236, 239, 0.3), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.4), -6px 0 0 0 rgba(233, 236, 239, 0.6), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.8);
  }

  25% {
    -webkit-box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.8), 4.28571429px -4.28571429px 0 0 #e9ecef, 6px 0 0 0 rgba(233, 236, 239, 0.05), 4.28571429px 4.28571429px 0 rgba(233, 236, 239, 0.1), 0 6px 0 0 rgba(233, 236, 239, 0.2), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.3), -6px 0 0 0 rgba(233, 236, 239, 0.4), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.6);
    box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.8), 4.28571429px -4.28571429px 0 0 #e9ecef, 6px 0 0 0 rgba(233, 236, 239, 0.05), 4.28571429px 4.28571429px 0 rgba(233, 236, 239, 0.1), 0 6px 0 0 rgba(233, 236, 239, 0.2), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.3), -6px 0 0 0 rgba(233, 236, 239, 0.4), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.6);
  }

  37.5% {
    -webkit-box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.6), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.8), 6px 0 0 0 #e9ecef, 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.05), 0 6px 0 0 rgba(233, 236, 239, 0.1), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.2), -6px 0 0 0 rgba(233, 236, 239, 0.3), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.4);
    box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.6), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.8), 6px 0 0 0 #e9ecef, 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.05), 0 6px 0 0 rgba(233, 236, 239, 0.1), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.2), -6px 0 0 0 rgba(233, 236, 239, 0.3), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.4);
  }

  50% {
    -webkit-box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.4), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.6), 6px 0 0 0 rgba(233, 236, 239, 0.8), 4.28571429px 4.28571429px 0 0 #e9ecef, 0 6px 0 0 rgba(233, 236, 239, 0.05), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.1), -6px 0 0 0 rgba(233, 236, 239, 0.2), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.3);
    box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.4), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.6), 6px 0 0 0 rgba(233, 236, 239, 0.8), 4.28571429px 4.28571429px 0 0 #e9ecef, 0 6px 0 0 rgba(233, 236, 239, 0.05), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.1), -6px 0 0 0 rgba(233, 236, 239, 0.2), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.3);
  }

  62.5% {
    -webkit-box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.3), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.4), 6px 0 0 0 rgba(233, 236, 239, 0.6), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.8), 0 6px 0 0 #e9ecef, -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.05), -6px 0 0 0 rgba(233, 236, 239, 0.1), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.2);
    box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.3), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.4), 6px 0 0 0 rgba(233, 236, 239, 0.6), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.8), 0 6px 0 0 #e9ecef, -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.05), -6px 0 0 0 rgba(233, 236, 239, 0.1), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.2);
  }

  75% {
    -webkit-box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.2), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.3), 6px 0 0 0 rgba(233, 236, 239, 0.4), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.6), 0 6px 0 0 rgba(233, 236, 239, 0.8), -4.28571429px 4.28571429px 0 0 #e9ecef, -6px 0 0 0 rgba(233, 236, 239, 0.05), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.1);
    box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.2), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.3), 6px 0 0 0 rgba(233, 236, 239, 0.4), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.6), 0 6px 0 0 rgba(233, 236, 239, 0.8), -4.28571429px 4.28571429px 0 0 #e9ecef, -6px 0 0 0 rgba(233, 236, 239, 0.05), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.1);
  }

  87.5% {
    -webkit-box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.1), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.2), 6px 0 0 0 rgba(233, 236, 239, 0.3), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.4), 0 6px 0 0 rgba(233, 236, 239, 0.6), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.8), -6px 0 0 0 #e9ecef, -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.05);
    box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.1), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.2), 6px 0 0 0 rgba(233, 236, 239, 0.3), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.4), 0 6px 0 0 rgba(233, 236, 239, 0.6), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.8), -6px 0 0 0 #e9ecef, -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.05);
  }

  to {
    -webkit-box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.05), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.1), 6px 0 0 0 rgba(233, 236, 239, 0.2), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.3), 0 6px 0 0 rgba(233, 236, 239, 0.4), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.6), -6px 0 0 0 rgba(233, 236, 239, 0.8), -4.28571429px -4.28571429px 0 0 #e9ecef;
    box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.05), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.1), 6px 0 0 0 rgba(233, 236, 239, 0.2), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.3), 0 6px 0 0 rgba(233, 236, 239, 0.4), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.6), -6px 0 0 0 rgba(233, 236, 239, 0.8), -4.28571429px -4.28571429px 0 0 #e9ecef;
  }
}

@keyframes reloader-small {
  0% {
    -webkit-box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.05), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.1), 6px 0 0 0 rgba(233, 236, 239, 0.2), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.3), 0 6px 0 0 rgba(233, 236, 239, 0.4), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.6), -6px 0 0 0 rgba(233, 236, 239, 0.8), -4.28571429px -4.28571429px 0 0 #e9ecef;
    box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.05), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.1), 6px 0 0 0 rgba(233, 236, 239, 0.2), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.3), 0 6px 0 0 rgba(233, 236, 239, 0.4), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.6), -6px 0 0 0 rgba(233, 236, 239, 0.8), -4.28571429px -4.28571429px 0 0 #e9ecef;
  }

  12.5% {
    -webkit-box-shadow: 0 -6px 0 0 #e9ecef, 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.05), 6px 0 0 rgba(233, 236, 239, 0.1), 4.28571429px 4.28571429px 0 rgba(233, 236, 239, 0.2), 0 6px 0 0 rgba(233, 236, 239, 0.3), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.4), -6px 0 0 0 rgba(233, 236, 239, 0.6), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.8);
    box-shadow: 0 -6px 0 0 #e9ecef, 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.05), 6px 0 0 rgba(233, 236, 239, 0.1), 4.28571429px 4.28571429px 0 rgba(233, 236, 239, 0.2), 0 6px 0 0 rgba(233, 236, 239, 0.3), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.4), -6px 0 0 0 rgba(233, 236, 239, 0.6), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.8);
  }

  25% {
    -webkit-box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.8), 4.28571429px -4.28571429px 0 0 #e9ecef, 6px 0 0 0 rgba(233, 236, 239, 0.05), 4.28571429px 4.28571429px 0 rgba(233, 236, 239, 0.1), 0 6px 0 0 rgba(233, 236, 239, 0.2), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.3), -6px 0 0 0 rgba(233, 236, 239, 0.4), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.6);
    box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.8), 4.28571429px -4.28571429px 0 0 #e9ecef, 6px 0 0 0 rgba(233, 236, 239, 0.05), 4.28571429px 4.28571429px 0 rgba(233, 236, 239, 0.1), 0 6px 0 0 rgba(233, 236, 239, 0.2), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.3), -6px 0 0 0 rgba(233, 236, 239, 0.4), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.6);
  }

  37.5% {
    -webkit-box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.6), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.8), 6px 0 0 0 #e9ecef, 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.05), 0 6px 0 0 rgba(233, 236, 239, 0.1), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.2), -6px 0 0 0 rgba(233, 236, 239, 0.3), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.4);
    box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.6), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.8), 6px 0 0 0 #e9ecef, 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.05), 0 6px 0 0 rgba(233, 236, 239, 0.1), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.2), -6px 0 0 0 rgba(233, 236, 239, 0.3), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.4);
  }

  50% {
    -webkit-box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.4), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.6), 6px 0 0 0 rgba(233, 236, 239, 0.8), 4.28571429px 4.28571429px 0 0 #e9ecef, 0 6px 0 0 rgba(233, 236, 239, 0.05), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.1), -6px 0 0 0 rgba(233, 236, 239, 0.2), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.3);
    box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.4), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.6), 6px 0 0 0 rgba(233, 236, 239, 0.8), 4.28571429px 4.28571429px 0 0 #e9ecef, 0 6px 0 0 rgba(233, 236, 239, 0.05), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.1), -6px 0 0 0 rgba(233, 236, 239, 0.2), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.3);
  }

  62.5% {
    -webkit-box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.3), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.4), 6px 0 0 0 rgba(233, 236, 239, 0.6), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.8), 0 6px 0 0 #e9ecef, -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.05), -6px 0 0 0 rgba(233, 236, 239, 0.1), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.2);
    box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.3), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.4), 6px 0 0 0 rgba(233, 236, 239, 0.6), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.8), 0 6px 0 0 #e9ecef, -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.05), -6px 0 0 0 rgba(233, 236, 239, 0.1), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.2);
  }

  75% {
    -webkit-box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.2), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.3), 6px 0 0 0 rgba(233, 236, 239, 0.4), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.6), 0 6px 0 0 rgba(233, 236, 239, 0.8), -4.28571429px 4.28571429px 0 0 #e9ecef, -6px 0 0 0 rgba(233, 236, 239, 0.05), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.1);
    box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.2), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.3), 6px 0 0 0 rgba(233, 236, 239, 0.4), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.6), 0 6px 0 0 rgba(233, 236, 239, 0.8), -4.28571429px 4.28571429px 0 0 #e9ecef, -6px 0 0 0 rgba(233, 236, 239, 0.05), -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.1);
  }

  87.5% {
    -webkit-box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.1), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.2), 6px 0 0 0 rgba(233, 236, 239, 0.3), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.4), 0 6px 0 0 rgba(233, 236, 239, 0.6), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.8), -6px 0 0 0 #e9ecef, -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.05);
    box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.1), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.2), 6px 0 0 0 rgba(233, 236, 239, 0.3), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.4), 0 6px 0 0 rgba(233, 236, 239, 0.6), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.8), -6px 0 0 0 #e9ecef, -4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.05);
  }

  to {
    -webkit-box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.05), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.1), 6px 0 0 0 rgba(233, 236, 239, 0.2), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.3), 0 6px 0 0 rgba(233, 236, 239, 0.4), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.6), -6px 0 0 0 rgba(233, 236, 239, 0.8), -4.28571429px -4.28571429px 0 0 #e9ecef;
    box-shadow: 0 -6px 0 0 rgba(233, 236, 239, 0.05), 4.28571429px -4.28571429px 0 0 rgba(233, 236, 239, 0.1), 6px 0 0 0 rgba(233, 236, 239, 0.2), 4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.3), 0 6px 0 0 rgba(233, 236, 239, 0.4), -4.28571429px 4.28571429px 0 0 rgba(233, 236, 239, 0.6), -6px 0 0 0 rgba(233, 236, 239, 0.8), -4.28571429px -4.28571429px 0 0 #e9ecef;
  }
}

._1mtUiZ {
  display: inline-block;
}

._1mtUiZ > svg {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

._3eVqfM {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  cursor: default;
  font: inherit;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
  margin: 0;
  padding: 5px 10px;
}

._3eVqfM svg {
  max-width: 20px;
  max-height: 15px;
  margin-bottom: 5px;
}

._3eVqfM:not(:disabled):focus,
._3eVqfM:not(:disabled):hover {
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

._3eVqfM:not(:disabled):hover {
  color: #333;
  fill: #333;
  background-color: #fff;
}

._3eVqfM._1nRDV0,
._3eVqfM._1nRDV0:disabled {
  color: transparent;
}

._1ij41K {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

._2aG0o7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border-radius: 2px 2px 0 0;
  background-color: #343a40;
  border-bottom: 1px solid #000;
}

._2aG0o7:first-child > ._36Q3Ek {
  border-right: 1px solid #000;
}

._2aG0o7:first-child > ._36Q3Ek:first-child {
  border-radius: 0 0 0 2px;
}

._2aG0o7:last-child > ._36Q3Ek {
  border-left: 1px solid #000;
}

._2aG0o7:last-child > ._36Q3Ek:last-child {
  border-radius: 0 0 2px 0;
}

.GGqbar {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

._1ZR0ck,
._36Q3Ek,
.NHYCyS,
.um_xRL {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font: inherit;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 6px 17px;
  -webkit-transition: .15s;
  transition: .15s;
}

._1ZR0ck:active,
._1ZR0ck:focus,
._36Q3Ek:active,
._36Q3Ek:focus,
.NHYCyS:active,
.NHYCyS:focus,
.um_xRL:active,
.um_xRL:focus {
  outline: none;
}

._1ZR0ck,
._1ZR0ck:disabled,
._36Q3Ek:disabled,
.NHYCyS:disabled,
.um_xRL:disabled {
  cursor: default;
}

._1ZR0ck {
  font-size: 12px;
  color: #929da7;
}

._36Q3Ek {
  fill: #fff;
  border: none;
  background-color: #495057;
}

._36Q3Ek svg {
  max-width: 16px;
  margin: 2px 0;
}

._36Q3Ek.LPG5cP,
._36Q3Ek:active,
._36Q3Ek:hover {
  background-color: #42484e;
}

._36Q3Ek.LPG5cP {
  cursor: default;
  opacity: .5;
}

.um_xRL {
  fill: #fff;
  border: none;
}

.um_xRL svg {
  max-width: 16px;
  margin: 2px 0;
}

.um_xRL:active,
.um_xRL:hover {
  background-color: #42484e;
}

.NHYCyS {
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 0 0 15px;
}

.NHYCyS:not(:disabled):hover {
  background: transparent;
  color: #ccc;
}

.NHYCyS._2toYr7 {
  pointer-events: none;
  opacity: 0;
}

._2He1RF {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 300px 0 20px;
  cursor: default;
}

._2He1RF ._2rKd3j,
._2He1RF .U8bhvW {
  display: inline-block;
  padding: 4px;
}

._2He1RF ._2rKd3j {
  cursor: pointer;
  background-color: #495057;
}

._2He1RF ._2rKd3j.GQNpOz,
._2He1RF ._2rKd3j:hover {
  background-color: #42484e;
}

._2He1RF ._2rKd3j > img {
  display: block;
  max-width: 36px;
}

._39bvFB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 0 0 2px 2px;
  background-color: #343a40;
  border-top: 1px solid #000;
}

._2erPWr,
._2f9-aG,
._2pgg9W {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font: inherit;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 6px 17px;
  -webkit-transition: .15s;
  transition: .15s;
}

._2erPWr:active,
._2erPWr:focus,
._2f9-aG:active,
._2f9-aG:focus,
._2pgg9W:active,
._2pgg9W:focus {
  outline: none;
}

._2erPWr,
._2erPWr:disabled,
._2f9-aG:disabled,
._2pgg9W:disabled {
  cursor: default;
}

._2erPWr {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 8px 15px;
  font-size: 10px;
  color: #7d7d7d;
}

._1Rdzmi {
  cursor: default;
  font-size: 12px;
  color: #929da7;
}

._2f9-aG {
  padding: 0;
  margin: 5px 15px;
  color: #e03131;
  background-color: transparent;
}

._2f9-aG:not(:disabled):active,
._2f9-aG:not(:disabled):hover {
  color: #c92a2a !important;
  background-color: transparent !important;
}

._2pgg9W {
  padding: 5px 25px;
  border-radius: 0 0 2px 0;
  color: #fff;
  background-color: #2f9e44;
}

._2pgg9W:disabled,
._2pgg9W:not(:disabled):active,
._2pgg9W:not(:disabled):hover {
  color: #fff;
  background-color: #2b8a3e;
}

._2pgg9W:not(:last-child) {
  border-radius: 0;
}

._8BEZa4 {
  position: relative;
}

._8BEZa4 ._2pgg9W {
  padding: 5px 7px;
  background-color: #2c933f;
}

._8BEZa4.N4TZVg .hLEVR0 {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

._8BEZa4 .hLEVR0 {
  position: absolute;
  bottom: calc(100% + 5px);
  right: 5px;
  background: #fff;
  padding: 2px 0;
  border-radius: 2px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: .15s;
  transition: .15s;
}

._8BEZa4 .hLEVR0:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #fff;
}

._8BEZa4 ._3th0Se {
  padding: 5px 15px;
  white-space: nowrap;
  color: #333;
}

._8BEZa4 ._3th0Se:hover {
  background-color: #ededed;
}

.cMdUcz {
  display: block;
  padding: 6px 0 3px;
  font-size: 11px;
  text-align: center;
  color: #fff;
}

.cMdUcz svg {
  fill: #fff;
}

.cMdUcz:not(:first-child) {
  border-top: 1px solid #000;
}

.cMdUcz._1VOZlm,
.cMdUcz:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.25);
}

.cMdUcz._1VOZlm {
  color: #329af0;
}

.cMdUcz._1VOZlm svg {
  fill: #329af0;
}

._2mZcZQ {
  display: block;
  max-width: 18px;
  margin: 0 auto 2px;
  fill: #fff;
}

._1PXYu9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 0 10px;
}

._3cD0JB {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
  font-size: 13px;
  text-align: center;
  border: 1px solid;
}

._3cD0JB.X4QSk5 {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

._3cD0JB:first-child {
  border-radius: 2px 0 0 2px;
}

._3cD0JB:last-child {
  border-radius: 0 2px 2px 0;
}

._3cD0JB:not(:last-child) {
  border-right: none;
}

._25lUji {
  overflow-x: hidden;
  height: 233px;
}

._2T7TEC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.XazzUl {
  display: inline-block;
  padding: 2px;
  margin: 0;
  width: 25px;
  height: 16px;
  border-radius: 16px;
  vertical-align: middle;
  -webkit-transition: .25s .1s;
  transition: .25s .1s;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: initial;
  box-sizing: initial;
  cursor: pointer;
}

.XazzUl:after {
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 2px;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-box-shadow: 3px 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.05);
}

.XazzUl input {
  display: none;
}

.XazzUl + label {
  margin: 0 0 0 10px;
}

.XazzUl._2i1-Uu {
  background: #46b450;
}

.XazzUl._2i1-Uu:after {
  -webkit-transform: translateX(9px);
  transform: translateX(9px);
  -webkit-box-shadow: -3px 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: -3px 0 5px rgba(0, 0, 0, 0.05);
}

.XazzUl.-qeNfD,
.XazzUl.-qeNfD._2i1-Uu {
  background: #f5f5f5;
  cursor: default;
}

._2AhZzO {
  position: relative;
  padding: 0 0 20px;
}

._1nI0j6 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #868e96;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

._1nI0j6::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e9ecef;
  color: #fff;
  cursor: pointer;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

._1nI0j6:after,
._1nI0j6:before {
  position: absolute;
  bottom: 0;
}

._1nI0j6:before {
  content: attr(data-min);
  left: 0;
}

._1nI0j6:after {
  content: attr(data-max);
  right: 0;
}

._1VIKTZ {
  position: relative;
}

._1VIKTZ.yEocq8 {
  text-align: center;
}

._1VIKTZ._129pgI {
  text-align: right;
}

._1VIKTZ > span {
  display: inline-block;
  margin: 0 7.5px;
}

._1VIKTZ ~ ._1VIKTZ {
  margin-top: 15px;
}

._1VIKTZ._3EOAZw {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

._1VIKTZ._3EOAZw:last-child {
  margin-right: 0;
}

._1VIKTZ._3EOAZw ~ ._1VIKTZ._3EOAZw {
  margin-top: 0;
}

._1VIKTZ._3EOAZw._129pgI {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}

._1T7dD3 {
  position: relative;
}

._1T7dD3 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 3px 7px;
  border: 1px solid transparent;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  pointer-events: none;
}

._1T7dD3._26x3e9 input[type=number] {
  border-radius: 2px 2px 0 0;
}

._2CAWLb {
  display: block;
  position: fixed;
  z-index: 2;
  border: 1px solid #f8f9fa;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  background: #f8f9fa;
  color: #333;
  max-height: 150px;
  overflow-y: auto;
}

.IP8m0k {
  display: block;
  padding: 0 5px;
}

.IP8m0k:hover {
  cursor: pointer;
  background: #e2e9f0;
}

._18N090 {
  display: inline-block;
  line-height: 24px;
  margin-bottom: 7.5px;
}

._1CZlA6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input._1CZlA6,
select._1CZlA6,
textarea._1CZlA6 {
  margin: 0;
  border-radius: 0;
  font: inherit;
  color: inherit;
}

select._1CZlA6 {
  text-transform: none;
}

input._1CZlA6::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input._1CZlA6:not([type]),
input._1CZlA6[type=datetime],
input._1CZlA6[type=email],
input._1CZlA6[type=number],
input._1CZlA6[type=password],
input._1CZlA6[type=search],
input._1CZlA6[type=tel],
input._1CZlA6[type=text],
input._1CZlA6[type=url],
select._1CZlA6,
textarea._1CZlA6 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input._1CZlA6[type=search]::-webkit-search-cancel-button,
input._1CZlA6[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input._1CZlA6[type=number]::-webkit-inner-spin-button,
input._1CZlA6[type=number]::-webkit-outer-spin-button {
  height: auto;
}

textarea._1CZlA6 {
  overflow: hidden;
  vertical-align: top;
  max-width: 100%;
  resize: none;
}

select._1CZlA6[multiple],
select._1CZlA6[size],
textarea._1CZlA6 {
  height: auto;
}

._1CZlA6::-moz-placeholder {
  opacity: 1;
}

._1CZlA6:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input._1CZlA6:not([type]),
input._1CZlA6[type=color],
input._1CZlA6[type=date],
input._1CZlA6[type=datetime-local],
input._1CZlA6[type=datetime],
input._1CZlA6[type=email],
input._1CZlA6[type=month],
input._1CZlA6[type=number],
input._1CZlA6[type=password],
input._1CZlA6[type=search],
input._1CZlA6[type=tel],
input._1CZlA6[type=text],
input._1CZlA6[type=time],
input._1CZlA6[type=url],
input._1CZlA6[type=week],
select._1CZlA6,
textarea._1CZlA6 {
  min-height: 25px;
  width: 100%;
  padding: 3px 7px;
  border: 1px solid #f8f9fa;
  border-radius: 2px;
  background: #f8f9fa;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: .15s;
  transition: .15s;
  font-size: 13px;
  line-height: 1.7;
}

input._1CZlA6:not([type]):-webkit-autofill,
input._1CZlA6[type=color]:-webkit-autofill,
input._1CZlA6[type=date]:-webkit-autofill,
input._1CZlA6[type=datetime-local]:-webkit-autofill,
input._1CZlA6[type=datetime]:-webkit-autofill,
input._1CZlA6[type=email]:-webkit-autofill,
input._1CZlA6[type=month]:-webkit-autofill,
input._1CZlA6[type=number]:-webkit-autofill,
input._1CZlA6[type=password]:-webkit-autofill,
input._1CZlA6[type=search]:-webkit-autofill,
input._1CZlA6[type=tel]:-webkit-autofill,
input._1CZlA6[type=text]:-webkit-autofill,
input._1CZlA6[type=time]:-webkit-autofill,
input._1CZlA6[type=url]:-webkit-autofill,
input._1CZlA6[type=week]:-webkit-autofill,
select._1CZlA6:-webkit-autofill,
textarea._1CZlA6:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f4faff inset;
  box-shadow: inset 0 0 0 1000px #f4faff;
}

input._1CZlA6:not([type]):focus,
input._1CZlA6[type=color]:focus,
input._1CZlA6[type=date]:focus,
input._1CZlA6[type=datetime-local]:focus,
input._1CZlA6[type=datetime]:focus,
input._1CZlA6[type=email]:focus,
input._1CZlA6[type=month]:focus,
input._1CZlA6[type=number]:focus,
input._1CZlA6[type=password]:focus,
input._1CZlA6[type=search]:focus,
input._1CZlA6[type=tel]:focus,
input._1CZlA6[type=text]:focus,
input._1CZlA6[type=time]:focus,
input._1CZlA6[type=url]:focus,
input._1CZlA6[type=week]:focus,
select._1CZlA6:focus,
textarea._1CZlA6:focus {
  border-color: form-focus;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input._1CZlA6:not([type]):disabled,
input._1CZlA6[type=color]:disabled,
input._1CZlA6[type=date]:disabled,
input._1CZlA6[type=datetime-local]:disabled,
input._1CZlA6[type=datetime]:disabled,
input._1CZlA6[type=email]:disabled,
input._1CZlA6[type=month]:disabled,
input._1CZlA6[type=number]:disabled,
input._1CZlA6[type=password]:disabled,
input._1CZlA6[type=search]:disabled,
input._1CZlA6[type=tel]:disabled,
input._1CZlA6[type=text]:disabled,
input._1CZlA6[type=time]:disabled,
input._1CZlA6[type=url]:disabled,
input._1CZlA6[type=week]:disabled,
select._1CZlA6:disabled,
textarea._1CZlA6:disabled {
  border-color: form-disabled;
}

._3TM-iy {
  padding: 0 3px 10px;
}

._1O5qt6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 0 -10px;
  padding: 0;
}

._3wVrrN {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._2xk2c2 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 10px;
  padding-left: 10px;
  width: 100%;
}

._14elr5 {
  width: 3.333333333333333%;
}

._1zvx8a {
  width: 6.666666666666667%;
}

._2k0mcD {
  width: 10%;
}

._3jQuWe {
  width: 13.333333333333334%;
}

._1IFCMj {
  width: 16.666666666666664%;
}

._30izUM {
  width: 20%;
}

._3jD2jE {
  width: 23.333333333333332%;
}

._2kXBjA {
  width: 26.666666666666668%;
}

._1293O- {
  width: 30%;
}

._1tTa4E {
  width: 33.33333333333333%;
}

._3-I6TH {
  width: 36.666666666666664%;
}

._11CvZe {
  width: 40%;
}

.ScGU_m {
  width: 43.333333333333336%;
}

._29OkJe {
  width: 46.666666666666664%;
}

._1L5SBb {
  width: 50%;
}

.bkehSc {
  width: 53.333333333333336%;
}

.yyA79m {
  width: 56.666666666666664%;
}

._3xzAVk {
  width: 60%;
}

._2vH0m_ {
  width: 63.33333333333333%;
}

._3iymLv {
  width: 66.66666666666666%;
}

._3qegVd {
  width: 70%;
}

._1NZrEJ {
  width: 73.33333333333333%;
}

._3IqhJ7 {
  width: 76.66666666666667%;
}

._3ipv2y {
  width: 80%;
}

._1OL2Bl {
  width: 83.33333333333334%;
}

._1pMuka {
  width: 86.66666666666667%;
}

._1Et3xm {
  width: 90%;
}

._2XyLce {
  width: 93.33333333333333%;
}

._2vdqV_ {
  width: 96.66666666666667%;
}

._3WAnSG {
  width: 100%;
}

._1DAMe5 {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

._3mKdPO {
  position: relative;
  padding: 10px 10px 5px;
  text-align: center;
}

._3mKdPO._2AyYW4,
._3mKdPO:hover {
  cursor: pointer;
  background-color: #495057;
}

._3mKdPO img {
  max-width: 100%;
  height: auto;
}

._3mKdPO span {
  display: block;
  font-size: 12px;
}

._1NqhuV {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" intercept="-0.09999999999999998" /><feFuncG type="linear" slope="1.2" intercept="-0.09999999999999998" /><feFuncB type="linear" slope="1.2" intercept="-0.09999999999999998" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.2754500000000002 -0.2502500000000001 -0.0252 0 0 -0.07455000000000003 1.1132499999999999 -0.0252 0 0 -0.07455000000000003 -0.2502500000000001 1.3248000000000002 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: contrast(1.2) saturate(1.35);
  filter: contrast(1.2) saturate(1.35);
}

._1NqhuV img {
  width: 100%;
  z-index: 1;
}

._1NqhuV:before {
  z-index: 2;
}

._1NqhuV:after,
._1NqhuV:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._1NqhuV:after {
  z-index: 3;
}

._1NqhuV:before {
  background: rgba(127, 187, 227, 0.2);
  mix-blend-mode: overlay;
}

._20vAce {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.05" /><feFuncG type="linear" slope="1.05" /><feFuncB type="linear" slope="1.05" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(1.05) hue-rotate(-10deg);
  filter: brightness(1.05) hue-rotate(-10deg);
}

._20vAce img {
  width: 100%;
  z-index: 1;
}

._20vAce:before {
  z-index: 2;
}

._20vAce:after,
._20vAce:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._20vAce:after {
  z-index: 3;
  background: #e6e6fa;
  mix-blend-mode: soft-light;
}

.PBF7aC {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" intercept="-0.050000000000000044" /><feFuncG type="linear" slope="1.1" intercept="-0.050000000000000044" /><feFuncB type="linear" slope="1.1" intercept="-0.050000000000000044" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
  filter: grayscale(1) contrast(1.1) brightness(1.1);
}

.PBF7aC img {
  width: 100%;
  z-index: 1;
}

.PBF7aC:before {
  z-index: 2;
}

.PBF7aC:after,
.PBF7aC:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

.PBF7aC:after {
  z-index: 3;
}

.PBF7aC:before {
  background: #a0a0a0;
  mix-blend-mode: soft-light;
}

.PBF7aC:after {
  background: #383838;
  mix-blend-mode: lighten;
}

.r3FEg7 {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" intercept="0.04999999999999999" /><feFuncG type="linear" slope="0.9" intercept="0.04999999999999999" /><feFuncB type="linear" slope="0.9" intercept="0.04999999999999999" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: contrast(0.9);
  filter: contrast(0.9);
}

.r3FEg7 img {
  width: 100%;
  z-index: 1;
}

.r3FEg7:before {
  z-index: 2;
}

.r3FEg7:after,
.r3FEg7:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

.r3FEg7:after {
  z-index: 3;
  background: rgba(242, 242, 242, 0.8);
  mix-blend-mode: darken;
}

.r3FEg7:before {
  background: #22253f;
  mix-blend-mode: color-dodge;
}

._3qvjcF {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.86646 0.16918 0.041580000000000006 0 0 0.07677999999999996 0.9309200000000001 0.03695999999999999 0 0 0.059840000000000004 0.11747999999999997 0.80882 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.85" intercept="0.07500000000000001" /><feFuncG type="linear" slope="0.85" intercept="0.07500000000000001" /><feFuncB type="linear" slope="0.85" intercept="0.07500000000000001" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.80325 0.17874999999999996 0.018000000000000002 0 0 0.05324999999999999 0.93625 0.018000000000000002 0 0 0.05324999999999999 0.17874999999999996 0.768 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
  filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
}

._3qvjcF img {
  width: 100%;
  z-index: 1;
}

._3qvjcF:before {
  z-index: 2;
}

._3qvjcF:after,
._3qvjcF:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._3qvjcF:after {
  z-index: 3;
  background: #efcdad;
  mix-blend-mode: soft-light;
  opacity: .5;
}

._3EqSnZ {
  position: relative;
}

._3EqSnZ img {
  width: 100%;
  z-index: 1;
}

._3EqSnZ:before {
  z-index: 2;
}

._3EqSnZ:after,
._3EqSnZ:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._3EqSnZ:after {
  z-index: 3;
}

._3wdmT2 {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.73242 0.24309999999999998 0.024479999999999995 0 0 0.07241999999999998 0.9097 0.024479999999999995 0 0 0.07241999999999998 0.24309999999999998 0.68448 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.05" /><feFuncG type="linear" slope="1.05" /><feFuncB type="linear" slope="1.05" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: saturate(0.66) brightness(1.05);
  filter: saturate(0.66) brightness(1.05);
}

._3wdmT2 img {
  width: 100%;
  z-index: 1;
}

._3wdmT2:before {
  z-index: 2;
}

._3wdmT2:after,
._3wdmT2:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._3wdmT2:after {
  z-index: 3;
  background: rgba(125, 105, 24, 0.5);
  mix-blend-mode: soft-light;
}

._3wdmT2:before {
  background: rgba(69, 41, 12, 0.4);
  mix-blend-mode: lighten;
}

.q6ee5D {
  position: relative;
}

.q6ee5D img {
  width: 100%;
  z-index: 1;
}

.q6ee5D:before {
  z-index: 2;
}

.q6ee5D:after,
.q6ee5D:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

.q6ee5D:after {
  z-index: 3;
}

.DgQ44b {
  position: relative;
}

.DgQ44b img {
  width: 100%;
  z-index: 1;
}

.DgQ44b:before {
  z-index: 2;
}

.DgQ44b:after,
.DgQ44b:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

.DgQ44b:after {
  z-index: 3;
}

._7asCrb {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" intercept="0.04999999999999999" /><feFuncG type="linear" slope="0.9" intercept="0.04999999999999999" /><feFuncB type="linear" slope="0.9" intercept="0.04999999999999999" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.88195 0.10724999999999996 0.010800000000000004 0 0 0.031950000000000006 0.9657499999999999 0.010800000000000004 0 0 0.031950000000000006 0.10724999999999996 0.8608 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
  filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
}

._7asCrb img {
  width: 100%;
  z-index: 1;
}

._7asCrb:before {
  z-index: 2;
}

._7asCrb:after,
._7asCrb:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._7asCrb:after {
  z-index: 3;
  background: -webkit-gradient(linear, left top, right top, from(rgba(66, 10, 14, 0.2)), to(transparent));
  background: linear-gradient(90deg, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}

._1BIJJx {
  position: relative;
}

._1BIJJx img {
  width: 100%;
  z-index: 1;
}

._1BIJJx:before {
  z-index: 2;
}

._1BIJJx:after,
._1BIJJx:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._1BIJJx:after {
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(#005b9a), to(#e6c13d));
  background: linear-gradient(180deg, #005b9a, #e6c13d);
  mix-blend-mode: soft-light;
  opacity: .5;
}

._1C1gQ6 {
  position: relative;
}

._1C1gQ6 img {
  width: 100%;
  z-index: 1;
}

._1C1gQ6:before {
  z-index: 2;
}

._1C1gQ6:after,
._1C1gQ6:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._1C1gQ6:after {
  z-index: 3;
}

.k-x0NM {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" intercept="-0.050000000000000044" /><feFuncG type="linear" slope="1.1" intercept="-0.050000000000000044" /><feFuncB type="linear" slope="1.1" intercept="-0.050000000000000044" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.0787000000000002 -0.07150000000000001 -0.007200000000000012 0 0 -0.021300000000000013 1.0394999999999999 -0.007200000000000012 0 0 -0.021300000000000013 -0.07150000000000001 1.0928000000000002 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: contrast(1.1) saturate(1.1);
  filter: contrast(1.1) saturate(1.1);
}

.k-x0NM img {
  width: 100%;
  z-index: 1;
}

.k-x0NM:before {
  z-index: 2;
}

.k-x0NM:after,
.k-x0NM:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

.k-x0NM:after {
  z-index: 3;
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 199, 199, 0.6), #111 60%);
  mix-blend-mode: overlay;
  opacity: .4;
}

._3JJ8lv {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.05" /><feFuncG type="linear" slope="1.05" /><feFuncB type="linear" slope="1.05" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.8786 0.15379999999999994 0.0378 0 0 0.06979999999999997 0.9372 0.03359999999999999 0 0 0.054400000000000004 0.1068 0.8262 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" intercept="0.04999999999999999" /><feFuncG type="linear" slope="0.9" intercept="0.04999999999999999" /><feFuncB type="linear" slope="0.9" intercept="0.04999999999999999" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.9213 0.07150000000000001 0.007199999999999998 0 0 0.021299999999999986 0.9804999999999999 0.007199999999999998 0 0 0.021299999999999986 0.07150000000000001 0.9072 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
  filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
}

._3JJ8lv img {
  width: 100%;
  z-index: 1;
}

._3JJ8lv:before {
  z-index: 2;
}

._3JJ8lv:after,
._3JJ8lv:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._3JJ8lv:after {
  z-index: 3;
  background: radial-gradient(circle, rgba(231, 197, 151, 0.8), transparent 90%);
  mix-blend-mode: overlay;
  opacity: .6;
}

._3JJ8lv:before {
  background: radial-gradient(circle, rgba(236, 204, 167, 0.15) 55%, rgba(50, 30, 7, 0.4));
  mix-blend-mode: multiply;
}

._3MkGUJ {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" intercept="0.04999999999999999" /><feFuncG type="linear" slope="0.9" intercept="0.04999999999999999" /><feFuncB type="linear" slope="0.9" intercept="0.04999999999999999" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.0787000000000002 -0.07150000000000001 -0.007200000000000012 0 0 -0.021300000000000013 1.0394999999999999 -0.007200000000000012 0 0 -0.021300000000000013 -0.07150000000000001 1.0928000000000002 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
  filter: brightness(1.2) contrast(0.9) saturate(1.1);
}

._3MkGUJ img {
  width: 100%;
  z-index: 1;
}

._3MkGUJ:before {
  z-index: 2;
}

._3MkGUJ:after,
._3MkGUJ:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._3MkGUJ:after {
  z-index: 3;
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: .5;
}

._23Nov4 {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.08" intercept="-0.040000000000000036" /><feFuncG type="linear" slope="1.08" intercept="-0.040000000000000036" /><feFuncB type="linear" slope="1.08" intercept="-0.040000000000000036" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.08" /><feFuncG type="linear" slope="1.08" /><feFuncB type="linear" slope="1.08" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.9514400000000001 0.06152000000000002 0.015119999999999995 0 0 0.02792 0.9748800000000001 0.013440000000000007 0 0 0.02176 0.04271999999999998 0.9304800000000001 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
  filter: contrast(1.08) brightness(1.08) sepia(0.08);
}

._23Nov4 img {
  width: 100%;
  z-index: 1;
}

._23Nov4:before {
  z-index: 2;
}

._23Nov4:after,
._23Nov4:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._23Nov4:after {
  z-index: 3;
  background: #3a0339;
  mix-blend-mode: exclusion;
  opacity: .5;
}

._8oY883 {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.8179 0.23070000000000002 0.0567 0 0 0.10470000000000002 0.9058 0.050400000000000014 0 0 0.0816 0.1602 0.7393 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: sepia(0.3);
  filter: sepia(0.3);
}

._8oY883 img {
  width: 100%;
  z-index: 1;
}

._8oY883:before {
  z-index: 2;
}

._8oY883:after,
._8oY883:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._8oY883:after {
  z-index: 3;
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
  mix-blend-mode: color-burn;
}

._1QYgZe {
  position: relative;
}

._1QYgZe img {
  width: 100%;
  z-index: 1;
}

._1QYgZe:before {
  z-index: 2;
}

._1QYgZe:after,
._1QYgZe:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._1QYgZe:after {
  z-index: 3;
}

._2QSpzc {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.6063000000000001 0.3576 0.0361 0 0 0.1063 0.8575999999999999 0.0361 0 0 0.1063 0.3576 0.5361 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.95" intercept="0.025000000000000022" /><feFuncG type="linear" slope="0.95" intercept="0.025000000000000022" /><feFuncB type="linear" slope="0.95" intercept="0.025000000000000022" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: grayscale(0.5) contrast(0.95) brightness(0.9);
  filter: grayscale(0.5) contrast(0.95) brightness(0.9);
}

._2QSpzc img {
  width: 100%;
  z-index: 1;
}

._2QSpzc:before {
  z-index: 2;
}

._2QSpzc:after,
._2QSpzc:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._2QSpzc:after {
  z-index: 3;
}

._2QSpzc:before {
  background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay;
}

._2QSpzc:after {
  background-color: #d8cdcb;
  mix-blend-mode: color;
}

._3wzIgv {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.0787000000000002 -0.07150000000000001 -0.007200000000000012 0 0 -0.021300000000000013 1.0394999999999999 -0.007200000000000012 0 0 -0.021300000000000013 -0.07150000000000001 1.0928000000000002 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.5" intercept="-0.25" /><feFuncG type="linear" slope="1.5" intercept="-0.25" /><feFuncB type="linear" slope="1.5" intercept="-0.25" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: saturate(1.1) contrast(1.5);
  filter: saturate(1.1) contrast(1.5);
}

._3wzIgv img {
  width: 100%;
  z-index: 1;
}

._3wzIgv:before {
  z-index: 2;
}

._3wzIgv:after,
._3wzIgv:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._3wzIgv:after {
  z-index: 3;
  background: radial-gradient(circle, transparent 70%, #222 150%);
  mix-blend-mode: multiply;
}

._2cvakC {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" intercept="0.04999999999999999" /><feFuncG type="linear" slope="0.9" intercept="0.04999999999999999" /><feFuncB type="linear" slope="0.9" intercept="0.04999999999999999" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.8786 0.15379999999999994 0.0378 0 0 0.06979999999999997 0.9372 0.03359999999999999 0 0 0.054400000000000004 0.1068 0.8262 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: contrast(0.9) sepia(0.2);
  filter: contrast(0.9) sepia(0.2);
}

._2cvakC img {
  width: 100%;
  z-index: 1;
}

._2cvakC:before {
  z-index: 2;
}

._2cvakC:after,
._2cvakC:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._2cvakC:after {
  z-index: 3;
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay;
}

._24CgbP {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.6965 0.3845 0.0945 0 0 0.1745 0.8430000000000001 0.084 0 0 0.136 0.267 0.5655 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.4" intercept="-0.19999999999999996" /><feFuncG type="linear" slope="1.4" intercept="-0.19999999999999996" /><feFuncB type="linear" slope="1.4" intercept="-0.19999999999999996" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: sepia(0.5) contrast(1.4);
  filter: sepia(0.5) contrast(1.4);
}

._24CgbP img {
  width: 100%;
  z-index: 1;
}

._24CgbP:before {
  z-index: 2;
}

._24CgbP:after,
._24CgbP:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._24CgbP:after {
  z-index: 3;
  background-color: rgba(161, 44, 199, 0.31);
  mix-blend-mode: lighten;
}

._36njvF {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.8179 0.23070000000000002 0.0567 0 0 0.10470000000000002 0.9058 0.050400000000000014 0 0 0.0816 0.1602 0.7393 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" intercept="-0.050000000000000044" /><feFuncG type="linear" slope="1.1" intercept="-0.050000000000000044" /><feFuncB type="linear" slope="1.1" intercept="-0.050000000000000044" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
  filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}

._36njvF img {
  width: 100%;
  z-index: 1;
}

._36njvF:before {
  z-index: 2;
}

._36njvF:after,
._36njvF:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._36njvF:after {
  z-index: 3;
}

.h7kJXI {
  position: relative;
}

.h7kJXI img {
  width: 100%;
  z-index: 1;
}

.h7kJXI:before {
  z-index: 2;
}

.h7kJXI:after,
.h7kJXI:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

.h7kJXI:after {
  z-index: 3;
}

._1n2DCo {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.8786 0.15379999999999994 0.0378 0 0 0.06979999999999997 0.9372 0.03359999999999999 0 0 0.054400000000000004 0.1068 0.8262 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" intercept="-0.09999999999999998" /><feFuncG type="linear" slope="1.2" intercept="-0.09999999999999998" /><feFuncB type="linear" slope="1.2" intercept="-0.09999999999999998" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.05" /><feFuncG type="linear" slope="1.05" /><feFuncB type="linear" slope="1.05" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.1574 -0.14300000000000002 -0.014399999999999996 0 0 -0.0426 1.069 -0.014399999999999996 0 0 -0.0426 -0.14300000000000002 1.1856 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
}

._1n2DCo img {
  width: 100%;
  z-index: 1;
}

._1n2DCo:before {
  z-index: 2;
}

._1n2DCo:after,
._1n2DCo:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._1n2DCo:after {
  z-index: 3;
  background: rgba(0, 70, 150, 0.4);
  mix-blend-mode: lighten;
}

._1n2DCo:before {
  background: rgba(247, 175, 151, 0.56);
  mix-blend-mode: darken;
}

._1Sy6Yw {
  position: relative;
}

._1Sy6Yw img {
  width: 100%;
  z-index: 1;
}

._1Sy6Yw:before {
  z-index: 2;
}

._1Sy6Yw:after,
._1Sy6Yw:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._1Sy6Yw:after {
  z-index: 3;
}

._2BJs0c {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.5" intercept="-0.25" /><feFuncG type="linear" slope="1.5" intercept="-0.25" /><feFuncB type="linear" slope="1.5" intercept="-0.25" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: contrast(1.5) brightness(0.9);
  filter: contrast(1.5) brightness(0.9);
}

._2BJs0c img {
  width: 100%;
  z-index: 1;
}

._2BJs0c:before {
  z-index: 2;
}

._2BJs0c:after,
._2BJs0c:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._2BJs0c:after {
  z-index: 3;
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen;
}

.DchWxj {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.8179 0.23070000000000002 0.0567 0 0 0.10470000000000002 0.9058 0.050400000000000014 0 0 0.0816 0.1602 0.7393 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.4722000000000002 -0.42899999999999994 -0.0432 0 0 -0.1278 1.1869999999999998 -0.0432 0 0 -0.1278 -0.42899999999999994 1.5568000000000002 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
  filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}

.DchWxj img {
  width: 100%;
  z-index: 1;
}

.DchWxj:before {
  z-index: 2;
}

.DchWxj:after,
.DchWxj:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

.DchWxj:after {
  z-index: 3;
  background: #04c;
  mix-blend-mode: screen;
  opacity: .3;
}

._35_HS7 {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" intercept="-0.050000000000000044" /><feFuncG type="linear" slope="1.1" intercept="-0.050000000000000044" /><feFuncB type="linear" slope="1.1" intercept="-0.050000000000000044" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.2361000000000002 -0.21450000000000002 -0.021600000000000008 0 0 -0.06389999999999998 1.0985 -0.021600000000000008 0 0 -0.06389999999999998 -0.21450000000000002 1.2784000000000002 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: contrast(1.1) brightness(1.1) saturate(1.3);
  filter: contrast(1.1) brightness(1.1) saturate(1.3);
}

._35_HS7 img {
  width: 100%;
  z-index: 1;
}

._35_HS7:before {
  z-index: 2;
}

._35_HS7:after,
._35_HS7:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._35_HS7:after {
  z-index: 3;
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen;
}

.uWs6dz {
  position: relative;
}

.uWs6dz img {
  width: 100%;
  z-index: 1;
}

.uWs6dz:before {
  z-index: 2;
}

.uWs6dz:after,
.uWs6dz:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

.uWs6dz:after {
  z-index: 3;
  background: #b77d21;
  mix-blend-mode: overlay;
}

.uWs6dz:before {
  background: #382c34;
  mix-blend-mode: color-dodge;
}

._1kOOwZ {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.75" intercept="0.125" /><feFuncG type="linear" slope="0.75" intercept="0.125" /><feFuncB type="linear" slope="0.75" intercept="0.125" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.88195 0.10724999999999996 0.010800000000000004 0 0 0.031950000000000006 0.9657499999999999 0.010800000000000004 0 0 0.031950000000000006 0.10724999999999996 0.8608 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.15" /><feFuncG type="linear" slope="1.15" /><feFuncB type="linear" slope="1.15" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: contrast(0.75) saturate(0.85) brightness(1.15);
  filter: contrast(0.75) saturate(0.85) brightness(1.15);
}

._1kOOwZ img {
  width: 100%;
  z-index: 1;
}

._1kOOwZ:before {
  z-index: 2;
}

._1kOOwZ:after,
._1kOOwZ:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._1kOOwZ:after {
  z-index: 3;
}

._1kOOwZ:before {
  background: rgba(240, 148, 127, 0.2);
  mix-blend-mode: soft-light;
}

._1PoSaq {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.84825 0.19225000000000003 0.047250000000000014 0 0 0.08725 0.9215 0.04200000000000001 0 0 0.068 0.1335 0.7827500000000001 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.95" /><feFuncG type="linear" slope="0.95" /><feFuncB type="linear" slope="0.95" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.95" intercept="0.025000000000000022" /><feFuncG type="linear" slope="0.95" intercept="0.025000000000000022" /><feFuncB type="linear" slope="0.95" intercept="0.025000000000000022" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.3935000000000002 -0.35750000000000004 -0.03599999999999999 0 0 -0.10650000000000001 1.1575 -0.03599999999999999 0 0 -0.10650000000000001 -0.35750000000000004 1.4640000000000002 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
  filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
}

._1PoSaq img {
  width: 100%;
  z-index: 1;
}

._1PoSaq:before {
  z-index: 2;
}

._1PoSaq:after,
._1PoSaq:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._1PoSaq:after {
  z-index: 3;
  background: rgba(3, 230, 26, 0.2);
  mix-blend-mode: hue;
}

.UsFjQ9 {
  position: relative;
}

.UsFjQ9 img {
  width: 100%;
  z-index: 1;
}

.UsFjQ9:before {
  z-index: 2;
}

.UsFjQ9:after,
.UsFjQ9:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

.UsFjQ9:after {
  z-index: 3;
}

._2Rj4vO {
  position: relative;
}

._2Rj4vO img {
  width: 100%;
  z-index: 1;
}

._2Rj4vO:before {
  z-index: 2;
}

._2Rj4vO:after,
._2Rj4vO:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._2Rj4vO:after {
  z-index: 3;
}

.mmAXmU {
  position: relative;
}

.mmAXmU img {
  width: 100%;
  z-index: 1;
}

.mmAXmU:before {
  z-index: 2;
}

.mmAXmU:after,
.mmAXmU:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

.mmAXmU:after {
  z-index: 3;
}

._52R5Zc {
  position: relative;
}

._52R5Zc img {
  width: 100%;
  z-index: 1;
}

._52R5Zc:before {
  z-index: 2;
}

._52R5Zc:after,
._52R5Zc:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._52R5Zc:after {
  z-index: 3;
}

._3SQhOH {
  position: relative;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" intercept="0.04999999999999999" /><feFuncG type="linear" slope="0.9" intercept="0.04999999999999999" /><feFuncB type="linear" slope="0.9" intercept="0.04999999999999999" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: contrast(0.9) brightness(1.1);
  filter: contrast(0.9) brightness(1.1);
}

._3SQhOH img {
  width: 100%;
  z-index: 1;
}

._3SQhOH:before {
  z-index: 2;
}

._3SQhOH:after,
._3SQhOH:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._3SQhOH:after {
  z-index: 3;
  background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
  mix-blend-mode: overlay;
}

._25_EHA {
  position: relative;
}

._25_EHA img {
  width: 100%;
  z-index: 1;
}

._25_EHA:before {
  z-index: 2;
}

._25_EHA:after,
._25_EHA:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._25_EHA:after {
  z-index: 3;
}

._23M_XK {
  position: relative;
}

._23M_XK img {
  width: 100%;
  z-index: 1;
}

._23M_XK:before {
  z-index: 2;
}

._23M_XK:after,
._23M_XK:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._23M_XK:after {
  z-index: 3;
}

._3lGWxm {
  position: relative;
}

._3lGWxm img {
  width: 100%;
  z-index: 1;
}

._3lGWxm:before {
  z-index: 2;
}

._3lGWxm:after,
._3lGWxm:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._3lGWxm:after {
  z-index: 3;
}

.oLwncr {
  position: relative;
  -webkit-transition: .1s;
  transition: .1s;
  padding-bottom: 100%;
}

.oLwncr span {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.oLwncr._1VtbB_,
.oLwncr:hover {
  cursor: pointer;
  background-color: #495057;
}

.oLwncr._3uxExe {
  opacity: .9;
}

.oLwncr._3uxExe span {
  -webkit-transform: scale(0.9), translate(-50%, -50%);
  transform: scale(0.9), translate(-50%, -50%);
}

._3n4RYI {
  padding: 7px 15px;
}

._2Fopdd {
  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;
  padding: 2px;
  height: 30px;
  fill: #fff;
  cursor: pointer;
}

._2Fopdd._1VtbB_ {
  fill: #329af0;
}

._2dUcby {
  position: relative;
  width: 80%;
  border: 1px solid #fff;
}

._2dUcby._2pnblT {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

._2dUcby._197lol:after,
._2dUcby._197lol:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}

._2dUcby._197lol:before {
  top: 3px;
  left: 3px;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
}

._2dUcby._197lol:after {
  bottom: 3px;
  right: 3px;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
}

._2dUcby._2C-OGC:after,
._2dUcby._2C-OGC:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}

._2dUcby._2C-OGC:before {
  bottom: 1px;
  right: 1px;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
}

._2dUcby._2C-OGC:after {
  top: 1px;
  left: 1px;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
}

._35m4nA {
  position: relative;
}

._35m4nA input[type=text] {
  min-height: 24px;
  width: 100%;
  padding: 2px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: .15s;
  transition: .15s;
  font-size: 13px;
  line-height: 1.4;
}

._35m4nA input[type=text]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f4faff inset;
  box-shadow: inset 0 0 0 1000px #f4faff;
}

._35m4nA input[type=text]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

._2lm0pd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 -10px;
}

._1PgHzF {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0;
}

._1PgHzF:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

._1Ei9Ah {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 5px;
  cursor: pointer;
}

._1Ei9Ah:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #ccc;
}

._2zEewu {
  position: absolute;
  left: 10px;
  top: 100%;
  width: 150px;
  z-index: 99999;
  padding: 20px 10px;
  margin: 10px 0 0;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

._2zEewu:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 8px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

._2hBO6b {
  width: 100%;
  height: 7px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

._2hBO6b + ._2hBO6b {
  margin-top: 20px;
}

._2hBO6b input {
  width: 100%;
  margin: 0;
}

._2hBO6b input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  background: transparent;
}

._2hBO6b input[type=range]:focus {
  outline: none;
}

._2hBO6b input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

._2hBO6b input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

._1E8K4H {
  cursor: pointer;
}

._1E8K4H svg {
  display: block;
  width: 20px;
  fill: #fff;
}

._1E8K4H._3nrnW6 svg,
._1E8K4H:hover svg {
  fill: #329af0;
}

._3-xe4s hr {
  margin: 0;
  border-top-color: #fff;
}

.ETrM1L {
  cursor: pointer;
  text-align: center;
  border-radius: 2px;
  border: 1px solid;
  line-height: 23px;
}

.ETrM1L._1CzZnd {
  background-color: #fff;
  border-color: #fff;
  color: #343a40;
}

._1JQp3g {
  font-weight: 700;
}

._1JrDEW {
  font-style: italic;
}

.NfhZJn {
  display: block;
  cursor: pointer;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #fff;
  fill: #fff;
  line-height: 23px;
}

.NfhZJn svg {
  max-width: 19px;
  margin: 2px auto;
}

.NfhZJn._1CzZnd {
  background-color: #fff;
  fill: #343a40;
}

._3-eInF {
  overflow-x: auto;
  height: 100%;
}

.dTVWQX {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  text-align: center;
  height: 70px;
  line-height: 70px;
}

.dTVWQX._1LJlJS,
.dTVWQX > div {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dTVWQX > div {
  height: 100%;
}

.dTVWQX ._1bbDQE {
  display: block;
  max-width: 24px;
  margin: 0 auto 5px;
}

.dTVWQX ._1bbDQE svg {
  fill: #fff;
}

.dTVWQX input[type=file] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  opacity: 0;
}

.dTVWQX._3yU2Mk,
.dTVWQX:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

._1dkK0K {
  fill: #fff;
}

._1dkK0K svg {
  max-width: 20px;
}

._1dkK0K:disabled {
  opacity: .4;
}

._1dkK0K:not(:disabled):hover {
  fill: #343a40;
}

._1TK-1M {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._1TK-1M > * {
  padding: 0;
  margin: 0;
}

._1TK-1M > :last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.a_meMg {
  width: 50px;
}

._3geBcu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -10px auto auto -15px;
}

.fLO5E5 {
  margin: 10px 0 auto 15px;
  cursor: pointer;
}

.fLO5E5 > span {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fefefe;
}

.fLO5E5.Qzxs1a {
  position: relative;
  color: #329af0;
}

.fLO5E5.Qzxs1a:before {
  content: "+";
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  color: #329af0;
}

.fLO5E5.Qzxs1a > span {
  border-color: #329af0;
}

.fLO5E5._2vND7E > span {
  border-radius: 50%;
}

._1jXKpI {
  position: relative;
  overflow-x: hidden;
  height: 100%;
  padding: 10px 10px 0;
}

._1L-_2N {
  display: block;
}

._3SlNTi {
  margin: auto 0 0;
}

._2LBJR9 {
  display: block;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.WcBdUl {
  height: 230px;
  overflow-x: hidden;
}

.Pp_LyW {
  display: block;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 10px 10px 0;
}

.Pp_LyW:hover:not(._2Mnq1y) {
  background-color: rgba(66, 99, 235, 0.1);
}

.Pp_LyW._2Mnq1y {
  background-color: rgba(66, 99, 235, 0.15);
}

.Pp_LyW:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.Pp_LyW ._2pCRgS {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Pp_LyW ._1eMQn1 {
  fill: #fff;
}

.W8iTZC ._1zAGmH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.W8iTZC ._1eMQn1 {
  display: inline-block;
  max-width: 13px;
  fill: #fff;
  opacity: .6;
}

.W8iTZC ._1eMQn1 svg {
  display: block;
}

.W8iTZC ._1eMQn1:not(:last-child) {
  margin-right: 7px;
}

._1IPY3b {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  font: 300 14px/1.7 Helvetica,Arial,sans-serif;
  color: #fff;
  background-color: #25292e;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  width: 100%;
  min-width: 960px;
  max-width: 1200px;
  border-radius: 2px;
}

._1IPY3b ._3_BA9j,
._1IPY3b ._3GQFDJ ._24Koj6,
._1IPY3b .VhvPKy {
  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;
}

._1IPY3b ._3_BA9j,
._1IPY3b .VhvPKy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  font-size: 16px;
  height: 600px;
}

@media (max-height: 650px) {
  ._1IPY3b ._3_BA9j,
  ._1IPY3b .VhvPKy {
    height: 100vh;
  }
}

@media (max-height: 550px) {
  ._1IPY3b ._3_BA9j,
  ._1IPY3b .VhvPKy {
    height: 550px;
  }
}

._1IPY3b ._3_BA9j .d-hgjX,
._1IPY3b .VhvPKy .d-hgjX {
  display: inline-block;
  border: 1px solid;
  border-radius: 2px;
  margin: 10px 0 0;
  padding: 2px 10px;
  font-size: 14px;
}

._1IPY3b ._3_BA9j .d-hgjX:hover,
._1IPY3b .VhvPKy .d-hgjX:hover {
  cursor: pointer;
  color: #25292e;
  background-color: #fff;
}

._1IPY3b ._3GQFDJ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._1IPY3b ._3GQFDJ ._24Koj6 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 616px;
  max-width: 900px;
  padding: 15px;
  border-radius: 2px 0 0 0;
}

@media (max-height: 650px) {
  ._1IPY3b ._3GQFDJ ._24Koj6 {
    height: calc(100vh - 34px);
  }
}

@media (max-height: 550px) {
  ._1IPY3b ._3GQFDJ ._24Koj6 {
    height: 516px;
  }
}

._1IPY3b ._3GQFDJ ._24Koj6 canvas {
  max-width: 100% !important;
  height: auto !important;
  max-height: 490px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  background-color: #fff;
}

._1IPY3b ._3GQFDJ ._1Csumj {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  border-left: 1px solid #000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  background-color: #212529;
  border-radius: 0 0 2px 0;
  height: 616px;
}

@media (max-height: 650px) {
  ._1IPY3b ._3GQFDJ ._1Csumj {
    height: calc(100vh - 34px);
  }
}

@media (max-height: 550px) {
  ._1IPY3b ._3GQFDJ ._1Csumj {
    height: 516px;
  }
}

._1IPY3b ._3GQFDJ ._1Csumj ._4J8d_5,
._1IPY3b ._3GQFDJ ._1Csumj .B5k5IN {
  height: calc(100% - 34px);
}

._1IPY3b ._3GQFDJ ._1Csumj .B5k5IN {
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -ms-flex: 0 0 249px;
  -webkit-box-flex: 0;
          flex: 0 0 249px;
}

._1IPY3b ._3GQFDJ ._1Csumj ._4J8d_5,
._1IPY3b ._3GQFDJ ._1Csumj .B5k5IN {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-flex: 0;
}

._1IPY3b ._3GQFDJ ._1Csumj ._4J8d_5 {
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  -ms-flex: 0 0 50px;
  -webkit-box-flex: 0;
          flex: 0 0 50px;
  background-color: #1e2125;
  border-left: 1px solid #000;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

._1IPY3b ._3GQFDJ ._1Csumj .PKOV2D {
  width: 100%;
}

._1GMqKw {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999999;
  overflow-y: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-height: 650px) {
  ._1GMqKw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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

