.info_widget{background:var(--section_bg);border-radius:var(--radius);position:relative;overflow:hidden}.info_widget.iw_animated{animation:.5s forwards widgetFadeIn}@keyframes widgetFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.iw_tabs_wrapper{position:relative}.iw_tab_input{opacity:0;pointer-events:none;position:absolute}.iw_nav{background:var(--section_bg);border-bottom:1px solid var(--section_divider);scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;gap:6px;padding:10px 12px;display:flex;overflow-x:auto}@media (min-width:576px){.iw_nav{gap:8px;padding:12px 16px}}@media (min-width:768px){.iw_nav{justify-content:center;gap:12px;padding:16px 20px}}.iw_nav::-webkit-scrollbar{display:none}.iw_nav_pill{color:var(--button_text);border-radius:var(--radius);cursor:pointer;white-space:nowrap;background:var(--button_bg);border:1px solid var(--button_bg);padding:6px 12px;font-size:11px;font-weight:500;line-height:1.18182;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}@media (min-width:576px){.iw_nav_pill{padding:8px 14px;font-size:12px;line-height:1.16667}}@media (min-width:768px){.iw_nav_pill{padding:10px 20px;font-size:13px;line-height:1.15385}}.iw_nav_pill:hover{color:var(--button_text_hover);background:var(--button_bg_hover);border-color:var(--button_bg_hover);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.iw_tab_panel{animation:.4s forwards panelFadeIn;display:none}.iw_tab_panel.iw_single_panel{display:block}@keyframes panelFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}#info_tab_timeline:checked~.iw_nav label[for=info_tab_timeline],#info_tab_tv:checked~.iw_nav label[for=info_tab_tv],#info_tab_venue:checked~.iw_nav label[for=info_tab_venue],#info_tab_info:checked~.iw_nav label[for=info_tab_info]{color:var(--button_text_hover);background:var(--button_bg_hover);border-color:var(--button_bg_hover);font-weight:600;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}#info_tab_timeline:checked~.iw_tabs_content .iw_tab_timeline,#info_tab_tv:checked~.iw_tabs_content .iw_tab_tv,#info_tab_venue:checked~.iw_tabs_content .iw_tab_venue,#info_tab_info:checked~.iw_tabs_content .iw_tab_info{display:block}.iw_content{padding:8px 6px}@media (min-width:576px){.iw_content{padding:16px}}@media (min-width:768px){.iw_content{padding:20px}}.iw_timeline{flex-direction:column;gap:0;display:flex;position:relative}.iw_timeline:before{content:"";background:linear-gradient(180deg,transparent 0%,var(--section_divider)5%,var(--section_divider)95%,transparent 100%);z-index:0;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.iw_timeline_event{animation:.5s backwards eventSlideIn;animation-delay:calc(var(--event-index,0)*60ms);cursor:pointer;align-items:flex-start;gap:3px;padding:6px 0;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}@media (min-width:576px){.iw_timeline_event{gap:8px;padding:10px 0}}@media (min-width:768px){.iw_timeline_event{gap:12px;padding:12px 0}}.iw_timeline_event:after{content:"";background:linear-gradient(90deg,transparent 0%,rgba(var(--brand_color_rgb,139,92,246),.08)50%,transparent 100%);opacity:0;pointer-events:none;z-index:-1;border-radius:8px;transition:opacity .3s;position:absolute;inset:0}.iw_timeline_event:hover{transform:scale(1.02)}.iw_timeline_event:hover:after{opacity:1}.iw_timeline_event:hover .iw_event_icon{transform:scale(1.15)rotate(5deg);box-shadow:0 4px 12px #0003}.iw_timeline_event:hover .iw_event_player{color:var(--tag_bg)}.iw_timeline_event:hover .iw_event_score{transform:scale(1.1);box-shadow:0 2px 8px #0003}.iw_timeline_event.iw_event_home{justify-content:flex-end;padding-left:2px;padding-right:calc(50% + 12px)}@media (min-width:576px){.iw_timeline_event.iw_event_home{padding-left:8px;padding-right:calc(50% + 16px)}}@media (min-width:768px){.iw_timeline_event.iw_event_home{padding-left:12px;padding-right:calc(50% + 20px)}}.iw_timeline_event.iw_event_home .iw_event_content{text-align:right;flex-direction:row-reverse}.iw_timeline_event.iw_event_home .iw_event_details{align-items:flex-end}.iw_timeline_event.iw_event_home .iw_event_minute{text-align:left}@media (min-width:576px){.iw_timeline_event.iw_event_home:hover{transform:scale(1.02)translate(-4px)}}.iw_timeline_event.iw_event_away{justify-content:flex-start;padding-left:calc(50% + 12px);padding-right:2px}@media (min-width:576px){.iw_timeline_event.iw_event_away{padding-left:calc(50% + 16px);padding-right:8px}}@media (min-width:768px){.iw_timeline_event.iw_event_away{padding-left:calc(50% + 20px);padding-right:12px}}.iw_timeline_event.iw_event_away .iw_event_minute{text-align:right}@media (min-width:576px){.iw_timeline_event.iw_event_away:hover{transform:scale(1.02)translate(4px)}}@keyframes eventSlideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.iw_event_minute{color:var(--tag_bg);flex-shrink:0;min-width:20px;font-size:8px;font-weight:700;line-height:1.25}@media (min-width:576px){.iw_event_minute{min-width:28px;font-size:10px;line-height:1.2}}@media (min-width:768px){.iw_event_minute{min-width:32px;font-size:11px;line-height:1.18182}}.iw_event_content{flex:1;align-items:flex-start;gap:3px;min-width:0;display:flex}@media (min-width:576px){.iw_event_content{gap:6px}}@media (min-width:768px){.iw_event_content{gap:10px}}.iw_event_icon{background:var(--section_even_row_bg);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:0 1px 3px #0000001a}.iw_event_icon:before{content:"";border:2px solid var(--brand_color);opacity:0;border-radius:50%;transition:all .3s;position:absolute;inset:-2px;transform:scale(.8)}@media (min-width:576px){.iw_event_icon{width:22px;height:22px;box-shadow:0 2px 6px #0000001a}.iw_event_icon:before{inset:-3px}}@media (min-width:768px){.iw_event_icon{width:26px;height:26px}.iw_event_icon:before{inset:-4px}}.iw_event_icon img{width:9px;height:9px;transition:transform .3s}@media (min-width:576px){.iw_event_icon img{width:12px;height:12px}}@media (min-width:768px){.iw_event_icon img{width:14px;height:14px}}.iw_timeline_event:hover .iw_event_icon:before{opacity:.5;animation:1.5s ease-in-out infinite pulseRing;transform:scale(1)}@keyframes pulseRing{0%,to{opacity:.5;transform:scale(1)}50%{opacity:0;transform:scale(1.2)}}.iw_event_details{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.iw_event_player{color:var(--heading_color);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:9px;font-weight:600;line-height:1.22222;transition:color .3s;overflow:hidden}@media (min-width:576px){.iw_event_player{font-size:12px;line-height:1.16667}}@media (min-width:768px){.iw_event_player{font-size:13px;line-height:1.15385}}.iw_event_assist{color:var(--section_text_2);text-overflow:ellipsis;white-space:nowrap;font-size:8px;line-height:1.25;transition:color .3s;overflow:hidden}@media (min-width:576px){.iw_event_assist{font-size:10px;line-height:1.2}}@media (min-width:768px){.iw_event_assist{font-size:11px;line-height:1.18182}}.iw_event_score{color:#fff;background:var(--tag_bg);border-radius:2px;flex-shrink:0;padding:1px 3px;font-size:7px;font-weight:700;line-height:1.28571;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.iw_event_score:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}@media (min-width:576px){.iw_event_score{border-radius:4px;padding:2px 6px;font-size:10px;line-height:1.2}}@media (min-width:768px){.iw_event_score{padding:3px 8px;font-size:11px;line-height:1.18182}}.iw_timeline_event:hover .iw_event_score:before{left:100%}.iw_timeline_marker{z-index:1;animation:.6s backwards markerFadeIn;animation-delay:calc(var(--event-index,0)*60ms);cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:10px 0;display:flex;position:relative}@media (min-width:576px){.iw_timeline_marker{gap:16px;padding:20px 0}}.iw_timeline_marker:hover .iw_marker_badge{transform:scale(1.08);box-shadow:0 6px 20px #00000026}.iw_timeline_marker:hover .iw_marker_line{background:linear-gradient(90deg,transparent 0%,var(--tag_bg)20%,var(--tag_bg)80%,transparent 100%)}@keyframes markerFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.iw_marker_line{background:linear-gradient(90deg,transparent 0%,var(--section_divider)20%,var(--section_divider)80%,transparent 100%);flex:1;height:1px;transition:background .3s}.iw_marker_badge{background:var(--section_even_row_bg);border:1px solid var(--section_divider);border-radius:16px;align-items:center;gap:5px;padding:4px 10px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}@media (min-width:576px){.iw_marker_badge{border-radius:20px;gap:10px;padding:8px 18px}}.iw_marker_badge.iw_marker_final{background:var(--tag_bg);border-color:var(--tag_bg);position:relative;overflow:hidden;box-shadow:0 4px 12px #0003}.iw_marker_badge.iw_marker_final:before{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:100%;height:100%;animation:3s ease-in-out infinite shineEffect;position:absolute;top:0;left:-150%}.iw_marker_badge.iw_marker_final .iw_marker_type,.iw_marker_badge.iw_marker_final .iw_marker_score{z-index:1;position:relative;color:#fff!important}@keyframes shineEffect{0%{left:-150%}50%{left:150%}to{left:150%}}.iw_marker_type{color:var(--section_text_2);text-transform:uppercase;letter-spacing:.3px;font-size:9px;font-weight:600;line-height:1.22222}@media (min-width:576px){.iw_marker_type{letter-spacing:.5px;font-size:12px;line-height:1.16667}}.iw_marker_score{color:var(--heading_color);font-size:11px;font-weight:700;line-height:1.18182}@media (min-width:576px){.iw_marker_score{font-size:16px;line-height:1.125}}.iw_timeline_ft{margin-top:4px}@media (min-width:576px){.iw_timeline_ft{margin-top:8px}}.iw_timeline_ft .iw_marker_badge{padding:5px 12px}@media (min-width:576px){.iw_timeline_ft .iw_marker_badge{padding:10px 24px}}.iw_timeline_ft .iw_marker_score{font-size:12px;font-weight:800;line-height:1.16667}@media (min-width:576px){.iw_timeline_ft .iw_marker_score{font-size:18px;line-height:1.11111}}.iw_country_selector{position:relative}.iw_country_radio{opacity:0;pointer-events:none;position:absolute}.iw_dropdown_wrapper{outline:none;max-width:200px;margin-bottom:16px;position:relative}@media (min-width:576px){.iw_dropdown_wrapper{max-width:220px}}@media (min-width:768px){.iw_dropdown_wrapper{max-width:240px}}.iw_dropdown_wrapper:hover .iw_dropdown_menu,.iw_dropdown_wrapper:focus .iw_dropdown_menu{opacity:1;visibility:visible;transform:translateY(0)}.iw_dropdown_wrapper:hover .iw_dropdown_header,.iw_dropdown_wrapper:focus .iw_dropdown_header{border-color:var(--tag_bg)}.iw_dropdown_wrapper:hover .iw_dropdown_toggle i,.iw_dropdown_wrapper:focus .iw_dropdown_toggle i{transform:rotate(180deg)}.iw_dropdown_header{background:var(--section_even_row_bg);border:1px solid var(--section_divider);border-radius:var(--radius);cursor:pointer;align-items:center;padding:10px 14px;transition:all .2s;display:flex}@media (min-width:576px){.iw_dropdown_header{padding:12px 16px}}.iw_dropdown_label{color:var(--section_text_2);text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:500;line-height:1.2}@media (min-width:576px){.iw_dropdown_label{font-size:11px;line-height:1.18182}}.iw_dropdown_toggle{width:100%;color:var(--heading_color);justify-content:space-between;align-items:center;gap:8px;font-size:12px;font-weight:600;line-height:1.16667;display:flex}@media (min-width:576px){.iw_dropdown_toggle{font-size:13px;line-height:1.15385}}.iw_dropdown_toggle i{color:var(--section_text_2);flex-shrink:0;font-size:10px;line-height:1;transition:transform .2s}.iw_dropdown_toggle .iw_dropdown_option{display:none}.iw_dropdown_menu{background:var(--section_bg);border:1px solid var(--section_divider);border-radius:var(--radius);z-index:100;opacity:0;visibility:hidden;min-height:200px;max-height:280px;margin-top:4px;padding-bottom:8px;transition:all .2s;position:absolute;top:100%;left:0;right:0;overflow-y:auto;transform:translateY(-10px);box-shadow:0 8px 24px #00000026}@media (min-width:576px){.iw_dropdown_menu{min-height:220px;max-height:300px;padding-bottom:10px}}.iw_dropdown_menu::-webkit-scrollbar{width:6px}.iw_dropdown_menu::-webkit-scrollbar-track{background:var(--section_even_row_bg)}.iw_dropdown_menu::-webkit-scrollbar-thumb{background:var(--section_divider);border-radius:3px}.iw_dropdown_menu::-webkit-scrollbar-thumb:hover{background:var(--section_text_2)}.iw_dropdown_item{color:var(--section_text);cursor:pointer;border-bottom:1px solid var(--section_divider);padding:10px 14px;font-size:12px;font-weight:500;line-height:1.16667;transition:all .15s;display:block}@media (min-width:576px){.iw_dropdown_item{padding:12px 16px;font-size:13px;line-height:1.15385}}.iw_dropdown_item:last-child{border-bottom:none}.iw_dropdown_item:hover{background:var(--section_even_row_bg);color:var(--heading_color)}.iw_country_content{height:280px;margin-top:16px;padding-bottom:8px;overflow-y:auto}@media (min-width:576px){.iw_country_content{height:320px;margin-top:20px;padding-bottom:12px}}@media (min-width:768px){.iw_country_content{height:360px}}.iw_country_content::-webkit-scrollbar{width:4px}.iw_country_content::-webkit-scrollbar-track{background:var(--section_even_row_bg);border-radius:2px}.iw_country_content::-webkit-scrollbar-thumb{background:var(--section_divider);border-radius:2px}.iw_country_content::-webkit-scrollbar-thumb:hover{background:var(--section_text_2)}.iw_country_panel{animation:.3s forwards panelFadeIn;display:none}.iw_country_radio:first-of-type:checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:first-of-type{display:inline}.iw_country_radio:first-of-type:checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:first-of-type{background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:first-of-type:checked~.iw_country_content .iw_country_panel:first-of-type{display:block}.iw_country_radio:nth-of-type(2):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(2){display:inline}.iw_country_radio:nth-of-type(2):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(2){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(2):checked~.iw_country_content .iw_country_panel:nth-of-type(2){display:block}.iw_country_radio:nth-of-type(3):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(3){display:inline}.iw_country_radio:nth-of-type(3):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(3){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(3):checked~.iw_country_content .iw_country_panel:nth-of-type(3){display:block}.iw_country_radio:nth-of-type(4):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(4){display:inline}.iw_country_radio:nth-of-type(4):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(4){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(4):checked~.iw_country_content .iw_country_panel:nth-of-type(4){display:block}.iw_country_radio:nth-of-type(5):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(5){display:inline}.iw_country_radio:nth-of-type(5):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(5){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(5):checked~.iw_country_content .iw_country_panel:nth-of-type(5){display:block}.iw_country_radio:nth-of-type(6):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(6){display:inline}.iw_country_radio:nth-of-type(6):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(6){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(6):checked~.iw_country_content .iw_country_panel:nth-of-type(6){display:block}.iw_country_radio:nth-of-type(7):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(7){display:inline}.iw_country_radio:nth-of-type(7):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(7){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(7):checked~.iw_country_content .iw_country_panel:nth-of-type(7){display:block}.iw_country_radio:nth-of-type(8):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(8){display:inline}.iw_country_radio:nth-of-type(8):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(8){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(8):checked~.iw_country_content .iw_country_panel:nth-of-type(8){display:block}.iw_country_radio:nth-of-type(9):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(9){display:inline}.iw_country_radio:nth-of-type(9):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(9){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(9):checked~.iw_country_content .iw_country_panel:nth-of-type(9){display:block}.iw_country_radio:nth-of-type(10):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(10){display:inline}.iw_country_radio:nth-of-type(10):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(10){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(10):checked~.iw_country_content .iw_country_panel:nth-of-type(10){display:block}.iw_country_radio:nth-of-type(11):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(11){display:inline}.iw_country_radio:nth-of-type(11):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(11){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(11):checked~.iw_country_content .iw_country_panel:nth-of-type(11){display:block}.iw_country_radio:nth-of-type(12):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(12){display:inline}.iw_country_radio:nth-of-type(12):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(12){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(12):checked~.iw_country_content .iw_country_panel:nth-of-type(12){display:block}.iw_country_radio:nth-of-type(13):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(13){display:inline}.iw_country_radio:nth-of-type(13):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(13){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(13):checked~.iw_country_content .iw_country_panel:nth-of-type(13){display:block}.iw_country_radio:nth-of-type(14):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(14){display:inline}.iw_country_radio:nth-of-type(14):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(14){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(14):checked~.iw_country_content .iw_country_panel:nth-of-type(14){display:block}.iw_country_radio:nth-of-type(15):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(15){display:inline}.iw_country_radio:nth-of-type(15):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(15){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(15):checked~.iw_country_content .iw_country_panel:nth-of-type(15){display:block}.iw_country_radio:nth-of-type(16):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(16){display:inline}.iw_country_radio:nth-of-type(16):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(16){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(16):checked~.iw_country_content .iw_country_panel:nth-of-type(16){display:block}.iw_country_radio:nth-of-type(17):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(17){display:inline}.iw_country_radio:nth-of-type(17):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(17){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(17):checked~.iw_country_content .iw_country_panel:nth-of-type(17){display:block}.iw_country_radio:nth-of-type(18):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(18){display:inline}.iw_country_radio:nth-of-type(18):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(18){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(18):checked~.iw_country_content .iw_country_panel:nth-of-type(18){display:block}.iw_country_radio:nth-of-type(19):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(19){display:inline}.iw_country_radio:nth-of-type(19):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(19){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(19):checked~.iw_country_content .iw_country_panel:nth-of-type(19){display:block}.iw_country_radio:nth-of-type(20):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(20){display:inline}.iw_country_radio:nth-of-type(20):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(20){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(20):checked~.iw_country_content .iw_country_panel:nth-of-type(20){display:block}.iw_country_radio:nth-of-type(21):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(21){display:inline}.iw_country_radio:nth-of-type(21):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(21){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(21):checked~.iw_country_content .iw_country_panel:nth-of-type(21){display:block}.iw_country_radio:nth-of-type(22):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(22){display:inline}.iw_country_radio:nth-of-type(22):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(22){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(22):checked~.iw_country_content .iw_country_panel:nth-of-type(22){display:block}.iw_country_radio:nth-of-type(23):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(23){display:inline}.iw_country_radio:nth-of-type(23):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(23){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(23):checked~.iw_country_content .iw_country_panel:nth-of-type(23){display:block}.iw_country_radio:nth-of-type(24):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(24){display:inline}.iw_country_radio:nth-of-type(24):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(24){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(24):checked~.iw_country_content .iw_country_panel:nth-of-type(24){display:block}.iw_country_radio:nth-of-type(25):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(25){display:inline}.iw_country_radio:nth-of-type(25):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(25){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(25):checked~.iw_country_content .iw_country_panel:nth-of-type(25){display:block}.iw_country_radio:nth-of-type(26):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(26){display:inline}.iw_country_radio:nth-of-type(26):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(26){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(26):checked~.iw_country_content .iw_country_panel:nth-of-type(26){display:block}.iw_country_radio:nth-of-type(27):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(27){display:inline}.iw_country_radio:nth-of-type(27):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(27){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(27):checked~.iw_country_content .iw_country_panel:nth-of-type(27){display:block}.iw_country_radio:nth-of-type(28):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(28){display:inline}.iw_country_radio:nth-of-type(28):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(28){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(28):checked~.iw_country_content .iw_country_panel:nth-of-type(28){display:block}.iw_country_radio:nth-of-type(29):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(29){display:inline}.iw_country_radio:nth-of-type(29):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(29){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(29):checked~.iw_country_content .iw_country_panel:nth-of-type(29){display:block}.iw_country_radio:nth-of-type(30):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(30){display:inline}.iw_country_radio:nth-of-type(30):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(30){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(30):checked~.iw_country_content .iw_country_panel:nth-of-type(30){display:block}.iw_country_radio:nth-of-type(31):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(31){display:inline}.iw_country_radio:nth-of-type(31):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(31){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(31):checked~.iw_country_content .iw_country_panel:nth-of-type(31){display:block}.iw_country_radio:nth-of-type(32):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(32){display:inline}.iw_country_radio:nth-of-type(32):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(32){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(32):checked~.iw_country_content .iw_country_panel:nth-of-type(32){display:block}.iw_country_radio:nth-of-type(33):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(33){display:inline}.iw_country_radio:nth-of-type(33):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(33){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(33):checked~.iw_country_content .iw_country_panel:nth-of-type(33){display:block}.iw_country_radio:nth-of-type(34):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(34){display:inline}.iw_country_radio:nth-of-type(34):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(34){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(34):checked~.iw_country_content .iw_country_panel:nth-of-type(34){display:block}.iw_country_radio:nth-of-type(35):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(35){display:inline}.iw_country_radio:nth-of-type(35):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(35){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(35):checked~.iw_country_content .iw_country_panel:nth-of-type(35){display:block}.iw_country_radio:nth-of-type(36):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(36){display:inline}.iw_country_radio:nth-of-type(36):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(36){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(36):checked~.iw_country_content .iw_country_panel:nth-of-type(36){display:block}.iw_country_radio:nth-of-type(37):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(37){display:inline}.iw_country_radio:nth-of-type(37):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(37){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(37):checked~.iw_country_content .iw_country_panel:nth-of-type(37){display:block}.iw_country_radio:nth-of-type(38):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(38){display:inline}.iw_country_radio:nth-of-type(38):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(38){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(38):checked~.iw_country_content .iw_country_panel:nth-of-type(38){display:block}.iw_country_radio:nth-of-type(39):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(39){display:inline}.iw_country_radio:nth-of-type(39):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(39){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(39):checked~.iw_country_content .iw_country_panel:nth-of-type(39){display:block}.iw_country_radio:nth-of-type(40):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(40){display:inline}.iw_country_radio:nth-of-type(40):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(40){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(40):checked~.iw_country_content .iw_country_panel:nth-of-type(40){display:block}.iw_country_radio:nth-of-type(41):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(41){display:inline}.iw_country_radio:nth-of-type(41):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(41){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(41):checked~.iw_country_content .iw_country_panel:nth-of-type(41){display:block}.iw_country_radio:nth-of-type(42):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(42){display:inline}.iw_country_radio:nth-of-type(42):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(42){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(42):checked~.iw_country_content .iw_country_panel:nth-of-type(42){display:block}.iw_country_radio:nth-of-type(43):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(43){display:inline}.iw_country_radio:nth-of-type(43):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(43){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(43):checked~.iw_country_content .iw_country_panel:nth-of-type(43){display:block}.iw_country_radio:nth-of-type(44):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(44){display:inline}.iw_country_radio:nth-of-type(44):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(44){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(44):checked~.iw_country_content .iw_country_panel:nth-of-type(44){display:block}.iw_country_radio:nth-of-type(45):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(45){display:inline}.iw_country_radio:nth-of-type(45):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(45){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(45):checked~.iw_country_content .iw_country_panel:nth-of-type(45){display:block}.iw_country_radio:nth-of-type(46):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(46){display:inline}.iw_country_radio:nth-of-type(46):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(46){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(46):checked~.iw_country_content .iw_country_panel:nth-of-type(46){display:block}.iw_country_radio:nth-of-type(47):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(47){display:inline}.iw_country_radio:nth-of-type(47):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(47){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(47):checked~.iw_country_content .iw_country_panel:nth-of-type(47){display:block}.iw_country_radio:nth-of-type(48):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(48){display:inline}.iw_country_radio:nth-of-type(48):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(48){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(48):checked~.iw_country_content .iw_country_panel:nth-of-type(48){display:block}.iw_country_radio:nth-of-type(49):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(49){display:inline}.iw_country_radio:nth-of-type(49):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(49){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(49):checked~.iw_country_content .iw_country_panel:nth-of-type(49){display:block}.iw_country_radio:nth-of-type(50):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(50){display:inline}.iw_country_radio:nth-of-type(50):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(50){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(50):checked~.iw_country_content .iw_country_panel:nth-of-type(50){display:block}.iw_country_radio:nth-of-type(51):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(51){display:inline}.iw_country_radio:nth-of-type(51):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(51){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(51):checked~.iw_country_content .iw_country_panel:nth-of-type(51){display:block}.iw_country_radio:nth-of-type(52):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(52){display:inline}.iw_country_radio:nth-of-type(52):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(52){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(52):checked~.iw_country_content .iw_country_panel:nth-of-type(52){display:block}.iw_country_radio:nth-of-type(53):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(53){display:inline}.iw_country_radio:nth-of-type(53):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(53){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(53):checked~.iw_country_content .iw_country_panel:nth-of-type(53){display:block}.iw_country_radio:nth-of-type(54):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(54){display:inline}.iw_country_radio:nth-of-type(54):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(54){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(54):checked~.iw_country_content .iw_country_panel:nth-of-type(54){display:block}.iw_country_radio:nth-of-type(55):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(55){display:inline}.iw_country_radio:nth-of-type(55):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(55){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(55):checked~.iw_country_content .iw_country_panel:nth-of-type(55){display:block}.iw_country_radio:nth-of-type(56):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(56){display:inline}.iw_country_radio:nth-of-type(56):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(56){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(56):checked~.iw_country_content .iw_country_panel:nth-of-type(56){display:block}.iw_country_radio:nth-of-type(57):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(57){display:inline}.iw_country_radio:nth-of-type(57):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(57){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(57):checked~.iw_country_content .iw_country_panel:nth-of-type(57){display:block}.iw_country_radio:nth-of-type(58):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(58){display:inline}.iw_country_radio:nth-of-type(58):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(58){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(58):checked~.iw_country_content .iw_country_panel:nth-of-type(58){display:block}.iw_country_radio:nth-of-type(59):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(59){display:inline}.iw_country_radio:nth-of-type(59):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(59){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(59):checked~.iw_country_content .iw_country_panel:nth-of-type(59){display:block}.iw_country_radio:nth-of-type(60):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(60){display:inline}.iw_country_radio:nth-of-type(60):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(60){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(60):checked~.iw_country_content .iw_country_panel:nth-of-type(60){display:block}.iw_country_radio:nth-of-type(61):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(61){display:inline}.iw_country_radio:nth-of-type(61):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(61){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(61):checked~.iw_country_content .iw_country_panel:nth-of-type(61){display:block}.iw_country_radio:nth-of-type(62):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(62){display:inline}.iw_country_radio:nth-of-type(62):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(62){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(62):checked~.iw_country_content .iw_country_panel:nth-of-type(62){display:block}.iw_country_radio:nth-of-type(63):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(63){display:inline}.iw_country_radio:nth-of-type(63):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(63){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(63):checked~.iw_country_content .iw_country_panel:nth-of-type(63){display:block}.iw_country_radio:nth-of-type(64):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(64){display:inline}.iw_country_radio:nth-of-type(64):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(64){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(64):checked~.iw_country_content .iw_country_panel:nth-of-type(64){display:block}.iw_country_radio:nth-of-type(65):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(65){display:inline}.iw_country_radio:nth-of-type(65):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(65){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(65):checked~.iw_country_content .iw_country_panel:nth-of-type(65){display:block}.iw_country_radio:nth-of-type(66):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(66){display:inline}.iw_country_radio:nth-of-type(66):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(66){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(66):checked~.iw_country_content .iw_country_panel:nth-of-type(66){display:block}.iw_country_radio:nth-of-type(67):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(67){display:inline}.iw_country_radio:nth-of-type(67):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(67){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(67):checked~.iw_country_content .iw_country_panel:nth-of-type(67){display:block}.iw_country_radio:nth-of-type(68):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(68){display:inline}.iw_country_radio:nth-of-type(68):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(68){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(68):checked~.iw_country_content .iw_country_panel:nth-of-type(68){display:block}.iw_country_radio:nth-of-type(69):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(69){display:inline}.iw_country_radio:nth-of-type(69):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(69){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(69):checked~.iw_country_content .iw_country_panel:nth-of-type(69){display:block}.iw_country_radio:nth-of-type(70):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(70){display:inline}.iw_country_radio:nth-of-type(70):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(70){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(70):checked~.iw_country_content .iw_country_panel:nth-of-type(70){display:block}.iw_country_radio:nth-of-type(71):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(71){display:inline}.iw_country_radio:nth-of-type(71):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(71){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(71):checked~.iw_country_content .iw_country_panel:nth-of-type(71){display:block}.iw_country_radio:nth-of-type(72):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(72){display:inline}.iw_country_radio:nth-of-type(72):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(72){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(72):checked~.iw_country_content .iw_country_panel:nth-of-type(72){display:block}.iw_country_radio:nth-of-type(73):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(73){display:inline}.iw_country_radio:nth-of-type(73):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(73){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(73):checked~.iw_country_content .iw_country_panel:nth-of-type(73){display:block}.iw_country_radio:nth-of-type(74):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(74){display:inline}.iw_country_radio:nth-of-type(74):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(74){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(74):checked~.iw_country_content .iw_country_panel:nth-of-type(74){display:block}.iw_country_radio:nth-of-type(75):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(75){display:inline}.iw_country_radio:nth-of-type(75):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(75){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(75):checked~.iw_country_content .iw_country_panel:nth-of-type(75){display:block}.iw_country_radio:nth-of-type(76):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(76){display:inline}.iw_country_radio:nth-of-type(76):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(76){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(76):checked~.iw_country_content .iw_country_panel:nth-of-type(76){display:block}.iw_country_radio:nth-of-type(77):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(77){display:inline}.iw_country_radio:nth-of-type(77):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(77){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(77):checked~.iw_country_content .iw_country_panel:nth-of-type(77){display:block}.iw_country_radio:nth-of-type(78):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(78){display:inline}.iw_country_radio:nth-of-type(78):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(78){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(78):checked~.iw_country_content .iw_country_panel:nth-of-type(78){display:block}.iw_country_radio:nth-of-type(79):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(79){display:inline}.iw_country_radio:nth-of-type(79):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(79){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(79):checked~.iw_country_content .iw_country_panel:nth-of-type(79){display:block}.iw_country_radio:nth-of-type(80):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(80){display:inline}.iw_country_radio:nth-of-type(80):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(80){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(80):checked~.iw_country_content .iw_country_panel:nth-of-type(80){display:block}.iw_country_radio:nth-of-type(81):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(81){display:inline}.iw_country_radio:nth-of-type(81):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(81){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(81):checked~.iw_country_content .iw_country_panel:nth-of-type(81){display:block}.iw_country_radio:nth-of-type(82):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(82){display:inline}.iw_country_radio:nth-of-type(82):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(82){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(82):checked~.iw_country_content .iw_country_panel:nth-of-type(82){display:block}.iw_country_radio:nth-of-type(83):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(83){display:inline}.iw_country_radio:nth-of-type(83):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(83){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(83):checked~.iw_country_content .iw_country_panel:nth-of-type(83){display:block}.iw_country_radio:nth-of-type(84):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(84){display:inline}.iw_country_radio:nth-of-type(84):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(84){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(84):checked~.iw_country_content .iw_country_panel:nth-of-type(84){display:block}.iw_country_radio:nth-of-type(85):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(85){display:inline}.iw_country_radio:nth-of-type(85):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(85){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(85):checked~.iw_country_content .iw_country_panel:nth-of-type(85){display:block}.iw_country_radio:nth-of-type(86):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(86){display:inline}.iw_country_radio:nth-of-type(86):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(86){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(86):checked~.iw_country_content .iw_country_panel:nth-of-type(86){display:block}.iw_country_radio:nth-of-type(87):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(87){display:inline}.iw_country_radio:nth-of-type(87):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(87){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(87):checked~.iw_country_content .iw_country_panel:nth-of-type(87){display:block}.iw_country_radio:nth-of-type(88):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(88){display:inline}.iw_country_radio:nth-of-type(88):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(88){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(88):checked~.iw_country_content .iw_country_panel:nth-of-type(88){display:block}.iw_country_radio:nth-of-type(89):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(89){display:inline}.iw_country_radio:nth-of-type(89):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(89){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(89):checked~.iw_country_content .iw_country_panel:nth-of-type(89){display:block}.iw_country_radio:nth-of-type(90):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(90){display:inline}.iw_country_radio:nth-of-type(90):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(90){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(90):checked~.iw_country_content .iw_country_panel:nth-of-type(90){display:block}.iw_country_radio:nth-of-type(91):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(91){display:inline}.iw_country_radio:nth-of-type(91):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(91){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(91):checked~.iw_country_content .iw_country_panel:nth-of-type(91){display:block}.iw_country_radio:nth-of-type(92):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(92){display:inline}.iw_country_radio:nth-of-type(92):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(92){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(92):checked~.iw_country_content .iw_country_panel:nth-of-type(92){display:block}.iw_country_radio:nth-of-type(93):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(93){display:inline}.iw_country_radio:nth-of-type(93):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(93){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(93):checked~.iw_country_content .iw_country_panel:nth-of-type(93){display:block}.iw_country_radio:nth-of-type(94):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(94){display:inline}.iw_country_radio:nth-of-type(94):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(94){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(94):checked~.iw_country_content .iw_country_panel:nth-of-type(94){display:block}.iw_country_radio:nth-of-type(95):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(95){display:inline}.iw_country_radio:nth-of-type(95):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(95){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(95):checked~.iw_country_content .iw_country_panel:nth-of-type(95){display:block}.iw_country_radio:nth-of-type(96):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(96){display:inline}.iw_country_radio:nth-of-type(96):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(96){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(96):checked~.iw_country_content .iw_country_panel:nth-of-type(96){display:block}.iw_country_radio:nth-of-type(97):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(97){display:inline}.iw_country_radio:nth-of-type(97):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(97){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(97):checked~.iw_country_content .iw_country_panel:nth-of-type(97){display:block}.iw_country_radio:nth-of-type(98):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(98){display:inline}.iw_country_radio:nth-of-type(98):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(98){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(98):checked~.iw_country_content .iw_country_panel:nth-of-type(98){display:block}.iw_country_radio:nth-of-type(99):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(99){display:inline}.iw_country_radio:nth-of-type(99):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(99){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(99):checked~.iw_country_content .iw_country_panel:nth-of-type(99){display:block}.iw_country_radio:nth-of-type(100):checked~.iw_dropdown_wrapper .iw_dropdown_toggle .iw_dropdown_option:nth-of-type(100){display:inline}.iw_country_radio:nth-of-type(100):checked~.iw_dropdown_wrapper .iw_dropdown_menu .iw_dropdown_item:nth-of-type(100){background:var(--button_bg_hover);color:var(--button_text_hover);font-weight:600}.iw_country_radio:nth-of-type(100):checked~.iw_country_content .iw_country_panel:nth-of-type(100){display:block}.iw_channels_list{flex-direction:column;gap:6px;display:flex}@media (min-width:576px){.iw_channels_list{gap:8px}}.iw_channel_item{background:var(--section_even_row_bg);border-radius:var(--radius);animation:.4s backwards channelSlideIn;animation-delay:calc(var(--channel-index,0)*50ms);cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.iw_channel_item:before{content:"";background:var(--brand_color);width:3px;transition:transform .3s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}@media (min-width:576px){.iw_channel_item{padding:12px 14px}}.iw_channel_item:hover{background:var(--section_divider);transform:translate(6px);box-shadow:0 4px 12px #0000001a}.iw_channel_item:hover:before{transform:scaleY(1)}.iw_channel_item:hover .iw_channel_logo{transform:scale(1.1)}.iw_channel_item:hover .iw_channel_time{transform:scale(1.05)}@keyframes channelSlideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.iw_channel_info{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.iw_channel_logo{background:var(--section_bg);border-radius:4px;flex-shrink:0;width:24px;height:24px;transition:transform .3s;overflow:hidden}@media (min-width:576px){.iw_channel_logo{width:28px;height:28px}}.iw_channel_logo img{object-fit:contain;width:100%;height:100%}.iw_channel_name{color:var(--heading_color);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;line-height:1.16667;overflow:hidden}@media (min-width:576px){.iw_channel_name{font-size:13px;line-height:1.15385}}.iw_channel_time{color:#fff;background:var(--loss_button);border-radius:4px;flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:600;line-height:1.18182;transition:transform .3s}@media (min-width:576px){.iw_channel_time{padding:5px 12px;font-size:12px;line-height:1.16667}}.iw_venue_card{background:var(--section_even_row_bg);border-radius:var(--radius);overflow:hidden}.iw_venue_header{background:linear-gradient(135deg,var(--section_bg)0%,var(--section_even_row_bg)100%);border-bottom:1px solid var(--section_divider);align-items:center;gap:12px;padding:14px;display:flex}@media (min-width:576px){.iw_venue_header{gap:14px;padding:16px}}@media (min-width:768px){.iw_venue_header{padding:20px}}.iw_venue_icon{background:var(--tag_bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}@media (min-width:576px){.iw_venue_icon{width:48px;height:48px}}.iw_venue_icon i{color:#fff;font-size:18px;line-height:1}@media (min-width:576px){.iw_venue_icon i{font-size:22px;line-height:1}}.iw_venue_title{color:var(--heading_color);margin:0;font-size:14px;font-weight:700;line-height:1.21429}@media (min-width:576px){.iw_venue_title{font-size:16px;line-height:1.1875}}@media (min-width:768px){.iw_venue_title{font-size:18px;line-height:1.16667}}.iw_info_card{background:var(--section_even_row_bg);border-radius:var(--radius);overflow:hidden}.iw_info_list{flex-direction:column;display:flex}.iw_info_row{border-bottom:1px solid var(--section_divider);animation:.4s backwards rowSlideIn;animation-delay:calc(var(--row-index,0)*80ms);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;transition:all .3s;display:flex;position:relative}.iw_info_row:before{content:"";background:var(--brand_color);border-radius:0 2px 2px 0;width:3px;height:60%;transition:transform .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)scaleY(0)}@media (min-width:576px){.iw_info_row{padding:14px 16px}}@media (min-width:768px){.iw_info_row{padding:16px 20px}}.iw_info_row:last-child{border-bottom:none}.iw_info_row:nth-child(odd){background:rgba(var(--section_bg_rgb,255,255,255),.03)}.iw_info_row:hover{background:var(--section_divider);padding-left:18px}.iw_info_row:hover:before{transform:translateY(-50%)scaleY(1)}.iw_info_row:hover .iw_info_value{color:var(--brand_color)}@media (min-width:576px){.iw_info_row:hover{padding-left:20px}}@media (min-width:768px){.iw_info_row:hover{padding-left:24px}}@keyframes rowSlideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.iw_info_label{color:var(--section_text_2);flex-shrink:0;min-width:80px;font-size:11px;font-weight:500;line-height:1.18182}@media (min-width:576px){.iw_info_label{min-width:100px;font-size:12px;line-height:1.16667}}@media (min-width:768px){.iw_info_label{min-width:120px;font-size:13px;line-height:1.15385}}.iw_info_value{color:var(--heading_color);text-align:right;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;line-height:1.16667;transition:color .3s;overflow:hidden}@media (min-width:576px){.iw_info_value{font-size:13px;line-height:1.15385}}@media (min-width:768px){.iw_info_value{font-size:14px;line-height:1.14286}}.iw_empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:40px 15px;display:flex}@media (min-width:576px){.iw_empty{gap:12px;padding:50px 20px}}@media (min-width:768px){.iw_empty{padding:60px 20px}}.iw_empty i{color:var(--section_text_2);opacity:.5;font-size:32px;line-height:1}@media (min-width:576px){.iw_empty i{font-size:40px;line-height:1}}.iw_empty span{color:var(--section_text_2);font-size:12px;line-height:1.16667}@media (min-width:576px){.iw_empty span{font-size:13px;line-height:1.15385}}@media (min-width:768px){.iw_empty span{font-size:14px;line-height:1.14286}}
.squad_block:not(:last-child),.squad_block_hd{margin-bottom:15px}.squad_block_hd h2{color:var(--heading_color);font-size:16px;font-weight:500;line-height:1.25}

.info_block{margin-bottom:25px}.info_block .player_info_tbl th{text-align:left}.info_block .player_info_tbl th,.info_block .player_info_tbl td{padding:12px}@media (min-width:768px){.info_block .player_info_tbl th,.info_block .player_info_tbl td{padding:21px 15px}}.info_block .player_info_tbl th:first-child,.info_block .player_info_tbl td:first-child{width:150px;color:var(--section_text_2)}
.live_center_layout .global_table.player_matches_tbl th{text-align:center}.live_center_layout .global_table.player_matches_tbl th:first-child,.live_center_layout .global_table.player_matches_tbl th:nth-child(2){text-align:left}.live_center_layout .global_table.player_matches_tbl th,.live_center_layout .global_table.player_matches_tbl td{padding:12px}@media (min-width:768px){.live_center_layout .global_table.player_matches_tbl th,.live_center_layout .global_table.player_matches_tbl td{padding:21px 15px}}.live_center_layout .global_table.player_matches_tbl th:first-child,.live_center_layout .global_table.player_matches_tbl td:first-child{width:150px}.live_center_layout .global_table.player_matches_tbl .result{justify-content:center;gap:10px;min-width:70px;display:inline-flex}.icon_status{border-radius:calc(var(--radius)/1.5);background:var(--loss_button);width:17px;height:17px;color:var(--loss_button_text);justify-content:center;align-items:center;font-size:11px;font-weight:600;line-height:13px;display:inline-flex}@media (min-width:576px){.icon_status{width:22px;height:22px;font-size:13px;line-height:14px}}.icon_status.win{background:var(--win_button);color:var(--win_button_text)}.icon_status.draw{background:var(--draw_button);color:var(--draw_button_text)}
.player_performance{margin-bottom:60px}@media (min-width:768px){.player_performance{margin-bottom:160px}}.player_performance h2{margin-bottom:25px;font-size:16px;font-weight:500;line-height:21px}.player_performance h3{margin-bottom:20px;font-size:14px;font-weight:400;line-height:18px}.player_performance h3 strong{font-weight:700}.player_performance .round_box{background:var(--section_bg);color:var(--section_text);margin-bottom:25px;padding:20px 15px}.player_performance .round_head{width:100%;color:var(--section_heading_text2);justify-content:space-between;align-items:center;margin-bottom:21px;padding-bottom:20px;font-size:14px;font-weight:400;line-height:18px;display:flex;position:relative}.player_performance .round_head:before{content:"";background:var(--section_divider);height:1px;position:absolute;bottom:0;left:0;right:0}@media (min-width:992px){.player_performance .round_head:before{left:-99px;right:-99px}}.player_performance .round_head .round_head_ul{justify-content:space-between;gap:10px;width:120px;display:flex}@media (min-width:768px){.player_performance .round_head .round_head_ul{width:195px}}.player_performance .round_head .round_head_ul li{gap:5px;font-size:14px;font-weight:400;line-height:18px;display:flex}.player_performance .round_body{background:var(--section_even_row_bg);border-radius:var(--radius);justify-content:space-between;gap:10px;margin-bottom:20px;padding:13px 15px;font-size:12px;display:flex}.player_performance .round_body strong{margin-left:5px;font-weight:700}.player_performance .round_body .rbody_rgt{align-items:center;gap:15px;display:flex}.player_performance .round_body .rbody_rgt .bold{font-weight:700}.player_performance .round_foot_ul{flex-wrap:wrap;gap:20px;width:100%;display:flex}@media (min-width:576px){.player_performance .round_foot_ul{justify-content:space-between;gap:10px}}.player_performance .round_foot_ul li{font-size:12px;font-weight:300;line-height:16px}.player_performance .round_foot_ul li strong{font-weight:700}.player_performance ul{margin:0;padding:0;list-style:none}.player_performance ul li{text-decoration:none}
.player_transfer_history{margin-bottom:40px}.player_transfer_history h2{margin-bottom:20px;font-size:14px;font-weight:500;line-height:20px}

.league_block{margin-bottom:25px}.league_block .inner_tab ul li span{border-radius:var(--radius);border:1px solid var(--button_bg);background:var(--button_bg);color:var(--button_text);cursor:pointer;padding:6px 11px;transition:all .25s linear;display:block}@media (min-width:768px){.league_block .inner_tab ul li span{padding-left:15px;padding-right:15px}}.league_block .inner_tab ul li span:hover{background:var(--button_bg_hover);border-color:var(--button_bg_hover);color:var(--button_text_hover)}.league_block .inner_tab ul li.active span{background:var(--button_bg_hover);color:var(--button_text_hover);border-color:var(--button_bg_hover)}@media (min-width:576px){.league_block .leg_main{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}}.global_table.offense_tbl th,.global_table.offense_tbl td{width:150px;padding:10px!important}@media (min-width:768px){.global_table.offense_tbl th,.global_table.offense_tbl td{padding:10px 12px!important}}.global_table.offense_tbl th:first-child,.global_table.offense_tbl td:first-child{text-align:center;width:40px}.global_table.offense_tbl th:nth-child(2),.global_table.offense_tbl td:nth-child(2){text-align:left;font-weight:500}.global_table.offense_tbl th .team_name,.global_table.offense_tbl td .team_name{color:var(--section_text)}.global_table.offense_tbl th img{height:15px;width:initial}.global_table.goals_tbl th,.global_table.goals_tbl td{width:80px;padding:10px!important}@media (min-width:768px){.global_table.goals_tbl th,.global_table.goals_tbl td{padding:10px 12px!important}}.global_table.goals_tbl th:first-child,.global_table.goals_tbl td:first-child{text-align:center;width:40px}.global_table.goals_tbl th:nth-child(2),.global_table.goals_tbl td:nth-child(2){text-align:left;width:auto;font-weight:500}.global_table.goals_tbl th .bold,.global_table.goals_tbl td .bold{font-weight:500}.global_table.goals_tbl th .txt_red,.global_table.goals_tbl td .txt_red{color:var(--brand_color)}.global_table.goals_tbl th .team_name,.global_table.goals_tbl td .team_name{color:var(--section_text)}.global_table.goals_tbl .btn{width:calc(100% - 30px);color:var(--match_detail_head_text);background:var(--match_detail_head_bg);margin:0 auto 15px;display:block}.player_stats .inner_tab,.league_block .inner_tab{justify-content:flex-end;display:flex}
.info_main_box h2{color:var(--heading_color);font-size:16px;font-weight:500;line-height:21px}.info_main_box .upcoming{margin-bottom:20px}
.sub_heading{margin-bottom:10px;font-size:14px;font-weight:600;line-height:21px;display:block}
.live_center_layout .summary_table_wrp{border-radius:var(--radius);background:var(--section_bg);justify-content:center;margin-bottom:15px;padding:21px 0 0;display:flex}@media (min-width:768px){.live_center_layout .summary_table_wrp{padding:29px 0 0}}.live_center_layout .summary_table_wrp tbody{display:block}.live_center_layout .summary_table_wrp .global_table{width:100%;box-shadow:none;border:0}.live_center_layout .summary_table_wrp .global_table table{display:block}.live_center_layout .summary_table_wrp .global_table table tr{z-index:1;border:0;align-items:center;padding-left:10px;padding-right:10px;display:flex;position:relative}@media (min-width:576px){.live_center_layout .summary_table_wrp .global_table table tr{padding-left:16px;padding-right:16px}}.live_center_layout .summary_table_wrp .global_table table tr:nth-child(odd){background:var(--section_even_row_bg)}.live_center_layout .summary_table_wrp .global_table table tr:nth-child(odd) td:before,.live_center_layout .summary_table_wrp .global_table table tr:nth-child(2n) td:before{display:none}.live_center_layout .summary_table_wrp .global_table table tr:last-child:before{height:50%}.live_center_layout .summary_table_wrp .global_table table tr:first-child:before{height:100%;top:0}.live_center_layout .summary_table_wrp .global_table table tr:before{content:"";background:var(--section_divider);z-index:-1;width:1px;height:100%;margin-left:14px;position:absolute;top:0;left:50%}.live_center_layout .summary_table_wrp .global_table table tr:after{content:"";background:var(--section_icon);z-index:-1;border-radius:50%;width:10px;height:10px;margin-left:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.live_center_layout .summary_table_wrp .global_table table tr td{border:0;padding-left:5px;padding-right:5px}.live_center_layout .summary_table_wrp .global_table table tr td:first-child{width:30px;padding-left:0;padding-right:0}.live_center_layout .summary_table_wrp .global_table table tr td:nth-child(2){width:calc(50% - 35px);padding-top:8px;padding-bottom:8px}.live_center_layout .summary_table_wrp .global_table table tr td:nth-child(3){width:40px}@media (min-width:768px){.live_center_layout .summary_table_wrp .global_table table tr td:nth-child(3){width:44px}}.live_center_layout .summary_table_wrp .global_table table tr td:nth-child(4){width:calc(50% - 35px);padding-top:8px;padding-bottom:8px}.live_center_layout .global_table.summary_table{z-index:1;background:0 0;padding-top:28px;position:relative;overflow:visible}.live_center_layout .global_table.summary_table:before{content:"";background:var(--section_divider);z-index:-1;width:1px;height:30px;margin-left:14px;position:absolute;top:0;left:50%}.live_center_layout .global_table.summary_table:after{content:"";background:var(--section_icon);z-index:-1;border-radius:50%;width:10px;height:10px;margin-left:14px;position:absolute;top:4px;left:50%;transform:translate(-50%,-50%)}.live_center_layout .global_table.summary_table table{table-layout:fixed;width:100%;font-size:14px;line-height:18px}.live_center_layout .global_table.summary_table table td{text-align:left;padding:9px;font-weight:400}@media (min-width:768px){.live_center_layout .global_table.summary_table table td{padding:19px 9px}}.live_center_layout .global_table.summary_table table td:nth-child(2){text-align:right}.live_center_layout .global_table.summary_table table td:nth-child(2) .teams_wrap{flex-direction:row}.live_center_layout .global_table.summary_table table td:nth-child(3){text-align:center;padding:9px 0}.live_center_layout .global_table.summary_table table td .active{font-weight:600}.live_center_layout .global_table.summary_table table tr .badge{border-radius:0;margin:0;padding:3px 6px;font-size:10px;font-weight:600;line-height:1.2}@media (min-width:768px){.live_center_layout .global_table.summary_table table tr .badge{font-size:13px;line-height:1.23077}}.live_center_layout .global_table.summary_table table tr.active_row{background:#e4e4e433}.live_center_layout .global_table.summary_table table tr.active_row td:nth-child(3){font-size:18px;line-height:22px}.live_center_layout .global_table.summary_table table tr:last-child td{border-bottom:0}.live_center_layout .global_table.summary_table .brand_color{font-size:12px;line-height:1.25}@media (min-width:768px){.live_center_layout .global_table.summary_table .brand_color{font-size:14px;line-height:1.28571}}.live_center_layout .global_table.summary_table .teams_wrap{flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start;gap:6px;display:flex}.live_center_layout .global_table.summary_table .teams-logo{flex-shrink:0;align-items:center;min-height:15px;display:flex}@media (min-width:768px){.live_center_layout .global_table.summary_table .teams-logo{min-height:18px}}.live_center_layout .global_table.summary_table .teams-logo span{line-height:0}.live_center_layout .global_table.summary_table .teams-logo .football-bg{background-color:#fff!important;border-radius:50%!important}.live_center_layout .global_table.summary_table .teams-name{flex-direction:column;width:100%;display:flex;overflow:hidden}.live_center_layout .global_table.summary_table .teams-name .team_name{white-space:nowrap;text-overflow:ellipsis;white-space:nowrap;color:var(--section_text_2);font-size:10px;line-height:1.5;display:inline-block;overflow:hidden}@media (min-width:768px){.live_center_layout .global_table.summary_table .teams-name .team_name{margin-top:1px;font-size:12px;line-height:1.25}}.live_center_layout .global_table.summary_table .teams-name .team_name .active{color:var(--section_text);font-size:13px;line-height:1.23077}@media (min-width:768px){.live_center_layout .global_table.summary_table .teams-name .team_name .active{font-size:14px;line-height:1.21429}}.theme_3 .live_center_layout .global_table.summary_table:after,.theme_3 .live_center_layout .global_table.summary_table:before,.theme_3 .live_center_layout .global_table.summary_table tr:after,.theme_3 .live_center_layout .global_table.summary_table tr:before{display:none}.theme_3 .live_center_layout .global_table.summary_table tr td:nth-child(4){padding-left:30px}.theme_3 .live_center_layout .global_table.summary_table tr td:nth-child(2){padding-right:30px}.theme_3 .live_center_layout .global_table.summary_table table td:nth-child(2){text-align:left}
.tv_block{margin-bottom:15px}.global_table.tv_tbl th,.global_table.tv_tbl td{padding:10px!important}@media (min-width:768px){.global_table.tv_tbl th,.global_table.tv_tbl td{padding:10px 12px!important}}.global_table.tv_tbl th:last-child,.global_table.tv_tbl td:last-child{width:150px;text-align:end!important}.global_table.tv_tbl th .team_name,.global_table.tv_tbl td .team_name{color:var(--heading_color)}.onAirTimeOuter{justify-content:flex-end;display:flex}.onAirTimeOuter .onAirTime{background:var(--loss_button);white-space:nowrap;width:50px;height:20px;color:var(--draw_button_text);letter-spacing:0%;text-transform:capitalize;border-radius:4px;place-content:center;align-items:center;gap:10px;padding:0 6px;font-size:14px;font-weight:400;line-height:100%;display:flex}
.matchVenue_block{margin-bottom:15px}.global_table.matchVenue_tbl th,.global_table.matchVenue_tbl td{padding:10px!important}@media (min-width:768px){.global_table.matchVenue_tbl th,.global_table.matchVenue_tbl td{padding:10px 12px!important}}.global_table.matchVenue_tbl th:first-child,.global_table.matchVenue_tbl td:first-child{width:150px;color:var(--section_text_2)}.global_table.matchVenue_tbl th:last-child,.global_table.matchVenue_tbl td:last-child{font-weight:500}
.live_center_layout .global_table .prev_match_status{margin:0;padding:0}.live_center_layout .global_table .prev_match_status li{list-style:none}.live_center_layout .global_table{border-radius:var(--radius);text-align:center;background:var(--section_bg);font-size:12px;line-height:20px;overflow:auto hidden}@media (min-width:576px){.live_center_layout .global_table{font-size:14px;line-height:20px}}.live_center_layout .global_table:not(:last-child){margin-bottom:15px}.live_center_layout .global_table table{width:100%}.live_center_layout .global_table td,.live_center_layout .global_table th,.live_center_layout .global_table tr:nth-child(odd) td{background:0 0}.live_center_layout .global_table tr{vertical-align:middle;color:var(--section_text_2)}.live_center_layout .global_table tbody tr:nth-child(2n) td{z-index:1;position:relative}.live_center_layout .global_table tbody tr:nth-child(2n) td:before{content:"";background:var(--section_even_row_bg);z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.live_center_layout .global_table tbody tr.highlight td{z-index:1;color:var(--section_text);font-weight:700;position:relative;background:var(--section_row_highlight)!important}.live_center_layout .global_table tbody tr.highlight td a{color:var(--section_text)}.live_center_layout .global_table tbody tr.highlight td:before{display:none!important}.live_center_layout .global_table .d-inline-block{vertical-align:middle;display:inline-block}.live_center_layout .global_table th{color:var(--section_heading_text2);border:solid var(--section_divider);border-width:0 0 1px;padding:8px;font-weight:500}.live_center_layout .global_table th:first-child{text-align:left}@media (min-width:576px){.live_center_layout .global_table th{padding:11px 4px}}.live_center_layout .global_table td{color:var(--section_text);vertical-align:baseline;border:0;padding:9px 8px}.live_center_layout .global_table td:first-child,.live_center_layout .global_table td:nth-child(2){text-align:left}.live_center_layout .global_table .player_inf{align-items:center;gap:5px;display:flex}.live_center_layout .global_table .player_inf .ply_avtar{border-radius:50%;flex-shrink:0;width:24px;height:24px}.live_center_layout .global_table .player_inf .ply_avtar img{object-fit:cover;width:100%;height:100%}.live_center_layout .global_table .player_inf .ply_des{flex-grow:1}.live_center_layout .global_table .player_inf .name{color:var(--section_text);font-weight:500}.live_center_layout .global_table .player_inf .sub_name{color:var(--section_text_2);font-size:12px}.live_center_layout .global_table tr.green_bold td{font-size:14px;font-weight:700;color:var(--green)!important}.live_center_layout .global_table .prev_match_status{align-items:center;margin:0 -2px;display:inline-flex}.live_center_layout .global_table .prev_match_status li{border-radius:calc(var(--radius)/1.5);flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;margin:0 2px;font-size:11px;font-weight:700;line-height:11px;display:flex}@media (min-width:576px){.live_center_layout .global_table .prev_match_status li{width:22px;height:22px}}.live_center_layout .global_table .prev_match_status li.win{background-color:var(--win_button);color:var(--win_button_text)}.live_center_layout .global_table .prev_match_status li.loss{background-color:var(--loss_button);color:var(--loss_button_text)}.live_center_layout .global_table .prev_match_status li.draw{background-color:var(--draw_button);color:var(--draw_button_text)}.live_center_layout .global_table .num-td{width:100%;padding:0 4px;display:inline-block;position:relative}.live_center_layout .global_table .num-td:before{content:"";background:#dd1e26;border-top-right-radius:2px;border-bottom-right-radius:2px;width:3px;height:26px;position:absolute;top:50%;left:-5px;transform:translateY(-50%)}@media (min-width:576px){.live_center_layout .global_table .num-td:before{width:4px;left:-6px}}.live_center_layout .global_table .num-td.purple:before{background:#8064e6}.live_center_layout .global_table .num-td.green:before{background:#00a826}.live_center_layout .global_table .num-td.red:before{background:#900006}.live_center_layout .global_table.standing_table{text-transform:capitalize;overflow-x:auto}.live_center_layout .global_table.standing_table.rugby table{table-layout:auto}.live_center_layout .global_table.standing_table.rugby tr td:last-child,.live_center_layout .global_table.standing_table.rugby tr th:last-child{width:180px}.live_center_layout .global_table.standing_table table{table-layout:fixed;min-width:360px}.live_center_layout .global_table.standing_table tr:nth-child(-n+9) td:first-child .hi-border{margin-right:5px;left:-4px}@media (min-width:576px){.live_center_layout .global_table.standing_table tr:nth-child(-n+9) td:first-child .hi-border{margin-right:0;left:-12px}}@media (min-width:1561px){.live_center_layout .global_table.standing_table tr:nth-child(-n+9) td:first-child .hi-border{left:-21px}}.live_center_layout .global_table.standing_table tr:nth-child(2n) td{z-index:1;position:relative}.live_center_layout .global_table.standing_table th,.live_center_layout .global_table.standing_table td{width:24px;padding:9px 4px}@media (min-width:768px){.live_center_layout .global_table.standing_table th,.live_center_layout .global_table.standing_table td{width:50px;padding-left:6px;padding-right:6px}}.live_center_layout .global_table.standing_table th:last-child,.live_center_layout .global_table.standing_table td:last-child{width:43px}.live_center_layout .global_table.standing_table th:nth-child(2),.live_center_layout .global_table.standing_table td:nth-child(2){text-align:left;width:auto;min-width:60px}.live_center_layout .global_table.standing_table th:nth-child(2) span,.live_center_layout .global_table.standing_table td:nth-child(2) span{white-space:nowrap}@media (min-width:768px){.live_center_layout .global_table.standing_table th:last-child,.live_center_layout .global_table.standing_table td:last-child{width:65px}.live_center_layout .global_table.standing_table th:nth-child(7),.live_center_layout .global_table.standing_table td:nth-child(7){width:33px}.live_center_layout .global_table.standing_table th:nth-child(6),.live_center_layout .global_table.standing_table td:nth-child(6){width:56px}.live_center_layout .global_table.standing_table th:nth-child(5),.live_center_layout .global_table.standing_table td:nth-child(5){width:34px}.live_center_layout .global_table.standing_table th:nth-child(4),.live_center_layout .global_table.standing_table td:nth-child(4){width:56px}.live_center_layout .global_table.standing_table th:nth-child(3),.live_center_layout .global_table.standing_table td:nth-child(3){width:39px}}.live_center_layout .global_table.standing_table th:first-child{text-align:center;width:30px;padding-left:4px;padding-right:4px}@media (min-width:576px){.live_center_layout .global_table.standing_table th:first-child{width:42px;padding-left:12px;padding-right:12px}}@media (min-width:1200px){.live_center_layout .global_table.standing_table th:first-child{width:51px}}.live_center_layout .global_table.standing_table td{vertical-align:middle}.live_center_layout .global_table.standing_table td:first-child{width:30px;padding:4px}@media (min-width:576px){.live_center_layout .global_table.standing_table td:first-child{width:42px;padding:4px 8px 4px 12px}}@media (min-width:1200px){.live_center_layout .global_table.standing_table td:first-child{width:51px}}@media (min-width:1561px){.live_center_layout .global_table.standing_table td:first-child{text-align:center}}.live_center_layout .global_table.standing_table .standing-title{margin-left:-19px}@media (min-width:576px){.live_center_layout .global_table.standing_table .standing-title{margin-left:-32px}}@media (min-width:1200px){.live_center_layout .global_table.standing_table .standing-title{margin-left:-39px}}@media (min-width:1561px){.live_center_layout .global_table.standing_table .standing-title{margin-left:-37px}}.live_center_layout .global_table.standing_table .des-wrap{align-items:center;display:flex}.live_center_layout .global_table.standing_table .flg_img{margin-right:8px}.live_center_layout .global_table.standing_table .des-text{white-space:nowrap;color:var(--section_text);text-overflow:ellipsis;width:100%;max-width:100%;display:block;overflow:hidden}.live_center_layout .global_table.standing_table .hi-border.b-green,.live_center_layout .global_table.standing_table .hi-border.b-red{background:#00a826}.live_center_layout .global_table.standing_table .hi-border.b-blue{background:#2eafc5}.live_center_layout .global_table.standing_table .hi-border{vertical-align:middle;background:0 0;border-radius:15px;width:4px;height:18px;display:inline-block;position:relative;left:-4px}@media (min-width:576px){.live_center_layout .global_table.standing_table .hi-border{left:-17px}}.live_center_layout .global_table.squad-table{margin-bottom:20px;font-size:16px;line-height:20px}.live_center_layout .global_table.squad-table table{table-layout:fixed}.live_center_layout .global_table.squad-table th{width:34px;padding:15px 4px}@media (min-width:992px){.live_center_layout .global_table.squad-table th{width:51px}}@media (min-width:576px){.live_center_layout .global_table.squad-table th{width:46px;padding:13px 4px}}.live_center_layout .global_table.squad-table th:first-child{text-align:center;color:#999;width:40px}@media (min-width:576px){.live_center_layout .global_table.squad-table th:first-child{width:34px}}@media (min-width:992px){.live_center_layout .global_table.squad-table th:first-child{width:58px}}@media (max-width:767px){.live_center_layout .global_table.squad-table th:nth-child(4){width:42px}.live_center_layout .global_table.squad-table th:nth-child(5){width:20px}}.live_center_layout .global_table.squad-table th:last-child{width:53px}.live_center_layout .global_table.squad-table th:nth-child(2){text-align:left;width:auto}@media (min-width:576px){.live_center_layout .global_table.squad-table th:nth-child(2){width:auto}}.live_center_layout .global_table.squad-table td{width:34px;padding:13px 4px}@media (min-width:992px){.live_center_layout .global_table.squad-table td{width:51px}}@media (min-width:576px){.live_center_layout .global_table.squad-table td{width:46px}}.live_center_layout .global_table.squad-table td:first-child{text-align:center;color:#999;width:34px}@media (min-width:768px){.live_center_layout .global_table.squad-table td:first-child{width:34px}}@media (min-width:992px){.live_center_layout .global_table.squad-table td:first-child{width:58px}}.live_center_layout .global_table.squad-table td:nth-child(2){text-align:left;width:auto}@media (min-width:576px){.live_center_layout .global_table.squad-table td:nth-child(2){width:auto}}.live_center_layout .global_table.squad-table .ico-tshirt,.live_center_layout .global_table.squad-table .ico-card,.live_center_layout .global_table.squad-table .ico-football2{font-size:17px}.live_center_layout .global_table.squad-table .squad-title{margin-left:-32px;font-size:16px;line-height:20px}@media (min-width:768px){.live_center_layout .global_table.squad-table .squad-title{margin-left:-29px}}@media (min-width:992px){.live_center_layout .global_table.squad-table .squad-title{margin-left:-42px}}.live_center_layout .global_table.squad-table .des-wrap{align-items:center;display:flex}.live_center_layout .global_table.squad-table .flg-img{margin-right:10px}.live_center_layout .global_table.squad-table .des-text{white-space:nowrap;text-overflow:ellipsis;max-width:100%;display:block;overflow:hidden}.live_center_layout .global_table.cr_standing_table .cr_title{padding-top:20px}.live_center_layout .global_table.cr_standing_table table,.live_center_layout .global_table.cr_standing_table.rugby table{table-layout:auto}.live_center_layout .global_table.cr_standing_table.rugby tr td:last-child,.live_center_layout .global_table.cr_standing_table.rugby tr th:last-child{width:180px}.live_center_layout .global_table.cr_standing_table th,.live_center_layout .global_table.cr_standing_table td{width:24px;padding:4px}@media (min-width:413px){.live_center_layout .global_table.cr_standing_table th,.live_center_layout .global_table.cr_standing_table td{width:34px}}@media (min-width:576px){.live_center_layout .global_table.cr_standing_table th,.live_center_layout .global_table.cr_standing_table td{width:50px;padding:11px 6px}}.live_center_layout .global_table.cr_standing_table th:first-child,.live_center_layout .global_table.cr_standing_table td:first-child{text-align:center}.live_center_layout .global_table.cr_standing_table th:last-child,.live_center_layout .global_table.cr_standing_table td:last-child{width:43px}.live_center_layout .global_table.cr_standing_table th:nth-child(2),.live_center_layout .global_table.cr_standing_table td:nth-child(2){text-align:left;white-space:nowrap;width:auto;min-width:60px}.live_center_layout .global_table.cr_standing_table th:nth-child(2) span,.live_center_layout .global_table.cr_standing_table td:nth-child(2) span{white-space:nowrap}@media (min-width:768px){.live_center_layout .global_table.cr_standing_table th:last-child,.live_center_layout .global_table.cr_standing_table td:last-child{width:65px}.live_center_layout .global_table.cr_standing_table th:nth-child(7),.live_center_layout .global_table.cr_standing_table td:nth-child(7){width:33px}.live_center_layout .global_table.cr_standing_table th:nth-child(6),.live_center_layout .global_table.cr_standing_table td:nth-child(6){width:56px}.live_center_layout .global_table.cr_standing_table th:nth-child(5),.live_center_layout .global_table.cr_standing_table td:nth-child(5){width:34px}.live_center_layout .global_table.cr_standing_table th:nth-child(4),.live_center_layout .global_table.cr_standing_table td:nth-child(4){width:56px}.live_center_layout .global_table.cr_standing_table th:nth-child(3),.live_center_layout .global_table.cr_standing_table td:nth-child(3){width:39px}}@media (min-width:1561px){.live_center_layout .global_table.cr_standing_table th:last-child,.live_center_layout .global_table.cr_standing_table td:last-child{width:66px}.live_center_layout .global_table.cr_standing_table th:nth-child(7),.live_center_layout .global_table.cr_standing_table td:nth-child(7),.live_center_layout .global_table.cr_standing_table th:nth-child(6),.live_center_layout .global_table.cr_standing_table td:nth-child(6){width:50px}.live_center_layout .global_table.cr_standing_table th:nth-child(5),.live_center_layout .global_table.cr_standing_table td:nth-child(5){width:41px}.live_center_layout .global_table.cr_standing_table th:nth-child(4),.live_center_layout .global_table.cr_standing_table td:nth-child(4){width:50px}.live_center_layout .global_table.cr_standing_table th:nth-child(3),.live_center_layout .global_table.cr_standing_table td:nth-child(3){width:43px}}.live_center_layout .global_table.cr_standing_table th{padding-top:15px;padding-bottom:15px}.live_center_layout .global_table.cr_standing_table th:first-child{text-align:center;width:30px;padding-left:4px;padding-right:4px}@media (min-width:576px){.live_center_layout .global_table.cr_standing_table th:first-child{width:42px;padding-left:12px;padding-right:12px}}@media (min-width:1200px){.live_center_layout .global_table.cr_standing_table th:first-child{width:51px}}.live_center_layout .global_table.cr_standing_table td{vertical-align:middle}.live_center_layout .global_table.cr_standing_table td:first-child{width:30px;padding:4px}@media (min-width:576px){.live_center_layout .global_table.cr_standing_table td:first-child{width:42px;padding:4px 8px 4px 12px}}@media (min-width:1200px){.live_center_layout .global_table.cr_standing_table td:first-child{width:51px}}@media (min-width:1561px){.live_center_layout .global_table.cr_standing_table td:first-child{text-align:center}}.live_center_layout .global_table.cr_standing_table tr.highlight td:nth-child(2){z-index:1;color:var(--section_text);font-weight:700;position:relative}.live_center_layout .global_table.cr_standing_table tr.highlight td a{color:var(--section_text)}.live_center_layout .global_table .match_score_list{justify-content:center;align-items:center;gap:5px;margin:0;padding:0;list-style:none;display:flex}@media (min-width:576px){.live_center_layout .global_table .match_score_list{gap:6px}}.live_center_layout .global_table .match_score_list li{border-radius:calc(var(--radius)/1.5);background:var(--loss_button);width:17px;height:17px;color:var(--live_button_text);flex-shrink:0;justify-content:center;align-items:center;padding:1px;font-size:12px;font-weight:600;line-height:12px;display:flex}@media (min-width:576px){.live_center_layout .global_table .match_score_list li{width:20px;height:20px;font-size:13px;line-height:14px}}.live_center_layout .global_table .match_score_list li.active,.live_center_layout .global_table .match_score_list li:last-child{position:relative}.live_center_layout .global_table .match_score_list li.active:before,.live_center_layout .global_table .match_score_list li:last-child:before{content:"";z-index:0;background:var(--loss_button);border-radius:8px;height:3px;position:absolute;bottom:-4px;left:0;right:0}.live_center_layout .global_table .match_score_list li.green,.live_center_layout .global_table .match_score_list li.green:before{background:var(--win_button)}.live_center_layout .global_table .match_score_list li.grey,.live_center_layout .global_table .match_score_list li.grey:before{background:var(--draw_button)}.live_center_layout .global_table.football_standing_table table{table-layout:fixed}.live_center_layout .global_table.football_standing_table th,.live_center_layout .global_table.football_standing_table td{width:24px;padding:12px 4px}@media (min-width:413px){.live_center_layout .global_table.football_standing_table th,.live_center_layout .global_table.football_standing_table td{width:34px}}@media (min-width:576px){.live_center_layout .global_table.football_standing_table th,.live_center_layout .global_table.football_standing_table td{width:50px;padding:12px 6px}}.live_center_layout .global_table.football_standing_table th:first-child,.live_center_layout .global_table.football_standing_table td:first-child{text-align:center}.live_center_layout .global_table.football_standing_table th:last-child,.live_center_layout .global_table.football_standing_table td:last-child{width:43px}.live_center_layout .global_table.football_standing_table th:nth-child(2),.live_center_layout .global_table.football_standing_table td:nth-child(2){text-align:left;width:auto;min-width:60px}.live_center_layout .global_table.football_standing_table th:nth-child(2) span,.live_center_layout .global_table.football_standing_table td:nth-child(2) span{white-space:nowrap}@media (min-width:768px){.live_center_layout .global_table.football_standing_table th:last-child,.live_center_layout .global_table.football_standing_table td:last-child{width:65px}.live_center_layout .global_table.football_standing_table th:nth-child(7),.live_center_layout .global_table.football_standing_table td:nth-child(7){width:33px}.live_center_layout .global_table.football_standing_table th:nth-child(6),.live_center_layout .global_table.football_standing_table td:nth-child(6){width:56px}.live_center_layout .global_table.football_standing_table th:nth-child(5),.live_center_layout .global_table.football_standing_table td:nth-child(5){width:34px}.live_center_layout .global_table.football_standing_table th:nth-child(4),.live_center_layout .global_table.football_standing_table td:nth-child(4){width:56px}.live_center_layout .global_table.football_standing_table th:nth-child(3),.live_center_layout .global_table.football_standing_table td:nth-child(3){width:39px}}@media (min-width:1561px){.live_center_layout .global_table.football_standing_table th:last-child,.live_center_layout .global_table.football_standing_table td:last-child{width:66px}.live_center_layout .global_table.football_standing_table th:nth-child(7),.live_center_layout .global_table.football_standing_table td:nth-child(7),.live_center_layout .global_table.football_standing_table th:nth-child(6),.live_center_layout .global_table.football_standing_table td:nth-child(6){width:50px}.live_center_layout .global_table.football_standing_table th:nth-child(5),.live_center_layout .global_table.football_standing_table td:nth-child(5){width:41px}.live_center_layout .global_table.football_standing_table th:nth-child(4),.live_center_layout .global_table.football_standing_table td:nth-child(4){width:50px}.live_center_layout .global_table.football_standing_table th:nth-child(3),.live_center_layout .global_table.football_standing_table td:nth-child(3){width:43px}}.live_center_layout .global_table.football_standing_table th{background:var(--live_button_text);padding-top:12px;padding-bottom:12px}.live_center_layout .global_table.football_standing_table th:first-child{text-align:center;width:30px;padding-left:4px;padding-right:4px}@media (min-width:576px){.live_center_layout .global_table.football_standing_table th:first-child{width:42px;padding-left:12px;padding-right:12px}}@media (min-width:1200px){.live_center_layout .global_table.football_standing_table th:first-child{width:51px}}.live_center_layout .global_table.football_standing_table td{vertical-align:middle}.live_center_layout .global_table.football_standing_table td:first-child{width:30px;padding:12px 6px}@media (min-width:576px){.live_center_layout .global_table.football_standing_table td:first-child{width:42px;padding:12px 6px}}@media (min-width:1200px){.live_center_layout .global_table.football_standing_table td:first-child{width:51px}}@media (min-width:1561px){.live_center_layout .global_table.football_standing_table td:first-child{text-align:center}}.live_center_layout .global_table.football_standing_table .standing-title{margin-left:-19px}@media (min-width:576px){.live_center_layout .global_table.football_standing_table .standing-title{margin-left:-32px}}@media (min-width:1200px){.live_center_layout .global_table.football_standing_table .standing-title{margin-left:-39px}}@media (min-width:1561px){.live_center_layout .global_table.football_standing_table .standing-title{margin-left:-37px}}.live_center_layout .global_table.football_standing_table .des-wrap{align-items:center;display:flex}.live_center_layout .global_table.football_standing_table .flg_img{margin-right:9px}.live_center_layout .global_table.football_standing_table .des-text{white-space:nowrap;text-overflow:ellipsis;width:100%;max-width:100%;display:block;overflow:hidden}.live_center_layout .global_table.football_form_table table{table-layout:fixed}.live_center_layout .global_table.football_form_table .des-wrap{align-items:center;display:flex}.live_center_layout .global_table.football_form_table .flg_img{margin-right:9px}.live_center_layout .global_table.football_form_table .des-text{color:var(--section_text);white-space:nowrap;text-overflow:ellipsis;width:100%;max-width:100%;display:block;overflow:hidden}.live_center_layout .global_table.football_form_table .team_flag{flex-shrink:0;width:18px;height:18px;margin-right:5px;display:inline-block}.live_center_layout .global_table.football_form_table .num-td{text-align:center;width:100%;padding:0 4px;display:inline-block;position:relative}.live_center_layout .global_table.football_form_table .num-td:before{content:"";background:#dd1e26;border-top-right-radius:2px;border-bottom-right-radius:2px;width:3px;height:26px;position:absolute;top:50%;left:-5px;transform:translateY(-50%)}@media (min-width:576px){.live_center_layout .global_table.football_form_table .num-td:before{width:4px;left:-6px}}.live_center_layout .global_table.football_form_table .num-td.purple:before{background:#8064e6}.live_center_layout .global_table.football_form_table .num-td.green:before{background:#00a826}.live_center_layout .global_table.football_form_table .num-td.red:before{background:#900006}.live_center_layout .global_table.football_form_table th:first-child{text-align:center;padding:9px 12px}.live_center_layout .global_table.football_form_table th:nth-child(2){text-align:left}.live_center_layout .global_table.football_form_table th,.live_center_layout .global_table.football_form_table td{padding-left:4px;padding-right:4px}@media (min-width:576px){.live_center_layout .global_table.football_form_table th,.live_center_layout .global_table.football_form_table td{padding-left:6px;padding-right:6px}}.live_center_layout .global_table.football_form_table th:first-child,.live_center_layout .global_table.football_form_table td:first-child{text-align:center;width:30px}@media (min-width:576px){.live_center_layout .global_table.football_form_table th:first-child,.live_center_layout .global_table.football_form_table td:first-child{width:42px}}@media (min-width:1200px){.live_center_layout .global_table.football_form_table th:first-child,.live_center_layout .global_table.football_form_table td:first-child{width:51px}}.live_center_layout .global_table.football_form_table th:last-child,.live_center_layout .global_table.football_form_table td:last-child{width:130px}@media (min-width:576px){.live_center_layout .global_table.football_form_table th:last-child,.live_center_layout .global_table.football_form_table td:last-child{width:149px}}.live_center_layout .global_table.striped tr:nth-child(2n) td{z-index:1;position:relative}.live_center_layout .global_table.striped tr:nth-child(2n) td:before{content:"";background:var(--section_even_row_bg);z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.live_center_layout .global_table.squad_table td{vertical-align:middle}.live_center_layout .global_table.squad_table th:nth-child(2){text-align:left}@media (min-width:768px){.live_center_layout .global_table.squad_table tr th,.live_center_layout .global_table.squad_table tr td{width:60px;padding-left:10px;padding-right:10px}}.live_center_layout .global_table.squad_table tr th:nth-child(2),.live_center_layout .global_table.squad_table tr td:nth-child(2){width:auto}.live_center_layout .global_table.squad_table tr th:first-child,.live_center_layout .global_table.squad_table tr td:first-child{width:50px}.live_center_layout .global_table.ft_player_goals tr td{vertical-align:middle}@media (min-width:768px){.live_center_layout .global_table.ft_player_goals tr th,.live_center_layout .global_table.ft_player_goals tr td{width:60px;padding-left:10px;padding-right:10px}}.live_center_layout .global_table.ft_player_goals tr th:nth-child(2),.live_center_layout .global_table.ft_player_goals tr td:nth-child(2){text-align:center}.live_center_layout .global_table.ft_player_goals tr th:first-child,.live_center_layout .global_table.ft_player_goals tr td:first-child{width:auto}.live_center_layout .global_table.ft_player_assist tr td{vertical-align:middle}@media (min-width:768px){.live_center_layout .global_table.ft_player_assist tr th,.live_center_layout .global_table.ft_player_assist tr td{width:60px;padding-left:10px;padding-right:10px}}.live_center_layout .global_table.ft_player_assist tr th:nth-child(2),.live_center_layout .global_table.ft_player_assist tr td:nth-child(2){text-align:center;width:130px}.live_center_layout .global_table.ft_player_assist tr th:first-child,.live_center_layout .global_table.ft_player_assist tr td:first-child{width:auto}.live_center_layout .global_table.ft_player_card tr .flg{line-height:1px}.live_center_layout .global_table.ft_player_card tr th,.live_center_layout .global_table.ft_player_card tr td{vertical-align:middle}@media (min-width:768px){.live_center_layout .global_table.ft_player_card tr th,.live_center_layout .global_table.ft_player_card tr td{width:50px;padding-left:10px;padding-right:10px}}.live_center_layout .global_table.ft_player_card tr th:nth-child(2),.live_center_layout .global_table.ft_player_card tr td:nth-child(2){text-align:center;width:100px}.live_center_layout .global_table.ft_player_card tr th:first-child,.live_center_layout .global_table.ft_player_card tr td:first-child{width:auto}.live_center_layout .global_table.team_table .des-wrap{align-items:center;display:flex}.live_center_layout .global_table.team_table .flg_img{margin-right:8px}.live_center_layout .global_table.team_table .des-text{white-space:nowrap;color:var(--section_text);text-overflow:ellipsis;width:100%;max-width:100%;display:block;overflow:hidden}.live_center_layout .global_table.team_table tr{text-align:left}.live_center_layout .global_table.team_table tr th,.live_center_layout .global_table.team_table tr td{vertical-align:middle}@media (min-width:768px){.live_center_layout .global_table.team_table tr th,.live_center_layout .global_table.team_table tr td{padding-left:10px;padding-right:10px}}.live_center_layout .global_table.team_table tr th:first-child,.live_center_layout .global_table.team_table tr td:first-child{width:90px}.live_center_layout .global_table.team_table tr th:last-child,.live_center_layout .global_table.team_table tr td:last-child{width:132px}.live_center_layout .global_table.team_table tr th ul,.live_center_layout .global_table.team_table tr td ul{white-space:nowrap;margin:0;padding:0;list-style:none;display:flex}.live_center_layout .global_table.team_table tr th ul li,.live_center_layout .global_table.team_table tr td ul li{text-decoration:none}.live_center_layout .global_table.team_table tr th ul li:last-child:before,.live_center_layout .global_table.team_table tr td ul li:last-child:before{content:"|";vertical-align:middle;color:var(--section_divider);margin:0 6px;display:inline-block}@media (min-width:768px){.live_center_layout .global_table.team_table tr th ul li:last-child:before,.live_center_layout .global_table.team_table tr td ul li:last-child:before{margin:0 10px}}.live_center_layout .global_table.team_table tr th ul li a,.live_center_layout .global_table.team_table tr td ul li a{color:var(--section_text_2)}.live_center_layout .global_table.team_table tr th ul li a:hover,.live_center_layout .global_table.team_table tr td ul li a:hover{color:var(--link_hover)}.live_center_layout .global_table.ft_player_team tr td{vertical-align:middle}.live_center_layout .global_table.ft_player_team tr th,.live_center_layout .global_table.ft_player_team tr td{padding:12px}@media (min-width:768px){.live_center_layout .global_table.ft_player_team tr th,.live_center_layout .global_table.ft_player_team tr td{width:120px;padding:15px}}.live_center_layout .global_table.ft_player_team tr th:nth-child(2),.live_center_layout .global_table.ft_player_team tr td:nth-child(2){text-align:center}.live_center_layout .global_table.ft_player_team tr th:first-child,.live_center_layout .global_table.ft_player_team tr td:first-child{width:auto}.section_text_2{color:var(--section_text_2)!important}
.inner_tab ul{margin:0;padding:0}.inner_tab ul li{list-style:none}.inner_tab{margin-bottom:15px}.inner_tab ul{flex-wrap:wrap;gap:6px 7px;font-size:12px;font-weight:500;line-height:1.33333;display:flex}@media (min-width:768px){.inner_tab ul{gap:6px 10px}}.inner_tab ul li{margin:0;padding-left:0}.inner_tab ul li a,.inner_tab ul li span{border-radius:var(--radius);border:1px solid var(--button_bg);background:var(--button_bg);color:var(--button_text);cursor:pointer;padding:6px 11px;transition:all .25s linear;display:block}@media (min-width:768px){.inner_tab ul li a,.inner_tab ul li span{padding-left:15px;padding-right:15px}}.inner_tab ul li a:hover,.inner_tab ul li span:hover{background:var(--button_bg_hover);border-color:var(--button_bg_hover);color:var(--button_text_hover)}.inner_tab ul li.active a,.inner_tab ul li.active span{background:var(--button_bg_hover);color:var(--button_text_hover);border-color:var(--button_bg_hover)}
.live_center_layout .h2h_wrp_box:not(:last-child){margin-bottom:19px}.live_center_layout .global_table.h2h_table{box-shadow:none;background:0 0;border:0;margin-bottom:15px;margin-left:0;margin-right:0;overflow:visible}.live_center_layout .global_table.h2h_table:last-child{margin-bottom:0}@media (min-width:768px){.live_center_layout .global_table.h2h_table{padding:0}}.live_center_layout .global_table.h2h_table table{width:100%;font-size:14px;line-height:18px;display:block}.live_center_layout .global_table.h2h_table table tbody{display:block}.live_center_layout .global_table.h2h_table table tbody tr{background:var(--section_bg)}.live_center_layout .global_table.h2h_table table tbody tr td:before{display:none}.live_center_layout .global_table.h2h_table table tr{border-radius:var(--radius);border:0;align-items:center;margin-bottom:10px;display:flex;position:relative}@media (min-width:768px){.live_center_layout .global_table.h2h_table table tr{margin-bottom:15px}}.live_center_layout .global_table.h2h_table table tr:last-child{margin-bottom:0}.live_center_layout .global_table.h2h_table table tr:nth-child(2n) td{position:unset}.live_center_layout .global_table.h2h_table table tr .wrap_all{width:100%;height:100%;position:absolute;top:0;left:0}.live_center_layout .global_table.h2h_table table td{padding:10px 9px;font-weight:400}.live_center_layout .global_table.h2h_table table td:first-child{text-align:center;z-index:2;width:60px;padding-left:6px}@media (min-width:576px){.live_center_layout .global_table.h2h_table table td:first-child{width:95px;padding-left:15px}}.live_center_layout .global_table.h2h_table table td.score-td{text-align:right;width:40px;padding-right:15px}@media (min-width:576px){.live_center_layout .global_table.h2h_table table td.score-td{width:50px}}.live_center_layout .global_table.h2h_table table td.score-td .teams-name{font-size:16px;line-height:18px}@media (min-width:576px){.live_center_layout .global_table.h2h_table table td.score-td .teams-name{font-size:17px;line-height:18px}}.live_center_layout .global_table.h2h_table table td.win-td{vertical-align:middle;text-align:right;width:40px;padding-left:0;padding-right:15px}@media (min-width:576px){.live_center_layout .global_table.h2h_table table td.win-td{width:60px}}.live_center_layout .global_table.h2h_table table td:nth-child(2){text-align:left;flex-grow:1}.live_center_layout .global_table.h2h_table table td .icon_status{border-radius:calc(var(--radius)/1.5);background:var(--loss_button);width:17px;height:17px;color:var(--loss_button_text);justify-content:center;align-items:center;font-size:11px;font-weight:600;line-height:13px;display:inline-flex}@media (min-width:576px){.live_center_layout .global_table.h2h_table table td .icon_status{width:22px;height:22px;font-size:13px;line-height:14px}}.live_center_layout .global_table.h2h_table table td .icon_status.win{background:var(--win_button);color:var(--win_button_text)}.live_center_layout .global_table.h2h_table table td .icon_status.draw{background:var(--draw_button);color:var(--draw_button_text)}.live_center_layout .global_table.h2h_table table td .active{font-weight:600}.live_center_layout .global_table.h2h_table .highlighted-color,.live_center_layout .global_table.h2h_table .highlited-color{color:var(--brand_color)}.live_center_layout .global_table.h2h_table .match-timing{text-align:center;flex-direction:column;gap:5px;font-size:12px;line-height:16px;display:flex}.live_center_layout .global_table.h2h_table .teams_wrap{align-items:center;display:flex}.live_center_layout .global_table.h2h_table .teams-logo{width:18px;height:18px;margin-right:5px;display:inline-block}.live_center_layout .global_table.h2h_table .teams-logo img{width:100%;height:100%}.live_center_layout .global_table.h2h_table .teams-name{white-space:nowrap;text-overflow:ellipsis;white-space:nowrap;flex-direction:column;gap:8px;font-size:13px;line-height:16px;display:flex;overflow:hidden}.live_center_layout .global_table.h2h_table .teams-name .team_name{white-space:nowrap;text-overflow:ellipsis;white-space:nowrap;display:inline-block;overflow:hidden}.live_center_layout .h2h_wrp_box_head{align-items:center;margin-bottom:12px;display:flex}@media (min-width:992px){.live_center_layout .h2h_wrp_box_head{margin-bottom:15px}}.live_center_layout .h2h_wrp_box_head .icon_wrap{border-radius:50%;flex-shrink:0;width:16px;height:16px;margin-right:10px;display:block}@media (min-width:992px){.live_center_layout .h2h_wrp_box_head .icon_wrap{width:18px;height:18px}}.live_center_layout .h2h_wrp_box_head .icon_wrap img{object-fit:cover;border-radius:50%;width:100%;height:100%}.live_center_layout .h2h_wrp_box_head .rgt{flex-grow:1}.live_center_layout .h2h_wrp_box_head .title{color:var(--heading_color);font-size:14px;line-height:17px;display:block}@media (min-width:768px){.live_center_layout .h2h_wrp_box_head .title{font-size:16px;line-height:19px}}.live_center_layout .h2h_wrp_box_head .countary{opacity:.7;color:var(--heading_color);font-size:12px;line-height:15px;display:block}
.predict_box{border-radius:var(--radius);background:var(--section_bg);margin-bottom:20px}.predict_box.history_mtch .pre_num{align-items:center;gap:10px;font-size:14px;font-weight:500;line-height:18px;display:flex}.predict_box.history_mtch .pre_num span{background:#33333340;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;min-width:20px;min-height:20px;padding:1px;display:flex}.predict_box.history_mtch .pre_num span.active{background:#eb1d4040}.predict_box .predict_head{border-bottom:1px solid var(--section_divider);justify-content:space-between;padding:20px 15px;display:flex}.predict_box .predict_head .pre_col{color:var(--section_text_2);flex-shrink:0;font-size:14px;font-weight:500;line-height:18px}.predict_box .predict_head .pre_col:first-child{text-align:left}.predict_box .predict_head .pre_col:nth-child(2){text-align:center}.predict_box .predict_head .pre_col.right{text-align:right}.predict_box .predict_body{padding:23px 15px 15px}.predict_box .predict_body .bar-wrap{justify-content:space-between;align-items:center;gap:12px;display:flex}.predict_box .predict_body .bar_status_top{justify-content:space-between;display:flex}.predict_box .predict_body .bar_status{color:var(--section_text);margin-bottom:7px;display:block}.predict_box .predict_body .bar_in{min-width:0}.predict_box .predict_body .bar_in .bar_check{text-transform:capitalize;flex-direction:column;width:100%;font-size:14px;font-weight:400;line-height:18px;display:flex}.predict_box .predict_body .bar_in .bar_check .top_bar_text{white-space:nowrap;margin-bottom:16px;overflow:visible}.predict_box .predict_body .bar_in .bar_check .top_bar_text.center{text-align:center}.predict_box .predict_body .bar_in .bar_check .top_bar_text.right{text-align:right}.predict_box .predict_body .bar_in .bar_check .bot_bar_text{white-space:nowrap;overflow:visible}.predict_box .predict_body .bar_in .bar_check .bot_bar_text.center{text-align:center}.predict_box .predict_body .bar_in .bar_check .bot_bar_text.right{text-align:right}.predict_box .predict_body .bar_in .bar_color.left{background:var(--section_team_2_color)}.predict_box .predict_body .bar_in .bar_color.center{background:var(--section_even_row_bg)}.predict_box .predict_body .bar_in .bar_color.right{background:var(--section_team_1_color)}.predict_box .predict_body .bar_in:nth-child(2){text-align:center}.predict_box .predict_body .stats_bar{z-index:1;border-radius:5px;flex-grow:1;height:8px;margin-bottom:16px;position:relative}.predict_box .predict_body .bar_color{border-radius:5px;width:100%;height:8px;display:block;position:absolute;top:0;bottom:0;left:0}.predict_box .predict_body .stats_num{color:var(--section_text_2);flex-shrink:0}.predict_box .predict_body .bar-labels{color:var(--section_text);justify-content:space-between;align-items:center;font-size:14px;line-height:18px;display:flex}.predict_box .predict_body .bar-labels .label-left{text-align:left}.predict_box .predict_body .bar-labels .label-center{text-align:center}.predict_box .predict_body .bar-labels .label-right{text-align:right}.predict_box .predict_body .continuous-bar{border-radius:5px;width:100%;height:8px;margin:10px 0;display:flex;overflow:hidden}.predict_box .predict_body .continuous-bar .bar-segment{min-width:0;height:100%}.predict_box .predict_body .continuous-bar .bar-segment.left{background:var(--section_team_2_color);border-radius:5px 0 0 5px}.predict_box .predict_body .continuous-bar .bar-segment.center{background:var(--section_even_row_bg)}.predict_box .predict_body .continuous-bar .bar-segment.right{background:var(--section_team_1_color);border-radius:0 5px 5px 0}
.detail_news{background:var(--section_bg);border-radius:var(--radius);padding:15px}.detail_news .three_columns{gap:20px 15px}.detail_news .vertical_post{margin-bottom:0}.detail_news .vertical_post.post_card .post_image{width:100%;height:148px}.detail_news .vertical_post.post_card .post_description{width:100%}.detail_news .vertical_post.post_card .post_title{white-space:nowrap;text-overflow:ellipsis;white-space:initial;-webkit-line-clamp:2;color:var(--section_heading_text);-webkit-box-orient:vertical;margin-bottom:13px;text-decoration:none;transition:all .25s linear;display:-webkit-box;overflow:hidden}.detail_news .vertical_post.post_card .author_date{color:var(--section_text_2);justify-content:space-between;font-size:12px;font-weight:400;display:flex}.detail_news .vertical_post.post_card .post_author{margin-bottom:0;font-size:12px;font-weight:400}.detail_news .vertical_post.post_card .post_author strong{text-transform:capitalize}

.live_center_layout .global_table{text-transform:capitalize}.live_center_layout .global_table.cr_macth_info tr th,.live_center_layout .global_table.cr_macth_info tr td{padding:21px 15px}.live_center_layout .global_table.cr_macth_info tr th:first-child,.live_center_layout .global_table.cr_macth_info tr td:first-child{white-space:nowrap}.live_center_layout .global_table.cr_macth_info tr td{font-weight:600}.live_center_layout .global_table.cr_macth_info tr td:first-child{color:var(--section_text_2);font-size:14px;font-weight:400}
.live_center_layout .cr_tab_btns,.live_center_layout .live_inf_sts{margin:0;padding:0}.live_center_layout .cr_tab_btns li,.live_center_layout .live_inf_sts li{list-style:none}.live_center_layout .global_table.cr_macth_scorecard{text-transform:capitalize}.live_center_layout .global_table.cr_macth_scorecard.live_sts th,.live_center_layout .global_table.cr_macth_scorecard.live_sts td{width:60px;padding:19px 15px}.live_center_layout .global_table.cr_macth_scorecard.live_sts th:first-child,.live_center_layout .global_table.cr_macth_scorecard.live_sts td:first-child{width:auto}.live_center_layout .global_table.cr_macth_scorecard.live_sts:not(:last-child){margin-bottom:5px}.live_center_layout .global_table.cr_macth_scorecard.fall_of_wickets td:first-child{color:var(--section_text_2);text-align:left}.live_center_layout .global_table.cr_macth_scorecard.fall_of_wickets td:nth-child(2){text-align:left;text-transform:none}.live_center_layout .global_table.cr_macth_scorecard tr th,.live_center_layout .global_table.cr_macth_scorecard tr td{vertical-align:middle;padding:13px 15px}.live_center_layout .global_table.cr_macth_scorecard tr th:first-child,.live_center_layout .global_table.cr_macth_scorecard tr td:first-child{white-space:nowrap}.live_center_layout .global_table.cr_macth_scorecard tr th:nth-child(2),.live_center_layout .global_table.cr_macth_scorecard tr td:nth-child(2){text-align:center}.live_center_layout .global_table.cr_macth_scorecard tr th{padding:21px 15px}.live_center_layout .global_table.cr_macth_scorecard tr.not_out td{font-weight:700}.live_center_layout .global_table.cr_macth_scorecard tr.not_out td .name{color:var(--section_text_2);font-weight:700}.live_center_layout .global_table.cr_macth_scorecard tbody:not(:last-child){border-bottom:1px solid var(--section_divider)}.live_center_layout .global_table.cr_macth_scorecard th .cr_tab_btns{margin-bottom:0}@media (min-width:768px){.live_center_layout .global_table.cr_macth_scorecard .bastman_td{gap:6px}}.live_center_layout .global_table.cr_macth_scorecard .bastman_td .name{min-width:175px}.live_center_layout .global_table.cr_macth_scorecard .bat_ico{margin-left:3px;line-height:0}.live_center_layout .global_table.cr_macth_scorecard .name{align-items:center;display:flex}.live_center_layout .global_table .name{font-size:14px;line-height:1.21429}.live_center_layout .global_table .bow_inf{color:var(--section_text_2);font-size:12px;font-weight:400;line-height:1.5}.live_center_layout .toal_plyer_cr{color:var(--heading_color);justify-content:space-around;gap:10px;margin-bottom:15px;font-size:14px;line-height:1.21429;display:flex}@media (min-width:768px){.live_center_layout .toal_plyer_cr{justify-content:flex-start;gap:10px 40px}}.live_center_layout .cr_tab_btns{flex-wrap:wrap;gap:6px 7px;margin-bottom:15px;font-size:12px;font-weight:500;line-height:1.33333;display:flex}@media (min-width:768px){.live_center_layout .cr_tab_btns{gap:6px 10px}}.live_center_layout .cr_tab_btns li .cr_tab_btn{border-radius:var(--radius);background:var(--button_bg);color:var(--button_text);cursor:pointer;padding:6px 11px;transition:all .25s linear;display:block}@media (min-width:768px){.live_center_layout .cr_tab_btns li .cr_tab_btn{padding-left:15px;padding-right:15px}}.live_center_layout .cr_tab_btns li .cr_tab_btn.active,.live_center_layout .cr_tab_btns li .cr_tab_btn:hover{background:var(--button_bg_hover);color:var(--button_text_hover)}.live_center_layout .live_inf_sts{color:var(--section_text_2);border:1px solid var(--section_even_row_bg);background:var(--section_even_row_bg);padding:16px;display:flex}.live_center_layout .live_inf_sts li+li:before{content:"";vertical-align:middle;background:var(--heading_color);border-radius:50%;width:4px;height:4px;margin:0 10px;display:inline-block}
