@charset "UTF-8";
/*  ==========================================================================================================================
 *
 *	xFrontend Framework
 *
 *	Tools
 *	Mixins
 *
 *  author - König Alfonz
 *
 *  ======================================================================================================================= */
/* ---------------------------------------------------------------------------------------------------
    COLOR FEEDS
------------------------------------------------------------------------------------------------------ */
/*  ==========================================================================================================================
 *
 *	xFrontend Framework
 *
 *	Global Configurations
 *	General configuration variables
 *
 *  author - König Alfonz
 *
 *  ======================================================================================================================= */
/* ---------------------------------------------------------------------------------------------------
    COLORS
------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------
    SPACING
------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------
    TYPOGRAPHY
------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------
    CONTAINER
------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------
    ICONS
------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------
    MISCELLANIOUS
------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------
    BREAKPOINTS
------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------
    GRID
------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------
    GRADIENTS
------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------
    MISCELLANIOUS
------------------------------------------------------------------------------------------------------ */
/*  ==========================================================================================================================
 *
 *	xFrontend Framework
 *
 *	Overrides
 *	Spacing
 *
 *  author - König Alfonz
 *
 *  ======================================================================================================================= */
.m-auto {
  margin: auto !important;
}

.m-t-auto {
  margin-top: auto !important;
}

.m-b-auto {
  margin-bottom: auto !important;
}

.m-y-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.m-l-auto {
  margin-left: auto !important;
}

.m-r-auto {
  margin-right: auto !important;
}

.m-x-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.m-minus-0_5 {
  margin: -0.5em !important;
}

.m-t-minus-0_5 {
  margin-top: -0.5em !important;
}

.m-b-minus-0_5 {
  margin-bottom: -0.5em !important;
}

.m-y-minus-0_5 {
  margin-top: -0.5em !important;
  margin-bottom: -0.5em !important;
}

.m-l-minus-0_5 {
  margin-left: -0.5em !important;
}

.m-r-minus-0_5 {
  margin-right: -0.5em !important;
}

.m-x-minus-0_5 {
  margin-left: -0.5em !important;
  margin-right: -0.5em !important;
}

.m-minus-1 {
  margin: -1em !important;
}

.m-t-minus-1 {
  margin-top: -1em !important;
}

.m-b-minus-1 {
  margin-bottom: -1em !important;
}

.m-y-minus-1 {
  margin-top: -1em !important;
  margin-bottom: -1em !important;
}

.m-l-minus-1 {
  margin-left: -1em !important;
}

.m-r-minus-1 {
  margin-right: -1em !important;
}

.m-x-minus-1 {
  margin-left: -1em !important;
  margin-right: -1em !important;
}

.m-minus-1_5 {
  margin: -1.5em !important;
}

.m-t-minus-1_5 {
  margin-top: -1.5em !important;
}

.m-b-minus-1_5 {
  margin-bottom: -1.5em !important;
}

.m-y-minus-1_5 {
  margin-top: -1.5em !important;
  margin-bottom: -1.5em !important;
}

.m-l-minus-1_5 {
  margin-left: -1.5em !important;
}

.m-r-minus-1_5 {
  margin-right: -1.5em !important;
}

.m-x-minus-1_5 {
  margin-left: -1.5em !important;
  margin-right: -1.5em !important;
}

.m-minus-2 {
  margin: -2em !important;
}

.m-t-minus-2 {
  margin-top: -2em !important;
}

.m-b-minus-2 {
  margin-bottom: -2em !important;
}

.m-y-minus-2 {
  margin-top: -2em !important;
  margin-bottom: -2em !important;
}

.m-l-minus-2 {
  margin-left: -2em !important;
}

.m-r-minus-2 {
  margin-right: -2em !important;
}

.m-x-minus-2 {
  margin-left: -2em !important;
  margin-right: -2em !important;
}

.m-minus-2_5 {
  margin: -2.5em !important;
}

.m-t-minus-2_5 {
  margin-top: -2.5em !important;
}

.m-b-minus-2_5 {
  margin-bottom: -2.5em !important;
}

.m-y-minus-2_5 {
  margin-top: -2.5em !important;
  margin-bottom: -2.5em !important;
}

.m-l-minus-2_5 {
  margin-left: -2.5em !important;
}

.m-r-minus-2_5 {
  margin-right: -2.5em !important;
}

.m-x-minus-2_5 {
  margin-left: -2.5em !important;
  margin-right: -2.5em !important;
}

.m-minus-3 {
  margin: -3em !important;
}

.m-t-minus-3 {
  margin-top: -3em !important;
}

.m-b-minus-3 {
  margin-bottom: -3em !important;
}

.m-y-minus-3 {
  margin-top: -3em !important;
  margin-bottom: -3em !important;
}

.m-l-minus-3 {
  margin-left: -3em !important;
}

.m-r-minus-3 {
  margin-right: -3em !important;
}

.m-x-minus-3 {
  margin-left: -3em !important;
  margin-right: -3em !important;
}

.m-minus-4 {
  margin: -4em !important;
}

.m-t-minus-4 {
  margin-top: -4em !important;
}

.m-b-minus-4 {
  margin-bottom: -4em !important;
}

.m-y-minus-4 {
  margin-top: -4em !important;
  margin-bottom: -4em !important;
}

.m-l-minus-4 {
  margin-left: -4em !important;
}

.m-r-minus-4 {
  margin-right: -4em !important;
}

.m-x-minus-4 {
  margin-left: -4em !important;
  margin-right: -4em !important;
}

.m-minus-5 {
  margin: -5em !important;
}

.m-t-minus-5 {
  margin-top: -5em !important;
}

.m-b-minus-5 {
  margin-bottom: -5em !important;
}

.m-y-minus-5 {
  margin-top: -5em !important;
  margin-bottom: -5em !important;
}

.m-l-minus-5 {
  margin-left: -5em !important;
}

.m-r-minus-5 {
  margin-right: -5em !important;
}

.m-x-minus-5 {
  margin-left: -5em !important;
  margin-right: -5em !important;
}

.m-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.m-0_25 {
  margin: 0.25em !important;
}

.m-t-0_25 {
  margin-top: 0.25em !important;
}

.m-b-0_25 {
  margin-bottom: 0.25em !important;
}

.m-y-0_25 {
  margin-top: 0.25em !important;
  margin-bottom: 0.25em !important;
}

.m-l-0_25 {
  margin-left: 0.25em !important;
}

.m-r-0_25 {
  margin-right: 0.25em !important;
}

.m-x-0_25 {
  margin-left: 0.25em !important;
  margin-right: 0.25em !important;
}

.m-0_5 {
  margin: 0.5em !important;
}

.m-t-0_5 {
  margin-top: 0.5em !important;
}

.m-b-0_5 {
  margin-bottom: 0.5em !important;
}

.m-y-0_5 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.m-l-0_5 {
  margin-left: 0.5em !important;
}

.m-r-0_5 {
  margin-right: 0.5em !important;
}

.m-x-0_5 {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}

.m-0_75 {
  margin: 0.75em !important;
}

.m-t-0_75 {
  margin-top: 0.75em !important;
}

.m-b-0_75 {
  margin-bottom: 0.75em !important;
}

.m-y-0_75 {
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important;
}

.m-l-0_75 {
  margin-left: 0.75em !important;
}

.m-r-0_75 {
  margin-right: 0.75em !important;
}

.m-x-0_75 {
  margin-left: 0.75em !important;
  margin-right: 0.75em !important;
}

.m-1 {
  margin: 1em !important;
}

.m-t-1 {
  margin-top: 1em !important;
}

.m-b-1 {
  margin-bottom: 1em !important;
}

.m-y-1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.m-l-1 {
  margin-left: 1em !important;
}

.m-r-1 {
  margin-right: 1em !important;
}

.m-x-1 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

.m-1_25 {
  margin: 1.25em !important;
}

.m-t-1_25 {
  margin-top: 1.25em !important;
}

.m-b-1_25 {
  margin-bottom: 1.25em !important;
}

.m-y-1_25 {
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
}

.m-l-1_25 {
  margin-left: 1.25em !important;
}

.m-r-1_25 {
  margin-right: 1.25em !important;
}

.m-x-1_25 {
  margin-left: 1.25em !important;
  margin-right: 1.25em !important;
}

.m-1_5 {
  margin: 1.5em !important;
}

.m-t-1_5 {
  margin-top: 1.5em !important;
}

.m-b-1_5 {
  margin-bottom: 1.5em !important;
}

.m-y-1_5 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.m-l-1_5 {
  margin-left: 1.5em !important;
}

.m-r-1_5 {
  margin-right: 1.5em !important;
}

.m-x-1_5 {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}

.m-1_75 {
  margin: 1.75em !important;
}

.m-t-1_75 {
  margin-top: 1.75em !important;
}

.m-b-1_75 {
  margin-bottom: 1.75em !important;
}

.m-y-1_75 {
  margin-top: 1.75em !important;
  margin-bottom: 1.75em !important;
}

.m-l-1_75 {
  margin-left: 1.75em !important;
}

.m-r-1_75 {
  margin-right: 1.75em !important;
}

.m-x-1_75 {
  margin-left: 1.75em !important;
  margin-right: 1.75em !important;
}

.m-2 {
  margin: 2em !important;
}

.m-t-2 {
  margin-top: 2em !important;
}

.m-b-2 {
  margin-bottom: 2em !important;
}

.m-y-2 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.m-l-2 {
  margin-left: 2em !important;
}

.m-r-2 {
  margin-right: 2em !important;
}

.m-x-2 {
  margin-left: 2em !important;
  margin-right: 2em !important;
}

.m-2_5 {
  margin: 2.5em !important;
}

.m-t-2_5 {
  margin-top: 2.5em !important;
}

.m-b-2_5 {
  margin-bottom: 2.5em !important;
}

.m-y-2_5 {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important;
}

.m-l-2_5 {
  margin-left: 2.5em !important;
}

.m-r-2_5 {
  margin-right: 2.5em !important;
}

.m-x-2_5 {
  margin-left: 2.5em !important;
  margin-right: 2.5em !important;
}

.m-3 {
  margin: 3em !important;
}

.m-t-3 {
  margin-top: 3em !important;
}

.m-b-3 {
  margin-bottom: 3em !important;
}

.m-y-3 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.m-l-3 {
  margin-left: 3em !important;
}

.m-r-3 {
  margin-right: 3em !important;
}

.m-x-3 {
  margin-left: 3em !important;
  margin-right: 3em !important;
}

.m-3_5 {
  margin: 3.5em !important;
}

.m-t-3_5 {
  margin-top: 3.5em !important;
}

.m-b-3_5 {
  margin-bottom: 3.5em !important;
}

.m-y-3_5 {
  margin-top: 3.5em !important;
  margin-bottom: 3.5em !important;
}

.m-l-3_5 {
  margin-left: 3.5em !important;
}

.m-r-3_5 {
  margin-right: 3.5em !important;
}

.m-x-3_5 {
  margin-left: 3.5em !important;
  margin-right: 3.5em !important;
}

.m-4 {
  margin: 4em !important;
}

.m-t-4 {
  margin-top: 4em !important;
}

.m-b-4 {
  margin-bottom: 4em !important;
}

.m-y-4 {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

.m-l-4 {
  margin-left: 4em !important;
}

.m-r-4 {
  margin-right: 4em !important;
}

.m-x-4 {
  margin-left: 4em !important;
  margin-right: 4em !important;
}

.m-4_5 {
  margin: 4.5em !important;
}

.m-t-4_5 {
  margin-top: 4.5em !important;
}

.m-b-4_5 {
  margin-bottom: 4.5em !important;
}

.m-y-4_5 {
  margin-top: 4.5em !important;
  margin-bottom: 4.5em !important;
}

.m-l-4_5 {
  margin-left: 4.5em !important;
}

.m-r-4_5 {
  margin-right: 4.5em !important;
}

.m-x-4_5 {
  margin-left: 4.5em !important;
  margin-right: 4.5em !important;
}

.m-5 {
  margin: 5em !important;
}

.m-t-5 {
  margin-top: 5em !important;
}

.m-b-5 {
  margin-bottom: 5em !important;
}

.m-y-5 {
  margin-top: 5em !important;
  margin-bottom: 5em !important;
}

.m-l-5 {
  margin-left: 5em !important;
}

.m-r-5 {
  margin-right: 5em !important;
}

.m-x-5 {
  margin-left: 5em !important;
  margin-right: 5em !important;
}

.m-6 {
  margin: 6em !important;
}

.m-t-6 {
  margin-top: 6em !important;
}

.m-b-6 {
  margin-bottom: 6em !important;
}

.m-y-6 {
  margin-top: 6em !important;
  margin-bottom: 6em !important;
}

.m-l-6 {
  margin-left: 6em !important;
}

.m-r-6 {
  margin-right: 6em !important;
}

.m-x-6 {
  margin-left: 6em !important;
  margin-right: 6em !important;
}

.m-7 {
  margin: 7em !important;
}

.m-t-7 {
  margin-top: 7em !important;
}

.m-b-7 {
  margin-bottom: 7em !important;
}

.m-y-7 {
  margin-top: 7em !important;
  margin-bottom: 7em !important;
}

.m-l-7 {
  margin-left: 7em !important;
}

.m-r-7 {
  margin-right: 7em !important;
}

.m-x-7 {
  margin-left: 7em !important;
  margin-right: 7em !important;
}

.m-8 {
  margin: 8em !important;
}

.m-t-8 {
  margin-top: 8em !important;
}

.m-b-8 {
  margin-bottom: 8em !important;
}

.m-y-8 {
  margin-top: 8em !important;
  margin-bottom: 8em !important;
}

.m-l-8 {
  margin-left: 8em !important;
}

.m-r-8 {
  margin-right: 8em !important;
}

.m-x-8 {
  margin-left: 8em !important;
  margin-right: 8em !important;
}

.m-9 {
  margin: 9em !important;
}

.m-t-9 {
  margin-top: 9em !important;
}

.m-b-9 {
  margin-bottom: 9em !important;
}

.m-y-9 {
  margin-top: 9em !important;
  margin-bottom: 9em !important;
}

.m-l-9 {
  margin-left: 9em !important;
}

.m-r-9 {
  margin-right: 9em !important;
}

.m-x-9 {
  margin-left: 9em !important;
  margin-right: 9em !important;
}

.m-10 {
  margin: 10em !important;
}

.m-t-10 {
  margin-top: 10em !important;
}

.m-b-10 {
  margin-bottom: 10em !important;
}

.m-y-10 {
  margin-top: 10em !important;
  margin-bottom: 10em !important;
}

.m-l-10 {
  margin-left: 10em !important;
}

.m-r-10 {
  margin-right: 10em !important;
}

.m-x-10 {
  margin-left: 10em !important;
  margin-right: 10em !important;
}

.p-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-0_25 {
  padding: 0.25em !important;
}

.p-t-0_25 {
  padding-top: 0.25em !important;
}

.p-b-0_25 {
  padding-bottom: 0.25em !important;
}

.p-y-0_25 {
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
}

.p-l-0_25 {
  padding-left: 0.25em !important;
}

.p-r-0_25 {
  padding-right: 0.25em !important;
}

.p-x-0_25 {
  padding-left: 0.25em !important;
  padding-right: 0.25em !important;
}

.p-0_5 {
  padding: 0.5em !important;
}

.p-t-0_5 {
  padding-top: 0.5em !important;
}

.p-b-0_5 {
  padding-bottom: 0.5em !important;
}

.p-y-0_5 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.p-l-0_5 {
  padding-left: 0.5em !important;
}

.p-r-0_5 {
  padding-right: 0.5em !important;
}

.p-x-0_5 {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}

.p-0_75 {
  padding: 0.75em !important;
}

.p-t-0_75 {
  padding-top: 0.75em !important;
}

.p-b-0_75 {
  padding-bottom: 0.75em !important;
}

.p-y-0_75 {
  padding-top: 0.75em !important;
  padding-bottom: 0.75em !important;
}

.p-l-0_75 {
  padding-left: 0.75em !important;
}

.p-r-0_75 {
  padding-right: 0.75em !important;
}

.p-x-0_75 {
  padding-left: 0.75em !important;
  padding-right: 0.75em !important;
}

.p-1 {
  padding: 1em !important;
}

.p-t-1 {
  padding-top: 1em !important;
}

.p-b-1 {
  padding-bottom: 1em !important;
}

.p-y-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.p-l-1 {
  padding-left: 1em !important;
}

.p-r-1 {
  padding-right: 1em !important;
}

.p-x-1 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.p-1_25 {
  padding: 1.25em !important;
}

.p-t-1_25 {
  padding-top: 1.25em !important;
}

.p-b-1_25 {
  padding-bottom: 1.25em !important;
}

.p-y-1_25 {
  padding-top: 1.25em !important;
  padding-bottom: 1.25em !important;
}

.p-l-1_25 {
  padding-left: 1.25em !important;
}

.p-r-1_25 {
  padding-right: 1.25em !important;
}

.p-x-1_25 {
  padding-left: 1.25em !important;
  padding-right: 1.25em !important;
}

.p-1_5 {
  padding: 1.5em !important;
}

.p-t-1_5 {
  padding-top: 1.5em !important;
}

.p-b-1_5 {
  padding-bottom: 1.5em !important;
}

.p-y-1_5 {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}

.p-l-1_5 {
  padding-left: 1.5em !important;
}

.p-r-1_5 {
  padding-right: 1.5em !important;
}

.p-x-1_5 {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}

.p-1_75 {
  padding: 1.75em !important;
}

.p-t-1_75 {
  padding-top: 1.75em !important;
}

.p-b-1_75 {
  padding-bottom: 1.75em !important;
}

.p-y-1_75 {
  padding-top: 1.75em !important;
  padding-bottom: 1.75em !important;
}

.p-l-1_75 {
  padding-left: 1.75em !important;
}

.p-r-1_75 {
  padding-right: 1.75em !important;
}

.p-x-1_75 {
  padding-left: 1.75em !important;
  padding-right: 1.75em !important;
}

.p-2 {
  padding: 2em !important;
}

.p-t-2 {
  padding-top: 2em !important;
}

.p-b-2 {
  padding-bottom: 2em !important;
}

.p-y-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.p-l-2 {
  padding-left: 2em !important;
}

.p-r-2 {
  padding-right: 2em !important;
}

.p-x-2 {
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.p-2_5 {
  padding: 2.5em !important;
}

.p-t-2_5 {
  padding-top: 2.5em !important;
}

.p-b-2_5 {
  padding-bottom: 2.5em !important;
}

.p-y-2_5 {
  padding-top: 2.5em !important;
  padding-bottom: 2.5em !important;
}

.p-l-2_5 {
  padding-left: 2.5em !important;
}

.p-r-2_5 {
  padding-right: 2.5em !important;
}

.p-x-2_5 {
  padding-left: 2.5em !important;
  padding-right: 2.5em !important;
}

.p-3 {
  padding: 3em !important;
}

.p-t-3 {
  padding-top: 3em !important;
}

.p-b-3 {
  padding-bottom: 3em !important;
}

.p-y-3 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.p-l-3 {
  padding-left: 3em !important;
}

.p-r-3 {
  padding-right: 3em !important;
}

.p-x-3 {
  padding-left: 3em !important;
  padding-right: 3em !important;
}

.p-3_5 {
  padding: 3.5em !important;
}

.p-t-3_5 {
  padding-top: 3.5em !important;
}

.p-b-3_5 {
  padding-bottom: 3.5em !important;
}

.p-y-3_5 {
  padding-top: 3.5em !important;
  padding-bottom: 3.5em !important;
}

.p-l-3_5 {
  padding-left: 3.5em !important;
}

.p-r-3_5 {
  padding-right: 3.5em !important;
}

.p-x-3_5 {
  padding-left: 3.5em !important;
  padding-right: 3.5em !important;
}

.p-4 {
  padding: 4em !important;
}

.p-t-4 {
  padding-top: 4em !important;
}

.p-b-4 {
  padding-bottom: 4em !important;
}

.p-y-4 {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.p-l-4 {
  padding-left: 4em !important;
}

.p-r-4 {
  padding-right: 4em !important;
}

.p-x-4 {
  padding-left: 4em !important;
  padding-right: 4em !important;
}

.p-4_5 {
  padding: 4.5em !important;
}

.p-t-4_5 {
  padding-top: 4.5em !important;
}

.p-b-4_5 {
  padding-bottom: 4.5em !important;
}

.p-y-4_5 {
  padding-top: 4.5em !important;
  padding-bottom: 4.5em !important;
}

.p-l-4_5 {
  padding-left: 4.5em !important;
}

.p-r-4_5 {
  padding-right: 4.5em !important;
}

.p-x-4_5 {
  padding-left: 4.5em !important;
  padding-right: 4.5em !important;
}

.p-5 {
  padding: 5em !important;
}

.p-t-5 {
  padding-top: 5em !important;
}

.p-b-5 {
  padding-bottom: 5em !important;
}

.p-y-5 {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}

.p-l-5 {
  padding-left: 5em !important;
}

.p-r-5 {
  padding-right: 5em !important;
}

.p-x-5 {
  padding-left: 5em !important;
  padding-right: 5em !important;
}

.p-6 {
  padding: 6em !important;
}

.p-t-6 {
  padding-top: 6em !important;
}

.p-b-6 {
  padding-bottom: 6em !important;
}

.p-y-6 {
  padding-top: 6em !important;
  padding-bottom: 6em !important;
}

.p-l-6 {
  padding-left: 6em !important;
}

.p-r-6 {
  padding-right: 6em !important;
}

.p-x-6 {
  padding-left: 6em !important;
  padding-right: 6em !important;
}

.p-7 {
  padding: 7em !important;
}

.p-t-7 {
  padding-top: 7em !important;
}

.p-b-7 {
  padding-bottom: 7em !important;
}

.p-y-7 {
  padding-top: 7em !important;
  padding-bottom: 7em !important;
}

.p-l-7 {
  padding-left: 7em !important;
}

.p-r-7 {
  padding-right: 7em !important;
}

.p-x-7 {
  padding-left: 7em !important;
  padding-right: 7em !important;
}

.p-8 {
  padding: 8em !important;
}

.p-t-8 {
  padding-top: 8em !important;
}

.p-b-8 {
  padding-bottom: 8em !important;
}

.p-y-8 {
  padding-top: 8em !important;
  padding-bottom: 8em !important;
}

.p-l-8 {
  padding-left: 8em !important;
}

.p-r-8 {
  padding-right: 8em !important;
}

.p-x-8 {
  padding-left: 8em !important;
  padding-right: 8em !important;
}

.p-9 {
  padding: 9em !important;
}

.p-t-9 {
  padding-top: 9em !important;
}

.p-b-9 {
  padding-bottom: 9em !important;
}

.p-y-9 {
  padding-top: 9em !important;
  padding-bottom: 9em !important;
}

.p-l-9 {
  padding-left: 9em !important;
}

.p-r-9 {
  padding-right: 9em !important;
}

.p-x-9 {
  padding-left: 9em !important;
  padding-right: 9em !important;
}

.p-10 {
  padding: 10em !important;
}

.p-t-10 {
  padding-top: 10em !important;
}

.p-b-10 {
  padding-bottom: 10em !important;
}

.p-y-10 {
  padding-top: 10em !important;
  padding-bottom: 10em !important;
}

.p-l-10 {
  padding-left: 10em !important;
}

.p-r-10 {
  padding-right: 10em !important;
}

.p-x-10 {
  padding-left: 10em !important;
  padding-right: 10em !important;
}

@media (min-width: 600px) {
  .m-auto-s {
    margin: auto !important;
  }
  .m-t-auto-s {
    margin-top: auto !important;
  }
  .m-b-auto-s {
    margin-bottom: auto !important;
  }
  .m-y-auto-s {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .m-l-auto-s {
    margin-left: auto !important;
  }
  .m-r-auto-s {
    margin-right: auto !important;
  }
  .m-x-auto-s {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m-minus-0_5-s {
    margin: -0.5em !important;
  }
  .m-t-minus-0_5-s {
    margin-top: -0.5em !important;
  }
  .m-b-minus-0_5-s {
    margin-bottom: -0.5em !important;
  }
  .m-y-minus-0_5-s {
    margin-top: -0.5em !important;
    margin-bottom: -0.5em !important;
  }
  .m-l-minus-0_5-s {
    margin-left: -0.5em !important;
  }
  .m-r-minus-0_5-s {
    margin-right: -0.5em !important;
  }
  .m-x-minus-0_5-s {
    margin-left: -0.5em !important;
    margin-right: -0.5em !important;
  }
  .m-minus-1-s {
    margin: -1em !important;
  }
  .m-t-minus-1-s {
    margin-top: -1em !important;
  }
  .m-b-minus-1-s {
    margin-bottom: -1em !important;
  }
  .m-y-minus-1-s {
    margin-top: -1em !important;
    margin-bottom: -1em !important;
  }
  .m-l-minus-1-s {
    margin-left: -1em !important;
  }
  .m-r-minus-1-s {
    margin-right: -1em !important;
  }
  .m-x-minus-1-s {
    margin-left: -1em !important;
    margin-right: -1em !important;
  }
  .m-minus-1_5-s {
    margin: -1.5em !important;
  }
  .m-t-minus-1_5-s {
    margin-top: -1.5em !important;
  }
  .m-b-minus-1_5-s {
    margin-bottom: -1.5em !important;
  }
  .m-y-minus-1_5-s {
    margin-top: -1.5em !important;
    margin-bottom: -1.5em !important;
  }
  .m-l-minus-1_5-s {
    margin-left: -1.5em !important;
  }
  .m-r-minus-1_5-s {
    margin-right: -1.5em !important;
  }
  .m-x-minus-1_5-s {
    margin-left: -1.5em !important;
    margin-right: -1.5em !important;
  }
  .m-minus-2-s {
    margin: -2em !important;
  }
  .m-t-minus-2-s {
    margin-top: -2em !important;
  }
  .m-b-minus-2-s {
    margin-bottom: -2em !important;
  }
  .m-y-minus-2-s {
    margin-top: -2em !important;
    margin-bottom: -2em !important;
  }
  .m-l-minus-2-s {
    margin-left: -2em !important;
  }
  .m-r-minus-2-s {
    margin-right: -2em !important;
  }
  .m-x-minus-2-s {
    margin-left: -2em !important;
    margin-right: -2em !important;
  }
  .m-minus-2_5-s {
    margin: -2.5em !important;
  }
  .m-t-minus-2_5-s {
    margin-top: -2.5em !important;
  }
  .m-b-minus-2_5-s {
    margin-bottom: -2.5em !important;
  }
  .m-y-minus-2_5-s {
    margin-top: -2.5em !important;
    margin-bottom: -2.5em !important;
  }
  .m-l-minus-2_5-s {
    margin-left: -2.5em !important;
  }
  .m-r-minus-2_5-s {
    margin-right: -2.5em !important;
  }
  .m-x-minus-2_5-s {
    margin-left: -2.5em !important;
    margin-right: -2.5em !important;
  }
  .m-minus-3-s {
    margin: -3em !important;
  }
  .m-t-minus-3-s {
    margin-top: -3em !important;
  }
  .m-b-minus-3-s {
    margin-bottom: -3em !important;
  }
  .m-y-minus-3-s {
    margin-top: -3em !important;
    margin-bottom: -3em !important;
  }
  .m-l-minus-3-s {
    margin-left: -3em !important;
  }
  .m-r-minus-3-s {
    margin-right: -3em !important;
  }
  .m-x-minus-3-s {
    margin-left: -3em !important;
    margin-right: -3em !important;
  }
  .m-minus-4-s {
    margin: -4em !important;
  }
  .m-t-minus-4-s {
    margin-top: -4em !important;
  }
  .m-b-minus-4-s {
    margin-bottom: -4em !important;
  }
  .m-y-minus-4-s {
    margin-top: -4em !important;
    margin-bottom: -4em !important;
  }
  .m-l-minus-4-s {
    margin-left: -4em !important;
  }
  .m-r-minus-4-s {
    margin-right: -4em !important;
  }
  .m-x-minus-4-s {
    margin-left: -4em !important;
    margin-right: -4em !important;
  }
  .m-minus-5-s {
    margin: -5em !important;
  }
  .m-t-minus-5-s {
    margin-top: -5em !important;
  }
  .m-b-minus-5-s {
    margin-bottom: -5em !important;
  }
  .m-y-minus-5-s {
    margin-top: -5em !important;
    margin-bottom: -5em !important;
  }
  .m-l-minus-5-s {
    margin-left: -5em !important;
  }
  .m-r-minus-5-s {
    margin-right: -5em !important;
  }
  .m-x-minus-5-s {
    margin-left: -5em !important;
    margin-right: -5em !important;
  }
  .m-0-s {
    margin: 0 !important;
  }
  .m-t-0-s {
    margin-top: 0 !important;
  }
  .m-b-0-s {
    margin-bottom: 0 !important;
  }
  .m-y-0-s {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-l-0-s {
    margin-left: 0 !important;
  }
  .m-r-0-s {
    margin-right: 0 !important;
  }
  .m-x-0-s {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-0_25-s {
    margin: 0.25em !important;
  }
  .m-t-0_25-s {
    margin-top: 0.25em !important;
  }
  .m-b-0_25-s {
    margin-bottom: 0.25em !important;
  }
  .m-y-0_25-s {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
  }
  .m-l-0_25-s {
    margin-left: 0.25em !important;
  }
  .m-r-0_25-s {
    margin-right: 0.25em !important;
  }
  .m-x-0_25-s {
    margin-left: 0.25em !important;
    margin-right: 0.25em !important;
  }
  .m-0_5-s {
    margin: 0.5em !important;
  }
  .m-t-0_5-s {
    margin-top: 0.5em !important;
  }
  .m-b-0_5-s {
    margin-bottom: 0.5em !important;
  }
  .m-y-0_5-s {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .m-l-0_5-s {
    margin-left: 0.5em !important;
  }
  .m-r-0_5-s {
    margin-right: 0.5em !important;
  }
  .m-x-0_5-s {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
  .m-0_75-s {
    margin: 0.75em !important;
  }
  .m-t-0_75-s {
    margin-top: 0.75em !important;
  }
  .m-b-0_75-s {
    margin-bottom: 0.75em !important;
  }
  .m-y-0_75-s {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
  }
  .m-l-0_75-s {
    margin-left: 0.75em !important;
  }
  .m-r-0_75-s {
    margin-right: 0.75em !important;
  }
  .m-x-0_75-s {
    margin-left: 0.75em !important;
    margin-right: 0.75em !important;
  }
  .m-1-s {
    margin: 1em !important;
  }
  .m-t-1-s {
    margin-top: 1em !important;
  }
  .m-b-1-s {
    margin-bottom: 1em !important;
  }
  .m-y-1-s {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .m-l-1-s {
    margin-left: 1em !important;
  }
  .m-r-1-s {
    margin-right: 1em !important;
  }
  .m-x-1-s {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .m-1_25-s {
    margin: 1.25em !important;
  }
  .m-t-1_25-s {
    margin-top: 1.25em !important;
  }
  .m-b-1_25-s {
    margin-bottom: 1.25em !important;
  }
  .m-y-1_25-s {
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
  }
  .m-l-1_25-s {
    margin-left: 1.25em !important;
  }
  .m-r-1_25-s {
    margin-right: 1.25em !important;
  }
  .m-x-1_25-s {
    margin-left: 1.25em !important;
    margin-right: 1.25em !important;
  }
  .m-1_5-s {
    margin: 1.5em !important;
  }
  .m-t-1_5-s {
    margin-top: 1.5em !important;
  }
  .m-b-1_5-s {
    margin-bottom: 1.5em !important;
  }
  .m-y-1_5-s {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .m-l-1_5-s {
    margin-left: 1.5em !important;
  }
  .m-r-1_5-s {
    margin-right: 1.5em !important;
  }
  .m-x-1_5-s {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }
  .m-1_75-s {
    margin: 1.75em !important;
  }
  .m-t-1_75-s {
    margin-top: 1.75em !important;
  }
  .m-b-1_75-s {
    margin-bottom: 1.75em !important;
  }
  .m-y-1_75-s {
    margin-top: 1.75em !important;
    margin-bottom: 1.75em !important;
  }
  .m-l-1_75-s {
    margin-left: 1.75em !important;
  }
  .m-r-1_75-s {
    margin-right: 1.75em !important;
  }
  .m-x-1_75-s {
    margin-left: 1.75em !important;
    margin-right: 1.75em !important;
  }
  .m-2-s {
    margin: 2em !important;
  }
  .m-t-2-s {
    margin-top: 2em !important;
  }
  .m-b-2-s {
    margin-bottom: 2em !important;
  }
  .m-y-2-s {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .m-l-2-s {
    margin-left: 2em !important;
  }
  .m-r-2-s {
    margin-right: 2em !important;
  }
  .m-x-2-s {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .m-2_5-s {
    margin: 2.5em !important;
  }
  .m-t-2_5-s {
    margin-top: 2.5em !important;
  }
  .m-b-2_5-s {
    margin-bottom: 2.5em !important;
  }
  .m-y-2_5-s {
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
  }
  .m-l-2_5-s {
    margin-left: 2.5em !important;
  }
  .m-r-2_5-s {
    margin-right: 2.5em !important;
  }
  .m-x-2_5-s {
    margin-left: 2.5em !important;
    margin-right: 2.5em !important;
  }
  .m-3-s {
    margin: 3em !important;
  }
  .m-t-3-s {
    margin-top: 3em !important;
  }
  .m-b-3-s {
    margin-bottom: 3em !important;
  }
  .m-y-3-s {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  .m-l-3-s {
    margin-left: 3em !important;
  }
  .m-r-3-s {
    margin-right: 3em !important;
  }
  .m-x-3-s {
    margin-left: 3em !important;
    margin-right: 3em !important;
  }
  .m-3_5-s {
    margin: 3.5em !important;
  }
  .m-t-3_5-s {
    margin-top: 3.5em !important;
  }
  .m-b-3_5-s {
    margin-bottom: 3.5em !important;
  }
  .m-y-3_5-s {
    margin-top: 3.5em !important;
    margin-bottom: 3.5em !important;
  }
  .m-l-3_5-s {
    margin-left: 3.5em !important;
  }
  .m-r-3_5-s {
    margin-right: 3.5em !important;
  }
  .m-x-3_5-s {
    margin-left: 3.5em !important;
    margin-right: 3.5em !important;
  }
  .m-4-s {
    margin: 4em !important;
  }
  .m-t-4-s {
    margin-top: 4em !important;
  }
  .m-b-4-s {
    margin-bottom: 4em !important;
  }
  .m-y-4-s {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }
  .m-l-4-s {
    margin-left: 4em !important;
  }
  .m-r-4-s {
    margin-right: 4em !important;
  }
  .m-x-4-s {
    margin-left: 4em !important;
    margin-right: 4em !important;
  }
  .m-4_5-s {
    margin: 4.5em !important;
  }
  .m-t-4_5-s {
    margin-top: 4.5em !important;
  }
  .m-b-4_5-s {
    margin-bottom: 4.5em !important;
  }
  .m-y-4_5-s {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
  }
  .m-l-4_5-s {
    margin-left: 4.5em !important;
  }
  .m-r-4_5-s {
    margin-right: 4.5em !important;
  }
  .m-x-4_5-s {
    margin-left: 4.5em !important;
    margin-right: 4.5em !important;
  }
  .m-5-s {
    margin: 5em !important;
  }
  .m-t-5-s {
    margin-top: 5em !important;
  }
  .m-b-5-s {
    margin-bottom: 5em !important;
  }
  .m-y-5-s {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .m-l-5-s {
    margin-left: 5em !important;
  }
  .m-r-5-s {
    margin-right: 5em !important;
  }
  .m-x-5-s {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .m-6-s {
    margin: 6em !important;
  }
  .m-t-6-s {
    margin-top: 6em !important;
  }
  .m-b-6-s {
    margin-bottom: 6em !important;
  }
  .m-y-6-s {
    margin-top: 6em !important;
    margin-bottom: 6em !important;
  }
  .m-l-6-s {
    margin-left: 6em !important;
  }
  .m-r-6-s {
    margin-right: 6em !important;
  }
  .m-x-6-s {
    margin-left: 6em !important;
    margin-right: 6em !important;
  }
  .m-7-s {
    margin: 7em !important;
  }
  .m-t-7-s {
    margin-top: 7em !important;
  }
  .m-b-7-s {
    margin-bottom: 7em !important;
  }
  .m-y-7-s {
    margin-top: 7em !important;
    margin-bottom: 7em !important;
  }
  .m-l-7-s {
    margin-left: 7em !important;
  }
  .m-r-7-s {
    margin-right: 7em !important;
  }
  .m-x-7-s {
    margin-left: 7em !important;
    margin-right: 7em !important;
  }
  .m-8-s {
    margin: 8em !important;
  }
  .m-t-8-s {
    margin-top: 8em !important;
  }
  .m-b-8-s {
    margin-bottom: 8em !important;
  }
  .m-y-8-s {
    margin-top: 8em !important;
    margin-bottom: 8em !important;
  }
  .m-l-8-s {
    margin-left: 8em !important;
  }
  .m-r-8-s {
    margin-right: 8em !important;
  }
  .m-x-8-s {
    margin-left: 8em !important;
    margin-right: 8em !important;
  }
  .m-9-s {
    margin: 9em !important;
  }
  .m-t-9-s {
    margin-top: 9em !important;
  }
  .m-b-9-s {
    margin-bottom: 9em !important;
  }
  .m-y-9-s {
    margin-top: 9em !important;
    margin-bottom: 9em !important;
  }
  .m-l-9-s {
    margin-left: 9em !important;
  }
  .m-r-9-s {
    margin-right: 9em !important;
  }
  .m-x-9-s {
    margin-left: 9em !important;
    margin-right: 9em !important;
  }
  .m-10-s {
    margin: 10em !important;
  }
  .m-t-10-s {
    margin-top: 10em !important;
  }
  .m-b-10-s {
    margin-bottom: 10em !important;
  }
  .m-y-10-s {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
  }
  .m-l-10-s {
    margin-left: 10em !important;
  }
  .m-r-10-s {
    margin-right: 10em !important;
  }
  .m-x-10-s {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .p-0-s {
    padding: 0 !important;
  }
  .p-t-0-s {
    padding-top: 0 !important;
  }
  .p-b-0-s {
    padding-bottom: 0 !important;
  }
  .p-y-0-s {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-l-0-s {
    padding-left: 0 !important;
  }
  .p-r-0-s {
    padding-right: 0 !important;
  }
  .p-x-0-s {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-0_25-s {
    padding: 0.25em !important;
  }
  .p-t-0_25-s {
    padding-top: 0.25em !important;
  }
  .p-b-0_25-s {
    padding-bottom: 0.25em !important;
  }
  .p-y-0_25-s {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }
  .p-l-0_25-s {
    padding-left: 0.25em !important;
  }
  .p-r-0_25-s {
    padding-right: 0.25em !important;
  }
  .p-x-0_25-s {
    padding-left: 0.25em !important;
    padding-right: 0.25em !important;
  }
  .p-0_5-s {
    padding: 0.5em !important;
  }
  .p-t-0_5-s {
    padding-top: 0.5em !important;
  }
  .p-b-0_5-s {
    padding-bottom: 0.5em !important;
  }
  .p-y-0_5-s {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .p-l-0_5-s {
    padding-left: 0.5em !important;
  }
  .p-r-0_5-s {
    padding-right: 0.5em !important;
  }
  .p-x-0_5-s {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .p-0_75-s {
    padding: 0.75em !important;
  }
  .p-t-0_75-s {
    padding-top: 0.75em !important;
  }
  .p-b-0_75-s {
    padding-bottom: 0.75em !important;
  }
  .p-y-0_75-s {
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
  }
  .p-l-0_75-s {
    padding-left: 0.75em !important;
  }
  .p-r-0_75-s {
    padding-right: 0.75em !important;
  }
  .p-x-0_75-s {
    padding-left: 0.75em !important;
    padding-right: 0.75em !important;
  }
  .p-1-s {
    padding: 1em !important;
  }
  .p-t-1-s {
    padding-top: 1em !important;
  }
  .p-b-1-s {
    padding-bottom: 1em !important;
  }
  .p-y-1-s {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .p-l-1-s {
    padding-left: 1em !important;
  }
  .p-r-1-s {
    padding-right: 1em !important;
  }
  .p-x-1-s {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .p-1_25-s {
    padding: 1.25em !important;
  }
  .p-t-1_25-s {
    padding-top: 1.25em !important;
  }
  .p-b-1_25-s {
    padding-bottom: 1.25em !important;
  }
  .p-y-1_25-s {
    padding-top: 1.25em !important;
    padding-bottom: 1.25em !important;
  }
  .p-l-1_25-s {
    padding-left: 1.25em !important;
  }
  .p-r-1_25-s {
    padding-right: 1.25em !important;
  }
  .p-x-1_25-s {
    padding-left: 1.25em !important;
    padding-right: 1.25em !important;
  }
  .p-1_5-s {
    padding: 1.5em !important;
  }
  .p-t-1_5-s {
    padding-top: 1.5em !important;
  }
  .p-b-1_5-s {
    padding-bottom: 1.5em !important;
  }
  .p-y-1_5-s {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .p-l-1_5-s {
    padding-left: 1.5em !important;
  }
  .p-r-1_5-s {
    padding-right: 1.5em !important;
  }
  .p-x-1_5-s {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }
  .p-1_75-s {
    padding: 1.75em !important;
  }
  .p-t-1_75-s {
    padding-top: 1.75em !important;
  }
  .p-b-1_75-s {
    padding-bottom: 1.75em !important;
  }
  .p-y-1_75-s {
    padding-top: 1.75em !important;
    padding-bottom: 1.75em !important;
  }
  .p-l-1_75-s {
    padding-left: 1.75em !important;
  }
  .p-r-1_75-s {
    padding-right: 1.75em !important;
  }
  .p-x-1_75-s {
    padding-left: 1.75em !important;
    padding-right: 1.75em !important;
  }
  .p-2-s {
    padding: 2em !important;
  }
  .p-t-2-s {
    padding-top: 2em !important;
  }
  .p-b-2-s {
    padding-bottom: 2em !important;
  }
  .p-y-2-s {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .p-l-2-s {
    padding-left: 2em !important;
  }
  .p-r-2-s {
    padding-right: 2em !important;
  }
  .p-x-2-s {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .p-2_5-s {
    padding: 2.5em !important;
  }
  .p-t-2_5-s {
    padding-top: 2.5em !important;
  }
  .p-b-2_5-s {
    padding-bottom: 2.5em !important;
  }
  .p-y-2_5-s {
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important;
  }
  .p-l-2_5-s {
    padding-left: 2.5em !important;
  }
  .p-r-2_5-s {
    padding-right: 2.5em !important;
  }
  .p-x-2_5-s {
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
  }
  .p-3-s {
    padding: 3em !important;
  }
  .p-t-3-s {
    padding-top: 3em !important;
  }
  .p-b-3-s {
    padding-bottom: 3em !important;
  }
  .p-y-3-s {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .p-l-3-s {
    padding-left: 3em !important;
  }
  .p-r-3-s {
    padding-right: 3em !important;
  }
  .p-x-3-s {
    padding-left: 3em !important;
    padding-right: 3em !important;
  }
  .p-3_5-s {
    padding: 3.5em !important;
  }
  .p-t-3_5-s {
    padding-top: 3.5em !important;
  }
  .p-b-3_5-s {
    padding-bottom: 3.5em !important;
  }
  .p-y-3_5-s {
    padding-top: 3.5em !important;
    padding-bottom: 3.5em !important;
  }
  .p-l-3_5-s {
    padding-left: 3.5em !important;
  }
  .p-r-3_5-s {
    padding-right: 3.5em !important;
  }
  .p-x-3_5-s {
    padding-left: 3.5em !important;
    padding-right: 3.5em !important;
  }
  .p-4-s {
    padding: 4em !important;
  }
  .p-t-4-s {
    padding-top: 4em !important;
  }
  .p-b-4-s {
    padding-bottom: 4em !important;
  }
  .p-y-4-s {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
  .p-l-4-s {
    padding-left: 4em !important;
  }
  .p-r-4-s {
    padding-right: 4em !important;
  }
  .p-x-4-s {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }
  .p-4_5-s {
    padding: 4.5em !important;
  }
  .p-t-4_5-s {
    padding-top: 4.5em !important;
  }
  .p-b-4_5-s {
    padding-bottom: 4.5em !important;
  }
  .p-y-4_5-s {
    padding-top: 4.5em !important;
    padding-bottom: 4.5em !important;
  }
  .p-l-4_5-s {
    padding-left: 4.5em !important;
  }
  .p-r-4_5-s {
    padding-right: 4.5em !important;
  }
  .p-x-4_5-s {
    padding-left: 4.5em !important;
    padding-right: 4.5em !important;
  }
  .p-5-s {
    padding: 5em !important;
  }
  .p-t-5-s {
    padding-top: 5em !important;
  }
  .p-b-5-s {
    padding-bottom: 5em !important;
  }
  .p-y-5-s {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .p-l-5-s {
    padding-left: 5em !important;
  }
  .p-r-5-s {
    padding-right: 5em !important;
  }
  .p-x-5-s {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .p-6-s {
    padding: 6em !important;
  }
  .p-t-6-s {
    padding-top: 6em !important;
  }
  .p-b-6-s {
    padding-bottom: 6em !important;
  }
  .p-y-6-s {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
  }
  .p-l-6-s {
    padding-left: 6em !important;
  }
  .p-r-6-s {
    padding-right: 6em !important;
  }
  .p-x-6-s {
    padding-left: 6em !important;
    padding-right: 6em !important;
  }
  .p-7-s {
    padding: 7em !important;
  }
  .p-t-7-s {
    padding-top: 7em !important;
  }
  .p-b-7-s {
    padding-bottom: 7em !important;
  }
  .p-y-7-s {
    padding-top: 7em !important;
    padding-bottom: 7em !important;
  }
  .p-l-7-s {
    padding-left: 7em !important;
  }
  .p-r-7-s {
    padding-right: 7em !important;
  }
  .p-x-7-s {
    padding-left: 7em !important;
    padding-right: 7em !important;
  }
  .p-8-s {
    padding: 8em !important;
  }
  .p-t-8-s {
    padding-top: 8em !important;
  }
  .p-b-8-s {
    padding-bottom: 8em !important;
  }
  .p-y-8-s {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
  }
  .p-l-8-s {
    padding-left: 8em !important;
  }
  .p-r-8-s {
    padding-right: 8em !important;
  }
  .p-x-8-s {
    padding-left: 8em !important;
    padding-right: 8em !important;
  }
  .p-9-s {
    padding: 9em !important;
  }
  .p-t-9-s {
    padding-top: 9em !important;
  }
  .p-b-9-s {
    padding-bottom: 9em !important;
  }
  .p-y-9-s {
    padding-top: 9em !important;
    padding-bottom: 9em !important;
  }
  .p-l-9-s {
    padding-left: 9em !important;
  }
  .p-r-9-s {
    padding-right: 9em !important;
  }
  .p-x-9-s {
    padding-left: 9em !important;
    padding-right: 9em !important;
  }
  .p-10-s {
    padding: 10em !important;
  }
  .p-t-10-s {
    padding-top: 10em !important;
  }
  .p-b-10-s {
    padding-bottom: 10em !important;
  }
  .p-y-10-s {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .p-l-10-s {
    padding-left: 10em !important;
  }
  .p-r-10-s {
    padding-right: 10em !important;
  }
  .p-x-10-s {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
}
@media (min-width: 900px) {
  .m-auto-m {
    margin: auto !important;
  }
  .m-t-auto-m {
    margin-top: auto !important;
  }
  .m-b-auto-m {
    margin-bottom: auto !important;
  }
  .m-y-auto-m {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .m-l-auto-m {
    margin-left: auto !important;
  }
  .m-r-auto-m {
    margin-right: auto !important;
  }
  .m-x-auto-m {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m-minus-0_5-m {
    margin: -0.5em !important;
  }
  .m-t-minus-0_5-m {
    margin-top: -0.5em !important;
  }
  .m-b-minus-0_5-m {
    margin-bottom: -0.5em !important;
  }
  .m-y-minus-0_5-m {
    margin-top: -0.5em !important;
    margin-bottom: -0.5em !important;
  }
  .m-l-minus-0_5-m {
    margin-left: -0.5em !important;
  }
  .m-r-minus-0_5-m {
    margin-right: -0.5em !important;
  }
  .m-x-minus-0_5-m {
    margin-left: -0.5em !important;
    margin-right: -0.5em !important;
  }
  .m-minus-1-m {
    margin: -1em !important;
  }
  .m-t-minus-1-m {
    margin-top: -1em !important;
  }
  .m-b-minus-1-m {
    margin-bottom: -1em !important;
  }
  .m-y-minus-1-m {
    margin-top: -1em !important;
    margin-bottom: -1em !important;
  }
  .m-l-minus-1-m {
    margin-left: -1em !important;
  }
  .m-r-minus-1-m {
    margin-right: -1em !important;
  }
  .m-x-minus-1-m {
    margin-left: -1em !important;
    margin-right: -1em !important;
  }
  .m-minus-1_5-m {
    margin: -1.5em !important;
  }
  .m-t-minus-1_5-m {
    margin-top: -1.5em !important;
  }
  .m-b-minus-1_5-m {
    margin-bottom: -1.5em !important;
  }
  .m-y-minus-1_5-m {
    margin-top: -1.5em !important;
    margin-bottom: -1.5em !important;
  }
  .m-l-minus-1_5-m {
    margin-left: -1.5em !important;
  }
  .m-r-minus-1_5-m {
    margin-right: -1.5em !important;
  }
  .m-x-minus-1_5-m {
    margin-left: -1.5em !important;
    margin-right: -1.5em !important;
  }
  .m-minus-2-m {
    margin: -2em !important;
  }
  .m-t-minus-2-m {
    margin-top: -2em !important;
  }
  .m-b-minus-2-m {
    margin-bottom: -2em !important;
  }
  .m-y-minus-2-m {
    margin-top: -2em !important;
    margin-bottom: -2em !important;
  }
  .m-l-minus-2-m {
    margin-left: -2em !important;
  }
  .m-r-minus-2-m {
    margin-right: -2em !important;
  }
  .m-x-minus-2-m {
    margin-left: -2em !important;
    margin-right: -2em !important;
  }
  .m-minus-2_5-m {
    margin: -2.5em !important;
  }
  .m-t-minus-2_5-m {
    margin-top: -2.5em !important;
  }
  .m-b-minus-2_5-m {
    margin-bottom: -2.5em !important;
  }
  .m-y-minus-2_5-m {
    margin-top: -2.5em !important;
    margin-bottom: -2.5em !important;
  }
  .m-l-minus-2_5-m {
    margin-left: -2.5em !important;
  }
  .m-r-minus-2_5-m {
    margin-right: -2.5em !important;
  }
  .m-x-minus-2_5-m {
    margin-left: -2.5em !important;
    margin-right: -2.5em !important;
  }
  .m-minus-3-m {
    margin: -3em !important;
  }
  .m-t-minus-3-m {
    margin-top: -3em !important;
  }
  .m-b-minus-3-m {
    margin-bottom: -3em !important;
  }
  .m-y-minus-3-m {
    margin-top: -3em !important;
    margin-bottom: -3em !important;
  }
  .m-l-minus-3-m {
    margin-left: -3em !important;
  }
  .m-r-minus-3-m {
    margin-right: -3em !important;
  }
  .m-x-minus-3-m {
    margin-left: -3em !important;
    margin-right: -3em !important;
  }
  .m-minus-4-m {
    margin: -4em !important;
  }
  .m-t-minus-4-m {
    margin-top: -4em !important;
  }
  .m-b-minus-4-m {
    margin-bottom: -4em !important;
  }
  .m-y-minus-4-m {
    margin-top: -4em !important;
    margin-bottom: -4em !important;
  }
  .m-l-minus-4-m {
    margin-left: -4em !important;
  }
  .m-r-minus-4-m {
    margin-right: -4em !important;
  }
  .m-x-minus-4-m {
    margin-left: -4em !important;
    margin-right: -4em !important;
  }
  .m-minus-5-m {
    margin: -5em !important;
  }
  .m-t-minus-5-m {
    margin-top: -5em !important;
  }
  .m-b-minus-5-m {
    margin-bottom: -5em !important;
  }
  .m-y-minus-5-m {
    margin-top: -5em !important;
    margin-bottom: -5em !important;
  }
  .m-l-minus-5-m {
    margin-left: -5em !important;
  }
  .m-r-minus-5-m {
    margin-right: -5em !important;
  }
  .m-x-minus-5-m {
    margin-left: -5em !important;
    margin-right: -5em !important;
  }
  .m-0-m {
    margin: 0 !important;
  }
  .m-t-0-m {
    margin-top: 0 !important;
  }
  .m-b-0-m {
    margin-bottom: 0 !important;
  }
  .m-y-0-m {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-l-0-m {
    margin-left: 0 !important;
  }
  .m-r-0-m {
    margin-right: 0 !important;
  }
  .m-x-0-m {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-0_25-m {
    margin: 0.25em !important;
  }
  .m-t-0_25-m {
    margin-top: 0.25em !important;
  }
  .m-b-0_25-m {
    margin-bottom: 0.25em !important;
  }
  .m-y-0_25-m {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
  }
  .m-l-0_25-m {
    margin-left: 0.25em !important;
  }
  .m-r-0_25-m {
    margin-right: 0.25em !important;
  }
  .m-x-0_25-m {
    margin-left: 0.25em !important;
    margin-right: 0.25em !important;
  }
  .m-0_5-m {
    margin: 0.5em !important;
  }
  .m-t-0_5-m {
    margin-top: 0.5em !important;
  }
  .m-b-0_5-m {
    margin-bottom: 0.5em !important;
  }
  .m-y-0_5-m {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .m-l-0_5-m {
    margin-left: 0.5em !important;
  }
  .m-r-0_5-m {
    margin-right: 0.5em !important;
  }
  .m-x-0_5-m {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
  .m-0_75-m {
    margin: 0.75em !important;
  }
  .m-t-0_75-m {
    margin-top: 0.75em !important;
  }
  .m-b-0_75-m {
    margin-bottom: 0.75em !important;
  }
  .m-y-0_75-m {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
  }
  .m-l-0_75-m {
    margin-left: 0.75em !important;
  }
  .m-r-0_75-m {
    margin-right: 0.75em !important;
  }
  .m-x-0_75-m {
    margin-left: 0.75em !important;
    margin-right: 0.75em !important;
  }
  .m-1-m {
    margin: 1em !important;
  }
  .m-t-1-m {
    margin-top: 1em !important;
  }
  .m-b-1-m {
    margin-bottom: 1em !important;
  }
  .m-y-1-m {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .m-l-1-m {
    margin-left: 1em !important;
  }
  .m-r-1-m {
    margin-right: 1em !important;
  }
  .m-x-1-m {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .m-1_25-m {
    margin: 1.25em !important;
  }
  .m-t-1_25-m {
    margin-top: 1.25em !important;
  }
  .m-b-1_25-m {
    margin-bottom: 1.25em !important;
  }
  .m-y-1_25-m {
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
  }
  .m-l-1_25-m {
    margin-left: 1.25em !important;
  }
  .m-r-1_25-m {
    margin-right: 1.25em !important;
  }
  .m-x-1_25-m {
    margin-left: 1.25em !important;
    margin-right: 1.25em !important;
  }
  .m-1_5-m {
    margin: 1.5em !important;
  }
  .m-t-1_5-m {
    margin-top: 1.5em !important;
  }
  .m-b-1_5-m {
    margin-bottom: 1.5em !important;
  }
  .m-y-1_5-m {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .m-l-1_5-m {
    margin-left: 1.5em !important;
  }
  .m-r-1_5-m {
    margin-right: 1.5em !important;
  }
  .m-x-1_5-m {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }
  .m-1_75-m {
    margin: 1.75em !important;
  }
  .m-t-1_75-m {
    margin-top: 1.75em !important;
  }
  .m-b-1_75-m {
    margin-bottom: 1.75em !important;
  }
  .m-y-1_75-m {
    margin-top: 1.75em !important;
    margin-bottom: 1.75em !important;
  }
  .m-l-1_75-m {
    margin-left: 1.75em !important;
  }
  .m-r-1_75-m {
    margin-right: 1.75em !important;
  }
  .m-x-1_75-m {
    margin-left: 1.75em !important;
    margin-right: 1.75em !important;
  }
  .m-2-m {
    margin: 2em !important;
  }
  .m-t-2-m {
    margin-top: 2em !important;
  }
  .m-b-2-m {
    margin-bottom: 2em !important;
  }
  .m-y-2-m {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .m-l-2-m {
    margin-left: 2em !important;
  }
  .m-r-2-m {
    margin-right: 2em !important;
  }
  .m-x-2-m {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .m-2_5-m {
    margin: 2.5em !important;
  }
  .m-t-2_5-m {
    margin-top: 2.5em !important;
  }
  .m-b-2_5-m {
    margin-bottom: 2.5em !important;
  }
  .m-y-2_5-m {
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
  }
  .m-l-2_5-m {
    margin-left: 2.5em !important;
  }
  .m-r-2_5-m {
    margin-right: 2.5em !important;
  }
  .m-x-2_5-m {
    margin-left: 2.5em !important;
    margin-right: 2.5em !important;
  }
  .m-3-m {
    margin: 3em !important;
  }
  .m-t-3-m {
    margin-top: 3em !important;
  }
  .m-b-3-m {
    margin-bottom: 3em !important;
  }
  .m-y-3-m {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  .m-l-3-m {
    margin-left: 3em !important;
  }
  .m-r-3-m {
    margin-right: 3em !important;
  }
  .m-x-3-m {
    margin-left: 3em !important;
    margin-right: 3em !important;
  }
  .m-3_5-m {
    margin: 3.5em !important;
  }
  .m-t-3_5-m {
    margin-top: 3.5em !important;
  }
  .m-b-3_5-m {
    margin-bottom: 3.5em !important;
  }
  .m-y-3_5-m {
    margin-top: 3.5em !important;
    margin-bottom: 3.5em !important;
  }
  .m-l-3_5-m {
    margin-left: 3.5em !important;
  }
  .m-r-3_5-m {
    margin-right: 3.5em !important;
  }
  .m-x-3_5-m {
    margin-left: 3.5em !important;
    margin-right: 3.5em !important;
  }
  .m-4-m {
    margin: 4em !important;
  }
  .m-t-4-m {
    margin-top: 4em !important;
  }
  .m-b-4-m {
    margin-bottom: 4em !important;
  }
  .m-y-4-m {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }
  .m-l-4-m {
    margin-left: 4em !important;
  }
  .m-r-4-m {
    margin-right: 4em !important;
  }
  .m-x-4-m {
    margin-left: 4em !important;
    margin-right: 4em !important;
  }
  .m-4_5-m {
    margin: 4.5em !important;
  }
  .m-t-4_5-m {
    margin-top: 4.5em !important;
  }
  .m-b-4_5-m {
    margin-bottom: 4.5em !important;
  }
  .m-y-4_5-m {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
  }
  .m-l-4_5-m {
    margin-left: 4.5em !important;
  }
  .m-r-4_5-m {
    margin-right: 4.5em !important;
  }
  .m-x-4_5-m {
    margin-left: 4.5em !important;
    margin-right: 4.5em !important;
  }
  .m-5-m {
    margin: 5em !important;
  }
  .m-t-5-m {
    margin-top: 5em !important;
  }
  .m-b-5-m {
    margin-bottom: 5em !important;
  }
  .m-y-5-m {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .m-l-5-m {
    margin-left: 5em !important;
  }
  .m-r-5-m {
    margin-right: 5em !important;
  }
  .m-x-5-m {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .m-6-m {
    margin: 6em !important;
  }
  .m-t-6-m {
    margin-top: 6em !important;
  }
  .m-b-6-m {
    margin-bottom: 6em !important;
  }
  .m-y-6-m {
    margin-top: 6em !important;
    margin-bottom: 6em !important;
  }
  .m-l-6-m {
    margin-left: 6em !important;
  }
  .m-r-6-m {
    margin-right: 6em !important;
  }
  .m-x-6-m {
    margin-left: 6em !important;
    margin-right: 6em !important;
  }
  .m-7-m {
    margin: 7em !important;
  }
  .m-t-7-m {
    margin-top: 7em !important;
  }
  .m-b-7-m {
    margin-bottom: 7em !important;
  }
  .m-y-7-m {
    margin-top: 7em !important;
    margin-bottom: 7em !important;
  }
  .m-l-7-m {
    margin-left: 7em !important;
  }
  .m-r-7-m {
    margin-right: 7em !important;
  }
  .m-x-7-m {
    margin-left: 7em !important;
    margin-right: 7em !important;
  }
  .m-8-m {
    margin: 8em !important;
  }
  .m-t-8-m {
    margin-top: 8em !important;
  }
  .m-b-8-m {
    margin-bottom: 8em !important;
  }
  .m-y-8-m {
    margin-top: 8em !important;
    margin-bottom: 8em !important;
  }
  .m-l-8-m {
    margin-left: 8em !important;
  }
  .m-r-8-m {
    margin-right: 8em !important;
  }
  .m-x-8-m {
    margin-left: 8em !important;
    margin-right: 8em !important;
  }
  .m-9-m {
    margin: 9em !important;
  }
  .m-t-9-m {
    margin-top: 9em !important;
  }
  .m-b-9-m {
    margin-bottom: 9em !important;
  }
  .m-y-9-m {
    margin-top: 9em !important;
    margin-bottom: 9em !important;
  }
  .m-l-9-m {
    margin-left: 9em !important;
  }
  .m-r-9-m {
    margin-right: 9em !important;
  }
  .m-x-9-m {
    margin-left: 9em !important;
    margin-right: 9em !important;
  }
  .m-10-m {
    margin: 10em !important;
  }
  .m-t-10-m {
    margin-top: 10em !important;
  }
  .m-b-10-m {
    margin-bottom: 10em !important;
  }
  .m-y-10-m {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
  }
  .m-l-10-m {
    margin-left: 10em !important;
  }
  .m-r-10-m {
    margin-right: 10em !important;
  }
  .m-x-10-m {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .p-0-m {
    padding: 0 !important;
  }
  .p-t-0-m {
    padding-top: 0 !important;
  }
  .p-b-0-m {
    padding-bottom: 0 !important;
  }
  .p-y-0-m {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-l-0-m {
    padding-left: 0 !important;
  }
  .p-r-0-m {
    padding-right: 0 !important;
  }
  .p-x-0-m {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-0_25-m {
    padding: 0.25em !important;
  }
  .p-t-0_25-m {
    padding-top: 0.25em !important;
  }
  .p-b-0_25-m {
    padding-bottom: 0.25em !important;
  }
  .p-y-0_25-m {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }
  .p-l-0_25-m {
    padding-left: 0.25em !important;
  }
  .p-r-0_25-m {
    padding-right: 0.25em !important;
  }
  .p-x-0_25-m {
    padding-left: 0.25em !important;
    padding-right: 0.25em !important;
  }
  .p-0_5-m {
    padding: 0.5em !important;
  }
  .p-t-0_5-m {
    padding-top: 0.5em !important;
  }
  .p-b-0_5-m {
    padding-bottom: 0.5em !important;
  }
  .p-y-0_5-m {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .p-l-0_5-m {
    padding-left: 0.5em !important;
  }
  .p-r-0_5-m {
    padding-right: 0.5em !important;
  }
  .p-x-0_5-m {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .p-0_75-m {
    padding: 0.75em !important;
  }
  .p-t-0_75-m {
    padding-top: 0.75em !important;
  }
  .p-b-0_75-m {
    padding-bottom: 0.75em !important;
  }
  .p-y-0_75-m {
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
  }
  .p-l-0_75-m {
    padding-left: 0.75em !important;
  }
  .p-r-0_75-m {
    padding-right: 0.75em !important;
  }
  .p-x-0_75-m {
    padding-left: 0.75em !important;
    padding-right: 0.75em !important;
  }
  .p-1-m {
    padding: 1em !important;
  }
  .p-t-1-m {
    padding-top: 1em !important;
  }
  .p-b-1-m {
    padding-bottom: 1em !important;
  }
  .p-y-1-m {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .p-l-1-m {
    padding-left: 1em !important;
  }
  .p-r-1-m {
    padding-right: 1em !important;
  }
  .p-x-1-m {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .p-1_25-m {
    padding: 1.25em !important;
  }
  .p-t-1_25-m {
    padding-top: 1.25em !important;
  }
  .p-b-1_25-m {
    padding-bottom: 1.25em !important;
  }
  .p-y-1_25-m {
    padding-top: 1.25em !important;
    padding-bottom: 1.25em !important;
  }
  .p-l-1_25-m {
    padding-left: 1.25em !important;
  }
  .p-r-1_25-m {
    padding-right: 1.25em !important;
  }
  .p-x-1_25-m {
    padding-left: 1.25em !important;
    padding-right: 1.25em !important;
  }
  .p-1_5-m {
    padding: 1.5em !important;
  }
  .p-t-1_5-m {
    padding-top: 1.5em !important;
  }
  .p-b-1_5-m {
    padding-bottom: 1.5em !important;
  }
  .p-y-1_5-m {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .p-l-1_5-m {
    padding-left: 1.5em !important;
  }
  .p-r-1_5-m {
    padding-right: 1.5em !important;
  }
  .p-x-1_5-m {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }
  .p-1_75-m {
    padding: 1.75em !important;
  }
  .p-t-1_75-m {
    padding-top: 1.75em !important;
  }
  .p-b-1_75-m {
    padding-bottom: 1.75em !important;
  }
  .p-y-1_75-m {
    padding-top: 1.75em !important;
    padding-bottom: 1.75em !important;
  }
  .p-l-1_75-m {
    padding-left: 1.75em !important;
  }
  .p-r-1_75-m {
    padding-right: 1.75em !important;
  }
  .p-x-1_75-m {
    padding-left: 1.75em !important;
    padding-right: 1.75em !important;
  }
  .p-2-m {
    padding: 2em !important;
  }
  .p-t-2-m {
    padding-top: 2em !important;
  }
  .p-b-2-m {
    padding-bottom: 2em !important;
  }
  .p-y-2-m {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .p-l-2-m {
    padding-left: 2em !important;
  }
  .p-r-2-m {
    padding-right: 2em !important;
  }
  .p-x-2-m {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .p-2_5-m {
    padding: 2.5em !important;
  }
  .p-t-2_5-m {
    padding-top: 2.5em !important;
  }
  .p-b-2_5-m {
    padding-bottom: 2.5em !important;
  }
  .p-y-2_5-m {
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important;
  }
  .p-l-2_5-m {
    padding-left: 2.5em !important;
  }
  .p-r-2_5-m {
    padding-right: 2.5em !important;
  }
  .p-x-2_5-m {
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
  }
  .p-3-m {
    padding: 3em !important;
  }
  .p-t-3-m {
    padding-top: 3em !important;
  }
  .p-b-3-m {
    padding-bottom: 3em !important;
  }
  .p-y-3-m {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .p-l-3-m {
    padding-left: 3em !important;
  }
  .p-r-3-m {
    padding-right: 3em !important;
  }
  .p-x-3-m {
    padding-left: 3em !important;
    padding-right: 3em !important;
  }
  .p-3_5-m {
    padding: 3.5em !important;
  }
  .p-t-3_5-m {
    padding-top: 3.5em !important;
  }
  .p-b-3_5-m {
    padding-bottom: 3.5em !important;
  }
  .p-y-3_5-m {
    padding-top: 3.5em !important;
    padding-bottom: 3.5em !important;
  }
  .p-l-3_5-m {
    padding-left: 3.5em !important;
  }
  .p-r-3_5-m {
    padding-right: 3.5em !important;
  }
  .p-x-3_5-m {
    padding-left: 3.5em !important;
    padding-right: 3.5em !important;
  }
  .p-4-m {
    padding: 4em !important;
  }
  .p-t-4-m {
    padding-top: 4em !important;
  }
  .p-b-4-m {
    padding-bottom: 4em !important;
  }
  .p-y-4-m {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
  .p-l-4-m {
    padding-left: 4em !important;
  }
  .p-r-4-m {
    padding-right: 4em !important;
  }
  .p-x-4-m {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }
  .p-4_5-m {
    padding: 4.5em !important;
  }
  .p-t-4_5-m {
    padding-top: 4.5em !important;
  }
  .p-b-4_5-m {
    padding-bottom: 4.5em !important;
  }
  .p-y-4_5-m {
    padding-top: 4.5em !important;
    padding-bottom: 4.5em !important;
  }
  .p-l-4_5-m {
    padding-left: 4.5em !important;
  }
  .p-r-4_5-m {
    padding-right: 4.5em !important;
  }
  .p-x-4_5-m {
    padding-left: 4.5em !important;
    padding-right: 4.5em !important;
  }
  .p-5-m {
    padding: 5em !important;
  }
  .p-t-5-m {
    padding-top: 5em !important;
  }
  .p-b-5-m {
    padding-bottom: 5em !important;
  }
  .p-y-5-m {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .p-l-5-m {
    padding-left: 5em !important;
  }
  .p-r-5-m {
    padding-right: 5em !important;
  }
  .p-x-5-m {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .p-6-m {
    padding: 6em !important;
  }
  .p-t-6-m {
    padding-top: 6em !important;
  }
  .p-b-6-m {
    padding-bottom: 6em !important;
  }
  .p-y-6-m {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
  }
  .p-l-6-m {
    padding-left: 6em !important;
  }
  .p-r-6-m {
    padding-right: 6em !important;
  }
  .p-x-6-m {
    padding-left: 6em !important;
    padding-right: 6em !important;
  }
  .p-7-m {
    padding: 7em !important;
  }
  .p-t-7-m {
    padding-top: 7em !important;
  }
  .p-b-7-m {
    padding-bottom: 7em !important;
  }
  .p-y-7-m {
    padding-top: 7em !important;
    padding-bottom: 7em !important;
  }
  .p-l-7-m {
    padding-left: 7em !important;
  }
  .p-r-7-m {
    padding-right: 7em !important;
  }
  .p-x-7-m {
    padding-left: 7em !important;
    padding-right: 7em !important;
  }
  .p-8-m {
    padding: 8em !important;
  }
  .p-t-8-m {
    padding-top: 8em !important;
  }
  .p-b-8-m {
    padding-bottom: 8em !important;
  }
  .p-y-8-m {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
  }
  .p-l-8-m {
    padding-left: 8em !important;
  }
  .p-r-8-m {
    padding-right: 8em !important;
  }
  .p-x-8-m {
    padding-left: 8em !important;
    padding-right: 8em !important;
  }
  .p-9-m {
    padding: 9em !important;
  }
  .p-t-9-m {
    padding-top: 9em !important;
  }
  .p-b-9-m {
    padding-bottom: 9em !important;
  }
  .p-y-9-m {
    padding-top: 9em !important;
    padding-bottom: 9em !important;
  }
  .p-l-9-m {
    padding-left: 9em !important;
  }
  .p-r-9-m {
    padding-right: 9em !important;
  }
  .p-x-9-m {
    padding-left: 9em !important;
    padding-right: 9em !important;
  }
  .p-10-m {
    padding: 10em !important;
  }
  .p-t-10-m {
    padding-top: 10em !important;
  }
  .p-b-10-m {
    padding-bottom: 10em !important;
  }
  .p-y-10-m {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .p-l-10-m {
    padding-left: 10em !important;
  }
  .p-r-10-m {
    padding-right: 10em !important;
  }
  .p-x-10-m {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
}
@media (min-width: 1200px) {
  .m-auto-l {
    margin: auto !important;
  }
  .m-t-auto-l {
    margin-top: auto !important;
  }
  .m-b-auto-l {
    margin-bottom: auto !important;
  }
  .m-y-auto-l {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .m-l-auto-l {
    margin-left: auto !important;
  }
  .m-r-auto-l {
    margin-right: auto !important;
  }
  .m-x-auto-l {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m-minus-0_5-l {
    margin: -0.5em !important;
  }
  .m-t-minus-0_5-l {
    margin-top: -0.5em !important;
  }
  .m-b-minus-0_5-l {
    margin-bottom: -0.5em !important;
  }
  .m-y-minus-0_5-l {
    margin-top: -0.5em !important;
    margin-bottom: -0.5em !important;
  }
  .m-l-minus-0_5-l {
    margin-left: -0.5em !important;
  }
  .m-r-minus-0_5-l {
    margin-right: -0.5em !important;
  }
  .m-x-minus-0_5-l {
    margin-left: -0.5em !important;
    margin-right: -0.5em !important;
  }
  .m-minus-1-l {
    margin: -1em !important;
  }
  .m-t-minus-1-l {
    margin-top: -1em !important;
  }
  .m-b-minus-1-l {
    margin-bottom: -1em !important;
  }
  .m-y-minus-1-l {
    margin-top: -1em !important;
    margin-bottom: -1em !important;
  }
  .m-l-minus-1-l {
    margin-left: -1em !important;
  }
  .m-r-minus-1-l {
    margin-right: -1em !important;
  }
  .m-x-minus-1-l {
    margin-left: -1em !important;
    margin-right: -1em !important;
  }
  .m-minus-1_5-l {
    margin: -1.5em !important;
  }
  .m-t-minus-1_5-l {
    margin-top: -1.5em !important;
  }
  .m-b-minus-1_5-l {
    margin-bottom: -1.5em !important;
  }
  .m-y-minus-1_5-l {
    margin-top: -1.5em !important;
    margin-bottom: -1.5em !important;
  }
  .m-l-minus-1_5-l {
    margin-left: -1.5em !important;
  }
  .m-r-minus-1_5-l {
    margin-right: -1.5em !important;
  }
  .m-x-minus-1_5-l {
    margin-left: -1.5em !important;
    margin-right: -1.5em !important;
  }
  .m-minus-2-l {
    margin: -2em !important;
  }
  .m-t-minus-2-l {
    margin-top: -2em !important;
  }
  .m-b-minus-2-l {
    margin-bottom: -2em !important;
  }
  .m-y-minus-2-l {
    margin-top: -2em !important;
    margin-bottom: -2em !important;
  }
  .m-l-minus-2-l {
    margin-left: -2em !important;
  }
  .m-r-minus-2-l {
    margin-right: -2em !important;
  }
  .m-x-minus-2-l {
    margin-left: -2em !important;
    margin-right: -2em !important;
  }
  .m-minus-2_5-l {
    margin: -2.5em !important;
  }
  .m-t-minus-2_5-l {
    margin-top: -2.5em !important;
  }
  .m-b-minus-2_5-l {
    margin-bottom: -2.5em !important;
  }
  .m-y-minus-2_5-l {
    margin-top: -2.5em !important;
    margin-bottom: -2.5em !important;
  }
  .m-l-minus-2_5-l {
    margin-left: -2.5em !important;
  }
  .m-r-minus-2_5-l {
    margin-right: -2.5em !important;
  }
  .m-x-minus-2_5-l {
    margin-left: -2.5em !important;
    margin-right: -2.5em !important;
  }
  .m-minus-3-l {
    margin: -3em !important;
  }
  .m-t-minus-3-l {
    margin-top: -3em !important;
  }
  .m-b-minus-3-l {
    margin-bottom: -3em !important;
  }
  .m-y-minus-3-l {
    margin-top: -3em !important;
    margin-bottom: -3em !important;
  }
  .m-l-minus-3-l {
    margin-left: -3em !important;
  }
  .m-r-minus-3-l {
    margin-right: -3em !important;
  }
  .m-x-minus-3-l {
    margin-left: -3em !important;
    margin-right: -3em !important;
  }
  .m-minus-4-l {
    margin: -4em !important;
  }
  .m-t-minus-4-l {
    margin-top: -4em !important;
  }
  .m-b-minus-4-l {
    margin-bottom: -4em !important;
  }
  .m-y-minus-4-l {
    margin-top: -4em !important;
    margin-bottom: -4em !important;
  }
  .m-l-minus-4-l {
    margin-left: -4em !important;
  }
  .m-r-minus-4-l {
    margin-right: -4em !important;
  }
  .m-x-minus-4-l {
    margin-left: -4em !important;
    margin-right: -4em !important;
  }
  .m-minus-5-l {
    margin: -5em !important;
  }
  .m-t-minus-5-l {
    margin-top: -5em !important;
  }
  .m-b-minus-5-l {
    margin-bottom: -5em !important;
  }
  .m-y-minus-5-l {
    margin-top: -5em !important;
    margin-bottom: -5em !important;
  }
  .m-l-minus-5-l {
    margin-left: -5em !important;
  }
  .m-r-minus-5-l {
    margin-right: -5em !important;
  }
  .m-x-minus-5-l {
    margin-left: -5em !important;
    margin-right: -5em !important;
  }
  .m-0-l {
    margin: 0 !important;
  }
  .m-t-0-l {
    margin-top: 0 !important;
  }
  .m-b-0-l {
    margin-bottom: 0 !important;
  }
  .m-y-0-l {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-l-0-l {
    margin-left: 0 !important;
  }
  .m-r-0-l {
    margin-right: 0 !important;
  }
  .m-x-0-l {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-0_25-l {
    margin: 0.25em !important;
  }
  .m-t-0_25-l {
    margin-top: 0.25em !important;
  }
  .m-b-0_25-l {
    margin-bottom: 0.25em !important;
  }
  .m-y-0_25-l {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
  }
  .m-l-0_25-l {
    margin-left: 0.25em !important;
  }
  .m-r-0_25-l {
    margin-right: 0.25em !important;
  }
  .m-x-0_25-l {
    margin-left: 0.25em !important;
    margin-right: 0.25em !important;
  }
  .m-0_5-l {
    margin: 0.5em !important;
  }
  .m-t-0_5-l {
    margin-top: 0.5em !important;
  }
  .m-b-0_5-l {
    margin-bottom: 0.5em !important;
  }
  .m-y-0_5-l {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .m-l-0_5-l {
    margin-left: 0.5em !important;
  }
  .m-r-0_5-l {
    margin-right: 0.5em !important;
  }
  .m-x-0_5-l {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
  .m-0_75-l {
    margin: 0.75em !important;
  }
  .m-t-0_75-l {
    margin-top: 0.75em !important;
  }
  .m-b-0_75-l {
    margin-bottom: 0.75em !important;
  }
  .m-y-0_75-l {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
  }
  .m-l-0_75-l {
    margin-left: 0.75em !important;
  }
  .m-r-0_75-l {
    margin-right: 0.75em !important;
  }
  .m-x-0_75-l {
    margin-left: 0.75em !important;
    margin-right: 0.75em !important;
  }
  .m-1-l {
    margin: 1em !important;
  }
  .m-t-1-l {
    margin-top: 1em !important;
  }
  .m-b-1-l {
    margin-bottom: 1em !important;
  }
  .m-y-1-l {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .m-l-1-l {
    margin-left: 1em !important;
  }
  .m-r-1-l {
    margin-right: 1em !important;
  }
  .m-x-1-l {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .m-1_25-l {
    margin: 1.25em !important;
  }
  .m-t-1_25-l {
    margin-top: 1.25em !important;
  }
  .m-b-1_25-l {
    margin-bottom: 1.25em !important;
  }
  .m-y-1_25-l {
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
  }
  .m-l-1_25-l {
    margin-left: 1.25em !important;
  }
  .m-r-1_25-l {
    margin-right: 1.25em !important;
  }
  .m-x-1_25-l {
    margin-left: 1.25em !important;
    margin-right: 1.25em !important;
  }
  .m-1_5-l {
    margin: 1.5em !important;
  }
  .m-t-1_5-l {
    margin-top: 1.5em !important;
  }
  .m-b-1_5-l {
    margin-bottom: 1.5em !important;
  }
  .m-y-1_5-l {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .m-l-1_5-l {
    margin-left: 1.5em !important;
  }
  .m-r-1_5-l {
    margin-right: 1.5em !important;
  }
  .m-x-1_5-l {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }
  .m-1_75-l {
    margin: 1.75em !important;
  }
  .m-t-1_75-l {
    margin-top: 1.75em !important;
  }
  .m-b-1_75-l {
    margin-bottom: 1.75em !important;
  }
  .m-y-1_75-l {
    margin-top: 1.75em !important;
    margin-bottom: 1.75em !important;
  }
  .m-l-1_75-l {
    margin-left: 1.75em !important;
  }
  .m-r-1_75-l {
    margin-right: 1.75em !important;
  }
  .m-x-1_75-l {
    margin-left: 1.75em !important;
    margin-right: 1.75em !important;
  }
  .m-2-l {
    margin: 2em !important;
  }
  .m-t-2-l {
    margin-top: 2em !important;
  }
  .m-b-2-l {
    margin-bottom: 2em !important;
  }
  .m-y-2-l {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .m-l-2-l {
    margin-left: 2em !important;
  }
  .m-r-2-l {
    margin-right: 2em !important;
  }
  .m-x-2-l {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .m-2_5-l {
    margin: 2.5em !important;
  }
  .m-t-2_5-l {
    margin-top: 2.5em !important;
  }
  .m-b-2_5-l {
    margin-bottom: 2.5em !important;
  }
  .m-y-2_5-l {
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
  }
  .m-l-2_5-l {
    margin-left: 2.5em !important;
  }
  .m-r-2_5-l {
    margin-right: 2.5em !important;
  }
  .m-x-2_5-l {
    margin-left: 2.5em !important;
    margin-right: 2.5em !important;
  }
  .m-3-l {
    margin: 3em !important;
  }
  .m-t-3-l {
    margin-top: 3em !important;
  }
  .m-b-3-l {
    margin-bottom: 3em !important;
  }
  .m-y-3-l {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  .m-l-3-l {
    margin-left: 3em !important;
  }
  .m-r-3-l {
    margin-right: 3em !important;
  }
  .m-x-3-l {
    margin-left: 3em !important;
    margin-right: 3em !important;
  }
  .m-3_5-l {
    margin: 3.5em !important;
  }
  .m-t-3_5-l {
    margin-top: 3.5em !important;
  }
  .m-b-3_5-l {
    margin-bottom: 3.5em !important;
  }
  .m-y-3_5-l {
    margin-top: 3.5em !important;
    margin-bottom: 3.5em !important;
  }
  .m-l-3_5-l {
    margin-left: 3.5em !important;
  }
  .m-r-3_5-l {
    margin-right: 3.5em !important;
  }
  .m-x-3_5-l {
    margin-left: 3.5em !important;
    margin-right: 3.5em !important;
  }
  .m-4-l {
    margin: 4em !important;
  }
  .m-t-4-l {
    margin-top: 4em !important;
  }
  .m-b-4-l {
    margin-bottom: 4em !important;
  }
  .m-y-4-l {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }
  .m-l-4-l {
    margin-left: 4em !important;
  }
  .m-r-4-l {
    margin-right: 4em !important;
  }
  .m-x-4-l {
    margin-left: 4em !important;
    margin-right: 4em !important;
  }
  .m-4_5-l {
    margin: 4.5em !important;
  }
  .m-t-4_5-l {
    margin-top: 4.5em !important;
  }
  .m-b-4_5-l {
    margin-bottom: 4.5em !important;
  }
  .m-y-4_5-l {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
  }
  .m-l-4_5-l {
    margin-left: 4.5em !important;
  }
  .m-r-4_5-l {
    margin-right: 4.5em !important;
  }
  .m-x-4_5-l {
    margin-left: 4.5em !important;
    margin-right: 4.5em !important;
  }
  .m-5-l {
    margin: 5em !important;
  }
  .m-t-5-l {
    margin-top: 5em !important;
  }
  .m-b-5-l {
    margin-bottom: 5em !important;
  }
  .m-y-5-l {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .m-l-5-l {
    margin-left: 5em !important;
  }
  .m-r-5-l {
    margin-right: 5em !important;
  }
  .m-x-5-l {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .m-6-l {
    margin: 6em !important;
  }
  .m-t-6-l {
    margin-top: 6em !important;
  }
  .m-b-6-l {
    margin-bottom: 6em !important;
  }
  .m-y-6-l {
    margin-top: 6em !important;
    margin-bottom: 6em !important;
  }
  .m-l-6-l {
    margin-left: 6em !important;
  }
  .m-r-6-l {
    margin-right: 6em !important;
  }
  .m-x-6-l {
    margin-left: 6em !important;
    margin-right: 6em !important;
  }
  .m-7-l {
    margin: 7em !important;
  }
  .m-t-7-l {
    margin-top: 7em !important;
  }
  .m-b-7-l {
    margin-bottom: 7em !important;
  }
  .m-y-7-l {
    margin-top: 7em !important;
    margin-bottom: 7em !important;
  }
  .m-l-7-l {
    margin-left: 7em !important;
  }
  .m-r-7-l {
    margin-right: 7em !important;
  }
  .m-x-7-l {
    margin-left: 7em !important;
    margin-right: 7em !important;
  }
  .m-8-l {
    margin: 8em !important;
  }
  .m-t-8-l {
    margin-top: 8em !important;
  }
  .m-b-8-l {
    margin-bottom: 8em !important;
  }
  .m-y-8-l {
    margin-top: 8em !important;
    margin-bottom: 8em !important;
  }
  .m-l-8-l {
    margin-left: 8em !important;
  }
  .m-r-8-l {
    margin-right: 8em !important;
  }
  .m-x-8-l {
    margin-left: 8em !important;
    margin-right: 8em !important;
  }
  .m-9-l {
    margin: 9em !important;
  }
  .m-t-9-l {
    margin-top: 9em !important;
  }
  .m-b-9-l {
    margin-bottom: 9em !important;
  }
  .m-y-9-l {
    margin-top: 9em !important;
    margin-bottom: 9em !important;
  }
  .m-l-9-l {
    margin-left: 9em !important;
  }
  .m-r-9-l {
    margin-right: 9em !important;
  }
  .m-x-9-l {
    margin-left: 9em !important;
    margin-right: 9em !important;
  }
  .m-10-l {
    margin: 10em !important;
  }
  .m-t-10-l {
    margin-top: 10em !important;
  }
  .m-b-10-l {
    margin-bottom: 10em !important;
  }
  .m-y-10-l {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
  }
  .m-l-10-l {
    margin-left: 10em !important;
  }
  .m-r-10-l {
    margin-right: 10em !important;
  }
  .m-x-10-l {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .p-0-l {
    padding: 0 !important;
  }
  .p-t-0-l {
    padding-top: 0 !important;
  }
  .p-b-0-l {
    padding-bottom: 0 !important;
  }
  .p-y-0-l {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-l-0-l {
    padding-left: 0 !important;
  }
  .p-r-0-l {
    padding-right: 0 !important;
  }
  .p-x-0-l {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-0_25-l {
    padding: 0.25em !important;
  }
  .p-t-0_25-l {
    padding-top: 0.25em !important;
  }
  .p-b-0_25-l {
    padding-bottom: 0.25em !important;
  }
  .p-y-0_25-l {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }
  .p-l-0_25-l {
    padding-left: 0.25em !important;
  }
  .p-r-0_25-l {
    padding-right: 0.25em !important;
  }
  .p-x-0_25-l {
    padding-left: 0.25em !important;
    padding-right: 0.25em !important;
  }
  .p-0_5-l {
    padding: 0.5em !important;
  }
  .p-t-0_5-l {
    padding-top: 0.5em !important;
  }
  .p-b-0_5-l {
    padding-bottom: 0.5em !important;
  }
  .p-y-0_5-l {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .p-l-0_5-l {
    padding-left: 0.5em !important;
  }
  .p-r-0_5-l {
    padding-right: 0.5em !important;
  }
  .p-x-0_5-l {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .p-0_75-l {
    padding: 0.75em !important;
  }
  .p-t-0_75-l {
    padding-top: 0.75em !important;
  }
  .p-b-0_75-l {
    padding-bottom: 0.75em !important;
  }
  .p-y-0_75-l {
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
  }
  .p-l-0_75-l {
    padding-left: 0.75em !important;
  }
  .p-r-0_75-l {
    padding-right: 0.75em !important;
  }
  .p-x-0_75-l {
    padding-left: 0.75em !important;
    padding-right: 0.75em !important;
  }
  .p-1-l {
    padding: 1em !important;
  }
  .p-t-1-l {
    padding-top: 1em !important;
  }
  .p-b-1-l {
    padding-bottom: 1em !important;
  }
  .p-y-1-l {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .p-l-1-l {
    padding-left: 1em !important;
  }
  .p-r-1-l {
    padding-right: 1em !important;
  }
  .p-x-1-l {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .p-1_25-l {
    padding: 1.25em !important;
  }
  .p-t-1_25-l {
    padding-top: 1.25em !important;
  }
  .p-b-1_25-l {
    padding-bottom: 1.25em !important;
  }
  .p-y-1_25-l {
    padding-top: 1.25em !important;
    padding-bottom: 1.25em !important;
  }
  .p-l-1_25-l {
    padding-left: 1.25em !important;
  }
  .p-r-1_25-l {
    padding-right: 1.25em !important;
  }
  .p-x-1_25-l {
    padding-left: 1.25em !important;
    padding-right: 1.25em !important;
  }
  .p-1_5-l {
    padding: 1.5em !important;
  }
  .p-t-1_5-l {
    padding-top: 1.5em !important;
  }
  .p-b-1_5-l {
    padding-bottom: 1.5em !important;
  }
  .p-y-1_5-l {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .p-l-1_5-l {
    padding-left: 1.5em !important;
  }
  .p-r-1_5-l {
    padding-right: 1.5em !important;
  }
  .p-x-1_5-l {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }
  .p-1_75-l {
    padding: 1.75em !important;
  }
  .p-t-1_75-l {
    padding-top: 1.75em !important;
  }
  .p-b-1_75-l {
    padding-bottom: 1.75em !important;
  }
  .p-y-1_75-l {
    padding-top: 1.75em !important;
    padding-bottom: 1.75em !important;
  }
  .p-l-1_75-l {
    padding-left: 1.75em !important;
  }
  .p-r-1_75-l {
    padding-right: 1.75em !important;
  }
  .p-x-1_75-l {
    padding-left: 1.75em !important;
    padding-right: 1.75em !important;
  }
  .p-2-l {
    padding: 2em !important;
  }
  .p-t-2-l {
    padding-top: 2em !important;
  }
  .p-b-2-l {
    padding-bottom: 2em !important;
  }
  .p-y-2-l {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .p-l-2-l {
    padding-left: 2em !important;
  }
  .p-r-2-l {
    padding-right: 2em !important;
  }
  .p-x-2-l {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .p-2_5-l {
    padding: 2.5em !important;
  }
  .p-t-2_5-l {
    padding-top: 2.5em !important;
  }
  .p-b-2_5-l {
    padding-bottom: 2.5em !important;
  }
  .p-y-2_5-l {
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important;
  }
  .p-l-2_5-l {
    padding-left: 2.5em !important;
  }
  .p-r-2_5-l {
    padding-right: 2.5em !important;
  }
  .p-x-2_5-l {
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
  }
  .p-3-l {
    padding: 3em !important;
  }
  .p-t-3-l {
    padding-top: 3em !important;
  }
  .p-b-3-l {
    padding-bottom: 3em !important;
  }
  .p-y-3-l {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .p-l-3-l {
    padding-left: 3em !important;
  }
  .p-r-3-l {
    padding-right: 3em !important;
  }
  .p-x-3-l {
    padding-left: 3em !important;
    padding-right: 3em !important;
  }
  .p-3_5-l {
    padding: 3.5em !important;
  }
  .p-t-3_5-l {
    padding-top: 3.5em !important;
  }
  .p-b-3_5-l {
    padding-bottom: 3.5em !important;
  }
  .p-y-3_5-l {
    padding-top: 3.5em !important;
    padding-bottom: 3.5em !important;
  }
  .p-l-3_5-l {
    padding-left: 3.5em !important;
  }
  .p-r-3_5-l {
    padding-right: 3.5em !important;
  }
  .p-x-3_5-l {
    padding-left: 3.5em !important;
    padding-right: 3.5em !important;
  }
  .p-4-l {
    padding: 4em !important;
  }
  .p-t-4-l {
    padding-top: 4em !important;
  }
  .p-b-4-l {
    padding-bottom: 4em !important;
  }
  .p-y-4-l {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
  .p-l-4-l {
    padding-left: 4em !important;
  }
  .p-r-4-l {
    padding-right: 4em !important;
  }
  .p-x-4-l {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }
  .p-4_5-l {
    padding: 4.5em !important;
  }
  .p-t-4_5-l {
    padding-top: 4.5em !important;
  }
  .p-b-4_5-l {
    padding-bottom: 4.5em !important;
  }
  .p-y-4_5-l {
    padding-top: 4.5em !important;
    padding-bottom: 4.5em !important;
  }
  .p-l-4_5-l {
    padding-left: 4.5em !important;
  }
  .p-r-4_5-l {
    padding-right: 4.5em !important;
  }
  .p-x-4_5-l {
    padding-left: 4.5em !important;
    padding-right: 4.5em !important;
  }
  .p-5-l {
    padding: 5em !important;
  }
  .p-t-5-l {
    padding-top: 5em !important;
  }
  .p-b-5-l {
    padding-bottom: 5em !important;
  }
  .p-y-5-l {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .p-l-5-l {
    padding-left: 5em !important;
  }
  .p-r-5-l {
    padding-right: 5em !important;
  }
  .p-x-5-l {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .p-6-l {
    padding: 6em !important;
  }
  .p-t-6-l {
    padding-top: 6em !important;
  }
  .p-b-6-l {
    padding-bottom: 6em !important;
  }
  .p-y-6-l {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
  }
  .p-l-6-l {
    padding-left: 6em !important;
  }
  .p-r-6-l {
    padding-right: 6em !important;
  }
  .p-x-6-l {
    padding-left: 6em !important;
    padding-right: 6em !important;
  }
  .p-7-l {
    padding: 7em !important;
  }
  .p-t-7-l {
    padding-top: 7em !important;
  }
  .p-b-7-l {
    padding-bottom: 7em !important;
  }
  .p-y-7-l {
    padding-top: 7em !important;
    padding-bottom: 7em !important;
  }
  .p-l-7-l {
    padding-left: 7em !important;
  }
  .p-r-7-l {
    padding-right: 7em !important;
  }
  .p-x-7-l {
    padding-left: 7em !important;
    padding-right: 7em !important;
  }
  .p-8-l {
    padding: 8em !important;
  }
  .p-t-8-l {
    padding-top: 8em !important;
  }
  .p-b-8-l {
    padding-bottom: 8em !important;
  }
  .p-y-8-l {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
  }
  .p-l-8-l {
    padding-left: 8em !important;
  }
  .p-r-8-l {
    padding-right: 8em !important;
  }
  .p-x-8-l {
    padding-left: 8em !important;
    padding-right: 8em !important;
  }
  .p-9-l {
    padding: 9em !important;
  }
  .p-t-9-l {
    padding-top: 9em !important;
  }
  .p-b-9-l {
    padding-bottom: 9em !important;
  }
  .p-y-9-l {
    padding-top: 9em !important;
    padding-bottom: 9em !important;
  }
  .p-l-9-l {
    padding-left: 9em !important;
  }
  .p-r-9-l {
    padding-right: 9em !important;
  }
  .p-x-9-l {
    padding-left: 9em !important;
    padding-right: 9em !important;
  }
  .p-10-l {
    padding: 10em !important;
  }
  .p-t-10-l {
    padding-top: 10em !important;
  }
  .p-b-10-l {
    padding-bottom: 10em !important;
  }
  .p-y-10-l {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .p-l-10-l {
    padding-left: 10em !important;
  }
  .p-r-10-l {
    padding-right: 10em !important;
  }
  .p-x-10-l {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
}/*# sourceMappingURL=xSpacing.css.map */