.c_024 .c_005 img,
.c_024 .c_027 img,
.c_024 .c_028 img,
.c_024 .c_028-2 img,
.c_024 .c_028-4 img,
.c_024 .c_029 img {
    aspect-ratio: unset !important;
}

.c_024 .col-12 .c_005 img,
.c_024 .col-12 .c_027 img,
.c_024 .col-12 .c_028 img,
.c_024 .col-12 .c_028-2 img,
.c_024 .col-12 .c_028-4 img,
.c_024 .col-12 .c_029 img {
    aspect-ratio: unset !important;
}

/*Back Number*/
/* Hide header,footer */
.c_010D:not(.is-menu-wrapping) nav .menu>ul.primary {
    visibility: hidden;
}

.c_010D .burger-menu-wrapper {
    visibility: hidden;
}

footer.grid-row.bleed {
    display: none;
}

/*Hide breadcrumb*/
.c_054-2 ol li:first-child {
    display: none;
}

.c_054-2 ol li:first-child+li {
    display: none;
}

/* Show floating navigation */
.c_255.nav-offset {
        display: block;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
}

@media screen and ( min-width: 36.3125em) and ( max-width: 59em) {
    /* For tablets only */
    .c_054-2 ol {
        padding: 20px 30px 63.75px 0;
    }
}

@media screen and ( max-width: 36.3124em) {
   /* For smartphones only */
    .c_054-2 ol {
        padding: 20px 30px 63.75px 0;
    }
    .c_054-2 ol li {
        display: inline;
    }
}