/* @group @a-hidden-primary */

.a-hidden-primary {
-webkit-appearance: none;
appearance: none;
overflow: hidden;
visibility: hidden;
position: absolute;
z-index: -100;
width: 0;
max-width: 0;
height: 0;
max-height: 0;
}

/* @end @a-hidden-primary */

/* @group @a-hidden-secondary */

@media all and (max-width: 47.9375em) {

.a-hidden-secondary {
-webkit-appearance: none;
appearance: none;
overflow: hidden;
visibility: hidden;
position: absolute;
z-index: -100;
width: 0;
max-width: 0;
height: 0;
max-height: 0;
}

}

/* @end @a-hidden-secondary */