:root{--stats-width:1220px}.stats-group-wrapper{flex-basis:70%;flex-grow:1;overflow-x:hidden;padding-left:40px;padding-right:40px;position:relative}@media (max-width:480px){.stats-group-wrapper{flex-basis:100%;padding-left:0;padding-right:0;margin-top:20px}}.stats-group-wrapper>button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;color:var(--text);font-size:30px;position:absolute;z-index:10;top:50%;width:20px;height:20px;-webkit-mask:url(/svg/stat-chevron.svg) no-repeat center center;mask:url(/svg/stat-chevron.svg) no-repeat center center;-webkit-mask-size:contain;mask-size:contain;background:var(--text);transition:transform .3s;cursor:pointer}.stats-group-wrapper>button.disabled{opacity:.3;cursor:default}.stats-group-wrapper>button.prev{transform:translateY(-50%) scale(.8);left:10px}.stats-group-wrapper>button.prev:hover{transform:translateY(-50%) scale(1)}.stats-group-wrapper>button.next{right:10px;transform:translateY(-50%) rotate(180deg) scale(.8)}.stats-group-wrapper>button.next:hover{transform:translateY(-50%) rotate(180deg) scale(1)}@media (max-width:480px){.stats-group-wrapper>button{display:none}}.stats-group-wrapper .stats-group{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;justify-content:space-between;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.stats-group-wrapper .stats-group::-webkit-scrollbar{display:none}@media (max-width:480px){.stats-group-wrapper .stats-group{flex-direction:column}}.stats-group-wrapper .stats-group dl{min-width:120px;flex-basis:calc(20% - 16px);flex-grow:1;flex-shrink:0;margin:0;padding:0 10px;display:flex;flex-direction:column;align-items:center;justify-content:stretch;position:relative}@media (max-width:480px){.stats-group-wrapper .stats-group dl{flex-direction:row;justify-content:space-between;align-items:center;padding-right:0;padding-left:0}}.stats-group-wrapper .stats-group dl:after{content:"";display:block;height:80%;position:absolute;top:10%;right:0;width:1px;opacity:.2;background:var(--text)}@media (max-width:480px){.stats-group-wrapper .stats-group dl:after{display:none}}.stats-group-wrapper .stats-group dl:first-child{padding-left:10px}@media (max-width:480px){.stats-group-wrapper .stats-group dl:first-child{padding-left:0}}.stats-group-wrapper .stats-group dl:first-child:before{content:"";display:block;height:80%;position:absolute;top:10%;left:0;width:1px;opacity:.2;background:var(--text)}@media (max-width:480px){.stats-group-wrapper .stats-group dl:first-child:before{display:none}}.stats-group-wrapper .stats-group dl:first-child:only-child{padding-left:0}.stats-group-wrapper .stats-group dl:first-child:only-child:after,.stats-group-wrapper .stats-group dl:first-child:only-child:before{display:none}.stats-group-wrapper .stats-group dl:last-child{padding-right:0}.stats-group-wrapper .stats-group dl dd,.stats-group-wrapper .stats-group dl dt{margin:0;padding:0;box-sizing:border-box}.stats-group-wrapper .stats-group dl dt{font-weight:400;margin-bottom:5px;font-size:18px;text-align:center}.stats-group-wrapper .stats-group dl dt span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width:480px){.stats-group-wrapper .stats-group dl dt{text-align:left;margin-right:10px;margin-bottom:0;flex-basis:50%}}.stats-group-wrapper .stats-group dl dd{font-size:var(--big-stat-size);margin-top:auto;font-family:field-gothic-bold-xcondensed,sans-serif;font-weight:700}