<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.master-chess{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);grid-gap:0}.master-chess .chess-card .cover{background-repeat:no-repeat;background-size:cover;min-height:100%;position:relative;z-index:0}.master-chess .chess-card .cover .overlay{bottom:0;left:0;position:absolute;right:0;top:0}.master-chess .chess-card .content-wrapper{display:flex;height:100%;width:100%}.master-chess .chess-card .text-content{padding:30px}@media (min-width:768px){.chess-card{height:auto!important;min-height:500!important}}@media (max-width:768px){.master-chess{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}}</pre></body></html>