.row{margin:0 !important;padding:0 !important;}
[class^=col],
[class^=container]{padding:0 !important;}
.container-fluid{padding: 0 17px!important;;}
.v3_row:after{
    display: table;
    content: " ";
    clear:both;
}

.flex_basic{display: flex;flex-wrap: wrap;}
.flex_center{display: flex;flex-wrap: wrap;justify-content:center;align-items:center;}
.flex_between{display: flex;flex-wrap: wrap;justify-content: space-between;align-items:center;}
.flex_right{display: flex;flex-wrap: wrap;justify-content:right;align-items:center;}
.flex_left{display: flex;flex-wrap: wrap;justify-content:left;align-items:center;}

.float_left{float: left!important;}
.float_right{float: right!important;}
.text_left{text-align:left!important;}
.text_center{text-align:center!important;}
.text_right{text-align:right!important;}

.f_s_rem_2_8{font-size:2.8rem!important;}
.f_s_rem_2_5{font-size:2.5rem!important;}
.f_s_rem_2{font-size:2rem!important;}
.f_s_rem_1_5{font-size:1.5rem!important;}
.f_s_rem_1_3{font-size:1.3rem!important;}

.f_c_white{color: white!important;}
.f_c_red{color: red!important;}
.f_c_8a939b{color:#8a939b!important;}
.f_c_191F28{color:#191F28!important;}
.f_c_4A5462{color:#4A5462!important;}

.f_w_500{font-weight: 500!important;}
.f_w_700{font-weight: 500!important;}
.f_w_bold{font-weight:bold!important;}

.m_t_8{margin-top:8px!important;}
.m_t_10{margin-top:10px!important;}
.m_t_20{margin-top:20px!important;}
.m_t_25{margin-top:25px!important;}
.m_t_35{margin-top:35px!important;}
.m_t_40{margin-top:40px!important;}
.m_t_57{margin-top:57px!important;}
.m_t_60{margin-top:60px!important;}
.m_t_100{margin-top:100px!important;}
.m_t_135{margin-top:135px!important;}
.m_t_200{margin-top:200px!important;}
.m_t_250{margin-top:250px!important;}
.m_t_385{margin-top:385px!important;}

.m_l_5{margin-left:5px!important;}
.m_l_10{margin-left:10px!important;}
.m_l_15{margin-left:15px!important;}
.m_l_18{margin-left:18px!important;}
.m_l_20{margin-left:20px!important;}
.m_l_25{margin-left:25px!important;}
.m_l_30{margin-left:30px!important;}
.m_l_100{margin-left:100px!important;}
.m_l_250{margin-left:250px!important;}
.m_l_300{margin-left:300px!important;}

.m_r_5{margin-right:5px!important;}
.m_r_10{margin-right:10px!important;}

.m_lr_10{margin:0 10px!important;}

.m_b_5{margin-bottom:5px!important;}
.m_b_10{margin-bottom:10px!important;}
.m_b_15{margin-bottom:15px!important;}
.m_b_20{margin-bottom:20px!important;}
.m_b_30{margin-bottom:30px!important;}
.m_b_40{margin-bottom:40px!important;}
.m_b_50{margin-bottom:50px!important;}
.m_b_60{margin-bottom:60px!important;}
.m_b_80{margin-bottom:80px!important;}
.m_b_120{margin-bottom:120px!important;}
.m_b_250{margin-bottom:250px!important;}

.p_t_10{padding-top:10px!important;}
.p_t_20{padding-top:20px!important;}
.p_t_30{padding-top:30px!important;}
.p_t_10rem{padding-top:10rem!important;}
.p_t_12rem{padding-top:12rem!important;}
.p_t_15rem{padding-top:15rem!important;}

.p_r_2rem{padding-right:2rem;!important;}
.p_r_10{padding-right:10px;!important;}
.p_r_20{padding-right:20px;!important;}
.p_r_40{padding-right:40px;!important;}
.p_r_60{padding-right:60px;!important;}

.p_b_10{padding-bottom:10px!important;}
.p_b_20{padding-bottom:20px!important;}
.p_b_30{padding-bottom:30px!important;}

.p_a_12{padding:12px;!important;}
.p_a_20{padding:20px;!important;}

.p_l_5{padding-left:5px;!important;}
.p_l_10{padding-left:10px;!important;}
.p_l_40{padding-left:40px;!important;}
.p_l_60{padding-left:60px;!important;}

.p_lr_10{padding:0 10px!important;}

.p_a_2{padding:2px!important;}
.p_a_5{padding:5px!important;}
.p_a_50{padding:50px;!important;}

.b_b_1{border-bottom: 1px solid #eee!important;}
.b_r_1{border-right: 1px solid #eee!important;}
.b_rd_5{border-radius: 5px!important;}

.width_full{width: 100%!important;}
.width_max_full{max-width:100%!important;}
.width_max_300{max-width:300px!important;}
.width_max_50{max-width:50px!important;}
.width_20{width: 20%!important;}
.width_25{width: 23%!important;}
.width_30{width: 28%!important;}
.width_35{width: 33%!important;}
.width_40{width: 40%!important;}
.width_50{width: 50%!important;}
.width_75{width: 73%!important;}

.visible {visibility: visible !important;}
.invisible {visibility: hidden !important;}
