:root{--primary:#fc0;--color-primary:var(--primary);--color-green:#4ca12e;--color-grey:#4ca12e;--color-grey-light:#4ca12e;--bg-primary:var(--primary);--bg-primary-hover:color-mix(in oklab,var(--bg-primary) 90%,#000 10%);--bg-primary-color:#000;--bg-light:#f6f4ee;--border-color-light:#e8e1ca;--font-family-base:"Roboto",sans-serif;--font-family-custom:"Poppins",sans-serif}.header{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:10px;position:relative}.header__out{background:var(--bg-light);border-bottom:1px solid var(--border-color-light);margin-bottom:20px;position:sticky;top:0;z-index:9999}.header__menuToggle{display:none}@media only screen and (max-width:950px){.header__out{border-top:5px solid #cb2735;height:75px}.header__menuToggle{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#cb2735;border-radius:10px 0 10px 0;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Poppins,sans-serif;font-size:.9rem;height:50px;justify-content:center;margin-left:10px;padding:0 1rem;text-align:center}.header__menuToggle:active,.header__menuToggle:focus,.header__menuToggle:hover{color:#fff;text-decoration:none}.header__menuToggle__icon{display:block;margin-right:.5rem}.header__menuToggle__icon svg{height:20px;width:20px}}@media only screen and (max-width:360px){.header__menuToggle__icon{margin-right:0}.header__menuToggle__text{display:none}}