[hidden]{display:none!important}

:root{
  --wrap:min(1240px,92vw);
  --text:#3b3535;
  --muted:rgba(255,255,255,.78);
  --muted2:rgba(255,255,255,.62);
}

*{box-sizing:border-box}

html,body{height:100%}

body{
  margin:0;
  font-family:'Montserrat',ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:#ffffff;
  background:#efe4d2;
  overflow-x:hidden;
}

a{
  color:inherit;
  text-decoration:none;
}

.wrap{
  width:var(--wrap);
  margin:0 auto;
}

.m-only{display:none}
.d-only{display:block}

.no-scroll{
  overflow:hidden!important;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:44px;
  padding:0 18px;
  border-radius:8px;
  background:#fff;
  color:#111;
  font-weight:900;
  letter-spacing:2px;
  font-size:12px;
  border:1px solid rgba(255,255,255,.25);
}