/* Minification failed. Returning unminified contents.
(2856,7): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,56): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,71): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,85): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,102): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,119): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,135): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,150): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,165): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,178): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,193): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,213): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,231): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,251): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,269): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,284): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,302): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,319): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,335): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,350): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,368): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,390): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,412): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,434): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,457): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2856,671): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* ***** BEGIN MARGIN ***** */

/* ** 2rem ** */
.m-r2  { margin: 2rem !important; }
.mt-r2 { margin-top: 2rem !important; }
.mb-r2 { margin-bottom: 2rem !important; }
.ml-r2 { margin-left: 2rem !important; }
.mr-r2 { margin-right: 2rem !important; }

.mx-r2 { margin-left: 2rem !important; margin-right: 2rem !important; }
.my-r2 { margin-top: 2rem !important; margin-bottom: 2rem !important; }

/* ** 1 ** */
.m-p1  { margin: 1px !important; }
.mt-p1 { margin-top: 1px !important; }
.mb-p1 { margin-bottom: 1px !important; }
.ml-p1 { margin-left: 1px !important; }
.mr-p1 { margin-right: 1px !important; }

.mx-p1 { margin-left: 1px !important; margin-right: 1px !important; }
.my-p1 { margin-top: 1px !important; margin-bottom: 1px !important; }

/* ** 2 ** */
.m-p2  { margin: 2px !important; }
.mt-p2 { margin-top: 2px !important; }
.mb-p2 { margin-bottom: 2px !important; }
.ml-p2 { margin-left: 2px !important; }
.mr-p2 { margin-right: 2px !important; }

.mx-p2 { margin-left: 2px !important; margin-right: 2px !important; }
.my-p2 { margin-top: 2px !important; margin-bottom: 2px !important; }

/* ** 3 ** */
.m-p3  { margin: 3px !important; }
.mt-p3 { margin-top: 3px !important; }
.mb-p3 { margin-bottom: 3px !important; }
.ml-p3 { margin-left: 3px !important; }
.mr-p3 { margin-right: 3px !important; }

.mx-p3 { margin-left: 3px !important; margin-right: 3px !important; }
.my-p3 { margin-top: 3px !important; margin-bottom: 3px !important; }

/* ** 4 ** */
.m-p4  { margin: 4px !important; }
.mt-p4 { margin-top: 4px !important; }
.mb-p4 { margin-bottom: 4px !important; }
.ml-p4 { margin-left: 4px !important; }
.mr-p4 { margin-right: 4px !important; }

.mx-p4 { margin-left: 4px !important; margin-right: 4px !important; }
.my-p4 { margin-top: 4px !important; margin-bottom: 4px !important; }

/* ** 5 ** */
.m-p5  { margin: 5px !important; }
.mt-p5 { margin-top: 5px !important; }
.mb-p5 { margin-bottom: 5px !important; }
.ml-p5 { margin-left: 5px !important; }
.mr-p5 { margin-right: 5px !important; }

.mx-p5 { margin-left: 5px !important; margin-right: 5px !important; }
.my-p5 { margin-top: 5px !important; margin-bottom: 5px !important; }

/* ** 6 ** */
.m-p6  { margin: 6px !important; }
.mt-p6 { margin-top: 6px !important; }
.mb-p6 { margin-bottom: 6px !important; }
.ml-p6 { margin-left: 6px !important; }
.mr-p6 { margin-right: 6px !important; }

.mx-p6 { margin-left: 6px !important; margin-right: 6px !important; }
.my-p6 { margin-top: 6px !important; margin-bottom: 6px !important; }

/* ** 7 ** */
.m-p7  { margin: 7px !important; }
.mt-p7 { margin-top: 7px !important; }
.mb-p7 { margin-bottom: 7px !important; }
.ml-p7 { margin-left: 7px !important; }
.mr-p7 { margin-right: 7px !important; }

.mx-p7 { margin-left: 7px !important; margin-right: 7px !important; }
.my-p7 { margin-top: 7px !important; margin-bottom: 7px !important; }

/* ** 8 ** */
.m-p8  { margin: 8px !important; }
.mt-p8 { margin-top: 8px !important; }
.mb-p8 { margin-bottom: 8px !important; }
.ml-p8 { margin-left: 8px !important; }
.mr-p8 { margin-right: 8px !important; }

.mx-p8 { margin-left: 8px !important; margin-right: 8px !important; }
.my-p8 { margin-top: 8px !important; margin-bottom: 8px !important; }

/* ** 9 ** */
.m-p9  { margin: 9px !important; }
.mt-p9 { margin-top: 9px !important; }
.mb-p9 { margin-bottom: 9px !important; }
.ml-p9 { margin-left: 9px !important; }
.mr-p9 { margin-right: 9px !important; }

.mx-p9 { margin-left: 9px !important; margin-right: 9px !important; }
.my-p9 { margin-top: 9px !important; margin-bottom: 9px !important; }

/* ** 10 ** */
.m-p10  { margin: 10px !important; }
.mt-p10 { margin-top: 10px !important; }
.mb-p10 { margin-bottom: 10px !important; }
.ml-p10 { margin-left: 10px !important; }
.mr-p10 { margin-right: 10px !important; }

.mx-p10 { margin-left: 10px !important; margin-right: 10px !important; }
.my-p10 { margin-top: 10px !important; margin-bottom: 10px !important; }

/* ** 12 ** */
.m-p12  { margin: 12px !important; }
.mt-p12 { margin-top: 12px !important; }
.mb-p12 { margin-bottom: 12px !important; }
.ml-p12 { margin-left: 12px !important; }
.mr-p12 { margin-right: 12px !important; }

.mx-p12 { margin-left: 12px !important; margin-right: 12px !important; }
.my-p12 { margin-top: 12px !important; margin-bottom: 12px !important; }

/* ** 14 ** */
.m-p14  { margin: 14px !important; }
.mt-p14 { margin-top: 14px !important; }
.mb-p14 { margin-bottom: 14px !important; }
.ml-p14 { margin-left: 14px !important; }
.mr-p14 { margin-right: 14px !important; }

.mx-p14 { margin-left: 14px !important; margin-right: 14px !important; }
.my-p14 { margin-top: 14px !important; margin-bottom: 14px !important; }

/* ** 15 ** */
.m-p15  { margin: 15px !important; }
.mt-p15 { margin-top: 15px !important; }
.mb-p15 { margin-bottom: 15px !important; }
.ml-p15 { margin-left: 15px !important; }
.mr-p15 { margin-right: 15px !important; }

.mx-p15 { margin-left: 15px !important; margin-right: 15px !important; }
.my-p15 { margin-top: 15px !important; margin-bottom: 15px !important; }

/* ** 16 ** */
.m-p16  { margin: 16px !important; }
.mt-p16 { margin-top: 16px !important; }
.mb-p16 { margin-bottom: 16px !important; }
.ml-p16 { margin-left: 16px !important; }
.mr-p16 { margin-right: 16px !important; }

.mx-p16 { margin-left: 16px !important; margin-right: 16px !important; }
.my-p16 { margin-top: 16px !important; margin-bottom: 16px !important; }

/* ** 18 ** */
.m-p18  { margin: 18px !important; }
.mt-p18 { margin-top: 18px !important; }
.mb-p18 { margin-bottom: 18px !important; }
.ml-p18 { margin-left: 18px !important; }
.mr-p18 { margin-right: 18px !important; }

.mx-p18 { margin-left: 18px !important; margin-right: 18px !important; }
.my-p18 { margin-top: 18px !important; margin-bottom: 18px !important; }

/* ** 20 ** */
.m-p20  { margin: 20px !important; }
.mt-p20 { margin-top: 20px !important; }
.mb-p20 { margin-bottom: 20px !important; }
.ml-p20 { margin-left: 20px !important; }
.mr-p20 { margin-right: 20px !important; }

.mx-p20 { margin-left: 20px !important; margin-right: 20px !important; }
.my-p20 { margin-top: 20px !important; margin-bottom: 20px !important; }

/* ** 22 ** */
.m-p22  { margin: 22px !important; }
.mt-p22 { margin-top: 22px !important; }
.mb-p22 { margin-bottom: 22px !important; }
.ml-p22 { margin-left: 22px !important; }
.mr-p22 { margin-right: 22px !important; }

.mx-p22 { margin-left: 22px !important; margin-right: 22px !important; }
.my-p22 { margin-top: 22px !important; margin-bottom: 22px !important; }

/* ** 24 ** */
.m-p24  { margin: 24px !important; }
.mt-p24 { margin-top: 24px !important; }
.mb-p24 { margin-bottom: 24px !important; }
.ml-p24 { margin-left: 24px !important; }
.mr-p24 { margin-right: 24px !important; }

.mx-p24 { margin-left: 24px !important; margin-right: 24px !important; }
.my-p24 { margin-top: 24px !important; margin-bottom: 24px !important; }

/* ** 25 ** */
.m-p25  { margin: 25px !important; }
.mt-p25 { margin-top: 25px !important; }
.mb-p25 { margin-bottom: 25px !important; }
.ml-p25 { margin-left: 25px !important; }
.mr-p25 { margin-right: 25px !important; }

.mx-p25 { margin-left: 25px !important; margin-right: 25px !important; }
.my-p25 { margin-top: 25px !important; margin-bottom: 25px !important; }

/* ** 26 ** */
.m-p26  { margin: 26px !important; }
.mt-p26 { margin-top: 26px !important; }
.mb-p26 { margin-bottom: 26px !important; }
.ml-p26 { margin-left: 26px !important; }
.mr-p26 { margin-right: 26px !important; }

.mx-p26 { margin-left: 26px !important; margin-right: 26px !important; }
.my-p26 { margin-top: 26px !important; margin-bottom: 26px !important; }

/* ** 28 ** */
.m-p28  { margin: 28px !important; }
.mt-p28 { margin-top: 28px !important; }
.mb-p28 { margin-bottom: 28px !important; }
.ml-p28 { margin-left: 28px !important; }
.mr-p28 { margin-right: 28px !important; }

.mx-p28 { margin-left: 28px !important; margin-right: 28px !important; }
.my-p28 { margin-top: 28px !important; margin-bottom: 28px !important; }

/* ** 30 ** */
.m-p30  { margin: 30px !important; }
.mt-p30 { margin-top: 30px !important; }
.mb-p30 { margin-bottom: 30px !important; }
.ml-p30 { margin-left: 30px !important; }
.mr-p30 { margin-right: 30px !important; }

.mx-p30 { margin-left: 30px !important; margin-right: 30px !important; }
.my-p30 { margin-top: 30px !important; margin-bottom: 30px !important; }

/* ** 35 ** */
.m-p35  { margin: 35px !important; }
.mt-p35 { margin-top: 35px !important; }
.mb-p35 { margin-bottom: 35px !important; }
.ml-p35 { margin-left: 35px !important; }
.mr-p35 { margin-right: 35px !important; }

.mx-p35 { margin-left: 35px !important; margin-right: 35px !important; }
.my-p35 { margin-top: 35px !important; margin-bottom: 35px !important; }

/* ** 40 ** */
.m-p40  { margin: 40px !important; }
.mt-p40 { margin-top: 40px !important; }
.mb-p40 { margin-bottom: 40px !important; }
.ml-p40 { margin-left: 40px !important; }
.mr-p40 { margin-right: 40px !important; }

.mx-p40 { margin-left: 40px !important; margin-right: 40px !important; }
.my-p40 { margin-top: 40px !important; margin-bottom: 40px !important; }

/* ** 45 ** */
.m-p45  { margin: 45px !important; }
.mt-p45 { margin-top: 45px !important; }
.mb-p45 { margin-bottom: 45px !important; }
.ml-p45 { margin-left: 45px !important; }
.mr-p45 { margin-right: 45px !important; }

.mx-p45 { margin-left: 45px !important; margin-right: 45px !important; }
.my-p45 { margin-top: 45px !important; margin-bottom: 45px !important; }

/* ** 50 ** */
.m-p50  { margin: 50px !important; }
.mt-p50 { margin-top: 50px !important; }
.mb-p50 { margin-bottom: 50px !important; }
.ml-p50 { margin-left: 50px !important; }
.mr-p50 { margin-right: 50px !important; }

.mx-p50 { margin-left: 50px !important; margin-right: 50px !important; }
.my-p50 { margin-top: 50px !important; margin-bottom: 50px !important; }

/* ** 55 ** */
.m-p55  { margin: 55px !important; }
.mt-p55 { margin-top: 55px !important; }
.mb-p55 { margin-bottom: 55px !important; }
.ml-p55 { margin-left: 55px !important; }
.mr-p55 { margin-right: 55px !important; }

.mx-p55 { margin-left: 55px !important; margin-right: 55px !important; }
.my-p55 { margin-top: 55px !important; margin-bottom: 55px !important; }

/* ** 60 ** */
.m-p60  { margin: 60px !important; }
.mt-p60 { margin-top: 60px !important; }
.mb-p60 { margin-bottom: 60px !important; }
.ml-p60 { margin-left: 60px !important; }
.mr-p60 { margin-right: 60px !important; }

.mx-p60 { margin-left: 60px !important; margin-right: 60px !important; }
.my-p60 { margin-top: 60px !important; margin-bottom: 60px !important; }

/* ** 65 ** */
.m-p65  { margin: 65px !important; }
.mt-p65 { margin-top: 65px !important; }
.mb-p65 { margin-bottom: 65px !important; }
.ml-p65 { margin-left: 65px !important; }
.mr-p65 { margin-right: 65px !important; }

.mx-p65 { margin-left: 65px !important; margin-right: 65px !important; }
.my-p65 { margin-top: 65px !important; margin-bottom: 65px !important; }

/* ** 70 ** */
.m-p70  { margin: 70px !important; }
.mt-p70 { margin-top: 70px !important; }
.mb-p70 { margin-bottom: 70px !important; }
.ml-p70 { margin-left: 70px !important; }
.mr-p70 { margin-right: 70px !important; }

.mx-p70 { margin-left: 70px !important; margin-right: 70px !important; }
.my-p70 { margin-top: 70px !important; margin-bottom: 70px !important; }

/* ** 75 ** */
.m-p75  { margin: 75px !important; }
.mt-p75 { margin-top: 75px !important; }
.mb-p75 { margin-bottom: 75px !important; }
.ml-p75 { margin-left: 75px !important; }
.mr-p75 { margin-right: 75px !important; }

.mx-p75 { margin-left: 75px !important; margin-right: 75px !important; }
.my-p75 { margin-top: 75px !important; margin-bottom: 75px !important; }

/* ** 80 ** */
.m-p80  { margin: 80px !important; }
.mt-p80 { margin-top: 80px !important; }
.mb-p80 { margin-bottom: 80px !important; }
.ml-p80 { margin-left: 80px !important; }
.mr-p80 { margin-right: 80px !important; }

.mx-p80 { margin-left: 80px !important; margin-right: 80px !important; }
.my-p80 { margin-top: 80px !important; margin-bottom: 80px !important; }

/* ** 85 ** */
.m-p85  { margin: 85px !important; }
.mt-p85 { margin-top: 85px !important; }
.mb-p85 { margin-bottom: 85px !important; }
.ml-p85 { margin-left: 85px !important; }
.mr-p85 { margin-right: 85px !important; }

.mx-p80 { margin-left: 80px !important; margin-right: 80px !important; }
.my-p80 { margin-top: 80px !important; margin-bottom: 80px !important; }

/* ** 90 ** */
.m-p90  { margin: 90px !important; }
.mt-p90 { margin-top: 90px !important; }
.mb-p90 { margin-bottom: 90px !important; }
.ml-p90 { margin-left: 90px !important; }
.mr-p90 { margin-right: 90px !important; }

.mx-p90 { margin-left: 90px !important; margin-right: 90px !important; }
.my-p90 { margin-top: 90px !important; margin-bottom: 90px !important; }

/* ** 95 ** */
.m-p95  { margin: 95px !important; }
.mt-p95 { margin-top: 95px !important; }
.mb-p95 { margin-bottom: 95px !important; }
.ml-p95 { margin-left: 95px !important; }
.mr-p95 { margin-right: 95px !important; }

.mx-p95 { margin-left: 95px !important; margin-right: 95px !important; }
.my-p95 { margin-top: 95px !important; margin-bottom: 95px !important; }

/* ** 100 ** */
.m-p100  { margin: 100px !important; }
.mt-p100 { margin-top: 100px !important; }
.mb-p100 { margin-bottom: 100px !important; }
.ml-p100 { margin-left: 100px !important; }
.mr-p100 { margin-right: 100px !important; }

.mx-p100 { margin-left: 100px !important; margin-right: 100px !important; }
.my-p100 { margin-top: 100px !important; margin-bottom: 100px !important; }
/* ***** END MARGIN ***** */


/* ***** BEGIN PADDING ***** */

/* ** 1 ** */
.p-p1  { padding: 1px !important; }
.pt-p1 { padding-top: 1px !important; }
.pb-p1 { padding-bottom: 1px !important; }
.pl-p1 { padding-left: 1px !important; }
.pr-p1 { padding-right: 1px !important; }

.px-p1 { padding-left: 1px !important; padding-right: 1px !important; }
.py-p1 { padding-top: 1px !important; padding-bottom: 1px !important; }

/* ** 2 ** */
.p-p2  { padding: 2px !important; }
.pt-p2 { padding-top: 2px !important; }
.pb-p2 { padding-bottom: 2px !important; }
.pl-p2 { padding-left: 2px !important; }
.pr-p2 { padding-right: 2px !important; }

.px-p2 { padding-left: 2px !important; padding-right: 2px !important; }
.py-p2 { padding-top: 2px !important; padding-bottom: 2px !important; }

/* ** 3 ** */
.p-p3  { padding: 3px !important; }
.pt-p3 { padding-top: 3px !important; }
.pb-p3 { padding-bottom: 3px !important; }
.pl-p3 { padding-left: 3px !important; }
.pr-p3 { padding-right: 3px !important; }

.px-p3 { padding-left: 3px !important; padding-right: 3px !important; }
.py-p3 { padding-top: 3px !important; padding-bottom: 3px !important; }

/* ** 4 ** */
.p-p4  { padding: 4px !important; }
.pt-p4 { padding-top: 4px !important; }
.pb-p4 { padding-bottom: 4px !important; }
.pl-p4 { padding-left: 4px !important; }
.pr-p4 { padding-right: 4px !important; }

.px-p4 { padding-left: 4px !important; padding-right: 4px !important; }
.py-p4 { padding-top: 4px !important; padding-bottom: 4px !important; }

/* ** 5 ** */
.p-p5  { padding: 5px !important; }
.pt-p5 { padding-top: 5px !important; }
.pb-p5 { padding-bottom: 5px !important; }
.pl-p5 { padding-left: 5px !important; }
.pr-p5 { padding-right: 5px !important; }

.px-p5 { padding-left: 5px !important; padding-right: 5px !important; }
.py-p5 { padding-top: 5px !important; padding-bottom: 5px !important; }

/* ** 6 ** */
.p-p6  { padding: 6px !important; }
.pt-p6 { padding-top: 6px !important; }
.pb-p6 { padding-bottom: 6px !important; }
.pl-p6 { padding-left: 6px !important; }
.pr-p6 { padding-right: 6px !important; }

.px-p6 { padding-left: 6px !important; padding-right: 6px !important; }
.py-p6 { padding-top: 6px !important; padding-bottom: 6px !important; }

/* ** 7 ** */
.p-p7  { padding: 7px !important; }
.pt-p7 { padding-top: 7px !important; }
.pb-p7 { padding-bottom: 7px !important; }
.pl-p7 { padding-left: 7px !important; }
.pr-p7 { padding-right: 7px !important; }

.px-p7 { padding-left: 7px !important; padding-right: 7px !important; }
.py-p7 { padding-top: 7px !important; padding-bottom: 7px !important; }

/* ** 8 ** */
.p-p8  { padding: 8px !important; }
.pt-p8 { padding-top: 8px !important; }
.pb-p8 { padding-bottom: 8px !important; }
.pl-p8 { padding-left: 8px !important; }
.pr-p8 { padding-right: 8px !important; }

.px-p8 { padding-left: 8px !important; padding-right: 8px !important; }
.py-p8 { padding-top: 8px !important; padding-bottom: 8px !important; }

/* ** 9 ** */
.p-p9  { padding: 9px !important; }
.pt-p9 { padding-top: 9px !important; }
.pb-p9 { padding-bottom: 9px !important; }
.pl-p9 { padding-left: 9px !important; }
.pr-p9 { padding-right: 9px !important; }

.px-p9 { padding-left: 9px !important; padding-right: 9px !important; }
.py-p9 { padding-top: 9px !important; padding-bottom: 9px !important; }

/* ** 10 ** */
.p-p10   { padding: 10px !important; }
.pt-p10 { padding-top: 10px !important; }
.pb-p10 { padding-bottom: 10px !important; }
.pl-p10 { padding-left: 10px !important; }
.pr-p10 { padding-right: 10px !important; }

.px-p10 { padding-left: 10px !important; padding-right: 10px !important; }
.py-p10 { padding-top: 10px !important; padding-bottom: 10px !important; }

/* ** 12 ** */
.p-p12  { padding: 12px !important; }
.pt-p12 { padding-top: 12px !important; }
.pb-p12 { padding-bottom: 12px !important; }
.pl-p12 { padding-left: 12px !important; }
.pr-p12 { padding-right: 12px !important; }

.px-p12 { padding-left: 12px !important; padding-right: 12px !important; }
.py-p12 { padding-top: 12px !important; padding-bottom: 12px !important; }

/* ** 14 ** */
.p-p14  { padding: 14px !important; }
.pt-p14 { padding-top: 14px !important; }
.pb-p14 { padding-bottom: 14px !important; }
.pl-p14 { padding-left: 14px !important; }
.pr-p14 { padding-right: 14px !important; }

.px-p14 { padding-left: 14px !important; padding-right: 14px !important; }
.py-p14 { padding-top: 14px !important; padding-bottom: 14px !important; }

/* ** 15 ** */
.p-p15  { padding: 15px !important; }
.pt-p15 { padding-top: 15px !important; }
.pb-p15 { padding-bottom: 15px !important; }
.pl-p15 { padding-left: 15px !important; }
.pr-p15 { padding-right: 15px !important; }

.px-p15 { padding-left: 15px !important; padding-right: 15px !important; }
.py-p15 { padding-top: 15px !important; padding-bottom: 15px !important; }

/* ** 16 ** */
.p-p16  { padding: 16px !important; }
.pt-p16 { padding-top: 16px !important; }
.pb-p16 { padding-bottom: 16px !important; }
.pl-p16 { padding-left: 16px !important; }
.pr-p16 { padding-right: 16px !important; }

.px-p16 { padding-left: 16px !important; padding-right: 16px !important; }
.py-p16 { padding-top: 16px !important; padding-bottom: 16px !important; }

/* ** 18 ** */
.p-p18  { padding: 18px !important; }
.pt-p18 { padding-top: 18px !important; }
.pb-p18 { padding-bottom: 18px !important; }
.pl-p18 { padding-left: 18px !important; }
.pr-p18 { padding-right: 18px !important; }

.px-p18 { padding-left: 18px !important; padding-right: 18px !important; }
.py-p18 { padding-top: 18px !important; padding-bottom: 18px !important; }

/* ** 20 ** */
.p-p20  { padding: 20px !important; }
.pt-p20 { padding-top: 20px !important; }
.pb-p20 { padding-bottom: 20px !important; }
.pl-p20 { padding-left: 20px !important; }
.pr-p20 { padding-right: 20px !important; }

.px-p20 { padding-left: 20px !important; padding-right: 20px !important; }
.py-p20 { padding-top: 20px !important; padding-bottom: 20px !important; }

/* ** 22 ** */
.p-p22  { padding: 22px !important; }
.pt-p22 { padding-top: 22px !important; }
.pb-p22 { padding-bottom: 22px !important; }
.pl-p22 { padding-left: 22px !important; }
.pr-p22 { padding-right: 22px !important; }

.px-p22 { padding-left: 22px !important; padding-right: 22px !important; }
.py-p22 { padding-top: 22px !important; padding-bottom: 22px !important; }

/* ** 24 ** */
.p-p24  { padding: 24px !important; }
.pt-p24 { padding-top: 24px !important; }
.pb-p24 { padding-bottom: 24px !important; }
.pl-p24 { padding-left: 24px !important; }
.pr-p24 { padding-right: 24px !important; }

.px-p24 { padding-left: 24px !important; padding-right: 24px !important; }
.py-p24 { padding-top: 24px !important; padding-bottom: 24px !important; }

/* ** 25 ** */
.p-p25  { padding: 25px !important; }
.pt-p25 { padding-top: 25px !important; }
.pb-p25 { padding-bottom: 25px !important; }
.pl-p25 { padding-left: 25px !important; }
.pr-p25 { padding-right: 25px !important; }

.px-p25 { padding-left: 25px !important; padding-right: 25px !important; }
.py-p25 { padding-top: 25px !important; padding-bottom: 25px !important; }

/* ** 26 ** */
.p-p26  { padding: 26px !important; }
.pt-p26 { padding-top: 26px !important; }
.pb-p26 { padding-bottom: 26px !important; }
.pl-p26 { padding-left: 26px !important; }
.pr-p26 { padding-right: 26px !important; }

.px-p26 { padding-left: 26px !important; padding-right: 26px !important; }
.py-p26 { padding-top: 26px !important; padding-bottom: 26px !important; }

/* ** 28 ** */
.p-p28  { padding: 28px !important; }
.pt-p28 { padding-top: 28px !important; }
.pb-p28 { padding-bottom: 28px !important; }
.pl-p28 { padding-left: 28px !important; }
.pr-p28 { padding-right: 28px !important; }

.px-p28 { padding-left: 28px !important; padding-right: 28px !important; }
.py-p28 { padding-top: 28px !important; padding-bottom: 28px !important; }

/* ** 30 ** */
.p-p30   { padding: 30px !important; }
.pt-p30 { padding-top: 30px !important; }
.pb-p30 { padding-bottom: 30px !important; }
.pl-p30 { padding-left: 30px !important; }
.pr-p30 { padding-right: 30px !important; }

.px-p30 { padding-left: 30px !important; padding-right: 30px !important; }
.py-p30 { padding-top: 30px !important; padding-bottom: 30px !important; }

/* ** 35 ** */
.p-p35  { padding: 35px !important; }
.pt-p35 { padding-top: 35px !important; }
.pb-p35 { padding-bottom: 35px !important; }
.pl-p35 { padding-left: 35px !important; }
.pr-p35 { padding-right: 35px !important; }

.px-p35 { padding-left: 35px !important; padding-right: 35px !important; }
.py-p35 { padding-top: 35px !important; padding-bottom: 35px !important; }

/* ** 40 ** */
.p-p40  { padding: 40px !important; }
.pt-p40 { padding-top: 40px !important; }
.pb-p40 { padding-bottom: 40px !important; }
.pl-p40 { padding-left: 40px !important; }
.pr-p40 { padding-right: 40px !important; }

.px-p40 { padding-left: 40px !important; padding-right: 40px !important; }
.py-p40 { padding-top: 40px !important; padding-bottom: 40px !important; }

/* ** 45 ** */
.p-p45  { padding: 45px !important; }
.pt-p45 { padding-top: 45px !important; }
.pb-p45 { padding-bottom: 45px !important; }
.pl-p45 { padding-left: 45px !important; }
.pr-p45 { padding-right: 45px !important; }

.px-p45 { padding-left: 45px !important; padding-right: 45px !important; }
.py-p45 { padding-top: 45px !important; padding-bottom: 45px !important; }

/* ** 50 ** */
.p-p50  { padding: 50px !important; }
.pt-p50 { padding-top: 50px !important; }
.pb-p50 { padding-bottom: 50px !important; }
.pl-p50 { padding-left: 50px !important; }
.pr-p50 { padding-right: 50px !important; }

.px-p50 { padding-left: 50px !important; padding-right: 50px !important; }
.py-p50 { padding-top: 50px !important; padding-bottom: 50px !important; }

/* ** 55 ** */
.p-p55  { padding: 55px !important; }
.pt-p55 { padding-top: 55px !important; }
.pb-p55 { padding-bottom: 55px !important; }
.pl-p55 { padding-left: 55px !important; }
.pr-p55 { padding-right: 55px !important; }

.px-p55 { padding-left: 55px !important; padding-right: 55px !important; }
.py-p55 { padding-top: 55px !important; padding-bottom: 55px !important; }

/* ** 60 ** */
.p-p60  { padding: 60px !important; }
.pt-p60 { padding-top: 60px !important; }
.pb-p60 { padding-bottom: 60px !important; }
.pl-p60 { padding-left: 60px !important; }
.pr-p60 { padding-right: 60px !important; }

.px-p60 { padding-left: 60px !important; padding-right: 60px !important; }
.py-p60 { padding-top: 60px !important; padding-bottom: 60px !important; }

/* ** 65 ** */
.p-p65  { padding: 65px !important; }
.pt-p65 { padding-top: 65px !important; }
.pb-p65 { padding-bottom: 65px !important; }
.pl-p65 { padding-left: 65px !important; }
.pr-p65 { padding-right: 65px !important; }

.px-p65 { padding-left: 65px !important; padding-right: 65px !important; }
.py-p65 { padding-top: 65px !important; padding-bottom: 65px !important; }

/* ** 70 ** */
.p-p70  { padding: 70px !important; }
.pt-p70 { padding-top: 70px !important; }
.pb-p70 { padding-bottom: 70px !important; }
.pl-p70 { padding-left: 70px !important; }
.pr-p70 { padding-right: 70px !important; }

.px-p70 { padding-left: 70px !important; padding-right: 70px !important; }
.py-p70 { padding-top: 70px !important; padding-bottom: 70px !important; }

/* ** 75 ** */
.p-p75  { padding: 75px !important; }
.pt-p75 { padding-top: 75px !important; }
.pb-p75 { padding-bottom: 75px !important; }
.pl-p75 { padding-left: 75px !important; }
.pr-p75 { padding-right: 75px !important; }

.px-p75 { padding-left: 75px !important; padding-right: 75px !important; }
.py-p75 { padding-top: 75px !important; padding-bottom: 75px !important; }

/* ** 80 ** */
.p-p80  { padding: 80px !important; }
.pt-p80 { padding-top: 80px !important; }
.pb-p80 { padding-bottom: 80px !important; }
.pl-p80 { padding-left: 80px !important; }
.pr-p80 { padding-right: 80px !important; }

.px-p80 { padding-left: 80px !important; padding-right: 80px !important; }
.py-p80 { padding-top: 80px !important; padding-bottom: 80px !important; }

/* ** 85 ** */
.p-p85  { padding: 85px !important; }
.pt-p85 { padding-top: 85px !important; }
.pb-p85 { padding-bottom: 85px !important; }
.pl-p85 { padding-left: 85px !important; }
.pr-p85 { padding-right: 85px !important; }

.px-p85 { padding-left: 85px !important; padding-right: 85px !important; }
.py-p85 { padding-top: 85px !important; padding-bottom: 85px !important; }

/* ** 90 ** */
.p-p90  { padding: 90px !important; }
.pt-p90 { padding-top: 90px !important; }
.pb-p90 { padding-bottom: 90px !important; }
.pl-p90 { padding-left: 90px !important; }
.pr-p90 { padding-right: 90px !important; }

.px-p90 { padding-left: 90px !important; padding-right: 90px !important; }
.py-p90 { padding-top: 90px !important; padding-bottom: 90px !important; }

/* ** 95 ** */
.p-p95  { padding: 95px !important; }
.pt-p95 { padding-top: 95px !important; }
.pb-p95 { padding-bottom: 95px !important; }
.pl-p95 { padding-left: 95px !important; }
.pr-p95 { padding-right: 95px !important; }

.px-p95 { padding-left: 95px !important; padding-right: 95px !important; }
.py-p95 { padding-top: 95px !important; padding-bottom: 95px !important; }

/* ** 100 ** */
.p-p100  { padding: 100px !important; }
.pt-p100 { padding-top: 100px !important; }
.pb-p100 { padding-bottom: 100px !important; }
.pl-p100 { padding-left: 100px !important; }
.pr-p100 { padding-right: 100px !important; }

.px-p100 { padding-left: 100px !important; padding-right: 100px !important; }
.py-p100 { padding-top: 100px !important; padding-bottom: 100px !important; }
/* ***** END PADDING ***** */



/* ***** BEGIN MEASURES ***** */

/* ** 5% ** */
.min-h-5 { min-height: 5% !important; }
.min-w-5 { min-width: 5% !important; }

.max-h-5 { max-height: 5% !important; }
.max-w-5 { max-width: 5% !important; }

.h-5 { height: 5% !important; }
.w-5 { width: 5% !important; }


/* ** 10% ** */
.min-h-10 { min-height: 10% !important; }
.min-w-10 { min-width: 10% !important; }

.max-h-10 { max-height: 10% !important; }
.max-w-10 { max-width: 10% !important; }

.h-10 { height: 10% !important; }
.w-10 { width: 10% !important; }


/* ** 15% ** */
.min-h-15 { min-height: 15% !important; }
.min-w-15 { min-width: 15% !important; }

.max-h-15 { max-height: 15% !important; }
.max-w-15 { max-width: 15% !important; }

.h-15 { height: 15% !important; }
.w-15 { width: 15% !important; }


/* ** 20% ** */
.min-h-20 { min-height: 20% !important; }
.min-w-20 { min-width: 20% !important; }

.max-h-20 { max-height: 20% !important; }
.max-w-20 { max-width: 20% !important; }

.h-20 { height: 20% !important; }
.w-20 { width: 20% !important; }


/* ** 25% ** */
.min-h-25 { min-height: 25% !important; }
.min-w-25 { min-width: 25% !important; }

.max-h-25 { max-height: 25% !important; }
.max-w-25 { max-width: 25% !important; }


/* ** 30% ** */
.min-h-30 { min-height: 30% !important; }
.min-w-30 { min-width: 30% !important; }

.max-h-30 { max-height: 30% !important; }
.max-w-30 { max-width: 30% !important; }

.h-30 { height: 30% !important; }
.w-30 { width: 30% !important; }


/* ** 35% ** */
.min-h-35 { min-height: 35% !important; }
.min-w-35 { min-width: 35% !important; }

.max-h-35 { max-height: 35% !important; }
.max-w-35 { max-width: 35% !important; }

.h-35 { height: 35% !important; }
.w-35 { width: 35% !important; }


/* ** 40% ** */
.min-h-40 { min-height: 40% !important; }
.min-w-40 { min-width: 40% !important; }

.max-h-40 { max-height: 40% !important; }
.max-w-40 { max-width: 40% !important; }

.h-40 { height: 40% !important; }
.w-40 { width: 40% !important; }


/* ** 45% ** */
.min-h-45 { min-height: 45% !important; }
.min-w-45 { min-width: 45% !important; }

.max-h-45 { max-height: 45% !important; }
.max-w-45 { max-width: 45% !important; }

.h-45 { height: 45% !important; }
.w-45 { width: 45% !important; }


/* ** 50% ** */
.min-h-50 { min-height: 50% !important; }
.min-w-50 { min-width: 50% !important; }

.max-h-50 { max-height: 50% !important; }
.max-w-50 { max-width: 50% !important; }


/* ** 55% ** */
.min-h-55 { min-height: 55% !important; }
.min-w-55 { min-width: 55% !important; }

.max-h-55 { max-height: 55% !important; }
.max-w-55 { max-width: 55% !important; }

.h-55 { height: 55% !important; }
.w-55 { width: 55% !important; }


/* ** 60% ** */
.min-h-60 { min-height: 60% !important; }
.min-w-60 { min-width: 60% !important; }

.max-h-60 { max-height: 60% !important; }
.max-w-60 { max-width: 60% !important; }

.h-60 { height: 60% !important; }
.w-60 { width: 60% !important; }


/* ** 65% ** */
.min-h-65 { min-height: 65% !important; }
.min-w-65 { min-width: 65% !important; }

.max-h-65 { max-height: 65% !important; }
.max-w-65 { max-width: 65% !important; }

.h-65 { height: 65% !important; }
.w-65 { width: 65% !important; }


/* ** 70% ** */
.min-h-70 { min-height: 70% !important; }
.min-w-70 { min-width: 70% !important; }

.max-h-70 { max-height: 70% !important; }
.max-w-70 { max-width: 70% !important; }

.h-70 { height: 70% !important; }
.w-70 { width: 70% !important; }


/* ** 75% ** */
.min-h-75 { min-height: 75% !important; }
.min-w-75 { min-width: 75% !important; }

.max-h-75 { max-height: 75% !important; }
.max-w-75 { max-width: 75% !important; }


/* ** 80% ** */
.min-h-80 { min-height: 80% !important; }
.min-w-80 { min-width: 80% !important; }

.max-h-80 { max-height: 80% !important; }
.max-w-80 { max-width: 80% !important; }

.h-80 { height: 80% !important; }
.w-80 { width: 80% !important; }


/* ** 85% ** */
.min-h-85 { min-height: 85% !important; }
.min-w-85 { min-width: 85% !important; }

.max-h-85 { max-height: 85% !important; }
.max-w-85 { max-width: 85% !important; }

.h-85 { height: 85% !important; }
.w-85 { width: 85% !important; }


/* ** 90% ** */
.min-h-90 { min-height: 90% !important; }
.min-w-90 { min-width: 90% !important; }

.max-h-90 { max-height: 90% !important; }
.max-w-90 { max-width: 90% !important; }

.h-90 { height: 90% !important; }
.w-90 { width: 90% !important; }


/* ** 95% ** */
.min-h-95 { min-height: 95% !important; }
.min-w-95 { min-width: 95% !important; }

.max-h-95 { max-height: 95% !important; }
.max-w-95 { max-width: 95% !important; }

.h-95 { height: 95% !important; }
.w-95 { width: 95% !important; }


/* ** 100% ** */
.min-h-100 { min-height: 100% !important; }
.min-w-100 { min-width: 100% !important; }

.max-h-100 { max-height: 100% !important; }
.max-w-100 { max-width: 100% !important; }

/* ***** END MEASURES ***** */


/* ***** BEGIN LINE HEIGHT ***** */
.l-h-p1_4 { line-height: 1.4 !important; }
.l-h-p1_5 { line-height: 1.5 !important; }
/* ***** END LINE HEIGHT ***** */


/* ***** BEGIN POSITION ***** */

/* ** 0 ** */
.pos-0   { top: 0!important; bottom: 0!important; left: 0!important; right: 0!important; }
.pos-t-0 { top: 0!important; }
.pos-b-0 { bottom: 0!important; }
.pos-l-0 { left: 0!important; }
.pos-r-0 { right: 0!important; }

.pos-x-p1 { left: 1px!important; right: 1px!important; }
.pos-y-p1 { top: 1px!important; bottom: 1px!important; }

/* ** 1 ** */
.pos-p1   { top: 1px!important; bottom: 1px!important; left: 1px!important; right: 1px!important; }
.pos-t-p1 { top: 1px!important; }
.pos-b-p1 { bottom: 1px!important; }
.pos-l-p1 { left: 1px!important; }
.pos-r-p1 { right: 1px!important; }

.pos-x-p1 { left: 1px!important; right: 1px!important; }
.pos-y-p1 { top: 1px!important; bottom: 1px!important; }

/* ** 2 ** */
.pos-p2   { top: 2px!important; bottom: 2px!important; left: 2px!important; right: 2px!important; }
.pos-t-p2 { top: 2px!important; }
.pos-b-p2 { bottom: 2px!important; }
.pos-l-p2 { left: 2px!important; }
.pos-r-p2 { right: 2px!important; }

.pos-x-p2 { left: 2px!important; right: 2px!important; }
.pos-y-p2 { top: 2px!important; bottom: 2px!important; }

/* ** 3 ** */
.pos-p3   { top: 3px!important; bottom: 3px!important; left: 3px!important; right: 3px!important; }
.pos-t-p3 { top: 3px!important; }
.pos-b-p3 { bottom: 3px!important; }
.pos-l-p3 { left: 3px!important; }
.pos-r-p3 { right: 3px!important; }

.pos-x-p3 { left: 3px!important; right: 3px!important; }
.pos-y-p3 { top: 3px!important; bottom: 3px!important; }

/* ** 4 ** */
.pos-p4   { top: 4px!important; bottom: 4px!important; left: 4px!important; right: 4px!important; }
.pos-t-p4 { top: 4px!important; }
.pos-b-p4 { bottom: 4px!important; }
.pos-l-p4 { left: 4px!important; }
.pos-r-p4 { right: 4px!important; }

.pos-x-p4 { left: 4px!important; right: 4px!important; }
.pos-y-p4 { top: 4px!important; bottom: 4px!important; }

/* ** 5 ** */
.pos-p5   { top: 5px!important; bottom: 5px!important; left: 5px!important; right: 5px!important; }
.pos-t-p5 { top: 5px!important; }
.pos-b-p5 { bottom: 5px!important; }
.pos-l-p5 { left: 5px!important; }
.pos-r-p5 { right: 5px!important; }

.pos-x-p5 { left: 5px!important; right: 5px!important; }
.pos-y-p5 { top: 5px!important; bottom: 5px!important; }

/* ** 6 ** */
.pos-p6   { top: 6px!important; bottom: 6px!important; left: 6px!important; right: 6px!important; }
.pos-t-p6 { top: 6px!important; }
.pos-b-p6 { bottom: 6px!important; }
.pos-l-p6 { left: 6px!important; }
.pos-r-p6 { right: 6px!important; }

.pos-x-p6 { left: 6px!important; right: 6px!important; }
.pos-y-p6 { top: 6px!important; bottom: 6px!important; }

/* ** 7 ** */
.pos-p7   { top: 7px!important; bottom: 7px!important; left: 7px!important; right: 7px!important; }
.pos-t-p7 { top: 7px!important; }
.pos-b-p7 { bottom: 7px!important; }
.pos-l-p7 { left: 7px!important; }
.pos-r-p7 { right: 7px!important; }

.pos-x-p7 { left: 7px!important; right: 7px!important; }
.pos-y-p7 { top: 7px!important; bottom: 7px!important; }

/* ** 8 ** */
.pos-p8   { top: 8px!important; bottom: 8px!important; left: 8px!important; right: 8px!important; }
.pos-t-p8 { top: 8px!important; }
.pos-b-p8 { bottom: 8px!important; }
.pos-l-p8 { left: 8px!important; }
.pos-r-p8 { right: 8px!important; }

.pos-x-p8 { left: 8px!important; right: 8px!important; }
.pos-y-p8 { top: 8px!important; bottom: 8px!important; }

/* ** 9 ** */
.pos-p9   { top: 9px!important; bottom: 9px!important; left: 9px!important; right: 9px!important; }
.pos-t-p9 { top: 9px!important; }
.pos-b-p9 { bottom: 9px!important; }
.pos-l-p9 { left: 9px!important; }
.pos-r-p9 { right: 9px!important; }

.pos-x-p9 { left: 9px!important; right: 9px!important; }
.pos-y-p9 { top: 9px!important; bottom: 9px!important; }

/* ** 10 ** */
.pos-p10   { top: 10px!important; bottom: 10px!important; left: 10px!important; right: 10px!important; }
.pos-t-p10 { top: 10px!important; }
.pos-b-p10 { bottom: 10px!important; }
.pos-l-p10 { left: 10px!important; }
.pos-r-p10 { right: 10px!important; }

.pos-x-p10 { left: 10px!important; right: 10px!important; }
.pos-y-p10 { top: 10px!important; bottom: 10px!important; }

/* ** 12 ** */
.pos-p12   { top: 12px!important; bottom: 12px!important; left: 12px!important; right: 12px!important; }
.pos-t-p12 { top: 12px!important; }
.pos-b-p12 { bottom: 12px!important; }
.pos-l-p12 { left: 12px!important; }
.pos-r-p12 { right: 12px!important; }

.pos-x-p12 { left: 12px!important; right: 12px!important; }
.pos-y-p12 { top: 12px!important; bottom: 12px!important; }

/* ** 14 ** */
.pos-p14   { top: 14px!important; bottom: 14px!important; left: 14px!important; right: 14px!important; }
.pos-t-p14 { top: 14px!important; }
.pos-b-p14 { bottom: 14px!important; }
.pos-l-p14 { left: 14px!important; }
.pos-r-p14 { right: 14px!important; }

.pos-x-p14 { left: 14px!important; right: 14px!important; }
.pos-y-p14 { top: 14px!important; bottom: 14px!important; }

/* ** 15 ** */
.pos-p15   { top: 15px!important; bottom: 15px!important; left: 15px!important; right: 15px!important; }
.pos-t-p15 { top: 15px!important; }
.pos-b-p15 { bottom: 15px!important; }
.pos-l-p15 { left: 15px!important; }
.pos-r-p15 { right: 15px!important; }

.pos-x-p15 { left: 15px!important; right: 15px!important; }
.pos-y-p15 { top: 15px!important; bottom: 15px!important; }

/* ** 16 ** */
.pos-p16   { top: 16px!important; bottom: 16px!important; left: 16px!important; right: 16px!important; }
.pos-t-p16 { top: 16px!important; }
.pos-b-p16 { bottom: 16px!important; }
.pos-l-p16 { left: 16px!important; }
.pos-r-p16 { right: 16px!important; }

.pos-x-p16 { left: 16px!important; right: 16px!important; }
.pos-y-p16 { top: 16px!important; bottom: 16px!important; }

/* ** 18 ** */
.pos-p18   { top: 18px!important; bottom: 18px!important; left: 18px!important; right: 18px!important; }
.pos-t-p18 { top: 18px!important; }
.pos-b-p18 { bottom: 18px!important; }
.pos-l-p18 { left: 18px!important; }
.pos-r-p18 { right: 18px!important; }

.pos-x-p18 { left: 18px!important; right: 18px!important; }
.pos-y-p18 { top: 18px!important; bottom: 18px!important; }

/* ** 20 ** */
.pos-p20   { top: 20px!important; bottom: 20px!important; left: 20px!important; right: 20px!important; }
.pos-t-p20 { top: 20px!important; }
.pos-b-p20 { bottom: 20px!important; }
.pos-l-p20 { left: 20px!important; }
.pos-r-p20 { right: 20px!important; }

.pos-x-p20 { left: 20px!important; right: 20px!important; }
.pos-y-p20 { top: 20px!important; bottom: 20px!important; }

/* ** 22 ** */
.pos-p22   { top: 22px!important; bottom: 22px!important; left: 22px!important; right: 22px!important; }
.pos-t-p22 { top: 22px!important; }
.pos-b-p22 { bottom: 22px!important; }
.pos-l-p22 { left: 22px!important; }
.pos-r-p22 { right: 22px!important; }

.pos-x-p22 { left: 22px!important; right: 22px!important; }
.pos-y-p22 { top: 22px!important; bottom: 22px!important; }

/* ** 24 ** */
.pos-p24   { top: 24px!important; bottom: 24px!important; left: 24px!important; right: 24px!important; }
.pos-t-p24 { top: 24px!important; }
.pos-b-p24 { bottom: 24px!important; }
.pos-l-p24 { left: 24px!important; }
.pos-r-p24 { right: 24px!important; }

.pos-x-p24 { left: 24px!important; right: 24px!important; }
.pos-y-p24 { top: 24px!important; bottom: 24px!important; }

/* ** 25 ** */
.pos-p25   { top: 25px!important; bottom: 25px!important; left: 25px!important; right: 25px!important; }
.pos-t-p25 { top: 25px!important; }
.pos-b-p25 { bottom: 25px!important; }
.pos-l-p25 { left: 25px!important; }
.pos-r-p25 { right: 25px!important; }

.pos-x-p25 { left: 25px!important; right: 25px!important; }
.pos-y-p25 { top: 25px!important; bottom: 25px!important; }

/* ** 26 ** */
.pos-p26   { top: 26px!important; bottom: 26px!important; left: 26px!important; right: 26px!important; }
.pos-t-p26 { top: 26px!important; }
.pos-b-p26 { bottom: 26px!important; }
.pos-l-p26 { left: 26px!important; }
.pos-r-p26 { right: 26px!important; }

.pos-x-p26 { left: 26px!important; right: 26px!important; }
.pos-y-p26 { top: 26px!important; bottom: 26px!important; }

/* ** 28 ** */
.pos-p28   { top: 28px!important; bottom: 28px!important; left: 28px!important; right: 28px!important; }
.pos-t-p28 { top: 28px!important; }
.pos-b-p28 { bottom: 28px!important; }
.pos-l-p28 { left: 28px!important; }
.pos-r-p28 { right: 28px!important; }

.pos-x-p28 { left: 28px!important; right: 28px!important; }
.pos-y-p28 { top: 28px!important; bottom: 28px!important; }

/* ** 30 ** */
.pos-p30   { top: 30px!important; bottom: 30px!important; left: 30px!important; right: 30px!important; }
.pos-t-p30 { top: 30px!important; }
.pos-b-p30 { bottom: 30px!important; }
.pos-l-p30 { left: 30px!important; }
.pos-r-p30 { right: 30px!important; }

.pos-x-p30 { left: 30px!important; right: 30px!important; }
.pos-y-p30 { top: 30px!important; bottom: 30px!important; }

/* ** 35 ** */
.pos-p35   { top: 35px!important; bottom: 35px!important; left: 35px!important; right: 35px!important; }
.pos-t-p35 { top: 35px!important; }
.pos-b-p35 { bottom: 35px!important; }
.pos-l-p35 { left: 35px!important; }
.pos-r-p35 { right: 35px!important; }

.pos-x-p35 { left: 35px!important; right: 35px!important; }
.pos-y-p35 { top: 35px!important; bottom: 35px!important; }

/* ** 40 ** */
.pos-p40   { top: 40px!important; bottom: 40px!important; left: 40px!important; right: 40px!important; }
.pos-t-p40 { top: 40px!important; }
.pos-b-p40 { bottom: 40px!important; }
.pos-l-p40 { left: 40px!important; }
.pos-r-p40 { right: 40px!important; }

.pos-x-p40 { left: 40px!important; right: 40px!important; }
.pos-y-p40 { top: 40px!important; bottom: 40px!important; }

/* ** 45 ** */
.pos-p45   { top: 45px!important; bottom: 45px!important; left: 45px!important; right: 45px!important; }
.pos-t-p45 { top: 45px!important; }
.pos-b-p45 { bottom: 45px!important; }
.pos-l-p45 { left: 45px!important; }
.pos-r-p45 { right: 45px!important; }

.pos-x-p45 { left: 45px!important; right: 45px!important; }
.pos-y-p45 { top: 45px!important; bottom: 45px!important; }

/* ** 50 ** */
.pos-p50   { top: 50px!important; bottom: 50px!important; left: 50px!important; right: 50px!important; }
.pos-t-p50 { top: 50px!important; }
.pos-b-p50 { bottom: 50px!important; }
.pos-l-p50 { left: 50px!important; }
.pos-r-p50 { right: 50px!important; }

.pos-x-p50 { left: 50px!important; right: 50px!important; }
.pos-y-p50 { top: 50px!important; bottom: 50px!important; }

/* ** 55 ** */
.pos-p55   { top: 55px!important; bottom: 55px!important; left: 55px!important; right: 55px!important; }
.pos-t-p55 { top: 55px!important; }
.pos-b-p55 { bottom: 55px!important; }
.pos-l-p55 { left: 55px!important; }
.pos-r-p55 { right: 55px!important; }

.pos-x-p55 { left: 55px!important; right: 55px!important; }
.pos-y-p55 { top: 55px!important; bottom: 55px!important; }

/* ** 60 ** */
.pos-p60   { top: 60px!important; bottom: 60px!important; left: 60px!important; right: 60px!important; }
.pos-t-p60 { top: 60px!important; }
.pos-b-p60 { bottom: 60px!important; }
.pos-l-p60 { left: 60px!important; }
.pos-r-p60 { right: 60px!important; }

.pos-x-p60 { left: 60px!important; right: 60px!important; }
.pos-y-p60 { top: 60px!important; bottom: 60px!important; }

/* ** 65 ** */
.pos-p65   { top: 65px!important; bottom: 65px!important; left: 65px!important; right: 65px!important; }
.pos-t-p65 { top: 65px!important; }
.pos-b-p65 { bottom: 65px!important; }
.pos-l-p65 { left: 65px!important; }
.pos-r-p65 { right: 65px!important; }

.pos-x-p65 { left: 65px!important; right: 65px!important; }
.pos-y-p65 { top: 65px!important; bottom: 65px!important; }

/* ** 70 ** */
.pos-p70   { top: 70px!important; bottom: 70px!important; left: 70px!important; right: 70px!important; }
.pos-t-p70 { top: 70px!important; }
.pos-b-p70 { bottom: 70px!important; }
.pos-l-p70 { left: 70px!important; }
.pos-r-p70 { right: 70px!important; }

.pos-x-p70 { left: 70px!important; right: 70px!important; }
.pos-y-p70 { top: 70px!important; bottom: 70px!important; }

/* ** 75 ** */
.pos-p75   { top: 75px!important; bottom: 75px!important; left: 75px!important; right: 75px!important; }
.pos-t-p75 { top: 75px!important; }
.pos-b-p75 { bottom: 75px!important; }
.pos-l-p75 { left: 75px!important; }
.pos-r-p75 { right: 75px!important; }

.pos-x-p75 { left: 75px!important; right: 75px!important; }
.pos-y-p75 { top: 75px!important; bottom: 75px!important; }

/* ** 80 ** */
.pos-p80   { top: 80px!important; bottom: 80px!important; left: 80px!important; right: 80px!important; }
.pos-t-p80 { top: 80px!important; }
.pos-b-p80 { bottom: 80px!important; }
.pos-l-p80 { left: 80px!important; }
.pos-r-p80 { right: 80px!important; }

.pos-x-p80 { left: 80px!important; right: 80px!important; }
.pos-y-p80 { top: 80px!important; bottom: 80px!important; }

/* ** 85 ** */
.pos-p85   { top: 85px!important; bottom: 85px!important; left: 85px!important; right: 85px!important; }
.pos-t-p85 { top: 85px!important; }
.pos-b-p85 { bottom: 85px!important; }
.pos-l-p85 { left: 85px!important; }
.pos-r-p85 { right: 85px!important; }

.pos-x-p80 { left: 80px!important; right: 80px!important; }
.pos-y-p80 { top: 80px!important; bottom: 80px!important; }

/* ** 90 ** */
.pos-p90   { top: 90px!important; bottom: 90px!important; left: 90px!important; right: 90px!important; }
.pos-t-p90 { top: 90px!important; }
.pos-b-p90 { bottom: 90px!important; }
.pos-l-p90 { left: 90px!important; }
.pos-r-p90 { right: 90px!important; }

.pos-x-p90 { left: 90px!important; right: 90px!important; }
.pos-y-p90 { top: 90px!important; bottom: 90px!important; }

/* ** 95 ** */
.pos-p95   { top: 95px!important; bottom: 95px!important; left: 95px!important; right: 95px!important; }
.pos-t-p95 { top: 95px!important; }
.pos-b-p95 { bottom: 95px!important; }
.pos-l-p95 { left: 95px!important; }
.pos-r-p95 { right: 95px!important; }

.pos-x-p95 { left: 95px!important; right: 95px!important; }
.pos-y-p95 { top: 95px!important; bottom: 95px!important; }

/* ** 100 ** */
.pos-p100   { top: 100px!important; bottom: 100px!important; left: 100px!important; right: 100px!important; }
.pos-t-p100 { top: 100px!important; }
.pos-b-p100 { bottom: 100px!important; }
.pos-l-p100 { left: 100px!important; }
.pos-r-p100 { right: 100px!important; }

.pos-x-p100 { left: 100px!important; right: 100px!important; }
.pos-y-p100 { top: 100px!important; bottom: 100px!important; }
/* ***** END POSITION ***** */



@media (min-width: 576px) { /* sm */
    /* ***** BEGIN POSITION ***** */

    /* ** 0 ** */
    .pos-sm-0   { top: 0!important; bottom: 0!important; left: 0!important; right: 0!important; }
    .pos-t-sm-0 { top: 0!important; }
    .pos-b-sm-0 { bottom: 0!important; }
    .pos-l-sm-0 { left: 0!important; }
    .pos-r-sm-0 { right: 0!important; }

    .pos-x-sm-0 { left: 0!important; right: 0!important; }
    .pos-y-sm-0 { top: 0!important; bottom: 0!important; }

    /* ** 1 ** */
    .pos-sm-p1   { top: 1px!important; bottom: 1px!important; left: 1px!important; right: 1px!important; }
    .pos-t-sm-p1 { top: 1px!important; }
    .pos-b-sm-p1 { bottom: 1px!important; }
    .pos-l-sm-p1 { left: 1px!important; }
    .pos-r-sm-p1 { right: 1px!important; }

    .pos-x-sm-p1 { left: 1px!important; right: 1px!important; }
    .pos-y-sm-p1 { top: 1px!important; bottom: 1px!important; }

    /* ** 2 ** */
    .pos-sm-p2   { top: 2px!important; bottom: 2px!important; left: 2px!important; right: 2px!important; }
    .pos-t-sm-p2 { top: 2px!important; }
    .pos-b-sm-p2 { bottom: 2px!important; }
    .pos-l-sm-p2 { left: 2px!important; }
    .pos-r-sm-p2 { right: 2px!important; }

    .pos-x-sm-p2 { left: 2px!important; right: 2px!important; }
    .pos-y-sm-p2 { top: 2px!important; bottom: 2px!important; }

    /* ** 3 ** */
    .pos-sm-p3   { top: 3px!important; bottom: 3px!important; left: 3px!important; right: 3px!important; }
    .pos-t-sm-p3 { top: 3px!important; }
    .pos-b-sm-p3 { bottom: 3px!important; }
    .pos-l-sm-p3 { left: 3px!important; }
    .pos-r-sm-p3 { right: 3px!important; }

    .pos-x-sm-p3 { left: 3px!important; right: 3px!important; }
    .pos-y-sm-p3 { top: 3px!important; bottom: 3px!important; }

    /* ** 4 ** */
    .pos-sm-p4   { top: 4px!important; bottom: 4px!important; left: 4px!important; right: 4px!important; }
    .pos-t-sm-p4 { top: 4px!important; }
    .pos-b-sm-p4 { bottom: 4px!important; }
    .pos-l-sm-p4 { left: 4px!important; }
    .pos-r-sm-p4 { right: 4px!important; }

    .pos-x-sm-p4 { left: 4px!important; right: 4px!important; }
    .pos-y-sm-p4 { top: 4px!important; bottom: 4px!important; }

    /* ** 5 ** */
    .pos-sm-p5   { top: 5px!important; bottom: 5px!important; left: 5px!important; right: 5px!important; }
    .pos-t-sm-p5 { top: 5px!important; }
    .pos-b-sm-p5 { bottom: 5px!important; }
    .pos-l-sm-p5 { left: 5px!important; }
    .pos-r-sm-p5 { right: 5px!important; }

    .pos-x-sm-p5 { left: 5px!important; right: 5px!important; }
    .pos-y-sm-p5 { top: 5px!important; bottom: 5px!important; }

    /* ** 6 ** */
    .pos-sm-p6   { top: 6px!important; bottom: 6px!important; left: 6px!important; right: 6px!important; }
    .pos-t-sm-p6 { top: 6px!important; }
    .pos-b-sm-p6 { bottom: 6px!important; }
    .pos-l-sm-p6 { left: 6px!important; }
    .pos-r-sm-p6 { right: 6px!important; }

    .pos-x-sm-p6 { left: 6px!important; right: 6px!important; }
    .pos-y-sm-p6 { top: 6px!important; bottom: 6px!important; }

    /* ** 7 ** */
    .pos-sm-p7   { top: 7px!important; bottom: 7px!important; left: 7px!important; right: 7px!important; }
    .pos-t-sm-p7 { top: 7px!important; }
    .pos-b-sm-p7 { bottom: 7px!important; }
    .pos-l-sm-p7 { left: 7px!important; }
    .pos-r-sm-p7 { right: 7px!important; }

    .pos-x-sm-p7 { left: 7px!important; right: 7px!important; }
    .pos-y-sm-p7 { top: 7px!important; bottom: 7px!important; }

    /* ** 8 ** */
    .pos-sm-p8   { top: 8px!important; bottom: 8px!important; left: 8px!important; right: 8px!important; }
    .pos-t-sm-p8 { top: 8px!important; }
    .pos-b-sm-p8 { bottom: 8px!important; }
    .pos-l-sm-p8 { left: 8px!important; }
    .pos-r-sm-p8 { right: 8px!important; }

    .pos-x-sm-p8 { left: 8px!important; right: 8px!important; }
    .pos-y-sm-p8 { top: 8px!important; bottom: 8px!important; }

    /* ** 9 ** */
    .pos-sm-p9   { top: 9px!important; bottom: 9px!important; left: 9px!important; right: 9px!important; }
    .pos-t-sm-p9 { top: 9px!important; }
    .pos-b-sm-p9 { bottom: 9px!important; }
    .pos-l-sm-p9 { left: 9px!important; }
    .pos-r-sm-p9 { right: 9px!important; }

    .pos-x-sm-p9 { left: 9px!important; right: 9px!important; }
    .pos-y-sm-p9 { top: 9px!important; bottom: 9px!important; }

    /* ** 10 ** */
    .pos-sm-p10   { top: 10px!important; bottom: 10px!important; left: 10px!important; right: 10px!important; }
    .pos-t-sm-p10 { top: 10px!important; }
    .pos-b-sm-p10 { bottom: 10px!important; }
    .pos-l-sm-p10 { left: 10px!important; }
    .pos-r-sm-p10 { right: 10px!important; }

    .pos-x-sm-p10 { left: 10px!important; right: 10px!important; }
    .pos-y-sm-p10 { top: 10px!important; bottom: 10px!important; }

    /* ** 12 ** */
    .pos-sm-p12   { top: 12px!important; bottom: 12px!important; left: 12px!important; right: 12px!important; }
    .pos-t-sm-p12 { top: 12px!important; }
    .pos-b-sm-p12 { bottom: 12px!important; }
    .pos-l-sm-p12 { left: 12px!important; }
    .pos-r-sm-p12 { right: 12px!important; }

    .pos-x-sm-p12 { left: 12px!important; right: 12px!important; }
    .pos-y-sm-p12 { top: 12px!important; bottom: 12px!important; }

    /* ** 14 ** */
    .pos-sm-p14   { top: 14px!important; bottom: 14px!important; left: 14px!important; right: 14px!important; }
    .pos-t-sm-p14 { top: 14px!important; }
    .pos-b-sm-p14 { bottom: 14px!important; }
    .pos-l-sm-p14 { left: 14px!important; }
    .pos-r-sm-p14 { right: 14px!important; }

    .pos-x-sm-p14 { left: 14px!important; right: 14px!important; }
    .pos-y-sm-p14 { top: 14px!important; bottom: 14px!important; }

    /* ** 15 ** */
    .pos-sm-p15  { top: 15px!important; bottom: 15px!important; left: 15px!important; right: 15px!important; }
    .pos-t-sm-p15 { top: 15px!important; }
    .pos-b-sm-p15 { bottom: 15px!important; }
    .pos-l-sm-p15 { left: 15px!important; }
    .pos-r-sm-p15 { right: 15px!important; }

    .pos-x-sm-p15 { left: 15px!important; right: 15px!important; }
    .pos-y-sm-p15 { top: 15px!important; bottom: 15px!important; }

    /* ** 16 ** */
    .pos-sm-p16  { top: 16px!important; bottom: 16px!important; left: 16px!important; right: 16px!important; }
    .pos-t-sm-p16 { top: 16px!important; }
    .pos-b-sm-p16 { bottom: 16px!important; }
    .pos-l-sm-p16 { left: 16px!important; }
    .pos-r-sm-p16 { right: 16px!important; }

    .pos-x-sm-p16 { left: 16px!important; right: 16px!important; }
    .pos-y-sm-p16 { top: 16px!important; bottom: 16px!important; }

    /* ** 20 ** */
    .pos-sm-p20  { top: 20px!important; bottom: 20px!important; left: 20px!important; right: 20px!important; }
    .pos-t-sm-p20 { top: 20px!important; }
    .pos-b-sm-p20 { bottom: 20px!important; }
    .pos-l-sm-p20 { left: 20px!important; }
    .pos-r-sm-p20 { right: 20px!important; }

    .pos-x-sm-p20 { left: 20px!important; right: 20px!important; }
    .pos-y-sm-p20 { top: 20px!important; bottom: 20px!important; }

    /* ** 18 ** */
    .pos-sm-p18  { top: 18px!important; bottom: 18px!important; left: 18px!important; right: 18px!important; }
    .pos-t-sm-p18 { top: 18px!important; }
    .pos-b-sm-p18 { bottom: 18px!important; }
    .pos-l-sm-p18 { left: 18px!important; }
    .pos-r-sm-p18 { right: 18px!important; }

    .pos-x-sm-p18 { left: 18px!important; right: 18px!important; }
    .pos-y-sm-p18 { top: 18px!important; bottom: 18px!important; }

    /* ** 22 ** */
    .pos-sm-p22  { top: 22px!important; bottom: 22px!important; left: 22px!important; right: 22px!important; }
    .pos-t-sm-p22 { top: 22px!important; }
    .pos-b-sm-p22 { bottom: 22px!important; }
    .pos-l-sm-p22 { left: 22px!important; }
    .pos-r-sm-p22 { right: 22px!important; }

    .pos-x-sm-p22 { left: 22px!important; right: 22px!important; }
    .pos-y-sm-p22 { top: 22px!important; bottom: 22px!important; }

    /* ** 24 ** */
    .pos-sm-p24  { top: 24px!important; bottom: 24px!important; left: 24px!important; right: 24px!important; }
    .pos-t-sm-p24 { top: 24px!important; }
    .pos-b-sm-p24 { bottom: 24px!important; }
    .pos-l-sm-p24 { left: 24px!important; }
    .pos-r-sm-p24 { right: 24px!important; }

    .pos-x-sm-p24 { left: 24px!important; right: 24px!important; }
    .pos-y-sm-p24 { top: 24px!important; bottom: 24px!important; }

    /* ** 25 ** */
    .pos-sm-p25  { top: 25px!important; bottom: 25px!important; left: 25px!important; right: 25px!important; }
    .pos-t-sm-p25 { top: 25px!important; }
    .pos-b-sm-p25 { bottom: 25px!important; }
    .pos-l-sm-p25 { left: 25px!important; }
    .pos-r-sm-p25 { right: 25px!important; }

    .pos-x-sm-p25 { left: 25px!important; right: 25px!important; }
    .pos-y-sm-p25 { top: 25px!important; bottom: 25px!important; }

    /* ** 26 ** */
    .pos-sm-p26  { top: 26px!important; bottom: 26px!important; left: 26px!important; right: 26px!important; }
    .pos-t-sm-p26 { top: 26px!important; }
    .pos-b-sm-p26 { bottom: 26px!important; }
    .pos-l-sm-p26 { left: 26px!important; }
    .pos-r-sm-p26 { right: 26px!important; }

    .pos-x-sm-p26 { left: 26px!important; right: 26px!important; }
    .pos-y-sm-p26 { top: 26px!important; bottom: 26px!important; }

    /* ** 28 ** */
    .pos-sm-p28  { top: 28px!important; bottom: 28px!important; left: 28px!important; right: 28px!important; }
    .pos-t-sm-p28 { top: 28px!important; }
    .pos-b-sm-p28 { bottom: 28px!important; }
    .pos-l-sm-p28 { left: 28px!important; }
    .pos-r-sm-p28 { right: 28px!important; }

    .pos-x-sm-p28 { left: 28px!important; right: 28px!important; }
    .pos-y-sm-p28 { top: 28px!important; bottom: 28px!important; }

    /* ** 30 ** */
    .pos-sm-p30  { top: 30px!important; bottom: 30px!important; left: 30px!important; right: 30px!important; }
    .pos-t-sm-p30 { top: 30px!important; }
    .pos-b-sm-p30 { bottom: 30px!important; }
    .pos-l-sm-p30 { left: 30px!important; }
    .pos-r-sm-p30 { right: 30px!important; }

    .pos-x-sm-p30 { left: 30px!important; right: 30px!important; }
    .pos-y-sm-p30 { top: 30px!important; bottom: 30px!important; }

    /* ** 35 ** */
    .pos-sm-p35  { top: 35px!important; bottom: 35px!important; left: 35px!important; right: 35px!important; }
    .pos-t-sm-p35 { top: 35px!important; }
    .pos-b-sm-p35 { bottom: 35px!important; }
    .pos-l-sm-p35 { left: 35px!important; }
    .pos-r-sm-p35 { right: 35px!important; }

    .pos-x-sm-p35 { left: 35px!important; right: 35px!important; }
    .pos-y-sm-p35 { top: 35px!important; bottom: 35px!important; }

    /* ** 40 ** */
    .pos-sm-p40   { top: 40px!important; bottom: 40px!important; left: 40px!important; right: 40px!important; }
    .pos-t-sm-p40 { top: 40px!important; }
    .pos-b-sm-p40 { bottom: 40px!important; }
    .pos-l-sm-p40 { left: 40px!important; }
    .pos-r-sm-p40 { right: 40px!important; }

    .pos-x-sm-p40 { left: 40px!important; right: 40px!important; }
    .pos-y-sm-p40 { top: 40px!important; bottom: 40px!important; }

    /* ** 45 ** */
    .pos-sm-p45   { top: 45px!important; bottom: 45px!important; left: 45px!important; right: 45px!important; }
    .pos-t-sm-p45 { top: 45px!important; }
    .pos-b-sm-p45 { bottom: 45px!important; }
    .pos-l-sm-p45 { left: 45px!important; }
    .pos-r-sm-p45 { right: 45px!important; }

    .pos-x-sm-p45 { left: 45px!important; right: 45px!important; }
    .pos-y-sm-p45 { top: 45px!important; bottom: 45px!important; }

    /* ** 50 ** */
    .pos-sm-p50   { top: 50px!important; bottom: 50px!important; left: 50px!important; right: 50px!important; }
    .pos-t-sm-p50 { top: 50px!important; }
    .pos-b-sm-p50 { bottom: 50px!important; }
    .pos-l-sm-p50 { left: 50px!important; }
    .pos-r-sm-p50 { right: 50px!important; }

    .pos-x-sm-p50 { left: 50px!important; right: 50px!important; }
    .pos-y-sm-p50 { top: 50px!important; bottom: 50px!important; }

    /* ** 55 ** */
    .pos-sm-p55   { top: 55px!important; bottom: 55px!important; left: 55px!important; right: 55px!important; }
    .pos-t-sm-p55 { top: 55px!important; }
    .pos-b-sm-p55 { bottom: 55px!important; }
    .pos-l-sm-p55 { left: 55px!important; }
    .pos-r-sm-p55 { right: 55px!important; }

    .pos-x-sm-p55 { left: 55px!important; right: 55px!important; }
    .pos-y-sm-p55 { top: 55px!important; bottom: 55px!important; }

    /* ** 60 ** */
    .pos-sm-p60   { top: 60px!important; bottom: 60px!important; left: 60px!important; right: 60px!important; }
    .pos-t-sm-p60 { top: 60px!important; }
    .pos-b-sm-p60 { bottom: 60px!important; }
    .pos-l-sm-p60 { left: 60px!important; }
    .pos-r-sm-p60 { right: 60px!important; }

    .pos-x-sm-p60 { left: 60px!important; right: 60px!important; }
    .pos-y-sm-p60 { top: 60px!important; bottom: 60px!important; }

    /* ** 65 ** */
    .pos-sm-p65   { top: 65px!important; bottom: 65px!important; left: 65px!important; right: 65px!important; }
    .pos-t-sm-p65 { top: 65px!important; }
    .pos-b-sm-p65 { bottom: 65px!important; }
    .pos-l-sm-p65 { left: 65px!important; }
    .pos-r-sm-p65 { right: 65px!important; }

    .pos-x-sm-p65 { left: 65px!important; right: 65px!important; }
    .pos-y-sm-p65 { top: 65px!important; bottom: 65px!important; }

    /* ** 70 ** */
    .pos-sm-p70   { top: 70px!important; bottom: 70px!important; left: 70px!important; right: 70px!important; }
    .pos-t-sm-p70 { top: 70px!important; }
    .pos-b-sm-p70 { bottom: 70px!important; }
    .pos-l-sm-p70 { left: 70px!important; }
    .pos-r-sm-p70 { right: 70px!important; }

    .pos-x-sm-p70 { left: 70px!important; right: 70px!important; }
    .pos-y-sm-p70 { top: 70px!important; bottom: 70px!important; }

    /* ** 75 ** */
    .pos-sm-p75   { top: 75px!important; bottom: 75px!important; left: 75px!important; right: 75px!important; }
    .pos-t-sm-p75 { top: 75px!important; }
    .pos-b-sm-p75 { bottom: 75px!important; }
    .pos-l-sm-p75 { left: 75px!important; }
    .pos-r-sm-p75 { right: 75px!important; }

    .pos-x-sm-p75 { left: 75px!important; right: 75px!important; }
    .pos-y-sm-p75 { top: 75px!important; bottom: 75px!important; }

    /* ** 80 ** */
    .pos-sm-p80   { top: 80px!important; bottom: 80px!important; left: 80px!important; right: 80px!important; }
    .pos-t-sm-p80 { top: 80px!important; }
    .pos-b-sm-p80 { bottom: 80px!important; }
    .pos-l-sm-p80 { left: 80px!important; }
    .pos-r-sm-p80 { right: 80px!important; }

    .pos-x-sm-p80 { left: 80px!important; right: 80px!important; }
    .pos-y-sm-p80 { top: 80px!important; bottom: 80px!important; }

    /* ** 85 ** */
    .pos-sm-p85   { top: 85px!important; bottom: 85px!important; left: 85px!important; right: 85px!important; }
    .pos-t-sm-p85 { top: 85px!important; }
    .pos-b-sm-p85 { bottom: 85px!important; }
    .pos-l-sm-p85 { left: 85px!important; }
    .pos-r-sm-p85 { right: 85px!important; }

    .pos-x-sm-p80 { left: 80px!important; right: 80px!important; }
    .pos-y-sm-p80 { top: 80px!important; bottom: 80px!important; }

    /* ** 90 ** */
    .pos-sm-p90   { top: 90px!important; bottom: 90px!important; left: 90px!important; right: 90px!important; }
    .pos-t-sm-p90 { top: 90px!important; }
    .pos-b-sm-p90 { bottom: 90px!important; }
    .pos-l-sm-p90 { left: 90px!important; }
    .pos-r-sm-p90 { right: 90px!important; }

    .pos-x-sm-p90 { left: 90px!important; right: 90px!important; }
    .pos-y-sm-p90 { top: 90px!important; bottom: 90px!important; }

    /* ** 95 ** */
    .pos-sm-p95   { top: 95px!important; bottom: 95px!important; left: 95px!important; right: 95px!important; }
    .pos-t-sm-p95 { top: 95px!important; }
    .pos-b-sm-p95 { bottom: 95px!important; }
    .pos-l-sm-p95 { left: 95px!important; }
    .pos-r-sm-p95 { right: 95px!important; }

    .pos-x-sm-p95 { left: 95px!important; right: 95px!important; }
    .pos-y-sm-p95 { top: 95px!important; bottom: 95px!important; }

    /* ** 100 ** */
    .pos-sm-p100   { top: 100px!important; bottom: 100px!important; left: 100px!important; right: 100px!important; }
    .pos-t-sm-p100 { top: 100px!important; }
    .pos-b-sm-p100 { bottom: 100px!important; }
    .pos-l-sm-p100 { left: 100px!important; }
    .pos-r-sm-p100 { right: 100px!important; }

    .pos-x-sm-p100 { left: 100px!important; right: 100px!important; }
    .pos-y-sm-p100 { top: 100px!important; bottom: 100px!important; }
    /* ***** END POSITION ***** */
}

@media (min-width: 768px) { /* md */
     /* ***** BEGIN POSITION ***** */

    /* ** 0 ** */
    .pos-md-0   { top: 0!important; bottom: 0!important; left: 0!important; right: 0!important; }
    .pos-t-md-0 { top: 0!important; }
    .pos-b-md-0 { bottom: 0!important; }
    .pos-l-md-0 { left: 0!important; }
    .pos-r-md-0 { right: 0!important; }

    .pos-x-md-0 { left: 0!important; right: 0!important; }
    .pos-y-md-0 { top: 0!important; bottom: 0!important; }

    /* ** 1 ** */
    .pos-md-p1   { top: 1px!important; bottom: 1px!important; left: 1px!important; right: 1px!important; }
    .pos-t-md-p1 { top: 1px!important; }
    .pos-b-md-p1 { bottom: 1px!important; }
    .pos-l-md-p1 { left: 1px!important; }
    .pos-r-md-p1 { right: 1px!important; }

    .pos-x-md-p1 { left: 1px!important; right: 1px!important; }
    .pos-y-md-p1 { top: 1px!important; bottom: 1px!important; }

    /* ** 2 ** */
    .pos-md-p2   { top: 2px!important; bottom: 2px!important; left: 2px!important; right: 2px!important; }
    .pos-t-md-p2 { top: 2px!important; }
    .pos-b-md-p2 { bottom: 2px!important; }
    .pos-l-md-p2 { left: 2px!important; }
    .pos-r-md-p2 { right: 2px!important; }

    .pos-x-md-p2 { left: 2px!important; right: 2px!important; }
    .pos-y-md-p2 { top: 2px!important; bottom: 2px!important; }

    /* ** 3 ** */
    .pos-md-p3   { top: 3px!important; bottom: 3px!important; left: 3px!important; right: 3px!important; }
    .pos-t-md-p3 { top: 3px!important; }
    .pos-b-md-p3 { bottom: 3px!important; }
    .pos-l-md-p3 { left: 3px!important; }
    .pos-r-md-p3 { right: 3px!important; }

    .pos-x-md-p3 { left: 3px!important; right: 3px!important; }
    .pos-y-md-p3 { top: 3px!important; bottom: 3px!important; }

    /* ** 4 ** */
    .pos-md-p4   { top: 4px!important; bottom: 4px!important; left: 4px!important; right: 4px!important; }
    .pos-t-md-p4 { top: 4px!important; }
    .pos-b-md-p4 { bottom: 4px!important; }
    .pos-l-md-p4 { left: 4px!important; }
    .pos-r-md-p4 { right: 4px!important; }

    .pos-x-md-p4 { left: 4px!important; right: 4px!important; }
    .pos-y-md-p4 { top: 4px!important; bottom: 4px!important; }

    /* ** 5 ** */
    .pos-md-p5   { top: 5px!important; bottom: 5px!important; left: 5px!important; right: 5px!important; }
    .pos-t-md-p5 { top: 5px!important; }
    .pos-b-md-p5 { bottom: 5px!important; }
    .pos-l-md-p5 { left: 5px!important; }
    .pos-r-md-p5 { right: 5px!important; }

    .pos-x-md-p5 { left: 5px!important; right: 5px!important; }
    .pos-y-md-p5 { top: 5px!important; bottom: 5px!important; }

    /* ** 6 ** */
    .pos-md-p6   { top: 6px!important; bottom: 6px!important; left: 6px!important; right: 6px!important; }
    .pos-t-md-p6 { top: 6px!important; }
    .pos-b-md-p6 { bottom: 6px!important; }
    .pos-l-md-p6 { left: 6px!important; }
    .pos-r-md-p6 { right: 6px!important; }

    .pos-x-md-p6 { left: 6px!important; right: 6px!important; }
    .pos-y-md-p6 { top: 6px!important; bottom: 6px!important; }

    /* ** 7 ** */
    .pos-md-p7   { top: 7px!important; bottom: 7px!important; left: 7px!important; right: 7px!important; }
    .pos-t-md-p7 { top: 7px!important; }
    .pos-b-md-p7 { bottom: 7px!important; }
    .pos-l-md-p7 { left: 7px!important; }
    .pos-r-md-p7 { right: 7px!important; }

    .pos-x-md-p7 { left: 7px!important; right: 7px!important; }
    .pos-y-md-p7 { top: 7px!important; bottom: 7px!important; }

    /* ** 8 ** */
    .pos-md-p8   { top: 8px!important; bottom: 8px!important; left: 8px!important; right: 8px!important; }
    .pos-t-md-p8 { top: 8px!important; }
    .pos-b-md-p8 { bottom: 8px!important; }
    .pos-l-md-p8 { left: 8px!important; }
    .pos-r-md-p8 { right: 8px!important; }

    .pos-x-md-p8 { left: 8px!important; right: 8px!important; }
    .pos-y-md-p8 { top: 8px!important; bottom: 8px!important; }

    /* ** 9 ** */
    .pos-md-p9   { top: 9px!important; bottom: 9px!important; left: 9px!important; right: 9px!important; }
    .pos-t-md-p9 { top: 9px!important; }
    .pos-b-md-p9 { bottom: 9px!important; }
    .pos-l-md-p9 { left: 9px!important; }
    .pos-r-md-p9 { right: 9px!important; }

    .pos-x-md-p9 { left: 9px!important; right: 9px!important; }
    .pos-y-md-p9 { top: 9px!important; bottom: 9px!important; }

    /* ** 10 ** */
    .pos-md-p10   { top: 10px!important; bottom: 10px!important; left: 10px!important; right: 10px!important; }
    .pos-t-md-p10 { top: 10px!important; }
    .pos-b-md-p10 { bottom: 10px!important; }
    .pos-l-md-p10 { left: 10px!important; }
    .pos-r-md-p10 { right: 10px!important; }

    .pos-x-md-p10 { left: 10px!important; right: 10px!important; }
    .pos-y-md-p10 { top: 10px!important; bottom: 10px!important; }

    /* ** 12 ** */
    .pos-md-p12   { top: 12px!important; bottom: 12px!important; left: 12px!important; right: 12px!important; }
    .pos-t-md-p12 { top: 12px!important; }
    .pos-b-md-p12 { bottom: 12px!important; }
    .pos-l-md-p12 { left: 12px!important; }
    .pos-r-md-p12 { right: 12px!important; }

    .pos-x-md-p12 { left: 12px!important; right: 12px!important; }
    .pos-y-md-p12 { top: 12px!important; bottom: 12px!important; }

    /* ** 14 ** */
    .pos-md-p14   { top: 14px!important; bottom: 14px!important; left: 14px!important; right: 14px!important; }
    .pos-t-md-p14 { top: 14px!important; }
    .pos-b-md-p14 { bottom: 14px!important; }
    .pos-l-md-p14 { left: 14px!important; }
    .pos-r-md-p14 { right: 14px!important; }

    .pos-x-md-p14 { left: 14px!important; right: 14px!important; }
    .pos-y-md-p14 { top: 14px!important; bottom: 14px!important; }

    /* ** 15 ** */
    .pos-md-p15  { top: 15px!important; bottom: 15px!important; left: 15px!important; right: 15px!important; }
    .pos-t-md-p15 { top: 15px!important; }
    .pos-b-md-p15 { bottom: 15px!important; }
    .pos-l-md-p15 { left: 15px!important; }
    .pos-r-md-p15 { right: 15px!important; }

    .pos-x-md-p15 { left: 15px!important; right: 15px!important; }
    .pos-y-md-p15 { top: 15px!important; bottom: 15px!important; }

    /* ** 16 ** */
    .pos-md-p16  { top: 16px!important; bottom: 16px!important; left: 16px!important; right: 16px!important; }
    .pos-t-md-p16 { top: 16px!important; }
    .pos-b-md-p16 { bottom: 16px!important; }
    .pos-l-md-p16 { left: 16px!important; }
    .pos-r-md-p16 { right: 16px!important; }

    .pos-x-md-p16 { left: 16px!important; right: 16px!important; }
    .pos-y-md-p16 { top: 16px!important; bottom: 16px!important; }

    /* ** 20 ** */
    .pos-md-p20  { top: 20px!important; bottom: 20px!important; left: 20px!important; right: 20px!important; }
    .pos-t-md-p20 { top: 20px!important; }
    .pos-b-md-p20 { bottom: 20px!important; }
    .pos-l-md-p20 { left: 20px!important; }
    .pos-r-md-p20 { right: 20px!important; }

    .pos-x-md-p20 { left: 20px!important; right: 20px!important; }
    .pos-y-md-p20 { top: 20px!important; bottom: 20px!important; }

    /* ** 18 ** */
    .pos-md-p18  { top: 18px!important; bottom: 18px!important; left: 18px!important; right: 18px!important; }
    .pos-t-md-p18 { top: 18px!important; }
    .pos-b-md-p18 { bottom: 18px!important; }
    .pos-l-md-p18 { left: 18px!important; }
    .pos-r-md-p18 { right: 18px!important; }

    .pos-x-md-p18 { left: 18px!important; right: 18px!important; }
    .pos-y-md-p18 { top: 18px!important; bottom: 18px!important; }

    /* ** 22 ** */
    .pos-md-p22  { top: 22px!important; bottom: 22px!important; left: 22px!important; right: 22px!important; }
    .pos-t-md-p22 { top: 22px!important; }
    .pos-b-md-p22 { bottom: 22px!important; }
    .pos-l-md-p22 { left: 22px!important; }
    .pos-r-md-p22 { right: 22px!important; }

    .pos-x-md-p22 { left: 22px!important; right: 22px!important; }
    .pos-y-md-p22 { top: 22px!important; bottom: 22px!important; }

    /* ** 24 ** */
    .pos-md-p24  { top: 24px!important; bottom: 24px!important; left: 24px!important; right: 24px!important; }
    .pos-t-md-p24 { top: 24px!important; }
    .pos-b-md-p24 { bottom: 24px!important; }
    .pos-l-md-p24 { left: 24px!important; }
    .pos-r-md-p24 { right: 24px!important; }

    .pos-x-md-p24 { left: 24px!important; right: 24px!important; }
    .pos-y-md-p24 { top: 24px!important; bottom: 24px!important; }

    /* ** 25 ** */
    .pos-md-p25  { top: 25px!important; bottom: 25px!important; left: 25px!important; right: 25px!important; }
    .pos-t-md-p25 { top: 25px!important; }
    .pos-b-md-p25 { bottom: 25px!important; }
    .pos-l-md-p25 { left: 25px!important; }
    .pos-r-md-p25 { right: 25px!important; }

    .pos-x-md-p25 { left: 25px!important; right: 25px!important; }
    .pos-y-md-p25 { top: 25px!important; bottom: 25px!important; }

    /* ** 26 ** */
    .pos-md-p26  { top: 26px!important; bottom: 26px!important; left: 26px!important; right: 26px!important; }
    .pos-t-md-p26 { top: 26px!important; }
    .pos-b-md-p26 { bottom: 26px!important; }
    .pos-l-md-p26 { left: 26px!important; }
    .pos-r-md-p26 { right: 26px!important; }

    .pos-x-md-p26 { left: 26px!important; right: 26px!important; }
    .pos-y-md-p26 { top: 26px!important; bottom: 26px!important; }

    /* ** 28 ** */
    .pos-md-p28  { top: 28px!important; bottom: 28px!important; left: 28px!important; right: 28px!important; }
    .pos-t-md-p28 { top: 28px!important; }
    .pos-b-md-p28 { bottom: 28px!important; }
    .pos-l-md-p28 { left: 28px!important; }
    .pos-r-md-p28 { right: 28px!important; }

    .pos-x-md-p28 { left: 28px!important; right: 28px!important; }
    .pos-y-md-p28 { top: 28px!important; bottom: 28px!important; }

    /* ** 30 ** */
    .pos-md-p30  { top: 30px!important; bottom: 30px!important; left: 30px!important; right: 30px!important; }
    .pos-t-md-p30 { top: 30px!important; }
    .pos-b-md-p30 { bottom: 30px!important; }
    .pos-l-md-p30 { left: 30px!important; }
    .pos-r-md-p30 { right: 30px!important; }

    .pos-x-md-p30 { left: 30px!important; right: 30px!important; }
    .pos-y-md-p30 { top: 30px!important; bottom: 30px!important; }

    /* ** 35 ** */
    .pos-md-p35  { top: 35px!important; bottom: 35px!important; left: 35px!important; right: 35px!important; }
    .pos-t-md-p35 { top: 35px!important; }
    .pos-b-md-p35 { bottom: 35px!important; }
    .pos-l-md-p35 { left: 35px!important; }
    .pos-r-md-p35 { right: 35px!important; }

    .pos-x-md-p35 { left: 35px!important; right: 35px!important; }
    .pos-y-md-p35 { top: 35px!important; bottom: 35px!important; }

    /* ** 40 ** */
    .pos-md-p40   { top: 40px!important; bottom: 40px!important; left: 40px!important; right: 40px!important; }
    .pos-t-md-p40 { top: 40px!important; }
    .pos-b-md-p40 { bottom: 40px!important; }
    .pos-l-md-p40 { left: 40px!important; }
    .pos-r-md-p40 { right: 40px!important; }

    .pos-x-md-p40 { left: 40px!important; right: 40px!important; }
    .pos-y-md-p40 { top: 40px!important; bottom: 40px!important; }

    /* ** 45 ** */
    .pos-md-p45   { top: 45px!important; bottom: 45px!important; left: 45px!important; right: 45px!important; }
    .pos-t-md-p45 { top: 45px!important; }
    .pos-b-md-p45 { bottom: 45px!important; }
    .pos-l-md-p45 { left: 45px!important; }
    .pos-r-md-p45 { right: 45px!important; }

    .pos-x-md-p45 { left: 45px!important; right: 45px!important; }
    .pos-y-md-p45 { top: 45px!important; bottom: 45px!important; }

    /* ** 50 ** */
    .pos-md-p50   { top: 50px!important; bottom: 50px!important; left: 50px!important; right: 50px!important; }
    .pos-t-md-p50 { top: 50px!important; }
    .pos-b-md-p50 { bottom: 50px!important; }
    .pos-l-md-p50 { left: 50px!important; }
    .pos-r-md-p50 { right: 50px!important; }

    .pos-x-md-p50 { left: 50px!important; right: 50px!important; }
    .pos-y-md-p50 { top: 50px!important; bottom: 50px!important; }

    /* ** 55 ** */
    .pos-md-p55   { top: 55px!important; bottom: 55px!important; left: 55px!important; right: 55px!important; }
    .pos-t-md-p55 { top: 55px!important; }
    .pos-b-md-p55 { bottom: 55px!important; }
    .pos-l-md-p55 { left: 55px!important; }
    .pos-r-md-p55 { right: 55px!important; }

    .pos-x-md-p55 { left: 55px!important; right: 55px!important; }
    .pos-y-md-p55 { top: 55px!important; bottom: 55px!important; }

    /* ** 60 ** */
    .pos-md-p60   { top: 60px!important; bottom: 60px!important; left: 60px!important; right: 60px!important; }
    .pos-t-md-p60 { top: 60px!important; }
    .pos-b-md-p60 { bottom: 60px!important; }
    .pos-l-md-p60 { left: 60px!important; }
    .pos-r-md-p60 { right: 60px!important; }

    .pos-x-md-p60 { left: 60px!important; right: 60px!important; }
    .pos-y-md-p60 { top: 60px!important; bottom: 60px!important; }

    /* ** 65 ** */
    .pos-md-p65   { top: 65px!important; bottom: 65px!important; left: 65px!important; right: 65px!important; }
    .pos-t-md-p65 { top: 65px!important; }
    .pos-b-md-p65 { bottom: 65px!important; }
    .pos-l-md-p65 { left: 65px!important; }
    .pos-r-md-p65 { right: 65px!important; }

    .pos-x-md-p65 { left: 65px!important; right: 65px!important; }
    .pos-y-md-p65 { top: 65px!important; bottom: 65px!important; }

    /* ** 70 ** */
    .pos-md-p70   { top: 70px!important; bottom: 70px!important; left: 70px!important; right: 70px!important; }
    .pos-t-md-p70 { top: 70px!important; }
    .pos-b-md-p70 { bottom: 70px!important; }
    .pos-l-md-p70 { left: 70px!important; }
    .pos-r-md-p70 { right: 70px!important; }

    .pos-x-md-p70 { left: 70px!important; right: 70px!important; }
    .pos-y-md-p70 { top: 70px!important; bottom: 70px!important; }

    /* ** 75 ** */
    .pos-md-p75   { top: 75px!important; bottom: 75px!important; left: 75px!important; right: 75px!important; }
    .pos-t-md-p75 { top: 75px!important; }
    .pos-b-md-p75 { bottom: 75px!important; }
    .pos-l-md-p75 { left: 75px!important; }
    .pos-r-md-p75 { right: 75px!important; }

    .pos-x-md-p75 { left: 75px!important; right: 75px!important; }
    .pos-y-md-p75 { top: 75px!important; bottom: 75px!important; }

    /* ** 80 ** */
    .pos-md-p80   { top: 80px!important; bottom: 80px!important; left: 80px!important; right: 80px!important; }
    .pos-t-md-p80 { top: 80px!important; }
    .pos-b-md-p80 { bottom: 80px!important; }
    .pos-l-md-p80 { left: 80px!important; }
    .pos-r-md-p80 { right: 80px!important; }

    .pos-x-md-p80 { left: 80px!important; right: 80px!important; }
    .pos-y-md-p80 { top: 80px!important; bottom: 80px!important; }

    /* ** 85 ** */
    .pos-md-p85   { top: 85px!important; bottom: 85px!important; left: 85px!important; right: 85px!important; }
    .pos-t-md-p85 { top: 85px!important; }
    .pos-b-md-p85 { bottom: 85px!important; }
    .pos-l-md-p85 { left: 85px!important; }
    .pos-r-md-p85 { right: 85px!important; }

    .pos-x-md-p80 { left: 80px!important; right: 80px!important; }
    .pos-y-md-p80 { top: 80px!important; bottom: 80px!important; }

    /* ** 90 ** */
    .pos-md-p90   { top: 90px!important; bottom: 90px!important; left: 90px!important; right: 90px!important; }
    .pos-t-md-p90 { top: 90px!important; }
    .pos-b-md-p90 { bottom: 90px!important; }
    .pos-l-md-p90 { left: 90px!important; }
    .pos-r-md-p90 { right: 90px!important; }

    .pos-x-md-p90 { left: 90px!important; right: 90px!important; }
    .pos-y-md-p90 { top: 90px!important; bottom: 90px!important; }

    /* ** 95 ** */
    .pos-md-p95   { top: 95px!important; bottom: 95px!important; left: 95px!important; right: 95px!important; }
    .pos-t-md-p95 { top: 95px!important; }
    .pos-b-md-p95 { bottom: 95px!important; }
    .pos-l-md-p95 { left: 95px!important; }
    .pos-r-md-p95 { right: 95px!important; }

    .pos-x-md-p95 { left: 95px!important; right: 95px!important; }
    .pos-y-md-p95 { top: 95px!important; bottom: 95px!important; }

    /* ** 100 ** */
    .pos-md-p100   { top: 100px!important; bottom: 100px!important; left: 100px!important; right: 100px!important; }
    .pos-t-md-p100 { top: 100px!important; }
    .pos-b-md-p100 { bottom: 100px!important; }
    .pos-l-md-p100 { left: 100px!important; }
    .pos-r-md-p100 { right: 100px!important; }

    .pos-x-md-p100 { left: 100px!important; right: 100px!important; }
    .pos-y-md-p100 { top: 100px!important; bottom: 100px!important; }
    /* ***** END POSITION ***** */
}

@media (min-width: 992px) { /* lg */
    /* ***** BEGIN POSITION ***** */

    /* ** 0 ** */
    .pos-lg-0   { top: 0!important; bottom: 0!important; left: 0!important; right: 0!important; }
    .pos-t-lg-0 { top: 0!important; }
    .pos-b-lg-0 { bottom: 0!important; }
    .pos-l-lg-0 { left: 0!important; }
    .pos-r-lg-0 { right: 0!important; }

    .pos-x-lg-0 { left: 0!important; right: 0!important; }
    .pos-y-lg-0 { top: 0!important; bottom: 0!important; }

    /* ** 1 ** */
    .pos-lg-p1   { top: 1px!important; bottom: 1px!important; left: 1px!important; right: 1px!important; }
    .pos-t-lg-p1 { top: 1px!important; }
    .pos-b-lg-p1 { bottom: 1px!important; }
    .pos-l-lg-p1 { left: 1px!important; }
    .pos-r-lg-p1 { right: 1px!important; }

    .pos-x-lg-p1 { left: 1px!important; right: 1px!important; }
    .pos-y-lg-p1 { top: 1px!important; bottom: 1px!important; }

    /* ** 2 ** */
    .pos-lg-p2   { top: 2px!important; bottom: 2px!important; left: 2px!important; right: 2px!important; }
    .pos-t-lg-p2 { top: 2px!important; }
    .pos-b-lg-p2 { bottom: 2px!important; }
    .pos-l-lg-p2 { left: 2px!important; }
    .pos-r-lg-p2 { right: 2px!important; }

    .pos-x-lg-p2 { left: 2px!important; right: 2px!important; }
    .pos-y-lg-p2 { top: 2px!important; bottom: 2px!important; }

    /* ** 3 ** */
    .pos-lg-p3   { top: 3px!important; bottom: 3px!important; left: 3px!important; right: 3px!important; }
    .pos-t-lg-p3 { top: 3px!important; }
    .pos-b-lg-p3 { bottom: 3px!important; }
    .pos-l-lg-p3 { left: 3px!important; }
    .pos-r-lg-p3 { right: 3px!important; }

    .pos-x-lg-p3 { left: 3px!important; right: 3px!important; }
    .pos-y-lg-p3 { top: 3px!important; bottom: 3px!important; }

    /* ** 4 ** */
    .pos-lg-p4   { top: 4px!important; bottom: 4px!important; left: 4px!important; right: 4px!important; }
    .pos-t-lg-p4 { top: 4px!important; }
    .pos-b-lg-p4 { bottom: 4px!important; }
    .pos-l-lg-p4 { left: 4px!important; }
    .pos-r-lg-p4 { right: 4px!important; }

    .pos-x-lg-p4 { left: 4px!important; right: 4px!important; }
    .pos-y-lg-p4 { top: 4px!important; bottom: 4px!important; }

    /* ** 5 ** */
    .pos-lg-p5   { top: 5px!important; bottom: 5px!important; left: 5px!important; right: 5px!important; }
    .pos-t-lg-p5 { top: 5px!important; }
    .pos-b-lg-p5 { bottom: 5px!important; }
    .pos-l-lg-p5 { left: 5px!important; }
    .pos-r-lg-p5 { right: 5px!important; }

    .pos-x-lg-p5 { left: 5px!important; right: 5px!important; }
    .pos-y-lg-p5 { top: 5px!important; bottom: 5px!important; }

    /* ** 6 ** */
    .pos-lg-p6   { top: 6px!important; bottom: 6px!important; left: 6px!important; right: 6px!important; }
    .pos-t-lg-p6 { top: 6px!important; }
    .pos-b-lg-p6 { bottom: 6px!important; }
    .pos-l-lg-p6 { left: 6px!important; }
    .pos-r-lg-p6 { right: 6px!important; }

    .pos-x-lg-p6 { left: 6px!important; right: 6px!important; }
    .pos-y-lg-p6 { top: 6px!important; bottom: 6px!important; }

    /* ** 7 ** */
    .pos-lg-p7   { top: 7px!important; bottom: 7px!important; left: 7px!important; right: 7px!important; }
    .pos-t-lg-p7 { top: 7px!important; }
    .pos-b-lg-p7 { bottom: 7px!important; }
    .pos-l-lg-p7 { left: 7px!important; }
    .pos-r-lg-p7 { right: 7px!important; }

    .pos-x-lg-p7 { left: 7px!important; right: 7px!important; }
    .pos-y-lg-p7 { top: 7px!important; bottom: 7px!important; }

    /* ** 8 ** */
    .pos-lg-p8   { top: 8px!important; bottom: 8px!important; left: 8px!important; right: 8px!important; }
    .pos-t-lg-p8 { top: 8px!important; }
    .pos-b-lg-p8 { bottom: 8px!important; }
    .pos-l-lg-p8 { left: 8px!important; }
    .pos-r-lg-p8 { right: 8px!important; }

    .pos-x-lg-p8 { left: 8px!important; right: 8px!important; }
    .pos-y-lg-p8 { top: 8px!important; bottom: 8px!important; }

    /* ** 9 ** */
    .pos-lg-p9   { top: 9px!important; bottom: 9px!important; left: 9px!important; right: 9px!important; }
    .pos-t-lg-p9 { top: 9px!important; }
    .pos-b-lg-p9 { bottom: 9px!important; }
    .pos-l-lg-p9 { left: 9px!important; }
    .pos-r-lg-p9 { right: 9px!important; }

    .pos-x-lg-p9 { left: 9px!important; right: 9px!important; }
    .pos-y-lg-p9 { top: 9px!important; bottom: 9px!important; }

    /* ** 10 ** */
    .pos-lg-p10   { top: 10px!important; bottom: 10px!important; left: 10px!important; right: 10px!important; }
    .pos-t-lg-p10 { top: 10px!important; }
    .pos-b-lg-p10 { bottom: 10px!important; }
    .pos-l-lg-p10 { left: 10px!important; }
    .pos-r-lg-p10 { right: 10px!important; }

    .pos-x-lg-p10 { left: 10px!important; right: 10px!important; }
    .pos-y-lg-p10 { top: 10px!important; bottom: 10px!important; }

    /* ** 12 ** */
    .pos-lg-p12   { top: 12px!important; bottom: 12px!important; left: 12px!important; right: 12px!important; }
    .pos-t-lg-p12 { top: 12px!important; }
    .pos-b-lg-p12 { bottom: 12px!important; }
    .pos-l-lg-p12 { left: 12px!important; }
    .pos-r-lg-p12 { right: 12px!important; }

    .pos-x-lg-p12 { left: 12px!important; right: 12px!important; }
    .pos-y-lg-p12 { top: 12px!important; bottom: 12px!important; }

    /* ** 14 ** */
    .pos-lg-p14   { top: 14px!important; bottom: 14px!important; left: 14px!important; right: 14px!important; }
    .pos-t-lg-p14 { top: 14px!important; }
    .pos-b-lg-p14 { bottom: 14px!important; }
    .pos-l-lg-p14 { left: 14px!important; }
    .pos-r-lg-p14 { right: 14px!important; }

    .pos-x-lg-p14 { left: 14px!important; right: 14px!important; }
    .pos-y-lg-p14 { top: 14px!important; bottom: 14px!important; }

    /* ** 15 ** */
    .pos-lg-p15  { top: 15px!important; bottom: 15px!important; left: 15px!important; right: 15px!important; }
    .pos-t-lg-p15 { top: 15px!important; }
    .pos-b-lg-p15 { bottom: 15px!important; }
    .pos-l-lg-p15 { left: 15px!important; }
    .pos-r-lg-p15 { right: 15px!important; }

    .pos-x-lg-p15 { left: 15px!important; right: 15px!important; }
    .pos-y-lg-p15 { top: 15px!important; bottom: 15px!important; }

    /* ** 16 ** */
    .pos-lg-p16  { top: 16px!important; bottom: 16px!important; left: 16px!important; right: 16px!important; }
    .pos-t-lg-p16 { top: 16px!important; }
    .pos-b-lg-p16 { bottom: 16px!important; }
    .pos-l-lg-p16 { left: 16px!important; }
    .pos-r-lg-p16 { right: 16px!important; }

    .pos-x-lg-p16 { left: 16px!important; right: 16px!important; }
    .pos-y-lg-p16 { top: 16px!important; bottom: 16px!important; }

    /* ** 20 ** */
    .pos-lg-p20  { top: 20px!important; bottom: 20px!important; left: 20px!important; right: 20px!important; }
    .pos-t-lg-p20 { top: 20px!important; }
    .pos-b-lg-p20 { bottom: 20px!important; }
    .pos-l-lg-p20 { left: 20px!important; }
    .pos-r-lg-p20 { right: 20px!important; }

    .pos-x-lg-p20 { left: 20px!important; right: 20px!important; }
    .pos-y-lg-p20 { top: 20px!important; bottom: 20px!important; }

    /* ** 18 ** */
    .pos-lg-p18  { top: 18px!important; bottom: 18px!important; left: 18px!important; right: 18px!important; }
    .pos-t-lg-p18 { top: 18px!important; }
    .pos-b-lg-p18 { bottom: 18px!important; }
    .pos-l-lg-p18 { left: 18px!important; }
    .pos-r-lg-p18 { right: 18px!important; }

    .pos-x-lg-p18 { left: 18px!important; right: 18px!important; }
    .pos-y-lg-p18 { top: 18px!important; bottom: 18px!important; }

    /* ** 22 ** */
    .pos-lg-p22  { top: 22px!important; bottom: 22px!important; left: 22px!important; right: 22px!important; }
    .pos-t-lg-p22 { top: 22px!important; }
    .pos-b-lg-p22 { bottom: 22px!important; }
    .pos-l-lg-p22 { left: 22px!important; }
    .pos-r-lg-p22 { right: 22px!important; }

    .pos-x-lg-p22 { left: 22px!important; right: 22px!important; }
    .pos-y-lg-p22 { top: 22px!important; bottom: 22px!important; }

    /* ** 24 ** */
    .pos-lg-p24  { top: 24px!important; bottom: 24px!important; left: 24px!important; right: 24px!important; }
    .pos-t-lg-p24 { top: 24px!important; }
    .pos-b-lg-p24 { bottom: 24px!important; }
    .pos-l-lg-p24 { left: 24px!important; }
    .pos-r-lg-p24 { right: 24px!important; }

    .pos-x-lg-p24 { left: 24px!important; right: 24px!important; }
    .pos-y-lg-p24 { top: 24px!important; bottom: 24px!important; }

    /* ** 25 ** */
    .pos-lg-p25  { top: 25px!important; bottom: 25px!important; left: 25px!important; right: 25px!important; }
    .pos-t-lg-p25 { top: 25px!important; }
    .pos-b-lg-p25 { bottom: 25px!important; }
    .pos-l-lg-p25 { left: 25px!important; }
    .pos-r-lg-p25 { right: 25px!important; }

    .pos-x-lg-p25 { left: 25px!important; right: 25px!important; }
    .pos-y-lg-p25 { top: 25px!important; bottom: 25px!important; }

    /* ** 26 ** */
    .pos-lg-p26  { top: 26px!important; bottom: 26px!important; left: 26px!important; right: 26px!important; }
    .pos-t-lg-p26 { top: 26px!important; }
    .pos-b-lg-p26 { bottom: 26px!important; }
    .pos-l-lg-p26 { left: 26px!important; }
    .pos-r-lg-p26 { right: 26px!important; }

    .pos-x-lg-p26 { left: 26px!important; right: 26px!important; }
    .pos-y-lg-p26 { top: 26px!important; bottom: 26px!important; }

    /* ** 28 ** */
    .pos-lg-p28  { top: 28px!important; bottom: 28px!important; left: 28px!important; right: 28px!important; }
    .pos-t-lg-p28 { top: 28px!important; }
    .pos-b-lg-p28 { bottom: 28px!important; }
    .pos-l-lg-p28 { left: 28px!important; }
    .pos-r-lg-p28 { right: 28px!important; }

    .pos-x-lg-p28 { left: 28px!important; right: 28px!important; }
    .pos-y-lg-p28 { top: 28px!important; bottom: 28px!important; }

    /* ** 30 ** */
    .pos-lg-p30  { top: 30px!important; bottom: 30px!important; left: 30px!important; right: 30px!important; }
    .pos-t-lg-p30 { top: 30px!important; }
    .pos-b-lg-p30 { bottom: 30px!important; }
    .pos-l-lg-p30 { left: 30px!important; }
    .pos-r-lg-p30 { right: 30px!important; }

    .pos-x-lg-p30 { left: 30px!important; right: 30px!important; }
    .pos-y-lg-p30 { top: 30px!important; bottom: 30px!important; }

    /* ** 35 ** */
    .pos-lg-p35  { top: 35px!important; bottom: 35px!important; left: 35px!important; right: 35px!important; }
    .pos-t-lg-p35 { top: 35px!important; }
    .pos-b-lg-p35 { bottom: 35px!important; }
    .pos-l-lg-p35 { left: 35px!important; }
    .pos-r-lg-p35 { right: 35px!important; }

    .pos-x-lg-p35 { left: 35px!important; right: 35px!important; }
    .pos-y-lg-p35 { top: 35px!important; bottom: 35px!important; }

    /* ** 40 ** */
    .pos-lg-p40   { top: 40px!important; bottom: 40px!important; left: 40px!important; right: 40px!important; }
    .pos-t-lg-p40 { top: 40px!important; }
    .pos-b-lg-p40 { bottom: 40px!important; }
    .pos-l-lg-p40 { left: 40px!important; }
    .pos-r-lg-p40 { right: 40px!important; }

    .pos-x-lg-p40 { left: 40px!important; right: 40px!important; }
    .pos-y-lg-p40 { top: 40px!important; bottom: 40px!important; }

    /* ** 45 ** */
    .pos-lg-p45   { top: 45px!important; bottom: 45px!important; left: 45px!important; right: 45px!important; }
    .pos-t-lg-p45 { top: 45px!important; }
    .pos-b-lg-p45 { bottom: 45px!important; }
    .pos-l-lg-p45 { left: 45px!important; }
    .pos-r-lg-p45 { right: 45px!important; }

    .pos-x-lg-p45 { left: 45px!important; right: 45px!important; }
    .pos-y-lg-p45 { top: 45px!important; bottom: 45px!important; }

    /* ** 50 ** */
    .pos-lg-p50   { top: 50px!important; bottom: 50px!important; left: 50px!important; right: 50px!important; }
    .pos-t-lg-p50 { top: 50px!important; }
    .pos-b-lg-p50 { bottom: 50px!important; }
    .pos-l-lg-p50 { left: 50px!important; }
    .pos-r-lg-p50 { right: 50px!important; }

    .pos-x-lg-p50 { left: 50px!important; right: 50px!important; }
    .pos-y-lg-p50 { top: 50px!important; bottom: 50px!important; }

    /* ** 55 ** */
    .pos-lg-p55   { top: 55px!important; bottom: 55px!important; left: 55px!important; right: 55px!important; }
    .pos-t-lg-p55 { top: 55px!important; }
    .pos-b-lg-p55 { bottom: 55px!important; }
    .pos-l-lg-p55 { left: 55px!important; }
    .pos-r-lg-p55 { right: 55px!important; }

    .pos-x-lg-p55 { left: 55px!important; right: 55px!important; }
    .pos-y-lg-p55 { top: 55px!important; bottom: 55px!important; }

    /* ** 60 ** */
    .pos-lg-p60   { top: 60px!important; bottom: 60px!important; left: 60px!important; right: 60px!important; }
    .pos-t-lg-p60 { top: 60px!important; }
    .pos-b-lg-p60 { bottom: 60px!important; }
    .pos-l-lg-p60 { left: 60px!important; }
    .pos-r-lg-p60 { right: 60px!important; }

    .pos-x-lg-p60 { left: 60px!important; right: 60px!important; }
    .pos-y-lg-p60 { top: 60px!important; bottom: 60px!important; }

    /* ** 65 ** */
    .pos-lg-p65   { top: 65px!important; bottom: 65px!important; left: 65px!important; right: 65px!important; }
    .pos-t-lg-p65 { top: 65px!important; }
    .pos-b-lg-p65 { bottom: 65px!important; }
    .pos-l-lg-p65 { left: 65px!important; }
    .pos-r-lg-p65 { right: 65px!important; }

    .pos-x-lg-p65 { left: 65px!important; right: 65px!important; }
    .pos-y-lg-p65 { top: 65px!important; bottom: 65px!important; }

    /* ** 70 ** */
    .pos-lg-p70   { top: 70px!important; bottom: 70px!important; left: 70px!important; right: 70px!important; }
    .pos-t-lg-p70 { top: 70px!important; }
    .pos-b-lg-p70 { bottom: 70px!important; }
    .pos-l-lg-p70 { left: 70px!important; }
    .pos-r-lg-p70 { right: 70px!important; }

    .pos-x-lg-p70 { left: 70px!important; right: 70px!important; }
    .pos-y-lg-p70 { top: 70px!important; bottom: 70px!important; }

    /* ** 75 ** */
    .pos-lg-p75   { top: 75px!important; bottom: 75px!important; left: 75px!important; right: 75px!important; }
    .pos-t-lg-p75 { top: 75px!important; }
    .pos-b-lg-p75 { bottom: 75px!important; }
    .pos-l-lg-p75 { left: 75px!important; }
    .pos-r-lg-p75 { right: 75px!important; }

    .pos-x-lg-p75 { left: 75px!important; right: 75px!important; }
    .pos-y-lg-p75 { top: 75px!important; bottom: 75px!important; }

    /* ** 80 ** */
    .pos-lg-p80   { top: 80px!important; bottom: 80px!important; left: 80px!important; right: 80px!important; }
    .pos-t-lg-p80 { top: 80px!important; }
    .pos-b-lg-p80 { bottom: 80px!important; }
    .pos-l-lg-p80 { left: 80px!important; }
    .pos-r-lg-p80 { right: 80px!important; }

    .pos-x-lg-p80 { left: 80px!important; right: 80px!important; }
    .pos-y-lg-p80 { top: 80px!important; bottom: 80px!important; }

    /* ** 85 ** */
    .pos-lg-p85   { top: 85px!important; bottom: 85px!important; left: 85px!important; right: 85px!important; }
    .pos-t-lg-p85 { top: 85px!important; }
    .pos-b-lg-p85 { bottom: 85px!important; }
    .pos-l-lg-p85 { left: 85px!important; }
    .pos-r-lg-p85 { right: 85px!important; }

    .pos-x-lg-p80 { left: 80px!important; right: 80px!important; }
    .pos-y-lg-p80 { top: 80px!important; bottom: 80px!important; }

    /* ** 90 ** */
    .pos-lg-p90   { top: 90px!important; bottom: 90px!important; left: 90px!important; right: 90px!important; }
    .pos-t-lg-p90 { top: 90px!important; }
    .pos-b-lg-p90 { bottom: 90px!important; }
    .pos-l-lg-p90 { left: 90px!important; }
    .pos-r-lg-p90 { right: 90px!important; }

    .pos-x-lg-p90 { left: 90px!important; right: 90px!important; }
    .pos-y-lg-p90 { top: 90px!important; bottom: 90px!important; }

    /* ** 95 ** */
    .pos-lg-p95   { top: 95px!important; bottom: 95px!important; left: 95px!important; right: 95px!important; }
    .pos-t-lg-p95 { top: 95px!important; }
    .pos-b-lg-p95 { bottom: 95px!important; }
    .pos-l-lg-p95 { left: 95px!important; }
    .pos-r-lg-p95 { right: 95px!important; }

    .pos-x-lg-p95 { left: 95px!important; right: 95px!important; }
    .pos-y-lg-p95 { top: 95px!important; bottom: 95px!important; }

    /* ** 100 ** */
    .pos-lg-p100   { top: 100px!important; bottom: 100px!important; left: 100px!important; right: 100px!important; }
    .pos-t-lg-p100 { top: 100px!important; }
    .pos-b-lg-p100 { bottom: 100px!important; }
    .pos-l-lg-p100 { left: 100px!important; }
    .pos-r-lg-p100 { right: 100px!important; }

    .pos-x-lg-p100 { left: 100px!important; right: 100px!important; }
    .pos-y-lg-p100 { top: 100px!important; bottom: 100px!important; }
    /* ***** END POSITION ***** */
}

@media (min-width: 1200px) { /* xl */
    /* ***** BEGIN POSITION ***** */

    /* ** 0 ** */
    .pos-xl-0   { top: 0!important; bottom: 0!important; left: 0!important; right: 0!important; }
    .pos-t-xl-0 { top: 0!important; }
    .pos-b-xl-0 { bottom: 0!important; }
    .pos-l-xl-0 { left: 0!important; }
    .pos-r-xl-0 { right: 0!important; }

    .pos-x-xl-0 { left: 0!important; right: 0!important; }
    .pos-y-xl-0 { top: 0!important; bottom: 0!important; }

    /* ** 1 ** */
    .pos-xl-p1   { top: 1px!important; bottom: 1px!important; left: 1px!important; right: 1px!important; }
    .pos-t-xl-p1 { top: 1px!important; }
    .pos-b-xl-p1 { bottom: 1px!important; }
    .pos-l-xl-p1 { left: 1px!important; }
    .pos-r-xl-p1 { right: 1px!important; }

    .pos-x-xl-p1 { left: 1px!important; right: 1px!important; }
    .pos-y-xl-p1 { top: 1px!important; bottom: 1px!important; }

    /* ** 2 ** */
    .pos-xl-p2   { top: 2px!important; bottom: 2px!important; left: 2px!important; right: 2px!important; }
    .pos-t-xl-p2 { top: 2px!important; }
    .pos-b-xl-p2 { bottom: 2px!important; }
    .pos-l-xl-p2 { left: 2px!important; }
    .pos-r-xl-p2 { right: 2px!important; }

    .pos-x-xl-p2 { left: 2px!important; right: 2px!important; }
    .pos-y-xl-p2 { top: 2px!important; bottom: 2px!important; }

    /* ** 3 ** */
    .pos-xl-p3   { top: 3px!important; bottom: 3px!important; left: 3px!important; right: 3px!important; }
    .pos-t-xl-p3 { top: 3px!important; }
    .pos-b-xl-p3 { bottom: 3px!important; }
    .pos-l-xl-p3 { left: 3px!important; }
    .pos-r-xl-p3 { right: 3px!important; }

    .pos-x-xl-p3 { left: 3px!important; right: 3px!important; }
    .pos-y-xl-p3 { top: 3px!important; bottom: 3px!important; }

    /* ** 4 ** */
    .pos-xl-p4   { top: 4px!important; bottom: 4px!important; left: 4px!important; right: 4px!important; }
    .pos-t-xl-p4 { top: 4px!important; }
    .pos-b-xl-p4 { bottom: 4px!important; }
    .pos-l-xl-p4 { left: 4px!important; }
    .pos-r-xl-p4 { right: 4px!important; }

    .pos-x-xl-p4 { left: 4px!important; right: 4px!important; }
    .pos-y-xl-p4 { top: 4px!important; bottom: 4px!important; }

    /* ** 5 ** */
    .pos-xl-p5   { top: 5px!important; bottom: 5px!important; left: 5px!important; right: 5px!important; }
    .pos-t-xl-p5 { top: 5px!important; }
    .pos-b-xl-p5 { bottom: 5px!important; }
    .pos-l-xl-p5 { left: 5px!important; }
    .pos-r-xl-p5 { right: 5px!important; }

    .pos-x-xl-p5 { left: 5px!important; right: 5px!important; }
    .pos-y-xl-p5 { top: 5px!important; bottom: 5px!important; }

    /* ** 6 ** */
    .pos-xl-p6   { top: 6px!important; bottom: 6px!important; left: 6px!important; right: 6px!important; }
    .pos-t-xl-p6 { top: 6px!important; }
    .pos-b-xl-p6 { bottom: 6px!important; }
    .pos-l-xl-p6 { left: 6px!important; }
    .pos-r-xl-p6 { right: 6px!important; }

    .pos-x-xl-p6 { left: 6px!important; right: 6px!important; }
    .pos-y-xl-p6 { top: 6px!important; bottom: 6px!important; }

    /* ** 7 ** */
    .pos-xl-p7   { top: 7px!important; bottom: 7px!important; left: 7px!important; right: 7px!important; }
    .pos-t-xl-p7 { top: 7px!important; }
    .pos-b-xl-p7 { bottom: 7px!important; }
    .pos-l-xl-p7 { left: 7px!important; }
    .pos-r-xl-p7 { right: 7px!important; }

    .pos-x-xl-p7 { left: 7px!important; right: 7px!important; }
    .pos-y-xl-p7 { top: 7px!important; bottom: 7px!important; }

    /* ** 8 ** */
    .pos-xl-p8   { top: 8px!important; bottom: 8px!important; left: 8px!important; right: 8px!important; }
    .pos-t-xl-p8 { top: 8px!important; }
    .pos-b-xl-p8 { bottom: 8px!important; }
    .pos-l-xl-p8 { left: 8px!important; }
    .pos-r-xl-p8 { right: 8px!important; }

    .pos-x-xl-p8 { left: 8px!important; right: 8px!important; }
    .pos-y-xl-p8 { top: 8px!important; bottom: 8px!important; }

    /* ** 9 ** */
    .pos-xl-p9   { top: 9px!important; bottom: 9px!important; left: 9px!important; right: 9px!important; }
    .pos-t-xl-p9 { top: 9px!important; }
    .pos-b-xl-p9 { bottom: 9px!important; }
    .pos-l-xl-p9 { left: 9px!important; }
    .pos-r-xl-p9 { right: 9px!important; }

    .pos-x-xl-p9 { left: 9px!important; right: 9px!important; }
    .pos-y-xl-p9 { top: 9px!important; bottom: 9px!important; }

    /* ** 10 ** */
    .pos-xl-p10   { top: 10px!important; bottom: 10px!important; left: 10px!important; right: 10px!important; }
    .pos-t-xl-p10 { top: 10px!important; }
    .pos-b-xl-p10 { bottom: 10px!important; }
    .pos-l-xl-p10 { left: 10px!important; }
    .pos-r-xl-p10 { right: 10px!important; }

    .pos-x-xl-p10 { left: 10px!important; right: 10px!important; }
    .pos-y-xl-p10 { top: 10px!important; bottom: 10px!important; }

    /* ** 12 ** */
    .pos-xl-p12   { top: 12px!important; bottom: 12px!important; left: 12px!important; right: 12px!important; }
    .pos-t-xl-p12 { top: 12px!important; }
    .pos-b-xl-p12 { bottom: 12px!important; }
    .pos-l-xl-p12 { left: 12px!important; }
    .pos-r-xl-p12 { right: 12px!important; }

    .pos-x-xl-p12 { left: 12px!important; right: 12px!important; }
    .pos-y-xl-p12 { top: 12px!important; bottom: 12px!important; }

    /* ** 14 ** */
    .pos-xl-p14   { top: 14px!important; bottom: 14px!important; left: 14px!important; right: 14px!important; }
    .pos-t-xl-p14 { top: 14px!important; }
    .pos-b-xl-p14 { bottom: 14px!important; }
    .pos-l-xl-p14 { left: 14px!important; }
    .pos-r-xl-p14 { right: 14px!important; }

    .pos-x-xl-p14 { left: 14px!important; right: 14px!important; }
    .pos-y-xl-p14 { top: 14px!important; bottom: 14px!important; }

    /* ** 15 ** */
    .pos-xl-p15  { top: 15px!important; bottom: 15px!important; left: 15px!important; right: 15px!important; }
    .pos-t-xl-p15 { top: 15px!important; }
    .pos-b-xl-p15 { bottom: 15px!important; }
    .pos-l-xl-p15 { left: 15px!important; }
    .pos-r-xl-p15 { right: 15px!important; }

    .pos-x-xl-p15 { left: 15px!important; right: 15px!important; }
    .pos-y-xl-p15 { top: 15px!important; bottom: 15px!important; }

    /* ** 16 ** */
    .pos-xl-p16  { top: 16px!important; bottom: 16px!important; left: 16px!important; right: 16px!important; }
    .pos-t-xl-p16 { top: 16px!important; }
    .pos-b-xl-p16 { bottom: 16px!important; }
    .pos-l-xl-p16 { left: 16px!important; }
    .pos-r-xl-p16 { right: 16px!important; }

    .pos-x-xl-p16 { left: 16px!important; right: 16px!important; }
    .pos-y-xl-p16 { top: 16px!important; bottom: 16px!important; }

    /* ** 20 ** */
    .pos-xl-p20  { top: 20px!important; bottom: 20px!important; left: 20px!important; right: 20px!important; }
    .pos-t-xl-p20 { top: 20px!important; }
    .pos-b-xl-p20 { bottom: 20px!important; }
    .pos-l-xl-p20 { left: 20px!important; }
    .pos-r-xl-p20 { right: 20px!important; }

    .pos-x-xl-p20 { left: 20px!important; right: 20px!important; }
    .pos-y-xl-p20 { top: 20px!important; bottom: 20px!important; }

    /* ** 18 ** */
    .pos-xl-p18  { top: 18px!important; bottom: 18px!important; left: 18px!important; right: 18px!important; }
    .pos-t-xl-p18 { top: 18px!important; }
    .pos-b-xl-p18 { bottom: 18px!important; }
    .pos-l-xl-p18 { left: 18px!important; }
    .pos-r-xl-p18 { right: 18px!important; }

    .pos-x-xl-p18 { left: 18px!important; right: 18px!important; }
    .pos-y-xl-p18 { top: 18px!important; bottom: 18px!important; }

    /* ** 22 ** */
    .pos-xl-p22  { top: 22px!important; bottom: 22px!important; left: 22px!important; right: 22px!important; }
    .pos-t-xl-p22 { top: 22px!important; }
    .pos-b-xl-p22 { bottom: 22px!important; }
    .pos-l-xl-p22 { left: 22px!important; }
    .pos-r-xl-p22 { right: 22px!important; }

    .pos-x-xl-p22 { left: 22px!important; right: 22px!important; }
    .pos-y-xl-p22 { top: 22px!important; bottom: 22px!important; }

    /* ** 24 ** */
    .pos-xl-p24  { top: 24px!important; bottom: 24px!important; left: 24px!important; right: 24px!important; }
    .pos-t-xl-p24 { top: 24px!important; }
    .pos-b-xl-p24 { bottom: 24px!important; }
    .pos-l-xl-p24 { left: 24px!important; }
    .pos-r-xl-p24 { right: 24px!important; }

    .pos-x-xl-p24 { left: 24px!important; right: 24px!important; }
    .pos-y-xl-p24 { top: 24px!important; bottom: 24px!important; }

    /* ** 25 ** */
    .pos-xl-p25  { top: 25px!important; bottom: 25px!important; left: 25px!important; right: 25px!important; }
    .pos-t-xl-p25 { top: 25px!important; }
    .pos-b-xl-p25 { bottom: 25px!important; }
    .pos-l-xl-p25 { left: 25px!important; }
    .pos-r-xl-p25 { right: 25px!important; }

    .pos-x-xl-p25 { left: 25px!important; right: 25px!important; }
    .pos-y-xl-p25 { top: 25px!important; bottom: 25px!important; }

    /* ** 26 ** */
    .pos-xl-p26  { top: 26px!important; bottom: 26px!important; left: 26px!important; right: 26px!important; }
    .pos-t-xl-p26 { top: 26px!important; }
    .pos-b-xl-p26 { bottom: 26px!important; }
    .pos-l-xl-p26 { left: 26px!important; }
    .pos-r-xl-p26 { right: 26px!important; }

    .pos-x-xl-p26 { left: 26px!important; right: 26px!important; }
    .pos-y-xl-p26 { top: 26px!important; bottom: 26px!important; }

    /* ** 28 ** */
    .pos-xl-p28  { top: 28px!important; bottom: 28px!important; left: 28px!important; right: 28px!important; }
    .pos-t-xl-p28 { top: 28px!important; }
    .pos-b-xl-p28 { bottom: 28px!important; }
    .pos-l-xl-p28 { left: 28px!important; }
    .pos-r-xl-p28 { right: 28px!important; }

    .pos-x-xl-p28 { left: 28px!important; right: 28px!important; }
    .pos-y-xl-p28 { top: 28px!important; bottom: 28px!important; }

    /* ** 30 ** */
    .pos-xl-p30  { top: 30px!important; bottom: 30px!important; left: 30px!important; right: 30px!important; }
    .pos-t-xl-p30 { top: 30px!important; }
    .pos-b-xl-p30 { bottom: 30px!important; }
    .pos-l-xl-p30 { left: 30px!important; }
    .pos-r-xl-p30 { right: 30px!important; }

    .pos-x-xl-p30 { left: 30px!important; right: 30px!important; }
    .pos-y-xl-p30 { top: 30px!important; bottom: 30px!important; }

    /* ** 35 ** */
    .pos-xl-p35  { top: 35px!important; bottom: 35px!important; left: 35px!important; right: 35px!important; }
    .pos-t-xl-p35 { top: 35px!important; }
    .pos-b-xl-p35 { bottom: 35px!important; }
    .pos-l-xl-p35 { left: 35px!important; }
    .pos-r-xl-p35 { right: 35px!important; }

    .pos-x-xl-p35 { left: 35px!important; right: 35px!important; }
    .pos-y-xl-p35 { top: 35px!important; bottom: 35px!important; }

    /* ** 40 ** */
    .pos-xl-p40   { top: 40px!important; bottom: 40px!important; left: 40px!important; right: 40px!important; }
    .pos-t-xl-p40 { top: 40px!important; }
    .pos-b-xl-p40 { bottom: 40px!important; }
    .pos-l-xl-p40 { left: 40px!important; }
    .pos-r-xl-p40 { right: 40px!important; }

    .pos-x-xl-p40 { left: 40px!important; right: 40px!important; }
    .pos-y-xl-p40 { top: 40px!important; bottom: 40px!important; }

    /* ** 45 ** */
    .pos-xl-p45   { top: 45px!important; bottom: 45px!important; left: 45px!important; right: 45px!important; }
    .pos-t-xl-p45 { top: 45px!important; }
    .pos-b-xl-p45 { bottom: 45px!important; }
    .pos-l-xl-p45 { left: 45px!important; }
    .pos-r-xl-p45 { right: 45px!important; }

    .pos-x-xl-p45 { left: 45px!important; right: 45px!important; }
    .pos-y-xl-p45 { top: 45px!important; bottom: 45px!important; }

    /* ** 50 ** */
    .pos-xl-p50   { top: 50px!important; bottom: 50px!important; left: 50px!important; right: 50px!important; }
    .pos-t-xl-p50 { top: 50px!important; }
    .pos-b-xl-p50 { bottom: 50px!important; }
    .pos-l-xl-p50 { left: 50px!important; }
    .pos-r-xl-p50 { right: 50px!important; }

    .pos-x-xl-p50 { left: 50px!important; right: 50px!important; }
    .pos-y-xl-p50 { top: 50px!important; bottom: 50px!important; }

    /* ** 55 ** */
    .pos-xl-p55   { top: 55px!important; bottom: 55px!important; left: 55px!important; right: 55px!important; }
    .pos-t-xl-p55 { top: 55px!important; }
    .pos-b-xl-p55 { bottom: 55px!important; }
    .pos-l-xl-p55 { left: 55px!important; }
    .pos-r-xl-p55 { right: 55px!important; }

    .pos-x-xl-p55 { left: 55px!important; right: 55px!important; }
    .pos-y-xl-p55 { top: 55px!important; bottom: 55px!important; }

    /* ** 60 ** */
    .pos-xl-p60   { top: 60px!important; bottom: 60px!important; left: 60px!important; right: 60px!important; }
    .pos-t-xl-p60 { top: 60px!important; }
    .pos-b-xl-p60 { bottom: 60px!important; }
    .pos-l-xl-p60 { left: 60px!important; }
    .pos-r-xl-p60 { right: 60px!important; }

    .pos-x-xl-p60 { left: 60px!important; right: 60px!important; }
    .pos-y-xl-p60 { top: 60px!important; bottom: 60px!important; }

    /* ** 65 ** */
    .pos-xl-p65   { top: 65px!important; bottom: 65px!important; left: 65px!important; right: 65px!important; }
    .pos-t-xl-p65 { top: 65px!important; }
    .pos-b-xl-p65 { bottom: 65px!important; }
    .pos-l-xl-p65 { left: 65px!important; }
    .pos-r-xl-p65 { right: 65px!important; }

    .pos-x-xl-p65 { left: 65px!important; right: 65px!important; }
    .pos-y-xl-p65 { top: 65px!important; bottom: 65px!important; }

    /* ** 70 ** */
    .pos-xl-p70   { top: 70px!important; bottom: 70px!important; left: 70px!important; right: 70px!important; }
    .pos-t-xl-p70 { top: 70px!important; }
    .pos-b-xl-p70 { bottom: 70px!important; }
    .pos-l-xl-p70 { left: 70px!important; }
    .pos-r-xl-p70 { right: 70px!important; }

    .pos-x-xl-p70 { left: 70px!important; right: 70px!important; }
    .pos-y-xl-p70 { top: 70px!important; bottom: 70px!important; }

    /* ** 75 ** */
    .pos-xl-p75   { top: 75px!important; bottom: 75px!important; left: 75px!important; right: 75px!important; }
    .pos-t-xl-p75 { top: 75px!important; }
    .pos-b-xl-p75 { bottom: 75px!important; }
    .pos-l-xl-p75 { left: 75px!important; }
    .pos-r-xl-p75 { right: 75px!important; }

    .pos-x-xl-p75 { left: 75px!important; right: 75px!important; }
    .pos-y-xl-p75 { top: 75px!important; bottom: 75px!important; }

    /* ** 80 ** */
    .pos-xl-p80   { top: 80px!important; bottom: 80px!important; left: 80px!important; right: 80px!important; }
    .pos-t-xl-p80 { top: 80px!important; }
    .pos-b-xl-p80 { bottom: 80px!important; }
    .pos-l-xl-p80 { left: 80px!important; }
    .pos-r-xl-p80 { right: 80px!important; }

    .pos-x-xl-p80 { left: 80px!important; right: 80px!important; }
    .pos-y-xl-p80 { top: 80px!important; bottom: 80px!important; }

    /* ** 85 ** */
    .pos-xl-p85   { top: 85px!important; bottom: 85px!important; left: 85px!important; right: 85px!important; }
    .pos-t-xl-p85 { top: 85px!important; }
    .pos-b-xl-p85 { bottom: 85px!important; }
    .pos-l-xl-p85 { left: 85px!important; }
    .pos-r-xl-p85 { right: 85px!important; }

    .pos-x-xl-p80 { left: 80px!important; right: 80px!important; }
    .pos-y-xl-p80 { top: 80px!important; bottom: 80px!important; }

    /* ** 90 ** */
    .pos-xl-p90   { top: 90px!important; bottom: 90px!important; left: 90px!important; right: 90px!important; }
    .pos-t-xl-p90 { top: 90px!important; }
    .pos-b-xl-p90 { bottom: 90px!important; }
    .pos-l-xl-p90 { left: 90px!important; }
    .pos-r-xl-p90 { right: 90px!important; }

    .pos-x-xl-p90 { left: 90px!important; right: 90px!important; }
    .pos-y-xl-p90 { top: 90px!important; bottom: 90px!important; }

    /* ** 95 ** */
    .pos-xl-p95   { top: 95px!important; bottom: 95px!important; left: 95px!important; right: 95px!important; }
    .pos-t-xl-p95 { top: 95px!important; }
    .pos-b-xl-p95 { bottom: 95px!important; }
    .pos-l-xl-p95 { left: 95px!important; }
    .pos-r-xl-p95 { right: 95px!important; }

    .pos-x-xl-p95 { left: 95px!important; right: 95px!important; }
    .pos-y-xl-p95 { top: 95px!important; bottom: 95px!important; }

    /* ** 100 ** */
    .pos-xl-p100   { top: 100px!important; bottom: 100px!important; left: 100px!important; right: 100px!important; }
    .pos-t-xl-p100 { top: 100px!important; }
    .pos-b-xl-p100 { bottom: 100px!important; }
    .pos-l-xl-p100 { left: 100px!important; }
    .pos-r-xl-p100 { right: 100px!important; }

    .pos-x-xl-p100 { left: 100px!important; right: 100px!important; }
    .pos-y-xl-p100 { top: 100px!important; bottom: 100px!important; }
    /* ***** END POSITION ***** */
}


/* ***** BEGIN Z-INDEX ***** */
.zi-0    { z-index:0!important; }
.zi-1    { z-index:1!important; }
.zi-2    { z-index:2!important; }
.zi-3    { z-index:3!important; }
.zi-4    { z-index:4!important; }
.zi-5    { z-index:5!important; }
.zi-6    { z-index:6!important; }
.zi-7    { z-index:7!important; }
.zi-8    { z-index:8!important; }
.zi-9    { z-index:9!important; }
.zi-10   { z-index:10!important; }
.zi-100  { z-index:100!important; }
.zi-1000 { z-index:1000!important; }
.zi-1500 { z-index:1500!important; }
/* ***** END Z-INDEX ***** */
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:10px;margin:0;border:0;background-color:#f8f9fa;border-radius:5px}legend{background-color:transparent;color:#aaa;font-size:13px;font-weight:bold;padding:3px 5px 3px 7px;width:auto}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-sm,.container-md{max-width:720px}}@media(min-width:992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media(min-width:1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media(min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media(min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media(min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media(min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm th,.table-sm td{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered th,.table-bordered td{border:1px solid #dee2e6}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#b8daff}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#d6d8db}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:#fdfdfe}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>th,.table-dark>td{background-color:#c6c8ca}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>th,.table-active>td{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark th,.table-dark td,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media(max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*="col-"]>.valid-tooltip{left:5px}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#28a745}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#28a745}.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before{border-color:#28a745}.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*="col-"]>.invalid-tooltip{left:5px}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before{border-color:#dc3545}.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media(min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light:focus,.btn-light.focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg,.btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm,.btn-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^="top"],.dropdown-menu[x-placement^="right"],.dropdown-menu[x-placement^="bottom"],.dropdown-menu[x-placement^="left"]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-1px}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-prepend,.input-group-append{display:-ms-flexbox;display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select{height:calc(1.5em + 1rem + 2px)}.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select{height:calc(1.5em + .5rem + 2px)}.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input[disabled]~.custom-control-label::before,.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;overflow:hidden;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill>.nav-link,.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-top,.card-img-bottom{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media(min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media(min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media(min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:hover,a.badge:focus{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:hover,a.badge-primary:focus{color:#fff;background-color:#0062cc}a.badge-primary:focus,a.badge-primary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:hover,a.badge-secondary:focus{color:#fff;background-color:#545b62}a.badge-secondary:focus,a.badge-secondary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:hover,a.badge-success:focus{color:#fff;background-color:#1e7e34}a.badge-success:focus,a.badge-success.focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:#117a8b}a.badge-info:focus,a.badge-info.focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:hover,a.badge-warning:focus{color:#212529;background-color:#d39e00}a.badge-warning:focus,a.badge-warning.focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:hover,a.badge-danger:focus{color:#fff;background-color:#bd2130}a.badge-danger:focus,a.badge-danger.focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:hover,a.badge-light:focus{color:#212529;background-color:#dae0e5}a.badge-light:focus,a.badge-light.focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:hover,a.badge-dark:focus{color:#fff;background-color:#1d2124}a.badge-dark:focus,a.badge-dark.focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media(min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 .4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 .4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^="top"]{margin-bottom:.5rem}.bs-popover-top>.arrow,.bs-popover-auto[x-placement^="top"]>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^="top"]>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^="top"]>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^="right"]{margin-left:.5rem}.bs-popover-right>.arrow,.bs-popover-auto[x-placement^="right"]>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^="right"]>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-right>.arrow::after,.bs-popover-auto[x-placement^="right"]>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]{margin-top:.5rem}.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^="bottom"]>.arrow{top:calc(-.5rem - 1px)}.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^="bottom"]>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-bottom>.arrow::after,.bs-popover-auto[x-placement^="bottom"]>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^="left"]{margin-right:.5rem}.bs-popover-left>.arrow,.bs-popover-auto[x-placement^="left"]>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^="left"]>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-left>.arrow::after,.bs-popover-auto[x-placement^="left"]>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{-webkit-transform:translateX(100%);transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#007bff !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#0062cc !important}.bg-secondary{background-color:#6c757d !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#545b62 !important}.bg-success{background-color:#28a745 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important}.bg-info{background-color:#17a2b8 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#dc3545 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130 !important}.bg-light{background-color:#f8f9fa !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#dae0e5 !important}.bg-dark{background-color:#343a40 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#1d2124 !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:1px solid #dee2e6 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-right{border-right:1px solid #dee2e6 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-left{border-left:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#007bff !important}.border-secondary{border-color:#6c757d !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#f8f9fa !important}.border-dark{border-color:#343a40 !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:.2rem !important}.rounded{border-radius:.25rem !important}.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.rounded-right{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-left{border-top-left-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-lg{border-radius:.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}@media(min-width:576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width:768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width:992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width:1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media(min-width:576px){.flex-sm-row{-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-sm-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-sm-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-sm-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-sm-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width:768px){.flex-md-row{-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-md-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-md-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-md-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-md-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width:992px){.flex-lg-row{-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-lg-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-lg-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-lg-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-lg-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width:1200px){.flex-xl-row{-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-xl-fill{-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-xl-grow-0{-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-xl-grow-1{-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-xl-start{-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media(min-width:576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media(min-width:768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media(min-width:992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media(min-width:1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.user-select-all{-webkit-user-select:all !important;-moz-user-select:all !important;user-select:all !important}.user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;-ms-user-select:auto !important;user-select:auto !important}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky)or(position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020;}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.shadow-none{box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-.25rem !important}.mt-n1,.my-n1{margin-top:-.25rem !important}.mr-n1,.mx-n1{margin-right:-.25rem !important}.mb-n1,.my-n1{margin-bottom:-.25rem !important}.ml-n1,.mx-n1{margin-left:-.25rem !important}.m-n2{margin:-.5rem !important}.mt-n2,.my-n2{margin-top:-.5rem !important}.mr-n2,.mx-n2{margin-right:-.5rem !important}.mb-n2,.my-n2{margin-bottom:-.5rem !important}.ml-n2,.mx-n2{margin-left:-.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media(min-width:576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem !important}.m-sm-n2{margin:-.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media(min-width:768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem !important}.m-md-n2{margin:-.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media(min-width:992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem !important}.m-lg-n2{margin:-.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media(min-width:1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem !important}.m-xl-n2{margin:-.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media(min-width:576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width:768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width:992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width:1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#007bff !important}a.text-primary:hover,a.text-primary:focus{color:#0056b3 !important}.text-secondary{color:#6c757d !important}a.text-secondary:hover,a.text-secondary:focus{color:#494f54 !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#19692c !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#0f6674 !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00 !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:#a71d2a !important}.text-light{color:#f8f9fa !important}a.text-light:hover,a.text-light:focus{color:#cbd3da !important}.text-dark{color:#343a40 !important}a.text-dark:hover,a.text-dark:focus{color:#121416 !important}.text-body{color:#212529 !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(0,0,0,.5) !important}.text-white-50{color:rgba(255,255,255,.5) !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;word-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container{min-width:992px !important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #dee2e6 !important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
/* ***** BEGIN GENERAL ***** */
.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.no-resize {resize: none!important; }
/* ***** END GENERAL ***** */


/* ********** BEGIN CUSTOM ********** */
.cursor-pointer { cursor: pointer!important; }
.cursor-default { cursor: default!important; }
.cursor-n-resize { cursor: n-resize!important; }

.clear { clear: both; }
.flexbox-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}


/* ***** BEGIN IMAGES ***** */
.img-radius { border-radius: 50% !important; }
.bg-cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.bg-cover-top {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
/* ***** END IMAGES ***** */



/* ***** BEGIN MEASURES ***** */

/* ** 2px ** */
.min-h-p2 { min-height: 2px !important; }
.min-w-p2 { min-width: 2px !important; }

.max-h-p2 { max-height: 2px !important; }
.max-w-p2 { max-width: 2px !important; }

.h-p2 { height: 2px !important; }
.w-p2 { width: 2px !important; }


/* ** 4px ** */
.min-h-p4 { min-height: 4px !important; }
.min-w-p4 { min-width: 4px !important; }

.max-h-p4 { max-height: 4px !important; }
.max-w-p4 { max-width: 4px !important; }

.h-p4 { height: 4px !important; }
.w-p4 { width: 4px !important; }


/* ** 5px ** */
.min-h-p5 { min-height: 5px !important; }
.min-w-p5 { min-width: 5px !important; }

.max-h-p5 { max-height: 5px !important; }
.max-w-p5 { max-width: 5px !important; }

.h-p5 { height: 5px !important; }
.w-p5 { width: 5px !important; }


/* ** 6px ** */
.min-h-p6 { min-height: 6px !important; }
.min-w-p6 { min-width: 6px !important; }

.max-h-p6 { max-height: 6px !important; }
.max-w-p6 { max-width: 6px !important; }

.h-p6 { height: 6px !important; }
.w-p6 { width: 6px !important; }


/* ** 8px ** */
.min-h-p8 { min-height: 8px !important; }
.min-w-p8 { min-width: 8px !important; }

.max-h-p8 { max-height: 8px !important; }
.max-w-p8 { max-width: 8px !important; }

.h-p8 { height: 8px !important; }
.w-p8 { width: 8px !important; }


/* ** 10px ** */
.min-h-p10 { min-height: 10px !important; }
.min-w-p10 { min-width: 10px !important; }

.max-h-p10 { max-height: 10px !important; }
.max-w-p10 { max-width: 10px !important; }

.h-p10 { height: 10px !important; }
.w-p10 { width: 10px !important; }


/* ** 12px ** */
.min-h-p12 { min-height: 12px !important; }
.min-w-p12 { min-width: 12px !important; }

.max-h-p12 { max-height: 12px !important; }
.max-w-p12 { max-width: 12px !important; }

.h-p12 { height: 12px !important; }
.w-p12 { width: 12px !important; }


/* ** 14px ** */
.min-h-p14 { min-height: 14px !important; }
.min-w-p14 { min-width: 14px !important; }

.max-h-p14 { max-height: 14px !important; }
.max-w-p14 { max-width: 14px !important; }

.h-p14 { height: 14px !important; }
.w-p14 { width: 14px !important; }


/* ** 15px ** */
.min-h-p15 { min-height: 15px !important; }
.min-w-p15 { min-width: 15px !important; }

.max-h-p15 { max-height: 15px !important; }
.max-w-p15 { max-width: 15px !important; }

.h-p15 { height: 15px !important; }
.w-p15 { width: 15px !important; }


/* ** 16px ** */
.min-h-p16 { min-height: 16px !important; }
.min-w-p16 { min-width: 16px !important; }

.max-h-p16 { max-height: 16px !important; }
.max-w-p16 { max-width: 16px !important; }

.h-p16 { height: 16px !important; }
.w-p16 { width: 16px !important; }


/* ** 18px ** */
.min-h-p18 { min-height: 18px !important; }
.min-w-p18 { min-width: 18px !important; }

.max-h-p18 { max-height: 18px !important; }
.max-w-p18 { max-width: 18px !important; }

.h-p18 { height: 18px !important; }
.w-p18 { width: 18px !important; }


/* ** 20px ** */
.min-h-p20 { min-height: 20px !important; }
.min-w-p20 { min-width: 20px !important; }

.max-h-p20 { max-height: 20px !important; }
.max-w-p20 { max-width: 20px !important; }

.h-p20 { height: 20px !important; }
.w-p20 { width: 20px !important; }


/* ** 22px ** */
.min-h-p22 { min-height: 22px !important; }
.min-w-p22 { min-width: 22px !important; }

.max-h-p22 { max-height: 22px !important; }
.max-w-p22 { max-width: 22px !important; }

.h-p22 { height: 22px !important; }
.w-p22 { width: 22px !important; }


/* ** 24px ** */
.min-h-p24 { min-height: 24px !important; }
.min-w-p24 { min-width: 24px !important; }

.max-h-p24 { max-height: 24px !important; }
.max-w-p24 { max-width: 24px !important; }

.h-p24 { height: 24px !important; }
.w-p24 { width: 24px !important; }


/* ** 25px ** */
.min-h-p25 { min-height: 25px !important; }
.min-w-p25 { min-width: 25px !important; }

.max-h-p25 { max-height: 25px !important; }
.max-w-p25 { max-width: 25px !important; }

.h-p25 { height: 25px !important; }
.w-p25 { width: 25px !important; }


/* ** 26px ** */
.min-h-p26 { min-height: 26px !important; }
.min-w-p26 { min-width: 26px !important; }

.max-h-p26 { max-height: 26px !important; }
.max-w-p26 { max-width: 26px !important; }

.h-p26 { height: 26px !important; }
.w-p26 { width: 26px !important; }


/* ** 28px ** */
.min-h-p28 { min-height: 28px !important; }
.min-w-p28 { min-width: 28px !important; }

.max-h-p28 { max-height: 28px !important; }
.max-w-p28 { max-width: 28px !important; }

.h-p28 { height: 28px !important; }
.w-p28 { width: 28px !important; }


/* ** 30px ** */
.min-h-p30 { min-height: 30px !important; }
.min-w-p30 { min-width: 30px !important; }

.max-h-p30 { max-height: 30px !important; }
.max-w-p30 { max-width: 30px !important; }

.h-p30 { height: 30px !important; }
.w-p30 { width: 30px !important; }


/* ** 32px ** */
.min-h-p32 { min-height: 32px !important; }
.min-w-p32 { min-width: 32px !important; }

.max-h-p32 { max-height: 32px !important; }
.max-w-p32 { max-width: 32px !important; }

.h-p32 { height: 32px !important; }
.w-p32 { width: 32px !important; }


/* ** 35px ** */
.min-h-p35 { min-height: 35px !important; }
.min-w-p35 { min-width: 35px !important; }

.max-h-p35 { max-height: 35px !important; }
.max-w-p35 { max-width: 35px !important; }

.h-p35 { height: 35px !important; }
.w-p35 { width: 35px !important; }


/* ** 42px ** */
.min-h-p42 { min-height: 42px !important; }
.min-w-p42 { min-width: 42px !important; }

.max-h-p42 { max-height: 42px !important; }
.max-w-p42 { max-width: 42px !important; }

.h-p42 { height: 42px !important; }
.w-p42 { width: 42px !important; }


/* ** 40px ** */
.min-h-p40 { min-height: 40px !important; }
.min-w-p40 { min-width: 40px !important; }

.max-h-p40 { max-height: 40px !important; }
.max-w-p40 { max-width: 40px !important; }

.h-p40 { height: 40px !important; }
.w-p40 { width: 40px !important; }


/* ** 45px ** */
.min-h-p45 { min-height: 45px !important; }
.min-w-p45 { min-width: 45px !important; }

.max-h-p45 { max-height: 45px !important; }
.max-w-p45 { max-width: 45px !important; }

.h-p45 { height: 45px !important; }
.w-p45 { width: 45px !important; }


/* ** 50px ** */
.min-h-p50 { min-height: 50px !important; }
.min-w-p50 { min-width: 50px !important; }

.max-h-p50 { max-height: 50px !important; }
.max-w-p50 { max-width: 50px !important; }

.h-p50 { height: 50px !important; }
.w-p50 { width: 50px !important; }


/* ** 52px ** */
.min-h-p52 { min-height: 52px !important; }
.min-w-p52 { min-width: 52px !important; }

.max-h-p52 { max-height: 52px !important; }
.max-w-p52 { max-width: 52px !important; }

.h-p52 { height: 52px !important; }
.w-p52 { width: 52px !important; }


/* ** 55px ** */
.min-h-p55 { min-height: 55px !important; }
.min-w-p55 { min-width: 55px !important; }

.max-h-p55 { max-height: 55px !important; }
.max-w-p55 { max-width: 55px !important; }

.h-p55 { height: 55px !important; }
.w-p55 { width: 55px !important; }


/* ** 60px ** */
.min-h-p60 { min-height: 60px !important; }
.min-w-p60 { min-width: 60px !important; }

.max-h-p60 { max-height: 60px !important; }
.max-w-p60 { max-width: 60px !important; }

.h-p60 { height: 60px !important; }
.w-p60 { width: 60px !important; }


/* ** 62px ** */
.min-h-p62 { min-height: 62px !important; }
.min-w-p62 { min-width: 62px !important; }

.max-h-p62 { max-height: 62px !important; }
.max-w-p62 { max-width: 62px !important; }

.h-p62 { height: 62px !important; }
.w-p62 { width: 62px !important; }


/* ** 65px ** */
.min-h-p65 { min-height: 65px !important; }
.min-w-p65 { min-width: 65px !important; }

.max-h-p65 { max-height: 65px !important; }
.max-w-p65 { max-width: 65px !important; }

.h-p65 { height: 65px !important; }
.w-p65 { width: 65px !important; }


/* ** 70px ** */
.min-h-p70 { min-height: 70px !important; }
.min-w-p70 { min-width: 70px !important; }

.max-h-p70 { max-height: 70px !important; }
.max-w-p70 { max-width: 70px !important; }

.h-p70 { height: 70px !important; }
.w-p70 { width: 70px !important; }

/* ** 72px ** */
.min-h-p72 { min-height: 72px !important; }
.min-w-p72 { min-width: 72px !important; }

.max-h-p72 { max-height: 72px !important; }
.max-w-p72 { max-width: 72px !important; }

.h-p72 { height: 72px !important; }
.w-p72 { width: 72px !important; }

/* ** 75px ** */
.min-h-p75 { min-height: 75px !important; }
.min-w-p75 { min-width: 75px !important; }

.max-h-p75 { max-height: 75px !important; }
.max-w-p75 { max-width: 75px !important; }

.h-p75 { height: 75px !important; }
.w-p75 { width: 75px !important; }


/* ** 80px ** */
.min-h-p80 { min-height: 80px !important; }
.min-w-p80 { min-width: 80px !important; }

.max-h-p80 { max-height: 80px !important; }
.max-w-p80 { max-width: 80px !important; }

.h-p80 { height: 80px !important; }
.w-p80 { width: 80px !important; }


/* ** 82px ** */
.min-h-p82 { min-height: 82px !important; }
.min-w-p82 { min-width: 82px !important; }

.max-h-p82 { max-height: 82px !important; }
.max-w-p82 { max-width: 82px !important; }

.h-p82 { height: 82px !important; }
.w-p82 { width: 82px !important; }


/* ** 85px ** */
.min-h-p85 { min-height: 85px !important; }
.min-w-p85 { min-width: 85px !important; }

.max-h-p85 { max-height: 85px !important; }
.max-w-p85 { max-width: 85px !important; }

.h-p85 { height: 85px !important; }
.w-p85 { width: 85px !important; }


/* ** 90px ** */
.min-h-p90 { min-height: 90px !important; }
.min-w-p90 { min-width: 90px !important; }

.max-h-p90 { max-height: 90px !important; }
.max-w-p90 { max-width: 90px !important; }

.h-p90 { height: 90px !important; }
.w-p90 { width: 90px !important; }


/* ** 92px ** */
.min-h-p92 { min-height: 92px !important; }
.min-w-p92 { min-width: 92px !important; }

.max-h-p92 { max-height: 92px !important; }
.max-w-p92 { max-width: 92px !important; }

.h-p92 { height: 92px !important; }
.w-p92 { width: 92px !important; }


/* ** 95px ** */
.min-h-p95 { min-height: 95px !important; }
.min-w-p95 { min-width: 95px !important; }

.max-h-p95 { max-height: 95px !important; }
.max-w-p95 { max-width: 95px !important; }

.h-p95 { height: 95px !important; }
.w-p95 { width: 95px !important; }


/* ** 100px ** */
.min-h-p100 { min-height: 100px !important; }
.min-w-p100 { min-width: 100px !important; }

.max-h-p100 { max-height: 100px !important; }
.max-w-p100 { max-width: 100px !important; }

.h-p100 { height: 100px !important; }
.w-p100 { width: 100px !important; }


/* ** 105px ** */
.min-h-p105 { min-height: 105px !important; }
.min-w-p105 { min-width: 105px !important; }

.max-h-p105 { max-height: 105px !important; }
.max-w-p105 { max-width: 105px !important; }

.h-p105 { height: 105px !important; }
.w-p105 { width: 105px !important; }


/* ** 110px ** */
.min-h-p110 { min-height: 110px !important; }
.min-w-p110 { min-width: 110px !important; }

.max-h-p110 { max-height: 110px !important; }
.max-w-p110 { max-width: 110px !important; }

.h-p110 { height: 110px !important; }
.w-p110 { width: 110px !important; }


/* ** 115px ** */
.min-h-p115 { min-height: 115px !important; }
.min-w-p115 { min-width: 115px !important; }

.max-h-p115 { max-height: 115px !important; }
.max-w-p115 { max-width: 115px !important; }

.h-p115 { height: 115px !important; }
.w-p115 { width: 115px !important; }


/* ** 120px ** */
.min-h-p120 { min-height: 120px !important; }
.min-w-p120 { min-width: 120px !important; }

.max-h-p120 { max-height: 120px !important; }
.max-w-p120 { max-width: 120px !important; }

.h-p120 { height: 120px !important; }
.w-p120 { width: 120px !important; }


/* ** 125px ** */
.min-h-p125 { min-height: 125px !important; }
.min-w-p125 { min-width: 125px !important; }

.max-h-p125 { max-height: 125px !important; }
.max-w-p125 { max-width: 125px !important; }

.h-p125 { height: 125px !important; }
.w-p125 { width: 125px !important; }


/* ** 130px ** */
.min-h-p130 { min-height: 130px !important; }
.min-w-p130 { min-width: 130px !important; }

.max-h-p130 { max-height: 130px !important; }
.max-w-p130 { max-width: 130px !important; }

.h-p130 { height: 130px !important; }
.w-p130 { width: 130px !important; }


/* ** 135px ** */
.min-h-p135 { min-height: 135px !important; }
.min-w-p135 { min-width: 135px !important; }

.max-h-p135 { max-height: 135px !important; }
.max-w-p135 { max-width: 135px !important; }

.h-p135 { height: 135px !important; }
.w-p135 { width: 135px !important; }


/* ** 140px ** */
.min-h-p140 { min-height: 140px !important; }
.min-w-p140 { min-width: 140px !important; }

.max-h-p140 { max-height: 140px !important; }
.max-w-p140 { max-width: 140px !important; }

.h-p140 { height: 140px !important; }
.w-p140 { width: 140px !important; }


/* ** 145px ** */
.min-h-p145 { min-height: 145px !important; }
.min-w-p145 { min-width: 145px !important; }

.max-h-p145 { max-height: 145px !important; }
.max-w-p145 { max-width: 145px !important; }

.h-p145 { height: 145px !important; }
.w-p145 { width: 145px !important; }


/* ** 150px ** */
.min-h-p150 { min-height: 150px !important; }
.min-w-p150 { min-width: 150px !important; }

.max-h-p150 { max-height: 150px !important; }
.max-w-p150 { max-width: 150px !important; }

.h-p150 { height: 150px !important; }
.w-p150 { width: 150px !important; }


/* ** 155px ** */
.min-h-p155 { min-height: 155px !important; }
.min-w-p155 { min-width: 155px !important; }

.max-h-p155 { max-height: 155px !important; }
.max-w-p155 { max-width: 155px !important; }

.h-p155 { height: 155px !important; }
.w-p155 { width: 155px !important; }


/* ** 160px ** */
.min-h-p160 { min-height: 160px !important; }
.min-w-p160 { min-width: 160px !important; }

.max-h-p160 { max-height: 160px !important; }
.max-w-p160 { max-width: 160px !important; }

.h-p160 { height: 160px !important; }
.w-p160 { width: 160px !important; }


/* ** 165px ** */
.min-h-p165 { min-height: 165px !important; }
.min-w-p165 { min-width: 165px !important; }

.max-h-p165 { max-height: 165px !important; }
.max-w-p165 { max-width: 165px !important; }

.h-p165 { height: 165px !important; }
.w-p165 { width: 165px !important; }


/* ** 170px ** */
.min-h-p170 { min-height: 170px !important; }
.min-w-p170 { min-width: 170px !important; }

.max-h-p170 { max-height: 170px !important; }
.max-w-p170 { max-width: 170px !important; }

.h-p170 { height: 170px !important; }
.w-p170 { width: 170px !important; }


/* ** 175px ** */
.min-h-p175 { min-height: 175px !important; }
.min-w-p175 { min-width: 175px !important; }

.max-h-p175 { max-height: 175px !important; }
.max-w-p175 { max-width: 175px !important; }

.h-p175 { height: 175px !important; }
.w-p175 { width: 175px !important; }


/* ** 180px ** */
.min-h-p180 { min-height: 180px !important; }
.min-w-p180 { min-width: 180px !important; }

.max-h-p180 { max-height: 180px !important; }
.max-w-p180 { max-width: 180px !important; }

.h-p180 { height: 180px !important; }
.w-p180 { width: 180px !important; }


/* ** 185px ** */
.min-h-p185 { min-height: 185px !important; }
.min-w-p185 { min-width: 185px !important; }

.max-h-p185 { max-height: 185px !important; }
.max-w-p185 { max-width: 185px !important; }

.h-p185 { height: 185px !important; }
.w-p185 { width: 185px !important; }


/* ** 190px ** */
.min-h-p190 { min-height: 190px !important; }
.min-w-p190 { min-width: 190px !important; }

.max-h-p190 { max-height: 190px !important; }
.max-w-p190 { max-width: 190px !important; }

.h-p190 { height: 190px !important; }
.w-p190 { width: 190px !important; }


/* ** 195px ** */
.min-h-p195 { min-height: 195px !important; }
.min-w-p195 { min-width: 195px !important; }

.max-h-p195 { max-height: 195px !important; }
.max-w-p195 { max-width: 195px !important; }

.h-p195 { height: 195px !important; }
.w-p195 { width: 195px !important; }


/* ** 200px ** */
.min-h-p200 { min-height: 200px !important; }
.min-w-p200 { min-width: 200px !important; }

.max-h-p200 { max-height: 200px !important; }
.max-w-p200 { max-width: 200px !important; }

.h-p200 { height: 200px !important; }
.w-p200 { width: 200px !important; }

/* ** 205px ** */
.min-h-p205 { min-height: 205px !important; }
.min-w-p205 { min-width: 205px !important; }

.max-h-p205 { max-height: 205px !important; }
.max-w-p205 { max-width: 205px !important; }

.h-p205 { height: 205px !important; }
.w-p205 { width: 205px !important; }


/* ** 210px ** */
.min-h-p210 { min-height: 210px !important; }
.min-w-p210 { min-width: 210px !important; }

.max-h-p210 { max-height: 210px !important; }
.max-w-p210 { max-width: 210px !important; }

.h-p210 { height: 210px !important; }
.w-p210 { width: 210px !important; }


/* ** 215px ** */
.min-h-p215 { min-height: 215px !important; }
.min-w-p215 { min-width: 215px !important; }

.max-h-p215 { max-height: 215px !important; }
.max-w-p215 { max-width: 215px !important; }

.h-p215 { height: 215px !important; }
.w-p215 { width: 215px !important; }


/* ** 220px ** */
.min-h-p220 { min-height: 220px !important; }
.min-w-p220 { min-width: 220px !important; }

.max-h-p220 { max-height: 220px !important; }
.max-w-p220 { max-width: 220px !important; }

.h-p220 { height: 220px !important; }
.w-p220 { width: 220px !important; }


/* ** 225px ** */
.min-h-p225 { min-height: 225px !important; }
.min-w-p225 { min-width: 225px !important; }

.max-h-p225 { max-height: 225px !important; }
.max-w-p225 { max-width: 225px !important; }

.h-p225 { height: 225px !important; }
.w-p225 { width: 225px !important; }


/* ** 230px ** */
.min-h-p230 { min-height: 230px !important; }
.min-w-p230 { min-width: 230px !important; }

.max-h-p230 { max-height: 230px !important; }
.max-w-p230 { max-width: 230px !important; }

.h-p230 { height: 230px !important; }
.w-p230 { width: 230px !important; }


/* ** 235px ** */
.min-h-p235 { min-height: 235px !important; }
.min-w-p235 { min-width: 235px !important; }

.max-h-p235 { max-height: 235px !important; }
.max-w-p235 { max-width: 235px !important; }

.h-p235 { height: 235px !important; }
.w-p235 { width: 235px !important; }


/* ** 240px ** */
.min-h-p240 { min-height: 240px !important; }
.min-w-p240 { min-width: 240px !important; }

.max-h-p240 { max-height: 240px !important; }
.max-w-p240 { max-width: 240px !important; }

.h-p240 { height: 240px !important; }
.w-p240 { width: 240px !important; }


/* ** 245px ** */
.min-h-p245 { min-height: 245px !important; }
.min-w-p245 { min-width: 245px !important; }

.max-h-p245 { max-height: 245px !important; }
.max-w-p245 { max-width: 245px !important; }

.h-p245 { height: 245px !important; }
.w-p245 { width: 245px !important; }


/* ** 250px ** */
.min-h-p250 { min-height: 250px !important; }
.min-w-p250 { min-width: 250px !important; }

.max-h-p250 { max-height: 250px !important; }
.max-w-p250 { max-width: 250px !important; }

.h-p250 { height: 250px !important; }
.w-p250 { width: 250px !important; }


/* ** 255px ** */
.min-h-p255 { min-height: 255px !important; }
.min-w-p255 { min-width: 255px !important; }

.max-h-p255 { max-height: 255px !important; }
.max-w-p255 { max-width: 255px !important; }

.h-p255 { height: 255px !important; }
.w-p255 { width: 255px !important; }


/* ** 260px ** */
.min-h-p260 { min-height: 260px !important; }
.min-w-p260 { min-width: 260px !important; }

.max-h-p260 { max-height: 260px !important; }
.max-w-p260 { max-width: 260px !important; }

.h-p260 { height: 260px !important; }
.w-p260 { width: 260px !important; }


/* ** 265px ** */
.min-h-p265 { min-height: 265px !important; }
.min-w-p265 { min-width: 265px !important; }

.max-h-p265 { max-height: 265px !important; }
.max-w-p265 { max-width: 265px !important; }

.h-p265 { height: 265px !important; }
.w-p265 { width: 265px !important; }


/* ** 270px ** */
.min-h-p270 { min-height: 270px !important; }
.min-w-p270 { min-width: 270px !important; }

.max-h-p270 { max-height: 270px !important; }
.max-w-p270 { max-width: 270px !important; }

.h-p270 { height: 270px !important; }
.w-p270 { width: 270px !important; }


/* ** 275px ** */
.min-h-p275 { min-height: 275px !important; }
.min-w-p275 { min-width: 275px !important; }

.max-h-p275 { max-height: 275px !important; }
.max-w-p275 { max-width: 275px !important; }

.h-p275 { height: 275px !important; }
.w-p275 { width: 275px !important; }


/* ** 280px ** */
.min-h-p280 { min-height: 280px !important; }
.min-w-p280 { min-width: 280px !important; }

.max-h-p280 { max-height: 280px !important; }
.max-w-p280 { max-width: 280px !important; }

.h-p280 { height: 280px !important; }
.w-p280 { width: 280px !important; }


/* ** 285px ** */
.min-h-p285 { min-height: 285px !important; }
.min-w-p285 { min-width: 285px !important; }

.max-h-p285 { max-height: 285px !important; }
.max-w-p285 { max-width: 285px !important; }

.h-p285 { height: 285px !important; }
.w-p285 { width: 285px !important; }


/* ** 290px ** */
.min-h-p290 { min-height: 290px !important; }
.min-w-p290 { min-width: 290px !important; }

.max-h-p290 { max-height: 290px !important; }
.max-w-p290 { max-width: 290px !important; }

.h-p290 { height: 290px !important; }
.w-p290 { width: 290px !important; }


/* ** 295px ** */
.min-h-p295 { min-height: 295px !important; }
.min-w-p295 { min-width: 295px !important; }

.max-h-p295 { max-height: 295px !important; }
.max-w-p295 { max-width: 295px !important; }

.h-p295 { height: 295px !important; }
.w-p295 { width: 295px !important; }


/* ** 300px ** */
.min-h-p300 { min-height: 300px !important; }
.min-w-p300 { min-width: 300px !important; }

.max-h-p300 { max-height: 300px !important; }
.max-w-p300 { max-width: 300px !important; }

.h-p300 { height: 300px !important; }
.w-p300 { width: 300px !important; }

/* ** 305px ** */
.min-h-p305 { min-height: 305px !important; }
.min-w-p305 { min-width: 305px !important; }

.max-h-p305 { max-height: 305px !important; }
.max-w-p305 { max-width: 305px !important; }

.h-p305 { height: 305px !important; }
.w-p305 { width: 305px !important; }


/* ** 310px ** */
.min-h-p310 { min-height: 310px !important; }
.min-w-p310 { min-width: 310px !important; }

.max-h-p310 { max-height: 310px !important; }
.max-w-p310 { max-width: 310px !important; }

.h-p310 { height: 310px !important; }
.w-p310 { width: 310px !important; }


/* ** 315px ** */
.min-h-p315 { min-height: 315px !important; }
.min-w-p315 { min-width: 315px !important; }

.max-h-p315 { max-height: 315px !important; }
.max-w-p315 { max-width: 315px !important; }

.h-p315 { height: 315px !important; }
.w-p315 { width: 315px !important; }


/* ** 320px ** */
.min-h-p320 { min-height: 320px !important; }
.min-w-p320 { min-width: 320px !important; }

.max-h-p320 { max-height: 320px !important; }
.max-w-p320 { max-width: 320px !important; }

.h-p320 { height: 320px !important; }
.w-p320 { width: 320px !important; }


/* ** 325px ** */
.min-h-p325 { min-height: 325px !important; }
.min-w-p325 { min-width: 325px !important; }

.max-h-p325 { max-height: 325px !important; }
.max-w-p325 { max-width: 325px !important; }

.h-p325 { height: 325px !important; }
.w-p325 { width: 325px !important; }


/* ** 330px ** */
.min-h-p330 { min-height: 330px !important; }
.min-w-p330 { min-width: 330px !important; }

.max-h-p330 { max-height: 330px !important; }
.max-w-p330 { max-width: 330px !important; }

.h-p330 { height: 330px !important; }
.w-p330 { width: 330px !important; }


/* ** 335px ** */
.min-h-p335 { min-height: 335px !important; }
.min-w-p335 { min-width: 335px !important; }

.max-h-p335 { max-height: 335px !important; }
.max-w-p335 { max-width: 335px !important; }

.h-p335 { height: 335px !important; }
.w-p335 { width: 335px !important; }


/* ** 340px ** */
.min-h-p340 { min-height: 340px !important; }
.min-w-p340 { min-width: 340px !important; }

.max-h-p340 { max-height: 340px !important; }
.max-w-p340 { max-width: 340px !important; }

.h-p340 { height: 340px !important; }
.w-p340 { width: 340px !important; }


/* ** 345px ** */
.min-h-p345 { min-height: 345px !important; }
.min-w-p345 { min-width: 345px !important; }

.max-h-p345 { max-height: 345px !important; }
.max-w-p345 { max-width: 345px !important; }

.h-p345 { height: 345px !important; }
.w-p345 { width: 345px !important; }


/* ** 350px ** */
.min-h-p350 { min-height: 350px !important; }
.min-w-p350 { min-width: 350px !important; }

.max-h-p350 { max-height: 350px !important; }
.max-w-p350 { max-width: 350px !important; }

.h-p350 { height: 350px !important; }
.w-p350 { width: 350px !important; }


/* ** 355px ** */
.min-h-p355 { min-height: 355px !important; }
.min-w-p355 { min-width: 355px !important; }

.max-h-p355 { max-height: 355px !important; }
.max-w-p355 { max-width: 355px !important; }

.h-p355 { height: 355px !important; }
.w-p355 { width: 355px !important; }


/* ** 360px ** */
.min-h-p360 { min-height: 360px !important; }
.min-w-p360 { min-width: 360px !important; }

.max-h-p360 { max-height: 360px !important; }
.max-w-p360 { max-width: 360px !important; }

.h-p360 { height: 360px !important; }
.w-p360 { width: 360px !important; }


/* ** 365px ** */
.min-h-p365 { min-height: 365px !important; }
.min-w-p365 { min-width: 365px !important; }

.max-h-p365 { max-height: 365px !important; }
.max-w-p365 { max-width: 365px !important; }

.h-p365 { height: 365px !important; }
.w-p365 { width: 365px !important; }


/* ** 370px ** */
.min-h-p370 { min-height: 370px !important; }
.min-w-p370 { min-width: 370px !important; }

.max-h-p370 { max-height: 370px !important; }
.max-w-p370 { max-width: 370px !important; }

.h-p370 { height: 370px !important; }
.w-p370 { width: 370px !important; }


/* ** 375px ** */
.min-h-p375 { min-height: 375px !important; }
.min-w-p375 { min-width: 375px !important; }

.max-h-p375 { max-height: 375px !important; }
.max-w-p375 { max-width: 375px !important; }

.h-p375 { height: 375px !important; }
.w-p375 { width: 375px !important; }


/* ** 380px ** */
.min-h-p380 { min-height: 380px !important; }
.min-w-p380 { min-width: 380px !important; }

.max-h-p380 { max-height: 380px !important; }
.max-w-p380 { max-width: 380px !important; }

.h-p380 { height: 380px !important; }
.w-p380 { width: 380px !important; }


/* ** 385px ** */
.min-h-p385 { min-height: 385px !important; }
.min-w-p385 { min-width: 385px !important; }

.max-h-p385 { max-height: 385px !important; }
.max-w-p385 { max-width: 385px !important; }

.h-p385 { height: 385px !important; }
.w-p385 { width: 385px !important; }


/* ** 390px ** */
.min-h-p390 { min-height: 390px !important; }
.min-w-p390 { min-width: 390px !important; }

.max-h-p390 { max-height: 390px !important; }
.max-w-p390 { max-width: 390px !important; }

.h-p390 { height: 390px !important; }
.w-p390 { width: 390px !important; }


/* ** 395px ** */
.min-h-p395 { min-height: 395px !important; }
.min-w-p395 { min-width: 395px !important; }

.max-h-p395 { max-height: 395px !important; }
.max-w-p395 { max-width: 395px !important; }

.h-p395 { height: 395px !important; }
.w-p395 { width: 395px !important; }


/* ** 400px ** */
.min-h-p400 { min-height: 400px !important; }
.min-w-p400 { min-width: 400px !important; }

.max-h-p400 { max-height: 400px !important; }
.max-w-p400 { max-width: 400px !important; }

.h-p400 { height: 400px !important; }
.w-p400 { width: 400px !important; }

/* ** 405px ** */
.min-h-p405 { min-height: 405px !important; }
.min-w-p405 { min-width: 405px !important; }

.max-h-p405 { max-height: 405px !important; }
.max-w-p405 { max-width: 405px !important; }

.h-p405 { height: 405px !important; }
.w-p405 { width: 405px !important; }


/* ** 410px ** */
.min-h-p410 { min-height: 410px !important; }
.min-w-p410 { min-width: 410px !important; }

.max-h-p410 { max-height: 410px !important; }
.max-w-p410 { max-width: 410px !important; }

.h-p410 { height: 410px !important; }
.w-p410 { width: 410px !important; }


/* ** 415px ** */
.min-h-p415 { min-height: 415px !important; }
.min-w-p415 { min-width: 415px !important; }

.max-h-p415 { max-height: 415px !important; }
.max-w-p415 { max-width: 415px !important; }

.h-p415 { height: 415px !important; }
.w-p415 { width: 415px !important; }


/* ** 420px ** */
.min-h-p420 { min-height: 420px !important; }
.min-w-p420 { min-width: 420px !important; }

.max-h-p420 { max-height: 420px !important; }
.max-w-p420 { max-width: 420px !important; }

.h-p420 { height: 420px !important; }
.w-p420 { width: 420px !important; }


/* ** 425px ** */
.min-h-p425 { min-height: 425px !important; }
.min-w-p425 { min-width: 425px !important; }

.max-h-p425 { max-height: 425px !important; }
.max-w-p425 { max-width: 425px !important; }

.h-p425 { height: 425px !important; }
.w-p425 { width: 425px !important; }


/* ** 430px ** */
.min-h-p430 { min-height: 430px !important; }
.min-w-p430 { min-width: 430px !important; }

.max-h-p430 { max-height: 430px !important; }
.max-w-p430 { max-width: 430px !important; }

.h-p430 { height: 430px !important; }
.w-p430 { width: 430px !important; }


/* ** 435px ** */
.min-h-p435 { min-height: 435px !important; }
.min-w-p435 { min-width: 435px !important; }

.max-h-p435 { max-height: 435px !important; }
.max-w-p435 { max-width: 435px !important; }

.h-p435 { height: 435px !important; }
.w-p435 { width: 435px !important; }


/* ** 440px ** */
.min-h-p440 { min-height: 440px !important; }
.min-w-p440 { min-width: 440px !important; }

.max-h-p440 { max-height: 440px !important; }
.max-w-p440 { max-width: 440px !important; }

.h-p440 { height: 440px !important; }
.w-p440 { width: 440px !important; }


/* ** 445px ** */
.min-h-p445 { min-height: 445px !important; }
.min-w-p445 { min-width: 445px !important; }

.max-h-p445 { max-height: 445px !important; }
.max-w-p445 { max-width: 445px !important; }

.h-p445 { height: 445px !important; }
.w-p445 { width: 445px !important; }


/* ** 450px ** */
.min-h-p450 { min-height: 450px !important; }
.min-w-p450 { min-width: 450px !important; }

.max-h-p450 { max-height: 450px !important; }
.max-w-p450 { max-width: 450px !important; }

.h-p450 { height: 450px !important; }
.w-p450 { width: 450px !important; }


/* ** 455px ** */
.min-h-p455 { min-height: 455px !important; }
.min-w-p455 { min-width: 455px !important; }

.max-h-p455 { max-height: 455px !important; }
.max-w-p455 { max-width: 455px !important; }

.h-p455 { height: 455px !important; }
.w-p455 { width: 455px !important; }


/* ** 460px ** */
.min-h-p460 { min-height: 460px !important; }
.min-w-p460 { min-width: 460px !important; }

.max-h-p460 { max-height: 460px !important; }
.max-w-p460 { max-width: 460px !important; }

.h-p460 { height: 460px !important; }
.w-p460 { width: 460px !important; }


/* ** 465px ** */
.min-h-p465 { min-height: 465px !important; }
.min-w-p465 { min-width: 465px !important; }

.max-h-p465 { max-height: 465px !important; }
.max-w-p465 { max-width: 465px !important; }

.h-p465 { height: 465px !important; }
.w-p465 { width: 465px !important; }


/* ** 470px ** */
.min-h-p470 { min-height: 470px !important; }
.min-w-p470 { min-width: 470px !important; }

.max-h-p470 { max-height: 470px !important; }
.max-w-p470 { max-width: 470px !important; }

.h-p470 { height: 470px !important; }
.w-p470 { width: 470px !important; }


/* ** 475px ** */
.min-h-p475 { min-height: 475px !important; }
.min-w-p475 { min-width: 475px !important; }

.max-h-p475 { max-height: 475px !important; }
.max-w-p475 { max-width: 475px !important; }

.h-p475 { height: 475px !important; }
.w-p475 { width: 475px !important; }


/* ** 480px ** */
.min-h-p480 { min-height: 480px !important; }
.min-w-p480 { min-width: 480px !important; }

.max-h-p480 { max-height: 480px !important; }
.max-w-p480 { max-width: 480px !important; }

.h-p480 { height: 480px !important; }
.w-p480 { width: 480px !important; }


/* ** 485px ** */
.min-h-p485 { min-height: 485px !important; }
.min-w-p485 { min-width: 485px !important; }

.max-h-p485 { max-height: 485px !important; }
.max-w-p485 { max-width: 485px !important; }

.h-p485 { height: 485px !important; }
.w-p485 { width: 485px !important; }


/* ** 490px ** */
.min-h-p490 { min-height: 490px !important; }
.min-w-p490 { min-width: 490px !important; }

.max-h-p490 { max-height: 490px !important; }
.max-w-p490 { max-width: 490px !important; }

.h-p490 { height: 490px !important; }
.w-p490 { width: 490px !important; }


/* ** 495px ** */
.min-h-p495 { min-height: 495px !important; }
.min-w-p495 { min-width: 495px !important; }

.max-h-p495 { max-height: 495px !important; }
.max-w-p495 { max-width: 495px !important; }

.h-p495 { height: 495px !important; }
.w-p495 { width: 495px !important; }


/* ** 500px ** */
.min-h-p500 { min-height: 500px !important; }
.min-w-p500 { min-width: 500px !important; }

.max-h-p500 { max-height: 500px !important; }
.max-w-p500 { max-width: 500px !important; }

.h-p500 { height: 500px !important; }
.w-p500 { width: 500px !important; }

/* ** 505px ** */
.min-h-p505 { min-height: 505px !important; }
.min-w-p505 { min-width: 505px !important; }

.max-h-p505 { max-height: 505px !important; }
.max-w-p505 { max-width: 505px !important; }

.h-p505 { height: 505px !important; }
.w-p505 { width: 505px !important; }


/* ** 510px ** */
.min-h-p510 { min-height: 510px !important; }
.min-w-p510 { min-width: 510px !important; }

.max-h-p510 { max-height: 510px !important; }
.max-w-p510 { max-width: 510px !important; }

.h-p510 { height: 510px !important; }
.w-p510 { width: 510px !important; }


/* ** 515px ** */
.min-h-p515 { min-height: 515px !important; }
.min-w-p515 { min-width: 515px !important; }

.max-h-p515 { max-height: 515px !important; }
.max-w-p515 { max-width: 515px !important; }

.h-p515 { height: 515px !important; }
.w-p515 { width: 515px !important; }


/* ** 520px ** */
.min-h-p520 { min-height: 520px !important; }
.min-w-p520 { min-width: 520px !important; }

.max-h-p520 { max-height: 520px !important; }
.max-w-p520 { max-width: 520px !important; }

.h-p520 { height: 520px !important; }
.w-p520 { width: 520px !important; }


/* ** 525px ** */
.min-h-p525 { min-height: 525px !important; }
.min-w-p525 { min-width: 525px !important; }

.max-h-p525 { max-height: 525px !important; }
.max-w-p525 { max-width: 525px !important; }

.h-p525 { height: 525px !important; }
.w-p525 { width: 525px !important; }


/* ** 530px ** */
.min-h-p530 { min-height: 530px !important; }
.min-w-p530 { min-width: 530px !important; }

.max-h-p530 { max-height: 530px !important; }
.max-w-p530 { max-width: 530px !important; }

.h-p530 { height: 530px !important; }
.w-p530 { width: 530px !important; }


/* ** 535px ** */
.min-h-p535 { min-height: 535px !important; }
.min-w-p535 { min-width: 535px !important; }

.max-h-p535 { max-height: 535px !important; }
.max-w-p535 { max-width: 535px !important; }

.h-p535 { height: 535px !important; }
.w-p535 { width: 535px !important; }


/* ** 540px ** */
.min-h-p540 { min-height: 540px !important; }
.min-w-p540 { min-width: 540px !important; }

.max-h-p540 { max-height: 540px !important; }
.max-w-p540 { max-width: 540px !important; }

.h-p540 { height: 540px !important; }
.w-p540 { width: 540px !important; }


/* ** 545px ** */
.min-h-p545 { min-height: 545px !important; }
.min-w-p545 { min-width: 545px !important; }

.max-h-p545 { max-height: 545px !important; }
.max-w-p545 { max-width: 545px !important; }

.h-p545 { height: 545px !important; }
.w-p545 { width: 545px !important; }


/* ** 550px ** */
.min-h-p550 { min-height: 550px !important; }
.min-w-p550 { min-width: 550px !important; }

.max-h-p550 { max-height: 550px !important; }
.max-w-p550 { max-width: 550px !important; }

.h-p550 { height: 550px !important; }
.w-p550 { width: 550px !important; }


/* ** 555px ** */
.min-h-p555 { min-height: 555px !important; }
.min-w-p555 { min-width: 555px !important; }

.max-h-p555 { max-height: 555px !important; }
.max-w-p555 { max-width: 555px !important; }

.h-p555 { height: 555px !important; }
.w-p555 { width: 555px !important; }


/* ** 560px ** */
.min-h-p560 { min-height: 560px !important; }
.min-w-p560 { min-width: 560px !important; }

.max-h-p560 { max-height: 560px !important; }
.max-w-p560 { max-width: 560px !important; }

.h-p560 { height: 560px !important; }
.w-p560 { width: 560px !important; }


/* ** 565px ** */
.min-h-p565 { min-height: 565px !important; }
.min-w-p565 { min-width: 565px !important; }

.max-h-p565 { max-height: 565px !important; }
.max-w-p565 { max-width: 565px !important; }

.h-p565 { height: 565px !important; }
.w-p565 { width: 565px !important; }


/* ** 570px ** */
.min-h-p570 { min-height: 570px !important; }
.min-w-p570 { min-width: 570px !important; }

.max-h-p570 { max-height: 570px !important; }
.max-w-p570 { max-width: 570px !important; }

.h-p570 { height: 570px !important; }
.w-p570 { width: 570px !important; }


/* ** 575px ** */
.min-h-p575 { min-height: 575px !important; }
.min-w-p575 { min-width: 575px !important; }

.max-h-p575 { max-height: 575px !important; }
.max-w-p575 { max-width: 575px !important; }

.h-p575 { height: 575px !important; }
.w-p575 { width: 575px !important; }


/* ** 580px ** */
.min-h-p580 { min-height: 580px !important; }
.min-w-p580 { min-width: 580px !important; }

.max-h-p580 { max-height: 580px !important; }
.max-w-p580 { max-width: 580px !important; }

.h-p580 { height: 580px !important; }
.w-p580 { width: 580px !important; }


/* ** 585px ** */
.min-h-p585 { min-height: 585px !important; }
.min-w-p585 { min-width: 585px !important; }

.max-h-p585 { max-height: 585px !important; }
.max-w-p585 { max-width: 585px !important; }

.h-p585 { height: 585px !important; }
.w-p585 { width: 585px !important; }


/* ** 590px ** */
.min-h-p590 { min-height: 590px !important; }
.min-w-p590 { min-width: 590px !important; }

.max-h-p590 { max-height: 590px !important; }
.max-w-p590 { max-width: 590px !important; }

.h-p590 { height: 590px !important; }
.w-p590 { width: 590px !important; }


/* ** 595px ** */
.min-h-p595 { min-height: 595px !important; }
.min-w-p595 { min-width: 595px !important; }

.max-h-p595 { max-height: 595px !important; }
.max-w-p595 { max-width: 595px !important; }

.h-p595 { height: 595px !important; }
.w-p595 { width: 595px !important; }


/* ** 600px ** */
.min-h-p600 { min-height: 600px !important; }
.min-w-p600 { min-width: 600px !important; }

.max-h-p600 { max-height: 600px !important; }
.max-w-p600 { max-width: 600px !important; }

.h-p600 { height: 600px !important; }
.w-p600 { width: 600px !important; }

/* ** 605px ** */
.min-h-p605 { min-height: 605px !important; }
.min-w-p605 { min-width: 605px !important; }

.max-h-p605 { max-height: 605px !important; }
.max-w-p605 { max-width: 605px !important; }

.h-p605 { height: 605px !important; }
.w-p605 { width: 605px !important; }


/* ** 610px ** */
.min-h-p610 { min-height: 610px !important; }
.min-w-p610 { min-width: 610px !important; }

.max-h-p610 { max-height: 610px !important; }
.max-w-p610 { max-width: 610px !important; }

.h-p610 { height: 610px !important; }
.w-p610 { width: 610px !important; }


/* ** 615px ** */
.min-h-p615 { min-height: 615px !important; }
.min-w-p615 { min-width: 615px !important; }

.max-h-p615 { max-height: 615px !important; }
.max-w-p615 { max-width: 615px !important; }

.h-p615 { height: 615px !important; }
.w-p615 { width: 615px !important; }


/* ** 620px ** */
.min-h-p620 { min-height: 620px !important; }
.min-w-p620 { min-width: 620px !important; }

.max-h-p620 { max-height: 620px !important; }
.max-w-p620 { max-width: 620px !important; }

.h-p620 { height: 620px !important; }
.w-p620 { width: 620px !important; }


/* ** 625px ** */
.min-h-p625 { min-height: 625px !important; }
.min-w-p625 { min-width: 625px !important; }

.max-h-p625 { max-height: 625px !important; }
.max-w-p625 { max-width: 625px !important; }

.h-p625 { height: 625px !important; }
.w-p625 { width: 625px !important; }


/* ** 630px ** */
.min-h-p630 { min-height: 630px !important; }
.min-w-p630 { min-width: 630px !important; }

.max-h-p630 { max-height: 630px !important; }
.max-w-p630 { max-width: 630px !important; }

.h-p630 { height: 630px !important; }
.w-p630 { width: 630px !important; }


/* ** 635px ** */
.min-h-p635 { min-height: 635px !important; }
.min-w-p635 { min-width: 635px !important; }

.max-h-p635 { max-height: 635px !important; }
.max-w-p635 { max-width: 635px !important; }

.h-p635 { height: 635px !important; }
.w-p635 { width: 635px !important; }


/* ** 640px ** */
.min-h-p640 { min-height: 640px !important; }
.min-w-p640 { min-width: 640px !important; }

.max-h-p640 { max-height: 640px !important; }
.max-w-p640 { max-width: 640px !important; }

.h-p640 { height: 640px !important; }
.w-p640 { width: 640px !important; }


/* ** 645px ** */
.min-h-p645 { min-height: 645px !important; }
.min-w-p645 { min-width: 645px !important; }

.max-h-p645 { max-height: 645px !important; }
.max-w-p645 { max-width: 645px !important; }

.h-p645 { height: 645px !important; }
.w-p645 { width: 645px !important; }


/* ** 650px ** */
.min-h-p650 { min-height: 650px !important; }
.min-w-p650 { min-width: 650px !important; }

.max-h-p650 { max-height: 650px !important; }
.max-w-p650 { max-width: 650px !important; }

.h-p650 { height: 650px !important; }
.w-p650 { width: 650px !important; }


/* ** 655px ** */
.min-h-p655 { min-height: 655px !important; }
.min-w-p655 { min-width: 655px !important; }

.max-h-p655 { max-height: 655px !important; }
.max-w-p655 { max-width: 655px !important; }

.h-p655 { height: 655px !important; }
.w-p655 { width: 655px !important; }


/* ** 660px ** */
.min-h-p660 { min-height: 660px !important; }
.min-w-p660 { min-width: 660px !important; }

.max-h-p660 { max-height: 660px !important; }
.max-w-p660 { max-width: 660px !important; }

.h-p660 { height: 660px !important; }
.w-p660 { width: 660px !important; }


/* ** 665px ** */
.min-h-p665 { min-height: 665px !important; }
.min-w-p665 { min-width: 665px !important; }

.max-h-p665 { max-height: 665px !important; }
.max-w-p665 { max-width: 665px !important; }

.h-p665 { height: 665px !important; }
.w-p665 { width: 665px !important; }


/* ** 670px ** */
.min-h-p670 { min-height: 670px !important; }
.min-w-p670 { min-width: 670px !important; }

.max-h-p670 { max-height: 670px !important; }
.max-w-p670 { max-width: 670px !important; }

.h-p670 { height: 670px !important; }
.w-p670 { width: 670px !important; }


/* ** 675px ** */
.min-h-p675 { min-height: 675px !important; }
.min-w-p675 { min-width: 675px !important; }

.max-h-p675 { max-height: 675px !important; }
.max-w-p675 { max-width: 675px !important; }

.h-p675 { height: 675px !important; }
.w-p675 { width: 675px !important; }


/* ** 680px ** */
.min-h-p680 { min-height: 680px !important; }
.min-w-p680 { min-width: 680px !important; }

.max-h-p680 { max-height: 680px !important; }
.max-w-p680 { max-width: 680px !important; }

.h-p680 { height: 680px !important; }
.w-p680 { width: 680px !important; }


/* ** 685px ** */
.min-h-p685 { min-height: 685px !important; }
.min-w-p685 { min-width: 685px !important; }

.max-h-p685 { max-height: 685px !important; }
.max-w-p685 { max-width: 685px !important; }

.h-p685 { height: 685px !important; }
.w-p685 { width: 685px !important; }


/* ** 690px ** */
.min-h-p690 { min-height: 690px !important; }
.min-w-p690 { min-width: 690px !important; }

.max-h-p690 { max-height: 690px !important; }
.max-w-p690 { max-width: 690px !important; }

.h-p690 { height: 690px !important; }
.w-p690 { width: 690px !important; }


/* ** 695px ** */
.min-h-p695 { min-height: 695px !important; }
.min-w-p695 { min-width: 695px !important; }

.max-h-p695 { max-height: 695px !important; }
.max-w-p695 { max-width: 695px !important; }

.h-p695 { height: 695px !important; }
.w-p695 { width: 695px !important; }


/* ** 700px ** */
.min-h-p700 { min-height: 700px !important; }
.min-w-p700 { min-width: 700px !important; }

.max-h-p700 { max-height: 700px !important; }
.max-w-p700 { max-width: 700px !important; }

.h-p700 { height: 700px !important; }
.w-p700 { width: 700px !important; }
/* ***** END MEASURES ***** */



/* ***** BEGIN BORDER ***** */
/* ** RADIUS ** */
.b-radius-0  { border-radius: 0px !important; }
.b-radius-5  { border-radius: 5px !important; }
.b-radius-10 { border-radius: 10px !important; }
/* ***** END BORDER ***** */

/* ***** BEGIN FONT ***** */
/* ** BEGIN FONT-SIZE ** */
.f-5  { font-size: 5px !important; }
.f-6  { font-size: 6px !important; }
.f-7  { font-size: 7px !important; }
.f-8  { font-size: 8px !important; }
.f-9  { font-size: 9px !important; }
.f-10 { font-size: 10px !important; }
.f-11 { font-size: 11px !important; }
.f-12 { font-size: 12px !important; }
.f-13 { font-size: 13px !important; }
.f-14 { font-size: 14px !important; }
.f-15 { font-size: 15px !important; }
.f-16 { font-size: 16px !important; }
.f-17 { font-size: 17px !important; }
.f-18 { font-size: 18px !important; }
.f-19 { font-size: 19px !important; }
.f-20 { font-size: 20px !important; }
.f-22 { font-size: 22px !important; }
.f-24 { font-size: 24px !important; }
.f-26 { font-size: 26px !important; }
.f-28 { font-size: 28px !important; }
.f-30 { font-size: 30px !important; }
.f-32 { font-size: 32px !important; }
.f-34 { font-size: 34px !important; }
.f-36 { font-size: 36px !important; }
.f-38 { font-size: 38px !important; }
.f-40 { font-size: 40px !important; }
.f-42 { font-size: 42px !important; }
.f-44 { font-size: 44px !important; }
.f-46 { font-size: 46px !important; }
.f-48 { font-size: 48px !important; }
.f-50 { font-size: 50px !important; }
.f-52 { font-size: 52px !important; }
.f-54 { font-size: 54px !important; }
.f-56 { font-size: 56px !important; }
.f-58 { font-size: 58px !important; }
.f-60 { font-size: 60px !important; }
.f-62 { font-size: 62px !important; }
.f-64 { font-size: 64px !important; }
.f-66 { font-size: 66px !important; }
.f-68 { font-size: 68px !important; }
.f-70 { font-size: 70px !important; }
.f-72 { font-size: 72px !important; }
.f-74 { font-size: 74px !important; }
.f-76 { font-size: 76px !important; }
.f-78 { font-size: 78px !important; }
.f-80 { font-size: 80px !important; }
.f-82 { font-size: 82px !important; }
.f-84 { font-size: 84px !important; }
.f-86 { font-size: 86px !important; }
.f-88 { font-size: 88px !important; }
.f-90 { font-size: 90px !important; }
.f-92 { font-size: 92px !important; }
.f-94 { font-size: 94px !important; }
.f-96 { font-size: 96px !important; }
.f-98 { font-size: 98px !important; }
.f-100 { font-size: 100px !important; }

@media (min-width: 576px) { /* sm */
    .f-sm-5  { font-size: 5px !important; }
    .f-sm-6  { font-size: 6px !important; }
    .f-sm-7  { font-size: 7px !important; }
    .f-sm-8  { font-size: 8px !important; }
    .f-sm-9  { font-size: 9px !important; }
    .f-sm-10 { font-size: 10px !important; }
    .f-sm-11 { font-size: 11px !important; }
    .f-sm-12 { font-size: 12px !important; }
    .f-sm-13 { font-size: 13px !important; }
    .f-sm-14 { font-size: 14px !important; }
    .f-sm-15 { font-size: 15px !important; }
    .f-sm-16 { font-size: 16px !important; }
    .f-sm-17 { font-size: 17px !important; }
    .f-sm-18 { font-size: 18px !important; }
    .f-sm-19 { font-size: 19px !important; }
    .f-sm-20 { font-size: 20px !important; }
    .f-sm-22 { font-size: 22px !important; }
    .f-sm-24 { font-size: 24px !important; }
    .f-sm-26 { font-size: 26px !important; }
    .f-sm-28 { font-size: 28px !important; }
    .f-sm-30 { font-size: 30px !important; }
    .f-sm-32 { font-size: 32px !important; }
    .f-sm-34 { font-size: 34px !important; }
    .f-sm-36 { font-size: 36px !important; }
    .f-sm-38 { font-size: 38px !important; }
    .f-sm-40 { font-size: 40px !important; }
    .f-sm-42 { font-size: 42px !important; }
    .f-sm-44 { font-size: 44px !important; }
    .f-sm-46 { font-size: 46px !important; }
    .f-sm-48 { font-size: 48px !important; }
    .f-sm-50 { font-size: 50px !important; }
    .f-sm-52 { font-size: 52px !important; }
    .f-sm-54 { font-size: 54px !important; }
    .f-sm-56 { font-size: 56px !important; }
    .f-sm-58 { font-size: 58px !important; }
    .f-sm-60 { font-size: 60px !important; }
    .f-sm-62 { font-size: 62px !important; }
    .f-sm-64 { font-size: 64px !important; }
    .f-sm-66 { font-size: 66px !important; }
    .f-sm-68 { font-size: 68px !important; }
    .f-sm-70 { font-size: 70px !important; }
    .f-sm-72 { font-size: 72px !important; }
    .f-sm-74 { font-size: 74px !important; }
    .f-sm-76 { font-size: 76px !important; }
    .f-sm-78 { font-size: 78px !important; }
    .f-sm-80 { font-size: 80px !important; }
    .f-sm-82 { font-size: 82px !important; }
    .f-sm-84 { font-size: 84px !important; }
    .f-sm-86 { font-size: 86px !important; }
    .f-sm-88 { font-size: 88px !important; }
    .f-sm-90 { font-size: 90px !important; }
    .f-sm-92 { font-size: 92px !important; }
    .f-sm-94 { font-size: 94px !important; }
    .f-sm-96 { font-size: 96px !important; }
    .f-sm-98 { font-size: 98px !important; }
    .f-sm-100 { font-size: 100px !important; }
}

@media (min-width: 768px) { /* md */
    .f-md-5  { font-size: 5px !important; }
    .f-md-6  { font-size: 6px !important; }
    .f-md-7  { font-size: 7px !important; }
    .f-md-8  { font-size: 8px !important; }
    .f-md-9  { font-size: 9px !important; }
    .f-md-10 { font-size: 10px !important; }
    .f-md-11 { font-size: 11px !important; }
    .f-md-12 { font-size: 12px !important; }
    .f-md-13 { font-size: 13px !important; }
    .f-md-14 { font-size: 14px !important; }
    .f-md-15 { font-size: 15px !important; }
    .f-md-16 { font-size: 16px !important; }
    .f-md-17 { font-size: 17px !important; }
    .f-md-18 { font-size: 18px !important; }
    .f-md-19 { font-size: 19px !important; }
    .f-md-20 { font-size: 20px !important; }
    .f-md-22 { font-size: 22px !important; }
    .f-md-24 { font-size: 24px !important; }
    .f-md-26 { font-size: 26px !important; }
    .f-md-28 { font-size: 28px !important; }
    .f-md-30 { font-size: 30px !important; }
    .f-md-32 { font-size: 32px !important; }
    .f-md-34 { font-size: 34px !important; }
    .f-md-36 { font-size: 36px !important; }
    .f-md-38 { font-size: 38px !important; }
    .f-md-40 { font-size: 40px !important; }
    .f-md-42 { font-size: 42px !important; }
    .f-md-44 { font-size: 44px !important; }
    .f-md-46 { font-size: 46px !important; }
    .f-md-48 { font-size: 48px !important; }
    .f-md-50 { font-size: 50px !important; }
    .f-md-52 { font-size: 52px !important; }
    .f-md-54 { font-size: 54px !important; }
    .f-md-56 { font-size: 56px !important; }
    .f-md-58 { font-size: 58px !important; }
    .f-md-60 { font-size: 60px !important; }
    .f-md-62 { font-size: 62px !important; }
    .f-md-64 { font-size: 64px !important; }
    .f-md-66 { font-size: 66px !important; }
    .f-md-68 { font-size: 68px !important; }
    .f-md-70 { font-size: 70px !important; }
    .f-md-72 { font-size: 72px !important; }
    .f-md-74 { font-size: 74px !important; }
    .f-md-76 { font-size: 76px !important; }
    .f-md-78 { font-size: 78px !important; }
    .f-md-80 { font-size: 80px !important; }
    .f-md-82 { font-size: 82px !important; }
    .f-md-84 { font-size: 84px !important; }
    .f-md-86 { font-size: 86px !important; }
    .f-md-88 { font-size: 88px !important; }
    .f-md-90 { font-size: 90px !important; }
    .f-md-92 { font-size: 92px !important; }
    .f-md-94 { font-size: 94px !important; }
    .f-md-96 { font-size: 96px !important; }
    .f-md-98 { font-size: 98px !important; }
    .f-md-100 { font-size: 100px !important; }
}

@media (min-width: 992px) { /* lg */
    .f-lg-5  { font-size: 5px !important; }
    .f-lg-6  { font-size: 6px !important; }
    .f-lg-7  { font-size: 7px !important; }
    .f-lg-8  { font-size: 8px !important; }
    .f-lg-9  { font-size: 9px !important; }
    .f-lg-10 { font-size: 10px !important; }
    .f-lg-11 { font-size: 11px !important; }
    .f-lg-12 { font-size: 12px !important; }
    .f-lg-13 { font-size: 13px !important; }
    .f-lg-14 { font-size: 14px !important; }
    .f-lg-15 { font-size: 15px !important; }
    .f-lg-16 { font-size: 16px !important; }
    .f-lg-17 { font-size: 17px !important; }
    .f-lg-18 { font-size: 18px !important; }
    .f-lg-19 { font-size: 19px !important; }
    .f-lg-20 { font-size: 20px !important; }
    .f-lg-22 { font-size: 22px !important; }
    .f-lg-24 { font-size: 24px !important; }
    .f-lg-26 { font-size: 26px !important; }
    .f-lg-28 { font-size: 28px !important; }
    .f-lg-30 { font-size: 30px !important; }
    .f-lg-32 { font-size: 32px !important; }
    .f-lg-34 { font-size: 34px !important; }
    .f-lg-36 { font-size: 36px !important; }
    .f-lg-38 { font-size: 38px !important; }
    .f-lg-40 { font-size: 40px !important; }
    .f-lg-42 { font-size: 42px !important; }
    .f-lg-44 { font-size: 44px !important; }
    .f-lg-46 { font-size: 46px !important; }
    .f-lg-48 { font-size: 48px !important; }
    .f-lg-50 { font-size: 50px !important; }
    .f-lg-52 { font-size: 52px !important; }
    .f-lg-54 { font-size: 54px !important; }
    .f-lg-56 { font-size: 56px !important; }
    .f-lg-58 { font-size: 58px !important; }
    .f-lg-60 { font-size: 60px !important; }
    .f-lg-62 { font-size: 62px !important; }
    .f-lg-64 { font-size: 64px !important; }
    .f-lg-66 { font-size: 66px !important; }
    .f-lg-68 { font-size: 68px !important; }
    .f-lg-70 { font-size: 70px !important; }
    .f-lg-72 { font-size: 72px !important; }
    .f-lg-74 { font-size: 74px !important; }
    .f-lg-76 { font-size: 76px !important; }
    .f-lg-78 { font-size: 78px !important; }
    .f-lg-80 { font-size: 80px !important; }
    .f-lg-82 { font-size: 82px !important; }
    .f-lg-84 { font-size: 84px !important; }
    .f-lg-86 { font-size: 86px !important; }
    .f-lg-88 { font-size: 88px !important; }
    .f-lg-90 { font-size: 90px !important; }
    .f-lg-92 { font-size: 92px !important; }
    .f-lg-94 { font-size: 94px !important; }
    .f-lg-96 { font-size: 96px !important; }
    .f-lg-98 { font-size: 98px !important; }
    .f-lg-100 { font-size: 100px !important; }
}

@media (min-width: 1200px) { /* xl */
    .f-xl-5  { font-size: 5px !important; }
    .f-xl-6  { font-size: 6px !important; }
    .f-xl-7  { font-size: 7px !important; }
    .f-xl-8  { font-size: 8px !important; }
    .f-xl-9  { font-size: 9px !important; }
    .f-xl-10 { font-size: 10px !important; }
    .f-xl-11 { font-size: 11px !important; }
    .f-xl-12 { font-size: 12px !important; }
    .f-xl-13 { font-size: 13px !important; }
    .f-xl-14 { font-size: 14px !important; }
    .f-xl-15 { font-size: 15px !important; }
    .f-xl-16 { font-size: 16px !important; }
    .f-xl-17 { font-size: 17px !important; }
    .f-xl-18 { font-size: 18px !important; }
    .f-xl-19 { font-size: 19px !important; }
    .f-xl-20 { font-size: 20px !important; }
    .f-xl-22 { font-size: 22px !important; }
    .f-xl-24 { font-size: 24px !important; }
    .f-xl-26 { font-size: 26px !important; }
    .f-xl-28 { font-size: 28px !important; }
    .f-xl-30 { font-size: 30px !important; }
    .f-xl-32 { font-size: 32px !important; }
    .f-xl-34 { font-size: 34px !important; }
    .f-xl-36 { font-size: 36px !important; }
    .f-xl-38 { font-size: 38px !important; }
    .f-xl-40 { font-size: 40px !important; }
    .f-xl-42 { font-size: 42px !important; }
    .f-xl-44 { font-size: 44px !important; }
    .f-xl-46 { font-size: 46px !important; }
    .f-xl-48 { font-size: 48px !important; }
    .f-xl-50 { font-size: 50px !important; }
    .f-xl-52 { font-size: 52px !important; }
    .f-xl-54 { font-size: 54px !important; }
    .f-xl-56 { font-size: 56px !important; }
    .f-xl-58 { font-size: 58px !important; }
    .f-xl-60 { font-size: 60px !important; }
    .f-xl-62 { font-size: 62px !important; }
    .f-xl-64 { font-size: 64px !important; }
    .f-xl-66 { font-size: 66px !important; }
    .f-xl-68 { font-size: 68px !important; }
    .f-xl-70 { font-size: 70px !important; }
    .f-xl-72 { font-size: 72px !important; }
    .f-xl-74 { font-size: 74px !important; }
    .f-xl-76 { font-size: 76px !important; }
    .f-xl-78 { font-size: 78px !important; }
    .f-xl-80 { font-size: 80px !important; }
    .f-xl-82 { font-size: 82px !important; }
    .f-xl-84 { font-size: 84px !important; }
    .f-xl-86 { font-size: 86px !important; }
    .f-xl-88 { font-size: 88px !important; }
    .f-xl-90 { font-size: 90px !important; }
    .f-xl-92 { font-size: 92px !important; }
    .f-xl-94 { font-size: 94px !important; }
    .f-xl-96 { font-size: 96px !important; }
    .f-xl-98 { font-size: 98px !important; }
    .f-xl-100 { font-size: 100px !important; }
}
/* ** END FONT-SIZE ** */
/* ** WEIGHT ** */
.f-w-100 { font-weight: 100; }
.f-w-200 { font-weight: 200; }
.f-w-300 { font-weight: 300; }
.f-w-400 { font-weight: 400; }
.f-w-500 { font-weight: 500; }
.f-w-600 { font-weight: 600; }
.f-w-700 { font-weight: 700; }
.f-w-800 { font-weight: 800; }
.f-w-900 { font-weight: 900; }
/* ** STYLE ** */
.f-s-normal  { font-style: normal; }
.f-s-italic  { font-style: italic; }
.f-s-oblique { font-style: oblique; }
.f-s-initial { font-style: initial; }
.f-s-inherit { font-style: inherit; }
/* ** TEXT ** */
.text-capitalize   { text-transform: capitalize; }
.text-uppercase    { text-transform: uppercase; }
.text-lowercase    { text-transform: lowercase;}
.text-overline     { text-decoration: overline; }
.text-line-through { text-decoration: line-through; }
.text-underline    { text-decoration: underline; }
.text-top          { vertical-align: text-top; }
.text-bottom       { vertical-align: text-bottom; }
/* ***** END FONT ***** */

/* ***** BEGIN POSITION ***** */

/* ** VERTICAL ALIGN ** */
.baseline     { vertical-align: baseline; }
.sub          { vertical-align: sub; }
.super        { vertical-align: super; }
.top          { vertical-align: top; }
.middle       { vertical-align: middle; }
.bottom       { vertical-align: bottom; }
.initial      { vertical-align: initial; }
.inherit      { vertical-align: inherit; }
/* ** POSITION ** */
.pos-static   { position: static; }
.pos-absolute { position: absolute; }
.pos-fixed    { position: fixed; }
.pos-relative { position: relative; }
.pos-initial  { position: initial; }
.pos-inherit  { position: inherit; }
/* ** OVERFLOW ** */
.o-hidden     { overflow: hidden; }
.o-visible    { overflow: visible; }
.o-auto       { overflow: auto; }
/* ***** END POSITION ***** */

/* ***** BEGIN IMAGE ***** */
.img-20  { width: 20px; }
.img-30  { width: 30px; }
.img-40  { width: 40px; }
.img-50  { width: 50px; }
.img-60  { width: 60px; }
.img-70  { width: 70px; }
.img-80  { width: 80px; }
.img-90  { width: 90px; }
.img-100 { width: 100px; }
/* ***** END IMAGE ***** */

/* ********** END CUSTOM ********* */


/* ********** BEGIN SOCIAL NETWORKS ***** */
.btn-facebook { background-color: #3b5998; }
.bg-facebook  { background: #3B5998; }
.text-facebook { color: #3B5998; }

.btn-twitter { background-color: #42C0FB; }
.bg-twitter { background: #42C0FB; }
.text-twitter { color: #42C0FB; }

.btn-linkedin { background-color: #007BB6; }
.bg-linkedin { background: #007BB6; }
.text-linkedin { color: #007BB6; }

.btn-dribbble { background-color: #EC4A89; }
.bg-dribbble { background: #EC4A89; }
.text-dribbble { color: #EC4A89; }

.btn-pinterest { background-color: #BF2131; }
.bg-pinterest { background: #BF2131; }
.text-pinterest { color: #BF2131; }

.btn-youtube { background-color: #E0291D; }
.bg-youtube { background: #E0291D; }
.text-youtube { color: #E0291D; }

.btn-google-plus { background-color: #C73E2E; }
.bg-googleplus { background: #C73E2E; }
.text-googleplus { color: #C73E2E; }

.btn-instagram { background-color: #AA7C62; }
.bg-instagram { background: #AA7C62; }
.text-instagram { color: #AA7C62; }

.btn-viber { background-color: #7B519D; }
.bg-viber { background: #7B519D; }
.text-viber { color: #7B519D; }

.btn-amazon { background-color: #000; }
.bg-amazon { background: #000; }
.text-amazon { color: #000; }

.btn-behance { background-color: #0057ff; }
.bg-behance { background: #0057ff; }
.text-behance { color: #0057ff; }

.btn-dropbox { background-color: #3380FF; }
.bg-dropbox { background: #3380FF; }
.text-dropbox { color: #3380FF; }

.btn-tumblr { background-color: #00ACED; }
.bg-dropbox { background: #00ACED; }
.text-dropbox { color: #00ACED; }

.btn-facebook,
.btn-dribbble,
.btn-dropbox,
.btn-flickr,
.btn-github,
.btn-google-plus,
.btn-instagram,
.btn-linkedin,
.btn-pinterest,
.btn-skype,
.btn-tumblr,
.btn-twitter,
.btn-youtube {
    color: #fff;
}

    .btn-dribbble:focus,
    .btn-dribbble:hover,
    .btn-dropbox:focus,
    .btn-dropbox:hover,
    .btn-facebook:focus,
    .btn-facebook:hover,
    .btn-flickr:focus,
    .btn-flickr:hover,
    .btn-github:focus,
    .btn-github:hover,
    .btn-google-plus:focus,
    .btn-google-plus:hover,
    .btn-instagram:focus,
    .btn-instagram:hover,
    .btn-linkedin:focus,
    .btn-linkedin:hover,
    .btn-pinterest:focus,
    .btn-pinterest:hover,
    .btn-skype:focus,
    .btn-skype:hover,
    .btn-tumblr:focus,
    .btn-tumblr:hover,
    .btn-twitter:focus,
    .btn-twitter:hover,
    .btn-youtube:focus,
    .btn-youtube:hover {
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
/* ********** END SOCIAL NETWORKS ***** */


/* ********** BEGIN OVERLAY ***** */

[data-overlay] {
    position: relative;
}

    [data-overlay]::before {
        background: #fff none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

[data-overlay="1"]::before {
    opacity: 0.1;
}
[data-overlay="2"]::before {
    opacity: 0.2;
}
[data-overlay="3"]::before {
    opacity: 0.3;
}

[data-overlay="4"]::before {
    opacity: 0.4;
}

[data-overlay="5"]::before {
    opacity: 0.5;
}

[data-overlay="6"]::before {
    opacity: 0.6;
}

[data-overlay="7"]::before {
    opacity: 0.7;
}

[data-overlay="8"]::before {
    opacity: 0.8;
}

[data-overlay="9"]::before {
    opacity: 0.9;
}
/* ********** END OVERLAY ***** */

.align-vertical-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


@media (min-width: 576px) { /* sm */
    /* ***** BEGIN MARGIN ***** */

    /* ** 1 ** */
    .m-sm-p1  { margin: 1px !important; }
    .mt-sm-p1 { margin-top: 1px !important; }
    .mb-sm-p1 { margin-bottom: 1px !important; }
    .ml-sm-p1 { margin-left: 1px !important; }
    .mr-sm-p1 { margin-right: 1px !important; }

    .mx-sm-p1 { margin-left: 1px !important; margin-right: 1px !important; }
    .my-sm-p1 { margin-top: 1px !important; margin-bottom: 1px !important; }

    /* ** 2 ** */
    .m-sm-p2  { margin: 2px !important; }
    .mt-sm-p2 { margin-top: 2px !important; }
    .mb-sm-p2 { margin-bottom: 2px !important; }
    .ml-sm-p2 { margin-left: 2px !important; }
    .mr-sm-p2 { margin-right: 2px !important; }

    .mx-sm-p2 { margin-left: 2px !important; margin-right: 2px !important; }
    .my-sm-p2 { margin-top: 2px !important; margin-bottom: 2px !important; }

    /* ** 3 ** */
    .m-sm-p3  { margin: 3px !important; }
    .mt-sm-p3 { margin-top: 3px !important; }
    .mb-sm-p3 { margin-bottom: 3px !important; }
    .ml-sm-p3 { margin-left: 3px !important; }
    .mr-sm-p3 { margin-right: 3px !important; }

    .mx-sm-p3 { margin-left: 3px !important; margin-right: 3px !important; }
    .my-sm-p3 { margin-top: 3px !important; margin-bottom: 3px !important; }

    /* ** 4 ** */
    .m-sm-p4  { margin: 4px !important; }
    .mt-sm-p4 { margin-top: 4px !important; }
    .mb-sm-p4 { margin-bottom: 4px !important; }
    .ml-sm-p4 { margin-left: 4px !important; }
    .mr-sm-p4 { margin-right: 4px !important; }

    .mx-sm-p4 { margin-left: 4px !important; margin-right: 4px !important; }
    .my-sm-p4 { margin-top: 4px !important; margin-bottom: 4px !important; }

    /* ** 5 ** */
    .m-sm-p5  { margin: 5px !important; }
    .mt-sm-p5 { margin-top: 5px !important; }
    .mb-sm-p5 { margin-bottom: 5px !important; }
    .ml-sm-p5 { margin-left: 5px !important; }
    .mr-sm-p5 { margin-right: 5px !important; }

    .mx-sm-p5 { margin-left: 5px !important; margin-right: 5px !important; }
    .my-sm-p5 { margin-top: 5px !important; margin-bottom: 5px !important; }

    /* ** 6 ** */
    .m-sm-p6  { margin: 6px !important; }
    .mt-sm-p6 { margin-top: 6px !important; }
    .mb-sm-p6 { margin-bottom: 6px !important; }
    .ml-sm-p6 { margin-left: 6px !important; }
    .mr-sm-p6 { margin-right: 6px !important; }

    .mx-sm-p6 { margin-left: 6px !important; margin-right: 6px !important; }
    .my-sm-p6 { margin-top: 6px !important; margin-bottom: 6px !important; }

    /* ** 7 ** */
    .m-sm-p7  { margin: 7px !important; }
    .mt-sm-p7 { margin-top: 7px !important; }
    .mb-sm-p7 { margin-bottom: 7px !important; }
    .ml-sm-p7 { margin-left: 7px !important; }
    .mr-sm-p7 { margin-right: 7px !important; }

    .mx-sm-p7 { margin-left: 7px !important; margin-right: 7px !important; }
    .my-sm-p7 { margin-top: 7px !important; margin-bottom: 7px !important; }

    /* ** 8 ** */
    .m-sm-p8  { margin: 8px !important; }
    .mt-sm-p8 { margin-top: 8px !important; }
    .mb-sm-p8 { margin-bottom: 8px !important; }
    .ml-sm-p8 { margin-left: 8px !important; }
    .mr-sm-p8 { margin-right: 8px !important; }

    .mx-sm-p8 { margin-left: 8px !important; margin-right: 8px !important; }
    .my-sm-p8 { margin-top: 8px !important; margin-bottom: 8px !important; }

    /* ** 9 ** */
    .m-sm-p9  { margin: 9px !important; }
    .mt-sm-p9 { margin-top: 9px !important; }
    .mb-sm-p9 { margin-bottom: 9px !important; }
    .ml-sm-p9 { margin-left: 9px !important; }
    .mr-sm-p9 { margin-right: 9px !important; }

    .mx-sm-p9 { margin-left: 9px !important; margin-right: 9px !important; }
    .my-sm-p9 { margin-top: 9px !important; margin-bottom: 9px !important; }

    /* ** 10 ** */
    .m-sm-p10  { margin: 10px !important; }
    .mt-sm-p10 { margin-top: 10px !important; }
    .mb-sm-p10 { margin-bottom: 10px !important; }
    .ml-sm-p10 { margin-left: 10px !important; }
    .mr-sm-p10 { margin-right: 10px !important; }

    .mx-sm-p10 { margin-left: 10px !important; margin-right: 10px !important; }
    .my-sm-p10 { margin-top: 10px !important; margin-bottom: 10px !important; }

    /* ** 12 ** */
    .m-sm-p12  { margin: 12px !important; }
    .mt-sm-p12 { margin-top: 12px !important; }
    .mb-sm-p12 { margin-bottom: 12px !important; }
    .ml-sm-p12 { margin-left: 12px !important; }
    .mr-sm-p12 { margin-right: 12px !important; }

    .mx-sm-p12 { margin-left: 12px !important; margin-right: 12px !important; }
    .my-sm-p12 { margin-top: 12px !important; margin-bottom: 12px !important; }

    /* ** 14 ** */
    .m-sm-p14  { margin: 14px !important; }
    .mt-sm-p14 { margin-top: 14px !important; }
    .mb-sm-p14 { margin-bottom: 14px !important; }
    .ml-sm-p14 { margin-left: 14px !important; }
    .mr-sm-p14 { margin-right: 14px !important; }

    .mx-sm-p14 { margin-left: 14px !important; margin-right: 14px !important; }
    .my-sm-p14 { margin-top: 14px !important; margin-bottom: 14px !important; }

    /* ** 15 ** */
    .m-sm-p15  { margin: 15px !important; }
    .mt-sm-p15 { margin-top: 15px !important; }
    .mb-sm-p15 { margin-bottom: 15px !important; }
    .ml-sm-p15 { margin-left: 15px !important; }
    .mr-sm-p15 { margin-right: 15px !important; }

    .mx-sm-p15 { margin-left: 15px !important; margin-right: 15px !important; }
    .my-sm-p15 { margin-top: 15px !important; margin-bottom: 15px !important; }

    /* ** 16 ** */
    .m-sm-p16  { margin: 16px !important; }
    .mt-sm-p16 { margin-top: 16px !important; }
    .mb-sm-p16 { margin-bottom: 16px !important; }
    .ml-sm-p16 { margin-left: 16px !important; }
    .mr-sm-p16 { margin-right: 16px !important; }

    .mx-sm-p16 { margin-left: 16px !important; margin-right: 16px !important; }
    .my-sm-p16 { margin-top: 16px !important; margin-bottom: 16px !important; }

    /* ** 20 ** */
    .m-sm-p20  { margin: 20px !important; }
    .mt-sm-p20 { margin-top: 20px !important; }
    .mb-sm-p20 { margin-bottom: 20px !important; }
    .ml-sm-p20 { margin-left: 20px !important; }
    .mr-sm-p20 { margin-right: 20px !important; }

    .mx-sm-p20 { margin-left: 20px !important; margin-right: 20px !important; }
    .my-sm-p20 { margin-top: 20px !important; margin-bottom: 20px !important; }

    /* ** 18 ** */
    .m-sm-p18  { margin: 18px !important; }
    .mt-sm-p18 { margin-top: 18px !important; }
    .mb-sm-p18 { margin-bottom: 18px !important; }
    .ml-sm-p18 { margin-left: 18px !important; }
    .mr-sm-p18 { margin-right: 18px !important; }

    .mx-sm-p18 { margin-left: 18px !important; margin-right: 18px !important; }
    .my-sm-p18 { margin-top: 18px !important; margin-bottom: 18px !important; }

    /* ** 22 ** */
    .m-sm-p22  { margin: 22px !important; }
    .mt-sm-p22 { margin-top: 22px !important; }
    .mb-sm-p22 { margin-bottom: 22px !important; }
    .ml-sm-p22 { margin-left: 22px !important; }
    .mr-sm-p22 { margin-right: 22px !important; }

    .mx-sm-p22 { margin-left: 22px !important; margin-right: 22px !important; }
    .my-sm-p22 { margin-top: 22px !important; margin-bottom: 22px !important; }

    /* ** 24 ** */
    .m-sm-p24  { margin: 24px !important; }
    .mt-sm-p24 { margin-top: 24px !important; }
    .mb-sm-p24 { margin-bottom: 24px !important; }
    .ml-sm-p24 { margin-left: 24px !important; }
    .mr-sm-p24 { margin-right: 24px !important; }

    .mx-sm-p24 { margin-left: 24px !important; margin-right: 24px !important; }
    .my-sm-p24 { margin-top: 24px !important; margin-bottom: 24px !important; }

    /* ** 25 ** */
    .m-sm-p25  { margin: 25px !important; }
    .mt-sm-p25 { margin-top: 25px !important; }
    .mb-sm-p25 { margin-bottom: 25px !important; }
    .ml-sm-p25 { margin-left: 25px !important; }
    .mr-sm-p25 { margin-right: 25px !important; }

    .mx-sm-p25 { margin-left: 25px !important; margin-right: 25px !important; }
    .my-sm-p25 { margin-top: 25px !important; margin-bottom: 25px !important; }

    /* ** 26 ** */
    .m-sm-p26  { margin: 26px !important; }
    .mt-sm-p26 { margin-top: 26px !important; }
    .mb-sm-p26 { margin-bottom: 26px !important; }
    .ml-sm-p26 { margin-left: 26px !important; }
    .mr-sm-p26 { margin-right: 26px !important; }

    .mx-sm-p26 { margin-left: 26px !important; margin-right: 26px !important; }
    .my-sm-p26 { margin-top: 26px !important; margin-bottom: 26px !important; }

    /* ** 28 ** */
    .m-sm-p28  { margin: 28px !important; }
    .mt-sm-p28 { margin-top: 28px !important; }
    .mb-sm-p28 { margin-bottom: 28px !important; }
    .ml-sm-p28 { margin-left: 28px !important; }
    .mr-sm-p28 { margin-right: 28px !important; }

    .mx-sm-p28 { margin-left: 28px !important; margin-right: 28px !important; }
    .my-sm-p28 { margin-top: 28px !important; margin-bottom: 28px !important; }

    /* ** 30 ** */
    .m-sm-p30  { margin: 30px !important; }
    .mt-sm-p30 { margin-top: 30px !important; }
    .mb-sm-p30 { margin-bottom: 30px !important; }
    .ml-sm-p30 { margin-left: 30px !important; }
    .mr-sm-p30 { margin-right: 30px !important; }

    .mx-sm-p30 { margin-left: 30px !important; margin-right: 30px !important; }
    .my-sm-p30 { margin-top: 30px !important; margin-bottom: 30px !important; }

    /* ** 35 ** */
    .m-sm-p35  { margin: 35px !important; }
    .mt-sm-p35 { margin-top: 35px !important; }
    .mb-sm-p35 { margin-bottom: 35px !important; }
    .ml-sm-p35 { margin-left: 35px !important; }
    .mr-sm-p35 { margin-right: 35px !important; }

    .mx-sm-p35 { margin-left: 35px !important; margin-right: 35px !important; }
    .my-sm-p35 { margin-top: 35px !important; margin-bottom: 35px !important; }

    /* ** 40 ** */
    .m-sm-p40  { margin: 40px !important; }
    .mt-sm-p40 { margin-top: 40px !important; }
    .mb-sm-p40 { margin-bottom: 40px !important; }
    .ml-sm-p40 { margin-left: 40px !important; }
    .mr-sm-p40 { margin-right: 40px !important; }

    .mx-sm-p40 { margin-left: 40px !important; margin-right: 40px !important; }
    .my-sm-p40 { margin-top: 40px !important; margin-bottom: 40px !important; }

    /* ** 45 ** */
    .m-sm-p45  { margin: 45px !important; }
    .mt-sm-p45 { margin-top: 45px !important; }
    .mb-sm-p45 { margin-bottom: 45px !important; }
    .ml-sm-p45 { margin-left: 45px !important; }
    .mr-sm-p45 { margin-right: 45px !important; }

    .mx-sm-p45 { margin-left: 45px !important; margin-right: 45px !important; }
    .my-sm-p45 { margin-top: 45px !important; margin-bottom: 45px !important; }

    /* ** 50 ** */
    .m-sm-p50  { margin: 50px !important; }
    .mt-sm-p50 { margin-top: 50px !important; }
    .mb-sm-p50 { margin-bottom: 50px !important; }
    .ml-sm-p50 { margin-left: 50px !important; }
    .mr-sm-p50 { margin-right: 50px !important; }

    .mx-sm-p50 { margin-left: 50px !important; margin-right: 50px !important; }
    .my-sm-p50 { margin-top: 50px !important; margin-bottom: 50px !important; }

    /* ** 55 ** */
    .m-sm-p55  { margin: 55px !important; }
    .mt-sm-p55 { margin-top: 55px !important; }
    .mb-sm-p55 { margin-bottom: 55px !important; }
    .ml-sm-p55 { margin-left: 55px !important; }
    .mr-sm-p55 { margin-right: 55px !important; }

    .mx-sm-p55 { margin-left: 55px !important; margin-right: 55px !important; }
    .my-sm-p55 { margin-top: 55px !important; margin-bottom: 55px !important; }

    /* ** 60 ** */
    .m-sm-p60  { margin: 60px !important; }
    .mt-sm-p60 { margin-top: 60px !important; }
    .mb-sm-p60 { margin-bottom: 60px !important; }
    .ml-sm-p60 { margin-left: 60px !important; }
    .mr-sm-p60 { margin-right: 60px !important; }

    .mx-sm-p60 { margin-left: 60px !important; margin-right: 60px !important; }
    .my-sm-p60 { margin-top: 60px !important; margin-bottom: 60px !important; }

    /* ** 65 ** */
    .m-sm-p65  { margin: 65px !important; }
    .mt-sm-p65 { margin-top: 65px !important; }
    .mb-sm-p65 { margin-bottom: 65px !important; }
    .ml-sm-p65 { margin-left: 65px !important; }
    .mr-sm-p65 { margin-right: 65px !important; }

    .mx-sm-p65 { margin-left: 65px !important; margin-right: 65px !important; }
    .my-sm-p65 { margin-top: 65px !important; margin-bottom: 65px !important; }

    /* ** 70 ** */
    .m-sm-p70  { margin: 70px !important; }
    .mt-sm-p70 { margin-top: 70px !important; }
    .mb-sm-p70 { margin-bottom: 70px !important; }
    .ml-sm-p70 { margin-left: 70px !important; }
    .mr-sm-p70 { margin-right: 70px !important; }

    .mx-sm-p70 { margin-left: 70px !important; margin-right: 70px !important; }
    .my-sm-p70 { margin-top: 70px !important; margin-bottom: 70px !important; }

    /* ** 75 ** */
    .m-sm-p75  { margin: 75px !important; }
    .mt-sm-p75 { margin-top: 75px !important; }
    .mb-sm-p75 { margin-bottom: 75px !important; }
    .ml-sm-p75 { margin-left: 75px !important; }
    .mr-sm-p75 { margin-right: 75px !important; }

    .mx-sm-p75 { margin-left: 75px !important; margin-right: 75px !important; }
    .my-sm-p75 { margin-top: 75px !important; margin-bottom: 75px !important; }

    /* ** 80 ** */
    .m-sm-p80  { margin: 80px !important; }
    .mt-sm-p80 { margin-top: 80px !important; }
    .mb-sm-p80 { margin-bottom: 80px !important; }
    .ml-sm-p80 { margin-left: 80px !important; }
    .mr-sm-p80 { margin-right: 80px !important; }

    .mx-sm-p80 { margin-left: 80px !important; margin-right: 80px !important; }
    .my-sm-p80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    /* ** 85 ** */
    .m-sm-p85  { margin: 85px !important; }
    .mt-sm-p85 { margin-top: 85px !important; }
    .mb-sm-p85 { margin-bottom: 85px !important; }
    .ml-sm-p85 { margin-left: 85px !important; }
    .mr-sm-p85 { margin-right: 85px !important; }

    .mx-sm-p80 { margin-left: 80px !important; margin-right: 80px !important; }
    .my-sm-p80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    /* ** 90 ** */
    .m-sm-p90  { margin: 90px !important; }
    .mt-sm-p90 { margin-top: 90px !important; }
    .mb-sm-p90 { margin-bottom: 90px !important; }
    .ml-sm-p90 { margin-left: 90px !important; }
    .mr-sm-p90 { margin-right: 90px !important; }

    .mx-sm-p90 { margin-left: 90px !important; margin-right: 90px !important; }
    .my-sm-p90 { margin-top: 90px !important; margin-bottom: 90px !important; }

    /* ** 95 ** */
    .m-sm-p95  { margin: 95px !important; }
    .mt-sm-p95 { margin-top: 95px !important; }
    .mb-sm-p95 { margin-bottom: 95px !important; }
    .ml-sm-p95 { margin-left: 95px !important; }
    .mr-sm-p95 { margin-right: 95px !important; }

    .mx-sm-p95 { margin-left: 95px !important; margin-right: 95px !important; }
    .my-sm-p95 { margin-top: 95px !important; margin-bottom: 95px !important; }

    /* ** 100 ** */
    .m-sm-p100  { margin: 100px !important; }
    .mt-sm-p100 { margin-top: 100px !important; }
    .mb-sm-p100 { margin-bottom: 100px !important; }
    .ml-sm-p100 { margin-left: 100px !important; }
    .mr-sm-p100 { margin-right: 100px !important; }

    .mx-sm-p100 { margin-left: 100px !important; margin-right: 100px !important; }
    .my-sm-p100 { margin-top: 100px !important; margin-bottom: 100px !important; }
    /* ***** END MARGIN ***** */


    /* ***** BEGIN PADDING ***** */

    /* ** 5 ** */
    .p-sm-p5  { padding: 5px !important; }
    .pt-sm-p5 { padding-top: 5px !important; }
    .pb-sm-p5 { padding-bottom: 5px !important; }
    .pl-sm-p5 { padding-left: 5px !important; }
    .pr-sm-p5 { padding-right: 5px !important; }

    .px-sm-p5 { padding-left: 5px !important; padding-right: 5px !important; }
    .py-sm-p5 { padding-top: 5px !important; padding-bottom: 5px !important; }

    /* ** 10 ** */
    .p-sm-p10   { padding: 10px !important; }
    .pt-sm-p10 { padding-top: 10px !important; }
    .pb-sm-p10 { padding-bottom: 10px !important; }
    .pl-sm-p10 { padding-left: 10px !important; }
    .pr-sm-p10 { padding-right: 10px !important; }

    .px-sm-p10 { padding-left: 10px !important; padding-right: 10px !important; }
    .py-sm-p10 { padding-top: 10px !important; padding-bottom: 10px !important; }

    /* ** 15 ** */
    .p-sm-p15  { padding: 15px !important; }
    .pt-sm-p15 { padding-top: 15px !important; }
    .pb-sm-p15 { padding-bottom: 15px !important; }
    .pl-sm-p15 { padding-left: 15px !important; }
    .pr-sm-p15 { padding-right: 15px !important; }

    .px-sm-p15 { padding-left: 15px !important; padding-right: 15px !important; }
    .py-sm-p15 { padding-top: 15px !important; padding-bottom: 15px !important; }

    /* ** 20 ** */
    .p-sm-p20  { padding: 20px !important; }
    .pt-sm-p20 { padding-top: 20px !important; }
    .pb-sm-p20 { padding-bottom: 20px !important; }
    .pl-sm-p20 { padding-left: 20px !important; }
    .pr-sm-p20 { padding-right: 20px !important; }

    .px-sm-p20 { padding-left: 20px !important; padding-right: 20px !important; }
    .py-sm-p20 { padding-top: 20px !important; padding-bottom: 20px !important; }

    /* ** 25 ** */
    .p-sm-p25  { padding: 25px !important; }
    .pt-sm-p25 { padding-top: 25px !important; }
    .pb-sm-p25 { padding-bottom: 25px !important; }
    .pl-sm-p25 { padding-left: 25px !important; }
    .pr-sm-p25 { padding-right: 25px !important; }

    .px-sm-p25 { padding-left: 25px !important; padding-right: 25px !important; }
    .py-sm-p25 { padding-top: 25px !important; padding-bottom: 25px !important; }

    /* ** 30 ** */
    .p-sm-p30   { padding: 30px !important; }
    .pt-sm-p30 { padding-top: 30px !important; }
    .pb-sm-p30 { padding-bottom: 30px !important; }
    .pl-sm-p30 { padding-left: 30px !important; }
    .pr-sm-p30 { padding-right: 30px !important; }

    .px-sm-p30 { padding-left: 30px !important; padding-right: 30px !important; }
    .py-sm-p30 { padding-top: 30px !important; padding-bottom: 30px !important; }

    /* ** 35 ** */
    .p-sm-p35  { padding: 35px !important; }
    .pt-sm-p35 { padding-top: 35px !important; }
    .pb-sm-p35 { padding-bottom: 35px !important; }
    .pl-sm-p35 { padding-left: 35px !important; }
    .pr-sm-p35 { padding-right: 35px !important; }

    .px-sm-p35 { padding-left: 35px !important; padding-right: 35px !important; }
    .py-sm-p35 { padding-top: 35px !important; padding-bottom: 35px !important; }

    /* ** 40 ** */
    .p-sm-p40  { padding: 40px !important; }
    .pt-sm-p40 { padding-top: 40px !important; }
    .pb-sm-p40 { padding-bottom: 40px !important; }
    .pl-sm-p40 { padding-left: 40px !important; }
    .pr-sm-p40 { padding-right: 40px !important; }

    .px-sm-p40 { padding-left: 40px !important; padding-right: 40px !important; }
    .py-sm-p40 { padding-top: 40px !important; padding-bottom: 40px !important; }

    /* ** 45 ** */
    .p-sm-p45  { padding: 45px !important; }
    .pt-sm-p45 { padding-top: 45px !important; }
    .pb-sm-p45 { padding-bottom: 45px !important; }
    .pl-sm-p45 { padding-left: 45px !important; }
    .pr-sm-p45 { padding-right: 45px !important; }

    .px-sm-p45 { padding-left: 45px !important; padding-right: 45px !important; }
    .py-sm-p45 { padding-top: 45px !important; padding-bottom: 45px !important; }

    /* ** 50 ** */
    .p-sm-p50  { padding: 50px !important; }
    .pt-sm-p50 { padding-top: 50px !important; }
    .pb-sm-p50 { padding-bottom: 50px !important; }
    .pl-sm-p50 { padding-left: 50px !important; }
    .pr-sm-p50 { padding-right: 50px !important; }

    .px-sm-p50 { padding-left: 50px !important; padding-right: 50px !important; }
    .py-sm-p50 { padding-top: 50px !important; padding-bottom: 50px !important; }

    /* ** 55 ** */
    .p-sm-p55  { padding: 55px !important; }
    .pt-sm-p55 { padding-top: 55px !important; }
    .pb-sm-p55 { padding-bottom: 55px !important; }
    .pl-sm-p55 { padding-left: 55px !important; }
    .pr-sm-p55 { padding-right: 55px !important; }

    .px-sm-p55 { padding-left: 55px !important; padding-right: 55px !important; }
    .py-sm-p55 { padding-top: 55px !important; padding-bottom: 55px !important; }

    /* ** 60 ** */
    .p-sm-p60  { padding: 60px !important; }
    .pt-sm-p60 { padding-top: 60px !important; }
    .pb-sm-p60 { padding-bottom: 60px !important; }
    .pl-sm-p60 { padding-left: 60px !important; }
    .pr-sm-p60 { padding-right: 60px !important; }

    .px-sm-p60 { padding-left: 60px !important; padding-right: 60px !important; }
    .py-sm-p60 { padding-top: 60px !important; padding-bottom: 60px !important; }

    /* ** 65 ** */
    .p-sm-p65  { padding: 65px !important; }
    .pt-sm-p65 { padding-top: 65px !important; }
    .pb-sm-p65 { padding-bottom: 65px !important; }
    .pl-sm-p65 { padding-left: 65px !important; }
    .pr-sm-p65 { padding-right: 65px !important; }

    .px-sm-p65 { padding-left: 65px !important; padding-right: 65px !important; }
    .py-sm-p65 { padding-top: 65px !important; padding-bottom: 65px !important; }

    /* ** 70 ** */
    .p-sm-p70  { padding: 70px !important; }
    .pt-sm-p70 { padding-top: 70px !important; }
    .pb-sm-p70 { padding-bottom: 70px !important; }
    .pl-sm-p70 { padding-left: 70px !important; }
    .pr-sm-p70 { padding-right: 70px !important; }

    .px-sm-p70 { padding-left: 70px !important; padding-right: 70px !important; }
    .py-sm-p70 { padding-top: 70px !important; padding-bottom: 70px !important; }

    /* ** 75 ** */
    .p-sm-p75  { padding: 75px !important; }
    .pt-sm-p75 { padding-top: 75px !important; }
    .pb-sm-p75 { padding-bottom: 75px !important; }
    .pl-sm-p75 { padding-left: 75px !important; }
    .pr-sm-p75 { padding-right: 75px !important; }

    .px-sm-p75 { padding-left: 75px !important; padding-right: 75px !important; }
    .py-sm-p75 { padding-top: 75px !important; padding-bottom: 75px !important; }

    /* ** 80 ** */
    .p-sm-p80  { padding: 80px !important; }
    .pt-sm-p80 { padding-top: 80px !important; }
    .pb-sm-p80 { padding-bottom: 80px !important; }
    .pl-sm-p80 { padding-left: 80px !important; }
    .pr-sm-p80 { padding-right: 80px !important; }

    .px-sm-p80 { padding-left: 80px !important; padding-right: 80px !important; }
    .py-sm-p80 { padding-top: 80px !important; padding-bottom: 80px !important; }

    /* ** 85 ** */
    .p-sm-p85  { padding: 85px !important; }
    .pt-sm-p85 { padding-top: 85px !important; }
    .pb-sm-p85 { padding-bottom: 85px !important; }
    .pl-sm-p85 { padding-left: 85px !important; }
    .pr-sm-p85 { padding-right: 85px !important; }

    .px-sm-p85 { padding-left: 85px !important; padding-right: 85px !important; }
    .py-sm-p85 { padding-top: 85px !important; padding-bottom: 85px !important; }

    /* ** 90 ** */
    .p-sm-p90  { padding: 90px !important; }
    .pt-sm-p90 { padding-top: 90px !important; }
    .pb-sm-p90 { padding-bottom: 90px !important; }
    .pl-sm-p90 { padding-left: 90px !important; }
    .pr-sm-p90 { padding-right: 90px !important; }

    .px-sm-p90 { padding-left: 90px !important; padding-right: 90px !important; }
    .py-sm-p90 { padding-top: 90px !important; padding-bottom: 90px !important; }

    /* ** 95 ** */
    .p-sm-p95  { padding: 95px !important; }
    .pt-sm-p95 { padding-top: 95px !important; }
    .pb-sm-p95 { padding-bottom: 95px !important; }
    .pl-sm-p95 { padding-left: 95px !important; }
    .pr-sm-p95 { padding-right: 95px !important; }

    .px-sm-p95 { padding-left: 95px !important; padding-right: 95px !important; }
    .py-sm-p95 { padding-top: 95px !important; padding-bottom: 95px !important; }

    /* ** 100 ** */
    .p-sm-p100  { padding: 100px !important; }
    .pt-sm-p100 { padding-top: 100px !important; }
    .pb-sm-p100 { padding-bottom: 100px !important; }
    .pl-sm-p100 { padding-left: 100px !important; }
    .pr-sm-p100 { padding-right: 100px !important; }

    .px-sm-p100 { padding-left: 100px !important; padding-right: 100px !important; }
    .py-sm-p100 { padding-top: 100px !important; padding-bottom: 100px !important; }
    /* ***** END PADDING ***** */
}

@media (min-width: 768px) { /* md */
    /* ***** BEGIN MARGIN ***** */

    /* ** 5 ** */
    .m-md-p5  { margin: 5px !important; }
    .mt-md-p5 { margin-top: 5px !important; }
    .mb-md-p5 { margin-bottom: 5px !important; }
    .ml-md-p5 { margin-left: 5px !important; }
    .mr-md-p5 { margin-right: 5px !important; }

    .mx-md-p5 { margin-left: 5px !important; margin-right: 5px !important; }
    .my-md-p5 { margin-top: 5px !important; margin-bottom: 5px !important; }

    /* ** 10 ** */
    .m-md-p10  { margin: 10px !important; }
    .mt-md-p10 { margin-top: 10px !important; }
    .mb-md-p10 { margin-bottom: 10px !important; }
    .ml-md-p10 { margin-left: 10px !important; }
    .mr-md-p10 { margin-right: 10px !important; }

    .mx-md-p10 { margin-left: 10px !important; margin-right: 10px !important; }
    .my-md-p10 { margin-top: 10px !important; margin-bottom: 10px !important; }

    /* ** 15 ** */
    .m-md-p15  { margin: 15px !important; }
    .mt-md-p15 { margin-top: 15px !important; }
    .mb-md-p15 { margin-bottom: 15px !important; }
    .ml-md-p15 { margin-left: 15px !important; }
    .mr-md-p15 { margin-right: 15px !important; }

    .mx-md-p15 { margin-left: 15px !important; margin-right: 15px !important; }
    .my-md-p15 { margin-top: 15px !important; margin-bottom: 15px !important; }

    /* ** 20 ** */
    .m-md-p20  { margin: 20px !important; }
    .mt-md-p20 { margin-top: 20px !important; }
    .mb-md-p20 { margin-bottom: 20px !important; }
    .ml-md-p20 { margin-left: 20px !important; }
    .mr-md-p20 { margin-right: 20px !important; }

    .mx-md-p20 { margin-left: 20px !important; margin-right: 20px !important; }
    .my-md-p20 { margin-top: 20px !important; margin-bottom: 20px !important; }

    /* ** 22 ** */
    .m-md-p22  { margin: 22px !important; }
    .mt-md-p22 { margin-top: 22px !important; }
    .mb-md-p22 { margin-bottom: 22px !important; }
    .ml-md-p22 { margin-left: 22px !important; }
    .mr-md-p22 { margin-right: 22px !important; }

    .mx-md-p22 { margin-left: 22px !important; margin-right: 22px !important; }
    .my-md-p22 { margin-top: 22px !important; margin-bottom: 22px !important; }

    /* ** 25 ** */
    .m-md-p25  { margin: 25px !important; }
    .mt-md-p25 { margin-top: 25px !important; }
    .mb-md-p25 { margin-bottom: 25px !important; }
    .ml-md-p25 { margin-left: 25px !important; }
    .mr-md-p25 { margin-right: 25px !important; }

    .mx-md-p25 { margin-left: 25px !important; margin-right: 25px !important; }
    .my-md-p25 { margin-top: 25px !important; margin-bottom: 25px !important; }

    /* ** 30 ** */
    .m-md-p30  { margin: 30px !important; }
    .mt-md-p30 { margin-top: 30px !important; }
    .mb-md-p30 { margin-bottom: 30px !important; }
    .ml-md-p30 { margin-left: 30px !important; }
    .mr-md-p30 { margin-right: 30px !important; }

    .mx-md-p30 { margin-left: 30px !important; margin-right: 30px !important; }
    .my-md-p30 { margin-top: 30px !important; margin-bottom: 30px !important; }

    /* ** 35 ** */
    .m-md-p35  { margin: 35px !important; }
    .mt-md-p35 { margin-top: 35px !important; }
    .mb-md-p35 { margin-bottom: 35px !important; }
    .ml-md-p35 { margin-left: 35px !important; }
    .mr-md-p35 { margin-right: 35px !important; }

    .mx-md-p35 { margin-left: 35px !important; margin-right: 35px !important; }
    .my-md-p35 { margin-top: 35px !important; margin-bottom: 35px !important; }

    /* ** 40 ** */
    .m-md-p40  { margin: 40px !important; }
    .mt-md-p40 { margin-top: 40px !important; }
    .mb-md-p40 { margin-bottom: 40px !important; }
    .ml-md-p40 { margin-left: 40px !important; }
    .mr-md-p40 { margin-right: 40px !important; }

    .mx-md-p40 { margin-left: 40px !important; margin-right: 40px !important; }
    .my-md-p40 { margin-top: 40px !important; margin-bottom: 40px !important; }

    /* ** 45 ** */
    .m-md-p45  { margin: 45px !important; }
    .mt-md-p45 { margin-top: 45px !important; }
    .mb-md-p45 { margin-bottom: 45px !important; }
    .ml-md-p45 { margin-left: 45px !important; }
    .mr-md-p45 { margin-right: 45px !important; }

    .mx-md-p45 { margin-left: 45px !important; margin-right: 45px !important; }
    .my-md-p45 { margin-top: 45px !important; margin-bottom: 45px !important; }

    /* ** 50 ** */
    .m-md-p50  { margin: 50px !important; }
    .mt-md-p50 { margin-top: 50px !important; }
    .mb-md-p50 { margin-bottom: 50px !important; }
    .ml-md-p50 { margin-left: 50px !important; }
    .mr-md-p50 { margin-right: 50px !important; }

    .mx-md-p50 { margin-left: 50px !important; margin-right: 50px !important; }
    .my-md-p50 { margin-top: 50px !important; margin-bottom: 50px !important; }

    /* ** 55 ** */
    .m-md-p55  { margin: 55px !important; }
    .mt-md-p55 { margin-top: 55px !important; }
    .mb-md-p55 { margin-bottom: 55px !important; }
    .ml-md-p55 { margin-left: 55px !important; }
    .mr-md-p55 { margin-right: 55px !important; }

    .mx-md-p55 { margin-left: 55px !important; margin-right: 55px !important; }
    .my-md-p55 { margin-top: 55px !important; margin-bottom: 55px !important; }

    /* ** 60 ** */
    .m-md-p60  { margin: 60px !important; }
    .mt-md-p60 { margin-top: 60px !important; }
    .mb-md-p60 { margin-bottom: 60px !important; }
    .ml-md-p60 { margin-left: 60px !important; }
    .mr-md-p60 { margin-right: 60px !important; }

    .mx-md-p60 { margin-left: 60px !important; margin-right: 60px !important; }
    .my-md-p60 { margin-top: 60px !important; margin-bottom: 60px !important; }

    /* ** 65 ** */
    .m-md-p65  { margin: 65px !important; }
    .mt-md-p65 { margin-top: 65px !important; }
    .mb-md-p65 { margin-bottom: 65px !important; }
    .ml-md-p65 { margin-left: 65px !important; }
    .mr-md-p65 { margin-right: 65px !important; }

    .mx-md-p65 { margin-left: 65px !important; margin-right: 65px !important; }
    .my-md-p65 { margin-top: 65px !important; margin-bottom: 65px !important; }

    /* ** 70 ** */
    .m-md-p70  { margin: 70px !important; }
    .mt-md-p70 { margin-top: 70px !important; }
    .mb-md-p70 { margin-bottom: 70px !important; }
    .ml-md-p70 { margin-left: 70px !important; }
    .mr-md-p70 { margin-right: 70px !important; }

    .mx-md-p70 { margin-left: 70px !important; margin-right: 70px !important; }
    .my-md-p70 { margin-top: 70px !important; margin-bottom: 70px !important; }

    /* ** 75 ** */
    .m-md-p75  { margin: 75px !important; }
    .mt-md-p75 { margin-top: 75px !important; }
    .mb-md-p75 { margin-bottom: 75px !important; }
    .ml-md-p75 { margin-left: 75px !important; }
    .mr-md-p75 { margin-right: 75px !important; }

    .mx-md-p75 { margin-left: 75px !important; margin-right: 75px !important; }
    .my-md-p75 { margin-top: 75px !important; margin-bottom: 75px !important; }

    /* ** 80 ** */
    .m-md-p80  { margin: 80px !important; }
    .mt-md-p80 { margin-top: 80px !important; }
    .mb-md-p80 { margin-bottom: 80px !important; }
    .ml-md-p80 { margin-left: 80px !important; }
    .mr-md-p80 { margin-right: 80px !important; }

    .mx-md-p80 { margin-left: 80px !important; margin-right: 80px !important; }
    .my-md-p80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    /* ** 85 ** */
    .m-md-p85  { margin: 85px !important; }
    .mt-md-p85 { margin-top: 85px !important; }
    .mb-md-p85 { margin-bottom: 85px !important; }
    .ml-md-p85 { margin-left: 85px !important; }
    .mr-md-p85 { margin-right: 85px !important; }

    .mx-md-p80 { margin-left: 80px !important; margin-right: 80px !important; }
    .my-md-p80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    /* ** 90 ** */
    .m-md-p90  { margin: 90px !important; }
    .mt-md-p90 { margin-top: 90px !important; }
    .mb-md-p90 { margin-bottom: 90px !important; }
    .ml-md-p90 { margin-left: 90px !important; }
    .mr-md-p90 { margin-right: 90px !important; }

    .mx-md-p90 { margin-left: 90px !important; margin-right: 90px !important; }
    .my-md-p90 { margin-top: 90px !important; margin-bottom: 90px !important; }

    /* ** 95 ** */
    .m-md-p95  { margin: 95px !important; }
    .mt-md-p95 { margin-top: 95px !important; }
    .mb-md-p95 { margin-bottom: 95px !important; }
    .ml-md-p95 { margin-left: 95px !important; }
    .mr-md-p95 { margin-right: 95px !important; }

    .mx-md-p95 { margin-left: 95px !important; margin-right: 95px !important; }
    .my-md-p95 { margin-top: 95px !important; margin-bottom: 95px !important; }

    /* ** 100 ** */
    .m-md-p100  { margin: 100px !important; }
    .mt-md-p100 { margin-top: 100px !important; }
    .mb-md-p100 { margin-bottom: 100px !important; }
    .ml-md-p100 { margin-left: 100px !important; }
    .mr-md-p100 { margin-right: 100px !important; }

    .mx-md-p100 { margin-left: 100px !important; margin-right: 100px !important; }
    .my-md-p100 { margin-top: 100px !important; margin-bottom: 100px !important; }
    /* ***** END MARGIN ***** */


    /* ***** BEGIN PADDING ***** */

    /* ** 5 ** */
    .p-md-p5  { padding: 5px !important; }
    .pt-md-p5 { padding-top: 5px !important; }
    .pb-md-p5 { padding-bottom: 5px !important; }
    .pl-md-p5 { padding-left: 5px !important; }
    .pr-md-p5 { padding-right: 5px !important; }

    .px-md-p5 { padding-left: 5px !important; padding-right: 5px !important; }
    .py-md-p5 { padding-top: 5px !important; padding-bottom: 5px !important; }

    /* ** 10 ** */
    .p-md-p10   { padding: 10px !important; }
    .pt-md-p10 { padding-top: 10px !important; }
    .pb-md-p10 { padding-bottom: 10px !important; }
    .pl-md-p10 { padding-left: 10px !important; }
    .pr-md-p10 { padding-right: 10px !important; }

    .px-md-p10 { padding-left: 10px !important; padding-right: 10px !important; }
    .py-md-p10 { padding-top: 10px !important; padding-bottom: 10px !important; }

    /* ** 15 ** */
    .p-md-p15  { padding: 15px !important; }
    .pt-md-p15 { padding-top: 15px !important; }
    .pb-md-p15 { padding-bottom: 15px !important; }
    .pl-md-p15 { padding-left: 15px !important; }
    .pr-md-p15 { padding-right: 15px !important; }

    .px-md-p15 { padding-left: 15px !important; padding-right: 15px !important; }
    .py-md-p15 { padding-top: 15px !important; padding-bottom: 15px !important; }

    /* ** 20 ** */
    .p-md-p20  { padding: 20px !important; }
    .pt-md-p20 { padding-top: 20px !important; }
    .pb-md-p20 { padding-bottom: 20px !important; }
    .pl-md-p20 { padding-left: 20px !important; }
    .pr-md-p20 { padding-right: 20px !important; }

    .px-md-p20 { padding-left: 20px !important; padding-right: 20px !important; }
    .py-md-p20 { padding-top: 20px !important; padding-bottom: 20px !important; }

    /* ** 25 ** */
    .p-md-p25  { padding: 25px !important; }
    .pt-md-p25 { padding-top: 25px !important; }
    .pb-md-p25 { padding-bottom: 25px !important; }
    .pl-md-p25 { padding-left: 25px !important; }
    .pr-md-p25 { padding-right: 25px !important; }

    .px-md-p25 { padding-left: 25px !important; padding-right: 25px !important; }
    .py-md-p25 { padding-top: 25px !important; padding-bottom: 25px !important; }

    /* ** 30 ** */
    .p-md-p30   { padding: 30px !important; }
    .pt-md-p30 { padding-top: 30px !important; }
    .pb-md-p30 { padding-bottom: 30px !important; }
    .pl-md-p30 { padding-left: 30px !important; }
    .pr-md-p30 { padding-right: 30px !important; }

    .px-md-p30 { padding-left: 30px !important; padding-right: 30px !important; }
    .py-md-p30 { padding-top: 30px !important; padding-bottom: 30px !important; }

    /* ** 35 ** */
    .p-md-p35  { padding: 35px !important; }
    .pt-md-p35 { padding-top: 35px !important; }
    .pb-md-p35 { padding-bottom: 35px !important; }
    .pl-md-p35 { padding-left: 35px !important; }
    .pr-md-p35 { padding-right: 35px !important; }

    .px-md-p35 { padding-left: 35px !important; padding-right: 35px !important; }
    .py-md-p35 { padding-top: 35px !important; padding-bottom: 35px !important; }

    /* ** 40 ** */
    .p-md-p40  { padding: 40px !important; }
    .pt-md-p40 { padding-top: 40px !important; }
    .pb-md-p40 { padding-bottom: 40px !important; }
    .pl-md-p40 { padding-left: 40px !important; }
    .pr-md-p40 { padding-right: 40px !important; }

    .px-md-p40 { padding-left: 40px !important; padding-right: 40px !important; }
    .py-md-p40 { padding-top: 40px !important; padding-bottom: 40px !important; }

    /* ** 45 ** */
    .p-md-p45  { padding: 45px !important; }
    .pt-md-p45 { padding-top: 45px !important; }
    .pb-md-p45 { padding-bottom: 45px !important; }
    .pl-md-p45 { padding-left: 45px !important; }
    .pr-md-p45 { padding-right: 45px !important; }

    .px-md-p45 { padding-left: 45px !important; padding-right: 45px !important; }
    .py-md-p45 { padding-top: 45px !important; padding-bottom: 45px !important; }

    /* ** 50 ** */
    .p-md-p50  { padding: 50px !important; }
    .pt-md-p50 { padding-top: 50px !important; }
    .pb-md-p50 { padding-bottom: 50px !important; }
    .pl-md-p50 { padding-left: 50px !important; }
    .pr-md-p50 { padding-right: 50px !important; }

    .px-md-p50 { padding-left: 50px !important; padding-right: 50px !important; }
    .py-md-p50 { padding-top: 50px !important; padding-bottom: 50px !important; }

    /* ** 55 ** */
    .p-md-p55  { padding: 55px !important; }
    .pt-md-p55 { padding-top: 55px !important; }
    .pb-md-p55 { padding-bottom: 55px !important; }
    .pl-md-p55 { padding-left: 55px !important; }
    .pr-md-p55 { padding-right: 55px !important; }

    .px-md-p55 { padding-left: 55px !important; padding-right: 55px !important; }
    .py-md-p55 { padding-top: 55px !important; padding-bottom: 55px !important; }

    /* ** 60 ** */
    .p-md-p60  { padding: 60px !important; }
    .pt-md-p60 { padding-top: 60px !important; }
    .pb-md-p60 { padding-bottom: 60px !important; }
    .pl-md-p60 { padding-left: 60px !important; }
    .pr-md-p60 { padding-right: 60px !important; }

    .px-md-p60 { padding-left: 60px !important; padding-right: 60px !important; }
    .py-md-p60 { padding-top: 60px !important; padding-bottom: 60px !important; }

    /* ** 65 ** */
    .p-md-p65  { padding: 65px !important; }
    .pt-md-p65 { padding-top: 65px !important; }
    .pb-md-p65 { padding-bottom: 65px !important; }
    .pl-md-p65 { padding-left: 65px !important; }
    .pr-md-p65 { padding-right: 65px !important; }

    .px-md-p65 { padding-left: 65px !important; padding-right: 65px !important; }
    .py-md-p65 { padding-top: 65px !important; padding-bottom: 65px !important; }

    /* ** 70 ** */
    .p-md-p70  { padding: 70px !important; }
    .pt-md-p70 { padding-top: 70px !important; }
    .pb-md-p70 { padding-bottom: 70px !important; }
    .pl-md-p70 { padding-left: 70px !important; }
    .pr-md-p70 { padding-right: 70px !important; }

    .px-md-p70 { padding-left: 70px !important; padding-right: 70px !important; }
    .py-md-p70 { padding-top: 70px !important; padding-bottom: 70px !important; }

    /* ** 75 ** */
    .p-md-p75  { padding: 75px !important; }
    .pt-md-p75 { padding-top: 75px !important; }
    .pb-md-p75 { padding-bottom: 75px !important; }
    .pl-md-p75 { padding-left: 75px !important; }
    .pr-md-p75 { padding-right: 75px !important; }

    .px-md-p75 { padding-left: 75px !important; padding-right: 75px !important; }
    .py-md-p75 { padding-top: 75px !important; padding-bottom: 75px !important; }

    /* ** 80 ** */
    .p-md-p80  { padding: 80px !important; }
    .pt-md-p80 { padding-top: 80px !important; }
    .pb-md-p80 { padding-bottom: 80px !important; }
    .pl-md-p80 { padding-left: 80px !important; }
    .pr-md-p80 { padding-right: 80px !important; }

    .px-md-p80 { padding-left: 80px !important; padding-right: 80px !important; }
    .py-md-p80 { padding-top: 80px !important; padding-bottom: 80px !important; }

    /* ** 85 ** */
    .p-md-p85  { padding: 85px !important; }
    .pt-md-p85 { padding-top: 85px !important; }
    .pb-md-p85 { padding-bottom: 85px !important; }
    .pl-md-p85 { padding-left: 85px !important; }
    .pr-md-p85 { padding-right: 85px !important; }

    .px-md-p85 { padding-left: 85px !important; padding-right: 85px !important; }
    .py-md-p85 { padding-top: 85px !important; padding-bottom: 85px !important; }

    /* ** 90 ** */
    .p-md-p90  { padding: 90px !important; }
    .pt-md-p90 { padding-top: 90px !important; }
    .pb-md-p90 { padding-bottom: 90px !important; }
    .pl-md-p90 { padding-left: 90px !important; }
    .pr-md-p90 { padding-right: 90px !important; }

    .px-md-p90 { padding-left: 90px !important; padding-right: 90px !important; }
    .py-md-p90 { padding-top: 90px !important; padding-bottom: 90px !important; }

    /* ** 95 ** */
    .p-md-p95  { padding: 95px !important; }
    .pt-md-p95 { padding-top: 95px !important; }
    .pb-md-p95 { padding-bottom: 95px !important; }
    .pl-md-p95 { padding-left: 95px !important; }
    .pr-md-p95 { padding-right: 95px !important; }

    .px-md-p95 { padding-left: 95px !important; padding-right: 95px !important; }
    .py-md-p95 { padding-top: 95px !important; padding-bottom: 95px !important; }

    /* ** 100 ** */
    .p-md-p100  { padding: 100px !important; }
    .pt-md-p100 { padding-top: 100px !important; }
    .pb-md-p100 { padding-bottom: 100px !important; }
    .pl-md-p100 { padding-left: 100px !important; }
    .pr-md-p100 { padding-right: 100px !important; }

    .px-md-p100 { padding-left: 100px !important; padding-right: 100px !important; }
    .py-md-p100 { padding-top: 100px !important; padding-bottom: 100px !important; }
    /* ***** END PADDING ***** */
}

@media (min-width: 992px) { /* lg */
    /* ***** BEGIN MARGIN ***** */

    /* ** 5 ** */
    .m-lg-p5  { margin: 5px !important; }
    .mt-lg-p5 { margin-top: 5px !important; }
    .mb-lg-p5 { margin-bottom: 5px !important; }
    .ml-lg-p5 { margin-left: 5px !important; }
    .mr-lg-p5 { margin-right: 5px !important; }

    .mx-lg-p5 { margin-left: 5px !important; margin-right: 5px !important; }
    .my-lg-p5 { margin-top: 5px !important; margin-bottom: 5px !important; }

    /* ** 10 ** */
    .m-lg-p10  { margin: 10px !important; }
    .mt-lg-p10 { margin-top: 10px !important; }
    .mb-lg-p10 { margin-bottom: 10px !important; }
    .ml-lg-p10 { margin-left: 10px !important; }
    .mr-lg-p10 { margin-right: 10px !important; }

    .mx-lg-p10 { margin-left: 10px !important; margin-right: 10px !important; }
    .my-lg-p10 { margin-top: 10px !important; margin-bottom: 10px !important; }

    /* ** 15 ** */
    .m-lg-p15  { margin: 15px !important; }
    .mt-lg-p15 { margin-top: 15px !important; }
    .mb-lg-p15 { margin-bottom: 15px !important; }
    .ml-lg-p15 { margin-left: 15px !important; }
    .mr-lg-p15 { margin-right: 15px !important; }

    .mx-lg-p15 { margin-left: 15px !important; margin-right: 15px !important; }
    .my-lg-p15 { margin-top: 15px !important; margin-bottom: 15px !important; }

    /* ** 20 ** */
    .m-lg-p20  { margin: 20px !important; }
    .mt-lg-p20 { margin-top: 20px !important; }
    .mb-lg-p20 { margin-bottom: 20px !important; }
    .ml-lg-p20 { margin-left: 20px !important; }
    .mr-lg-p20 { margin-right: 20px !important; }

    .mx-lg-p20 { margin-left: 20px !important; margin-right: 20px !important; }
    .my-lg-p20 { margin-top: 20px !important; margin-bottom: 20px !important; }

    /* ** 22 ** */
    .m-lg-p22  { margin: 22px !important; }
    .mt-lg-p22 { margin-top: 22px !important; }
    .mb-lg-p22 { margin-bottom: 22px !important; }
    .ml-lg-p22 { margin-left: 22px !important; }
    .mr-lg-p22 { margin-right: 22px !important; }

    .mx-lg-p22 { margin-left: 22px !important; margin-right: 22px !important; }
    .my-lg-p22 { margin-top: 22px !important; margin-bottom: 22px !important; }

    /* ** 25 ** */
    .m-lg-p25  { margin: 25px !important; }
    .mt-lg-p25 { margin-top: 25px !important; }
    .mb-lg-p25 { margin-bottom: 25px !important; }
    .ml-lg-p25 { margin-left: 25px !important; }
    .mr-lg-p25 { margin-right: 25px !important; }

    .mx-lg-p25 { margin-left: 25px !important; margin-right: 25px !important; }
    .my-lg-p25 { margin-top: 25px !important; margin-bottom: 25px !important; }

    /* ** 30 ** */
    .m-lg-p30  { margin: 30px !important; }
    .mt-lg-p30 { margin-top: 30px !important; }
    .mb-lg-p30 { margin-bottom: 30px !important; }
    .ml-lg-p30 { margin-left: 30px !important; }
    .mr-lg-p30 { margin-right: 30px !important; }

    .mx-lg-p30 { margin-left: 30px !important; margin-right: 30px !important; }
    .my-lg-p30 { margin-top: 30px !important; margin-bottom: 30px !important; }

    /* ** 35 ** */
    .m-lg-p35  { margin: 35px !important; }
    .mt-lg-p35 { margin-top: 35px !important; }
    .mb-lg-p35 { margin-bottom: 35px !important; }
    .ml-lg-p35 { margin-left: 35px !important; }
    .mr-lg-p35 { margin-right: 35px !important; }

    .mx-lg-p35 { margin-left: 35px !important; margin-right: 35px !important; }
    .my-lg-p35 { margin-top: 35px !important; margin-bottom: 35px !important; }

    /* ** 40 ** */
    .m-lg-p40  { margin: 40px !important; }
    .mt-lg-p40 { margin-top: 40px !important; }
    .mb-lg-p40 { margin-bottom: 40px !important; }
    .ml-lg-p40 { margin-left: 40px !important; }
    .mr-lg-p40 { margin-right: 40px !important; }

    .mx-lg-p40 { margin-left: 40px !important; margin-right: 40px !important; }
    .my-lg-p40 { margin-top: 40px !important; margin-bottom: 40px !important; }

    /* ** 45 ** */
    .m-lg-p45  { margin: 45px !important; }
    .mt-lg-p45 { margin-top: 45px !important; }
    .mb-lg-p45 { margin-bottom: 45px !important; }
    .ml-lg-p45 { margin-left: 45px !important; }
    .mr-lg-p45 { margin-right: 45px !important; }

    .mx-lg-p45 { margin-left: 45px !important; margin-right: 45px !important; }
    .my-lg-p45 { margin-top: 45px !important; margin-bottom: 45px !important; }

    /* ** 50 ** */
    .m-lg-p50  { margin: 50px !important; }
    .mt-lg-p50 { margin-top: 50px !important; }
    .mb-lg-p50 { margin-bottom: 50px !important; }
    .ml-lg-p50 { margin-left: 50px !important; }
    .mr-lg-p50 { margin-right: 50px !important; }

    .mx-lg-p50 { margin-left: 50px !important; margin-right: 50px !important; }
    .my-lg-p50 { margin-top: 50px !important; margin-bottom: 50px !important; }

    /* ** 55 ** */
    .m-lg-p55  { margin: 55px !important; }
    .mt-lg-p55 { margin-top: 55px !important; }
    .mb-lg-p55 { margin-bottom: 55px !important; }
    .ml-lg-p55 { margin-left: 55px !important; }
    .mr-lg-p55 { margin-right: 55px !important; }

    .mx-lg-p55 { margin-left: 55px !important; margin-right: 55px !important; }
    .my-lg-p55 { margin-top: 55px !important; margin-bottom: 55px !important; }

    /* ** 60 ** */
    .m-lg-p60  { margin: 60px !important; }
    .mt-lg-p60 { margin-top: 60px !important; }
    .mb-lg-p60 { margin-bottom: 60px !important; }
    .ml-lg-p60 { margin-left: 60px !important; }
    .mr-lg-p60 { margin-right: 60px !important; }

    .mx-lg-p60 { margin-left: 60px !important; margin-right: 60px !important; }
    .my-lg-p60 { margin-top: 60px !important; margin-bottom: 60px !important; }

    /* ** 65 ** */
    .m-lg-p65  { margin: 65px !important; }
    .mt-lg-p65 { margin-top: 65px !important; }
    .mb-lg-p65 { margin-bottom: 65px !important; }
    .ml-lg-p65 { margin-left: 65px !important; }
    .mr-lg-p65 { margin-right: 65px !important; }

    .mx-lg-p65 { margin-left: 65px !important; margin-right: 65px !important; }
    .my-lg-p65 { margin-top: 65px !important; margin-bottom: 65px !important; }

    /* ** 70 ** */
    .m-lg-p70  { margin: 70px !important; }
    .mt-lg-p70 { margin-top: 70px !important; }
    .mb-lg-p70 { margin-bottom: 70px !important; }
    .ml-lg-p70 { margin-left: 70px !important; }
    .mr-lg-p70 { margin-right: 70px !important; }

    .mx-lg-p70 { margin-left: 70px !important; margin-right: 70px !important; }
    .my-lg-p70 { margin-top: 70px !important; margin-bottom: 70px !important; }

    /* ** 75 ** */
    .m-lg-p75  { margin: 75px !important; }
    .mt-lg-p75 { margin-top: 75px !important; }
    .mb-lg-p75 { margin-bottom: 75px !important; }
    .ml-lg-p75 { margin-left: 75px !important; }
    .mr-lg-p75 { margin-right: 75px !important; }

    .mx-lg-p75 { margin-left: 75px !important; margin-right: 75px !important; }
    .my-lg-p75 { margin-top: 75px !important; margin-bottom: 75px !important; }

    /* ** 80 ** */
    .m-lg-p80  { margin: 80px !important; }
    .mt-lg-p80 { margin-top: 80px !important; }
    .mb-lg-p80 { margin-bottom: 80px !important; }
    .ml-lg-p80 { margin-left: 80px !important; }
    .mr-lg-p80 { margin-right: 80px !important; }

    .mx-lg-p80 { margin-left: 80px !important; margin-right: 80px !important; }
    .my-lg-p80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    /* ** 85 ** */
    .m-lg-p85  { margin: 85px !important; }
    .mt-lg-p85 { margin-top: 85px !important; }
    .mb-lg-p85 { margin-bottom: 85px !important; }
    .ml-lg-p85 { margin-left: 85px !important; }
    .mr-lg-p85 { margin-right: 85px !important; }

    .mx-lg-p80 { margin-left: 80px !important; margin-right: 80px !important; }
    .my-lg-p80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    /* ** 90 ** */
    .m-lg-p90  { margin: 90px !important; }
    .mt-lg-p90 { margin-top: 90px !important; }
    .mb-lg-p90 { margin-bottom: 90px !important; }
    .ml-lg-p90 { margin-left: 90px !important; }
    .mr-lg-p90 { margin-right: 90px !important; }

    .mx-lg-p90 { margin-left: 90px !important; margin-right: 90px !important; }
    .my-lg-p90 { margin-top: 90px !important; margin-bottom: 90px !important; }

    /* ** 95 ** */
    .m-lg-p95  { margin: 95px !important; }
    .mt-lg-p95 { margin-top: 95px !important; }
    .mb-lg-p95 { margin-bottom: 95px !important; }
    .ml-lg-p95 { margin-left: 95px !important; }
    .mr-lg-p95 { margin-right: 95px !important; }

    .mx-lg-p95 { margin-left: 95px !important; margin-right: 95px !important; }
    .my-lg-p95 { margin-top: 95px !important; margin-bottom: 95px !important; }

    /* ** 100 ** */
    .m-lg-p100  { margin: 100px !important; }
    .mt-lg-p100 { margin-top: 100px !important; }
    .mb-lg-p100 { margin-bottom: 100px !important; }
    .ml-lg-p100 { margin-left: 100px !important; }
    .mr-lg-p100 { margin-right: 100px !important; }

    .mx-lg-p100 { margin-left: 100px !important; margin-right: 100px !important; }
    .my-lg-p100 { margin-top: 100px !important; margin-bottom: 100px !important; }
    /* ***** END MARGIN ***** */


    /* ***** BEGIN PADDING ***** */

    /* ** 5 ** */
    .p-lg-p5  { padding: 5px !important; }
    .pt-lg-p5 { padding-top: 5px !important; }
    .pb-lg-p5 { padding-bottom: 5px !important; }
    .pl-lg-p5 { padding-left: 5px !important; }
    .pr-lg-p5 { padding-right: 5px !important; }

    .px-lg-p5 { padding-left: 5px !important; padding-right: 5px !important; }
    .py-lg-p5 { padding-top: 5px !important; padding-bottom: 5px !important; }

    /* ** 10 ** */
    .p-lg-p10   { padding: 10px !important; }
    .pt-lg-p10 { padding-top: 10px !important; }
    .pb-lg-p10 { padding-bottom: 10px !important; }
    .pl-lg-p10 { padding-left: 10px !important; }
    .pr-lg-p10 { padding-right: 10px !important; }

    .px-lg-p10 { padding-left: 10px !important; padding-right: 10px !important; }
    .py-lg-p10 { padding-top: 10px !important; padding-bottom: 10px !important; }

    /* ** 15 ** */
    .p-lg-p15  { padding: 15px !important; }
    .pt-lg-p15 { padding-top: 15px !important; }
    .pb-lg-p15 { padding-bottom: 15px !important; }
    .pl-lg-p15 { padding-left: 15px !important; }
    .pr-lg-p15 { padding-right: 15px !important; }

    .px-lg-p15 { padding-left: 15px !important; padding-right: 15px !important; }
    .py-lg-p15 { padding-top: 15px !important; padding-bottom: 15px !important; }

    /* ** 20 ** */
    .p-lg-p20  { padding: 20px !important; }
    .pt-lg-p20 { padding-top: 20px !important; }
    .pb-lg-p20 { padding-bottom: 20px !important; }
    .pl-lg-p20 { padding-left: 20px !important; }
    .pr-lg-p20 { padding-right: 20px !important; }

    .px-lg-p20 { padding-left: 20px !important; padding-right: 20px !important; }
    .py-lg-p20 { padding-top: 20px !important; padding-bottom: 20px !important; }

    /* ** 25 ** */
    .p-lg-p25  { padding: 25px !important; }
    .pt-lg-p25 { padding-top: 25px !important; }
    .pb-lg-p25 { padding-bottom: 25px !important; }
    .pl-lg-p25 { padding-left: 25px !important; }
    .pr-lg-p25 { padding-right: 25px !important; }

    .px-lg-p25 { padding-left: 25px !important; padding-right: 25px !important; }
    .py-lg-p25 { padding-top: 25px !important; padding-bottom: 25px !important; }

    /* ** 30 ** */
    .p-lg-p30   { padding: 30px !important; }
    .pt-lg-p30 { padding-top: 30px !important; }
    .pb-lg-p30 { padding-bottom: 30px !important; }
    .pl-lg-p30 { padding-left: 30px !important; }
    .pr-lg-p30 { padding-right: 30px !important; }

    .px-lg-p30 { padding-left: 30px !important; padding-right: 30px !important; }
    .py-lg-p30 { padding-top: 30px !important; padding-bottom: 30px !important; }

    /* ** 35 ** */
    .p-lg-p35  { padding: 35px !important; }
    .pt-lg-p35 { padding-top: 35px !important; }
    .pb-lg-p35 { padding-bottom: 35px !important; }
    .pl-lg-p35 { padding-left: 35px !important; }
    .pr-lg-p35 { padding-right: 35px !important; }

    .px-lg-p35 { padding-left: 35px !important; padding-right: 35px !important; }
    .py-lg-p35 { padding-top: 35px !important; padding-bottom: 35px !important; }

    /* ** 40 ** */
    .p-lg-p40  { padding: 40px !important; }
    .pt-lg-p40 { padding-top: 40px !important; }
    .pb-lg-p40 { padding-bottom: 40px !important; }
    .pl-lg-p40 { padding-left: 40px !important; }
    .pr-lg-p40 { padding-right: 40px !important; }

    .px-lg-p40 { padding-left: 40px !important; padding-right: 40px !important; }
    .py-lg-p40 { padding-top: 40px !important; padding-bottom: 40px !important; }

    /* ** 45 ** */
    .p-lg-p45  { padding: 45px !important; }
    .pt-lg-p45 { padding-top: 45px !important; }
    .pb-lg-p45 { padding-bottom: 45px !important; }
    .pl-lg-p45 { padding-left: 45px !important; }
    .pr-lg-p45 { padding-right: 45px !important; }

    .px-lg-p45 { padding-left: 45px !important; padding-right: 45px !important; }
    .py-lg-p45 { padding-top: 45px !important; padding-bottom: 45px !important; }

    /* ** 50 ** */
    .p-lg-p50  { padding: 50px !important; }
    .pt-lg-p50 { padding-top: 50px !important; }
    .pb-lg-p50 { padding-bottom: 50px !important; }
    .pl-lg-p50 { padding-left: 50px !important; }
    .pr-lg-p50 { padding-right: 50px !important; }

    .px-lg-p50 { padding-left: 50px !important; padding-right: 50px !important; }
    .py-lg-p50 { padding-top: 50px !important; padding-bottom: 50px !important; }

    /* ** 55 ** */
    .p-lg-p55  { padding: 55px !important; }
    .pt-lg-p55 { padding-top: 55px !important; }
    .pb-lg-p55 { padding-bottom: 55px !important; }
    .pl-lg-p55 { padding-left: 55px !important; }
    .pr-lg-p55 { padding-right: 55px !important; }

    .px-lg-p55 { padding-left: 55px !important; padding-right: 55px !important; }
    .py-lg-p55 { padding-top: 55px !important; padding-bottom: 55px !important; }

    /* ** 60 ** */
    .p-lg-p60  { padding: 60px !important; }
    .pt-lg-p60 { padding-top: 60px !important; }
    .pb-lg-p60 { padding-bottom: 60px !important; }
    .pl-lg-p60 { padding-left: 60px !important; }
    .pr-lg-p60 { padding-right: 60px !important; }

    .px-lg-p60 { padding-left: 60px !important; padding-right: 60px !important; }
    .py-lg-p60 { padding-top: 60px !important; padding-bottom: 60px !important; }

    /* ** 65 ** */
    .p-lg-p65  { padding: 65px !important; }
    .pt-lg-p65 { padding-top: 65px !important; }
    .pb-lg-p65 { padding-bottom: 65px !important; }
    .pl-lg-p65 { padding-left: 65px !important; }
    .pr-lg-p65 { padding-right: 65px !important; }

    .px-lg-p65 { padding-left: 65px !important; padding-right: 65px !important; }
    .py-lg-p65 { padding-top: 65px !important; padding-bottom: 65px !important; }

    /* ** 70 ** */
    .p-lg-p70  { padding: 70px !important; }
    .pt-lg-p70 { padding-top: 70px !important; }
    .pb-lg-p70 { padding-bottom: 70px !important; }
    .pl-lg-p70 { padding-left: 70px !important; }
    .pr-lg-p70 { padding-right: 70px !important; }

    .px-lg-p70 { padding-left: 70px !important; padding-right: 70px !important; }
    .py-lg-p70 { padding-top: 70px !important; padding-bottom: 70px !important; }

    /* ** 75 ** */
    .p-lg-p75  { padding: 75px !important; }
    .pt-lg-p75 { padding-top: 75px !important; }
    .pb-lg-p75 { padding-bottom: 75px !important; }
    .pl-lg-p75 { padding-left: 75px !important; }
    .pr-lg-p75 { padding-right: 75px !important; }

    .px-lg-p75 { padding-left: 75px !important; padding-right: 75px !important; }
    .py-lg-p75 { padding-top: 75px !important; padding-bottom: 75px !important; }

    /* ** 80 ** */
    .p-lg-p80  { padding: 80px !important; }
    .pt-lg-p80 { padding-top: 80px !important; }
    .pb-lg-p80 { padding-bottom: 80px !important; }
    .pl-lg-p80 { padding-left: 80px !important; }
    .pr-lg-p80 { padding-right: 80px !important; }

    .px-lg-p80 { padding-left: 80px !important; padding-right: 80px !important; }
    .py-lg-p80 { padding-top: 80px !important; padding-bottom: 80px !important; }

    /* ** 85 ** */
    .p-lg-p85  { padding: 85px !important; }
    .pt-lg-p85 { padding-top: 85px !important; }
    .pb-lg-p85 { padding-bottom: 85px !important; }
    .pl-lg-p85 { padding-left: 85px !important; }
    .pr-lg-p85 { padding-right: 85px !important; }

    .px-lg-p85 { padding-left: 85px !important; padding-right: 85px !important; }
    .py-lg-p85 { padding-top: 85px !important; padding-bottom: 85px !important; }

    /* ** 90 ** */
    .p-lg-p90  { padding: 90px !important; }
    .pt-lg-p90 { padding-top: 90px !important; }
    .pb-lg-p90 { padding-bottom: 90px !important; }
    .pl-lg-p90 { padding-left: 90px !important; }
    .pr-lg-p90 { padding-right: 90px !important; }

    .px-lg-p90 { padding-left: 90px !important; padding-right: 90px !important; }
    .py-lg-p90 { padding-top: 90px !important; padding-bottom: 90px !important; }

    /* ** 95 ** */
    .p-lg-p95  { padding: 95px !important; }
    .pt-lg-p95 { padding-top: 95px !important; }
    .pb-lg-p95 { padding-bottom: 95px !important; }
    .pl-lg-p95 { padding-left: 95px !important; }
    .pr-lg-p95 { padding-right: 95px !important; }

    .px-lg-p95 { padding-left: 95px !important; padding-right: 95px !important; }
    .py-lg-p95 { padding-top: 95px !important; padding-bottom: 95px !important; }

    /* ** 100 ** */
    .p-lg-p100  { padding: 100px !important; }
    .pt-lg-p100 { padding-top: 100px !important; }
    .pb-lg-p100 { padding-bottom: 100px !important; }
    .pl-lg-p100 { padding-left: 100px !important; }
    .pr-lg-p100 { padding-right: 100px !important; }

    .px-lg-p100 { padding-left: 100px !important; padding-right: 100px !important; }
    .py-lg-p100 { padding-top: 100px !important; padding-bottom: 100px !important; }
    /* ***** END PADDING ***** */
}

@media (min-width: 1200px) { /* xl */
    /* ***** BEGIN MARGIN ***** */

    /* ** 5 ** */
    .m-xl-p5  { margin: 5px !important; }
    .mt-xl-p5 { margin-top: 5px !important; }
    .mb-xl-p5 { margin-bottom: 5px !important; }
    .ml-xl-p5 { margin-left: 5px !important; }
    .mr-xl-p5 { margin-right: 5px !important; }

    .mx-xl-p5 { margin-left: 5px !important; margin-right: 5px !important; }
    .my-xl-p5 { margin-top: 5px !important; margin-bottom: 5px !important; }

    /* ** 10 ** */
    .m-xl-p10  { margin: 10px !important; }
    .mt-xl-p10 { margin-top: 10px !important; }
    .mb-xl-p10 { margin-bottom: 10px !important; }
    .ml-xl-p10 { margin-left: 10px !important; }
    .mr-xl-p10 { margin-right: 10px !important; }

    .mx-xl-p10 { margin-left: 10px !important; margin-right: 10px !important; }
    .my-xl-p10 { margin-top: 10px !important; margin-bottom: 10px !important; }

    /* ** 15 ** */
    .m-xl-p15  { margin: 15px !important; }
    .mt-xl-p15 { margin-top: 15px !important; }
    .mb-xl-p15 { margin-bottom: 15px !important; }
    .ml-xl-p15 { margin-left: 15px !important; }
    .mr-xl-p15 { margin-right: 15px !important; }

    .mx-xl-p15 { margin-left: 15px !important; margin-right: 15px !important; }
    .my-xl-p15 { margin-top: 15px !important; margin-bottom: 15px !important; }

    /* ** 20 ** */
    .m-xl-p20  { margin: 20px !important; }
    .mt-xl-p20 { margin-top: 20px !important; }
    .mb-xl-p20 { margin-bottom: 20px !important; }
    .ml-xl-p20 { margin-left: 20px !important; }
    .mr-xl-p20 { margin-right: 20px !important; }

    .mx-xl-p20 { margin-left: 20px !important; margin-right: 20px !important; }
    .my-xl-p20 { margin-top: 20px !important; margin-bottom: 20px !important; }

    /* ** 22 ** */
    .m-xl-p22  { margin: 22px !important; }
    .mt-xl-p22 { margin-top: 22px !important; }
    .mb-xl-p22 { margin-bottom: 22px !important; }
    .ml-xl-p22 { margin-left: 22px !important; }
    .mr-xl-p22 { margin-right: 22px !important; }

    .mx-xl-p22 { margin-left: 22px !important; margin-right: 22px !important; }
    .my-xl-p22 { margin-top: 22px !important; margin-bottom: 22px !important; }

    /* ** 25 ** */
    .m-xl-p25  { margin: 25px !important; }
    .mt-xl-p25 { margin-top: 25px !important; }
    .mb-xl-p25 { margin-bottom: 25px !important; }
    .ml-xl-p25 { margin-left: 25px !important; }
    .mr-xl-p25 { margin-right: 25px !important; }

    .mx-xl-p25 { margin-left: 25px !important; margin-right: 25px !important; }
    .my-xl-p25 { margin-top: 25px !important; margin-bottom: 25px !important; }

    /* ** 30 ** */
    .m-xl-p30  { margin: 30px !important; }
    .mt-xl-p30 { margin-top: 30px !important; }
    .mb-xl-p30 { margin-bottom: 30px !important; }
    .ml-xl-p30 { margin-left: 30px !important; }
    .mr-xl-p30 { margin-right: 30px !important; }

    .mx-xl-p30 { margin-left: 30px !important; margin-right: 30px !important; }
    .my-xl-p30 { margin-top: 30px !important; margin-bottom: 30px !important; }

    /* ** 35 ** */
    .m-xl-p35  { margin: 35px !important; }
    .mt-xl-p35 { margin-top: 35px !important; }
    .mb-xl-p35 { margin-bottom: 35px !important; }
    .ml-xl-p35 { margin-left: 35px !important; }
    .mr-xl-p35 { margin-right: 35px !important; }

    .mx-xl-p35 { margin-left: 35px !important; margin-right: 35px !important; }
    .my-xl-p35 { margin-top: 35px !important; margin-bottom: 35px !important; }

    /* ** 40 ** */
    .m-xl-p40  { margin: 40px !important; }
    .mt-xl-p40 { margin-top: 40px !important; }
    .mb-xl-p40 { margin-bottom: 40px !important; }
    .ml-xl-p40 { margin-left: 40px !important; }
    .mr-xl-p40 { margin-right: 40px !important; }

    .mx-xl-p40 { margin-left: 40px !important; margin-right: 40px !important; }
    .my-xl-p40 { margin-top: 40px !important; margin-bottom: 40px !important; }

    /* ** 45 ** */
    .m-xl-p45  { margin: 45px !important; }
    .mt-xl-p45 { margin-top: 45px !important; }
    .mb-xl-p45 { margin-bottom: 45px !important; }
    .ml-xl-p45 { margin-left: 45px !important; }
    .mr-xl-p45 { margin-right: 45px !important; }

    .mx-xl-p45 { margin-left: 45px !important; margin-right: 45px !important; }
    .my-xl-p45 { margin-top: 45px !important; margin-bottom: 45px !important; }

    /* ** 50 ** */
    .m-xl-p50  { margin: 50px !important; }
    .mt-xl-p50 { margin-top: 50px !important; }
    .mb-xl-p50 { margin-bottom: 50px !important; }
    .ml-xl-p50 { margin-left: 50px !important; }
    .mr-xl-p50 { margin-right: 50px !important; }

    .mx-xl-p50 { margin-left: 50px !important; margin-right: 50px !important; }
    .my-xl-p50 { margin-top: 50px !important; margin-bottom: 50px !important; }

    /* ** 55 ** */
    .m-xl-p55  { margin: 55px !important; }
    .mt-xl-p55 { margin-top: 55px !important; }
    .mb-xl-p55 { margin-bottom: 55px !important; }
    .ml-xl-p55 { margin-left: 55px !important; }
    .mr-xl-p55 { margin-right: 55px !important; }

    .mx-xl-p55 { margin-left: 55px !important; margin-right: 55px !important; }
    .my-xl-p55 { margin-top: 55px !important; margin-bottom: 55px !important; }

    /* ** 60 ** */
    .m-xl-p60  { margin: 60px !important; }
    .mt-xl-p60 { margin-top: 60px !important; }
    .mb-xl-p60 { margin-bottom: 60px !important; }
    .ml-xl-p60 { margin-left: 60px !important; }
    .mr-xl-p60 { margin-right: 60px !important; }

    .mx-xl-p60 { margin-left: 60px !important; margin-right: 60px !important; }
    .my-xl-p60 { margin-top: 60px !important; margin-bottom: 60px !important; }

    /* ** 65 ** */
    .m-xl-p65  { margin: 65px !important; }
    .mt-xl-p65 { margin-top: 65px !important; }
    .mb-xl-p65 { margin-bottom: 65px !important; }
    .ml-xl-p65 { margin-left: 65px !important; }
    .mr-xl-p65 { margin-right: 65px !important; }

    .mx-xl-p65 { margin-left: 65px !important; margin-right: 65px !important; }
    .my-xl-p65 { margin-top: 65px !important; margin-bottom: 65px !important; }

    /* ** 70 ** */
    .m-xl-p70  { margin: 70px !important; }
    .mt-xl-p70 { margin-top: 70px !important; }
    .mb-xl-p70 { margin-bottom: 70px !important; }
    .ml-xl-p70 { margin-left: 70px !important; }
    .mr-xl-p70 { margin-right: 70px !important; }

    .mx-xl-p70 { margin-left: 70px !important; margin-right: 70px !important; }
    .my-xl-p70 { margin-top: 70px !important; margin-bottom: 70px !important; }

    /* ** 75 ** */
    .m-xl-p75  { margin: 75px !important; }
    .mt-xl-p75 { margin-top: 75px !important; }
    .mb-xl-p75 { margin-bottom: 75px !important; }
    .ml-xl-p75 { margin-left: 75px !important; }
    .mr-xl-p75 { margin-right: 75px !important; }

    .mx-xl-p75 { margin-left: 75px !important; margin-right: 75px !important; }
    .my-xl-p75 { margin-top: 75px !important; margin-bottom: 75px !important; }

    /* ** 80 ** */
    .m-xl-p80  { margin: 80px !important; }
    .mt-xl-p80 { margin-top: 80px !important; }
    .mb-xl-p80 { margin-bottom: 80px !important; }
    .ml-xl-p80 { margin-left: 80px !important; }
    .mr-xl-p80 { margin-right: 80px !important; }

    .mx-xl-p80 { margin-left: 80px !important; margin-right: 80px !important; }
    .my-xl-p80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    /* ** 85 ** */
    .m-xl-p85  { margin: 85px !important; }
    .mt-xl-p85 { margin-top: 85px !important; }
    .mb-xl-p85 { margin-bottom: 85px !important; }
    .ml-xl-p85 { margin-left: 85px !important; }
    .mr-xl-p85 { margin-right: 85px !important; }

    .mx-xl-p80 { margin-left: 80px !important; margin-right: 80px !important; }
    .my-xl-p80 { margin-top: 80px !important; margin-bottom: 80px !important; }

    /* ** 90 ** */
    .m-xl-p90  { margin: 90px !important; }
    .mt-xl-p90 { margin-top: 90px !important; }
    .mb-xl-p90 { margin-bottom: 90px !important; }
    .ml-xl-p90 { margin-left: 90px !important; }
    .mr-xl-p90 { margin-right: 90px !important; }

    .mx-xl-p90 { margin-left: 90px !important; margin-right: 90px !important; }
    .my-xl-p90 { margin-top: 90px !important; margin-bottom: 90px !important; }

    /* ** 95 ** */
    .m-xl-p95  { margin: 95px !important; }
    .mt-xl-p95 { margin-top: 95px !important; }
    .mb-xl-p95 { margin-bottom: 95px !important; }
    .ml-xl-p95 { margin-left: 95px !important; }
    .mr-xl-p95 { margin-right: 95px !important; }

    .mx-xl-p95 { margin-left: 95px !important; margin-right: 95px !important; }
    .my-xl-p95 { margin-top: 95px !important; margin-bottom: 95px !important; }

    /* ** 100 ** */
    .m-xl-p100  { margin: 100px !important; }
    .mt-xl-p100 { margin-top: 100px !important; }
    .mb-xl-p100 { margin-bottom: 100px !important; }
    .ml-xl-p100 { margin-left: 100px !important; }
    .mr-xl-p100 { margin-right: 100px !important; }

    .mx-xl-p100 { margin-left: 100px !important; margin-right: 100px !important; }
    .my-xl-p100 { margin-top: 100px !important; margin-bottom: 100px !important; }
    /* ***** END MARGIN ***** */


    /* ***** BEGIN PADDING ***** */

    /* ** 5 ** */
    .p-xl-p5  { padding: 5px !important; }
    .pt-xl-p5 { padding-top: 5px !important; }
    .pb-xl-p5 { padding-bottom: 5px !important; }
    .pl-xl-p5 { padding-left: 5px !important; }
    .pr-xl-p5 { padding-right: 5px !important; }

    .px-xl-p5 { padding-left: 5px !important; padding-right: 5px !important; }
    .py-xl-p5 { padding-top: 5px !important; padding-bottom: 5px !important; }

    /* ** 10 ** */
    .p-xl-p10   { padding: 10px !important; }
    .pt-xl-p10 { padding-top: 10px !important; }
    .pb-xl-p10 { padding-bottom: 10px !important; }
    .pl-xl-p10 { padding-left: 10px !important; }
    .pr-xl-p10 { padding-right: 10px !important; }

    .px-xl-p10 { padding-left: 10px !important; padding-right: 10px !important; }
    .py-xl-p10 { padding-top: 10px !important; padding-bottom: 10px !important; }

    /* ** 15 ** */
    .p-xl-p15  { padding: 15px !important; }
    .pt-xl-p15 { padding-top: 15px !important; }
    .pb-xl-p15 { padding-bottom: 15px !important; }
    .pl-xl-p15 { padding-left: 15px !important; }
    .pr-xl-p15 { padding-right: 15px !important; }

    .px-xl-p15 { padding-left: 15px !important; padding-right: 15px !important; }
    .py-xl-p15 { padding-top: 15px !important; padding-bottom: 15px !important; }

    /* ** 20 ** */
    .p-xl-p20  { padding: 20px !important; }
    .pt-xl-p20 { padding-top: 20px !important; }
    .pb-xl-p20 { padding-bottom: 20px !important; }
    .pl-xl-p20 { padding-left: 20px !important; }
    .pr-xl-p20 { padding-right: 20px !important; }

    .px-xl-p20 { padding-left: 20px !important; padding-right: 20px !important; }
    .py-xl-p20 { padding-top: 20px !important; padding-bottom: 20px !important; }

    /* ** 25 ** */
    .p-xl-p25  { padding: 25px !important; }
    .pt-xl-p25 { padding-top: 25px !important; }
    .pb-xl-p25 { padding-bottom: 25px !important; }
    .pl-xl-p25 { padding-left: 25px !important; }
    .pr-xl-p25 { padding-right: 25px !important; }

    .px-xl-p25 { padding-left: 25px !important; padding-right: 25px !important; }
    .py-xl-p25 { padding-top: 25px !important; padding-bottom: 25px !important; }

    /* ** 30 ** */
    .p-xl-p30   { padding: 30px !important; }
    .pt-xl-p30 { padding-top: 30px !important; }
    .pb-xl-p30 { padding-bottom: 30px !important; }
    .pl-xl-p30 { padding-left: 30px !important; }
    .pr-xl-p30 { padding-right: 30px !important; }

    .px-xl-p30 { padding-left: 30px !important; padding-right: 30px !important; }
    .py-xl-p30 { padding-top: 30px !important; padding-bottom: 30px !important; }

    /* ** 35 ** */
    .p-xl-p35  { padding: 35px !important; }
    .pt-xl-p35 { padding-top: 35px !important; }
    .pb-xl-p35 { padding-bottom: 35px !important; }
    .pl-xl-p35 { padding-left: 35px !important; }
    .pr-xl-p35 { padding-right: 35px !important; }

    .px-xl-p35 { padding-left: 35px !important; padding-right: 35px !important; }
    .py-xl-p35 { padding-top: 35px !important; padding-bottom: 35px !important; }

    /* ** 40 ** */
    .p-xl-p40  { padding: 40px !important; }
    .pt-xl-p40 { padding-top: 40px !important; }
    .pb-xl-p40 { padding-bottom: 40px !important; }
    .pl-xl-p40 { padding-left: 40px !important; }
    .pr-xl-p40 { padding-right: 40px !important; }

    .px-xl-p40 { padding-left: 40px !important; padding-right: 40px !important; }
    .py-xl-p40 { padding-top: 40px !important; padding-bottom: 40px !important; }

    /* ** 45 ** */
    .p-xl-p45  { padding: 45px !important; }
    .pt-xl-p45 { padding-top: 45px !important; }
    .pb-xl-p45 { padding-bottom: 45px !important; }
    .pl-xl-p45 { padding-left: 45px !important; }
    .pr-xl-p45 { padding-right: 45px !important; }

    .px-xl-p45 { padding-left: 45px !important; padding-right: 45px !important; }
    .py-xl-p45 { padding-top: 45px !important; padding-bottom: 45px !important; }

    /* ** 50 ** */
    .p-xl-p50  { padding: 50px !important; }
    .pt-xl-p50 { padding-top: 50px !important; }
    .pb-xl-p50 { padding-bottom: 50px !important; }
    .pl-xl-p50 { padding-left: 50px !important; }
    .pr-xl-p50 { padding-right: 50px !important; }

    .px-xl-p50 { padding-left: 50px !important; padding-right: 50px !important; }
    .py-xl-p50 { padding-top: 50px !important; padding-bottom: 50px !important; }

    /* ** 55 ** */
    .p-xl-p55  { padding: 55px !important; }
    .pt-xl-p55 { padding-top: 55px !important; }
    .pb-xl-p55 { padding-bottom: 55px !important; }
    .pl-xl-p55 { padding-left: 55px !important; }
    .pr-xl-p55 { padding-right: 55px !important; }

    .px-xl-p55 { padding-left: 55px !important; padding-right: 55px !important; }
    .py-xl-p55 { padding-top: 55px !important; padding-bottom: 55px !important; }

    /* ** 60 ** */
    .p-xl-p60  { padding: 60px !important; }
    .pt-xl-p60 { padding-top: 60px !important; }
    .pb-xl-p60 { padding-bottom: 60px !important; }
    .pl-xl-p60 { padding-left: 60px !important; }
    .pr-xl-p60 { padding-right: 60px !important; }

    .px-xl-p60 { padding-left: 60px !important; padding-right: 60px !important; }
    .py-xl-p60 { padding-top: 60px !important; padding-bottom: 60px !important; }

    /* ** 65 ** */
    .p-xl-p65  { padding: 65px !important; }
    .pt-xl-p65 { padding-top: 65px !important; }
    .pb-xl-p65 { padding-bottom: 65px !important; }
    .pl-xl-p65 { padding-left: 65px !important; }
    .pr-xl-p65 { padding-right: 65px !important; }

    .px-xl-p65 { padding-left: 65px !important; padding-right: 65px !important; }
    .py-xl-p65 { padding-top: 65px !important; padding-bottom: 65px !important; }

    /* ** 70 ** */
    .p-xl-p70  { padding: 70px !important; }
    .pt-xl-p70 { padding-top: 70px !important; }
    .pb-xl-p70 { padding-bottom: 70px !important; }
    .pl-xl-p70 { padding-left: 70px !important; }
    .pr-xl-p70 { padding-right: 70px !important; }

    .px-xl-p70 { padding-left: 70px !important; padding-right: 70px !important; }
    .py-xl-p70 { padding-top: 70px !important; padding-bottom: 70px !important; }

    /* ** 75 ** */
    .p-xl-p75  { padding: 75px !important; }
    .pt-xl-p75 { padding-top: 75px !important; }
    .pb-xl-p75 { padding-bottom: 75px !important; }
    .pl-xl-p75 { padding-left: 75px !important; }
    .pr-xl-p75 { padding-right: 75px !important; }

    .px-xl-p75 { padding-left: 75px !important; padding-right: 75px !important; }
    .py-xl-p75 { padding-top: 75px !important; padding-bottom: 75px !important; }

    /* ** 80 ** */
    .p-xl-p80  { padding: 80px !important; }
    .pt-xl-p80 { padding-top: 80px !important; }
    .pb-xl-p80 { padding-bottom: 80px !important; }
    .pl-xl-p80 { padding-left: 80px !important; }
    .pr-xl-p80 { padding-right: 80px !important; }

    .px-xl-p80 { padding-left: 80px !important; padding-right: 80px !important; }
    .py-xl-p80 { padding-top: 80px !important; padding-bottom: 80px !important; }

    /* ** 85 ** */
    .p-xl-p85  { padding: 85px !important; }
    .pt-xl-p85 { padding-top: 85px !important; }
    .pb-xl-p85 { padding-bottom: 85px !important; }
    .pl-xl-p85 { padding-left: 85px !important; }
    .pr-xl-p85 { padding-right: 85px !important; }

    .px-xl-p85 { padding-left: 85px !important; padding-right: 85px !important; }
    .py-xl-p85 { padding-top: 85px !important; padding-bottom: 85px !important; }

    /* ** 90 ** */
    .p-xl-p90  { padding: 90px !important; }
    .pt-xl-p90 { padding-top: 90px !important; }
    .pb-xl-p90 { padding-bottom: 90px !important; }
    .pl-xl-p90 { padding-left: 90px !important; }
    .pr-xl-p90 { padding-right: 90px !important; }

    .px-xl-p90 { padding-left: 90px !important; padding-right: 90px !important; }
    .py-xl-p90 { padding-top: 90px !important; padding-bottom: 90px !important; }

    /* ** 95 ** */
    .p-xl-p95  { padding: 95px !important; }
    .pt-xl-p95 { padding-top: 95px !important; }
    .pb-xl-p95 { padding-bottom: 95px !important; }
    .pl-xl-p95 { padding-left: 95px !important; }
    .pr-xl-p95 { padding-right: 95px !important; }

    .px-xl-p95 { padding-left: 95px !important; padding-right: 95px !important; }
    .py-xl-p95 { padding-top: 95px !important; padding-bottom: 95px !important; }

    /* ** 100 ** */
    .p-xl-p100  { padding: 100px !important; }
    .pt-xl-p100 { padding-top: 100px !important; }
    .pb-xl-p100 { padding-bottom: 100px !important; }
    .pl-xl-p100 { padding-left: 100px !important; }
    .pr-xl-p100 { padding-right: 100px !important; }

    .px-xl-p100 { padding-left: 100px !important; padding-right: 100px !important; }
    .py-xl-p100 { padding-top: 100px !important; padding-bottom: 100px !important; }
    /* ***** END PADDING ***** */



    .btn-sm, .btn-group-sm > .btn {
        padding: 0.375rem 0.75rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }

    .dropdown-item {
        cursor: pointer
    }
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hmIqOjjg.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hvIqOjjg.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hnIqOjjg.woff2') format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hoIqOjjg.woff2') format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hkIqOjjg.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hlIqOjjg.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2') format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2') format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhmIqOjjg.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhvIqOjjg.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhnIqOjjg.woff2') format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhoIqOjjg.woff2') format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhkIqOjjg.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhlIqOjjg.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhrIqM.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhmIqOjjg.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhvIqOjjg.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhnIqOjjg.woff2') format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhoIqOjjg.woff2') format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhkIqOjjg.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhlIqOjjg.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhrIqM.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hmIqOjjg.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hvIqOjjg.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hnIqOjjg.woff2') format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hoIqOjjg.woff2') format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hkIqOjjg.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hlIqOjjg.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url('../fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hrIqM.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2') format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2') format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans/mem8YaGs126MiZpBA-UFWJ0bbck.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans/mem8YaGs126MiZpBA-UFUZ0bbck.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans/mem8YaGs126MiZpBA-UFWZ0bbck.woff2') format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans/mem8YaGs126MiZpBA-UFVp0bbck.woff2') format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans/mem8YaGs126MiZpBA-UFWp0bbck.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans/mem8YaGs126MiZpBA-UFW50bbck.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans/mem8YaGs126MiZpBA-UFVZ0b.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2') format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2') format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOUuhp.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2') format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2') format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOX-hpOqc.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOXuhpOqc.woff2') format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOUehpOqc.woff2') format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOXehpOqc.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOXOhpOqc.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;overflow-y:hidden;background:#fff;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row;padding:0}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;padding:0;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{flex-basis:auto!important;width:auto;height:auto;margin:0 .3125em;padding:0}.swal2-popup.swal2-toast .swal2-styled{margin:.125em .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(100,150,200,.5)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-container{display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:0 0!important}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-no-transition{transition:none!important}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:5px;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:flex;flex-direction:column;align-items:center;padding:0 1.8em}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:1.25em auto 0;padding:0 1.6em}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-loader{display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 transparent #2778c4 transparent}.swal2-styled{margin:.3125em;padding:.625em 1.1em;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#2778c4;color:#fff;font-size:1.0625em}.swal2-styled.swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#d14529;color:#fff;font-size:1.0625em}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#757575;color:#fff;font-size:1.0625em}.swal2-styled:focus{outline:0;box-shadow:0 0 0 3px rgba(100,150,200,.5)}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;height:.25em;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;z-index:2;top:0;right:0;align-items:center;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:5px;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-close:focus{outline:0;box-shadow:inset 0 0 0 3px rgba(100,150,200,.5)}.swal2-close::-moz-focus-inner{border:0}.swal2-content{z-index:1;justify-content:center;margin:0;padding:0 1.6em;color:#545454;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em auto}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 0 3px rgba(100,150,200,.5)}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:#fff;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{margin:0 .4em}.swal2-input-label{display:flex;justify-content:center;margin:1em auto}.swal2-validation-message{display:none;align-items:center;justify-content:center;margin:0 -2.7em;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-webkit-keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@-webkit-keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@-webkit-keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@-webkit-keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - .625em * 2);background-color:transparent!important}body.swal2-no-backdrop .swal2-container>.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-container.swal2-top{top:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-top-left,body.swal2-no-backdrop .swal2-container.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-top-end,body.swal2-no-backdrop .swal2-container.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-container.swal2-center{top:50%;left:50%;transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-left,body.swal2-no-backdrop .swal2-container.swal2-center-start{top:50%;left:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-end,body.swal2-no-backdrop .swal2-container.swal2-center-right{top:50%;right:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom{bottom:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom-left,body.swal2-no-backdrop .swal2-container.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-bottom-end,body.swal2-no-backdrop .swal2-container.swal2-bottom-right{right:0;bottom:0}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}
/* http://cssload.net/#sthash.HZA09h53.dpuf */
#preloader * {
    cursor: progress!important;
}
#preloader > .preloader-model {
    position: fixed;
    z-index: 9997;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#preloader > .preloader-box-balls {
    position: fixed;
    z-index: 9998;
    width: 128px;
    height: 128px;
    top: 50%;
    left: 50%;
    margin: -64px 0 0 -64px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#preloader > .preloader-box-balls > [class^=preloader-ball] {
    position: absolute;
    z-index: 9999;
    background-color: #000;
    width: 29px;
    height: 29px;

    -webkit-border-radius: 19px;
       -moz-border-radius: 19px;
        -ms-border-radius: 19px;
         -o-border-radius: 19px;
            border-radius: 19px;

    -webkit-animation-name: preloader-movement-balls;
       -moz-animation-name: preloader-movement-balls;
        -ms-animation-name: preloader-movement-balls;
         -o-animation-name: preloader-movement-balls;
            animation-name: preloader-movement-balls;
             
    -webkit-animation-duration: 0.8s;
       -moz-animation-duration: 0.8s;
        -ms-animation-duration: 0.8s;
         -o-animation-duration: 0.8s;
            animation-duration: 0.8s;

    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;

    -webkit-animation-direction: linear;
       -moz-animation-direction: linear;
        -ms-animation-direction: linear;
         -o-animation-direction: linear;
            animation-direction: linear;
}

#preloader > .preloader-box-balls > .preloader-ball1 {
    left: 0;
    top: 50px;

    -webkit-animation-delay: 0s;
       -moz-animation-delay: 0s;
        -ms-animation-delay: 0s;
         -o-animation-delay: 0s;
            animation-delay: 0s;
}

#preloader > .preloader-box-balls > .preloader-ball2 {
    left: 14px;
    top: 14px;

    -webkit-animation-delay: 0.1s;
       -moz-animation-delay: 0.1s;
        -ms-animation-delay: 0.1s;
         -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
}

#preloader > .preloader-box-balls > .preloader-ball3 {
    top: 0;
    left: 50px;

    -webkit-animation-delay: 0.2s;
       -moz-animation-delay: 0.2s;
        -ms-animation-delay: 0.2s;
         -o-animation-delay: 0.2s;
            animation-delay: 0.2s;
}

#preloader > .preloader-box-balls > .preloader-ball4 {
    right: 14px;
    top: 14px;
    
    -webkit-animation-delay: 0.3s;
       -moz-animation-delay: 0.3s;
        -ms-animation-delay: 0.3s;
         -o-animation-delay: 0.3s;
            animation-delay: 0.3s;
}

#preloader > .preloader-box-balls > .preloader-ball5 {
    right: 0;
    top: 50px;
    
    -webkit-animation-delay: 0.4s;
       -moz-animation-delay: 0.4s;
        -ms-animation-delay: 0.4s;
         -o-animation-delay: 0.4s;
            animation-delay: 0.4s;
}

#preloader > .preloader-box-balls > .preloader-ball6 {
    right: 14px;
    bottom: 14px;

    -webkit-animation-delay: 0.5s;
       -moz-animation-delay: 0.5s;
        -ms-animation-delay: 0.5s;
         -o-animation-delay: 0.5s;
            animation-delay: 0.5s;
}

#preloader > .preloader-box-balls > .preloader-ball7 {
    left: 50px;
    bottom: 0;

    -webkit-animation-delay: 0.6s;
       -moz-animation-delay: 0.6s;
        -ms-animation-delay: 0.6s;
         -o-animation-delay: 0.6s;
            animation-delay: 0.6s;
}

#preloader > .preloader-box-balls > .preloader-ball8 {
    left: 14px;
    bottom: 14px;

    -webkit-animation-delay: 0.7s;
       -moz-animation-delay: 0.7s;
        -ms-animation-delay: 0.7s;
         -o-animation-delay: 0.7s;
            animation-delay: 0.7s;
}

@-webkit-keyframes preloader-movement-balls {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes preloader-movement-balls {
    0% {
        -moz-transform: scale(0);
    }
    100% {
        -moz-transform: scale(1);
    }
}


@-ms-keyframes preloader-movement-balls {
    0% {
        -ms-transform: scale(0);
    }
    100% {
        -ms-transform: scale(1);
    }
}

@-o-keyframes preloader-movement-balls {
    0% {
        -o-transform: scale(0);
    }
    100% {
        -o-transform: scale(0);
    }
}

@keyframes preloader-movement-balls {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
.notify > .default-icon > .fa { /* Default hiden all icons */
    display: none;
}

.notify.alert-success > [data-notify="icon"]:not([class]) + .default-icon > .fa.fa-check { /* Show icon check when the nofications is alter type info and is not set icon */
    /*display: inline-block;*/
}

.btn {
    font-size: 14px; /* Asked by José Matias. Whatapp 2020-12-11 */
}

.btn-primary {
    color: #fff;
    background-color: #4698ea;
    border-color: #4698ea;
}

.text-primary {
    color: #4698ea !important;
}

/* *** GREY NEW *** */
.btn-grey {
    background-color: #aaa;
    border-color: #aaa;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.15s;
    transition: all ease-in 0.15s;
}

    .btn-grey:hover {
        background-color: #888;
        border-color: #888;
        color: #fff;
    }

    .btn-grey:active {
        background-color: rgba(0, 0, 0, 0.2);
        border-color: rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
    }

    .btn-grey:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        background-color: #777;
    }

    .btn-grey.btn-disabled,
    .btn-grey.disabled,
    .btn-grey:disabled {
        background-color: rgba(170, 170, 170, 0.5);
        border-color: rgba(170, 170, 170, 0.5);
    }

/* *** SMOOTH BOTTON *** */
.btn-smooth {
    color: #b5b5c3;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    -webkit-transition: all ease-in 0.15s;
    transition: all ease-in 0.15s;
}

    .btn-smooth:hover {
        color: #767f88;
        background-color: #f3f6f9;
        border-color: transparent;
    }

    .btn-smooth:active {
        color: #767f88;
        background-color: #f3f6f9;
        border-color: transparent;
    }

    .btn-smooth:focus {
        color: #767f88;
        background-color: #f3f6f9;
        border-color: transparent;
    }

    .btn-smooth.btn-disabled,
    .btn-smooth.disabled,
    .btn-smooth:disabled {
        color: #b5b5c3;
        background-color: transparent;
        border-color: transparent;
    }
.card {
    border: none;
    box-shadow: none;
    background-color: #fff;
}

.card.card-shadow {
    -webkit-box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
            box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
}

.card .card-body { /* CSS: USE */
    padding: 20px;
}

    .card .card-body.card-body-xl { /* CSS: USE */
        padding: 40px;
    }

    .card .card-header {
        border-color: #eff2f7;
        background-color: #fff;
        color: #797979;
        font-size: 16px;
        font-weight: 300;
    }

        .card .card-header .card-title {
            font-size: 18px;
            margin-bottom: 5px;
            color: #797979;
            font-weight: 600;
        }
        .card .card-header .card-description {
            font-size: 12px;
            margin-bottom:0;
        }
.swal2-popup .swal2-styled:focus {
    box-shadow: none;
}

.swal2-popup .swal2-content {
    font-weight: 300;
}

.swal2-popup .swal2-styled {
    padding: 0.625em 2em;
}

.swal2-popup button.swal2-styled {
    background-image: none !important;
}


/* *** Button confirm *** */
.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #4698ea;
    border-color: #4698ea;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.15s;
    transition: all ease-in 0.15s;
}

    .swal2-popup .swal2-styled.swal2-confirm:hover {
        background-color: #7af;
        border-color: #7af;
    }

    .swal2-popup .swal2-styled.swal2-confirm:active {
        background-color: #0764ff;
        border-color: #0764ff;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
    }

    .swal2-popup .swal2-styled.swal2-confirm:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        background-color: #7af;
    }

    .swal2-popup .swal2-styled.swal2-confirm.btn-disabled,
    .swal2-popup .swal2-styled.swal2-confirm.disabled,
    .swal2-popup .swal2-styled.swal2-confirm:disabled {
        background-color: rgba(68, 138, 255, 0.5);
        border-color: rgba(68, 138, 255, 0.5);
    }




/* *** Button cancel *** */
.swal2-popup .swal2-styled.swal2-cancel {
    background-color: #aaa;
    border-color: #aaa;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.15s;
    transition: all ease-in 0.15s;
}

    .swal2-popup .swal2-styled.swal2-cancel:hover {
        background-color: #888;
        border-color: #888;
        color: #fff;
    }

    .swal2-popup .swal2-styled.swal2-cancel:active {
        background-color: rgba(0, 0, 0, 0.2);
        border-color: rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
    }

    .swal2-popup .swal2-styled.swal2-cancel:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        background-color: #777;
    }

    .swal2-popup .swal2-styled.swal2-cancel.btn-disabled,
    .swal2-popup .swal2-styled.swal2-cancel.disabled,
    .swal2-popup .swal2-styled.swal2-cancel:disabled {
        background-color: rgba(170, 170, 170, 0.5);
        border-color: rgba(170, 170, 170, 0.5);
    }

/* ***** BEGIN DEFAULT ELEMENTS ***** */
html,
body {
    min-height: 100%;
    width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

*:focus,
*:active {
    outline: none;
}

::selection,
::-moz-selection { /* Colors of text selected */
    background: #4698ea;
    color: #fff;
}

a { color: #4698ea; }
a:hover { color: #0069d9; }
a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

/* ***** BEGIN UL LI ***** */
ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
ul li { list-style: none; }
/* ***** END UL ***** */

.text-black { color: #000 !important; }
/* ***** END DEFAULT ELEMENTS ***** */
/* ***** BEGIN DEFAULT COLORS ***** */

/* * BACKGROUNGS * */
.bg-grey { background-color: #f7f7f7 !important; }
.bg-white { background-color: #fff !important; }
.bg-light-blue { background-color: #18d4cb !important; }

/* * FONTS * */
.fc-grey { color: #727271 !important; }

/* ***** END DEFAULT COLORS ***** */


/* ***** BEGIN COMMUN ELEMENTS ***** */

/* *** BEGIN SEARCH *** */
.search {
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fff;
    box-shadow: none;
    background: url("../../../Images/search-icon.png") no-repeat 10px 10px;
    padding: 0 5px 0 35px;
    color: #777 !important;
}

    .search:focus {
        width: 180px;
        border: 1px solid #f0f0f8;
        box-shadow: none;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #c8c8c8;
        font-weight: 300;
    }
/* *** END SEARCH *** */


.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
/* ***** END COMMUN ELEMENTS ***** */

