@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes moveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes columnMoveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes columnMoveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fallPerspective {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px)
      rotateX(-35deg);
    transform: perspective(1000px) translateY(50px) translateZ(-300px)
      rotateX(-35deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) translateY(0) translateZ(0)
      rotateX(0deg);
    transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
  }
}
@keyframes fallPerspective {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px)
      rotateX(-35deg);
    transform: perspective(1000px) translateY(50px) translateZ(-300px)
      rotateX(-35deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1000px) translateY(0) translateZ(0)
      rotateX(0deg);
    transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
  }
}
@-webkit-keyframes edit-button-pulse {
  0% {
    -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
    box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
  }
  30% {
    -webkit-box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
    box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
    box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
  }
}
@keyframes edit-button-pulse {
  0% {
    -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
    box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0.6);
  }
  30% {
    -webkit-box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
    box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
    box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
  }
}
.dynamic_7964 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.lower_0d2d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  overflow: hidden;
  z-index: 1;
}
.layout_8b3c {
  position: relative;
  overflow: hidden;
  background-color: white;
  -webkit-transition: height 0.25s cubic-bezier(0.44, 0.96, 0.5, 0.98);
  -o-transition: height 0.25s cubic-bezier(0.44, 0.96, 0.5, 0.98);
  transition: height 0.25s cubic-bezier(0.44, 0.96, 0.5, 0.98);
}
.wide_ab55 {
  cursor: pointer;
  outline: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
}
.wide_ab55.card_bright_7a93 > .shade_272f {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.preview_short_eb04 .wide_ab55.card_bright_7a93 > .shade_272f {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.preview_short_eb04
  .wide_ab55.card_bright_7a93
  > .shade_272f
  .box_full_a0a7 {
  margin-right: 5px;
  margin-left: 0;
}
.wide_ab55.button-b077 > .shade_272f {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.wide_ab55.form_warm_96eb > .shade_272f {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.wide_ab55.form_warm_96eb
  > .shade_272f
  .box_full_a0a7 {
  margin-right: 0;
  margin-left: 5px;
}
.preview_short_eb04
  .wide_ab55.form_warm_96eb
  > .shade_272f {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.preview_short_eb04
  .wide_ab55.form_warm_96eb
  > .shade_272f
  .box_full_a0a7 {
  margin-right: 0;
  margin-left: 5px;
}
.shade_272f {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box_full_a0a7 {
  margin-right: 5px;
  line-height: 1;
}
.text-c622 .box_full_a0a7 {
  color: #6ec1e4;
}
.notification-0dbc {
  width: 25px;
}
.gallery_wood_6522 {
  margin: 0;
}
.text-c622 .gallery_wood_6522 {
  color: #6ec1e4;
}
.alert_f0c6 {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 10px;
}
.alert_f0c6 > .right-9473 > .icon-5e1d {
  margin: 0;
}
.alert_f0c6.clean-2d16 {
  position: relative;
  pointer-events: auto;
  opacity: 1;
  visibility: inherit;
}
.video-4b1f .alert_f0c6.clean-2d16 {
  pointer-events: none;
}
.hard-e89d .alert_f0c6.clean-2d16 {
  visibility: hidden;
}
.logo_dc94 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.logo_dc94 > .lower_0d2d {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 1px 1px 0 1px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.logo_dc94 > .layout_8b3c {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border-top-width: 1px;
}
.footer_liquid_0cd2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.footer_liquid_0cd2 > .lower_0d2d {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 0 1px 1px 1px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.footer_liquid_0cd2 > .layout_8b3c {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.right_b74b {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.right_b74b > .lower_0d2d {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 200px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 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-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.preview_short_eb04 .right_b74b > .lower_0d2d {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.right_b74b > .layout_8b3c {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border-left-width: 2px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.preview_short_eb04 .right_b74b > .layout_8b3c {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.hover-stale-512d {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.hover-stale-512d > .lower_0d2d {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 100px;
  width: 200px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  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-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.preview_short_eb04 .hover-stale-512d > .lower_0d2d {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.hover-stale-512d > .layout_8b3c {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.preview_short_eb04 .hover-stale-512d > .layout_8b3c {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.banner_9661 .alert_f0c6 {
  min-height: 30px;
}
.focus_9105
  > .layout_8b3c
  > .alert_f0c6.clean-2d16 {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.selected_aa5a > .alert_f0c6 .footer_68be {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
}
.selected_aa5a
  > .alert_f0c6.clean-2d16
  .footer_68be:nth-child(1) {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.selected_aa5a
  > .alert_f0c6.clean-2d16
  .footer_68be:nth-child(2) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.selected_aa5a
  > .alert_f0c6.clean-2d16
  .footer_68be:nth-child(3) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.selected_aa5a
  > .alert_f0c6.clean-2d16
  .footer_68be:nth-child(4) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.upper-987e
  > .layout_8b3c
  > .alert_f0c6.clean-2d16 {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.wrapper_5043
  > .layout_8b3c
  > .alert_f0c6.clean-2d16 {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.caption_7dfd
  > .layout_8b3c
  > .alert_f0c6.clean-2d16 {
  -webkit-animation-name: moveUp;
  animation-name: moveUp;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.gradient-4662 > .alert_f0c6 .footer_68be {
  -webkit-animation-name: moveUp;
  animation-name: moveUp;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
}
.gradient-4662
  > .alert_f0c6.clean-2d16
  .footer_68be:nth-child(1) {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.gradient-4662
  > .alert_f0c6.clean-2d16
  .footer_68be:nth-child(2) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.gradient-4662
  > .alert_f0c6.clean-2d16
  .footer_68be:nth-child(3) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.gradient-4662
  > .alert_f0c6.clean-2d16
  .footer_68be:nth-child(4) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.hidden-a056
  > .layout_8b3c
  > .alert_f0c6.clean-2d16 {
  -webkit-animation-name: fallPerspective;
  animation-name: fallPerspective;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.hover-7513 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  padding: 5px 10px;
  right: 15px;
  top: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #b7084e;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-shadow: 0 0 0 0 rgba(183, 8, 78, 0.6);
  box-shadow: 0 0 0 0 rgba(183, 8, 78, 0.6);
  -webkit-animation: edit-button-pulse 5s infinite;
  animation: edit-button-pulse 5s infinite;
}
.hover-7513 i {
  font-size: 14px;
  color: white;
  margin-right: 5px;
}
.hover-7513 span {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
  color: white;
}
.hover-7513:hover {
  background-color: #840739;
  -webkit-animation: none;
  animation: none;
}
.warm-8823 {
  text-align: center;
  padding: 10px;
}
.carousel-36ff {
  color: #6ec1e4;
  text-decoration: underline;
}
.notice_5b70 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.article_fdfe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #e8e8f6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: white;
}
.article_fdfe:first-child {
  margin-top: 0 !important;
}
.article_fdfe:last-child {
  margin-bottom: 0 !important;
}
.article_fdfe.progress_next_9fbc
  > .preview_dirty_faee
  .box_6b8d
  .tag-f92a {
  display: none;
}
.article_fdfe.progress_next_9fbc
  > .preview_dirty_faee
  .box_6b8d
  .old_9f79 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article_fdfe.progress_next_9fbc > .photo-black-6080 {
  height: auto;
}
.preview_dirty_faee {
  padding: 15px 20px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.box_6b8d {
  margin-right: 10px;
}
.box_6b8d.banner-down-e7da {
  margin-left: 10px;
  margin-right: 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.preview_short_eb04 .box_6b8d.banner-down-e7da {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.preview_short_eb04 .box_6b8d.fluid-911f {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.box_6b8d .old_9f79 {
  display: none;
}
.box_6b8d i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid_gas_f5b3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  background-color: #6ec1e4;
}
.fresh-aec8 {
  font-weight: 600;
  color: #7a7a7a;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}
.photo-black-6080 {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.article_fdfe:not(.progress_next_9fbc) > .photo-black-6080 {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.photo-black-6080 > .right-9473 > .icon-5e1d {
  margin: 0;
}
.first_7de0 {
  position: relative;
  padding: 30px;
}
.pagination-41ea.progress_next_9fbc
  .photo-black-6080
  .first_7de0 {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.wrapper_action_e98d.progress_next_9fbc
  .photo-black-6080
  .first_7de0 {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.panel-4b77.progress_next_9fbc
  .photo-black-6080
  .first_7de0 {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.pressed_eb1b.progress_next_9fbc
  .photo-black-6080
  .first_7de0 {
  -webkit-animation-name: moveUp;
  animation-name: moveUp;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.liquid_f506.progress_next_9fbc
  .photo-black-6080
  .first_7de0 {
  -webkit-animation-name: fallPerspective;
  animation-name: fallPerspective;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.paper-a39d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  padding: 5px 10px;
  right: 15px;
  top: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #b7084e;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-shadow: 0 0 0 0 rgba(183, 8, 78, 0.6);
  box-shadow: 0 0 0 0 rgba(183, 8, 78, 0.6);
  -webkit-animation: edit-button-pulse 5s infinite;
  animation: edit-button-pulse 5s infinite;
}
.paper-a39d i {
  font-size: 14px;
  color: white;
  margin-right: 5px;
}
.paper-a39d span {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
  color: white;
}
.paper-a39d:hover {
  background-color: #840739;
  -webkit-animation: none;
  animation: none;
}
.feature_plasma_818b {
  text-align: center;
  padding: 10px;
}
.background_19de {
  color: #6ec1e4;
  text-decoration: underline;
}
.sidebar_cool_d900 {
  overflow: hidden;
}
.gold_9b8a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  height: 600px;
  overflow: hidden;
  z-index: 1;
}
.notification-down-4483 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.83, 0.08, 0.16, 0.97);
  -o-transition-timing-function: cubic-bezier(0.83, 0.08, 0.16, 0.97);
  transition-timing-function: cubic-bezier(0.83, 0.08, 0.16, 0.97);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.notification-down-4483.motion-2253 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.notification-down-4483.motion-2253 .texture_medium_3c06 {
  opacity: 1;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
.notification-down-4483:before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.description-upper-d928 {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.description-upper-d928.fn-loaded-bb3f {
  opacity: 1;
}
.texture_medium_3c06 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: hidden;
  opacity: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.texture_medium_3c06:empty {
  display: none;
}
.pattern_d827 {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: left;
  color: white;
  font-size: 20px;
}
.summary-b130 {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: left;
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
}
.card-mini-060c {
  font-weight: 500;
  background-color: #6ec1e4;
}
.column_dca4 {
  position: absolute;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.description-upper-d928 ~ .column_dca4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.column_dca4 span {
  width: 32px;
  height: 32px;
  display: block;
  background: url("../images/spinner-32.tertiary_soft_a9ad") no-repeat;
}
.sidebar_cool_d900.description_76d2
  .gold_9b8a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.sidebar_cool_d900.plasma-2f30
  .gold_9b8a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sidebar_cool_d900.picture-light-3cd7 .notification-down-4483 {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar_cool_d900.tertiary-hot-2616 .notification-down-4483 {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.sidebar_cool_d900.disabled_mini_29c1 .notification-down-4483 {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sidebar_cool_d900.liquid-d525 .notification-down-4483 {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.sidebar_cool_d900.dim_7486 .notification-down-4483 {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.solid_dbcc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.message-dynamic-b3fe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sort_thick_ea35 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  background-color: #f7f7fb;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: background-color 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  -o-transition: background-color 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  transition: background-color 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
}
.dropdown_2b13 {
  position: absolute;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  top: 0;
  z-index: 1;
}
.dropdown_2b13 span {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  -o-transition: all 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  transition: all 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  -webkit-border-radius: inherit;
  border-radius: inherit;
}
.chip_stale_aa15 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  pointer-events: none;
  z-index: 2;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  -o-transition: all 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  transition: all 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
}
.copper-efd8 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tag-83eb {
  width: 100%;
  position: relative;
  -webkit-transition: height 0.25s cubic-bezier(0.44, 0.96, 0.5, 0.98);
  -o-transition: height 0.25s cubic-bezier(0.44, 0.96, 0.5, 0.98);
  transition: height 0.25s cubic-bezier(0.44, 0.96, 0.5, 0.98);
  overflow: hidden;
}
.accordion-bottom-15a0 {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.accordion-bottom-15a0 > .right-9473 > .icon-5e1d {
  margin: 0;
}
.accordion-bottom-15a0.clean-2d16 {
  position: relative;
  pointer-events: auto;
  opacity: 1;
}
.video-4b1f .accordion-bottom-15a0.clean-2d16 {
  pointer-events: none;
}
.status-3c2f.stone_4df6 .dropdown_2b13 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.status-3c2f.stone_4df6
  .dropdown_2b13
  span {
  background-color: #c3c3c3;
}
.status-3c2f.stone_4df6 .upper_f57c {
  color: #fff;
}
.status-3c2f.block-full-2f8b .dropdown_2b13 {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.preview_short_eb04
  .status-3c2f.block-full-2f8b
  .dropdown_2b13 {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.status-3c2f.block-full-2f8b
  .dropdown_2b13
  span {
  background-color: #61ce70;
}
.status-3c2f.block-full-2f8b .current-9e5d {
  color: #fff;
}
.status-3c2f .sort_thick_ea35 {
  width: 160px;
  height: 50px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.status-3c2f .chip_stale_aa15 {
  max-width: 50%;
}
.status-3c2f .dropdown_2b13 {
  width: 50%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s
    cubic-bezier(0.44, 0.95, 0.57, 0.97);
  transition: -webkit-transform 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  -o-transition: transform 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  transition: transform 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  transition: transform 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97),
    -webkit-transform 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
}
.status-3c2f .upper_f57c {
  width: 50%;
  height: 100%;
}
.status-3c2f .current-9e5d {
  width: 50%;
  height: 100%;
}
.detail_2f49.stone_4df6 .dropdown_2b13 {
  left: 0;
}
.detail_2f49.stone_4df6
  .dropdown_2b13
  span {
  background-color: #c3c3c3;
}
.detail_2f49.block-full-2f8b .dropdown_2b13 {
  left: calc(100% - 30px);
}
.detail_2f49.block-full-2f8b
  .dropdown_2b13
  span {
  background-color: #61ce70;
}
.detail_2f49 .sort_thick_ea35 {
  width: 80px;
  height: 40px;
}
.detail_2f49 .dropdown_2b13 {
  width: 60px;
  height: 100%;
  -webkit-transition: left 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  -o-transition: left 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
  transition: left 0.3s cubic-bezier(0.44, 0.95, 0.57, 0.97);
}
.detail_2f49 .upper_f57c {
  margin-right: 15px;
}
.preview_short_eb04 .detail_2f49 .upper_f57c {
  margin-left: 15px;
}
.detail_2f49 .current-9e5d {
  margin-left: 15px;
}
.preview_short_eb04 .detail_2f49 .current-9e5d {
  margin-right: 15px;
}
.filter_cool_9ef6 .alert_f0c6.clean-2d16 {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.narrow-659f .accordion-bottom-15a0.clean-2d16 {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.wrapper-b2fc .accordion-bottom-15a0.clean-2d16 {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.silver-3e6d .accordion-bottom-15a0.clean-2d16 {
  -webkit-animation-name: moveUp;
  animation-name: moveUp;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.rough_4fd7 .accordion-bottom-15a0.clean-2d16 {
  -webkit-animation-name: fallPerspective;
  animation-name: fallPerspective;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.notice_82a9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  padding: 5px 10px;
  right: 15px;
  top: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #b7084e;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-shadow: 0 0 0 0 rgba(183, 8, 78, 0.6);
  box-shadow: 0 0 0 0 rgba(183, 8, 78, 0.6);
  -webkit-animation: edit-button-pulse 5s infinite;
  animation: edit-button-pulse 5s infinite;
}
.notice_82a9 i {
  font-size: 14px;
  color: white;
  margin-right: 5px;
}
.notice_82a9 span {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
  color: white;
}
.notice_82a9:hover {
  background-color: #840739;
  -webkit-animation: none;
  animation: none;
}
.chip_next_3a45 {
  text-align: center;
  padding: 10px;
}
.search_a318 {
  color: #6ec1e4;
  text-decoration: underline;
}
.logo-next-0807 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  border: 4px rgba(0, 0, 0, 0.15) solid;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spCircRot 0.6s infinite linear;
  animation: spCircRot 0.6s infinite linear;
}
@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.notification_ea56 {
  line-height: 1;
  text-align: center;
}
.notification_ea56 svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* css-noise: 0cf6 */
.shadow-element-d3 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.2;
}
