.possession-overlay-component.right{transform:rotate(180deg);transform-origin:center}.possession-overlay-component .possession-shape{background:#000;opacity:0}.possession-overlay-component .overlay-container{opacity:0}.possession-overlay-component .overlay-container .triangle{background:#000;opacity:.2}.possession-overlay-component.possession .possession-shape{animation:possession-animation .5s ease-in both}.possession-overlay-component.attack .overlay-container.attack-shape{--movement:10%;animation:attack-animation 4s ease-in-out infinite both}.possession-overlay-component.danger .overlay-container.danger-shape{--movement:27%;animation:danger-animation-outer 4s ease-in-out infinite both}.possession-overlay-component.danger .overlay-container.attack-shape{--movement:21%;animation:danger-animation-inner 4s ease-in-out infinite both}@keyframes possession-animation{to{opacity:.15}}@keyframes attack-animation{25%,75%{opacity:1;transform:translateX(var(--movement))}80%{opacity:0}to{transform:translateX(var(--movement))}}@keyframes danger-animation-outer{35%,75%{opacity:1;transform:translateX(var(--movement))}80%{opacity:0}to{transform:translateX(var(--movement))}}@keyframes danger-animation-inner{15%{opacity:0;transform:none}35%,75%{opacity:1;transform:translateX(var(--movement))}80%{opacity:0}to{transform:translateX(var(--movement))}}.throw-in-component{position:absolute;width:26.5780731%;height:45.4545455%;overflow:hidden;transform:translateX(-50%);top:0}.throw-in-component .throw-in-circle-container{top:0;left:50%;bottom:unset;position:absolute;opacity:.2;transform:translateY(-50%) translateX(-50%)}.throw-in-component .throw-in-circle-container .throw-in-circle{border-radius:50%;width:100%;height:100%}.throw-in-component .throw-in-circle-container.inner{width:45%;height:45%}.throw-in-component .throw-in-circle-container.inner .throw-in-circle{background-color:#000;animation:throwInInner 3s ease-in-out infinite both}.throw-in-component .throw-in-circle-container.middle{width:75%;height:75%}.throw-in-component .throw-in-circle-container.middle .throw-in-circle{background-color:#000;animation:throwInMiddle 3s ease-in-out infinite both}.throw-in-component .throw-in-circle-container.outer{width:100%;height:100%}.throw-in-component .throw-in-circle-container.outer .throw-in-circle{background-color:#000;animation:throwInOuter 3s ease-in-out infinite both}.throw-in-component.bottom{bottom:0;top:unset}.throw-in-component.bottom .throw-in-circle-container{top:unset;bottom:0;transform:translateY(50%) translateX(-50%)}@keyframes throwInOuter{0%{opacity:0;transform:scale(0)}16.66%{opacity:1}33.33%{opacity:1;transform:scale(1)}50%{opacity:1}66.66%{opacity:0;transform:scale(1)}to{opacity:0;transform:scale(0)}}@keyframes throwInMiddle{0%{opacity:0;transform:scale(0)}8.33%{opacity:0;transform:scale(0)}25%{opacity:1}41.66%{transform:scale(1)}58.33%{opacity:1}75%{opacity:0;transform:scale(1)}to{opacity:0;transform:scale(0)}}@keyframes throwInInner{0%{opacity:0;transform:scale(0)}16.67%{opacity:0;transform:scale(0)}33.33%{opacity:1}50%{transform:scale(1)}66.67%{opacity:1}83.33%{opacity:0;transform:scale(1)}to{opacity:0;transform:scale(0)}}.place-kick-component{position:absolute;width:18%;transform-origin:left center}.place-kick-component.smaller{width:9%}.place-kick-component>svg{display:block}.place-kick-component .place-kick-triangle{--opacity:0.2;opacity:var(--opacity);transform-origin:left center}.place-kick-component .place-kick-triangle.less-opacity{--opacity:0.4}.place-kick-component .place-kick-triangle.inner{animation:place-kick-animation-inner 2.7s ease-in-out infinite both}.place-kick-component .place-kick-triangle.outer{animation:place-kick-animation-outer 2.7s ease-in-out infinite both}@keyframes place-kick-animation-inner{0%{opacity:0;transform:scale(0)}14.81%{opacity:0;transform:scale(0)}44%{opacity:var(--opacity);transform:scale(.6)}81.48%{opacity:0;transform:scale(.6)}to{opacity:0;transform:scale(0)}}@keyframes place-kick-animation-outer{0%{opacity:0;transform:scale(0)}29.63%{opacity:var(--opacity);transform:scale(1)}44.44%{opacity:var(--opacity);transform:scale(1)}81.48%{opacity:0;transform:scale(1)}to{opacity:0;transform:scale(0)}}.player-label-component{animation:fade-in .4s both}.player-label-component .player-name{font-size:4px;font-weight:700;text-shadow:2px 2px 2px rgba(0,0,0,.2);fill:#fff}.player-label-component .player-action{font-size:3px;text-shadow:2px 2px 2px rgba(0,0,0,.2);font-weight:500;fill:#fff}.player-label-component.right-side .player-action,.player-label-component.right-side .player-name{text-anchor:start}.player-label-component.left-side .player-action,.player-label-component.left-side .player-name{text-anchor:end}.pitch-svg-component{display:block;position:relative;margin:3.322259136%}.pitch-svg-component .pitch-svg-events-container{display:block;overflow:visible}.player-component{position:absolute;display:inline-flex;align-items:center;justify-content:center;padding:6%;transform:translate(-50%,-50%)}.player-component .circle{border-radius:50%;position:absolute}.player-component .inner-circle{padding:11%}.player-component .outer-circle{padding:18%;background-color:#fff}.player-component .outer-ring{border:2px solid hsla(0,0%,100%,.5);padding:58%;animation:ring-pulse 1.5s ease-out infinite both}@keyframes ring-pulse{0%{opacity:0;transform:scale(.125)}20%{opacity:1}80%{opacity:0}to{opacity:0}}.pitch-message-component.pitch-message-dialog{position:absolute;overflow:hidden;background-color:rgba(0,0,0,.75);width:calc(46.5% - 2*12px);height:calc(56.81% - 2*12px);top:50%;left:50%;transform:translate(-50%,-50%);border-radius:4px;padding:12px;display:flex;align-items:center;justify-content:center;flex-direction:column;opacity:0;box-sizing:content-box}.pitch-message-component.pitch-message-dialog .pitch-message-icon-wrapper{width:100%;height:40%;max-height:40%;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:5%;opacity:0}.pitch-message-component.pitch-message-dialog .pitch-message-icon{position:relative;width:62%;height:92%;background-repeat:no-repeat;background-size:contain;background-position:50%}.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-CORNER{background-image:url(/_next/static/media/corner.553c78d5.svg)}.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-YELLOW_CARD{background-image:url(/_next/static/media/yellow-card.2383b6af.svg)}.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-YELLOW_RED_CARD{background-image:url(/_next/static/media/yellow-red-card.250c7d65.svg)}.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-RED_CARD{background-image:url(/_next/static/media/red-card.f6dfbb5e.svg)}.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-PLAYER_OFF,.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-PLAYER_ON,.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-SUBSTITUTION{background-image:url(/_next/static/media/substitution.41c8b44e.svg)}.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-GOAL{background-image:url(/_next/static/media/goal.b2907f89.svg)}.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-PENALTY_KICK{background-image:url(/_next/static/media/penalty.081c2985.svg)}.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-PENALTY_MISSED{background-image:url(/_next/static/media/missed-penalty.42c31cd6.svg)}.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-KICK_OFF{background-image:url(/_next/static/media/kick-off.6be01778.svg)}.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-OFFSIDE{background-image:url(/_next/static/media/offside.0c9f5d8f.svg)}.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-INJURY{background-image:url(/_next/static/media/injury.24cca5e1.svg)}.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-FOUL{background-image:url(/_next/static/media/foul.0c6ec418.svg)}.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-ENDED{background-image:url(/_next/static/media/full-time.4731d3cd.svg)}.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-VAR{background-image:url(/_next/static/media/var.dc85075b.svg)}.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-SAVE{background-image:url(/_next/static/media/save.23393d46.svg)}.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-INJURY_TIME{background-image:url(/_next/static/media/injury-time.5bb91a36.svg)}.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-WINNER{background-image:url(/_next/static/media/winner.3a39c240.svg)}.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-SHOT_OFF_TARGET{background-image:url(/_next/static/media/shot-off-target.405453c6.svg)}.pitch-message-component.pitch-message-dialog .pitch-message-icon.icon-HALF_TIME_CLOCK{background-image:url(/_next/static/media/clock-empty.d54b3763.svg)}.pitch-message-component.pitch-message-dialog .pitch-message-icon .pitch-message-clock-fill{position:absolute;width:50%;height:50%;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-90deg)}.pitch-message-component.pitch-message-dialog .pitch-message-container-wrapper{height:40%;max-width:100%;overflow:hidden}.pitch-message-component.pitch-message-dialog .pitch-message-container{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:100%;height:100%;opacity:0;flex-wrap:nowrap}.pitch-message-component.pitch-message-dialog .pitch-message-container .pitch-message{max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.pitch-message-component.pitch-message-dialog .pitch-message-container .pitch-message.header{font-weight:700;font-size:14px;color:#fff}.pitch-message-component.pitch-message-dialog .pitch-message-container .pitch-message.header.smaller{font-size:10px}.pitch-message-component.pitch-message-dialog .pitch-message-container .pitch-message.description{font-weight:700;font-size:10px;margin-top:6%;color:#a6a6a6}.pitch-message-component.pitch-message-dialog.animated-in,.pitch-message-component.pitch-message-dialog.animated-in .pitch-message-container,.pitch-message-component.pitch-message-dialog.animated-in .pitch-message-icon-wrapper{opacity:1}.pitch-message-component.pitch-message-dialog.animate-in{animation:animate-popup-in .6s ease-in-out both}.pitch-message-component.pitch-message-dialog.animate-in .pitch-message-icon-wrapper{animation:animate-icon-in .6s ease-in-out both;animation-delay:.4s}.pitch-message-component.pitch-message-dialog.animate-in .pitch-message-container{animation:animate-message-text-in .6s ease-in-out both;animation-delay:.8s}.pitch-message-component.pitch-message-dialog.animate-out{animation:animate-popup-out .6s ease-in-out both}@keyframes animate-popup-in{0%{opacity:0;transform:translate(-50%,-50%) scale(0)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes animate-popup-out{0%{opacity:1}to{opacity:0}}@keyframes animate-icon-in{0%{opacity:1;width:0;height:0}to{opacity:1;width:100%;height:40%}}@keyframes animate-message-text-in{0%{opacity:1;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.field-component{background:url(/_next/static/media/pitch.e1d19cf4.svg) no-repeat;border-radius:12px;background-size:contain;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;max-width:500px;width:100%}.field-component .only-field-container{position:absolute;width:93.355481728%;height:88.636363636%;top:0;left:0;margin:3.322259136%}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.gray5{color:#a6a6a6!important}.green{color:#00b073!important}.green-dark{color:#0f9266!important}.Pitch_container__DgjOh{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:12px}.Pitch_statsRow__2Mh6t{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:500px}@media (min-width:992px) and (max-width:1200px){.Pitch_container__DgjOh{background-color:var(--grey-card);border-radius:12px;padding:12px 0}}.Pitch_sideStats__vw9CP{display:flex;gap:16px;&.Pitch_home__jXXBB{flex-direction:row}&.Pitch_away__zsB2y{flex-direction:row-reverse}}.Pitch_sideText__TGCpG{font-size:14px;font-weight:700}.Pitch_stats__xiny9{display:flex;flex-direction:row;gap:8px;&.Pitch_away__zsB2y{flex-direction:row-reverse}}.Pitch_stat__AUmXp{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:12px;gap:6px}.Pitch_redCard__4YnFS{width:8px;border-radius:2px;height:12px;background-color:var(--pink)}.Pitch_yellowCard__rdmst{width:8px;border-radius:2px;height:12px;background-color:var(--yellow)}.Pitch_corner__1Dc2A{width:12px;height:12px}.Pitch_statText__T2nQG{font-size:12px;font-weight:500;color:var(--grey-90)}.PlayerStats_container__NdFHS{padding:16px;background:var(--grey-card);height:100%;border-radius:12px;overflow-y:hidden;&[data-state=expanded]{padding-bottom:60px}}.PlayerStats_divider__LDJNl{height:1px;background-color:var(--grey-50);margin:12px 0 16px}.PlayerStats_grid__F5Sb7{display:grid;grid-template-columns:1fr 1fr;justify-content:space-between;grid-gap:16px;gap:16px}.PlayerStats_columnTitle__MI_Az{color:var(--grey-90);font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-bottom:4px}.PlayerStats_statRow___94DI{display:flex;justify-content:space-between;gap:16px;color:var(--white);font-size:12px;font-weight:500;line-height:18px;margin:6px 0}.PlayerStats_trigger__hYrc1{display:flex;justify-content:space-between;align-items:center;gap:8px;height:16px;width:100%;overflow:hidden;padding-right:8px}.PlayerStats_chevron__hVxPU{height:12px;width:12px;color:var(--grey-90);transition:transform .2s}.PlayerStats_trigger__hYrc1[data-state=open]{border-color:var(--white);.PlayerStats_chevron__hVxPU{transform:rotate(-180deg)}}.PlayerStats_label__dAYPd{font-size:14px;font-weight:600}