@charset "UTF-8";
:root {
  --gray_0: #000;
  --gray_0_rgb: 0, 0, 0;
  --gray_1: #111;
  --gray_1_rgb: 17, 17, 17;
  --gray_2: #222;
  --gray_2_rgb: 34, 34, 34;
  --gray_3: #333;
  --gray_3_rgb: 51, 51, 51;
  --gray_4: #444;
  --gray_4_rgb: 68, 68, 68;
  --gray_5: #555;
  --gray_5_rgb: 85, 85, 85;
  --gray_6: #666;
  --gray_6_rgb: 102, 102, 102;
  --gray_7: #777;
  --gray_7_rgb: 119, 119, 119;
  --gray_8: #888;
  --gray_8_rgb: 136, 136, 136;
  --gray_9: #999;
  --gray_9_rgb: 153, 153, 153;
  --gray_a: #aaa;
  --gray_a_rgb: 170, 170, 170;
  --gray_b: #bbb;
  --gray_b_rgb: 187, 187, 187;
  --gray_c: #ccc;
  --gray_c_rgb: 204, 204, 204;
  --gray_d: #ddd;
  --gray_d_rgb: 221, 221, 221;
  --gray_e: #eee;
  --gray_e_rgb: 238, 238, 238;
  --gray_f: #fff;
  --gray_f_rgb: 255, 255, 255;
  --gray_e1: #e1e1e1;
  --gray_e1_rgb: 225, 225, 225;
  --gray_e2: #e2e2e2;
  --gray_e2_rgb: 226, 226, 226;
  --gray_e3: #e3e3e3;
  --gray_e3_rgb: 227, 227, 227;
  --gray_e4: #e4e4e4;
  --gray_e4_rgb: 228, 228, 228;
  --gray_e5: #e5e5e5;
  --gray_e5_rgb: 229, 229, 229;
  --gray_e6: #e6e6e6;
  --gray_e6_rgb: 230, 230, 230;
  --gray_e7: #e7e7e7;
  --gray_e7_rgb: 231, 231, 231;
  --gray_e8: #e8e8e8;
  --gray_e8_rgb: 232, 232, 232;
  --gray_e9: #e9e9e9;
  --gray_e9_rgb: 233, 233, 233;
  --gray_ea: #eaeaea;
  --gray_ea_rgb: 234, 234, 234;
  --gray_eb: #ebebeb;
  --gray_eb_rgb: 235, 235, 235;
  --gray_ec: #ececec;
  --gray_ec_rgb: 236, 236, 236;
  --gray_ed: #ededed;
  --gray_ed_rgb: 237, 237, 237;
  --gray_ee: #eeeeee;
  --gray_ee_rgb: 238, 238, 238;
  --gray_ef: #efefef;
  --gray_ef_rgb: 239, 239, 239;
  --gray_f1: #f1f1f1;
  --gray_f1_rgb: 241, 241, 241;
  --gray_f2: #f2f2f2;
  --gray_f2_rgb: 242, 242, 242;
  --gray_f3: #f3f3f3;
  --gray_f3_rgb: 243, 243, 243;
  --gray_f4: #f4f4f4;
  --gray_f4_rgb: 244, 244, 244;
  --gray_f5: #f5f5f5;
  --gray_f5_rgb: 245, 245, 245;
  --gray_f6: #f6f6f6;
  --gray_f6_rgb: 246, 246, 246;
  --gray_f7: #f7f7f7;
  --gray_f7_rgb: 247, 247, 247;
  --gray_f8: #f8f8f8;
  --gray_f8_rgb: 248, 248, 248;
  --gray_f9: #f9f9f9;
  --gray_f9_rgb: 249, 249, 249;
  --point_lighter: #cfe7f9;
  --point_lighter_rgb: 207, 231, 249;
  --point_light: #0078cf;
  --point_light_rgb: 0, 120, 207;
  --point: #005ea1;
  --point_rgb: 0, 94, 161;
  --point_dark: #004373;
  --point_dark_rgb: 0, 67, 115;
  --point_darker: #002540;
  --point_darker_rgb: 0, 37, 64;
  --sub_lighter: #f9fbfc;
  --sub_lighter_rgb: 249, 251, 252;
  --sub_light: #e5edf3;
  --sub_light_rgb: 229, 237, 243;
  --sub: #3b5c74;
  --sub_rgb: 59, 92, 116;
  --sub_dark: #2f4a5d;
  --sub_dark_rgb: 47, 74, 93;
  --sub_darker: #233746;
  --sub_darker_rgb: 35, 55, 70;
  --blue_lighter: #e6f7ff;
  --blue_lighter_rgb: 230, 247, 255;
  --blue_light: #91d5ff;
  --blue_light_rgb: 145, 213, 255;
  --blue: #1890ff;
  --blue_rgb: 24, 144, 255;
  --blue_dark: #096dd9;
  --blue_dark_rgb: 9, 109, 217;
  --blue_darker: #003a8c;
  --blue_darker_rgb: 0, 58, 140;
  --red_lighter: #fff1f0;
  --red_lighter_rgb: 255, 241, 240;
  --red_light: #ffccc7;
  --red_light_rgb: 255, 204, 199;
  --red: #ff4d4f;
  --red_rgb: 255, 77, 79;
  --red_dark: #cf1322;
  --red_dark_rgb: 207, 19, 34;
  --red_darker: #820014;
  --red_darker_rgb: 130, 0, 20;
}

.bg_gray_0 {
  background-color: var(--gray_0) !important;
}

.fc_gray_0 {
  color: var(--gray_0) !important;
}

.bg_gray_1 {
  background-color: var(--gray_1) !important;
}

.fc_gray_1 {
  color: var(--gray_1) !important;
}

.bg_gray_2 {
  background-color: var(--gray_2) !important;
}

.fc_gray_2 {
  color: var(--gray_2) !important;
}

.bg_gray_3 {
  background-color: var(--gray_3) !important;
}

.fc_gray_3 {
  color: var(--gray_3) !important;
}

.bg_gray_4 {
  background-color: var(--gray_4) !important;
}

.fc_gray_4 {
  color: var(--gray_4) !important;
}

.bg_gray_5 {
  background-color: var(--gray_5) !important;
}

.fc_gray_5 {
  color: var(--gray_5) !important;
}

.bg_gray_6 {
  background-color: var(--gray_6) !important;
}

.fc_gray_6 {
  color: var(--gray_6) !important;
}

.bg_gray_7 {
  background-color: var(--gray_7) !important;
}

.fc_gray_7 {
  color: var(--gray_7) !important;
}

.bg_gray_8 {
  background-color: var(--gray_8) !important;
}

.fc_gray_8 {
  color: var(--gray_8) !important;
}

.bg_gray_9 {
  background-color: var(--gray_9) !important;
}

.fc_gray_9 {
  color: var(--gray_9) !important;
}

.bg_gray_a {
  background-color: var(--gray_a) !important;
}

.fc_gray_a {
  color: var(--gray_a) !important;
}

.bg_gray_b {
  background-color: var(--gray_b) !important;
}

.fc_gray_b {
  color: var(--gray_b) !important;
}

.bg_gray_c {
  background-color: var(--gray_c) !important;
}

.fc_gray_c {
  color: var(--gray_c) !important;
}

.bg_gray_d {
  background-color: var(--gray_d) !important;
}

.fc_gray_d {
  color: var(--gray_d) !important;
}

.bg_gray_e {
  background-color: var(--gray_e) !important;
}

.fc_gray_e {
  color: var(--gray_e) !important;
}

.bg_gray_f {
  background-color: var(--gray_f) !important;
}

.fc_gray_f {
  color: var(--gray_f) !important;
}

.bg_gray_e1 {
  background-color: var(--gray_e1) !important;
}

.fc_gray_e1 {
  color: var(--gray_e1) !important;
}

.bg_gray_e2 {
  background-color: var(--gray_e2) !important;
}

.fc_gray_e2 {
  color: var(--gray_e2) !important;
}

.bg_gray_e3 {
  background-color: var(--gray_e3) !important;
}

.fc_gray_e3 {
  color: var(--gray_e3) !important;
}

.bg_gray_e4 {
  background-color: var(--gray_e4) !important;
}

.fc_gray_e4 {
  color: var(--gray_e4) !important;
}

.bg_gray_e5 {
  background-color: var(--gray_e5) !important;
}

.fc_gray_e5 {
  color: var(--gray_e5) !important;
}

.bg_gray_e6 {
  background-color: var(--gray_e6) !important;
}

.fc_gray_e6 {
  color: var(--gray_e6) !important;
}

.bg_gray_e7 {
  background-color: var(--gray_e7) !important;
}

.fc_gray_e7 {
  color: var(--gray_e7) !important;
}

.bg_gray_e8 {
  background-color: var(--gray_e8) !important;
}

.fc_gray_e8 {
  color: var(--gray_e8) !important;
}

.bg_gray_e9 {
  background-color: var(--gray_e9) !important;
}

.fc_gray_e9 {
  color: var(--gray_e9) !important;
}

.bg_gray_ea {
  background-color: var(--gray_ea) !important;
}

.fc_gray_ea {
  color: var(--gray_ea) !important;
}

.bg_gray_eb {
  background-color: var(--gray_eb) !important;
}

.fc_gray_eb {
  color: var(--gray_eb) !important;
}

.bg_gray_ec {
  background-color: var(--gray_ec) !important;
}

.fc_gray_ec {
  color: var(--gray_ec) !important;
}

.bg_gray_ed {
  background-color: var(--gray_ed) !important;
}

.fc_gray_ed {
  color: var(--gray_ed) !important;
}

.bg_gray_ee {
  background-color: var(--gray_ee) !important;
}

.fc_gray_ee {
  color: var(--gray_ee) !important;
}

.bg_gray_ef {
  background-color: var(--gray_ef) !important;
}

.fc_gray_ef {
  color: var(--gray_ef) !important;
}

.bg_gray_f1 {
  background-color: var(--gray_f1) !important;
}

.fc_gray_f1 {
  color: var(--gray_f1) !important;
}

.bg_gray_f2 {
  background-color: var(--gray_f2) !important;
}

.fc_gray_f2 {
  color: var(--gray_f2) !important;
}

.bg_gray_f3 {
  background-color: var(--gray_f3) !important;
}

.fc_gray_f3 {
  color: var(--gray_f3) !important;
}

.bg_gray_f4 {
  background-color: var(--gray_f4) !important;
}

.fc_gray_f4 {
  color: var(--gray_f4) !important;
}

.bg_gray_f5 {
  background-color: var(--gray_f5) !important;
}

.fc_gray_f5 {
  color: var(--gray_f5) !important;
}

.bg_gray_f6 {
  background-color: var(--gray_f6) !important;
}

.fc_gray_f6 {
  color: var(--gray_f6) !important;
}

.bg_gray_f7 {
  background-color: var(--gray_f7) !important;
}

.fc_gray_f7 {
  color: var(--gray_f7) !important;
}

.bg_gray_f8 {
  background-color: var(--gray_f8) !important;
}

.fc_gray_f8 {
  color: var(--gray_f8) !important;
}

.bg_gray_f9 {
  background-color: var(--gray_f9) !important;
}

.fc_gray_f9 {
  color: var(--gray_f9) !important;
}

.m1 {
  margin: 1px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mx1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.my1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.p1 {
  padding: 1px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.px1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.py1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.gap1 {
  gap: 1px !important;
}

.m_n1 {
  margin: -1px !important;
}

.mt_n1 {
  margin-top: -1px !important;
}

.mb_n1 {
  margin-bottom: -1px !important;
}

.ml_n1 {
  margin-left: -1px !important;
}

.mr_n1 {
  margin-right: -1px !important;
}

.m2 {
  margin: 2px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mx2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.my2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.p2 {
  padding: 2px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.px2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.py2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.gap2 {
  gap: 2px !important;
}

.m_n2 {
  margin: -2px !important;
}

.mt_n2 {
  margin-top: -2px !important;
}

.mb_n2 {
  margin-bottom: -2px !important;
}

.ml_n2 {
  margin-left: -2px !important;
}

.mr_n2 {
  margin-right: -2px !important;
}

.m3 {
  margin: 3px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mx3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.my3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.p3 {
  padding: 3px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.px3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.py3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.gap3 {
  gap: 3px !important;
}

.m_n3 {
  margin: -3px !important;
}

.mt_n3 {
  margin-top: -3px !important;
}

.mb_n3 {
  margin-bottom: -3px !important;
}

.ml_n3 {
  margin-left: -3px !important;
}

.mr_n3 {
  margin-right: -3px !important;
}

.m4 {
  margin: 4px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mx4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.my4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.p4 {
  padding: 4px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.px4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.py4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.gap4 {
  gap: 4px !important;
}

.m_n4 {
  margin: -4px !important;
}

.mt_n4 {
  margin-top: -4px !important;
}

.mb_n4 {
  margin-bottom: -4px !important;
}

.ml_n4 {
  margin-left: -4px !important;
}

.mr_n4 {
  margin-right: -4px !important;
}

.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mx5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.my5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.px5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.py5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.gap5 {
  gap: 5px !important;
}

.m_n5 {
  margin: -5px !important;
}

.mt_n5 {
  margin-top: -5px !important;
}

.mb_n5 {
  margin-bottom: -5px !important;
}

.ml_n5 {
  margin-left: -5px !important;
}

.mr_n5 {
  margin-right: -5px !important;
}

.m6 {
  margin: 6px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mx6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.my6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.p6 {
  padding: 6px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.px6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.py6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.gap6 {
  gap: 6px !important;
}

.m_n6 {
  margin: -6px !important;
}

.mt_n6 {
  margin-top: -6px !important;
}

.mb_n6 {
  margin-bottom: -6px !important;
}

.ml_n6 {
  margin-left: -6px !important;
}

.mr_n6 {
  margin-right: -6px !important;
}

.m7 {
  margin: 7px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mx7 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.my7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.p7 {
  padding: 7px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.px7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.py7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.gap7 {
  gap: 7px !important;
}

.m_n7 {
  margin: -7px !important;
}

.mt_n7 {
  margin-top: -7px !important;
}

.mb_n7 {
  margin-bottom: -7px !important;
}

.ml_n7 {
  margin-left: -7px !important;
}

.mr_n7 {
  margin-right: -7px !important;
}

.m8 {
  margin: 8px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mx8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.p8 {
  padding: 8px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.px8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.gap8 {
  gap: 8px !important;
}

.m_n8 {
  margin: -8px !important;
}

.mt_n8 {
  margin-top: -8px !important;
}

.mb_n8 {
  margin-bottom: -8px !important;
}

.ml_n8 {
  margin-left: -8px !important;
}

.mr_n8 {
  margin-right: -8px !important;
}

.m9 {
  margin: 9px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.mx9 {
  margin-left: 9px !important;
  margin-right: 9px !important;
}

.my9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}

.p9 {
  padding: 9px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.px9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.py9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.gap9 {
  gap: 9px !important;
}

.m_n9 {
  margin: -9px !important;
}

.mt_n9 {
  margin-top: -9px !important;
}

.mb_n9 {
  margin-bottom: -9px !important;
}

.ml_n9 {
  margin-left: -9px !important;
}

.mr_n9 {
  margin-right: -9px !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mx10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.px10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.gap10 {
  gap: 10px !important;
}

.m_n10 {
  margin: -10px !important;
}

.mt_n10 {
  margin-top: -10px !important;
}

.mb_n10 {
  margin-bottom: -10px !important;
}

.ml_n10 {
  margin-left: -10px !important;
}

.mr_n10 {
  margin-right: -10px !important;
}

.m11 {
  margin: 11px !important;
}

.mt11 {
  margin-top: 11px !important;
}

.mb11 {
  margin-bottom: 11px !important;
}

.ml11 {
  margin-left: 11px !important;
}

.mr11 {
  margin-right: 11px !important;
}

.mx11 {
  margin-left: 11px !important;
  margin-right: 11px !important;
}

.my11 {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}

.p11 {
  padding: 11px !important;
}

.pt11 {
  padding-top: 11px !important;
}

.pb11 {
  padding-bottom: 11px !important;
}

.pl11 {
  padding-left: 11px !important;
}

.pr11 {
  padding-right: 11px !important;
}

.px11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

.py11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.gap11 {
  gap: 11px !important;
}

.m_n11 {
  margin: -11px !important;
}

.mt_n11 {
  margin-top: -11px !important;
}

.mb_n11 {
  margin-bottom: -11px !important;
}

.ml_n11 {
  margin-left: -11px !important;
}

.mr_n11 {
  margin-right: -11px !important;
}

.m12 {
  margin: 12px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mx12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.my12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.p12 {
  padding: 12px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.px12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.py12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.gap12 {
  gap: 12px !important;
}

.m_n12 {
  margin: -12px !important;
}

.mt_n12 {
  margin-top: -12px !important;
}

.mb_n12 {
  margin-bottom: -12px !important;
}

.ml_n12 {
  margin-left: -12px !important;
}

.mr_n12 {
  margin-right: -12px !important;
}

.m13 {
  margin: 13px !important;
}

.mt13 {
  margin-top: 13px !important;
}

.mb13 {
  margin-bottom: 13px !important;
}

.ml13 {
  margin-left: 13px !important;
}

.mr13 {
  margin-right: 13px !important;
}

.mx13 {
  margin-left: 13px !important;
  margin-right: 13px !important;
}

.my13 {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}

.p13 {
  padding: 13px !important;
}

.pt13 {
  padding-top: 13px !important;
}

.pb13 {
  padding-bottom: 13px !important;
}

.pl13 {
  padding-left: 13px !important;
}

.pr13 {
  padding-right: 13px !important;
}

.px13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

.py13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.gap13 {
  gap: 13px !important;
}

.m_n13 {
  margin: -13px !important;
}

.mt_n13 {
  margin-top: -13px !important;
}

.mb_n13 {
  margin-bottom: -13px !important;
}

.ml_n13 {
  margin-left: -13px !important;
}

.mr_n13 {
  margin-right: -13px !important;
}

.m14 {
  margin: 14px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.ml14 {
  margin-left: 14px !important;
}

.mr14 {
  margin-right: 14px !important;
}

.mx14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

.my14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.p14 {
  padding: 14px !important;
}

.pt14 {
  padding-top: 14px !important;
}

.pb14 {
  padding-bottom: 14px !important;
}

.pl14 {
  padding-left: 14px !important;
}

.pr14 {
  padding-right: 14px !important;
}

.px14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.py14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.gap14 {
  gap: 14px !important;
}

.m_n14 {
  margin: -14px !important;
}

.mt_n14 {
  margin-top: -14px !important;
}

.mb_n14 {
  margin-bottom: -14px !important;
}

.ml_n14 {
  margin-left: -14px !important;
}

.mr_n14 {
  margin-right: -14px !important;
}

.m15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mx15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.my15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.p15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.px15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.py15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.gap15 {
  gap: 15px !important;
}

.m_n15 {
  margin: -15px !important;
}

.mt_n15 {
  margin-top: -15px !important;
}

.mb_n15 {
  margin-bottom: -15px !important;
}

.ml_n15 {
  margin-left: -15px !important;
}

.mr_n15 {
  margin-right: -15px !important;
}

.m16 {
  margin: 16px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mx16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.my16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.p16 {
  padding: 16px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.px16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.py16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.gap16 {
  gap: 16px !important;
}

.m_n16 {
  margin: -16px !important;
}

.mt_n16 {
  margin-top: -16px !important;
}

.mb_n16 {
  margin-bottom: -16px !important;
}

.ml_n16 {
  margin-left: -16px !important;
}

.mr_n16 {
  margin-right: -16px !important;
}

.m17 {
  margin: 17px !important;
}

.mt17 {
  margin-top: 17px !important;
}

.mb17 {
  margin-bottom: 17px !important;
}

.ml17 {
  margin-left: 17px !important;
}

.mr17 {
  margin-right: 17px !important;
}

.mx17 {
  margin-left: 17px !important;
  margin-right: 17px !important;
}

.my17 {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}

.p17 {
  padding: 17px !important;
}

.pt17 {
  padding-top: 17px !important;
}

.pb17 {
  padding-bottom: 17px !important;
}

.pl17 {
  padding-left: 17px !important;
}

.pr17 {
  padding-right: 17px !important;
}

.px17 {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

.py17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.gap17 {
  gap: 17px !important;
}

.m_n17 {
  margin: -17px !important;
}

.mt_n17 {
  margin-top: -17px !important;
}

.mb_n17 {
  margin-bottom: -17px !important;
}

.ml_n17 {
  margin-left: -17px !important;
}

.mr_n17 {
  margin-right: -17px !important;
}

.m18 {
  margin: 18px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.ml18 {
  margin-left: 18px !important;
}

.mr18 {
  margin-right: 18px !important;
}

.mx18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

.my18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.p18 {
  padding: 18px !important;
}

.pt18 {
  padding-top: 18px !important;
}

.pb18 {
  padding-bottom: 18px !important;
}

.pl18 {
  padding-left: 18px !important;
}

.pr18 {
  padding-right: 18px !important;
}

.px18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.py18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.gap18 {
  gap: 18px !important;
}

.m_n18 {
  margin: -18px !important;
}

.mt_n18 {
  margin-top: -18px !important;
}

.mb_n18 {
  margin-bottom: -18px !important;
}

.ml_n18 {
  margin-left: -18px !important;
}

.mr_n18 {
  margin-right: -18px !important;
}

.m19 {
  margin: 19px !important;
}

.mt19 {
  margin-top: 19px !important;
}

.mb19 {
  margin-bottom: 19px !important;
}

.ml19 {
  margin-left: 19px !important;
}

.mr19 {
  margin-right: 19px !important;
}

.mx19 {
  margin-left: 19px !important;
  margin-right: 19px !important;
}

.my19 {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}

.p19 {
  padding: 19px !important;
}

.pt19 {
  padding-top: 19px !important;
}

.pb19 {
  padding-bottom: 19px !important;
}

.pl19 {
  padding-left: 19px !important;
}

.pr19 {
  padding-right: 19px !important;
}

.px19 {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

.py19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}

.gap19 {
  gap: 19px !important;
}

.m_n19 {
  margin: -19px !important;
}

.mt_n19 {
  margin-top: -19px !important;
}

.mb_n19 {
  margin-bottom: -19px !important;
}

.ml_n19 {
  margin-left: -19px !important;
}

.mr_n19 {
  margin-right: -19px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mx20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.px20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.gap20 {
  gap: 20px !important;
}

.m_n20 {
  margin: -20px !important;
}

.mt_n20 {
  margin-top: -20px !important;
}

.mb_n20 {
  margin-bottom: -20px !important;
}

.ml_n20 {
  margin-left: -20px !important;
}

.mr_n20 {
  margin-right: -20px !important;
}

.m25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mx25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.my25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.px25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.py25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.gap25 {
  gap: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mx30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.p30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.px30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.gap30 {
  gap: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mx35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.my35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.p35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.px35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.py35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.gap35 {
  gap: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mx40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.px40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.gap40 {
  gap: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mx45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.my45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.p45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.px45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.py45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.gap45 {
  gap: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mx50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.p50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.px50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.gap50 {
  gap: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mx55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.my55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.p55 {
  padding: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.px55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.py55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.gap55 {
  gap: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mx60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.my60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.p60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.px60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.py60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.gap60 {
  gap: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mx65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.my65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.p65 {
  padding: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.px65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.py65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.gap65 {
  gap: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mx70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.my70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.p70 {
  padding: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.px70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.py70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.gap70 {
  gap: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mx75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.my75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.p75 {
  padding: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.px75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.py75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.gap75 {
  gap: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mx80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.p80 {
  padding: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.px80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.py80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.gap80 {
  gap: 80px !important;
}

.m85 {
  margin: 85px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mx85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.my85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.p85 {
  padding: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.px85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.py85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.gap85 {
  gap: 85px !important;
}

.m90 {
  margin: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mx90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.my90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.p90 {
  padding: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.px90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.py90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.gap90 {
  gap: 90px !important;
}

.m95 {
  margin: 95px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mx95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.my95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.p95 {
  padding: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.px95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.py95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.gap95 {
  gap: 95px !important;
}

.m100 {
  margin: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mx100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.my100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.p100 {
  padding: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.px100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.py100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.gap100 {
  gap: 100px !important;
}

.m105 {
  margin: 105px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.mx105 {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

.my105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.p105 {
  padding: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.px105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

.py105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.gap105 {
  gap: 105px !important;
}

.m110 {
  margin: 110px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mx110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.my110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.p110 {
  padding: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.px110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.py110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.gap110 {
  gap: 110px !important;
}

.m115 {
  margin: 115px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mx115 {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

.my115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.p115 {
  padding: 115px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.px115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

.py115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.gap115 {
  gap: 115px !important;
}

.m120 {
  margin: 120px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mx120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.my120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.p120 {
  padding: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.px120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.py120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.gap120 {
  gap: 120px !important;
}

.m125 {
  margin: 125px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mx125 {
  margin-left: 125px !important;
  margin-right: 125px !important;
}

.my125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.p125 {
  padding: 125px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.px125 {
  padding-left: 125px !important;
  padding-right: 125px !important;
}

.py125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.gap125 {
  gap: 125px !important;
}

.m130 {
  margin: 130px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mx130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

.my130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.p130 {
  padding: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.px130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.py130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.gap130 {
  gap: 130px !important;
}

.m135 {
  margin: 135px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mx135 {
  margin-left: 135px !important;
  margin-right: 135px !important;
}

.my135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
}

.p135 {
  padding: 135px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.px135 {
  padding-left: 135px !important;
  padding-right: 135px !important;
}

.py135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}

.gap135 {
  gap: 135px !important;
}

.m140 {
  margin: 140px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mx140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

.my140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.p140 {
  padding: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.px140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.py140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.gap140 {
  gap: 140px !important;
}

.m145 {
  margin: 145px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mx145 {
  margin-left: 145px !important;
  margin-right: 145px !important;
}

.my145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
}

.p145 {
  padding: 145px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.px145 {
  padding-left: 145px !important;
  padding-right: 145px !important;
}

.py145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}

.gap145 {
  gap: 145px !important;
}

.m150 {
  margin: 150px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.mx150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.my150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.p150 {
  padding: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.px150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.py150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.gap150 {
  gap: 150px !important;
}

.m155 {
  margin: 155px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.mx155 {
  margin-left: 155px !important;
  margin-right: 155px !important;
}

.my155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important;
}

.p155 {
  padding: 155px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.px155 {
  padding-left: 155px !important;
  padding-right: 155px !important;
}

.py155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}

.gap155 {
  gap: 155px !important;
}

.m160 {
  margin: 160px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.mx160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

.my160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.p160 {
  padding: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.px160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.py160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.gap160 {
  gap: 160px !important;
}

.m165 {
  margin: 165px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.mx165 {
  margin-left: 165px !important;
  margin-right: 165px !important;
}

.my165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important;
}

.p165 {
  padding: 165px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.px165 {
  padding-left: 165px !important;
  padding-right: 165px !important;
}

.py165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}

.gap165 {
  gap: 165px !important;
}

.m170 {
  margin: 170px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.mx170 {
  margin-left: 170px !important;
  margin-right: 170px !important;
}

.my170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

.p170 {
  padding: 170px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.px170 {
  padding-left: 170px !important;
  padding-right: 170px !important;
}

.py170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

.gap170 {
  gap: 170px !important;
}

.m175 {
  margin: 175px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.mx175 {
  margin-left: 175px !important;
  margin-right: 175px !important;
}

.my175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important;
}

.p175 {
  padding: 175px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.px175 {
  padding-left: 175px !important;
  padding-right: 175px !important;
}

.py175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}

.gap175 {
  gap: 175px !important;
}

.m180 {
  margin: 180px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.mx180 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

.my180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.p180 {
  padding: 180px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.px180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.py180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.gap180 {
  gap: 180px !important;
}

.m185 {
  margin: 185px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.mx185 {
  margin-left: 185px !important;
  margin-right: 185px !important;
}

.my185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important;
}

.p185 {
  padding: 185px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.px185 {
  padding-left: 185px !important;
  padding-right: 185px !important;
}

.py185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}

.gap185 {
  gap: 185px !important;
}

.m190 {
  margin: 190px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.mx190 {
  margin-left: 190px !important;
  margin-right: 190px !important;
}

.my190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

.p190 {
  padding: 190px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.px190 {
  padding-left: 190px !important;
  padding-right: 190px !important;
}

.py190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

.gap190 {
  gap: 190px !important;
}

.m195 {
  margin: 195px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.mx195 {
  margin-left: 195px !important;
  margin-right: 195px !important;
}

.my195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important;
}

.p195 {
  padding: 195px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.px195 {
  padding-left: 195px !important;
  padding-right: 195px !important;
}

.py195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}

.gap195 {
  gap: 195px !important;
}

.m200 {
  margin: 200px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml200 {
  margin-left: 200px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.mx200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.my200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.p200 {
  padding: 200px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pl200 {
  padding-left: 200px !important;
}

.pr200 {
  padding-right: 200px !important;
}

.px200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.py200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.gap200 {
  gap: 200px !important;
}

.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.gap0 {
  gap: 0 !important;
}

.mx_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my_auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.m_auto {
  margin: auto !important;
}

.ml_auto {
  margin-left: auto !important;
}

.mr_auto {
  margin-right: auto !important;
}

.mt_auto {
  margin-top: auto !important;
}

.mb_auto {
  margin-bottom: auto !important;
}

:root {
  --fs_10: 10px;
  --fs_11: 11px;
  --fs_12: 12px;
  --fs_13: 13px;
  --fs_14: 14px;
  --fs_15: 15px;
  --fs_16: 16px;
  --fs_17: 17px;
  --fs_18: 18px;
  --fs_19: 19px;
  --fs_20: 20px;
  --fs_21: 21px;
  --fs_22: 22px;
  --fs_23: 23px;
  --fs_24: 24px;
  --fs_25: 25px;
  --fs_26: 26px;
  --fs_27: 27px;
  --fs_28: 28px;
  --fs_29: 29px;
  --fs_30: 30px;
  --fs_31: 31px;
  --fs_32: 32px;
  --fs_33: 33px;
  --fs_34: 34px;
  --fs_35: 35px;
  --fs_36: 36px;
  --fs_37: 37px;
  --fs_38: 38px;
  --fs_39: 39px;
  --fs_40: 40px;
  --fs_41: 41px;
  --fs_42: 42px;
  --fs_43: 43px;
  --fs_44: 44px;
  --fs_45: 45px;
  --fs_46: 46px;
  --fs_47: 47px;
  --fs_48: 48px;
  --fs_49: 49px;
  --fs_50: 50px;
  --fs_51: 51px;
  --fs_52: 52px;
  --fs_53: 53px;
  --fs_54: 54px;
  --fs_55: 55px;
  --fs_56: 56px;
  --fs_57: 57px;
  --fs_58: 58px;
  --fs_59: 59px;
  --fs_60: 60px;
  --fs_61: 61px;
  --fs_62: 62px;
  --fs_63: 63px;
  --fs_64: 64px;
  --fs_65: 65px;
  --fs_66: 66px;
  --fs_67: 67px;
  --fs_68: 68px;
  --fs_69: 69px;
  --fs_70: 70px;
  --fs_71: 71px;
  --fs_72: 72px;
  --fs_73: 73px;
  --fs_74: 74px;
  --fs_75: 75px;
  --fs_76: 76px;
  --fs_77: 77px;
  --fs_78: 78px;
  --fs_79: 79px;
  --fs_80: 80px;
}

@media (max-width: 1199px) {
  :root {
    --fs_10: 10px;
    --fs_11: 11px;
    --fs_12: 12px;
    --fs_13: 13px;
    --fs_14: 13px;
    --fs_15: 14px;
    --fs_16: 15px;
    --fs_17: 15px;
    --fs_18: 16px;
    --fs_19: 17px;
    --fs_20: 18px;
    --fs_21: 17px;
    --fs_22: 18px;
    --fs_23: 19px;
    --fs_24: 20px;
    --fs_25: 20px;
    --fs_26: 21px;
    --fs_27: 22px;
    --fs_28: 23px;
    --fs_29: 23px;
    --fs_30: 23px;
    --fs_31: 24px;
    --fs_32: 25px;
    --fs_33: 25px;
    --fs_34: 26px;
    --fs_35: 26px;
    --fs_36: 27px;
    --fs_37: 28px;
    --fs_38: 29px;
    --fs_39: 29px;
    --fs_40: 30px;
    --fs_41: 30px;
    --fs_42: 30px;
    --fs_43: 31px;
    --fs_44: 32px;
    --fs_45: 32px;
    --fs_46: 33px;
    --fs_47: 34px;
    --fs_48: 35px;
    --fs_49: 35px;
    --fs_50: 36px;
    --fs_51: 37px;
    --fs_52: 37px;
    --fs_53: 36px;
    --fs_54: 37px;
    --fs_55: 37px;
    --fs_56: 38px;
    --fs_57: 39px;
    --fs_58: 39px;
    --fs_59: 40px;
    --fs_60: 41px;
    --fs_61: 41px;
    --fs_62: 42px;
    --fs_63: 43px;
    --fs_64: 44px;
    --fs_65: 44px;
    --fs_66: 45px;
    --fs_67: 46px;
    --fs_68: 46px;
    --fs_69: 47px;
    --fs_70: 48px;
    --fs_71: 48px;
    --fs_72: 49px;
    --fs_73: 50px;
    --fs_74: 50px;
    --fs_75: 51px;
    --fs_76: 52px;
    --fs_77: 52px;
    --fs_78: 53px;
    --fs_79: 54px;
    --fs_80: 54px;
  }
}
@media (max-width: 991px) {
  :root {
    --fs_10: 10px;
    --fs_11: 11px;
    --fs_12: 12px;
    --fs_13: 13px;
    --fs_14: 13px;
    --fs_15: 14px;
    --fs_16: 15px;
    --fs_17: 15px;
    --fs_18: 16px;
    --fs_19: 16px;
    --fs_20: 17px;
    --fs_21: 16px;
    --fs_22: 17px;
    --fs_23: 18px;
    --fs_24: 19px;
    --fs_25: 19px;
    --fs_26: 20px;
    --fs_27: 20px;
    --fs_28: 21px;
    --fs_29: 21px;
    --fs_30: 22px;
    --fs_31: 22px;
    --fs_32: 23px;
    --fs_33: 22px;
    --fs_34: 23px;
    --fs_35: 24px;
    --fs_36: 24px;
    --fs_37: 25px;
    --fs_38: 26px;
    --fs_39: 27px;
    --fs_40: 27px;
    --fs_41: 26px;
    --fs_42: 27px;
    --fs_43: 28px;
    --fs_44: 28px;
    --fs_45: 29px;
    --fs_46: 29px;
    --fs_47: 30px;
    --fs_48: 31px;
    --fs_49: 31px;
    --fs_50: 32px;
    --fs_51: 33px;
    --fs_52: 33px;
    --fs_53: 32px;
    --fs_54: 32px;
    --fs_55: 33px;
    --fs_56: 34px;
    --fs_57: 34px;
    --fs_58: 35px;
    --fs_59: 35px;
    --fs_60: 36px;
    --fs_61: 37px;
    --fs_62: 37px;
    --fs_63: 38px;
    --fs_64: 38px;
    --fs_65: 39px;
    --fs_66: 40px;
    --fs_67: 40px;
    --fs_68: 41px;
    --fs_69: 41px;
    --fs_70: 42px;
    --fs_71: 43px;
    --fs_72: 43px;
    --fs_73: 44px;
    --fs_74: 44px;
    --fs_75: 45px;
    --fs_76: 46px;
    --fs_77: 46px;
    --fs_78: 47px;
    --fs_79: 47px;
    --fs_80: 48px;
  }
}
@media (max-width: 767px) {
  :root {
    --fs_10: 12px;
    --fs_11: 12px;
    --fs_12: 12px;
    --fs_13: 13px;
    --fs_14: 12px;
    --fs_15: 12px;
    --fs_16: 13px;
    --fs_17: 13px;
    --fs_18: 14px;
    --fs_19: 14px;
    --fs_20: 14px;
    --fs_21: 14px;
    --fs_22: 15px;
    --fs_23: 15px;
    --fs_24: 16px;
    --fs_25: 16px;
    --fs_26: 16px;
    --fs_27: 17px;
    --fs_28: 17px;
    --fs_29: 17px;
    --fs_30: 17px;
    --fs_31: 18px;
    --fs_32: 19px;
    --fs_33: 18px;
    --fs_34: 18px;
    --fs_35: 19px;
    --fs_36: 19px;
    --fs_37: 20px;
    --fs_38: 21px;
    --fs_39: 21px;
    --fs_40: 22px;
    --fs_41: 21px;
    --fs_42: 21px;
    --fs_43: 22px;
    --fs_44: 22px;
    --fs_45: 23px;
    --fs_46: 23px;
    --fs_47: 24px;
    --fs_48: 24px;
    --fs_49: 25px;
    --fs_50: 25px;
    --fs_51: 26px;
    --fs_52: 26px;
    --fs_53: 24px;
    --fs_54: 25px;
    --fs_55: 25px;
    --fs_56: 26px;
    --fs_57: 26px;
    --fs_58: 27px;
    --fs_59: 27px;
    --fs_60: 28px;
    --fs_61: 28px;
    --fs_62: 29px;
    --fs_63: 29px;
    --fs_64: 29px;
    --fs_65: 30px;
    --fs_66: 30px;
    --fs_67: 31px;
    --fs_68: 31px;
    --fs_69: 32px;
    --fs_70: 32px;
    --fs_71: 33px;
    --fs_72: 33px;
    --fs_73: 34px;
    --fs_74: 34px;
    --fs_75: 35px;
    --fs_76: 35px;
    --fs_77: 35px;
    --fs_78: 36px;
    --fs_79: 36px;
    --fs_80: 37px;
  }
}
:root {
  --fs_2xs: var(--fs_10);
  --fs_xs: var(--fs_12);
  --fs_sm: var(--fs_14);
  --fs_r: var(--fs_16);
  --fs_md: var(--fs_18);
  --fs_lg: var(--fs_20);
  --fs_xl: var(--fs_24);
  --fs_2xl: var(--fs_28);
  --fs_3xl: var(--fs_32);
  --fs_4xl: var(--fs_36);
  --fs_5xl: var(--fs_40);
  --fs_6xl: var(--fs_48);
}

.fs_10 {
  font-size: var(--fs_10) !important;
}

.fs_11 {
  font-size: var(--fs_11) !important;
}

.fs_12 {
  font-size: var(--fs_12) !important;
}

.fs_13 {
  font-size: var(--fs_13) !important;
}

.fs_14 {
  font-size: var(--fs_14) !important;
}

.fs_15 {
  font-size: var(--fs_15) !important;
}

.fs_16 {
  font-size: var(--fs_16) !important;
}

.fs_17 {
  font-size: var(--fs_17) !important;
}

.fs_18 {
  font-size: var(--fs_18) !important;
}

.fs_19 {
  font-size: var(--fs_19) !important;
}

.fs_20 {
  font-size: var(--fs_20) !important;
}

.fs_21 {
  font-size: var(--fs_21) !important;
}

.fs_22 {
  font-size: var(--fs_22) !important;
}

.fs_23 {
  font-size: var(--fs_23) !important;
}

.fs_24 {
  font-size: var(--fs_24) !important;
}

.fs_25 {
  font-size: var(--fs_25) !important;
}

.fs_26 {
  font-size: var(--fs_26) !important;
}

.fs_27 {
  font-size: var(--fs_27) !important;
}

.fs_28 {
  font-size: var(--fs_28) !important;
}

.fs_29 {
  font-size: var(--fs_29) !important;
}

.fs_30 {
  font-size: var(--fs_30) !important;
}

.fs_31 {
  font-size: var(--fs_31) !important;
}

.fs_32 {
  font-size: var(--fs_32) !important;
}

.fs_33 {
  font-size: var(--fs_33) !important;
}

.fs_34 {
  font-size: var(--fs_34) !important;
}

.fs_35 {
  font-size: var(--fs_35) !important;
}

.fs_36 {
  font-size: var(--fs_36) !important;
}

.fs_37 {
  font-size: var(--fs_37) !important;
}

.fs_38 {
  font-size: var(--fs_38) !important;
}

.fs_39 {
  font-size: var(--fs_39) !important;
}

.fs_40 {
  font-size: var(--fs_40) !important;
}

.fs_41 {
  font-size: var(--fs_41) !important;
}

.fs_42 {
  font-size: var(--fs_42) !important;
}

.fs_43 {
  font-size: var(--fs_43) !important;
}

.fs_44 {
  font-size: var(--fs_44) !important;
}

.fs_45 {
  font-size: var(--fs_45) !important;
}

.fs_46 {
  font-size: var(--fs_46) !important;
}

.fs_47 {
  font-size: var(--fs_47) !important;
}

.fs_48 {
  font-size: var(--fs_48) !important;
}

.fs_49 {
  font-size: var(--fs_49) !important;
}

.fs_50 {
  font-size: var(--fs_50) !important;
}

.fs_51 {
  font-size: var(--fs_51) !important;
}

.fs_52 {
  font-size: var(--fs_52) !important;
}

.fs_53 {
  font-size: var(--fs_53) !important;
}

.fs_54 {
  font-size: var(--fs_54) !important;
}

.fs_55 {
  font-size: var(--fs_55) !important;
}

.fs_56 {
  font-size: var(--fs_56) !important;
}

.fs_57 {
  font-size: var(--fs_57) !important;
}

.fs_58 {
  font-size: var(--fs_58) !important;
}

.fs_59 {
  font-size: var(--fs_59) !important;
}

.fs_60 {
  font-size: var(--fs_60) !important;
}

.fs_61 {
  font-size: var(--fs_61) !important;
}

.fs_62 {
  font-size: var(--fs_62) !important;
}

.fs_63 {
  font-size: var(--fs_63) !important;
}

.fs_64 {
  font-size: var(--fs_64) !important;
}

.fs_65 {
  font-size: var(--fs_65) !important;
}

.fs_66 {
  font-size: var(--fs_66) !important;
}

.fs_67 {
  font-size: var(--fs_67) !important;
}

.fs_68 {
  font-size: var(--fs_68) !important;
}

.fs_69 {
  font-size: var(--fs_69) !important;
}

.fs_70 {
  font-size: var(--fs_70) !important;
}

.fs_71 {
  font-size: var(--fs_71) !important;
}

.fs_72 {
  font-size: var(--fs_72) !important;
}

.fs_73 {
  font-size: var(--fs_73) !important;
}

.fs_74 {
  font-size: var(--fs_74) !important;
}

.fs_75 {
  font-size: var(--fs_75) !important;
}

.fs_76 {
  font-size: var(--fs_76) !important;
}

.fs_77 {
  font-size: var(--fs_77) !important;
}

.fs_78 {
  font-size: var(--fs_78) !important;
}

.fs_79 {
  font-size: var(--fs_79) !important;
}

.fs_80 {
  font-size: var(--fs_80) !important;
}

.opc_01 {
  opacity: 0.1 !important;
}

.opc_02 {
  opacity: 0.2 !important;
}

.opc_03 {
  opacity: 0.3 !important;
}

.opc_04 {
  opacity: 0.4 !important;
}

.opc_05 {
  opacity: 0.5 !important;
}

.opc_06 {
  opacity: 0.6 !important;
}

.opc_07 {
  opacity: 0.7 !important;
}

.opc_08 {
  opacity: 0.8 !important;
}

.opc_09 {
  opacity: 0.9 !important;
}

@media (max-width: 767px) {
  .gap_sm_0 {
    gap: 0px !important;
  }
  .gap_sm_5 {
    gap: 5px !important;
  }
  .gap_sm_10 {
    gap: 10px !important;
  }
  .gap_sm_15 {
    gap: 15px !important;
  }
  .gap_sm_20 {
    gap: 20px !important;
  }
  .gap_sm_25 {
    gap: 25px !important;
  }
  .gap_sm_30 {
    gap: 30px !important;
  }
  .gap_sm_35 {
    gap: 35px !important;
  }
  .gap_sm_40 {
    gap: 40px !important;
  }
  .gap_sm_45 {
    gap: 45px !important;
  }
  .gap_sm_50 {
    gap: 50px !important;
  }
}
.opc_1 {
  opacity: 1 !important;
}

.fs_2xs {
  font-size: 0.625em !important;
}

.fs_xs {
  font-size: 0.75em !important;
}

.fs_sm {
  font-size: 0.875em !important;
}

.fs_r {
  font-size: 1em !important;
}

.fs_md {
  font-size: 1.125em !important;
}

.fs_lg {
  font-size: 1.25em !important;
}

.fs_xl {
  font-size: 1.5em !important;
}

.fs_2xl {
  font-size: 1.75em !important;
}

.fs_3xl {
  font-size: 2em !important;
}

.fs_4xl {
  font-size: 2.25em !important;
}

.fs_5xl {
  font-size: 2.5em !important;
}

.fs_6xl {
  font-size: 3em !important;
}

.d_block {
  display: block !important;
}

.d_inline {
  display: inline !important;
}

.d_inline_block {
  display: inline-block !important;
}

.d_flex {
  display: flex !important;
}

.d_grid {
  display: grid !important;
}

.d_none {
  display: none !important;
}

@media (max-width: 1199px) {
  .d_lg_block {
    display: block !important;
  }
  .d_lg_flex {
    display: flex !important;
  }
  .d_lg_grid {
    display: grid !important;
  }
  .d_lg_none {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .d_md_block {
    display: block !important;
  }
  .d_md_flex {
    display: flex !important;
  }
  .d_md_grid {
    display: grid !important;
  }
  .d_md_none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .d_sm_block {
    display: block !important;
  }
  .d_sm_flex {
    display: flex !important;
  }
  .d_sm_grid {
    display: grid !important;
  }
  .d_sm_none {
    display: none !important;
  }
}
.flex_row {
  flex-direction: row !important;
}

.flex_column {
  flex-direction: column !important;
}

.ai_cen {
  align-items: center !important;
}

.ai_end {
  align-items: flex-end !important;
}

.ai_st {
  align-items: stretch !important;
}

.jc_cen {
  justify-content: center !important;
}

.jc_end {
  justify-content: flex-end !important;
}

.jc_sb {
  justify-content: space-between !important;
}

.jc_sa {
  justify-content: space-around !important;
}

.cencen {
  align-items: center !important;
  justify-content: center !important;
}

.grid_cols_1 {
  grid-template-columns: repeat(1, 1fr) !important;
}

.grid_cols_2 {
  grid-template-columns: repeat(2, 1fr) !important;
}

.grid_cols_3 {
  grid-template-columns: repeat(3, 1fr) !important;
}

.grid_cols_4 {
  grid-template-columns: repeat(4, 1fr) !important;
}

.grid_cols_5 {
  grid-template-columns: repeat(5, 1fr) !important;
}

.grid_cols_6 {
  grid-template-columns: repeat(6, 1fr) !important;
}

.grid_cols_7 {
  grid-template-columns: repeat(7, 1fr) !important;
}

.grid_cols_8 {
  grid-template-columns: repeat(8, 1fr) !important;
}

.grid_cols_9 {
  grid-template-columns: repeat(9, 1fr) !important;
}

.grid_cols_10 {
  grid-template-columns: repeat(10, 1fr) !important;
}

.grid_cols_11 {
  grid-template-columns: repeat(11, 1fr) !important;
}

.grid_cols_12 {
  grid-template-columns: repeat(12, 1fr) !important;
}

@media (max-width: 1199px) {
  .grid_lg_1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid_lg_2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid_lg_3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid_lg_4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .grid_lg_5 {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .grid_lg_6 {
    grid-template-columns: repeat(6, 1fr) !important;
  }
  .grid_lg_7 {
    grid-template-columns: repeat(7, 1fr) !important;
  }
  .grid_lg_8 {
    grid-template-columns: repeat(8, 1fr) !important;
  }
  .grid_lg_9 {
    grid-template-columns: repeat(9, 1fr) !important;
  }
  .grid_lg_10 {
    grid-template-columns: repeat(10, 1fr) !important;
  }
  .grid_lg_11 {
    grid-template-columns: repeat(11, 1fr) !important;
  }
  .grid_lg_12 {
    grid-template-columns: repeat(12, 1fr) !important;
  }
}
@media (max-width: 991px) {
  .grid_md_1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid_md_2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid_md_3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid_md_4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .grid_md_5 {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .grid_md_6 {
    grid-template-columns: repeat(6, 1fr) !important;
  }
  .grid_md_7 {
    grid-template-columns: repeat(7, 1fr) !important;
  }
  .grid_md_8 {
    grid-template-columns: repeat(8, 1fr) !important;
  }
  .grid_md_9 {
    grid-template-columns: repeat(9, 1fr) !important;
  }
  .grid_md_10 {
    grid-template-columns: repeat(10, 1fr) !important;
  }
  .grid_md_11 {
    grid-template-columns: repeat(11, 1fr) !important;
  }
  .grid_md_12 {
    grid-template-columns: repeat(12, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .grid_sm_1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid_sm_2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid_sm_3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid_sm_4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .grid_sm_5 {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .grid_sm_6 {
    grid-template-columns: repeat(6, 1fr) !important;
  }
  .grid_sm_7 {
    grid-template-columns: repeat(7, 1fr) !important;
  }
  .grid_sm_8 {
    grid-template-columns: repeat(8, 1fr) !important;
  }
  .grid_sm_9 {
    grid-template-columns: repeat(9, 1fr) !important;
  }
  .grid_sm_10 {
    grid-template-columns: repeat(10, 1fr) !important;
  }
  .grid_sm_11 {
    grid-template-columns: repeat(11, 1fr) !important;
  }
  .grid_sm_12 {
    grid-template-columns: repeat(12, 1fr) !important;
  }
}
.flex1, .flex_1 {
  flex: 1 !important;
}

.flex_auto {
  flex: auto !important;
}

.flex_shrink0 {
  flex-shrink: 0 !important;
}

.flex_wrap {
  flex-wrap: wrap !important;
}

.ta_cen {
  text-align: center !important;
}

.ta_l {
  text-align: left !important;
}

.ta_r {
  text-align: right !important;
}

@media (max-width: 1199px) {
  .ta_lg_cen {
    text-align: center !important;
  }
  .ta_lg_l {
    text-align: left !important;
  }
  .ta_lg_r {
    text-align: right !important;
  }
}
@media (max-width: 991px) {
  .ta_md_cen {
    text-align: center !important;
  }
  .ta_md_l {
    text-align: left !important;
  }
  .ta_md_r {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .ta_sm_cen {
    text-align: center !important;
  }
  .ta_sm_l {
    text-align: left !important;
  }
  .ta_sm_r {
    text-align: right !important;
  }
}
.ratio_1_1 {
  aspect-ratio: 1/1 !important;
}

.ratio_16_9 {
  aspect-ratio: 16/9 !important;
}

.ratio_4_3 {
  aspect-ratio: 4/3 !important;
}

.object_cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

[class*=lc_] {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.lc_1 {
  -webkit-line-clamp: 1 !important;
}

.lc_2 {
  -webkit-line-clamp: 2 !important;
}

.lc_3 {
  -webkit-line-clamp: 3 !important;
}

.lc_4 {
  -webkit-line-clamp: 4 !important;
}

.lc_5 {
  -webkit-line-clamp: 5 !important;
}

.lh_1_0 {
  line-height: 1 !important;
}

.lh_1_1 {
  line-height: 1.1 !important;
}

.lh_1_2 {
  line-height: 1.2 !important;
}

.lh_1_3 {
  line-height: 1.3 !important;
}

.lh_1_4 {
  line-height: 1.4 !important;
}

.lh_1_5 {
  line-height: 1.5 !important;
}

.lh_1_6 {
  line-height: 1.6 !important;
}

.lh_1_7 {
  line-height: 1.7 !important;
}

.lh_1_8 {
  line-height: 1.8 !important;
}

.lh_1_9 {
  line-height: 1.9 !important;
}

.lh_1_25 {
  line-height: 1.25 !important;
}

.lh_1_45 {
  line-height: 1.45 !important;
}

.fc_0 {
  color: #000 !important;
}

.bg_0 {
  background-color: #000 !important;
}

.fc_gray_0 {
  color: #000 !important;
}

.bg_gray_0 {
  background-color: #000 !important;
}

.fc_1 {
  color: #111 !important;
}

.bg_1 {
  background-color: #111 !important;
}

.fc_gray_1 {
  color: #111 !important;
}

.bg_gray_1 {
  background-color: #111 !important;
}

.fc_2 {
  color: #222 !important;
}

.bg_2 {
  background-color: #222 !important;
}

.fc_gray_2 {
  color: #222 !important;
}

.bg_gray_2 {
  background-color: #222 !important;
}

.fc_3 {
  color: #333 !important;
}

.bg_3 {
  background-color: #333 !important;
}

.fc_gray_3 {
  color: #333 !important;
}

.bg_gray_3 {
  background-color: #333 !important;
}

.fc_4 {
  color: #444 !important;
}

.bg_4 {
  background-color: #444 !important;
}

.fc_gray_4 {
  color: #444 !important;
}

.bg_gray_4 {
  background-color: #444 !important;
}

.fc_5 {
  color: #555 !important;
}

.bg_5 {
  background-color: #555 !important;
}

.fc_gray_5 {
  color: #555 !important;
}

.bg_gray_5 {
  background-color: #555 !important;
}

.fc_6 {
  color: #666 !important;
}

.bg_6 {
  background-color: #666 !important;
}

.fc_gray_6 {
  color: #666 !important;
}

.bg_gray_6 {
  background-color: #666 !important;
}

.fc_7 {
  color: #777 !important;
}

.bg_7 {
  background-color: #777 !important;
}

.fc_gray_7 {
  color: #777 !important;
}

.bg_gray_7 {
  background-color: #777 !important;
}

.fc_8 {
  color: #888 !important;
}

.bg_8 {
  background-color: #888 !important;
}

.fc_gray_8 {
  color: #888 !important;
}

.bg_gray_8 {
  background-color: #888 !important;
}

.fc_9 {
  color: #999 !important;
}

.bg_9 {
  background-color: #999 !important;
}

.fc_gray_9 {
  color: #999 !important;
}

.bg_gray_9 {
  background-color: #999 !important;
}

.fc_a {
  color: #aaa !important;
}

.bg_a {
  background-color: #aaa !important;
}

.fc_gray_a {
  color: #aaa !important;
}

.bg_gray_a {
  background-color: #aaa !important;
}

.fc_b {
  color: #bbb !important;
}

.bg_b {
  background-color: #bbb !important;
}

.fc_gray_b {
  color: #bbb !important;
}

.bg_gray_b {
  background-color: #bbb !important;
}

.fc_c {
  color: #ccc !important;
}

.bg_c {
  background-color: #ccc !important;
}

.fc_gray_c {
  color: #ccc !important;
}

.bg_gray_c {
  background-color: #ccc !important;
}

.fc_d {
  color: #ddd !important;
}

.bg_d {
  background-color: #ddd !important;
}

.fc_gray_d {
  color: #ddd !important;
}

.bg_gray_d {
  background-color: #ddd !important;
}

.fc_e {
  color: #eee !important;
}

.bg_e {
  background-color: #eee !important;
}

.fc_gray_e {
  color: #eee !important;
}

.bg_gray_e {
  background-color: #eee !important;
}

.fc_f {
  color: #fff !important;
}

.bg_f {
  background-color: #fff !important;
}

.fc_gray_f {
  color: #fff !important;
}

.bg_gray_f {
  background-color: #fff !important;
}

.fc_e1 {
  color: #e1e1e1 !important;
}

.bg_e1 {
  background-color: #e1e1e1 !important;
}

.fc_gray_e1 {
  color: #e1e1e1 !important;
}

.bg_gray_e1 {
  background-color: #e1e1e1 !important;
}

.fc_e2 {
  color: #e2e2e2 !important;
}

.bg_e2 {
  background-color: #e2e2e2 !important;
}

.fc_gray_e2 {
  color: #e2e2e2 !important;
}

.bg_gray_e2 {
  background-color: #e2e2e2 !important;
}

.fc_e3 {
  color: #e3e3e3 !important;
}

.bg_e3 {
  background-color: #e3e3e3 !important;
}

.fc_gray_e3 {
  color: #e3e3e3 !important;
}

.bg_gray_e3 {
  background-color: #e3e3e3 !important;
}

.fc_e4 {
  color: #e4e4e4 !important;
}

.bg_e4 {
  background-color: #e4e4e4 !important;
}

.fc_gray_e4 {
  color: #e4e4e4 !important;
}

.bg_gray_e4 {
  background-color: #e4e4e4 !important;
}

.fc_e5 {
  color: #e5e5e5 !important;
}

.bg_e5 {
  background-color: #e5e5e5 !important;
}

.fc_gray_e5 {
  color: #e5e5e5 !important;
}

.bg_gray_e5 {
  background-color: #e5e5e5 !important;
}

.fc_e6 {
  color: #e6e6e6 !important;
}

.bg_e6 {
  background-color: #e6e6e6 !important;
}

.fc_gray_e6 {
  color: #e6e6e6 !important;
}

.bg_gray_e6 {
  background-color: #e6e6e6 !important;
}

.fc_e7 {
  color: #e7e7e7 !important;
}

.bg_e7 {
  background-color: #e7e7e7 !important;
}

.fc_gray_e7 {
  color: #e7e7e7 !important;
}

.bg_gray_e7 {
  background-color: #e7e7e7 !important;
}

.fc_e8 {
  color: #e8e8e8 !important;
}

.bg_e8 {
  background-color: #e8e8e8 !important;
}

.fc_gray_e8 {
  color: #e8e8e8 !important;
}

.bg_gray_e8 {
  background-color: #e8e8e8 !important;
}

.fc_e9 {
  color: #e9e9e9 !important;
}

.bg_e9 {
  background-color: #e9e9e9 !important;
}

.fc_gray_e9 {
  color: #e9e9e9 !important;
}

.bg_gray_e9 {
  background-color: #e9e9e9 !important;
}

.fc_ea {
  color: #eaeaea !important;
}

.bg_ea {
  background-color: #eaeaea !important;
}

.fc_gray_ea {
  color: #eaeaea !important;
}

.bg_gray_ea {
  background-color: #eaeaea !important;
}

.fc_eb {
  color: #ebebeb !important;
}

.bg_eb {
  background-color: #ebebeb !important;
}

.fc_gray_eb {
  color: #ebebeb !important;
}

.bg_gray_eb {
  background-color: #ebebeb !important;
}

.fc_ec {
  color: #ececec !important;
}

.bg_ec {
  background-color: #ececec !important;
}

.fc_gray_ec {
  color: #ececec !important;
}

.bg_gray_ec {
  background-color: #ececec !important;
}

.fc_ed {
  color: #ededed !important;
}

.bg_ed {
  background-color: #ededed !important;
}

.fc_gray_ed {
  color: #ededed !important;
}

.bg_gray_ed {
  background-color: #ededed !important;
}

.fc_ee {
  color: #eeeeee !important;
}

.bg_ee {
  background-color: #eeeeee !important;
}

.fc_gray_ee {
  color: #eeeeee !important;
}

.bg_gray_ee {
  background-color: #eeeeee !important;
}

.fc_ef {
  color: #efefef !important;
}

.bg_ef {
  background-color: #efefef !important;
}

.fc_gray_ef {
  color: #efefef !important;
}

.bg_gray_ef {
  background-color: #efefef !important;
}

.fc_f1 {
  color: #f1f1f1 !important;
}

.bg_f1 {
  background-color: #f1f1f1 !important;
}

.fc_gray_f1 {
  color: #f1f1f1 !important;
}

.bg_gray_f1 {
  background-color: #f1f1f1 !important;
}

.fc_f2 {
  color: #f2f2f2 !important;
}

.bg_f2 {
  background-color: #f2f2f2 !important;
}

.fc_gray_f2 {
  color: #f2f2f2 !important;
}

.bg_gray_f2 {
  background-color: #f2f2f2 !important;
}

.fc_f3 {
  color: #f3f3f3 !important;
}

.bg_f3 {
  background-color: #f3f3f3 !important;
}

.fc_gray_f3 {
  color: #f3f3f3 !important;
}

.bg_gray_f3 {
  background-color: #f3f3f3 !important;
}

.fc_f4 {
  color: #f4f4f4 !important;
}

.bg_f4 {
  background-color: #f4f4f4 !important;
}

.fc_gray_f4 {
  color: #f4f4f4 !important;
}

.bg_gray_f4 {
  background-color: #f4f4f4 !important;
}

.fc_f5 {
  color: #f5f5f5 !important;
}

.bg_f5 {
  background-color: #f5f5f5 !important;
}

.fc_gray_f5 {
  color: #f5f5f5 !important;
}

.bg_gray_f5 {
  background-color: #f5f5f5 !important;
}

.fc_f6 {
  color: #f6f6f6 !important;
}

.bg_f6 {
  background-color: #f6f6f6 !important;
}

.fc_gray_f6 {
  color: #f6f6f6 !important;
}

.bg_gray_f6 {
  background-color: #f6f6f6 !important;
}

.fc_f7 {
  color: #f7f7f7 !important;
}

.bg_f7 {
  background-color: #f7f7f7 !important;
}

.fc_gray_f7 {
  color: #f7f7f7 !important;
}

.bg_gray_f7 {
  background-color: #f7f7f7 !important;
}

.fc_f8 {
  color: #f8f8f8 !important;
}

.bg_f8 {
  background-color: #f8f8f8 !important;
}

.fc_gray_f8 {
  color: #f8f8f8 !important;
}

.bg_gray_f8 {
  background-color: #f8f8f8 !important;
}

.fc_f9 {
  color: #f9f9f9 !important;
}

.bg_f9 {
  background-color: #f9f9f9 !important;
}

.fc_gray_f9 {
  color: #f9f9f9 !important;
}

.bg_gray_f9 {
  background-color: #f9f9f9 !important;
}

.border_gray_0 {
  border: 1px solid #000 !important;
}

.border1_gray_0 {
  border: 1px solid #000 !important;
}

.border_gray_1 {
  border: 1px solid #111 !important;
}

.border1_gray_1 {
  border: 1px solid #111 !important;
}

.border_gray_2 {
  border: 1px solid #222 !important;
}

.border1_gray_2 {
  border: 1px solid #222 !important;
}

.border_gray_3 {
  border: 1px solid #333 !important;
}

.border1_gray_3 {
  border: 1px solid #333 !important;
}

.border_gray_4 {
  border: 1px solid #444 !important;
}

.border1_gray_4 {
  border: 1px solid #444 !important;
}

.border_gray_5 {
  border: 1px solid #555 !important;
}

.border1_gray_5 {
  border: 1px solid #555 !important;
}

.border_gray_6 {
  border: 1px solid #666 !important;
}

.border1_gray_6 {
  border: 1px solid #666 !important;
}

.border_gray_7 {
  border: 1px solid #777 !important;
}

.border1_gray_7 {
  border: 1px solid #777 !important;
}

.border_gray_8 {
  border: 1px solid #888 !important;
}

.border1_gray_8 {
  border: 1px solid #888 !important;
}

.border_gray_9 {
  border: 1px solid #999 !important;
}

.border1_gray_9 {
  border: 1px solid #999 !important;
}

.border_gray_a {
  border: 1px solid #aaa !important;
}

.border1_gray_a {
  border: 1px solid #aaa !important;
}

.border_gray_b {
  border: 1px solid #bbb !important;
}

.border1_gray_b {
  border: 1px solid #bbb !important;
}

.border_gray_c {
  border: 1px solid #ccc !important;
}

.border1_gray_c {
  border: 1px solid #ccc !important;
}

.border_gray_d {
  border: 1px solid #ddd !important;
}

.border1_gray_d {
  border: 1px solid #ddd !important;
}

.border_gray_e {
  border: 1px solid #eee !important;
}

.border1_gray_e {
  border: 1px solid #eee !important;
}

.border_gray_f {
  border: 1px solid #fff !important;
}

.border1_gray_f {
  border: 1px solid #fff !important;
}

.border_gray_e1 {
  border: 1px solid #e1e1e1 !important;
}

.border1_gray_e1 {
  border: 1px solid #e1e1e1 !important;
}

.border_gray_e2 {
  border: 1px solid #e2e2e2 !important;
}

.border1_gray_e2 {
  border: 1px solid #e2e2e2 !important;
}

.border_gray_e3 {
  border: 1px solid #e3e3e3 !important;
}

.border1_gray_e3 {
  border: 1px solid #e3e3e3 !important;
}

.border_gray_e4 {
  border: 1px solid #e4e4e4 !important;
}

.border1_gray_e4 {
  border: 1px solid #e4e4e4 !important;
}

.border_gray_e5 {
  border: 1px solid #e5e5e5 !important;
}

.border1_gray_e5 {
  border: 1px solid #e5e5e5 !important;
}

.border_gray_e6 {
  border: 1px solid #e6e6e6 !important;
}

.border1_gray_e6 {
  border: 1px solid #e6e6e6 !important;
}

.border_gray_e7 {
  border: 1px solid #e7e7e7 !important;
}

.border1_gray_e7 {
  border: 1px solid #e7e7e7 !important;
}

.border_gray_e8 {
  border: 1px solid #e8e8e8 !important;
}

.border1_gray_e8 {
  border: 1px solid #e8e8e8 !important;
}

.border_gray_e9 {
  border: 1px solid #e9e9e9 !important;
}

.border1_gray_e9 {
  border: 1px solid #e9e9e9 !important;
}

.border_gray_ea {
  border: 1px solid #eaeaea !important;
}

.border1_gray_ea {
  border: 1px solid #eaeaea !important;
}

.border_gray_eb {
  border: 1px solid #ebebeb !important;
}

.border1_gray_eb {
  border: 1px solid #ebebeb !important;
}

.border_gray_ec {
  border: 1px solid #ececec !important;
}

.border1_gray_ec {
  border: 1px solid #ececec !important;
}

.border_gray_ed {
  border: 1px solid #ededed !important;
}

.border1_gray_ed {
  border: 1px solid #ededed !important;
}

.border_gray_ee {
  border: 1px solid #eeeeee !important;
}

.border1_gray_ee {
  border: 1px solid #eeeeee !important;
}

.border_gray_ef {
  border: 1px solid #efefef !important;
}

.border1_gray_ef {
  border: 1px solid #efefef !important;
}

.border_gray_f1 {
  border: 1px solid #f1f1f1 !important;
}

.border1_gray_f1 {
  border: 1px solid #f1f1f1 !important;
}

.border_gray_f2 {
  border: 1px solid #f2f2f2 !important;
}

.border1_gray_f2 {
  border: 1px solid #f2f2f2 !important;
}

.border_gray_f3 {
  border: 1px solid #f3f3f3 !important;
}

.border1_gray_f3 {
  border: 1px solid #f3f3f3 !important;
}

.border_gray_f4 {
  border: 1px solid #f4f4f4 !important;
}

.border1_gray_f4 {
  border: 1px solid #f4f4f4 !important;
}

.border_gray_f5 {
  border: 1px solid #f5f5f5 !important;
}

.border1_gray_f5 {
  border: 1px solid #f5f5f5 !important;
}

.border_gray_f6 {
  border: 1px solid #f6f6f6 !important;
}

.border1_gray_f6 {
  border: 1px solid #f6f6f6 !important;
}

.border_gray_f7 {
  border: 1px solid #f7f7f7 !important;
}

.border1_gray_f7 {
  border: 1px solid #f7f7f7 !important;
}

.border_gray_f8 {
  border: 1px solid #f8f8f8 !important;
}

.border1_gray_f8 {
  border: 1px solid #f8f8f8 !important;
}

.border_gray_f9 {
  border: 1px solid #f9f9f9 !important;
}

.border1_gray_f9 {
  border: 1px solid #f9f9f9 !important;
}

.border2_gray_0 {
  border: 2px solid #000 !important;
}

.border2_gray_1 {
  border: 2px solid #111 !important;
}

.border2_gray_2 {
  border: 2px solid #222 !important;
}

.border2_gray_3 {
  border: 2px solid #333 !important;
}

.border2_gray_4 {
  border: 2px solid #444 !important;
}

.border2_gray_5 {
  border: 2px solid #555 !important;
}

.border2_gray_6 {
  border: 2px solid #666 !important;
}

.border2_gray_7 {
  border: 2px solid #777 !important;
}

.border2_gray_8 {
  border: 2px solid #888 !important;
}

.border2_gray_9 {
  border: 2px solid #999 !important;
}

.border2_gray_a {
  border: 2px solid #aaa !important;
}

.border2_gray_b {
  border: 2px solid #bbb !important;
}

.border2_gray_c {
  border: 2px solid #ccc !important;
}

.border2_gray_d {
  border: 2px solid #ddd !important;
}

.border2_gray_e {
  border: 2px solid #eee !important;
}

.border2_gray_f {
  border: 2px solid #fff !important;
}

.border2_gray_e1 {
  border: 2px solid #e1e1e1 !important;
}

.border2_gray_e2 {
  border: 2px solid #e2e2e2 !important;
}

.border2_gray_e3 {
  border: 2px solid #e3e3e3 !important;
}

.border2_gray_e4 {
  border: 2px solid #e4e4e4 !important;
}

.border2_gray_e5 {
  border: 2px solid #e5e5e5 !important;
}

.border2_gray_e6 {
  border: 2px solid #e6e6e6 !important;
}

.border2_gray_e7 {
  border: 2px solid #e7e7e7 !important;
}

.border2_gray_e8 {
  border: 2px solid #e8e8e8 !important;
}

.border2_gray_e9 {
  border: 2px solid #e9e9e9 !important;
}

.border2_gray_ea {
  border: 2px solid #eaeaea !important;
}

.border2_gray_eb {
  border: 2px solid #ebebeb !important;
}

.border2_gray_ec {
  border: 2px solid #ececec !important;
}

.border2_gray_ed {
  border: 2px solid #ededed !important;
}

.border2_gray_ee {
  border: 2px solid #eeeeee !important;
}

.border2_gray_ef {
  border: 2px solid #efefef !important;
}

.border2_gray_f1 {
  border: 2px solid #f1f1f1 !important;
}

.border2_gray_f2 {
  border: 2px solid #f2f2f2 !important;
}

.border2_gray_f3 {
  border: 2px solid #f3f3f3 !important;
}

.border2_gray_f4 {
  border: 2px solid #f4f4f4 !important;
}

.border2_gray_f5 {
  border: 2px solid #f5f5f5 !important;
}

.border2_gray_f6 {
  border: 2px solid #f6f6f6 !important;
}

.border2_gray_f7 {
  border: 2px solid #f7f7f7 !important;
}

.border2_gray_f8 {
  border: 2px solid #f8f8f8 !important;
}

.border2_gray_f9 {
  border: 2px solid #f9f9f9 !important;
}

.border3_gray_0 {
  border: 3px solid #000 !important;
}

.border3_gray_1 {
  border: 3px solid #111 !important;
}

.border3_gray_2 {
  border: 3px solid #222 !important;
}

.border3_gray_3 {
  border: 3px solid #333 !important;
}

.border3_gray_4 {
  border: 3px solid #444 !important;
}

.border3_gray_5 {
  border: 3px solid #555 !important;
}

.border3_gray_6 {
  border: 3px solid #666 !important;
}

.border3_gray_7 {
  border: 3px solid #777 !important;
}

.border3_gray_8 {
  border: 3px solid #888 !important;
}

.border3_gray_9 {
  border: 3px solid #999 !important;
}

.border3_gray_a {
  border: 3px solid #aaa !important;
}

.border3_gray_b {
  border: 3px solid #bbb !important;
}

.border3_gray_c {
  border: 3px solid #ccc !important;
}

.border3_gray_d {
  border: 3px solid #ddd !important;
}

.border3_gray_e {
  border: 3px solid #eee !important;
}

.border3_gray_f {
  border: 3px solid #fff !important;
}

.border3_gray_e1 {
  border: 3px solid #e1e1e1 !important;
}

.border3_gray_e2 {
  border: 3px solid #e2e2e2 !important;
}

.border3_gray_e3 {
  border: 3px solid #e3e3e3 !important;
}

.border3_gray_e4 {
  border: 3px solid #e4e4e4 !important;
}

.border3_gray_e5 {
  border: 3px solid #e5e5e5 !important;
}

.border3_gray_e6 {
  border: 3px solid #e6e6e6 !important;
}

.border3_gray_e7 {
  border: 3px solid #e7e7e7 !important;
}

.border3_gray_e8 {
  border: 3px solid #e8e8e8 !important;
}

.border3_gray_e9 {
  border: 3px solid #e9e9e9 !important;
}

.border3_gray_ea {
  border: 3px solid #eaeaea !important;
}

.border3_gray_eb {
  border: 3px solid #ebebeb !important;
}

.border3_gray_ec {
  border: 3px solid #ececec !important;
}

.border3_gray_ed {
  border: 3px solid #ededed !important;
}

.border3_gray_ee {
  border: 3px solid #eeeeee !important;
}

.border3_gray_ef {
  border: 3px solid #efefef !important;
}

.border3_gray_f1 {
  border: 3px solid #f1f1f1 !important;
}

.border3_gray_f2 {
  border: 3px solid #f2f2f2 !important;
}

.border3_gray_f3 {
  border: 3px solid #f3f3f3 !important;
}

.border3_gray_f4 {
  border: 3px solid #f4f4f4 !important;
}

.border3_gray_f5 {
  border: 3px solid #f5f5f5 !important;
}

.border3_gray_f6 {
  border: 3px solid #f6f6f6 !important;
}

.border3_gray_f7 {
  border: 3px solid #f7f7f7 !important;
}

.border3_gray_f8 {
  border: 3px solid #f8f8f8 !important;
}

.border3_gray_f9 {
  border: 3px solid #f9f9f9 !important;
}

.border4_gray_0 {
  border: 4px solid #000 !important;
}

.border4_gray_1 {
  border: 4px solid #111 !important;
}

.border4_gray_2 {
  border: 4px solid #222 !important;
}

.border4_gray_3 {
  border: 4px solid #333 !important;
}

.border4_gray_4 {
  border: 4px solid #444 !important;
}

.border4_gray_5 {
  border: 4px solid #555 !important;
}

.border4_gray_6 {
  border: 4px solid #666 !important;
}

.border4_gray_7 {
  border: 4px solid #777 !important;
}

.border4_gray_8 {
  border: 4px solid #888 !important;
}

.border4_gray_9 {
  border: 4px solid #999 !important;
}

.border4_gray_a {
  border: 4px solid #aaa !important;
}

.border4_gray_b {
  border: 4px solid #bbb !important;
}

.border4_gray_c {
  border: 4px solid #ccc !important;
}

.border4_gray_d {
  border: 4px solid #ddd !important;
}

.border4_gray_e {
  border: 4px solid #eee !important;
}

.border4_gray_f {
  border: 4px solid #fff !important;
}

.border4_gray_e1 {
  border: 4px solid #e1e1e1 !important;
}

.border4_gray_e2 {
  border: 4px solid #e2e2e2 !important;
}

.border4_gray_e3 {
  border: 4px solid #e3e3e3 !important;
}

.border4_gray_e4 {
  border: 4px solid #e4e4e4 !important;
}

.border4_gray_e5 {
  border: 4px solid #e5e5e5 !important;
}

.border4_gray_e6 {
  border: 4px solid #e6e6e6 !important;
}

.border4_gray_e7 {
  border: 4px solid #e7e7e7 !important;
}

.border4_gray_e8 {
  border: 4px solid #e8e8e8 !important;
}

.border4_gray_e9 {
  border: 4px solid #e9e9e9 !important;
}

.border4_gray_ea {
  border: 4px solid #eaeaea !important;
}

.border4_gray_eb {
  border: 4px solid #ebebeb !important;
}

.border4_gray_ec {
  border: 4px solid #ececec !important;
}

.border4_gray_ed {
  border: 4px solid #ededed !important;
}

.border4_gray_ee {
  border: 4px solid #eeeeee !important;
}

.border4_gray_ef {
  border: 4px solid #efefef !important;
}

.border4_gray_f1 {
  border: 4px solid #f1f1f1 !important;
}

.border4_gray_f2 {
  border: 4px solid #f2f2f2 !important;
}

.border4_gray_f3 {
  border: 4px solid #f3f3f3 !important;
}

.border4_gray_f4 {
  border: 4px solid #f4f4f4 !important;
}

.border4_gray_f5 {
  border: 4px solid #f5f5f5 !important;
}

.border4_gray_f6 {
  border: 4px solid #f6f6f6 !important;
}

.border4_gray_f7 {
  border: 4px solid #f7f7f7 !important;
}

.border4_gray_f8 {
  border: 4px solid #f8f8f8 !important;
}

.border4_gray_f9 {
  border: 4px solid #f9f9f9 !important;
}

.border5_gray_0 {
  border: 5px solid #000 !important;
}

.border5_gray_1 {
  border: 5px solid #111 !important;
}

.border5_gray_2 {
  border: 5px solid #222 !important;
}

.border5_gray_3 {
  border: 5px solid #333 !important;
}

.border5_gray_4 {
  border: 5px solid #444 !important;
}

.border5_gray_5 {
  border: 5px solid #555 !important;
}

.border5_gray_6 {
  border: 5px solid #666 !important;
}

.border5_gray_7 {
  border: 5px solid #777 !important;
}

.border5_gray_8 {
  border: 5px solid #888 !important;
}

.border5_gray_9 {
  border: 5px solid #999 !important;
}

.border5_gray_a {
  border: 5px solid #aaa !important;
}

.border5_gray_b {
  border: 5px solid #bbb !important;
}

.border5_gray_c {
  border: 5px solid #ccc !important;
}

.border5_gray_d {
  border: 5px solid #ddd !important;
}

.border5_gray_e {
  border: 5px solid #eee !important;
}

.border5_gray_f {
  border: 5px solid #fff !important;
}

.border5_gray_e1 {
  border: 5px solid #e1e1e1 !important;
}

.border5_gray_e2 {
  border: 5px solid #e2e2e2 !important;
}

.border5_gray_e3 {
  border: 5px solid #e3e3e3 !important;
}

.border5_gray_e4 {
  border: 5px solid #e4e4e4 !important;
}

.border5_gray_e5 {
  border: 5px solid #e5e5e5 !important;
}

.border5_gray_e6 {
  border: 5px solid #e6e6e6 !important;
}

.border5_gray_e7 {
  border: 5px solid #e7e7e7 !important;
}

.border5_gray_e8 {
  border: 5px solid #e8e8e8 !important;
}

.border5_gray_e9 {
  border: 5px solid #e9e9e9 !important;
}

.border5_gray_ea {
  border: 5px solid #eaeaea !important;
}

.border5_gray_eb {
  border: 5px solid #ebebeb !important;
}

.border5_gray_ec {
  border: 5px solid #ececec !important;
}

.border5_gray_ed {
  border: 5px solid #ededed !important;
}

.border5_gray_ee {
  border: 5px solid #eeeeee !important;
}

.border5_gray_ef {
  border: 5px solid #efefef !important;
}

.border5_gray_f1 {
  border: 5px solid #f1f1f1 !important;
}

.border5_gray_f2 {
  border: 5px solid #f2f2f2 !important;
}

.border5_gray_f3 {
  border: 5px solid #f3f3f3 !important;
}

.border5_gray_f4 {
  border: 5px solid #f4f4f4 !important;
}

.border5_gray_f5 {
  border: 5px solid #f5f5f5 !important;
}

.border5_gray_f6 {
  border: 5px solid #f6f6f6 !important;
}

.border5_gray_f7 {
  border: 5px solid #f7f7f7 !important;
}

.border5_gray_f8 {
  border: 5px solid #f8f8f8 !important;
}

.border5_gray_f9 {
  border: 5px solid #f9f9f9 !important;
}

.border_t_gray_0 {
  border-top: 1px solid #000 !important;
}

.border_t1_gray_0 {
  border-top: 1px solid #000 !important;
}

.border_t_gray_1 {
  border-top: 1px solid #111 !important;
}

.border_t1_gray_1 {
  border-top: 1px solid #111 !important;
}

.border_t_gray_2 {
  border-top: 1px solid #222 !important;
}

.border_t1_gray_2 {
  border-top: 1px solid #222 !important;
}

.border_t_gray_3 {
  border-top: 1px solid #333 !important;
}

.border_t1_gray_3 {
  border-top: 1px solid #333 !important;
}

.border_t_gray_4 {
  border-top: 1px solid #444 !important;
}

.border_t1_gray_4 {
  border-top: 1px solid #444 !important;
}

.border_t_gray_5 {
  border-top: 1px solid #555 !important;
}

.border_t1_gray_5 {
  border-top: 1px solid #555 !important;
}

.border_t_gray_6 {
  border-top: 1px solid #666 !important;
}

.border_t1_gray_6 {
  border-top: 1px solid #666 !important;
}

.border_t_gray_7 {
  border-top: 1px solid #777 !important;
}

.border_t1_gray_7 {
  border-top: 1px solid #777 !important;
}

.border_t_gray_8 {
  border-top: 1px solid #888 !important;
}

.border_t1_gray_8 {
  border-top: 1px solid #888 !important;
}

.border_t_gray_9 {
  border-top: 1px solid #999 !important;
}

.border_t1_gray_9 {
  border-top: 1px solid #999 !important;
}

.border_t_gray_a {
  border-top: 1px solid #aaa !important;
}

.border_t1_gray_a {
  border-top: 1px solid #aaa !important;
}

.border_t_gray_b {
  border-top: 1px solid #bbb !important;
}

.border_t1_gray_b {
  border-top: 1px solid #bbb !important;
}

.border_t_gray_c {
  border-top: 1px solid #ccc !important;
}

.border_t1_gray_c {
  border-top: 1px solid #ccc !important;
}

.border_t_gray_d {
  border-top: 1px solid #ddd !important;
}

.border_t1_gray_d {
  border-top: 1px solid #ddd !important;
}

.border_t_gray_e {
  border-top: 1px solid #eee !important;
}

.border_t1_gray_e {
  border-top: 1px solid #eee !important;
}

.border_t_gray_f {
  border-top: 1px solid #fff !important;
}

.border_t1_gray_f {
  border-top: 1px solid #fff !important;
}

.border_t_gray_e1 {
  border-top: 1px solid #e1e1e1 !important;
}

.border_t1_gray_e1 {
  border-top: 1px solid #e1e1e1 !important;
}

.border_t_gray_e2 {
  border-top: 1px solid #e2e2e2 !important;
}

.border_t1_gray_e2 {
  border-top: 1px solid #e2e2e2 !important;
}

.border_t_gray_e3 {
  border-top: 1px solid #e3e3e3 !important;
}

.border_t1_gray_e3 {
  border-top: 1px solid #e3e3e3 !important;
}

.border_t_gray_e4 {
  border-top: 1px solid #e4e4e4 !important;
}

.border_t1_gray_e4 {
  border-top: 1px solid #e4e4e4 !important;
}

.border_t_gray_e5 {
  border-top: 1px solid #e5e5e5 !important;
}

.border_t1_gray_e5 {
  border-top: 1px solid #e5e5e5 !important;
}

.border_t_gray_e6 {
  border-top: 1px solid #e6e6e6 !important;
}

.border_t1_gray_e6 {
  border-top: 1px solid #e6e6e6 !important;
}

.border_t_gray_e7 {
  border-top: 1px solid #e7e7e7 !important;
}

.border_t1_gray_e7 {
  border-top: 1px solid #e7e7e7 !important;
}

.border_t_gray_e8 {
  border-top: 1px solid #e8e8e8 !important;
}

.border_t1_gray_e8 {
  border-top: 1px solid #e8e8e8 !important;
}

.border_t_gray_e9 {
  border-top: 1px solid #e9e9e9 !important;
}

.border_t1_gray_e9 {
  border-top: 1px solid #e9e9e9 !important;
}

.border_t_gray_ea {
  border-top: 1px solid #eaeaea !important;
}

.border_t1_gray_ea {
  border-top: 1px solid #eaeaea !important;
}

.border_t_gray_eb {
  border-top: 1px solid #ebebeb !important;
}

.border_t1_gray_eb {
  border-top: 1px solid #ebebeb !important;
}

.border_t_gray_ec {
  border-top: 1px solid #ececec !important;
}

.border_t1_gray_ec {
  border-top: 1px solid #ececec !important;
}

.border_t_gray_ed {
  border-top: 1px solid #ededed !important;
}

.border_t1_gray_ed {
  border-top: 1px solid #ededed !important;
}

.border_t_gray_ee {
  border-top: 1px solid #eeeeee !important;
}

.border_t1_gray_ee {
  border-top: 1px solid #eeeeee !important;
}

.border_t_gray_ef {
  border-top: 1px solid #efefef !important;
}

.border_t1_gray_ef {
  border-top: 1px solid #efefef !important;
}

.border_t_gray_f1 {
  border-top: 1px solid #f1f1f1 !important;
}

.border_t1_gray_f1 {
  border-top: 1px solid #f1f1f1 !important;
}

.border_t_gray_f2 {
  border-top: 1px solid #f2f2f2 !important;
}

.border_t1_gray_f2 {
  border-top: 1px solid #f2f2f2 !important;
}

.border_t_gray_f3 {
  border-top: 1px solid #f3f3f3 !important;
}

.border_t1_gray_f3 {
  border-top: 1px solid #f3f3f3 !important;
}

.border_t_gray_f4 {
  border-top: 1px solid #f4f4f4 !important;
}

.border_t1_gray_f4 {
  border-top: 1px solid #f4f4f4 !important;
}

.border_t_gray_f5 {
  border-top: 1px solid #f5f5f5 !important;
}

.border_t1_gray_f5 {
  border-top: 1px solid #f5f5f5 !important;
}

.border_t_gray_f6 {
  border-top: 1px solid #f6f6f6 !important;
}

.border_t1_gray_f6 {
  border-top: 1px solid #f6f6f6 !important;
}

.border_t_gray_f7 {
  border-top: 1px solid #f7f7f7 !important;
}

.border_t1_gray_f7 {
  border-top: 1px solid #f7f7f7 !important;
}

.border_t_gray_f8 {
  border-top: 1px solid #f8f8f8 !important;
}

.border_t1_gray_f8 {
  border-top: 1px solid #f8f8f8 !important;
}

.border_t_gray_f9 {
  border-top: 1px solid #f9f9f9 !important;
}

.border_t1_gray_f9 {
  border-top: 1px solid #f9f9f9 !important;
}

.border_t2_gray_0 {
  border-top: 2px solid #000 !important;
}

.border_t2_gray_1 {
  border-top: 2px solid #111 !important;
}

.border_t2_gray_2 {
  border-top: 2px solid #222 !important;
}

.border_t2_gray_3 {
  border-top: 2px solid #333 !important;
}

.border_t2_gray_4 {
  border-top: 2px solid #444 !important;
}

.border_t2_gray_5 {
  border-top: 2px solid #555 !important;
}

.border_t2_gray_6 {
  border-top: 2px solid #666 !important;
}

.border_t2_gray_7 {
  border-top: 2px solid #777 !important;
}

.border_t2_gray_8 {
  border-top: 2px solid #888 !important;
}

.border_t2_gray_9 {
  border-top: 2px solid #999 !important;
}

.border_t2_gray_a {
  border-top: 2px solid #aaa !important;
}

.border_t2_gray_b {
  border-top: 2px solid #bbb !important;
}

.border_t2_gray_c {
  border-top: 2px solid #ccc !important;
}

.border_t2_gray_d {
  border-top: 2px solid #ddd !important;
}

.border_t2_gray_e {
  border-top: 2px solid #eee !important;
}

.border_t2_gray_f {
  border-top: 2px solid #fff !important;
}

.border_t2_gray_e1 {
  border-top: 2px solid #e1e1e1 !important;
}

.border_t2_gray_e2 {
  border-top: 2px solid #e2e2e2 !important;
}

.border_t2_gray_e3 {
  border-top: 2px solid #e3e3e3 !important;
}

.border_t2_gray_e4 {
  border-top: 2px solid #e4e4e4 !important;
}

.border_t2_gray_e5 {
  border-top: 2px solid #e5e5e5 !important;
}

.border_t2_gray_e6 {
  border-top: 2px solid #e6e6e6 !important;
}

.border_t2_gray_e7 {
  border-top: 2px solid #e7e7e7 !important;
}

.border_t2_gray_e8 {
  border-top: 2px solid #e8e8e8 !important;
}

.border_t2_gray_e9 {
  border-top: 2px solid #e9e9e9 !important;
}

.border_t2_gray_ea {
  border-top: 2px solid #eaeaea !important;
}

.border_t2_gray_eb {
  border-top: 2px solid #ebebeb !important;
}

.border_t2_gray_ec {
  border-top: 2px solid #ececec !important;
}

.border_t2_gray_ed {
  border-top: 2px solid #ededed !important;
}

.border_t2_gray_ee {
  border-top: 2px solid #eeeeee !important;
}

.border_t2_gray_ef {
  border-top: 2px solid #efefef !important;
}

.border_t2_gray_f1 {
  border-top: 2px solid #f1f1f1 !important;
}

.border_t2_gray_f2 {
  border-top: 2px solid #f2f2f2 !important;
}

.border_t2_gray_f3 {
  border-top: 2px solid #f3f3f3 !important;
}

.border_t2_gray_f4 {
  border-top: 2px solid #f4f4f4 !important;
}

.border_t2_gray_f5 {
  border-top: 2px solid #f5f5f5 !important;
}

.border_t2_gray_f6 {
  border-top: 2px solid #f6f6f6 !important;
}

.border_t2_gray_f7 {
  border-top: 2px solid #f7f7f7 !important;
}

.border_t2_gray_f8 {
  border-top: 2px solid #f8f8f8 !important;
}

.border_t2_gray_f9 {
  border-top: 2px solid #f9f9f9 !important;
}

.border_t3_gray_0 {
  border-top: 3px solid #000 !important;
}

.border_t3_gray_1 {
  border-top: 3px solid #111 !important;
}

.border_t3_gray_2 {
  border-top: 3px solid #222 !important;
}

.border_t3_gray_3 {
  border-top: 3px solid #333 !important;
}

.border_t3_gray_4 {
  border-top: 3px solid #444 !important;
}

.border_t3_gray_5 {
  border-top: 3px solid #555 !important;
}

.border_t3_gray_6 {
  border-top: 3px solid #666 !important;
}

.border_t3_gray_7 {
  border-top: 3px solid #777 !important;
}

.border_t3_gray_8 {
  border-top: 3px solid #888 !important;
}

.border_t3_gray_9 {
  border-top: 3px solid #999 !important;
}

.border_t3_gray_a {
  border-top: 3px solid #aaa !important;
}

.border_t3_gray_b {
  border-top: 3px solid #bbb !important;
}

.border_t3_gray_c {
  border-top: 3px solid #ccc !important;
}

.border_t3_gray_d {
  border-top: 3px solid #ddd !important;
}

.border_t3_gray_e {
  border-top: 3px solid #eee !important;
}

.border_t3_gray_f {
  border-top: 3px solid #fff !important;
}

.border_t3_gray_e1 {
  border-top: 3px solid #e1e1e1 !important;
}

.border_t3_gray_e2 {
  border-top: 3px solid #e2e2e2 !important;
}

.border_t3_gray_e3 {
  border-top: 3px solid #e3e3e3 !important;
}

.border_t3_gray_e4 {
  border-top: 3px solid #e4e4e4 !important;
}

.border_t3_gray_e5 {
  border-top: 3px solid #e5e5e5 !important;
}

.border_t3_gray_e6 {
  border-top: 3px solid #e6e6e6 !important;
}

.border_t3_gray_e7 {
  border-top: 3px solid #e7e7e7 !important;
}

.border_t3_gray_e8 {
  border-top: 3px solid #e8e8e8 !important;
}

.border_t3_gray_e9 {
  border-top: 3px solid #e9e9e9 !important;
}

.border_t3_gray_ea {
  border-top: 3px solid #eaeaea !important;
}

.border_t3_gray_eb {
  border-top: 3px solid #ebebeb !important;
}

.border_t3_gray_ec {
  border-top: 3px solid #ececec !important;
}

.border_t3_gray_ed {
  border-top: 3px solid #ededed !important;
}

.border_t3_gray_ee {
  border-top: 3px solid #eeeeee !important;
}

.border_t3_gray_ef {
  border-top: 3px solid #efefef !important;
}

.border_t3_gray_f1 {
  border-top: 3px solid #f1f1f1 !important;
}

.border_t3_gray_f2 {
  border-top: 3px solid #f2f2f2 !important;
}

.border_t3_gray_f3 {
  border-top: 3px solid #f3f3f3 !important;
}

.border_t3_gray_f4 {
  border-top: 3px solid #f4f4f4 !important;
}

.border_t3_gray_f5 {
  border-top: 3px solid #f5f5f5 !important;
}

.border_t3_gray_f6 {
  border-top: 3px solid #f6f6f6 !important;
}

.border_t3_gray_f7 {
  border-top: 3px solid #f7f7f7 !important;
}

.border_t3_gray_f8 {
  border-top: 3px solid #f8f8f8 !important;
}

.border_t3_gray_f9 {
  border-top: 3px solid #f9f9f9 !important;
}

.border_t4_gray_0 {
  border-top: 4px solid #000 !important;
}

.border_t4_gray_1 {
  border-top: 4px solid #111 !important;
}

.border_t4_gray_2 {
  border-top: 4px solid #222 !important;
}

.border_t4_gray_3 {
  border-top: 4px solid #333 !important;
}

.border_t4_gray_4 {
  border-top: 4px solid #444 !important;
}

.border_t4_gray_5 {
  border-top: 4px solid #555 !important;
}

.border_t4_gray_6 {
  border-top: 4px solid #666 !important;
}

.border_t4_gray_7 {
  border-top: 4px solid #777 !important;
}

.border_t4_gray_8 {
  border-top: 4px solid #888 !important;
}

.border_t4_gray_9 {
  border-top: 4px solid #999 !important;
}

.border_t4_gray_a {
  border-top: 4px solid #aaa !important;
}

.border_t4_gray_b {
  border-top: 4px solid #bbb !important;
}

.border_t4_gray_c {
  border-top: 4px solid #ccc !important;
}

.border_t4_gray_d {
  border-top: 4px solid #ddd !important;
}

.border_t4_gray_e {
  border-top: 4px solid #eee !important;
}

.border_t4_gray_f {
  border-top: 4px solid #fff !important;
}

.border_t4_gray_e1 {
  border-top: 4px solid #e1e1e1 !important;
}

.border_t4_gray_e2 {
  border-top: 4px solid #e2e2e2 !important;
}

.border_t4_gray_e3 {
  border-top: 4px solid #e3e3e3 !important;
}

.border_t4_gray_e4 {
  border-top: 4px solid #e4e4e4 !important;
}

.border_t4_gray_e5 {
  border-top: 4px solid #e5e5e5 !important;
}

.border_t4_gray_e6 {
  border-top: 4px solid #e6e6e6 !important;
}

.border_t4_gray_e7 {
  border-top: 4px solid #e7e7e7 !important;
}

.border_t4_gray_e8 {
  border-top: 4px solid #e8e8e8 !important;
}

.border_t4_gray_e9 {
  border-top: 4px solid #e9e9e9 !important;
}

.border_t4_gray_ea {
  border-top: 4px solid #eaeaea !important;
}

.border_t4_gray_eb {
  border-top: 4px solid #ebebeb !important;
}

.border_t4_gray_ec {
  border-top: 4px solid #ececec !important;
}

.border_t4_gray_ed {
  border-top: 4px solid #ededed !important;
}

.border_t4_gray_ee {
  border-top: 4px solid #eeeeee !important;
}

.border_t4_gray_ef {
  border-top: 4px solid #efefef !important;
}

.border_t4_gray_f1 {
  border-top: 4px solid #f1f1f1 !important;
}

.border_t4_gray_f2 {
  border-top: 4px solid #f2f2f2 !important;
}

.border_t4_gray_f3 {
  border-top: 4px solid #f3f3f3 !important;
}

.border_t4_gray_f4 {
  border-top: 4px solid #f4f4f4 !important;
}

.border_t4_gray_f5 {
  border-top: 4px solid #f5f5f5 !important;
}

.border_t4_gray_f6 {
  border-top: 4px solid #f6f6f6 !important;
}

.border_t4_gray_f7 {
  border-top: 4px solid #f7f7f7 !important;
}

.border_t4_gray_f8 {
  border-top: 4px solid #f8f8f8 !important;
}

.border_t4_gray_f9 {
  border-top: 4px solid #f9f9f9 !important;
}

.border_t5_gray_0 {
  border-top: 5px solid #000 !important;
}

.border_t5_gray_1 {
  border-top: 5px solid #111 !important;
}

.border_t5_gray_2 {
  border-top: 5px solid #222 !important;
}

.border_t5_gray_3 {
  border-top: 5px solid #333 !important;
}

.border_t5_gray_4 {
  border-top: 5px solid #444 !important;
}

.border_t5_gray_5 {
  border-top: 5px solid #555 !important;
}

.border_t5_gray_6 {
  border-top: 5px solid #666 !important;
}

.border_t5_gray_7 {
  border-top: 5px solid #777 !important;
}

.border_t5_gray_8 {
  border-top: 5px solid #888 !important;
}

.border_t5_gray_9 {
  border-top: 5px solid #999 !important;
}

.border_t5_gray_a {
  border-top: 5px solid #aaa !important;
}

.border_t5_gray_b {
  border-top: 5px solid #bbb !important;
}

.border_t5_gray_c {
  border-top: 5px solid #ccc !important;
}

.border_t5_gray_d {
  border-top: 5px solid #ddd !important;
}

.border_t5_gray_e {
  border-top: 5px solid #eee !important;
}

.border_t5_gray_f {
  border-top: 5px solid #fff !important;
}

.border_t5_gray_e1 {
  border-top: 5px solid #e1e1e1 !important;
}

.border_t5_gray_e2 {
  border-top: 5px solid #e2e2e2 !important;
}

.border_t5_gray_e3 {
  border-top: 5px solid #e3e3e3 !important;
}

.border_t5_gray_e4 {
  border-top: 5px solid #e4e4e4 !important;
}

.border_t5_gray_e5 {
  border-top: 5px solid #e5e5e5 !important;
}

.border_t5_gray_e6 {
  border-top: 5px solid #e6e6e6 !important;
}

.border_t5_gray_e7 {
  border-top: 5px solid #e7e7e7 !important;
}

.border_t5_gray_e8 {
  border-top: 5px solid #e8e8e8 !important;
}

.border_t5_gray_e9 {
  border-top: 5px solid #e9e9e9 !important;
}

.border_t5_gray_ea {
  border-top: 5px solid #eaeaea !important;
}

.border_t5_gray_eb {
  border-top: 5px solid #ebebeb !important;
}

.border_t5_gray_ec {
  border-top: 5px solid #ececec !important;
}

.border_t5_gray_ed {
  border-top: 5px solid #ededed !important;
}

.border_t5_gray_ee {
  border-top: 5px solid #eeeeee !important;
}

.border_t5_gray_ef {
  border-top: 5px solid #efefef !important;
}

.border_t5_gray_f1 {
  border-top: 5px solid #f1f1f1 !important;
}

.border_t5_gray_f2 {
  border-top: 5px solid #f2f2f2 !important;
}

.border_t5_gray_f3 {
  border-top: 5px solid #f3f3f3 !important;
}

.border_t5_gray_f4 {
  border-top: 5px solid #f4f4f4 !important;
}

.border_t5_gray_f5 {
  border-top: 5px solid #f5f5f5 !important;
}

.border_t5_gray_f6 {
  border-top: 5px solid #f6f6f6 !important;
}

.border_t5_gray_f7 {
  border-top: 5px solid #f7f7f7 !important;
}

.border_t5_gray_f8 {
  border-top: 5px solid #f8f8f8 !important;
}

.border_t5_gray_f9 {
  border-top: 5px solid #f9f9f9 !important;
}

.border_b_gray_0 {
  border-bottom: 1px solid #000 !important;
}

.border_b1_gray_0 {
  border-bottom: 1px solid #000 !important;
}

.border_b_gray_1 {
  border-bottom: 1px solid #111 !important;
}

.border_b1_gray_1 {
  border-bottom: 1px solid #111 !important;
}

.border_b_gray_2 {
  border-bottom: 1px solid #222 !important;
}

.border_b1_gray_2 {
  border-bottom: 1px solid #222 !important;
}

.border_b_gray_3 {
  border-bottom: 1px solid #333 !important;
}

.border_b1_gray_3 {
  border-bottom: 1px solid #333 !important;
}

.border_b_gray_4 {
  border-bottom: 1px solid #444 !important;
}

.border_b1_gray_4 {
  border-bottom: 1px solid #444 !important;
}

.border_b_gray_5 {
  border-bottom: 1px solid #555 !important;
}

.border_b1_gray_5 {
  border-bottom: 1px solid #555 !important;
}

.border_b_gray_6 {
  border-bottom: 1px solid #666 !important;
}

.border_b1_gray_6 {
  border-bottom: 1px solid #666 !important;
}

.border_b_gray_7 {
  border-bottom: 1px solid #777 !important;
}

.border_b1_gray_7 {
  border-bottom: 1px solid #777 !important;
}

.border_b_gray_8 {
  border-bottom: 1px solid #888 !important;
}

.border_b1_gray_8 {
  border-bottom: 1px solid #888 !important;
}

.border_b_gray_9 {
  border-bottom: 1px solid #999 !important;
}

.border_b1_gray_9 {
  border-bottom: 1px solid #999 !important;
}

.border_b_gray_a {
  border-bottom: 1px solid #aaa !important;
}

.border_b1_gray_a {
  border-bottom: 1px solid #aaa !important;
}

.border_b_gray_b {
  border-bottom: 1px solid #bbb !important;
}

.border_b1_gray_b {
  border-bottom: 1px solid #bbb !important;
}

.border_b_gray_c {
  border-bottom: 1px solid #ccc !important;
}

.border_b1_gray_c {
  border-bottom: 1px solid #ccc !important;
}

.border_b_gray_d {
  border-bottom: 1px solid #ddd !important;
}

.border_b1_gray_d {
  border-bottom: 1px solid #ddd !important;
}

.border_b_gray_e {
  border-bottom: 1px solid #eee !important;
}

.border_b1_gray_e {
  border-bottom: 1px solid #eee !important;
}

.border_b_gray_f {
  border-bottom: 1px solid #fff !important;
}

.border_b1_gray_f {
  border-bottom: 1px solid #fff !important;
}

.border_b_gray_e1 {
  border-bottom: 1px solid #e1e1e1 !important;
}

.border_b1_gray_e1 {
  border-bottom: 1px solid #e1e1e1 !important;
}

.border_b_gray_e2 {
  border-bottom: 1px solid #e2e2e2 !important;
}

.border_b1_gray_e2 {
  border-bottom: 1px solid #e2e2e2 !important;
}

.border_b_gray_e3 {
  border-bottom: 1px solid #e3e3e3 !important;
}

.border_b1_gray_e3 {
  border-bottom: 1px solid #e3e3e3 !important;
}

.border_b_gray_e4 {
  border-bottom: 1px solid #e4e4e4 !important;
}

.border_b1_gray_e4 {
  border-bottom: 1px solid #e4e4e4 !important;
}

.border_b_gray_e5 {
  border-bottom: 1px solid #e5e5e5 !important;
}

.border_b1_gray_e5 {
  border-bottom: 1px solid #e5e5e5 !important;
}

.border_b_gray_e6 {
  border-bottom: 1px solid #e6e6e6 !important;
}

.border_b1_gray_e6 {
  border-bottom: 1px solid #e6e6e6 !important;
}

.border_b_gray_e7 {
  border-bottom: 1px solid #e7e7e7 !important;
}

.border_b1_gray_e7 {
  border-bottom: 1px solid #e7e7e7 !important;
}

.border_b_gray_e8 {
  border-bottom: 1px solid #e8e8e8 !important;
}

.border_b1_gray_e8 {
  border-bottom: 1px solid #e8e8e8 !important;
}

.border_b_gray_e9 {
  border-bottom: 1px solid #e9e9e9 !important;
}

.border_b1_gray_e9 {
  border-bottom: 1px solid #e9e9e9 !important;
}

.border_b_gray_ea {
  border-bottom: 1px solid #eaeaea !important;
}

.border_b1_gray_ea {
  border-bottom: 1px solid #eaeaea !important;
}

.border_b_gray_eb {
  border-bottom: 1px solid #ebebeb !important;
}

.border_b1_gray_eb {
  border-bottom: 1px solid #ebebeb !important;
}

.border_b_gray_ec {
  border-bottom: 1px solid #ececec !important;
}

.border_b1_gray_ec {
  border-bottom: 1px solid #ececec !important;
}

.border_b_gray_ed {
  border-bottom: 1px solid #ededed !important;
}

.border_b1_gray_ed {
  border-bottom: 1px solid #ededed !important;
}

.border_b_gray_ee {
  border-bottom: 1px solid #eeeeee !important;
}

.border_b1_gray_ee {
  border-bottom: 1px solid #eeeeee !important;
}

.border_b_gray_ef {
  border-bottom: 1px solid #efefef !important;
}

.border_b1_gray_ef {
  border-bottom: 1px solid #efefef !important;
}

.border_b_gray_f1 {
  border-bottom: 1px solid #f1f1f1 !important;
}

.border_b1_gray_f1 {
  border-bottom: 1px solid #f1f1f1 !important;
}

.border_b_gray_f2 {
  border-bottom: 1px solid #f2f2f2 !important;
}

.border_b1_gray_f2 {
  border-bottom: 1px solid #f2f2f2 !important;
}

.border_b_gray_f3 {
  border-bottom: 1px solid #f3f3f3 !important;
}

.border_b1_gray_f3 {
  border-bottom: 1px solid #f3f3f3 !important;
}

.border_b_gray_f4 {
  border-bottom: 1px solid #f4f4f4 !important;
}

.border_b1_gray_f4 {
  border-bottom: 1px solid #f4f4f4 !important;
}

.border_b_gray_f5 {
  border-bottom: 1px solid #f5f5f5 !important;
}

.border_b1_gray_f5 {
  border-bottom: 1px solid #f5f5f5 !important;
}

.border_b_gray_f6 {
  border-bottom: 1px solid #f6f6f6 !important;
}

.border_b1_gray_f6 {
  border-bottom: 1px solid #f6f6f6 !important;
}

.border_b_gray_f7 {
  border-bottom: 1px solid #f7f7f7 !important;
}

.border_b1_gray_f7 {
  border-bottom: 1px solid #f7f7f7 !important;
}

.border_b_gray_f8 {
  border-bottom: 1px solid #f8f8f8 !important;
}

.border_b1_gray_f8 {
  border-bottom: 1px solid #f8f8f8 !important;
}

.border_b_gray_f9 {
  border-bottom: 1px solid #f9f9f9 !important;
}

.border_b1_gray_f9 {
  border-bottom: 1px solid #f9f9f9 !important;
}

.border_b2_gray_0 {
  border-bottom: 2px solid #000 !important;
}

.border_b2_gray_1 {
  border-bottom: 2px solid #111 !important;
}

.border_b2_gray_2 {
  border-bottom: 2px solid #222 !important;
}

.border_b2_gray_3 {
  border-bottom: 2px solid #333 !important;
}

.border_b2_gray_4 {
  border-bottom: 2px solid #444 !important;
}

.border_b2_gray_5 {
  border-bottom: 2px solid #555 !important;
}

.border_b2_gray_6 {
  border-bottom: 2px solid #666 !important;
}

.border_b2_gray_7 {
  border-bottom: 2px solid #777 !important;
}

.border_b2_gray_8 {
  border-bottom: 2px solid #888 !important;
}

.border_b2_gray_9 {
  border-bottom: 2px solid #999 !important;
}

.border_b2_gray_a {
  border-bottom: 2px solid #aaa !important;
}

.border_b2_gray_b {
  border-bottom: 2px solid #bbb !important;
}

.border_b2_gray_c {
  border-bottom: 2px solid #ccc !important;
}

.border_b2_gray_d {
  border-bottom: 2px solid #ddd !important;
}

.border_b2_gray_e {
  border-bottom: 2px solid #eee !important;
}

.border_b2_gray_f {
  border-bottom: 2px solid #fff !important;
}

.border_b2_gray_e1 {
  border-bottom: 2px solid #e1e1e1 !important;
}

.border_b2_gray_e2 {
  border-bottom: 2px solid #e2e2e2 !important;
}

.border_b2_gray_e3 {
  border-bottom: 2px solid #e3e3e3 !important;
}

.border_b2_gray_e4 {
  border-bottom: 2px solid #e4e4e4 !important;
}

.border_b2_gray_e5 {
  border-bottom: 2px solid #e5e5e5 !important;
}

.border_b2_gray_e6 {
  border-bottom: 2px solid #e6e6e6 !important;
}

.border_b2_gray_e7 {
  border-bottom: 2px solid #e7e7e7 !important;
}

.border_b2_gray_e8 {
  border-bottom: 2px solid #e8e8e8 !important;
}

.border_b2_gray_e9 {
  border-bottom: 2px solid #e9e9e9 !important;
}

.border_b2_gray_ea {
  border-bottom: 2px solid #eaeaea !important;
}

.border_b2_gray_eb {
  border-bottom: 2px solid #ebebeb !important;
}

.border_b2_gray_ec {
  border-bottom: 2px solid #ececec !important;
}

.border_b2_gray_ed {
  border-bottom: 2px solid #ededed !important;
}

.border_b2_gray_ee {
  border-bottom: 2px solid #eeeeee !important;
}

.border_b2_gray_ef {
  border-bottom: 2px solid #efefef !important;
}

.border_b2_gray_f1 {
  border-bottom: 2px solid #f1f1f1 !important;
}

.border_b2_gray_f2 {
  border-bottom: 2px solid #f2f2f2 !important;
}

.border_b2_gray_f3 {
  border-bottom: 2px solid #f3f3f3 !important;
}

.border_b2_gray_f4 {
  border-bottom: 2px solid #f4f4f4 !important;
}

.border_b2_gray_f5 {
  border-bottom: 2px solid #f5f5f5 !important;
}

.border_b2_gray_f6 {
  border-bottom: 2px solid #f6f6f6 !important;
}

.border_b2_gray_f7 {
  border-bottom: 2px solid #f7f7f7 !important;
}

.border_b2_gray_f8 {
  border-bottom: 2px solid #f8f8f8 !important;
}

.border_b2_gray_f9 {
  border-bottom: 2px solid #f9f9f9 !important;
}

.border_b3_gray_0 {
  border-bottom: 3px solid #000 !important;
}

.border_b3_gray_1 {
  border-bottom: 3px solid #111 !important;
}

.border_b3_gray_2 {
  border-bottom: 3px solid #222 !important;
}

.border_b3_gray_3 {
  border-bottom: 3px solid #333 !important;
}

.border_b3_gray_4 {
  border-bottom: 3px solid #444 !important;
}

.border_b3_gray_5 {
  border-bottom: 3px solid #555 !important;
}

.border_b3_gray_6 {
  border-bottom: 3px solid #666 !important;
}

.border_b3_gray_7 {
  border-bottom: 3px solid #777 !important;
}

.border_b3_gray_8 {
  border-bottom: 3px solid #888 !important;
}

.border_b3_gray_9 {
  border-bottom: 3px solid #999 !important;
}

.border_b3_gray_a {
  border-bottom: 3px solid #aaa !important;
}

.border_b3_gray_b {
  border-bottom: 3px solid #bbb !important;
}

.border_b3_gray_c {
  border-bottom: 3px solid #ccc !important;
}

.border_b3_gray_d {
  border-bottom: 3px solid #ddd !important;
}

.border_b3_gray_e {
  border-bottom: 3px solid #eee !important;
}

.border_b3_gray_f {
  border-bottom: 3px solid #fff !important;
}

.border_b3_gray_e1 {
  border-bottom: 3px solid #e1e1e1 !important;
}

.border_b3_gray_e2 {
  border-bottom: 3px solid #e2e2e2 !important;
}

.border_b3_gray_e3 {
  border-bottom: 3px solid #e3e3e3 !important;
}

.border_b3_gray_e4 {
  border-bottom: 3px solid #e4e4e4 !important;
}

.border_b3_gray_e5 {
  border-bottom: 3px solid #e5e5e5 !important;
}

.border_b3_gray_e6 {
  border-bottom: 3px solid #e6e6e6 !important;
}

.border_b3_gray_e7 {
  border-bottom: 3px solid #e7e7e7 !important;
}

.border_b3_gray_e8 {
  border-bottom: 3px solid #e8e8e8 !important;
}

.border_b3_gray_e9 {
  border-bottom: 3px solid #e9e9e9 !important;
}

.border_b3_gray_ea {
  border-bottom: 3px solid #eaeaea !important;
}

.border_b3_gray_eb {
  border-bottom: 3px solid #ebebeb !important;
}

.border_b3_gray_ec {
  border-bottom: 3px solid #ececec !important;
}

.border_b3_gray_ed {
  border-bottom: 3px solid #ededed !important;
}

.border_b3_gray_ee {
  border-bottom: 3px solid #eeeeee !important;
}

.border_b3_gray_ef {
  border-bottom: 3px solid #efefef !important;
}

.border_b3_gray_f1 {
  border-bottom: 3px solid #f1f1f1 !important;
}

.border_b3_gray_f2 {
  border-bottom: 3px solid #f2f2f2 !important;
}

.border_b3_gray_f3 {
  border-bottom: 3px solid #f3f3f3 !important;
}

.border_b3_gray_f4 {
  border-bottom: 3px solid #f4f4f4 !important;
}

.border_b3_gray_f5 {
  border-bottom: 3px solid #f5f5f5 !important;
}

.border_b3_gray_f6 {
  border-bottom: 3px solid #f6f6f6 !important;
}

.border_b3_gray_f7 {
  border-bottom: 3px solid #f7f7f7 !important;
}

.border_b3_gray_f8 {
  border-bottom: 3px solid #f8f8f8 !important;
}

.border_b3_gray_f9 {
  border-bottom: 3px solid #f9f9f9 !important;
}

.border_b4_gray_0 {
  border-bottom: 4px solid #000 !important;
}

.border_b4_gray_1 {
  border-bottom: 4px solid #111 !important;
}

.border_b4_gray_2 {
  border-bottom: 4px solid #222 !important;
}

.border_b4_gray_3 {
  border-bottom: 4px solid #333 !important;
}

.border_b4_gray_4 {
  border-bottom: 4px solid #444 !important;
}

.border_b4_gray_5 {
  border-bottom: 4px solid #555 !important;
}

.border_b4_gray_6 {
  border-bottom: 4px solid #666 !important;
}

.border_b4_gray_7 {
  border-bottom: 4px solid #777 !important;
}

.border_b4_gray_8 {
  border-bottom: 4px solid #888 !important;
}

.border_b4_gray_9 {
  border-bottom: 4px solid #999 !important;
}

.border_b4_gray_a {
  border-bottom: 4px solid #aaa !important;
}

.border_b4_gray_b {
  border-bottom: 4px solid #bbb !important;
}

.border_b4_gray_c {
  border-bottom: 4px solid #ccc !important;
}

.border_b4_gray_d {
  border-bottom: 4px solid #ddd !important;
}

.border_b4_gray_e {
  border-bottom: 4px solid #eee !important;
}

.border_b4_gray_f {
  border-bottom: 4px solid #fff !important;
}

.border_b4_gray_e1 {
  border-bottom: 4px solid #e1e1e1 !important;
}

.border_b4_gray_e2 {
  border-bottom: 4px solid #e2e2e2 !important;
}

.border_b4_gray_e3 {
  border-bottom: 4px solid #e3e3e3 !important;
}

.border_b4_gray_e4 {
  border-bottom: 4px solid #e4e4e4 !important;
}

.border_b4_gray_e5 {
  border-bottom: 4px solid #e5e5e5 !important;
}

.border_b4_gray_e6 {
  border-bottom: 4px solid #e6e6e6 !important;
}

.border_b4_gray_e7 {
  border-bottom: 4px solid #e7e7e7 !important;
}

.border_b4_gray_e8 {
  border-bottom: 4px solid #e8e8e8 !important;
}

.border_b4_gray_e9 {
  border-bottom: 4px solid #e9e9e9 !important;
}

.border_b4_gray_ea {
  border-bottom: 4px solid #eaeaea !important;
}

.border_b4_gray_eb {
  border-bottom: 4px solid #ebebeb !important;
}

.border_b4_gray_ec {
  border-bottom: 4px solid #ececec !important;
}

.border_b4_gray_ed {
  border-bottom: 4px solid #ededed !important;
}

.border_b4_gray_ee {
  border-bottom: 4px solid #eeeeee !important;
}

.border_b4_gray_ef {
  border-bottom: 4px solid #efefef !important;
}

.border_b4_gray_f1 {
  border-bottom: 4px solid #f1f1f1 !important;
}

.border_b4_gray_f2 {
  border-bottom: 4px solid #f2f2f2 !important;
}

.border_b4_gray_f3 {
  border-bottom: 4px solid #f3f3f3 !important;
}

.border_b4_gray_f4 {
  border-bottom: 4px solid #f4f4f4 !important;
}

.border_b4_gray_f5 {
  border-bottom: 4px solid #f5f5f5 !important;
}

.border_b4_gray_f6 {
  border-bottom: 4px solid #f6f6f6 !important;
}

.border_b4_gray_f7 {
  border-bottom: 4px solid #f7f7f7 !important;
}

.border_b4_gray_f8 {
  border-bottom: 4px solid #f8f8f8 !important;
}

.border_b4_gray_f9 {
  border-bottom: 4px solid #f9f9f9 !important;
}

.border_b5_gray_0 {
  border-bottom: 5px solid #000 !important;
}

.border_b5_gray_1 {
  border-bottom: 5px solid #111 !important;
}

.border_b5_gray_2 {
  border-bottom: 5px solid #222 !important;
}

.border_b5_gray_3 {
  border-bottom: 5px solid #333 !important;
}

.border_b5_gray_4 {
  border-bottom: 5px solid #444 !important;
}

.border_b5_gray_5 {
  border-bottom: 5px solid #555 !important;
}

.border_b5_gray_6 {
  border-bottom: 5px solid #666 !important;
}

.border_b5_gray_7 {
  border-bottom: 5px solid #777 !important;
}

.border_b5_gray_8 {
  border-bottom: 5px solid #888 !important;
}

.border_b5_gray_9 {
  border-bottom: 5px solid #999 !important;
}

.border_b5_gray_a {
  border-bottom: 5px solid #aaa !important;
}

.border_b5_gray_b {
  border-bottom: 5px solid #bbb !important;
}

.border_b5_gray_c {
  border-bottom: 5px solid #ccc !important;
}

.border_b5_gray_d {
  border-bottom: 5px solid #ddd !important;
}

.border_b5_gray_e {
  border-bottom: 5px solid #eee !important;
}

.border_b5_gray_f {
  border-bottom: 5px solid #fff !important;
}

.border_b5_gray_e1 {
  border-bottom: 5px solid #e1e1e1 !important;
}

.border_b5_gray_e2 {
  border-bottom: 5px solid #e2e2e2 !important;
}

.border_b5_gray_e3 {
  border-bottom: 5px solid #e3e3e3 !important;
}

.border_b5_gray_e4 {
  border-bottom: 5px solid #e4e4e4 !important;
}

.border_b5_gray_e5 {
  border-bottom: 5px solid #e5e5e5 !important;
}

.border_b5_gray_e6 {
  border-bottom: 5px solid #e6e6e6 !important;
}

.border_b5_gray_e7 {
  border-bottom: 5px solid #e7e7e7 !important;
}

.border_b5_gray_e8 {
  border-bottom: 5px solid #e8e8e8 !important;
}

.border_b5_gray_e9 {
  border-bottom: 5px solid #e9e9e9 !important;
}

.border_b5_gray_ea {
  border-bottom: 5px solid #eaeaea !important;
}

.border_b5_gray_eb {
  border-bottom: 5px solid #ebebeb !important;
}

.border_b5_gray_ec {
  border-bottom: 5px solid #ececec !important;
}

.border_b5_gray_ed {
  border-bottom: 5px solid #ededed !important;
}

.border_b5_gray_ee {
  border-bottom: 5px solid #eeeeee !important;
}

.border_b5_gray_ef {
  border-bottom: 5px solid #efefef !important;
}

.border_b5_gray_f1 {
  border-bottom: 5px solid #f1f1f1 !important;
}

.border_b5_gray_f2 {
  border-bottom: 5px solid #f2f2f2 !important;
}

.border_b5_gray_f3 {
  border-bottom: 5px solid #f3f3f3 !important;
}

.border_b5_gray_f4 {
  border-bottom: 5px solid #f4f4f4 !important;
}

.border_b5_gray_f5 {
  border-bottom: 5px solid #f5f5f5 !important;
}

.border_b5_gray_f6 {
  border-bottom: 5px solid #f6f6f6 !important;
}

.border_b5_gray_f7 {
  border-bottom: 5px solid #f7f7f7 !important;
}

.border_b5_gray_f8 {
  border-bottom: 5px solid #f8f8f8 !important;
}

.border_b5_gray_f9 {
  border-bottom: 5px solid #f9f9f9 !important;
}

.border_l_gray_0 {
  border-left: 1px solid #000 !important;
}

.border_l1_gray_0 {
  border-left: 1px solid #000 !important;
}

.border_l_gray_1 {
  border-left: 1px solid #111 !important;
}

.border_l1_gray_1 {
  border-left: 1px solid #111 !important;
}

.border_l_gray_2 {
  border-left: 1px solid #222 !important;
}

.border_l1_gray_2 {
  border-left: 1px solid #222 !important;
}

.border_l_gray_3 {
  border-left: 1px solid #333 !important;
}

.border_l1_gray_3 {
  border-left: 1px solid #333 !important;
}

.border_l_gray_4 {
  border-left: 1px solid #444 !important;
}

.border_l1_gray_4 {
  border-left: 1px solid #444 !important;
}

.border_l_gray_5 {
  border-left: 1px solid #555 !important;
}

.border_l1_gray_5 {
  border-left: 1px solid #555 !important;
}

.border_l_gray_6 {
  border-left: 1px solid #666 !important;
}

.border_l1_gray_6 {
  border-left: 1px solid #666 !important;
}

.border_l_gray_7 {
  border-left: 1px solid #777 !important;
}

.border_l1_gray_7 {
  border-left: 1px solid #777 !important;
}

.border_l_gray_8 {
  border-left: 1px solid #888 !important;
}

.border_l1_gray_8 {
  border-left: 1px solid #888 !important;
}

.border_l_gray_9 {
  border-left: 1px solid #999 !important;
}

.border_l1_gray_9 {
  border-left: 1px solid #999 !important;
}

.border_l_gray_a {
  border-left: 1px solid #aaa !important;
}

.border_l1_gray_a {
  border-left: 1px solid #aaa !important;
}

.border_l_gray_b {
  border-left: 1px solid #bbb !important;
}

.border_l1_gray_b {
  border-left: 1px solid #bbb !important;
}

.border_l_gray_c {
  border-left: 1px solid #ccc !important;
}

.border_l1_gray_c {
  border-left: 1px solid #ccc !important;
}

.border_l_gray_d {
  border-left: 1px solid #ddd !important;
}

.border_l1_gray_d {
  border-left: 1px solid #ddd !important;
}

.border_l_gray_e {
  border-left: 1px solid #eee !important;
}

.border_l1_gray_e {
  border-left: 1px solid #eee !important;
}

.border_l_gray_f {
  border-left: 1px solid #fff !important;
}

.border_l1_gray_f {
  border-left: 1px solid #fff !important;
}

.border_l_gray_e1 {
  border-left: 1px solid #e1e1e1 !important;
}

.border_l1_gray_e1 {
  border-left: 1px solid #e1e1e1 !important;
}

.border_l_gray_e2 {
  border-left: 1px solid #e2e2e2 !important;
}

.border_l1_gray_e2 {
  border-left: 1px solid #e2e2e2 !important;
}

.border_l_gray_e3 {
  border-left: 1px solid #e3e3e3 !important;
}

.border_l1_gray_e3 {
  border-left: 1px solid #e3e3e3 !important;
}

.border_l_gray_e4 {
  border-left: 1px solid #e4e4e4 !important;
}

.border_l1_gray_e4 {
  border-left: 1px solid #e4e4e4 !important;
}

.border_l_gray_e5 {
  border-left: 1px solid #e5e5e5 !important;
}

.border_l1_gray_e5 {
  border-left: 1px solid #e5e5e5 !important;
}

.border_l_gray_e6 {
  border-left: 1px solid #e6e6e6 !important;
}

.border_l1_gray_e6 {
  border-left: 1px solid #e6e6e6 !important;
}

.border_l_gray_e7 {
  border-left: 1px solid #e7e7e7 !important;
}

.border_l1_gray_e7 {
  border-left: 1px solid #e7e7e7 !important;
}

.border_l_gray_e8 {
  border-left: 1px solid #e8e8e8 !important;
}

.border_l1_gray_e8 {
  border-left: 1px solid #e8e8e8 !important;
}

.border_l_gray_e9 {
  border-left: 1px solid #e9e9e9 !important;
}

.border_l1_gray_e9 {
  border-left: 1px solid #e9e9e9 !important;
}

.border_l_gray_ea {
  border-left: 1px solid #eaeaea !important;
}

.border_l1_gray_ea {
  border-left: 1px solid #eaeaea !important;
}

.border_l_gray_eb {
  border-left: 1px solid #ebebeb !important;
}

.border_l1_gray_eb {
  border-left: 1px solid #ebebeb !important;
}

.border_l_gray_ec {
  border-left: 1px solid #ececec !important;
}

.border_l1_gray_ec {
  border-left: 1px solid #ececec !important;
}

.border_l_gray_ed {
  border-left: 1px solid #ededed !important;
}

.border_l1_gray_ed {
  border-left: 1px solid #ededed !important;
}

.border_l_gray_ee {
  border-left: 1px solid #eeeeee !important;
}

.border_l1_gray_ee {
  border-left: 1px solid #eeeeee !important;
}

.border_l_gray_ef {
  border-left: 1px solid #efefef !important;
}

.border_l1_gray_ef {
  border-left: 1px solid #efefef !important;
}

.border_l_gray_f1 {
  border-left: 1px solid #f1f1f1 !important;
}

.border_l1_gray_f1 {
  border-left: 1px solid #f1f1f1 !important;
}

.border_l_gray_f2 {
  border-left: 1px solid #f2f2f2 !important;
}

.border_l1_gray_f2 {
  border-left: 1px solid #f2f2f2 !important;
}

.border_l_gray_f3 {
  border-left: 1px solid #f3f3f3 !important;
}

.border_l1_gray_f3 {
  border-left: 1px solid #f3f3f3 !important;
}

.border_l_gray_f4 {
  border-left: 1px solid #f4f4f4 !important;
}

.border_l1_gray_f4 {
  border-left: 1px solid #f4f4f4 !important;
}

.border_l_gray_f5 {
  border-left: 1px solid #f5f5f5 !important;
}

.border_l1_gray_f5 {
  border-left: 1px solid #f5f5f5 !important;
}

.border_l_gray_f6 {
  border-left: 1px solid #f6f6f6 !important;
}

.border_l1_gray_f6 {
  border-left: 1px solid #f6f6f6 !important;
}

.border_l_gray_f7 {
  border-left: 1px solid #f7f7f7 !important;
}

.border_l1_gray_f7 {
  border-left: 1px solid #f7f7f7 !important;
}

.border_l_gray_f8 {
  border-left: 1px solid #f8f8f8 !important;
}

.border_l1_gray_f8 {
  border-left: 1px solid #f8f8f8 !important;
}

.border_l_gray_f9 {
  border-left: 1px solid #f9f9f9 !important;
}

.border_l1_gray_f9 {
  border-left: 1px solid #f9f9f9 !important;
}

.border_l2_gray_0 {
  border-left: 2px solid #000 !important;
}

.border_l2_gray_1 {
  border-left: 2px solid #111 !important;
}

.border_l2_gray_2 {
  border-left: 2px solid #222 !important;
}

.border_l2_gray_3 {
  border-left: 2px solid #333 !important;
}

.border_l2_gray_4 {
  border-left: 2px solid #444 !important;
}

.border_l2_gray_5 {
  border-left: 2px solid #555 !important;
}

.border_l2_gray_6 {
  border-left: 2px solid #666 !important;
}

.border_l2_gray_7 {
  border-left: 2px solid #777 !important;
}

.border_l2_gray_8 {
  border-left: 2px solid #888 !important;
}

.border_l2_gray_9 {
  border-left: 2px solid #999 !important;
}

.border_l2_gray_a {
  border-left: 2px solid #aaa !important;
}

.border_l2_gray_b {
  border-left: 2px solid #bbb !important;
}

.border_l2_gray_c {
  border-left: 2px solid #ccc !important;
}

.border_l2_gray_d {
  border-left: 2px solid #ddd !important;
}

.border_l2_gray_e {
  border-left: 2px solid #eee !important;
}

.border_l2_gray_f {
  border-left: 2px solid #fff !important;
}

.border_l2_gray_e1 {
  border-left: 2px solid #e1e1e1 !important;
}

.border_l2_gray_e2 {
  border-left: 2px solid #e2e2e2 !important;
}

.border_l2_gray_e3 {
  border-left: 2px solid #e3e3e3 !important;
}

.border_l2_gray_e4 {
  border-left: 2px solid #e4e4e4 !important;
}

.border_l2_gray_e5 {
  border-left: 2px solid #e5e5e5 !important;
}

.border_l2_gray_e6 {
  border-left: 2px solid #e6e6e6 !important;
}

.border_l2_gray_e7 {
  border-left: 2px solid #e7e7e7 !important;
}

.border_l2_gray_e8 {
  border-left: 2px solid #e8e8e8 !important;
}

.border_l2_gray_e9 {
  border-left: 2px solid #e9e9e9 !important;
}

.border_l2_gray_ea {
  border-left: 2px solid #eaeaea !important;
}

.border_l2_gray_eb {
  border-left: 2px solid #ebebeb !important;
}

.border_l2_gray_ec {
  border-left: 2px solid #ececec !important;
}

.border_l2_gray_ed {
  border-left: 2px solid #ededed !important;
}

.border_l2_gray_ee {
  border-left: 2px solid #eeeeee !important;
}

.border_l2_gray_ef {
  border-left: 2px solid #efefef !important;
}

.border_l2_gray_f1 {
  border-left: 2px solid #f1f1f1 !important;
}

.border_l2_gray_f2 {
  border-left: 2px solid #f2f2f2 !important;
}

.border_l2_gray_f3 {
  border-left: 2px solid #f3f3f3 !important;
}

.border_l2_gray_f4 {
  border-left: 2px solid #f4f4f4 !important;
}

.border_l2_gray_f5 {
  border-left: 2px solid #f5f5f5 !important;
}

.border_l2_gray_f6 {
  border-left: 2px solid #f6f6f6 !important;
}

.border_l2_gray_f7 {
  border-left: 2px solid #f7f7f7 !important;
}

.border_l2_gray_f8 {
  border-left: 2px solid #f8f8f8 !important;
}

.border_l2_gray_f9 {
  border-left: 2px solid #f9f9f9 !important;
}

.border_l3_gray_0 {
  border-left: 3px solid #000 !important;
}

.border_l3_gray_1 {
  border-left: 3px solid #111 !important;
}

.border_l3_gray_2 {
  border-left: 3px solid #222 !important;
}

.border_l3_gray_3 {
  border-left: 3px solid #333 !important;
}

.border_l3_gray_4 {
  border-left: 3px solid #444 !important;
}

.border_l3_gray_5 {
  border-left: 3px solid #555 !important;
}

.border_l3_gray_6 {
  border-left: 3px solid #666 !important;
}

.border_l3_gray_7 {
  border-left: 3px solid #777 !important;
}

.border_l3_gray_8 {
  border-left: 3px solid #888 !important;
}

.border_l3_gray_9 {
  border-left: 3px solid #999 !important;
}

.border_l3_gray_a {
  border-left: 3px solid #aaa !important;
}

.border_l3_gray_b {
  border-left: 3px solid #bbb !important;
}

.border_l3_gray_c {
  border-left: 3px solid #ccc !important;
}

.border_l3_gray_d {
  border-left: 3px solid #ddd !important;
}

.border_l3_gray_e {
  border-left: 3px solid #eee !important;
}

.border_l3_gray_f {
  border-left: 3px solid #fff !important;
}

.border_l3_gray_e1 {
  border-left: 3px solid #e1e1e1 !important;
}

.border_l3_gray_e2 {
  border-left: 3px solid #e2e2e2 !important;
}

.border_l3_gray_e3 {
  border-left: 3px solid #e3e3e3 !important;
}

.border_l3_gray_e4 {
  border-left: 3px solid #e4e4e4 !important;
}

.border_l3_gray_e5 {
  border-left: 3px solid #e5e5e5 !important;
}

.border_l3_gray_e6 {
  border-left: 3px solid #e6e6e6 !important;
}

.border_l3_gray_e7 {
  border-left: 3px solid #e7e7e7 !important;
}

.border_l3_gray_e8 {
  border-left: 3px solid #e8e8e8 !important;
}

.border_l3_gray_e9 {
  border-left: 3px solid #e9e9e9 !important;
}

.border_l3_gray_ea {
  border-left: 3px solid #eaeaea !important;
}

.border_l3_gray_eb {
  border-left: 3px solid #ebebeb !important;
}

.border_l3_gray_ec {
  border-left: 3px solid #ececec !important;
}

.border_l3_gray_ed {
  border-left: 3px solid #ededed !important;
}

.border_l3_gray_ee {
  border-left: 3px solid #eeeeee !important;
}

.border_l3_gray_ef {
  border-left: 3px solid #efefef !important;
}

.border_l3_gray_f1 {
  border-left: 3px solid #f1f1f1 !important;
}

.border_l3_gray_f2 {
  border-left: 3px solid #f2f2f2 !important;
}

.border_l3_gray_f3 {
  border-left: 3px solid #f3f3f3 !important;
}

.border_l3_gray_f4 {
  border-left: 3px solid #f4f4f4 !important;
}

.border_l3_gray_f5 {
  border-left: 3px solid #f5f5f5 !important;
}

.border_l3_gray_f6 {
  border-left: 3px solid #f6f6f6 !important;
}

.border_l3_gray_f7 {
  border-left: 3px solid #f7f7f7 !important;
}

.border_l3_gray_f8 {
  border-left: 3px solid #f8f8f8 !important;
}

.border_l3_gray_f9 {
  border-left: 3px solid #f9f9f9 !important;
}

.border_l4_gray_0 {
  border-left: 4px solid #000 !important;
}

.border_l4_gray_1 {
  border-left: 4px solid #111 !important;
}

.border_l4_gray_2 {
  border-left: 4px solid #222 !important;
}

.border_l4_gray_3 {
  border-left: 4px solid #333 !important;
}

.border_l4_gray_4 {
  border-left: 4px solid #444 !important;
}

.border_l4_gray_5 {
  border-left: 4px solid #555 !important;
}

.border_l4_gray_6 {
  border-left: 4px solid #666 !important;
}

.border_l4_gray_7 {
  border-left: 4px solid #777 !important;
}

.border_l4_gray_8 {
  border-left: 4px solid #888 !important;
}

.border_l4_gray_9 {
  border-left: 4px solid #999 !important;
}

.border_l4_gray_a {
  border-left: 4px solid #aaa !important;
}

.border_l4_gray_b {
  border-left: 4px solid #bbb !important;
}

.border_l4_gray_c {
  border-left: 4px solid #ccc !important;
}

.border_l4_gray_d {
  border-left: 4px solid #ddd !important;
}

.border_l4_gray_e {
  border-left: 4px solid #eee !important;
}

.border_l4_gray_f {
  border-left: 4px solid #fff !important;
}

.border_l4_gray_e1 {
  border-left: 4px solid #e1e1e1 !important;
}

.border_l4_gray_e2 {
  border-left: 4px solid #e2e2e2 !important;
}

.border_l4_gray_e3 {
  border-left: 4px solid #e3e3e3 !important;
}

.border_l4_gray_e4 {
  border-left: 4px solid #e4e4e4 !important;
}

.border_l4_gray_e5 {
  border-left: 4px solid #e5e5e5 !important;
}

.border_l4_gray_e6 {
  border-left: 4px solid #e6e6e6 !important;
}

.border_l4_gray_e7 {
  border-left: 4px solid #e7e7e7 !important;
}

.border_l4_gray_e8 {
  border-left: 4px solid #e8e8e8 !important;
}

.border_l4_gray_e9 {
  border-left: 4px solid #e9e9e9 !important;
}

.border_l4_gray_ea {
  border-left: 4px solid #eaeaea !important;
}

.border_l4_gray_eb {
  border-left: 4px solid #ebebeb !important;
}

.border_l4_gray_ec {
  border-left: 4px solid #ececec !important;
}

.border_l4_gray_ed {
  border-left: 4px solid #ededed !important;
}

.border_l4_gray_ee {
  border-left: 4px solid #eeeeee !important;
}

.border_l4_gray_ef {
  border-left: 4px solid #efefef !important;
}

.border_l4_gray_f1 {
  border-left: 4px solid #f1f1f1 !important;
}

.border_l4_gray_f2 {
  border-left: 4px solid #f2f2f2 !important;
}

.border_l4_gray_f3 {
  border-left: 4px solid #f3f3f3 !important;
}

.border_l4_gray_f4 {
  border-left: 4px solid #f4f4f4 !important;
}

.border_l4_gray_f5 {
  border-left: 4px solid #f5f5f5 !important;
}

.border_l4_gray_f6 {
  border-left: 4px solid #f6f6f6 !important;
}

.border_l4_gray_f7 {
  border-left: 4px solid #f7f7f7 !important;
}

.border_l4_gray_f8 {
  border-left: 4px solid #f8f8f8 !important;
}

.border_l4_gray_f9 {
  border-left: 4px solid #f9f9f9 !important;
}

.border_l5_gray_0 {
  border-left: 5px solid #000 !important;
}

.border_l5_gray_1 {
  border-left: 5px solid #111 !important;
}

.border_l5_gray_2 {
  border-left: 5px solid #222 !important;
}

.border_l5_gray_3 {
  border-left: 5px solid #333 !important;
}

.border_l5_gray_4 {
  border-left: 5px solid #444 !important;
}

.border_l5_gray_5 {
  border-left: 5px solid #555 !important;
}

.border_l5_gray_6 {
  border-left: 5px solid #666 !important;
}

.border_l5_gray_7 {
  border-left: 5px solid #777 !important;
}

.border_l5_gray_8 {
  border-left: 5px solid #888 !important;
}

.border_l5_gray_9 {
  border-left: 5px solid #999 !important;
}

.border_l5_gray_a {
  border-left: 5px solid #aaa !important;
}

.border_l5_gray_b {
  border-left: 5px solid #bbb !important;
}

.border_l5_gray_c {
  border-left: 5px solid #ccc !important;
}

.border_l5_gray_d {
  border-left: 5px solid #ddd !important;
}

.border_l5_gray_e {
  border-left: 5px solid #eee !important;
}

.border_l5_gray_f {
  border-left: 5px solid #fff !important;
}

.border_l5_gray_e1 {
  border-left: 5px solid #e1e1e1 !important;
}

.border_l5_gray_e2 {
  border-left: 5px solid #e2e2e2 !important;
}

.border_l5_gray_e3 {
  border-left: 5px solid #e3e3e3 !important;
}

.border_l5_gray_e4 {
  border-left: 5px solid #e4e4e4 !important;
}

.border_l5_gray_e5 {
  border-left: 5px solid #e5e5e5 !important;
}

.border_l5_gray_e6 {
  border-left: 5px solid #e6e6e6 !important;
}

.border_l5_gray_e7 {
  border-left: 5px solid #e7e7e7 !important;
}

.border_l5_gray_e8 {
  border-left: 5px solid #e8e8e8 !important;
}

.border_l5_gray_e9 {
  border-left: 5px solid #e9e9e9 !important;
}

.border_l5_gray_ea {
  border-left: 5px solid #eaeaea !important;
}

.border_l5_gray_eb {
  border-left: 5px solid #ebebeb !important;
}

.border_l5_gray_ec {
  border-left: 5px solid #ececec !important;
}

.border_l5_gray_ed {
  border-left: 5px solid #ededed !important;
}

.border_l5_gray_ee {
  border-left: 5px solid #eeeeee !important;
}

.border_l5_gray_ef {
  border-left: 5px solid #efefef !important;
}

.border_l5_gray_f1 {
  border-left: 5px solid #f1f1f1 !important;
}

.border_l5_gray_f2 {
  border-left: 5px solid #f2f2f2 !important;
}

.border_l5_gray_f3 {
  border-left: 5px solid #f3f3f3 !important;
}

.border_l5_gray_f4 {
  border-left: 5px solid #f4f4f4 !important;
}

.border_l5_gray_f5 {
  border-left: 5px solid #f5f5f5 !important;
}

.border_l5_gray_f6 {
  border-left: 5px solid #f6f6f6 !important;
}

.border_l5_gray_f7 {
  border-left: 5px solid #f7f7f7 !important;
}

.border_l5_gray_f8 {
  border-left: 5px solid #f8f8f8 !important;
}

.border_l5_gray_f9 {
  border-left: 5px solid #f9f9f9 !important;
}

.border_r_gray_0 {
  border-right: 1px solid #000 !important;
}

.border_r1_gray_0 {
  border-right: 1px solid #000 !important;
}

.border_r_gray_1 {
  border-right: 1px solid #111 !important;
}

.border_r1_gray_1 {
  border-right: 1px solid #111 !important;
}

.border_r_gray_2 {
  border-right: 1px solid #222 !important;
}

.border_r1_gray_2 {
  border-right: 1px solid #222 !important;
}

.border_r_gray_3 {
  border-right: 1px solid #333 !important;
}

.border_r1_gray_3 {
  border-right: 1px solid #333 !important;
}

.border_r_gray_4 {
  border-right: 1px solid #444 !important;
}

.border_r1_gray_4 {
  border-right: 1px solid #444 !important;
}

.border_r_gray_5 {
  border-right: 1px solid #555 !important;
}

.border_r1_gray_5 {
  border-right: 1px solid #555 !important;
}

.border_r_gray_6 {
  border-right: 1px solid #666 !important;
}

.border_r1_gray_6 {
  border-right: 1px solid #666 !important;
}

.border_r_gray_7 {
  border-right: 1px solid #777 !important;
}

.border_r1_gray_7 {
  border-right: 1px solid #777 !important;
}

.border_r_gray_8 {
  border-right: 1px solid #888 !important;
}

.border_r1_gray_8 {
  border-right: 1px solid #888 !important;
}

.border_r_gray_9 {
  border-right: 1px solid #999 !important;
}

.border_r1_gray_9 {
  border-right: 1px solid #999 !important;
}

.border_r_gray_a {
  border-right: 1px solid #aaa !important;
}

.border_r1_gray_a {
  border-right: 1px solid #aaa !important;
}

.border_r_gray_b {
  border-right: 1px solid #bbb !important;
}

.border_r1_gray_b {
  border-right: 1px solid #bbb !important;
}

.border_r_gray_c {
  border-right: 1px solid #ccc !important;
}

.border_r1_gray_c {
  border-right: 1px solid #ccc !important;
}

.border_r_gray_d {
  border-right: 1px solid #ddd !important;
}

.border_r1_gray_d {
  border-right: 1px solid #ddd !important;
}

.border_r_gray_e {
  border-right: 1px solid #eee !important;
}

.border_r1_gray_e {
  border-right: 1px solid #eee !important;
}

.border_r_gray_f {
  border-right: 1px solid #fff !important;
}

.border_r1_gray_f {
  border-right: 1px solid #fff !important;
}

.border_r_gray_e1 {
  border-right: 1px solid #e1e1e1 !important;
}

.border_r1_gray_e1 {
  border-right: 1px solid #e1e1e1 !important;
}

.border_r_gray_e2 {
  border-right: 1px solid #e2e2e2 !important;
}

.border_r1_gray_e2 {
  border-right: 1px solid #e2e2e2 !important;
}

.border_r_gray_e3 {
  border-right: 1px solid #e3e3e3 !important;
}

.border_r1_gray_e3 {
  border-right: 1px solid #e3e3e3 !important;
}

.border_r_gray_e4 {
  border-right: 1px solid #e4e4e4 !important;
}

.border_r1_gray_e4 {
  border-right: 1px solid #e4e4e4 !important;
}

.border_r_gray_e5 {
  border-right: 1px solid #e5e5e5 !important;
}

.border_r1_gray_e5 {
  border-right: 1px solid #e5e5e5 !important;
}

.border_r_gray_e6 {
  border-right: 1px solid #e6e6e6 !important;
}

.border_r1_gray_e6 {
  border-right: 1px solid #e6e6e6 !important;
}

.border_r_gray_e7 {
  border-right: 1px solid #e7e7e7 !important;
}

.border_r1_gray_e7 {
  border-right: 1px solid #e7e7e7 !important;
}

.border_r_gray_e8 {
  border-right: 1px solid #e8e8e8 !important;
}

.border_r1_gray_e8 {
  border-right: 1px solid #e8e8e8 !important;
}

.border_r_gray_e9 {
  border-right: 1px solid #e9e9e9 !important;
}

.border_r1_gray_e9 {
  border-right: 1px solid #e9e9e9 !important;
}

.border_r_gray_ea {
  border-right: 1px solid #eaeaea !important;
}

.border_r1_gray_ea {
  border-right: 1px solid #eaeaea !important;
}

.border_r_gray_eb {
  border-right: 1px solid #ebebeb !important;
}

.border_r1_gray_eb {
  border-right: 1px solid #ebebeb !important;
}

.border_r_gray_ec {
  border-right: 1px solid #ececec !important;
}

.border_r1_gray_ec {
  border-right: 1px solid #ececec !important;
}

.border_r_gray_ed {
  border-right: 1px solid #ededed !important;
}

.border_r1_gray_ed {
  border-right: 1px solid #ededed !important;
}

.border_r_gray_ee {
  border-right: 1px solid #eeeeee !important;
}

.border_r1_gray_ee {
  border-right: 1px solid #eeeeee !important;
}

.border_r_gray_ef {
  border-right: 1px solid #efefef !important;
}

.border_r1_gray_ef {
  border-right: 1px solid #efefef !important;
}

.border_r_gray_f1 {
  border-right: 1px solid #f1f1f1 !important;
}

.border_r1_gray_f1 {
  border-right: 1px solid #f1f1f1 !important;
}

.border_r_gray_f2 {
  border-right: 1px solid #f2f2f2 !important;
}

.border_r1_gray_f2 {
  border-right: 1px solid #f2f2f2 !important;
}

.border_r_gray_f3 {
  border-right: 1px solid #f3f3f3 !important;
}

.border_r1_gray_f3 {
  border-right: 1px solid #f3f3f3 !important;
}

.border_r_gray_f4 {
  border-right: 1px solid #f4f4f4 !important;
}

.border_r1_gray_f4 {
  border-right: 1px solid #f4f4f4 !important;
}

.border_r_gray_f5 {
  border-right: 1px solid #f5f5f5 !important;
}

.border_r1_gray_f5 {
  border-right: 1px solid #f5f5f5 !important;
}

.border_r_gray_f6 {
  border-right: 1px solid #f6f6f6 !important;
}

.border_r1_gray_f6 {
  border-right: 1px solid #f6f6f6 !important;
}

.border_r_gray_f7 {
  border-right: 1px solid #f7f7f7 !important;
}

.border_r1_gray_f7 {
  border-right: 1px solid #f7f7f7 !important;
}

.border_r_gray_f8 {
  border-right: 1px solid #f8f8f8 !important;
}

.border_r1_gray_f8 {
  border-right: 1px solid #f8f8f8 !important;
}

.border_r_gray_f9 {
  border-right: 1px solid #f9f9f9 !important;
}

.border_r1_gray_f9 {
  border-right: 1px solid #f9f9f9 !important;
}

.border_r2_gray_0 {
  border-right: 2px solid #000 !important;
}

.border_r2_gray_1 {
  border-right: 2px solid #111 !important;
}

.border_r2_gray_2 {
  border-right: 2px solid #222 !important;
}

.border_r2_gray_3 {
  border-right: 2px solid #333 !important;
}

.border_r2_gray_4 {
  border-right: 2px solid #444 !important;
}

.border_r2_gray_5 {
  border-right: 2px solid #555 !important;
}

.border_r2_gray_6 {
  border-right: 2px solid #666 !important;
}

.border_r2_gray_7 {
  border-right: 2px solid #777 !important;
}

.border_r2_gray_8 {
  border-right: 2px solid #888 !important;
}

.border_r2_gray_9 {
  border-right: 2px solid #999 !important;
}

.border_r2_gray_a {
  border-right: 2px solid #aaa !important;
}

.border_r2_gray_b {
  border-right: 2px solid #bbb !important;
}

.border_r2_gray_c {
  border-right: 2px solid #ccc !important;
}

.border_r2_gray_d {
  border-right: 2px solid #ddd !important;
}

.border_r2_gray_e {
  border-right: 2px solid #eee !important;
}

.border_r2_gray_f {
  border-right: 2px solid #fff !important;
}

.border_r2_gray_e1 {
  border-right: 2px solid #e1e1e1 !important;
}

.border_r2_gray_e2 {
  border-right: 2px solid #e2e2e2 !important;
}

.border_r2_gray_e3 {
  border-right: 2px solid #e3e3e3 !important;
}

.border_r2_gray_e4 {
  border-right: 2px solid #e4e4e4 !important;
}

.border_r2_gray_e5 {
  border-right: 2px solid #e5e5e5 !important;
}

.border_r2_gray_e6 {
  border-right: 2px solid #e6e6e6 !important;
}

.border_r2_gray_e7 {
  border-right: 2px solid #e7e7e7 !important;
}

.border_r2_gray_e8 {
  border-right: 2px solid #e8e8e8 !important;
}

.border_r2_gray_e9 {
  border-right: 2px solid #e9e9e9 !important;
}

.border_r2_gray_ea {
  border-right: 2px solid #eaeaea !important;
}

.border_r2_gray_eb {
  border-right: 2px solid #ebebeb !important;
}

.border_r2_gray_ec {
  border-right: 2px solid #ececec !important;
}

.border_r2_gray_ed {
  border-right: 2px solid #ededed !important;
}

.border_r2_gray_ee {
  border-right: 2px solid #eeeeee !important;
}

.border_r2_gray_ef {
  border-right: 2px solid #efefef !important;
}

.border_r2_gray_f1 {
  border-right: 2px solid #f1f1f1 !important;
}

.border_r2_gray_f2 {
  border-right: 2px solid #f2f2f2 !important;
}

.border_r2_gray_f3 {
  border-right: 2px solid #f3f3f3 !important;
}

.border_r2_gray_f4 {
  border-right: 2px solid #f4f4f4 !important;
}

.border_r2_gray_f5 {
  border-right: 2px solid #f5f5f5 !important;
}

.border_r2_gray_f6 {
  border-right: 2px solid #f6f6f6 !important;
}

.border_r2_gray_f7 {
  border-right: 2px solid #f7f7f7 !important;
}

.border_r2_gray_f8 {
  border-right: 2px solid #f8f8f8 !important;
}

.border_r2_gray_f9 {
  border-right: 2px solid #f9f9f9 !important;
}

.border_r3_gray_0 {
  border-right: 3px solid #000 !important;
}

.border_r3_gray_1 {
  border-right: 3px solid #111 !important;
}

.border_r3_gray_2 {
  border-right: 3px solid #222 !important;
}

.border_r3_gray_3 {
  border-right: 3px solid #333 !important;
}

.border_r3_gray_4 {
  border-right: 3px solid #444 !important;
}

.border_r3_gray_5 {
  border-right: 3px solid #555 !important;
}

.border_r3_gray_6 {
  border-right: 3px solid #666 !important;
}

.border_r3_gray_7 {
  border-right: 3px solid #777 !important;
}

.border_r3_gray_8 {
  border-right: 3px solid #888 !important;
}

.border_r3_gray_9 {
  border-right: 3px solid #999 !important;
}

.border_r3_gray_a {
  border-right: 3px solid #aaa !important;
}

.border_r3_gray_b {
  border-right: 3px solid #bbb !important;
}

.border_r3_gray_c {
  border-right: 3px solid #ccc !important;
}

.border_r3_gray_d {
  border-right: 3px solid #ddd !important;
}

.border_r3_gray_e {
  border-right: 3px solid #eee !important;
}

.border_r3_gray_f {
  border-right: 3px solid #fff !important;
}

.border_r3_gray_e1 {
  border-right: 3px solid #e1e1e1 !important;
}

.border_r3_gray_e2 {
  border-right: 3px solid #e2e2e2 !important;
}

.border_r3_gray_e3 {
  border-right: 3px solid #e3e3e3 !important;
}

.border_r3_gray_e4 {
  border-right: 3px solid #e4e4e4 !important;
}

.border_r3_gray_e5 {
  border-right: 3px solid #e5e5e5 !important;
}

.border_r3_gray_e6 {
  border-right: 3px solid #e6e6e6 !important;
}

.border_r3_gray_e7 {
  border-right: 3px solid #e7e7e7 !important;
}

.border_r3_gray_e8 {
  border-right: 3px solid #e8e8e8 !important;
}

.border_r3_gray_e9 {
  border-right: 3px solid #e9e9e9 !important;
}

.border_r3_gray_ea {
  border-right: 3px solid #eaeaea !important;
}

.border_r3_gray_eb {
  border-right: 3px solid #ebebeb !important;
}

.border_r3_gray_ec {
  border-right: 3px solid #ececec !important;
}

.border_r3_gray_ed {
  border-right: 3px solid #ededed !important;
}

.border_r3_gray_ee {
  border-right: 3px solid #eeeeee !important;
}

.border_r3_gray_ef {
  border-right: 3px solid #efefef !important;
}

.border_r3_gray_f1 {
  border-right: 3px solid #f1f1f1 !important;
}

.border_r3_gray_f2 {
  border-right: 3px solid #f2f2f2 !important;
}

.border_r3_gray_f3 {
  border-right: 3px solid #f3f3f3 !important;
}

.border_r3_gray_f4 {
  border-right: 3px solid #f4f4f4 !important;
}

.border_r3_gray_f5 {
  border-right: 3px solid #f5f5f5 !important;
}

.border_r3_gray_f6 {
  border-right: 3px solid #f6f6f6 !important;
}

.border_r3_gray_f7 {
  border-right: 3px solid #f7f7f7 !important;
}

.border_r3_gray_f8 {
  border-right: 3px solid #f8f8f8 !important;
}

.border_r3_gray_f9 {
  border-right: 3px solid #f9f9f9 !important;
}

.border_r4_gray_0 {
  border-right: 4px solid #000 !important;
}

.border_r4_gray_1 {
  border-right: 4px solid #111 !important;
}

.border_r4_gray_2 {
  border-right: 4px solid #222 !important;
}

.border_r4_gray_3 {
  border-right: 4px solid #333 !important;
}

.border_r4_gray_4 {
  border-right: 4px solid #444 !important;
}

.border_r4_gray_5 {
  border-right: 4px solid #555 !important;
}

.border_r4_gray_6 {
  border-right: 4px solid #666 !important;
}

.border_r4_gray_7 {
  border-right: 4px solid #777 !important;
}

.border_r4_gray_8 {
  border-right: 4px solid #888 !important;
}

.border_r4_gray_9 {
  border-right: 4px solid #999 !important;
}

.border_r4_gray_a {
  border-right: 4px solid #aaa !important;
}

.border_r4_gray_b {
  border-right: 4px solid #bbb !important;
}

.border_r4_gray_c {
  border-right: 4px solid #ccc !important;
}

.border_r4_gray_d {
  border-right: 4px solid #ddd !important;
}

.border_r4_gray_e {
  border-right: 4px solid #eee !important;
}

.border_r4_gray_f {
  border-right: 4px solid #fff !important;
}

.border_r4_gray_e1 {
  border-right: 4px solid #e1e1e1 !important;
}

.border_r4_gray_e2 {
  border-right: 4px solid #e2e2e2 !important;
}

.border_r4_gray_e3 {
  border-right: 4px solid #e3e3e3 !important;
}

.border_r4_gray_e4 {
  border-right: 4px solid #e4e4e4 !important;
}

.border_r4_gray_e5 {
  border-right: 4px solid #e5e5e5 !important;
}

.border_r4_gray_e6 {
  border-right: 4px solid #e6e6e6 !important;
}

.border_r4_gray_e7 {
  border-right: 4px solid #e7e7e7 !important;
}

.border_r4_gray_e8 {
  border-right: 4px solid #e8e8e8 !important;
}

.border_r4_gray_e9 {
  border-right: 4px solid #e9e9e9 !important;
}

.border_r4_gray_ea {
  border-right: 4px solid #eaeaea !important;
}

.border_r4_gray_eb {
  border-right: 4px solid #ebebeb !important;
}

.border_r4_gray_ec {
  border-right: 4px solid #ececec !important;
}

.border_r4_gray_ed {
  border-right: 4px solid #ededed !important;
}

.border_r4_gray_ee {
  border-right: 4px solid #eeeeee !important;
}

.border_r4_gray_ef {
  border-right: 4px solid #efefef !important;
}

.border_r4_gray_f1 {
  border-right: 4px solid #f1f1f1 !important;
}

.border_r4_gray_f2 {
  border-right: 4px solid #f2f2f2 !important;
}

.border_r4_gray_f3 {
  border-right: 4px solid #f3f3f3 !important;
}

.border_r4_gray_f4 {
  border-right: 4px solid #f4f4f4 !important;
}

.border_r4_gray_f5 {
  border-right: 4px solid #f5f5f5 !important;
}

.border_r4_gray_f6 {
  border-right: 4px solid #f6f6f6 !important;
}

.border_r4_gray_f7 {
  border-right: 4px solid #f7f7f7 !important;
}

.border_r4_gray_f8 {
  border-right: 4px solid #f8f8f8 !important;
}

.border_r4_gray_f9 {
  border-right: 4px solid #f9f9f9 !important;
}

.border_r5_gray_0 {
  border-right: 5px solid #000 !important;
}

.border_r5_gray_1 {
  border-right: 5px solid #111 !important;
}

.border_r5_gray_2 {
  border-right: 5px solid #222 !important;
}

.border_r5_gray_3 {
  border-right: 5px solid #333 !important;
}

.border_r5_gray_4 {
  border-right: 5px solid #444 !important;
}

.border_r5_gray_5 {
  border-right: 5px solid #555 !important;
}

.border_r5_gray_6 {
  border-right: 5px solid #666 !important;
}

.border_r5_gray_7 {
  border-right: 5px solid #777 !important;
}

.border_r5_gray_8 {
  border-right: 5px solid #888 !important;
}

.border_r5_gray_9 {
  border-right: 5px solid #999 !important;
}

.border_r5_gray_a {
  border-right: 5px solid #aaa !important;
}

.border_r5_gray_b {
  border-right: 5px solid #bbb !important;
}

.border_r5_gray_c {
  border-right: 5px solid #ccc !important;
}

.border_r5_gray_d {
  border-right: 5px solid #ddd !important;
}

.border_r5_gray_e {
  border-right: 5px solid #eee !important;
}

.border_r5_gray_f {
  border-right: 5px solid #fff !important;
}

.border_r5_gray_e1 {
  border-right: 5px solid #e1e1e1 !important;
}

.border_r5_gray_e2 {
  border-right: 5px solid #e2e2e2 !important;
}

.border_r5_gray_e3 {
  border-right: 5px solid #e3e3e3 !important;
}

.border_r5_gray_e4 {
  border-right: 5px solid #e4e4e4 !important;
}

.border_r5_gray_e5 {
  border-right: 5px solid #e5e5e5 !important;
}

.border_r5_gray_e6 {
  border-right: 5px solid #e6e6e6 !important;
}

.border_r5_gray_e7 {
  border-right: 5px solid #e7e7e7 !important;
}

.border_r5_gray_e8 {
  border-right: 5px solid #e8e8e8 !important;
}

.border_r5_gray_e9 {
  border-right: 5px solid #e9e9e9 !important;
}

.border_r5_gray_ea {
  border-right: 5px solid #eaeaea !important;
}

.border_r5_gray_eb {
  border-right: 5px solid #ebebeb !important;
}

.border_r5_gray_ec {
  border-right: 5px solid #ececec !important;
}

.border_r5_gray_ed {
  border-right: 5px solid #ededed !important;
}

.border_r5_gray_ee {
  border-right: 5px solid #eeeeee !important;
}

.border_r5_gray_ef {
  border-right: 5px solid #efefef !important;
}

.border_r5_gray_f1 {
  border-right: 5px solid #f1f1f1 !important;
}

.border_r5_gray_f2 {
  border-right: 5px solid #f2f2f2 !important;
}

.border_r5_gray_f3 {
  border-right: 5px solid #f3f3f3 !important;
}

.border_r5_gray_f4 {
  border-right: 5px solid #f4f4f4 !important;
}

.border_r5_gray_f5 {
  border-right: 5px solid #f5f5f5 !important;
}

.border_r5_gray_f6 {
  border-right: 5px solid #f6f6f6 !important;
}

.border_r5_gray_f7 {
  border-right: 5px solid #f7f7f7 !important;
}

.border_r5_gray_f8 {
  border-right: 5px solid #f8f8f8 !important;
}

.border_r5_gray_f9 {
  border-right: 5px solid #f9f9f9 !important;
}

.bg_point_lighter {
  background-color: #cfe7f9 !important;
}

.fc_point_lighter {
  color: #cfe7f9 !important;
}

.border_point_lighter {
  border: 1px solid #cfe7f9 !important;
}

.border2_point_lighter {
  border: 2px solid #cfe7f9 !important;
}

.border3_point_lighter {
  border: 3px solid #cfe7f9 !important;
}

.border4_point_lighter {
  border: 4px solid #cfe7f9 !important;
}

.border5_point_lighter {
  border: 5px solid #cfe7f9 !important;
}

.bg_point_light {
  background-color: #0078cf !important;
}

.fc_point_light {
  color: #0078cf !important;
}

.border_point_light {
  border: 1px solid #0078cf !important;
}

.border2_point_light {
  border: 2px solid #0078cf !important;
}

.border3_point_light {
  border: 3px solid #0078cf !important;
}

.border4_point_light {
  border: 4px solid #0078cf !important;
}

.border5_point_light {
  border: 5px solid #0078cf !important;
}

.bg_point {
  background-color: #005ea1 !important;
}

.fc_point {
  color: #005ea1 !important;
}

.border_point {
  border: 1px solid #005ea1 !important;
}

.border2_point {
  border: 2px solid #005ea1 !important;
}

.border3_point {
  border: 3px solid #005ea1 !important;
}

.border4_point {
  border: 4px solid #005ea1 !important;
}

.border5_point {
  border: 5px solid #005ea1 !important;
}

.bg_point_dark {
  background-color: #004373 !important;
}

.fc_point_dark {
  color: #004373 !important;
}

.border_point_dark {
  border: 1px solid #004373 !important;
}

.border2_point_dark {
  border: 2px solid #004373 !important;
}

.border3_point_dark {
  border: 3px solid #004373 !important;
}

.border4_point_dark {
  border: 4px solid #004373 !important;
}

.border5_point_dark {
  border: 5px solid #004373 !important;
}

.bg_point_darker {
  background-color: #002540 !important;
}

.fc_point_darker {
  color: #002540 !important;
}

.border_point_darker {
  border: 1px solid #002540 !important;
}

.border2_point_darker {
  border: 2px solid #002540 !important;
}

.border3_point_darker {
  border: 3px solid #002540 !important;
}

.border4_point_darker {
  border: 4px solid #002540 !important;
}

.border5_point_darker {
  border: 5px solid #002540 !important;
}

.bg_sub_lighter {
  background-color: #f9fbfc !important;
}

.fc_sub_lighter {
  color: #f9fbfc !important;
}

.border_sub_lighter {
  border: 1px solid #f9fbfc !important;
}

.border2_sub_lighter {
  border: 2px solid #f9fbfc !important;
}

.border3_sub_lighter {
  border: 3px solid #f9fbfc !important;
}

.border4_sub_lighter {
  border: 4px solid #f9fbfc !important;
}

.border5_sub_lighter {
  border: 5px solid #f9fbfc !important;
}

.bg_sub_light {
  background-color: #e5edf3 !important;
}

.fc_sub_light {
  color: #e5edf3 !important;
}

.border_sub_light {
  border: 1px solid #e5edf3 !important;
}

.border2_sub_light {
  border: 2px solid #e5edf3 !important;
}

.border3_sub_light {
  border: 3px solid #e5edf3 !important;
}

.border4_sub_light {
  border: 4px solid #e5edf3 !important;
}

.border5_sub_light {
  border: 5px solid #e5edf3 !important;
}

.bg_sub {
  background-color: #3b5c74 !important;
}

.fc_sub {
  color: #3b5c74 !important;
}

.border_sub {
  border: 1px solid #3b5c74 !important;
}

.border2_sub {
  border: 2px solid #3b5c74 !important;
}

.border3_sub {
  border: 3px solid #3b5c74 !important;
}

.border4_sub {
  border: 4px solid #3b5c74 !important;
}

.border5_sub {
  border: 5px solid #3b5c74 !important;
}

.bg_sub_dark {
  background-color: #2f4a5d !important;
}

.fc_sub_dark {
  color: #2f4a5d !important;
}

.border_sub_dark {
  border: 1px solid #2f4a5d !important;
}

.border2_sub_dark {
  border: 2px solid #2f4a5d !important;
}

.border3_sub_dark {
  border: 3px solid #2f4a5d !important;
}

.border4_sub_dark {
  border: 4px solid #2f4a5d !important;
}

.border5_sub_dark {
  border: 5px solid #2f4a5d !important;
}

.bg_sub_darker {
  background-color: #233746 !important;
}

.fc_sub_darker {
  color: #233746 !important;
}

.border_sub_darker {
  border: 1px solid #233746 !important;
}

.border2_sub_darker {
  border: 2px solid #233746 !important;
}

.border3_sub_darker {
  border: 3px solid #233746 !important;
}

.border4_sub_darker {
  border: 4px solid #233746 !important;
}

.border5_sub_darker {
  border: 5px solid #233746 !important;
}

.bg_blue_lighter {
  background-color: #e6f7ff !important;
}

.fc_blue_lighter {
  color: #e6f7ff !important;
}

.border_blue_lighter {
  border: 1px solid #e6f7ff !important;
}

.border2_blue_lighter {
  border: 2px solid #e6f7ff !important;
}

.border3_blue_lighter {
  border: 3px solid #e6f7ff !important;
}

.border4_blue_lighter {
  border: 4px solid #e6f7ff !important;
}

.border5_blue_lighter {
  border: 5px solid #e6f7ff !important;
}

.bg_blue_light {
  background-color: #91d5ff !important;
}

.fc_blue_light {
  color: #91d5ff !important;
}

.border_blue_light {
  border: 1px solid #91d5ff !important;
}

.border2_blue_light {
  border: 2px solid #91d5ff !important;
}

.border3_blue_light {
  border: 3px solid #91d5ff !important;
}

.border4_blue_light {
  border: 4px solid #91d5ff !important;
}

.border5_blue_light {
  border: 5px solid #91d5ff !important;
}

.bg_blue {
  background-color: #1890ff !important;
}

.fc_blue {
  color: #1890ff !important;
}

.border_blue {
  border: 1px solid #1890ff !important;
}

.border2_blue {
  border: 2px solid #1890ff !important;
}

.border3_blue {
  border: 3px solid #1890ff !important;
}

.border4_blue {
  border: 4px solid #1890ff !important;
}

.border5_blue {
  border: 5px solid #1890ff !important;
}

.bg_blue_dark {
  background-color: #096dd9 !important;
}

.fc_blue_dark {
  color: #096dd9 !important;
}

.border_blue_dark {
  border: 1px solid #096dd9 !important;
}

.border2_blue_dark {
  border: 2px solid #096dd9 !important;
}

.border3_blue_dark {
  border: 3px solid #096dd9 !important;
}

.border4_blue_dark {
  border: 4px solid #096dd9 !important;
}

.border5_blue_dark {
  border: 5px solid #096dd9 !important;
}

.bg_blue_darker {
  background-color: #003a8c !important;
}

.fc_blue_darker {
  color: #003a8c !important;
}

.border_blue_darker {
  border: 1px solid #003a8c !important;
}

.border2_blue_darker {
  border: 2px solid #003a8c !important;
}

.border3_blue_darker {
  border: 3px solid #003a8c !important;
}

.border4_blue_darker {
  border: 4px solid #003a8c !important;
}

.border5_blue_darker {
  border: 5px solid #003a8c !important;
}

.bg_red_lighter {
  background-color: #fff1f0 !important;
}

.fc_red_lighter {
  color: #fff1f0 !important;
}

.border_red_lighter {
  border: 1px solid #fff1f0 !important;
}

.border2_red_lighter {
  border: 2px solid #fff1f0 !important;
}

.border3_red_lighter {
  border: 3px solid #fff1f0 !important;
}

.border4_red_lighter {
  border: 4px solid #fff1f0 !important;
}

.border5_red_lighter {
  border: 5px solid #fff1f0 !important;
}

.bg_red_light {
  background-color: #ffccc7 !important;
}

.fc_red_light {
  color: #ffccc7 !important;
}

.border_red_light {
  border: 1px solid #ffccc7 !important;
}

.border2_red_light {
  border: 2px solid #ffccc7 !important;
}

.border3_red_light {
  border: 3px solid #ffccc7 !important;
}

.border4_red_light {
  border: 4px solid #ffccc7 !important;
}

.border5_red_light {
  border: 5px solid #ffccc7 !important;
}

.bg_red {
  background-color: #ff4d4f !important;
}

.fc_red {
  color: #ff4d4f !important;
}

.border_red {
  border: 1px solid #ff4d4f !important;
}

.border2_red {
  border: 2px solid #ff4d4f !important;
}

.border3_red {
  border: 3px solid #ff4d4f !important;
}

.border4_red {
  border: 4px solid #ff4d4f !important;
}

.border5_red {
  border: 5px solid #ff4d4f !important;
}

.bg_red_dark {
  background-color: #cf1322 !important;
}

.fc_red_dark {
  color: #cf1322 !important;
}

.border_red_dark {
  border: 1px solid #cf1322 !important;
}

.border2_red_dark {
  border: 2px solid #cf1322 !important;
}

.border3_red_dark {
  border: 3px solid #cf1322 !important;
}

.border4_red_dark {
  border: 4px solid #cf1322 !important;
}

.border5_red_dark {
  border: 5px solid #cf1322 !important;
}

.bg_red_darker {
  background-color: #820014 !important;
}

.fc_red_darker {
  color: #820014 !important;
}

.border_red_darker {
  border: 1px solid #820014 !important;
}

.border2_red_darker {
  border: 2px solid #820014 !important;
}

.border3_red_darker {
  border: 3px solid #820014 !important;
}

.border4_red_darker {
  border: 4px solid #820014 !important;
}

.border5_red_darker {
  border: 5px solid #820014 !important;
}

:root {
  --br_0: 0px;
  --br_1: 1px;
  --br_2: 2px;
  --br_3: 3px;
  --br_4: 4px;
  --br_5: 5px;
  --br_6: 6px;
  --br_7: 7px;
  --br_8: 8px;
  --br_9: 9px;
  --br_10: 10px;
  --br_11: 11px;
  --br_12: 12px;
  --br_13: 13px;
  --br_14: 14px;
  --br_15: 15px;
  --br_16: 16px;
  --br_17: 17px;
  --br_18: 18px;
  --br_19: 19px;
  --br_20: 20px;
  --br_21: 21px;
  --br_22: 22px;
  --br_23: 23px;
  --br_24: 24px;
  --br_25: 25px;
  --br_26: 26px;
  --br_27: 27px;
  --br_28: 28px;
  --br_29: 29px;
  --br_30: 30px;
  --br_s: 8px;
  --br_m: 10px;
  --br_r: 15px;
  --br_l: 20px;
  --br_xl: 25px;
  --br_2xl: 30px;
}

.br0 {
  border-radius: 0 !important;
}

.br_tl0 {
  border-radius: 0 !important;
}

.br_tr0 {
  border-radius: 0 !important;
}

.br_bl0 {
  border-radius: 0 !important;
}

.br_br0 {
  border-radius: 0 !important;
}

.br_t0 {
  border-radius: 0 !important;
}

.br_b0 {
  border-radius: 0 !important;
}

.br_l0 {
  border-radius: 0 !important;
}

.br_r0 {
  border-radius: 0 !important;
}

.br1 {
  border-radius: clamp(calc(var(--br_1) * 0.8), calc(0.05rem + 0.5vw), var(--br_1)) !important;
}

.br_tl1 {
  border-top-left-radius: clamp(calc(var(--br_1) * 0.8), calc(0.05rem + 0.5vw), var(--br_1)) !important;
}

.br_tr1 {
  border-top-right-radius: clamp(calc(var(--br_1) * 0.8), calc(0.05rem + 0.5vw), var(--br_1)) !important;
}

.br_bl1 {
  border-bottom-left-radius: clamp(calc(var(--br_1) * 0.8), calc(0.05rem + 0.5vw), var(--br_1)) !important;
}

.br_br1 {
  border-bottom-right-radius: clamp(calc(var(--br_1) * 0.8), calc(0.05rem + 0.5vw), var(--br_1)) !important;
}

.br_t1 {
  border-top-left-radius: clamp(calc(var(--br_1) * 0.8), calc(0.05rem + 0.5vw), var(--br_1)) !important;
  border-top-right-radius: clamp(calc(var(--br_1) * 0.8), calc(0.05rem + 0.5vw), var(--br_1)) !important;
}

.br_b1 {
  border-bottom-left-radius: clamp(calc(var(--br_1) * 0.8), calc(0.05rem + 0.5vw), var(--br_1)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_1) * 0.8), calc(0.05rem + 0.5vw), var(--br_1)) !important;
}

.br_l1 {
  border-top-left-radius: clamp(calc(var(--br_1) * 0.8), calc(0.05rem + 0.5vw), var(--br_1)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_1) * 0.8), calc(0.05rem + 0.5vw), var(--br_1)) !important;
}

.br_r1 {
  border-top-right-radius: clamp(calc(var(--br_1) * 0.8), calc(0.05rem + 0.5vw), var(--br_1)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_1) * 0.8), calc(0.05rem + 0.5vw), var(--br_1)) !important;
}

.br2 {
  border-radius: clamp(calc(var(--br_2) * 0.8), calc(0.1rem + 0.5vw), var(--br_2)) !important;
}

.br_tl2 {
  border-top-left-radius: clamp(calc(var(--br_2) * 0.8), calc(0.1rem + 0.5vw), var(--br_2)) !important;
}

.br_tr2 {
  border-top-right-radius: clamp(calc(var(--br_2) * 0.8), calc(0.1rem + 0.5vw), var(--br_2)) !important;
}

.br_bl2 {
  border-bottom-left-radius: clamp(calc(var(--br_2) * 0.8), calc(0.1rem + 0.5vw), var(--br_2)) !important;
}

.br_br2 {
  border-bottom-right-radius: clamp(calc(var(--br_2) * 0.8), calc(0.1rem + 0.5vw), var(--br_2)) !important;
}

.br_t2 {
  border-top-left-radius: clamp(calc(var(--br_2) * 0.8), calc(0.1rem + 0.5vw), var(--br_2)) !important;
  border-top-right-radius: clamp(calc(var(--br_2) * 0.8), calc(0.1rem + 0.5vw), var(--br_2)) !important;
}

.br_b2 {
  border-bottom-left-radius: clamp(calc(var(--br_2) * 0.8), calc(0.1rem + 0.5vw), var(--br_2)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_2) * 0.8), calc(0.1rem + 0.5vw), var(--br_2)) !important;
}

.br_l2 {
  border-top-left-radius: clamp(calc(var(--br_2) * 0.8), calc(0.1rem + 0.5vw), var(--br_2)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_2) * 0.8), calc(0.1rem + 0.5vw), var(--br_2)) !important;
}

.br_r2 {
  border-top-right-radius: clamp(calc(var(--br_2) * 0.8), calc(0.1rem + 0.5vw), var(--br_2)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_2) * 0.8), calc(0.1rem + 0.5vw), var(--br_2)) !important;
}

.br3 {
  border-radius: clamp(calc(var(--br_3) * 0.8), calc(0.15rem + 0.5vw), var(--br_3)) !important;
}

.br_tl3 {
  border-top-left-radius: clamp(calc(var(--br_3) * 0.8), calc(0.15rem + 0.5vw), var(--br_3)) !important;
}

.br_tr3 {
  border-top-right-radius: clamp(calc(var(--br_3) * 0.8), calc(0.15rem + 0.5vw), var(--br_3)) !important;
}

.br_bl3 {
  border-bottom-left-radius: clamp(calc(var(--br_3) * 0.8), calc(0.15rem + 0.5vw), var(--br_3)) !important;
}

.br_br3 {
  border-bottom-right-radius: clamp(calc(var(--br_3) * 0.8), calc(0.15rem + 0.5vw), var(--br_3)) !important;
}

.br_t3 {
  border-top-left-radius: clamp(calc(var(--br_3) * 0.8), calc(0.15rem + 0.5vw), var(--br_3)) !important;
  border-top-right-radius: clamp(calc(var(--br_3) * 0.8), calc(0.15rem + 0.5vw), var(--br_3)) !important;
}

.br_b3 {
  border-bottom-left-radius: clamp(calc(var(--br_3) * 0.8), calc(0.15rem + 0.5vw), var(--br_3)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_3) * 0.8), calc(0.15rem + 0.5vw), var(--br_3)) !important;
}

.br_l3 {
  border-top-left-radius: clamp(calc(var(--br_3) * 0.8), calc(0.15rem + 0.5vw), var(--br_3)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_3) * 0.8), calc(0.15rem + 0.5vw), var(--br_3)) !important;
}

.br_r3 {
  border-top-right-radius: clamp(calc(var(--br_3) * 0.8), calc(0.15rem + 0.5vw), var(--br_3)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_3) * 0.8), calc(0.15rem + 0.5vw), var(--br_3)) !important;
}

.br4 {
  border-radius: clamp(calc(var(--br_4) * 0.8), calc(0.2rem + 0.5vw), var(--br_4)) !important;
}

.br_tl4 {
  border-top-left-radius: clamp(calc(var(--br_4) * 0.8), calc(0.2rem + 0.5vw), var(--br_4)) !important;
}

.br_tr4 {
  border-top-right-radius: clamp(calc(var(--br_4) * 0.8), calc(0.2rem + 0.5vw), var(--br_4)) !important;
}

.br_bl4 {
  border-bottom-left-radius: clamp(calc(var(--br_4) * 0.8), calc(0.2rem + 0.5vw), var(--br_4)) !important;
}

.br_br4 {
  border-bottom-right-radius: clamp(calc(var(--br_4) * 0.8), calc(0.2rem + 0.5vw), var(--br_4)) !important;
}

.br_t4 {
  border-top-left-radius: clamp(calc(var(--br_4) * 0.8), calc(0.2rem + 0.5vw), var(--br_4)) !important;
  border-top-right-radius: clamp(calc(var(--br_4) * 0.8), calc(0.2rem + 0.5vw), var(--br_4)) !important;
}

.br_b4 {
  border-bottom-left-radius: clamp(calc(var(--br_4) * 0.8), calc(0.2rem + 0.5vw), var(--br_4)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_4) * 0.8), calc(0.2rem + 0.5vw), var(--br_4)) !important;
}

.br_l4 {
  border-top-left-radius: clamp(calc(var(--br_4) * 0.8), calc(0.2rem + 0.5vw), var(--br_4)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_4) * 0.8), calc(0.2rem + 0.5vw), var(--br_4)) !important;
}

.br_r4 {
  border-top-right-radius: clamp(calc(var(--br_4) * 0.8), calc(0.2rem + 0.5vw), var(--br_4)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_4) * 0.8), calc(0.2rem + 0.5vw), var(--br_4)) !important;
}

.br5 {
  border-radius: clamp(calc(var(--br_5) * 0.8), calc(0.25rem + 0.5vw), var(--br_5)) !important;
}

.br_tl5 {
  border-top-left-radius: clamp(calc(var(--br_5) * 0.8), calc(0.25rem + 0.5vw), var(--br_5)) !important;
}

.br_tr5 {
  border-top-right-radius: clamp(calc(var(--br_5) * 0.8), calc(0.25rem + 0.5vw), var(--br_5)) !important;
}

.br_bl5 {
  border-bottom-left-radius: clamp(calc(var(--br_5) * 0.8), calc(0.25rem + 0.5vw), var(--br_5)) !important;
}

.br_br5 {
  border-bottom-right-radius: clamp(calc(var(--br_5) * 0.8), calc(0.25rem + 0.5vw), var(--br_5)) !important;
}

.br_t5 {
  border-top-left-radius: clamp(calc(var(--br_5) * 0.8), calc(0.25rem + 0.5vw), var(--br_5)) !important;
  border-top-right-radius: clamp(calc(var(--br_5) * 0.8), calc(0.25rem + 0.5vw), var(--br_5)) !important;
}

.br_b5 {
  border-bottom-left-radius: clamp(calc(var(--br_5) * 0.8), calc(0.25rem + 0.5vw), var(--br_5)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_5) * 0.8), calc(0.25rem + 0.5vw), var(--br_5)) !important;
}

.br_l5 {
  border-top-left-radius: clamp(calc(var(--br_5) * 0.8), calc(0.25rem + 0.5vw), var(--br_5)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_5) * 0.8), calc(0.25rem + 0.5vw), var(--br_5)) !important;
}

.br_r5 {
  border-top-right-radius: clamp(calc(var(--br_5) * 0.8), calc(0.25rem + 0.5vw), var(--br_5)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_5) * 0.8), calc(0.25rem + 0.5vw), var(--br_5)) !important;
}

.br6 {
  border-radius: clamp(calc(var(--br_6) * 0.8), calc(0.3rem + 0.5vw), var(--br_6)) !important;
}

.br_tl6 {
  border-top-left-radius: clamp(calc(var(--br_6) * 0.8), calc(0.3rem + 0.5vw), var(--br_6)) !important;
}

.br_tr6 {
  border-top-right-radius: clamp(calc(var(--br_6) * 0.8), calc(0.3rem + 0.5vw), var(--br_6)) !important;
}

.br_bl6 {
  border-bottom-left-radius: clamp(calc(var(--br_6) * 0.8), calc(0.3rem + 0.5vw), var(--br_6)) !important;
}

.br_br6 {
  border-bottom-right-radius: clamp(calc(var(--br_6) * 0.8), calc(0.3rem + 0.5vw), var(--br_6)) !important;
}

.br_t6 {
  border-top-left-radius: clamp(calc(var(--br_6) * 0.8), calc(0.3rem + 0.5vw), var(--br_6)) !important;
  border-top-right-radius: clamp(calc(var(--br_6) * 0.8), calc(0.3rem + 0.5vw), var(--br_6)) !important;
}

.br_b6 {
  border-bottom-left-radius: clamp(calc(var(--br_6) * 0.8), calc(0.3rem + 0.5vw), var(--br_6)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_6) * 0.8), calc(0.3rem + 0.5vw), var(--br_6)) !important;
}

.br_l6 {
  border-top-left-radius: clamp(calc(var(--br_6) * 0.8), calc(0.3rem + 0.5vw), var(--br_6)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_6) * 0.8), calc(0.3rem + 0.5vw), var(--br_6)) !important;
}

.br_r6 {
  border-top-right-radius: clamp(calc(var(--br_6) * 0.8), calc(0.3rem + 0.5vw), var(--br_6)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_6) * 0.8), calc(0.3rem + 0.5vw), var(--br_6)) !important;
}

.br7 {
  border-radius: clamp(calc(var(--br_7) * 0.8), calc(0.35rem + 0.5vw), var(--br_7)) !important;
}

.br_tl7 {
  border-top-left-radius: clamp(calc(var(--br_7) * 0.8), calc(0.35rem + 0.5vw), var(--br_7)) !important;
}

.br_tr7 {
  border-top-right-radius: clamp(calc(var(--br_7) * 0.8), calc(0.35rem + 0.5vw), var(--br_7)) !important;
}

.br_bl7 {
  border-bottom-left-radius: clamp(calc(var(--br_7) * 0.8), calc(0.35rem + 0.5vw), var(--br_7)) !important;
}

.br_br7 {
  border-bottom-right-radius: clamp(calc(var(--br_7) * 0.8), calc(0.35rem + 0.5vw), var(--br_7)) !important;
}

.br_t7 {
  border-top-left-radius: clamp(calc(var(--br_7) * 0.8), calc(0.35rem + 0.5vw), var(--br_7)) !important;
  border-top-right-radius: clamp(calc(var(--br_7) * 0.8), calc(0.35rem + 0.5vw), var(--br_7)) !important;
}

.br_b7 {
  border-bottom-left-radius: clamp(calc(var(--br_7) * 0.8), calc(0.35rem + 0.5vw), var(--br_7)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_7) * 0.8), calc(0.35rem + 0.5vw), var(--br_7)) !important;
}

.br_l7 {
  border-top-left-radius: clamp(calc(var(--br_7) * 0.8), calc(0.35rem + 0.5vw), var(--br_7)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_7) * 0.8), calc(0.35rem + 0.5vw), var(--br_7)) !important;
}

.br_r7 {
  border-top-right-radius: clamp(calc(var(--br_7) * 0.8), calc(0.35rem + 0.5vw), var(--br_7)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_7) * 0.8), calc(0.35rem + 0.5vw), var(--br_7)) !important;
}

.br8 {
  border-radius: clamp(calc(var(--br_8) * 0.8), calc(0.4rem + 0.5vw), var(--br_8)) !important;
}

.br_tl8 {
  border-top-left-radius: clamp(calc(var(--br_8) * 0.8), calc(0.4rem + 0.5vw), var(--br_8)) !important;
}

.br_tr8 {
  border-top-right-radius: clamp(calc(var(--br_8) * 0.8), calc(0.4rem + 0.5vw), var(--br_8)) !important;
}

.br_bl8 {
  border-bottom-left-radius: clamp(calc(var(--br_8) * 0.8), calc(0.4rem + 0.5vw), var(--br_8)) !important;
}

.br_br8 {
  border-bottom-right-radius: clamp(calc(var(--br_8) * 0.8), calc(0.4rem + 0.5vw), var(--br_8)) !important;
}

.br_t8 {
  border-top-left-radius: clamp(calc(var(--br_8) * 0.8), calc(0.4rem + 0.5vw), var(--br_8)) !important;
  border-top-right-radius: clamp(calc(var(--br_8) * 0.8), calc(0.4rem + 0.5vw), var(--br_8)) !important;
}

.br_b8 {
  border-bottom-left-radius: clamp(calc(var(--br_8) * 0.8), calc(0.4rem + 0.5vw), var(--br_8)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_8) * 0.8), calc(0.4rem + 0.5vw), var(--br_8)) !important;
}

.br_l8 {
  border-top-left-radius: clamp(calc(var(--br_8) * 0.8), calc(0.4rem + 0.5vw), var(--br_8)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_8) * 0.8), calc(0.4rem + 0.5vw), var(--br_8)) !important;
}

.br_r8 {
  border-top-right-radius: clamp(calc(var(--br_8) * 0.8), calc(0.4rem + 0.5vw), var(--br_8)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_8) * 0.8), calc(0.4rem + 0.5vw), var(--br_8)) !important;
}

.br9 {
  border-radius: clamp(calc(var(--br_9) * 0.8), calc(0.45rem + 0.5vw), var(--br_9)) !important;
}

.br_tl9 {
  border-top-left-radius: clamp(calc(var(--br_9) * 0.8), calc(0.45rem + 0.5vw), var(--br_9)) !important;
}

.br_tr9 {
  border-top-right-radius: clamp(calc(var(--br_9) * 0.8), calc(0.45rem + 0.5vw), var(--br_9)) !important;
}

.br_bl9 {
  border-bottom-left-radius: clamp(calc(var(--br_9) * 0.8), calc(0.45rem + 0.5vw), var(--br_9)) !important;
}

.br_br9 {
  border-bottom-right-radius: clamp(calc(var(--br_9) * 0.8), calc(0.45rem + 0.5vw), var(--br_9)) !important;
}

.br_t9 {
  border-top-left-radius: clamp(calc(var(--br_9) * 0.8), calc(0.45rem + 0.5vw), var(--br_9)) !important;
  border-top-right-radius: clamp(calc(var(--br_9) * 0.8), calc(0.45rem + 0.5vw), var(--br_9)) !important;
}

.br_b9 {
  border-bottom-left-radius: clamp(calc(var(--br_9) * 0.8), calc(0.45rem + 0.5vw), var(--br_9)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_9) * 0.8), calc(0.45rem + 0.5vw), var(--br_9)) !important;
}

.br_l9 {
  border-top-left-radius: clamp(calc(var(--br_9) * 0.8), calc(0.45rem + 0.5vw), var(--br_9)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_9) * 0.8), calc(0.45rem + 0.5vw), var(--br_9)) !important;
}

.br_r9 {
  border-top-right-radius: clamp(calc(var(--br_9) * 0.8), calc(0.45rem + 0.5vw), var(--br_9)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_9) * 0.8), calc(0.45rem + 0.5vw), var(--br_9)) !important;
}

.br10 {
  border-radius: clamp(calc(var(--br_10) * 0.8), calc(0.5rem + 0.5vw), var(--br_10)) !important;
}

.br_tl10 {
  border-top-left-radius: clamp(calc(var(--br_10) * 0.8), calc(0.5rem + 0.5vw), var(--br_10)) !important;
}

.br_tr10 {
  border-top-right-radius: clamp(calc(var(--br_10) * 0.8), calc(0.5rem + 0.5vw), var(--br_10)) !important;
}

.br_bl10 {
  border-bottom-left-radius: clamp(calc(var(--br_10) * 0.8), calc(0.5rem + 0.5vw), var(--br_10)) !important;
}

.br_br10 {
  border-bottom-right-radius: clamp(calc(var(--br_10) * 0.8), calc(0.5rem + 0.5vw), var(--br_10)) !important;
}

.br_t10 {
  border-top-left-radius: clamp(calc(var(--br_10) * 0.8), calc(0.5rem + 0.5vw), var(--br_10)) !important;
  border-top-right-radius: clamp(calc(var(--br_10) * 0.8), calc(0.5rem + 0.5vw), var(--br_10)) !important;
}

.br_b10 {
  border-bottom-left-radius: clamp(calc(var(--br_10) * 0.8), calc(0.5rem + 0.5vw), var(--br_10)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_10) * 0.8), calc(0.5rem + 0.5vw), var(--br_10)) !important;
}

.br_l10 {
  border-top-left-radius: clamp(calc(var(--br_10) * 0.8), calc(0.5rem + 0.5vw), var(--br_10)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_10) * 0.8), calc(0.5rem + 0.5vw), var(--br_10)) !important;
}

.br_r10 {
  border-top-right-radius: clamp(calc(var(--br_10) * 0.8), calc(0.5rem + 0.5vw), var(--br_10)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_10) * 0.8), calc(0.5rem + 0.5vw), var(--br_10)) !important;
}

.br11 {
  border-radius: clamp(calc(var(--br_11) * 0.8), calc(0.55rem + 0.5vw), var(--br_11)) !important;
}

.br_tl11 {
  border-top-left-radius: clamp(calc(var(--br_11) * 0.8), calc(0.55rem + 0.5vw), var(--br_11)) !important;
}

.br_tr11 {
  border-top-right-radius: clamp(calc(var(--br_11) * 0.8), calc(0.55rem + 0.5vw), var(--br_11)) !important;
}

.br_bl11 {
  border-bottom-left-radius: clamp(calc(var(--br_11) * 0.8), calc(0.55rem + 0.5vw), var(--br_11)) !important;
}

.br_br11 {
  border-bottom-right-radius: clamp(calc(var(--br_11) * 0.8), calc(0.55rem + 0.5vw), var(--br_11)) !important;
}

.br_t11 {
  border-top-left-radius: clamp(calc(var(--br_11) * 0.8), calc(0.55rem + 0.5vw), var(--br_11)) !important;
  border-top-right-radius: clamp(calc(var(--br_11) * 0.8), calc(0.55rem + 0.5vw), var(--br_11)) !important;
}

.br_b11 {
  border-bottom-left-radius: clamp(calc(var(--br_11) * 0.8), calc(0.55rem + 0.5vw), var(--br_11)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_11) * 0.8), calc(0.55rem + 0.5vw), var(--br_11)) !important;
}

.br_l11 {
  border-top-left-radius: clamp(calc(var(--br_11) * 0.8), calc(0.55rem + 0.5vw), var(--br_11)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_11) * 0.8), calc(0.55rem + 0.5vw), var(--br_11)) !important;
}

.br_r11 {
  border-top-right-radius: clamp(calc(var(--br_11) * 0.8), calc(0.55rem + 0.5vw), var(--br_11)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_11) * 0.8), calc(0.55rem + 0.5vw), var(--br_11)) !important;
}

.br12 {
  border-radius: clamp(calc(var(--br_12) * 0.8), calc(0.6rem + 0.5vw), var(--br_12)) !important;
}

.br_tl12 {
  border-top-left-radius: clamp(calc(var(--br_12) * 0.8), calc(0.6rem + 0.5vw), var(--br_12)) !important;
}

.br_tr12 {
  border-top-right-radius: clamp(calc(var(--br_12) * 0.8), calc(0.6rem + 0.5vw), var(--br_12)) !important;
}

.br_bl12 {
  border-bottom-left-radius: clamp(calc(var(--br_12) * 0.8), calc(0.6rem + 0.5vw), var(--br_12)) !important;
}

.br_br12 {
  border-bottom-right-radius: clamp(calc(var(--br_12) * 0.8), calc(0.6rem + 0.5vw), var(--br_12)) !important;
}

.br_t12 {
  border-top-left-radius: clamp(calc(var(--br_12) * 0.8), calc(0.6rem + 0.5vw), var(--br_12)) !important;
  border-top-right-radius: clamp(calc(var(--br_12) * 0.8), calc(0.6rem + 0.5vw), var(--br_12)) !important;
}

.br_b12 {
  border-bottom-left-radius: clamp(calc(var(--br_12) * 0.8), calc(0.6rem + 0.5vw), var(--br_12)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_12) * 0.8), calc(0.6rem + 0.5vw), var(--br_12)) !important;
}

.br_l12 {
  border-top-left-radius: clamp(calc(var(--br_12) * 0.8), calc(0.6rem + 0.5vw), var(--br_12)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_12) * 0.8), calc(0.6rem + 0.5vw), var(--br_12)) !important;
}

.br_r12 {
  border-top-right-radius: clamp(calc(var(--br_12) * 0.8), calc(0.6rem + 0.5vw), var(--br_12)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_12) * 0.8), calc(0.6rem + 0.5vw), var(--br_12)) !important;
}

.br13 {
  border-radius: clamp(calc(var(--br_13) * 0.8), calc(0.65rem + 0.5vw), var(--br_13)) !important;
}

.br_tl13 {
  border-top-left-radius: clamp(calc(var(--br_13) * 0.8), calc(0.65rem + 0.5vw), var(--br_13)) !important;
}

.br_tr13 {
  border-top-right-radius: clamp(calc(var(--br_13) * 0.8), calc(0.65rem + 0.5vw), var(--br_13)) !important;
}

.br_bl13 {
  border-bottom-left-radius: clamp(calc(var(--br_13) * 0.8), calc(0.65rem + 0.5vw), var(--br_13)) !important;
}

.br_br13 {
  border-bottom-right-radius: clamp(calc(var(--br_13) * 0.8), calc(0.65rem + 0.5vw), var(--br_13)) !important;
}

.br_t13 {
  border-top-left-radius: clamp(calc(var(--br_13) * 0.8), calc(0.65rem + 0.5vw), var(--br_13)) !important;
  border-top-right-radius: clamp(calc(var(--br_13) * 0.8), calc(0.65rem + 0.5vw), var(--br_13)) !important;
}

.br_b13 {
  border-bottom-left-radius: clamp(calc(var(--br_13) * 0.8), calc(0.65rem + 0.5vw), var(--br_13)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_13) * 0.8), calc(0.65rem + 0.5vw), var(--br_13)) !important;
}

.br_l13 {
  border-top-left-radius: clamp(calc(var(--br_13) * 0.8), calc(0.65rem + 0.5vw), var(--br_13)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_13) * 0.8), calc(0.65rem + 0.5vw), var(--br_13)) !important;
}

.br_r13 {
  border-top-right-radius: clamp(calc(var(--br_13) * 0.8), calc(0.65rem + 0.5vw), var(--br_13)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_13) * 0.8), calc(0.65rem + 0.5vw), var(--br_13)) !important;
}

.br14 {
  border-radius: clamp(calc(var(--br_14) * 0.8), calc(0.7rem + 0.5vw), var(--br_14)) !important;
}

.br_tl14 {
  border-top-left-radius: clamp(calc(var(--br_14) * 0.8), calc(0.7rem + 0.5vw), var(--br_14)) !important;
}

.br_tr14 {
  border-top-right-radius: clamp(calc(var(--br_14) * 0.8), calc(0.7rem + 0.5vw), var(--br_14)) !important;
}

.br_bl14 {
  border-bottom-left-radius: clamp(calc(var(--br_14) * 0.8), calc(0.7rem + 0.5vw), var(--br_14)) !important;
}

.br_br14 {
  border-bottom-right-radius: clamp(calc(var(--br_14) * 0.8), calc(0.7rem + 0.5vw), var(--br_14)) !important;
}

.br_t14 {
  border-top-left-radius: clamp(calc(var(--br_14) * 0.8), calc(0.7rem + 0.5vw), var(--br_14)) !important;
  border-top-right-radius: clamp(calc(var(--br_14) * 0.8), calc(0.7rem + 0.5vw), var(--br_14)) !important;
}

.br_b14 {
  border-bottom-left-radius: clamp(calc(var(--br_14) * 0.8), calc(0.7rem + 0.5vw), var(--br_14)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_14) * 0.8), calc(0.7rem + 0.5vw), var(--br_14)) !important;
}

.br_l14 {
  border-top-left-radius: clamp(calc(var(--br_14) * 0.8), calc(0.7rem + 0.5vw), var(--br_14)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_14) * 0.8), calc(0.7rem + 0.5vw), var(--br_14)) !important;
}

.br_r14 {
  border-top-right-radius: clamp(calc(var(--br_14) * 0.8), calc(0.7rem + 0.5vw), var(--br_14)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_14) * 0.8), calc(0.7rem + 0.5vw), var(--br_14)) !important;
}

.br15 {
  border-radius: clamp(calc(var(--br_15) * 0.8), calc(0.75rem + 0.5vw), var(--br_15)) !important;
}

.br_tl15 {
  border-top-left-radius: clamp(calc(var(--br_15) * 0.8), calc(0.75rem + 0.5vw), var(--br_15)) !important;
}

.br_tr15 {
  border-top-right-radius: clamp(calc(var(--br_15) * 0.8), calc(0.75rem + 0.5vw), var(--br_15)) !important;
}

.br_bl15 {
  border-bottom-left-radius: clamp(calc(var(--br_15) * 0.8), calc(0.75rem + 0.5vw), var(--br_15)) !important;
}

.br_br15 {
  border-bottom-right-radius: clamp(calc(var(--br_15) * 0.8), calc(0.75rem + 0.5vw), var(--br_15)) !important;
}

.br_t15 {
  border-top-left-radius: clamp(calc(var(--br_15) * 0.8), calc(0.75rem + 0.5vw), var(--br_15)) !important;
  border-top-right-radius: clamp(calc(var(--br_15) * 0.8), calc(0.75rem + 0.5vw), var(--br_15)) !important;
}

.br_b15 {
  border-bottom-left-radius: clamp(calc(var(--br_15) * 0.8), calc(0.75rem + 0.5vw), var(--br_15)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_15) * 0.8), calc(0.75rem + 0.5vw), var(--br_15)) !important;
}

.br_l15 {
  border-top-left-radius: clamp(calc(var(--br_15) * 0.8), calc(0.75rem + 0.5vw), var(--br_15)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_15) * 0.8), calc(0.75rem + 0.5vw), var(--br_15)) !important;
}

.br_r15 {
  border-top-right-radius: clamp(calc(var(--br_15) * 0.8), calc(0.75rem + 0.5vw), var(--br_15)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_15) * 0.8), calc(0.75rem + 0.5vw), var(--br_15)) !important;
}

.br16 {
  border-radius: clamp(calc(var(--br_16) * 0.8), calc(0.8rem + 0.5vw), var(--br_16)) !important;
}

.br_tl16 {
  border-top-left-radius: clamp(calc(var(--br_16) * 0.8), calc(0.8rem + 0.5vw), var(--br_16)) !important;
}

.br_tr16 {
  border-top-right-radius: clamp(calc(var(--br_16) * 0.8), calc(0.8rem + 0.5vw), var(--br_16)) !important;
}

.br_bl16 {
  border-bottom-left-radius: clamp(calc(var(--br_16) * 0.8), calc(0.8rem + 0.5vw), var(--br_16)) !important;
}

.br_br16 {
  border-bottom-right-radius: clamp(calc(var(--br_16) * 0.8), calc(0.8rem + 0.5vw), var(--br_16)) !important;
}

.br_t16 {
  border-top-left-radius: clamp(calc(var(--br_16) * 0.8), calc(0.8rem + 0.5vw), var(--br_16)) !important;
  border-top-right-radius: clamp(calc(var(--br_16) * 0.8), calc(0.8rem + 0.5vw), var(--br_16)) !important;
}

.br_b16 {
  border-bottom-left-radius: clamp(calc(var(--br_16) * 0.8), calc(0.8rem + 0.5vw), var(--br_16)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_16) * 0.8), calc(0.8rem + 0.5vw), var(--br_16)) !important;
}

.br_l16 {
  border-top-left-radius: clamp(calc(var(--br_16) * 0.8), calc(0.8rem + 0.5vw), var(--br_16)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_16) * 0.8), calc(0.8rem + 0.5vw), var(--br_16)) !important;
}

.br_r16 {
  border-top-right-radius: clamp(calc(var(--br_16) * 0.8), calc(0.8rem + 0.5vw), var(--br_16)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_16) * 0.8), calc(0.8rem + 0.5vw), var(--br_16)) !important;
}

.br17 {
  border-radius: clamp(calc(var(--br_17) * 0.8), calc(0.85rem + 0.5vw), var(--br_17)) !important;
}

.br_tl17 {
  border-top-left-radius: clamp(calc(var(--br_17) * 0.8), calc(0.85rem + 0.5vw), var(--br_17)) !important;
}

.br_tr17 {
  border-top-right-radius: clamp(calc(var(--br_17) * 0.8), calc(0.85rem + 0.5vw), var(--br_17)) !important;
}

.br_bl17 {
  border-bottom-left-radius: clamp(calc(var(--br_17) * 0.8), calc(0.85rem + 0.5vw), var(--br_17)) !important;
}

.br_br17 {
  border-bottom-right-radius: clamp(calc(var(--br_17) * 0.8), calc(0.85rem + 0.5vw), var(--br_17)) !important;
}

.br_t17 {
  border-top-left-radius: clamp(calc(var(--br_17) * 0.8), calc(0.85rem + 0.5vw), var(--br_17)) !important;
  border-top-right-radius: clamp(calc(var(--br_17) * 0.8), calc(0.85rem + 0.5vw), var(--br_17)) !important;
}

.br_b17 {
  border-bottom-left-radius: clamp(calc(var(--br_17) * 0.8), calc(0.85rem + 0.5vw), var(--br_17)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_17) * 0.8), calc(0.85rem + 0.5vw), var(--br_17)) !important;
}

.br_l17 {
  border-top-left-radius: clamp(calc(var(--br_17) * 0.8), calc(0.85rem + 0.5vw), var(--br_17)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_17) * 0.8), calc(0.85rem + 0.5vw), var(--br_17)) !important;
}

.br_r17 {
  border-top-right-radius: clamp(calc(var(--br_17) * 0.8), calc(0.85rem + 0.5vw), var(--br_17)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_17) * 0.8), calc(0.85rem + 0.5vw), var(--br_17)) !important;
}

.br18 {
  border-radius: clamp(calc(var(--br_18) * 0.8), calc(0.9rem + 0.5vw), var(--br_18)) !important;
}

.br_tl18 {
  border-top-left-radius: clamp(calc(var(--br_18) * 0.8), calc(0.9rem + 0.5vw), var(--br_18)) !important;
}

.br_tr18 {
  border-top-right-radius: clamp(calc(var(--br_18) * 0.8), calc(0.9rem + 0.5vw), var(--br_18)) !important;
}

.br_bl18 {
  border-bottom-left-radius: clamp(calc(var(--br_18) * 0.8), calc(0.9rem + 0.5vw), var(--br_18)) !important;
}

.br_br18 {
  border-bottom-right-radius: clamp(calc(var(--br_18) * 0.8), calc(0.9rem + 0.5vw), var(--br_18)) !important;
}

.br_t18 {
  border-top-left-radius: clamp(calc(var(--br_18) * 0.8), calc(0.9rem + 0.5vw), var(--br_18)) !important;
  border-top-right-radius: clamp(calc(var(--br_18) * 0.8), calc(0.9rem + 0.5vw), var(--br_18)) !important;
}

.br_b18 {
  border-bottom-left-radius: clamp(calc(var(--br_18) * 0.8), calc(0.9rem + 0.5vw), var(--br_18)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_18) * 0.8), calc(0.9rem + 0.5vw), var(--br_18)) !important;
}

.br_l18 {
  border-top-left-radius: clamp(calc(var(--br_18) * 0.8), calc(0.9rem + 0.5vw), var(--br_18)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_18) * 0.8), calc(0.9rem + 0.5vw), var(--br_18)) !important;
}

.br_r18 {
  border-top-right-radius: clamp(calc(var(--br_18) * 0.8), calc(0.9rem + 0.5vw), var(--br_18)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_18) * 0.8), calc(0.9rem + 0.5vw), var(--br_18)) !important;
}

.br19 {
  border-radius: clamp(calc(var(--br_19) * 0.8), calc(0.95rem + 0.5vw), var(--br_19)) !important;
}

.br_tl19 {
  border-top-left-radius: clamp(calc(var(--br_19) * 0.8), calc(0.95rem + 0.5vw), var(--br_19)) !important;
}

.br_tr19 {
  border-top-right-radius: clamp(calc(var(--br_19) * 0.8), calc(0.95rem + 0.5vw), var(--br_19)) !important;
}

.br_bl19 {
  border-bottom-left-radius: clamp(calc(var(--br_19) * 0.8), calc(0.95rem + 0.5vw), var(--br_19)) !important;
}

.br_br19 {
  border-bottom-right-radius: clamp(calc(var(--br_19) * 0.8), calc(0.95rem + 0.5vw), var(--br_19)) !important;
}

.br_t19 {
  border-top-left-radius: clamp(calc(var(--br_19) * 0.8), calc(0.95rem + 0.5vw), var(--br_19)) !important;
  border-top-right-radius: clamp(calc(var(--br_19) * 0.8), calc(0.95rem + 0.5vw), var(--br_19)) !important;
}

.br_b19 {
  border-bottom-left-radius: clamp(calc(var(--br_19) * 0.8), calc(0.95rem + 0.5vw), var(--br_19)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_19) * 0.8), calc(0.95rem + 0.5vw), var(--br_19)) !important;
}

.br_l19 {
  border-top-left-radius: clamp(calc(var(--br_19) * 0.8), calc(0.95rem + 0.5vw), var(--br_19)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_19) * 0.8), calc(0.95rem + 0.5vw), var(--br_19)) !important;
}

.br_r19 {
  border-top-right-radius: clamp(calc(var(--br_19) * 0.8), calc(0.95rem + 0.5vw), var(--br_19)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_19) * 0.8), calc(0.95rem + 0.5vw), var(--br_19)) !important;
}

.br20 {
  border-radius: clamp(calc(var(--br_20) * 0.8), calc(1rem + 0.5vw), var(--br_20)) !important;
}

.br_tl20 {
  border-top-left-radius: clamp(calc(var(--br_20) * 0.8), calc(1rem + 0.5vw), var(--br_20)) !important;
}

.br_tr20 {
  border-top-right-radius: clamp(calc(var(--br_20) * 0.8), calc(1rem + 0.5vw), var(--br_20)) !important;
}

.br_bl20 {
  border-bottom-left-radius: clamp(calc(var(--br_20) * 0.8), calc(1rem + 0.5vw), var(--br_20)) !important;
}

.br_br20 {
  border-bottom-right-radius: clamp(calc(var(--br_20) * 0.8), calc(1rem + 0.5vw), var(--br_20)) !important;
}

.br_t20 {
  border-top-left-radius: clamp(calc(var(--br_20) * 0.8), calc(1rem + 0.5vw), var(--br_20)) !important;
  border-top-right-radius: clamp(calc(var(--br_20) * 0.8), calc(1rem + 0.5vw), var(--br_20)) !important;
}

.br_b20 {
  border-bottom-left-radius: clamp(calc(var(--br_20) * 0.8), calc(1rem + 0.5vw), var(--br_20)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_20) * 0.8), calc(1rem + 0.5vw), var(--br_20)) !important;
}

.br_l20 {
  border-top-left-radius: clamp(calc(var(--br_20) * 0.8), calc(1rem + 0.5vw), var(--br_20)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_20) * 0.8), calc(1rem + 0.5vw), var(--br_20)) !important;
}

.br_r20 {
  border-top-right-radius: clamp(calc(var(--br_20) * 0.8), calc(1rem + 0.5vw), var(--br_20)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_20) * 0.8), calc(1rem + 0.5vw), var(--br_20)) !important;
}

.br21 {
  border-radius: clamp(calc(var(--br_21) * 0.8), calc(1.05rem + 0.5vw), var(--br_21)) !important;
}

.br_tl21 {
  border-top-left-radius: clamp(calc(var(--br_21) * 0.8), calc(1.05rem + 0.5vw), var(--br_21)) !important;
}

.br_tr21 {
  border-top-right-radius: clamp(calc(var(--br_21) * 0.8), calc(1.05rem + 0.5vw), var(--br_21)) !important;
}

.br_bl21 {
  border-bottom-left-radius: clamp(calc(var(--br_21) * 0.8), calc(1.05rem + 0.5vw), var(--br_21)) !important;
}

.br_br21 {
  border-bottom-right-radius: clamp(calc(var(--br_21) * 0.8), calc(1.05rem + 0.5vw), var(--br_21)) !important;
}

.br_t21 {
  border-top-left-radius: clamp(calc(var(--br_21) * 0.8), calc(1.05rem + 0.5vw), var(--br_21)) !important;
  border-top-right-radius: clamp(calc(var(--br_21) * 0.8), calc(1.05rem + 0.5vw), var(--br_21)) !important;
}

.br_b21 {
  border-bottom-left-radius: clamp(calc(var(--br_21) * 0.8), calc(1.05rem + 0.5vw), var(--br_21)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_21) * 0.8), calc(1.05rem + 0.5vw), var(--br_21)) !important;
}

.br_l21 {
  border-top-left-radius: clamp(calc(var(--br_21) * 0.8), calc(1.05rem + 0.5vw), var(--br_21)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_21) * 0.8), calc(1.05rem + 0.5vw), var(--br_21)) !important;
}

.br_r21 {
  border-top-right-radius: clamp(calc(var(--br_21) * 0.8), calc(1.05rem + 0.5vw), var(--br_21)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_21) * 0.8), calc(1.05rem + 0.5vw), var(--br_21)) !important;
}

.br22 {
  border-radius: clamp(calc(var(--br_22) * 0.8), calc(1.1rem + 0.5vw), var(--br_22)) !important;
}

.br_tl22 {
  border-top-left-radius: clamp(calc(var(--br_22) * 0.8), calc(1.1rem + 0.5vw), var(--br_22)) !important;
}

.br_tr22 {
  border-top-right-radius: clamp(calc(var(--br_22) * 0.8), calc(1.1rem + 0.5vw), var(--br_22)) !important;
}

.br_bl22 {
  border-bottom-left-radius: clamp(calc(var(--br_22) * 0.8), calc(1.1rem + 0.5vw), var(--br_22)) !important;
}

.br_br22 {
  border-bottom-right-radius: clamp(calc(var(--br_22) * 0.8), calc(1.1rem + 0.5vw), var(--br_22)) !important;
}

.br_t22 {
  border-top-left-radius: clamp(calc(var(--br_22) * 0.8), calc(1.1rem + 0.5vw), var(--br_22)) !important;
  border-top-right-radius: clamp(calc(var(--br_22) * 0.8), calc(1.1rem + 0.5vw), var(--br_22)) !important;
}

.br_b22 {
  border-bottom-left-radius: clamp(calc(var(--br_22) * 0.8), calc(1.1rem + 0.5vw), var(--br_22)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_22) * 0.8), calc(1.1rem + 0.5vw), var(--br_22)) !important;
}

.br_l22 {
  border-top-left-radius: clamp(calc(var(--br_22) * 0.8), calc(1.1rem + 0.5vw), var(--br_22)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_22) * 0.8), calc(1.1rem + 0.5vw), var(--br_22)) !important;
}

.br_r22 {
  border-top-right-radius: clamp(calc(var(--br_22) * 0.8), calc(1.1rem + 0.5vw), var(--br_22)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_22) * 0.8), calc(1.1rem + 0.5vw), var(--br_22)) !important;
}

.br23 {
  border-radius: clamp(calc(var(--br_23) * 0.8), calc(1.15rem + 0.5vw), var(--br_23)) !important;
}

.br_tl23 {
  border-top-left-radius: clamp(calc(var(--br_23) * 0.8), calc(1.15rem + 0.5vw), var(--br_23)) !important;
}

.br_tr23 {
  border-top-right-radius: clamp(calc(var(--br_23) * 0.8), calc(1.15rem + 0.5vw), var(--br_23)) !important;
}

.br_bl23 {
  border-bottom-left-radius: clamp(calc(var(--br_23) * 0.8), calc(1.15rem + 0.5vw), var(--br_23)) !important;
}

.br_br23 {
  border-bottom-right-radius: clamp(calc(var(--br_23) * 0.8), calc(1.15rem + 0.5vw), var(--br_23)) !important;
}

.br_t23 {
  border-top-left-radius: clamp(calc(var(--br_23) * 0.8), calc(1.15rem + 0.5vw), var(--br_23)) !important;
  border-top-right-radius: clamp(calc(var(--br_23) * 0.8), calc(1.15rem + 0.5vw), var(--br_23)) !important;
}

.br_b23 {
  border-bottom-left-radius: clamp(calc(var(--br_23) * 0.8), calc(1.15rem + 0.5vw), var(--br_23)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_23) * 0.8), calc(1.15rem + 0.5vw), var(--br_23)) !important;
}

.br_l23 {
  border-top-left-radius: clamp(calc(var(--br_23) * 0.8), calc(1.15rem + 0.5vw), var(--br_23)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_23) * 0.8), calc(1.15rem + 0.5vw), var(--br_23)) !important;
}

.br_r23 {
  border-top-right-radius: clamp(calc(var(--br_23) * 0.8), calc(1.15rem + 0.5vw), var(--br_23)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_23) * 0.8), calc(1.15rem + 0.5vw), var(--br_23)) !important;
}

.br24 {
  border-radius: clamp(calc(var(--br_24) * 0.8), calc(1.2rem + 0.5vw), var(--br_24)) !important;
}

.br_tl24 {
  border-top-left-radius: clamp(calc(var(--br_24) * 0.8), calc(1.2rem + 0.5vw), var(--br_24)) !important;
}

.br_tr24 {
  border-top-right-radius: clamp(calc(var(--br_24) * 0.8), calc(1.2rem + 0.5vw), var(--br_24)) !important;
}

.br_bl24 {
  border-bottom-left-radius: clamp(calc(var(--br_24) * 0.8), calc(1.2rem + 0.5vw), var(--br_24)) !important;
}

.br_br24 {
  border-bottom-right-radius: clamp(calc(var(--br_24) * 0.8), calc(1.2rem + 0.5vw), var(--br_24)) !important;
}

.br_t24 {
  border-top-left-radius: clamp(calc(var(--br_24) * 0.8), calc(1.2rem + 0.5vw), var(--br_24)) !important;
  border-top-right-radius: clamp(calc(var(--br_24) * 0.8), calc(1.2rem + 0.5vw), var(--br_24)) !important;
}

.br_b24 {
  border-bottom-left-radius: clamp(calc(var(--br_24) * 0.8), calc(1.2rem + 0.5vw), var(--br_24)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_24) * 0.8), calc(1.2rem + 0.5vw), var(--br_24)) !important;
}

.br_l24 {
  border-top-left-radius: clamp(calc(var(--br_24) * 0.8), calc(1.2rem + 0.5vw), var(--br_24)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_24) * 0.8), calc(1.2rem + 0.5vw), var(--br_24)) !important;
}

.br_r24 {
  border-top-right-radius: clamp(calc(var(--br_24) * 0.8), calc(1.2rem + 0.5vw), var(--br_24)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_24) * 0.8), calc(1.2rem + 0.5vw), var(--br_24)) !important;
}

.br25 {
  border-radius: clamp(calc(var(--br_25) * 0.8), calc(1.25rem + 0.5vw), var(--br_25)) !important;
}

.br_tl25 {
  border-top-left-radius: clamp(calc(var(--br_25) * 0.8), calc(1.25rem + 0.5vw), var(--br_25)) !important;
}

.br_tr25 {
  border-top-right-radius: clamp(calc(var(--br_25) * 0.8), calc(1.25rem + 0.5vw), var(--br_25)) !important;
}

.br_bl25 {
  border-bottom-left-radius: clamp(calc(var(--br_25) * 0.8), calc(1.25rem + 0.5vw), var(--br_25)) !important;
}

.br_br25 {
  border-bottom-right-radius: clamp(calc(var(--br_25) * 0.8), calc(1.25rem + 0.5vw), var(--br_25)) !important;
}

.br_t25 {
  border-top-left-radius: clamp(calc(var(--br_25) * 0.8), calc(1.25rem + 0.5vw), var(--br_25)) !important;
  border-top-right-radius: clamp(calc(var(--br_25) * 0.8), calc(1.25rem + 0.5vw), var(--br_25)) !important;
}

.br_b25 {
  border-bottom-left-radius: clamp(calc(var(--br_25) * 0.8), calc(1.25rem + 0.5vw), var(--br_25)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_25) * 0.8), calc(1.25rem + 0.5vw), var(--br_25)) !important;
}

.br_l25 {
  border-top-left-radius: clamp(calc(var(--br_25) * 0.8), calc(1.25rem + 0.5vw), var(--br_25)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_25) * 0.8), calc(1.25rem + 0.5vw), var(--br_25)) !important;
}

.br_r25 {
  border-top-right-radius: clamp(calc(var(--br_25) * 0.8), calc(1.25rem + 0.5vw), var(--br_25)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_25) * 0.8), calc(1.25rem + 0.5vw), var(--br_25)) !important;
}

.br26 {
  border-radius: clamp(calc(var(--br_26) * 0.8), calc(1.3rem + 0.5vw), var(--br_26)) !important;
}

.br_tl26 {
  border-top-left-radius: clamp(calc(var(--br_26) * 0.8), calc(1.3rem + 0.5vw), var(--br_26)) !important;
}

.br_tr26 {
  border-top-right-radius: clamp(calc(var(--br_26) * 0.8), calc(1.3rem + 0.5vw), var(--br_26)) !important;
}

.br_bl26 {
  border-bottom-left-radius: clamp(calc(var(--br_26) * 0.8), calc(1.3rem + 0.5vw), var(--br_26)) !important;
}

.br_br26 {
  border-bottom-right-radius: clamp(calc(var(--br_26) * 0.8), calc(1.3rem + 0.5vw), var(--br_26)) !important;
}

.br_t26 {
  border-top-left-radius: clamp(calc(var(--br_26) * 0.8), calc(1.3rem + 0.5vw), var(--br_26)) !important;
  border-top-right-radius: clamp(calc(var(--br_26) * 0.8), calc(1.3rem + 0.5vw), var(--br_26)) !important;
}

.br_b26 {
  border-bottom-left-radius: clamp(calc(var(--br_26) * 0.8), calc(1.3rem + 0.5vw), var(--br_26)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_26) * 0.8), calc(1.3rem + 0.5vw), var(--br_26)) !important;
}

.br_l26 {
  border-top-left-radius: clamp(calc(var(--br_26) * 0.8), calc(1.3rem + 0.5vw), var(--br_26)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_26) * 0.8), calc(1.3rem + 0.5vw), var(--br_26)) !important;
}

.br_r26 {
  border-top-right-radius: clamp(calc(var(--br_26) * 0.8), calc(1.3rem + 0.5vw), var(--br_26)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_26) * 0.8), calc(1.3rem + 0.5vw), var(--br_26)) !important;
}

.br27 {
  border-radius: clamp(calc(var(--br_27) * 0.8), calc(1.35rem + 0.5vw), var(--br_27)) !important;
}

.br_tl27 {
  border-top-left-radius: clamp(calc(var(--br_27) * 0.8), calc(1.35rem + 0.5vw), var(--br_27)) !important;
}

.br_tr27 {
  border-top-right-radius: clamp(calc(var(--br_27) * 0.8), calc(1.35rem + 0.5vw), var(--br_27)) !important;
}

.br_bl27 {
  border-bottom-left-radius: clamp(calc(var(--br_27) * 0.8), calc(1.35rem + 0.5vw), var(--br_27)) !important;
}

.br_br27 {
  border-bottom-right-radius: clamp(calc(var(--br_27) * 0.8), calc(1.35rem + 0.5vw), var(--br_27)) !important;
}

.br_t27 {
  border-top-left-radius: clamp(calc(var(--br_27) * 0.8), calc(1.35rem + 0.5vw), var(--br_27)) !important;
  border-top-right-radius: clamp(calc(var(--br_27) * 0.8), calc(1.35rem + 0.5vw), var(--br_27)) !important;
}

.br_b27 {
  border-bottom-left-radius: clamp(calc(var(--br_27) * 0.8), calc(1.35rem + 0.5vw), var(--br_27)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_27) * 0.8), calc(1.35rem + 0.5vw), var(--br_27)) !important;
}

.br_l27 {
  border-top-left-radius: clamp(calc(var(--br_27) * 0.8), calc(1.35rem + 0.5vw), var(--br_27)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_27) * 0.8), calc(1.35rem + 0.5vw), var(--br_27)) !important;
}

.br_r27 {
  border-top-right-radius: clamp(calc(var(--br_27) * 0.8), calc(1.35rem + 0.5vw), var(--br_27)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_27) * 0.8), calc(1.35rem + 0.5vw), var(--br_27)) !important;
}

.br28 {
  border-radius: clamp(calc(var(--br_28) * 0.8), calc(1.4rem + 0.5vw), var(--br_28)) !important;
}

.br_tl28 {
  border-top-left-radius: clamp(calc(var(--br_28) * 0.8), calc(1.4rem + 0.5vw), var(--br_28)) !important;
}

.br_tr28 {
  border-top-right-radius: clamp(calc(var(--br_28) * 0.8), calc(1.4rem + 0.5vw), var(--br_28)) !important;
}

.br_bl28 {
  border-bottom-left-radius: clamp(calc(var(--br_28) * 0.8), calc(1.4rem + 0.5vw), var(--br_28)) !important;
}

.br_br28 {
  border-bottom-right-radius: clamp(calc(var(--br_28) * 0.8), calc(1.4rem + 0.5vw), var(--br_28)) !important;
}

.br_t28 {
  border-top-left-radius: clamp(calc(var(--br_28) * 0.8), calc(1.4rem + 0.5vw), var(--br_28)) !important;
  border-top-right-radius: clamp(calc(var(--br_28) * 0.8), calc(1.4rem + 0.5vw), var(--br_28)) !important;
}

.br_b28 {
  border-bottom-left-radius: clamp(calc(var(--br_28) * 0.8), calc(1.4rem + 0.5vw), var(--br_28)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_28) * 0.8), calc(1.4rem + 0.5vw), var(--br_28)) !important;
}

.br_l28 {
  border-top-left-radius: clamp(calc(var(--br_28) * 0.8), calc(1.4rem + 0.5vw), var(--br_28)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_28) * 0.8), calc(1.4rem + 0.5vw), var(--br_28)) !important;
}

.br_r28 {
  border-top-right-radius: clamp(calc(var(--br_28) * 0.8), calc(1.4rem + 0.5vw), var(--br_28)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_28) * 0.8), calc(1.4rem + 0.5vw), var(--br_28)) !important;
}

.br29 {
  border-radius: clamp(calc(var(--br_29) * 0.8), calc(1.45rem + 0.5vw), var(--br_29)) !important;
}

.br_tl29 {
  border-top-left-radius: clamp(calc(var(--br_29) * 0.8), calc(1.45rem + 0.5vw), var(--br_29)) !important;
}

.br_tr29 {
  border-top-right-radius: clamp(calc(var(--br_29) * 0.8), calc(1.45rem + 0.5vw), var(--br_29)) !important;
}

.br_bl29 {
  border-bottom-left-radius: clamp(calc(var(--br_29) * 0.8), calc(1.45rem + 0.5vw), var(--br_29)) !important;
}

.br_br29 {
  border-bottom-right-radius: clamp(calc(var(--br_29) * 0.8), calc(1.45rem + 0.5vw), var(--br_29)) !important;
}

.br_t29 {
  border-top-left-radius: clamp(calc(var(--br_29) * 0.8), calc(1.45rem + 0.5vw), var(--br_29)) !important;
  border-top-right-radius: clamp(calc(var(--br_29) * 0.8), calc(1.45rem + 0.5vw), var(--br_29)) !important;
}

.br_b29 {
  border-bottom-left-radius: clamp(calc(var(--br_29) * 0.8), calc(1.45rem + 0.5vw), var(--br_29)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_29) * 0.8), calc(1.45rem + 0.5vw), var(--br_29)) !important;
}

.br_l29 {
  border-top-left-radius: clamp(calc(var(--br_29) * 0.8), calc(1.45rem + 0.5vw), var(--br_29)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_29) * 0.8), calc(1.45rem + 0.5vw), var(--br_29)) !important;
}

.br_r29 {
  border-top-right-radius: clamp(calc(var(--br_29) * 0.8), calc(1.45rem + 0.5vw), var(--br_29)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_29) * 0.8), calc(1.45rem + 0.5vw), var(--br_29)) !important;
}

.br30 {
  border-radius: clamp(calc(var(--br_30) * 0.8), calc(1.5rem + 0.5vw), var(--br_30)) !important;
}

.br_tl30 {
  border-top-left-radius: clamp(calc(var(--br_30) * 0.8), calc(1.5rem + 0.5vw), var(--br_30)) !important;
}

.br_tr30 {
  border-top-right-radius: clamp(calc(var(--br_30) * 0.8), calc(1.5rem + 0.5vw), var(--br_30)) !important;
}

.br_bl30 {
  border-bottom-left-radius: clamp(calc(var(--br_30) * 0.8), calc(1.5rem + 0.5vw), var(--br_30)) !important;
}

.br_br30 {
  border-bottom-right-radius: clamp(calc(var(--br_30) * 0.8), calc(1.5rem + 0.5vw), var(--br_30)) !important;
}

.br_t30 {
  border-top-left-radius: clamp(calc(var(--br_30) * 0.8), calc(1.5rem + 0.5vw), var(--br_30)) !important;
  border-top-right-radius: clamp(calc(var(--br_30) * 0.8), calc(1.5rem + 0.5vw), var(--br_30)) !important;
}

.br_b30 {
  border-bottom-left-radius: clamp(calc(var(--br_30) * 0.8), calc(1.5rem + 0.5vw), var(--br_30)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_30) * 0.8), calc(1.5rem + 0.5vw), var(--br_30)) !important;
}

.br_l30 {
  border-top-left-radius: clamp(calc(var(--br_30) * 0.8), calc(1.5rem + 0.5vw), var(--br_30)) !important;
  border-bottom-left-radius: clamp(calc(var(--br_30) * 0.8), calc(1.5rem + 0.5vw), var(--br_30)) !important;
}

.br_r30 {
  border-top-right-radius: clamp(calc(var(--br_30) * 0.8), calc(1.5rem + 0.5vw), var(--br_30)) !important;
  border-bottom-right-radius: clamp(calc(var(--br_30) * 0.8), calc(1.5rem + 0.5vw), var(--br_30)) !important;
}

.br_s {
  border-radius: clamp(calc(var(--br_s) * 0.8), calc(0.4rem + 0.5vw), var(--br_s)) !important;
}

.br_m {
  border-radius: clamp(calc(var(--br_m) * 0.8), calc(0.5rem + 0.5vw), var(--br_m)) !important;
}

.br_r {
  border-radius: clamp(calc(var(--br_r) * 0.8), calc(0.75rem + 0.5vw), var(--br_r)) !important;
}

.br_l {
  border-radius: clamp(calc(var(--br_l) * 0.8), calc(1rem + 0.5vw), var(--br_l)) !important;
}

.br_xl {
  border-radius: clamp(calc(var(--br_xl) * 0.8), calc(1.25rem + 0.5vw), var(--br_xl)) !important;
}

.br_2xl {
  border-radius: clamp(calc(var(--br_2xl) * 0.8), calc(1.5rem + 0.5vw), var(--br_2xl)) !important;
}

.br_c, .br_pill {
  border-radius: 999px !important;
}

.br_circle {
  border-radius: 50% !important;
}

.br_xs {
  border-radius: 5px !important;
}

.shd_1 {
  box-shadow: 0 3px 12px -1px rgba(0, 0, 0, 0.05) !important;
}

.shds_1 {
  box-shadow: 0 5px 22px -3px rgba(0, 0, 0, 0.25) !important;
}

.shd_2 {
  box-shadow: 0 6px 24px -2px rgba(0, 0, 0, 0.07) !important;
}

.shds_2 {
  box-shadow: 0 8px 34px -4px rgba(0, 0, 0, 0.3) !important;
}

.shd_3 {
  box-shadow: 0 9px 36px -3px rgba(0, 0, 0, 0.09) !important;
}

.shds_3 {
  box-shadow: 0 11px 46px -5px rgba(0, 0, 0, 0.35) !important;
}

.shd_4 {
  box-shadow: 0 12px 48px -4px rgba(0, 0, 0, 0.11) !important;
}

.shds_4 {
  box-shadow: 0 14px 58px -6px rgba(0, 0, 0, 0.4) !important;
}

.shd_5 {
  box-shadow: 0 15px 60px -5px rgba(0, 0, 0, 0.13) !important;
}

.shds_5 {
  box-shadow: 0 17px 70px -7px rgba(0, 0, 0, 0.45) !important;
}

.fshd_1 {
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.15)) !important;
}

.fshds_1 {
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.4)) !important;
}

.fshd_2 {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2)) !important;
}

.fshds_2 {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5)) !important;
}

.fshd_3 {
  filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.25)) !important;
}

.fshds_3 {
  filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.6)) !important;
}

.fshd_4 {
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.3)) !important;
}

.fshds_4 {
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.7)) !important;
}

.fshd_5 {
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.35)) !important;
}

.fshds_5 {
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.8)) !important;
}

.shd_none {
  box-shadow: none !important;
  filter: none !important;
}

.opc_01 {
  opacity: 0.1 !important;
}

.opc_02 {
  opacity: 0.2 !important;
}

.opc_03 {
  opacity: 0.3 !important;
}

.opc_04 {
  opacity: 0.4 !important;
}

.opc_05 {
  opacity: 0.5 !important;
}

.opc_06 {
  opacity: 0.6 !important;
}

.opc_07 {
  opacity: 0.7 !important;
}

.opc_08 {
  opacity: 0.8 !important;
}

.opc_09 {
  opacity: 0.9 !important;
}

.opc_1 {
  opacity: 1 !important;
}

.bg_0_opc10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.fc_0_opc10 {
  color: rgba(0, 0, 0, 0.1) !important;
}

.bg_0_opc20 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.fc_0_opc20 {
  color: rgba(0, 0, 0, 0.2) !important;
}

.bg_0_opc30 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.fc_0_opc30 {
  color: rgba(0, 0, 0, 0.3) !important;
}

.bg_0_opc40 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.fc_0_opc40 {
  color: rgba(0, 0, 0, 0.4) !important;
}

.bg_0_opc50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.fc_0_opc50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.bg_0_opc60 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.fc_0_opc60 {
  color: rgba(0, 0, 0, 0.6) !important;
}

.bg_0_opc70 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.fc_0_opc70 {
  color: rgba(0, 0, 0, 0.7) !important;
}

.bg_0_opc80 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.fc_0_opc80 {
  color: rgba(0, 0, 0, 0.8) !important;
}

.bg_0_opc90 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.fc_0_opc90 {
  color: rgba(0, 0, 0, 0.9) !important;
}

.bg_1_opc10 {
  background-color: rgba(17, 17, 17, 0.1) !important;
}

.fc_1_opc10 {
  color: rgba(17, 17, 17, 0.1) !important;
}

.bg_1_opc20 {
  background-color: rgba(17, 17, 17, 0.2) !important;
}

.fc_1_opc20 {
  color: rgba(17, 17, 17, 0.2) !important;
}

.bg_1_opc30 {
  background-color: rgba(17, 17, 17, 0.3) !important;
}

.fc_1_opc30 {
  color: rgba(17, 17, 17, 0.3) !important;
}

.bg_1_opc40 {
  background-color: rgba(17, 17, 17, 0.4) !important;
}

.fc_1_opc40 {
  color: rgba(17, 17, 17, 0.4) !important;
}

.bg_1_opc50 {
  background-color: rgba(17, 17, 17, 0.5) !important;
}

.fc_1_opc50 {
  color: rgba(17, 17, 17, 0.5) !important;
}

.bg_1_opc60 {
  background-color: rgba(17, 17, 17, 0.6) !important;
}

.fc_1_opc60 {
  color: rgba(17, 17, 17, 0.6) !important;
}

.bg_1_opc70 {
  background-color: rgba(17, 17, 17, 0.7) !important;
}

.fc_1_opc70 {
  color: rgba(17, 17, 17, 0.7) !important;
}

.bg_1_opc80 {
  background-color: rgba(17, 17, 17, 0.8) !important;
}

.fc_1_opc80 {
  color: rgba(17, 17, 17, 0.8) !important;
}

.bg_1_opc90 {
  background-color: rgba(17, 17, 17, 0.9) !important;
}

.fc_1_opc90 {
  color: rgba(17, 17, 17, 0.9) !important;
}

.bg_2_opc10 {
  background-color: rgba(34, 34, 34, 0.1) !important;
}

.fc_2_opc10 {
  color: rgba(34, 34, 34, 0.1) !important;
}

.bg_2_opc20 {
  background-color: rgba(34, 34, 34, 0.2) !important;
}

.fc_2_opc20 {
  color: rgba(34, 34, 34, 0.2) !important;
}

.bg_2_opc30 {
  background-color: rgba(34, 34, 34, 0.3) !important;
}

.fc_2_opc30 {
  color: rgba(34, 34, 34, 0.3) !important;
}

.bg_2_opc40 {
  background-color: rgba(34, 34, 34, 0.4) !important;
}

.fc_2_opc40 {
  color: rgba(34, 34, 34, 0.4) !important;
}

.bg_2_opc50 {
  background-color: rgba(34, 34, 34, 0.5) !important;
}

.fc_2_opc50 {
  color: rgba(34, 34, 34, 0.5) !important;
}

.bg_2_opc60 {
  background-color: rgba(34, 34, 34, 0.6) !important;
}

.fc_2_opc60 {
  color: rgba(34, 34, 34, 0.6) !important;
}

.bg_2_opc70 {
  background-color: rgba(34, 34, 34, 0.7) !important;
}

.fc_2_opc70 {
  color: rgba(34, 34, 34, 0.7) !important;
}

.bg_2_opc80 {
  background-color: rgba(34, 34, 34, 0.8) !important;
}

.fc_2_opc80 {
  color: rgba(34, 34, 34, 0.8) !important;
}

.bg_2_opc90 {
  background-color: rgba(34, 34, 34, 0.9) !important;
}

.fc_2_opc90 {
  color: rgba(34, 34, 34, 0.9) !important;
}

.bg_3_opc10 {
  background-color: rgba(51, 51, 51, 0.1) !important;
}

.fc_3_opc10 {
  color: rgba(51, 51, 51, 0.1) !important;
}

.bg_3_opc20 {
  background-color: rgba(51, 51, 51, 0.2) !important;
}

.fc_3_opc20 {
  color: rgba(51, 51, 51, 0.2) !important;
}

.bg_3_opc30 {
  background-color: rgba(51, 51, 51, 0.3) !important;
}

.fc_3_opc30 {
  color: rgba(51, 51, 51, 0.3) !important;
}

.bg_3_opc40 {
  background-color: rgba(51, 51, 51, 0.4) !important;
}

.fc_3_opc40 {
  color: rgba(51, 51, 51, 0.4) !important;
}

.bg_3_opc50 {
  background-color: rgba(51, 51, 51, 0.5) !important;
}

.fc_3_opc50 {
  color: rgba(51, 51, 51, 0.5) !important;
}

.bg_3_opc60 {
  background-color: rgba(51, 51, 51, 0.6) !important;
}

.fc_3_opc60 {
  color: rgba(51, 51, 51, 0.6) !important;
}

.bg_3_opc70 {
  background-color: rgba(51, 51, 51, 0.7) !important;
}

.fc_3_opc70 {
  color: rgba(51, 51, 51, 0.7) !important;
}

.bg_3_opc80 {
  background-color: rgba(51, 51, 51, 0.8) !important;
}

.fc_3_opc80 {
  color: rgba(51, 51, 51, 0.8) !important;
}

.bg_3_opc90 {
  background-color: rgba(51, 51, 51, 0.9) !important;
}

.fc_3_opc90 {
  color: rgba(51, 51, 51, 0.9) !important;
}

.bg_4_opc10 {
  background-color: rgba(68, 68, 68, 0.1) !important;
}

.fc_4_opc10 {
  color: rgba(68, 68, 68, 0.1) !important;
}

.bg_4_opc20 {
  background-color: rgba(68, 68, 68, 0.2) !important;
}

.fc_4_opc20 {
  color: rgba(68, 68, 68, 0.2) !important;
}

.bg_4_opc30 {
  background-color: rgba(68, 68, 68, 0.3) !important;
}

.fc_4_opc30 {
  color: rgba(68, 68, 68, 0.3) !important;
}

.bg_4_opc40 {
  background-color: rgba(68, 68, 68, 0.4) !important;
}

.fc_4_opc40 {
  color: rgba(68, 68, 68, 0.4) !important;
}

.bg_4_opc50 {
  background-color: rgba(68, 68, 68, 0.5) !important;
}

.fc_4_opc50 {
  color: rgba(68, 68, 68, 0.5) !important;
}

.bg_4_opc60 {
  background-color: rgba(68, 68, 68, 0.6) !important;
}

.fc_4_opc60 {
  color: rgba(68, 68, 68, 0.6) !important;
}

.bg_4_opc70 {
  background-color: rgba(68, 68, 68, 0.7) !important;
}

.fc_4_opc70 {
  color: rgba(68, 68, 68, 0.7) !important;
}

.bg_4_opc80 {
  background-color: rgba(68, 68, 68, 0.8) !important;
}

.fc_4_opc80 {
  color: rgba(68, 68, 68, 0.8) !important;
}

.bg_4_opc90 {
  background-color: rgba(68, 68, 68, 0.9) !important;
}

.fc_4_opc90 {
  color: rgba(68, 68, 68, 0.9) !important;
}

.bg_5_opc10 {
  background-color: rgba(85, 85, 85, 0.1) !important;
}

.fc_5_opc10 {
  color: rgba(85, 85, 85, 0.1) !important;
}

.bg_5_opc20 {
  background-color: rgba(85, 85, 85, 0.2) !important;
}

.fc_5_opc20 {
  color: rgba(85, 85, 85, 0.2) !important;
}

.bg_5_opc30 {
  background-color: rgba(85, 85, 85, 0.3) !important;
}

.fc_5_opc30 {
  color: rgba(85, 85, 85, 0.3) !important;
}

.bg_5_opc40 {
  background-color: rgba(85, 85, 85, 0.4) !important;
}

.fc_5_opc40 {
  color: rgba(85, 85, 85, 0.4) !important;
}

.bg_5_opc50 {
  background-color: rgba(85, 85, 85, 0.5) !important;
}

.fc_5_opc50 {
  color: rgba(85, 85, 85, 0.5) !important;
}

.bg_5_opc60 {
  background-color: rgba(85, 85, 85, 0.6) !important;
}

.fc_5_opc60 {
  color: rgba(85, 85, 85, 0.6) !important;
}

.bg_5_opc70 {
  background-color: rgba(85, 85, 85, 0.7) !important;
}

.fc_5_opc70 {
  color: rgba(85, 85, 85, 0.7) !important;
}

.bg_5_opc80 {
  background-color: rgba(85, 85, 85, 0.8) !important;
}

.fc_5_opc80 {
  color: rgba(85, 85, 85, 0.8) !important;
}

.bg_5_opc90 {
  background-color: rgba(85, 85, 85, 0.9) !important;
}

.fc_5_opc90 {
  color: rgba(85, 85, 85, 0.9) !important;
}

.bg_6_opc10 {
  background-color: rgba(102, 102, 102, 0.1) !important;
}

.fc_6_opc10 {
  color: rgba(102, 102, 102, 0.1) !important;
}

.bg_6_opc20 {
  background-color: rgba(102, 102, 102, 0.2) !important;
}

.fc_6_opc20 {
  color: rgba(102, 102, 102, 0.2) !important;
}

.bg_6_opc30 {
  background-color: rgba(102, 102, 102, 0.3) !important;
}

.fc_6_opc30 {
  color: rgba(102, 102, 102, 0.3) !important;
}

.bg_6_opc40 {
  background-color: rgba(102, 102, 102, 0.4) !important;
}

.fc_6_opc40 {
  color: rgba(102, 102, 102, 0.4) !important;
}

.bg_6_opc50 {
  background-color: rgba(102, 102, 102, 0.5) !important;
}

.fc_6_opc50 {
  color: rgba(102, 102, 102, 0.5) !important;
}

.bg_6_opc60 {
  background-color: rgba(102, 102, 102, 0.6) !important;
}

.fc_6_opc60 {
  color: rgba(102, 102, 102, 0.6) !important;
}

.bg_6_opc70 {
  background-color: rgba(102, 102, 102, 0.7) !important;
}

.fc_6_opc70 {
  color: rgba(102, 102, 102, 0.7) !important;
}

.bg_6_opc80 {
  background-color: rgba(102, 102, 102, 0.8) !important;
}

.fc_6_opc80 {
  color: rgba(102, 102, 102, 0.8) !important;
}

.bg_6_opc90 {
  background-color: rgba(102, 102, 102, 0.9) !important;
}

.fc_6_opc90 {
  color: rgba(102, 102, 102, 0.9) !important;
}

.bg_7_opc10 {
  background-color: rgba(119, 119, 119, 0.1) !important;
}

.fc_7_opc10 {
  color: rgba(119, 119, 119, 0.1) !important;
}

.bg_7_opc20 {
  background-color: rgba(119, 119, 119, 0.2) !important;
}

.fc_7_opc20 {
  color: rgba(119, 119, 119, 0.2) !important;
}

.bg_7_opc30 {
  background-color: rgba(119, 119, 119, 0.3) !important;
}

.fc_7_opc30 {
  color: rgba(119, 119, 119, 0.3) !important;
}

.bg_7_opc40 {
  background-color: rgba(119, 119, 119, 0.4) !important;
}

.fc_7_opc40 {
  color: rgba(119, 119, 119, 0.4) !important;
}

.bg_7_opc50 {
  background-color: rgba(119, 119, 119, 0.5) !important;
}

.fc_7_opc50 {
  color: rgba(119, 119, 119, 0.5) !important;
}

.bg_7_opc60 {
  background-color: rgba(119, 119, 119, 0.6) !important;
}

.fc_7_opc60 {
  color: rgba(119, 119, 119, 0.6) !important;
}

.bg_7_opc70 {
  background-color: rgba(119, 119, 119, 0.7) !important;
}

.fc_7_opc70 {
  color: rgba(119, 119, 119, 0.7) !important;
}

.bg_7_opc80 {
  background-color: rgba(119, 119, 119, 0.8) !important;
}

.fc_7_opc80 {
  color: rgba(119, 119, 119, 0.8) !important;
}

.bg_7_opc90 {
  background-color: rgba(119, 119, 119, 0.9) !important;
}

.fc_7_opc90 {
  color: rgba(119, 119, 119, 0.9) !important;
}

.bg_8_opc10 {
  background-color: rgba(136, 136, 136, 0.1) !important;
}

.fc_8_opc10 {
  color: rgba(136, 136, 136, 0.1) !important;
}

.bg_8_opc20 {
  background-color: rgba(136, 136, 136, 0.2) !important;
}

.fc_8_opc20 {
  color: rgba(136, 136, 136, 0.2) !important;
}

.bg_8_opc30 {
  background-color: rgba(136, 136, 136, 0.3) !important;
}

.fc_8_opc30 {
  color: rgba(136, 136, 136, 0.3) !important;
}

.bg_8_opc40 {
  background-color: rgba(136, 136, 136, 0.4) !important;
}

.fc_8_opc40 {
  color: rgba(136, 136, 136, 0.4) !important;
}

.bg_8_opc50 {
  background-color: rgba(136, 136, 136, 0.5) !important;
}

.fc_8_opc50 {
  color: rgba(136, 136, 136, 0.5) !important;
}

.bg_8_opc60 {
  background-color: rgba(136, 136, 136, 0.6) !important;
}

.fc_8_opc60 {
  color: rgba(136, 136, 136, 0.6) !important;
}

.bg_8_opc70 {
  background-color: rgba(136, 136, 136, 0.7) !important;
}

.fc_8_opc70 {
  color: rgba(136, 136, 136, 0.7) !important;
}

.bg_8_opc80 {
  background-color: rgba(136, 136, 136, 0.8) !important;
}

.fc_8_opc80 {
  color: rgba(136, 136, 136, 0.8) !important;
}

.bg_8_opc90 {
  background-color: rgba(136, 136, 136, 0.9) !important;
}

.fc_8_opc90 {
  color: rgba(136, 136, 136, 0.9) !important;
}

.bg_9_opc10 {
  background-color: rgba(153, 153, 153, 0.1) !important;
}

.fc_9_opc10 {
  color: rgba(153, 153, 153, 0.1) !important;
}

.bg_9_opc20 {
  background-color: rgba(153, 153, 153, 0.2) !important;
}

.fc_9_opc20 {
  color: rgba(153, 153, 153, 0.2) !important;
}

.bg_9_opc30 {
  background-color: rgba(153, 153, 153, 0.3) !important;
}

.fc_9_opc30 {
  color: rgba(153, 153, 153, 0.3) !important;
}

.bg_9_opc40 {
  background-color: rgba(153, 153, 153, 0.4) !important;
}

.fc_9_opc40 {
  color: rgba(153, 153, 153, 0.4) !important;
}

.bg_9_opc50 {
  background-color: rgba(153, 153, 153, 0.5) !important;
}

.fc_9_opc50 {
  color: rgba(153, 153, 153, 0.5) !important;
}

.bg_9_opc60 {
  background-color: rgba(153, 153, 153, 0.6) !important;
}

.fc_9_opc60 {
  color: rgba(153, 153, 153, 0.6) !important;
}

.bg_9_opc70 {
  background-color: rgba(153, 153, 153, 0.7) !important;
}

.fc_9_opc70 {
  color: rgba(153, 153, 153, 0.7) !important;
}

.bg_9_opc80 {
  background-color: rgba(153, 153, 153, 0.8) !important;
}

.fc_9_opc80 {
  color: rgba(153, 153, 153, 0.8) !important;
}

.bg_9_opc90 {
  background-color: rgba(153, 153, 153, 0.9) !important;
}

.fc_9_opc90 {
  color: rgba(153, 153, 153, 0.9) !important;
}

.bg_a_opc10 {
  background-color: rgba(170, 170, 170, 0.1) !important;
}

.fc_a_opc10 {
  color: rgba(170, 170, 170, 0.1) !important;
}

.bg_a_opc20 {
  background-color: rgba(170, 170, 170, 0.2) !important;
}

.fc_a_opc20 {
  color: rgba(170, 170, 170, 0.2) !important;
}

.bg_a_opc30 {
  background-color: rgba(170, 170, 170, 0.3) !important;
}

.fc_a_opc30 {
  color: rgba(170, 170, 170, 0.3) !important;
}

.bg_a_opc40 {
  background-color: rgba(170, 170, 170, 0.4) !important;
}

.fc_a_opc40 {
  color: rgba(170, 170, 170, 0.4) !important;
}

.bg_a_opc50 {
  background-color: rgba(170, 170, 170, 0.5) !important;
}

.fc_a_opc50 {
  color: rgba(170, 170, 170, 0.5) !important;
}

.bg_a_opc60 {
  background-color: rgba(170, 170, 170, 0.6) !important;
}

.fc_a_opc60 {
  color: rgba(170, 170, 170, 0.6) !important;
}

.bg_a_opc70 {
  background-color: rgba(170, 170, 170, 0.7) !important;
}

.fc_a_opc70 {
  color: rgba(170, 170, 170, 0.7) !important;
}

.bg_a_opc80 {
  background-color: rgba(170, 170, 170, 0.8) !important;
}

.fc_a_opc80 {
  color: rgba(170, 170, 170, 0.8) !important;
}

.bg_a_opc90 {
  background-color: rgba(170, 170, 170, 0.9) !important;
}

.fc_a_opc90 {
  color: rgba(170, 170, 170, 0.9) !important;
}

.bg_b_opc10 {
  background-color: rgba(187, 187, 187, 0.1) !important;
}

.fc_b_opc10 {
  color: rgba(187, 187, 187, 0.1) !important;
}

.bg_b_opc20 {
  background-color: rgba(187, 187, 187, 0.2) !important;
}

.fc_b_opc20 {
  color: rgba(187, 187, 187, 0.2) !important;
}

.bg_b_opc30 {
  background-color: rgba(187, 187, 187, 0.3) !important;
}

.fc_b_opc30 {
  color: rgba(187, 187, 187, 0.3) !important;
}

.bg_b_opc40 {
  background-color: rgba(187, 187, 187, 0.4) !important;
}

.fc_b_opc40 {
  color: rgba(187, 187, 187, 0.4) !important;
}

.bg_b_opc50 {
  background-color: rgba(187, 187, 187, 0.5) !important;
}

.fc_b_opc50 {
  color: rgba(187, 187, 187, 0.5) !important;
}

.bg_b_opc60 {
  background-color: rgba(187, 187, 187, 0.6) !important;
}

.fc_b_opc60 {
  color: rgba(187, 187, 187, 0.6) !important;
}

.bg_b_opc70 {
  background-color: rgba(187, 187, 187, 0.7) !important;
}

.fc_b_opc70 {
  color: rgba(187, 187, 187, 0.7) !important;
}

.bg_b_opc80 {
  background-color: rgba(187, 187, 187, 0.8) !important;
}

.fc_b_opc80 {
  color: rgba(187, 187, 187, 0.8) !important;
}

.bg_b_opc90 {
  background-color: rgba(187, 187, 187, 0.9) !important;
}

.fc_b_opc90 {
  color: rgba(187, 187, 187, 0.9) !important;
}

.bg_c_opc10 {
  background-color: rgba(204, 204, 204, 0.1) !important;
}

.fc_c_opc10 {
  color: rgba(204, 204, 204, 0.1) !important;
}

.bg_c_opc20 {
  background-color: rgba(204, 204, 204, 0.2) !important;
}

.fc_c_opc20 {
  color: rgba(204, 204, 204, 0.2) !important;
}

.bg_c_opc30 {
  background-color: rgba(204, 204, 204, 0.3) !important;
}

.fc_c_opc30 {
  color: rgba(204, 204, 204, 0.3) !important;
}

.bg_c_opc40 {
  background-color: rgba(204, 204, 204, 0.4) !important;
}

.fc_c_opc40 {
  color: rgba(204, 204, 204, 0.4) !important;
}

.bg_c_opc50 {
  background-color: rgba(204, 204, 204, 0.5) !important;
}

.fc_c_opc50 {
  color: rgba(204, 204, 204, 0.5) !important;
}

.bg_c_opc60 {
  background-color: rgba(204, 204, 204, 0.6) !important;
}

.fc_c_opc60 {
  color: rgba(204, 204, 204, 0.6) !important;
}

.bg_c_opc70 {
  background-color: rgba(204, 204, 204, 0.7) !important;
}

.fc_c_opc70 {
  color: rgba(204, 204, 204, 0.7) !important;
}

.bg_c_opc80 {
  background-color: rgba(204, 204, 204, 0.8) !important;
}

.fc_c_opc80 {
  color: rgba(204, 204, 204, 0.8) !important;
}

.bg_c_opc90 {
  background-color: rgba(204, 204, 204, 0.9) !important;
}

.fc_c_opc90 {
  color: rgba(204, 204, 204, 0.9) !important;
}

.bg_d_opc10 {
  background-color: rgba(221, 221, 221, 0.1) !important;
}

.fc_d_opc10 {
  color: rgba(221, 221, 221, 0.1) !important;
}

.bg_d_opc20 {
  background-color: rgba(221, 221, 221, 0.2) !important;
}

.fc_d_opc20 {
  color: rgba(221, 221, 221, 0.2) !important;
}

.bg_d_opc30 {
  background-color: rgba(221, 221, 221, 0.3) !important;
}

.fc_d_opc30 {
  color: rgba(221, 221, 221, 0.3) !important;
}

.bg_d_opc40 {
  background-color: rgba(221, 221, 221, 0.4) !important;
}

.fc_d_opc40 {
  color: rgba(221, 221, 221, 0.4) !important;
}

.bg_d_opc50 {
  background-color: rgba(221, 221, 221, 0.5) !important;
}

.fc_d_opc50 {
  color: rgba(221, 221, 221, 0.5) !important;
}

.bg_d_opc60 {
  background-color: rgba(221, 221, 221, 0.6) !important;
}

.fc_d_opc60 {
  color: rgba(221, 221, 221, 0.6) !important;
}

.bg_d_opc70 {
  background-color: rgba(221, 221, 221, 0.7) !important;
}

.fc_d_opc70 {
  color: rgba(221, 221, 221, 0.7) !important;
}

.bg_d_opc80 {
  background-color: rgba(221, 221, 221, 0.8) !important;
}

.fc_d_opc80 {
  color: rgba(221, 221, 221, 0.8) !important;
}

.bg_d_opc90 {
  background-color: rgba(221, 221, 221, 0.9) !important;
}

.fc_d_opc90 {
  color: rgba(221, 221, 221, 0.9) !important;
}

.bg_e_opc10 {
  background-color: rgba(238, 238, 238, 0.1) !important;
}

.fc_e_opc10 {
  color: rgba(238, 238, 238, 0.1) !important;
}

.bg_e_opc20 {
  background-color: rgba(238, 238, 238, 0.2) !important;
}

.fc_e_opc20 {
  color: rgba(238, 238, 238, 0.2) !important;
}

.bg_e_opc30 {
  background-color: rgba(238, 238, 238, 0.3) !important;
}

.fc_e_opc30 {
  color: rgba(238, 238, 238, 0.3) !important;
}

.bg_e_opc40 {
  background-color: rgba(238, 238, 238, 0.4) !important;
}

.fc_e_opc40 {
  color: rgba(238, 238, 238, 0.4) !important;
}

.bg_e_opc50 {
  background-color: rgba(238, 238, 238, 0.5) !important;
}

.fc_e_opc50 {
  color: rgba(238, 238, 238, 0.5) !important;
}

.bg_e_opc60 {
  background-color: rgba(238, 238, 238, 0.6) !important;
}

.fc_e_opc60 {
  color: rgba(238, 238, 238, 0.6) !important;
}

.bg_e_opc70 {
  background-color: rgba(238, 238, 238, 0.7) !important;
}

.fc_e_opc70 {
  color: rgba(238, 238, 238, 0.7) !important;
}

.bg_e_opc80 {
  background-color: rgba(238, 238, 238, 0.8) !important;
}

.fc_e_opc80 {
  color: rgba(238, 238, 238, 0.8) !important;
}

.bg_e_opc90 {
  background-color: rgba(238, 238, 238, 0.9) !important;
}

.fc_e_opc90 {
  color: rgba(238, 238, 238, 0.9) !important;
}

.bg_f_opc10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.fc_f_opc10 {
  color: rgba(255, 255, 255, 0.1) !important;
}

.bg_f_opc20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.fc_f_opc20 {
  color: rgba(255, 255, 255, 0.2) !important;
}

.bg_f_opc30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.fc_f_opc30 {
  color: rgba(255, 255, 255, 0.3) !important;
}

.bg_f_opc40 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.fc_f_opc40 {
  color: rgba(255, 255, 255, 0.4) !important;
}

.bg_f_opc50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.fc_f_opc50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bg_f_opc60 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.fc_f_opc60 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.bg_f_opc70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.fc_f_opc70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.bg_f_opc80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.fc_f_opc80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.bg_f_opc90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.fc_f_opc90 {
  color: rgba(255, 255, 255, 0.9) !important;
}

.bg_e1_opc10 {
  background-color: rgba(225, 225, 225, 0.1) !important;
}

.fc_e1_opc10 {
  color: rgba(225, 225, 225, 0.1) !important;
}

.bg_e1_opc20 {
  background-color: rgba(225, 225, 225, 0.2) !important;
}

.fc_e1_opc20 {
  color: rgba(225, 225, 225, 0.2) !important;
}

.bg_e1_opc30 {
  background-color: rgba(225, 225, 225, 0.3) !important;
}

.fc_e1_opc30 {
  color: rgba(225, 225, 225, 0.3) !important;
}

.bg_e1_opc40 {
  background-color: rgba(225, 225, 225, 0.4) !important;
}

.fc_e1_opc40 {
  color: rgba(225, 225, 225, 0.4) !important;
}

.bg_e1_opc50 {
  background-color: rgba(225, 225, 225, 0.5) !important;
}

.fc_e1_opc50 {
  color: rgba(225, 225, 225, 0.5) !important;
}

.bg_e1_opc60 {
  background-color: rgba(225, 225, 225, 0.6) !important;
}

.fc_e1_opc60 {
  color: rgba(225, 225, 225, 0.6) !important;
}

.bg_e1_opc70 {
  background-color: rgba(225, 225, 225, 0.7) !important;
}

.fc_e1_opc70 {
  color: rgba(225, 225, 225, 0.7) !important;
}

.bg_e1_opc80 {
  background-color: rgba(225, 225, 225, 0.8) !important;
}

.fc_e1_opc80 {
  color: rgba(225, 225, 225, 0.8) !important;
}

.bg_e1_opc90 {
  background-color: rgba(225, 225, 225, 0.9) !important;
}

.fc_e1_opc90 {
  color: rgba(225, 225, 225, 0.9) !important;
}

.bg_e2_opc10 {
  background-color: rgba(226, 226, 226, 0.1) !important;
}

.fc_e2_opc10 {
  color: rgba(226, 226, 226, 0.1) !important;
}

.bg_e2_opc20 {
  background-color: rgba(226, 226, 226, 0.2) !important;
}

.fc_e2_opc20 {
  color: rgba(226, 226, 226, 0.2) !important;
}

.bg_e2_opc30 {
  background-color: rgba(226, 226, 226, 0.3) !important;
}

.fc_e2_opc30 {
  color: rgba(226, 226, 226, 0.3) !important;
}

.bg_e2_opc40 {
  background-color: rgba(226, 226, 226, 0.4) !important;
}

.fc_e2_opc40 {
  color: rgba(226, 226, 226, 0.4) !important;
}

.bg_e2_opc50 {
  background-color: rgba(226, 226, 226, 0.5) !important;
}

.fc_e2_opc50 {
  color: rgba(226, 226, 226, 0.5) !important;
}

.bg_e2_opc60 {
  background-color: rgba(226, 226, 226, 0.6) !important;
}

.fc_e2_opc60 {
  color: rgba(226, 226, 226, 0.6) !important;
}

.bg_e2_opc70 {
  background-color: rgba(226, 226, 226, 0.7) !important;
}

.fc_e2_opc70 {
  color: rgba(226, 226, 226, 0.7) !important;
}

.bg_e2_opc80 {
  background-color: rgba(226, 226, 226, 0.8) !important;
}

.fc_e2_opc80 {
  color: rgba(226, 226, 226, 0.8) !important;
}

.bg_e2_opc90 {
  background-color: rgba(226, 226, 226, 0.9) !important;
}

.fc_e2_opc90 {
  color: rgba(226, 226, 226, 0.9) !important;
}

.bg_e3_opc10 {
  background-color: rgba(227, 227, 227, 0.1) !important;
}

.fc_e3_opc10 {
  color: rgba(227, 227, 227, 0.1) !important;
}

.bg_e3_opc20 {
  background-color: rgba(227, 227, 227, 0.2) !important;
}

.fc_e3_opc20 {
  color: rgba(227, 227, 227, 0.2) !important;
}

.bg_e3_opc30 {
  background-color: rgba(227, 227, 227, 0.3) !important;
}

.fc_e3_opc30 {
  color: rgba(227, 227, 227, 0.3) !important;
}

.bg_e3_opc40 {
  background-color: rgba(227, 227, 227, 0.4) !important;
}

.fc_e3_opc40 {
  color: rgba(227, 227, 227, 0.4) !important;
}

.bg_e3_opc50 {
  background-color: rgba(227, 227, 227, 0.5) !important;
}

.fc_e3_opc50 {
  color: rgba(227, 227, 227, 0.5) !important;
}

.bg_e3_opc60 {
  background-color: rgba(227, 227, 227, 0.6) !important;
}

.fc_e3_opc60 {
  color: rgba(227, 227, 227, 0.6) !important;
}

.bg_e3_opc70 {
  background-color: rgba(227, 227, 227, 0.7) !important;
}

.fc_e3_opc70 {
  color: rgba(227, 227, 227, 0.7) !important;
}

.bg_e3_opc80 {
  background-color: rgba(227, 227, 227, 0.8) !important;
}

.fc_e3_opc80 {
  color: rgba(227, 227, 227, 0.8) !important;
}

.bg_e3_opc90 {
  background-color: rgba(227, 227, 227, 0.9) !important;
}

.fc_e3_opc90 {
  color: rgba(227, 227, 227, 0.9) !important;
}

.bg_e4_opc10 {
  background-color: rgba(228, 228, 228, 0.1) !important;
}

.fc_e4_opc10 {
  color: rgba(228, 228, 228, 0.1) !important;
}

.bg_e4_opc20 {
  background-color: rgba(228, 228, 228, 0.2) !important;
}

.fc_e4_opc20 {
  color: rgba(228, 228, 228, 0.2) !important;
}

.bg_e4_opc30 {
  background-color: rgba(228, 228, 228, 0.3) !important;
}

.fc_e4_opc30 {
  color: rgba(228, 228, 228, 0.3) !important;
}

.bg_e4_opc40 {
  background-color: rgba(228, 228, 228, 0.4) !important;
}

.fc_e4_opc40 {
  color: rgba(228, 228, 228, 0.4) !important;
}

.bg_e4_opc50 {
  background-color: rgba(228, 228, 228, 0.5) !important;
}

.fc_e4_opc50 {
  color: rgba(228, 228, 228, 0.5) !important;
}

.bg_e4_opc60 {
  background-color: rgba(228, 228, 228, 0.6) !important;
}

.fc_e4_opc60 {
  color: rgba(228, 228, 228, 0.6) !important;
}

.bg_e4_opc70 {
  background-color: rgba(228, 228, 228, 0.7) !important;
}

.fc_e4_opc70 {
  color: rgba(228, 228, 228, 0.7) !important;
}

.bg_e4_opc80 {
  background-color: rgba(228, 228, 228, 0.8) !important;
}

.fc_e4_opc80 {
  color: rgba(228, 228, 228, 0.8) !important;
}

.bg_e4_opc90 {
  background-color: rgba(228, 228, 228, 0.9) !important;
}

.fc_e4_opc90 {
  color: rgba(228, 228, 228, 0.9) !important;
}

.bg_e5_opc10 {
  background-color: rgba(229, 229, 229, 0.1) !important;
}

.fc_e5_opc10 {
  color: rgba(229, 229, 229, 0.1) !important;
}

.bg_e5_opc20 {
  background-color: rgba(229, 229, 229, 0.2) !important;
}

.fc_e5_opc20 {
  color: rgba(229, 229, 229, 0.2) !important;
}

.bg_e5_opc30 {
  background-color: rgba(229, 229, 229, 0.3) !important;
}

.fc_e5_opc30 {
  color: rgba(229, 229, 229, 0.3) !important;
}

.bg_e5_opc40 {
  background-color: rgba(229, 229, 229, 0.4) !important;
}

.fc_e5_opc40 {
  color: rgba(229, 229, 229, 0.4) !important;
}

.bg_e5_opc50 {
  background-color: rgba(229, 229, 229, 0.5) !important;
}

.fc_e5_opc50 {
  color: rgba(229, 229, 229, 0.5) !important;
}

.bg_e5_opc60 {
  background-color: rgba(229, 229, 229, 0.6) !important;
}

.fc_e5_opc60 {
  color: rgba(229, 229, 229, 0.6) !important;
}

.bg_e5_opc70 {
  background-color: rgba(229, 229, 229, 0.7) !important;
}

.fc_e5_opc70 {
  color: rgba(229, 229, 229, 0.7) !important;
}

.bg_e5_opc80 {
  background-color: rgba(229, 229, 229, 0.8) !important;
}

.fc_e5_opc80 {
  color: rgba(229, 229, 229, 0.8) !important;
}

.bg_e5_opc90 {
  background-color: rgba(229, 229, 229, 0.9) !important;
}

.fc_e5_opc90 {
  color: rgba(229, 229, 229, 0.9) !important;
}

.bg_e6_opc10 {
  background-color: rgba(230, 230, 230, 0.1) !important;
}

.fc_e6_opc10 {
  color: rgba(230, 230, 230, 0.1) !important;
}

.bg_e6_opc20 {
  background-color: rgba(230, 230, 230, 0.2) !important;
}

.fc_e6_opc20 {
  color: rgba(230, 230, 230, 0.2) !important;
}

.bg_e6_opc30 {
  background-color: rgba(230, 230, 230, 0.3) !important;
}

.fc_e6_opc30 {
  color: rgba(230, 230, 230, 0.3) !important;
}

.bg_e6_opc40 {
  background-color: rgba(230, 230, 230, 0.4) !important;
}

.fc_e6_opc40 {
  color: rgba(230, 230, 230, 0.4) !important;
}

.bg_e6_opc50 {
  background-color: rgba(230, 230, 230, 0.5) !important;
}

.fc_e6_opc50 {
  color: rgba(230, 230, 230, 0.5) !important;
}

.bg_e6_opc60 {
  background-color: rgba(230, 230, 230, 0.6) !important;
}

.fc_e6_opc60 {
  color: rgba(230, 230, 230, 0.6) !important;
}

.bg_e6_opc70 {
  background-color: rgba(230, 230, 230, 0.7) !important;
}

.fc_e6_opc70 {
  color: rgba(230, 230, 230, 0.7) !important;
}

.bg_e6_opc80 {
  background-color: rgba(230, 230, 230, 0.8) !important;
}

.fc_e6_opc80 {
  color: rgba(230, 230, 230, 0.8) !important;
}

.bg_e6_opc90 {
  background-color: rgba(230, 230, 230, 0.9) !important;
}

.fc_e6_opc90 {
  color: rgba(230, 230, 230, 0.9) !important;
}

.bg_e7_opc10 {
  background-color: rgba(231, 231, 231, 0.1) !important;
}

.fc_e7_opc10 {
  color: rgba(231, 231, 231, 0.1) !important;
}

.bg_e7_opc20 {
  background-color: rgba(231, 231, 231, 0.2) !important;
}

.fc_e7_opc20 {
  color: rgba(231, 231, 231, 0.2) !important;
}

.bg_e7_opc30 {
  background-color: rgba(231, 231, 231, 0.3) !important;
}

.fc_e7_opc30 {
  color: rgba(231, 231, 231, 0.3) !important;
}

.bg_e7_opc40 {
  background-color: rgba(231, 231, 231, 0.4) !important;
}

.fc_e7_opc40 {
  color: rgba(231, 231, 231, 0.4) !important;
}

.bg_e7_opc50 {
  background-color: rgba(231, 231, 231, 0.5) !important;
}

.fc_e7_opc50 {
  color: rgba(231, 231, 231, 0.5) !important;
}

.bg_e7_opc60 {
  background-color: rgba(231, 231, 231, 0.6) !important;
}

.fc_e7_opc60 {
  color: rgba(231, 231, 231, 0.6) !important;
}

.bg_e7_opc70 {
  background-color: rgba(231, 231, 231, 0.7) !important;
}

.fc_e7_opc70 {
  color: rgba(231, 231, 231, 0.7) !important;
}

.bg_e7_opc80 {
  background-color: rgba(231, 231, 231, 0.8) !important;
}

.fc_e7_opc80 {
  color: rgba(231, 231, 231, 0.8) !important;
}

.bg_e7_opc90 {
  background-color: rgba(231, 231, 231, 0.9) !important;
}

.fc_e7_opc90 {
  color: rgba(231, 231, 231, 0.9) !important;
}

.bg_e8_opc10 {
  background-color: rgba(232, 232, 232, 0.1) !important;
}

.fc_e8_opc10 {
  color: rgba(232, 232, 232, 0.1) !important;
}

.bg_e8_opc20 {
  background-color: rgba(232, 232, 232, 0.2) !important;
}

.fc_e8_opc20 {
  color: rgba(232, 232, 232, 0.2) !important;
}

.bg_e8_opc30 {
  background-color: rgba(232, 232, 232, 0.3) !important;
}

.fc_e8_opc30 {
  color: rgba(232, 232, 232, 0.3) !important;
}

.bg_e8_opc40 {
  background-color: rgba(232, 232, 232, 0.4) !important;
}

.fc_e8_opc40 {
  color: rgba(232, 232, 232, 0.4) !important;
}

.bg_e8_opc50 {
  background-color: rgba(232, 232, 232, 0.5) !important;
}

.fc_e8_opc50 {
  color: rgba(232, 232, 232, 0.5) !important;
}

.bg_e8_opc60 {
  background-color: rgba(232, 232, 232, 0.6) !important;
}

.fc_e8_opc60 {
  color: rgba(232, 232, 232, 0.6) !important;
}

.bg_e8_opc70 {
  background-color: rgba(232, 232, 232, 0.7) !important;
}

.fc_e8_opc70 {
  color: rgba(232, 232, 232, 0.7) !important;
}

.bg_e8_opc80 {
  background-color: rgba(232, 232, 232, 0.8) !important;
}

.fc_e8_opc80 {
  color: rgba(232, 232, 232, 0.8) !important;
}

.bg_e8_opc90 {
  background-color: rgba(232, 232, 232, 0.9) !important;
}

.fc_e8_opc90 {
  color: rgba(232, 232, 232, 0.9) !important;
}

.bg_e9_opc10 {
  background-color: rgba(233, 233, 233, 0.1) !important;
}

.fc_e9_opc10 {
  color: rgba(233, 233, 233, 0.1) !important;
}

.bg_e9_opc20 {
  background-color: rgba(233, 233, 233, 0.2) !important;
}

.fc_e9_opc20 {
  color: rgba(233, 233, 233, 0.2) !important;
}

.bg_e9_opc30 {
  background-color: rgba(233, 233, 233, 0.3) !important;
}

.fc_e9_opc30 {
  color: rgba(233, 233, 233, 0.3) !important;
}

.bg_e9_opc40 {
  background-color: rgba(233, 233, 233, 0.4) !important;
}

.fc_e9_opc40 {
  color: rgba(233, 233, 233, 0.4) !important;
}

.bg_e9_opc50 {
  background-color: rgba(233, 233, 233, 0.5) !important;
}

.fc_e9_opc50 {
  color: rgba(233, 233, 233, 0.5) !important;
}

.bg_e9_opc60 {
  background-color: rgba(233, 233, 233, 0.6) !important;
}

.fc_e9_opc60 {
  color: rgba(233, 233, 233, 0.6) !important;
}

.bg_e9_opc70 {
  background-color: rgba(233, 233, 233, 0.7) !important;
}

.fc_e9_opc70 {
  color: rgba(233, 233, 233, 0.7) !important;
}

.bg_e9_opc80 {
  background-color: rgba(233, 233, 233, 0.8) !important;
}

.fc_e9_opc80 {
  color: rgba(233, 233, 233, 0.8) !important;
}

.bg_e9_opc90 {
  background-color: rgba(233, 233, 233, 0.9) !important;
}

.fc_e9_opc90 {
  color: rgba(233, 233, 233, 0.9) !important;
}

.bg_ea_opc10 {
  background-color: rgba(234, 234, 234, 0.1) !important;
}

.fc_ea_opc10 {
  color: rgba(234, 234, 234, 0.1) !important;
}

.bg_ea_opc20 {
  background-color: rgba(234, 234, 234, 0.2) !important;
}

.fc_ea_opc20 {
  color: rgba(234, 234, 234, 0.2) !important;
}

.bg_ea_opc30 {
  background-color: rgba(234, 234, 234, 0.3) !important;
}

.fc_ea_opc30 {
  color: rgba(234, 234, 234, 0.3) !important;
}

.bg_ea_opc40 {
  background-color: rgba(234, 234, 234, 0.4) !important;
}

.fc_ea_opc40 {
  color: rgba(234, 234, 234, 0.4) !important;
}

.bg_ea_opc50 {
  background-color: rgba(234, 234, 234, 0.5) !important;
}

.fc_ea_opc50 {
  color: rgba(234, 234, 234, 0.5) !important;
}

.bg_ea_opc60 {
  background-color: rgba(234, 234, 234, 0.6) !important;
}

.fc_ea_opc60 {
  color: rgba(234, 234, 234, 0.6) !important;
}

.bg_ea_opc70 {
  background-color: rgba(234, 234, 234, 0.7) !important;
}

.fc_ea_opc70 {
  color: rgba(234, 234, 234, 0.7) !important;
}

.bg_ea_opc80 {
  background-color: rgba(234, 234, 234, 0.8) !important;
}

.fc_ea_opc80 {
  color: rgba(234, 234, 234, 0.8) !important;
}

.bg_ea_opc90 {
  background-color: rgba(234, 234, 234, 0.9) !important;
}

.fc_ea_opc90 {
  color: rgba(234, 234, 234, 0.9) !important;
}

.bg_eb_opc10 {
  background-color: rgba(235, 235, 235, 0.1) !important;
}

.fc_eb_opc10 {
  color: rgba(235, 235, 235, 0.1) !important;
}

.bg_eb_opc20 {
  background-color: rgba(235, 235, 235, 0.2) !important;
}

.fc_eb_opc20 {
  color: rgba(235, 235, 235, 0.2) !important;
}

.bg_eb_opc30 {
  background-color: rgba(235, 235, 235, 0.3) !important;
}

.fc_eb_opc30 {
  color: rgba(235, 235, 235, 0.3) !important;
}

.bg_eb_opc40 {
  background-color: rgba(235, 235, 235, 0.4) !important;
}

.fc_eb_opc40 {
  color: rgba(235, 235, 235, 0.4) !important;
}

.bg_eb_opc50 {
  background-color: rgba(235, 235, 235, 0.5) !important;
}

.fc_eb_opc50 {
  color: rgba(235, 235, 235, 0.5) !important;
}

.bg_eb_opc60 {
  background-color: rgba(235, 235, 235, 0.6) !important;
}

.fc_eb_opc60 {
  color: rgba(235, 235, 235, 0.6) !important;
}

.bg_eb_opc70 {
  background-color: rgba(235, 235, 235, 0.7) !important;
}

.fc_eb_opc70 {
  color: rgba(235, 235, 235, 0.7) !important;
}

.bg_eb_opc80 {
  background-color: rgba(235, 235, 235, 0.8) !important;
}

.fc_eb_opc80 {
  color: rgba(235, 235, 235, 0.8) !important;
}

.bg_eb_opc90 {
  background-color: rgba(235, 235, 235, 0.9) !important;
}

.fc_eb_opc90 {
  color: rgba(235, 235, 235, 0.9) !important;
}

.bg_ec_opc10 {
  background-color: rgba(236, 236, 236, 0.1) !important;
}

.fc_ec_opc10 {
  color: rgba(236, 236, 236, 0.1) !important;
}

.bg_ec_opc20 {
  background-color: rgba(236, 236, 236, 0.2) !important;
}

.fc_ec_opc20 {
  color: rgba(236, 236, 236, 0.2) !important;
}

.bg_ec_opc30 {
  background-color: rgba(236, 236, 236, 0.3) !important;
}

.fc_ec_opc30 {
  color: rgba(236, 236, 236, 0.3) !important;
}

.bg_ec_opc40 {
  background-color: rgba(236, 236, 236, 0.4) !important;
}

.fc_ec_opc40 {
  color: rgba(236, 236, 236, 0.4) !important;
}

.bg_ec_opc50 {
  background-color: rgba(236, 236, 236, 0.5) !important;
}

.fc_ec_opc50 {
  color: rgba(236, 236, 236, 0.5) !important;
}

.bg_ec_opc60 {
  background-color: rgba(236, 236, 236, 0.6) !important;
}

.fc_ec_opc60 {
  color: rgba(236, 236, 236, 0.6) !important;
}

.bg_ec_opc70 {
  background-color: rgba(236, 236, 236, 0.7) !important;
}

.fc_ec_opc70 {
  color: rgba(236, 236, 236, 0.7) !important;
}

.bg_ec_opc80 {
  background-color: rgba(236, 236, 236, 0.8) !important;
}

.fc_ec_opc80 {
  color: rgba(236, 236, 236, 0.8) !important;
}

.bg_ec_opc90 {
  background-color: rgba(236, 236, 236, 0.9) !important;
}

.fc_ec_opc90 {
  color: rgba(236, 236, 236, 0.9) !important;
}

.bg_ed_opc10 {
  background-color: rgba(237, 237, 237, 0.1) !important;
}

.fc_ed_opc10 {
  color: rgba(237, 237, 237, 0.1) !important;
}

.bg_ed_opc20 {
  background-color: rgba(237, 237, 237, 0.2) !important;
}

.fc_ed_opc20 {
  color: rgba(237, 237, 237, 0.2) !important;
}

.bg_ed_opc30 {
  background-color: rgba(237, 237, 237, 0.3) !important;
}

.fc_ed_opc30 {
  color: rgba(237, 237, 237, 0.3) !important;
}

.bg_ed_opc40 {
  background-color: rgba(237, 237, 237, 0.4) !important;
}

.fc_ed_opc40 {
  color: rgba(237, 237, 237, 0.4) !important;
}

.bg_ed_opc50 {
  background-color: rgba(237, 237, 237, 0.5) !important;
}

.fc_ed_opc50 {
  color: rgba(237, 237, 237, 0.5) !important;
}

.bg_ed_opc60 {
  background-color: rgba(237, 237, 237, 0.6) !important;
}

.fc_ed_opc60 {
  color: rgba(237, 237, 237, 0.6) !important;
}

.bg_ed_opc70 {
  background-color: rgba(237, 237, 237, 0.7) !important;
}

.fc_ed_opc70 {
  color: rgba(237, 237, 237, 0.7) !important;
}

.bg_ed_opc80 {
  background-color: rgba(237, 237, 237, 0.8) !important;
}

.fc_ed_opc80 {
  color: rgba(237, 237, 237, 0.8) !important;
}

.bg_ed_opc90 {
  background-color: rgba(237, 237, 237, 0.9) !important;
}

.fc_ed_opc90 {
  color: rgba(237, 237, 237, 0.9) !important;
}

.bg_ee_opc10 {
  background-color: rgba(238, 238, 238, 0.1) !important;
}

.fc_ee_opc10 {
  color: rgba(238, 238, 238, 0.1) !important;
}

.bg_ee_opc20 {
  background-color: rgba(238, 238, 238, 0.2) !important;
}

.fc_ee_opc20 {
  color: rgba(238, 238, 238, 0.2) !important;
}

.bg_ee_opc30 {
  background-color: rgba(238, 238, 238, 0.3) !important;
}

.fc_ee_opc30 {
  color: rgba(238, 238, 238, 0.3) !important;
}

.bg_ee_opc40 {
  background-color: rgba(238, 238, 238, 0.4) !important;
}

.fc_ee_opc40 {
  color: rgba(238, 238, 238, 0.4) !important;
}

.bg_ee_opc50 {
  background-color: rgba(238, 238, 238, 0.5) !important;
}

.fc_ee_opc50 {
  color: rgba(238, 238, 238, 0.5) !important;
}

.bg_ee_opc60 {
  background-color: rgba(238, 238, 238, 0.6) !important;
}

.fc_ee_opc60 {
  color: rgba(238, 238, 238, 0.6) !important;
}

.bg_ee_opc70 {
  background-color: rgba(238, 238, 238, 0.7) !important;
}

.fc_ee_opc70 {
  color: rgba(238, 238, 238, 0.7) !important;
}

.bg_ee_opc80 {
  background-color: rgba(238, 238, 238, 0.8) !important;
}

.fc_ee_opc80 {
  color: rgba(238, 238, 238, 0.8) !important;
}

.bg_ee_opc90 {
  background-color: rgba(238, 238, 238, 0.9) !important;
}

.fc_ee_opc90 {
  color: rgba(238, 238, 238, 0.9) !important;
}

.bg_ef_opc10 {
  background-color: rgba(239, 239, 239, 0.1) !important;
}

.fc_ef_opc10 {
  color: rgba(239, 239, 239, 0.1) !important;
}

.bg_ef_opc20 {
  background-color: rgba(239, 239, 239, 0.2) !important;
}

.fc_ef_opc20 {
  color: rgba(239, 239, 239, 0.2) !important;
}

.bg_ef_opc30 {
  background-color: rgba(239, 239, 239, 0.3) !important;
}

.fc_ef_opc30 {
  color: rgba(239, 239, 239, 0.3) !important;
}

.bg_ef_opc40 {
  background-color: rgba(239, 239, 239, 0.4) !important;
}

.fc_ef_opc40 {
  color: rgba(239, 239, 239, 0.4) !important;
}

.bg_ef_opc50 {
  background-color: rgba(239, 239, 239, 0.5) !important;
}

.fc_ef_opc50 {
  color: rgba(239, 239, 239, 0.5) !important;
}

.bg_ef_opc60 {
  background-color: rgba(239, 239, 239, 0.6) !important;
}

.fc_ef_opc60 {
  color: rgba(239, 239, 239, 0.6) !important;
}

.bg_ef_opc70 {
  background-color: rgba(239, 239, 239, 0.7) !important;
}

.fc_ef_opc70 {
  color: rgba(239, 239, 239, 0.7) !important;
}

.bg_ef_opc80 {
  background-color: rgba(239, 239, 239, 0.8) !important;
}

.fc_ef_opc80 {
  color: rgba(239, 239, 239, 0.8) !important;
}

.bg_ef_opc90 {
  background-color: rgba(239, 239, 239, 0.9) !important;
}

.fc_ef_opc90 {
  color: rgba(239, 239, 239, 0.9) !important;
}

.bg_f1_opc10 {
  background-color: rgba(241, 241, 241, 0.1) !important;
}

.fc_f1_opc10 {
  color: rgba(241, 241, 241, 0.1) !important;
}

.bg_f1_opc20 {
  background-color: rgba(241, 241, 241, 0.2) !important;
}

.fc_f1_opc20 {
  color: rgba(241, 241, 241, 0.2) !important;
}

.bg_f1_opc30 {
  background-color: rgba(241, 241, 241, 0.3) !important;
}

.fc_f1_opc30 {
  color: rgba(241, 241, 241, 0.3) !important;
}

.bg_f1_opc40 {
  background-color: rgba(241, 241, 241, 0.4) !important;
}

.fc_f1_opc40 {
  color: rgba(241, 241, 241, 0.4) !important;
}

.bg_f1_opc50 {
  background-color: rgba(241, 241, 241, 0.5) !important;
}

.fc_f1_opc50 {
  color: rgba(241, 241, 241, 0.5) !important;
}

.bg_f1_opc60 {
  background-color: rgba(241, 241, 241, 0.6) !important;
}

.fc_f1_opc60 {
  color: rgba(241, 241, 241, 0.6) !important;
}

.bg_f1_opc70 {
  background-color: rgba(241, 241, 241, 0.7) !important;
}

.fc_f1_opc70 {
  color: rgba(241, 241, 241, 0.7) !important;
}

.bg_f1_opc80 {
  background-color: rgba(241, 241, 241, 0.8) !important;
}

.fc_f1_opc80 {
  color: rgba(241, 241, 241, 0.8) !important;
}

.bg_f1_opc90 {
  background-color: rgba(241, 241, 241, 0.9) !important;
}

.fc_f1_opc90 {
  color: rgba(241, 241, 241, 0.9) !important;
}

.bg_f2_opc10 {
  background-color: rgba(242, 242, 242, 0.1) !important;
}

.fc_f2_opc10 {
  color: rgba(242, 242, 242, 0.1) !important;
}

.bg_f2_opc20 {
  background-color: rgba(242, 242, 242, 0.2) !important;
}

.fc_f2_opc20 {
  color: rgba(242, 242, 242, 0.2) !important;
}

.bg_f2_opc30 {
  background-color: rgba(242, 242, 242, 0.3) !important;
}

.fc_f2_opc30 {
  color: rgba(242, 242, 242, 0.3) !important;
}

.bg_f2_opc40 {
  background-color: rgba(242, 242, 242, 0.4) !important;
}

.fc_f2_opc40 {
  color: rgba(242, 242, 242, 0.4) !important;
}

.bg_f2_opc50 {
  background-color: rgba(242, 242, 242, 0.5) !important;
}

.fc_f2_opc50 {
  color: rgba(242, 242, 242, 0.5) !important;
}

.bg_f2_opc60 {
  background-color: rgba(242, 242, 242, 0.6) !important;
}

.fc_f2_opc60 {
  color: rgba(242, 242, 242, 0.6) !important;
}

.bg_f2_opc70 {
  background-color: rgba(242, 242, 242, 0.7) !important;
}

.fc_f2_opc70 {
  color: rgba(242, 242, 242, 0.7) !important;
}

.bg_f2_opc80 {
  background-color: rgba(242, 242, 242, 0.8) !important;
}

.fc_f2_opc80 {
  color: rgba(242, 242, 242, 0.8) !important;
}

.bg_f2_opc90 {
  background-color: rgba(242, 242, 242, 0.9) !important;
}

.fc_f2_opc90 {
  color: rgba(242, 242, 242, 0.9) !important;
}

.bg_f3_opc10 {
  background-color: rgba(243, 243, 243, 0.1) !important;
}

.fc_f3_opc10 {
  color: rgba(243, 243, 243, 0.1) !important;
}

.bg_f3_opc20 {
  background-color: rgba(243, 243, 243, 0.2) !important;
}

.fc_f3_opc20 {
  color: rgba(243, 243, 243, 0.2) !important;
}

.bg_f3_opc30 {
  background-color: rgba(243, 243, 243, 0.3) !important;
}

.fc_f3_opc30 {
  color: rgba(243, 243, 243, 0.3) !important;
}

.bg_f3_opc40 {
  background-color: rgba(243, 243, 243, 0.4) !important;
}

.fc_f3_opc40 {
  color: rgba(243, 243, 243, 0.4) !important;
}

.bg_f3_opc50 {
  background-color: rgba(243, 243, 243, 0.5) !important;
}

.fc_f3_opc50 {
  color: rgba(243, 243, 243, 0.5) !important;
}

.bg_f3_opc60 {
  background-color: rgba(243, 243, 243, 0.6) !important;
}

.fc_f3_opc60 {
  color: rgba(243, 243, 243, 0.6) !important;
}

.bg_f3_opc70 {
  background-color: rgba(243, 243, 243, 0.7) !important;
}

.fc_f3_opc70 {
  color: rgba(243, 243, 243, 0.7) !important;
}

.bg_f3_opc80 {
  background-color: rgba(243, 243, 243, 0.8) !important;
}

.fc_f3_opc80 {
  color: rgba(243, 243, 243, 0.8) !important;
}

.bg_f3_opc90 {
  background-color: rgba(243, 243, 243, 0.9) !important;
}

.fc_f3_opc90 {
  color: rgba(243, 243, 243, 0.9) !important;
}

.bg_f4_opc10 {
  background-color: rgba(244, 244, 244, 0.1) !important;
}

.fc_f4_opc10 {
  color: rgba(244, 244, 244, 0.1) !important;
}

.bg_f4_opc20 {
  background-color: rgba(244, 244, 244, 0.2) !important;
}

.fc_f4_opc20 {
  color: rgba(244, 244, 244, 0.2) !important;
}

.bg_f4_opc30 {
  background-color: rgba(244, 244, 244, 0.3) !important;
}

.fc_f4_opc30 {
  color: rgba(244, 244, 244, 0.3) !important;
}

.bg_f4_opc40 {
  background-color: rgba(244, 244, 244, 0.4) !important;
}

.fc_f4_opc40 {
  color: rgba(244, 244, 244, 0.4) !important;
}

.bg_f4_opc50 {
  background-color: rgba(244, 244, 244, 0.5) !important;
}

.fc_f4_opc50 {
  color: rgba(244, 244, 244, 0.5) !important;
}

.bg_f4_opc60 {
  background-color: rgba(244, 244, 244, 0.6) !important;
}

.fc_f4_opc60 {
  color: rgba(244, 244, 244, 0.6) !important;
}

.bg_f4_opc70 {
  background-color: rgba(244, 244, 244, 0.7) !important;
}

.fc_f4_opc70 {
  color: rgba(244, 244, 244, 0.7) !important;
}

.bg_f4_opc80 {
  background-color: rgba(244, 244, 244, 0.8) !important;
}

.fc_f4_opc80 {
  color: rgba(244, 244, 244, 0.8) !important;
}

.bg_f4_opc90 {
  background-color: rgba(244, 244, 244, 0.9) !important;
}

.fc_f4_opc90 {
  color: rgba(244, 244, 244, 0.9) !important;
}

.bg_f5_opc10 {
  background-color: rgba(245, 245, 245, 0.1) !important;
}

.fc_f5_opc10 {
  color: rgba(245, 245, 245, 0.1) !important;
}

.bg_f5_opc20 {
  background-color: rgba(245, 245, 245, 0.2) !important;
}

.fc_f5_opc20 {
  color: rgba(245, 245, 245, 0.2) !important;
}

.bg_f5_opc30 {
  background-color: rgba(245, 245, 245, 0.3) !important;
}

.fc_f5_opc30 {
  color: rgba(245, 245, 245, 0.3) !important;
}

.bg_f5_opc40 {
  background-color: rgba(245, 245, 245, 0.4) !important;
}

.fc_f5_opc40 {
  color: rgba(245, 245, 245, 0.4) !important;
}

.bg_f5_opc50 {
  background-color: rgba(245, 245, 245, 0.5) !important;
}

.fc_f5_opc50 {
  color: rgba(245, 245, 245, 0.5) !important;
}

.bg_f5_opc60 {
  background-color: rgba(245, 245, 245, 0.6) !important;
}

.fc_f5_opc60 {
  color: rgba(245, 245, 245, 0.6) !important;
}

.bg_f5_opc70 {
  background-color: rgba(245, 245, 245, 0.7) !important;
}

.fc_f5_opc70 {
  color: rgba(245, 245, 245, 0.7) !important;
}

.bg_f5_opc80 {
  background-color: rgba(245, 245, 245, 0.8) !important;
}

.fc_f5_opc80 {
  color: rgba(245, 245, 245, 0.8) !important;
}

.bg_f5_opc90 {
  background-color: rgba(245, 245, 245, 0.9) !important;
}

.fc_f5_opc90 {
  color: rgba(245, 245, 245, 0.9) !important;
}

.bg_f6_opc10 {
  background-color: rgba(246, 246, 246, 0.1) !important;
}

.fc_f6_opc10 {
  color: rgba(246, 246, 246, 0.1) !important;
}

.bg_f6_opc20 {
  background-color: rgba(246, 246, 246, 0.2) !important;
}

.fc_f6_opc20 {
  color: rgba(246, 246, 246, 0.2) !important;
}

.bg_f6_opc30 {
  background-color: rgba(246, 246, 246, 0.3) !important;
}

.fc_f6_opc30 {
  color: rgba(246, 246, 246, 0.3) !important;
}

.bg_f6_opc40 {
  background-color: rgba(246, 246, 246, 0.4) !important;
}

.fc_f6_opc40 {
  color: rgba(246, 246, 246, 0.4) !important;
}

.bg_f6_opc50 {
  background-color: rgba(246, 246, 246, 0.5) !important;
}

.fc_f6_opc50 {
  color: rgba(246, 246, 246, 0.5) !important;
}

.bg_f6_opc60 {
  background-color: rgba(246, 246, 246, 0.6) !important;
}

.fc_f6_opc60 {
  color: rgba(246, 246, 246, 0.6) !important;
}

.bg_f6_opc70 {
  background-color: rgba(246, 246, 246, 0.7) !important;
}

.fc_f6_opc70 {
  color: rgba(246, 246, 246, 0.7) !important;
}

.bg_f6_opc80 {
  background-color: rgba(246, 246, 246, 0.8) !important;
}

.fc_f6_opc80 {
  color: rgba(246, 246, 246, 0.8) !important;
}

.bg_f6_opc90 {
  background-color: rgba(246, 246, 246, 0.9) !important;
}

.fc_f6_opc90 {
  color: rgba(246, 246, 246, 0.9) !important;
}

.bg_f7_opc10 {
  background-color: rgba(247, 247, 247, 0.1) !important;
}

.fc_f7_opc10 {
  color: rgba(247, 247, 247, 0.1) !important;
}

.bg_f7_opc20 {
  background-color: rgba(247, 247, 247, 0.2) !important;
}

.fc_f7_opc20 {
  color: rgba(247, 247, 247, 0.2) !important;
}

.bg_f7_opc30 {
  background-color: rgba(247, 247, 247, 0.3) !important;
}

.fc_f7_opc30 {
  color: rgba(247, 247, 247, 0.3) !important;
}

.bg_f7_opc40 {
  background-color: rgba(247, 247, 247, 0.4) !important;
}

.fc_f7_opc40 {
  color: rgba(247, 247, 247, 0.4) !important;
}

.bg_f7_opc50 {
  background-color: rgba(247, 247, 247, 0.5) !important;
}

.fc_f7_opc50 {
  color: rgba(247, 247, 247, 0.5) !important;
}

.bg_f7_opc60 {
  background-color: rgba(247, 247, 247, 0.6) !important;
}

.fc_f7_opc60 {
  color: rgba(247, 247, 247, 0.6) !important;
}

.bg_f7_opc70 {
  background-color: rgba(247, 247, 247, 0.7) !important;
}

.fc_f7_opc70 {
  color: rgba(247, 247, 247, 0.7) !important;
}

.bg_f7_opc80 {
  background-color: rgba(247, 247, 247, 0.8) !important;
}

.fc_f7_opc80 {
  color: rgba(247, 247, 247, 0.8) !important;
}

.bg_f7_opc90 {
  background-color: rgba(247, 247, 247, 0.9) !important;
}

.fc_f7_opc90 {
  color: rgba(247, 247, 247, 0.9) !important;
}

.bg_f8_opc10 {
  background-color: rgba(248, 248, 248, 0.1) !important;
}

.fc_f8_opc10 {
  color: rgba(248, 248, 248, 0.1) !important;
}

.bg_f8_opc20 {
  background-color: rgba(248, 248, 248, 0.2) !important;
}

.fc_f8_opc20 {
  color: rgba(248, 248, 248, 0.2) !important;
}

.bg_f8_opc30 {
  background-color: rgba(248, 248, 248, 0.3) !important;
}

.fc_f8_opc30 {
  color: rgba(248, 248, 248, 0.3) !important;
}

.bg_f8_opc40 {
  background-color: rgba(248, 248, 248, 0.4) !important;
}

.fc_f8_opc40 {
  color: rgba(248, 248, 248, 0.4) !important;
}

.bg_f8_opc50 {
  background-color: rgba(248, 248, 248, 0.5) !important;
}

.fc_f8_opc50 {
  color: rgba(248, 248, 248, 0.5) !important;
}

.bg_f8_opc60 {
  background-color: rgba(248, 248, 248, 0.6) !important;
}

.fc_f8_opc60 {
  color: rgba(248, 248, 248, 0.6) !important;
}

.bg_f8_opc70 {
  background-color: rgba(248, 248, 248, 0.7) !important;
}

.fc_f8_opc70 {
  color: rgba(248, 248, 248, 0.7) !important;
}

.bg_f8_opc80 {
  background-color: rgba(248, 248, 248, 0.8) !important;
}

.fc_f8_opc80 {
  color: rgba(248, 248, 248, 0.8) !important;
}

.bg_f8_opc90 {
  background-color: rgba(248, 248, 248, 0.9) !important;
}

.fc_f8_opc90 {
  color: rgba(248, 248, 248, 0.9) !important;
}

.bg_f9_opc10 {
  background-color: rgba(249, 249, 249, 0.1) !important;
}

.fc_f9_opc10 {
  color: rgba(249, 249, 249, 0.1) !important;
}

.bg_f9_opc20 {
  background-color: rgba(249, 249, 249, 0.2) !important;
}

.fc_f9_opc20 {
  color: rgba(249, 249, 249, 0.2) !important;
}

.bg_f9_opc30 {
  background-color: rgba(249, 249, 249, 0.3) !important;
}

.fc_f9_opc30 {
  color: rgba(249, 249, 249, 0.3) !important;
}

.bg_f9_opc40 {
  background-color: rgba(249, 249, 249, 0.4) !important;
}

.fc_f9_opc40 {
  color: rgba(249, 249, 249, 0.4) !important;
}

.bg_f9_opc50 {
  background-color: rgba(249, 249, 249, 0.5) !important;
}

.fc_f9_opc50 {
  color: rgba(249, 249, 249, 0.5) !important;
}

.bg_f9_opc60 {
  background-color: rgba(249, 249, 249, 0.6) !important;
}

.fc_f9_opc60 {
  color: rgba(249, 249, 249, 0.6) !important;
}

.bg_f9_opc70 {
  background-color: rgba(249, 249, 249, 0.7) !important;
}

.fc_f9_opc70 {
  color: rgba(249, 249, 249, 0.7) !important;
}

.bg_f9_opc80 {
  background-color: rgba(249, 249, 249, 0.8) !important;
}

.fc_f9_opc80 {
  color: rgba(249, 249, 249, 0.8) !important;
}

.bg_f9_opc90 {
  background-color: rgba(249, 249, 249, 0.9) !important;
}

.fc_f9_opc90 {
  color: rgba(249, 249, 249, 0.9) !important;
}

.bg_point_lighter_opc10 {
  background-color: rgba(207, 231, 249, 0.1) !important;
}

.fc_point_lighter_opc10 {
  color: rgba(207, 231, 249, 0.1) !important;
}

.bg_point_lighter_opc20 {
  background-color: rgba(207, 231, 249, 0.2) !important;
}

.fc_point_lighter_opc20 {
  color: rgba(207, 231, 249, 0.2) !important;
}

.bg_point_lighter_opc30 {
  background-color: rgba(207, 231, 249, 0.3) !important;
}

.fc_point_lighter_opc30 {
  color: rgba(207, 231, 249, 0.3) !important;
}

.bg_point_lighter_opc40 {
  background-color: rgba(207, 231, 249, 0.4) !important;
}

.fc_point_lighter_opc40 {
  color: rgba(207, 231, 249, 0.4) !important;
}

.bg_point_lighter_opc50 {
  background-color: rgba(207, 231, 249, 0.5) !important;
}

.fc_point_lighter_opc50 {
  color: rgba(207, 231, 249, 0.5) !important;
}

.bg_point_lighter_opc60 {
  background-color: rgba(207, 231, 249, 0.6) !important;
}

.fc_point_lighter_opc60 {
  color: rgba(207, 231, 249, 0.6) !important;
}

.bg_point_lighter_opc70 {
  background-color: rgba(207, 231, 249, 0.7) !important;
}

.fc_point_lighter_opc70 {
  color: rgba(207, 231, 249, 0.7) !important;
}

.bg_point_lighter_opc80 {
  background-color: rgba(207, 231, 249, 0.8) !important;
}

.fc_point_lighter_opc80 {
  color: rgba(207, 231, 249, 0.8) !important;
}

.bg_point_lighter_opc90 {
  background-color: rgba(207, 231, 249, 0.9) !important;
}

.fc_point_lighter_opc90 {
  color: rgba(207, 231, 249, 0.9) !important;
}

.bg_point_light_opc10 {
  background-color: rgba(0, 120, 207, 0.1) !important;
}

.fc_point_light_opc10 {
  color: rgba(0, 120, 207, 0.1) !important;
}

.bg_point_light_opc20 {
  background-color: rgba(0, 120, 207, 0.2) !important;
}

.fc_point_light_opc20 {
  color: rgba(0, 120, 207, 0.2) !important;
}

.bg_point_light_opc30 {
  background-color: rgba(0, 120, 207, 0.3) !important;
}

.fc_point_light_opc30 {
  color: rgba(0, 120, 207, 0.3) !important;
}

.bg_point_light_opc40 {
  background-color: rgba(0, 120, 207, 0.4) !important;
}

.fc_point_light_opc40 {
  color: rgba(0, 120, 207, 0.4) !important;
}

.bg_point_light_opc50 {
  background-color: rgba(0, 120, 207, 0.5) !important;
}

.fc_point_light_opc50 {
  color: rgba(0, 120, 207, 0.5) !important;
}

.bg_point_light_opc60 {
  background-color: rgba(0, 120, 207, 0.6) !important;
}

.fc_point_light_opc60 {
  color: rgba(0, 120, 207, 0.6) !important;
}

.bg_point_light_opc70 {
  background-color: rgba(0, 120, 207, 0.7) !important;
}

.fc_point_light_opc70 {
  color: rgba(0, 120, 207, 0.7) !important;
}

.bg_point_light_opc80 {
  background-color: rgba(0, 120, 207, 0.8) !important;
}

.fc_point_light_opc80 {
  color: rgba(0, 120, 207, 0.8) !important;
}

.bg_point_light_opc90 {
  background-color: rgba(0, 120, 207, 0.9) !important;
}

.fc_point_light_opc90 {
  color: rgba(0, 120, 207, 0.9) !important;
}

.bg_point_opc10 {
  background-color: rgba(0, 94, 161, 0.1) !important;
}

.fc_point_opc10 {
  color: rgba(0, 94, 161, 0.1) !important;
}

.bg_point_opc20 {
  background-color: rgba(0, 94, 161, 0.2) !important;
}

.fc_point_opc20 {
  color: rgba(0, 94, 161, 0.2) !important;
}

.bg_point_opc30 {
  background-color: rgba(0, 94, 161, 0.3) !important;
}

.fc_point_opc30 {
  color: rgba(0, 94, 161, 0.3) !important;
}

.bg_point_opc40 {
  background-color: rgba(0, 94, 161, 0.4) !important;
}

.fc_point_opc40 {
  color: rgba(0, 94, 161, 0.4) !important;
}

.bg_point_opc50 {
  background-color: rgba(0, 94, 161, 0.5) !important;
}

.fc_point_opc50 {
  color: rgba(0, 94, 161, 0.5) !important;
}

.bg_point_opc60 {
  background-color: rgba(0, 94, 161, 0.6) !important;
}

.fc_point_opc60 {
  color: rgba(0, 94, 161, 0.6) !important;
}

.bg_point_opc70 {
  background-color: rgba(0, 94, 161, 0.7) !important;
}

.fc_point_opc70 {
  color: rgba(0, 94, 161, 0.7) !important;
}

.bg_point_opc80 {
  background-color: rgba(0, 94, 161, 0.8) !important;
}

.fc_point_opc80 {
  color: rgba(0, 94, 161, 0.8) !important;
}

.bg_point_opc90 {
  background-color: rgba(0, 94, 161, 0.9) !important;
}

.fc_point_opc90 {
  color: rgba(0, 94, 161, 0.9) !important;
}

.bg_point_dark_opc10 {
  background-color: rgba(0, 67, 115, 0.1) !important;
}

.fc_point_dark_opc10 {
  color: rgba(0, 67, 115, 0.1) !important;
}

.bg_point_dark_opc20 {
  background-color: rgba(0, 67, 115, 0.2) !important;
}

.fc_point_dark_opc20 {
  color: rgba(0, 67, 115, 0.2) !important;
}

.bg_point_dark_opc30 {
  background-color: rgba(0, 67, 115, 0.3) !important;
}

.fc_point_dark_opc30 {
  color: rgba(0, 67, 115, 0.3) !important;
}

.bg_point_dark_opc40 {
  background-color: rgba(0, 67, 115, 0.4) !important;
}

.fc_point_dark_opc40 {
  color: rgba(0, 67, 115, 0.4) !important;
}

.bg_point_dark_opc50 {
  background-color: rgba(0, 67, 115, 0.5) !important;
}

.fc_point_dark_opc50 {
  color: rgba(0, 67, 115, 0.5) !important;
}

.bg_point_dark_opc60 {
  background-color: rgba(0, 67, 115, 0.6) !important;
}

.fc_point_dark_opc60 {
  color: rgba(0, 67, 115, 0.6) !important;
}

.bg_point_dark_opc70 {
  background-color: rgba(0, 67, 115, 0.7) !important;
}

.fc_point_dark_opc70 {
  color: rgba(0, 67, 115, 0.7) !important;
}

.bg_point_dark_opc80 {
  background-color: rgba(0, 67, 115, 0.8) !important;
}

.fc_point_dark_opc80 {
  color: rgba(0, 67, 115, 0.8) !important;
}

.bg_point_dark_opc90 {
  background-color: rgba(0, 67, 115, 0.9) !important;
}

.fc_point_dark_opc90 {
  color: rgba(0, 67, 115, 0.9) !important;
}

.bg_point_darker_opc10 {
  background-color: rgba(0, 37, 64, 0.1) !important;
}

.fc_point_darker_opc10 {
  color: rgba(0, 37, 64, 0.1) !important;
}

.bg_point_darker_opc20 {
  background-color: rgba(0, 37, 64, 0.2) !important;
}

.fc_point_darker_opc20 {
  color: rgba(0, 37, 64, 0.2) !important;
}

.bg_point_darker_opc30 {
  background-color: rgba(0, 37, 64, 0.3) !important;
}

.fc_point_darker_opc30 {
  color: rgba(0, 37, 64, 0.3) !important;
}

.bg_point_darker_opc40 {
  background-color: rgba(0, 37, 64, 0.4) !important;
}

.fc_point_darker_opc40 {
  color: rgba(0, 37, 64, 0.4) !important;
}

.bg_point_darker_opc50 {
  background-color: rgba(0, 37, 64, 0.5) !important;
}

.fc_point_darker_opc50 {
  color: rgba(0, 37, 64, 0.5) !important;
}

.bg_point_darker_opc60 {
  background-color: rgba(0, 37, 64, 0.6) !important;
}

.fc_point_darker_opc60 {
  color: rgba(0, 37, 64, 0.6) !important;
}

.bg_point_darker_opc70 {
  background-color: rgba(0, 37, 64, 0.7) !important;
}

.fc_point_darker_opc70 {
  color: rgba(0, 37, 64, 0.7) !important;
}

.bg_point_darker_opc80 {
  background-color: rgba(0, 37, 64, 0.8) !important;
}

.fc_point_darker_opc80 {
  color: rgba(0, 37, 64, 0.8) !important;
}

.bg_point_darker_opc90 {
  background-color: rgba(0, 37, 64, 0.9) !important;
}

.fc_point_darker_opc90 {
  color: rgba(0, 37, 64, 0.9) !important;
}

.bg_sub_lighter_opc10 {
  background-color: rgba(249, 251, 252, 0.1) !important;
}

.fc_sub_lighter_opc10 {
  color: rgba(249, 251, 252, 0.1) !important;
}

.bg_sub_lighter_opc20 {
  background-color: rgba(249, 251, 252, 0.2) !important;
}

.fc_sub_lighter_opc20 {
  color: rgba(249, 251, 252, 0.2) !important;
}

.bg_sub_lighter_opc30 {
  background-color: rgba(249, 251, 252, 0.3) !important;
}

.fc_sub_lighter_opc30 {
  color: rgba(249, 251, 252, 0.3) !important;
}

.bg_sub_lighter_opc40 {
  background-color: rgba(249, 251, 252, 0.4) !important;
}

.fc_sub_lighter_opc40 {
  color: rgba(249, 251, 252, 0.4) !important;
}

.bg_sub_lighter_opc50 {
  background-color: rgba(249, 251, 252, 0.5) !important;
}

.fc_sub_lighter_opc50 {
  color: rgba(249, 251, 252, 0.5) !important;
}

.bg_sub_lighter_opc60 {
  background-color: rgba(249, 251, 252, 0.6) !important;
}

.fc_sub_lighter_opc60 {
  color: rgba(249, 251, 252, 0.6) !important;
}

.bg_sub_lighter_opc70 {
  background-color: rgba(249, 251, 252, 0.7) !important;
}

.fc_sub_lighter_opc70 {
  color: rgba(249, 251, 252, 0.7) !important;
}

.bg_sub_lighter_opc80 {
  background-color: rgba(249, 251, 252, 0.8) !important;
}

.fc_sub_lighter_opc80 {
  color: rgba(249, 251, 252, 0.8) !important;
}

.bg_sub_lighter_opc90 {
  background-color: rgba(249, 251, 252, 0.9) !important;
}

.fc_sub_lighter_opc90 {
  color: rgba(249, 251, 252, 0.9) !important;
}

.bg_sub_light_opc10 {
  background-color: rgba(229, 237, 243, 0.1) !important;
}

.fc_sub_light_opc10 {
  color: rgba(229, 237, 243, 0.1) !important;
}

.bg_sub_light_opc20 {
  background-color: rgba(229, 237, 243, 0.2) !important;
}

.fc_sub_light_opc20 {
  color: rgba(229, 237, 243, 0.2) !important;
}

.bg_sub_light_opc30 {
  background-color: rgba(229, 237, 243, 0.3) !important;
}

.fc_sub_light_opc30 {
  color: rgba(229, 237, 243, 0.3) !important;
}

.bg_sub_light_opc40 {
  background-color: rgba(229, 237, 243, 0.4) !important;
}

.fc_sub_light_opc40 {
  color: rgba(229, 237, 243, 0.4) !important;
}

.bg_sub_light_opc50 {
  background-color: rgba(229, 237, 243, 0.5) !important;
}

.fc_sub_light_opc50 {
  color: rgba(229, 237, 243, 0.5) !important;
}

.bg_sub_light_opc60 {
  background-color: rgba(229, 237, 243, 0.6) !important;
}

.fc_sub_light_opc60 {
  color: rgba(229, 237, 243, 0.6) !important;
}

.bg_sub_light_opc70 {
  background-color: rgba(229, 237, 243, 0.7) !important;
}

.fc_sub_light_opc70 {
  color: rgba(229, 237, 243, 0.7) !important;
}

.bg_sub_light_opc80 {
  background-color: rgba(229, 237, 243, 0.8) !important;
}

.fc_sub_light_opc80 {
  color: rgba(229, 237, 243, 0.8) !important;
}

.bg_sub_light_opc90 {
  background-color: rgba(229, 237, 243, 0.9) !important;
}

.fc_sub_light_opc90 {
  color: rgba(229, 237, 243, 0.9) !important;
}

.bg_sub_opc10 {
  background-color: rgba(59, 92, 116, 0.1) !important;
}

.fc_sub_opc10 {
  color: rgba(59, 92, 116, 0.1) !important;
}

.bg_sub_opc20 {
  background-color: rgba(59, 92, 116, 0.2) !important;
}

.fc_sub_opc20 {
  color: rgba(59, 92, 116, 0.2) !important;
}

.bg_sub_opc30 {
  background-color: rgba(59, 92, 116, 0.3) !important;
}

.fc_sub_opc30 {
  color: rgba(59, 92, 116, 0.3) !important;
}

.bg_sub_opc40 {
  background-color: rgba(59, 92, 116, 0.4) !important;
}

.fc_sub_opc40 {
  color: rgba(59, 92, 116, 0.4) !important;
}

.bg_sub_opc50 {
  background-color: rgba(59, 92, 116, 0.5) !important;
}

.fc_sub_opc50 {
  color: rgba(59, 92, 116, 0.5) !important;
}

.bg_sub_opc60 {
  background-color: rgba(59, 92, 116, 0.6) !important;
}

.fc_sub_opc60 {
  color: rgba(59, 92, 116, 0.6) !important;
}

.bg_sub_opc70 {
  background-color: rgba(59, 92, 116, 0.7) !important;
}

.fc_sub_opc70 {
  color: rgba(59, 92, 116, 0.7) !important;
}

.bg_sub_opc80 {
  background-color: rgba(59, 92, 116, 0.8) !important;
}

.fc_sub_opc80 {
  color: rgba(59, 92, 116, 0.8) !important;
}

.bg_sub_opc90 {
  background-color: rgba(59, 92, 116, 0.9) !important;
}

.fc_sub_opc90 {
  color: rgba(59, 92, 116, 0.9) !important;
}

.bg_sub_dark_opc10 {
  background-color: rgba(47, 74, 93, 0.1) !important;
}

.fc_sub_dark_opc10 {
  color: rgba(47, 74, 93, 0.1) !important;
}

.bg_sub_dark_opc20 {
  background-color: rgba(47, 74, 93, 0.2) !important;
}

.fc_sub_dark_opc20 {
  color: rgba(47, 74, 93, 0.2) !important;
}

.bg_sub_dark_opc30 {
  background-color: rgba(47, 74, 93, 0.3) !important;
}

.fc_sub_dark_opc30 {
  color: rgba(47, 74, 93, 0.3) !important;
}

.bg_sub_dark_opc40 {
  background-color: rgba(47, 74, 93, 0.4) !important;
}

.fc_sub_dark_opc40 {
  color: rgba(47, 74, 93, 0.4) !important;
}

.bg_sub_dark_opc50 {
  background-color: rgba(47, 74, 93, 0.5) !important;
}

.fc_sub_dark_opc50 {
  color: rgba(47, 74, 93, 0.5) !important;
}

.bg_sub_dark_opc60 {
  background-color: rgba(47, 74, 93, 0.6) !important;
}

.fc_sub_dark_opc60 {
  color: rgba(47, 74, 93, 0.6) !important;
}

.bg_sub_dark_opc70 {
  background-color: rgba(47, 74, 93, 0.7) !important;
}

.fc_sub_dark_opc70 {
  color: rgba(47, 74, 93, 0.7) !important;
}

.bg_sub_dark_opc80 {
  background-color: rgba(47, 74, 93, 0.8) !important;
}

.fc_sub_dark_opc80 {
  color: rgba(47, 74, 93, 0.8) !important;
}

.bg_sub_dark_opc90 {
  background-color: rgba(47, 74, 93, 0.9) !important;
}

.fc_sub_dark_opc90 {
  color: rgba(47, 74, 93, 0.9) !important;
}

.bg_sub_darker_opc10 {
  background-color: rgba(35, 55, 70, 0.1) !important;
}

.fc_sub_darker_opc10 {
  color: rgba(35, 55, 70, 0.1) !important;
}

.bg_sub_darker_opc20 {
  background-color: rgba(35, 55, 70, 0.2) !important;
}

.fc_sub_darker_opc20 {
  color: rgba(35, 55, 70, 0.2) !important;
}

.bg_sub_darker_opc30 {
  background-color: rgba(35, 55, 70, 0.3) !important;
}

.fc_sub_darker_opc30 {
  color: rgba(35, 55, 70, 0.3) !important;
}

.bg_sub_darker_opc40 {
  background-color: rgba(35, 55, 70, 0.4) !important;
}

.fc_sub_darker_opc40 {
  color: rgba(35, 55, 70, 0.4) !important;
}

.bg_sub_darker_opc50 {
  background-color: rgba(35, 55, 70, 0.5) !important;
}

.fc_sub_darker_opc50 {
  color: rgba(35, 55, 70, 0.5) !important;
}

.bg_sub_darker_opc60 {
  background-color: rgba(35, 55, 70, 0.6) !important;
}

.fc_sub_darker_opc60 {
  color: rgba(35, 55, 70, 0.6) !important;
}

.bg_sub_darker_opc70 {
  background-color: rgba(35, 55, 70, 0.7) !important;
}

.fc_sub_darker_opc70 {
  color: rgba(35, 55, 70, 0.7) !important;
}

.bg_sub_darker_opc80 {
  background-color: rgba(35, 55, 70, 0.8) !important;
}

.fc_sub_darker_opc80 {
  color: rgba(35, 55, 70, 0.8) !important;
}

.bg_sub_darker_opc90 {
  background-color: rgba(35, 55, 70, 0.9) !important;
}

.fc_sub_darker_opc90 {
  color: rgba(35, 55, 70, 0.9) !important;
}

.bg_blue_lighter_opc10 {
  background-color: rgba(230, 247, 255, 0.1) !important;
}

.fc_blue_lighter_opc10 {
  color: rgba(230, 247, 255, 0.1) !important;
}

.bg_blue_lighter_opc20 {
  background-color: rgba(230, 247, 255, 0.2) !important;
}

.fc_blue_lighter_opc20 {
  color: rgba(230, 247, 255, 0.2) !important;
}

.bg_blue_lighter_opc30 {
  background-color: rgba(230, 247, 255, 0.3) !important;
}

.fc_blue_lighter_opc30 {
  color: rgba(230, 247, 255, 0.3) !important;
}

.bg_blue_lighter_opc40 {
  background-color: rgba(230, 247, 255, 0.4) !important;
}

.fc_blue_lighter_opc40 {
  color: rgba(230, 247, 255, 0.4) !important;
}

.bg_blue_lighter_opc50 {
  background-color: rgba(230, 247, 255, 0.5) !important;
}

.fc_blue_lighter_opc50 {
  color: rgba(230, 247, 255, 0.5) !important;
}

.bg_blue_lighter_opc60 {
  background-color: rgba(230, 247, 255, 0.6) !important;
}

.fc_blue_lighter_opc60 {
  color: rgba(230, 247, 255, 0.6) !important;
}

.bg_blue_lighter_opc70 {
  background-color: rgba(230, 247, 255, 0.7) !important;
}

.fc_blue_lighter_opc70 {
  color: rgba(230, 247, 255, 0.7) !important;
}

.bg_blue_lighter_opc80 {
  background-color: rgba(230, 247, 255, 0.8) !important;
}

.fc_blue_lighter_opc80 {
  color: rgba(230, 247, 255, 0.8) !important;
}

.bg_blue_lighter_opc90 {
  background-color: rgba(230, 247, 255, 0.9) !important;
}

.fc_blue_lighter_opc90 {
  color: rgba(230, 247, 255, 0.9) !important;
}

.bg_blue_light_opc10 {
  background-color: rgba(145, 213, 255, 0.1) !important;
}

.fc_blue_light_opc10 {
  color: rgba(145, 213, 255, 0.1) !important;
}

.bg_blue_light_opc20 {
  background-color: rgba(145, 213, 255, 0.2) !important;
}

.fc_blue_light_opc20 {
  color: rgba(145, 213, 255, 0.2) !important;
}

.bg_blue_light_opc30 {
  background-color: rgba(145, 213, 255, 0.3) !important;
}

.fc_blue_light_opc30 {
  color: rgba(145, 213, 255, 0.3) !important;
}

.bg_blue_light_opc40 {
  background-color: rgba(145, 213, 255, 0.4) !important;
}

.fc_blue_light_opc40 {
  color: rgba(145, 213, 255, 0.4) !important;
}

.bg_blue_light_opc50 {
  background-color: rgba(145, 213, 255, 0.5) !important;
}

.fc_blue_light_opc50 {
  color: rgba(145, 213, 255, 0.5) !important;
}

.bg_blue_light_opc60 {
  background-color: rgba(145, 213, 255, 0.6) !important;
}

.fc_blue_light_opc60 {
  color: rgba(145, 213, 255, 0.6) !important;
}

.bg_blue_light_opc70 {
  background-color: rgba(145, 213, 255, 0.7) !important;
}

.fc_blue_light_opc70 {
  color: rgba(145, 213, 255, 0.7) !important;
}

.bg_blue_light_opc80 {
  background-color: rgba(145, 213, 255, 0.8) !important;
}

.fc_blue_light_opc80 {
  color: rgba(145, 213, 255, 0.8) !important;
}

.bg_blue_light_opc90 {
  background-color: rgba(145, 213, 255, 0.9) !important;
}

.fc_blue_light_opc90 {
  color: rgba(145, 213, 255, 0.9) !important;
}

.bg_blue_opc10 {
  background-color: rgba(24, 144, 255, 0.1) !important;
}

.fc_blue_opc10 {
  color: rgba(24, 144, 255, 0.1) !important;
}

.bg_blue_opc20 {
  background-color: rgba(24, 144, 255, 0.2) !important;
}

.fc_blue_opc20 {
  color: rgba(24, 144, 255, 0.2) !important;
}

.bg_blue_opc30 {
  background-color: rgba(24, 144, 255, 0.3) !important;
}

.fc_blue_opc30 {
  color: rgba(24, 144, 255, 0.3) !important;
}

.bg_blue_opc40 {
  background-color: rgba(24, 144, 255, 0.4) !important;
}

.fc_blue_opc40 {
  color: rgba(24, 144, 255, 0.4) !important;
}

.bg_blue_opc50 {
  background-color: rgba(24, 144, 255, 0.5) !important;
}

.fc_blue_opc50 {
  color: rgba(24, 144, 255, 0.5) !important;
}

.bg_blue_opc60 {
  background-color: rgba(24, 144, 255, 0.6) !important;
}

.fc_blue_opc60 {
  color: rgba(24, 144, 255, 0.6) !important;
}

.bg_blue_opc70 {
  background-color: rgba(24, 144, 255, 0.7) !important;
}

.fc_blue_opc70 {
  color: rgba(24, 144, 255, 0.7) !important;
}

.bg_blue_opc80 {
  background-color: rgba(24, 144, 255, 0.8) !important;
}

.fc_blue_opc80 {
  color: rgba(24, 144, 255, 0.8) !important;
}

.bg_blue_opc90 {
  background-color: rgba(24, 144, 255, 0.9) !important;
}

.fc_blue_opc90 {
  color: rgba(24, 144, 255, 0.9) !important;
}

.bg_blue_dark_opc10 {
  background-color: rgba(9, 109, 217, 0.1) !important;
}

.fc_blue_dark_opc10 {
  color: rgba(9, 109, 217, 0.1) !important;
}

.bg_blue_dark_opc20 {
  background-color: rgba(9, 109, 217, 0.2) !important;
}

.fc_blue_dark_opc20 {
  color: rgba(9, 109, 217, 0.2) !important;
}

.bg_blue_dark_opc30 {
  background-color: rgba(9, 109, 217, 0.3) !important;
}

.fc_blue_dark_opc30 {
  color: rgba(9, 109, 217, 0.3) !important;
}

.bg_blue_dark_opc40 {
  background-color: rgba(9, 109, 217, 0.4) !important;
}

.fc_blue_dark_opc40 {
  color: rgba(9, 109, 217, 0.4) !important;
}

.bg_blue_dark_opc50 {
  background-color: rgba(9, 109, 217, 0.5) !important;
}

.fc_blue_dark_opc50 {
  color: rgba(9, 109, 217, 0.5) !important;
}

.bg_blue_dark_opc60 {
  background-color: rgba(9, 109, 217, 0.6) !important;
}

.fc_blue_dark_opc60 {
  color: rgba(9, 109, 217, 0.6) !important;
}

.bg_blue_dark_opc70 {
  background-color: rgba(9, 109, 217, 0.7) !important;
}

.fc_blue_dark_opc70 {
  color: rgba(9, 109, 217, 0.7) !important;
}

.bg_blue_dark_opc80 {
  background-color: rgba(9, 109, 217, 0.8) !important;
}

.fc_blue_dark_opc80 {
  color: rgba(9, 109, 217, 0.8) !important;
}

.bg_blue_dark_opc90 {
  background-color: rgba(9, 109, 217, 0.9) !important;
}

.fc_blue_dark_opc90 {
  color: rgba(9, 109, 217, 0.9) !important;
}

.bg_blue_darker_opc10 {
  background-color: rgba(0, 58, 140, 0.1) !important;
}

.fc_blue_darker_opc10 {
  color: rgba(0, 58, 140, 0.1) !important;
}

.bg_blue_darker_opc20 {
  background-color: rgba(0, 58, 140, 0.2) !important;
}

.fc_blue_darker_opc20 {
  color: rgba(0, 58, 140, 0.2) !important;
}

.bg_blue_darker_opc30 {
  background-color: rgba(0, 58, 140, 0.3) !important;
}

.fc_blue_darker_opc30 {
  color: rgba(0, 58, 140, 0.3) !important;
}

.bg_blue_darker_opc40 {
  background-color: rgba(0, 58, 140, 0.4) !important;
}

.fc_blue_darker_opc40 {
  color: rgba(0, 58, 140, 0.4) !important;
}

.bg_blue_darker_opc50 {
  background-color: rgba(0, 58, 140, 0.5) !important;
}

.fc_blue_darker_opc50 {
  color: rgba(0, 58, 140, 0.5) !important;
}

.bg_blue_darker_opc60 {
  background-color: rgba(0, 58, 140, 0.6) !important;
}

.fc_blue_darker_opc60 {
  color: rgba(0, 58, 140, 0.6) !important;
}

.bg_blue_darker_opc70 {
  background-color: rgba(0, 58, 140, 0.7) !important;
}

.fc_blue_darker_opc70 {
  color: rgba(0, 58, 140, 0.7) !important;
}

.bg_blue_darker_opc80 {
  background-color: rgba(0, 58, 140, 0.8) !important;
}

.fc_blue_darker_opc80 {
  color: rgba(0, 58, 140, 0.8) !important;
}

.bg_blue_darker_opc90 {
  background-color: rgba(0, 58, 140, 0.9) !important;
}

.fc_blue_darker_opc90 {
  color: rgba(0, 58, 140, 0.9) !important;
}

.bg_red_lighter_opc10 {
  background-color: rgba(255, 241, 240, 0.1) !important;
}

.fc_red_lighter_opc10 {
  color: rgba(255, 241, 240, 0.1) !important;
}

.bg_red_lighter_opc20 {
  background-color: rgba(255, 241, 240, 0.2) !important;
}

.fc_red_lighter_opc20 {
  color: rgba(255, 241, 240, 0.2) !important;
}

.bg_red_lighter_opc30 {
  background-color: rgba(255, 241, 240, 0.3) !important;
}

.fc_red_lighter_opc30 {
  color: rgba(255, 241, 240, 0.3) !important;
}

.bg_red_lighter_opc40 {
  background-color: rgba(255, 241, 240, 0.4) !important;
}

.fc_red_lighter_opc40 {
  color: rgba(255, 241, 240, 0.4) !important;
}

.bg_red_lighter_opc50 {
  background-color: rgba(255, 241, 240, 0.5) !important;
}

.fc_red_lighter_opc50 {
  color: rgba(255, 241, 240, 0.5) !important;
}

.bg_red_lighter_opc60 {
  background-color: rgba(255, 241, 240, 0.6) !important;
}

.fc_red_lighter_opc60 {
  color: rgba(255, 241, 240, 0.6) !important;
}

.bg_red_lighter_opc70 {
  background-color: rgba(255, 241, 240, 0.7) !important;
}

.fc_red_lighter_opc70 {
  color: rgba(255, 241, 240, 0.7) !important;
}

.bg_red_lighter_opc80 {
  background-color: rgba(255, 241, 240, 0.8) !important;
}

.fc_red_lighter_opc80 {
  color: rgba(255, 241, 240, 0.8) !important;
}

.bg_red_lighter_opc90 {
  background-color: rgba(255, 241, 240, 0.9) !important;
}

.fc_red_lighter_opc90 {
  color: rgba(255, 241, 240, 0.9) !important;
}

.bg_red_light_opc10 {
  background-color: rgba(255, 204, 199, 0.1) !important;
}

.fc_red_light_opc10 {
  color: rgba(255, 204, 199, 0.1) !important;
}

.bg_red_light_opc20 {
  background-color: rgba(255, 204, 199, 0.2) !important;
}

.fc_red_light_opc20 {
  color: rgba(255, 204, 199, 0.2) !important;
}

.bg_red_light_opc30 {
  background-color: rgba(255, 204, 199, 0.3) !important;
}

.fc_red_light_opc30 {
  color: rgba(255, 204, 199, 0.3) !important;
}

.bg_red_light_opc40 {
  background-color: rgba(255, 204, 199, 0.4) !important;
}

.fc_red_light_opc40 {
  color: rgba(255, 204, 199, 0.4) !important;
}

.bg_red_light_opc50 {
  background-color: rgba(255, 204, 199, 0.5) !important;
}

.fc_red_light_opc50 {
  color: rgba(255, 204, 199, 0.5) !important;
}

.bg_red_light_opc60 {
  background-color: rgba(255, 204, 199, 0.6) !important;
}

.fc_red_light_opc60 {
  color: rgba(255, 204, 199, 0.6) !important;
}

.bg_red_light_opc70 {
  background-color: rgba(255, 204, 199, 0.7) !important;
}

.fc_red_light_opc70 {
  color: rgba(255, 204, 199, 0.7) !important;
}

.bg_red_light_opc80 {
  background-color: rgba(255, 204, 199, 0.8) !important;
}

.fc_red_light_opc80 {
  color: rgba(255, 204, 199, 0.8) !important;
}

.bg_red_light_opc90 {
  background-color: rgba(255, 204, 199, 0.9) !important;
}

.fc_red_light_opc90 {
  color: rgba(255, 204, 199, 0.9) !important;
}

.bg_red_opc10 {
  background-color: rgba(255, 77, 79, 0.1) !important;
}

.fc_red_opc10 {
  color: rgba(255, 77, 79, 0.1) !important;
}

.bg_red_opc20 {
  background-color: rgba(255, 77, 79, 0.2) !important;
}

.fc_red_opc20 {
  color: rgba(255, 77, 79, 0.2) !important;
}

.bg_red_opc30 {
  background-color: rgba(255, 77, 79, 0.3) !important;
}

.fc_red_opc30 {
  color: rgba(255, 77, 79, 0.3) !important;
}

.bg_red_opc40 {
  background-color: rgba(255, 77, 79, 0.4) !important;
}

.fc_red_opc40 {
  color: rgba(255, 77, 79, 0.4) !important;
}

.bg_red_opc50 {
  background-color: rgba(255, 77, 79, 0.5) !important;
}

.fc_red_opc50 {
  color: rgba(255, 77, 79, 0.5) !important;
}

.bg_red_opc60 {
  background-color: rgba(255, 77, 79, 0.6) !important;
}

.fc_red_opc60 {
  color: rgba(255, 77, 79, 0.6) !important;
}

.bg_red_opc70 {
  background-color: rgba(255, 77, 79, 0.7) !important;
}

.fc_red_opc70 {
  color: rgba(255, 77, 79, 0.7) !important;
}

.bg_red_opc80 {
  background-color: rgba(255, 77, 79, 0.8) !important;
}

.fc_red_opc80 {
  color: rgba(255, 77, 79, 0.8) !important;
}

.bg_red_opc90 {
  background-color: rgba(255, 77, 79, 0.9) !important;
}

.fc_red_opc90 {
  color: rgba(255, 77, 79, 0.9) !important;
}

.bg_red_dark_opc10 {
  background-color: rgba(207, 19, 34, 0.1) !important;
}

.fc_red_dark_opc10 {
  color: rgba(207, 19, 34, 0.1) !important;
}

.bg_red_dark_opc20 {
  background-color: rgba(207, 19, 34, 0.2) !important;
}

.fc_red_dark_opc20 {
  color: rgba(207, 19, 34, 0.2) !important;
}

.bg_red_dark_opc30 {
  background-color: rgba(207, 19, 34, 0.3) !important;
}

.fc_red_dark_opc30 {
  color: rgba(207, 19, 34, 0.3) !important;
}

.bg_red_dark_opc40 {
  background-color: rgba(207, 19, 34, 0.4) !important;
}

.fc_red_dark_opc40 {
  color: rgba(207, 19, 34, 0.4) !important;
}

.bg_red_dark_opc50 {
  background-color: rgba(207, 19, 34, 0.5) !important;
}

.fc_red_dark_opc50 {
  color: rgba(207, 19, 34, 0.5) !important;
}

.bg_red_dark_opc60 {
  background-color: rgba(207, 19, 34, 0.6) !important;
}

.fc_red_dark_opc60 {
  color: rgba(207, 19, 34, 0.6) !important;
}

.bg_red_dark_opc70 {
  background-color: rgba(207, 19, 34, 0.7) !important;
}

.fc_red_dark_opc70 {
  color: rgba(207, 19, 34, 0.7) !important;
}

.bg_red_dark_opc80 {
  background-color: rgba(207, 19, 34, 0.8) !important;
}

.fc_red_dark_opc80 {
  color: rgba(207, 19, 34, 0.8) !important;
}

.bg_red_dark_opc90 {
  background-color: rgba(207, 19, 34, 0.9) !important;
}

.fc_red_dark_opc90 {
  color: rgba(207, 19, 34, 0.9) !important;
}

.bg_red_darker_opc10 {
  background-color: rgba(130, 0, 20, 0.1) !important;
}

.fc_red_darker_opc10 {
  color: rgba(130, 0, 20, 0.1) !important;
}

.bg_red_darker_opc20 {
  background-color: rgba(130, 0, 20, 0.2) !important;
}

.fc_red_darker_opc20 {
  color: rgba(130, 0, 20, 0.2) !important;
}

.bg_red_darker_opc30 {
  background-color: rgba(130, 0, 20, 0.3) !important;
}

.fc_red_darker_opc30 {
  color: rgba(130, 0, 20, 0.3) !important;
}

.bg_red_darker_opc40 {
  background-color: rgba(130, 0, 20, 0.4) !important;
}

.fc_red_darker_opc40 {
  color: rgba(130, 0, 20, 0.4) !important;
}

.bg_red_darker_opc50 {
  background-color: rgba(130, 0, 20, 0.5) !important;
}

.fc_red_darker_opc50 {
  color: rgba(130, 0, 20, 0.5) !important;
}

.bg_red_darker_opc60 {
  background-color: rgba(130, 0, 20, 0.6) !important;
}

.fc_red_darker_opc60 {
  color: rgba(130, 0, 20, 0.6) !important;
}

.bg_red_darker_opc70 {
  background-color: rgba(130, 0, 20, 0.7) !important;
}

.fc_red_darker_opc70 {
  color: rgba(130, 0, 20, 0.7) !important;
}

.bg_red_darker_opc80 {
  background-color: rgba(130, 0, 20, 0.8) !important;
}

.fc_red_darker_opc80 {
  color: rgba(130, 0, 20, 0.8) !important;
}

.bg_red_darker_opc90 {
  background-color: rgba(130, 0, 20, 0.9) !important;
}

.fc_red_darker_opc90 {
  color: rgba(130, 0, 20, 0.9) !important;
}

.top0, .top_0 {
  top: 0px !important;
}

.bottom0, .bottom_0 {
  bottom: 0px !important;
}

.left0, .left_0 {
  left: 0px !important;
}

.right0, .right_0 {
  right: 0px !important;
}

.top1, .top_1 {
  top: 1px !important;
}

.bottom1, .bottom_1 {
  bottom: 1px !important;
}

.left1, .left_1 {
  left: 1px !important;
}

.right1, .right_1 {
  right: 1px !important;
}

.top_n1 {
  top: -1px !important;
}

.bottom_n1 {
  bottom: -1px !important;
}

.left_n1 {
  left: -1px !important;
}

.right_n1 {
  right: -1px !important;
}

.top2, .top_2 {
  top: 2px !important;
}

.bottom2, .bottom_2 {
  bottom: 2px !important;
}

.left2, .left_2 {
  left: 2px !important;
}

.right2, .right_2 {
  right: 2px !important;
}

.top_n2 {
  top: -2px !important;
}

.bottom_n2 {
  bottom: -2px !important;
}

.left_n2 {
  left: -2px !important;
}

.right_n2 {
  right: -2px !important;
}

.top3, .top_3 {
  top: 3px !important;
}

.bottom3, .bottom_3 {
  bottom: 3px !important;
}

.left3, .left_3 {
  left: 3px !important;
}

.right3, .right_3 {
  right: 3px !important;
}

.top_n3 {
  top: -3px !important;
}

.bottom_n3 {
  bottom: -3px !important;
}

.left_n3 {
  left: -3px !important;
}

.right_n3 {
  right: -3px !important;
}

.top4, .top_4 {
  top: 4px !important;
}

.bottom4, .bottom_4 {
  bottom: 4px !important;
}

.left4, .left_4 {
  left: 4px !important;
}

.right4, .right_4 {
  right: 4px !important;
}

.top_n4 {
  top: -4px !important;
}

.bottom_n4 {
  bottom: -4px !important;
}

.left_n4 {
  left: -4px !important;
}

.right_n4 {
  right: -4px !important;
}

.top5, .top_5 {
  top: 5px !important;
}

.bottom5, .bottom_5 {
  bottom: 5px !important;
}

.left5, .left_5 {
  left: 5px !important;
}

.right5, .right_5 {
  right: 5px !important;
}

.top_n5 {
  top: -5px !important;
}

.bottom_n5 {
  bottom: -5px !important;
}

.left_n5 {
  left: -5px !important;
}

.right_n5 {
  right: -5px !important;
}

.top6, .top_6 {
  top: 6px !important;
}

.bottom6, .bottom_6 {
  bottom: 6px !important;
}

.left6, .left_6 {
  left: 6px !important;
}

.right6, .right_6 {
  right: 6px !important;
}

.top_n6 {
  top: -6px !important;
}

.bottom_n6 {
  bottom: -6px !important;
}

.left_n6 {
  left: -6px !important;
}

.right_n6 {
  right: -6px !important;
}

.top7, .top_7 {
  top: 7px !important;
}

.bottom7, .bottom_7 {
  bottom: 7px !important;
}

.left7, .left_7 {
  left: 7px !important;
}

.right7, .right_7 {
  right: 7px !important;
}

.top_n7 {
  top: -7px !important;
}

.bottom_n7 {
  bottom: -7px !important;
}

.left_n7 {
  left: -7px !important;
}

.right_n7 {
  right: -7px !important;
}

.top8, .top_8 {
  top: 8px !important;
}

.bottom8, .bottom_8 {
  bottom: 8px !important;
}

.left8, .left_8 {
  left: 8px !important;
}

.right8, .right_8 {
  right: 8px !important;
}

.top_n8 {
  top: -8px !important;
}

.bottom_n8 {
  bottom: -8px !important;
}

.left_n8 {
  left: -8px !important;
}

.right_n8 {
  right: -8px !important;
}

.top9, .top_9 {
  top: 9px !important;
}

.bottom9, .bottom_9 {
  bottom: 9px !important;
}

.left9, .left_9 {
  left: 9px !important;
}

.right9, .right_9 {
  right: 9px !important;
}

.top_n9 {
  top: -9px !important;
}

.bottom_n9 {
  bottom: -9px !important;
}

.left_n9 {
  left: -9px !important;
}

.right_n9 {
  right: -9px !important;
}

.top10, .top_10 {
  top: 10px !important;
}

.bottom10, .bottom_10 {
  bottom: 10px !important;
}

.left10, .left_10 {
  left: 10px !important;
}

.right10, .right_10 {
  right: 10px !important;
}

.top_n10 {
  top: -10px !important;
}

.bottom_n10 {
  bottom: -10px !important;
}

.left_n10 {
  left: -10px !important;
}

.right_n10 {
  right: -10px !important;
}

.top11, .top_11 {
  top: 11px !important;
}

.bottom11, .bottom_11 {
  bottom: 11px !important;
}

.left11, .left_11 {
  left: 11px !important;
}

.right11, .right_11 {
  right: 11px !important;
}

.top_n11 {
  top: -11px !important;
}

.bottom_n11 {
  bottom: -11px !important;
}

.left_n11 {
  left: -11px !important;
}

.right_n11 {
  right: -11px !important;
}

.top12, .top_12 {
  top: 12px !important;
}

.bottom12, .bottom_12 {
  bottom: 12px !important;
}

.left12, .left_12 {
  left: 12px !important;
}

.right12, .right_12 {
  right: 12px !important;
}

.top_n12 {
  top: -12px !important;
}

.bottom_n12 {
  bottom: -12px !important;
}

.left_n12 {
  left: -12px !important;
}

.right_n12 {
  right: -12px !important;
}

.top13, .top_13 {
  top: 13px !important;
}

.bottom13, .bottom_13 {
  bottom: 13px !important;
}

.left13, .left_13 {
  left: 13px !important;
}

.right13, .right_13 {
  right: 13px !important;
}

.top_n13 {
  top: -13px !important;
}

.bottom_n13 {
  bottom: -13px !important;
}

.left_n13 {
  left: -13px !important;
}

.right_n13 {
  right: -13px !important;
}

.top14, .top_14 {
  top: 14px !important;
}

.bottom14, .bottom_14 {
  bottom: 14px !important;
}

.left14, .left_14 {
  left: 14px !important;
}

.right14, .right_14 {
  right: 14px !important;
}

.top_n14 {
  top: -14px !important;
}

.bottom_n14 {
  bottom: -14px !important;
}

.left_n14 {
  left: -14px !important;
}

.right_n14 {
  right: -14px !important;
}

.top15, .top_15 {
  top: 15px !important;
}

.bottom15, .bottom_15 {
  bottom: 15px !important;
}

.left15, .left_15 {
  left: 15px !important;
}

.right15, .right_15 {
  right: 15px !important;
}

.top_n15 {
  top: -15px !important;
}

.bottom_n15 {
  bottom: -15px !important;
}

.left_n15 {
  left: -15px !important;
}

.right_n15 {
  right: -15px !important;
}

.top16, .top_16 {
  top: 16px !important;
}

.bottom16, .bottom_16 {
  bottom: 16px !important;
}

.left16, .left_16 {
  left: 16px !important;
}

.right16, .right_16 {
  right: 16px !important;
}

.top_n16 {
  top: -16px !important;
}

.bottom_n16 {
  bottom: -16px !important;
}

.left_n16 {
  left: -16px !important;
}

.right_n16 {
  right: -16px !important;
}

.top17, .top_17 {
  top: 17px !important;
}

.bottom17, .bottom_17 {
  bottom: 17px !important;
}

.left17, .left_17 {
  left: 17px !important;
}

.right17, .right_17 {
  right: 17px !important;
}

.top_n17 {
  top: -17px !important;
}

.bottom_n17 {
  bottom: -17px !important;
}

.left_n17 {
  left: -17px !important;
}

.right_n17 {
  right: -17px !important;
}

.top18, .top_18 {
  top: 18px !important;
}

.bottom18, .bottom_18 {
  bottom: 18px !important;
}

.left18, .left_18 {
  left: 18px !important;
}

.right18, .right_18 {
  right: 18px !important;
}

.top_n18 {
  top: -18px !important;
}

.bottom_n18 {
  bottom: -18px !important;
}

.left_n18 {
  left: -18px !important;
}

.right_n18 {
  right: -18px !important;
}

.top19, .top_19 {
  top: 19px !important;
}

.bottom19, .bottom_19 {
  bottom: 19px !important;
}

.left19, .left_19 {
  left: 19px !important;
}

.right19, .right_19 {
  right: 19px !important;
}

.top_n19 {
  top: -19px !important;
}

.bottom_n19 {
  bottom: -19px !important;
}

.left_n19 {
  left: -19px !important;
}

.right_n19 {
  right: -19px !important;
}

.top20, .top_20 {
  top: 20px !important;
}

.bottom20, .bottom_20 {
  bottom: 20px !important;
}

.left20, .left_20 {
  left: 20px !important;
}

.right20, .right_20 {
  right: 20px !important;
}

.top_n20 {
  top: -20px !important;
}

.bottom_n20 {
  bottom: -20px !important;
}

.left_n20 {
  left: -20px !important;
}

.right_n20 {
  right: -20px !important;
}

.top21, .top_21 {
  top: 21px !important;
}

.bottom21, .bottom_21 {
  bottom: 21px !important;
}

.left21, .left_21 {
  left: 21px !important;
}

.right21, .right_21 {
  right: 21px !important;
}

.top_n21 {
  top: -21px !important;
}

.bottom_n21 {
  bottom: -21px !important;
}

.left_n21 {
  left: -21px !important;
}

.right_n21 {
  right: -21px !important;
}

.top22, .top_22 {
  top: 22px !important;
}

.bottom22, .bottom_22 {
  bottom: 22px !important;
}

.left22, .left_22 {
  left: 22px !important;
}

.right22, .right_22 {
  right: 22px !important;
}

.top_n22 {
  top: -22px !important;
}

.bottom_n22 {
  bottom: -22px !important;
}

.left_n22 {
  left: -22px !important;
}

.right_n22 {
  right: -22px !important;
}

.top23, .top_23 {
  top: 23px !important;
}

.bottom23, .bottom_23 {
  bottom: 23px !important;
}

.left23, .left_23 {
  left: 23px !important;
}

.right23, .right_23 {
  right: 23px !important;
}

.top_n23 {
  top: -23px !important;
}

.bottom_n23 {
  bottom: -23px !important;
}

.left_n23 {
  left: -23px !important;
}

.right_n23 {
  right: -23px !important;
}

.top24, .top_24 {
  top: 24px !important;
}

.bottom24, .bottom_24 {
  bottom: 24px !important;
}

.left24, .left_24 {
  left: 24px !important;
}

.right24, .right_24 {
  right: 24px !important;
}

.top_n24 {
  top: -24px !important;
}

.bottom_n24 {
  bottom: -24px !important;
}

.left_n24 {
  left: -24px !important;
}

.right_n24 {
  right: -24px !important;
}

.top25, .top_25 {
  top: 25px !important;
}

.bottom25, .bottom_25 {
  bottom: 25px !important;
}

.left25, .left_25 {
  left: 25px !important;
}

.right25, .right_25 {
  right: 25px !important;
}

.top_n25 {
  top: -25px !important;
}

.bottom_n25 {
  bottom: -25px !important;
}

.left_n25 {
  left: -25px !important;
}

.right_n25 {
  right: -25px !important;
}

.top26, .top_26 {
  top: 26px !important;
}

.bottom26, .bottom_26 {
  bottom: 26px !important;
}

.left26, .left_26 {
  left: 26px !important;
}

.right26, .right_26 {
  right: 26px !important;
}

.top_n26 {
  top: -26px !important;
}

.bottom_n26 {
  bottom: -26px !important;
}

.left_n26 {
  left: -26px !important;
}

.right_n26 {
  right: -26px !important;
}

.top27, .top_27 {
  top: 27px !important;
}

.bottom27, .bottom_27 {
  bottom: 27px !important;
}

.left27, .left_27 {
  left: 27px !important;
}

.right27, .right_27 {
  right: 27px !important;
}

.top_n27 {
  top: -27px !important;
}

.bottom_n27 {
  bottom: -27px !important;
}

.left_n27 {
  left: -27px !important;
}

.right_n27 {
  right: -27px !important;
}

.top28, .top_28 {
  top: 28px !important;
}

.bottom28, .bottom_28 {
  bottom: 28px !important;
}

.left28, .left_28 {
  left: 28px !important;
}

.right28, .right_28 {
  right: 28px !important;
}

.top_n28 {
  top: -28px !important;
}

.bottom_n28 {
  bottom: -28px !important;
}

.left_n28 {
  left: -28px !important;
}

.right_n28 {
  right: -28px !important;
}

.top29, .top_29 {
  top: 29px !important;
}

.bottom29, .bottom_29 {
  bottom: 29px !important;
}

.left29, .left_29 {
  left: 29px !important;
}

.right29, .right_29 {
  right: 29px !important;
}

.top_n29 {
  top: -29px !important;
}

.bottom_n29 {
  bottom: -29px !important;
}

.left_n29 {
  left: -29px !important;
}

.right_n29 {
  right: -29px !important;
}

.top30, .top_30 {
  top: 30px !important;
}

.bottom30, .bottom_30 {
  bottom: 30px !important;
}

.left30, .left_30 {
  left: 30px !important;
}

.right30, .right_30 {
  right: 30px !important;
}

.top_n30 {
  top: -30px !important;
}

.bottom_n30 {
  bottom: -30px !important;
}

.left_n30 {
  left: -30px !important;
}

.right_n30 {
  right: -30px !important;
}

.top31, .top_31 {
  top: 31px !important;
}

.bottom31, .bottom_31 {
  bottom: 31px !important;
}

.left31, .left_31 {
  left: 31px !important;
}

.right31, .right_31 {
  right: 31px !important;
}

.top_n31 {
  top: -31px !important;
}

.bottom_n31 {
  bottom: -31px !important;
}

.left_n31 {
  left: -31px !important;
}

.right_n31 {
  right: -31px !important;
}

.top32, .top_32 {
  top: 32px !important;
}

.bottom32, .bottom_32 {
  bottom: 32px !important;
}

.left32, .left_32 {
  left: 32px !important;
}

.right32, .right_32 {
  right: 32px !important;
}

.top_n32 {
  top: -32px !important;
}

.bottom_n32 {
  bottom: -32px !important;
}

.left_n32 {
  left: -32px !important;
}

.right_n32 {
  right: -32px !important;
}

.top33, .top_33 {
  top: 33px !important;
}

.bottom33, .bottom_33 {
  bottom: 33px !important;
}

.left33, .left_33 {
  left: 33px !important;
}

.right33, .right_33 {
  right: 33px !important;
}

.top_n33 {
  top: -33px !important;
}

.bottom_n33 {
  bottom: -33px !important;
}

.left_n33 {
  left: -33px !important;
}

.right_n33 {
  right: -33px !important;
}

.top34, .top_34 {
  top: 34px !important;
}

.bottom34, .bottom_34 {
  bottom: 34px !important;
}

.left34, .left_34 {
  left: 34px !important;
}

.right34, .right_34 {
  right: 34px !important;
}

.top_n34 {
  top: -34px !important;
}

.bottom_n34 {
  bottom: -34px !important;
}

.left_n34 {
  left: -34px !important;
}

.right_n34 {
  right: -34px !important;
}

.top35, .top_35 {
  top: 35px !important;
}

.bottom35, .bottom_35 {
  bottom: 35px !important;
}

.left35, .left_35 {
  left: 35px !important;
}

.right35, .right_35 {
  right: 35px !important;
}

.top_n35 {
  top: -35px !important;
}

.bottom_n35 {
  bottom: -35px !important;
}

.left_n35 {
  left: -35px !important;
}

.right_n35 {
  right: -35px !important;
}

.top36, .top_36 {
  top: 36px !important;
}

.bottom36, .bottom_36 {
  bottom: 36px !important;
}

.left36, .left_36 {
  left: 36px !important;
}

.right36, .right_36 {
  right: 36px !important;
}

.top_n36 {
  top: -36px !important;
}

.bottom_n36 {
  bottom: -36px !important;
}

.left_n36 {
  left: -36px !important;
}

.right_n36 {
  right: -36px !important;
}

.top37, .top_37 {
  top: 37px !important;
}

.bottom37, .bottom_37 {
  bottom: 37px !important;
}

.left37, .left_37 {
  left: 37px !important;
}

.right37, .right_37 {
  right: 37px !important;
}

.top_n37 {
  top: -37px !important;
}

.bottom_n37 {
  bottom: -37px !important;
}

.left_n37 {
  left: -37px !important;
}

.right_n37 {
  right: -37px !important;
}

.top38, .top_38 {
  top: 38px !important;
}

.bottom38, .bottom_38 {
  bottom: 38px !important;
}

.left38, .left_38 {
  left: 38px !important;
}

.right38, .right_38 {
  right: 38px !important;
}

.top_n38 {
  top: -38px !important;
}

.bottom_n38 {
  bottom: -38px !important;
}

.left_n38 {
  left: -38px !important;
}

.right_n38 {
  right: -38px !important;
}

.top39, .top_39 {
  top: 39px !important;
}

.bottom39, .bottom_39 {
  bottom: 39px !important;
}

.left39, .left_39 {
  left: 39px !important;
}

.right39, .right_39 {
  right: 39px !important;
}

.top_n39 {
  top: -39px !important;
}

.bottom_n39 {
  bottom: -39px !important;
}

.left_n39 {
  left: -39px !important;
}

.right_n39 {
  right: -39px !important;
}

.top40, .top_40 {
  top: 40px !important;
}

.bottom40, .bottom_40 {
  bottom: 40px !important;
}

.left40, .left_40 {
  left: 40px !important;
}

.right40, .right_40 {
  right: 40px !important;
}

.top_n40 {
  top: -40px !important;
}

.bottom_n40 {
  bottom: -40px !important;
}

.left_n40 {
  left: -40px !important;
}

.right_n40 {
  right: -40px !important;
}

.top41, .top_41 {
  top: 41px !important;
}

.bottom41, .bottom_41 {
  bottom: 41px !important;
}

.left41, .left_41 {
  left: 41px !important;
}

.right41, .right_41 {
  right: 41px !important;
}

.top_n41 {
  top: -41px !important;
}

.bottom_n41 {
  bottom: -41px !important;
}

.left_n41 {
  left: -41px !important;
}

.right_n41 {
  right: -41px !important;
}

.top42, .top_42 {
  top: 42px !important;
}

.bottom42, .bottom_42 {
  bottom: 42px !important;
}

.left42, .left_42 {
  left: 42px !important;
}

.right42, .right_42 {
  right: 42px !important;
}

.top_n42 {
  top: -42px !important;
}

.bottom_n42 {
  bottom: -42px !important;
}

.left_n42 {
  left: -42px !important;
}

.right_n42 {
  right: -42px !important;
}

.top43, .top_43 {
  top: 43px !important;
}

.bottom43, .bottom_43 {
  bottom: 43px !important;
}

.left43, .left_43 {
  left: 43px !important;
}

.right43, .right_43 {
  right: 43px !important;
}

.top_n43 {
  top: -43px !important;
}

.bottom_n43 {
  bottom: -43px !important;
}

.left_n43 {
  left: -43px !important;
}

.right_n43 {
  right: -43px !important;
}

.top44, .top_44 {
  top: 44px !important;
}

.bottom44, .bottom_44 {
  bottom: 44px !important;
}

.left44, .left_44 {
  left: 44px !important;
}

.right44, .right_44 {
  right: 44px !important;
}

.top_n44 {
  top: -44px !important;
}

.bottom_n44 {
  bottom: -44px !important;
}

.left_n44 {
  left: -44px !important;
}

.right_n44 {
  right: -44px !important;
}

.top45, .top_45 {
  top: 45px !important;
}

.bottom45, .bottom_45 {
  bottom: 45px !important;
}

.left45, .left_45 {
  left: 45px !important;
}

.right45, .right_45 {
  right: 45px !important;
}

.top_n45 {
  top: -45px !important;
}

.bottom_n45 {
  bottom: -45px !important;
}

.left_n45 {
  left: -45px !important;
}

.right_n45 {
  right: -45px !important;
}

.top46, .top_46 {
  top: 46px !important;
}

.bottom46, .bottom_46 {
  bottom: 46px !important;
}

.left46, .left_46 {
  left: 46px !important;
}

.right46, .right_46 {
  right: 46px !important;
}

.top_n46 {
  top: -46px !important;
}

.bottom_n46 {
  bottom: -46px !important;
}

.left_n46 {
  left: -46px !important;
}

.right_n46 {
  right: -46px !important;
}

.top47, .top_47 {
  top: 47px !important;
}

.bottom47, .bottom_47 {
  bottom: 47px !important;
}

.left47, .left_47 {
  left: 47px !important;
}

.right47, .right_47 {
  right: 47px !important;
}

.top_n47 {
  top: -47px !important;
}

.bottom_n47 {
  bottom: -47px !important;
}

.left_n47 {
  left: -47px !important;
}

.right_n47 {
  right: -47px !important;
}

.top48, .top_48 {
  top: 48px !important;
}

.bottom48, .bottom_48 {
  bottom: 48px !important;
}

.left48, .left_48 {
  left: 48px !important;
}

.right48, .right_48 {
  right: 48px !important;
}

.top_n48 {
  top: -48px !important;
}

.bottom_n48 {
  bottom: -48px !important;
}

.left_n48 {
  left: -48px !important;
}

.right_n48 {
  right: -48px !important;
}

.top49, .top_49 {
  top: 49px !important;
}

.bottom49, .bottom_49 {
  bottom: 49px !important;
}

.left49, .left_49 {
  left: 49px !important;
}

.right49, .right_49 {
  right: 49px !important;
}

.top_n49 {
  top: -49px !important;
}

.bottom_n49 {
  bottom: -49px !important;
}

.left_n49 {
  left: -49px !important;
}

.right_n49 {
  right: -49px !important;
}

.top50, .top_50 {
  top: 50px !important;
}

.bottom50, .bottom_50 {
  bottom: 50px !important;
}

.left50, .left_50 {
  left: 50px !important;
}

.right50, .right_50 {
  right: 50px !important;
}

.top_n50 {
  top: -50px !important;
}

.bottom_n50 {
  bottom: -50px !important;
}

.left_n50 {
  left: -50px !important;
}

.right_n50 {
  right: -50px !important;
}

.top51, .top_51 {
  top: 51px !important;
}

.bottom51, .bottom_51 {
  bottom: 51px !important;
}

.left51, .left_51 {
  left: 51px !important;
}

.right51, .right_51 {
  right: 51px !important;
}

.top_n51 {
  top: -51px !important;
}

.bottom_n51 {
  bottom: -51px !important;
}

.left_n51 {
  left: -51px !important;
}

.right_n51 {
  right: -51px !important;
}

.top52, .top_52 {
  top: 52px !important;
}

.bottom52, .bottom_52 {
  bottom: 52px !important;
}

.left52, .left_52 {
  left: 52px !important;
}

.right52, .right_52 {
  right: 52px !important;
}

.top_n52 {
  top: -52px !important;
}

.bottom_n52 {
  bottom: -52px !important;
}

.left_n52 {
  left: -52px !important;
}

.right_n52 {
  right: -52px !important;
}

.top53, .top_53 {
  top: 53px !important;
}

.bottom53, .bottom_53 {
  bottom: 53px !important;
}

.left53, .left_53 {
  left: 53px !important;
}

.right53, .right_53 {
  right: 53px !important;
}

.top_n53 {
  top: -53px !important;
}

.bottom_n53 {
  bottom: -53px !important;
}

.left_n53 {
  left: -53px !important;
}

.right_n53 {
  right: -53px !important;
}

.top54, .top_54 {
  top: 54px !important;
}

.bottom54, .bottom_54 {
  bottom: 54px !important;
}

.left54, .left_54 {
  left: 54px !important;
}

.right54, .right_54 {
  right: 54px !important;
}

.top_n54 {
  top: -54px !important;
}

.bottom_n54 {
  bottom: -54px !important;
}

.left_n54 {
  left: -54px !important;
}

.right_n54 {
  right: -54px !important;
}

.top55, .top_55 {
  top: 55px !important;
}

.bottom55, .bottom_55 {
  bottom: 55px !important;
}

.left55, .left_55 {
  left: 55px !important;
}

.right55, .right_55 {
  right: 55px !important;
}

.top_n55 {
  top: -55px !important;
}

.bottom_n55 {
  bottom: -55px !important;
}

.left_n55 {
  left: -55px !important;
}

.right_n55 {
  right: -55px !important;
}

.top56, .top_56 {
  top: 56px !important;
}

.bottom56, .bottom_56 {
  bottom: 56px !important;
}

.left56, .left_56 {
  left: 56px !important;
}

.right56, .right_56 {
  right: 56px !important;
}

.top_n56 {
  top: -56px !important;
}

.bottom_n56 {
  bottom: -56px !important;
}

.left_n56 {
  left: -56px !important;
}

.right_n56 {
  right: -56px !important;
}

.top57, .top_57 {
  top: 57px !important;
}

.bottom57, .bottom_57 {
  bottom: 57px !important;
}

.left57, .left_57 {
  left: 57px !important;
}

.right57, .right_57 {
  right: 57px !important;
}

.top_n57 {
  top: -57px !important;
}

.bottom_n57 {
  bottom: -57px !important;
}

.left_n57 {
  left: -57px !important;
}

.right_n57 {
  right: -57px !important;
}

.top58, .top_58 {
  top: 58px !important;
}

.bottom58, .bottom_58 {
  bottom: 58px !important;
}

.left58, .left_58 {
  left: 58px !important;
}

.right58, .right_58 {
  right: 58px !important;
}

.top_n58 {
  top: -58px !important;
}

.bottom_n58 {
  bottom: -58px !important;
}

.left_n58 {
  left: -58px !important;
}

.right_n58 {
  right: -58px !important;
}

.top59, .top_59 {
  top: 59px !important;
}

.bottom59, .bottom_59 {
  bottom: 59px !important;
}

.left59, .left_59 {
  left: 59px !important;
}

.right59, .right_59 {
  right: 59px !important;
}

.top_n59 {
  top: -59px !important;
}

.bottom_n59 {
  bottom: -59px !important;
}

.left_n59 {
  left: -59px !important;
}

.right_n59 {
  right: -59px !important;
}

.top60, .top_60 {
  top: 60px !important;
}

.bottom60, .bottom_60 {
  bottom: 60px !important;
}

.left60, .left_60 {
  left: 60px !important;
}

.right60, .right_60 {
  right: 60px !important;
}

.top_n60 {
  top: -60px !important;
}

.bottom_n60 {
  bottom: -60px !important;
}

.left_n60 {
  left: -60px !important;
}

.right_n60 {
  right: -60px !important;
}

.top61, .top_61 {
  top: 61px !important;
}

.bottom61, .bottom_61 {
  bottom: 61px !important;
}

.left61, .left_61 {
  left: 61px !important;
}

.right61, .right_61 {
  right: 61px !important;
}

.top_n61 {
  top: -61px !important;
}

.bottom_n61 {
  bottom: -61px !important;
}

.left_n61 {
  left: -61px !important;
}

.right_n61 {
  right: -61px !important;
}

.top62, .top_62 {
  top: 62px !important;
}

.bottom62, .bottom_62 {
  bottom: 62px !important;
}

.left62, .left_62 {
  left: 62px !important;
}

.right62, .right_62 {
  right: 62px !important;
}

.top_n62 {
  top: -62px !important;
}

.bottom_n62 {
  bottom: -62px !important;
}

.left_n62 {
  left: -62px !important;
}

.right_n62 {
  right: -62px !important;
}

.top63, .top_63 {
  top: 63px !important;
}

.bottom63, .bottom_63 {
  bottom: 63px !important;
}

.left63, .left_63 {
  left: 63px !important;
}

.right63, .right_63 {
  right: 63px !important;
}

.top_n63 {
  top: -63px !important;
}

.bottom_n63 {
  bottom: -63px !important;
}

.left_n63 {
  left: -63px !important;
}

.right_n63 {
  right: -63px !important;
}

.top64, .top_64 {
  top: 64px !important;
}

.bottom64, .bottom_64 {
  bottom: 64px !important;
}

.left64, .left_64 {
  left: 64px !important;
}

.right64, .right_64 {
  right: 64px !important;
}

.top_n64 {
  top: -64px !important;
}

.bottom_n64 {
  bottom: -64px !important;
}

.left_n64 {
  left: -64px !important;
}

.right_n64 {
  right: -64px !important;
}

.top65, .top_65 {
  top: 65px !important;
}

.bottom65, .bottom_65 {
  bottom: 65px !important;
}

.left65, .left_65 {
  left: 65px !important;
}

.right65, .right_65 {
  right: 65px !important;
}

.top_n65 {
  top: -65px !important;
}

.bottom_n65 {
  bottom: -65px !important;
}

.left_n65 {
  left: -65px !important;
}

.right_n65 {
  right: -65px !important;
}

.top66, .top_66 {
  top: 66px !important;
}

.bottom66, .bottom_66 {
  bottom: 66px !important;
}

.left66, .left_66 {
  left: 66px !important;
}

.right66, .right_66 {
  right: 66px !important;
}

.top_n66 {
  top: -66px !important;
}

.bottom_n66 {
  bottom: -66px !important;
}

.left_n66 {
  left: -66px !important;
}

.right_n66 {
  right: -66px !important;
}

.top67, .top_67 {
  top: 67px !important;
}

.bottom67, .bottom_67 {
  bottom: 67px !important;
}

.left67, .left_67 {
  left: 67px !important;
}

.right67, .right_67 {
  right: 67px !important;
}

.top_n67 {
  top: -67px !important;
}

.bottom_n67 {
  bottom: -67px !important;
}

.left_n67 {
  left: -67px !important;
}

.right_n67 {
  right: -67px !important;
}

.top68, .top_68 {
  top: 68px !important;
}

.bottom68, .bottom_68 {
  bottom: 68px !important;
}

.left68, .left_68 {
  left: 68px !important;
}

.right68, .right_68 {
  right: 68px !important;
}

.top_n68 {
  top: -68px !important;
}

.bottom_n68 {
  bottom: -68px !important;
}

.left_n68 {
  left: -68px !important;
}

.right_n68 {
  right: -68px !important;
}

.top69, .top_69 {
  top: 69px !important;
}

.bottom69, .bottom_69 {
  bottom: 69px !important;
}

.left69, .left_69 {
  left: 69px !important;
}

.right69, .right_69 {
  right: 69px !important;
}

.top_n69 {
  top: -69px !important;
}

.bottom_n69 {
  bottom: -69px !important;
}

.left_n69 {
  left: -69px !important;
}

.right_n69 {
  right: -69px !important;
}

.top70, .top_70 {
  top: 70px !important;
}

.bottom70, .bottom_70 {
  bottom: 70px !important;
}

.left70, .left_70 {
  left: 70px !important;
}

.right70, .right_70 {
  right: 70px !important;
}

.top_n70 {
  top: -70px !important;
}

.bottom_n70 {
  bottom: -70px !important;
}

.left_n70 {
  left: -70px !important;
}

.right_n70 {
  right: -70px !important;
}

.top71, .top_71 {
  top: 71px !important;
}

.bottom71, .bottom_71 {
  bottom: 71px !important;
}

.left71, .left_71 {
  left: 71px !important;
}

.right71, .right_71 {
  right: 71px !important;
}

.top_n71 {
  top: -71px !important;
}

.bottom_n71 {
  bottom: -71px !important;
}

.left_n71 {
  left: -71px !important;
}

.right_n71 {
  right: -71px !important;
}

.top72, .top_72 {
  top: 72px !important;
}

.bottom72, .bottom_72 {
  bottom: 72px !important;
}

.left72, .left_72 {
  left: 72px !important;
}

.right72, .right_72 {
  right: 72px !important;
}

.top_n72 {
  top: -72px !important;
}

.bottom_n72 {
  bottom: -72px !important;
}

.left_n72 {
  left: -72px !important;
}

.right_n72 {
  right: -72px !important;
}

.top73, .top_73 {
  top: 73px !important;
}

.bottom73, .bottom_73 {
  bottom: 73px !important;
}

.left73, .left_73 {
  left: 73px !important;
}

.right73, .right_73 {
  right: 73px !important;
}

.top_n73 {
  top: -73px !important;
}

.bottom_n73 {
  bottom: -73px !important;
}

.left_n73 {
  left: -73px !important;
}

.right_n73 {
  right: -73px !important;
}

.top74, .top_74 {
  top: 74px !important;
}

.bottom74, .bottom_74 {
  bottom: 74px !important;
}

.left74, .left_74 {
  left: 74px !important;
}

.right74, .right_74 {
  right: 74px !important;
}

.top_n74 {
  top: -74px !important;
}

.bottom_n74 {
  bottom: -74px !important;
}

.left_n74 {
  left: -74px !important;
}

.right_n74 {
  right: -74px !important;
}

.top75, .top_75 {
  top: 75px !important;
}

.bottom75, .bottom_75 {
  bottom: 75px !important;
}

.left75, .left_75 {
  left: 75px !important;
}

.right75, .right_75 {
  right: 75px !important;
}

.top_n75 {
  top: -75px !important;
}

.bottom_n75 {
  bottom: -75px !important;
}

.left_n75 {
  left: -75px !important;
}

.right_n75 {
  right: -75px !important;
}

.top76, .top_76 {
  top: 76px !important;
}

.bottom76, .bottom_76 {
  bottom: 76px !important;
}

.left76, .left_76 {
  left: 76px !important;
}

.right76, .right_76 {
  right: 76px !important;
}

.top_n76 {
  top: -76px !important;
}

.bottom_n76 {
  bottom: -76px !important;
}

.left_n76 {
  left: -76px !important;
}

.right_n76 {
  right: -76px !important;
}

.top77, .top_77 {
  top: 77px !important;
}

.bottom77, .bottom_77 {
  bottom: 77px !important;
}

.left77, .left_77 {
  left: 77px !important;
}

.right77, .right_77 {
  right: 77px !important;
}

.top_n77 {
  top: -77px !important;
}

.bottom_n77 {
  bottom: -77px !important;
}

.left_n77 {
  left: -77px !important;
}

.right_n77 {
  right: -77px !important;
}

.top78, .top_78 {
  top: 78px !important;
}

.bottom78, .bottom_78 {
  bottom: 78px !important;
}

.left78, .left_78 {
  left: 78px !important;
}

.right78, .right_78 {
  right: 78px !important;
}

.top_n78 {
  top: -78px !important;
}

.bottom_n78 {
  bottom: -78px !important;
}

.left_n78 {
  left: -78px !important;
}

.right_n78 {
  right: -78px !important;
}

.top79, .top_79 {
  top: 79px !important;
}

.bottom79, .bottom_79 {
  bottom: 79px !important;
}

.left79, .left_79 {
  left: 79px !important;
}

.right79, .right_79 {
  right: 79px !important;
}

.top_n79 {
  top: -79px !important;
}

.bottom_n79 {
  bottom: -79px !important;
}

.left_n79 {
  left: -79px !important;
}

.right_n79 {
  right: -79px !important;
}

.top80, .top_80 {
  top: 80px !important;
}

.bottom80, .bottom_80 {
  bottom: 80px !important;
}

.left80, .left_80 {
  left: 80px !important;
}

.right80, .right_80 {
  right: 80px !important;
}

.top_n80 {
  top: -80px !important;
}

.bottom_n80 {
  bottom: -80px !important;
}

.left_n80 {
  left: -80px !important;
}

.right_n80 {
  right: -80px !important;
}

.top81, .top_81 {
  top: 81px !important;
}

.bottom81, .bottom_81 {
  bottom: 81px !important;
}

.left81, .left_81 {
  left: 81px !important;
}

.right81, .right_81 {
  right: 81px !important;
}

.top_n81 {
  top: -81px !important;
}

.bottom_n81 {
  bottom: -81px !important;
}

.left_n81 {
  left: -81px !important;
}

.right_n81 {
  right: -81px !important;
}

.top82, .top_82 {
  top: 82px !important;
}

.bottom82, .bottom_82 {
  bottom: 82px !important;
}

.left82, .left_82 {
  left: 82px !important;
}

.right82, .right_82 {
  right: 82px !important;
}

.top_n82 {
  top: -82px !important;
}

.bottom_n82 {
  bottom: -82px !important;
}

.left_n82 {
  left: -82px !important;
}

.right_n82 {
  right: -82px !important;
}

.top83, .top_83 {
  top: 83px !important;
}

.bottom83, .bottom_83 {
  bottom: 83px !important;
}

.left83, .left_83 {
  left: 83px !important;
}

.right83, .right_83 {
  right: 83px !important;
}

.top_n83 {
  top: -83px !important;
}

.bottom_n83 {
  bottom: -83px !important;
}

.left_n83 {
  left: -83px !important;
}

.right_n83 {
  right: -83px !important;
}

.top84, .top_84 {
  top: 84px !important;
}

.bottom84, .bottom_84 {
  bottom: 84px !important;
}

.left84, .left_84 {
  left: 84px !important;
}

.right84, .right_84 {
  right: 84px !important;
}

.top_n84 {
  top: -84px !important;
}

.bottom_n84 {
  bottom: -84px !important;
}

.left_n84 {
  left: -84px !important;
}

.right_n84 {
  right: -84px !important;
}

.top85, .top_85 {
  top: 85px !important;
}

.bottom85, .bottom_85 {
  bottom: 85px !important;
}

.left85, .left_85 {
  left: 85px !important;
}

.right85, .right_85 {
  right: 85px !important;
}

.top_n85 {
  top: -85px !important;
}

.bottom_n85 {
  bottom: -85px !important;
}

.left_n85 {
  left: -85px !important;
}

.right_n85 {
  right: -85px !important;
}

.top86, .top_86 {
  top: 86px !important;
}

.bottom86, .bottom_86 {
  bottom: 86px !important;
}

.left86, .left_86 {
  left: 86px !important;
}

.right86, .right_86 {
  right: 86px !important;
}

.top_n86 {
  top: -86px !important;
}

.bottom_n86 {
  bottom: -86px !important;
}

.left_n86 {
  left: -86px !important;
}

.right_n86 {
  right: -86px !important;
}

.top87, .top_87 {
  top: 87px !important;
}

.bottom87, .bottom_87 {
  bottom: 87px !important;
}

.left87, .left_87 {
  left: 87px !important;
}

.right87, .right_87 {
  right: 87px !important;
}

.top_n87 {
  top: -87px !important;
}

.bottom_n87 {
  bottom: -87px !important;
}

.left_n87 {
  left: -87px !important;
}

.right_n87 {
  right: -87px !important;
}

.top88, .top_88 {
  top: 88px !important;
}

.bottom88, .bottom_88 {
  bottom: 88px !important;
}

.left88, .left_88 {
  left: 88px !important;
}

.right88, .right_88 {
  right: 88px !important;
}

.top_n88 {
  top: -88px !important;
}

.bottom_n88 {
  bottom: -88px !important;
}

.left_n88 {
  left: -88px !important;
}

.right_n88 {
  right: -88px !important;
}

.top89, .top_89 {
  top: 89px !important;
}

.bottom89, .bottom_89 {
  bottom: 89px !important;
}

.left89, .left_89 {
  left: 89px !important;
}

.right89, .right_89 {
  right: 89px !important;
}

.top_n89 {
  top: -89px !important;
}

.bottom_n89 {
  bottom: -89px !important;
}

.left_n89 {
  left: -89px !important;
}

.right_n89 {
  right: -89px !important;
}

.top90, .top_90 {
  top: 90px !important;
}

.bottom90, .bottom_90 {
  bottom: 90px !important;
}

.left90, .left_90 {
  left: 90px !important;
}

.right90, .right_90 {
  right: 90px !important;
}

.top_n90 {
  top: -90px !important;
}

.bottom_n90 {
  bottom: -90px !important;
}

.left_n90 {
  left: -90px !important;
}

.right_n90 {
  right: -90px !important;
}

.top91, .top_91 {
  top: 91px !important;
}

.bottom91, .bottom_91 {
  bottom: 91px !important;
}

.left91, .left_91 {
  left: 91px !important;
}

.right91, .right_91 {
  right: 91px !important;
}

.top_n91 {
  top: -91px !important;
}

.bottom_n91 {
  bottom: -91px !important;
}

.left_n91 {
  left: -91px !important;
}

.right_n91 {
  right: -91px !important;
}

.top92, .top_92 {
  top: 92px !important;
}

.bottom92, .bottom_92 {
  bottom: 92px !important;
}

.left92, .left_92 {
  left: 92px !important;
}

.right92, .right_92 {
  right: 92px !important;
}

.top_n92 {
  top: -92px !important;
}

.bottom_n92 {
  bottom: -92px !important;
}

.left_n92 {
  left: -92px !important;
}

.right_n92 {
  right: -92px !important;
}

.top93, .top_93 {
  top: 93px !important;
}

.bottom93, .bottom_93 {
  bottom: 93px !important;
}

.left93, .left_93 {
  left: 93px !important;
}

.right93, .right_93 {
  right: 93px !important;
}

.top_n93 {
  top: -93px !important;
}

.bottom_n93 {
  bottom: -93px !important;
}

.left_n93 {
  left: -93px !important;
}

.right_n93 {
  right: -93px !important;
}

.top94, .top_94 {
  top: 94px !important;
}

.bottom94, .bottom_94 {
  bottom: 94px !important;
}

.left94, .left_94 {
  left: 94px !important;
}

.right94, .right_94 {
  right: 94px !important;
}

.top_n94 {
  top: -94px !important;
}

.bottom_n94 {
  bottom: -94px !important;
}

.left_n94 {
  left: -94px !important;
}

.right_n94 {
  right: -94px !important;
}

.top95, .top_95 {
  top: 95px !important;
}

.bottom95, .bottom_95 {
  bottom: 95px !important;
}

.left95, .left_95 {
  left: 95px !important;
}

.right95, .right_95 {
  right: 95px !important;
}

.top_n95 {
  top: -95px !important;
}

.bottom_n95 {
  bottom: -95px !important;
}

.left_n95 {
  left: -95px !important;
}

.right_n95 {
  right: -95px !important;
}

.top96, .top_96 {
  top: 96px !important;
}

.bottom96, .bottom_96 {
  bottom: 96px !important;
}

.left96, .left_96 {
  left: 96px !important;
}

.right96, .right_96 {
  right: 96px !important;
}

.top_n96 {
  top: -96px !important;
}

.bottom_n96 {
  bottom: -96px !important;
}

.left_n96 {
  left: -96px !important;
}

.right_n96 {
  right: -96px !important;
}

.top97, .top_97 {
  top: 97px !important;
}

.bottom97, .bottom_97 {
  bottom: 97px !important;
}

.left97, .left_97 {
  left: 97px !important;
}

.right97, .right_97 {
  right: 97px !important;
}

.top_n97 {
  top: -97px !important;
}

.bottom_n97 {
  bottom: -97px !important;
}

.left_n97 {
  left: -97px !important;
}

.right_n97 {
  right: -97px !important;
}

.top98, .top_98 {
  top: 98px !important;
}

.bottom98, .bottom_98 {
  bottom: 98px !important;
}

.left98, .left_98 {
  left: 98px !important;
}

.right98, .right_98 {
  right: 98px !important;
}

.top_n98 {
  top: -98px !important;
}

.bottom_n98 {
  bottom: -98px !important;
}

.left_n98 {
  left: -98px !important;
}

.right_n98 {
  right: -98px !important;
}

.top99, .top_99 {
  top: 99px !important;
}

.bottom99, .bottom_99 {
  bottom: 99px !important;
}

.left99, .left_99 {
  left: 99px !important;
}

.right99, .right_99 {
  right: 99px !important;
}

.top_n99 {
  top: -99px !important;
}

.bottom_n99 {
  bottom: -99px !important;
}

.left_n99 {
  left: -99px !important;
}

.right_n99 {
  right: -99px !important;
}

.top100, .top_100 {
  top: 100px !important;
}

.bottom100, .bottom_100 {
  bottom: 100px !important;
}

.left100, .left_100 {
  left: 100px !important;
}

.right100, .right_100 {
  right: 100px !important;
}

.top_n100 {
  top: -100px !important;
}

.bottom_n100 {
  bottom: -100px !important;
}

.left_n100 {
  left: -100px !important;
}

.right_n100 {
  right: -100px !important;
}

.top101, .top_101 {
  top: 101px !important;
}

.bottom101, .bottom_101 {
  bottom: 101px !important;
}

.left101, .left_101 {
  left: 101px !important;
}

.right101, .right_101 {
  right: 101px !important;
}

.top_n101 {
  top: -101px !important;
}

.bottom_n101 {
  bottom: -101px !important;
}

.left_n101 {
  left: -101px !important;
}

.right_n101 {
  right: -101px !important;
}

.top102, .top_102 {
  top: 102px !important;
}

.bottom102, .bottom_102 {
  bottom: 102px !important;
}

.left102, .left_102 {
  left: 102px !important;
}

.right102, .right_102 {
  right: 102px !important;
}

.top_n102 {
  top: -102px !important;
}

.bottom_n102 {
  bottom: -102px !important;
}

.left_n102 {
  left: -102px !important;
}

.right_n102 {
  right: -102px !important;
}

.top103, .top_103 {
  top: 103px !important;
}

.bottom103, .bottom_103 {
  bottom: 103px !important;
}

.left103, .left_103 {
  left: 103px !important;
}

.right103, .right_103 {
  right: 103px !important;
}

.top_n103 {
  top: -103px !important;
}

.bottom_n103 {
  bottom: -103px !important;
}

.left_n103 {
  left: -103px !important;
}

.right_n103 {
  right: -103px !important;
}

.top104, .top_104 {
  top: 104px !important;
}

.bottom104, .bottom_104 {
  bottom: 104px !important;
}

.left104, .left_104 {
  left: 104px !important;
}

.right104, .right_104 {
  right: 104px !important;
}

.top_n104 {
  top: -104px !important;
}

.bottom_n104 {
  bottom: -104px !important;
}

.left_n104 {
  left: -104px !important;
}

.right_n104 {
  right: -104px !important;
}

.top105, .top_105 {
  top: 105px !important;
}

.bottom105, .bottom_105 {
  bottom: 105px !important;
}

.left105, .left_105 {
  left: 105px !important;
}

.right105, .right_105 {
  right: 105px !important;
}

.top_n105 {
  top: -105px !important;
}

.bottom_n105 {
  bottom: -105px !important;
}

.left_n105 {
  left: -105px !important;
}

.right_n105 {
  right: -105px !important;
}

.top106, .top_106 {
  top: 106px !important;
}

.bottom106, .bottom_106 {
  bottom: 106px !important;
}

.left106, .left_106 {
  left: 106px !important;
}

.right106, .right_106 {
  right: 106px !important;
}

.top_n106 {
  top: -106px !important;
}

.bottom_n106 {
  bottom: -106px !important;
}

.left_n106 {
  left: -106px !important;
}

.right_n106 {
  right: -106px !important;
}

.top107, .top_107 {
  top: 107px !important;
}

.bottom107, .bottom_107 {
  bottom: 107px !important;
}

.left107, .left_107 {
  left: 107px !important;
}

.right107, .right_107 {
  right: 107px !important;
}

.top_n107 {
  top: -107px !important;
}

.bottom_n107 {
  bottom: -107px !important;
}

.left_n107 {
  left: -107px !important;
}

.right_n107 {
  right: -107px !important;
}

.top108, .top_108 {
  top: 108px !important;
}

.bottom108, .bottom_108 {
  bottom: 108px !important;
}

.left108, .left_108 {
  left: 108px !important;
}

.right108, .right_108 {
  right: 108px !important;
}

.top_n108 {
  top: -108px !important;
}

.bottom_n108 {
  bottom: -108px !important;
}

.left_n108 {
  left: -108px !important;
}

.right_n108 {
  right: -108px !important;
}

.top109, .top_109 {
  top: 109px !important;
}

.bottom109, .bottom_109 {
  bottom: 109px !important;
}

.left109, .left_109 {
  left: 109px !important;
}

.right109, .right_109 {
  right: 109px !important;
}

.top_n109 {
  top: -109px !important;
}

.bottom_n109 {
  bottom: -109px !important;
}

.left_n109 {
  left: -109px !important;
}

.right_n109 {
  right: -109px !important;
}

.top110, .top_110 {
  top: 110px !important;
}

.bottom110, .bottom_110 {
  bottom: 110px !important;
}

.left110, .left_110 {
  left: 110px !important;
}

.right110, .right_110 {
  right: 110px !important;
}

.top_n110 {
  top: -110px !important;
}

.bottom_n110 {
  bottom: -110px !important;
}

.left_n110 {
  left: -110px !important;
}

.right_n110 {
  right: -110px !important;
}

.top111, .top_111 {
  top: 111px !important;
}

.bottom111, .bottom_111 {
  bottom: 111px !important;
}

.left111, .left_111 {
  left: 111px !important;
}

.right111, .right_111 {
  right: 111px !important;
}

.top_n111 {
  top: -111px !important;
}

.bottom_n111 {
  bottom: -111px !important;
}

.left_n111 {
  left: -111px !important;
}

.right_n111 {
  right: -111px !important;
}

.top112, .top_112 {
  top: 112px !important;
}

.bottom112, .bottom_112 {
  bottom: 112px !important;
}

.left112, .left_112 {
  left: 112px !important;
}

.right112, .right_112 {
  right: 112px !important;
}

.top_n112 {
  top: -112px !important;
}

.bottom_n112 {
  bottom: -112px !important;
}

.left_n112 {
  left: -112px !important;
}

.right_n112 {
  right: -112px !important;
}

.top113, .top_113 {
  top: 113px !important;
}

.bottom113, .bottom_113 {
  bottom: 113px !important;
}

.left113, .left_113 {
  left: 113px !important;
}

.right113, .right_113 {
  right: 113px !important;
}

.top_n113 {
  top: -113px !important;
}

.bottom_n113 {
  bottom: -113px !important;
}

.left_n113 {
  left: -113px !important;
}

.right_n113 {
  right: -113px !important;
}

.top114, .top_114 {
  top: 114px !important;
}

.bottom114, .bottom_114 {
  bottom: 114px !important;
}

.left114, .left_114 {
  left: 114px !important;
}

.right114, .right_114 {
  right: 114px !important;
}

.top_n114 {
  top: -114px !important;
}

.bottom_n114 {
  bottom: -114px !important;
}

.left_n114 {
  left: -114px !important;
}

.right_n114 {
  right: -114px !important;
}

.top115, .top_115 {
  top: 115px !important;
}

.bottom115, .bottom_115 {
  bottom: 115px !important;
}

.left115, .left_115 {
  left: 115px !important;
}

.right115, .right_115 {
  right: 115px !important;
}

.top_n115 {
  top: -115px !important;
}

.bottom_n115 {
  bottom: -115px !important;
}

.left_n115 {
  left: -115px !important;
}

.right_n115 {
  right: -115px !important;
}

.top116, .top_116 {
  top: 116px !important;
}

.bottom116, .bottom_116 {
  bottom: 116px !important;
}

.left116, .left_116 {
  left: 116px !important;
}

.right116, .right_116 {
  right: 116px !important;
}

.top_n116 {
  top: -116px !important;
}

.bottom_n116 {
  bottom: -116px !important;
}

.left_n116 {
  left: -116px !important;
}

.right_n116 {
  right: -116px !important;
}

.top117, .top_117 {
  top: 117px !important;
}

.bottom117, .bottom_117 {
  bottom: 117px !important;
}

.left117, .left_117 {
  left: 117px !important;
}

.right117, .right_117 {
  right: 117px !important;
}

.top_n117 {
  top: -117px !important;
}

.bottom_n117 {
  bottom: -117px !important;
}

.left_n117 {
  left: -117px !important;
}

.right_n117 {
  right: -117px !important;
}

.top118, .top_118 {
  top: 118px !important;
}

.bottom118, .bottom_118 {
  bottom: 118px !important;
}

.left118, .left_118 {
  left: 118px !important;
}

.right118, .right_118 {
  right: 118px !important;
}

.top_n118 {
  top: -118px !important;
}

.bottom_n118 {
  bottom: -118px !important;
}

.left_n118 {
  left: -118px !important;
}

.right_n118 {
  right: -118px !important;
}

.top119, .top_119 {
  top: 119px !important;
}

.bottom119, .bottom_119 {
  bottom: 119px !important;
}

.left119, .left_119 {
  left: 119px !important;
}

.right119, .right_119 {
  right: 119px !important;
}

.top_n119 {
  top: -119px !important;
}

.bottom_n119 {
  bottom: -119px !important;
}

.left_n119 {
  left: -119px !important;
}

.right_n119 {
  right: -119px !important;
}

.top120, .top_120 {
  top: 120px !important;
}

.bottom120, .bottom_120 {
  bottom: 120px !important;
}

.left120, .left_120 {
  left: 120px !important;
}

.right120, .right_120 {
  right: 120px !important;
}

.top_n120 {
  top: -120px !important;
}

.bottom_n120 {
  bottom: -120px !important;
}

.left_n120 {
  left: -120px !important;
}

.right_n120 {
  right: -120px !important;
}

.top121, .top_121 {
  top: 121px !important;
}

.bottom121, .bottom_121 {
  bottom: 121px !important;
}

.left121, .left_121 {
  left: 121px !important;
}

.right121, .right_121 {
  right: 121px !important;
}

.top_n121 {
  top: -121px !important;
}

.bottom_n121 {
  bottom: -121px !important;
}

.left_n121 {
  left: -121px !important;
}

.right_n121 {
  right: -121px !important;
}

.top122, .top_122 {
  top: 122px !important;
}

.bottom122, .bottom_122 {
  bottom: 122px !important;
}

.left122, .left_122 {
  left: 122px !important;
}

.right122, .right_122 {
  right: 122px !important;
}

.top_n122 {
  top: -122px !important;
}

.bottom_n122 {
  bottom: -122px !important;
}

.left_n122 {
  left: -122px !important;
}

.right_n122 {
  right: -122px !important;
}

.top123, .top_123 {
  top: 123px !important;
}

.bottom123, .bottom_123 {
  bottom: 123px !important;
}

.left123, .left_123 {
  left: 123px !important;
}

.right123, .right_123 {
  right: 123px !important;
}

.top_n123 {
  top: -123px !important;
}

.bottom_n123 {
  bottom: -123px !important;
}

.left_n123 {
  left: -123px !important;
}

.right_n123 {
  right: -123px !important;
}

.top124, .top_124 {
  top: 124px !important;
}

.bottom124, .bottom_124 {
  bottom: 124px !important;
}

.left124, .left_124 {
  left: 124px !important;
}

.right124, .right_124 {
  right: 124px !important;
}

.top_n124 {
  top: -124px !important;
}

.bottom_n124 {
  bottom: -124px !important;
}

.left_n124 {
  left: -124px !important;
}

.right_n124 {
  right: -124px !important;
}

.top125, .top_125 {
  top: 125px !important;
}

.bottom125, .bottom_125 {
  bottom: 125px !important;
}

.left125, .left_125 {
  left: 125px !important;
}

.right125, .right_125 {
  right: 125px !important;
}

.top_n125 {
  top: -125px !important;
}

.bottom_n125 {
  bottom: -125px !important;
}

.left_n125 {
  left: -125px !important;
}

.right_n125 {
  right: -125px !important;
}

.top126, .top_126 {
  top: 126px !important;
}

.bottom126, .bottom_126 {
  bottom: 126px !important;
}

.left126, .left_126 {
  left: 126px !important;
}

.right126, .right_126 {
  right: 126px !important;
}

.top_n126 {
  top: -126px !important;
}

.bottom_n126 {
  bottom: -126px !important;
}

.left_n126 {
  left: -126px !important;
}

.right_n126 {
  right: -126px !important;
}

.top127, .top_127 {
  top: 127px !important;
}

.bottom127, .bottom_127 {
  bottom: 127px !important;
}

.left127, .left_127 {
  left: 127px !important;
}

.right127, .right_127 {
  right: 127px !important;
}

.top_n127 {
  top: -127px !important;
}

.bottom_n127 {
  bottom: -127px !important;
}

.left_n127 {
  left: -127px !important;
}

.right_n127 {
  right: -127px !important;
}

.top128, .top_128 {
  top: 128px !important;
}

.bottom128, .bottom_128 {
  bottom: 128px !important;
}

.left128, .left_128 {
  left: 128px !important;
}

.right128, .right_128 {
  right: 128px !important;
}

.top_n128 {
  top: -128px !important;
}

.bottom_n128 {
  bottom: -128px !important;
}

.left_n128 {
  left: -128px !important;
}

.right_n128 {
  right: -128px !important;
}

.top129, .top_129 {
  top: 129px !important;
}

.bottom129, .bottom_129 {
  bottom: 129px !important;
}

.left129, .left_129 {
  left: 129px !important;
}

.right129, .right_129 {
  right: 129px !important;
}

.top_n129 {
  top: -129px !important;
}

.bottom_n129 {
  bottom: -129px !important;
}

.left_n129 {
  left: -129px !important;
}

.right_n129 {
  right: -129px !important;
}

.top130, .top_130 {
  top: 130px !important;
}

.bottom130, .bottom_130 {
  bottom: 130px !important;
}

.left130, .left_130 {
  left: 130px !important;
}

.right130, .right_130 {
  right: 130px !important;
}

.top_n130 {
  top: -130px !important;
}

.bottom_n130 {
  bottom: -130px !important;
}

.left_n130 {
  left: -130px !important;
}

.right_n130 {
  right: -130px !important;
}

.top131, .top_131 {
  top: 131px !important;
}

.bottom131, .bottom_131 {
  bottom: 131px !important;
}

.left131, .left_131 {
  left: 131px !important;
}

.right131, .right_131 {
  right: 131px !important;
}

.top_n131 {
  top: -131px !important;
}

.bottom_n131 {
  bottom: -131px !important;
}

.left_n131 {
  left: -131px !important;
}

.right_n131 {
  right: -131px !important;
}

.top132, .top_132 {
  top: 132px !important;
}

.bottom132, .bottom_132 {
  bottom: 132px !important;
}

.left132, .left_132 {
  left: 132px !important;
}

.right132, .right_132 {
  right: 132px !important;
}

.top_n132 {
  top: -132px !important;
}

.bottom_n132 {
  bottom: -132px !important;
}

.left_n132 {
  left: -132px !important;
}

.right_n132 {
  right: -132px !important;
}

.top133, .top_133 {
  top: 133px !important;
}

.bottom133, .bottom_133 {
  bottom: 133px !important;
}

.left133, .left_133 {
  left: 133px !important;
}

.right133, .right_133 {
  right: 133px !important;
}

.top_n133 {
  top: -133px !important;
}

.bottom_n133 {
  bottom: -133px !important;
}

.left_n133 {
  left: -133px !important;
}

.right_n133 {
  right: -133px !important;
}

.top134, .top_134 {
  top: 134px !important;
}

.bottom134, .bottom_134 {
  bottom: 134px !important;
}

.left134, .left_134 {
  left: 134px !important;
}

.right134, .right_134 {
  right: 134px !important;
}

.top_n134 {
  top: -134px !important;
}

.bottom_n134 {
  bottom: -134px !important;
}

.left_n134 {
  left: -134px !important;
}

.right_n134 {
  right: -134px !important;
}

.top135, .top_135 {
  top: 135px !important;
}

.bottom135, .bottom_135 {
  bottom: 135px !important;
}

.left135, .left_135 {
  left: 135px !important;
}

.right135, .right_135 {
  right: 135px !important;
}

.top_n135 {
  top: -135px !important;
}

.bottom_n135 {
  bottom: -135px !important;
}

.left_n135 {
  left: -135px !important;
}

.right_n135 {
  right: -135px !important;
}

.top136, .top_136 {
  top: 136px !important;
}

.bottom136, .bottom_136 {
  bottom: 136px !important;
}

.left136, .left_136 {
  left: 136px !important;
}

.right136, .right_136 {
  right: 136px !important;
}

.top_n136 {
  top: -136px !important;
}

.bottom_n136 {
  bottom: -136px !important;
}

.left_n136 {
  left: -136px !important;
}

.right_n136 {
  right: -136px !important;
}

.top137, .top_137 {
  top: 137px !important;
}

.bottom137, .bottom_137 {
  bottom: 137px !important;
}

.left137, .left_137 {
  left: 137px !important;
}

.right137, .right_137 {
  right: 137px !important;
}

.top_n137 {
  top: -137px !important;
}

.bottom_n137 {
  bottom: -137px !important;
}

.left_n137 {
  left: -137px !important;
}

.right_n137 {
  right: -137px !important;
}

.top138, .top_138 {
  top: 138px !important;
}

.bottom138, .bottom_138 {
  bottom: 138px !important;
}

.left138, .left_138 {
  left: 138px !important;
}

.right138, .right_138 {
  right: 138px !important;
}

.top_n138 {
  top: -138px !important;
}

.bottom_n138 {
  bottom: -138px !important;
}

.left_n138 {
  left: -138px !important;
}

.right_n138 {
  right: -138px !important;
}

.top139, .top_139 {
  top: 139px !important;
}

.bottom139, .bottom_139 {
  bottom: 139px !important;
}

.left139, .left_139 {
  left: 139px !important;
}

.right139, .right_139 {
  right: 139px !important;
}

.top_n139 {
  top: -139px !important;
}

.bottom_n139 {
  bottom: -139px !important;
}

.left_n139 {
  left: -139px !important;
}

.right_n139 {
  right: -139px !important;
}

.top140, .top_140 {
  top: 140px !important;
}

.bottom140, .bottom_140 {
  bottom: 140px !important;
}

.left140, .left_140 {
  left: 140px !important;
}

.right140, .right_140 {
  right: 140px !important;
}

.top_n140 {
  top: -140px !important;
}

.bottom_n140 {
  bottom: -140px !important;
}

.left_n140 {
  left: -140px !important;
}

.right_n140 {
  right: -140px !important;
}

.top141, .top_141 {
  top: 141px !important;
}

.bottom141, .bottom_141 {
  bottom: 141px !important;
}

.left141, .left_141 {
  left: 141px !important;
}

.right141, .right_141 {
  right: 141px !important;
}

.top_n141 {
  top: -141px !important;
}

.bottom_n141 {
  bottom: -141px !important;
}

.left_n141 {
  left: -141px !important;
}

.right_n141 {
  right: -141px !important;
}

.top142, .top_142 {
  top: 142px !important;
}

.bottom142, .bottom_142 {
  bottom: 142px !important;
}

.left142, .left_142 {
  left: 142px !important;
}

.right142, .right_142 {
  right: 142px !important;
}

.top_n142 {
  top: -142px !important;
}

.bottom_n142 {
  bottom: -142px !important;
}

.left_n142 {
  left: -142px !important;
}

.right_n142 {
  right: -142px !important;
}

.top143, .top_143 {
  top: 143px !important;
}

.bottom143, .bottom_143 {
  bottom: 143px !important;
}

.left143, .left_143 {
  left: 143px !important;
}

.right143, .right_143 {
  right: 143px !important;
}

.top_n143 {
  top: -143px !important;
}

.bottom_n143 {
  bottom: -143px !important;
}

.left_n143 {
  left: -143px !important;
}

.right_n143 {
  right: -143px !important;
}

.top144, .top_144 {
  top: 144px !important;
}

.bottom144, .bottom_144 {
  bottom: 144px !important;
}

.left144, .left_144 {
  left: 144px !important;
}

.right144, .right_144 {
  right: 144px !important;
}

.top_n144 {
  top: -144px !important;
}

.bottom_n144 {
  bottom: -144px !important;
}

.left_n144 {
  left: -144px !important;
}

.right_n144 {
  right: -144px !important;
}

.top145, .top_145 {
  top: 145px !important;
}

.bottom145, .bottom_145 {
  bottom: 145px !important;
}

.left145, .left_145 {
  left: 145px !important;
}

.right145, .right_145 {
  right: 145px !important;
}

.top_n145 {
  top: -145px !important;
}

.bottom_n145 {
  bottom: -145px !important;
}

.left_n145 {
  left: -145px !important;
}

.right_n145 {
  right: -145px !important;
}

.top146, .top_146 {
  top: 146px !important;
}

.bottom146, .bottom_146 {
  bottom: 146px !important;
}

.left146, .left_146 {
  left: 146px !important;
}

.right146, .right_146 {
  right: 146px !important;
}

.top_n146 {
  top: -146px !important;
}

.bottom_n146 {
  bottom: -146px !important;
}

.left_n146 {
  left: -146px !important;
}

.right_n146 {
  right: -146px !important;
}

.top147, .top_147 {
  top: 147px !important;
}

.bottom147, .bottom_147 {
  bottom: 147px !important;
}

.left147, .left_147 {
  left: 147px !important;
}

.right147, .right_147 {
  right: 147px !important;
}

.top_n147 {
  top: -147px !important;
}

.bottom_n147 {
  bottom: -147px !important;
}

.left_n147 {
  left: -147px !important;
}

.right_n147 {
  right: -147px !important;
}

.top148, .top_148 {
  top: 148px !important;
}

.bottom148, .bottom_148 {
  bottom: 148px !important;
}

.left148, .left_148 {
  left: 148px !important;
}

.right148, .right_148 {
  right: 148px !important;
}

.top_n148 {
  top: -148px !important;
}

.bottom_n148 {
  bottom: -148px !important;
}

.left_n148 {
  left: -148px !important;
}

.right_n148 {
  right: -148px !important;
}

.top149, .top_149 {
  top: 149px !important;
}

.bottom149, .bottom_149 {
  bottom: 149px !important;
}

.left149, .left_149 {
  left: 149px !important;
}

.right149, .right_149 {
  right: 149px !important;
}

.top_n149 {
  top: -149px !important;
}

.bottom_n149 {
  bottom: -149px !important;
}

.left_n149 {
  left: -149px !important;
}

.right_n149 {
  right: -149px !important;
}

.top150, .top_150 {
  top: 150px !important;
}

.bottom150, .bottom_150 {
  bottom: 150px !important;
}

.left150, .left_150 {
  left: 150px !important;
}

.right150, .right_150 {
  right: 150px !important;
}

.top_n150 {
  top: -150px !important;
}

.bottom_n150 {
  bottom: -150px !important;
}

.left_n150 {
  left: -150px !important;
}

.right_n150 {
  right: -150px !important;
}

.top151, .top_151 {
  top: 151px !important;
}

.bottom151, .bottom_151 {
  bottom: 151px !important;
}

.left151, .left_151 {
  left: 151px !important;
}

.right151, .right_151 {
  right: 151px !important;
}

.top_n151 {
  top: -151px !important;
}

.bottom_n151 {
  bottom: -151px !important;
}

.left_n151 {
  left: -151px !important;
}

.right_n151 {
  right: -151px !important;
}

.top152, .top_152 {
  top: 152px !important;
}

.bottom152, .bottom_152 {
  bottom: 152px !important;
}

.left152, .left_152 {
  left: 152px !important;
}

.right152, .right_152 {
  right: 152px !important;
}

.top_n152 {
  top: -152px !important;
}

.bottom_n152 {
  bottom: -152px !important;
}

.left_n152 {
  left: -152px !important;
}

.right_n152 {
  right: -152px !important;
}

.top153, .top_153 {
  top: 153px !important;
}

.bottom153, .bottom_153 {
  bottom: 153px !important;
}

.left153, .left_153 {
  left: 153px !important;
}

.right153, .right_153 {
  right: 153px !important;
}

.top_n153 {
  top: -153px !important;
}

.bottom_n153 {
  bottom: -153px !important;
}

.left_n153 {
  left: -153px !important;
}

.right_n153 {
  right: -153px !important;
}

.top154, .top_154 {
  top: 154px !important;
}

.bottom154, .bottom_154 {
  bottom: 154px !important;
}

.left154, .left_154 {
  left: 154px !important;
}

.right154, .right_154 {
  right: 154px !important;
}

.top_n154 {
  top: -154px !important;
}

.bottom_n154 {
  bottom: -154px !important;
}

.left_n154 {
  left: -154px !important;
}

.right_n154 {
  right: -154px !important;
}

.top155, .top_155 {
  top: 155px !important;
}

.bottom155, .bottom_155 {
  bottom: 155px !important;
}

.left155, .left_155 {
  left: 155px !important;
}

.right155, .right_155 {
  right: 155px !important;
}

.top_n155 {
  top: -155px !important;
}

.bottom_n155 {
  bottom: -155px !important;
}

.left_n155 {
  left: -155px !important;
}

.right_n155 {
  right: -155px !important;
}

.top156, .top_156 {
  top: 156px !important;
}

.bottom156, .bottom_156 {
  bottom: 156px !important;
}

.left156, .left_156 {
  left: 156px !important;
}

.right156, .right_156 {
  right: 156px !important;
}

.top_n156 {
  top: -156px !important;
}

.bottom_n156 {
  bottom: -156px !important;
}

.left_n156 {
  left: -156px !important;
}

.right_n156 {
  right: -156px !important;
}

.top157, .top_157 {
  top: 157px !important;
}

.bottom157, .bottom_157 {
  bottom: 157px !important;
}

.left157, .left_157 {
  left: 157px !important;
}

.right157, .right_157 {
  right: 157px !important;
}

.top_n157 {
  top: -157px !important;
}

.bottom_n157 {
  bottom: -157px !important;
}

.left_n157 {
  left: -157px !important;
}

.right_n157 {
  right: -157px !important;
}

.top158, .top_158 {
  top: 158px !important;
}

.bottom158, .bottom_158 {
  bottom: 158px !important;
}

.left158, .left_158 {
  left: 158px !important;
}

.right158, .right_158 {
  right: 158px !important;
}

.top_n158 {
  top: -158px !important;
}

.bottom_n158 {
  bottom: -158px !important;
}

.left_n158 {
  left: -158px !important;
}

.right_n158 {
  right: -158px !important;
}

.top159, .top_159 {
  top: 159px !important;
}

.bottom159, .bottom_159 {
  bottom: 159px !important;
}

.left159, .left_159 {
  left: 159px !important;
}

.right159, .right_159 {
  right: 159px !important;
}

.top_n159 {
  top: -159px !important;
}

.bottom_n159 {
  bottom: -159px !important;
}

.left_n159 {
  left: -159px !important;
}

.right_n159 {
  right: -159px !important;
}

.top160, .top_160 {
  top: 160px !important;
}

.bottom160, .bottom_160 {
  bottom: 160px !important;
}

.left160, .left_160 {
  left: 160px !important;
}

.right160, .right_160 {
  right: 160px !important;
}

.top_n160 {
  top: -160px !important;
}

.bottom_n160 {
  bottom: -160px !important;
}

.left_n160 {
  left: -160px !important;
}

.right_n160 {
  right: -160px !important;
}

.top161, .top_161 {
  top: 161px !important;
}

.bottom161, .bottom_161 {
  bottom: 161px !important;
}

.left161, .left_161 {
  left: 161px !important;
}

.right161, .right_161 {
  right: 161px !important;
}

.top_n161 {
  top: -161px !important;
}

.bottom_n161 {
  bottom: -161px !important;
}

.left_n161 {
  left: -161px !important;
}

.right_n161 {
  right: -161px !important;
}

.top162, .top_162 {
  top: 162px !important;
}

.bottom162, .bottom_162 {
  bottom: 162px !important;
}

.left162, .left_162 {
  left: 162px !important;
}

.right162, .right_162 {
  right: 162px !important;
}

.top_n162 {
  top: -162px !important;
}

.bottom_n162 {
  bottom: -162px !important;
}

.left_n162 {
  left: -162px !important;
}

.right_n162 {
  right: -162px !important;
}

.top163, .top_163 {
  top: 163px !important;
}

.bottom163, .bottom_163 {
  bottom: 163px !important;
}

.left163, .left_163 {
  left: 163px !important;
}

.right163, .right_163 {
  right: 163px !important;
}

.top_n163 {
  top: -163px !important;
}

.bottom_n163 {
  bottom: -163px !important;
}

.left_n163 {
  left: -163px !important;
}

.right_n163 {
  right: -163px !important;
}

.top164, .top_164 {
  top: 164px !important;
}

.bottom164, .bottom_164 {
  bottom: 164px !important;
}

.left164, .left_164 {
  left: 164px !important;
}

.right164, .right_164 {
  right: 164px !important;
}

.top_n164 {
  top: -164px !important;
}

.bottom_n164 {
  bottom: -164px !important;
}

.left_n164 {
  left: -164px !important;
}

.right_n164 {
  right: -164px !important;
}

.top165, .top_165 {
  top: 165px !important;
}

.bottom165, .bottom_165 {
  bottom: 165px !important;
}

.left165, .left_165 {
  left: 165px !important;
}

.right165, .right_165 {
  right: 165px !important;
}

.top_n165 {
  top: -165px !important;
}

.bottom_n165 {
  bottom: -165px !important;
}

.left_n165 {
  left: -165px !important;
}

.right_n165 {
  right: -165px !important;
}

.top166, .top_166 {
  top: 166px !important;
}

.bottom166, .bottom_166 {
  bottom: 166px !important;
}

.left166, .left_166 {
  left: 166px !important;
}

.right166, .right_166 {
  right: 166px !important;
}

.top_n166 {
  top: -166px !important;
}

.bottom_n166 {
  bottom: -166px !important;
}

.left_n166 {
  left: -166px !important;
}

.right_n166 {
  right: -166px !important;
}

.top167, .top_167 {
  top: 167px !important;
}

.bottom167, .bottom_167 {
  bottom: 167px !important;
}

.left167, .left_167 {
  left: 167px !important;
}

.right167, .right_167 {
  right: 167px !important;
}

.top_n167 {
  top: -167px !important;
}

.bottom_n167 {
  bottom: -167px !important;
}

.left_n167 {
  left: -167px !important;
}

.right_n167 {
  right: -167px !important;
}

.top168, .top_168 {
  top: 168px !important;
}

.bottom168, .bottom_168 {
  bottom: 168px !important;
}

.left168, .left_168 {
  left: 168px !important;
}

.right168, .right_168 {
  right: 168px !important;
}

.top_n168 {
  top: -168px !important;
}

.bottom_n168 {
  bottom: -168px !important;
}

.left_n168 {
  left: -168px !important;
}

.right_n168 {
  right: -168px !important;
}

.top169, .top_169 {
  top: 169px !important;
}

.bottom169, .bottom_169 {
  bottom: 169px !important;
}

.left169, .left_169 {
  left: 169px !important;
}

.right169, .right_169 {
  right: 169px !important;
}

.top_n169 {
  top: -169px !important;
}

.bottom_n169 {
  bottom: -169px !important;
}

.left_n169 {
  left: -169px !important;
}

.right_n169 {
  right: -169px !important;
}

.top170, .top_170 {
  top: 170px !important;
}

.bottom170, .bottom_170 {
  bottom: 170px !important;
}

.left170, .left_170 {
  left: 170px !important;
}

.right170, .right_170 {
  right: 170px !important;
}

.top_n170 {
  top: -170px !important;
}

.bottom_n170 {
  bottom: -170px !important;
}

.left_n170 {
  left: -170px !important;
}

.right_n170 {
  right: -170px !important;
}

.top171, .top_171 {
  top: 171px !important;
}

.bottom171, .bottom_171 {
  bottom: 171px !important;
}

.left171, .left_171 {
  left: 171px !important;
}

.right171, .right_171 {
  right: 171px !important;
}

.top_n171 {
  top: -171px !important;
}

.bottom_n171 {
  bottom: -171px !important;
}

.left_n171 {
  left: -171px !important;
}

.right_n171 {
  right: -171px !important;
}

.top172, .top_172 {
  top: 172px !important;
}

.bottom172, .bottom_172 {
  bottom: 172px !important;
}

.left172, .left_172 {
  left: 172px !important;
}

.right172, .right_172 {
  right: 172px !important;
}

.top_n172 {
  top: -172px !important;
}

.bottom_n172 {
  bottom: -172px !important;
}

.left_n172 {
  left: -172px !important;
}

.right_n172 {
  right: -172px !important;
}

.top173, .top_173 {
  top: 173px !important;
}

.bottom173, .bottom_173 {
  bottom: 173px !important;
}

.left173, .left_173 {
  left: 173px !important;
}

.right173, .right_173 {
  right: 173px !important;
}

.top_n173 {
  top: -173px !important;
}

.bottom_n173 {
  bottom: -173px !important;
}

.left_n173 {
  left: -173px !important;
}

.right_n173 {
  right: -173px !important;
}

.top174, .top_174 {
  top: 174px !important;
}

.bottom174, .bottom_174 {
  bottom: 174px !important;
}

.left174, .left_174 {
  left: 174px !important;
}

.right174, .right_174 {
  right: 174px !important;
}

.top_n174 {
  top: -174px !important;
}

.bottom_n174 {
  bottom: -174px !important;
}

.left_n174 {
  left: -174px !important;
}

.right_n174 {
  right: -174px !important;
}

.top175, .top_175 {
  top: 175px !important;
}

.bottom175, .bottom_175 {
  bottom: 175px !important;
}

.left175, .left_175 {
  left: 175px !important;
}

.right175, .right_175 {
  right: 175px !important;
}

.top_n175 {
  top: -175px !important;
}

.bottom_n175 {
  bottom: -175px !important;
}

.left_n175 {
  left: -175px !important;
}

.right_n175 {
  right: -175px !important;
}

.top176, .top_176 {
  top: 176px !important;
}

.bottom176, .bottom_176 {
  bottom: 176px !important;
}

.left176, .left_176 {
  left: 176px !important;
}

.right176, .right_176 {
  right: 176px !important;
}

.top_n176 {
  top: -176px !important;
}

.bottom_n176 {
  bottom: -176px !important;
}

.left_n176 {
  left: -176px !important;
}

.right_n176 {
  right: -176px !important;
}

.top177, .top_177 {
  top: 177px !important;
}

.bottom177, .bottom_177 {
  bottom: 177px !important;
}

.left177, .left_177 {
  left: 177px !important;
}

.right177, .right_177 {
  right: 177px !important;
}

.top_n177 {
  top: -177px !important;
}

.bottom_n177 {
  bottom: -177px !important;
}

.left_n177 {
  left: -177px !important;
}

.right_n177 {
  right: -177px !important;
}

.top178, .top_178 {
  top: 178px !important;
}

.bottom178, .bottom_178 {
  bottom: 178px !important;
}

.left178, .left_178 {
  left: 178px !important;
}

.right178, .right_178 {
  right: 178px !important;
}

.top_n178 {
  top: -178px !important;
}

.bottom_n178 {
  bottom: -178px !important;
}

.left_n178 {
  left: -178px !important;
}

.right_n178 {
  right: -178px !important;
}

.top179, .top_179 {
  top: 179px !important;
}

.bottom179, .bottom_179 {
  bottom: 179px !important;
}

.left179, .left_179 {
  left: 179px !important;
}

.right179, .right_179 {
  right: 179px !important;
}

.top_n179 {
  top: -179px !important;
}

.bottom_n179 {
  bottom: -179px !important;
}

.left_n179 {
  left: -179px !important;
}

.right_n179 {
  right: -179px !important;
}

.top180, .top_180 {
  top: 180px !important;
}

.bottom180, .bottom_180 {
  bottom: 180px !important;
}

.left180, .left_180 {
  left: 180px !important;
}

.right180, .right_180 {
  right: 180px !important;
}

.top_n180 {
  top: -180px !important;
}

.bottom_n180 {
  bottom: -180px !important;
}

.left_n180 {
  left: -180px !important;
}

.right_n180 {
  right: -180px !important;
}

.top181, .top_181 {
  top: 181px !important;
}

.bottom181, .bottom_181 {
  bottom: 181px !important;
}

.left181, .left_181 {
  left: 181px !important;
}

.right181, .right_181 {
  right: 181px !important;
}

.top_n181 {
  top: -181px !important;
}

.bottom_n181 {
  bottom: -181px !important;
}

.left_n181 {
  left: -181px !important;
}

.right_n181 {
  right: -181px !important;
}

.top182, .top_182 {
  top: 182px !important;
}

.bottom182, .bottom_182 {
  bottom: 182px !important;
}

.left182, .left_182 {
  left: 182px !important;
}

.right182, .right_182 {
  right: 182px !important;
}

.top_n182 {
  top: -182px !important;
}

.bottom_n182 {
  bottom: -182px !important;
}

.left_n182 {
  left: -182px !important;
}

.right_n182 {
  right: -182px !important;
}

.top183, .top_183 {
  top: 183px !important;
}

.bottom183, .bottom_183 {
  bottom: 183px !important;
}

.left183, .left_183 {
  left: 183px !important;
}

.right183, .right_183 {
  right: 183px !important;
}

.top_n183 {
  top: -183px !important;
}

.bottom_n183 {
  bottom: -183px !important;
}

.left_n183 {
  left: -183px !important;
}

.right_n183 {
  right: -183px !important;
}

.top184, .top_184 {
  top: 184px !important;
}

.bottom184, .bottom_184 {
  bottom: 184px !important;
}

.left184, .left_184 {
  left: 184px !important;
}

.right184, .right_184 {
  right: 184px !important;
}

.top_n184 {
  top: -184px !important;
}

.bottom_n184 {
  bottom: -184px !important;
}

.left_n184 {
  left: -184px !important;
}

.right_n184 {
  right: -184px !important;
}

.top185, .top_185 {
  top: 185px !important;
}

.bottom185, .bottom_185 {
  bottom: 185px !important;
}

.left185, .left_185 {
  left: 185px !important;
}

.right185, .right_185 {
  right: 185px !important;
}

.top_n185 {
  top: -185px !important;
}

.bottom_n185 {
  bottom: -185px !important;
}

.left_n185 {
  left: -185px !important;
}

.right_n185 {
  right: -185px !important;
}

.top186, .top_186 {
  top: 186px !important;
}

.bottom186, .bottom_186 {
  bottom: 186px !important;
}

.left186, .left_186 {
  left: 186px !important;
}

.right186, .right_186 {
  right: 186px !important;
}

.top_n186 {
  top: -186px !important;
}

.bottom_n186 {
  bottom: -186px !important;
}

.left_n186 {
  left: -186px !important;
}

.right_n186 {
  right: -186px !important;
}

.top187, .top_187 {
  top: 187px !important;
}

.bottom187, .bottom_187 {
  bottom: 187px !important;
}

.left187, .left_187 {
  left: 187px !important;
}

.right187, .right_187 {
  right: 187px !important;
}

.top_n187 {
  top: -187px !important;
}

.bottom_n187 {
  bottom: -187px !important;
}

.left_n187 {
  left: -187px !important;
}

.right_n187 {
  right: -187px !important;
}

.top188, .top_188 {
  top: 188px !important;
}

.bottom188, .bottom_188 {
  bottom: 188px !important;
}

.left188, .left_188 {
  left: 188px !important;
}

.right188, .right_188 {
  right: 188px !important;
}

.top_n188 {
  top: -188px !important;
}

.bottom_n188 {
  bottom: -188px !important;
}

.left_n188 {
  left: -188px !important;
}

.right_n188 {
  right: -188px !important;
}

.top189, .top_189 {
  top: 189px !important;
}

.bottom189, .bottom_189 {
  bottom: 189px !important;
}

.left189, .left_189 {
  left: 189px !important;
}

.right189, .right_189 {
  right: 189px !important;
}

.top_n189 {
  top: -189px !important;
}

.bottom_n189 {
  bottom: -189px !important;
}

.left_n189 {
  left: -189px !important;
}

.right_n189 {
  right: -189px !important;
}

.top190, .top_190 {
  top: 190px !important;
}

.bottom190, .bottom_190 {
  bottom: 190px !important;
}

.left190, .left_190 {
  left: 190px !important;
}

.right190, .right_190 {
  right: 190px !important;
}

.top_n190 {
  top: -190px !important;
}

.bottom_n190 {
  bottom: -190px !important;
}

.left_n190 {
  left: -190px !important;
}

.right_n190 {
  right: -190px !important;
}

.top191, .top_191 {
  top: 191px !important;
}

.bottom191, .bottom_191 {
  bottom: 191px !important;
}

.left191, .left_191 {
  left: 191px !important;
}

.right191, .right_191 {
  right: 191px !important;
}

.top_n191 {
  top: -191px !important;
}

.bottom_n191 {
  bottom: -191px !important;
}

.left_n191 {
  left: -191px !important;
}

.right_n191 {
  right: -191px !important;
}

.top192, .top_192 {
  top: 192px !important;
}

.bottom192, .bottom_192 {
  bottom: 192px !important;
}

.left192, .left_192 {
  left: 192px !important;
}

.right192, .right_192 {
  right: 192px !important;
}

.top_n192 {
  top: -192px !important;
}

.bottom_n192 {
  bottom: -192px !important;
}

.left_n192 {
  left: -192px !important;
}

.right_n192 {
  right: -192px !important;
}

.top193, .top_193 {
  top: 193px !important;
}

.bottom193, .bottom_193 {
  bottom: 193px !important;
}

.left193, .left_193 {
  left: 193px !important;
}

.right193, .right_193 {
  right: 193px !important;
}

.top_n193 {
  top: -193px !important;
}

.bottom_n193 {
  bottom: -193px !important;
}

.left_n193 {
  left: -193px !important;
}

.right_n193 {
  right: -193px !important;
}

.top194, .top_194 {
  top: 194px !important;
}

.bottom194, .bottom_194 {
  bottom: 194px !important;
}

.left194, .left_194 {
  left: 194px !important;
}

.right194, .right_194 {
  right: 194px !important;
}

.top_n194 {
  top: -194px !important;
}

.bottom_n194 {
  bottom: -194px !important;
}

.left_n194 {
  left: -194px !important;
}

.right_n194 {
  right: -194px !important;
}

.top195, .top_195 {
  top: 195px !important;
}

.bottom195, .bottom_195 {
  bottom: 195px !important;
}

.left195, .left_195 {
  left: 195px !important;
}

.right195, .right_195 {
  right: 195px !important;
}

.top_n195 {
  top: -195px !important;
}

.bottom_n195 {
  bottom: -195px !important;
}

.left_n195 {
  left: -195px !important;
}

.right_n195 {
  right: -195px !important;
}

.top196, .top_196 {
  top: 196px !important;
}

.bottom196, .bottom_196 {
  bottom: 196px !important;
}

.left196, .left_196 {
  left: 196px !important;
}

.right196, .right_196 {
  right: 196px !important;
}

.top_n196 {
  top: -196px !important;
}

.bottom_n196 {
  bottom: -196px !important;
}

.left_n196 {
  left: -196px !important;
}

.right_n196 {
  right: -196px !important;
}

.top197, .top_197 {
  top: 197px !important;
}

.bottom197, .bottom_197 {
  bottom: 197px !important;
}

.left197, .left_197 {
  left: 197px !important;
}

.right197, .right_197 {
  right: 197px !important;
}

.top_n197 {
  top: -197px !important;
}

.bottom_n197 {
  bottom: -197px !important;
}

.left_n197 {
  left: -197px !important;
}

.right_n197 {
  right: -197px !important;
}

.top198, .top_198 {
  top: 198px !important;
}

.bottom198, .bottom_198 {
  bottom: 198px !important;
}

.left198, .left_198 {
  left: 198px !important;
}

.right198, .right_198 {
  right: 198px !important;
}

.top_n198 {
  top: -198px !important;
}

.bottom_n198 {
  bottom: -198px !important;
}

.left_n198 {
  left: -198px !important;
}

.right_n198 {
  right: -198px !important;
}

.top199, .top_199 {
  top: 199px !important;
}

.bottom199, .bottom_199 {
  bottom: 199px !important;
}

.left199, .left_199 {
  left: 199px !important;
}

.right199, .right_199 {
  right: 199px !important;
}

.top_n199 {
  top: -199px !important;
}

.bottom_n199 {
  bottom: -199px !important;
}

.left_n199 {
  left: -199px !important;
}

.right_n199 {
  right: -199px !important;
}

.top200, .top_200 {
  top: 200px !important;
}

.bottom200, .bottom_200 {
  bottom: 200px !important;
}

.left200, .left_200 {
  left: 200px !important;
}

.right200, .right_200 {
  right: 200px !important;
}

.top_n200 {
  top: -200px !important;
}

.bottom_n200 {
  bottom: -200px !important;
}

.left_n200 {
  left: -200px !important;
}

.right_n200 {
  right: -200px !important;
}

.top201, .top_201 {
  top: 201px !important;
}

.bottom201, .bottom_201 {
  bottom: 201px !important;
}

.left201, .left_201 {
  left: 201px !important;
}

.right201, .right_201 {
  right: 201px !important;
}

.top_n201 {
  top: -201px !important;
}

.bottom_n201 {
  bottom: -201px !important;
}

.left_n201 {
  left: -201px !important;
}

.right_n201 {
  right: -201px !important;
}

.top202, .top_202 {
  top: 202px !important;
}

.bottom202, .bottom_202 {
  bottom: 202px !important;
}

.left202, .left_202 {
  left: 202px !important;
}

.right202, .right_202 {
  right: 202px !important;
}

.top_n202 {
  top: -202px !important;
}

.bottom_n202 {
  bottom: -202px !important;
}

.left_n202 {
  left: -202px !important;
}

.right_n202 {
  right: -202px !important;
}

.top203, .top_203 {
  top: 203px !important;
}

.bottom203, .bottom_203 {
  bottom: 203px !important;
}

.left203, .left_203 {
  left: 203px !important;
}

.right203, .right_203 {
  right: 203px !important;
}

.top_n203 {
  top: -203px !important;
}

.bottom_n203 {
  bottom: -203px !important;
}

.left_n203 {
  left: -203px !important;
}

.right_n203 {
  right: -203px !important;
}

.top204, .top_204 {
  top: 204px !important;
}

.bottom204, .bottom_204 {
  bottom: 204px !important;
}

.left204, .left_204 {
  left: 204px !important;
}

.right204, .right_204 {
  right: 204px !important;
}

.top_n204 {
  top: -204px !important;
}

.bottom_n204 {
  bottom: -204px !important;
}

.left_n204 {
  left: -204px !important;
}

.right_n204 {
  right: -204px !important;
}

.top205, .top_205 {
  top: 205px !important;
}

.bottom205, .bottom_205 {
  bottom: 205px !important;
}

.left205, .left_205 {
  left: 205px !important;
}

.right205, .right_205 {
  right: 205px !important;
}

.top_n205 {
  top: -205px !important;
}

.bottom_n205 {
  bottom: -205px !important;
}

.left_n205 {
  left: -205px !important;
}

.right_n205 {
  right: -205px !important;
}

.top206, .top_206 {
  top: 206px !important;
}

.bottom206, .bottom_206 {
  bottom: 206px !important;
}

.left206, .left_206 {
  left: 206px !important;
}

.right206, .right_206 {
  right: 206px !important;
}

.top_n206 {
  top: -206px !important;
}

.bottom_n206 {
  bottom: -206px !important;
}

.left_n206 {
  left: -206px !important;
}

.right_n206 {
  right: -206px !important;
}

.top207, .top_207 {
  top: 207px !important;
}

.bottom207, .bottom_207 {
  bottom: 207px !important;
}

.left207, .left_207 {
  left: 207px !important;
}

.right207, .right_207 {
  right: 207px !important;
}

.top_n207 {
  top: -207px !important;
}

.bottom_n207 {
  bottom: -207px !important;
}

.left_n207 {
  left: -207px !important;
}

.right_n207 {
  right: -207px !important;
}

.top208, .top_208 {
  top: 208px !important;
}

.bottom208, .bottom_208 {
  bottom: 208px !important;
}

.left208, .left_208 {
  left: 208px !important;
}

.right208, .right_208 {
  right: 208px !important;
}

.top_n208 {
  top: -208px !important;
}

.bottom_n208 {
  bottom: -208px !important;
}

.left_n208 {
  left: -208px !important;
}

.right_n208 {
  right: -208px !important;
}

.top209, .top_209 {
  top: 209px !important;
}

.bottom209, .bottom_209 {
  bottom: 209px !important;
}

.left209, .left_209 {
  left: 209px !important;
}

.right209, .right_209 {
  right: 209px !important;
}

.top_n209 {
  top: -209px !important;
}

.bottom_n209 {
  bottom: -209px !important;
}

.left_n209 {
  left: -209px !important;
}

.right_n209 {
  right: -209px !important;
}

.top210, .top_210 {
  top: 210px !important;
}

.bottom210, .bottom_210 {
  bottom: 210px !important;
}

.left210, .left_210 {
  left: 210px !important;
}

.right210, .right_210 {
  right: 210px !important;
}

.top_n210 {
  top: -210px !important;
}

.bottom_n210 {
  bottom: -210px !important;
}

.left_n210 {
  left: -210px !important;
}

.right_n210 {
  right: -210px !important;
}

.top211, .top_211 {
  top: 211px !important;
}

.bottom211, .bottom_211 {
  bottom: 211px !important;
}

.left211, .left_211 {
  left: 211px !important;
}

.right211, .right_211 {
  right: 211px !important;
}

.top_n211 {
  top: -211px !important;
}

.bottom_n211 {
  bottom: -211px !important;
}

.left_n211 {
  left: -211px !important;
}

.right_n211 {
  right: -211px !important;
}

.top212, .top_212 {
  top: 212px !important;
}

.bottom212, .bottom_212 {
  bottom: 212px !important;
}

.left212, .left_212 {
  left: 212px !important;
}

.right212, .right_212 {
  right: 212px !important;
}

.top_n212 {
  top: -212px !important;
}

.bottom_n212 {
  bottom: -212px !important;
}

.left_n212 {
  left: -212px !important;
}

.right_n212 {
  right: -212px !important;
}

.top213, .top_213 {
  top: 213px !important;
}

.bottom213, .bottom_213 {
  bottom: 213px !important;
}

.left213, .left_213 {
  left: 213px !important;
}

.right213, .right_213 {
  right: 213px !important;
}

.top_n213 {
  top: -213px !important;
}

.bottom_n213 {
  bottom: -213px !important;
}

.left_n213 {
  left: -213px !important;
}

.right_n213 {
  right: -213px !important;
}

.top214, .top_214 {
  top: 214px !important;
}

.bottom214, .bottom_214 {
  bottom: 214px !important;
}

.left214, .left_214 {
  left: 214px !important;
}

.right214, .right_214 {
  right: 214px !important;
}

.top_n214 {
  top: -214px !important;
}

.bottom_n214 {
  bottom: -214px !important;
}

.left_n214 {
  left: -214px !important;
}

.right_n214 {
  right: -214px !important;
}

.top215, .top_215 {
  top: 215px !important;
}

.bottom215, .bottom_215 {
  bottom: 215px !important;
}

.left215, .left_215 {
  left: 215px !important;
}

.right215, .right_215 {
  right: 215px !important;
}

.top_n215 {
  top: -215px !important;
}

.bottom_n215 {
  bottom: -215px !important;
}

.left_n215 {
  left: -215px !important;
}

.right_n215 {
  right: -215px !important;
}

.top216, .top_216 {
  top: 216px !important;
}

.bottom216, .bottom_216 {
  bottom: 216px !important;
}

.left216, .left_216 {
  left: 216px !important;
}

.right216, .right_216 {
  right: 216px !important;
}

.top_n216 {
  top: -216px !important;
}

.bottom_n216 {
  bottom: -216px !important;
}

.left_n216 {
  left: -216px !important;
}

.right_n216 {
  right: -216px !important;
}

.top217, .top_217 {
  top: 217px !important;
}

.bottom217, .bottom_217 {
  bottom: 217px !important;
}

.left217, .left_217 {
  left: 217px !important;
}

.right217, .right_217 {
  right: 217px !important;
}

.top_n217 {
  top: -217px !important;
}

.bottom_n217 {
  bottom: -217px !important;
}

.left_n217 {
  left: -217px !important;
}

.right_n217 {
  right: -217px !important;
}

.top218, .top_218 {
  top: 218px !important;
}

.bottom218, .bottom_218 {
  bottom: 218px !important;
}

.left218, .left_218 {
  left: 218px !important;
}

.right218, .right_218 {
  right: 218px !important;
}

.top_n218 {
  top: -218px !important;
}

.bottom_n218 {
  bottom: -218px !important;
}

.left_n218 {
  left: -218px !important;
}

.right_n218 {
  right: -218px !important;
}

.top219, .top_219 {
  top: 219px !important;
}

.bottom219, .bottom_219 {
  bottom: 219px !important;
}

.left219, .left_219 {
  left: 219px !important;
}

.right219, .right_219 {
  right: 219px !important;
}

.top_n219 {
  top: -219px !important;
}

.bottom_n219 {
  bottom: -219px !important;
}

.left_n219 {
  left: -219px !important;
}

.right_n219 {
  right: -219px !important;
}

.top220, .top_220 {
  top: 220px !important;
}

.bottom220, .bottom_220 {
  bottom: 220px !important;
}

.left220, .left_220 {
  left: 220px !important;
}

.right220, .right_220 {
  right: 220px !important;
}

.top_n220 {
  top: -220px !important;
}

.bottom_n220 {
  bottom: -220px !important;
}

.left_n220 {
  left: -220px !important;
}

.right_n220 {
  right: -220px !important;
}

.top221, .top_221 {
  top: 221px !important;
}

.bottom221, .bottom_221 {
  bottom: 221px !important;
}

.left221, .left_221 {
  left: 221px !important;
}

.right221, .right_221 {
  right: 221px !important;
}

.top_n221 {
  top: -221px !important;
}

.bottom_n221 {
  bottom: -221px !important;
}

.left_n221 {
  left: -221px !important;
}

.right_n221 {
  right: -221px !important;
}

.top222, .top_222 {
  top: 222px !important;
}

.bottom222, .bottom_222 {
  bottom: 222px !important;
}

.left222, .left_222 {
  left: 222px !important;
}

.right222, .right_222 {
  right: 222px !important;
}

.top_n222 {
  top: -222px !important;
}

.bottom_n222 {
  bottom: -222px !important;
}

.left_n222 {
  left: -222px !important;
}

.right_n222 {
  right: -222px !important;
}

.top223, .top_223 {
  top: 223px !important;
}

.bottom223, .bottom_223 {
  bottom: 223px !important;
}

.left223, .left_223 {
  left: 223px !important;
}

.right223, .right_223 {
  right: 223px !important;
}

.top_n223 {
  top: -223px !important;
}

.bottom_n223 {
  bottom: -223px !important;
}

.left_n223 {
  left: -223px !important;
}

.right_n223 {
  right: -223px !important;
}

.top224, .top_224 {
  top: 224px !important;
}

.bottom224, .bottom_224 {
  bottom: 224px !important;
}

.left224, .left_224 {
  left: 224px !important;
}

.right224, .right_224 {
  right: 224px !important;
}

.top_n224 {
  top: -224px !important;
}

.bottom_n224 {
  bottom: -224px !important;
}

.left_n224 {
  left: -224px !important;
}

.right_n224 {
  right: -224px !important;
}

.top225, .top_225 {
  top: 225px !important;
}

.bottom225, .bottom_225 {
  bottom: 225px !important;
}

.left225, .left_225 {
  left: 225px !important;
}

.right225, .right_225 {
  right: 225px !important;
}

.top_n225 {
  top: -225px !important;
}

.bottom_n225 {
  bottom: -225px !important;
}

.left_n225 {
  left: -225px !important;
}

.right_n225 {
  right: -225px !important;
}

.top226, .top_226 {
  top: 226px !important;
}

.bottom226, .bottom_226 {
  bottom: 226px !important;
}

.left226, .left_226 {
  left: 226px !important;
}

.right226, .right_226 {
  right: 226px !important;
}

.top_n226 {
  top: -226px !important;
}

.bottom_n226 {
  bottom: -226px !important;
}

.left_n226 {
  left: -226px !important;
}

.right_n226 {
  right: -226px !important;
}

.top227, .top_227 {
  top: 227px !important;
}

.bottom227, .bottom_227 {
  bottom: 227px !important;
}

.left227, .left_227 {
  left: 227px !important;
}

.right227, .right_227 {
  right: 227px !important;
}

.top_n227 {
  top: -227px !important;
}

.bottom_n227 {
  bottom: -227px !important;
}

.left_n227 {
  left: -227px !important;
}

.right_n227 {
  right: -227px !important;
}

.top228, .top_228 {
  top: 228px !important;
}

.bottom228, .bottom_228 {
  bottom: 228px !important;
}

.left228, .left_228 {
  left: 228px !important;
}

.right228, .right_228 {
  right: 228px !important;
}

.top_n228 {
  top: -228px !important;
}

.bottom_n228 {
  bottom: -228px !important;
}

.left_n228 {
  left: -228px !important;
}

.right_n228 {
  right: -228px !important;
}

.top229, .top_229 {
  top: 229px !important;
}

.bottom229, .bottom_229 {
  bottom: 229px !important;
}

.left229, .left_229 {
  left: 229px !important;
}

.right229, .right_229 {
  right: 229px !important;
}

.top_n229 {
  top: -229px !important;
}

.bottom_n229 {
  bottom: -229px !important;
}

.left_n229 {
  left: -229px !important;
}

.right_n229 {
  right: -229px !important;
}

.top230, .top_230 {
  top: 230px !important;
}

.bottom230, .bottom_230 {
  bottom: 230px !important;
}

.left230, .left_230 {
  left: 230px !important;
}

.right230, .right_230 {
  right: 230px !important;
}

.top_n230 {
  top: -230px !important;
}

.bottom_n230 {
  bottom: -230px !important;
}

.left_n230 {
  left: -230px !important;
}

.right_n230 {
  right: -230px !important;
}

.top231, .top_231 {
  top: 231px !important;
}

.bottom231, .bottom_231 {
  bottom: 231px !important;
}

.left231, .left_231 {
  left: 231px !important;
}

.right231, .right_231 {
  right: 231px !important;
}

.top_n231 {
  top: -231px !important;
}

.bottom_n231 {
  bottom: -231px !important;
}

.left_n231 {
  left: -231px !important;
}

.right_n231 {
  right: -231px !important;
}

.top232, .top_232 {
  top: 232px !important;
}

.bottom232, .bottom_232 {
  bottom: 232px !important;
}

.left232, .left_232 {
  left: 232px !important;
}

.right232, .right_232 {
  right: 232px !important;
}

.top_n232 {
  top: -232px !important;
}

.bottom_n232 {
  bottom: -232px !important;
}

.left_n232 {
  left: -232px !important;
}

.right_n232 {
  right: -232px !important;
}

.top233, .top_233 {
  top: 233px !important;
}

.bottom233, .bottom_233 {
  bottom: 233px !important;
}

.left233, .left_233 {
  left: 233px !important;
}

.right233, .right_233 {
  right: 233px !important;
}

.top_n233 {
  top: -233px !important;
}

.bottom_n233 {
  bottom: -233px !important;
}

.left_n233 {
  left: -233px !important;
}

.right_n233 {
  right: -233px !important;
}

.top234, .top_234 {
  top: 234px !important;
}

.bottom234, .bottom_234 {
  bottom: 234px !important;
}

.left234, .left_234 {
  left: 234px !important;
}

.right234, .right_234 {
  right: 234px !important;
}

.top_n234 {
  top: -234px !important;
}

.bottom_n234 {
  bottom: -234px !important;
}

.left_n234 {
  left: -234px !important;
}

.right_n234 {
  right: -234px !important;
}

.top235, .top_235 {
  top: 235px !important;
}

.bottom235, .bottom_235 {
  bottom: 235px !important;
}

.left235, .left_235 {
  left: 235px !important;
}

.right235, .right_235 {
  right: 235px !important;
}

.top_n235 {
  top: -235px !important;
}

.bottom_n235 {
  bottom: -235px !important;
}

.left_n235 {
  left: -235px !important;
}

.right_n235 {
  right: -235px !important;
}

.top236, .top_236 {
  top: 236px !important;
}

.bottom236, .bottom_236 {
  bottom: 236px !important;
}

.left236, .left_236 {
  left: 236px !important;
}

.right236, .right_236 {
  right: 236px !important;
}

.top_n236 {
  top: -236px !important;
}

.bottom_n236 {
  bottom: -236px !important;
}

.left_n236 {
  left: -236px !important;
}

.right_n236 {
  right: -236px !important;
}

.top237, .top_237 {
  top: 237px !important;
}

.bottom237, .bottom_237 {
  bottom: 237px !important;
}

.left237, .left_237 {
  left: 237px !important;
}

.right237, .right_237 {
  right: 237px !important;
}

.top_n237 {
  top: -237px !important;
}

.bottom_n237 {
  bottom: -237px !important;
}

.left_n237 {
  left: -237px !important;
}

.right_n237 {
  right: -237px !important;
}

.top238, .top_238 {
  top: 238px !important;
}

.bottom238, .bottom_238 {
  bottom: 238px !important;
}

.left238, .left_238 {
  left: 238px !important;
}

.right238, .right_238 {
  right: 238px !important;
}

.top_n238 {
  top: -238px !important;
}

.bottom_n238 {
  bottom: -238px !important;
}

.left_n238 {
  left: -238px !important;
}

.right_n238 {
  right: -238px !important;
}

.top239, .top_239 {
  top: 239px !important;
}

.bottom239, .bottom_239 {
  bottom: 239px !important;
}

.left239, .left_239 {
  left: 239px !important;
}

.right239, .right_239 {
  right: 239px !important;
}

.top_n239 {
  top: -239px !important;
}

.bottom_n239 {
  bottom: -239px !important;
}

.left_n239 {
  left: -239px !important;
}

.right_n239 {
  right: -239px !important;
}

.top240, .top_240 {
  top: 240px !important;
}

.bottom240, .bottom_240 {
  bottom: 240px !important;
}

.left240, .left_240 {
  left: 240px !important;
}

.right240, .right_240 {
  right: 240px !important;
}

.top_n240 {
  top: -240px !important;
}

.bottom_n240 {
  bottom: -240px !important;
}

.left_n240 {
  left: -240px !important;
}

.right_n240 {
  right: -240px !important;
}

.top241, .top_241 {
  top: 241px !important;
}

.bottom241, .bottom_241 {
  bottom: 241px !important;
}

.left241, .left_241 {
  left: 241px !important;
}

.right241, .right_241 {
  right: 241px !important;
}

.top_n241 {
  top: -241px !important;
}

.bottom_n241 {
  bottom: -241px !important;
}

.left_n241 {
  left: -241px !important;
}

.right_n241 {
  right: -241px !important;
}

.top242, .top_242 {
  top: 242px !important;
}

.bottom242, .bottom_242 {
  bottom: 242px !important;
}

.left242, .left_242 {
  left: 242px !important;
}

.right242, .right_242 {
  right: 242px !important;
}

.top_n242 {
  top: -242px !important;
}

.bottom_n242 {
  bottom: -242px !important;
}

.left_n242 {
  left: -242px !important;
}

.right_n242 {
  right: -242px !important;
}

.top243, .top_243 {
  top: 243px !important;
}

.bottom243, .bottom_243 {
  bottom: 243px !important;
}

.left243, .left_243 {
  left: 243px !important;
}

.right243, .right_243 {
  right: 243px !important;
}

.top_n243 {
  top: -243px !important;
}

.bottom_n243 {
  bottom: -243px !important;
}

.left_n243 {
  left: -243px !important;
}

.right_n243 {
  right: -243px !important;
}

.top244, .top_244 {
  top: 244px !important;
}

.bottom244, .bottom_244 {
  bottom: 244px !important;
}

.left244, .left_244 {
  left: 244px !important;
}

.right244, .right_244 {
  right: 244px !important;
}

.top_n244 {
  top: -244px !important;
}

.bottom_n244 {
  bottom: -244px !important;
}

.left_n244 {
  left: -244px !important;
}

.right_n244 {
  right: -244px !important;
}

.top245, .top_245 {
  top: 245px !important;
}

.bottom245, .bottom_245 {
  bottom: 245px !important;
}

.left245, .left_245 {
  left: 245px !important;
}

.right245, .right_245 {
  right: 245px !important;
}

.top_n245 {
  top: -245px !important;
}

.bottom_n245 {
  bottom: -245px !important;
}

.left_n245 {
  left: -245px !important;
}

.right_n245 {
  right: -245px !important;
}

.top246, .top_246 {
  top: 246px !important;
}

.bottom246, .bottom_246 {
  bottom: 246px !important;
}

.left246, .left_246 {
  left: 246px !important;
}

.right246, .right_246 {
  right: 246px !important;
}

.top_n246 {
  top: -246px !important;
}

.bottom_n246 {
  bottom: -246px !important;
}

.left_n246 {
  left: -246px !important;
}

.right_n246 {
  right: -246px !important;
}

.top247, .top_247 {
  top: 247px !important;
}

.bottom247, .bottom_247 {
  bottom: 247px !important;
}

.left247, .left_247 {
  left: 247px !important;
}

.right247, .right_247 {
  right: 247px !important;
}

.top_n247 {
  top: -247px !important;
}

.bottom_n247 {
  bottom: -247px !important;
}

.left_n247 {
  left: -247px !important;
}

.right_n247 {
  right: -247px !important;
}

.top248, .top_248 {
  top: 248px !important;
}

.bottom248, .bottom_248 {
  bottom: 248px !important;
}

.left248, .left_248 {
  left: 248px !important;
}

.right248, .right_248 {
  right: 248px !important;
}

.top_n248 {
  top: -248px !important;
}

.bottom_n248 {
  bottom: -248px !important;
}

.left_n248 {
  left: -248px !important;
}

.right_n248 {
  right: -248px !important;
}

.top249, .top_249 {
  top: 249px !important;
}

.bottom249, .bottom_249 {
  bottom: 249px !important;
}

.left249, .left_249 {
  left: 249px !important;
}

.right249, .right_249 {
  right: 249px !important;
}

.top_n249 {
  top: -249px !important;
}

.bottom_n249 {
  bottom: -249px !important;
}

.left_n249 {
  left: -249px !important;
}

.right_n249 {
  right: -249px !important;
}

.top250, .top_250 {
  top: 250px !important;
}

.bottom250, .bottom_250 {
  bottom: 250px !important;
}

.left250, .left_250 {
  left: 250px !important;
}

.right250, .right_250 {
  right: 250px !important;
}

.top_n250 {
  top: -250px !important;
}

.bottom_n250 {
  bottom: -250px !important;
}

.left_n250 {
  left: -250px !important;
}

.right_n250 {
  right: -250px !important;
}

.top_full {
  top: 100% !important;
}

.bottom_full {
  bottom: 100% !important;
}

.left_full {
  left: 100% !important;
}

.right_full {
  right: 100% !important;
}

.pos_rel {
  position: relative !important;
}

.pos_abs {
  position: absolute !important;
}

.pos_fix {
  position: fixed !important;
}

.pos_center {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.pos_v_center {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.pos_h_center {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.z10 {
  z-index: 10 !important;
}

.z20 {
  z-index: 20 !important;
}

.z30 {
  z-index: 30 !important;
}

.z40 {
  z-index: 40 !important;
}

.z50 {
  z-index: 50 !important;
}

.z60 {
  z-index: 60 !important;
}

.z70 {
  z-index: 70 !important;
}

.z80 {
  z-index: 80 !important;
}

.z90 {
  z-index: 90 !important;
}

.z100 {
  z-index: 100 !important;
}

.overflow_hidden {
  overflow: hidden !important;
}

.overflow_auto {
  overflow: auto !important;
}

.overflow_scroll {
  overflow: scroll !important;
}

.overflow_v_auto {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.ls_n1 {
  letter-spacing: -0.01rem !important;
}

.ls_p1 {
  letter-spacing: 0.01rem !important;
}

.ls_n2 {
  letter-spacing: -0.02rem !important;
}

.ls_p2 {
  letter-spacing: 0.02rem !important;
}

.ls_n3 {
  letter-spacing: -0.03rem !important;
}

.ls_p3 {
  letter-spacing: 0.03rem !important;
}

.ls_n4 {
  letter-spacing: -0.04rem !important;
}

.ls_p4 {
  letter-spacing: 0.04rem !important;
}

.ls_n5 {
  letter-spacing: -0.05rem !important;
}

.ls_p5 {
  letter-spacing: 0.05rem !important;
}

.ls_n6 {
  letter-spacing: -0.06rem !important;
}

.ls_p6 {
  letter-spacing: 0.06rem !important;
}

.ls_n7 {
  letter-spacing: -0.07rem !important;
}

.ls_p7 {
  letter-spacing: 0.07rem !important;
}

.ls_n8 {
  letter-spacing: -0.08rem !important;
}

.ls_p8 {
  letter-spacing: 0.08rem !important;
}

.ls_n9 {
  letter-spacing: -0.09rem !important;
}

.ls_p9 {
  letter-spacing: 0.09rem !important;
}

.ls_n10 {
  letter-spacing: -0.1rem !important;
}

.ls_p10 {
  letter-spacing: 0.1rem !important;
}

.ls_0 {
  letter-spacing: 0 !important;
}

.w5 {
  width: 5% !important;
}

.h5 {
  height: 5% !important;
}

.w10 {
  width: 10% !important;
}

.h10 {
  height: 10% !important;
}

.w15 {
  width: 15% !important;
}

.h15 {
  height: 15% !important;
}

.w20 {
  width: 20% !important;
}

.h20 {
  height: 20% !important;
}

.w25 {
  width: 25% !important;
}

.h25 {
  height: 25% !important;
}

.w30 {
  width: 30% !important;
}

.h30 {
  height: 30% !important;
}

.w35 {
  width: 35% !important;
}

.h35 {
  height: 35% !important;
}

.w40 {
  width: 40% !important;
}

.h40 {
  height: 40% !important;
}

.w45 {
  width: 45% !important;
}

.h45 {
  height: 45% !important;
}

.w50 {
  width: 50% !important;
}

.h50 {
  height: 50% !important;
}

.w55 {
  width: 55% !important;
}

.h55 {
  height: 55% !important;
}

.w60 {
  width: 60% !important;
}

.h60 {
  height: 60% !important;
}

.w65 {
  width: 65% !important;
}

.h65 {
  height: 65% !important;
}

.w70 {
  width: 70% !important;
}

.h70 {
  height: 70% !important;
}

.w75 {
  width: 75% !important;
}

.h75 {
  height: 75% !important;
}

.w80 {
  width: 80% !important;
}

.h80 {
  height: 80% !important;
}

.w85 {
  width: 85% !important;
}

.h85 {
  height: 85% !important;
}

.w90 {
  width: 90% !important;
}

.h90 {
  height: 90% !important;
}

.w95 {
  width: 95% !important;
}

.h95 {
  height: 95% !important;
}

.w100 {
  width: 100% !important;
}

.h100 {
  height: 100% !important;
}

.w_10px {
  width: 10px !important;
}

.mnw_10px {
  min-width: 10px !important;
}

.mxw_10px {
  max-width: 10px !important;
}

.h_10px {
  height: 10px !important;
}

.mnh_10px {
  min-height: 10px !important;
}

.mxh_10px {
  max-height: 10px !important;
}

.w_20px {
  width: 20px !important;
}

.mnw_20px {
  min-width: 20px !important;
}

.mxw_20px {
  max-width: 20px !important;
}

.h_20px {
  height: 20px !important;
}

.mnh_20px {
  min-height: 20px !important;
}

.mxh_20px {
  max-height: 20px !important;
}

.w_30px {
  width: 30px !important;
}

.mnw_30px {
  min-width: 30px !important;
}

.mxw_30px {
  max-width: 30px !important;
}

.h_30px {
  height: 30px !important;
}

.mnh_30px {
  min-height: 30px !important;
}

.mxh_30px {
  max-height: 30px !important;
}

.w_40px {
  width: 40px !important;
}

.mnw_40px {
  min-width: 40px !important;
}

.mxw_40px {
  max-width: 40px !important;
}

.h_40px {
  height: 40px !important;
}

.mnh_40px {
  min-height: 40px !important;
}

.mxh_40px {
  max-height: 40px !important;
}

.w_50px {
  width: 50px !important;
}

.mnw_50px {
  min-width: 50px !important;
}

.mxw_50px {
  max-width: 50px !important;
}

.h_50px {
  height: 50px !important;
}

.mnh_50px {
  min-height: 50px !important;
}

.mxh_50px {
  max-height: 50px !important;
}

.w_60px {
  width: 60px !important;
}

.mnw_60px {
  min-width: 60px !important;
}

.mxw_60px {
  max-width: 60px !important;
}

.h_60px {
  height: 60px !important;
}

.mnh_60px {
  min-height: 60px !important;
}

.mxh_60px {
  max-height: 60px !important;
}

.w_70px {
  width: 70px !important;
}

.mnw_70px {
  min-width: 70px !important;
}

.mxw_70px {
  max-width: 70px !important;
}

.h_70px {
  height: 70px !important;
}

.mnh_70px {
  min-height: 70px !important;
}

.mxh_70px {
  max-height: 70px !important;
}

.w_80px {
  width: 80px !important;
}

.mnw_80px {
  min-width: 80px !important;
}

.mxw_80px {
  max-width: 80px !important;
}

.h_80px {
  height: 80px !important;
}

.mnh_80px {
  min-height: 80px !important;
}

.mxh_80px {
  max-height: 80px !important;
}

.w_90px {
  width: 90px !important;
}

.mnw_90px {
  min-width: 90px !important;
}

.mxw_90px {
  max-width: 90px !important;
}

.h_90px {
  height: 90px !important;
}

.mnh_90px {
  min-height: 90px !important;
}

.mxh_90px {
  max-height: 90px !important;
}

.w_100px {
  width: 100px !important;
}

.mnw_100px {
  min-width: 100px !important;
}

.mxw_100px {
  max-width: 100px !important;
}

.h_100px {
  height: 100px !important;
}

.mnh_100px {
  min-height: 100px !important;
}

.mxh_100px {
  max-height: 100px !important;
}

.w_110px {
  width: 110px !important;
}

.mnw_110px {
  min-width: 110px !important;
}

.mxw_110px {
  max-width: 110px !important;
}

.h_110px {
  height: 110px !important;
}

.mnh_110px {
  min-height: 110px !important;
}

.mxh_110px {
  max-height: 110px !important;
}

.w_120px {
  width: 120px !important;
}

.mnw_120px {
  min-width: 120px !important;
}

.mxw_120px {
  max-width: 120px !important;
}

.h_120px {
  height: 120px !important;
}

.mnh_120px {
  min-height: 120px !important;
}

.mxh_120px {
  max-height: 120px !important;
}

.w_130px {
  width: 130px !important;
}

.mnw_130px {
  min-width: 130px !important;
}

.mxw_130px {
  max-width: 130px !important;
}

.h_130px {
  height: 130px !important;
}

.mnh_130px {
  min-height: 130px !important;
}

.mxh_130px {
  max-height: 130px !important;
}

.w_140px {
  width: 140px !important;
}

.mnw_140px {
  min-width: 140px !important;
}

.mxw_140px {
  max-width: 140px !important;
}

.h_140px {
  height: 140px !important;
}

.mnh_140px {
  min-height: 140px !important;
}

.mxh_140px {
  max-height: 140px !important;
}

.w_150px {
  width: 150px !important;
}

.mnw_150px {
  min-width: 150px !important;
}

.mxw_150px {
  max-width: 150px !important;
}

.h_150px {
  height: 150px !important;
}

.mnh_150px {
  min-height: 150px !important;
}

.mxh_150px {
  max-height: 150px !important;
}

.w_160px {
  width: 160px !important;
}

.mnw_160px {
  min-width: 160px !important;
}

.mxw_160px {
  max-width: 160px !important;
}

.h_160px {
  height: 160px !important;
}

.mnh_160px {
  min-height: 160px !important;
}

.mxh_160px {
  max-height: 160px !important;
}

.w_170px {
  width: 170px !important;
}

.mnw_170px {
  min-width: 170px !important;
}

.mxw_170px {
  max-width: 170px !important;
}

.h_170px {
  height: 170px !important;
}

.mnh_170px {
  min-height: 170px !important;
}

.mxh_170px {
  max-height: 170px !important;
}

.w_180px {
  width: 180px !important;
}

.mnw_180px {
  min-width: 180px !important;
}

.mxw_180px {
  max-width: 180px !important;
}

.h_180px {
  height: 180px !important;
}

.mnh_180px {
  min-height: 180px !important;
}

.mxh_180px {
  max-height: 180px !important;
}

.w_190px {
  width: 190px !important;
}

.mnw_190px {
  min-width: 190px !important;
}

.mxw_190px {
  max-width: 190px !important;
}

.h_190px {
  height: 190px !important;
}

.mnh_190px {
  min-height: 190px !important;
}

.mxh_190px {
  max-height: 190px !important;
}

.w_200px {
  width: 200px !important;
}

.mnw_200px {
  min-width: 200px !important;
}

.mxw_200px {
  max-width: 200px !important;
}

.h_200px {
  height: 200px !important;
}

.mnh_200px {
  min-height: 200px !important;
}

.mxh_200px {
  max-height: 200px !important;
}

.w_250px {
  width: 250px !important;
}

.mnw_250px {
  min-width: 250px !important;
}

.mxw_250px {
  max-width: 250px !important;
}

.h_250px {
  height: 250px !important;
}

.mnh_250px {
  min-height: 250px !important;
}

.mxh_250px {
  max-height: 250px !important;
}

.w_300px {
  width: 300px !important;
}

.mnw_300px {
  min-width: 300px !important;
}

.mxw_300px {
  max-width: 300px !important;
}

.h_300px {
  height: 300px !important;
}

.mnh_300px {
  min-height: 300px !important;
}

.mxh_300px {
  max-height: 300px !important;
}

.w_350px {
  width: 350px !important;
}

.mnw_350px {
  min-width: 350px !important;
}

.mxw_350px {
  max-width: 350px !important;
}

.h_350px {
  height: 350px !important;
}

.mnh_350px {
  min-height: 350px !important;
}

.mxh_350px {
  max-height: 350px !important;
}

.w_400px {
  width: 400px !important;
}

.mnw_400px {
  min-width: 400px !important;
}

.mxw_400px {
  max-width: 400px !important;
}

.h_400px {
  height: 400px !important;
}

.mnh_400px {
  min-height: 400px !important;
}

.mxh_400px {
  max-height: 400px !important;
}

.w_450px {
  width: 450px !important;
}

.mnw_450px {
  min-width: 450px !important;
}

.mxw_450px {
  max-width: 450px !important;
}

.h_450px {
  height: 450px !important;
}

.mnh_450px {
  min-height: 450px !important;
}

.mxh_450px {
  max-height: 450px !important;
}

.w_500px {
  width: 500px !important;
}

.mnw_500px {
  min-width: 500px !important;
}

.mxw_500px {
  max-width: 500px !important;
}

.h_500px {
  height: 500px !important;
}

.mnh_500px {
  min-height: 500px !important;
}

.mxh_500px {
  max-height: 500px !important;
}

.w_600px {
  width: 600px !important;
}

.mnw_600px {
  min-width: 600px !important;
}

.mxw_600px {
  max-width: 600px !important;
}

.h_600px {
  height: 600px !important;
}

.mnh_600px {
  min-height: 600px !important;
}

.mxh_600px {
  max-height: 600px !important;
}

.w_700px {
  width: 700px !important;
}

.mnw_700px {
  min-width: 700px !important;
}

.mxw_700px {
  max-width: 700px !important;
}

.h_700px {
  height: 700px !important;
}

.mnh_700px {
  min-height: 700px !important;
}

.mxh_700px {
  max-height: 700px !important;
}

.w_800px {
  width: 800px !important;
}

.mnw_800px {
  min-width: 800px !important;
}

.mxw_800px {
  max-width: 800px !important;
}

.h_800px {
  height: 800px !important;
}

.mnh_800px {
  min-height: 800px !important;
}

.mxh_800px {
  max-height: 800px !important;
}

.w_900px {
  width: 900px !important;
}

.mnw_900px {
  min-width: 900px !important;
}

.mxw_900px {
  max-width: 900px !important;
}

.h_900px {
  height: 900px !important;
}

.mnh_900px {
  min-height: 900px !important;
}

.mxh_900px {
  max-height: 900px !important;
}

.w_1000px {
  width: 1000px !important;
}

.mnw_1000px {
  min-width: 1000px !important;
}

.mxw_1000px {
  max-width: 1000px !important;
}

.h_1000px {
  height: 1000px !important;
}

.mnh_1000px {
  min-height: 1000px !important;
}

.mxh_1000px {
  max-height: 1000px !important;
}

.w_1200px {
  width: 1200px !important;
}

.mnw_1200px {
  min-width: 1200px !important;
}

.mxw_1200px {
  max-width: 1200px !important;
}

.h_1200px {
  height: 1200px !important;
}

.mnh_1200px {
  min-height: 1200px !important;
}

.mxh_1200px {
  max-height: 1200px !important;
}

.w_full {
  width: 100% !important;
}

.h_full {
  height: 100% !important;
}

.vw_full {
  width: 100vw !important;
}

.vh_full {
  height: 100vh !important;
}

.w_auto {
  width: auto !important;
}

.h_auto {
  height: auto !important;
}

.mnw_0 {
  min-width: 0 !important;
}

.mnh_0 {
  min-height: 0 !important;
}

.mxw_none {
  max-width: none !important;
}

.mxh_none {
  max-height: none !important;
}

.mxw_full {
  max-width: 100% !important;
}

.mxh_full {
  max-height: 100% !important;
}

.wrap {
  width: 100%;
  /* 계산법: 1440px + 가변 패딩의 최대치(2rem * 2)를 고려하여 유지 */
  max-width: calc(1440px + 4rem);
  /* [핵심] 최소 1rem(16px) ~ 가변 3vw ~ 최대 2rem(32px) */
  padding-left: clamp(1rem, 3vw, 2rem);
  padding-right: clamp(1rem, 3vw, 2rem);
  margin: 0 auto;
  word-break: keep-all;
  /* 보너스: 박스 사이징 누락 방지 */
  box-sizing: border-box;
}

.d_inline_flex {
  display: inline-flex !important;
}

.pos_sta {
  position: static !important;
}

.pos_stk {
  position: sticky !important;
}

.flex_row_reverse {
  flex-direction: row-reverse !important;
}

.flex_column_reverse {
  flex-direction: column-reverse !important;
}

.flex_nowrap {
  flex-wrap: nowrap !important;
}

.flex_wrap_reverse {
  flex-wrap: wrap-reverse !important;
}

.flex_grow1 {
  flex-grow: 1 !important;
}

.flex_grow0 {
  flex-grow: 0 !important;
}

.flex_shrink1 {
  flex-shrink: 1 !important;
}

.ai_sta {
  align-items: flex-start !important;
}

.ai_bas {
  align-items: baseline !important;
}

.jc_sta {
  justify-content: flex-start !important;
}

.jc_even {
  justify-content: space-evenly !important;
}

.ac_sta {
  align-content: flex-start !important;
}

.ac_cen {
  align-content: center !important;
}

.ac_end {
  align-content: flex-end !important;
}

.ac_sb {
  align-content: space-between !important;
}

.ac_sa {
  align-content: space-around !important;
}

.ac_even {
  align-content: space-evenly !important;
}

.ac_st {
  align-content: stretch !important;
}

.as_auto {
  align-self: auto !important;
}

.as_sta {
  align-self: flex-start !important;
}

.as_cen {
  align-self: center !important;
}

.as_end {
  align-self: flex-end !important;
}

.as_st {
  align-self: stretch !important;
}

.as_bas {
  align-self: baseline !important;
}

.ji_sta {
  justify-items: start !important;
}

.ji_cen {
  justify-items: center !important;
}

.ji_end {
  justify-items: end !important;
}

.ji_st {
  justify-items: stretch !important;
}

.js_auto {
  justify-self: auto !important;
}

.js_sta {
  justify-self: start !important;
}

.js_cen {
  justify-self: center !important;
}

.js_end {
  justify-self: end !important;
}

.js_st {
  justify-self: stretch !important;
}

.overflow_visible {
  overflow: visible !important;
}

.overflow_x_auto {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden !important;
}

.overflow_x_scroll {
  overflow-x: scroll !important;
}

.overflow_x_visible {
  overflow-x: visible !important;
}

.overflow_y_auto {
  overflow-y: auto !important;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}

.overflow_y_scroll {
  overflow-y: scroll !important;
}

.overflow_y_visible {
  overflow-y: visible !important;
}

.ws_nowrap {
  white-space: nowrap !important;
}

.ws_normal {
  white-space: normal !important;
}

.ws_pre {
  white-space: pre !important;
}

.ws_preline {
  white-space: pre-line !important;
}

.ws_prewrap {
  white-space: pre-wrap !important;
}

.wb_keep {
  word-break: keep-all !important;
}

.wb_break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.wb_break_all {
  word-break: break-all !important;
}

.ellipsis {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.rgap0 {
  row-gap: 0px !important;
}

.cgap0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.rgap5 {
  row-gap: 5px !important;
}

.cgap5 {
  -moz-column-gap: 5px !important;
       column-gap: 5px !important;
}

.rgap10 {
  row-gap: 10px !important;
}

.cgap10 {
  -moz-column-gap: 10px !important;
       column-gap: 10px !important;
}

.rgap15 {
  row-gap: 15px !important;
}

.cgap15 {
  -moz-column-gap: 15px !important;
       column-gap: 15px !important;
}

.rgap20 {
  row-gap: 20px !important;
}

.cgap20 {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}

.rgap25 {
  row-gap: 25px !important;
}

.cgap25 {
  -moz-column-gap: 25px !important;
       column-gap: 25px !important;
}

.rgap30 {
  row-gap: 30px !important;
}

.cgap30 {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
}

.rgap35 {
  row-gap: 35px !important;
}

.cgap35 {
  -moz-column-gap: 35px !important;
       column-gap: 35px !important;
}

.rgap40 {
  row-gap: 40px !important;
}

.cgap40 {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

.rgap45 {
  row-gap: 45px !important;
}

.cgap45 {
  -moz-column-gap: 45px !important;
       column-gap: 45px !important;
}

.rgap50 {
  row-gap: 50px !important;
}

.cgap50 {
  -moz-column-gap: 50px !important;
       column-gap: 50px !important;
}

.rgap60 {
  row-gap: 60px !important;
}

.cgap60 {
  -moz-column-gap: 60px !important;
       column-gap: 60px !important;
}

.rgap70 {
  row-gap: 70px !important;
}

.cgap70 {
  -moz-column-gap: 70px !important;
       column-gap: 70px !important;
}

.rgap80 {
  row-gap: 80px !important;
}

.cgap80 {
  -moz-column-gap: 80px !important;
       column-gap: 80px !important;
}

.rgap90 {
  row-gap: 90px !important;
}

.cgap90 {
  -moz-column-gap: 90px !important;
       column-gap: 90px !important;
}

.rgap100 {
  row-gap: 100px !important;
}

.cgap100 {
  -moz-column-gap: 100px !important;
       column-gap: 100px !important;
}

.order_n1 {
  order: -1 !important;
}

.order_0 {
  order: 0 !important;
}

.order_1 {
  order: 1 !important;
}

.order_2 {
  order: 2 !important;
}

.order_3 {
  order: 3 !important;
}

.order_4 {
  order: 4 !important;
}

.order_5 {
  order: 5 !important;
}

.order_6 {
  order: 6 !important;
}

.order_7 {
  order: 7 !important;
}

.order_8 {
  order: 8 !important;
}

.order_9 {
  order: 9 !important;
}

.order_10 {
  order: 10 !important;
}

.order_11 {
  order: 11 !important;
}

.order_12 {
  order: 12 !important;
}

@media (max-width: 1199px) {
  .d_lg_block {
    display: block !important;
  }
  .d_lg_inline {
    display: inline !important;
  }
  .d_lg_inline_block {
    display: inline-block !important;
  }
  .d_lg_flex {
    display: flex !important;
  }
  .d_lg_inline_flex {
    display: inline-flex !important;
  }
  .d_lg_grid {
    display: grid !important;
  }
}
@media (max-width: 991px) {
  .d_md_block {
    display: block !important;
  }
  .d_md_inline {
    display: inline !important;
  }
  .d_md_inline_block {
    display: inline-block !important;
  }
  .d_md_flex {
    display: flex !important;
  }
  .d_md_inline_flex {
    display: inline-flex !important;
  }
  .d_md_grid {
    display: grid !important;
  }
}
@media (max-width: 767px) {
  .d_sm_block {
    display: block !important;
  }
  .d_sm_inline {
    display: inline !important;
  }
  .d_sm_inline_block {
    display: inline-block !important;
  }
  .d_sm_flex {
    display: flex !important;
  }
  .d_sm_inline_flex {
    display: inline-flex !important;
  }
  .d_sm_grid {
    display: grid !important;
  }
}
@media (max-width: 1199px) {
  .pos_lg_sta {
    position: static !important;
  }
  .pos_lg_rel {
    position: relative !important;
  }
  .pos_lg_abs {
    position: absolute !important;
  }
  .pos_lg_fix {
    position: fixed !important;
  }
  .pos_lg_stk {
    position: sticky !important;
  }
}
@media (max-width: 991px) {
  .pos_md_sta {
    position: static !important;
  }
  .pos_md_rel {
    position: relative !important;
  }
  .pos_md_abs {
    position: absolute !important;
  }
  .pos_md_fix {
    position: fixed !important;
  }
  .pos_md_stk {
    position: sticky !important;
  }
}
@media (max-width: 767px) {
  .pos_sm_sta {
    position: static !important;
  }
  .pos_sm_rel {
    position: relative !important;
  }
  .pos_sm_abs {
    position: absolute !important;
  }
  .pos_sm_fix {
    position: fixed !important;
  }
  .pos_sm_stk {
    position: sticky !important;
  }
}
@media (max-width: 1199px) {
  .flex_lg_row {
    flex-direction: row !important;
  }
  .flex_lg_column {
    flex-direction: column !important;
  }
  .flex_lg_row_reverse {
    flex-direction: row-reverse !important;
  }
  .flex_lg_column_reverse {
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 991px) {
  .flex_md_row {
    flex-direction: row !important;
  }
  .flex_md_column {
    flex-direction: column !important;
  }
  .flex_md_row_reverse {
    flex-direction: row-reverse !important;
  }
  .flex_md_column_reverse {
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 767px) {
  .flex_sm_row {
    flex-direction: row !important;
  }
  .flex_sm_column {
    flex-direction: column !important;
  }
  .flex_sm_row_reverse {
    flex-direction: row-reverse !important;
  }
  .flex_sm_column_reverse {
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 1199px) {
  .flex_lg_wrap {
    flex-wrap: wrap !important;
  }
  .flex_lg_nowrap {
    flex-wrap: nowrap !important;
  }
  .flex_lg_wrap_reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (max-width: 991px) {
  .flex_md_wrap {
    flex-wrap: wrap !important;
  }
  .flex_md_nowrap {
    flex-wrap: nowrap !important;
  }
  .flex_md_wrap_reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (max-width: 767px) {
  .flex_sm_wrap {
    flex-wrap: wrap !important;
  }
  .flex_sm_nowrap {
    flex-wrap: nowrap !important;
  }
  .flex_sm_wrap_reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (max-width: 1199px) {
  .flex_lg_1 {
    flex: 1 1 0% !important;
  }
  .flex_lg_auto {
    flex: auto !important;
  }
}
@media (max-width: 991px) {
  .flex_md_1 {
    flex: 1 1 0% !important;
  }
  .flex_md_auto {
    flex: auto !important;
  }
}
@media (max-width: 767px) {
  .flex_sm_1 {
    flex: 1 1 0% !important;
  }
  .flex_sm_auto {
    flex: auto !important;
  }
}
@media (max-width: 1199px) {
  .grow_lg_0 {
    flex-grow: 0 !important;
  }
  .grow_lg_1 {
    flex-grow: 1 !important;
  }
}
@media (max-width: 991px) {
  .grow_md_0 {
    flex-grow: 0 !important;
  }
  .grow_md_1 {
    flex-grow: 1 !important;
  }
}
@media (max-width: 767px) {
  .grow_sm_0 {
    flex-grow: 0 !important;
  }
  .grow_sm_1 {
    flex-grow: 1 !important;
  }
}
@media (max-width: 1199px) {
  .shrink_lg_0 {
    flex-shrink: 0 !important;
  }
  .shrink_lg_1 {
    flex-shrink: 1 !important;
  }
}
@media (max-width: 991px) {
  .shrink_md_0 {
    flex-shrink: 0 !important;
  }
  .shrink_md_1 {
    flex-shrink: 1 !important;
  }
}
@media (max-width: 767px) {
  .shrink_sm_0 {
    flex-shrink: 0 !important;
  }
  .shrink_sm_1 {
    flex-shrink: 1 !important;
  }
}
@media (max-width: 1199px) {
  .ai_lg_sta {
    align-items: flex-start !important;
  }
  .ai_lg_cen {
    align-items: center !important;
  }
  .ai_lg_end {
    align-items: flex-end !important;
  }
  .ai_lg_st {
    align-items: stretch !important;
  }
  .ai_lg_bas {
    align-items: baseline !important;
  }
}
@media (max-width: 991px) {
  .ai_md_sta {
    align-items: flex-start !important;
  }
  .ai_md_cen {
    align-items: center !important;
  }
  .ai_md_end {
    align-items: flex-end !important;
  }
  .ai_md_st {
    align-items: stretch !important;
  }
  .ai_md_bas {
    align-items: baseline !important;
  }
}
@media (max-width: 767px) {
  .ai_sm_sta {
    align-items: flex-start !important;
  }
  .ai_sm_cen {
    align-items: center !important;
  }
  .ai_sm_end {
    align-items: flex-end !important;
  }
  .ai_sm_st {
    align-items: stretch !important;
  }
  .ai_sm_bas {
    align-items: baseline !important;
  }
}
@media (max-width: 1199px) {
  .jc_lg_sta {
    justify-content: flex-start !important;
  }
  .jc_lg_cen {
    justify-content: center !important;
  }
  .jc_lg_end {
    justify-content: flex-end !important;
  }
  .jc_lg_sb {
    justify-content: space-between !important;
  }
  .jc_lg_sa {
    justify-content: space-around !important;
  }
  .jc_lg_even {
    justify-content: space-evenly !important;
  }
}
@media (max-width: 991px) {
  .jc_md_sta {
    justify-content: flex-start !important;
  }
  .jc_md_cen {
    justify-content: center !important;
  }
  .jc_md_end {
    justify-content: flex-end !important;
  }
  .jc_md_sb {
    justify-content: space-between !important;
  }
  .jc_md_sa {
    justify-content: space-around !important;
  }
  .jc_md_even {
    justify-content: space-evenly !important;
  }
}
@media (max-width: 767px) {
  .jc_sm_sta {
    justify-content: flex-start !important;
  }
  .jc_sm_cen {
    justify-content: center !important;
  }
  .jc_sm_end {
    justify-content: flex-end !important;
  }
  .jc_sm_sb {
    justify-content: space-between !important;
  }
  .jc_sm_sa {
    justify-content: space-around !important;
  }
  .jc_sm_even {
    justify-content: space-evenly !important;
  }
}
@media (max-width: 1199px) {
  .ac_lg_sta {
    align-content: flex-start !important;
  }
  .ac_lg_cen {
    align-content: center !important;
  }
  .ac_lg_end {
    align-content: flex-end !important;
  }
  .ac_lg_sb {
    align-content: space-between !important;
  }
  .ac_lg_sa {
    align-content: space-around !important;
  }
  .ac_lg_even {
    align-content: space-evenly !important;
  }
  .ac_lg_st {
    align-content: stretch !important;
  }
}
@media (max-width: 991px) {
  .ac_md_sta {
    align-content: flex-start !important;
  }
  .ac_md_cen {
    align-content: center !important;
  }
  .ac_md_end {
    align-content: flex-end !important;
  }
  .ac_md_sb {
    align-content: space-between !important;
  }
  .ac_md_sa {
    align-content: space-around !important;
  }
  .ac_md_even {
    align-content: space-evenly !important;
  }
  .ac_md_st {
    align-content: stretch !important;
  }
}
@media (max-width: 767px) {
  .ac_sm_sta {
    align-content: flex-start !important;
  }
  .ac_sm_cen {
    align-content: center !important;
  }
  .ac_sm_end {
    align-content: flex-end !important;
  }
  .ac_sm_sb {
    align-content: space-between !important;
  }
  .ac_sm_sa {
    align-content: space-around !important;
  }
  .ac_sm_even {
    align-content: space-evenly !important;
  }
  .ac_sm_st {
    align-content: stretch !important;
  }
}
@media (max-width: 1199px) {
  .as_lg_auto {
    align-self: auto !important;
  }
  .as_lg_sta {
    align-self: flex-start !important;
  }
  .as_lg_cen {
    align-self: center !important;
  }
  .as_lg_end {
    align-self: flex-end !important;
  }
  .as_lg_st {
    align-self: stretch !important;
  }
  .as_lg_bas {
    align-self: baseline !important;
  }
}
@media (max-width: 991px) {
  .as_md_auto {
    align-self: auto !important;
  }
  .as_md_sta {
    align-self: flex-start !important;
  }
  .as_md_cen {
    align-self: center !important;
  }
  .as_md_end {
    align-self: flex-end !important;
  }
  .as_md_st {
    align-self: stretch !important;
  }
  .as_md_bas {
    align-self: baseline !important;
  }
}
@media (max-width: 767px) {
  .as_sm_auto {
    align-self: auto !important;
  }
  .as_sm_sta {
    align-self: flex-start !important;
  }
  .as_sm_cen {
    align-self: center !important;
  }
  .as_sm_end {
    align-self: flex-end !important;
  }
  .as_sm_st {
    align-self: stretch !important;
  }
  .as_sm_bas {
    align-self: baseline !important;
  }
}
@media (max-width: 1199px) {
  .ji_lg_sta {
    justify-items: start !important;
  }
  .ji_lg_cen {
    justify-items: center !important;
  }
  .ji_lg_end {
    justify-items: end !important;
  }
  .ji_lg_st {
    justify-items: stretch !important;
  }
}
@media (max-width: 991px) {
  .ji_md_sta {
    justify-items: start !important;
  }
  .ji_md_cen {
    justify-items: center !important;
  }
  .ji_md_end {
    justify-items: end !important;
  }
  .ji_md_st {
    justify-items: stretch !important;
  }
}
@media (max-width: 767px) {
  .ji_sm_sta {
    justify-items: start !important;
  }
  .ji_sm_cen {
    justify-items: center !important;
  }
  .ji_sm_end {
    justify-items: end !important;
  }
  .ji_sm_st {
    justify-items: stretch !important;
  }
}
@media (max-width: 1199px) {
  .js_lg_auto {
    justify-self: auto !important;
  }
  .js_lg_sta {
    justify-self: start !important;
  }
  .js_lg_cen {
    justify-self: center !important;
  }
  .js_lg_end {
    justify-self: end !important;
  }
  .js_lg_st {
    justify-self: stretch !important;
  }
}
@media (max-width: 991px) {
  .js_md_auto {
    justify-self: auto !important;
  }
  .js_md_sta {
    justify-self: start !important;
  }
  .js_md_cen {
    justify-self: center !important;
  }
  .js_md_end {
    justify-self: end !important;
  }
  .js_md_st {
    justify-self: stretch !important;
  }
}
@media (max-width: 767px) {
  .js_sm_auto {
    justify-self: auto !important;
  }
  .js_sm_sta {
    justify-self: start !important;
  }
  .js_sm_cen {
    justify-self: center !important;
  }
  .js_sm_end {
    justify-self: end !important;
  }
  .js_sm_st {
    justify-self: stretch !important;
  }
}
@media (max-width: 1199px) {
  .overflow_lg_hidden {
    overflow: hidden !important;
  }
  .overflow_lg_auto {
    overflow: auto !important;
  }
  .overflow_lg_scroll {
    overflow: scroll !important;
  }
  .overflow_lg_visible {
    overflow: visible !important;
  }
}
@media (max-width: 991px) {
  .overflow_md_hidden {
    overflow: hidden !important;
  }
  .overflow_md_auto {
    overflow: auto !important;
  }
  .overflow_md_scroll {
    overflow: scroll !important;
  }
  .overflow_md_visible {
    overflow: visible !important;
  }
}
@media (max-width: 767px) {
  .overflow_sm_hidden {
    overflow: hidden !important;
  }
  .overflow_sm_auto {
    overflow: auto !important;
  }
  .overflow_sm_scroll {
    overflow: scroll !important;
  }
  .overflow_sm_visible {
    overflow: visible !important;
  }
}
@media (max-width: 1199px) {
  .overflow_x_lg_hidden {
    overflow-x: hidden !important;
  }
  .overflow_x_lg_auto {
    overflow-x: auto !important;
  }
  .overflow_x_lg_scroll {
    overflow-x: scroll !important;
  }
  .overflow_x_lg_visible {
    overflow-x: visible !important;
  }
}
@media (max-width: 991px) {
  .overflow_x_md_hidden {
    overflow-x: hidden !important;
  }
  .overflow_x_md_auto {
    overflow-x: auto !important;
  }
  .overflow_x_md_scroll {
    overflow-x: scroll !important;
  }
  .overflow_x_md_visible {
    overflow-x: visible !important;
  }
}
@media (max-width: 767px) {
  .overflow_x_sm_hidden {
    overflow-x: hidden !important;
  }
  .overflow_x_sm_auto {
    overflow-x: auto !important;
  }
  .overflow_x_sm_scroll {
    overflow-x: scroll !important;
  }
  .overflow_x_sm_visible {
    overflow-x: visible !important;
  }
}
@media (max-width: 1199px) {
  .overflow_y_lg_hidden {
    overflow-y: hidden !important;
  }
  .overflow_y_lg_auto {
    overflow-y: auto !important;
  }
  .overflow_y_lg_scroll {
    overflow-y: scroll !important;
  }
  .overflow_y_lg_visible {
    overflow-y: visible !important;
  }
}
@media (max-width: 991px) {
  .overflow_y_md_hidden {
    overflow-y: hidden !important;
  }
  .overflow_y_md_auto {
    overflow-y: auto !important;
  }
  .overflow_y_md_scroll {
    overflow-y: scroll !important;
  }
  .overflow_y_md_visible {
    overflow-y: visible !important;
  }
}
@media (max-width: 767px) {
  .overflow_y_sm_hidden {
    overflow-y: hidden !important;
  }
  .overflow_y_sm_auto {
    overflow-y: auto !important;
  }
  .overflow_y_sm_scroll {
    overflow-y: scroll !important;
  }
  .overflow_y_sm_visible {
    overflow-y: visible !important;
  }
}
@media (max-width: 1199px) {
  .ws_lg_nowrap {
    white-space: nowrap !important;
  }
  .ws_lg_normal {
    white-space: normal !important;
  }
  .ws_lg_pre {
    white-space: pre !important;
  }
  .ws_lg_preline {
    white-space: pre-line !important;
  }
  .ws_lg_prewrap {
    white-space: pre-wrap !important;
  }
}
@media (max-width: 991px) {
  .ws_md_nowrap {
    white-space: nowrap !important;
  }
  .ws_md_normal {
    white-space: normal !important;
  }
  .ws_md_pre {
    white-space: pre !important;
  }
  .ws_md_preline {
    white-space: pre-line !important;
  }
  .ws_md_prewrap {
    white-space: pre-wrap !important;
  }
}
@media (max-width: 767px) {
  .ws_sm_nowrap {
    white-space: nowrap !important;
  }
  .ws_sm_normal {
    white-space: normal !important;
  }
  .ws_sm_pre {
    white-space: pre !important;
  }
  .ws_sm_preline {
    white-space: pre-line !important;
  }
  .ws_sm_prewrap {
    white-space: pre-wrap !important;
  }
}
@media (max-width: 1199px) {
  .wb_lg_keep {
    word-break: keep-all !important;
  }
  .wb_lg_break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
  .wb_lg_break_all {
    word-break: break-all !important;
  }
}
@media (max-width: 991px) {
  .wb_md_keep {
    word-break: keep-all !important;
  }
  .wb_md_break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
  .wb_md_break_all {
    word-break: break-all !important;
  }
}
@media (max-width: 767px) {
  .wb_sm_keep {
    word-break: keep-all !important;
  }
  .wb_sm_break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
  .wb_sm_break_all {
    word-break: break-all !important;
  }
}
@media (max-width: 1199px) {
  .gap_lg_0 {
    gap: 0px !important;
  }
  .rgap_lg_0 {
    row-gap: 0px !important;
  }
  .cgap_lg_0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }
  .gap_lg_5 {
    gap: 5px !important;
  }
  .rgap_lg_5 {
    row-gap: 5px !important;
  }
  .cgap_lg_5 {
    -moz-column-gap: 5px !important;
         column-gap: 5px !important;
  }
  .gap_lg_10 {
    gap: 10px !important;
  }
  .rgap_lg_10 {
    row-gap: 10px !important;
  }
  .cgap_lg_10 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .gap_lg_15 {
    gap: 15px !important;
  }
  .rgap_lg_15 {
    row-gap: 15px !important;
  }
  .cgap_lg_15 {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }
  .gap_lg_20 {
    gap: 20px !important;
  }
  .rgap_lg_20 {
    row-gap: 20px !important;
  }
  .cgap_lg_20 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
  .gap_lg_25 {
    gap: 25px !important;
  }
  .rgap_lg_25 {
    row-gap: 25px !important;
  }
  .cgap_lg_25 {
    -moz-column-gap: 25px !important;
         column-gap: 25px !important;
  }
  .gap_lg_30 {
    gap: 30px !important;
  }
  .rgap_lg_30 {
    row-gap: 30px !important;
  }
  .cgap_lg_30 {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important;
  }
  .gap_lg_35 {
    gap: 35px !important;
  }
  .rgap_lg_35 {
    row-gap: 35px !important;
  }
  .cgap_lg_35 {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important;
  }
  .gap_lg_40 {
    gap: 40px !important;
  }
  .rgap_lg_40 {
    row-gap: 40px !important;
  }
  .cgap_lg_40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
  .gap_lg_45 {
    gap: 45px !important;
  }
  .rgap_lg_45 {
    row-gap: 45px !important;
  }
  .cgap_lg_45 {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }
  .gap_lg_50 {
    gap: 50px !important;
  }
  .rgap_lg_50 {
    row-gap: 50px !important;
  }
  .cgap_lg_50 {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
  }
  .gap_lg_60 {
    gap: 60px !important;
  }
  .rgap_lg_60 {
    row-gap: 60px !important;
  }
  .cgap_lg_60 {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }
  .gap_lg_70 {
    gap: 70px !important;
  }
  .rgap_lg_70 {
    row-gap: 70px !important;
  }
  .cgap_lg_70 {
    -moz-column-gap: 70px !important;
         column-gap: 70px !important;
  }
  .gap_lg_80 {
    gap: 80px !important;
  }
  .rgap_lg_80 {
    row-gap: 80px !important;
  }
  .cgap_lg_80 {
    -moz-column-gap: 80px !important;
         column-gap: 80px !important;
  }
  .gap_lg_90 {
    gap: 90px !important;
  }
  .rgap_lg_90 {
    row-gap: 90px !important;
  }
  .cgap_lg_90 {
    -moz-column-gap: 90px !important;
         column-gap: 90px !important;
  }
  .gap_lg_100 {
    gap: 100px !important;
  }
  .rgap_lg_100 {
    row-gap: 100px !important;
  }
  .cgap_lg_100 {
    -moz-column-gap: 100px !important;
         column-gap: 100px !important;
  }
}
@media (max-width: 991px) {
  .gap_md_0 {
    gap: 0px !important;
  }
  .rgap_md_0 {
    row-gap: 0px !important;
  }
  .cgap_md_0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }
  .gap_md_5 {
    gap: 5px !important;
  }
  .rgap_md_5 {
    row-gap: 5px !important;
  }
  .cgap_md_5 {
    -moz-column-gap: 5px !important;
         column-gap: 5px !important;
  }
  .gap_md_10 {
    gap: 10px !important;
  }
  .rgap_md_10 {
    row-gap: 10px !important;
  }
  .cgap_md_10 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .gap_md_15 {
    gap: 15px !important;
  }
  .rgap_md_15 {
    row-gap: 15px !important;
  }
  .cgap_md_15 {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }
  .gap_md_20 {
    gap: 20px !important;
  }
  .rgap_md_20 {
    row-gap: 20px !important;
  }
  .cgap_md_20 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
  .gap_md_25 {
    gap: 25px !important;
  }
  .rgap_md_25 {
    row-gap: 25px !important;
  }
  .cgap_md_25 {
    -moz-column-gap: 25px !important;
         column-gap: 25px !important;
  }
  .gap_md_30 {
    gap: 30px !important;
  }
  .rgap_md_30 {
    row-gap: 30px !important;
  }
  .cgap_md_30 {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important;
  }
  .gap_md_35 {
    gap: 35px !important;
  }
  .rgap_md_35 {
    row-gap: 35px !important;
  }
  .cgap_md_35 {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important;
  }
  .gap_md_40 {
    gap: 40px !important;
  }
  .rgap_md_40 {
    row-gap: 40px !important;
  }
  .cgap_md_40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
  .gap_md_45 {
    gap: 45px !important;
  }
  .rgap_md_45 {
    row-gap: 45px !important;
  }
  .cgap_md_45 {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }
  .gap_md_50 {
    gap: 50px !important;
  }
  .rgap_md_50 {
    row-gap: 50px !important;
  }
  .cgap_md_50 {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
  }
  .gap_md_60 {
    gap: 60px !important;
  }
  .rgap_md_60 {
    row-gap: 60px !important;
  }
  .cgap_md_60 {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }
  .gap_md_70 {
    gap: 70px !important;
  }
  .rgap_md_70 {
    row-gap: 70px !important;
  }
  .cgap_md_70 {
    -moz-column-gap: 70px !important;
         column-gap: 70px !important;
  }
  .gap_md_80 {
    gap: 80px !important;
  }
  .rgap_md_80 {
    row-gap: 80px !important;
  }
  .cgap_md_80 {
    -moz-column-gap: 80px !important;
         column-gap: 80px !important;
  }
  .gap_md_90 {
    gap: 90px !important;
  }
  .rgap_md_90 {
    row-gap: 90px !important;
  }
  .cgap_md_90 {
    -moz-column-gap: 90px !important;
         column-gap: 90px !important;
  }
  .gap_md_100 {
    gap: 100px !important;
  }
  .rgap_md_100 {
    row-gap: 100px !important;
  }
  .cgap_md_100 {
    -moz-column-gap: 100px !important;
         column-gap: 100px !important;
  }
}
@media (max-width: 767px) {
  .gap_sm_0 {
    gap: 0px !important;
  }
  .rgap_sm_0 {
    row-gap: 0px !important;
  }
  .cgap_sm_0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }
  .gap_sm_5 {
    gap: 5px !important;
  }
  .rgap_sm_5 {
    row-gap: 5px !important;
  }
  .cgap_sm_5 {
    -moz-column-gap: 5px !important;
         column-gap: 5px !important;
  }
  .gap_sm_10 {
    gap: 10px !important;
  }
  .rgap_sm_10 {
    row-gap: 10px !important;
  }
  .cgap_sm_10 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .gap_sm_15 {
    gap: 15px !important;
  }
  .rgap_sm_15 {
    row-gap: 15px !important;
  }
  .cgap_sm_15 {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }
  .gap_sm_20 {
    gap: 20px !important;
  }
  .rgap_sm_20 {
    row-gap: 20px !important;
  }
  .cgap_sm_20 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
  .gap_sm_25 {
    gap: 25px !important;
  }
  .rgap_sm_25 {
    row-gap: 25px !important;
  }
  .cgap_sm_25 {
    -moz-column-gap: 25px !important;
         column-gap: 25px !important;
  }
  .gap_sm_30 {
    gap: 30px !important;
  }
  .rgap_sm_30 {
    row-gap: 30px !important;
  }
  .cgap_sm_30 {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important;
  }
  .gap_sm_35 {
    gap: 35px !important;
  }
  .rgap_sm_35 {
    row-gap: 35px !important;
  }
  .cgap_sm_35 {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important;
  }
  .gap_sm_40 {
    gap: 40px !important;
  }
  .rgap_sm_40 {
    row-gap: 40px !important;
  }
  .cgap_sm_40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
  .gap_sm_45 {
    gap: 45px !important;
  }
  .rgap_sm_45 {
    row-gap: 45px !important;
  }
  .cgap_sm_45 {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }
  .gap_sm_50 {
    gap: 50px !important;
  }
  .rgap_sm_50 {
    row-gap: 50px !important;
  }
  .cgap_sm_50 {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
  }
  .gap_sm_60 {
    gap: 60px !important;
  }
  .rgap_sm_60 {
    row-gap: 60px !important;
  }
  .cgap_sm_60 {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }
  .gap_sm_70 {
    gap: 70px !important;
  }
  .rgap_sm_70 {
    row-gap: 70px !important;
  }
  .cgap_sm_70 {
    -moz-column-gap: 70px !important;
         column-gap: 70px !important;
  }
  .gap_sm_80 {
    gap: 80px !important;
  }
  .rgap_sm_80 {
    row-gap: 80px !important;
  }
  .cgap_sm_80 {
    -moz-column-gap: 80px !important;
         column-gap: 80px !important;
  }
  .gap_sm_90 {
    gap: 90px !important;
  }
  .rgap_sm_90 {
    row-gap: 90px !important;
  }
  .cgap_sm_90 {
    -moz-column-gap: 90px !important;
         column-gap: 90px !important;
  }
  .gap_sm_100 {
    gap: 100px !important;
  }
  .rgap_sm_100 {
    row-gap: 100px !important;
  }
  .cgap_sm_100 {
    -moz-column-gap: 100px !important;
         column-gap: 100px !important;
  }
}
@media (max-width: 1199px) {
  .m_lg_0 {
    margin: 0px !important;
  }
  .mt_lg_0 {
    margin-top: 0px !important;
  }
  .mb_lg_0 {
    margin-bottom: 0px !important;
  }
  .ml_lg_0 {
    margin-left: 0px !important;
  }
  .mr_lg_0 {
    margin-right: 0px !important;
  }
  .mx_lg_0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .my_lg_0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p_lg_0 {
    padding: 0px !important;
  }
  .pt_lg_0 {
    padding-top: 0px !important;
  }
  .pb_lg_0 {
    padding-bottom: 0px !important;
  }
  .pl_lg_0 {
    padding-left: 0px !important;
  }
  .pr_lg_0 {
    padding-right: 0px !important;
  }
  .px_lg_0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .py_lg_0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m_lg_5 {
    margin: 5px !important;
  }
  .mt_lg_5 {
    margin-top: 5px !important;
  }
  .mb_lg_5 {
    margin-bottom: 5px !important;
  }
  .ml_lg_5 {
    margin-left: 5px !important;
  }
  .mr_lg_5 {
    margin-right: 5px !important;
  }
  .mx_lg_5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .my_lg_5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .p_lg_5 {
    padding: 5px !important;
  }
  .pt_lg_5 {
    padding-top: 5px !important;
  }
  .pb_lg_5 {
    padding-bottom: 5px !important;
  }
  .pl_lg_5 {
    padding-left: 5px !important;
  }
  .pr_lg_5 {
    padding-right: 5px !important;
  }
  .px_lg_5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .py_lg_5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .m_lg_n5 {
    margin: -5px !important;
  }
  .mt_lg_n5 {
    margin-top: -5px !important;
  }
  .mb_lg_n5 {
    margin-bottom: -5px !important;
  }
  .ml_lg_n5 {
    margin-left: -5px !important;
  }
  .mr_lg_n5 {
    margin-right: -5px !important;
  }
  .m_lg_10 {
    margin: 10px !important;
  }
  .mt_lg_10 {
    margin-top: 10px !important;
  }
  .mb_lg_10 {
    margin-bottom: 10px !important;
  }
  .ml_lg_10 {
    margin-left: 10px !important;
  }
  .mr_lg_10 {
    margin-right: 10px !important;
  }
  .mx_lg_10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .my_lg_10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .p_lg_10 {
    padding: 10px !important;
  }
  .pt_lg_10 {
    padding-top: 10px !important;
  }
  .pb_lg_10 {
    padding-bottom: 10px !important;
  }
  .pl_lg_10 {
    padding-left: 10px !important;
  }
  .pr_lg_10 {
    padding-right: 10px !important;
  }
  .px_lg_10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py_lg_10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .m_lg_n10 {
    margin: -10px !important;
  }
  .mt_lg_n10 {
    margin-top: -10px !important;
  }
  .mb_lg_n10 {
    margin-bottom: -10px !important;
  }
  .ml_lg_n10 {
    margin-left: -10px !important;
  }
  .mr_lg_n10 {
    margin-right: -10px !important;
  }
  .m_lg_15 {
    margin: 15px !important;
  }
  .mt_lg_15 {
    margin-top: 15px !important;
  }
  .mb_lg_15 {
    margin-bottom: 15px !important;
  }
  .ml_lg_15 {
    margin-left: 15px !important;
  }
  .mr_lg_15 {
    margin-right: 15px !important;
  }
  .mx_lg_15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .my_lg_15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .p_lg_15 {
    padding: 15px !important;
  }
  .pt_lg_15 {
    padding-top: 15px !important;
  }
  .pb_lg_15 {
    padding-bottom: 15px !important;
  }
  .pl_lg_15 {
    padding-left: 15px !important;
  }
  .pr_lg_15 {
    padding-right: 15px !important;
  }
  .px_lg_15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .py_lg_15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .m_lg_n15 {
    margin: -15px !important;
  }
  .mt_lg_n15 {
    margin-top: -15px !important;
  }
  .mb_lg_n15 {
    margin-bottom: -15px !important;
  }
  .ml_lg_n15 {
    margin-left: -15px !important;
  }
  .mr_lg_n15 {
    margin-right: -15px !important;
  }
  .m_lg_20 {
    margin: 20px !important;
  }
  .mt_lg_20 {
    margin-top: 20px !important;
  }
  .mb_lg_20 {
    margin-bottom: 20px !important;
  }
  .ml_lg_20 {
    margin-left: 20px !important;
  }
  .mr_lg_20 {
    margin-right: 20px !important;
  }
  .mx_lg_20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .my_lg_20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .p_lg_20 {
    padding: 20px !important;
  }
  .pt_lg_20 {
    padding-top: 20px !important;
  }
  .pb_lg_20 {
    padding-bottom: 20px !important;
  }
  .pl_lg_20 {
    padding-left: 20px !important;
  }
  .pr_lg_20 {
    padding-right: 20px !important;
  }
  .px_lg_20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py_lg_20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .m_lg_n20 {
    margin: -20px !important;
  }
  .mt_lg_n20 {
    margin-top: -20px !important;
  }
  .mb_lg_n20 {
    margin-bottom: -20px !important;
  }
  .ml_lg_n20 {
    margin-left: -20px !important;
  }
  .mr_lg_n20 {
    margin-right: -20px !important;
  }
  .m_lg_25 {
    margin: 25px !important;
  }
  .mt_lg_25 {
    margin-top: 25px !important;
  }
  .mb_lg_25 {
    margin-bottom: 25px !important;
  }
  .ml_lg_25 {
    margin-left: 25px !important;
  }
  .mr_lg_25 {
    margin-right: 25px !important;
  }
  .mx_lg_25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .my_lg_25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .p_lg_25 {
    padding: 25px !important;
  }
  .pt_lg_25 {
    padding-top: 25px !important;
  }
  .pb_lg_25 {
    padding-bottom: 25px !important;
  }
  .pl_lg_25 {
    padding-left: 25px !important;
  }
  .pr_lg_25 {
    padding-right: 25px !important;
  }
  .px_lg_25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .py_lg_25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .m_lg_n25 {
    margin: -25px !important;
  }
  .mt_lg_n25 {
    margin-top: -25px !important;
  }
  .mb_lg_n25 {
    margin-bottom: -25px !important;
  }
  .ml_lg_n25 {
    margin-left: -25px !important;
  }
  .mr_lg_n25 {
    margin-right: -25px !important;
  }
  .m_lg_30 {
    margin: 30px !important;
  }
  .mt_lg_30 {
    margin-top: 30px !important;
  }
  .mb_lg_30 {
    margin-bottom: 30px !important;
  }
  .ml_lg_30 {
    margin-left: 30px !important;
  }
  .mr_lg_30 {
    margin-right: 30px !important;
  }
  .mx_lg_30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .my_lg_30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p_lg_30 {
    padding: 30px !important;
  }
  .pt_lg_30 {
    padding-top: 30px !important;
  }
  .pb_lg_30 {
    padding-bottom: 30px !important;
  }
  .pl_lg_30 {
    padding-left: 30px !important;
  }
  .pr_lg_30 {
    padding-right: 30px !important;
  }
  .px_lg_30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .py_lg_30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .m_lg_n30 {
    margin: -30px !important;
  }
  .mt_lg_n30 {
    margin-top: -30px !important;
  }
  .mb_lg_n30 {
    margin-bottom: -30px !important;
  }
  .ml_lg_n30 {
    margin-left: -30px !important;
  }
  .mr_lg_n30 {
    margin-right: -30px !important;
  }
  .m_lg_35 {
    margin: 35px !important;
  }
  .mt_lg_35 {
    margin-top: 35px !important;
  }
  .mb_lg_35 {
    margin-bottom: 35px !important;
  }
  .ml_lg_35 {
    margin-left: 35px !important;
  }
  .mr_lg_35 {
    margin-right: 35px !important;
  }
  .mx_lg_35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .my_lg_35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .p_lg_35 {
    padding: 35px !important;
  }
  .pt_lg_35 {
    padding-top: 35px !important;
  }
  .pb_lg_35 {
    padding-bottom: 35px !important;
  }
  .pl_lg_35 {
    padding-left: 35px !important;
  }
  .pr_lg_35 {
    padding-right: 35px !important;
  }
  .px_lg_35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .py_lg_35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .m_lg_n35 {
    margin: -35px !important;
  }
  .mt_lg_n35 {
    margin-top: -35px !important;
  }
  .mb_lg_n35 {
    margin-bottom: -35px !important;
  }
  .ml_lg_n35 {
    margin-left: -35px !important;
  }
  .mr_lg_n35 {
    margin-right: -35px !important;
  }
  .m_lg_40 {
    margin: 40px !important;
  }
  .mt_lg_40 {
    margin-top: 40px !important;
  }
  .mb_lg_40 {
    margin-bottom: 40px !important;
  }
  .ml_lg_40 {
    margin-left: 40px !important;
  }
  .mr_lg_40 {
    margin-right: 40px !important;
  }
  .mx_lg_40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .my_lg_40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .p_lg_40 {
    padding: 40px !important;
  }
  .pt_lg_40 {
    padding-top: 40px !important;
  }
  .pb_lg_40 {
    padding-bottom: 40px !important;
  }
  .pl_lg_40 {
    padding-left: 40px !important;
  }
  .pr_lg_40 {
    padding-right: 40px !important;
  }
  .px_lg_40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py_lg_40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .m_lg_n40 {
    margin: -40px !important;
  }
  .mt_lg_n40 {
    margin-top: -40px !important;
  }
  .mb_lg_n40 {
    margin-bottom: -40px !important;
  }
  .ml_lg_n40 {
    margin-left: -40px !important;
  }
  .mr_lg_n40 {
    margin-right: -40px !important;
  }
  .m_lg_45 {
    margin: 45px !important;
  }
  .mt_lg_45 {
    margin-top: 45px !important;
  }
  .mb_lg_45 {
    margin-bottom: 45px !important;
  }
  .ml_lg_45 {
    margin-left: 45px !important;
  }
  .mr_lg_45 {
    margin-right: 45px !important;
  }
  .mx_lg_45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .my_lg_45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .p_lg_45 {
    padding: 45px !important;
  }
  .pt_lg_45 {
    padding-top: 45px !important;
  }
  .pb_lg_45 {
    padding-bottom: 45px !important;
  }
  .pl_lg_45 {
    padding-left: 45px !important;
  }
  .pr_lg_45 {
    padding-right: 45px !important;
  }
  .px_lg_45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .py_lg_45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .m_lg_n45 {
    margin: -45px !important;
  }
  .mt_lg_n45 {
    margin-top: -45px !important;
  }
  .mb_lg_n45 {
    margin-bottom: -45px !important;
  }
  .ml_lg_n45 {
    margin-left: -45px !important;
  }
  .mr_lg_n45 {
    margin-right: -45px !important;
  }
  .m_lg_50 {
    margin: 50px !important;
  }
  .mt_lg_50 {
    margin-top: 50px !important;
  }
  .mb_lg_50 {
    margin-bottom: 50px !important;
  }
  .ml_lg_50 {
    margin-left: 50px !important;
  }
  .mr_lg_50 {
    margin-right: 50px !important;
  }
  .mx_lg_50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .my_lg_50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .p_lg_50 {
    padding: 50px !important;
  }
  .pt_lg_50 {
    padding-top: 50px !important;
  }
  .pb_lg_50 {
    padding-bottom: 50px !important;
  }
  .pl_lg_50 {
    padding-left: 50px !important;
  }
  .pr_lg_50 {
    padding-right: 50px !important;
  }
  .px_lg_50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .py_lg_50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .m_lg_n50 {
    margin: -50px !important;
  }
  .mt_lg_n50 {
    margin-top: -50px !important;
  }
  .mb_lg_n50 {
    margin-bottom: -50px !important;
  }
  .ml_lg_n50 {
    margin-left: -50px !important;
  }
  .mr_lg_n50 {
    margin-right: -50px !important;
  }
  .m_lg_60 {
    margin: 60px !important;
  }
  .mt_lg_60 {
    margin-top: 60px !important;
  }
  .mb_lg_60 {
    margin-bottom: 60px !important;
  }
  .ml_lg_60 {
    margin-left: 60px !important;
  }
  .mr_lg_60 {
    margin-right: 60px !important;
  }
  .mx_lg_60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .my_lg_60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .p_lg_60 {
    padding: 60px !important;
  }
  .pt_lg_60 {
    padding-top: 60px !important;
  }
  .pb_lg_60 {
    padding-bottom: 60px !important;
  }
  .pl_lg_60 {
    padding-left: 60px !important;
  }
  .pr_lg_60 {
    padding-right: 60px !important;
  }
  .px_lg_60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .py_lg_60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m_lg_n60 {
    margin: -60px !important;
  }
  .mt_lg_n60 {
    margin-top: -60px !important;
  }
  .mb_lg_n60 {
    margin-bottom: -60px !important;
  }
  .ml_lg_n60 {
    margin-left: -60px !important;
  }
  .mr_lg_n60 {
    margin-right: -60px !important;
  }
  .m_lg_70 {
    margin: 70px !important;
  }
  .mt_lg_70 {
    margin-top: 70px !important;
  }
  .mb_lg_70 {
    margin-bottom: 70px !important;
  }
  .ml_lg_70 {
    margin-left: 70px !important;
  }
  .mr_lg_70 {
    margin-right: 70px !important;
  }
  .mx_lg_70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .my_lg_70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .p_lg_70 {
    padding: 70px !important;
  }
  .pt_lg_70 {
    padding-top: 70px !important;
  }
  .pb_lg_70 {
    padding-bottom: 70px !important;
  }
  .pl_lg_70 {
    padding-left: 70px !important;
  }
  .pr_lg_70 {
    padding-right: 70px !important;
  }
  .px_lg_70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .py_lg_70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .m_lg_n70 {
    margin: -70px !important;
  }
  .mt_lg_n70 {
    margin-top: -70px !important;
  }
  .mb_lg_n70 {
    margin-bottom: -70px !important;
  }
  .ml_lg_n70 {
    margin-left: -70px !important;
  }
  .mr_lg_n70 {
    margin-right: -70px !important;
  }
  .m_lg_80 {
    margin: 80px !important;
  }
  .mt_lg_80 {
    margin-top: 80px !important;
  }
  .mb_lg_80 {
    margin-bottom: 80px !important;
  }
  .ml_lg_80 {
    margin-left: 80px !important;
  }
  .mr_lg_80 {
    margin-right: 80px !important;
  }
  .mx_lg_80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .my_lg_80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .p_lg_80 {
    padding: 80px !important;
  }
  .pt_lg_80 {
    padding-top: 80px !important;
  }
  .pb_lg_80 {
    padding-bottom: 80px !important;
  }
  .pl_lg_80 {
    padding-left: 80px !important;
  }
  .pr_lg_80 {
    padding-right: 80px !important;
  }
  .px_lg_80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py_lg_80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .m_lg_n80 {
    margin: -80px !important;
  }
  .mt_lg_n80 {
    margin-top: -80px !important;
  }
  .mb_lg_n80 {
    margin-bottom: -80px !important;
  }
  .ml_lg_n80 {
    margin-left: -80px !important;
  }
  .mr_lg_n80 {
    margin-right: -80px !important;
  }
  .m_lg_90 {
    margin: 90px !important;
  }
  .mt_lg_90 {
    margin-top: 90px !important;
  }
  .mb_lg_90 {
    margin-bottom: 90px !important;
  }
  .ml_lg_90 {
    margin-left: 90px !important;
  }
  .mr_lg_90 {
    margin-right: 90px !important;
  }
  .mx_lg_90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .my_lg_90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .p_lg_90 {
    padding: 90px !important;
  }
  .pt_lg_90 {
    padding-top: 90px !important;
  }
  .pb_lg_90 {
    padding-bottom: 90px !important;
  }
  .pl_lg_90 {
    padding-left: 90px !important;
  }
  .pr_lg_90 {
    padding-right: 90px !important;
  }
  .px_lg_90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .py_lg_90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .m_lg_n90 {
    margin: -90px !important;
  }
  .mt_lg_n90 {
    margin-top: -90px !important;
  }
  .mb_lg_n90 {
    margin-bottom: -90px !important;
  }
  .ml_lg_n90 {
    margin-left: -90px !important;
  }
  .mr_lg_n90 {
    margin-right: -90px !important;
  }
  .m_lg_100 {
    margin: 100px !important;
  }
  .mt_lg_100 {
    margin-top: 100px !important;
  }
  .mb_lg_100 {
    margin-bottom: 100px !important;
  }
  .ml_lg_100 {
    margin-left: 100px !important;
  }
  .mr_lg_100 {
    margin-right: 100px !important;
  }
  .mx_lg_100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .my_lg_100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .p_lg_100 {
    padding: 100px !important;
  }
  .pt_lg_100 {
    padding-top: 100px !important;
  }
  .pb_lg_100 {
    padding-bottom: 100px !important;
  }
  .pl_lg_100 {
    padding-left: 100px !important;
  }
  .pr_lg_100 {
    padding-right: 100px !important;
  }
  .px_lg_100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .py_lg_100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .m_lg_n100 {
    margin: -100px !important;
  }
  .mt_lg_n100 {
    margin-top: -100px !important;
  }
  .mb_lg_n100 {
    margin-bottom: -100px !important;
  }
  .ml_lg_n100 {
    margin-left: -100px !important;
  }
  .mr_lg_n100 {
    margin-right: -100px !important;
  }
  .mx_lg_auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my_lg_auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .m_lg_auto {
    margin: auto !important;
  }
  .ml_lg_auto {
    margin-left: auto !important;
  }
  .mr_lg_auto {
    margin-right: auto !important;
  }
  .mt_lg_auto {
    margin-top: auto !important;
  }
  .mb_lg_auto {
    margin-bottom: auto !important;
  }
}
@media (max-width: 991px) {
  .m_md_0 {
    margin: 0px !important;
  }
  .mt_md_0 {
    margin-top: 0px !important;
  }
  .mb_md_0 {
    margin-bottom: 0px !important;
  }
  .ml_md_0 {
    margin-left: 0px !important;
  }
  .mr_md_0 {
    margin-right: 0px !important;
  }
  .mx_md_0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .my_md_0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p_md_0 {
    padding: 0px !important;
  }
  .pt_md_0 {
    padding-top: 0px !important;
  }
  .pb_md_0 {
    padding-bottom: 0px !important;
  }
  .pl_md_0 {
    padding-left: 0px !important;
  }
  .pr_md_0 {
    padding-right: 0px !important;
  }
  .px_md_0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .py_md_0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m_md_5 {
    margin: 5px !important;
  }
  .mt_md_5 {
    margin-top: 5px !important;
  }
  .mb_md_5 {
    margin-bottom: 5px !important;
  }
  .ml_md_5 {
    margin-left: 5px !important;
  }
  .mr_md_5 {
    margin-right: 5px !important;
  }
  .mx_md_5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .my_md_5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .p_md_5 {
    padding: 5px !important;
  }
  .pt_md_5 {
    padding-top: 5px !important;
  }
  .pb_md_5 {
    padding-bottom: 5px !important;
  }
  .pl_md_5 {
    padding-left: 5px !important;
  }
  .pr_md_5 {
    padding-right: 5px !important;
  }
  .px_md_5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .py_md_5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .m_md_n5 {
    margin: -5px !important;
  }
  .mt_md_n5 {
    margin-top: -5px !important;
  }
  .mb_md_n5 {
    margin-bottom: -5px !important;
  }
  .ml_md_n5 {
    margin-left: -5px !important;
  }
  .mr_md_n5 {
    margin-right: -5px !important;
  }
  .m_md_10 {
    margin: 10px !important;
  }
  .mt_md_10 {
    margin-top: 10px !important;
  }
  .mb_md_10 {
    margin-bottom: 10px !important;
  }
  .ml_md_10 {
    margin-left: 10px !important;
  }
  .mr_md_10 {
    margin-right: 10px !important;
  }
  .mx_md_10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .my_md_10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .p_md_10 {
    padding: 10px !important;
  }
  .pt_md_10 {
    padding-top: 10px !important;
  }
  .pb_md_10 {
    padding-bottom: 10px !important;
  }
  .pl_md_10 {
    padding-left: 10px !important;
  }
  .pr_md_10 {
    padding-right: 10px !important;
  }
  .px_md_10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py_md_10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .m_md_n10 {
    margin: -10px !important;
  }
  .mt_md_n10 {
    margin-top: -10px !important;
  }
  .mb_md_n10 {
    margin-bottom: -10px !important;
  }
  .ml_md_n10 {
    margin-left: -10px !important;
  }
  .mr_md_n10 {
    margin-right: -10px !important;
  }
  .m_md_15 {
    margin: 15px !important;
  }
  .mt_md_15 {
    margin-top: 15px !important;
  }
  .mb_md_15 {
    margin-bottom: 15px !important;
  }
  .ml_md_15 {
    margin-left: 15px !important;
  }
  .mr_md_15 {
    margin-right: 15px !important;
  }
  .mx_md_15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .my_md_15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .p_md_15 {
    padding: 15px !important;
  }
  .pt_md_15 {
    padding-top: 15px !important;
  }
  .pb_md_15 {
    padding-bottom: 15px !important;
  }
  .pl_md_15 {
    padding-left: 15px !important;
  }
  .pr_md_15 {
    padding-right: 15px !important;
  }
  .px_md_15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .py_md_15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .m_md_n15 {
    margin: -15px !important;
  }
  .mt_md_n15 {
    margin-top: -15px !important;
  }
  .mb_md_n15 {
    margin-bottom: -15px !important;
  }
  .ml_md_n15 {
    margin-left: -15px !important;
  }
  .mr_md_n15 {
    margin-right: -15px !important;
  }
  .m_md_20 {
    margin: 20px !important;
  }
  .mt_md_20 {
    margin-top: 20px !important;
  }
  .mb_md_20 {
    margin-bottom: 20px !important;
  }
  .ml_md_20 {
    margin-left: 20px !important;
  }
  .mr_md_20 {
    margin-right: 20px !important;
  }
  .mx_md_20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .my_md_20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .p_md_20 {
    padding: 20px !important;
  }
  .pt_md_20 {
    padding-top: 20px !important;
  }
  .pb_md_20 {
    padding-bottom: 20px !important;
  }
  .pl_md_20 {
    padding-left: 20px !important;
  }
  .pr_md_20 {
    padding-right: 20px !important;
  }
  .px_md_20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py_md_20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .m_md_n20 {
    margin: -20px !important;
  }
  .mt_md_n20 {
    margin-top: -20px !important;
  }
  .mb_md_n20 {
    margin-bottom: -20px !important;
  }
  .ml_md_n20 {
    margin-left: -20px !important;
  }
  .mr_md_n20 {
    margin-right: -20px !important;
  }
  .m_md_25 {
    margin: 25px !important;
  }
  .mt_md_25 {
    margin-top: 25px !important;
  }
  .mb_md_25 {
    margin-bottom: 25px !important;
  }
  .ml_md_25 {
    margin-left: 25px !important;
  }
  .mr_md_25 {
    margin-right: 25px !important;
  }
  .mx_md_25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .my_md_25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .p_md_25 {
    padding: 25px !important;
  }
  .pt_md_25 {
    padding-top: 25px !important;
  }
  .pb_md_25 {
    padding-bottom: 25px !important;
  }
  .pl_md_25 {
    padding-left: 25px !important;
  }
  .pr_md_25 {
    padding-right: 25px !important;
  }
  .px_md_25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .py_md_25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .m_md_n25 {
    margin: -25px !important;
  }
  .mt_md_n25 {
    margin-top: -25px !important;
  }
  .mb_md_n25 {
    margin-bottom: -25px !important;
  }
  .ml_md_n25 {
    margin-left: -25px !important;
  }
  .mr_md_n25 {
    margin-right: -25px !important;
  }
  .m_md_30 {
    margin: 30px !important;
  }
  .mt_md_30 {
    margin-top: 30px !important;
  }
  .mb_md_30 {
    margin-bottom: 30px !important;
  }
  .ml_md_30 {
    margin-left: 30px !important;
  }
  .mr_md_30 {
    margin-right: 30px !important;
  }
  .mx_md_30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .my_md_30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p_md_30 {
    padding: 30px !important;
  }
  .pt_md_30 {
    padding-top: 30px !important;
  }
  .pb_md_30 {
    padding-bottom: 30px !important;
  }
  .pl_md_30 {
    padding-left: 30px !important;
  }
  .pr_md_30 {
    padding-right: 30px !important;
  }
  .px_md_30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .py_md_30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .m_md_n30 {
    margin: -30px !important;
  }
  .mt_md_n30 {
    margin-top: -30px !important;
  }
  .mb_md_n30 {
    margin-bottom: -30px !important;
  }
  .ml_md_n30 {
    margin-left: -30px !important;
  }
  .mr_md_n30 {
    margin-right: -30px !important;
  }
  .m_md_35 {
    margin: 35px !important;
  }
  .mt_md_35 {
    margin-top: 35px !important;
  }
  .mb_md_35 {
    margin-bottom: 35px !important;
  }
  .ml_md_35 {
    margin-left: 35px !important;
  }
  .mr_md_35 {
    margin-right: 35px !important;
  }
  .mx_md_35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .my_md_35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .p_md_35 {
    padding: 35px !important;
  }
  .pt_md_35 {
    padding-top: 35px !important;
  }
  .pb_md_35 {
    padding-bottom: 35px !important;
  }
  .pl_md_35 {
    padding-left: 35px !important;
  }
  .pr_md_35 {
    padding-right: 35px !important;
  }
  .px_md_35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .py_md_35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .m_md_n35 {
    margin: -35px !important;
  }
  .mt_md_n35 {
    margin-top: -35px !important;
  }
  .mb_md_n35 {
    margin-bottom: -35px !important;
  }
  .ml_md_n35 {
    margin-left: -35px !important;
  }
  .mr_md_n35 {
    margin-right: -35px !important;
  }
  .m_md_40 {
    margin: 40px !important;
  }
  .mt_md_40 {
    margin-top: 40px !important;
  }
  .mb_md_40 {
    margin-bottom: 40px !important;
  }
  .ml_md_40 {
    margin-left: 40px !important;
  }
  .mr_md_40 {
    margin-right: 40px !important;
  }
  .mx_md_40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .my_md_40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .p_md_40 {
    padding: 40px !important;
  }
  .pt_md_40 {
    padding-top: 40px !important;
  }
  .pb_md_40 {
    padding-bottom: 40px !important;
  }
  .pl_md_40 {
    padding-left: 40px !important;
  }
  .pr_md_40 {
    padding-right: 40px !important;
  }
  .px_md_40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py_md_40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .m_md_n40 {
    margin: -40px !important;
  }
  .mt_md_n40 {
    margin-top: -40px !important;
  }
  .mb_md_n40 {
    margin-bottom: -40px !important;
  }
  .ml_md_n40 {
    margin-left: -40px !important;
  }
  .mr_md_n40 {
    margin-right: -40px !important;
  }
  .m_md_45 {
    margin: 45px !important;
  }
  .mt_md_45 {
    margin-top: 45px !important;
  }
  .mb_md_45 {
    margin-bottom: 45px !important;
  }
  .ml_md_45 {
    margin-left: 45px !important;
  }
  .mr_md_45 {
    margin-right: 45px !important;
  }
  .mx_md_45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .my_md_45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .p_md_45 {
    padding: 45px !important;
  }
  .pt_md_45 {
    padding-top: 45px !important;
  }
  .pb_md_45 {
    padding-bottom: 45px !important;
  }
  .pl_md_45 {
    padding-left: 45px !important;
  }
  .pr_md_45 {
    padding-right: 45px !important;
  }
  .px_md_45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .py_md_45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .m_md_n45 {
    margin: -45px !important;
  }
  .mt_md_n45 {
    margin-top: -45px !important;
  }
  .mb_md_n45 {
    margin-bottom: -45px !important;
  }
  .ml_md_n45 {
    margin-left: -45px !important;
  }
  .mr_md_n45 {
    margin-right: -45px !important;
  }
  .m_md_50 {
    margin: 50px !important;
  }
  .mt_md_50 {
    margin-top: 50px !important;
  }
  .mb_md_50 {
    margin-bottom: 50px !important;
  }
  .ml_md_50 {
    margin-left: 50px !important;
  }
  .mr_md_50 {
    margin-right: 50px !important;
  }
  .mx_md_50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .my_md_50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .p_md_50 {
    padding: 50px !important;
  }
  .pt_md_50 {
    padding-top: 50px !important;
  }
  .pb_md_50 {
    padding-bottom: 50px !important;
  }
  .pl_md_50 {
    padding-left: 50px !important;
  }
  .pr_md_50 {
    padding-right: 50px !important;
  }
  .px_md_50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .py_md_50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .m_md_n50 {
    margin: -50px !important;
  }
  .mt_md_n50 {
    margin-top: -50px !important;
  }
  .mb_md_n50 {
    margin-bottom: -50px !important;
  }
  .ml_md_n50 {
    margin-left: -50px !important;
  }
  .mr_md_n50 {
    margin-right: -50px !important;
  }
  .m_md_60 {
    margin: 60px !important;
  }
  .mt_md_60 {
    margin-top: 60px !important;
  }
  .mb_md_60 {
    margin-bottom: 60px !important;
  }
  .ml_md_60 {
    margin-left: 60px !important;
  }
  .mr_md_60 {
    margin-right: 60px !important;
  }
  .mx_md_60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .my_md_60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .p_md_60 {
    padding: 60px !important;
  }
  .pt_md_60 {
    padding-top: 60px !important;
  }
  .pb_md_60 {
    padding-bottom: 60px !important;
  }
  .pl_md_60 {
    padding-left: 60px !important;
  }
  .pr_md_60 {
    padding-right: 60px !important;
  }
  .px_md_60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .py_md_60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m_md_n60 {
    margin: -60px !important;
  }
  .mt_md_n60 {
    margin-top: -60px !important;
  }
  .mb_md_n60 {
    margin-bottom: -60px !important;
  }
  .ml_md_n60 {
    margin-left: -60px !important;
  }
  .mr_md_n60 {
    margin-right: -60px !important;
  }
  .m_md_70 {
    margin: 70px !important;
  }
  .mt_md_70 {
    margin-top: 70px !important;
  }
  .mb_md_70 {
    margin-bottom: 70px !important;
  }
  .ml_md_70 {
    margin-left: 70px !important;
  }
  .mr_md_70 {
    margin-right: 70px !important;
  }
  .mx_md_70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .my_md_70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .p_md_70 {
    padding: 70px !important;
  }
  .pt_md_70 {
    padding-top: 70px !important;
  }
  .pb_md_70 {
    padding-bottom: 70px !important;
  }
  .pl_md_70 {
    padding-left: 70px !important;
  }
  .pr_md_70 {
    padding-right: 70px !important;
  }
  .px_md_70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .py_md_70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .m_md_n70 {
    margin: -70px !important;
  }
  .mt_md_n70 {
    margin-top: -70px !important;
  }
  .mb_md_n70 {
    margin-bottom: -70px !important;
  }
  .ml_md_n70 {
    margin-left: -70px !important;
  }
  .mr_md_n70 {
    margin-right: -70px !important;
  }
  .m_md_80 {
    margin: 80px !important;
  }
  .mt_md_80 {
    margin-top: 80px !important;
  }
  .mb_md_80 {
    margin-bottom: 80px !important;
  }
  .ml_md_80 {
    margin-left: 80px !important;
  }
  .mr_md_80 {
    margin-right: 80px !important;
  }
  .mx_md_80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .my_md_80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .p_md_80 {
    padding: 80px !important;
  }
  .pt_md_80 {
    padding-top: 80px !important;
  }
  .pb_md_80 {
    padding-bottom: 80px !important;
  }
  .pl_md_80 {
    padding-left: 80px !important;
  }
  .pr_md_80 {
    padding-right: 80px !important;
  }
  .px_md_80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py_md_80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .m_md_n80 {
    margin: -80px !important;
  }
  .mt_md_n80 {
    margin-top: -80px !important;
  }
  .mb_md_n80 {
    margin-bottom: -80px !important;
  }
  .ml_md_n80 {
    margin-left: -80px !important;
  }
  .mr_md_n80 {
    margin-right: -80px !important;
  }
  .m_md_90 {
    margin: 90px !important;
  }
  .mt_md_90 {
    margin-top: 90px !important;
  }
  .mb_md_90 {
    margin-bottom: 90px !important;
  }
  .ml_md_90 {
    margin-left: 90px !important;
  }
  .mr_md_90 {
    margin-right: 90px !important;
  }
  .mx_md_90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .my_md_90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .p_md_90 {
    padding: 90px !important;
  }
  .pt_md_90 {
    padding-top: 90px !important;
  }
  .pb_md_90 {
    padding-bottom: 90px !important;
  }
  .pl_md_90 {
    padding-left: 90px !important;
  }
  .pr_md_90 {
    padding-right: 90px !important;
  }
  .px_md_90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .py_md_90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .m_md_n90 {
    margin: -90px !important;
  }
  .mt_md_n90 {
    margin-top: -90px !important;
  }
  .mb_md_n90 {
    margin-bottom: -90px !important;
  }
  .ml_md_n90 {
    margin-left: -90px !important;
  }
  .mr_md_n90 {
    margin-right: -90px !important;
  }
  .m_md_100 {
    margin: 100px !important;
  }
  .mt_md_100 {
    margin-top: 100px !important;
  }
  .mb_md_100 {
    margin-bottom: 100px !important;
  }
  .ml_md_100 {
    margin-left: 100px !important;
  }
  .mr_md_100 {
    margin-right: 100px !important;
  }
  .mx_md_100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .my_md_100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .p_md_100 {
    padding: 100px !important;
  }
  .pt_md_100 {
    padding-top: 100px !important;
  }
  .pb_md_100 {
    padding-bottom: 100px !important;
  }
  .pl_md_100 {
    padding-left: 100px !important;
  }
  .pr_md_100 {
    padding-right: 100px !important;
  }
  .px_md_100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .py_md_100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .m_md_n100 {
    margin: -100px !important;
  }
  .mt_md_n100 {
    margin-top: -100px !important;
  }
  .mb_md_n100 {
    margin-bottom: -100px !important;
  }
  .ml_md_n100 {
    margin-left: -100px !important;
  }
  .mr_md_n100 {
    margin-right: -100px !important;
  }
  .mx_md_auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my_md_auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .m_md_auto {
    margin: auto !important;
  }
  .ml_md_auto {
    margin-left: auto !important;
  }
  .mr_md_auto {
    margin-right: auto !important;
  }
  .mt_md_auto {
    margin-top: auto !important;
  }
  .mb_md_auto {
    margin-bottom: auto !important;
  }
}
@media (max-width: 767px) {
  .m_sm_0 {
    margin: 0px !important;
  }
  .mt_sm_0 {
    margin-top: 0px !important;
  }
  .mb_sm_0 {
    margin-bottom: 0px !important;
  }
  .ml_sm_0 {
    margin-left: 0px !important;
  }
  .mr_sm_0 {
    margin-right: 0px !important;
  }
  .mx_sm_0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .my_sm_0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p_sm_0 {
    padding: 0px !important;
  }
  .pt_sm_0 {
    padding-top: 0px !important;
  }
  .pb_sm_0 {
    padding-bottom: 0px !important;
  }
  .pl_sm_0 {
    padding-left: 0px !important;
  }
  .pr_sm_0 {
    padding-right: 0px !important;
  }
  .px_sm_0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .py_sm_0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .m_sm_5 {
    margin: 5px !important;
  }
  .mt_sm_5 {
    margin-top: 5px !important;
  }
  .mb_sm_5 {
    margin-bottom: 5px !important;
  }
  .ml_sm_5 {
    margin-left: 5px !important;
  }
  .mr_sm_5 {
    margin-right: 5px !important;
  }
  .mx_sm_5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .my_sm_5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .p_sm_5 {
    padding: 5px !important;
  }
  .pt_sm_5 {
    padding-top: 5px !important;
  }
  .pb_sm_5 {
    padding-bottom: 5px !important;
  }
  .pl_sm_5 {
    padding-left: 5px !important;
  }
  .pr_sm_5 {
    padding-right: 5px !important;
  }
  .px_sm_5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .py_sm_5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .m_sm_n5 {
    margin: -5px !important;
  }
  .mt_sm_n5 {
    margin-top: -5px !important;
  }
  .mb_sm_n5 {
    margin-bottom: -5px !important;
  }
  .ml_sm_n5 {
    margin-left: -5px !important;
  }
  .mr_sm_n5 {
    margin-right: -5px !important;
  }
  .m_sm_10 {
    margin: 10px !important;
  }
  .mt_sm_10 {
    margin-top: 10px !important;
  }
  .mb_sm_10 {
    margin-bottom: 10px !important;
  }
  .ml_sm_10 {
    margin-left: 10px !important;
  }
  .mr_sm_10 {
    margin-right: 10px !important;
  }
  .mx_sm_10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .my_sm_10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .p_sm_10 {
    padding: 10px !important;
  }
  .pt_sm_10 {
    padding-top: 10px !important;
  }
  .pb_sm_10 {
    padding-bottom: 10px !important;
  }
  .pl_sm_10 {
    padding-left: 10px !important;
  }
  .pr_sm_10 {
    padding-right: 10px !important;
  }
  .px_sm_10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py_sm_10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .m_sm_n10 {
    margin: -10px !important;
  }
  .mt_sm_n10 {
    margin-top: -10px !important;
  }
  .mb_sm_n10 {
    margin-bottom: -10px !important;
  }
  .ml_sm_n10 {
    margin-left: -10px !important;
  }
  .mr_sm_n10 {
    margin-right: -10px !important;
  }
  .m_sm_15 {
    margin: 15px !important;
  }
  .mt_sm_15 {
    margin-top: 15px !important;
  }
  .mb_sm_15 {
    margin-bottom: 15px !important;
  }
  .ml_sm_15 {
    margin-left: 15px !important;
  }
  .mr_sm_15 {
    margin-right: 15px !important;
  }
  .mx_sm_15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .my_sm_15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .p_sm_15 {
    padding: 15px !important;
  }
  .pt_sm_15 {
    padding-top: 15px !important;
  }
  .pb_sm_15 {
    padding-bottom: 15px !important;
  }
  .pl_sm_15 {
    padding-left: 15px !important;
  }
  .pr_sm_15 {
    padding-right: 15px !important;
  }
  .px_sm_15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .py_sm_15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .m_sm_n15 {
    margin: -15px !important;
  }
  .mt_sm_n15 {
    margin-top: -15px !important;
  }
  .mb_sm_n15 {
    margin-bottom: -15px !important;
  }
  .ml_sm_n15 {
    margin-left: -15px !important;
  }
  .mr_sm_n15 {
    margin-right: -15px !important;
  }
  .m_sm_20 {
    margin: 20px !important;
  }
  .mt_sm_20 {
    margin-top: 20px !important;
  }
  .mb_sm_20 {
    margin-bottom: 20px !important;
  }
  .ml_sm_20 {
    margin-left: 20px !important;
  }
  .mr_sm_20 {
    margin-right: 20px !important;
  }
  .mx_sm_20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .my_sm_20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .p_sm_20 {
    padding: 20px !important;
  }
  .pt_sm_20 {
    padding-top: 20px !important;
  }
  .pb_sm_20 {
    padding-bottom: 20px !important;
  }
  .pl_sm_20 {
    padding-left: 20px !important;
  }
  .pr_sm_20 {
    padding-right: 20px !important;
  }
  .px_sm_20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py_sm_20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .m_sm_n20 {
    margin: -20px !important;
  }
  .mt_sm_n20 {
    margin-top: -20px !important;
  }
  .mb_sm_n20 {
    margin-bottom: -20px !important;
  }
  .ml_sm_n20 {
    margin-left: -20px !important;
  }
  .mr_sm_n20 {
    margin-right: -20px !important;
  }
  .m_sm_25 {
    margin: 25px !important;
  }
  .mt_sm_25 {
    margin-top: 25px !important;
  }
  .mb_sm_25 {
    margin-bottom: 25px !important;
  }
  .ml_sm_25 {
    margin-left: 25px !important;
  }
  .mr_sm_25 {
    margin-right: 25px !important;
  }
  .mx_sm_25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .my_sm_25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .p_sm_25 {
    padding: 25px !important;
  }
  .pt_sm_25 {
    padding-top: 25px !important;
  }
  .pb_sm_25 {
    padding-bottom: 25px !important;
  }
  .pl_sm_25 {
    padding-left: 25px !important;
  }
  .pr_sm_25 {
    padding-right: 25px !important;
  }
  .px_sm_25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .py_sm_25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .m_sm_n25 {
    margin: -25px !important;
  }
  .mt_sm_n25 {
    margin-top: -25px !important;
  }
  .mb_sm_n25 {
    margin-bottom: -25px !important;
  }
  .ml_sm_n25 {
    margin-left: -25px !important;
  }
  .mr_sm_n25 {
    margin-right: -25px !important;
  }
  .m_sm_30 {
    margin: 30px !important;
  }
  .mt_sm_30 {
    margin-top: 30px !important;
  }
  .mb_sm_30 {
    margin-bottom: 30px !important;
  }
  .ml_sm_30 {
    margin-left: 30px !important;
  }
  .mr_sm_30 {
    margin-right: 30px !important;
  }
  .mx_sm_30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .my_sm_30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p_sm_30 {
    padding: 30px !important;
  }
  .pt_sm_30 {
    padding-top: 30px !important;
  }
  .pb_sm_30 {
    padding-bottom: 30px !important;
  }
  .pl_sm_30 {
    padding-left: 30px !important;
  }
  .pr_sm_30 {
    padding-right: 30px !important;
  }
  .px_sm_30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .py_sm_30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .m_sm_n30 {
    margin: -30px !important;
  }
  .mt_sm_n30 {
    margin-top: -30px !important;
  }
  .mb_sm_n30 {
    margin-bottom: -30px !important;
  }
  .ml_sm_n30 {
    margin-left: -30px !important;
  }
  .mr_sm_n30 {
    margin-right: -30px !important;
  }
  .m_sm_35 {
    margin: 35px !important;
  }
  .mt_sm_35 {
    margin-top: 35px !important;
  }
  .mb_sm_35 {
    margin-bottom: 35px !important;
  }
  .ml_sm_35 {
    margin-left: 35px !important;
  }
  .mr_sm_35 {
    margin-right: 35px !important;
  }
  .mx_sm_35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .my_sm_35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .p_sm_35 {
    padding: 35px !important;
  }
  .pt_sm_35 {
    padding-top: 35px !important;
  }
  .pb_sm_35 {
    padding-bottom: 35px !important;
  }
  .pl_sm_35 {
    padding-left: 35px !important;
  }
  .pr_sm_35 {
    padding-right: 35px !important;
  }
  .px_sm_35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .py_sm_35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .m_sm_n35 {
    margin: -35px !important;
  }
  .mt_sm_n35 {
    margin-top: -35px !important;
  }
  .mb_sm_n35 {
    margin-bottom: -35px !important;
  }
  .ml_sm_n35 {
    margin-left: -35px !important;
  }
  .mr_sm_n35 {
    margin-right: -35px !important;
  }
  .m_sm_40 {
    margin: 40px !important;
  }
  .mt_sm_40 {
    margin-top: 40px !important;
  }
  .mb_sm_40 {
    margin-bottom: 40px !important;
  }
  .ml_sm_40 {
    margin-left: 40px !important;
  }
  .mr_sm_40 {
    margin-right: 40px !important;
  }
  .mx_sm_40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .my_sm_40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .p_sm_40 {
    padding: 40px !important;
  }
  .pt_sm_40 {
    padding-top: 40px !important;
  }
  .pb_sm_40 {
    padding-bottom: 40px !important;
  }
  .pl_sm_40 {
    padding-left: 40px !important;
  }
  .pr_sm_40 {
    padding-right: 40px !important;
  }
  .px_sm_40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py_sm_40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .m_sm_n40 {
    margin: -40px !important;
  }
  .mt_sm_n40 {
    margin-top: -40px !important;
  }
  .mb_sm_n40 {
    margin-bottom: -40px !important;
  }
  .ml_sm_n40 {
    margin-left: -40px !important;
  }
  .mr_sm_n40 {
    margin-right: -40px !important;
  }
  .m_sm_45 {
    margin: 45px !important;
  }
  .mt_sm_45 {
    margin-top: 45px !important;
  }
  .mb_sm_45 {
    margin-bottom: 45px !important;
  }
  .ml_sm_45 {
    margin-left: 45px !important;
  }
  .mr_sm_45 {
    margin-right: 45px !important;
  }
  .mx_sm_45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .my_sm_45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .p_sm_45 {
    padding: 45px !important;
  }
  .pt_sm_45 {
    padding-top: 45px !important;
  }
  .pb_sm_45 {
    padding-bottom: 45px !important;
  }
  .pl_sm_45 {
    padding-left: 45px !important;
  }
  .pr_sm_45 {
    padding-right: 45px !important;
  }
  .px_sm_45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .py_sm_45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .m_sm_n45 {
    margin: -45px !important;
  }
  .mt_sm_n45 {
    margin-top: -45px !important;
  }
  .mb_sm_n45 {
    margin-bottom: -45px !important;
  }
  .ml_sm_n45 {
    margin-left: -45px !important;
  }
  .mr_sm_n45 {
    margin-right: -45px !important;
  }
  .m_sm_50 {
    margin: 50px !important;
  }
  .mt_sm_50 {
    margin-top: 50px !important;
  }
  .mb_sm_50 {
    margin-bottom: 50px !important;
  }
  .ml_sm_50 {
    margin-left: 50px !important;
  }
  .mr_sm_50 {
    margin-right: 50px !important;
  }
  .mx_sm_50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .my_sm_50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .p_sm_50 {
    padding: 50px !important;
  }
  .pt_sm_50 {
    padding-top: 50px !important;
  }
  .pb_sm_50 {
    padding-bottom: 50px !important;
  }
  .pl_sm_50 {
    padding-left: 50px !important;
  }
  .pr_sm_50 {
    padding-right: 50px !important;
  }
  .px_sm_50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .py_sm_50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .m_sm_n50 {
    margin: -50px !important;
  }
  .mt_sm_n50 {
    margin-top: -50px !important;
  }
  .mb_sm_n50 {
    margin-bottom: -50px !important;
  }
  .ml_sm_n50 {
    margin-left: -50px !important;
  }
  .mr_sm_n50 {
    margin-right: -50px !important;
  }
  .m_sm_60 {
    margin: 60px !important;
  }
  .mt_sm_60 {
    margin-top: 60px !important;
  }
  .mb_sm_60 {
    margin-bottom: 60px !important;
  }
  .ml_sm_60 {
    margin-left: 60px !important;
  }
  .mr_sm_60 {
    margin-right: 60px !important;
  }
  .mx_sm_60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .my_sm_60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .p_sm_60 {
    padding: 60px !important;
  }
  .pt_sm_60 {
    padding-top: 60px !important;
  }
  .pb_sm_60 {
    padding-bottom: 60px !important;
  }
  .pl_sm_60 {
    padding-left: 60px !important;
  }
  .pr_sm_60 {
    padding-right: 60px !important;
  }
  .px_sm_60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .py_sm_60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m_sm_n60 {
    margin: -60px !important;
  }
  .mt_sm_n60 {
    margin-top: -60px !important;
  }
  .mb_sm_n60 {
    margin-bottom: -60px !important;
  }
  .ml_sm_n60 {
    margin-left: -60px !important;
  }
  .mr_sm_n60 {
    margin-right: -60px !important;
  }
  .m_sm_70 {
    margin: 70px !important;
  }
  .mt_sm_70 {
    margin-top: 70px !important;
  }
  .mb_sm_70 {
    margin-bottom: 70px !important;
  }
  .ml_sm_70 {
    margin-left: 70px !important;
  }
  .mr_sm_70 {
    margin-right: 70px !important;
  }
  .mx_sm_70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .my_sm_70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .p_sm_70 {
    padding: 70px !important;
  }
  .pt_sm_70 {
    padding-top: 70px !important;
  }
  .pb_sm_70 {
    padding-bottom: 70px !important;
  }
  .pl_sm_70 {
    padding-left: 70px !important;
  }
  .pr_sm_70 {
    padding-right: 70px !important;
  }
  .px_sm_70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .py_sm_70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .m_sm_n70 {
    margin: -70px !important;
  }
  .mt_sm_n70 {
    margin-top: -70px !important;
  }
  .mb_sm_n70 {
    margin-bottom: -70px !important;
  }
  .ml_sm_n70 {
    margin-left: -70px !important;
  }
  .mr_sm_n70 {
    margin-right: -70px !important;
  }
  .m_sm_80 {
    margin: 80px !important;
  }
  .mt_sm_80 {
    margin-top: 80px !important;
  }
  .mb_sm_80 {
    margin-bottom: 80px !important;
  }
  .ml_sm_80 {
    margin-left: 80px !important;
  }
  .mr_sm_80 {
    margin-right: 80px !important;
  }
  .mx_sm_80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .my_sm_80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .p_sm_80 {
    padding: 80px !important;
  }
  .pt_sm_80 {
    padding-top: 80px !important;
  }
  .pb_sm_80 {
    padding-bottom: 80px !important;
  }
  .pl_sm_80 {
    padding-left: 80px !important;
  }
  .pr_sm_80 {
    padding-right: 80px !important;
  }
  .px_sm_80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py_sm_80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .m_sm_n80 {
    margin: -80px !important;
  }
  .mt_sm_n80 {
    margin-top: -80px !important;
  }
  .mb_sm_n80 {
    margin-bottom: -80px !important;
  }
  .ml_sm_n80 {
    margin-left: -80px !important;
  }
  .mr_sm_n80 {
    margin-right: -80px !important;
  }
  .m_sm_90 {
    margin: 90px !important;
  }
  .mt_sm_90 {
    margin-top: 90px !important;
  }
  .mb_sm_90 {
    margin-bottom: 90px !important;
  }
  .ml_sm_90 {
    margin-left: 90px !important;
  }
  .mr_sm_90 {
    margin-right: 90px !important;
  }
  .mx_sm_90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .my_sm_90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .p_sm_90 {
    padding: 90px !important;
  }
  .pt_sm_90 {
    padding-top: 90px !important;
  }
  .pb_sm_90 {
    padding-bottom: 90px !important;
  }
  .pl_sm_90 {
    padding-left: 90px !important;
  }
  .pr_sm_90 {
    padding-right: 90px !important;
  }
  .px_sm_90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .py_sm_90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .m_sm_n90 {
    margin: -90px !important;
  }
  .mt_sm_n90 {
    margin-top: -90px !important;
  }
  .mb_sm_n90 {
    margin-bottom: -90px !important;
  }
  .ml_sm_n90 {
    margin-left: -90px !important;
  }
  .mr_sm_n90 {
    margin-right: -90px !important;
  }
  .m_sm_100 {
    margin: 100px !important;
  }
  .mt_sm_100 {
    margin-top: 100px !important;
  }
  .mb_sm_100 {
    margin-bottom: 100px !important;
  }
  .ml_sm_100 {
    margin-left: 100px !important;
  }
  .mr_sm_100 {
    margin-right: 100px !important;
  }
  .mx_sm_100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .my_sm_100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .p_sm_100 {
    padding: 100px !important;
  }
  .pt_sm_100 {
    padding-top: 100px !important;
  }
  .pb_sm_100 {
    padding-bottom: 100px !important;
  }
  .pl_sm_100 {
    padding-left: 100px !important;
  }
  .pr_sm_100 {
    padding-right: 100px !important;
  }
  .px_sm_100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .py_sm_100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .m_sm_n100 {
    margin: -100px !important;
  }
  .mt_sm_n100 {
    margin-top: -100px !important;
  }
  .mb_sm_n100 {
    margin-bottom: -100px !important;
  }
  .ml_sm_n100 {
    margin-left: -100px !important;
  }
  .mr_sm_n100 {
    margin-right: -100px !important;
  }
  .mx_sm_auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my_sm_auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .m_sm_auto {
    margin: auto !important;
  }
  .ml_sm_auto {
    margin-left: auto !important;
  }
  .mr_sm_auto {
    margin-right: auto !important;
  }
  .mt_sm_auto {
    margin-top: auto !important;
  }
  .mb_sm_auto {
    margin-bottom: auto !important;
  }
}
@media (max-width: 1199px) {
  .w_lg_5 {
    width: 5% !important;
  }
  .h_lg_5 {
    height: 5% !important;
  }
  .w_lg_10 {
    width: 10% !important;
  }
  .h_lg_10 {
    height: 10% !important;
  }
  .w_lg_15 {
    width: 15% !important;
  }
  .h_lg_15 {
    height: 15% !important;
  }
  .w_lg_20 {
    width: 20% !important;
  }
  .h_lg_20 {
    height: 20% !important;
  }
  .w_lg_25 {
    width: 25% !important;
  }
  .h_lg_25 {
    height: 25% !important;
  }
  .w_lg_30 {
    width: 30% !important;
  }
  .h_lg_30 {
    height: 30% !important;
  }
  .w_lg_33 {
    width: 33% !important;
  }
  .h_lg_33 {
    height: 33% !important;
  }
  .w_lg_40 {
    width: 40% !important;
  }
  .h_lg_40 {
    height: 40% !important;
  }
  .w_lg_45 {
    width: 45% !important;
  }
  .h_lg_45 {
    height: 45% !important;
  }
  .w_lg_50 {
    width: 50% !important;
  }
  .h_lg_50 {
    height: 50% !important;
  }
  .w_lg_55 {
    width: 55% !important;
  }
  .h_lg_55 {
    height: 55% !important;
  }
  .w_lg_60 {
    width: 60% !important;
  }
  .h_lg_60 {
    height: 60% !important;
  }
  .w_lg_66 {
    width: 66% !important;
  }
  .h_lg_66 {
    height: 66% !important;
  }
  .w_lg_70 {
    width: 70% !important;
  }
  .h_lg_70 {
    height: 70% !important;
  }
  .w_lg_75 {
    width: 75% !important;
  }
  .h_lg_75 {
    height: 75% !important;
  }
  .w_lg_80 {
    width: 80% !important;
  }
  .h_lg_80 {
    height: 80% !important;
  }
  .w_lg_90 {
    width: 90% !important;
  }
  .h_lg_90 {
    height: 90% !important;
  }
  .w_lg_100 {
    width: 100% !important;
  }
  .h_lg_100 {
    height: 100% !important;
  }
  .w_lg_full {
    width: 100% !important;
  }
  .h_lg_full {
    height: 100% !important;
  }
  .vw_lg_full {
    width: 100vw !important;
  }
  .vh_lg_full {
    height: 100vh !important;
  }
  .w_lg_auto {
    width: auto !important;
  }
  .h_lg_auto {
    height: auto !important;
  }
  .mnw_lg_0 {
    min-width: 0 !important;
  }
  .mnh_lg_0 {
    min-height: 0 !important;
  }
  .mxw_lg_full {
    max-width: 100% !important;
  }
  .mxh_lg_full {
    max-height: 100% !important;
  }
}
@media (max-width: 991px) {
  .w_md_5 {
    width: 5% !important;
  }
  .h_md_5 {
    height: 5% !important;
  }
  .w_md_10 {
    width: 10% !important;
  }
  .h_md_10 {
    height: 10% !important;
  }
  .w_md_15 {
    width: 15% !important;
  }
  .h_md_15 {
    height: 15% !important;
  }
  .w_md_20 {
    width: 20% !important;
  }
  .h_md_20 {
    height: 20% !important;
  }
  .w_md_25 {
    width: 25% !important;
  }
  .h_md_25 {
    height: 25% !important;
  }
  .w_md_30 {
    width: 30% !important;
  }
  .h_md_30 {
    height: 30% !important;
  }
  .w_md_33 {
    width: 33% !important;
  }
  .h_md_33 {
    height: 33% !important;
  }
  .w_md_40 {
    width: 40% !important;
  }
  .h_md_40 {
    height: 40% !important;
  }
  .w_md_45 {
    width: 45% !important;
  }
  .h_md_45 {
    height: 45% !important;
  }
  .w_md_50 {
    width: 50% !important;
  }
  .h_md_50 {
    height: 50% !important;
  }
  .w_md_55 {
    width: 55% !important;
  }
  .h_md_55 {
    height: 55% !important;
  }
  .w_md_60 {
    width: 60% !important;
  }
  .h_md_60 {
    height: 60% !important;
  }
  .w_md_66 {
    width: 66% !important;
  }
  .h_md_66 {
    height: 66% !important;
  }
  .w_md_70 {
    width: 70% !important;
  }
  .h_md_70 {
    height: 70% !important;
  }
  .w_md_75 {
    width: 75% !important;
  }
  .h_md_75 {
    height: 75% !important;
  }
  .w_md_80 {
    width: 80% !important;
  }
  .h_md_80 {
    height: 80% !important;
  }
  .w_md_90 {
    width: 90% !important;
  }
  .h_md_90 {
    height: 90% !important;
  }
  .w_md_100 {
    width: 100% !important;
  }
  .h_md_100 {
    height: 100% !important;
  }
  .w_md_full {
    width: 100% !important;
  }
  .h_md_full {
    height: 100% !important;
  }
  .vw_md_full {
    width: 100vw !important;
  }
  .vh_md_full {
    height: 100vh !important;
  }
  .w_md_auto {
    width: auto !important;
  }
  .h_md_auto {
    height: auto !important;
  }
  .mnw_md_0 {
    min-width: 0 !important;
  }
  .mnh_md_0 {
    min-height: 0 !important;
  }
  .mxw_md_full {
    max-width: 100% !important;
  }
  .mxh_md_full {
    max-height: 100% !important;
  }
}
@media (max-width: 767px) {
  .w_sm_5 {
    width: 5% !important;
  }
  .h_sm_5 {
    height: 5% !important;
  }
  .w_sm_10 {
    width: 10% !important;
  }
  .h_sm_10 {
    height: 10% !important;
  }
  .w_sm_15 {
    width: 15% !important;
  }
  .h_sm_15 {
    height: 15% !important;
  }
  .w_sm_20 {
    width: 20% !important;
  }
  .h_sm_20 {
    height: 20% !important;
  }
  .w_sm_25 {
    width: 25% !important;
  }
  .h_sm_25 {
    height: 25% !important;
  }
  .w_sm_30 {
    width: 30% !important;
  }
  .h_sm_30 {
    height: 30% !important;
  }
  .w_sm_33 {
    width: 33% !important;
  }
  .h_sm_33 {
    height: 33% !important;
  }
  .w_sm_40 {
    width: 40% !important;
  }
  .h_sm_40 {
    height: 40% !important;
  }
  .w_sm_45 {
    width: 45% !important;
  }
  .h_sm_45 {
    height: 45% !important;
  }
  .w_sm_50 {
    width: 50% !important;
  }
  .h_sm_50 {
    height: 50% !important;
  }
  .w_sm_55 {
    width: 55% !important;
  }
  .h_sm_55 {
    height: 55% !important;
  }
  .w_sm_60 {
    width: 60% !important;
  }
  .h_sm_60 {
    height: 60% !important;
  }
  .w_sm_66 {
    width: 66% !important;
  }
  .h_sm_66 {
    height: 66% !important;
  }
  .w_sm_70 {
    width: 70% !important;
  }
  .h_sm_70 {
    height: 70% !important;
  }
  .w_sm_75 {
    width: 75% !important;
  }
  .h_sm_75 {
    height: 75% !important;
  }
  .w_sm_80 {
    width: 80% !important;
  }
  .h_sm_80 {
    height: 80% !important;
  }
  .w_sm_90 {
    width: 90% !important;
  }
  .h_sm_90 {
    height: 90% !important;
  }
  .w_sm_100 {
    width: 100% !important;
  }
  .h_sm_100 {
    height: 100% !important;
  }
  .w_sm_full {
    width: 100% !important;
  }
  .h_sm_full {
    height: 100% !important;
  }
  .vw_sm_full {
    width: 100vw !important;
  }
  .vh_sm_full {
    height: 100vh !important;
  }
  .w_sm_auto {
    width: auto !important;
  }
  .h_sm_auto {
    height: auto !important;
  }
  .mnw_sm_0 {
    min-width: 0 !important;
  }
  .mnh_sm_0 {
    min-height: 0 !important;
  }
  .mxw_sm_full {
    max-width: 100% !important;
  }
  .mxh_sm_full {
    max-height: 100% !important;
  }
}
@media (max-width: 1199px) {
  .order_lg_n1 {
    order: -1 !important;
  }
  .order_lg_0 {
    order: 0 !important;
  }
  .order_lg_1 {
    order: 1 !important;
  }
  .order_lg_2 {
    order: 2 !important;
  }
  .order_lg_3 {
    order: 3 !important;
  }
  .order_lg_4 {
    order: 4 !important;
  }
  .order_lg_5 {
    order: 5 !important;
  }
  .order_lg_6 {
    order: 6 !important;
  }
  .order_lg_7 {
    order: 7 !important;
  }
  .order_lg_8 {
    order: 8 !important;
  }
  .order_lg_9 {
    order: 9 !important;
  }
  .order_lg_10 {
    order: 10 !important;
  }
  .order_lg_11 {
    order: 11 !important;
  }
  .order_lg_12 {
    order: 12 !important;
  }
}
@media (max-width: 991px) {
  .order_md_n1 {
    order: -1 !important;
  }
  .order_md_0 {
    order: 0 !important;
  }
  .order_md_1 {
    order: 1 !important;
  }
  .order_md_2 {
    order: 2 !important;
  }
  .order_md_3 {
    order: 3 !important;
  }
  .order_md_4 {
    order: 4 !important;
  }
  .order_md_5 {
    order: 5 !important;
  }
  .order_md_6 {
    order: 6 !important;
  }
  .order_md_7 {
    order: 7 !important;
  }
  .order_md_8 {
    order: 8 !important;
  }
  .order_md_9 {
    order: 9 !important;
  }
  .order_md_10 {
    order: 10 !important;
  }
  .order_md_11 {
    order: 11 !important;
  }
  .order_md_12 {
    order: 12 !important;
  }
}
@media (max-width: 767px) {
  .order_sm_n1 {
    order: -1 !important;
  }
  .order_sm_0 {
    order: 0 !important;
  }
  .order_sm_1 {
    order: 1 !important;
  }
  .order_sm_2 {
    order: 2 !important;
  }
  .order_sm_3 {
    order: 3 !important;
  }
  .order_sm_4 {
    order: 4 !important;
  }
  .order_sm_5 {
    order: 5 !important;
  }
  .order_sm_6 {
    order: 6 !important;
  }
  .order_sm_7 {
    order: 7 !important;
  }
  .order_sm_8 {
    order: 8 !important;
  }
  .order_sm_9 {
    order: 9 !important;
  }
  .order_sm_10 {
    order: 10 !important;
  }
  .order_sm_11 {
    order: 11 !important;
  }
  .order_sm_12 {
    order: 12 !important;
  }
}
@media (max-width: 1199px) {
  .ellipsis_lg {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}
@media (max-width: 991px) {
  .ellipsis_md {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}
@media (max-width: 767px) {
  .ellipsis_sm {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}/*# sourceMappingURL=util.css.map */