/** Shopify CDN: Minification failed

Line 57:0 Unexpected "<"
Line 68:0 Unexpected "<"

**/
.site-navigation {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header-item--navigation {
    flex-grow: 1;
}

.header-item--icons {
    flex: 0 0 auto;
}

@font-face {

  font-family: 'Kepler';

  src: url('/cdn/shop/files/keplerstddisp-webfont.woff2?v=1721929858') format('woff2');  

  font-style: normal;

 

  }

tagname or .classname or #id{

  font-family: Kepler;

}

@font-face {

  font-family: 'Kepler-Italic';

  src: url('/cdn/shop/files/keplerstditdisp-webfont.woff2?v=1721844315') format('woff2');  

  font-style: normal;

 

  }

tagname or .classname or #id{

  font-family: Kepler-Italic;

}

<style>
    .video-parent-section & {
        opacity: 0;
        transition: none;
    }

    .video-parent-section.loaded & {
        opacity: 1;
        animation: none;
        transition: none;
    }
</style>