@import url(https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Audiowide&family=Electrolize&family=Sriracha&display=swap);@import url(https://fonts.googleapis.com/css2?family=Electrolize&display=swap);.Nav_Bar{align-items:center;background-color:initial;border-radius:3mm;display:flex;flex-direction:row;height:5vh;margin-left:2.5%;position:fixed;right:0;width:95vw;z-index:5}.Nav_Bar_Item{color:#212529;font-family:Funnel Display,serif;font-size:2vh;font-style:normal;font-weight:500;padding-left:2vw;padding-right:2vw;padding-top:1vh;text-decoration:none}.Space_Bar{width:45%}.Nav_Bar_Img_Item{opacity:.6;padding-left:2%;width:5%}.Nav_Bar_Item:hover{text-decoration:underline}@media screen and (max-width:1024px){.Nav_Bar_Item{padding-left:1.5vw;padding-right:1.5vw}.Nav_Bar_Img_Item{width:4%}}@media screen and (max-width:780px){.Nav_Bar_Item{padding-left:1vw;padding-right:1vw}.Nav_Bar_Img_Item{width:5%}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:initial;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.HP_Main_Div{display:flex;flex-direction:row}.HP_Background_Image,.HP_Main_Div{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;position:fixed;width:100vw}.HP_Background_Image{left:0;top:0;z-index:-1}.HP_Blur_Div{font-feature-settings:normal;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#0000001f;font-family:Audiowide,serif;font-size:15vh;font-variant:normal;font-weight:1000;height:100%;-webkit-mask:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-clip:text,padding-box;-webkit-mask-composite:xor;-webgit-mask-composite:exclude;padding-right:.1%;padding-top:23%;text-align:right;width:30%}.HP_Righ_Div{display:flex;flex-direction:column;height:100%;width:70%}.HP_Right_Title_Span{font-feature-settings:normal;color:#fff;font-family:Audiowide,serif;font-size:15vh;font-variant:normal;font-weight:1000;padding-left:.1%;padding-top:40%}.HP_Right_Text_Span{font-feature-settings:normal;color:#fff;font-family:Electrolize,serif;font-size:1.2rem;font-variant:normal;font-weight:600;margin-left:auto;margin-top:auto;padding-bottom:2vh;padding-right:3vw}@media screen and (max-width:1024){.HP_Blur_Div{padding-top:40%}.HP_Right_Title_Span{padding-top:50%}}@media screen and (max-width:720){.HP_Blur_Div{padding-top:50%;width:50%}.HP_Right_Title_Span{padding-top:60%}}.AP_Main_Div{height:100vh;width:100vw}.AP_Background_Img{background-position:50%;background-repeat:no-repeat;background-size:cover;z-index:-2}.AP_Back_Svg,.AP_Background_Img{height:100vh;left:0;position:fixed;top:0;width:100vw}.AP_Back_Svg{z-index:-1}.AP_Rect_Svg{fill:#a6051a;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);filter:blur(5px);opacity:.8}.AP_Background_Div{border-radius:15mm;color:#fff;height:80vh;opacity:.8;padding:3%;width:89vw;z-index:1}.AP_Info_Tittle{font-feature-settings:normal;font-family:Audiowide,serif;font-size:4vh;font-variant:normal;margin-bottom:1%}.AP_Info_Text{font-feature-settings:normal;font-family:Audiowide,serif;font-size:2vh;font-variant:normal;font-weight:500;text-align:left}.GP_Main_Div{height:100vh;width:100vw}.GP_Background_Img{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:-2}.GP_Content_Container{-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);background:#0000001f;border-radius:0;display:flex;flex-direction:column;height:100vh;margin:0;padding:0;position:fixed;right:0;top:0;width:40vw}.GP_Text_Area{color:#fff;display:flex;flex-direction:column;gap:1rem;height:auto;margin-left:2vw;margin-right:2vw;margin-top:10vh;min-height:-webkit-fit-content;min-height:fit-content;width:-webkit-fit-content;width:fit-content}.GP_Tittle_Heading{font-feature-settings:normal;color:#fff;font-family:Audiowide,serif;font-size:3vh;font-variant:normal}.GP_Text_Span{font-feature-settings:normal;color:#fff;font-family:Electrolize,serif;font-size:1.6vh;font-variant:normal;font-weight:500;text-align:justify}.GP_Accordion_Container{display:flex;gap:4px;margin-left:2vw;margin-top:10vh;min-height:-webkit-fit-content;min-height:fit-content;padding:20px;width:100%}.GP_Accordion_Item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5f5f566;border-radius:10px;height:360px;overflow:hidden;position:relative;transition:all .6s cubic-bezier(.4,0,.2,1);width:max(80px,3vw)}.GP_Accordion_Item.active{width:max(320px,24vw)}.GP_Accordion_Title{align-items:center;background:#0003;cursor:pointer;display:flex;height:100%;justify-content:center;position:absolute;width:max(80px,3vw);z-index:2}.GP_Accordion_Title span{color:#fff;font-family:Audiowide,sans-serif;font-size:1.8vh;text-transform:uppercase;transform:rotate(180deg);white-space:nowrap;writing-mode:vertical-rl}.GP_Accordion_Content{display:flex;flex-direction:column;font-size:1.4vh;gap:15px;height:100%;left:max(80px,3vw);opacity:0;padding:20px;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease;width:270px}.GP_Accordion_Item.active .GP_Accordion_Content{opacity:1;pointer-events:auto}.GP_Accordion_Content a{border-radius:5px;color:#fff;font-family:Electrolize,serif;padding:10px;text-decoration:none;transition:background-color .2s ease}.GP_Accordion_Content a:hover{background:#fff3}@media screen and (max-width:1024px){.GP_Content_Container{overflow-x:auto;width:60%}.GP_Text_Area{height:auto;margin-left:5%;margin-top:5vh;min-height:-webkit-fit-content;min-height:fit-content;padding:.5rem;width:90%}.GP_Accordion_Container{gap:10px;height:auto;margin-left:5%;margin-top:2vh;min-height:50vh;padding:10px;width:90%}.GP_Cards_Div{gap:1.5rem;padding:1rem}}@media screen and (max-width:768px){.GP_Content_Container{height:100vh;position:fixed;right:0;width:50%}.GP_Text_Area{margin-bottom:2vh;margin-top:5vh;min-height:-webkit-fit-content;min-height:fit-content}.GP_Accordion_Container,.GP_Text_Area{height:auto;margin-left:5%;padding:0;width:90%}.GP_Accordion_Container{flex-direction:column;gap:10px;margin-top:2vh;min-height:50vh}.GP_Cards_Div{gap:1rem;justify-content:space-around;padding:1rem}.GP_Accordion_Item{height:50px;width:100%}.GP_Accordion_Item.active{height:220px;width:100%}.GP_Accordion_Title{height:-webkit-fit-content;height:fit-content;width:100%}.GP_Accordion_Title span{margin:3px;transform:none;writing-mode:horizontal-tb}.GP_Accordion_Content{gap:0;height:-webkit-fit-content;height:fit-content;left:0;margin:2px;padding:0;top:15px;width:100%}}.LTQ_Main_Div{height:100vh;overflow:hidden;position:relative;width:100vw}.LTQ_Background_Image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:-1}.LTQ_Blur_Div{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#0000008f;height:100vh;overflow:hidden;position:relative;width:100vw}.LTQ_Window_Div{background-color:#000000b3;border:4px solid #f5f5f580;border-radius:10px;height:88%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:94%}.LTQ_Combined_Div,.LTQ_Window_Div{display:flex;flex-direction:column}.LTQ_Combined_Div{align-items:left;background-color:initial;color:#f5f5f5;gap:1vw;margin:2vh 4vw;padding:10px;width:-webkit-fit-content;width:fit-content}.LTQ_Combined_Upper_Div{font-feature-settings:normal;font-family:Electrolize,serif;font-variant:normal;font-weight:300;width:30vw}.LTQ_Info_Title{font-size:2vh}.LTQ_Info_Text{font-size:1.4vh}.LTQ_Combined_Middle_Div{align-items:center;display:flex;gap:15px;justify-content:center;width:100%}.LTQ_Combined_Middle_Div,.LTQ_Select_Box{font-family:Electrolize,serif;font-size:1.4vh}.LTQ_Select_Box{background-color:initial;border:2px solid #f5f5f5cc;border-radius:8px;color:#f5f5f5;cursor:pointer;height:3vh;min-height:-webkit-fit-content;min-height:fit-content;min-width:-webkit-fit-content;min-width:fit-content;padding:8px;text-align:center;text-align-last:center;transition:all .2s ease;width:12vw}.LTQ_Select_Box:hover{background-color:#000;border-color:#f5f5f533;color:#f5f5f5;font-size:1.4vh}.LTQ_Combined_Bottom_Div{align-items:center;display:flex;gap:15px;height:4vh;justify-content:center;min-height:-webkit-fit-content;min-height:fit-content;width:40vw}.LTQ_Toggle_Container_Div{background-color:#f5f5f54d;border-radius:20px;display:flex;height:4vh;overflow:hidden;position:relative;width:30vw}.LTQ_Toggle_Slider_Div{background-color:#f5f5f5cc;border-radius:20px;height:100%;position:absolute;transition:transform .3s ease;width:33.33%}.LTQ_Toggle_Options_Div{display:flex;font-size:1.4vh;height:4vh;justify-content:center;width:30vw;z-index:1}.LTQ_Toggle_Option_Div{align-items:center;color:#f5f5f5;cursor:pointer;display:flex;flex:1 1;font-family:Electrolize,serif;justify-content:center;transition:color .3s ease}.LTQ_Toggle_Option_Div.active{color:#000}.LTQ_Graph_Div{background-color:initial;border-radius:15px;display:flex;flex-direction:row;margin:30px;width:96%}.LTQ_Graph_Container_Div{max-width:-webkit-fit-content;max-width:fit-content}.LTQ_Legend_Div{background-color:initial;border-radius:8px;color:#f5f5f5;display:flex;flex-direction:column;font-family:Electrolize,serif;gap:10px;height:-webkit-fit-content;height:fit-content;margin-left:auto;padding:10px;width:-webkit-fit-content;width:fit-content}.LTQ_Bars{rx:4;opacity:.8}.LTQ_Bars_Diff{fill:purple}.LTQ_Bars_Text{text-anchor:middle;dominant-baseline:middle;font-family:Electrolize;font-size:1.4vh;font-weight:700;letter-spacing:2px}@media screen and (max-width:1200px){.LTQ_Main_Div{height:auto;min-height:100vh}.LTQ_Window_Div{height:85%;overflow-y:scroll;width:95%}.LTQ_Combined_Div,.LTQ_Select_Box{width:-webkit-fit-content;width:fit-content}.LTQ_Toggle_Container_Div{height:30px;width:200px}.LTQ_Graph_Div{margin:0 0 20px 30px}.LTQ_Bar_Text{transition:all .3s ease;writing-mode:vertical-rl}}.LTC_Main_Div{height:100vh;overflow:hidden;position:relative;width:100vw}.LTC_Background_Image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:-1}.LTC_Blur_Div{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#0000008f;height:100vh;overflow:hidden;position:relative;width:100vw}.LTC_Window_Div{background-color:#000000b3;border:4px solid #f5f5f580;border-radius:10px;display:flex;flex-direction:row;height:88%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:94%}.LTC_Combined_Div{align-items:center;background-color:initial;color:#f5f5f5;display:flex;flex-direction:column;gap:20px;margin:30px;min-width:-webkit-fit-content;min-width:fit-content;padding:10px;width:40%}.LTC_Combined_Upper_Div{font-feature-settings:normal;font-family:Electrolize,serif;font-variant:normal;font-weight:300;margin-bottom:25px;width:40vw}.LTC_Info_Title{font-size:2vh;font-size:1.4vh}.LTC_Divider{background:linear-gradient(90deg,#0000,#f5f5f5cc,#0000);height:2px;margin-bottom:10px;width:80%}.LTC_Combined_Middle_Div,.LTC_Divider{align-items:center;justify-content:center}.LTC_Combined_Middle_Div{display:flex;gap:1vw;margin-bottom:15px;width:100%}.LTC_Combined_Middle_Div,.LTC_Select_Box{font-family:Electrolize,serif;font-size:1.4vh}.LTC_Select_Box{background-color:initial;border:2px solid #f5f5f5cc;border-radius:8px;color:#f5f5f5;cursor:pointer;height:3vh;min-height:-webkit-fit-content;min-height:fit-content;min-width:-webkit-fit-content;min-width:fit-content;padding:8px;text-align:center;text-align-last:center;transition:all .2s ease;width:12vw}.LTC_Select_Box:hover{background-color:#000;border-color:#f5f5f533;color:#f5f5f5;font-size:1.4vh}.LTC_Combined_Bottom_Div{display:flex;flex-direction:column;gap:20px;width:100%}.LTC_Combined_Bottom_First_Lap_Div,.LTC_Combined_Bottom_Second_Lap_Div{align-items:center;display:flex;flex-direction:row;font-size:1.4vh;gap:50px;justify-content:center;min-width:-webkit-fit-content;min-width:fit-content;width:90%}.LTC_Vertical_Divider{background-color:#f5f5f580;height:40px;margin:0 10px;width:2px}.Graph_Type{width:50%}.LTC_Graph_Div{align-items:center;background-color:initial;border-radius:15px;display:flex;flex-direction:column;justify-content:center;margin:30px;width:55%}.LTC_Graph_Container_Div{max-width:-webkit-fit-content;max-width:fit-content}.LTC_Legend_Div{background-color:initial;border-radius:8px;color:#f5f5f5;display:flex;flex-direction:column;font-family:Electrolize,serif;gap:10px;height:-webkit-fit-content;height:fit-content;margin-left:auto;padding:10px;width:-webkit-fit-content;width:fit-content}.LTC_Bars{rx:4;opacity:.8}.LTC_Bars_Diff{fill:purple}.LTC_Bars_Text{text-anchor:middle;dominant-baseline:middle;font-family:Electrolize;font-size:.8rem;font-weight:700;letter-spacing:2px}@media screen and (max-width:1200px){.LTC_Main_Div{height:auto;min-height:100vh}.LTC_Window_Div{height:85%;overflow-y:scroll;width:95%}.LTC_Combined_Div{width:-webkit-fit-content;width:fit-content}.LTC_Combined_Middle_Div,.LTC_Combined_Upper_Div,.LTC_Legend_Div,.LTC_Select_Box{font-size:.7rem}.LTC_Select_Box{width:-webkit-fit-content;width:fit-content}.LTC_Graph_Div{margin:0 0 20px 30px}.LTC_Bar_Text{font-size:.6rem;transition:all .3s ease;writing-mode:vertical-rl}}.TS_Main_Div{height:100vh;overflow:hidden;position:relative;width:100vw}.TS_Background_Image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:-1}.TS_Blur_Div{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#0000008f;height:100vh;overflow:hidden;position:relative;width:100vw}.TS_Window_Div{background-color:#000000b3;border:4px solid #f5f5f580;border-radius:10px;display:flex;flex-direction:row;height:88%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:94%}.TS_Info_Title{font-size:2vh}.TS_Info_Text{font-size:1.4vh}.TS_Combined_Div{background-color:initial;color:#f5f5f5;font-family:Electrolize,serif;margin:30px;max-width:40vw;padding:20px}.TS_ComboBox_Section{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:.5vw;gap:15px}.TS_Select_Group{align-items:center;display:flex;gap:10px}.TS_Divider{background:linear-gradient(90deg,#0000,#f5f5f5cc,#0000);height:1px;margin:20px 0}.TS_Select_Title_Span{font-size:1.4vh;margin-left:0;min-width:-webkit-fit-content;min-width:fit-content;white-space:nowrap}.TS_Race{margin-left:0}.TS_Select_Box{background-color:initial;border:1px solid #f5f5f5cc;border-radius:8px;color:#f5f5f5;cursor:pointer;font-family:Electrolize,serif;font-size:1.4vh;height:3vh;min-height:-webkit-fit-content;min-height:fit-content;min-width:-webkit-fit-content;min-width:fit-content;padding:8px;text-align:center;text-align-last:center;transition:all .2s ease;width:12vw}.TS_Select_Box:hover{background-color:#000;border-color:#f5f5f533;color:#f5f5f5}.TS_Race_Box{min-width:200px}.TS_Graph_Div{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:90vw;padding-right:30px;padding-top:25px;transition:all .3s ease;width:50%}.TS_Graph_Div:hover{box-shadow:0 8px 16px #0003}.TS_Graph_Legend_Div{color:#f5f5f5;margin-bottom:8px}.TS_ToolTip_Title_Div{font-weight:700;padding-bottom:5px}.TS_ToolTip_Row_Div{padding-top:6px;text-align:justify}@media screen and (max-width:1024px){.TS_Main_Div{height:auto;min-height:100vh}.TS_Window_Div{flex-direction:column;height:85%;overflow-y:scroll}.TS_Combined_Div{margin:10px;max-width:95%;position:relative;width:70%}.TS_Graph_Legend_Div{font-size:.6rem}.TS_Graph_Div{margin:10px auto;max-height:-webkit-fit-content;max-height:fit-content;padding:10px;transform:none;width:95%}}.PL_Main_Div{height:100vh;overflow:hidden;position:relative;width:100vw}.PL_Background_Image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:-1}.PL_Blur_Div{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#0000008f;height:100vh;overflow:hidden;position:relative;width:100vw}.PL_Window_Div{background-color:#000000b3;border:4px solid #f5f5f580;border-radius:10px;height:88%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:94%}.PL_Combined_Div,.PL_Window_Div{display:flex;flex-direction:column}.PL_Combined_Div{color:#f5f5f5;gap:10px;height:-webkit-fit-content;height:fit-content;margin:30px;padding:20px;width:35%}.PL_Info_Div{font-feature-settings:normal;font-family:Electrolize,serif;font-variant:normal;font-weight:300;text-align:justify}.PL_Info_Title{font-size:max(2vh,18px)}.PL_Info_Text{font-size:max(1.4vh,12px)}.PL_Control_Div{display:flex;flex-direction:column;font-family:Electrolize,serif;font-size:1.3vh;gap:15px;height:-webkit-fit-content;height:fit-content;width:100%}.PL_Control_Upper_Div{align-items:center;display:flex;gap:15px}.PL_Divider{background-color:#0000001a;height:1px;margin:5px 0;width:100%}.PL_Select_Title_Span{font-size:1.4vh;margin-left:3%;min-width:-webkit-fit-content;min-width:fit-content;white-space:nowrap}.PL_Race{margin-left:20px}.PL_Select_Box{background-color:initial;border:2px solid #f5f5f5cc;border-radius:8px;color:#f5f5f5;cursor:pointer;font-family:Electrolize,serif;font-size:1.2vh;height:3vh;min-height:-webkit-fit-content;min-height:fit-content;min-width:-webkit-fit-content;min-width:fit-content;padding:8px;text-align:center;text-align-last:center;transition:all .2s ease;width:12vw}.PL_Select_Box:hover{background-color:#000;border-color:#f5f5f533;color:#f5f5f5}.PL_Race_Box{min-width:200px}.PL_Graph_Div{align-items:center;display:flex;height:70%;justify-content:center;min-height:-webkit-fit-content;min-height:fit-content;transition:all .3s ease}.PL_Graph_Container{display:inline-block;width:90%}.PL_Line_Paths{transition:all .3s ease;transition-delay:.2s}.PL_Legend_Rect{rx:6px;ry:6px}.PL_Legend_Rect_Text{fill:#f5f5f5;font-family:Electrolize;font-size:.8vh}@media screen and (max-width:1200px){.PL_Main_Div{height:auto;min-height:100vh}.PL_Window_Div{height:84%;overflow-y:scroll}.PL_Combined_Div{margin-bottom:20px;margin-left:4%;margin-top:10vh;position:relative;width:60%}.PL_Graph_Div{height:100%;justify-content:left;max-height:-webkit-fit-content;max-height:fit-content;padding:0}}@media screen and (max-width:768px){.PL_Control_Upper_Div{flex-direction:column;gap:10px}.PL_Select_Title_Span{margin-left:0;text-align:center}.PL_Race{margin-left:0}.PL_Select_Box{margin:0 auto;max-width:300px;width:100%}.PL_Graph_Container{width:95%}.PL_Combined_Div{margin-left:auto;margin-right:auto;width:80%}.PL_Control_Div{content:fit-content;left:10%;max-width:60%;position:relative}}.IL_Main_Div{height:100vh;overflow:hidden;position:relative;width:100vw}.IL_Background_Image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:-1}.IL_Blur_Div{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#0000008f;height:100vh;overflow:hidden;position:relative;width:100vw}.IL_Window_Div{background-color:#000000b3;border:4px solid #f5f5f580;border-radius:10px;height:88%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:94%}.IL_Combined_Div,.IL_Window_Div{display:flex;flex-direction:column}.IL_Combined_Div{color:#f5f5f5;gap:10px;height:-webkit-fit-content;height:fit-content;margin:15px;max-width:-webkit-fit-content;max-width:fit-content;padding:20px;width:45vw}.IL_Info_Div{font-feature-settings:normal;font-family:Electrolize,serif;font-variant:normal;font-weight:300;text-align:justify}.IL_Info_Title{font-size:max(2vh,18px)}.IL_Info_Text{font-size:max(1.4vh,12px)}.IL_Control_Div{color:#f5f5f5;display:flex;flex-direction:column;font-family:Electrolize,serif;font-size:1.4vh;gap:15px;height:-webkit-fit-content;height:fit-content;width:100%}.IL_Control_Upper_Div{align-items:center;display:flex;flex-direction:row;gap:15px}.IL_Divider{background:linear-gradient(90deg,#0000,#f5f5f5cc,#0000);height:1px;margin:20px 0}.IL_Select_Title_Span{margin-left:3%;white-space:nowrap}.IL_Select_Box,.IL_Select_Title_Span{min-width:-webkit-fit-content;min-width:fit-content}.IL_Select_Box{background-color:initial;border:2px solid #f5f5f5cc;border-radius:8px;color:#f5f5f5;cursor:pointer;font-family:Electrolize,serif;font-size:1.4vh;height:3vh;min-height:-webkit-fit-content;min-height:fit-content;padding:8px;text-align:center;text-align-last:center;transition:all .2s ease;width:12vw}.IL_Select_Box:hover{background-color:#000;border-color:#f5f5f533;color:#f5f5f5}.IL_Race_Box{margin-right:20px;min-width:200px}.IL_Toggle_Container{background:#f5f5f54d;border-radius:20px;cursor:pointer;height:40px;overflow:hidden;position:relative;width:260px}.IL_Toggle_Slider{background:#f5f5f5cc;border-radius:20px;height:100%;position:absolute;transition:transform .3s ease;width:50%}.IL_Toggle_Labels{display:flex;height:100%;position:relative;z-index:1}.IL_Toggle_Label{align-items:center;color:#fff;display:flex;flex:1 1;font-family:Electrolize,serif;font-size:1.2vh;justify-content:center;transition:color .3s ease}.IL_Toggle_Label.active{color:#000}.IL_Graph_Div{display:flex;flex-direction:row;left:4%;margin:30px 0 30px 30px;transition:all .3s ease;width:96%}.IL_Graph_Container_Div{margin-right:auto;min-width:-webkit-fit-content;min-width:fit-content;position:relative;width:90%}.IL_Tooltip_Div{font-feature-settings:normal;font-family:Electrolize,serif;font-size:1.2vh;font-variant:normal;font-weight:300;text-align:justify}.IL_Tooltip_Tittle{font-size:1.4vh}.IL_Tooltip_SubDiv{display:flex;flex-direction:row}.IL_Tooltip_Column_Div{padding:6px}.IL_Tooltip_Item_Div{padding-top:8px}.IL_Graph_Legend_Main_Div{display:flex;flex-direction:row;margin-bottom:4%;margin-top:4%;position:relative;width:auto}.IL_Graph_Legend_Control_Div{align-items:center;border-color:#f5f5f5cc;border-radius:10px 0 0 10px;border-style:solid;cursor:pointer;display:flex;justify-content:center;margin-left:5px;padding:5px;text-orientation:mixed;transform:rotate(180deg);transition:all .3s ease;writing-mode:vertical-rl}.IL_Graph_Legend_Control_Text{color:#f5f5f5;font-family:Electrolize,serif;font-size:1.1vh;letter-spacing:1px}.IL_Graph_Legend_Div{border-left:1px solid #f5f5f5;display:flex;gap:8px;min-width:-webkit-fit-content;min-width:fit-content;padding-left:5px;padding-right:5px;position:absolute;right:30px;top:0;transform:translateX(0);transition:all .3s ease-in-out;visibility:visible;width:110px;z-index:3}.Legend_Inactive{transform:translateX(calc(100% + 30px));visibility:hidden;width:0}.IL_Legend_Column{flex:1 1;min-width:0}.IL_Legend_Item{color:#f5f5f5;font-size:1.4vh;min-width:-webkit-fit-content;min-width:fit-content;overflow:hidden;padding:1vh .8vw;text-overflow:ellipsis;transition-delay:.2s;transition-duration:.3s;transition-property:visibility;visibility:visible;white-space:nowrap}.IL_Legend_Item:hover{background-color:#0000000d}.Legend_Item_Inactive{opacity:.6}.Legend_Item_Invisable{transition-delay:0s;transition-duration:.1s;transition-property:visibility;visibility:hidden}.IL_Legend_Driver_Name{font-size:1.2vh;max-width:-webkit-fit-content;max-width:fit-content}@media screen and (max-width:1200px){.IL_Main_Div{height:auto;min-height:100vh}.IL_Window_Div{height:85%;overflow-y:scroll;width:95%}.IL_Combined_Div{left:10%;margin-bottom:20px;margin-top:10vh;position:relative;width:80%}.IL_Info_Div{max-width:100%}.IL_Control_Div{color:#f5f5f5;max-width:100%;min-width:auto}.IL_Control_Bottom_Div{align-items:stretch;flex-direction:row;gap:15px}.IL_Graph_Div{left:0;margin-bottom:30px;margin-left:0;margin-top:4vh;position:relative;width:95%}.IL_Graph_Container_Div{height:50%}.IL_Graph_Legend_Div{align-items:center;padding-left:3px}.IL_Legend_Column{align-items:center}.IL_Legend_Item{padding:8px 4px}}@media screen and (max-width:768px){.IL_Window_Div{height:95%;overflow-y:scroll;width:95%}.IL_Control_Upper_Div{flex-direction:column;gap:10px}.IL_Select_Title_Span{margin-left:0;text-align:center}.IL_Race{margin-left:0}.IL_Select_Box{margin:0 auto;max-width:300px;width:100%}.IL_Graph_Container_Div{width:95%}.IL_Graph_Legend_Div{flex-direction:row;padding:10px;width:100%}.IL_Combined_Div{left:5%;width:80%}}.LTL_Main_Div{height:100vh;overflow:hidden;position:relative;width:100vw}.LTL_Background_Image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:-1}.LTL_Blur_Div{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#0000008f;height:100vh;overflow:hidden;position:relative;width:100vw}.LTL_Window_Div{background-color:#000000b3;border:4px solid #f5f5f580;border-radius:10px;display:flex;flex-direction:column;height:88%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:94%}.LTL_Control_Area_Div{display:flex;flex-direction:row;margin:10px}.LTL_Info_Div{font-feature-settings:normal;background-color:initial;color:#f5f5f5;font-family:Electrolize,serif;font-variant:normal;font-weight:300;margin-left:2vw;margin-top:1vh;padding:15px;text-align:justify;width:25vw}.LTL_Info_Title{font-size:2vh}.LTL_Info_Text{font-size:1.4vh}.LTL_Control_Div{background-color:initial;color:#f5f5f5;display:flex;flex-direction:column;font-family:Electrolize,serif;gap:15px;height:-webkit-fit-content;height:fit-content;margin:30px 30px 30px auto;min-width:20vw;padding:20px;width:-webkit-fit-content;width:fit-content}.LTL_ComboBox_Upper{align-items:center;display:flex;gap:15px}.LTL_Divider{background:linear-gradient(90deg,#0000,#f5f5f599,#0000);height:1px;margin:20px 0}.LTL_Select_Title_Span{font-size:1.4vh;margin-left:3%;min-width:-webkit-fit-content;min-width:fit-content;white-space:nowrap}.LTL_Race{margin-left:20px}.LTL_Select_Box{background-color:initial;border-radius:8px;border-style:solid;border-width:2px;color:#f5f5f5;cursor:pointer;font-family:Electrolize,serif;font-size:1vh;height:4vh;min-width:12vw;text-align:center;text-align-last:center;transition:all .2s ease;width:20vw}.LTL_Select_Box:hover{background-color:#000;border-color:#f5f5f533;color:#f5f5f5;font-size:1vh}.LTL_Race_Box{min-width:200px}.LTL_ComboBox_Bottom{align-items:center;border-radius:8px;display:flex;flex-direction:row;gap:20px}.LTL_Filter_Button{background-color:#f5f5f5;border:none;border-radius:8px;color:#000;cursor:pointer;font-family:Electrolize,serif;font-size:1.2vh;height:3vh;margin-left:15px;min-height:-webkit-fit-content;min-height:fit-content;min-width:-webkit-fit-content;min-width:fit-content;padding:10px 20px;position:static;transition:all .2s ease;width:10vw}.LTL_Filter_Button:hover{background-color:#f5f5f599;transform:translateY(-1px)}.LTL_Slider_Group{display:flex;flex-direction:column;font-family:Electrolize,serif;font-size:1.3vh;gap:2vh;margin-left:15px}.LTL_Range_Slider{-webkit-appearance:none;background:#f5f5f566;border-radius:5px;height:5px;outline:none;width:15vw}.LTL_Range_Slider::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;background:#f5f5f5;border-radius:50%;cursor:pointer;height:15px;-webkit-transition:all .2s ease;transition:all .2s ease;width:15px}.LTL_Range_Slider::-webkit-slider-thumb:hover{background-color:#f5f5f54d;transform:scale(1.1)}.LTL_Info_Hover_Container{display:inline-block;margin-right:20px;position:relative}.LTL_Info_Icon{align-items:center;background-color:#f5f5f54d;border-radius:50%;color:#f5f5f5;cursor:help;display:flex;height:1.8vh;justify-content:center;min-height:-webkit-fit-content;min-height:fit-content;min-width:-webkit-fit-content;min-width:fit-content;padding:2px;transition:all .2s ease;width:1.8vh}.LTL_Info_Icon:hover{background-color:#f5f5f599}.LTL_Info_Tooltip{border-radius:8px;bottom:100%;box-shadow:0 4px 6px #0000001a;color:#333;font-size:1vh;line-height:1.4;margin-bottom:10px;opacity:0;padding:12px;text-align:center;transform:translateX(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);visibility:hidden;white-space:normal;width:250px;z-index:1000}.LTL_Info_Tooltip,.LTL_Info_Tooltip:after{background-color:#f5f5f5fa;left:50%;position:absolute}.LTL_Info_Tooltip:after{bottom:-5px;content:"";height:10px;transform:translateX(-50%) rotate(45deg);width:10px}.LTL_Info_Hover_Container:hover .LTL_Info_Tooltip{bottom:130%;opacity:1;visibility:visible}.LTL_Graph_Div{align-items:center;background-color:initial;border-radius:15px;display:flex;justify-content:center;margin:0 30px 30px;transition:all .3s ease;width:95%}.LTL_Graph_Container{min-width:-webkit-fit-content;min-width:fit-content}.LTL_Tooltip_Div{font-feature-settings:normal;font-family:Electrolize,serif;font-size:1vh;font-variant:normal;font-weight:400;text-align:justify}.LTL_Tooltip_Tittle{font-size:1.3vh}.LTL_Tooltip_SubDiv{display:flex;flex-direction:row}.LTL_Tooltip_Column_Div{padding:6px}.LTL_Tooltip_Item_Div{padding-top:8px}.LTL_Graph_Legend{display:flex;gap:10px;max-height:400px;overflow-y:auto;padding:20px;width:10%}.LTL_Legend_Column{flex:1 1;min-width:0}.LTL_Legend_Item{font-size:.9vh;overflow:hidden;padding:10px 6px;text-overflow:ellipsis;white-space:nowrap}.LTL_Legend_Item:hover{background-color:#0000000d}.LTL_Legend_Item_Inactive{opacity:.6}.LTL_Legend_Driver_Name{color:#f5f5f5;font-size:1.2vh;min-width:-webkit-fit-content;min-width:fit-content}.capitalize{text-transform:capitalize}@media screen and (max-width:1200px){.LTL_Window_Div{overflow-y:scroll}.LTL_Main_Div{height:auto;min-height:100vh}.LTL_Control_Area_Div{flex-direction:column}.LTL_Info_Div{width:-webkit-fit-content;width:fit-content}.LTL_Control_Div{justify-content:center;margin-left:3vw}.LTL_ComboBox_Bottom{align-items:stretch;flex-direction:row;gap:15px}.LTL_Filter_Button{margin:4px auto;width:-webkit-fit-content;width:fit-content}.LTL_Graph_Div{left:2%;margin-bottom:30px;margin-top:1vh;position:relative;width:95%}.Legend_Item{margin-top:8px;padding:0}.Graph_Legend{padding:0}}.LTD_Main_Div{height:100vh;overflow:hidden;position:relative;width:100vw}.LTD_Main_Div:before{background:radial-gradient(circle at 50% 50%,#ffffff1a 0,#ffffff0d 50%,#0000 100%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.LTD_Background_Image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:-1}.LTD_Blur_Div{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#0000008f;height:100vh;overflow:hidden;position:relative;width:100vw}.LTD_Window_Div{background-color:#000000b3;border:4px solid #f5f5f580;border-radius:10px;display:flex;flex-direction:column;height:88%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:94%}.LTD_Combined_Container{background-color:initial;border-radius:10px;color:#f5f5f5;display:flex;flex-direction:column;gap:20px;height:-webkit-fit-content;height:fit-content;margin:30px;padding:15px;width:35%}.LTD_Info_Div{font-feature-settings:normal;font-family:Electrolize,serif;font-variant:normal;font-weight:300;text-align:justify}.LTD_Info_Title{font-size:max(2vh,18px)}.LTD_Info_Text{font-size:max(1.4vh,12px)}.LTD_Divider{background:linear-gradient(90deg,#0000,#f5f5f5cc,#0000);height:2px;margin:0}.LTD_ComboBox_Div{align-items:center;background-color:initial;box-shadow:none;display:flex;flex-direction:row;gap:.4vw;left:0;margin:0;padding:10px 0;position:relative;top:0}.LTD_ComboBox_Div,.LTD_Select_Title_Span{min-width:-webkit-fit-content;min-width:fit-content}.LTD_Select_Title_Span{font-size:1.4vh;margin-left:3%}.LTD_Race{margin-left:20px}.LTD_Select_Box{background-color:initial;border:2px solid #f5f5f5;border-radius:8px;color:#f5f5f5;cursor:pointer;font-family:Electrolize,serif;font-size:1.4vh;height:3vh;min-height:-webkit-fit-content;min-height:fit-content;min-width:-webkit-fit-content;min-width:fit-content;padding:8px;text-align:center;text-align-last:center;transition:all .2s ease;width:12vw}.LTD_Select_Box:hover{background-color:#000;border-color:#f5f5f533;color:#f5f5f5}.LTD_Race_Box{min-width:200px}.LTD_Graph_Div{display:flex;margin:30px;padding:10px;transition:all .3s ease;width:90%}.LTD_ToolTip_Title_Div{font-weight:700;padding-bottom:5px}.LTD_ToolTip_Row_Div{padding-top:6px;text-align:justify}.isPassive{visibility:hidden}@media screen and (max-width:1200px){.LTD_Main_Div{height:auto;min-height:100vh}.LTD_Window_Div{height:84%;overflow-y:scroll}.LTD_Combined_Container{margin-bottom:10px;margin-left:4%;margin-top:10vh;position:relative;width:60%}.LTD_Graph_Div{height:100%;justify-content:left;margin-top:0;max-height:-webkit-fit-content;max-height:fit-content;padding:0}}@media screen and (max-width:768px){.LTD_Control_Upper_Div{flex-direction:column;gap:10px}.LTD_Select_Title_Span{margin-left:0;text-align:center}.LTD_Race{margin-left:0}.LTD_Select_Box{margin:0 auto;max-width:300px;width:100%}.LTD_Graph_Container{width:95%}.LTD_Combined_Div{margin-left:auto;margin-right:auto;width:80%}.LTD_Control_Div{content:fit-content;left:10%;max-width:60%;position:relative}}
/*# sourceMappingURL=main.14949cc0.css.map*/