.newsletter-section{margin-bottom:68px}@media(max-width:991px){.newsletter-section{margin-bottom:20px}}.newsletter-section .container_main{display:flex;flex-direction:column;padding:20px;position:relative}.newsletter-section .container_main:before{content:"";position:absolute;left:0;right:0;top:0;height:100%;background:var(--section_bg);z-index:-1}@media(min-width:768px){.newsletter-section .container_main:before{border-radius:var(--radius)}}@media(min-width:576px){.newsletter-section .container_main{align-items:center}}@media(min-width:768px){.newsletter-section .container_main{padding:40px;justify-content:space-between}}@media(min-width:992px){.newsletter-section .container_main{flex-direction:row}}.newsletter-section h2{font-size:22px;color:var(--section_heading_text)}@media(min-width:576px){.newsletter-section h2{font-size:24px;font-weight:700;line-height:28px;margin-bottom:20px}}@media(min-width:576px)and (min-width:992px){.newsletter-section h2{margin:0}}.newsletter-section p.form_error{font-size:11px;line-height:1.4;color:var(--red)}.newsletter-section button.btn_lg{height:50px;font-weight:400;font-size:14px;line-height:18px;padding:15px 10px;border-radius:0 var(--radius) var(--radius) 0;min-width:80px}@media(min-width:576px){.newsletter-section button.btn_lg{min-width:100px;height:60px;font-weight:700;border-radius:var(--radius)}}@media(min-width:768px){.newsletter-section button.btn_lg{min-width:155px}}.newsletter-section button.button_primary{background:var(--section_button_bg);color:var(--section_button_text)}.newsletter-section button.button_primary:hover{background:var(--section_button_bg_hover);color:var(--section_button_text_hover)}.newsletter-form{display:flex}@media(min-width:576px){.newsletter-form{align-items:center;gap:20px}}.newsletter-form .input_wrapper{width:100%}@media(min-width:576px){.newsletter-form .input_wrapper{width:330px}}@media(min-width:768px){.newsletter-form .input_wrapper{width:415px}}.newsletter-form input{border-radius:var(--radius) 0 0 var(--radius);background:var(--section_search_bg);border:1px solid var(--section_search_bg);font-size:14px;font-weight:400;line-height:18px;color:var(--section_text);padding:15px 18px;height:50px;width:100%}@media(min-width:576px){.newsletter-form input{height:60px;border-radius:var(--radius);padding:20px 30px}}@media(min-width:768px){.theme_2.dark_theme .newsletter-section .container_main:before{left:10px;right:10px}}.consultation-section{background:var(--section_bg);min-height:240px;display:flex;align-items:center}.consultation-section .container_main{display:flex;flex-direction:column;gap:40px}@media(min-width:576px){.consultation-section .container_main{align-items:center}}@media(min-width:768px){.consultation-section .container_main{flex-direction:row;width:100%;justify-content:space-between}}.consultation-section .consultation_heading{margin-bottom:20px;font-weight:400}@media(min-width:768px){.consultation-section .consultation_heading{font-size:24px;line-height:36px;margin-bottom:0}}.consultation-section .consultation_heading h2{font-weight:400}@media(min-width:768px){.consultation-section .consultation_heading h2{font-size:36px;line-height:36px}}.consultation-section .button{width:100%}@media(min-width:768px){.consultation-section .button{width:260px}}.search_filed{padding:9px 10px;position:relative;z-index:1;margin:0 -10px 10px}@media(min-width:576px){.search_filed{padding:12px 15px;margin:0 0 15px}}.search_filed:before{content:"";position:absolute;left:0;width:100%;top:0;height:100%;z-index:-1;background:var(--section_bg)}@media(min-width:576px){.search_filed:before{border-radius:var(--radius)}}.search_filed .input_wrap{position:relative}.search_filed .input_wrap .reset-btn{position:absolute;top:50%;transform:translateY(-50%);right:15px;font-size:8px;font-weight:700;color:#fff;background:#999;border:0;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.search_filed .input_wrap .ico_search_thin{position:absolute;top:50%;transform:translateY(-50%);left:19px;font-size:17px;font-weight:700;color:var(--section_icon);pointer-events:none}@media(min-width:992px){.search_filed .input_wrap .ico_search_thin{left:15px}}.search_filed .form_control{height:32px;width:100%;color:var(--section_text);font-size:12px;line-height:1.3333333333;padding:7px 46px;border:1px solid var(--section_border);border-radius:var(--radius);background:var(--section_search_bg)}@media(min-width:768px){.search_filed .form_control{height:40px;font-size:14px;line-height:1.2857142857;padding-top:10px;padding-bottom:10px}}.search_filed .form_control:focus{box-shadow:none;outline:none}.page_head{padding-top:25px;margin-bottom:25px}.page_head .page_title{margin:0 0 10px;color:var(--heading_color);display:block;font-size:20px;line-height:25px}@media(min-width:992px){.page_head .page_title{font-size:22px;line-height:27px}}@media(min-width:1200px){.page_head .page_title{font-size:25px;line-height:30px}}.page_head .page_title:last-child{margin-bottom:0}.pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:20px}.pagination a{text-decoration:none}.pagination-info{font-size:14px;color:#555;line-height:1.4}.pagination .button{padding:10px 20px;border:none;cursor:pointer;transition:background-color .2s ease,color .2s ease}.pagination .button:focus{outline:2px solid var(--focus-color,#007bff);outline-offset:2px}.pagination .button:hover:not(.disabled){background-color:var(--button-hover-bg,rgba(0,123,255,.1))}.pagination .button.nextPrevButton{min-width:120px}.pagination .disabled{background:var(--button_bg);color:var(--button_text);opacity:.5;cursor:not-allowed;pointer-events:none}.pagination .page-numbers{display:flex;gap:5px}.pagination .page-numbers .button{min-width:55px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.pagination{flex-direction:column;gap:15px}.pagination .button{padding:8px 16px;min-width:auto}.pagination .page-numbers .button{min-width:40px;height:36px}}.live_center_layout .global_table{border-radius:15px;font-size:14px;line-height:20px;overflow-x:auto;text-align:center}.live_center_layout .global_table:not(:last-child){margin-bottom:15px}.live_center_layout .global_table table{width:100%}.live_center_layout .global_table tr{vertical-align:middle}.live_center_layout .global_table .d-inline-block{display:inline-block;vertical-align:middle}.live_center_layout .global_table.player_sets td,.live_center_layout .global_table.player_sets th{width:24px;padding:4px}@media(min-width:413px){.live_center_layout .global_table.player_sets td,.live_center_layout .global_table.player_sets th{width:34px}}@media(min-width:576px){.live_center_layout .global_table.player_sets td,.live_center_layout .global_table.player_sets th{width:50px;padding:15px 6px}}.live_center_layout .global_table.player_sets td:first-child,.live_center_layout .global_table.player_sets th:first-child{width:auto;text-align:left;padding-left:10px}@media(min-width:413px){.live_center_layout .global_table.player_sets td:first-child,.live_center_layout .global_table.player_sets th:first-child{padding-left:14px}}.live_center_layout .global_table.player_sets td:nth-child(2),.live_center_layout .global_table.player_sets th:nth-child(2){text-align:center}.live_center_layout .global_table.player_sets td:last-child,.live_center_layout .global_table.player_sets th:last-child{padding-right:10px}@media(min-width:413px){.live_center_layout .global_table.player_sets td:last-child,.live_center_layout .global_table.player_sets th:last-child{padding-right:14px}}.live_center_layout .global_table.player_sets th{padding-top:15px;padding-bottom:15px}.live_center_layout .global_table.player_sets td{vertical-align:middle}.live_center_layout .global_table.player_sets .standing-title{margin-left:-19px}@media(min-width:576px){.live_center_layout .global_table.player_sets .standing-title{margin-left:-32px}}@media(min-width:1200px){.live_center_layout .global_table.player_sets .standing-title{margin-left:-39px}}@media(min-width:1561px){.live_center_layout .global_table.player_sets .standing-title{margin-left:-37px}}.live_center_layout .global_table.player_lineup_t td,.live_center_layout .global_table.player_lineup_t th{width:24px;padding:4px}@media(min-width:413px){.live_center_layout .global_table.player_lineup_t td,.live_center_layout .global_table.player_lineup_t th{width:34px}}@media(min-width:576px){.live_center_layout .global_table.player_lineup_t td,.live_center_layout .global_table.player_lineup_t th{width:50px;padding:15px 6px}}.live_center_layout .global_table.player_lineup_t td:first-child,.live_center_layout .global_table.player_lineup_t th:first-child{width:100px;text-align:center;padding-left:10px}@media(min-width:413px){.live_center_layout .global_table.player_lineup_t td:first-child,.live_center_layout .global_table.player_lineup_t th:first-child{padding-left:14px}}.live_center_layout .global_table.player_lineup_t td:nth-child(3),.live_center_layout .global_table.player_lineup_t th:nth-child(3){width:80px;text-align:left}.live_center_layout .global_table.player_lineup_t td:nth-child(2),.live_center_layout .global_table.player_lineup_t th:nth-child(2){width:auto;text-align:left}.live_center_layout .global_table.player_lineup_t th{padding-top:15px;padding-bottom:15px}.live_center_layout .global_table.player_lineup_t td{vertical-align:middle}.live_center_layout .global_table.player_lineup_t .count_num{color:#8064e6;font-weight:700}.live_center_layout .global_table .players_inf{display:flex;align-items:center}.live_center_layout .global_table .players_inf .avtar{flex-shrink:0;width:26px}.live_center_layout .global_table .players_inf .avtar:not(:last-child){margin-right:10px}.live_center_layout .global_table .players_inf .avtar_inf{flex-grow:1}.live_center_layout .global_table .players_inf .avtar_inf .name{display:block;font-weight:700;font-size:14px;line-height:1.4285714286}.live_center_layout .global_table .players_inf .avtar_inf .name.small{font-weight:400;font-size:12px;line-height:1.6666666667}.live_center_layout .global_table .players_inf .avtar_inf .inf{display:block;color:#707070;font-size:12px;line-height:1.3333333333}.live_center_layout .global_table .players_inf .avtar_inf .inf .count{margin-right:6px;font-weight:700;color:#8064e6}.set_round_wrp:not(:last-child){margin-bottom:10px}.set_round{border:1px solid #e4e4e4;border-radius:10px;background:#fff}.set_round:not(:last-child){margin-bottom:5px}.set_round.show .quarter_round_opener:before{transform:translateY(-50%) rotate(-180deg)}.set_round.show .set_round_body{max-height:999px}.set_round .set_round_opener{display:flex;align-items:center;position:relative;font-weight:600;font-size:16px;line-height:1.375px;color:#000;cursor:pointer;padding:10px}.set_round .set_round_opener .set{text-align:center;flex-grow:1;font-weight:900}.set_round .set_round_opener:before{font-family:icomoon,sans-serif;content:"";font-weight:400!important;transform:translateY(-50%) rotate(0deg);position:absolute;right:10px;top:50%}.set_round .set_round_body{max-height:0;overflow:hidden}.set_round .round_row{display:flex;justify-content:space-between;align-items:center;padding:13px 10px;position:relative}.set_round .round_row:before{content:"";left:0;position:absolute;width:100%;top:0;height:1px;background:#e4e4e4}.set_round .round_row .round_row_col{width:calc(50% - 5px);display:flex;align-items:center}.set_round .round_row .round_row_col:last-child{position:relative;padding-left:10px}.set_round .round_row .round_row_col:last-child:before{content:"";position:absolute;left:0;top:-13px;bottom:-13px;border-left:1px solid #e4e4e4}.set_round .round_row .round_row_col .total{border-right:1px solid #e4e4e4;padding-right:10px;margin-right:10px;width:45px;text-align:right;display:flex;justify-content:flex-end;font-weight:400}.set_round .round_row .round_row_col .total.purpel{color:#8064e6;font-weight:700}.set_round .round_row .round_row_col .total .ball{margin-right:6px}.set_round .round_row .round_row_col .numbers .num{min-width:40px;text-align:left;margin-right:10px}.set_round .round_row .round_row_cnt{color:#707070;font-size:12px;line-height:1.6666666667}.live_center_layout .global_table.tv-channel-table{max-height:300px;overflow-y:auto;overflow-x:hidden}.tennis_h2h_tab ul{margin:0;padding:0}.tennis_h2h_tab ul li{list-style:none}.tennis_leg_box{border-radius:var(--radius);margin-bottom:20px}.tennis_leg_box:last-child{margin-bottom:0}.tennis_leg_head{display:flex;align-items:center;margin-bottom:12px}@media(min-width:992px){.tennis_leg_head{margin-bottom:15px}}.tennis_leg_head .des{display:flex;flex-direction:column}.tennis_leg_head .sb_inf{color:var(--section_text_2);font-size:12px;line-height:16px;font-weight:400}.tennis_leg_head .h1,.tennis_leg_head h1 .h2,.tennis_leg_head h2{font-weight:500;font-size:14px;line-height:1.2857142857;text-transform:capitalize;flex-grow:1;margin-bottom:0;display:flex;align-items:center;overflow:hidden;color:var(--heading_color)}@media(min-width:576px){.tennis_leg_head .h1,.tennis_leg_head h1 .h2,.tennis_leg_head h2{font-size:16px;line-height:1.25}}.tennis_leg_head .h1 a,.tennis_leg_head h1 .h2 a,.tennis_leg_head h2 a{display:inline-flex;vertical-align:top;align-items:center;color:inherit;overflow:hidden}.tennis_leg_head .h1 a:hover,.tennis_leg_head h1 .h2 a:hover,.tennis_leg_head h2 a:hover{text-decoration:underline}.tennis_leg_head .h1 .icon_flag,.tennis_leg_head h1 .h2 .icon_flag,.tennis_leg_head h2 .icon_flag{margin-right:10px;width:16px;height:16px;border-radius:50%;flex-shrink:0;display:block}@media(min-width:992px){.tennis_leg_head .h1 .icon_flag,.tennis_leg_head h1 .h2 .icon_flag,.tennis_leg_head h2 .icon_flag{width:22px;height:22px}}.tennis_leg_head .h1 .icon_flag img,.tennis_leg_head h1 .h2 .icon_flag img,.tennis_leg_head h2 .icon_flag img{width:100%;height:100%;object-fit:cover;border-radius:50%}.tennis_leg_head .h1 .name,.tennis_leg_head h1 .h2 .name,.tennis_leg_head h2 .name{flex-grow:1;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}.tennis_leg_head .pirdection_head{flex-shrink:0;width:193px;margin-left:10px;display:none}@media(min-width:992px){.tennis_leg_head .pirdection_head{width:164px;display:block}}@media(min-width:1280px){.tennis_leg_head .pirdection_head{width:191px}}@media(min-width:1561px){.tennis_leg_head .pirdection_head{width:211px}}.tennis_leg_head .pirdection_head_in{display:flex}.tennis_leg_head .pirdection_head_in span{width:38px;text-align:center;margin:0 4px;display:block;font-size:12px;line-height:1.5}@media(min-width:1280px){.tennis_leg_head .pirdection_head_in span{margin:0 5px;width:42px}}.tennis_leg_row{background:var(--section_bg);color:var(--section_text);padding:10px;position:relative;font-size:14px;line-height:1.1428571429;border-radius:var(--radius);margin-bottom:10px}@media(min-width:768px){.tennis_leg_row{font-size:16px;line-height:1.125;padding:12px 15px;margin-bottom:15px}}.tennis_leg_row .leg_inf_inner{flex-grow:1;display:flex;align-items:center;padding-right:0}.tennis_leg_row .leg_inf_inner.result_active{padding:0}.tennis_leg_row .leg_inf_inner .tennis_status{position:relative;width:40px;display:flex;align-items:center;justify-content:center}.tennis_leg_row .leg_inf_inner .status_value{border-radius:4px;overflow:hidden;width:19px;height:19px;display:inline-block;background:#ccc;color:#000;text-align:center;font-weight:600;font-size:14px;line-height:1.1428571429;padding:2px}.tennis_leg_row .leg_inf_inner .win-td{vertical-align:middle;width:30px;text-align:right;padding-left:0}@media(min-width:576px){.tennis_leg_row .leg_inf_inner .win-td{width:40px}}.tennis_leg_row .leg_inf_inner .icon_status{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;border-radius:calc(var(--radius)/1.5);background:var(--loss_button);color:var(--loss_button_text);font-weight:600;font-size:11px;line-height:13px}@media(min-width:576px){.tennis_leg_row .leg_inf_inner .icon_status{width:22px;height:22px;font-size:13px;line-height:14px}}.tennis_leg_row .leg_inf_inner .icon_status.win{background:var(--win_button);color:var(--win_button_text)}.tennis_leg_row .leg_inf_inner .icon_status.draw{background:var(--draw_button);color:var(--draw_button_text)}.tennis_leg_row .sts_tg{background:var(--ft_bg);color:var(--ft_text);text-align:center;border-radius:calc(var(--radius)/1.5);font-weight:600;padding:2px 7px;min-width:27px;gap:3px;display:inline-flex!important;align-items:center}.tennis_leg_row .sts_tg.red,.tennis_leg_row .sts_tg.redd{background:var(--live_button);color:var(--live_button_text)}.tennis_leg_row .sts_tg.ppd{background:var(--postponed_button);color:var(--postponed_button_text)}@media(min-width:992px){.result_additional .tennis_leg_row{padding-top:12px;padding-bottom:12px}}.tennis_leg_row .ds_2{padding-left:2px;padding-right:2px}.tennis_leg_row.loose .status_value{background:#dd1e26;color:#fff;font-weight:600}.tennis_leg_row.win .status_value{background:#27ae60;color:#fff;font-weight:600}.tennis_leg_row .tag_check{font-weight:600;font-size:10px;line-height:1.6;color:#fff;background:var(--brand_color);border-radius:3px;text-transform:uppercase;width:40px;text-align:center;display:none;margin-left:10px;flex-shrink:0}@media(min-width:768px){.tennis_leg_row .tag_check{display:inline-block;vertical-align:middle}}.tennis_leg_row .tag_check i{margin-left:3px;font-size:7px}.tennis_leg_row:first-child:before{display:none}.tennis_leg_row .status_wrp{display:flex;align-items:center;gap:10px;color:var(--section_text_2)}.tennis_leg_row .status_wrp .date{font-size:14px;line-height:1.1428571429}.tennis_leg_row .status_wrp .date+.status:before{content:"|";display:inline-block;vertical-align:middle;margin-right:5px}.tennis_leg_row .status{flex-shrink:0;margin-right:10px;width:35px;font-size:10px;line-height:1.4}@media(min-width:413px){.tennis_leg_row .status{width:40px}}.tennis_leg_row .leg_inf{flex-grow:1;padding:0 30px 0 0;position:relative;overflow:hidden}.tennis_leg_row .cl_team{display:flex;align-items:center;overflow:hidden;position:relative}.tennis_leg_row .cl_team:first-child{margin-bottom:12px}.tennis_leg_row .cl_team.active .team_name{font-weight:600}.tennis_leg_row .cl_team.snd_team{flex-direction:row}.tennis_leg_row .cl_team.snd_team .team_name{text-align:left}.tennis_leg_row .cl_team .team_name{font-size:14px;line-height:1.5714285714;white-space:nowrap;overflow:hidden;flex-grow:1;text-overflow:ellipsis}@media(min-width:576px){.tennis_leg_row .cl_team .team_name{display:flex;align-items:center}}.tennis_leg_row .cl_team .team_name .name{white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.tennis_leg_row .cl_team .flag{flex-shrink:0;margin-right:11px;display:flex;justify-content:center;align-items:center;line-height:15px;width:22px;min-height:22px;max-height:22px}.tennis_leg_row .cl_score{width:25px;text-align:center;padding:0 3px;font-size:14px;line-height:22px;position:absolute;right:0;top:50%;transform:translateY(-50%)}@media(min-width:768px){.tennis_leg_row .cl_score{font-size:14px}}.tennis_leg_row .score{display:inline-flex;justify-content:center;align-items:center;width:100%;text-align:center;height:22px;color:var(--section_text)}.tennis_leg_row .score:not(:last-child){margin-bottom:12px}.tennis_leg_row .score.bold{font-weight:700}.tennis_leg_row .vs{color:#000;display:none}.tennis_leg_row .m_status{flex-shrink:0;margin-left:6px;width:40px;height:23px;text-align:center;cursor:pointer;position:relative;z-index:3;border-radius:12px;font-weight:600;font-size:14px;line-height:1.6428571429}@media(min-width:768px){.tennis_leg_row .m_status{margin-left:16px}}.tennis_leg_row .m_status.win{background:#28a745;color:#fff}.tennis_leg_row .m_status.draw{background:#8a8c93;color:#fff}.tennis_leg_row .m_status.loss{background:#ee5151;color:#fff}.tennis_leg_row .fav{flex-shrink:0;margin-left:6px;width:17px;display:inline-block;vertical-align:middle;cursor:pointer;position:relative;z-index:3;font-size:12px;color:var(--section_icon)}@media(min-width:413px){.tennis_leg_row .fav{margin-left:18px}}.tennis_leg_row .fav.active{opacity:1;color:var(--section_icon_active)}.tennis_leg_row .prediction{display:flex;align-items:center;position:relative;z-index:4;margin-left:3px}@media(min-width:413px){.tennis_leg_row .prediction{margin-left:12px}}@media(min-width:768px){.tennis_leg_row .prediction{margin-left:12px}}.tennis_leg_row .prediction .pre_btn{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;font-weight:600;font-size:10px;line-height:1.5;padding:3px;text-align:center;color:#999;margin-right:4px;transition:all .25s linear;border-radius:5px;border:1px solid #eee;position:relative;min-height:34px;width:38px}@media(min-width:360px){.tennis_leg_row .prediction .pre_btn{width:42px;padding:4px 6px;border-radius:10px}}.tennis_leg_row .prediction .pre_btn .btn{display:block}.tennis_leg_row .prediction .pre_btn:last-child{margin-right:0}.tennis_leg_row .prediction .pre_btn.green:before{font-family:icomoon,sans-serif;content:"";font-weight:400!important;position:absolute;right:1px;top:0;bottom:auto;color:#27ae60}.tennis_leg_row .prediction .pre_btn.red:before{font-family:icomoon,sans-serif;content:"";font-weight:400!important;position:absolute;right:1px;bottom:0;color:#ee5151;font-size:11px}.tennis_leg_row .prediction .pre_btn a span{color:#000}.tennis_leg_row .prediction .pre_btn span{display:block;margin-bottom:1px}.tennis_leg_row .match_list_date_status{display:flex;flex-direction:column;font-weight:500;font-size:10px;line-height:1.4;margin-bottom:12px}.tennis_leg_row .match_list_date_status .status_wrp{width:auto}.tennis_leg_row .match_list_date_status .status_wrp .blink_circle{width:8px;height:8px;display:inline-block;vertical-align:middle;margin-right:5px;background:var(--green);border-radius:50%}.tennis_leg_row .match_list_date_status .live_sts{display:flex;align-items:center;gap:5px}.tennis_leg_row .match_list_date_status .date+.status{text-align:center}.tennis_leg_row .match_list_date_status .status{margin-right:0!important;width:auto}.tennis_wrp-all:before{content:"";left:0;width:100%;top:0;height:100%;position:absolute;z-index:2;cursor:pointer}.live_btn_link{display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--section_icon_active);font-size:12px;line-height:1.25;border-radius:var(--radius) 0 0 var(--radius);min-width:80px}@media(max-width:767px){.live_btn_link{display:none}}.live_btn_link i{font-size:20px;line-height:21px;margin-bottom:2px}.live_btn_link.active{background:var(--tag_bg);color:var(--tag_text_color);font-weight:700}.tennis_h2h_tab{margin-bottom:15px}.tennis_h2h_tab ul{display:flex;flex-wrap:wrap;gap:6px 7px;font-weight:500;font-size:12px;line-height:1.3333333333}@media(min-width:768px){.tennis_h2h_tab ul{gap:6px 10px}}.tennis_h2h_tab ul li{margin:0;padding-left:0}.tennis_h2h_tab ul li a{padding:6px 11px;border-radius:var(--radius);display:block;border:1px solid var(--button_bg);background:var(--button_bg);color:var(--button_text);transition:all .25s linear}@media(min-width:768px){.tennis_h2h_tab ul li a{padding-left:15px;padding-right:15px}}.tennis_h2h_tab ul li a:hover,.tennis_h2h_tab ul li.active a{background:var(--button_bg_hover);border-color:var(--button_bg_hover);color:var(--button_text_hover)}.show_more_countries_wrp{padding-top:35px;text-align:center;text-transform:capitalize}.show_more_countries{cursor:pointer;display:inline-flex;align-items:center;color:var(--section_text_2);font-size:12px;line-height:1.25;padding:4px;display:inline-block;vertical-align:top}.show_more_countries i{color:var(--section_icon)}.show_more_countries:hover,.show_more_countries:hover i{color:var(--link_hover)}.stats_filters,.tennis_stats_container{width:100%}.category_selector,.set_selector{width:100%;gap:10px;flex-wrap:wrap}.category_selector,.filter_button,.set_selector{display:flex;align-content:center;align-items:center}.filter_button{height:36px;gap:15px;opacity:1;border-radius:8px;padding:0 16px;background:var(--section_bg);font-weight:500;font-size:12px;line-height:18px;text-align:center;justify-content:center;border:1px solid var(--section_bg);font-family:var(--font-lexendDeca)!important;cursor:pointer;transition:all .2s ease;color:var(--base_text_color)}.filter_button.active,.filter_button:hover{border-color:var(--section_team_2_color-light);background:var(--section_team_2_color-light);color:#fff}.stats_title{width:100%;margin-bottom:20px;margin-top:20px}.stats_title h2{font-weight:500;font-size:16px;line-height:100%;letter-spacing:0;color:var(--heading_color);margin:0;font-family:var(--font-lexendDeca)!important}.blog_main{padding-top:51px;padding-bottom:60px}@media(min-width:992px){.blog_main .container{display:flex;gap:10px;gap:22px}}@media(min-width:1460px){.blog_main .container{max-width:1400px}}.blog_main .housing_posts{max-width:720px}@media(min-width:1200px){.blog_main .housing_posts{max-width:983px}}.blog_main .housing_posts .news_post.post_card{flex-direction:column;gap:0;align-items:stretch}@media(min-width:768px){.blog_main .housing_posts .news_post.post_card{flex-direction:row;margin-bottom:25px}}.blog_main .housing_posts .news_post.post_card:last-child{margin-bottom:0}.blog_main .housing_posts .news_post.post_card .post_image{width:100%;height:220px}@media(min-width:768px){.blog_main .housing_posts .news_post.post_card .post_image{height:290px;width:320px}}@media(min-width:1200px){.blog_main .housing_posts .news_post.post_card .post_image{height:322px;width:514px}}.blog_main .housing_posts .post_description{background:var(--white);color:var(--business1_theme_color1);display:flex;flex-direction:column;align-items:flex-start;padding:12px}.dark_theme .blog_main .housing_posts .post_description{color:var(--white);background:var(--business1_theme_color1)}@media(min-width:768px){.blog_main .housing_posts .post_description{padding:20px}}@media(min-width:1200px){.blog_main .housing_posts .post_description{padding:46px 21px 23px 30px}}.blog_main .housing_posts .badge{padding:4px 10px;font-weight:600;margin-bottom:15px}.blog_main .housing_posts .post_title_big{font-size:18px;text-transform:uppercase;margin-bottom:14px}@media(min-width:768px){.blog_main .housing_posts .post_title_big{font-size:22px}}@media(min-width:1200px){.blog_main .housing_posts .post_title_big{font-size:26px}}.blog_main .housing_posts .text_wrp{display:block;opacity:.9;font-size:16px;line-height:1.625}@media(min-width:992px){.blog_main .housing_posts .text_wrp{font-size:18px}}.blog_main .housing_posts .date_comment{font-weight:300;font-size:14px;line-height:1.4285714286;opacity:.7;margin-top:auto}@media(min-width:768px){.blog_main .housing_posts .date_comment{font-size:16px;line-height:1.375}}@media(min-width:1200px){.blog_main .housing_posts .date_comment{font-size:18px;line-height:1.4444444444}}.blog_main .housing_posts .date_comment .date{margin-right:10px}.blog_main .blog_sidebar{background:var(--white);color:var(--black);padding:35px 20px 25px;flex:1 1;margin-top:30px}.dark_theme .blog_main .blog_sidebar{color:var(--white);background:var(--business1_theme_color1)}@media(min-width:992px){.blog_main .blog_sidebar{margin-top:0}}.blog_main .blog_sidebar .search_section{margin-bottom:35px}.blog_main .blog_sidebar .search_section .blog_heading{margin-bottom:12px}.blog_main .blog_sidebar .search_section .blog_heading h3{font-weight:700;font-size:26px;line-height:32px;text-transform:uppercase}.blog_main .blog_sidebar .search_section .search_blog{width:100%;min-width:150px;display:flex;align-items:center;border:1px solid var(--business1_theme_color3);padding:14px;height:46px}.blog_main .blog_sidebar .search_section .search_blog .search_input_blog{border:none;width:100%;background:none}.dark_theme .blog_main .blog_sidebar .search_section .search_blog .search_input_blog{color:var(--white)}.blog_main .blog_sidebar .search_section .search_blog .search_ico{width:18px;height:18px;margin-right:4px}.blog_main .blog_sidebar .category_sec{margin-bottom:36px}.blog_main .blog_sidebar .category_sec .blog_heading{margin-bottom:15px}.blog_main .blog_sidebar .category_sec .blog_heading h3{font-weight:700;font-size:26px;line-height:32px;text-transform:uppercase}.blog_main .blog_sidebar .category_sec .category_list{font-weight:300;font-size:18px;line-height:36px}.blog_main .blog_sidebar .recent_sec{margin-bottom:53px}.blog_main .blog_sidebar .recent_sec .blog_heading{margin-bottom:21px}.blog_main .blog_sidebar .recent_sec .blog_heading h3{font-weight:700;font-size:26px;line-height:32px;text-transform:uppercase}.blog_main .blog_sidebar .recent_sec .recent_posts .post_card{align-items:stretch}.blog_main .blog_sidebar .recent_sec .recent_posts .post_card .post_image{width:127px;height:98px}.blog_main .blog_sidebar .recent_sec .recent_posts .post_card .post_description{display:flex;flex-direction:column;justify-content:center}.blog_main .blog_sidebar .recent_sec .recent_posts .post_card .post_description .category{font-weight:300;font-size:14px;line-height:26px;margin-bottom:5px;opacity:.7}.blog_main .blog_sidebar .recent_sec .recent_posts .post_card .post_description .category span{padding:3px}.blog_main .blog_sidebar .recent_sec .recent_posts .post_card .post_description .post_title{font-weight:700;font-size:19px;line-height:23px;text-transform:uppercase}.blog_main .blog_sidebar .tag_section{margin-bottom:32px}.blog_main .blog_sidebar .tag_section .tag_lst{gap:10px}.blog_main .blog_sidebar .tag_section .tag_lst .badge{padding:6px 18px;font-weight:400;font-size:14px;line-height:26px;background:rgba(0,0,0,0);border:1px solid var(--business1_theme_color3);color:var(--business1_theme_color3)}.blog_main .blog_sidebar .tag_section .blog_heading{text-transform:uppercase}.blog_main .blog_sidebar .img_sec{width:100%;height:310px;position:relative}.blog_main .blog_sidebar .img_sec img{object-fit:cover}.blog_main .pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:20px}.blog_main .pagination .active{background:var(--button_bg);color:var(--button_text)}.blog_main .pagination .page-numbers .button{min-width:55px}.blog_main .pagination .button{padding:8px 12px;background:var(--white);color:var(--black)}.hero_section{background:var(--header_bg);padding-bottom:50px}@media(min-width:768px){.hero_section{padding-bottom:70px;padding-top:10px}}@media(min-width:1280px){.hero_section{padding-bottom:108px}}@media(min-width:768px){.hero_slider.swiper .swiper-button-next,.hero_slider.swiper .swiper-button-prev{top:calc(100% - 70px)}}@media(min-width:1200px){.hero_slider.swiper .swiper-button-next,.hero_slider.swiper .swiper-button-prev{top:calc(100% - 70px)}}.hero_slider.swiper .swiper-button-next{right:32px}.hero_slider.swiper .swiper-button-prev{left:auto}@media(min-width:768px){.hero_slider.swiper .swiper-button-prev{right:82px}}@media(min-width:1200px){.hero_slider.swiper .swiper-button-prev{right:110px}}.hero_slider .swiper-slide{position:relative}.hero_slider .slider_image{position:absolute;inset:0}.hero_slider .slider_image img{object-fit:cover}.hero_slider .post_card{min-height:400px;position:relative;width:auto;height:100%;margin-left:auto;display:flex;gap:0;padding:10px;z-index:2;color:var(--business1_theme_color1);flex-direction:column;justify-content:center;align-items:center;text-align:center}@media(min-width:768px){.hero_slider .post_card{text-align:left;align-items:flex-start;min-height:450px;width:70%}}@media(min-width:992px){.hero_slider .post_card{width:55%;min-height:567px;padding:10px 15px}}@media(min-width:1280px){.hero_slider .post_card{width:auto;max-width:662px}}.hero_slider .post_card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:-50px;background:linear-gradient(-90.45deg,rgba(255,255,255,.96) 29.01%,rgba(255,255,255,0) 99.61%);z-index:-1;height:100%}@media(min-width:768px){.hero_slider .post_card:before{left:-200px}}.hero_slider .post_card .post_title_big{margin-bottom:22px;font-weight:700;font-size:33px;line-height:1.1515151515;color:var(--business1_theme_color1);text-transform:uppercase}@media(min-width:768px){.hero_slider .post_card .post_title_big{font-size:40px;line-height:1.1}}@media(min-width:992px){.hero_slider .post_card .post_title_big{font-size:43px;line-height:1.1162790698}}@media(min-width:1280px){.hero_slider .post_card .post_title_big{font-size:50px;line-height:65px}}.hero_slider .post_card .post_description{flex-grow:unset;font-weight:300}.hero_slider .post_card .text_wrp{font-size:18px;line-height:22px;padding-right:40px;margin-bottom:25px}@media(max-width:767px){.hero_slider .post_card .text_wrp{display:block}}.hero_slider .button{min-width:174px}.provider_section{position:relative;overflow:hidden;z-index:1;background:var(--business1_theme_color1)}@media(min-width:1280px){.provider_section{padding-top:66px}}.provider_section.section{padding-bottom:10px}.provider_section:before{content:"";position:absolute;left:0;right:0;height:199px;bottom:0;background:var(--section_bg);z-index:-1}@media(min-width:1200px){.provider_section .section_head{margin-bottom:48px}}.provider_section .section_head h1,.provider_section .section_head h2{color:var(--white)}.provider_slider.swiper{overflow:visible!important}.provider_slider .swiper-slide{position:relative;width:729px}.post_card.visual_post{min-height:300px;position:relative}@media(min-width:768px){.post_card.visual_post{min-height:405px}}.post_card.visual_post .slider_image{position:absolute;inset:0}.post_card.visual_post .slider_image img{object-fit:cover}.post_card.visual_post .post_title{font-size:18px;line-height:22px;margin-bottom:10px;font-weight:700;color:var(--tag_text_color)}@media(min-width:768px){.post_card.visual_post .post_title{font-size:22px;line-height:26px}}@media(min-width:992px){.post_card.visual_post .post_title{font-size:27px;line-height:32px}}.post_card.visual_post .post_title a:hover{color:inherit}.post_card.visual_post .post_description{flex-grow:unset;background:var(--tag_bg);color:var(--tag_text_color);width:80%;padding:15px;position:absolute;left:10px;bottom:10px}@media(min-width:768px){.post_card.visual_post .post_description{width:100%;padding:21px 24px;left:31px;bottom:36px;max-width:446px}}.post_card.visual_post .text_wrp{color:var(--tag_text_color);font-size:15px;line-height:20px;margin-bottom:18px}@media(max-width:767px){.post_card.visual_post .text_wrp{font-size:14px;line-height:20px;display:block}}.post_card.visual_post .text_wrp p{-webkit-line-clamp:2}.post_card.visual_post .btn_link{color:var(--tag_text_color);text-transform:capitalize}.expected_section{background:var(--bg_color);margin-bottom:50px}@media(min-width:1200px){.expected_section{margin-bottom:83px}}@media(min-width:1280px){.expected_section{padding-top:84px}}.expected_section .container{overflow:hidden}.expected_section .section_head,.expected_section .section_head h2{color:var(--section_text)}.expected_section .section_head p{max-width:595px;margin:auto}.expected_slider.swiper{overflow:visible}@media(min-width:768px){.expected_slider.swiper{padding-top:30px}}.expected_slider.swiper .swiper-button-next,.expected_slider.swiper .swiper-button-prev{top:-10px}@media(min-width:1200px){.expected_slider.swiper .swiper-button-next,.expected_slider.swiper .swiper-button-prev{top:-55px}}.expected_slider .swiper-slide{position:relative}.expected_slider .post_card.vertical_post{background:var(--white);display:flex;gap:0;padding:15px;color:var(--business1_theme_color1);flex-direction:column;min-height:150px}@media(min-width:576px){.expected_slider .post_card.vertical_post{padding:20px}}@media(min-width:768px){.expected_slider .post_card.vertical_post{min-height:233px}}@media(min-width:992px){.expected_slider .post_card.vertical_post{padding:26px 20px}}@media(min-width:1280px){.expected_slider .post_card.vertical_post{padding:32px 26px;min-height:297px}}.dark_theme .expected_slider .post_card.vertical_post{background:var(--business1_theme_color2);color:var(--white)}.expected_slider .post_card.vertical_post .post_title{font-size:22px;line-height:28px;font-weight:300;margin-bottom:22px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;color:var(--business1_theme_color1)}.dark_theme .expected_slider .post_card.vertical_post .post_title{color:var(--white)}@media(min-width:768px){.expected_slider .post_card.vertical_post .post_title{font-size:24px;line-height:28px}}@media(min-width:1200px){.expected_slider .post_card.vertical_post .post_title{font-size:28px;line-height:34px}}@media(min-width:1280px){.expected_slider .post_card.vertical_post .post_title{font-size:30px;line-height:40px}}.expected_slider .post_card.vertical_post .btn_link{font-weight:300;text-transform:uppercase;color:var(--business1_theme_color1)}.dark_theme .expected_slider .post_card.vertical_post .btn_link{color:var(--white)}.expected_slider .post_card.vertical_post .btn_link:hover{opacity:.8}.project_section{background:var(--section_bg);color:var(--section_text);position:relative;overflow:hidden;text-align:center;margin-bottom:50px}@media(min-width:1200px){.project_section{margin-bottom:80px}}@media(min-width:768px){.project_section .section_head{padding-left:80px;padding-right:80px}}@media(min-width:992px){.project_section .section_head{margin-bottom:68px;padding-left:100px;padding-right:100px}}.project_section .section_head h2{color:var(--section_heading_text)}.project_slider{text-align:left}.project_slider:not(:last-child){margin-bottom:20px}@media(min-width:992px){.project_slider:not(:last-child){margin-bottom:30px}}.project_slider.swiper{overflow:visible}.project_slider.swiper .swiper-button-next,.project_slider.swiper .swiper-button-prev{top:-40px}@media(min-width:1200px){.project_slider.swiper .swiper-button-next,.project_slider.swiper .swiper-button-prev{top:-70px}}@media(min-width:1561px){.project_slider.swiper .swiper-button-next,.project_slider.swiper .swiper-button-prev{top:-80px}}@media(min-width:768px){.project_slider.swiper .swiper-button-next{right:9px}}@media(min-width:1561px){.project_slider.swiper .swiper-button-next{right:101px}}.project_slider.swiper .swiper-button-prev{left:auto}@media(min-width:768px){.project_slider.swiper .swiper-button-prev{right:60px}}@media(min-width:1200px){.project_slider.swiper .swiper-button-prev{right:90px}}@media(min-width:1561px){.project_slider.swiper .swiper-button-prev{right:180px}}.project_slider .swiper-slide{position:relative;width:750px}.post_card.visual_post2{position:relative;min-height:350px;display:flex;align-items:flex-end;padding:31px 36px}@media(min-width:768px){.post_card.visual_post2{min-height:405px}}@media(min-width:1280px){.post_card.visual_post2{min-height:501px}}.post_card.visual_post2 .slider_image{position:absolute;inset:0 0 120px 0;z-index:-1}@media(min-width:768px){.post_card.visual_post2 .slider_image{inset:0 0 77px 0}}.post_card.visual_post2 .slider_image img{object-fit:cover}.post_card.visual_post2 .post_title{font-size:18px;line-height:22px;margin-bottom:5px;color:var(--section_heading_text)}@media(min-width:576px){.post_card.visual_post2 .post_title{margin-bottom:10px;font-size:22px;line-height:26px}}@media(min-width:992px){.post_card.visual_post2 .post_title{font-size:27px;line-height:32px}}.post_card.visual_post2 .post_description{flex-grow:unset;background:var(--section_bg);color:var(--section_text);width:100%;padding:15px;min-height:130px;display:flex;flex-direction:column;box-shadow:0 4px 12px rgba(0,0,0,.1);max-width:400px}@media(min-width:768px){.post_card.visual_post2 .post_description{min-height:161px;width:80%;max-width:400px}}@media(min-width:992px){.post_card.visual_post2 .post_description{width:100%;padding:21px 24px;max-width:446px}}.post_card.visual_post2 .text_wrp{font-size:14px;line-height:18px;margin-bottom:21px;display:block}@media(min-width:768px){.post_card.visual_post2 .text_wrp{font-size:16px;line-height:20px}}@media(min-width:992px){.post_card.visual_post2 .text_wrp{font-size:18px;line-height:22px}}.post_card.visual_post2 .text_wrp p{-webkit-line-clamp:2}.post_card.visual_post2 .post_author{color:var(--section_text);margin-top:auto;font-size:12px;line-height:16px}.post_card.visual_post2 .post_author a,.post_card.visual_post2 .post_author strong{font-weight:400;color:var(--section_text)}.post_card.visual_post2 .post_author a:hover{color:var(--link_hover)}.post_card.visual_post2 .post_author .post_date{font-weight:400;opacity:1;color:var(--section_text)}.testimonial_section{position:relative;margin-bottom:60px}@media(min-width:1200px){.testimonial_section{margin-bottom:99px}}@media(min-width:1280px){.testimonial_section .section_head{margin-bottom:68px}}.testimonial_section .post_card.visual_post2{display:flex;align-items:center;justify-content:end;padding:49px}@media(max-width:544px){.testimonial_section .post_card.visual_post2{min-height:1px;padding:49px 15px}}.testimonial_section .post_card.visual_post2 .slider_image{top:0;right:0;bottom:0;left:0}.testimonial_section .post_card.visual_post2 .post_description{position:relative;padding:30px 15px;box-sizing:border-box;min-height:200px;max-width:618px;width:100%;display:flex;flex-direction:column}@media(min-width:576px){.testimonial_section .post_card.visual_post2 .post_description{padding:56px 34px 55px;min-height:291px}}.testimonial_section .post_card.visual_post2 .post_description:before{content:"";position:absolute;top:0;left:0;right:0;height:10px;background:var(--tag_bg)}@media(min-width:576px){.testimonial_section .post_card.visual_post2 .post_description:before{height:19px}}.testimonial_section .post_card.visual_post2 .post_description:after{content:"";font-family:icomoon,sans-serif;position:absolute;bottom:10px;right:20px;font-size:20px}@media(min-width:576px){.testimonial_section .post_card.visual_post2 .post_description:after{font-size:50px;right:36px;bottom:36px}}.testimonial_section .post_card.visual_post2 .post_description .post_title{font-size:18px;line-height:22px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(min-width:768px){.testimonial_section .post_card.visual_post2 .post_description .post_title{font-size:20px;line-height:26px}}@media(min-width:992px){.testimonial_section .post_card.visual_post2 .post_description .post_title{font-size:25px;line-height:30px}}.testimonial_section .post_card.visual_post2 .post_description .post_author{margin-top:auto}.testimonial_slider .swiper-slide{position:relative}.blog_section{background:var(--section_bg);color:var(--section_text)}@media(min-width:1280px){.blog_section{padding-top:84px}.blog_section .section_head{margin-bottom:82px}}.blog_section .section_head h1,.blog_section .section_head h2{color:var(--section_heading_text)}.blog_wrap{display:flex;flex-wrap:wrap;margin:0 -15px}.blog_wrap .post_card.vertical_post{padding:0 15px;width:100%}@media(min-width:768px){.blog_wrap .post_card.vertical_post{width:50%}}@media(min-width:1200px){.blog_wrap .post_card.vertical_post{border-right:1px dashed var(--section_text);width:calc(33.33% - 150px);margin-bottom:0}}@media(min-width:1280px){.blog_wrap .post_card.vertical_post{width:calc(33.33% - 189px)}}.blog_wrap .post_card.vertical_post:first-child{width:100%;flex-shrink:0}@media(min-width:768px){.blog_wrap .post_card.vertical_post:first-child{width:50%}}@media(min-width:1200px){.blog_wrap .post_card.vertical_post:first-child{width:444px}}@media(min-width:1280px){.blog_wrap .post_card.vertical_post:first-child{width:566px}}@media(min-width:1200px){.blog_wrap .post_card.vertical_post:first-child .post_image{padding-top:67%}}.blog_wrap .post_card.vertical_post:last-child{border-right:0}.blog_wrap .post_card.vertical_post .post_image{width:100%;padding-top:56%;height:auto;border-radius:0;position:relative}@media(min-width:576px){.blog_wrap .post_card.vertical_post .post_image{padding-top:62%}}@media(min-width:992px){.blog_wrap .post_card.vertical_post .post_image{padding-top:65%}}.blog_wrap .post_card.vertical_post .post_image a{position:absolute;left:0;top:0;width:100%;height:100%}.blog_wrap .post_card.vertical_post .post_image img{position:absolute!important;top:0}.blog_wrap .post_card.vertical_post .post_image a{border-radius:0}.blog_wrap .post_card.vertical_post .post_title_big{color:var(--section_text)}.blog_wrap .post_card.vertical_post .post_title_big a{-webkit-line-clamp:3}.blog_wrap .post_card.vertical_post .post_title_big a:hover{color:var(--link_hover)}.blog_wrap .post_card.vertical_post .post_description{display:flex;flex-direction:column}.blog_wrap .post_card.vertical_post .text_wrp{color:var(--section_text);font-size:14px;line-height:18px;display:block}@media(min-width:768px){.blog_wrap .post_card.vertical_post .text_wrp{font-size:16px;line-height:20px}}@media(min-width:1200px){.blog_wrap .post_card.vertical_post .text_wrp{font-size:18px;line-height:22px}}.blog_wrap .post_card.vertical_post .text_wrp p{-webkit-line-clamp:7}.blog_wrap .post_card.vertical_post .post_author{margin-top:auto}.blog_wrap .post_card.vertical_post .post_author a{color:var(--section_text)}@media(min-width:1280px){.about_section{padding-top:72px 0 124}.about_section .section_head{margin-bottom:82px}}.about_card_wrap{display:flex;gap:15px;flex-wrap:wrap}@media(min-width:992px){.about_card_wrap{gap:20px}}@media(min-width:1200px){.about_card_wrap{gap:37px}}.about_card_wrap .post_card.vertical_post{width:100%}@media(min-width:768px){.about_card_wrap .post_card.vertical_post{width:calc((50% - 8px)/1)}}@media(min-width:992px){.about_card_wrap .post_card.vertical_post{width:calc((100% - 40px)/3)}}@media(min-width:1200px){.about_card_wrap .post_card.vertical_post{width:calc((100% - 74px)/3)}}.about_card_wrap .post_card.vertical_post .post_image{width:100%;height:auto;border-radius:0;height:220px}@media(min-width:768px){.about_card_wrap .post_card.vertical_post .post_image{height:258px}}@media(min-width:992px){.about_card_wrap .post_card.vertical_post .post_image{height:234px}}@media(min-width:1200px){.about_card_wrap .post_card.vertical_post .post_image{height:270px}}@media(min-width:1280px){.about_card_wrap .post_card.vertical_post .post_image{height:312px}}.about_card_wrap .post_card.vertical_post .post_image a{border-radius:0}.about_card_wrap .post_card.vertical_post .post_title_big{color:var(--base_text_color);font-size:18px;line-height:22px;position:relative;z-index:1;display:flex;align-items:center;padding-top:5px;padding-bottom:5px}.about_card_wrap .post_card.vertical_post .post_title_big:hover{color:var(--tag_text_color)}.about_card_wrap .post_card.vertical_post .post_title_big:hover:after{width:100%}.about_card_wrap .post_card.vertical_post .post_title_big:hover .circle_ico{background:var(--black);color:var(--tag_bg);margin-left:5px}.about_card_wrap .post_card.vertical_post .post_title_big:after{content:"";position:absolute;top:0;left:0;width:0;background:var(--tag_bg);height:100%;border-radius:38px;z-index:-1;transition:width .25s linear}.about_card_wrap .post_card.vertical_post .post_title_big .circle_ico{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;line-height:18px;width:24px;height:24px;border-radius:50%;background:var(--tag_bg);color:var(--tag_text_color);margin-right:15px;margin-left:0;transition:margin .25s linear}@media(min-width:768px){.about_card_wrap .post_card.vertical_post .post_title_big .circle_ico{width:30px;height:30px}}@media(min-width:992px){.about_card_wrap .post_card.vertical_post .post_title_big .circle_ico{width:38px;height:38px}}.about_card_wrap .post_card.vertical_post .post_title_big a,.about_card_wrap .post_card.vertical_post .post_title_big span{-webkit-line-clamp:1;padding-right:10px;font-weight:400;position:relative}.bbTopStorySelection{display:grid;grid-gap:20px;gap:20px;margin-bottom:50px}@media(min-width:992px){.bbTopStorySelection{grid-template-columns:repeat(4,1fr);gap:16px;height:480px}}.feature_card{width:100%;height:230px;position:relative;overflow:hidden}.feature_card.small .feature_card_title{font-size:17px;line-height:22px;font-weight:400;margin-bottom:7px}.feature_card.small .feature_card_title a{opacity:1}@media(min-width:992px){.feature_card.small .feature_card_title{font-size:17px}}@media(min-width:1400px){.feature_card:nth-child(2) .feature_card_title{font-size:26px;line-height:30px}}.feature_card .pic-wrapper{position:relative;width:100%;height:100%;display:inline-block;border-radius:var(--radius);overflow:hidden}.feature_card .pic-wrapper:before{content:"";position:absolute;top:20%;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.8))}.feature_card .pic-wrapper img{position:unset!important}.feature_card .post_author,.feature_card .post_author span{color:var(--white)}.feature_card .post_author a:hover{opacity:1}.feature_card .info{position:absolute;bottom:0;z-index:9;padding:20px;width:100%}.feature_card .feature_card_title{font-size:18px;line-height:23px;color:var(--white);font-weight:600;margin-bottom:14px}@media(max-width:767px){.feature_card .feature_card_title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}}@media(min-width:992px){.feature_card .feature_card_title{font-size:23px;line-height:28px;font-weight:600}}@media(min-width:1200px){.feature_card .feature_card_title{font-size:26px;line-height:30px}}@media(min-width:1400px){.feature_card .feature_card_title{font-size:30px;line-height:35px}}.feature_card .feature_card_title a{color:inherit;text-decoration:none}.feature_card .banner-description{font-size:1rem;color:var(--white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feature_card .badge{z-index:9;position:absolute;top:15px;left:20px}@media(min-width:992px){.bbTopStorySelection .feature_card{overflow:hidden;height:100%}.bbTopStorySelection .feature_card:first-child{grid-row-start:1;grid-row-end:3;grid-column-start:1;grid-column-end:3}.bbTopStorySelection .feature_card:nth-child(2){grid-row-start:1;grid-row-end:3;grid-column-start:3;grid-column-end:4}.bbTopStorySelection .feature_card:nth-child(3){grid-column-start:4;grid-column-end:6;grid-row-start:1;grid-row-end:2}.bbTopStorySelection .feature_card:nth-child(4){grid-column-start:4;grid-column-end:6;grid-row-start:2;grid-row-end:3}}