@import url("https://fonts.googleapis.com/css2?family=Teko:wght@400&display=swap");.hex-honeycomb-grid{--hex-w:405px;--hex-h:360px;--col-spacing:315px;--vert-offset:186px;--vert-spacing:372px;overflow:hidden;padding:60px 20px}.hex-honeycomb-grid__grid{height:max(calc(var(--max-cr)*var(--vert-spacing) + var(--hex-h)),calc(var(--has-side)*var(--vert-offset) + var(--max-sr)*var(--vert-spacing) + var(--hex-h)));margin:0 auto;position:relative;width:calc(var(--col-spacing)*2 + var(--hex-w))}.hex-honeycomb-grid__cell{background-color:#1a1a2e;background-position:50%;background-size:cover;clip-path:url(#hex-hcg-clip);color:#fff;display:flex;height:var(--hex-h);left:calc(var(--col)*var(--col-spacing));overflow:hidden;position:absolute;text-decoration:none;top:calc(var(--side)*var(--vert-offset) + var(--row)*var(--vert-spacing));width:var(--hex-w)}.hex-honeycomb-grid__cell:before{background:rgba(0,0,0,.45);content:"";inset:0;position:absolute;transition:background .3s ease;z-index:1}.hex-honeycomb-grid__default,.hex-honeycomb-grid__hover{align-items:center;display:flex;flex-direction:column;inset:0;padding:4% 8% 6%;position:absolute;text-align:center;transition:opacity .3s ease;z-index:2}.hex-honeycomb-grid__default{justify-content:space-between;opacity:1}.hex-honeycomb-grid__title{color:#fff;display:block;font-family:Teko,sans-serif;font-size:42px;font-weight:400;line-height:1.1;margin:0;padding:0 16%}.hex-honeycomb-grid__btn{border:2px solid #fff;border-radius:25px;color:#fff;display:inline-block;font-size:14px;font-weight:600;letter-spacing:.5px;line-height:1;padding:13px 38px;text-transform:uppercase;white-space:nowrap}.hex-honeycomb-grid__hover{gap:24px;justify-content:flex-start;opacity:0}.hex-honeycomb-grid__hover-text{color:#fff;display:block;font-size:15px;font-weight:400;line-height:1.5;margin:0;max-width:85%}.hex-honeycomb-grid__cell:focus-visible:before,.hex-honeycomb-grid__cell:hover:before{background:#001489}.hex-honeycomb-grid__cell:focus-visible .hex-honeycomb-grid__default,.hex-honeycomb-grid__cell:hover .hex-honeycomb-grid__default{opacity:0}.hex-honeycomb-grid__cell:focus-visible .hex-honeycomb-grid__hover,.hex-honeycomb-grid__cell:hover .hex-honeycomb-grid__hover{opacity:1}@media (max-width:1099px) and (min-width:768px){.hex-honeycomb-grid{--hex-w:280px;--hex-h:249px;--col-spacing:220px;--vert-offset:130px;--vert-spacing:259px}.hex-honeycomb-grid__title{font-size:36px}.hex-honeycomb-grid__btn{font-size:12px;padding:10px 28px}.hex-honeycomb-grid__hover-text{font-size:13px}}@media (max-width:767px){.hex-honeycomb-grid{padding:40px 16px}.hex-honeycomb-grid__grid{display:flex;flex-wrap:wrap;gap:16px;height:auto!important;justify-content:center;position:relative;width:auto!important}.hex-honeycomb-grid__cell{clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);height:calc(min(280px, 75vw)*.889);left:auto!important;position:relative;top:auto!important;width:min(280px,75vw)}.hex-honeycomb-grid__title{font-size:32px}.hex-honeycomb-grid__btn{font-size:11px;padding:10px 24px}.hex-honeycomb-grid__hover-text{font-size:12px;line-height:1.4;max-width:95%}.hex-honeycomb-grid__title{margin-bottom:-1rem;padding:0 16%}.hex-honeycomb-grid__default,.hex-honeycomb-grid__hover{padding:4% 16% 6%}}