.upk-hansel-slider .upk-item {
  display: flex;
  padding: 20px;
  height: 480px;
  background: #2B2D42;
  margin-bottom: 70px; }

.upk-hansel-slider .upk-item-box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%; }

.upk-hansel-slider .upk-img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .upk-hansel-slider .upk-img-wrap .upk-img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.upk-hansel-slider .upk-content {
  position: unset;
  padding-top: 30px; }

.upk-hansel-slider .upk-category {
  margin-bottom: 12px; }
  .upk-hansel-slider .upk-category a {
    color: #8D99AE;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    transition: all .3s ease;
    text-decoration: none; }
    .upk-hansel-slider .upk-category a:hover {
      color: #EF233C; }
  .upk-hansel-slider .upk-category a + a {
    margin-left: 5px; }

.upk-hansel-slider .upk-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25; }
  .upk-hansel-slider .upk-title a {
    color: #fff;
    background: #2B2D42;
    display: inline;
    text-decoration: none;
    transition: all .3s ease;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; }
    .upk-hansel-slider .upk-title a:hover {
      color: #EF233C; }

.upk-hansel-slider .upk-text {
  max-width: 363px;
  color: #d0d4dc;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.6; }
  .upk-hansel-slider .upk-text p {
    margin: 0; }

.upk-hansel-slider .upk-meta {
  color: #8D99AE;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  padding-top: 10px;
  position: relative;
  text-transform: uppercase;
  transition: color 0.3s cubic-bezier(0.34, 0.01, 0.58, 1); }
  .upk-hansel-slider .upk-meta .upk-author-wrap {
    display: flex; }
    .upk-hansel-slider .upk-meta .upk-author-wrap .upk-by {
      font-weight: 700;
      padding-right: 6px; }
    .upk-hansel-slider .upk-meta .upk-author-wrap .upk-name {
      color: #8D99AE;
      font-weight: 500;
      transition: color 0.3s cubic-bezier(0.34, 0.01, 0.58, 1); }
      .upk-hansel-slider .upk-meta .upk-author-wrap .upk-name:hover {
        color: #d0d4dc; }
  .upk-hansel-slider .upk-meta .upk-separator {
    margin: 0 6px;
    font-weight: bold; }
  .upk-hansel-slider .upk-meta .upk-post-time {
    margin-left: 5px; }
    .upk-hansel-slider .upk-meta .upk-post-time i {
      margin-right: 2px; }

.upk-content-align--left .upk-hansel-slider .upk-img-wrap {
  padding-right: 0; }

.upk-content-align--left .upk-hansel-pagination {
  right: 0; }

.upk-content-align--right .upk-hansel-slider .upk-img-wrap {
  padding-left: 0px; }

.upk-content-align--right .upk-hansel-pagination {
  left: 0; }

.upk-hansel-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #EDF2F4;
  height: 70px;
  width: 100%;
  z-index: 111; }
  .upk-hansel-pagination .upk-navigation-next:after,
  .upk-hansel-pagination .upk-navigation-prev:after {
    font-size: 14px;
    text-transform: uppercase;
    color: #2B2D42;
    font-weight: 700;
    line-height: 1; }
  .upk-hansel-pagination .upk-navigation-next,
  .upk-hansel-pagination .upk-navigation-prev {
    position: absolute;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    color: #2B2D42;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; }
    .upk-hansel-pagination .upk-navigation-next i,
    .upk-hansel-pagination .upk-navigation-prev i {
      opacity: 0;
      transition: all .3s ease;
      visibility: hidden; }
    .upk-hansel-pagination .upk-navigation-next:hover i,
    .upk-hansel-pagination .upk-navigation-prev:hover i {
      opacity: 1;
      visibility: visible; }
  .upk-hansel-pagination .upk-navigation-prev {
    top: 28px;
    left: 25px; }
    .upk-hansel-pagination .upk-navigation-prev:hover {
      left: 40px; }
    .upk-hansel-pagination .upk-navigation-prev i {
      margin-right: 5px; }
  .upk-hansel-pagination .upk-navigation-next {
    bottom: 28px;
    top: auto;
    right: 38px;
    z-index: 11; }
    .upk-hansel-pagination .upk-navigation-next:hover {
      right: 50px; }
    .upk-hansel-pagination .upk-navigation-next i {
      position: absolute;
      right: -16px;
      padding-left: 5px; }
  .upk-hansel-pagination .swiper-pagination {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    width: auto;
    transform: translate(-50%, -50%); }
    .upk-hansel-pagination .swiper-pagination .swiper-pagination-bullet {
      width: 30px;
      height: 8px;
      margin: 5px;
      display: inline-block;
      border-radius: 0;
      background: #2B2D42; }

@media (min-width: 768px) {
  .upk-hansel-slider .upk-item {
    padding: 50px;
    height: 600px; }
  .upk-hansel-slider .upk-title {
    font-size: 30px; }
  .upk-hansel-slider .upk-meta {
    margin-bottom: 0; }
  .upk-hansel-slider .upk-text {
    font-size: 15px;
    margin-top: 24px;
    margin-bottom: 20px; }
  .upk-hansel-slider .upk-category {
    margin-bottom: 15px; }
    .upk-hansel-slider .upk-category a {
      font-size: 14px; }
  .upk-hansel-pagination .swiper-pagination {
    display: flex; }
  .upk-hansel-pagination .upk-navigation-prev {
    left: 60px; }
    .upk-hansel-pagination .upk-navigation-prev:hover {
      left: 70px; }
  .upk-hansel-pagination .upk-navigation-next {
    right: 70px; }
    .upk-hansel-pagination .upk-navigation-next:hover {
      right: 60px; } }

@media (min-width: 1024px) {
  .upk-hansel-slider .upk-item {
    margin-bottom: 0;
    padding: 70px;
    height: 640px; }
  .upk-hansel-slider .upk-content {
    position: absolute;
    max-width: 600px;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0; }
  .upk-hansel-slider .upk-title {
    font-size: 64px; }
  .upk-hansel-slider .upk-meta {
    font-size: 12px; }
  .upk-hansel-slider .upk-text {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 20px; }
  .upk-hansel-slider .upk-category {
    margin-bottom: 15px; }
    .upk-hansel-slider .upk-category a {
      font-size: 14px; }
  .upk-hansel-slider .upk-img-wrap {
    width: 68%; }
  .upk-content-align--left .upk-hansel-slider .upk-img-wrap {
    padding-right: 130px;
    margin-left: auto; }
  .upk-content-align--right .upk-hansel-slider .upk-img-wrap {
    padding-left: 130px;
    margin-right: auto; }
  .upk-content-align--right .upk-hansel-slider .upk-content {
    right: 0;
    text-align: right; }
  .upk-content-align--right .upk-hansel-slider .upk-text {
    margin-left: auto; }
  .upk-content-align--right .upk-hansel-slider .upk-meta {
    justify-content: flex-end; }
  .upk-hansel-pagination {
    top: 0;
    height: 100%;
    width: 130px; }
    .upk-hansel-pagination .swiper-pagination {
      display: block; }
      .upk-hansel-pagination .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 34px;
        display: block; }
    .upk-hansel-pagination .upk-navigation-next:after,
    .upk-hansel-pagination .upk-navigation-prev:after {
      font-size: 16px; }
    .upk-hansel-pagination .upk-navigation-prev {
      top: 50px;
      left: 25px; }
      .upk-hansel-pagination .upk-navigation-prev:hover {
        left: 35px; }
    .upk-hansel-pagination .upk-navigation-next {
      bottom: 50px;
      right: 47px; }
      .upk-hansel-pagination .upk-navigation-next:hover {
        right: 57px; }
  .upk-content-position--top .upk-hansel-slider .upk-content {
    top: 0; }
  .upk-content-position--center .upk-hansel-slider .upk-content {
    top: 50%;
    transform: translateY(-50%); }
  .upk-content-position--bottom .upk-hansel-slider .upk-content {
    bottom: 0; } }
