body,html{padding:0;margin:0;font-family:Ubuntu,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;width:100%;min-width:350px}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#e32832;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:first-child{left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.ff-data-wrapper{width:100%;margin-bottom:30px;margin-right:auto}.ff-data-wrapper,.ff-menu{display:flex;flex-direction:column}.ff-menu{width:12%;text-align:right;margin-right:10px;font-size:.4em;padding-bottom:10px}.ff-data{display:flex;flex-direction:row}.ff-chart{margin-left:auto;margin-right:auto;height:500px;width:100%;background:white;color:darkgrey}.ff-data-list{display:flex;flex-direction:column;width:88%;list-style-type:none;margin:0;padding:0}hr.ff-orange{border:1px solid darkorange;margin:0}.ff-player-wrapper{display:flex;flex-direction:column;width:100%;padding-top:2px;padding-bottom:4px}.ff-player-details{display:flex;flex-direction:row;width:100%}.ff-player-stats{display:flex;flex-direction:column;width:50%}.ff-label{font-size:.4em;color:darkorange;margin-right:10px;width:30%;text-align:right}.ff-value{font-size:.5em;width:70%;text-align:left}.ff-info{width:10%}.ff-info,.ff-pos{display:flex;flex-direction:column;text-align:left}.ff-pos{width:5%}.ff-name{display:flex;flex-direction:column;width:15%}.ff-header{font-size:.5em;font-weight:700}*{margin:0;padding:0}.hero{--hero-image:url();--hero-image-height:100%;max-height:var(--hero-image-height);position:relative;height:var(--hero-image-height);overflow:hidden;width:100%}.hero__image{background-size:contain;background-repeat:no-repeat;height:100%;width:100%}.hero__image,.hero__image-blurred-bg{background-image:var(--hero-image);background-position:50%}.hero__image-blurred-bg{background-size:cover;height:calc(100% + 40px);filter:blur(10px);left:-20px;position:absolute;top:-20px;width:calc(100% + 40px);z-index:-1}