.themes-grid__list{list-style:none;margin:0;padding:0;width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;position:relative;}.themes-grid__list--item{width:calc(50% - 5px);height:125px;position:relative;}.themes-grid__list--item:nth-child(-n+2){margin-bottom:5px;}@media only screen and (min-width: 600px){.themes-grid__list--item:nth-child(-n+2){margin-bottom:20px;}}@media only screen and (min-width: 900px){.themes-grid__list--item:nth-child(-n+2){margin-bottom:35px;}}.themes-grid__list--item:nth-last-child(-n+2) span{bottom:0;}@media only screen and (min-width: 600px){.themes-grid__list--item{width:calc(50% - 10px);height:255px;}}@media only screen and (min-width: 900px){.themes-grid__list--item{width:calc(50% - 20px);height:275px;}}.themes-grid__list--item-center{width:100%;}@media only screen and (min-width: 600px){.themes-grid__list--item-center{position:absolute;width:auto;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;}}.themes-grid__list--item-center a{display:block;position:relative;font-size:20px;color:#353535;font-weight:bold;background-color:#353535;text-align:center;padding:5px;}@media only screen and (min-width: 600px){.themes-grid__list--item-center a{padding:0;background-color:transparent;padding:0;font-size:24px;}}.themes-grid__list--item-center a span{color:#fff;}@media only screen and (min-width: 600px){.themes-grid__list--item-center a span{color:#353535;position:absolute;padding:5px 0;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;}}.themes-grid__list--item-center a svg{display:none;transform:scale(1);transition:transform .2s ease;}@media only screen and (min-width: 600px){.themes-grid__list--item-center a svg{display:block;width:180px;height:180px;}}@media only screen and (min-width: 900px){.themes-grid__list--item-center a svg{margin-bottom:35px;width:220px;height:220px;}}.themes-grid__tile{width:100%;height:100%;position:absolute;background-size:cover;background-position:center;background-color:#000;text-decoration:none;}.themes-grid__tile:hover,.themes-grid__tile:focus{text-decoration:none;}.themes-grid__tile:hover span,.themes-grid__tile:focus span{background-color:rgba(53,53,53,0.9);}.themes-grid__tile:hover span svg,.themes-grid__tile:focus span svg{transform:translateX(4px);}.themes-grid__tile span{position:absolute;background-color:rgba(53,53,53,0.7);display:block;padding:10px;color:#fff;font-weight:bold;font-size:16px;width:100%;transition:background-color .2s ease;}@media only screen and (min-width: 600px){.themes-grid__tile span{font-size:20px;padding:20px;}}@media only screen and (min-width: 900px){.themes-grid__tile span{font-size:26px;padding:26px;}}.themes-grid__tile span svg{fill:#fff;width:5px;height:10px;transform:translateX(0);transition:transform .2s ease;}@media only screen and (min-width: 600px){.themes-grid__tile span svg{width:8px;height:15px;}}@media only screen and (min-width: 900px){.themes-grid__tile span svg{width:10px;height:18px;}}