/*
$k-media-breakpoints: (
    // Small screen / phone
    sm: 576px,
    
    // Medium screen / tablet
    md: 768px,
    
    // Large screen / desktop
    lg: 1024px,
    
    // Extra large screen / wide desktop
    xl: 1200px,

    // Extra large screen / wide desktop
    xxl: 1600px
)!default;
*/
.k-error404-v2--enabled {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center bottom; }

.k-error404-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 768px) {
    .k-error404-v2 {
      padding: 2rem; } }
  .k-error404-v2 .k-error404-v2__content {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .k-error404-v2 .k-error404-v2__content .k-error404-v2__title {
      font-size: 12rem;
      color: #ffffff;
      font-weight: 700; }
    .k-error404-v2 .k-error404-v2__content .k-error404-v2__desc {
      color: #ffffff;
      font-size: 1.5rem; }
      @media (max-width: 768px) {
        .k-error404-v2 .k-error404-v2__content .k-error404-v2__desc {
          text-align: center; } }

.k-bg-error404-v2 {
  background-image: url("../../media/misc/404-bg2.jpg"); }
  @media (max-width: 768px) {
    .k-bg-error404-v2 {
      background-image: url("../../media/misc/bg-mobile-2.jpg"); } }
