@charset "UTF-8";

.hidden {
    width: 0;
    height: 0;
    max-width: 0;
    max-height: 0;
    line-height: 0;
    font-size: 0;
    white-space: nowrap;
    display: none;
    visibility: hidden;
}
