@font-face{font-family:'Eurostile';src:url('../fonts/EuroStyleNormal.ttf') format('truetype');font-weight:400}
@font-face{font-family:'Eurostile';src:url('../fonts/eurostile.TTF') format('truetype');font-weight:700}
:root{
  --l-h:60px;--l-w:80px;--h-h:130px;--cl:100px;--green:#33ff00
}
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
body{background:#fff;color:#000;font-family:'Futura','Century Gothic','Trebuchet MS',sans-serif;font-weight:400;font-size:12px;line-height:1.72;padding-top:var(--h-h)}
a{color:inherit;text-decoration:none}
a:hover{color:#999}
header{position:fixed;top:0;left:0;right:0;height:var(--h-h);background:#fff;z-index:50}
.nav-lnk{cursor:pointer;transition:color .15s ease;-webkit-text-stroke:0.4px currentColor}
.nav-lnk:hover{color:#999!important}
.ctk{display:flex;transition:transform .5s ease;will-change:transform}
.eq-grid{display:grid;grid-template-columns:repeat(3,300px);gap:24px}
.mu-grid{display:grid;grid-template-columns:repeat(3,300px);gap:32px}
.detail-img-wrap{float:right;margin:0 0 24px 36px;width:300px;flex-shrink:0}
.d-nav{display:flex}
.m-btn{display:none}
.cr-cards{display:flex;flex-direction:row;gap:20px}
.cr-card{width:300px;height:300px;flex-shrink:0}
canvas.sketch-rule{display:block;width:100%;height:20px;margin-bottom:26px}
@media(max-width:768px){
  :root{--l-h:60px;--l-w:80px;--h-h:110px;--cl:100px}
  body{font-size:10px}
  .d-nav{display:none!important}
  .m-btn{display:flex!important;top:calc(50% - 10px)!important}
  .eq-grid,.mu-grid{grid-template-columns:1fr}
  .detail-img-wrap{float:none;width:100%;max-width:200px;margin:0 0 20px 0}
  .cr-cards{flex-direction:column!important}
  .cr-card{width:100%!important;height:200px!important}
  main{padding:0 10px 60px 20px!important;font-size:12px!important}
  .home-text,.home-carousel{width:100%!important;max-width:100%!important}
}
@media(prefers-reduced-motion:reduce){.ctk{transition:none}}
