1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117 |
- /*--------- Margin--------------*/
- .m-0 {
- margin: 0 !important;
- }
- .mt-0,
- .my-0 {
- margin-block-start: 0 !important;
- }
- .me-0,
- .mx-0 {
- margin-inline-end: 0 !important;
- }
- .mb-0,
- .my-0 {
- margin-block-end: 0 !important;
- }
- .ms-0,
- .mx-0 {
- margin-inline-start: 0 !important;
- }
- .m-1 {
- margin: 0.25rem !important;
- }
- .mt-1,
- .my-1 {
- margin-block-start: 0.25rem !important;
- }
- .me-1,
- .mx-1 {
- margin-inline-end: 0.25rem !important;
- }
- .mb-1,
- .my-1 {
- margin-block-end: 0.25rem !important;
- }
- .ms-1,
- .mx-1 {
- margin-inline-start: 0.25rem !important;
- }
- .m-2 {
- margin: 0.5rem !important;
- }
- .mt-2,
- .my-2 {
- margin-block-start: 0.5rem !important;
- }
- .me-2,
- .mx-2 {
- margin-inline-end: 0.5rem !important;
- }
- .mb-2,
- .my-2 {
- margin-block-end: 0.5rem !important;
- }
- .ms-2,
- .mx-2 {
- margin-inline-start: 0.5rem !important;
- }
- .m-3 {
- margin: 0.75rem !important;
- }
- .mt-3,
- .my-3 {
- margin-block-start: 0.75rem !important;
- }
- .me-3,
- .mx-3 {
- margin-inline-end: 0.75rem !important;
- }
- .mb-3,
- .my-3 {
- margin-block-end: 0.75rem !important;
- }
- .ms-3,
- .mx-3 {
- margin-inline-start: 0.75rem !important;
- }
- .m-4 {
- margin: 1rem !important;
- }
- .mt-4,
- .my-4 {
- margin-block-start: 1rem !important;
- }
- .me-4,
- .mx-4 {
- margin-inline-end: 1rem !important;
- }
- .mb-4,
- .my-4 {
- margin-block-end: 1rem !important;
- }
- .ms-4,
- .mx-4 {
- margin-inline-start: 1rem !important;
- }
- .m-5 {
- margin: 1.5rem !important;
- }
- .mt-5,
- .my-5 {
- margin-block-start: 1.5rem !important;
- }
- .me-5,
- .mx-5 {
- margin-inline-end: 1.5rem;
- }
- .mb-5,
- .my-5 {
- margin-block-end: 1.5rem !important;
- }
- .ms-5,
- .mx-5 {
- margin-inline-start: 1.5rem !important;
- }
- .m-6 {
- margin: 2rem !important;
- }
- .mt-6,
- .my-6 {
- margin-block-start: 2rem !important;
- }
- .me-6,
- .mx-6 {
- margin-inline-end: 2rem !important;
- }
- .mb-6,
- .my-6 {
- margin-block-end: 2rem !important;
- }
- .ms-6,
- .mx-6 {
- margin-inline-start: 2rem !important;
- }
- .m-7 {
- margin: 3rem !important;
- }
- .mt-7,
- .my-7 {
- margin-block-start: 3rem !important;
- }
- .me-7,
- .mx-7 {
- margin-inline-end: 3rem !important;
- }
- .mb-7,
- .my-7 {
- margin-block-end: 3rem !important;
- }
- .ms-7,
- .mx-7 {
- margin-inline-start: 3rem !important;
- }
- .m-8 {
- margin: 4rem !important;
- }
- .mt-8,
- .my-8 {
- margin-block-start: 4rem !important;
- }
- .mt-10 {
- margin-block-start: 11rem !important;
- }
- .me-8,
- .mx-8 {
- margin-inline-end: 4rem !important;
- }
- .mb-8,
- .my-8 {
- margin-block-end: 4rem !important;
- }
- .ms-8,
- .mx-8 {
- margin-inline-start: 4rem !important;
- }
- .m-9 {
- margin: 6rem !important;
- }
- .mt-9,
- .my-9 {
- margin-block-start: 6rem !important;
- }
- .me-9,
- .mx-9 {
- margin-inline-end: 6rem !important;
- }
- .mb-9,
- .my-9 {
- margin-block-end: 6rem !important;
- }
- .ms-9,
- .mx-9 {
- margin-inline-start: 6rem !important;
- }
- .m-auto {
- margin: auto !important;
- }
- .mt-auto,
- .my-auto {
- margin-block-start: auto !important;
- }
- .me-auto,
- .mx-auto {
- margin-inline-end: auto !important;
- }
- .mb-auto,
- .my-auto {
- margin-block-end: auto !important;
- }
- .ms-auto,
- .mx-auto {
- margin-inline-start: auto !important;
- }
- @media (min-width: 576px) {
- .m-sm-0 {
- margin: 0 !important;
- }
- .mt-sm-0,
- .my-sm-0 {
- margin-block-start: 0 !important;
- }
- .me-sm-0,
- .mx-sm-0 {
- margin-inline-end: 0 !important;
- }
- .mb-sm-0,
- .my-sm-0 {
- margin-block-end: 0 !important;
- }
- .ms-sm-0,
- .mx-sm-0 {
- margin-inline-start: 0 !important;
- }
- .m-sm-1 {
- margin: 0.25rem !important;
- }
- .mt-sm-1,
- .my-sm-1 {
- margin-block-start: 0.25rem !important;
- }
- .me-sm-1,
- .mx-sm-1 {
- margin-inline-end: 0.25rem !important;
- }
- .mb-sm-1,
- .my-sm-1 {
- margin-block-end: 0.25rem !important;
- }
- .ms-sm-1,
- .mx-sm-1 {
- margin-inline-start: 0.25rem !important;
- }
- .m-sm-2 {
- margin: 0.5rem !important;
- }
- .mt-sm-2,
- .my-sm-2 {
- margin-block-start: 0.5rem !important;
- }
- .me-sm-2,
- .mx-sm-2 {
- margin-inline-end: 0.5rem !important;
- }
- .mb-sm-2,
- .my-sm-2 {
- margin-block-end: 0.5rem !important;
- }
- .ms-sm-2,
- .mx-sm-2 {
- margin-inline-start: 0.5rem !important;
- }
- .m-sm-3 {
- margin: 0.75rem !important;
- }
- .mt-sm-3,
- .my-sm-3 {
- margin-block-start: 0.75rem !important;
- }
- .me-sm-3,
- .mx-sm-3 {
- margin-inline-end: 0.75rem !important;
- }
- .mb-sm-3,
- .my-sm-3 {
- margin-block-end: 0.75rem !important;
- }
- .ms-sm-3,
- .mx-sm-3 {
- margin-inline-start: 0.75rem !important;
- }
- .m-sm-4 {
- margin: 1rem !important;
- }
- .mt-sm-4,
- .my-sm-4 {
- margin-block-start: 1rem !important;
- }
- .me-sm-4,
- .mx-sm-4 {
- margin-inline-end: 1rem !important;
- }
- .mb-sm-4,
- .my-sm-4 {
- margin-block-end: 1rem !important;
- }
- .ms-sm-4,
- .mx-sm-4 {
- margin-inline-start: 1rem !important;
- }
- .m-sm-5 {
- margin: 1.5rem !important;
- }
- .mt-sm-5,
- .my-sm-5 {
- margin-block-start: 1.5rem !important;
- }
- .me-sm-5,
- .mx-sm-5 {
- margin-inline-end: 1.5rem !important;
- }
- .mb-sm-5,
- .my-sm-5 {
- margin-block-end: 1.5rem !important;
- }
- .ms-sm-5,
- .mx-sm-5 {
- margin-inline-start: 1.5rem !important;
- }
- .m-sm-6 {
- margin: 2rem !important;
- }
- .mt-sm-6,
- .my-sm-6 {
- margin-block-start: 2rem !important;
- }
- .me-sm-6,
- .mx-sm-6 {
- margin-inline-end: 2rem !important;
- }
- .mb-sm-6,
- .my-sm-6 {
- margin-block-end: 2rem !important;
- }
- .ms-sm-6,
- .mx-sm-6 {
- margin-inline-start: 2rem !important;
- }
- .m-sm-7 {
- margin: 3rem !important;
- }
- .mt-sm-7,
- .my-sm-7 {
- margin-block-start: 3rem !important;
- }
- .me-sm-7,
- .mx-sm-7 {
- margin-inline-end: 3rem !important;
- }
- .mb-sm-7,
- .my-sm-7 {
- margin-block-end: 3rem !important;
- }
- .ms-sm-7,
- .mx-sm-7 {
- margin-inline-start: 3rem !important;
- }
- .m-sm-8 {
- margin: 4rem !important;
- }
- .mt-sm-8,
- .my-sm-8 {
- margin-block-start: 4rem !important;
- }
- .me-sm-8,
- .mx-sm-8 {
- margin-inline-end: 4rem !important;
- }
- .mb-sm-8,
- .my-sm-8 {
- margin-block-end: 4rem !important;
- }
- .ms-sm-8,
- .mx-sm-8 {
- margin-inline-start: 4rem !important;
- }
- .m-sm-9 {
- margin: 6rem !important;
- }
- .mt-sm-9,
- .my-sm-9 {
- margin-block-start: 6rem !important;
- }
- .me-sm-9,
- .mx-sm-9 {
- margin-inline-end: 6rem !important;
- }
- .mb-sm-9,
- .my-sm-9 {
- margin-block-end: 6rem !important;
- }
- .ms-sm-9,
- .mx-sm-9 {
- margin-inline-start: 6rem !important;
- }
- .m-sm-auto {
- margin: auto !important;
- }
- .mt-sm-auto,
- .my-sm-auto {
- margin-block-start: auto !important;
- }
- .me-sm-auto,
- .mx-sm-auto {
- margin-inline-end: auto !important;
- }
- .mb-sm-auto,
- .my-sm-auto {
- margin-block-end: auto !important;
- }
- .ms-sm-auto,
- .mx-sm-auto {
- margin-inline-start: auto !important;
- }
- }
- @media (min-width: 768px) {
- .m-md-0 {
- margin: 0 !important;
- }
- .mt-md-0,
- .my-md-0 {
- margin-block-start: 0 !important;
- }
- .me-md-0,
- .mx-md-0 {
- margin-inline-end: 0 !important;
- }
- .mb-md-0,
- .my-md-0 {
- margin-block-end: 0 !important;
- }
- .ms-md-0,
- .mx-md-0 {
- margin-inline-start: 0 !important;
- }
- .m-md-1 {
- margin: 0.25rem !important;
- }
- .mt-md-1,
- .my-md-1 {
- margin-block-start: 0.25rem !important;
- }
- .me-md-1,
- .mx-md-1 {
- margin-inline-end: 0.25rem !important;
- }
- .mb-md-1,
- .my-md-1 {
- margin-block-end: 0.25rem !important;
- }
- .ms-md-1,
- .mx-md-1 {
- margin-inline-start: 0.25rem !important;
- }
- .m-md-2 {
- margin: 0.5rem !important;
- }
- .mt-md-2,
- .my-md-2 {
- margin-block-start: 0.5rem !important;
- }
- .me-md-2,
- .mx-md-2 {
- margin-inline-end: 0.5rem !important;
- }
- .mb-md-2,
- .my-md-2 {
- margin-block-end: 0.5rem !important;
- }
- .ms-md-2,
- .mx-md-2 {
- margin-inline-start: 0.5rem !important;
- }
- .m-md-3 {
- margin: 0.75rem !important;
- }
- .mt-md-3,
- .my-md-3 {
- margin-block-start: 0.75rem !important;
- }
- .me-md-3,
- .mx-md-3 {
- margin-inline-end: 0.75rem !important;
- }
- .mb-md-3,
- .my-md-3 {
- margin-block-end: 0.75rem !important;
- }
- .ms-md-3,
- .mx-md-3 {
- margin-inline-start: 0.75rem !important;
- }
- .m-md-4 {
- margin: 1rem !important;
- }
- .mt-md-4,
- .my-md-4 {
- margin-block-start: 1rem !important;
- }
- .me-md-4,
- .mx-md-4 {
- margin-inline-end: 1rem !important;
- }
- .mb-md-4,
- .my-md-4 {
- margin-block-end: 1rem !important;
- }
- .ms-md-4,
- .mx-md-4 {
- margin-inline-start: 1rem !important;
- }
- .m-md-5 {
- margin: 1.5rem !important;
- }
- .mt-md-5,
- .my-md-5 {
- margin-block-start: 1.5rem !important;
- }
- .me-md-5,
- .mx-md-5 {
- margin-inline-end: 1.5rem !important;
- }
- .mb-md-5,
- .my-md-5 {
- margin-block-end: 1.5rem !important;
- }
- .ms-md-5,
- .mx-md-5 {
- margin-inline-start: 1.5rem !important;
- }
- .m-md-6 {
- margin: 2rem !important;
- }
- .mt-md-6,
- .my-md-6 {
- margin-block-start: 2rem !important;
- }
- .me-md-6,
- .mx-md-6 {
- margin-inline-end: 2rem !important;
- }
- .mb-md-6,
- .my-md-6 {
- margin-block-end: 2rem !important;
- }
- .ms-md-6,
- .mx-md-6 {
- margin-inline-start: 2rem !important;
- }
- .m-md-7 {
- margin: 3rem !important;
- }
- .mt-md-7,
- .my-md-7 {
- margin-block-start: 3rem !important;
- }
- .me-md-7,
- .mx-md-7 {
- margin-inline-end: 3rem !important;
- }
- .mb-md-7,
- .my-md-7 {
- margin-block-end: 3rem !important;
- }
- .ms-md-7,
- .mx-md-7 {
- margin-inline-start: 3rem !important;
- }
- .m-md-8 {
- margin: 4rem !important;
- }
- .mt-md-8,
- .my-md-8 {
- margin-block-start: 4rem !important;
- }
- .me-md-8,
- .mx-md-8 {
- margin-inline-end: 4rem !important;
- }
- .mb-md-8,
- .my-md-8 {
- margin-block-end: 4rem !important;
- }
- .ms-md-8,
- .mx-md-8 {
- margin-inline-start: 4rem !important;
- }
- .m-md-9 {
- margin: 6rem !important;
- }
- .mt-md-9,
- .my-md-9 {
- margin-block-start: 6rem !important;
- }
- .me-md-9,
- .mx-md-9 {
- margin-inline-end: 6rem !important;
- }
- .mb-md-9,
- .my-md-9 {
- margin-block-end: 6rem !important;
- }
- .ms-md-9,
- .mx-md-9 {
- margin-inline-start: 6rem !important;
- }
- .m-md-auto {
- margin: auto !important;
- }
- .mt-md-auto,
- .my-md-auto {
- margin-block-start: auto !important;
- }
- .me-md-auto,
- .mx-md-auto {
- margin-inline-end: auto !important;
- }
- .mb-md-auto,
- .my-md-auto {
- margin-block-end: auto !important;
- }
- .ms-md-auto,
- .mx-md-auto {
- margin-inline-start: auto !important;
- }
- }
- @media (min-width: 992px) {
- .m-lg-0 {
- margin: 0 !important;
- }
- .mt-lg-0,
- .my-lg-0 {
- margin-block-start: 0 !important;
- }
- .me-lg-0,
- .mx-lg-0 {
- margin-inline-end: 0 !important;
- }
- .mb-lg-0,
- .my-lg-0 {
- margin-block-end: 0 !important;
- }
- .ms-lg-0,
- .mx-lg-0 {
- margin-inline-start: 0 !important;
- }
- .m-lg-1 {
- margin: 0.25rem !important;
- }
- .mt-lg-1,
- .my-lg-1 {
- margin-block-start: 0.25rem !important;
- }
- .me-lg-1,
- .mx-lg-1 {
- margin-inline-end: 0.25rem !important;
- }
- .mb-lg-1,
- .my-lg-1 {
- margin-block-end: 0.25rem !important;
- }
- .ms-lg-1,
- .mx-lg-1 {
- margin-inline-start: 0.25rem !important;
- }
- .m-lg-2 {
- margin: 0.5rem !important;
- }
- .mt-lg-2,
- .my-lg-2 {
- margin-block-start: 0.5rem !important;
- }
- .me-lg-2,
- .mx-lg-2 {
- margin-inline-end: 0.5rem !important;
- }
- .mb-lg-2,
- .my-lg-2 {
- margin-block-end: 0.5rem !important;
- }
- .ms-lg-2,
- .mx-lg-2 {
- margin-inline-start: 0.5rem !important;
- }
- .m-lg-3 {
- margin: 0.75rem !important;
- }
- .mt-lg-3,
- .my-lg-3 {
- margin-block-start: 0.75rem !important;
- }
- .me-lg-3,
- .mx-lg-3 {
- margin-inline-end: 0.75rem !important;
- }
- .mb-lg-3,
- .my-lg-3 {
- margin-block-end: 0.75rem !important;
- }
- .ms-lg-3,
- .mx-lg-3 {
- margin-inline-start: 0.75rem !important;
- }
- .m-lg-4 {
- margin: 1rem !important;
- }
- .mt-lg-4,
- .my-lg-4 {
- margin-block-start: 1rem !important;
- }
- .me-lg-4,
- .mx-lg-4 {
- margin-inline-end: 1rem !important;
- }
- .mb-lg-4,
- .my-lg-4 {
- margin-block-end: 1rem !important;
- }
- .ms-lg-4,
- .mx-lg-4 {
- margin-inline-start: 1rem !important;
- }
- .m-lg-5 {
- margin: 1.5rem !important;
- }
- .mt-lg-5,
- .my-lg-5 {
- margin-block-start: 1.5rem !important;
- }
- .me-lg-5,
- .mx-lg-5 {
- margin-inline-end: 1.5rem !important;
- }
- .mb-lg-5,
- .my-lg-5 {
- margin-block-end: 1.5rem !important;
- }
- .ms-lg-5,
- .mx-lg-5 {
- margin-inline-start: 1.5rem !important;
- }
- .m-lg-6 {
- margin: 2rem !important;
- }
- .mt-lg-6,
- .my-lg-6 {
- margin-block-start: 2rem !important;
- }
- .me-lg-6,
- .mx-lg-6 {
- margin-inline-end: 2rem !important;
- }
- .mb-lg-6,
- .my-lg-6 {
- margin-block-end: 2rem !important;
- }
- .ms-lg-6,
- .mx-lg-6 {
- margin-inline-start: 2rem !important;
- }
- .m-lg-7 {
- margin: 3rem !important;
- }
- .mt-lg-7,
- .my-lg-7 {
- margin-block-start: 3rem !important;
- }
- .me-lg-7,
- .mx-lg-7 {
- margin-inline-end: 3rem !important;
- }
- .mb-lg-7,
- .my-lg-7 {
- margin-block-end: 3rem !important;
- }
- .ms-lg-7,
- .mx-lg-7 {
- margin-inline-start: 3rem !important;
- }
- .m-lg-8 {
- margin: 4rem !important;
- }
- .mt-lg-8,
- .my-lg-8 {
- margin-block-start: 4rem !important;
- }
- .me-lg-8,
- .mx-lg-8 {
- margin-inline-end: 4rem !important;
- }
- .mb-lg-8,
- .my-lg-8 {
- margin-block-end: 4rem !important;
- }
- .ms-lg-8,
- .mx-lg-8 {
- margin-inline-start: 4rem !important;
- }
- .m-lg-9 {
- margin: 6rem !important;
- }
- .mt-lg-9,
- .my-lg-9 {
- margin-block-start: 6rem !important;
- }
- .me-lg-9,
- .mx-lg-9 {
- margin-inline-end: 6rem !important;
- }
- .mb-lg-9,
- .my-lg-9 {
- margin-block-end: 6rem !important;
- }
- .ms-lg-9,
- .mx-lg-9 {
- margin-inline-start: 6rem !important;
- }
- .m-lg-auto {
- margin: auto !important;
- }
- .mt-lg-auto,
- .my-lg-auto {
- margin-block-start: auto !important;
- }
- .me-lg-auto,
- .mx-lg-auto {
- margin-inline-end: auto !important;
- }
- .mb-lg-auto,
- .my-lg-auto {
- margin-block-end: auto !important;
- }
- .ms-lg-auto,
- .mx-lg-auto {
- margin-inline-start: auto !important;
- }
- }
- @media (min-width: 1280px) {
- .m-xl-0 {
- margin: 0 !important;
- }
- .mt-xl-0,
- .my-xl-0 {
- margin-block-start: 0 !important;
- }
- .me-xl-0,
- .mx-xl-0 {
- margin-inline-end: 0 !important;
- }
- .mb-xl-0,
- .my-xl-0 {
- margin-block-end: 0 !important;
- }
- .ms-xl-0,
- .mx-xl-0 {
- margin-inline-start: 0 !important;
- }
- .m-xl-1 {
- margin: 0.25rem !important;
- }
- .mt-xl-1,
- .my-xl-1 {
- margin-block-start: 0.25rem !important;
- }
- .me-xl-1,
- .mx-xl-1 {
- margin-inline-end: 0.25rem !important;
- }
- .mb-xl-1,
- .my-xl-1 {
- margin-block-end: 0.25rem !important;
- }
- .ms-xl-1,
- .mx-xl-1 {
- margin-inline-start: 0.25rem !important;
- }
- .m-xl-2 {
- margin: 0.5rem !important;
- }
- .mt-xl-2,
- .my-xl-2 {
- margin-block-start: 0.5rem !important;
- }
- .me-xl-2,
- .mx-xl-2 {
- margin-inline-end: 0.5rem !important;
- }
- .mb-xl-2,
- .my-xl-2 {
- margin-block-end: 0.5rem !important;
- }
- .ms-xl-2,
- .mx-xl-2 {
- margin-inline-start: 0.5rem !important;
- }
- .m-xl-3 {
- margin: 0.75rem !important;
- }
- .mt-xl-3,
- .my-xl-3 {
- margin-block-start: 0.75rem !important;
- }
- .me-xl-3,
- .mx-xl-3 {
- margin-inline-end: 0.75rem !important;
- }
- .mb-xl-3,
- .my-xl-3 {
- margin-block-end: 0.75rem !important;
- }
- .ms-xl-3,
- .mx-xl-3 {
- margin-inline-start: 0.75rem !important;
- }
- .m-xl-4 {
- margin: 1rem !important;
- }
- .mt-xl-4,
- .my-xl-4 {
- margin-block-start: 1rem !important;
- }
- .me-xl-4,
- .mx-xl-4 {
- margin-inline-end: 1rem !important;
- }
- .mb-xl-4,
- .my-xl-4 {
- margin-block-end: 1rem !important;
- }
- .ms-xl-4,
- .mx-xl-4 {
- margin-inline-start: 1rem !important;
- }
- .m-xl-5 {
- margin: 1.5rem !important;
- }
- .mt-xl-5,
- .my-xl-5 {
- margin-block-start: 1.5rem !important;
- }
- .me-xl-5,
- .mx-xl-5 {
- margin-inline-end: 1.5rem !important;
- }
- .mb-xl-5,
- .my-xl-5 {
- margin-block-end: 1.5rem !important;
- }
- .ms-xl-5,
- .mx-xl-5 {
- margin-inline-start: 1.5rem !important;
- }
- .m-xl-6 {
- margin: 2rem !important;
- }
- .mt-xl-6,
- .my-xl-6 {
- margin-block-start: 2rem !important;
- }
- .me-xl-6,
- .mx-xl-6 {
- margin-inline-end: 2rem !important;
- }
- .mb-xl-6,
- .my-xl-6 {
- margin-block-end: 2rem !important;
- }
- .ms-xl-6,
- .mx-xl-6 {
- margin-inline-start: 2rem !important;
- }
- .m-xl-7 {
- margin: 3rem !important;
- }
- .mt-xl-7,
- .my-xl-7 {
- margin-block-start: 3rem !important;
- }
- .me-xl-7,
- .mx-xl-7 {
- margin-inline-end: 3rem !important;
- }
- .mb-xl-7,
- .my-xl-7 {
- margin-block-end: 3rem !important;
- }
- .ms-xl-7,
- .mx-xl-7 {
- margin-inline-start: 3rem !important;
- }
- .m-xl-8 {
- margin: 4rem !important;
- }
- .mt-xl-8,
- .my-xl-8 {
- margin-block-start: 4rem !important;
- }
- .me-xl-8,
- .mx-xl-8 {
- margin-inline-end: 4rem !important;
- }
- .mb-xl-8,
- .my-xl-8 {
- margin-block-end: 4rem !important;
- }
- .ms-xl-8,
- .mx-xl-8 {
- margin-inline-start: 4rem !important;
- }
- .m-xl-9 {
- margin: 6rem !important;
- }
- .mt-xl-9,
- .my-xl-9 {
- margin-block-start: 6rem !important;
- }
- .me-xl-9,
- .mx-xl-9 {
- margin-inline-end: 6rem !important;
- }
- .mb-xl-9,
- .my-xl-9 {
- margin-block-end: 6rem !important;
- }
- .ms-xl-9,
- .mx-xl-9 {
- margin-inline-start: 6rem !important;
- }
- .m-xl-auto {
- margin: auto !important;
- }
- .mt-xl-auto,
- .my-xl-auto {
- margin-block-start: auto !important;
- }
- .me-xl-auto,
- .mx-xl-auto {
- margin-inline-end: auto !important;
- }
- .mb-xl-auto,
- .my-xl-auto {
- margin-block-end: auto !important;
- }
- .ms-xl-auto,
- .mx-xl-auto {
- margin-inline-start: auto !important;
- }
- }
|