@import url(https://fonts.googleapis.com/css?family=Lato:100,400,400italic,700,700italic);
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html,body{background:none transparent}a{text-decoration:none}@media(min-width: 1100px){.u-hide-size-xl{display:none}}@media(max-width: 1099px)and (min-width: 700px){.u-hide-size-lg{display:none}}@media(max-width: 699px)and (min-width: 450px){.u-hide-size-md{display:none}}@media(max-width: 449px)and (min-width: 300px){.u-hide-size-sm{display:none}}@media(max-width: 299px){.u-hide-size-xs{display:none}}.u-visuallyHidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}body{font-family:Lato,"Arial Black",Arial,sans-serif}@keyframes FadeOut{from{opacity:1;visibility:inherit;visibility:unset}to{opacity:0;visibility:hidden}}@keyframes FadeIn{from{opacity:0;visibility:inherit;visibility:unset}to{opacity:1}}@keyframes SlideOutUp{from{transform:translateY(0%);visibility:inherit;visibility:unset}to{transform:translateY(-100%);visibility:hidden}}@keyframes SlideInUp{from{transform:translateY(100%)}to{transform:translateY(0%)}}html.no-js .u-js{display:none}:root{--field-font-family: Lato, sans-serif;--field-border-radius: 2px;--field-border: solid 1px #aaa;--field-font-size: 15px;--field-color: #111111;--field-background-color: #ffffff;--field-mark-color: #4591B8;--field-hover-color: var(--TextInput-color);--field-hover-border: var(--TextInput-border)}:root{--Button-background-color: #00A0DD;--Button-color: #ffffff;--Button-text-transform: uppercase;--Button-font-size: 14px;--Button-padding: 0.66em 1.2em;--Button-border: none 0;--Button-hover-background-color: #005677;--Button-hover-color: var(--Button-color);--Button-disabled-background-color: #4ab6df;--Button-disabled-color: #ffffff;--Button-var-flat-color: #4591B8;--Button-var-flat-hover-color: #005677;--Button-var-xlg-font-size: 22px;--Button-var-xlg-padding: 1.3em 1.2em;--Button-var-lg-font-size: 18px;--Button-var-sm-font-size: 11px}.Button{cursor:pointer;padding:var(--Button-padding);background-color:var(--Button-background-color);border:var(--Button-border);color:var(--Button-color);text-transform:var(--Button-text-transform);font-family:inherit;font-size:var(--Button-font-size);outline:none;transition:all .2s;display:inline-block;border-radius:2px}.Button:focus{background-color:var(--Button-hover-background-color);color:var(--Button-hover-color)}.Button:disabled{background-color:var(--Button-disabled-background-color);color:var(--Button-disabled-color);cursor:default}@media(hover: hover){.Button:hover:not(:disabled){background-color:var(--Button-hover-background-color);color:var(--Button-hover-color)}}.Button.var-flat{background:none transparent;color:var(--Button-var-flat-color)}.Button.var-flat:hover{background:none transparent;color:var(--Button-var-flat-hover-color)}.Button.var-xlg{font-size:var(--Button-var-xlg-font-size)}.Button.var-lg{font-size:var(--Button-var-lg-font-size);padding:var(--Button-var-xlg-padding)}.Button.var-sm{font-size:var(--Button-var-sm-font-size)}.Button.var-fullWidth{width:100%}:root{--TextInput-font-family: Lato, sans-serif;--TextInput-border-radius: 2px;--TextInput-border: solid 1px #aaa;--TextInput-font-size: 15px;--TextInput-color: #111111;--TextInput-hover-color: var(--TextInput-color);--TextInput-hover-border: var(--TextInput-border)}.TextInput{font-family:var(--TextInput-font-family);border-radius:var(--TextInput-border-radius);border:var(--TextInput-border);font-size:var(--TextInput-font-size);width:100%;box-sizing:border-box;padding:.5em 1em;color:var(--TextInput-color);outline:none}.TextInput:focus{border:var(--TextInput-hover-border);color:var(--TextInput-hover-color)}.TextInput.var-lg{font-size:calc(var(--TextInput-font-size)*1.33);padding:.5em .7518796992em}.TextInput.var-sm{font-size:calc(var(--TextInput-font-size)*.66);padding:.5em 1.5151515152em}.TextInput.is-error{border-color:red}:root{--Label-font-size: 12px;--Label-text-transform: uppercase;--Label-font-weight: bold;--Label-font-color: #555555}.Label{display:block;font-size:var(--Label-font-size);font-weight:var(--Label-font-weight);text-transform:var(--Label-text-transform);margin-bottom:.5em;font-color:var(--Label-font-color)}.Label.var-lg{font-size:calc(var(--Label-font-size)*1.33)}.Label.var-sm{font-size:calc(var(--Label-font-size)*.66)}:root{--CheckboxInput-border-radius: var(--field-border-radius);--CheckboxInput-border: var(--field-border);--CheckboxInput-hover-border: var(--field-hover-border)}.CheckboxInput input[type=checkbox]:not(.NOTACLASS){position:absolute;opacity:0;width:1px;height:1px;z-index:-1}.CheckboxInput input[type=checkbox]:not(.NOTACLASS)+label{position:relative;padding-left:30px}.CheckboxInput input[type=checkbox]:not(.NOTACLASS)+label:before,.CheckboxInput input[type=checkbox]:not(.NOTACLASS)+label:after{content:"";display:block;position:absolute;top:0;left:0;box-sizing:border-box}.CheckboxInput input[type=checkbox]:not(.NOTACLASS)+label:before{width:20px;height:20px;background-color:var(--field-background-color);border:var(--CheckboxInput-border);border-radius:var(--CheckboxInput-border-radius)}.CheckboxInput input[type=checkbox]:not(.NOTACLASS)+label:after{border-style:solid;border-color:var(--field-mark-color);border-width:0 3px 3px 0;width:8px;height:14px;transform:rotate(45deg) scale(0.8);margin:1px 6px 0;transform-origin:50%;transition:all .2s}.CheckboxInput input[type=checkbox]:checked+label:after{opacity:1;transform:rotate(45deg) scale(1)}.CheckboxInput input[type=checkbox]:not(:checked)+label:after{opacity:0}.CheckboxInput input[type=checkbox]:focus+label{text-shadow:0 0 5px #00A0DD}.CheckboxInput label{display:inline-block;cursor:pointer}:root{--ActionBar-padding: 5px 10px}.ActionBar{float:left;padding:var(--ActionBar-padding)}:root{--AuthFormHeader-header-background-color: #1E1E1E;--AuthFormHeader-header-color: #fff;--AuthFormHeader-header-font-size: 30px;--AuthFormHeader-header-line-height: 1.1;--AuthFormHeader-header-font-weight: bold}.AuthFormHeader{padding:20px;position:relative;background-color:var(--AuthFormHeader-header-background-color);color:var(--AuthFormHeader-header-color);font-size:var(--AuthFormHeader-header-font-size);font-weight:var(--AuthFormHeader-header-font-weight);line-height:var(--AuthFormHeader-header-line-height)}:root{--bev-line-width: 2px;--bev-line-color: #ccc;--bev-selectedIndicator-fill: #57DD28;--bev-selectedIndicator-border: 2px solid #57DD28;--bev-selectedIndicator-background-color: rgba(255, 255, 255, 0.85);--bev-line-winner-color: #666;--bev-top-left-winner-color: var(--bev-line-winner-color);--bev-top-right-winner-color: var(--bev-line-winner-color);--bev-bottom-left-winner-color: var(--bev-line-winner-color);--bev-bottom-right-winner-color: var(--bev-line-winner-color);--bev-final-left-winner-color: var(--bev-line-winner-color);--bev-final-right-winner-color: var(--bev-line-winner-color);--bev-competitor-fill-color: #ccc;--bev-competitor-fill-color-empty: var(--bev-competitor-fill-color);--bev-competitor-fill-color-winner: var(--bev-competitor-fill-color);--bev-columns-name: 10px;--bev-competitor-xl-4-height: ($image-dim + 20px);--bev-competitor-xl-4-image-height: $image-dim;--bev-competitor-xl-4-image-width: $image-dim;--bev-matchup-xl-4-padding-top-bottom: ($image-dim * 0.1);--bev-line-xl-4-horizontal-connector: ($image-dim * 0.5);--bev-line-xl-4-vertical-connector: ($image-dim * 0.25);--bev-competitor-lg-4-height: ($image-dim + 20px);--bev-competitor-lg-4-image-height: $image-dim;--bev-competitor-lg-4-image-width: $image-dim;--bev-matchup-lg-4-padding-top-bottom: ($image-dim * 0.1);--bev-line-lg-4-horizontal-connector: ($image-dim * 0.5);--bev-line-lg-4-vertical-connector: ($image-dim * 0.25);--bev-competitor-md-4-height: ($image-dim + 20px);--bev-competitor-md-4-image-height: $image-dim;--bev-competitor-md-4-image-width: $image-dim;--bev-matchup-md-4-padding-top-bottom: ($image-dim * 0.1);--bev-line-md-4-horizontal-connector: ($image-dim * 0.5);--bev-line-md-4-vertical-connector: ($image-dim * 0.25);--bev-competitor-sm-4-height: ($image-dim + 20px);--bev-competitor-sm-4-image-height: $image-dim;--bev-competitor-sm-4-image-width: $image-dim;--bev-matchup-sm-4-padding-top-bottom: ($image-dim * 0.1);--bev-line-sm-4-horizontal-connector: ($image-dim * 0.5);--bev-line-sm-4-vertical-connector: ($image-dim * 0.25);--bev-competitor-xl-8-height: ($image-dim + 20px);--bev-competitor-xl-8-image-height: $image-dim;--bev-competitor-xl-8-image-width: $image-dim;--bev-matchup-xl-8-padding-top-bottom: ($image-dim * 0.1);--bev-line-xl-8-horizontal-connector: ($image-dim * 0.5);--bev-line-xl-8-vertical-connector: ($image-dim * 0.25);--bev-competitor-lg-8-height: ($image-dim + 20px);--bev-competitor-lg-8-image-height: $image-dim;--bev-competitor-lg-8-image-width: $image-dim;--bev-matchup-lg-8-padding-top-bottom: ($image-dim * 0.1);--bev-line-lg-8-horizontal-connector: ($image-dim * 0.5);--bev-line-lg-8-vertical-connector: ($image-dim * 0.25);--bev-competitor-md-8-height: ($image-dim + 20px);--bev-competitor-md-8-image-height: $image-dim;--bev-competitor-md-8-image-width: $image-dim;--bev-matchup-md-8-padding-top-bottom: ($image-dim * 0.1);--bev-line-md-8-horizontal-connector: ($image-dim * 0.5);--bev-line-md-8-vertical-connector: ($image-dim * 0.25);--bev-competitor-sm-8-height: ($image-dim + 20px);--bev-competitor-sm-8-image-height: $image-dim;--bev-competitor-sm-8-image-width: $image-dim;--bev-matchup-sm-8-padding-top-bottom: ($image-dim * 0.1);--bev-line-sm-8-horizontal-connector: ($image-dim * 0.5);--bev-line-sm-8-vertical-connector: ($image-dim * 0.25);--bev-competitor-xl-16-height: ($image-dim + 20px);--bev-competitor-xl-16-image-height: $image-dim;--bev-competitor-xl-16-image-width: $image-dim;--bev-matchup-xl-16-padding-top-bottom: ($image-dim * 0.1);--bev-line-xl-16-horizontal-connector: ($image-dim * 0.5);--bev-line-xl-16-vertical-connector: ($image-dim * 0.25);--bev-competitor-lg-16-height: ($image-dim + 20px);--bev-competitor-lg-16-image-height: $image-dim;--bev-competitor-lg-16-image-width: $image-dim;--bev-matchup-lg-16-padding-top-bottom: ($image-dim * 0.1);--bev-line-lg-16-horizontal-connector: ($image-dim * 0.5);--bev-line-lg-16-vertical-connector: ($image-dim * 0.25);--bev-competitor-md-16-height: ($image-dim + 20px);--bev-competitor-md-16-image-height: $image-dim;--bev-competitor-md-16-image-width: $image-dim;--bev-matchup-md-16-padding-top-bottom: ($image-dim * 0.1);--bev-line-md-16-horizontal-connector: ($image-dim * 0.5);--bev-line-md-16-vertical-connector: ($image-dim * 0.25);--bev-competitor-sm-16-height: ($image-dim + 20px);--bev-competitor-sm-16-image-height: $image-dim;--bev-competitor-sm-16-image-width: $image-dim;--bev-matchup-sm-16-padding-top-bottom: ($image-dim * 0.1);--bev-line-sm-16-horizontal-connector: ($image-dim * 0.5);--bev-line-sm-16-vertical-connector: ($image-dim * 0.25);--bev-competitor-xl-32-height: ($image-dim + 20px);--bev-competitor-xl-32-image-height: $image-dim;--bev-competitor-xl-32-image-width: $image-dim;--bev-matchup-xl-32-padding-top-bottom: ($image-dim * 0.1);--bev-line-xl-32-horizontal-connector: ($image-dim * 0.5);--bev-line-xl-32-vertical-connector: ($image-dim * 0.25);--bev-competitor-lg-32-height: ($image-dim + 20px);--bev-competitor-lg-32-image-height: $image-dim;--bev-competitor-lg-32-image-width: $image-dim;--bev-matchup-lg-32-padding-top-bottom: ($image-dim * 0.1);--bev-line-lg-32-horizontal-connector: ($image-dim * 0.5);--bev-line-lg-32-vertical-connector: ($image-dim * 0.25);--bev-competitor-md-32-height: ($image-dim + 20px);--bev-competitor-md-32-image-height: $image-dim;--bev-competitor-md-32-image-width: $image-dim;--bev-matchup-md-32-padding-top-bottom: ($image-dim * 0.1);--bev-line-md-32-horizontal-connector: ($image-dim * 0.5);--bev-line-md-32-vertical-connector: ($image-dim * 0.25);--bev-competitor-sm-32-height: ($image-dim + 20px);--bev-competitor-sm-32-image-height: $image-dim;--bev-competitor-sm-32-image-width: $image-dim;--bev-matchup-sm-32-padding-top-bottom: ($image-dim * 0.1);--bev-line-sm-32-horizontal-connector: ($image-dim * 0.5);--bev-line-sm-32-vertical-connector: ($image-dim * 0.25);--bev-competitor-xl-64-height: ($image-dim + 20px);--bev-competitor-xl-64-image-height: $image-dim;--bev-competitor-xl-64-image-width: $image-dim;--bev-matchup-xl-64-padding-top-bottom: ($image-dim * 0.1);--bev-line-xl-64-horizontal-connector: ($image-dim * 0.5);--bev-line-xl-64-vertical-connector: ($image-dim * 0.25);--bev-competitor-lg-64-height: ($image-dim + 20px);--bev-competitor-lg-64-image-height: $image-dim;--bev-competitor-lg-64-image-width: $image-dim;--bev-matchup-lg-64-padding-top-bottom: ($image-dim * 0.1);--bev-line-lg-64-horizontal-connector: ($image-dim * 0.5);--bev-line-lg-64-vertical-connector: ($image-dim * 0.25);--bev-competitor-md-64-height: ($image-dim + 20px);--bev-competitor-md-64-image-height: $image-dim;--bev-competitor-md-64-image-width: $image-dim;--bev-matchup-md-64-padding-top-bottom: ($image-dim * 0.1);--bev-line-md-64-horizontal-connector: ($image-dim * 0.5);--bev-line-md-64-vertical-connector: ($image-dim * 0.25);--bev-competitor-sm-64-height: ($image-dim + 20px);--bev-competitor-sm-64-image-height: $image-dim;--bev-competitor-sm-64-image-width: $image-dim;--bev-matchup-sm-64-padding-top-bottom: ($image-dim * 0.1);--bev-line-sm-64-horizontal-connector: ($image-dim * 0.5);--bev-line-sm-64-vertical-connector: ($image-dim * 0.25);--BirdsEyeView-competitor-image-border-radius: 3px;--BirdsEyeView-competitor-image-mobile-border-radius: 0}.BirdsEyeView{position:relative;z-index:2}.BirdsEyeView .BirdsEyeView-maxContainer,.BirdsEyeView .BirdsEyeView-minContainer{position:relative}.BirdsEyeView .BirdsEyeView-region-name{display:block;position:absolute;font-size:15px;text-align:center;color:#ccc}@media(min-width: 1100px){.BirdsEyeView .BirdsEyeView-region-name{font-size:25px}}.BirdsEyeView .BirdsEyeView-region-name.var-top-left{top:25%;left:15%;transform:translate(-50%, -50%)}.BirdsEyeView .BirdsEyeView-region-name.var-top-right{top:25%;right:15%;transform:translate(50%, -50%)}.BirdsEyeView .BirdsEyeView-region-name.var-bottom-left{bottom:25%;left:15%;transform:translate(-50%, 50%)}.BirdsEyeView .BirdsEyeView-region-name.var-bottom-right{bottom:25%;right:15%;transform:translate(50%, 50%)}.BirdsEyeView .BirdsEyeView-region-name.var-final{top:40%;left:50%;transform:translate(-50%, -50%)}.BirdsEyeView.var-size-4 .BirdsEyeView-region-name.var-top-left{top:23%;left:27%}.BirdsEyeView.var-size-4 .BirdsEyeView-region-name.var-top-right{top:23%;right:27%}.BirdsEyeView.var-size-4 .BirdsEyeView-region-name.var-bottom-left{bottom:23%;left:27%}.BirdsEyeView.var-size-4 .BirdsEyeView-region-name.var-bottom-right{bottom:23%;right:27%}.BirdsEyeView.var-size-4 .BirdsEyeView-region-name.var-final{top:20%}.BirdsEyeView.var-size-8 .BirdsEyeView-region-name.var-top-left{left:7%}.BirdsEyeView.var-size-8 .BirdsEyeView-region-name.var-top-right{right:7%}.BirdsEyeView.var-size-8 .BirdsEyeView-region-name.var-bottom-left{left:7%}.BirdsEyeView.var-size-8 .BirdsEyeView-region-name.var-bottom-right{right:7%}.BirdsEyeView.var-size-8 .BirdsEyeView-region-name.var-final{top:35%}.BirdsEyeView.var-size-32 .BirdsEyeView-region-name.var-final{top:43%}.BirdsEyeView.var-size-64 .BirdsEyeView-region-name.var-final{top:45%}.BirdsEyeView .BirdsEyeView-columns{font-size:0;margin-top:10px}.BirdsEyeView .BirdsEyeView-columns .BirdsEyeView-columns-name{display:inline-block;text-align:center;font-size:var(--bev-columns-name)}.BirdsEyeView .BirdsEyeView-columns .BirdsEyeView-columns-name-long{display:block}.BirdsEyeView .BirdsEyeView-round{position:absolute}.BirdsEyeView .BirdsEyeView-round.var-region-top-left,.BirdsEyeView .BirdsEyeView-round.var-region-top-right{bottom:50%}.BirdsEyeView .BirdsEyeView-round.var-region-bottom-left,.BirdsEyeView .BirdsEyeView-round.var-region-bottom-right,.BirdsEyeView .BirdsEyeView-round.var-semifinals-left,.BirdsEyeView .BirdsEyeView-round.var-semifinals-right{bottom:0}.BirdsEyeView .BirdsEyeView-matchup{position:relative}.BirdsEyeView .BirdsEyeView-matchup-line{position:absolute;top:0;bottom:0;width:5px}.BirdsEyeView .var-region-top-left .BirdsEyeView-matchup-line,.BirdsEyeView .var-region-bottom-left .BirdsEyeView-matchup-line,.BirdsEyeView .var-semifinals-left .BirdsEyeView-matchup-line{right:0}.BirdsEyeView .var-region-top-left .BirdsEyeView-matchup-line-top,.BirdsEyeView .var-region-top-left .BirdsEyeView-matchup-line-bottom,.BirdsEyeView .var-region-bottom-left .BirdsEyeView-matchup-line-top,.BirdsEyeView .var-region-bottom-left .BirdsEyeView-matchup-line-bottom,.BirdsEyeView .var-semifinals-left .BirdsEyeView-matchup-line-top,.BirdsEyeView .var-semifinals-left .BirdsEyeView-matchup-line-bottom{border-right-width:var(--bev-line-width)}.BirdsEyeView .var-region-top-left .BirdsEyeView-matchup-line-top:before,.BirdsEyeView .var-region-top-left .BirdsEyeView-matchup-line-bottom:before,.BirdsEyeView .var-region-bottom-left .BirdsEyeView-matchup-line-top:before,.BirdsEyeView .var-region-bottom-left .BirdsEyeView-matchup-line-bottom:before,.BirdsEyeView .var-semifinals-left .BirdsEyeView-matchup-line-top:before,.BirdsEyeView .var-semifinals-left .BirdsEyeView-matchup-line-bottom:before{right:-100%}.BirdsEyeView .var-region-top-right .BirdsEyeView-matchup-line,.BirdsEyeView .var-region-bottom-right .BirdsEyeView-matchup-line,.BirdsEyeView .var-semifinals-right .BirdsEyeView-matchup-line{left:0}.BirdsEyeView .var-region-top-right .BirdsEyeView-matchup-line-top,.BirdsEyeView .var-region-top-right .BirdsEyeView-matchup-line-bottom,.BirdsEyeView .var-region-bottom-right .BirdsEyeView-matchup-line-top,.BirdsEyeView .var-region-bottom-right .BirdsEyeView-matchup-line-bottom,.BirdsEyeView .var-semifinals-right .BirdsEyeView-matchup-line-top,.BirdsEyeView .var-semifinals-right .BirdsEyeView-matchup-line-bottom{border-left-width:var(--bev-line-width)}.BirdsEyeView .var-region-top-right .BirdsEyeView-matchup-line-top:before,.BirdsEyeView .var-region-top-right .BirdsEyeView-matchup-line-bottom:before,.BirdsEyeView .var-region-bottom-right .BirdsEyeView-matchup-line-top:before,.BirdsEyeView .var-region-bottom-right .BirdsEyeView-matchup-line-bottom:before,.BirdsEyeView .var-semifinals-right .BirdsEyeView-matchup-line-top:before,.BirdsEyeView .var-semifinals-right .BirdsEyeView-matchup-line-bottom:before{left:-100%}.BirdsEyeView .BirdsEyeView-matchup-line-top,.BirdsEyeView .BirdsEyeView-matchup-line-bottom{width:100%;position:absolute;border-style:solid;border-color:var(--bev-line-color);transition:border-color 1s}.BirdsEyeView .BirdsEyeView-matchup-line-top:before,.BirdsEyeView .BirdsEyeView-matchup-line-bottom:before{content:"";width:100%;height:0;display:block;position:absolute;border:0 solid var(--bev-line-color);border-top-width:var(--bev-line-width)}.BirdsEyeView .BirdsEyeView-matchup-line-top.is-winner,.BirdsEyeView .BirdsEyeView-matchup-line-bottom.is-winner{border-color:var(--bev-line-winner-color);z-index:1}.BirdsEyeView .BirdsEyeView-matchup-line-top.is-winner:before,.BirdsEyeView .BirdsEyeView-matchup-line-bottom.is-winner:before{border-color:inherit}.BirdsEyeView .var-region-top-left .BirdsEyeView-matchup-line-top.is-winner,.BirdsEyeView .var-region-top-left .BirdsEyeView-matchup-line-bottom.is-winner{border-color:var(--bev-top-left-winner-color)}.BirdsEyeView .var-region-top-right .BirdsEyeView-matchup-line-top.is-winner,.BirdsEyeView .var-region-top-right .BirdsEyeView-matchup-line-bottom.is-winner{border-color:var(--bev-top-right-winner-color)}.BirdsEyeView .var-region-bottom-left .BirdsEyeView-matchup-line-top.is-winner,.BirdsEyeView .var-region-bottom-left .BirdsEyeView-matchup-line-bottom.is-winner{border-color:var(--bev-bottom-left-winner-color)}.BirdsEyeView .var-region-bottom-right .BirdsEyeView-matchup-line-top.is-winner,.BirdsEyeView .var-region-bottom-right .BirdsEyeView-matchup-line-bottom.is-winner{border-color:var(--bev-bottom-right-winner-color)}.BirdsEyeView .var-finals .BirdsEyeView-matchup-line-top.is-winner{border-color:var(--bev-final-left-winner-color)}.BirdsEyeView .var-finals .BirdsEyeView-matchup-line-bottom.is-winner{border-color:var(--bev-final-right-winner-color)}.BirdsEyeView .var-semifinals-left .BirdsEyeView-matchup-line-top.is-winner,.BirdsEyeView .var-semifinals-left .BirdsEyeView-matchup-line-bottom.is-winner{border-color:var(--bev-final-left-winner-color)}.BirdsEyeView .var-semifinals-right .BirdsEyeView-matchup-line-top.is-winner,.BirdsEyeView .var-semifinals-right .BirdsEyeView-matchup-line-bottom.is-winner{border-color:var(--bev-final-right-winner-color)}.BirdsEyeView .BirdsEyeView-matchup-line-top{top:0;bottom:50%;border-top-width:var(--bev-line-width)}.BirdsEyeView .BirdsEyeView-matchup-line-top:before{bottom:calc(var(--bev-line-width)*-0.5)}.BirdsEyeView .BirdsEyeView-matchup-line-bottom{top:50%;bottom:0;border-bottom-width:var(--bev-line-width)}.BirdsEyeView .BirdsEyeView-matchup-line-bottom:before{top:calc(var(--bev-line-width)*-0.5)}.BirdsEyeView .var-finals .BirdsEyeView-matchup-line{left:25%;right:25%;bottom:auto;width:auto}.BirdsEyeView .var-finals .BirdsEyeView-matchup-line-top,.BirdsEyeView .var-finals .BirdsEyeView-matchup-line-bottom{border-top-width:var(--bev-line-width);top:0;bottom:0;width:auto}.BirdsEyeView .var-finals .BirdsEyeView-matchup-line-top:before,.BirdsEyeView .var-finals .BirdsEyeView-matchup-line-bottom:before{top:-100%;width:0;height:100%;border-top:none;border-left-width:var(--bev-line-width)}.BirdsEyeView .var-finals .BirdsEyeView-matchup-line-top{left:0;right:50%;border-left-width:var(--bev-line-width)}.BirdsEyeView .var-finals .BirdsEyeView-matchup-line-top:before{right:calc(var(--bev-line-width)*-0.5)}.BirdsEyeView .var-finals .BirdsEyeView-matchup-line-bottom{left:50%;right:0;border-right-width:var(--bev-line-width);border-bottom:0 none}.BirdsEyeView .var-finals .BirdsEyeView-matchup-line-bottom:before{left:calc(var(--bev-line-width)*-0.5)}.BirdsEyeView .BirdsEyeView-competitor-selectedIndicator{position:absolute;top:25%;left:25%;box-sizing:border-box;padding:5px;opacity:0;fill:var(--bev-selectedIndicator-fill);border:var(--bev-selectedIndicator-border);background-color:var(--bev-selectedIndicator-background-color);border-radius:50%;width:50%;height:50%;display:flex;align-items:center;text-align:center;line-height:16px;visibility:hidden;transition-property:opacity,visibility,transform;transition-duration:.2s,.2s;transform:scale(0.8)}.BirdsEyeView .BirdsEyeView-competitor-selectedIndicator svg{vertical-align:middle}.BirdsEyeView .BirdsEyeView-competitor.is-selected .BirdsEyeView-competitor-selectedIndicator{opacity:1;transform:scale(1);visibility:inherit;visibility:unset}@media(max-width: 699px)and (min-width: 450px){.BirdsEyeView.var-size-4 .BirdsEyeView-minContainer{height:calc(2 * (var(--bev-competitor-md-4-height) + var(--bev-matchup-md-4-padding-top-bottom)))}}@media(max-width: 1099px)and (min-width: 700px){.BirdsEyeView.var-size-4 .BirdsEyeView-minContainer{height:calc(2 * (var(--bev-competitor-lg-4-height) + var(--bev-matchup-lg-4-padding-top-bottom)))}}@media(min-width: 1100px){.BirdsEyeView.var-size-4 .BirdsEyeView-minContainer{height:calc(2 * (var(--bev-competitor-xl-4-height) + var(--bev-matchup-xl-4-padding-top-bottom)))}}@media(max-width: 699px)and (min-width: 450px){.BirdsEyeView.var-size-4 .BirdsEyeView-columns-name{width:20%}.BirdsEyeView.var-size-4 .BirdsEyeView-columns-name.var-side-middle{width:60%}.BirdsEyeView.var-size-4 .BirdsEyeView-round{width:20%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-finals{width:60%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-round-1.var-region-top-left,.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-round-1.var-region-bottom-left{left:0%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-round-1.var-region-top-right,.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-round-1.var-region-bottom-right{right:0%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-semifinals-left{left:0%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-semifinals-right{right:0%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-finals{left:20%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-round-1 .BirdsEyeView-matchup-line{width:var(--bev-line-md-4-horizontal-connector);top:calc(0.5 * (var(--bev-competitor-md-4-height) + var(--bev-matchup-md-4-padding-top-bottom) ));bottom:calc(0.5 * (var(--bev-competitor-md-4-height) + var(--bev-matchup-md-4-padding-top-bottom)))}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-finals{bottom:calc((2 / 2 - 0.5)*(var(--bev-competitor-md-4-height) + var(--bev-matchup-md-4-padding-top-bottom)))}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{height:var(--bev-line-md-4-vertical-connector);top:calc(var(--bev-matchup-md-4-padding-top-bottom) - var(--bev-line-md-4-vertical-connector))}.BirdsEyeView.var-size-4 .var-finals .BirdsEyeView-competitor{width:33.3333333333%}.BirdsEyeView.var-size-4 .BirdsEyeView-matchup{padding:var(--bev-matchup-md-4-padding-top-bottom) 0}.BirdsEyeView.var-size-4 .var-finals .BirdsEyeView-matchup{display:block}.BirdsEyeView.var-size-4 .BirdsEyeView-competitor{height:var(--bev-competitor-md-4-height)}.BirdsEyeView.var-size-4 .BirdsEyeView-competitor-image{width:var(--bev-competitor-md-4-image-width);height:var(--bev-competitor-md-4-image-height)}.BirdsEyeView.var-size-4 .var-finals .BirdsEyeView-competitor.is-top{float:left}.BirdsEyeView.var-size-4 .var-finals .BirdsEyeView-competitor.is-bottom{float:right}.BirdsEyeView.var-size-4 .BirdsEyeView-finalCompetitor{width:20%;left:40%;bottom:calc((2 / 2 - 0.5) * (var(--bev-competitor-md-4-height) + var(--bev-matchup-md-4-padding-top-bottom)) + var(--bev-matchup-md-4-padding-top-bottom))}}@media(max-width: 1099px)and (min-width: 700px){.BirdsEyeView.var-size-4 .BirdsEyeView-columns-name{width:20%}.BirdsEyeView.var-size-4 .BirdsEyeView-columns-name.var-side-middle{width:60%}.BirdsEyeView.var-size-4 .BirdsEyeView-round{width:20%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-finals{width:60%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-round-1.var-region-top-left,.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-round-1.var-region-bottom-left{left:0%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-round-1.var-region-top-right,.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-round-1.var-region-bottom-right{right:0%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-semifinals-left{left:0%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-semifinals-right{right:0%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-finals{left:20%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-round-1 .BirdsEyeView-matchup-line{width:var(--bev-line-lg-4-horizontal-connector);top:calc(0.5 * (var(--bev-competitor-lg-4-height) + var(--bev-matchup-lg-4-padding-top-bottom) ));bottom:calc(0.5 * (var(--bev-competitor-lg-4-height) + var(--bev-matchup-lg-4-padding-top-bottom)))}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-finals{bottom:calc((2 / 2 - 0.5)*(var(--bev-competitor-lg-4-height) + var(--bev-matchup-lg-4-padding-top-bottom)))}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{height:var(--bev-line-lg-4-vertical-connector);top:calc(var(--bev-matchup-lg-4-padding-top-bottom) - var(--bev-line-lg-4-vertical-connector))}.BirdsEyeView.var-size-4 .var-finals .BirdsEyeView-competitor{width:33.3333333333%}.BirdsEyeView.var-size-4 .BirdsEyeView-matchup{padding:var(--bev-matchup-lg-4-padding-top-bottom) 0}.BirdsEyeView.var-size-4 .var-finals .BirdsEyeView-matchup{display:block}.BirdsEyeView.var-size-4 .BirdsEyeView-competitor{height:var(--bev-competitor-lg-4-height)}.BirdsEyeView.var-size-4 .BirdsEyeView-competitor-image{width:var(--bev-competitor-lg-4-image-width);height:var(--bev-competitor-lg-4-image-height)}.BirdsEyeView.var-size-4 .var-finals .BirdsEyeView-competitor.is-top{float:left}.BirdsEyeView.var-size-4 .var-finals .BirdsEyeView-competitor.is-bottom{float:right}.BirdsEyeView.var-size-4 .BirdsEyeView-finalCompetitor{width:20%;left:40%;bottom:calc((2 / 2 - 0.5) * (var(--bev-competitor-lg-4-height) + var(--bev-matchup-lg-4-padding-top-bottom)) + var(--bev-matchup-lg-4-padding-top-bottom))}}@media(min-width: 1100px){.BirdsEyeView.var-size-4 .BirdsEyeView-columns-name{width:20%}.BirdsEyeView.var-size-4 .BirdsEyeView-columns-name.var-side-middle{width:60%}.BirdsEyeView.var-size-4 .BirdsEyeView-round{width:20%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-finals{width:60%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-round-1.var-region-top-left,.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-round-1.var-region-bottom-left{left:0%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-round-1.var-region-top-right,.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-round-1.var-region-bottom-right{right:0%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-semifinals-left{left:0%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-semifinals-right{right:0%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-finals{left:20%}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-round-1 .BirdsEyeView-matchup-line{width:var(--bev-line-xl-4-horizontal-connector);top:calc(0.5 * (var(--bev-competitor-xl-4-height) + var(--bev-matchup-xl-4-padding-top-bottom) ));bottom:calc(0.5 * (var(--bev-competitor-xl-4-height) + var(--bev-matchup-xl-4-padding-top-bottom)))}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-finals{bottom:calc((2 / 2 - 0.5)*(var(--bev-competitor-xl-4-height) + var(--bev-matchup-xl-4-padding-top-bottom)))}.BirdsEyeView.var-size-4 .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{height:var(--bev-line-xl-4-vertical-connector);top:calc(var(--bev-matchup-xl-4-padding-top-bottom) - var(--bev-line-xl-4-vertical-connector))}.BirdsEyeView.var-size-4 .var-finals .BirdsEyeView-competitor{width:33.3333333333%}.BirdsEyeView.var-size-4 .BirdsEyeView-matchup{padding:var(--bev-matchup-xl-4-padding-top-bottom) 0}.BirdsEyeView.var-size-4 .var-finals .BirdsEyeView-matchup{display:block}.BirdsEyeView.var-size-4 .BirdsEyeView-competitor{height:var(--bev-competitor-xl-4-height)}.BirdsEyeView.var-size-4 .BirdsEyeView-competitor-image{width:var(--bev-competitor-xl-4-image-width);height:var(--bev-competitor-xl-4-image-height)}.BirdsEyeView.var-size-4 .var-finals .BirdsEyeView-competitor.is-top{float:left}.BirdsEyeView.var-size-4 .var-finals .BirdsEyeView-competitor.is-bottom{float:right}.BirdsEyeView.var-size-4 .BirdsEyeView-finalCompetitor{width:20%;left:40%;bottom:calc((2 / 2 - 0.5) * (var(--bev-competitor-xl-4-height) + var(--bev-matchup-xl-4-padding-top-bottom)) + var(--bev-matchup-xl-4-padding-top-bottom))}}@media(max-width: 699px)and (min-width: 450px){.BirdsEyeView.var-size-8 .BirdsEyeView-minContainer{height:calc(4 * (var(--bev-competitor-md-8-height) + var(--bev-matchup-md-8-padding-top-bottom)))}}@media(max-width: 1099px)and (min-width: 700px){.BirdsEyeView.var-size-8 .BirdsEyeView-minContainer{height:calc(4 * (var(--bev-competitor-lg-8-height) + var(--bev-matchup-lg-8-padding-top-bottom)))}}@media(min-width: 1100px){.BirdsEyeView.var-size-8 .BirdsEyeView-minContainer{height:calc(4 * (var(--bev-competitor-xl-8-height) + var(--bev-matchup-xl-8-padding-top-bottom)))}}@media(max-width: 699px)and (min-width: 450px){.BirdsEyeView.var-size-8 .BirdsEyeView-columns-name{width:14.2857142857%}.BirdsEyeView.var-size-8 .BirdsEyeView-columns-name.var-side-middle{width:42.8571428571%}.BirdsEyeView.var-size-8 .BirdsEyeView-round{width:14.2857142857%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-finals{width:42.8571428571%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-1.var-region-top-left,.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-1.var-region-bottom-left{left:0%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-1.var-region-top-right,.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-1.var-region-bottom-right{right:0%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-2.var-region-top-left,.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-2.var-region-bottom-left{left:14.2857142857%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-2.var-region-top-right,.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-2.var-region-bottom-right{right:14.2857142857%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-semifinals-left{left:14.2857142857%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-semifinals-right{right:14.2857142857%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-finals{left:28.5714285714%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-1 .BirdsEyeView-matchup-line{width:var(--bev-line-md-8-horizontal-connector);top:calc(0.5 * (var(--bev-competitor-md-8-height) + var(--bev-matchup-md-8-padding-top-bottom) ));bottom:calc(0.5 * (var(--bev-competitor-md-8-height) + var(--bev-matchup-md-8-padding-top-bottom)))}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-2 .BirdsEyeView-competitor{padding:calc(0.5 * (var(--bev-competitor-md-8-height) + var(--bev-matchup-md-8-padding-top-bottom))) 0}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-2 .BirdsEyeView-matchup-line{width:var(--bev-line-md-8-horizontal-connector);top:calc(1 * (var(--bev-competitor-md-8-height) + var(--bev-matchup-md-8-padding-top-bottom) ));bottom:calc(1 * (var(--bev-competitor-md-8-height) + var(--bev-matchup-md-8-padding-top-bottom)))}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-finals{bottom:calc((4 / 2 - 0.5)*(var(--bev-competitor-md-8-height) + var(--bev-matchup-md-8-padding-top-bottom)))}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{height:var(--bev-line-md-8-vertical-connector);top:calc(var(--bev-matchup-md-8-padding-top-bottom) - var(--bev-line-md-8-vertical-connector))}.BirdsEyeView.var-size-8 .var-finals .BirdsEyeView-competitor{width:33.3333333333%}.BirdsEyeView.var-size-8 .BirdsEyeView-matchup{padding:var(--bev-matchup-md-8-padding-top-bottom) 0}.BirdsEyeView.var-size-8 .var-finals .BirdsEyeView-matchup{display:block}.BirdsEyeView.var-size-8 .BirdsEyeView-competitor{height:var(--bev-competitor-md-8-height)}.BirdsEyeView.var-size-8 .BirdsEyeView-competitor-image{width:var(--bev-competitor-md-8-image-width);height:var(--bev-competitor-md-8-image-height)}.BirdsEyeView.var-size-8 .var-finals .BirdsEyeView-competitor.is-top{float:left}.BirdsEyeView.var-size-8 .var-finals .BirdsEyeView-competitor.is-bottom{float:right}.BirdsEyeView.var-size-8 .BirdsEyeView-finalCompetitor{width:14.2857142857%;left:42.8571428571%;bottom:calc((4 / 2 - 0.5) * (var(--bev-competitor-md-8-height) + var(--bev-matchup-md-8-padding-top-bottom)) + var(--bev-matchup-md-8-padding-top-bottom))}}@media(max-width: 1099px)and (min-width: 700px){.BirdsEyeView.var-size-8 .BirdsEyeView-columns-name{width:14.2857142857%}.BirdsEyeView.var-size-8 .BirdsEyeView-columns-name.var-side-middle{width:42.8571428571%}.BirdsEyeView.var-size-8 .BirdsEyeView-round{width:14.2857142857%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-finals{width:42.8571428571%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-1.var-region-top-left,.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-1.var-region-bottom-left{left:0%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-1.var-region-top-right,.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-1.var-region-bottom-right{right:0%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-2.var-region-top-left,.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-2.var-region-bottom-left{left:14.2857142857%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-2.var-region-top-right,.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-2.var-region-bottom-right{right:14.2857142857%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-semifinals-left{left:14.2857142857%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-semifinals-right{right:14.2857142857%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-finals{left:28.5714285714%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-1 .BirdsEyeView-matchup-line{width:var(--bev-line-lg-8-horizontal-connector);top:calc(0.5 * (var(--bev-competitor-lg-8-height) + var(--bev-matchup-lg-8-padding-top-bottom) ));bottom:calc(0.5 * (var(--bev-competitor-lg-8-height) + var(--bev-matchup-lg-8-padding-top-bottom)))}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-2 .BirdsEyeView-competitor{padding:calc(0.5 * (var(--bev-competitor-lg-8-height) + var(--bev-matchup-lg-8-padding-top-bottom))) 0}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-2 .BirdsEyeView-matchup-line{width:var(--bev-line-lg-8-horizontal-connector);top:calc(1 * (var(--bev-competitor-lg-8-height) + var(--bev-matchup-lg-8-padding-top-bottom) ));bottom:calc(1 * (var(--bev-competitor-lg-8-height) + var(--bev-matchup-lg-8-padding-top-bottom)))}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-finals{bottom:calc((4 / 2 - 0.5)*(var(--bev-competitor-lg-8-height) + var(--bev-matchup-lg-8-padding-top-bottom)))}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{height:var(--bev-line-lg-8-vertical-connector);top:calc(var(--bev-matchup-lg-8-padding-top-bottom) - var(--bev-line-lg-8-vertical-connector))}.BirdsEyeView.var-size-8 .var-finals .BirdsEyeView-competitor{width:33.3333333333%}.BirdsEyeView.var-size-8 .BirdsEyeView-matchup{padding:var(--bev-matchup-lg-8-padding-top-bottom) 0}.BirdsEyeView.var-size-8 .var-finals .BirdsEyeView-matchup{display:block}.BirdsEyeView.var-size-8 .BirdsEyeView-competitor{height:var(--bev-competitor-lg-8-height)}.BirdsEyeView.var-size-8 .BirdsEyeView-competitor-image{width:var(--bev-competitor-lg-8-image-width);height:var(--bev-competitor-lg-8-image-height)}.BirdsEyeView.var-size-8 .var-finals .BirdsEyeView-competitor.is-top{float:left}.BirdsEyeView.var-size-8 .var-finals .BirdsEyeView-competitor.is-bottom{float:right}.BirdsEyeView.var-size-8 .BirdsEyeView-finalCompetitor{width:14.2857142857%;left:42.8571428571%;bottom:calc((4 / 2 - 0.5) * (var(--bev-competitor-lg-8-height) + var(--bev-matchup-lg-8-padding-top-bottom)) + var(--bev-matchup-lg-8-padding-top-bottom))}}@media(min-width: 1100px){.BirdsEyeView.var-size-8 .BirdsEyeView-columns-name{width:14.2857142857%}.BirdsEyeView.var-size-8 .BirdsEyeView-columns-name.var-side-middle{width:42.8571428571%}.BirdsEyeView.var-size-8 .BirdsEyeView-round{width:14.2857142857%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-finals{width:42.8571428571%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-1.var-region-top-left,.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-1.var-region-bottom-left{left:0%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-1.var-region-top-right,.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-1.var-region-bottom-right{right:0%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-2.var-region-top-left,.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-2.var-region-bottom-left{left:14.2857142857%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-2.var-region-top-right,.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-2.var-region-bottom-right{right:14.2857142857%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-semifinals-left{left:14.2857142857%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-semifinals-right{right:14.2857142857%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-finals{left:28.5714285714%}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-1 .BirdsEyeView-matchup-line{width:var(--bev-line-xl-8-horizontal-connector);top:calc(0.5 * (var(--bev-competitor-xl-8-height) + var(--bev-matchup-xl-8-padding-top-bottom) ));bottom:calc(0.5 * (var(--bev-competitor-xl-8-height) + var(--bev-matchup-xl-8-padding-top-bottom)))}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-2 .BirdsEyeView-competitor{padding:calc(0.5 * (var(--bev-competitor-xl-8-height) + var(--bev-matchup-xl-8-padding-top-bottom))) 0}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-round-2 .BirdsEyeView-matchup-line{width:var(--bev-line-xl-8-horizontal-connector);top:calc(1 * (var(--bev-competitor-xl-8-height) + var(--bev-matchup-xl-8-padding-top-bottom) ));bottom:calc(1 * (var(--bev-competitor-xl-8-height) + var(--bev-matchup-xl-8-padding-top-bottom)))}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-finals{bottom:calc((4 / 2 - 0.5)*(var(--bev-competitor-xl-8-height) + var(--bev-matchup-xl-8-padding-top-bottom)))}.BirdsEyeView.var-size-8 .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{height:var(--bev-line-xl-8-vertical-connector);top:calc(var(--bev-matchup-xl-8-padding-top-bottom) - var(--bev-line-xl-8-vertical-connector))}.BirdsEyeView.var-size-8 .var-finals .BirdsEyeView-competitor{width:33.3333333333%}.BirdsEyeView.var-size-8 .BirdsEyeView-matchup{padding:var(--bev-matchup-xl-8-padding-top-bottom) 0}.BirdsEyeView.var-size-8 .var-finals .BirdsEyeView-matchup{display:block}.BirdsEyeView.var-size-8 .BirdsEyeView-competitor{height:var(--bev-competitor-xl-8-height)}.BirdsEyeView.var-size-8 .BirdsEyeView-competitor-image{width:var(--bev-competitor-xl-8-image-width);height:var(--bev-competitor-xl-8-image-height)}.BirdsEyeView.var-size-8 .var-finals .BirdsEyeView-competitor.is-top{float:left}.BirdsEyeView.var-size-8 .var-finals .BirdsEyeView-competitor.is-bottom{float:right}.BirdsEyeView.var-size-8 .BirdsEyeView-finalCompetitor{width:14.2857142857%;left:42.8571428571%;bottom:calc((4 / 2 - 0.5) * (var(--bev-competitor-xl-8-height) + var(--bev-matchup-xl-8-padding-top-bottom)) + var(--bev-matchup-xl-8-padding-top-bottom))}}@media(max-width: 699px)and (min-width: 450px){.BirdsEyeView.var-size-16 .BirdsEyeView-minContainer{height:calc(8 * (var(--bev-competitor-md-16-height) + var(--bev-matchup-md-16-padding-top-bottom)))}}@media(max-width: 1099px)and (min-width: 700px){.BirdsEyeView.var-size-16 .BirdsEyeView-minContainer{height:calc(8 * (var(--bev-competitor-lg-16-height) + var(--bev-matchup-lg-16-padding-top-bottom)))}}@media(min-width: 1100px){.BirdsEyeView.var-size-16 .BirdsEyeView-minContainer{height:calc(8 * (var(--bev-competitor-xl-16-height) + var(--bev-matchup-xl-16-padding-top-bottom)))}}@media(max-width: 699px)and (min-width: 450px){.BirdsEyeView.var-size-16 .BirdsEyeView-columns-name{width:11.1111111111%}.BirdsEyeView.var-size-16 .BirdsEyeView-columns-name.var-side-middle{width:33.3333333333%}.BirdsEyeView.var-size-16 .BirdsEyeView-round{width:11.1111111111%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-finals{width:33.3333333333%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-1.var-region-top-left,.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-1.var-region-bottom-left{left:0%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-1.var-region-top-right,.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-1.var-region-bottom-right{right:0%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-2.var-region-top-left,.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-2.var-region-bottom-left{left:11.1111111111%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-2.var-region-top-right,.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-2.var-region-bottom-right{right:11.1111111111%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-3.var-region-top-left,.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-3.var-region-bottom-left{left:22.2222222222%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-3.var-region-top-right,.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-3.var-region-bottom-right{right:22.2222222222%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-semifinals-left{left:22.2222222222%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-semifinals-right{right:22.2222222222%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-finals{left:33.3333333333%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-1 .BirdsEyeView-matchup-line{width:var(--bev-line-md-16-horizontal-connector);top:calc(0.5 * (var(--bev-competitor-md-16-height) + var(--bev-matchup-md-16-padding-top-bottom) ));bottom:calc(0.5 * (var(--bev-competitor-md-16-height) + var(--bev-matchup-md-16-padding-top-bottom)))}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-2 .BirdsEyeView-competitor{padding:calc(0.5 * (var(--bev-competitor-md-16-height) + var(--bev-matchup-md-16-padding-top-bottom))) 0}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-2 .BirdsEyeView-matchup-line{width:var(--bev-line-md-16-horizontal-connector);top:calc(1 * (var(--bev-competitor-md-16-height) + var(--bev-matchup-md-16-padding-top-bottom) ));bottom:calc(1 * (var(--bev-competitor-md-16-height) + var(--bev-matchup-md-16-padding-top-bottom)))}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-3 .BirdsEyeView-competitor{padding:calc(1.5 * (var(--bev-competitor-md-16-height) + var(--bev-matchup-md-16-padding-top-bottom))) 0}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-3 .BirdsEyeView-matchup-line{width:var(--bev-line-md-16-horizontal-connector);top:calc(2 * (var(--bev-competitor-md-16-height) + var(--bev-matchup-md-16-padding-top-bottom) ));bottom:calc(2 * (var(--bev-competitor-md-16-height) + var(--bev-matchup-md-16-padding-top-bottom)))}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-finals{bottom:calc((8 / 2 - 0.5)*(var(--bev-competitor-md-16-height) + var(--bev-matchup-md-16-padding-top-bottom)))}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{height:var(--bev-line-md-16-vertical-connector);top:calc(var(--bev-matchup-md-16-padding-top-bottom) - var(--bev-line-md-16-vertical-connector))}.BirdsEyeView.var-size-16 .var-finals .BirdsEyeView-competitor{width:33.3333333333%}.BirdsEyeView.var-size-16 .BirdsEyeView-matchup{padding:var(--bev-matchup-md-16-padding-top-bottom) 0}.BirdsEyeView.var-size-16 .var-finals .BirdsEyeView-matchup{display:block}.BirdsEyeView.var-size-16 .BirdsEyeView-competitor{height:var(--bev-competitor-md-16-height)}.BirdsEyeView.var-size-16 .BirdsEyeView-competitor-image{width:var(--bev-competitor-md-16-image-width);height:var(--bev-competitor-md-16-image-height)}.BirdsEyeView.var-size-16 .var-finals .BirdsEyeView-competitor.is-top{float:left}.BirdsEyeView.var-size-16 .var-finals .BirdsEyeView-competitor.is-bottom{float:right}.BirdsEyeView.var-size-16 .BirdsEyeView-finalCompetitor{width:11.1111111111%;left:44.4444444444%;bottom:calc((8 / 2 - 0.5) * (var(--bev-competitor-md-16-height) + var(--bev-matchup-md-16-padding-top-bottom)) + var(--bev-matchup-md-16-padding-top-bottom))}}@media(max-width: 1099px)and (min-width: 700px){.BirdsEyeView.var-size-16 .BirdsEyeView-columns-name{width:11.1111111111%}.BirdsEyeView.var-size-16 .BirdsEyeView-columns-name.var-side-middle{width:33.3333333333%}.BirdsEyeView.var-size-16 .BirdsEyeView-round{width:11.1111111111%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-finals{width:33.3333333333%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-1.var-region-top-left,.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-1.var-region-bottom-left{left:0%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-1.var-region-top-right,.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-1.var-region-bottom-right{right:0%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-2.var-region-top-left,.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-2.var-region-bottom-left{left:11.1111111111%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-2.var-region-top-right,.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-2.var-region-bottom-right{right:11.1111111111%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-3.var-region-top-left,.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-3.var-region-bottom-left{left:22.2222222222%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-3.var-region-top-right,.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-3.var-region-bottom-right{right:22.2222222222%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-semifinals-left{left:22.2222222222%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-semifinals-right{right:22.2222222222%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-finals{left:33.3333333333%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-1 .BirdsEyeView-matchup-line{width:var(--bev-line-lg-16-horizontal-connector);top:calc(0.5 * (var(--bev-competitor-lg-16-height) + var(--bev-matchup-lg-16-padding-top-bottom) ));bottom:calc(0.5 * (var(--bev-competitor-lg-16-height) + var(--bev-matchup-lg-16-padding-top-bottom)))}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-2 .BirdsEyeView-competitor{padding:calc(0.5 * (var(--bev-competitor-lg-16-height) + var(--bev-matchup-lg-16-padding-top-bottom))) 0}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-2 .BirdsEyeView-matchup-line{width:var(--bev-line-lg-16-horizontal-connector);top:calc(1 * (var(--bev-competitor-lg-16-height) + var(--bev-matchup-lg-16-padding-top-bottom) ));bottom:calc(1 * (var(--bev-competitor-lg-16-height) + var(--bev-matchup-lg-16-padding-top-bottom)))}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-3 .BirdsEyeView-competitor{padding:calc(1.5 * (var(--bev-competitor-lg-16-height) + var(--bev-matchup-lg-16-padding-top-bottom))) 0}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-3 .BirdsEyeView-matchup-line{width:var(--bev-line-lg-16-horizontal-connector);top:calc(2 * (var(--bev-competitor-lg-16-height) + var(--bev-matchup-lg-16-padding-top-bottom) ));bottom:calc(2 * (var(--bev-competitor-lg-16-height) + var(--bev-matchup-lg-16-padding-top-bottom)))}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-finals{bottom:calc((8 / 2 - 0.5)*(var(--bev-competitor-lg-16-height) + var(--bev-matchup-lg-16-padding-top-bottom)))}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{height:var(--bev-line-lg-16-vertical-connector);top:calc(var(--bev-matchup-lg-16-padding-top-bottom) - var(--bev-line-lg-16-vertical-connector))}.BirdsEyeView.var-size-16 .var-finals .BirdsEyeView-competitor{width:33.3333333333%}.BirdsEyeView.var-size-16 .BirdsEyeView-matchup{padding:var(--bev-matchup-lg-16-padding-top-bottom) 0}.BirdsEyeView.var-size-16 .var-finals .BirdsEyeView-matchup{display:block}.BirdsEyeView.var-size-16 .BirdsEyeView-competitor{height:var(--bev-competitor-lg-16-height)}.BirdsEyeView.var-size-16 .BirdsEyeView-competitor-image{width:var(--bev-competitor-lg-16-image-width);height:var(--bev-competitor-lg-16-image-height)}.BirdsEyeView.var-size-16 .var-finals .BirdsEyeView-competitor.is-top{float:left}.BirdsEyeView.var-size-16 .var-finals .BirdsEyeView-competitor.is-bottom{float:right}.BirdsEyeView.var-size-16 .BirdsEyeView-finalCompetitor{width:11.1111111111%;left:44.4444444444%;bottom:calc((8 / 2 - 0.5) * (var(--bev-competitor-lg-16-height) + var(--bev-matchup-lg-16-padding-top-bottom)) + var(--bev-matchup-lg-16-padding-top-bottom))}}@media(min-width: 1100px){.BirdsEyeView.var-size-16 .BirdsEyeView-columns-name{width:11.1111111111%}.BirdsEyeView.var-size-16 .BirdsEyeView-columns-name.var-side-middle{width:33.3333333333%}.BirdsEyeView.var-size-16 .BirdsEyeView-round{width:11.1111111111%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-finals{width:33.3333333333%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-1.var-region-top-left,.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-1.var-region-bottom-left{left:0%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-1.var-region-top-right,.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-1.var-region-bottom-right{right:0%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-2.var-region-top-left,.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-2.var-region-bottom-left{left:11.1111111111%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-2.var-region-top-right,.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-2.var-region-bottom-right{right:11.1111111111%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-3.var-region-top-left,.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-3.var-region-bottom-left{left:22.2222222222%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-3.var-region-top-right,.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-3.var-region-bottom-right{right:22.2222222222%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-semifinals-left{left:22.2222222222%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-semifinals-right{right:22.2222222222%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-finals{left:33.3333333333%}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-1 .BirdsEyeView-matchup-line{width:var(--bev-line-xl-16-horizontal-connector);top:calc(0.5 * (var(--bev-competitor-xl-16-height) + var(--bev-matchup-xl-16-padding-top-bottom) ));bottom:calc(0.5 * (var(--bev-competitor-xl-16-height) + var(--bev-matchup-xl-16-padding-top-bottom)))}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-2 .BirdsEyeView-competitor{padding:calc(0.5 * (var(--bev-competitor-xl-16-height) + var(--bev-matchup-xl-16-padding-top-bottom))) 0}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-2 .BirdsEyeView-matchup-line{width:var(--bev-line-xl-16-horizontal-connector);top:calc(1 * (var(--bev-competitor-xl-16-height) + var(--bev-matchup-xl-16-padding-top-bottom) ));bottom:calc(1 * (var(--bev-competitor-xl-16-height) + var(--bev-matchup-xl-16-padding-top-bottom)))}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-3 .BirdsEyeView-competitor{padding:calc(1.5 * (var(--bev-competitor-xl-16-height) + var(--bev-matchup-xl-16-padding-top-bottom))) 0}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-round-3 .BirdsEyeView-matchup-line{width:var(--bev-line-xl-16-horizontal-connector);top:calc(2 * (var(--bev-competitor-xl-16-height) + var(--bev-matchup-xl-16-padding-top-bottom) ));bottom:calc(2 * (var(--bev-competitor-xl-16-height) + var(--bev-matchup-xl-16-padding-top-bottom)))}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-finals{bottom:calc((8 / 2 - 0.5)*(var(--bev-competitor-xl-16-height) + var(--bev-matchup-xl-16-padding-top-bottom)))}.BirdsEyeView.var-size-16 .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{height:var(--bev-line-xl-16-vertical-connector);top:calc(var(--bev-matchup-xl-16-padding-top-bottom) - var(--bev-line-xl-16-vertical-connector))}.BirdsEyeView.var-size-16 .var-finals .BirdsEyeView-competitor{width:33.3333333333%}.BirdsEyeView.var-size-16 .BirdsEyeView-matchup{padding:var(--bev-matchup-xl-16-padding-top-bottom) 0}.BirdsEyeView.var-size-16 .var-finals .BirdsEyeView-matchup{display:block}.BirdsEyeView.var-size-16 .BirdsEyeView-competitor{height:var(--bev-competitor-xl-16-height)}.BirdsEyeView.var-size-16 .BirdsEyeView-competitor-image{width:var(--bev-competitor-xl-16-image-width);height:var(--bev-competitor-xl-16-image-height)}.BirdsEyeView.var-size-16 .var-finals .BirdsEyeView-competitor.is-top{float:left}.BirdsEyeView.var-size-16 .var-finals .BirdsEyeView-competitor.is-bottom{float:right}.BirdsEyeView.var-size-16 .BirdsEyeView-finalCompetitor{width:11.1111111111%;left:44.4444444444%;bottom:calc((8 / 2 - 0.5) * (var(--bev-competitor-xl-16-height) + var(--bev-matchup-xl-16-padding-top-bottom)) + var(--bev-matchup-xl-16-padding-top-bottom))}}@media(max-width: 699px)and (min-width: 450px){.BirdsEyeView.var-size-32 .BirdsEyeView-minContainer{height:calc(16 * (var(--bev-competitor-md-32-height) + var(--bev-matchup-md-32-padding-top-bottom)))}}@media(max-width: 1099px)and (min-width: 700px){.BirdsEyeView.var-size-32 .BirdsEyeView-minContainer{height:calc(16 * (var(--bev-competitor-lg-32-height) + var(--bev-matchup-lg-32-padding-top-bottom)))}}@media(min-width: 1100px){.BirdsEyeView.var-size-32 .BirdsEyeView-minContainer{height:calc(16 * (var(--bev-competitor-xl-32-height) + var(--bev-matchup-xl-32-padding-top-bottom)))}}@media(max-width: 699px)and (min-width: 450px){.BirdsEyeView.var-size-32 .BirdsEyeView-columns-name{width:9.0909090909%}.BirdsEyeView.var-size-32 .BirdsEyeView-columns-name.var-side-middle{width:27.2727272727%}.BirdsEyeView.var-size-32 .BirdsEyeView-round{width:9.0909090909%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-finals{width:27.2727272727%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-1.var-region-top-left,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-1.var-region-bottom-left{left:0%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-1.var-region-top-right,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-1.var-region-bottom-right{right:0%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-2.var-region-top-left,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-2.var-region-bottom-left{left:9.0909090909%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-2.var-region-top-right,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-2.var-region-bottom-right{right:9.0909090909%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-3.var-region-top-left,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-3.var-region-bottom-left{left:18.1818181818%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-3.var-region-top-right,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-3.var-region-bottom-right{right:18.1818181818%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-4.var-region-top-left,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-4.var-region-bottom-left{left:27.2727272727%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-4.var-region-top-right,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-4.var-region-bottom-right{right:27.2727272727%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-semifinals-left{left:27.2727272727%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-semifinals-right{right:27.2727272727%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-finals{left:36.3636363636%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-1 .BirdsEyeView-matchup-line{width:var(--bev-line-md-32-horizontal-connector);top:calc(0.5 * (var(--bev-competitor-md-32-height) + var(--bev-matchup-md-32-padding-top-bottom) ));bottom:calc(0.5 * (var(--bev-competitor-md-32-height) + var(--bev-matchup-md-32-padding-top-bottom)))}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-2 .BirdsEyeView-competitor{padding:calc(0.5 * (var(--bev-competitor-md-32-height) + var(--bev-matchup-md-32-padding-top-bottom))) 0}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-2 .BirdsEyeView-matchup-line{width:var(--bev-line-md-32-horizontal-connector);top:calc(1 * (var(--bev-competitor-md-32-height) + var(--bev-matchup-md-32-padding-top-bottom) ));bottom:calc(1 * (var(--bev-competitor-md-32-height) + var(--bev-matchup-md-32-padding-top-bottom)))}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-3 .BirdsEyeView-competitor{padding:calc(1.5 * (var(--bev-competitor-md-32-height) + var(--bev-matchup-md-32-padding-top-bottom))) 0}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-3 .BirdsEyeView-matchup-line{width:var(--bev-line-md-32-horizontal-connector);top:calc(2 * (var(--bev-competitor-md-32-height) + var(--bev-matchup-md-32-padding-top-bottom) ));bottom:calc(2 * (var(--bev-competitor-md-32-height) + var(--bev-matchup-md-32-padding-top-bottom)))}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-4 .BirdsEyeView-competitor{padding:calc(3.5 * (var(--bev-competitor-md-32-height) + var(--bev-matchup-md-32-padding-top-bottom))) 0}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-4 .BirdsEyeView-matchup-line{width:var(--bev-line-md-32-horizontal-connector);top:calc(4 * (var(--bev-competitor-md-32-height) + var(--bev-matchup-md-32-padding-top-bottom) ));bottom:calc(4 * (var(--bev-competitor-md-32-height) + var(--bev-matchup-md-32-padding-top-bottom)))}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-finals{bottom:calc((16 / 2 - 0.5)*(var(--bev-competitor-md-32-height) + var(--bev-matchup-md-32-padding-top-bottom)))}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{height:var(--bev-line-md-32-vertical-connector);top:calc(var(--bev-matchup-md-32-padding-top-bottom) - var(--bev-line-md-32-vertical-connector))}.BirdsEyeView.var-size-32 .var-finals .BirdsEyeView-competitor{width:33.3333333333%}.BirdsEyeView.var-size-32 .BirdsEyeView-matchup{padding:var(--bev-matchup-md-32-padding-top-bottom) 0}.BirdsEyeView.var-size-32 .var-finals .BirdsEyeView-matchup{display:block}.BirdsEyeView.var-size-32 .BirdsEyeView-competitor{height:var(--bev-competitor-md-32-height)}.BirdsEyeView.var-size-32 .BirdsEyeView-competitor-image{width:var(--bev-competitor-md-32-image-width);height:var(--bev-competitor-md-32-image-height)}.BirdsEyeView.var-size-32 .var-finals .BirdsEyeView-competitor.is-top{float:left}.BirdsEyeView.var-size-32 .var-finals .BirdsEyeView-competitor.is-bottom{float:right}.BirdsEyeView.var-size-32 .BirdsEyeView-finalCompetitor{width:9.0909090909%;left:45.4545454545%;bottom:calc((16 / 2 - 0.5) * (var(--bev-competitor-md-32-height) + var(--bev-matchup-md-32-padding-top-bottom)) + var(--bev-matchup-md-32-padding-top-bottom))}}@media(max-width: 1099px)and (min-width: 700px){.BirdsEyeView.var-size-32 .BirdsEyeView-columns-name{width:9.0909090909%}.BirdsEyeView.var-size-32 .BirdsEyeView-columns-name.var-side-middle{width:27.2727272727%}.BirdsEyeView.var-size-32 .BirdsEyeView-round{width:9.0909090909%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-finals{width:27.2727272727%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-1.var-region-top-left,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-1.var-region-bottom-left{left:0%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-1.var-region-top-right,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-1.var-region-bottom-right{right:0%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-2.var-region-top-left,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-2.var-region-bottom-left{left:9.0909090909%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-2.var-region-top-right,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-2.var-region-bottom-right{right:9.0909090909%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-3.var-region-top-left,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-3.var-region-bottom-left{left:18.1818181818%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-3.var-region-top-right,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-3.var-region-bottom-right{right:18.1818181818%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-4.var-region-top-left,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-4.var-region-bottom-left{left:27.2727272727%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-4.var-region-top-right,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-4.var-region-bottom-right{right:27.2727272727%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-semifinals-left{left:27.2727272727%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-semifinals-right{right:27.2727272727%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-finals{left:36.3636363636%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-1 .BirdsEyeView-matchup-line{width:var(--bev-line-lg-32-horizontal-connector);top:calc(0.5 * (var(--bev-competitor-lg-32-height) + var(--bev-matchup-lg-32-padding-top-bottom) ));bottom:calc(0.5 * (var(--bev-competitor-lg-32-height) + var(--bev-matchup-lg-32-padding-top-bottom)))}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-2 .BirdsEyeView-competitor{padding:calc(0.5 * (var(--bev-competitor-lg-32-height) + var(--bev-matchup-lg-32-padding-top-bottom))) 0}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-2 .BirdsEyeView-matchup-line{width:var(--bev-line-lg-32-horizontal-connector);top:calc(1 * (var(--bev-competitor-lg-32-height) + var(--bev-matchup-lg-32-padding-top-bottom) ));bottom:calc(1 * (var(--bev-competitor-lg-32-height) + var(--bev-matchup-lg-32-padding-top-bottom)))}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-3 .BirdsEyeView-competitor{padding:calc(1.5 * (var(--bev-competitor-lg-32-height) + var(--bev-matchup-lg-32-padding-top-bottom))) 0}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-3 .BirdsEyeView-matchup-line{width:var(--bev-line-lg-32-horizontal-connector);top:calc(2 * (var(--bev-competitor-lg-32-height) + var(--bev-matchup-lg-32-padding-top-bottom) ));bottom:calc(2 * (var(--bev-competitor-lg-32-height) + var(--bev-matchup-lg-32-padding-top-bottom)))}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-4 .BirdsEyeView-competitor{padding:calc(3.5 * (var(--bev-competitor-lg-32-height) + var(--bev-matchup-lg-32-padding-top-bottom))) 0}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-4 .BirdsEyeView-matchup-line{width:var(--bev-line-lg-32-horizontal-connector);top:calc(4 * (var(--bev-competitor-lg-32-height) + var(--bev-matchup-lg-32-padding-top-bottom) ));bottom:calc(4 * (var(--bev-competitor-lg-32-height) + var(--bev-matchup-lg-32-padding-top-bottom)))}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-finals{bottom:calc((16 / 2 - 0.5)*(var(--bev-competitor-lg-32-height) + var(--bev-matchup-lg-32-padding-top-bottom)))}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{height:var(--bev-line-lg-32-vertical-connector);top:calc(var(--bev-matchup-lg-32-padding-top-bottom) - var(--bev-line-lg-32-vertical-connector))}.BirdsEyeView.var-size-32 .var-finals .BirdsEyeView-competitor{width:33.3333333333%}.BirdsEyeView.var-size-32 .BirdsEyeView-matchup{padding:var(--bev-matchup-lg-32-padding-top-bottom) 0}.BirdsEyeView.var-size-32 .var-finals .BirdsEyeView-matchup{display:block}.BirdsEyeView.var-size-32 .BirdsEyeView-competitor{height:var(--bev-competitor-lg-32-height)}.BirdsEyeView.var-size-32 .BirdsEyeView-competitor-image{width:var(--bev-competitor-lg-32-image-width);height:var(--bev-competitor-lg-32-image-height)}.BirdsEyeView.var-size-32 .var-finals .BirdsEyeView-competitor.is-top{float:left}.BirdsEyeView.var-size-32 .var-finals .BirdsEyeView-competitor.is-bottom{float:right}.BirdsEyeView.var-size-32 .BirdsEyeView-finalCompetitor{width:9.0909090909%;left:45.4545454545%;bottom:calc((16 / 2 - 0.5) * (var(--bev-competitor-lg-32-height) + var(--bev-matchup-lg-32-padding-top-bottom)) + var(--bev-matchup-lg-32-padding-top-bottom))}}@media(min-width: 1100px){.BirdsEyeView.var-size-32 .BirdsEyeView-columns-name{width:9.0909090909%}.BirdsEyeView.var-size-32 .BirdsEyeView-columns-name.var-side-middle{width:27.2727272727%}.BirdsEyeView.var-size-32 .BirdsEyeView-round{width:9.0909090909%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-finals{width:27.2727272727%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-1.var-region-top-left,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-1.var-region-bottom-left{left:0%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-1.var-region-top-right,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-1.var-region-bottom-right{right:0%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-2.var-region-top-left,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-2.var-region-bottom-left{left:9.0909090909%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-2.var-region-top-right,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-2.var-region-bottom-right{right:9.0909090909%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-3.var-region-top-left,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-3.var-region-bottom-left{left:18.1818181818%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-3.var-region-top-right,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-3.var-region-bottom-right{right:18.1818181818%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-4.var-region-top-left,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-4.var-region-bottom-left{left:27.2727272727%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-4.var-region-top-right,.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-4.var-region-bottom-right{right:27.2727272727%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-semifinals-left{left:27.2727272727%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-semifinals-right{right:27.2727272727%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-finals{left:36.3636363636%}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-1 .BirdsEyeView-matchup-line{width:var(--bev-line-xl-32-horizontal-connector);top:calc(0.5 * (var(--bev-competitor-xl-32-height) + var(--bev-matchup-xl-32-padding-top-bottom) ));bottom:calc(0.5 * (var(--bev-competitor-xl-32-height) + var(--bev-matchup-xl-32-padding-top-bottom)))}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-2 .BirdsEyeView-competitor{padding:calc(0.5 * (var(--bev-competitor-xl-32-height) + var(--bev-matchup-xl-32-padding-top-bottom))) 0}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-2 .BirdsEyeView-matchup-line{width:var(--bev-line-xl-32-horizontal-connector);top:calc(1 * (var(--bev-competitor-xl-32-height) + var(--bev-matchup-xl-32-padding-top-bottom) ));bottom:calc(1 * (var(--bev-competitor-xl-32-height) + var(--bev-matchup-xl-32-padding-top-bottom)))}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-3 .BirdsEyeView-competitor{padding:calc(1.5 * (var(--bev-competitor-xl-32-height) + var(--bev-matchup-xl-32-padding-top-bottom))) 0}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-3 .BirdsEyeView-matchup-line{width:var(--bev-line-xl-32-horizontal-connector);top:calc(2 * (var(--bev-competitor-xl-32-height) + var(--bev-matchup-xl-32-padding-top-bottom) ));bottom:calc(2 * (var(--bev-competitor-xl-32-height) + var(--bev-matchup-xl-32-padding-top-bottom)))}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-4 .BirdsEyeView-competitor{padding:calc(3.5 * (var(--bev-competitor-xl-32-height) + var(--bev-matchup-xl-32-padding-top-bottom))) 0}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-round-4 .BirdsEyeView-matchup-line{width:var(--bev-line-xl-32-horizontal-connector);top:calc(4 * (var(--bev-competitor-xl-32-height) + var(--bev-matchup-xl-32-padding-top-bottom) ));bottom:calc(4 * (var(--bev-competitor-xl-32-height) + var(--bev-matchup-xl-32-padding-top-bottom)))}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-finals{bottom:calc((16 / 2 - 0.5)*(var(--bev-competitor-xl-32-height) + var(--bev-matchup-xl-32-padding-top-bottom)))}.BirdsEyeView.var-size-32 .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{height:var(--bev-line-xl-32-vertical-connector);top:calc(var(--bev-matchup-xl-32-padding-top-bottom) - var(--bev-line-xl-32-vertical-connector))}.BirdsEyeView.var-size-32 .var-finals .BirdsEyeView-competitor{width:33.3333333333%}.BirdsEyeView.var-size-32 .BirdsEyeView-matchup{padding:var(--bev-matchup-xl-32-padding-top-bottom) 0}.BirdsEyeView.var-size-32 .var-finals .BirdsEyeView-matchup{display:block}.BirdsEyeView.var-size-32 .BirdsEyeView-competitor{height:var(--bev-competitor-xl-32-height)}.BirdsEyeView.var-size-32 .BirdsEyeView-competitor-image{width:var(--bev-competitor-xl-32-image-width);height:var(--bev-competitor-xl-32-image-height)}.BirdsEyeView.var-size-32 .var-finals .BirdsEyeView-competitor.is-top{float:left}.BirdsEyeView.var-size-32 .var-finals .BirdsEyeView-competitor.is-bottom{float:right}.BirdsEyeView.var-size-32 .BirdsEyeView-finalCompetitor{width:9.0909090909%;left:45.4545454545%;bottom:calc((16 / 2 - 0.5) * (var(--bev-competitor-xl-32-height) + var(--bev-matchup-xl-32-padding-top-bottom)) + var(--bev-matchup-xl-32-padding-top-bottom))}}@media(max-width: 699px)and (min-width: 450px){.BirdsEyeView.var-size-64 .BirdsEyeView-minContainer{height:calc(32 * (var(--bev-competitor-md-64-height) + var(--bev-matchup-md-64-padding-top-bottom)))}}@media(max-width: 1099px)and (min-width: 700px){.BirdsEyeView.var-size-64 .BirdsEyeView-minContainer{height:calc(32 * (var(--bev-competitor-lg-64-height) + var(--bev-matchup-lg-64-padding-top-bottom)))}}@media(min-width: 1100px){.BirdsEyeView.var-size-64 .BirdsEyeView-minContainer{height:calc(32 * (var(--bev-competitor-xl-64-height) + var(--bev-matchup-xl-64-padding-top-bottom)))}}@media(max-width: 699px)and (min-width: 450px){.BirdsEyeView.var-size-64 .BirdsEyeView-columns-name{width:7.6923076923%}.BirdsEyeView.var-size-64 .BirdsEyeView-columns-name.var-side-middle{width:23.0769230769%}.BirdsEyeView.var-size-64 .BirdsEyeView-round{width:7.6923076923%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-finals{width:23.0769230769%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-1.var-region-top-left,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-1.var-region-bottom-left{left:0%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-1.var-region-top-right,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-1.var-region-bottom-right{right:0%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-2.var-region-top-left,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-2.var-region-bottom-left{left:7.6923076923%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-2.var-region-top-right,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-2.var-region-bottom-right{right:7.6923076923%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-3.var-region-top-left,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-3.var-region-bottom-left{left:15.3846153846%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-3.var-region-top-right,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-3.var-region-bottom-right{right:15.3846153846%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-4.var-region-top-left,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-4.var-region-bottom-left{left:23.0769230769%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-4.var-region-top-right,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-4.var-region-bottom-right{right:23.0769230769%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-5.var-region-top-left,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-5.var-region-bottom-left{left:30.7692307692%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-5.var-region-top-right,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-5.var-region-bottom-right{right:30.7692307692%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-semifinals-left{left:30.7692307692%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-semifinals-right{right:30.7692307692%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-finals{left:38.4615384615%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-1 .BirdsEyeView-matchup-line{width:var(--bev-line-md-64-horizontal-connector);top:calc(0.5 * (var(--bev-competitor-md-64-height) + var(--bev-matchup-md-64-padding-top-bottom) ));bottom:calc(0.5 * (var(--bev-competitor-md-64-height) + var(--bev-matchup-md-64-padding-top-bottom)))}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-2 .BirdsEyeView-competitor{padding:calc(0.5 * (var(--bev-competitor-md-64-height) + var(--bev-matchup-md-64-padding-top-bottom))) 0}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-2 .BirdsEyeView-matchup-line{width:var(--bev-line-md-64-horizontal-connector);top:calc(1 * (var(--bev-competitor-md-64-height) + var(--bev-matchup-md-64-padding-top-bottom) ));bottom:calc(1 * (var(--bev-competitor-md-64-height) + var(--bev-matchup-md-64-padding-top-bottom)))}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-3 .BirdsEyeView-competitor{padding:calc(1.5 * (var(--bev-competitor-md-64-height) + var(--bev-matchup-md-64-padding-top-bottom))) 0}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-3 .BirdsEyeView-matchup-line{width:var(--bev-line-md-64-horizontal-connector);top:calc(2 * (var(--bev-competitor-md-64-height) + var(--bev-matchup-md-64-padding-top-bottom) ));bottom:calc(2 * (var(--bev-competitor-md-64-height) + var(--bev-matchup-md-64-padding-top-bottom)))}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-4 .BirdsEyeView-competitor{padding:calc(3.5 * (var(--bev-competitor-md-64-height) + var(--bev-matchup-md-64-padding-top-bottom))) 0}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-4 .BirdsEyeView-matchup-line{width:var(--bev-line-md-64-horizontal-connector);top:calc(4 * (var(--bev-competitor-md-64-height) + var(--bev-matchup-md-64-padding-top-bottom) ));bottom:calc(4 * (var(--bev-competitor-md-64-height) + var(--bev-matchup-md-64-padding-top-bottom)))}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-5 .BirdsEyeView-competitor{padding:calc(7.5 * (var(--bev-competitor-md-64-height) + var(--bev-matchup-md-64-padding-top-bottom))) 0}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-5 .BirdsEyeView-matchup-line{width:var(--bev-line-md-64-horizontal-connector);top:calc(8 * (var(--bev-competitor-md-64-height) + var(--bev-matchup-md-64-padding-top-bottom) ));bottom:calc(8 * (var(--bev-competitor-md-64-height) + var(--bev-matchup-md-64-padding-top-bottom)))}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-finals{bottom:calc((32 / 2 - 0.5)*(var(--bev-competitor-md-64-height) + var(--bev-matchup-md-64-padding-top-bottom)))}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{height:var(--bev-line-md-64-vertical-connector);top:calc(var(--bev-matchup-md-64-padding-top-bottom) - var(--bev-line-md-64-vertical-connector))}.BirdsEyeView.var-size-64 .var-finals .BirdsEyeView-competitor{width:33.3333333333%}.BirdsEyeView.var-size-64 .BirdsEyeView-matchup{padding:var(--bev-matchup-md-64-padding-top-bottom) 0}.BirdsEyeView.var-size-64 .var-finals .BirdsEyeView-matchup{display:block}.BirdsEyeView.var-size-64 .BirdsEyeView-competitor{height:var(--bev-competitor-md-64-height)}.BirdsEyeView.var-size-64 .BirdsEyeView-competitor-image{width:var(--bev-competitor-md-64-image-width);height:var(--bev-competitor-md-64-image-height)}.BirdsEyeView.var-size-64 .var-finals .BirdsEyeView-competitor.is-top{float:left}.BirdsEyeView.var-size-64 .var-finals .BirdsEyeView-competitor.is-bottom{float:right}.BirdsEyeView.var-size-64 .BirdsEyeView-finalCompetitor{width:7.6923076923%;left:46.1538461538%;bottom:calc((32 / 2 - 0.5) * (var(--bev-competitor-md-64-height) + var(--bev-matchup-md-64-padding-top-bottom)) + var(--bev-matchup-md-64-padding-top-bottom))}}@media(max-width: 1099px)and (min-width: 700px){.BirdsEyeView.var-size-64 .BirdsEyeView-columns-name{width:7.6923076923%}.BirdsEyeView.var-size-64 .BirdsEyeView-columns-name.var-side-middle{width:23.0769230769%}.BirdsEyeView.var-size-64 .BirdsEyeView-round{width:7.6923076923%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-finals{width:23.0769230769%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-1.var-region-top-left,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-1.var-region-bottom-left{left:0%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-1.var-region-top-right,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-1.var-region-bottom-right{right:0%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-2.var-region-top-left,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-2.var-region-bottom-left{left:7.6923076923%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-2.var-region-top-right,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-2.var-region-bottom-right{right:7.6923076923%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-3.var-region-top-left,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-3.var-region-bottom-left{left:15.3846153846%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-3.var-region-top-right,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-3.var-region-bottom-right{right:15.3846153846%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-4.var-region-top-left,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-4.var-region-bottom-left{left:23.0769230769%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-4.var-region-top-right,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-4.var-region-bottom-right{right:23.0769230769%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-5.var-region-top-left,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-5.var-region-bottom-left{left:30.7692307692%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-5.var-region-top-right,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-5.var-region-bottom-right{right:30.7692307692%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-semifinals-left{left:30.7692307692%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-semifinals-right{right:30.7692307692%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-finals{left:38.4615384615%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-1 .BirdsEyeView-matchup-line{width:var(--bev-line-lg-64-horizontal-connector);top:calc(0.5 * (var(--bev-competitor-lg-64-height) + var(--bev-matchup-lg-64-padding-top-bottom) ));bottom:calc(0.5 * (var(--bev-competitor-lg-64-height) + var(--bev-matchup-lg-64-padding-top-bottom)))}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-2 .BirdsEyeView-competitor{padding:calc(0.5 * (var(--bev-competitor-lg-64-height) + var(--bev-matchup-lg-64-padding-top-bottom))) 0}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-2 .BirdsEyeView-matchup-line{width:var(--bev-line-lg-64-horizontal-connector);top:calc(1 * (var(--bev-competitor-lg-64-height) + var(--bev-matchup-lg-64-padding-top-bottom) ));bottom:calc(1 * (var(--bev-competitor-lg-64-height) + var(--bev-matchup-lg-64-padding-top-bottom)))}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-3 .BirdsEyeView-competitor{padding:calc(1.5 * (var(--bev-competitor-lg-64-height) + var(--bev-matchup-lg-64-padding-top-bottom))) 0}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-3 .BirdsEyeView-matchup-line{width:var(--bev-line-lg-64-horizontal-connector);top:calc(2 * (var(--bev-competitor-lg-64-height) + var(--bev-matchup-lg-64-padding-top-bottom) ));bottom:calc(2 * (var(--bev-competitor-lg-64-height) + var(--bev-matchup-lg-64-padding-top-bottom)))}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-4 .BirdsEyeView-competitor{padding:calc(3.5 * (var(--bev-competitor-lg-64-height) + var(--bev-matchup-lg-64-padding-top-bottom))) 0}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-4 .BirdsEyeView-matchup-line{width:var(--bev-line-lg-64-horizontal-connector);top:calc(4 * (var(--bev-competitor-lg-64-height) + var(--bev-matchup-lg-64-padding-top-bottom) ));bottom:calc(4 * (var(--bev-competitor-lg-64-height) + var(--bev-matchup-lg-64-padding-top-bottom)))}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-5 .BirdsEyeView-competitor{padding:calc(7.5 * (var(--bev-competitor-lg-64-height) + var(--bev-matchup-lg-64-padding-top-bottom))) 0}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-5 .BirdsEyeView-matchup-line{width:var(--bev-line-lg-64-horizontal-connector);top:calc(8 * (var(--bev-competitor-lg-64-height) + var(--bev-matchup-lg-64-padding-top-bottom) ));bottom:calc(8 * (var(--bev-competitor-lg-64-height) + var(--bev-matchup-lg-64-padding-top-bottom)))}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-finals{bottom:calc((32 / 2 - 0.5)*(var(--bev-competitor-lg-64-height) + var(--bev-matchup-lg-64-padding-top-bottom)))}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{height:var(--bev-line-lg-64-vertical-connector);top:calc(var(--bev-matchup-lg-64-padding-top-bottom) - var(--bev-line-lg-64-vertical-connector))}.BirdsEyeView.var-size-64 .var-finals .BirdsEyeView-competitor{width:33.3333333333%}.BirdsEyeView.var-size-64 .BirdsEyeView-matchup{padding:var(--bev-matchup-lg-64-padding-top-bottom) 0}.BirdsEyeView.var-size-64 .var-finals .BirdsEyeView-matchup{display:block}.BirdsEyeView.var-size-64 .BirdsEyeView-competitor{height:var(--bev-competitor-lg-64-height)}.BirdsEyeView.var-size-64 .BirdsEyeView-competitor-image{width:var(--bev-competitor-lg-64-image-width);height:var(--bev-competitor-lg-64-image-height)}.BirdsEyeView.var-size-64 .var-finals .BirdsEyeView-competitor.is-top{float:left}.BirdsEyeView.var-size-64 .var-finals .BirdsEyeView-competitor.is-bottom{float:right}.BirdsEyeView.var-size-64 .BirdsEyeView-finalCompetitor{width:7.6923076923%;left:46.1538461538%;bottom:calc((32 / 2 - 0.5) * (var(--bev-competitor-lg-64-height) + var(--bev-matchup-lg-64-padding-top-bottom)) + var(--bev-matchup-lg-64-padding-top-bottom))}}@media(min-width: 1100px){.BirdsEyeView.var-size-64 .BirdsEyeView-columns-name{width:7.6923076923%}.BirdsEyeView.var-size-64 .BirdsEyeView-columns-name.var-side-middle{width:23.0769230769%}.BirdsEyeView.var-size-64 .BirdsEyeView-round{width:7.6923076923%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-finals{width:23.0769230769%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-1.var-region-top-left,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-1.var-region-bottom-left{left:0%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-1.var-region-top-right,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-1.var-region-bottom-right{right:0%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-2.var-region-top-left,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-2.var-region-bottom-left{left:7.6923076923%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-2.var-region-top-right,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-2.var-region-bottom-right{right:7.6923076923%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-3.var-region-top-left,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-3.var-region-bottom-left{left:15.3846153846%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-3.var-region-top-right,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-3.var-region-bottom-right{right:15.3846153846%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-4.var-region-top-left,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-4.var-region-bottom-left{left:23.0769230769%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-4.var-region-top-right,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-4.var-region-bottom-right{right:23.0769230769%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-5.var-region-top-left,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-5.var-region-bottom-left{left:30.7692307692%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-5.var-region-top-right,.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-5.var-region-bottom-right{right:30.7692307692%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-semifinals-left{left:30.7692307692%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-semifinals-right{right:30.7692307692%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-finals{left:38.4615384615%}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-1 .BirdsEyeView-matchup-line{width:var(--bev-line-xl-64-horizontal-connector);top:calc(0.5 * (var(--bev-competitor-xl-64-height) + var(--bev-matchup-xl-64-padding-top-bottom) ));bottom:calc(0.5 * (var(--bev-competitor-xl-64-height) + var(--bev-matchup-xl-64-padding-top-bottom)))}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-2 .BirdsEyeView-competitor{padding:calc(0.5 * (var(--bev-competitor-xl-64-height) + var(--bev-matchup-xl-64-padding-top-bottom))) 0}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-2 .BirdsEyeView-matchup-line{width:var(--bev-line-xl-64-horizontal-connector);top:calc(1 * (var(--bev-competitor-xl-64-height) + var(--bev-matchup-xl-64-padding-top-bottom) ));bottom:calc(1 * (var(--bev-competitor-xl-64-height) + var(--bev-matchup-xl-64-padding-top-bottom)))}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-3 .BirdsEyeView-competitor{padding:calc(1.5 * (var(--bev-competitor-xl-64-height) + var(--bev-matchup-xl-64-padding-top-bottom))) 0}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-3 .BirdsEyeView-matchup-line{width:var(--bev-line-xl-64-horizontal-connector);top:calc(2 * (var(--bev-competitor-xl-64-height) + var(--bev-matchup-xl-64-padding-top-bottom) ));bottom:calc(2 * (var(--bev-competitor-xl-64-height) + var(--bev-matchup-xl-64-padding-top-bottom)))}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-4 .BirdsEyeView-competitor{padding:calc(3.5 * (var(--bev-competitor-xl-64-height) + var(--bev-matchup-xl-64-padding-top-bottom))) 0}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-4 .BirdsEyeView-matchup-line{width:var(--bev-line-xl-64-horizontal-connector);top:calc(4 * (var(--bev-competitor-xl-64-height) + var(--bev-matchup-xl-64-padding-top-bottom) ));bottom:calc(4 * (var(--bev-competitor-xl-64-height) + var(--bev-matchup-xl-64-padding-top-bottom)))}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-5 .BirdsEyeView-competitor{padding:calc(7.5 * (var(--bev-competitor-xl-64-height) + var(--bev-matchup-xl-64-padding-top-bottom))) 0}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-round-5 .BirdsEyeView-matchup-line{width:var(--bev-line-xl-64-horizontal-connector);top:calc(8 * (var(--bev-competitor-xl-64-height) + var(--bev-matchup-xl-64-padding-top-bottom) ));bottom:calc(8 * (var(--bev-competitor-xl-64-height) + var(--bev-matchup-xl-64-padding-top-bottom)))}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-finals{bottom:calc((32 / 2 - 0.5)*(var(--bev-competitor-xl-64-height) + var(--bev-matchup-xl-64-padding-top-bottom)))}.BirdsEyeView.var-size-64 .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{height:var(--bev-line-xl-64-vertical-connector);top:calc(var(--bev-matchup-xl-64-padding-top-bottom) - var(--bev-line-xl-64-vertical-connector))}.BirdsEyeView.var-size-64 .var-finals .BirdsEyeView-competitor{width:33.3333333333%}.BirdsEyeView.var-size-64 .BirdsEyeView-matchup{padding:var(--bev-matchup-xl-64-padding-top-bottom) 0}.BirdsEyeView.var-size-64 .var-finals .BirdsEyeView-matchup{display:block}.BirdsEyeView.var-size-64 .BirdsEyeView-competitor{height:var(--bev-competitor-xl-64-height)}.BirdsEyeView.var-size-64 .BirdsEyeView-competitor-image{width:var(--bev-competitor-xl-64-image-width);height:var(--bev-competitor-xl-64-image-height)}.BirdsEyeView.var-size-64 .var-finals .BirdsEyeView-competitor.is-top{float:left}.BirdsEyeView.var-size-64 .var-finals .BirdsEyeView-competitor.is-bottom{float:right}.BirdsEyeView.var-size-64 .BirdsEyeView-finalCompetitor{width:7.6923076923%;left:46.1538461538%;bottom:calc((32 / 2 - 0.5) * (var(--bev-competitor-xl-64-height) + var(--bev-matchup-xl-64-padding-top-bottom)) + var(--bev-matchup-xl-64-padding-top-bottom))}}@media(min-width: 1100px){.BirdsEyeView.var-size-4.var-winnerInMiddle-size-xl .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 1099px)and (min-width: 700px){.BirdsEyeView.var-size-4.var-winnerInMiddle-size-lg .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 699px)and (min-width: 450px){.BirdsEyeView.var-size-4.var-winnerInMiddle-size-md .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 449px)and (min-width: 300px){.BirdsEyeView.var-size-4.var-winnerInMiddle-size-sm .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 299px){.BirdsEyeView.var-size-4.var-winnerInMiddle-size-xs .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(min-width: 1100px){.BirdsEyeView.var-size-8.var-winnerInMiddle-size-xl .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 1099px)and (min-width: 700px){.BirdsEyeView.var-size-8.var-winnerInMiddle-size-lg .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 699px)and (min-width: 450px){.BirdsEyeView.var-size-8.var-winnerInMiddle-size-md .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 449px)and (min-width: 300px){.BirdsEyeView.var-size-8.var-winnerInMiddle-size-sm .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 299px){.BirdsEyeView.var-size-8.var-winnerInMiddle-size-xs .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(min-width: 1100px){.BirdsEyeView.var-size-16.var-winnerInMiddle-size-xl .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 1099px)and (min-width: 700px){.BirdsEyeView.var-size-16.var-winnerInMiddle-size-lg .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 699px)and (min-width: 450px){.BirdsEyeView.var-size-16.var-winnerInMiddle-size-md .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 449px)and (min-width: 300px){.BirdsEyeView.var-size-16.var-winnerInMiddle-size-sm .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 299px){.BirdsEyeView.var-size-16.var-winnerInMiddle-size-xs .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(min-width: 1100px){.BirdsEyeView.var-size-32.var-winnerInMiddle-size-xl .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 1099px)and (min-width: 700px){.BirdsEyeView.var-size-32.var-winnerInMiddle-size-lg .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 699px)and (min-width: 450px){.BirdsEyeView.var-size-32.var-winnerInMiddle-size-md .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 449px)and (min-width: 300px){.BirdsEyeView.var-size-32.var-winnerInMiddle-size-sm .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 299px){.BirdsEyeView.var-size-32.var-winnerInMiddle-size-xs .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(min-width: 1100px){.BirdsEyeView.var-size-64.var-winnerInMiddle-size-xl .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 1099px)and (min-width: 700px){.BirdsEyeView.var-size-64.var-winnerInMiddle-size-lg .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 699px)and (min-width: 450px){.BirdsEyeView.var-size-64.var-winnerInMiddle-size-md .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 449px)and (min-width: 300px){.BirdsEyeView.var-size-64.var-winnerInMiddle-size-sm .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(max-width: 299px){.BirdsEyeView.var-size-64.var-winnerInMiddle-size-xs .BirdsEyeView-round.var-finals .BirdsEyeView-matchup-line{top:50%;height:0}}@media(min-width: 1100px){.BirdsEyeView.var-winnerInMiddle-size-xl .var-finals .BirdsEyeView-matchup-line{left:16.6666666667%;right:16.6666666667%}.BirdsEyeView.var-winnerInMiddle-size-xl .var-finals .BirdsEyeView-matchup-line-top,.BirdsEyeView.var-winnerInMiddle-size-xl .var-finals .BirdsEyeView-matchup-line-bottom{border-left:none;border-right:none}.BirdsEyeView.var-winnerInMiddle-size-xl .var-finals .BirdsEyeView-matchup-line-top:before,.BirdsEyeView.var-winnerInMiddle-size-xl .var-finals .BirdsEyeView-matchup-line-bottom:before{display:none}}@media(max-width: 1099px)and (min-width: 700px){.BirdsEyeView.var-winnerInMiddle-size-lg .var-finals .BirdsEyeView-matchup-line{left:16.6666666667%;right:16.6666666667%}.BirdsEyeView.var-winnerInMiddle-size-lg .var-finals .BirdsEyeView-matchup-line-top,.BirdsEyeView.var-winnerInMiddle-size-lg .var-finals .BirdsEyeView-matchup-line-bottom{border-left:none;border-right:none}.BirdsEyeView.var-winnerInMiddle-size-lg .var-finals .BirdsEyeView-matchup-line-top:before,.BirdsEyeView.var-winnerInMiddle-size-lg .var-finals .BirdsEyeView-matchup-line-bottom:before{display:none}}@media(max-width: 699px)and (min-width: 450px){.BirdsEyeView.var-winnerInMiddle-size-md .var-finals .BirdsEyeView-matchup-line{left:16.6666666667%;right:16.6666666667%}.BirdsEyeView.var-winnerInMiddle-size-md .var-finals .BirdsEyeView-matchup-line-top,.BirdsEyeView.var-winnerInMiddle-size-md .var-finals .BirdsEyeView-matchup-line-bottom{border-left:none;border-right:none}.BirdsEyeView.var-winnerInMiddle-size-md .var-finals .BirdsEyeView-matchup-line-top:before,.BirdsEyeView.var-winnerInMiddle-size-md .var-finals .BirdsEyeView-matchup-line-bottom:before{display:none}}@media(max-width: 449px)and (min-width: 300px){.BirdsEyeView.var-winnerInMiddle-size-sm .var-finals .BirdsEyeView-matchup-line{left:16.6666666667%;right:16.6666666667%}.BirdsEyeView.var-winnerInMiddle-size-sm .var-finals .BirdsEyeView-matchup-line-top,.BirdsEyeView.var-winnerInMiddle-size-sm .var-finals .BirdsEyeView-matchup-line-bottom{border-left:none;border-right:none}.BirdsEyeView.var-winnerInMiddle-size-sm .var-finals .BirdsEyeView-matchup-line-top:before,.BirdsEyeView.var-winnerInMiddle-size-sm .var-finals .BirdsEyeView-matchup-line-bottom:before{display:none}}@media(max-width: 299px){.BirdsEyeView.var-winnerInMiddle-size-xs .var-finals .BirdsEyeView-matchup-line{left:16.6666666667%;right:16.6666666667%}.BirdsEyeView.var-winnerInMiddle-size-xs .var-finals .BirdsEyeView-matchup-line-top,.BirdsEyeView.var-winnerInMiddle-size-xs .var-finals .BirdsEyeView-matchup-line-bottom{border-left:none;border-right:none}.BirdsEyeView.var-winnerInMiddle-size-xs .var-finals .BirdsEyeView-matchup-line-top:before,.BirdsEyeView.var-winnerInMiddle-size-xs .var-finals .BirdsEyeView-matchup-line-bottom:before{display:none}}.BirdsEyeView .BirdsEyeView-competitor{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center}.BirdsEyeView .BirdsEyeView-competitor-image{border-radius:var(--BirdsEyeView-competitor-image-border-radius);position:relative;overflow:hidden;margin:0 auto;background-color:var(--bev-competitor-fill-color);transition:background-color 1s}.BirdsEyeView .BirdsEyeView-competitor-image img{height:100%;display:block;opacity:1;transition:opacity 1s}.BirdsEyeView .BirdsEyeView-competitor.is-empty .BirdsEyeView-competitor-image{background-color:var(--bev-competitor-fill-color-empty)}.BirdsEyeView .BirdsEyeView-competitor.is-empty .BirdsEyeView-competitor-image img{opacity:0}.BirdsEyeView .BirdsEyeView-competitor.is-winner .BirdsEyeView-competitor-image{background-color:var(--bev-competitor-fill-color-winner)}.BirdsEyeView .BirdsEyeView-finalCompetitor{position:absolute;z-index:5}.BirdsEyeView .var-finals .BirdsEyeView-matchup{float:left;width:100%}.BirdsEyeView .var-finals .BirdsEyeView-competitor+.BirdsEyeView-competitor{float:right}.BirdsEyeView .BirdsEyeView-round-name{display:none}.BirdsEyeView .BirdsEyeView-regionName{position:absolute;font-size:30px;font-weight:100;margin-bottom:-15px;color:#ccc;width:50%;text-align:center}.BirdsEyeView .BirdsEyeView-regionName.var-region-top-left,.BirdsEyeView .BirdsEyeView-regionName.var-region-top-right{bottom:75%}.BirdsEyeView .BirdsEyeView-regionName.var-region-bottom-left,.BirdsEyeView .BirdsEyeView-regionName.var-region-bottom-right{bottom:25%}.BirdsEyeView .BirdsEyeView-regionName.var-region-top-right,.BirdsEyeView .BirdsEyeView-regionName.var-region-bottom-right{right:0}.BirdsEyeView .BirdsEyeView-regionName.var-region-final{display:none}.BirdsEyeView .BirdsEyeView-matchup-predictionCorrect,.BirdsEyeView .BirdsEyeView-matchup-predictionWrong{display:none;position:absolute;top:50%;z-index:2;fill:#fff;border-radius:50%;padding:5px;width:16px;height:16px}.BirdsEyeView .BirdsEyeView-matchup-predictionCorrect.is-visible,.BirdsEyeView .BirdsEyeView-matchup-predictionWrong.is-visible{display:flex}.BirdsEyeView .BirdsEyeView-matchup-predictionCorrect.is-hidden,.BirdsEyeView .BirdsEyeView-matchup-predictionWrong.is-hidden{display:none}.BirdsEyeView .var-region-top-right .BirdsEyeView-matchup-predictionCorrect,.BirdsEyeView .var-region-top-right .BirdsEyeView-matchup-predictionWrong,.BirdsEyeView .var-region-bottom-right .BirdsEyeView-matchup-predictionCorrect,.BirdsEyeView .var-region-bottom-right .BirdsEyeView-matchup-predictionWrong,.BirdsEyeView .var-semifinals-right .BirdsEyeView-matchup-predictionCorrect,.BirdsEyeView .var-semifinals-right .BirdsEyeView-matchup-predictionWrong{left:0;transform:translate(-50%, -50%)}.BirdsEyeView .var-region-top-left .BirdsEyeView-matchup-predictionCorrect,.BirdsEyeView .var-region-top-left .BirdsEyeView-matchup-predictionWrong,.BirdsEyeView .var-region-bottom-left .BirdsEyeView-matchup-predictionCorrect,.BirdsEyeView .var-region-bottom-left .BirdsEyeView-matchup-predictionWrong,.BirdsEyeView .var-semifinals-left .BirdsEyeView-matchup-predictionCorrect,.BirdsEyeView .var-semifinals-left .BirdsEyeView-matchup-predictionWrong{right:0;transform:translate(50%, -50%)}.BirdsEyeView .var-finals .BirdsEyeView-matchup-predictionCorrect,.BirdsEyeView .var-finals .BirdsEyeView-matchup-predictionWrong{left:50%;top:0;transform:translate(-50%, -100%);z-index:6}.BirdsEyeView .BirdsEyeView-matchup-predictionCorrect{background-color:#57DD28}.BirdsEyeView .BirdsEyeView-matchup-predictionWrong{background-color:red}:root{--BirdsEyeView-level0-colNum-4: 4;--BirdsEyeView-level0-colNum-8: 6;--BirdsEyeView-level0-colNum-16: 6;--BirdsEyeView-level0-colNum-32: 8;--BirdsEyeView-level0-colNum-64: 10}.BirdsEyeView-level0{overflow:hidden;display:none}.BirdsEyeView.is-level0 .BirdsEyeView-level0{display:block}.BirdsEyeView-level0-region{display:flex;width:50%;position:relative;align-items:stretch;box-sizing:border-box;background-color:#fff}.BirdsEyeView-level0-region.var-top-right,.BirdsEyeView-level0-region.var-bottom-right{float:right;flex-direction:row-reverse}.BirdsEyeView-level0-region.var-top-left,.BirdsEyeView-level0-region.var-bottom-left{float:left}.BirdsEyeView-level0-region.var-final{margin:0 auto -8vw auto;position:relative;top:-4vw;z-index:2;box-shadow:0 0 5px rgba(0,0,0,.5)}.BirdsEyeView-level0-region.var-final.var-hasName{padding-top:9vw}.BirdsEyeView-level0-region-link{display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}@media(hover: hover){.BirdsEyeView-level0-region-link:hover{background-color:rgba(0,160,221,.5)}}.BirdsEyeView-level0-region-name{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:5vw;text-align:center;color:#111}.BirdsEyeView-level0-region.var-final .BirdsEyeView-level0-region-name{top:2vw;transform:translate(-50%, 0)}.BirdsEyeView-level0-region.var-final .BirdsEyeView-level0-matchup{width:25%}.BirdsEyeView-level0-region.var-final .BirdsEyeView-level0-matchup:nth-last-child(2){width:50%;flex-direction:row;align-self:center}.BirdsEyeView-level0-region.var-final .BirdsEyeView-level0-matchup:nth-last-child(2) .BirdsEyeView-level0-competitor{width:50%;margin:0 .5vw}.BirdsEyeView-level0-round{display:flex;flex-direction:column;align-items:stretch;justify-content:center;box-sizing:border-box}.BirdsEyeView-level0-matchup{flex-grow:1;display:flex;flex-direction:column;padding:1vw;position:relative}.BirdsEyeView-level0-region.var-hasName .BirdsEyeView-level0-round:nth-last-child(2) .BirdsEyeView-level0-matchup:nth-child(1),.BirdsEyeView-level0-region.var-hasName .BirdsEyeView-level0-round:nth-last-child(3) .BirdsEyeView-level0-matchup:nth-child(2),.BirdsEyeView-level0-region.var-hasName .BirdsEyeView-level0-round:nth-last-child(4) .BirdsEyeView-level0-matchup:nth-child(4),.BirdsEyeView-level0-region.var-hasName .BirdsEyeView-level0-round:nth-last-child(5) .BirdsEyeView-level0-matchup:nth-child(8),.BirdsEyeView-level0-region.var-hasName .BirdsEyeView-level0-round:nth-last-child(6) .BirdsEyeView-level0-matchup:nth-child(16){margin-bottom:30px}.BirdsEyeView-level0-competitor{margin:auto;padding:1px 0;position:relative}.BirdsEyeView-level0-competitor-image{background-color:#ccc}.BirdsEyeView-level0-competitor,.BirdsEyeView-level0-competitor-image,.BirdsEyeView-level0-competitor-image img{max-width:120px;width:100%}.BirdsEyeView-level0-competitor-image,.BirdsEyeView-level0-competitor-image img{display:block;border-radius:3px}.BirdsEyeView-level0-competitor.is-empty .BirdsEyeView-level0-competitor-image{height:0;padding-top:100%}.BirdsEyeView-level0-competitor.is-empty .BirdsEyeView-level0-competitor-image img{display:none}.BirdsEyeView-level0-competitor-selectedIndicator{position:absolute;top:15%;left:15%;box-sizing:border-box;padding:5px;opacity:0;fill:var(--bev-selectedIndicator-fill);border:var(--bev-selectedIndicator-border);background-color:var(--bev-selectedIndicator-background-color);border-radius:50%;width:70%;height:70%;display:flex;align-items:center;justify-items:center;visibility:hidden;transition-property:opacity,visibility,transform;transition-duration:.2s,.2s;transform:scale(0.8)}.BirdsEyeView-level0-competitor.is-selected .BirdsEyeView-level0-competitor-selectedIndicator{transform:scale(1);opacity:1;visibility:visible;visibility:unset}.BirdsEyeView.var-size-4 .BirdsEyeView-level0-region.var-final{margin:0 auto;margin-bottom:0}.BirdsEyeView.var-size-4 .BirdsEyeView-level0-region.var-final{width:calc(400%/var(--BirdsEyeView-level0-colNum-4))}.BirdsEyeView.var-size-4 .BirdsEyeView-level0-round{width:calc(200%/var(--BirdsEyeView-level0-colNum-4))}.BirdsEyeView.var-size-8 .BirdsEyeView-level0-region.var-final{width:calc(400%/var(--BirdsEyeView-level0-colNum-8))}.BirdsEyeView.var-size-8 .BirdsEyeView-level0-round{width:calc(200%/var(--BirdsEyeView-level0-colNum-8))}.BirdsEyeView.var-size-8 .BirdsEyeView-level0-region.var-final{margin:0 auto;margin-bottom:0}.BirdsEyeView.var-size-16 .BirdsEyeView-level0-round.var-round1{width:calc(150%/var(--BirdsEyeView-level0-colNum-16))}.BirdsEyeView.var-size-16 .BirdsEyeView-level0-region.var-final{width:calc(400%/var(--BirdsEyeView-level0-colNum-16))}.BirdsEyeView.var-size-16 .BirdsEyeView-level0-round{width:calc(200%/var(--BirdsEyeView-level0-colNum-16))}.BirdsEyeView.var-size-32 .BirdsEyeView-level0-region.var-final{width:calc(400%/var(--BirdsEyeView-level0-colNum-32))}.BirdsEyeView.var-size-32 .BirdsEyeView-level0-round{width:calc(200%/var(--BirdsEyeView-level0-colNum-32))}.BirdsEyeView.var-size-32 .BirdsEyeView-level0-round.var-round1{width:calc(120%/var(--BirdsEyeView-level0-colNum-32))}.BirdsEyeView.var-size-32 .BirdsEyeView-level0-round.var-round2{width:calc(160%/var(--BirdsEyeView-level0-colNum-32))}.BirdsEyeView.var-size-64 .BirdsEyeView-level0-region.var-final{width:calc(650%/var(--BirdsEyeView-level0-colNum-64))}.BirdsEyeView.var-size-64 .BirdsEyeView-level0-round{width:calc(200%/var(--BirdsEyeView-level0-colNum-64))}.BirdsEyeView.var-size-64 .BirdsEyeView-level0-round.var-round1{width:calc(100%/var(--BirdsEyeView-level0-colNum-64))}.BirdsEyeView.var-size-64 .BirdsEyeView-level0-round.var-round2{width:calc(150%/var(--BirdsEyeView-level0-colNum-64))}.BirdsEyeView.var-size-64 .BirdsEyeView-level0-round.var-round4{width:calc(250%/var(--BirdsEyeView-level0-colNum-64))}.BirdsEyeView.var-size-64 .BirdsEyeView-level0-matchup.var-round5{width:23.0769230769%}.BirdsEyeView.var-size-64 .BirdsEyeView-level0-matchup.var-round6{width:53.8461538462%}.BirdsEyeView-level0-matchup .BirdsEyeView-matchup-predictionWrong,.BirdsEyeView-level0-matchup .BirdsEyeView-matchup-predictionCorrect{left:50%;top:50%;transform:translate(-50%, -50%)}:root{--BirdsEyeView-level1-colNum-4: 1;--BirdsEyeView-level1-colNum-8: 1;--BirdsEyeView-level1-colNum-16: 2;--BirdsEyeView-level1-colNum-32: 3;--BirdsEyeView-level1-colNum-64: 4}.BirdsEyeView-level1{overflow:hidden;display:none}.BirdsEyeView.is-level1 .BirdsEyeView-level1{display:block}.BirdsEyeView-level1-region{display:none;position:relative;align-items:stretch;box-sizing:border-box;background-color:#fff}.BirdsEyeView-level1-region.var-top-right,.BirdsEyeView-level1-region.var-bottom-right{flex-direction:row-reverse}.BirdsEyeView-level1.is-top-left .BirdsEyeView-level1-region.var-top-left,.BirdsEyeView-level1.is-top-right .BirdsEyeView-level1-region.var-top-right,.BirdsEyeView-level1.is-bottom-left .BirdsEyeView-level1-region.var-bottom-left,.BirdsEyeView-level1.is-bottom-right .BirdsEyeView-level1-region.var-bottom-right,.BirdsEyeView-level1.is-final .BirdsEyeView-level1-region.var-final{display:flex}.BirdsEyeView-level1-round{display:flex;flex-direction:column;align-items:stretch;justify-content:center;box-sizing:border-box}.BirdsEyeView-level1-matchup{flex-grow:1;display:flex;flex-direction:column;padding:1vw;position:relative}.BirdsEyeView-level1-region.var-hasName .BirdsEyeView-level1-round:nth-last-child(2) .BirdsEyeView-level1-matchup:nth-child(1),.BirdsEyeView-level1-region.var-hasName .BirdsEyeView-level1-round:nth-last-child(3) .BirdsEyeView-level1-matchup:nth-child(2),.BirdsEyeView-level1-region.var-hasName .BirdsEyeView-level1-round:nth-last-child(4) .BirdsEyeView-level1-matchup:nth-child(4),.BirdsEyeView-level1-region.var-hasName .BirdsEyeView-level1-round:nth-last-child(5) .BirdsEyeView-level1-matchup:nth-child(8),.BirdsEyeView-level1-region.var-hasName .BirdsEyeView-level1-round:nth-last-child(6) .BirdsEyeView-level1-matchup:nth-child(16){margin-bottom:30px}.BirdsEyeView-level1-region-name{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:25px;text-align:center;color:#111}.BirdsEyeView-level1-competitor{margin:auto;padding:1px 0;position:relative}.BirdsEyeView-level1-competitor.is-empty .BirdsEyeView-level1-competitor-image{height:0;padding-top:100%}.BirdsEyeView-level1-competitor.is-empty .BirdsEyeView-level1-competitor-image img{display:none}.BirdsEyeView-level1-competitor-selectedIndicator{position:absolute;top:25%;left:25%;box-sizing:border-box;padding:5px;opacity:0;fill:var(--bev-selectedIndicator-fill);border:var(--bev-selectedIndicator-border);background-color:var(--bev-selectedIndicator-background-color);border-radius:50%;width:50%;height:50%;display:flex;align-items:center;justify-items:center;visibility:hidden;transition-property:opacity,visibility,transform;transition-duration:.2s,.2s;transform:scale(0.8)}.BirdsEyeView-level1-competitor.is-selected .BirdsEyeView-level1-competitor-selectedIndicator{transform:scale(1);opacity:1;visibility:visible;visibility:unset}.BirdsEyeView-level1-competitor-image{background-color:#ccc}.BirdsEyeView-level1-competitor,.BirdsEyeView-level1-competitor-image,.BirdsEyeView-level1-competitor-image img{max-width:120px;width:100%}.BirdsEyeView-level1-competitor-image,.BirdsEyeView-level1-competitor-image img{display:block;border-radius:3px}.BirdsEyeView-level1-competitor.is-empty .BirdsEyeView-level1-competitor-image{height:0;padding-top:100%}.BirdsEyeView-level1-region.var-final .BirdsEyeView-level1-region-name{top:5px;transform:translate(-50%, 0)}.BirdsEyeView-level1-region.var-final .BirdsEyeView-level1-matchup{width:25%}.BirdsEyeView-level1-region.var-final .BirdsEyeView-level1-matchup:nth-last-child(2){width:50%;flex-direction:row;align-self:center}.BirdsEyeView-level1-region.var-final .BirdsEyeView-level1-matchup:nth-last-child(2) .BirdsEyeView-level1-competitor{width:50%;margin:0 .5vw}.BirdsEyeView.var-size-4 .BirdsEyeView-level1-round{width:calc(200%/var(--BirdsEyeView-level1-colNum-4))}.BirdsEyeView.var-size-8 .BirdsEyeView-level1-round{width:calc(200%/var(--BirdsEyeView-level1-colNum-8))}.BirdsEyeView.var-size-16 .BirdsEyeView-level1-round.var-round1{width:calc(150%/var(--BirdsEyeView-level1-colNum-16))}.BirdsEyeView.var-size-16 .BirdsEyeView-level1-round{width:calc(200%/var(--BirdsEyeView-level1-colNum-16))}.BirdsEyeView.var-size-32 .BirdsEyeView-level1-round{width:calc(200%/var(--BirdsEyeView-level1-colNum-32))}.BirdsEyeView.var-size-32 .BirdsEyeView-level1-round.var-round1{width:calc(120%/var(--BirdsEyeView-level1-colNum-32))}.BirdsEyeView.var-size-32 .BirdsEyeView-level1-round.var-round2{width:calc(160%/var(--BirdsEyeView-level1-colNum-32))}.BirdsEyeView.var-size-64 .BirdsEyeView-level1-round{width:calc(100%/var(--BirdsEyeView-level1-colNum-64))}.BirdsEyeView.var-size-64 .BirdsEyeView-level1-round.var-round1{width:calc(60%/var(--BirdsEyeView-level1-colNum-64))}.BirdsEyeView.var-size-64 .BirdsEyeView-level1-round.var-round2{width:calc(80%/var(--BirdsEyeView-level1-colNum-64))}.BirdsEyeView.var-size-64 .BirdsEyeView-level1-round.var-round4{width:calc(120%/var(--BirdsEyeView-level1-colNum-64))}.BirdsEyeView-level1-matchup .BirdsEyeView-matchup-predictionWrong,.BirdsEyeView-level1-matchup .BirdsEyeView-matchup-predictionCorrect{left:50%;top:50%;transform:translate(-50%, -50%)}:root{--bev-line-width: 2px;--bev-line-color: #ccc;--bev-selected-line-color: #111;--bev-selectedIndicator-fill: #57DD28;--bev-selectedIndicator-border: 2px solid #57DD28;--bev-selectedIndicator-background-color: rgba(255, 255, 255, 0.85);--bev-line-winner-color: #666;--bev-top-left-winner-color: var(--bev-line-winner-color);--bev-top-right-winner-color: var(--bev-line-winner-color);--bev-bottom-left-winner-color: var(--bev-line-winner-color);--bev-bottom-right-winner-color: var(--bev-line-winner-color);--bev-final-left-winner-color: var(--bev-line-winner-color);--bev-final-right-winner-color: var(--bev-line-winner-color);--bev-competitor-fill-color: #ccc;--bev-competitor-fill-color-empty: var(--bev-competitor-fill-color);--bev-competitor-fill-color-winner: var(--bev-competitor-fill-color);--bev-columns-name: 10px}.BirdsEyeView-desktop2{position:relative}.BirdsEyeView-desktop2-columns{display:flex}.BirdsEyeView-desktop2-column:nth-child(2){order:1000}.BirdsEyeView-desktop2-column:nth-child(4){order:999}.BirdsEyeView-desktop2-column:nth-child(6){order:998}.BirdsEyeView-desktop2-column:nth-child(8){order:997}.BirdsEyeView-desktop2-column:nth-child(10){order:996}.BirdsEyeView-desktop2-column:nth-child(12){order:995}.BirdsEyeView-desktop2-column:nth-child(14){order:994}.BirdsEyeView-desktop2-column:nth-child(16){order:993}.BirdsEyeView-desktop2-column:nth-child(18){order:992}.BirdsEyeView-desktop2-column:last-child{flex-grow:3}.BirdsEyeView-desktop2-column:last-child .BirdsEyeView-matchup{flex-grow:0;flex-direction:row}.BirdsEyeView-desktop2-column{display:flex;flex-direction:column;align-items:stretch;justify-content:center;box-sizing:border-box}.BirdsEyeView.var-size-64 .BirdsEyeView-desktop2-column{flex-basis:7.4074074074%;min-height:237.037037037vw}.BirdsEyeView.var-size-64 .BirdsEyeView-desktop2-column:last-child{flex-basis:11.1111111111%}.BirdsEyeView.var-size-64 .BirdsEyeView-desktop2-column:nth-last-child(2),.BirdsEyeView.var-size-64 .BirdsEyeView-desktop2-column:nth-last-child(3){flex-basis:9.2592592593%}.BirdsEyeView.var-size-64 .BirdsEyeView-desktop2-column:nth-last-child(4),.BirdsEyeView.var-size-64 .BirdsEyeView-desktop2-column:nth-last-child(5){flex-basis:8.3333333333%}.BirdsEyeView.var-size-32 .BirdsEyeView-desktop2-column{flex-basis:8.6956521739%;min-height:139.1304347826vw}.BirdsEyeView.var-size-32 .BirdsEyeView-desktop2-column:last-child{flex-basis:13.0434782609%}.BirdsEyeView.var-size-32 .BirdsEyeView-desktop2-column:nth-last-child(2),.BirdsEyeView.var-size-32 .BirdsEyeView-desktop2-column:nth-last-child(3){flex-basis:10.8695652174%}.BirdsEyeView.var-size-32 .BirdsEyeView-desktop2-column:nth-last-child(4),.BirdsEyeView.var-size-32 .BirdsEyeView-desktop2-column:nth-last-child(5){flex-basis:9.7826086957%}.BirdsEyeView.var-size-16 .BirdsEyeView-desktop2-column{flex-basis:11.1111111111%;min-height:88.8888888889vw}.BirdsEyeView.var-size-16 .BirdsEyeView-desktop2-column:last-child{flex-basis:16.6666666667%}.BirdsEyeView.var-size-16 .BirdsEyeView-desktop2-column:nth-last-child(2),.BirdsEyeView.var-size-16 .BirdsEyeView-desktop2-column:nth-last-child(3){flex-basis:13.8888888889%}.BirdsEyeView.var-size-8 .BirdsEyeView-desktop2-column{flex-basis:14.2857142857%;min-height:57.1428571429vw}.BirdsEyeView.var-size-8 .BirdsEyeView-desktop2-column:last-child{flex-basis:21.4285714286%}.BirdsEyeView.var-size-8 .BirdsEyeView-desktop2-column:nth-last-child(2),.BirdsEyeView.var-size-8 .BirdsEyeView-desktop2-column:nth-last-child(3){flex-basis:17.8571428571%}.BirdsEyeView.var-size-4 .BirdsEyeView-desktop2-column{flex-basis:20%;min-height:40vw}.BirdsEyeView.var-size-4 .BirdsEyeView-desktop2-column:last-child{flex-basis:30%}.BirdsEyeView-desktop2-matchup{flex-grow:1;display:flex;flex-direction:column;justify-content:center;position:relative;padding:5px}.BirdsEyeView-desktop2-matchup-predictionCorrect,.BirdsEyeView-desktop2-matchup-predictionWrong{position:absolute;top:50%;z-index:2;fill:#fff;border-radius:50%;padding:5px;width:16px;height:16px;display:none;right:-5px;transform:translateY(-50%)}.BirdsEyeView-desktop2-matchup-predictionCorrect.is-visible,.BirdsEyeView-desktop2-matchup-predictionWrong.is-visible{display:flex}.BirdsEyeView-desktop2-column:nth-child(even) .BirdsEyeView-desktop2-matchup-predictionCorrect,.BirdsEyeView-desktop2-column:nth-child(even) .BirdsEyeView-desktop2-matchup-predictionWrong{right:auto;left:-5px}.BirdsEyeView-desktop2-column:last-child .BirdsEyeView-desktop2-matchup-predictionCorrect,.BirdsEyeView-desktop2-column:last-child .BirdsEyeView-desktop2-matchup-predictionWrong{right:auto;left:50%;transform:translate(-50%, -50%)}.BirdsEyeView-desktop2-matchup-predictionCorrect{background-color:#57DD28}.BirdsEyeView-desktop2-matchup-predictionWrong{background-color:red}.BirdsEyeView-desktop2-column:last-child .BirdsEyeView-desktop2-matchup{flex-direction:row;flex-grow:2}.BirdsEyeView-desktop2-column:last-child .BirdsEyeView-desktop2-matchup-line{display:none}.BirdsEyeView-desktop2-column:last-child .BirdsEyeView-desktop2-competitor::after{order:1}.BirdsEyeView-desktop2-column:last-child .BirdsEyeView-desktop2-competitor-name{order:3}.BirdsEyeView-desktop2-matchup-line{position:absolute;width:10px;right:0;top:25%;bottom:25%}.BirdsEyeView-desktop2-matchup-line-top,.BirdsEyeView-desktop2-matchup-line-bottom{position:absolute;width:100%;border:var(--bev-line-color) solid 0}.BirdsEyeView-desktop2-matchup-line-top::before,.BirdsEyeView-desktop2-matchup-line-bottom::before{content:"";display:block;position:absolute;height:0;width:10px;left:10px;border-top:var(--bev-line-color) solid var(--bev-line-width)}.BirdsEyeView-desktop2-matchup-line-top.is-winner,.BirdsEyeView-desktop2-matchup-line-top.is-winner::before,.BirdsEyeView-desktop2-matchup-line-bottom.is-winner,.BirdsEyeView-desktop2-matchup-line-bottom.is-winner::before{border-color:var(--bev-selected-line-color);z-index:1}.BirdsEyeView-desktop2-matchup-line-top{top:0;bottom:50%;border-top-width:var(--bev-line-width);border-right-width:var(--bev-line-width)}.BirdsEyeView-desktop2-matchup-line-top::before{bottom:calc(var(--bev-line-width)*-0.5)}.BirdsEyeView-desktop2-matchup-line-bottom{top:50%;bottom:0;border-bottom-width:var(--bev-line-width);border-right-width:var(--bev-line-width)}.BirdsEyeView-desktop2-matchup-line-bottom::before{top:calc(var(--bev-line-width)*-0.5)}.BirdsEyeView-desktop2-column:nth-child(even) .BirdsEyeView-desktop2-matchup-line{right:auto;left:0;transform:scaleX(-1)}.BirdsEyeView-desktop2-competitor{flex-basis:50%;flex-grow:1;display:flex;flex-direction:column;justify-content:center;padding:5px;position:relative}.BirdsEyeView-desktop2-competitor a{cursor:pointer}.BirdsEyeView-desktop2-competitor-image{background-color:#ccc;border-radius:2px;order:2;position:relative;flex-shrink:0}.BirdsEyeView-desktop2-competitor.is-winner .BirdsEyeView-desktop2-competitor-image:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border-radius:4px;border:solid 3px transparent}.BirdsEyeView-desktop2-competitor.is-winner .BirdsEyeView-desktop2-competitor-image:before{border-color:#57DD28}.BirdsEyeView-desktop2-competitor-image img{width:100%;max-width:100%;display:block;border-radius:2px}.BirdsEyeView-desktop2-competitor-selectedIndicator{position:absolute;top:25%;left:25%;box-sizing:border-box;padding:5px;fill:var(--bev-selectedIndicator-fill);border:var(--bev-selectedIndicator-border);background-color:var(--bev-selectedIndicator-background-color);border-radius:50%;width:50%;height:50%;display:none;align-items:center}.BirdsEyeView-desktop2-competitor-selectedIndicator svg{vertical-align:middle}.BirdsEyeView-desktop2-competitor.is-selected .BirdsEyeView-desktop2-competitor-selectedIndicator{display:flex}.BirdsEyeView-desktop2-competitor::after,.BirdsEyeView-desktop2-competitor-name{height:1.1em;display:block;padding:2px 0}.BirdsEyeView-desktop2-competitor.is-showingCompetitorName::after{content:""}.BirdsEyeView-desktop2-competitor::after{order:3}.BirdsEyeView-desktop2-competitor-name{order:1;position:relative}.BirdsEyeView-desktop2-competitor-name span{display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:12px;position:absolute;left:0;right:0}.BirdsEyeView-desktop2-competitor.is-bottom::after{order:1}.BirdsEyeView-desktop2-competitor.is-bottom .BirdsEyeView-desktop2-competitor-name{order:3}@media all{.BirdsEyeView.var-size-64 .BirdsEyeView-desktop2 .BirdsEyeView-competitor,.BirdsEyeView.var-size-32 .BirdsEyeView-desktop2 .BirdsEyeView-competitor,.BirdsEyeView.var-size-16 .BirdsEyeView-desktop2 .BirdsEyeView-competitor,.BirdsEyeView.var-size-8 .BirdsEyeView-desktop2 .BirdsEyeView-competitor,.BirdsEyeView.var-size-4 .BirdsEyeView-desktop2 .BirdsEyeView-competitor{height:auto}.BirdsEyeView.var-size-64 .BirdsEyeView-desktop2 .BirdsEyeView-competitor-image,.BirdsEyeView.var-size-32 .BirdsEyeView-desktop2 .BirdsEyeView-competitor-image,.BirdsEyeView.var-size-16 .BirdsEyeView-desktop2 .BirdsEyeView-competitor-image,.BirdsEyeView.var-size-8 .BirdsEyeView-desktop2 .BirdsEyeView-competitor-image,.BirdsEyeView.var-size-4 .BirdsEyeView-desktop2 .BirdsEyeView-competitor-image{height:auto;width:auto}.BirdsEyeView.var-size-64 .BirdsEyeView-desktop2 .BirdsEyeView-competitor-image img,.BirdsEyeView.var-size-32 .BirdsEyeView-desktop2 .BirdsEyeView-competitor-image img,.BirdsEyeView.var-size-16 .BirdsEyeView-desktop2 .BirdsEyeView-competitor-image img,.BirdsEyeView.var-size-8 .BirdsEyeView-desktop2 .BirdsEyeView-competitor-image img,.BirdsEyeView.var-size-4 .BirdsEyeView-desktop2 .BirdsEyeView-competitor-image img{max-width:100%}}.BirdsEyeView-adContainer{height:250px}@media screen and (min-width: 500px)and (max-width: 620px){.BirdsEyeView.var-size-64 .BirdsEyeView-adContainer{height:200px}}@media screen and (min-width: 620px)and (max-width: 810px){.BirdsEyeView.var-size-64 .BirdsEyeView-adContainer{height:100px}}@media screen and (min-width: 810px){.BirdsEyeView.var-size-64 .BirdsEyeView-adContainer{height:0}}@media screen and (min-width: 465px)and (max-width: 680px){.BirdsEyeView.var-size-32 .BirdsEyeView-adContainer{height:200px}}@media screen and (min-width: 680px)and (max-width: 880px){.BirdsEyeView.var-size-32 .BirdsEyeView-adContainer{height:100px}}@media screen and (min-width: 880px){.BirdsEyeView.var-size-32 .BirdsEyeView-adContainer{height:0}}@media screen and (min-width: 550px)and (max-width: 1020px){.BirdsEyeView.var-size-16 .BirdsEyeView-adContainer{height:200px}}@media screen and (min-width: 1020px)and (max-width: 1120px){.BirdsEyeView.var-size-16 .BirdsEyeView-adContainer{height:100px}}@media screen and (min-width: 1120px){.BirdsEyeView.var-size-16 .BirdsEyeView-adContainer{height:0}}@media screen and (min-width: 700px)and (max-width: 880px){.BirdsEyeView.var-size-8 .BirdsEyeView-adContainer{height:215px}}@media screen and (min-width: 880px)and (max-width: 1125px){.BirdsEyeView.var-size-8 .BirdsEyeView-adContainer{height:100px}}@media screen and (min-width: 1125px)and (max-width: 1350px){.BirdsEyeView.var-size-8 .BirdsEyeView-adContainer{height:50px}}@media screen and (min-width: 1350px){.BirdsEyeView.var-size-8 .BirdsEyeView-adContainer{height:0}}.BirdsEyeView-ad{width:300px;height:250px;position:absolute;left:50%;top:15px;z-index:2;transform:translateX(-150px)}.BirdsEyeView-navBar{display:block;padding:5px;background-color:#ccc}.BirdsEyeView-mobile{display:none}@media(max-width: 449px)and (min-width: 300px){.BirdsEyeView.is-visible .BirdsEyeView-mobile{display:block}.BirdsEyeView-desktop,.BirdsEyeView-desktop2{display:none}}@media(max-width: 299px){.BirdsEyeView.is-visible .BirdsEyeView-mobile{display:block}.BirdsEyeView-desktop,.BirdsEyeView-desktop2{display:none}}.Bracket.is-bevMode .Bracket-bev{display:block}.Bracket.is-bevMode .Bracket-matchups{display:none}@media(max-width: 449px)and (min-width: 300px){.Bracket.is-matchupMode .Bracket-bev{display:none}.Bracket.is-matchupMode .Bracket-matchups{display:block}}@media(max-width: 299px){.Bracket.is-matchupMode .Bracket-bev{display:none}.Bracket.is-matchupMode .Bracket-matchups{display:block}}.BracketContainer{background-position:top center;background-size:cover;background-repeat:no-repeat;background-attachment:fixed}.ComingMessage{text-align:center;padding:30px 10px}:root{--CompleteMessage-padding-sm: 20px 10px 50px;--CompleteMessage-padding-lg: 50px 10px 100px;--CompleteMessage-modal-text-align: center;--CompleteMessage-modal-padding: 5px;--CompleteMessage-modal-width: 600px;--CompleteMessage-content-margin-bottom: 20px}.CompleteMessage{padding:var(--CompleteMessage-padding-sm)}@media(max-width: 699px)and (min-width: 450px){.CompleteMessage{padding:var(--CompleteMessage-padding-lg)}}@media(max-width: 1099px)and (min-width: 700px){.CompleteMessage{padding:var(--CompleteMessage-padding-lg)}}@media(min-width: 1100px){.CompleteMessage{padding:var(--CompleteMessage-padding-lg)}}.CompleteMessage .CompleteMessage-modal{padding:var(--CompleteMessage-modal-padding);text-align:var(--CompleteMessage-modal-text-align);color:#fff;border:1px solid #00A0DD;margin:0 auto;background-color:#00A0DD;max-width:var(--CompleteMessage-modal-width)}.CompleteMessage .Prose{margin-bottom:20px}.CompleteMessage .CompleteMessage-content{padding:10px}.ContentArea{position:relative}@media(max-width: 1099px)and (min-width: 700px){.ContentArea.is-contentVisible .ContentArea-birdsEyeView{position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;overflow:hidden}.ContentArea-content{position:relative;z-index:1;background-color:rgba(255,255,255,.9)}}@media(min-width: 1100px){.ContentArea.is-contentVisible .ContentArea-birdsEyeView{position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;overflow:hidden}.ContentArea-content{position:relative;z-index:1;background-color:rgba(255,255,255,.9)}}.ContentArea.is-bevVisible .ContentArea-content{display:none}@media(max-width: 699px)and (min-width: 450px){.ContentArea.is-contentVisible .ContentArea-birdsEyeView{display:none}}@media(max-width: 449px)and (min-width: 300px){.ContentArea.is-contentVisible .ContentArea-birdsEyeView{display:none}}@media(max-width: 299px){.ContentArea.is-contentVisible .ContentArea-birdsEyeView{display:none}}.ContentPane.is-visible{display:block}.ContentPane.is-hidden{display:none}:root{--Countdown-padding-top-bottom: 5px;--Countdown-padding-left-right: 10px;--Countdown-background-color: transparent;--Countdown-label-font-size: 16px;--Countdown-label-font-weight: 400;--Countdown-label-margin-bottom: 5px;--Countdown-part-gap: 10px;--Countdown-part-border-color: transparent;--Countdown-part-border-width: 1px;--Countdown-part-border-style: solid;--Countdown-part-border-radius: 5px;--Countdown-part-padding-top-bottom: 5px;--Countdown-part-padding-left-right: 10px;--Countdown-part-background-color: transparent;--Countdown-part-value-font-size: 40px;--Countdown-part-value-font-weight: 300;--Countdown-part-value-color: inherit;--Countdown-part-unit-font-size: 10px;--Countdown-part-unit-font-weight: 400;--Countdown-part-unit-color: inherit}.Countdown{text-align:center;font-size:0;padding:var(--Countdown-padding-top-bottom) var(--Countdown-padding-left-right);background-color:var(--Countdown-background-color)}.Countdown .Countdown-label{font-size:var(--Countdown-label-font-size);font-weight:var(--Countdown-label-font-weight);margin-bottom:var(--Countdown-label-margin-bottom)}.Countdown .Countdown-part{display:inline-block;margin:0 calc(var(--Countdown-part-gap)/2);padding:var(--Countdown-part-padding-top-bottom) var(--Countdown-part-padding-left-right);border-color:var(--Countdown-part-border-color);border-style:var(--Countdown-part-border-style);border-width:var(--Countdown-part-border-width);border-radius:var(--Countdown-part-border-radius);background-color:var(--Countdown-part-background-color)}.Countdown .Countdown-part-value{color:var(--Countdown-part-value-color);font-size:var(--Countdown-part-value-font-size);font-weight:var(--Countdown-part-value-font-weight)}.Countdown .Countdown-part-unit{color:var(--Countdown-part-unit-color);font-size:var(--Countdown-part-unit-font-size);font-weight:var(--Countdown-part-unit-font-weight)}:root{--Description-padding: 20px 10px;--Description-max-width: 780px;--Description-margin: 0 auto;--Description-min-height: 60px}.Description{padding:var(--Description-padding);margin:var(--Description-margin);max-width:var(--Description-max-width);min-height:var(--Description-min-height)}.EndedMessage{text-align:center;padding:30px 10px}.FinalCompetitor{padding:20px;max-width:300px}.FinalCompetitor-name{font-weight:bold;margin-bottom:10px}.FinalCompetitor img{max-width:100%}:root{--Form-padding: 20px;--Form-max-width: 400px;--Form-min-width: 250px;--Form-field-margin: 10px 0;--Form-margin: 20px auto;--Form-button-background-color: #00A0DD;--Form-button-color: #ffffff;--Form-button-text-transform: uppercase;--Form-button-font-size: 14px;--Form-button-padding: 0.66em 1.2em;--Form-button-border: none 0;--Form-button-hover-color: darken(#00A0DD, 20%)}.Form{padding:var(--Form-padding);min-width:var(--Form-min-width);max-width:var(--Form-max-width);margin:var(--Form-margin);border:2px solid #ccc}.Form .Form-field{margin:var(--Form-field-margin);box-sizing:border-box;width:100%}.Form .Form-buttons{clear:both;margin-top:20px}.Form .Form-step{display:none}.Form .Form-step.is-visible{display:block}.Form .Form-singleLineField{display:flex}.Form .Form-singleLineField button{white-space:nowrap}.Form .Form-singleLineField>*{margin-right:3px;margin-left:3px}.Form .Form-singleLineField>:first-child{margin-left:0}.Form .Form-singleLineField>:last-child{margin-right:0}.Form .Form-nav{display:flex;margin-bottom:20px;border:1px solid #00A0DD;border-radius:2px}.Form .Form-nav-button{cursor:pointer;padding:var(--Form-button-padding);background-color:var(--Form-button-background-color);border:var(--Form-button-border);color:var(--Form-button-color);text-transform:var(--Form-button-text-transform);font-family:inherit;font-size:var(--Form-button-font-size);outline:none;transition:all .2s;display:inline-block;width:50%;background-color:#fff;color:#00A0DD;text-align:center;border-radius:0}.Form .Form-nav-button.active{background-color:#00A0DD;color:#fff}@media(hover: hover){.Form .Form-nav-button:hover{color:var(--Form-button-hover-color)}.Form .Form-nav-button.active:hover{color:#fff}}.Form-recaptcha{display:flex;justify-content:center;opacity:.75}.Header{min-height:40px}.Header .Header-logo img{display:block;margin:0 auto;height:auto;padding:10px;max-width:100%;box-sizing:border-box}.Icon{display:inline-block;vertical-align:text-top}.Icon svg{width:32px;height:32px;display:block}.Icon i{font-size:10px}.Icon.var-sm svg{width:16px;height:16px}.Icon.var-md svg{width:24px;height:24px}.Icon.var-lg svg{width:32px;height:32px}.Icon.var-xl svg{width:40px;height:40px}@media(max-width: 650px){.Icon.var-xl svg{width:25px;height:25px}}.Icon.var-fit,.Icon.var-fit svg{width:100%}.Icon.var-xxl svg{width:50px;height:50px}@media(max-width: 650px){.Icon.var-xxl svg{width:40px;height:40px}}:root{--Leaderboard-desktop-background-color: transparent;--Leaderboard-desktop-margin-bottom: 30px;--Leaderboard-desktop-border: solid 1px #eee;--Leaderboard-desktop-header-background-color: #eee;--Leaderboard-desktop-header-fill: #aaa;--Leaderboard-desktop-header-padding: 13px;--Leaderboard-desktop-content-background-color: transparent;--Leaderboard-desktop-player-width: 180px;--Leaderboard-desktop-player-padding: 14px;--Leaderboard-desktop-player-border-right: solid 1px #eee;--Leaderboard-desktop-player-rank-font-size: 2.9em;--Leaderboard-desktop-player-rank-color: #555;--Leaderboard-desktop-player-rank-font-weight: 200}.LeaderboardDesktop{position:relative;background-color:var(--Leaderboard-desktop-background-color);margin-bottom:var(--Leaderboard-desktop-margin-bottom);border:var(--Leaderboard-desktop-border);display:none}@media(min-width: 700px){.LeaderboardDesktop{display:block}}.LeaderboardDesktop .Leaderboard-header{background-color:var(--Leaderboard-desktop-header-background-color);fill:var(--Leaderboard-desktop-header-fill);float:left;padding:var(--Leaderboard-desktop-header-padding)}.LeaderboardDesktop .Leaderboard-content{overflow:auto;background-color:var(--Leaderboard-desktop-content-background-color)}.LeaderboardDesktop .Leaderboard-content.is-animated{overflow:hidden}.LeaderboardDesktop .Leaderboard-content-inner{width:calc(var(--Leaderboard-desktop-player-width)*10);position:relative}.LeaderboardDesktop .Leaderboard-player{width:var(--Leaderboard-desktop-player-width);padding:var(--Leaderboard-desktop-player-padding);float:left;position:relative;box-sizing:border-box;animation-fill-mode:both;background:#fff}.LeaderboardDesktop .Leaderboard-player:nth-child(n+1){border-right:var(--Leaderboard-desktop-player-border-right)}.LeaderboardDesktop .Leaderboard-player.is-hidden{visibility:hidden;position:absolute}.LeaderboardDesktop .Leaderboard-player.is-animateOut{animation-name:SlideOutUp;animation-duration:1s}.LeaderboardDesktop .Leaderboard-player.is-animateIn{animation-name:SlideInUp;animation-duration:1s}.LeaderboardDesktop .Leaderboard-player.is-position1{animation-delay:calc(0 * 0.3s)}.LeaderboardDesktop .Leaderboard-player.is-position1.is-hidden{left:calc(0 * var(--Leaderboard-desktop-player-width))}.LeaderboardDesktop .Leaderboard-player.is-position2{animation-delay:calc(1 * 0.3s)}.LeaderboardDesktop .Leaderboard-player.is-position2.is-hidden{left:calc(1 * var(--Leaderboard-desktop-player-width))}.LeaderboardDesktop .Leaderboard-player.is-position3{animation-delay:calc(2 * 0.3s)}.LeaderboardDesktop .Leaderboard-player.is-position3.is-hidden{left:calc(2 * var(--Leaderboard-desktop-player-width))}.LeaderboardDesktop .Leaderboard-player.is-position4{animation-delay:calc(3 * 0.3s)}.LeaderboardDesktop .Leaderboard-player.is-position4.is-hidden{left:calc(3 * var(--Leaderboard-desktop-player-width))}.LeaderboardDesktop .Leaderboard-player.is-position5{animation-delay:calc(4 * 0.3s)}.LeaderboardDesktop .Leaderboard-player.is-position5.is-hidden{left:calc(4 * var(--Leaderboard-desktop-player-width))}.LeaderboardDesktop .Leaderboard-player.is-position6{animation-delay:calc(5 * 0.3s)}.LeaderboardDesktop .Leaderboard-player.is-position6.is-hidden{left:calc(5 * var(--Leaderboard-desktop-player-width))}.LeaderboardDesktop .Leaderboard-player.is-position7{animation-delay:calc(6 * 0.3s)}.LeaderboardDesktop .Leaderboard-player.is-position7.is-hidden{left:calc(6 * var(--Leaderboard-desktop-player-width))}.LeaderboardDesktop .Leaderboard-player.is-position8{animation-delay:calc(7 * 0.3s)}.LeaderboardDesktop .Leaderboard-player.is-position8.is-hidden{left:calc(7 * var(--Leaderboard-desktop-player-width))}.LeaderboardDesktop .Leaderboard-player.is-position9{animation-delay:calc(8 * 0.3s)}.LeaderboardDesktop .Leaderboard-player.is-position9.is-hidden{left:calc(8 * var(--Leaderboard-desktop-player-width))}.LeaderboardDesktop .Leaderboard-player.is-position10{animation-delay:calc(9 * 0.3s)}.LeaderboardDesktop .Leaderboard-player.is-position10.is-hidden{left:calc(9 * var(--Leaderboard-desktop-player-width))}.LeaderboardDesktop .Leaderboard-player-rank{float:left;padding-right:.1em;line-height:.8;width:1.2em;color:var(--Leaderboard-desktop-player-rank-color);font-size:var(--Leaderboard-desktop-player-rank-font-size);font-weight:var(--Leaderboard-desktop-player-rank-font-weight);text-align:center}.LeaderboardDesktop .Leaderboard-player-score-pts{color:#999}.LeaderboardDesktop .Leaderboard-player-content{margin-left:calc(var(--Leaderboard-desktop-player-rank-font-size)*1.2)}.LeaderboardDesktop .Leaderboard-player-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:bold}:root{--Leaderboard-mobile-background-color: transparent;--Leaderboard-mobile-margin-bottom: 30px;--Leaderboard-mobile-header-background-color: #eee;--Leaderboard-mobile-header-fill: #aaa;--Leaderboard-mobile-header-padding: 13px;--Leaderboard-mobile-content-background-color: transparent;--Leaderboard-mobile-player-width: 180px;--Leaderboard-mobile-player-padding: 10px 14px;--Leaderboard-mobile-player-border: solid 1px #eee;--Leaderboard-mobile-player-fontsize: 1.3em;--Leaderboard-mobile-player-rank-font-size: 2.3em;--Leaderboard-mobile-player-rank-color: #555;--Leaderboard-mobile-player-rank-font-weight: 200}.LeaderboardMobile{position:relative;background-color:var(--Leaderboard-mobile-background-color);margin-bottom:var(--Leaderboard-mobile-margin-bottom)}.LeaderboardMobile .Leaderboard-header{background-color:var(--Leaderboard-mobile-header-background-color);fill:var(--Leaderboard-mobile-header-fill);padding:var(--Leaderboard-mobile-header-padding);text-align:center}.LeaderboardMobile .Leaderboard-content-inner{position:relative}.LeaderboardMobile .Leaderboard-player{padding:var(--Leaderboard-mobile-player-padding);position:relative;box-sizing:border-box;border-bottom:var(--Leaderboard-mobile-player-border);display:flex;background:#fff;justify-content:space-around;align-items:flex-end}.LeaderboardMobile .Leaderboard-player-rank{line-height:.8;color:var(--Leaderboard-mobile-player-rank-color);font-size:var(--Leaderboard-mobile-player-rank-font-size);font-weight:var(--Leaderboard-mobile-player-rank-font-weight);width:15%}.LeaderboardMobile .Leaderboard-player-score-pts{color:#999}.LeaderboardMobile .Leaderboard-player-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:var(--Leaderboard-mobile-player-fontsize);width:50%}.LeaderboardMobile .Leaderboard-player-score{font-size:var(--Leaderboard-mobile-player-fontsize);width:35%;text-align:right}.LoginButton{padding:5px;text-align:center;display:none}.LoginButton.is-visible{display:block}.LoginForm .LoginForm-email,.LoginForm .LoginForm-password{width:100%}.LoginForm-forgotPassword{padding:20px;font-size:.8em;text-align:center;text-decoration:underline}.LoginForm-forgotPassword a.Link{color:#00A0DD}.MatchupDetails{max-width:730px;padding:20px;padding-top:0}.MatchupDetails-competitorNum{font-size:14px;font-weight:bold;color:#00A0DD;padding:10px;text-align:center}.MatchupDetails-name{font-weight:bold;padding:15px;text-align:center;font-size:24px}.MatchupDetails-media{text-align:center;margin-bottom:15px}.MatchupDetails-media iframe,.MatchupDetails-media img{width:100%;max-width:500px}.MatchupDetails-description{font-size:14px}.MatchupDetails-divider{margin-top:30px;margin-bottom:15px;border:0;border-bottom:1px solid}.Matchup-error{display:none;opacity:0;z-index:1;position:absolute;top:10px;left:10px;right:10px;padding:10px;background:#c00;color:#fff;font-size:14px;line-height:1.2;text-align:center;transition:opacity .3s}.Matchup-error.is-visible{display:block;opacity:1}.Matchup-predictedIndicator{display:none;position:absolute;pointer-events:none;overflow:hidden;top:0;left:0;z-index:1}.Matchup-predictedIndicator:after{content:"";display:block;height:0;width:100%;padding-top:70.710678118%}.Matchup-predictedIndicator .Matchup-predictedIndicator-text{background:#57dd28;font-size:10px;font-weight:bold;box-shadow:0 1px 2px #565656;padding:5px 40px;position:relative;transform-origin:0 0;transform:translate(-30px, -30px) rotate(-90deg) translateX(-70.710678118%) rotate(45deg)}@media(max-width: 1099px)and (min-width: 700px){.Matchup-predictedIndicator .Matchup-predictedIndicator-text{padding:7px 45px;font-size:14px}}@media(min-width: 1100px){.Matchup-predictedIndicator .Matchup-predictedIndicator-text{padding:7px 45px;font-size:14px}}.Matchup-predictedIndicator.is-visible{display:block}:root{--Matchup-voteBar-voteResults-bar-background-color: rgba(69, 145, 184, 0.5);--Matchup-voteBar-voteResults-bar-is-winner-background-color: #91E85A;--Matchup-votedForIndicator-border: 3px solid #57DD28;--Matchup-votedForIndicator-background-color: rgba(255, 255, 255, 0.85)}.Matchup-voteResults{width:100%;font-size:30px;font-weight:bold;text-align:center;position:absolute;bottom:15%;color:#fff;text-shadow:1px 1px 10px #000,-1px -1px 10px #000}@media(max-width: 699px)and (min-width: 450px){.Matchup-voteResults{font-size:20px}}@media(max-width: 449px)and (min-width: 300px){.Matchup-voteResults{bottom:5%}.Matchup-voteResults{font-size:14px}}@media(max-width: 299px){.Matchup-voteResults{bottom:5%}.Matchup-voteResults{font-size:14px}}.Matchup-votedForIndicator,.Matchup-badge{display:none;fill:#57DD28;border:var(--Matchup-votedForIndicator-border);border-radius:50%;z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:var(--Matchup-votedForIndicator-background-color)}.Matchup-votedForIndicator.is-visible,.Matchup-badge.is-visible{display:block}.Matchup.is-openForSelecting .Matchup-votedForIndicator,.Matchup.is-openForSelecting .Matchup-badge{display:none}.Matchup-votedForIndicator{padding:10px}@media(max-width: 699px)and (min-width: 450px){.Matchup-votedForIndicator{padding:20px}}@media(max-width: 1099px)and (min-width: 700px){.Matchup-votedForIndicator{padding:20px}}@media(min-width: 1100px){.Matchup-votedForIndicator{padding:20px}}.Matchup-badge{padding:7px}@media(max-width: 699px)and (min-width: 450px){.Matchup-badge{padding:12px}}@media(max-width: 1099px)and (min-width: 700px){.Matchup-badge{padding:12px}}@media(min-width: 1100px){.Matchup-badge{padding:12px}}.Matchup-voteResults-voteText{font-size:60%;padding-top:.1em}.Matchup-voteResults-percent,.Matchup-voteResults-total,.Matchup-voteResults-voteText{display:none}.Matchup-voteResults-percent.is-visible,.Matchup-voteResults-total.is-visible,.Matchup-voteResults-voteText.is-visible{display:block}.Matchup-adHolder{display:block;margin:auto;width:100%}@media(min-width: 760px){.Matchup-adHolder,.Matchup-ad{height:90px}}@media(min-width: 500px)and (max-width: 759px){.Matchup-adHolder,.Matchup-ad{height:60px}}@media(max-width: 499px){.Matchup-adHolder,.Matchup-ad{height:300px}}:root{--Matchup-voteBar-font-size: 16px;--Matchup-voteBar-background-color: transparent;--Matchup-voteBar-color: inherit;--Matchup-voteBar-border-top: 0 none;--Matchup-border-color: #ef6e7e;--Matchup-border-width: 5px;--Matchup-padding: 20px 0}.Matchup{padding:var(--Matchup-padding);background-color:rgba(255,255,255,.75)}.Matchup-content{border:2px solid #ccc;padding:10px 10px 0}.Matchup .Matchup-competitors{font-size:0;position:relative;max-width:700px;margin:auto}.Matchup.var-rowLayout .Matchup-competitor{width:350px;max-width:50%;position:relative;overflow:hidden}.Matchup.var-rowLayout .Matchup-vs{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:40px;height:40px;z-index:4;font-size:30px;font-weight:500;line-height:30px;background-color:#352e2e;border-radius:50%}@media(min-width: 450px){.Matchup.var-rowLayout .Matchup-vs{width:50px;height:50px;line-height:40px}}.Matchup .Matchup-competitorsMediaContainer{position:relative;display:flex}.Matchup .Matchup-competitorsMediaContainer .Matchup-competitor{width:50%;box-sizing:border-box}.Matchup .Matchup-competitorExpand{fill:#00A0DD;margin-left:5px;white-space:nowrap}.Matchup.var-columnLayout .Matchup-competitors,.Matchup.var-columnLayout .Matchup-voteBar{flex-direction:column}.Matchup.var-columnLayout .Matchup-voteBar-competitor{width:100%}.Matchup .Matchup-competitor{display:inline-block;vertical-align:top;font-size:16px}.Matchup .Matchup-competitor-description{overflow:hidden;padding:5px 10px 15px}.Matchup .var-left .Matchup-competitor-description{padding-right:5px}.Matchup .var-right .Matchup-competitor-description{padding-left:5px}.Matchup .Matchup-vs{font-size:15px;font-weight:bold;line-height:1;padding:5px;text-align:center;background-color:#c00;color:#fff}.Matchup .Matchup-winnerMatchupLink{display:none}.Matchup .Matchup-competitor-media{overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.1);background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));background-size:1px 100%;background-repeat:no-repeat}.Matchup .Matchup-competitor-media.is-hidden{display:none}.Matchup .Matchup-competitor-media>img{display:block;max-height:350px;max-width:100%;width:100%}.Matchup .var-left .Matchup-competitor-media{text-align:right;background-position:100% 0}.Matchup .var-right .Matchup-competitor-media{text-align:left;background-position:0 0}.Matchup .Matchup-competitor-emptyMedia{display:none;padding-top:100%;background-color:#f0f0f0;color:#666;position:relative}.Matchup .Matchup-competitor-emptyMedia.is-visible{display:block}.Matchup .Matchup-competitor-emptyMedia a,.Matchup .Matchup-competitor-emptyMedia span{display:block;position:absolute;text-align:center;line-height:1.3;left:0;right:0;padding:35px;top:50%;transform:translateY(-50%)}.Matchup .Matchup-competitor-emptyMedia a{color:#00A0DD}.Matchup .Matchup-voteBar{font-size:var(--Matchup-voteBar-font-size);color:var(--Matchup-voteBar-color);background-color:var(--Matchup-voteBar-background-color);border-top:var(--Matchup-voteBar-border-top);display:flex;width:100%}.Matchup .Matchup-voteBar-competitor{width:50%;box-sizing:border-box;padding:5px 0;position:relative}.Matchup .Matchup-voteBar-voteButton{display:block;margin:5px auto;padding:10px;font-size:var(--Matchup-voteBar-font-size);font-weight:bold;text-align:center;cursor:pointer;text-transform:uppercase;border:solid 4px #00A0DD;fill:#00A0DD;border-radius:50%;background-color:rgba(255,255,255,.4);transition:background-color .15s;position:relative;outline:none}@media(hover: hover){.Matchup .Matchup-voteBar-voteButton:hover{background-color:rgba(255,255,255,.8)}}@media(min-width: 450px){.Matchup .Matchup-voteBar-voteButton{padding:20px}}.Matchup .Matchup-voteBar-throbber{width:100%;position:absolute;text-align:center;padding:6px 0}.Matchup-voteButtonContainer{text-align:center;position:absolute;z-index:3;top:50%;left:50%;transform:translate(-50%, -50%)}.Matchup .Matchup-competitor-name{display:block;font-weight:bold;text-align:center;padding:5px}.Matchup .Matchup-competitor-name a{color:#00A0DD}.Matchup .Matchup-competitor-name.is-hidden{display:none}.Matchup.is-sending .Matchup-voteBar-voteButton{opacity:0}.Matchup .Matchup-openForSelecting{display:none}.Matchup.is-openForSelecting .Matchup-openForSelecting{display:block}.Matchup.is-reselectable .Matchup-voteBar-voteButton{opacity:.4}.Matchup.is-reselectable .Matchup-voteBar-voteButton.is-selected{opacity:1;border-color:#57DD28;fill:#57DD28}.Matchup .Matchup-infoContainer{font-size:14px;color:#848484;padding:5px 5px 10px}.Matchup .Matchup-infoContainer .Matchup-round{float:left}.Matchup .Matchup-infoContainer .Matchup-positionWithinRound{float:right}.Matchup .Matchup-infoContainer:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.no-js .Matchup.is-hiddenForScrollIntoView{display:none}.Matchups{max-width:780px;margin:0 auto}.js .Matchups-matchupNav{display:none}.Matchups-round-name{text-align:center;font-size:18px;color:#848484;padding-top:20px}.Matchups-round.is-hidden{display:none}:root{--Modal-background-color: #ffffff;--Modal-color: #111111;--Modal-close-fill: #aaaaaa;--Modal-close-hover-fill: #000000}.Modal{margin:auto;background-color:var(--Modal-background-color);box-shadow:0 0 10px rgba(0,0,0,.5);position:relative;color:var(--Modal-color);display:inline-block;text-align:left;max-width:100%}.Modal .Modal-header{min-height:20px;text-align:center}.Modal .Modal-header h1,.Modal .Modal-header h2,.Modal .Modal-header h3,.Modal .Modal-header h4,.Modal .Modal-header h5,.Modal .Modal-header h6{font-size:15px;padding:10px}.Modal .Modal-content,.Modal .Modal-footer{padding:10px}.Modal .Modal-close{display:block;position:absolute;top:10px;right:10px}.Modal .Modal-close svg{fill:var(--Modal-close-fill);transition:fill .3s}.Modal .Modal-close:hover svg{fill:var(--Modal-close-hover-fill)}.Modal.is-blocking .Modal-close{display:none}.Modal.var-noCloseButton .Modal-close{display:none}.ModalContainer{text-align:center;background-color:rgba(0,0,0,.1);position:fixed;top:0;left:0;right:0;bottom:0;z-index:10}.ModalContainer .ModalContainer-centering{position:absolute;top:0;left:0;right:0;height:calc(100vh - 90px);overflow:auto;-webkit-overflow-scrolling:touch;display:flex;padding-top:90px}.ModalContainer .ModalContainer-centering-content{margin:auto}.ModalContainer.var-targetOpenable:not(:target):not(.is-visible),.ModalContainer.is-hidden{position:absolute;display:none}.ModalContainer.var-targetOpenable:target,.ModalContainer.is-visible{display:block}.NavBar{border-bottom:solid 1px #00b7e0;text-align:center}.NavBar li{display:none}@media(max-width: 699px)and (min-width: 450px){.NavBar li.var-visibleForMobile{display:inline-block}}@media(max-width: 449px)and (min-width: 300px){.NavBar li.var-visibleForMobile{display:inline-block}}@media(max-width: 299px){.NavBar li.var-visibleForMobile{display:inline-block}}@media(max-width: 1099px)and (min-width: 700px){.NavBar li.var-visibleForDesktop{display:inline-block}}@media(min-width: 1100px){.NavBar li.var-visibleForDesktop{display:inline-block}}.NavBar a{display:inline-block}.NavBar a{margin:0 1px -1px;border-bottom:2px solid transparent;padding:2px 5px;font-size:14px;color:#00b7e0}.NavBar a.is-active{border-bottom-color:#00b7e0}.Notify{padding:5px;font-size:12px}.Notify.var-error{color:red}.Notify.is-hidden{display:none}.Pagination{overflow:hidden}.Pagination a{color:#aaa;fill:#aaa;font-size:20px;text-transform:uppercase;display:inline-block;vertical-align:24px;padding:15px;cursor:pointer;transition:all .3s}.Pagination a:hover{color:#00b7e0;fill:#00b7e0}.Pagination a.var-previous{float:left}.Pagination a.var-next{float:right}.PoweredBy{display:inline-block;font-size:13px;font-weight:bold;text-transform:uppercase;padding:7px}.PoweredBy a{display:inline-block;text-decoration:none;color:#76777B;font-family:Lato,"Arial Black",Arial,sans-serif;font-weight:bold;text-align:center;letter-spacing:1px}.PoweredBy span{display:block}.PoweredBy .PoweredBy-votion{width:100px;height:25px;margin-top:7px}.PoweredBy .PoweredBy-votion-fill{fill:#0F2D52}.PoweredBy .PoweredBy-votion-fill2{fill:#00A0DD}.PrimaryInstruction{display:none;position:sticky;top:-1px;z-index:10;padding:10px;text-align:center;font-size:16px;background-color:#c7ffd1;color:#000}.PrimaryInstruction.is-visible{display:block}.PrimaryInstruction-mobileMessage{display:none}@media(max-width: 449px)and (min-width: 300px){.PrimaryInstruction-mobileMessage{display:block}.PrimaryInstruction-desktopMessage{display:none}}@media(max-width: 299px){.PrimaryInstruction-mobileMessage{display:block}.PrimaryInstruction-desktopMessage{display:none}}.PrintPage{min-width:7.5in}.ProgressIndicator{display:none;position:relative;position:sticky;top:35px;z-index:10;padding:10px;text-align:center;font-size:14px;font-weight:bold;background-color:#c7ffd1;color:#000}.ProgressIndicator:after{content:"";display:block;position:absolute;left:0;right:0;bottom:-5px;height:5px;background-image:linear-gradient(rgba(0, 0, 0, 0.5), transparent)}.ProgressIndicator.is-visible{display:block}.Prose p{margin:1em 0}.Prose li{display:list-item}.Prose ul>li{list-style:disc}.Prose ol>li{list-style:decimal}.Prose ol,.Prose ul{margin-left:1.5em}.Prose strong,.Prose b{font-weight:bold}.Prose em,.Prose i{font-style:italic}.Prose>*:first-child{margin-top:0}.Prose>*:last-child{margin-bottom:0}.RegisterForm .RegisterForm-email,.RegisterForm .RegisterForm-password{width:100%}.ShareBar{display:flex;justify-content:center}:root{--ShareButton-facebook-background-color: #3b5998;--ShareButton-facebook-color: #ffffff;--ShareButton-twitter-background-color: #55acee;--ShareButton-twitter-color: #ffffff;--ShareButton-pinterest-background-color: #bd081c;--ShareButton-pinterest-color: #ffffff;--ShareButton-email-background-color: #999999;--ShareButton-email-color: #ffffff;--ShareButton-whatsapp-background-color: #43d854;--ShareButton-whatsapp-color: #ffffff;--ShareButton-imessage-background-color: #2BA4FE;--ShareButton-imessage-color: #ffffff;--ShareButton-sms-background-color: #01D349;--ShareButton-sms-color: #ffffff}.ShareButton{display:inline-block;cursor:pointer;padding:10px;line-height:10px;transition:background-color .3s;background-color:#666;color:#fff;fill:#fff}.ShareButton:hover{background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))}.ShareButton.var-facebook{background-color:var(--ShareButton-facebook-background-color);color:var(--ShareButton-facebook-color);fill:var(--ShareButton-facebook-color)}.ShareButton.var-twitter{background-color:var(--ShareButton-twitter-background-color);color:var(--ShareButton-twitter-color);fill:var(--ShareButton-twitter-color)}.ShareButton.var-pinterest{background-color:var(--ShareButton-pinterest-background-color);color:var(--ShareButton-pinterest-color);fill:var(--ShareButton-pinterest-color)}.ShareButton.var-email{background-color:var(--ShareButton-email-background-color);color:var(--ShareButton-email-color);fill:var(--ShareButton-email-color)}.ShareButton.var-whatsapp{background-color:var(--ShareButton-whatsapp-background-color);color:var(--ShareButton-whatsapp-color);fill:var(--ShareButton-whatsapp-color)}.ShareButton.var-sms{background-color:var(--ShareButton-sms-background-color);color:var(--ShareButton-sms-color);fill:var(--ShareButton-sms-color)}.ShareButton.var-imessage{background-color:var(--ShareButton-imessage-background-color);color:var(--ShareButton-imessage-color);fill:var(--ShareButton-imessage-color)}:root{--SsoMessage-padding: 10px 50px;--SsoMessage-margin: 5px;--SsoMessage-box-shadow: 0 0 4px rgba(#000, 0.4);--SsoMessage-background-color: #FFD2C7;--SsoMessage-border-radius: 3px;--SsoMessage-close-dimension: 30px;--SsoMessage-close-background: rgb(185, 58, 26);--SsoMessage-close-hover-background: rgb(95, 28, 11);--SsoMessage-close-color: #fff;--SsoMessage-close-focus-box-shadow: 0 2px 4px red;--Form-button-background-color: #00A0DD;--Form-button-color: #ffffff;--Form-button-text-transform: uppercase;--Form-button-font-size: 14px;--Form-button-padding: 0.66em 1.2em;--Form-button-border: none 0;--Form-button-hover-color: darken(#00A0DD, 20%)}.SsoMessage{position:absolute;z-index:1000;top:var(--SsoMessage-margin);left:var(--SsoMessage-margin);right:var(--SsoMessage-margin);padding:var(--SsoMessage-padding);box-shadow:var(--SsoMessage-box-shadow);border-radius:var(--SsoMessage-border-radius);min-height:var(--SsoMessage-close-dimension);background-color:var(--SsoMessage-background-color);text-align:center;font-weight:bold}.SsoMessage--hide{display:none}.SsoMessage-close{border-radius:50%;width:var(--SsoMessage-close-dimension);height:var(--SsoMessage-close-dimension);background:var(--SsoMessage-close-background);color:var(--SsoMessage-close-color);fill:var(--SsoMessage-close-color);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;position:absolute;top:5px;right:10px}.SsoMessage-close:hover,.SsoMessage-close:focus{background:var(--SsoMessage-close-hover-background)}.SsoMessage-close:focus{box-shadow:var(--SsoMessage-close-focus-box-shadow)}:root{--Stats--max-width: 780px;--Stats--desktop-border: solid 1px #eee;--Stats-stat--max-width: 260px;--Stats-stat--padding: 14px;--Stats-statHeader--font-weight: bold;--Stats-statHeader--padding-bottom: 5px;--Stats-statHeader--border-bottom: solid 2px #eee;--Stats-number--font-size: 2.5em;--Stats-number--font-weight: normal;--Stats-number--padding-top: 3px}.Stats{display:flex;justify-content:center;max-width:var(--Stats--max-width);margin:0 auto}.Stats-stat{display:none;flex-grow:1;flex-basis:0;padding:var(--Stats-stat--padding)}.Stats-stat.is-visible{display:block}.Stats-statHeader{font-weight:var(--Stats-statHeader--font-weight);padding-bottom:var(--Stats-statHeader--padding-bottom);border-bottom:var(--Stats-statHeader--border-bottom)}.Stats-number{font-size:var(--Stats-number--font-size);font-weight:var(--Stats-number--font-weight);padding-top:var(--Stats-number--padding-top)}.SubmitButton{position:relative}.SubmitButton .SubmitButton-throbber{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;text-align:center}.SubmitButton .SubmitButton-throbber>div{margin:auto}.SubmitButton .SubmitButton-throbber,.SubmitButton .SubmitButton-button{transition:opacity .2s,visibility .2s}.SubmitButton .SubmitButton-throbber,.SubmitButton.is-buttonHidden .SubmitButton-button{opacity:0;visibility:hidden}.SubmitButton.is-throbberVisible .SubmitButton-throbber,.SubmitButton .SubmitButton-button{opacity:1;visibility:inherit;visibility:unset}.SubmitPredictionsButton{padding:10px 20px 50px}:root{--Throbber-stroke-width-medium: 5px;--Throbber-stroke-width-small: 3px;--Throbber-stroke-color: #00b7e0}.Throbber{transition:all .2s}.Throbber.is-visible{opacity:1;visibility:inherit;visibility:unset}.Throbber.is-hidden{opacity:0;visibility:hidden}.Throbber svg{display:block}.Throbber circle{fill:none;stroke:var(--Throbber-stroke-color);stroke-linecap:round;animation:Throbber-dash linear forwards infinite,Throbber-rotate linear forwards infinite;transform-origin:50% 50%}.Throbber.var-small circle{stroke-width:var(--Throbber-stroke-width-small);stroke-dasharray:calc(62.8318530718px - var(--Throbber-stroke-width-small));stroke-dashoffset:calc(62.8318530718px - var(--Throbber-stroke-width-small));animation-duration:2s,4s}.Throbber.var-medium circle{stroke-width:var(--Throbber-stroke-width-medium);stroke-dasharray:calc(188.4955592154px - var(--Throbber-stroke-width-medium));stroke-dashoffset:calc(188.4955592154px - var(--Throbber-stroke-width-medium));animation-duration:3s,6s}@keyframes Throbber-dash{50%{stroke-dashoffset:0}}@keyframes Throbber-rotate{0%{transform:rotate(0deg)}25%{transform:rotate(180deg)}50%{transform:rotate(720deg)}75%{transform:rotate(900deg)}100%{transform:rotate(1440deg)}}:root{--UserBar-font-size: 18px;--UserBar-padding: 5px 5px 10px}.UserBar{font-size:var(--UserBar-font-size);text-align:right;padding:var(--UserBar-padding);position:absolute;top:0;right:0}.UserBar.is-loggedIn .UserBar-loggedOut,.UserBar.is-loggedOut .UserBar-loggedIn{display:none}.VotionApp{font-family:Lato,"Arial Black",Arial,sans-serif;background-color:#fbfbfb}.VotionApp-footer{display:flex;justify-content:space-between;align-items:center;padding:5px;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}@media(max-width: 449px)and (min-width: 300px){.VotionApp-footer{flex-direction:column;justify-content:center}}@media(max-width: 299px){.VotionApp-footer{flex-direction:column;justify-content:center}}
