@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',system-ui,sans-serif;background:#0a0c10;color:#e8eaf0;line-height:1.6;font-size:16px;min-height:100vh}
img{max-width:100%;height:auto;display:block}
a{color:#e8a020;text-decoration:none;transition:color .2s}
a:hover{color:#f5c060}
ul{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:inherit}
:focus-visible{outline:2px solid #e8a020;outline-offset:3px}

/* Age overlay show-before-paint helper */
.age-gate-pending #ageOverlay{display:flex!important}

/* Scrollbar */
::-webkit-scrollbar{width:6px}
::-webkit-scrollbar-track{background:#0a0c10}
::-webkit-scrollbar-thumb{background:#242c3e;border-radius:3px}

/* Layout */
.qx2{max-width:1180px;margin:0 auto;padding:0 24px}
.qx3{padding:80px 0}
.qx4{display:grid;gap:24px}
.qx5{display:flex;align-items:center}
.qx6{display:flex;flex-direction:column}

/* Typography */
.ux2{font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.18;letter-spacing:-0.02em;color:#f0f2f7}
.ux3{font-size:17px;color:#8a93a8;line-height:1.65;margin-top:12px}
.ux5{color:#8a93a8;font-size:14px}
.ux6{color:#e8a020;font-weight:600}
.ux7{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#e8a020}
.ux8{font-size:clamp(14px,2vw,15px);color:#c0c8d8;line-height:1.7}

/* Badge 18+ */
.ux1{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#e8a020;color:#0a0c10;font-size:11px;font-weight:800;flex-shrink:0;letter-spacing:-.5px}

/* Divider */
.ux4{height:1px;background:linear-gradient(90deg,transparent,#242c3e 30%,#242c3e 70%,transparent);margin:48px 0}

/* Section label */
.ux9{display:inline-block;background:rgba(232,160,32,.12);color:#e8a020;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:16px;border:1px solid rgba(232,160,32,.2)}

/* ======= HEADER ======= */
.hx1{position:sticky;top:0;z-index:100000;background:rgba(10,12,16,.98);border-bottom:1px solid rgba(36,44,62,.7)}
/* Mobile menu backdrop */
.hx9-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:99980}
.hx9-backdrop.open{display:block}
.hx2{display:flex;align-items:center;justify-content:space-between;height:64px;position:relative;z-index:100001}
.hx3{display:inline-flex;align-items:center;flex-shrink:0;text-decoration:none}
.hx3__mark{width:36px;height:36px;border-radius:8px;object-fit:contain;flex-shrink:0}
.hx4{display:flex;align-items:center}
.hx5{display:flex;align-items:center;gap:4px}
.hx7{font-size:14px;font-weight:500;color:#b0bcd0;padding:8px 14px;border-radius:8px;transition:color .2s,background .2s}
.hx7:hover,.hx7.active{color:#f0f2f7;background:rgba(255,255,255,.06)}
.hx8{display:none;flex-direction:column;justify-content:center;gap:5px;padding:10px;border-radius:8px;transition:background .2s;flex-shrink:0;z-index:100002;position:relative}
.hx8:hover{background:rgba(255,255,255,.06)}
.hx8 span{display:block;width:22px;height:2px;background:#e8eaf0;border-radius:1px;transition:transform .3s,opacity .3s}
.hx8[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hx8[aria-expanded="true"] span:nth-child(2){opacity:0;transform:scaleX(0)}
.hx8[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.hx9{display:block;position:fixed;top:64px;left:0;right:0;bottom:0;background:#0a0c10;z-index:99990;padding:24px;overflow-y:auto;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1),visibility .3s;visibility:hidden;pointer-events:none;-webkit-overflow-scrolling:touch}
.hx9.open{transform:translateX(0);visibility:visible;pointer-events:auto}
body.menu-open{overflow:hidden}
body.menu-open #main-content{pointer-events:none;user-select:none}
.hx9 .hx5{flex-direction:column;align-items:stretch;gap:4px}
.hx9 .hx7{font-size:16px;padding:14px 16px;border-radius:8px}

/* ======= HERO ======= */
.jx1{background:linear-gradient(160deg,#0a0c10 0%,#111622 50%,#0a0c10 100%);padding:100px 0 80px;position:relative;overflow:hidden}
.jx1::before{content:'';position:absolute;top:-200px;right:-100px;width:600px;height:600px;background:radial-gradient(circle,rgba(232,160,32,.07) 0%,transparent 70%);pointer-events:none}
.jx1::after{content:'';position:absolute;bottom:-150px;left:-50px;width:500px;height:500px;background:radial-gradient(circle,rgba(37,99,235,.05) 0%,transparent 70%);pointer-events:none}
.jx2{max-width:740px;position:relative}
.jx3{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#e8a020;margin-bottom:20px;display:flex;align-items:center;gap:8px}
.jx3::before{content:'';width:24px;height:2px;background:#e8a020;display:block;border-radius:1px}
.jx4{font-size:clamp(34px,5vw,58px);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:#f0f2f7;margin-bottom:20px}
.jx4 em{color:#e8a020;font-style:normal}
.jx5{font-size:18px;color:#8a93a8;line-height:1.65;max-width:580px;margin-bottom:40px}
.jx6{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.jx7{display:flex;align-items:center;gap:8px;background:rgba(36,44,62,.6);border:1px solid #242c3e;border-radius:12px;padding:10px 20px;font-size:14px;color:#8a93a8}
.jx7 strong{color:#f0f2f7}

/* ======= BUTTONS ======= */
.bx1{display:inline-flex;align-items:center;gap:8px;background:#e8a020;color:#0a0c10;font-weight:700;font-size:14px;padding:12px 28px;border-radius:10px;transition:background .2s,transform .1s,box-shadow .2s;letter-spacing:.01em}
.bx1:hover{background:#f5c060;color:#0a0c10;transform:translateY(-1px);box-shadow:0 8px 24px rgba(232,160,32,.3)}
.bx1:active{transform:translateY(0)}
.bx2{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#e8a020;font-weight:600;font-size:14px;padding:12px 28px;border-radius:10px;border:1.5px solid rgba(232,160,32,.4);transition:border-color .2s,background .2s,color .2s}
.bx2:hover{border-color:#e8a020;background:rgba(232,160,32,.08);color:#f5c060}
.bx3{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.06);color:#d0d8e8;font-weight:500;font-size:14px;padding:10px 22px;border-radius:8px;transition:background .2s,color .2s;border:1px solid rgba(255,255,255,.08)}
.bx3:hover{background:rgba(255,255,255,.1);color:#f0f2f7}

/* ======= PLATFORM CARDS ======= */
.cx1{background:#131720;border:1px solid #1e2738;border-radius:16px;overflow:hidden;transition:border-color .3s,transform .3s,box-shadow .3s}
.cx1:hover{border-color:#2d3a52;transform:translateY(-3px);box-shadow:0 20px 60px rgba(0,0,0,.4)}
.cx-offer{display:grid;grid-template-columns:minmax(200px,280px) 1fr;gap:0}
.cx2{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.cx3{background:#1a2030;padding:32px 24px;display:flex;align-items:center;justify-content:center;min-height:160px;position:relative;overflow:hidden}
.cx3::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(232,160,32,.03) 0%,transparent 100%)}
.cx3 img{max-height:80px;width:auto;object-fit:contain;position:relative;z-index:1}
.cx4{padding:28px}
.cx5{font-size:20px;font-weight:700;color:#f0f2f7;margin-bottom:8px}
.cx6{font-size:14px;color:#8a93a8;line-height:1.65;margin-bottom:20px}
.cx7{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}
.cx8{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#b0bcd0}
.cx8::before{content:'';width:6px;height:6px;background:#e8a020;border-radius:50%;flex-shrink:0}
.cx9{display:inline-flex;align-items:center;gap:6px;background:rgba(232,160,32,.1);color:#e8a020;border:1px solid rgba(232,160,32,.2);padding:5px 12px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:16px}
.cxa{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:8px}
.cxb{display:inline-flex;align-items:center;gap:5px;background:#1a2030;border:1px solid #242c3e;color:#8a93a8;padding:4px 10px;border-radius:6px;font-size:12px}

/* Rating stars */
.cx-rating{display:flex;align-items:center;gap:6px;margin-bottom:12px}
.cx-stars{display:flex;gap:2px}
.cx-star{width:14px;height:14px;background:#e8a020;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);display:inline-block}
.cx-star-empty{background:#2a3348}
.cx-score{font-size:14px;font-weight:700;color:#e8a020}
.cx-count{font-size:12px;color:#8a93a8}

/* ======= FEATURES GRID ======= */
.gx1{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.gx2{background:#131720;border:1px solid #1e2738;border-radius:14px;padding:28px 24px;transition:border-color .3s}
.gx2:hover{border-color:#2d3a52}
.gx3{width:44px;height:44px;background:rgba(232,160,32,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.gx3 svg{width:22px;height:22px;fill:none;stroke:#e8a020;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.gx4{font-size:15px;font-weight:600;color:#f0f2f7;margin-bottom:8px}
.gx5{font-size:13px;color:#8a93a8;line-height:1.65}

/* ======= INFO TABLE ======= */
.tx1{background:#131720;border:1px solid #1e2738;border-radius:14px;overflow:hidden}
.tx2{display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:1px solid #1e2738}
.tx2:last-child{border-bottom:none}
.tx3{padding:16px 20px;font-size:13px;font-weight:600;color:#8a93a8;background:#0f1319;border-right:1px solid #1e2738}
.tx4{padding:16px 20px;font-size:14px;color:#d0d8e8;border-right:1px solid #1e2738}
.tx4:last-child{border-right:none}

/* ======= RESPONSIBLE GAMING ======= */
.rx1{background:linear-gradient(135deg,rgba(220,38,38,.08) 0%,rgba(10,12,16,0) 60%);border:1px solid rgba(220,38,38,.15);border-radius:16px;padding:32px;margin-bottom:24px}
.rx2{background:#131720;border:1px solid #1e2738;border-radius:12px;padding:24px;display:flex;gap:20px;align-items:flex-start}
.rx3{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.rx4{font-size:15px;font-weight:600;color:#f0f2f7;margin-bottom:6px}
.rx5{font-size:13px;color:#8a93a8;line-height:1.65}
.rx-alert{background:rgba(220,38,38,.08);border:1px solid rgba(220,38,38,.2);border-radius:8px;padding:16px 20px;display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#f87171}

/* ======= FAQ ======= */
.ax1{border-bottom:1px solid #1e2738}
.ax2{width:100%;text-align:left;padding:20px 0;display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:500;color:#f0f2f7;background:none;gap:16px;transition:color .2s}
.ax2:hover{color:#e8a020}
.ax3{width:22px;height:22px;border-radius:50%;background:#1a2030;border:1px solid #242c3e;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,border-color .2s,transform .3s}
.ax4{font-size:18px;line-height:1;color:#8a93a8;transition:color .2s}
.ax1.open .ax3{background:rgba(232,160,32,.1);border-color:rgba(232,160,32,.3);transform:rotate(45deg)}
.ax1.open .ax4{color:#e8a020}
.ax5{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}
.ax5.open{max-height:500px;padding-bottom:20px}
.ax6{font-size:14px;color:#8a93a8;line-height:1.7;padding-right:40px}

/* ======= FOOTER ======= */
.fx1{background:#080a0d;border-top:1px solid #1a2030;padding:60px 0 32px;margin-top:auto}
.fx2{display:flex;flex-direction:column;gap:48px}
.fx2 > .hx3{margin-bottom:-24px}
.fx3{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap;padding:32px 0;border-top:1px solid #1a2030;border-bottom:1px solid #1a2030}
.fx4{display:flex;align-items:center;justify-content:center;padding:16px 24px;border-radius:12px;background:#111520;border:1px solid #1e2738;transition:border-color .3s,background .3s;min-width:140px;min-height:80px}
.fx4:hover{border-color:#2d3a52;background:#161e30}
.fx4 img{max-height:50px;max-width:160px;object-fit:contain;filter:brightness(.9);transition:filter .2s}
.fx4:hover img{filter:brightness(1)}
.fx5{text-align:center;display:flex;flex-direction:column;gap:12px;align-items:center}
.fx5a{display:flex;align-items:center;gap:12px;background:rgba(232,160,32,.06);border:1px solid rgba(232,160,32,.15);border-radius:12px;padding:16px 24px}
.fx5b{font-size:13px;color:#8a93a8;line-height:1.65;max-width:720px}
.fx6{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px 20px}
.fx6 a{font-size:13px;color:#8a93a8;transition:color .2s}
.fx6 a:hover{color:#e8a020}
.fx6 span{color:#2a3348;font-size:10px}
.fx7{text-align:center}
.fx7 p{font-size:12px;color:#4a5568;line-height:1.7}
.fx7 a{color:#6a7890;transition:color .2s}
.fx7 a:hover{color:#8a93a8}
.fx8{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:20px}
.fx8 a{font-size:14px;font-weight:500;color:#8a93a8;transition:color .2s}
.fx8 a:hover{color:#e8a020}

/* ======= AGE MODAL ======= */
.mx1{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;backdrop-filter:blur(6px)}
.mx1.hidden{display:none}
.mx2{background:#131720;border:1px solid #2d3a52;border-radius:20px;padding:48px 40px;max-width:480px;width:100%;text-align:center;position:relative;box-shadow:0 40px 100px rgba(0,0,0,.7)}
.mx3{width:72px;height:72px;background:linear-gradient(135deg,rgba(232,160,32,.2),rgba(232,160,32,.05));border:2px solid rgba(232,160,32,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:28px;font-weight:900;color:#e8a020;letter-spacing:-.03em}
.mx4{font-size:26px;font-weight:800;color:#f0f2f7;margin-bottom:12px;letter-spacing:-.02em}
.mx5{font-size:15px;color:#8a93a8;line-height:1.65;margin-bottom:32px}
.mx6{display:flex;flex-direction:column;gap:12px}
.mx7{display:flex;align-items:flex-start;gap:10px;background:rgba(255,255,255,.03);border:1px solid #1e2738;border-radius:10px;padding:14px;text-align:left;font-size:12px;color:#6a7890;margin-top:16px;line-height:1.6}

/* ======= COOKIE BANNER ======= */
.kx1{position:fixed;bottom:0;left:0;right:0;z-index:9000;background:#131720;border-top:1px solid #2d3a52;padding:20px 0;transform:translateY(100%);transition:transform .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 -20px 60px rgba(0,0,0,.5)}
.kx1.visible{transform:translateY(0)}
.kx2{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.kx3{flex:1;min-width:280px;font-size:13px;color:#8a93a8;line-height:1.6}
.kx3 strong{color:#f0f2f7}
.kx4{display:flex;align-items:center;gap:10px;flex-wrap:wrap;flex-shrink:0}

/* ======= COOKIE MODAL ======= */
.px1{position:fixed;inset:0;background:rgba(0,0,0,.8);z-index:9500;display:flex;align-items:center;justify-content:center;padding:24px}
.px1.hidden{display:none}
.px2{background:#131720;border:1px solid #2d3a52;border-radius:16px;padding:0;max-width:540px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 30px 80px rgba(0,0,0,.6)}
.px3{padding:28px 32px;border-bottom:1px solid #1e2738;display:flex;align-items:center;justify-content:space-between}
.px4{font-size:18px;font-weight:700;color:#f0f2f7}
.px5{padding:24px 32px;display:flex;flex-direction:column;gap:20px}
.px6{border:1px solid #1e2738;border-radius:12px;padding:20px}
.px7{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.px8{font-size:14px;font-weight:600;color:#f0f2f7}
.px9{font-size:12px;color:#8a93a8;line-height:1.6}
.pxa{padding:20px 32px;border-top:1px solid #1e2738;display:flex;align-items:center;justify-content:flex-end;gap:12px}
.close-btn{width:32px;height:32px;background:rgba(255,255,255,.06);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#8a93a8;font-size:18px;transition:background .2s,color .2s}
.close-btn:hover{background:rgba(255,255,255,.12);color:#f0f2f7}

/* Toggle switch */
.tgl{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}
.tgl input{opacity:0;width:0;height:0;position:absolute}
.tgl-s{position:absolute;inset:0;background:#242c3e;border-radius:12px;cursor:pointer;transition:background .2s}
.tgl-s::before{content:'';position:absolute;height:18px;width:18px;left:3px;bottom:3px;background:#6a7890;border-radius:50%;transition:transform .2s,background .2s}
.tgl input:checked+.tgl-s{background:rgba(232,160,32,.2);border:1px solid rgba(232,160,32,.4)}
.tgl input:checked+.tgl-s::before{transform:translateX(20px);background:#e8a020}
.tgl input:disabled+.tgl-s{opacity:.5;cursor:not-allowed}

/* ======= LEGAL PAGES ======= */
.lx1{max-width:800px;margin:0 auto;padding:80px 24px}
.lx2{font-size:clamp(28px,4vw,40px);font-weight:800;color:#f0f2f7;margin-bottom:8px;letter-spacing:-.02em}
.lx3{font-size:14px;color:#8a93a8;margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid #1e2738}
.lx4{font-size:20px;font-weight:700;color:#f0f2f7;margin:40px 0 16px}
.lx4:first-of-type{margin-top:0}
.lx5{font-size:15px;color:#8a93a8;line-height:1.75;margin-bottom:16px}
.lx6{font-size:15px;color:#8a93a8;line-height:1.75;padding-left:20px;margin-bottom:8px;position:relative}
.lx6::before{content:'—';position:absolute;left:0;color:#4a5568}
.lx7{background:#131720;border:1px solid #1e2738;border-radius:12px;padding:20px 24px;margin:20px 0;font-size:14px;color:#8a93a8;line-height:1.7}
.lx7 strong{color:#d0d8e8;display:block;margin-bottom:4px}

/* ======= BREADCRUMB ======= */
.nv1{display:flex;align-items:center;gap:8px;font-size:13px;color:#6a7890;margin-bottom:32px;flex-wrap:wrap}
.nv1 a{color:#6a7890;transition:color .2s}
.nv1 a:hover{color:#e8a020}
.nv1 span{color:#2a3348}

/* ======= COMPARISON TABLE ======= */
.cmpr{background:#131720;border:1px solid #1e2738;border-radius:16px;overflow:hidden;margin-top:32px}
.cmpr-head{display:grid;grid-template-columns:200px 1fr 1fr;background:#0f1319;border-bottom:1px solid #1e2738}
.cmpr-th{padding:16px 20px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6a7890}
.cmpr-row{display:grid;grid-template-columns:200px 1fr 1fr;border-bottom:1px solid #1a2030;transition:background .2s}
.cmpr-row:last-child{border-bottom:none}
.cmpr-row:hover{background:rgba(255,255,255,.02)}
.cmpr-label{padding:16px 20px;font-size:13px;font-weight:600;color:#8a93a8;background:rgba(0,0,0,.15);border-right:1px solid #1a2030}
.cmpr-val{padding:16px 20px;font-size:14px;color:#d0d8e8;border-right:1px solid #1a2030}
.cmpr-val:last-child{border-right:none}
.cmpr-yes{color:#4ade80;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600}
.cmpr-yes::before{content:'';width:6px;height:6px;background:#4ade80;border-radius:50%;display:block}
.cmpr-no{color:#f87171;display:flex;align-items:center;gap:6px;font-size:13px}
.cmpr-no::before{content:'';width:6px;height:6px;background:#f87171;border-radius:50%;display:block}

/* ======= ABOUT STATS ======= */
.stx{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:40px 0}
.stx-item{background:#131720;border:1px solid #1e2738;border-radius:14px;padding:28px 20px;text-align:center}
.stx-num{font-size:36px;font-weight:800;color:#e8a020;letter-spacing:-.03em;line-height:1}
.stx-lbl{font-size:13px;color:#8a93a8;margin-top:8px}

/* ======= SECTION VARIANTS ======= */
.sec-dark{background:#080a0d}
.sec-alt{background:#0d1018}

/* ======= RESPONSIVE ======= */
@media(max-width:900px){
  .qx3{padding:60px 0}
  .cx-offer{grid-template-columns:1fr}
  .cx2{grid-template-columns:1fr}
  .gx1{grid-template-columns:repeat(2,1fr)}
  .cmpr-head,.cmpr-row{grid-template-columns:140px 1fr 1fr}
  .stx{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .hx4{display:none}
  .hx8{display:flex}
  .jx1{padding:72px 0 60px}
  .jx6{flex-direction:column;align-items:flex-start}
  .gx1{grid-template-columns:1fr}
  .cx3{min-height:96px!important;padding:18px 16px}
  .cx3 img{max-height:44px;max-width:75%}
  .fx3{gap:20px}
  .fx4{min-width:120px;padding:12px 16px}
  .mx2{padding:36px 24px}
  .kx2{flex-direction:column;align-items:flex-start}
  .cmpr-head,.cmpr-row{grid-template-columns:110px 1fr 1fr;font-size:12px}
  .cmpr-label,.cmpr-val,.cmpr-th{padding:12px 14px}
  .stx{grid-template-columns:1fr 1fr}
  .lx1{padding:60px 24px}
  .tx2{grid-template-columns:1fr}
  .tx3{border-right:none;border-bottom:1px solid #1e2738}
  .tx4{border-right:none;border-bottom:1px solid #1e2738}
  .tx4:last-child{border-bottom:none}
}
@media(max-width:480px){
  .stx{grid-template-columns:1fr}
  .mx2{padding:28px 20px}
  .cx3{min-height:80px!important;padding:14px 12px}
  .cx3 img{max-height:36px;max-width:68%}
}
