/*  ------  local   ------  */
body, html { overflow-x: clip !important; }

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .exf__page .exf__navigation {
        top: 81px !important;
    }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .exf__page .exf__navigation {
        top: 147px !important;
    }

}
@media (max-width: 480px) {
    .exf__page .exf__navigation {
        top: 0 !important;
    }
    .exf__pack-wrapper[data-anchor-id="1"] {
        scroll-margin-top: 30em;
      }
}