.tc-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:auto auto;grid-gap:20px;gap:20px;z-index:1;grid-template-areas:"forex forex forex commodities commodities commodities" "stocks stocks indices indices crypto crypto"}.card,.tc-grid{position:relative}.card{padding:60px;min-height:200px;border-radius:2rem;background:rgba(255,255,255,.08) url(/assets/images/icons/blur.png) 50%/cover no-repeat;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 8px 32px rgba(0,0,0,.3);overflow:hidden;border:3px solid transparent}.card:before{content:"";position:absolute;z-index:2;pointer-events:none;opacity:0;transition:opacity .3s ease,filter .3s ease}.card:hover:before{opacity:1;filter:drop-shadow(0 0 8px rgba(255,255,255,.4))}.gradient-border-1:before{top:0;left:auto;right:0;bottom:0;width:100%;height:100%;background:linear-gradient(135deg,#0c0e10 50%,#6cf941);-webkit-clip-path:polygon(100% 0,100% 100%,0 100%,100% 100%,100% 0);clip-path:polygon(100% 0,100% 100%,0 100%,100% 100%,100% 0)}.gradient-border-2:before{top:0;left:0;bottom:0;right:auto;width:100%;height:100%;background:linear-gradient(222deg,#0c0e10 50%,#fff511);-webkit-clip-path:polygon(0 0,0 100%,100% 100%,0 100%,0 0);clip-path:polygon(0 0,0 100%,100% 100%,0 100%,0 0)}.gradient-border-3:before{top:0;left:auto;right:0;bottom:auto;width:100%;height:100%;background:linear-gradient(50deg,#0c0e10 37%,#07f8c7);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 100%,100% 0,0 0)}.gradient-border-4:before{background:linear-gradient(0deg,#0c0e10 11%,#0848b7)}.gradient-border-4:before,.gradient-border-5:before{top:0;left:0;bottom:auto;right:auto;width:100%;height:100%;-webkit-clip-path:polygon(0 0,100% 0,0 0,0 100%,0 0);clip-path:polygon(0 0,100% 0,0 0,0 100%,0 0)}.gradient-border-5:before{background:linear-gradient(50deg,#0c0e10 37%,#6907F7)}.cardHeading{color:#fff;font-size:1.6rem;font-family:Roboto Flex,sans-serif;font-weight:700;margin-bottom:60px;text-align:left}.trading-pair p{color:#fff}.content-wrapper{display:flex;justify-content:space-between;gap:10px}.trading-pair{display:flex;flex-direction:column;align-items:center}.flag{width:52px;height:32px;margin:15px 0}.tc-bg-image{background-image:url(/assets/images/resource/bg-cfd.png);background-size:contain;height:100%;position:absolute;width:100%;background-repeat:no-repeat}@media (max-width:768px){.tc-grid{grid-template-columns:repeat(2,1fr);grid-template-areas:"forex forex" "commodities commodities" "stocks indices" "crypto crypto"}.tc-bg-image{top:15%;position:-webkit-sticky;position:sticky;z-index:0}.card{position:relative;padding:40px 20px;min-height:200px;border-radius:2rem}}@media (max-width:480px){.tc-grid{grid-template-columns:1fr;grid-template-areas:"forex" "commodities" "stocks" "indices" "crypto"}}