/*------------------------------------
  Margin Spaces
------------------------------------*/
/* Margin Spaces (xs)
------------------------------------*/
/* Margins */
@media (min-width: 0) {
    /* margin ALL */
    .g-ma-0 {
        margin: 0 !important;
    }
    .g-ma-1 {
        margin: 0.07143rem !important;
    }
    .g-ma-2 {
        margin: 0.14286rem !important;
    }
    .g-ma-3 {
        margin: 0.21429rem !important;
    }
    .g-ma-4 {
        margin: 0.28571rem !important;
    }
    .g-ma-5 {
        margin: 0.35714rem !important;
    }
    .g-ma-6 {
        margin: 0.42857rem !important;
    }
    .g-ma-7 {
        margin: 0.5rem !important;
    }
    .g-ma-8 {
        margin: 0.57143rem !important;
    }
    .g-ma-9 {
        margin: 0.64286rem !important;
    }
    .g-ma-10 {
        margin: 0.71429rem !important;
    }
    .g-ma-11 {
        margin: 0.78571rem !important;
    }
    .g-ma-12 {
        margin: 0.85714rem !important;
    }
    .g-ma-13 {
        margin: 0.92857rem !important;
    }
    .g-ma-14 {
        margin: 1rem !important;
    }
    .g-ma-15 {
        margin: 1.07143rem !important;
    }
    .g-ma-16 {
        margin: 1.14286rem !important;
    }
    .g-ma-17 {
        margin: 1.21429rem !important;
    }
    .g-ma-18 {
        margin: 1.28571rem !important;
    }
    .g-ma-19 {
        margin: 1.35714rem !important;
    }
    .g-ma-20 {
        margin: 1.42857rem !important;
    }
    .g-ma-25 {
        margin: 1.78571rem !important;
    }
    .g-ma-30 {
        margin: 2.14286rem !important;
    }
    .g-ma-35 {
        margin: 2.5rem !important;
    }
    .g-ma-40 {
        margin: 2.85714rem !important;
    }
    .g-ma-45 {
        margin: 3.21429rem !important;
    }
    .g-ma-50 {
        margin: 3.57143rem !important;
    }
    .g-ma-55 {
        margin: 3.92857rem !important;
    }
    .g-ma-60 {
        margin: 4.28571rem !important;
    }
    .g-ma-65 {
        margin: 4.64286rem !important;
    }
    .g-ma-70 {
        margin: 5rem !important;
    }
    .g-ma-75 {
        margin: 5.35714rem !important;
    }
    .g-ma-80 {
        margin: 5.71429rem !important;
    }
    .g-ma-85 {
        margin: 6.07143rem !important;
    }
    .g-ma-90 {
        margin: 6.42857rem !important;
    }
    .g-ma-95 {
        margin: 6.78571rem !important;
    }
    .g-ma-100 {
        margin: 7.14286rem !important;
    }
    .g-ma-105 {
        margin: 7.5rem !important;
    }
    .g-ma-110 {
        margin: 7.85714rem !important;
    }
    .g-ma-115 {
        margin: 8.21429rem !important;
    }
    .g-ma-120 {
        margin: 8.57143rem !important;
    }
    .g-ma-125 {
        margin: 8.92857rem !important;
    }
    .g-ma-130 {
        margin: 9.28571rem !important;
    }
    .g-ma-135 {
        margin: 9.64286rem !important;
    }
    .g-ma-140 {
        margin: 10rem !important;
    }
    .g-ma-145 {
        margin: 10.35714rem !important;
    }
    .g-ma-150 {
        margin: 10.71429rem !important;
    }
    .g-ma-155 {
        margin: 11.07143rem !important;
    }
    .g-ma-160 {
        margin: 11.42857rem !important;
    }
    .g-ma-165 {
        margin: 11.78571rem !important;
    }
    .g-ma-170 {
        margin: 12.14286rem !important;
    }
    .g-ma-200 {
        margin: 14.28571rem !important;
    }
    .g-ma-300 {
        margin: 21.42857rem !important;
    }
    .g-ma-400 {
        margin: 28.57143rem !important;
    }
    .g-ma-500 {
        margin: 35.71429rem !important;
    }
    /* margin X */
    .g-mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .g-mx-1 {
        margin-left: 0.07143rem !important;
        margin-right: 0.07143rem !important;
    }
    .g-mx-2 {
        margin-left: 0.14286rem !important;
        margin-right: 0.14286rem !important;
    }
    .g-mx-3 {
        margin-left: 0.21429rem !important;
        margin-right: 0.21429rem !important;
    }
    .g-mx-4 {
        margin-left: 0.28571rem !important;
        margin-right: 0.28571rem !important;
    }
    .g-mx-5 {
        margin-left: 0.35714rem !important;
        margin-right: 0.35714rem !important;
    }
    .g-mx-6 {
        margin-left: 0.42857rem !important;
        margin-right: 0.42857rem !important;
    }
    .g-mx-7 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .g-mx-8 {
        margin-left: 0.57143rem !important;
        margin-right: 0.57143rem !important;
    }
    .g-mx-9 {
        margin-left: 0.64286rem !important;
        margin-right: 0.64286rem !important;
    }
    .g-mx-10 {
        margin-left: 0.71429rem !important;
        margin-right: 0.71429rem !important;
    }
    .g-mx-11 {
        margin-left: 0.78571rem !important;
        margin-right: 0.78571rem !important;
    }
    .g-mx-12 {
        margin-left: 0.85714rem !important;
        margin-right: 0.85714rem !important;
    }
    .g-mx-13 {
        margin-left: 0.92857rem !important;
        margin-right: 0.92857rem !important;
    }
    .g-mx-14 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .g-mx-15 {
        margin-left: 1.07143rem !important;
        margin-right: 1.07143rem !important;
    }
    .g-mx-16 {
        margin-left: 1.14286rem !important;
        margin-right: 1.14286rem !important;
    }
    .g-mx-17 {
        margin-left: 1.21429rem !important;
        margin-right: 1.21429rem !important;
    }
    .g-mx-18 {
        margin-left: 1.28571rem !important;
        margin-right: 1.28571rem !important;
    }
    .g-mx-19 {
        margin-left: 1.35714rem !important;
        margin-right: 1.35714rem !important;
    }
    .g-mx-20 {
        margin-left: 1.42857rem !important;
        margin-right: 1.42857rem !important;
    }
    .g-mx-25 {
        margin-left: 1.78571rem !important;
        margin-right: 1.78571rem !important;
    }
    .g-mx-30 {
        margin-left: 2.14286rem !important;
        margin-right: 2.14286rem !important;
    }
    .g-mx-35 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .g-mx-40 {
        margin-left: 2.85714rem !important;
        margin-right: 2.85714rem !important;
    }
    .g-mx-45 {
        margin-left: 3.21429rem !important;
        margin-right: 3.21429rem !important;
    }
    .g-mx-50 {
        margin-left: 3.57143rem !important;
        margin-right: 3.57143rem !important;
    }
    .g-mx-55 {
        margin-left: 3.92857rem !important;
        margin-right: 3.92857rem !important;
    }
    .g-mx-60 {
        margin-left: 4.28571rem !important;
        margin-right: 4.28571rem !important;
    }
    .g-mx-65 {
        margin-left: 4.64286rem !important;
        margin-right: 4.64286rem !important;
    }
    .g-mx-70 {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .g-mx-75 {
        margin-left: 5.35714rem !important;
        margin-right: 5.35714rem !important;
    }
    .g-mx-80 {
        margin-left: 5.71429rem !important;
        margin-right: 5.71429rem !important;
    }
    .g-mx-85 {
        margin-left: 6.07143rem !important;
        margin-right: 6.07143rem !important;
    }
    .g-mx-90 {
        margin-left: 6.42857rem !important;
        margin-right: 6.42857rem !important;
    }
    .g-mx-95 {
        margin-left: 6.78571rem !important;
        margin-right: 6.78571rem !important;
    }
    .g-mx-100 {
        margin-left: 7.14286rem !important;
        margin-right: 7.14286rem !important;
    }
    .g-mx-105 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important;
    }
    .g-mx-110 {
        margin-left: 7.85714rem !important;
        margin-right: 7.85714rem !important;
    }
    .g-mx-115 {
        margin-left: 8.21429rem !important;
        margin-right: 8.21429rem !important;
    }
    .g-mx-120 {
        margin-left: 8.57143rem !important;
        margin-right: 8.57143rem !important;
    }
    .g-mx-125 {
        margin-left: 8.92857rem !important;
        margin-right: 8.92857rem !important;
    }
    .g-mx-130 {
        margin-left: 9.28571rem !important;
        margin-right: 9.28571rem !important;
    }
    .g-mx-135 {
        margin-left: 9.64286rem !important;
        margin-right: 9.64286rem !important;
    }
    .g-mx-140 {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    .g-mx-145 {
        margin-left: 10.35714rem !important;
        margin-right: 10.35714rem !important;
    }
    .g-mx-150 {
        margin-left: 10.71429rem !important;
        margin-right: 10.71429rem !important;
    }
    .g-mx-155 {
        margin-left: 11.07143rem !important;
        margin-right: 11.07143rem !important;
    }
    .g-mx-160 {
        margin-left: 11.42857rem !important;
        margin-right: 11.42857rem !important;
    }
    .g-mx-165 {
        margin-left: 11.78571rem !important;
        margin-right: 11.78571rem !important;
    }
    .g-mx-170 {
        margin-left: 12.14286rem !important;
        margin-right: 12.14286rem !important;
    }
    .g-mx-200 {
        margin-left: 14.28571rem !important;
        margin-right: 14.28571rem !important;
    }
    .g-mx-300 {
        margin-left: 21.42857rem !important;
        margin-right: 21.42857rem !important;
    }
    .g-mx-400 {
        margin-left: 28.57143rem !important;
        margin-right: 28.57143rem !important;
    }
    .g-mx-500 {
        margin-left: 35.71429rem !important;
        margin-right: 35.71429rem !important;
    }
    /* margin Y */
    .g-my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .g-my-1 {
        margin-top: 0.07143rem !important;
        margin-bottom: 0.07143rem !important;
    }
    .g-my-2 {
        margin-top: 0.14286rem !important;
        margin-bottom: 0.14286rem !important;
    }
    .g-my-3 {
        margin-top: 0.21429rem !important;
        margin-bottom: 0.21429rem !important;
    }
    .g-my-4 {
        margin-top: 0.28571rem !important;
        margin-bottom: 0.28571rem !important;
    }
    .g-my-5 {
        margin-top: 0.35714rem !important;
        margin-bottom: 0.35714rem !important;
    }
    .g-my-6 {
        margin-top: 0.42857rem !important;
        margin-bottom: 0.42857rem !important;
    }
    .g-my-7 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .g-my-8 {
        margin-top: 0.57143rem !important;
        margin-bottom: 0.57143rem !important;
    }
    .g-my-9 {
        margin-top: 0.64286rem !important;
        margin-bottom: 0.64286rem !important;
    }
    .g-my-10 {
        margin-top: 0.71429rem !important;
        margin-bottom: 0.71429rem !important;
    }
    .g-my-11 {
        margin-top: 0.78571rem !important;
        margin-bottom: 0.78571rem !important;
    }
    .g-my-12 {
        margin-top: 0.85714rem !important;
        margin-bottom: 0.85714rem !important;
    }
    .g-my-13 {
        margin-top: 0.92857rem !important;
        margin-bottom: 0.92857rem !important;
    }
    .g-my-14 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .g-my-15 {
        margin-top: 1.07143rem !important;
        margin-bottom: 1.07143rem !important;
    }
    .g-my-16 {
        margin-top: 1.14286rem !important;
        margin-bottom: 1.14286rem !important;
    }
    .g-my-17 {
        margin-top: 1.21429rem !important;
        margin-bottom: 1.21429rem !important;
    }
    .g-my-18 {
        margin-top: 1.28571rem !important;
        margin-bottom: 1.28571rem !important;
    }
    .g-my-19 {
        margin-top: 1.35714rem !important;
        margin-bottom: 1.35714rem !important;
    }
    .g-my-20 {
        margin-top: 1.42857rem !important;
        margin-bottom: 1.42857rem !important;
    }
    .g-my-25 {
        margin-top: 1.78571rem !important;
        margin-bottom: 1.78571rem !important;
    }
    .g-my-30 {
        margin-top: 2.14286rem !important;
        margin-bottom: 2.14286rem !important;
    }
    .g-my-35 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .g-my-40 {
        margin-top: 2.85714rem !important;
        margin-bottom: 2.85714rem !important;
    }
    .g-my-45 {
        margin-top: 3.21429rem !important;
        margin-bottom: 3.21429rem !important;
    }
    .g-my-50 {
        margin-top: 3.57143rem !important;
        margin-bottom: 3.57143rem !important;
    }
    .g-my-55 {
        margin-top: 3.92857rem !important;
        margin-bottom: 3.92857rem !important;
    }
    .g-my-60 {
        margin-top: 4.28571rem !important;
        margin-bottom: 4.28571rem !important;
    }
    .g-my-65 {
        margin-top: 4.64286rem !important;
        margin-bottom: 4.64286rem !important;
    }
    .g-my-70 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .g-my-75 {
        margin-top: 5.35714rem !important;
        margin-bottom: 5.35714rem !important;
    }
    .g-my-80 {
        margin-top: 5.71429rem !important;
        margin-bottom: 5.71429rem !important;
    }
    .g-my-85 {
        margin-top: 6.07143rem !important;
        margin-bottom: 6.07143rem !important;
    }
    .g-my-90 {
        margin-top: 6.42857rem !important;
        margin-bottom: 6.42857rem !important;
    }
    .g-my-95 {
        margin-top: 6.78571rem !important;
        margin-bottom: 6.78571rem !important;
    }
    .g-my-100 {
        margin-top: 7.14286rem !important;
        margin-bottom: 7.14286rem !important;
    }
    .g-my-105 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }
    .g-my-110 {
        margin-top: 7.85714rem !important;
        margin-bottom: 7.85714rem !important;
    }
    .g-my-115 {
        margin-top: 8.21429rem !important;
        margin-bottom: 8.21429rem !important;
    }
    .g-my-120 {
        margin-top: 8.57143rem !important;
        margin-bottom: 8.57143rem !important;
    }
    .g-my-125 {
        margin-top: 8.92857rem !important;
        margin-bottom: 8.92857rem !important;
    }
    .g-my-130 {
        margin-top: 9.28571rem !important;
        margin-bottom: 9.28571rem !important;
    }
    .g-my-135 {
        margin-top: 9.64286rem !important;
        margin-bottom: 9.64286rem !important;
    }
    .g-my-140 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
    .g-my-145 {
        margin-top: 10.35714rem !important;
        margin-bottom: 10.35714rem !important;
    }
    .g-my-150 {
        margin-top: 10.71429rem !important;
        margin-bottom: 10.71429rem !important;
    }
    .g-my-155 {
        margin-top: 11.07143rem !important;
        margin-bottom: 11.07143rem !important;
    }
    .g-my-160 {
        margin-top: 11.42857rem !important;
        margin-bottom: 11.42857rem !important;
    }
    .g-my-165 {
        margin-top: 11.78571rem !important;
        margin-bottom: 11.78571rem !important;
    }
    .g-my-170 {
        margin-top: 12.14286rem !important;
        margin-bottom: 12.14286rem !important;
    }
    .g-my-200 {
        margin-top: 14.28571rem !important;
        margin-bottom: 14.28571rem !important;
    }
    .g-my-300 {
        margin-top: 21.42857rem !important;
        margin-bottom: 21.42857rem !important;
    }
    .g-my-400 {
        margin-top: 28.57143rem !important;
        margin-bottom: 28.57143rem !important;
    }
    .g-my-500 {
        margin-top: 35.71429rem !important;
        margin-bottom: 35.71429rem !important;
    }
    /* margin TOP */
    .g-mt-0 {
        margin-top: 0 !important;
    }
    .g-mt-1 {
        margin-top: 0.07143rem !important;
    }
    .g-mt-2 {
        margin-top: 0.14286rem !important;
    }
    .g-mt-3 {
        margin-top: 0.21429rem !important;
    }
    .g-mt-4 {
        margin-top: 0.28571rem !important;
    }
    .g-mt-5 {
        margin-top: 0.35714rem !important;
    }
    .g-mt-6 {
        margin-top: 0.42857rem !important;
    }
    .g-mt-7 {
        margin-top: 0.5rem !important;
    }
    .g-mt-8 {
        margin-top: 0.57143rem !important;
    }
    .g-mt-9 {
        margin-top: 0.64286rem !important;
    }
    .g-mt-10 {
        margin-top: 0.71429rem !important;
    }
    .g-mt-11 {
        margin-top: 0.78571rem !important;
    }
    .g-mt-12 {
        margin-top: 0.85714rem !important;
    }
    .g-mt-13 {
        margin-top: 0.92857rem !important;
    }
    .g-mt-14 {
        margin-top: 1rem !important;
    }
    .g-mt-15 {
        margin-top: 1.07143rem !important;
    }
    .g-mt-16 {
        margin-top: 1.14286rem !important;
    }
    .g-mt-17 {
        margin-top: 1.21429rem !important;
    }
    .g-mt-18 {
        margin-top: 1.28571rem !important;
    }
    .g-mt-19 {
        margin-top: 1.35714rem !important;
    }
    .g-mt-20 {
        margin-top: 1.42857rem !important;
    }
    .g-mt-25 {
        margin-top: 1.78571rem !important;
    }
    .g-mt-30 {
        margin-top: 2.14286rem !important;
    }
    .g-mt-35 {
        margin-top: 2.5rem !important;
    }
    .g-mt-40 {
        margin-top: 2.85714rem !important;
    }
    .g-mt-45 {
        margin-top: 3.21429rem !important;
    }
    .g-mt-50 {
        margin-top: 3.57143rem !important;
    }
    .g-mt-55 {
        margin-top: 3.92857rem !important;
    }
    .g-mt-60 {
        margin-top: 4.28571rem !important;
    }
    .g-mt-65 {
        margin-top: 4.64286rem !important;
    }
    .g-mt-70 {
        margin-top: 5rem !important;
    }
    .g-mt-75 {
        margin-top: 5.35714rem !important;
    }
    .g-mt-80 {
        margin-top: 5.71429rem !important;
    }
    .g-mt-85 {
        margin-top: 6.07143rem !important;
    }
    .g-mt-90 {
        margin-top: 6.42857rem !important;
    }
    .g-mt-95 {
        margin-top: 6.78571rem !important;
    }
    .g-mt-100 {
        margin-top: 7.14286rem !important;
    }
    .g-mt-105 {
        margin-top: 7.5rem !important;
    }
    .g-mt-110 {
        margin-top: 7.85714rem !important;
    }
    .g-mt-115 {
        margin-top: 8.21429rem !important;
    }
    .g-mt-120 {
        margin-top: 8.57143rem !important;
    }
    .g-mt-125 {
        margin-top: 8.92857rem !important;
    }
    .g-mt-130 {
        margin-top: 9.28571rem !important;
    }
    .g-mt-135 {
        margin-top: 9.64286rem !important;
    }
    .g-mt-140 {
        margin-top: 10rem !important;
    }
    .g-mt-145 {
        margin-top: 10.35714rem !important;
    }
    .g-mt-150 {
        margin-top: 10.71429rem !important;
    }
    .g-mt-155 {
        margin-top: 11.07143rem !important;
    }
    .g-mt-160 {
        margin-top: 11.42857rem !important;
    }
    .g-mt-165 {
        margin-top: 11.78571rem !important;
    }
    .g-mt-170 {
        margin-top: 12.14286rem !important;
    }
    .g-mt-200 {
        margin-top: 14.28571rem !important;
    }
    .g-mt-300 {
        margin-top: 21.42857rem !important;
    }
    .g-mt-400 {
        margin-top: 28.57143rem !important;
    }
    .g-mt-500 {
        margin-top: 35.71429rem !important;
    }
    /* margin BOTTOM */
    .g-mb-0 {
        margin-bottom: 0 !important;
    }
    .g-mb-1 {
        margin-bottom: 0.07143rem !important;
    }
    .g-mb-2 {
        margin-bottom: 0.14286rem !important;
    }
    .g-mb-3 {
        margin-bottom: 0.21429rem !important;
    }
    .g-mb-4 {
        margin-bottom: 0.28571rem !important;
    }
    .g-mb-5 {
        margin-bottom: 0.35714rem !important;
    }
    .g-mb-6 {
        margin-bottom: 0.42857rem !important;
    }
    .g-mb-7 {
        margin-bottom: 0.5rem !important;
    }
    .g-mb-8 {
        margin-bottom: 0.57143rem !important;
    }
    .g-mb-9 {
        margin-bottom: 0.64286rem !important;
    }
    .g-mb-10 {
        margin-bottom: 0.71429rem !important;
    }
    .g-mb-11 {
        margin-bottom: 0.78571rem !important;
    }
    .g-mb-12 {
        margin-bottom: 0.85714rem !important;
    }
    .g-mb-13 {
        margin-bottom: 0.92857rem !important;
    }
    .g-mb-14 {
        margin-bottom: 1rem !important;
    }
    .g-mb-15 {
        margin-bottom: 1.07143rem !important;
    }
    .g-mb-16 {
        margin-bottom: 1.14286rem !important;
    }
    .g-mb-17 {
        margin-bottom: 1.21429rem !important;
    }
    .g-mb-18 {
        margin-bottom: 1.28571rem !important;
    }
    .g-mb-19 {
        margin-bottom: 1.35714rem !important;
    }
    .g-mb-20 {
        margin-bottom: 1.42857rem !important;
    }
    .g-mb-25 {
        margin-bottom: 1.78571rem !important;
    }
    .g-mb-30 {
        margin-bottom: 2.14286rem !important;
    }
    .g-mb-35 {
        margin-bottom: 2.5rem !important;
    }
    .g-mb-40 {
        margin-bottom: 2.85714rem !important;
    }
    .g-mb-45 {
        margin-bottom: 3.21429rem !important;
    }
    .g-mb-50 {
        margin-bottom: 3.57143rem !important;
    }
    .g-mb-55 {
        margin-bottom: 3.92857rem !important;
    }
    .g-mb-60 {
        margin-bottom: 4.28571rem !important;
    }
    .g-mb-65 {
        margin-bottom: 4.64286rem !important;
    }
    .g-mb-70 {
        margin-bottom: 5rem !important;
    }
    .g-mb-75 {
        margin-bottom: 5.35714rem !important;
    }
    .g-mb-80 {
        margin-bottom: 5.71429rem !important;
    }
    .g-mb-85 {
        margin-bottom: 6.07143rem !important;
    }
    .g-mb-90 {
        margin-bottom: 6.42857rem !important;
    }
    .g-mb-95 {
        margin-bottom: 6.78571rem !important;
    }
    .g-mb-100 {
        margin-bottom: 7.14286rem !important;
    }
    .g-mb-105 {
        margin-bottom: 7.5rem !important;
    }
    .g-mb-110 {
        margin-bottom: 7.85714rem !important;
    }
    .g-mb-115 {
        margin-bottom: 8.21429rem !important;
    }
    .g-mb-120 {
        margin-bottom: 8.57143rem !important;
    }
    .g-mb-125 {
        margin-bottom: 8.92857rem !important;
    }
    .g-mb-130 {
        margin-bottom: 9.28571rem !important;
    }
    .g-mb-135 {
        margin-bottom: 9.64286rem !important;
    }
    .g-mb-140 {
        margin-bottom: 10rem !important;
    }
    .g-mb-145 {
        margin-bottom: 10.35714rem !important;
    }
    .g-mb-150 {
        margin-bottom: 10.71429rem !important;
    }
    .g-mb-155 {
        margin-bottom: 11.07143rem !important;
    }
    .g-mb-160 {
        margin-bottom: 11.42857rem !important;
    }
    .g-mb-165 {
        margin-bottom: 11.78571rem !important;
    }
    .g-mb-170 {
        margin-bottom: 12.14286rem !important;
    }
    .g-mb-200 {
        margin-bottom: 14.28571rem !important;
    }
    .g-mb-300 {
        margin-bottom: 21.42857rem !important;
    }
    .g-mb-400 {
        margin-bottom: 28.57143rem !important;
    }
    .g-mb-500 {
        margin-bottom: 35.71429rem !important;
    }
    /* margin LEFT */
    .g-ml-0 {
        margin-left: 0 !important;
    }
    .g-ml-1 {
        margin-left: 0.07143rem !important;
    }
    .g-ml-2 {
        margin-left: 0.14286rem !important;
    }
    .g-ml-3 {
        margin-left: 0.21429rem !important;
    }
    .g-ml-4 {
        margin-left: 0.28571rem !important;
    }
    .g-ml-5 {
        margin-left: 0.35714rem !important;
    }
    .g-ml-6 {
        margin-left: 0.42857rem !important;
    }
    .g-ml-7 {
        margin-left: 0.5rem !important;
    }
    .g-ml-8 {
        margin-left: 0.57143rem !important;
    }
    .g-ml-9 {
        margin-left: 0.64286rem !important;
    }
    .g-ml-10 {
        margin-left: 0.71429rem !important;
    }
    .g-ml-11 {
        margin-left: 0.78571rem !important;
    }
    .g-ml-12 {
        margin-left: 0.85714rem !important;
    }
    .g-ml-13 {
        margin-left: 0.92857rem !important;
    }
    .g-ml-14 {
        margin-left: 1rem !important;
    }
    .g-ml-15 {
        margin-left: 1.07143rem !important;
    }
    .g-ml-16 {
        margin-left: 1.14286rem !important;
    }
    .g-ml-17 {
        margin-left: 1.21429rem !important;
    }
    .g-ml-18 {
        margin-left: 1.28571rem !important;
    }
    .g-ml-19 {
        margin-left: 1.35714rem !important;
    }
    .g-ml-20 {
        margin-left: 1.42857rem !important;
    }
    .g-ml-25 {
        margin-left: 1.78571rem !important;
    }
    .g-ml-30 {
        margin-left: 2.14286rem !important;
    }
    .g-ml-35 {
        margin-left: 2.5rem !important;
    }
    .g-ml-40 {
        margin-left: 2.85714rem !important;
    }
    .g-ml-45 {
        margin-left: 3.21429rem !important;
    }
    .g-ml-50 {
        margin-left: 3.57143rem !important;
    }
    .g-ml-55 {
        margin-left: 3.92857rem !important;
    }
    .g-ml-60 {
        margin-left: 4.28571rem !important;
    }
    .g-ml-65 {
        margin-left: 4.64286rem !important;
    }
    .g-ml-70 {
        margin-left: 5rem !important;
    }
    .g-ml-75 {
        margin-left: 5.35714rem !important;
    }
    .g-ml-80 {
        margin-left: 5.71429rem !important;
    }
    .g-ml-85 {
        margin-left: 6.07143rem !important;
    }
    .g-ml-90 {
        margin-left: 6.42857rem !important;
    }
    .g-ml-95 {
        margin-left: 6.78571rem !important;
    }
    .g-ml-100 {
        margin-left: 7.14286rem !important;
    }
    .g-ml-105 {
        margin-left: 7.5rem !important;
    }
    .g-ml-110 {
        margin-left: 7.85714rem !important;
    }
    .g-ml-115 {
        margin-left: 8.21429rem !important;
    }
    .g-ml-120 {
        margin-left: 8.57143rem !important;
    }
    .g-ml-125 {
        margin-left: 8.92857rem !important;
    }
    .g-ml-130 {
        margin-left: 9.28571rem !important;
    }
    .g-ml-135 {
        margin-left: 9.64286rem !important;
    }
    .g-ml-140 {
        margin-left: 10rem !important;
    }
    .g-ml-145 {
        margin-left: 10.35714rem !important;
    }
    .g-ml-150 {
        margin-left: 10.71429rem !important;
    }
    .g-ml-155 {
        margin-left: 11.07143rem !important;
    }
    .g-ml-160 {
        margin-left: 11.42857rem !important;
    }
    .g-ml-165 {
        margin-left: 11.78571rem !important;
    }
    .g-ml-170 {
        margin-left: 12.14286rem !important;
    }
    .g-ml-200 {
        margin-left: 14.28571rem !important;
    }
    .g-ml-300 {
        margin-left: 21.42857rem !important;
    }
    .g-ml-400 {
        margin-left: 28.57143rem !important;
    }
    .g-ml-500 {
        margin-left: 35.71429rem !important;
    }
    /* margin RIGHT */
    .g-mr-0 {
        margin-right: 0 !important;
    }
    .g-mr-1 {
        margin-right: 0.07143rem !important;
    }
    .g-mr-2 {
        margin-right: 0.14286rem !important;
    }
    .g-mr-3 {
        margin-right: 0.21429rem !important;
    }
    .g-mr-4 {
        margin-right: 0.28571rem !important;
    }
    .g-mr-5 {
        margin-right: 0.35714rem !important;
    }
    .g-mr-6 {
        margin-right: 0.42857rem !important;
    }
    .g-mr-7 {
        margin-right: 0.5rem !important;
    }
    .g-mr-8 {
        margin-right: 0.57143rem !important;
    }
    .g-mr-9 {
        margin-right: 0.64286rem !important;
    }
    .g-mr-10 {
        margin-right: 0.71429rem !important;
    }
    .g-mr-11 {
        margin-right: 0.78571rem !important;
    }
    .g-mr-12 {
        margin-right: 0.85714rem !important;
    }
    .g-mr-13 {
        margin-right: 0.92857rem !important;
    }
    .g-mr-14 {
        margin-right: 1rem !important;
    }
    .g-mr-15 {
        margin-right: 1.07143rem !important;
    }
    .g-mr-16 {
        margin-right: 1.14286rem !important;
    }
    .g-mr-17 {
        margin-right: 1.21429rem !important;
    }
    .g-mr-18 {
        margin-right: 1.28571rem !important;
    }
    .g-mr-19 {
        margin-right: 1.35714rem !important;
    }
    .g-mr-20 {
        margin-right: 1.42857rem !important;
    }
    .g-mr-25 {
        margin-right: 1.78571rem !important;
    }
    .g-mr-30 {
        margin-right: 2.14286rem !important;
    }
    .g-mr-35 {
        margin-right: 2.5rem !important;
    }
    .g-mr-40 {
        margin-right: 2.85714rem !important;
    }
    .g-mr-45 {
        margin-right: 3.21429rem !important;
    }
    .g-mr-50 {
        margin-right: 3.57143rem !important;
    }
    .g-mr-55 {
        margin-right: 3.92857rem !important;
    }
    .g-mr-60 {
        margin-right: 4.28571rem !important;
    }
    .g-mr-65 {
        margin-right: 4.64286rem !important;
    }
    .g-mr-70 {
        margin-right: 5rem !important;
    }
    .g-mr-75 {
        margin-right: 5.35714rem !important;
    }
    .g-mr-80 {
        margin-right: 5.71429rem !important;
    }
    .g-mr-85 {
        margin-right: 6.07143rem !important;
    }
    .g-mr-90 {
        margin-right: 6.42857rem !important;
    }
    .g-mr-95 {
        margin-right: 6.78571rem !important;
    }
    .g-mr-100 {
        margin-right: 7.14286rem !important;
    }
    .g-mr-105 {
        margin-right: 7.5rem !important;
    }
    .g-mr-110 {
        margin-right: 7.85714rem !important;
    }
    .g-mr-115 {
        margin-right: 8.21429rem !important;
    }
    .g-mr-120 {
        margin-right: 8.57143rem !important;
    }
    .g-mr-125 {
        margin-right: 8.92857rem !important;
    }
    .g-mr-130 {
        margin-right: 9.28571rem !important;
    }
    .g-mr-135 {
        margin-right: 9.64286rem !important;
    }
    .g-mr-140 {
        margin-right: 10rem !important;
    }
    .g-mr-145 {
        margin-right: 10.35714rem !important;
    }
    .g-mr-150 {
        margin-right: 10.71429rem !important;
    }
    .g-mr-155 {
        margin-right: 11.07143rem !important;
    }
    .g-mr-160 {
        margin-right: 11.42857rem !important;
    }
    .g-mr-165 {
        margin-right: 11.78571rem !important;
    }
    .g-mr-170 {
        margin-right: 12.14286rem !important;
    }
    .g-mr-200 {
        margin-right: 14.28571rem !important;
    }
    .g-mr-300 {
        margin-right: 21.42857rem !important;
    }
    .g-mr-400 {
        margin-right: 28.57143rem !important;
    }
    .g-mr-500 {
        margin-right: 35.71429rem !important;
    }
}

/* Margin Spaces (sm)
------------------------------------*/
/* Margins */
@media (min-width: 576px) {
    /* margin ALL */
    .g-ma-0--sm {
        margin: 0 !important;
    }
    .g-ma-1--sm {
        margin: 0.07143rem !important;
    }
    .g-ma-2--sm {
        margin: 0.14286rem !important;
    }
    .g-ma-3--sm {
        margin: 0.21429rem !important;
    }
    .g-ma-4--sm {
        margin: 0.28571rem !important;
    }
    .g-ma-5--sm {
        margin: 0.35714rem !important;
    }
    .g-ma-6--sm {
        margin: 0.42857rem !important;
    }
    .g-ma-7--sm {
        margin: 0.5rem !important;
    }
    .g-ma-8--sm {
        margin: 0.57143rem !important;
    }
    .g-ma-9--sm {
        margin: 0.64286rem !important;
    }
    .g-ma-10--sm {
        margin: 0.71429rem !important;
    }
    .g-ma-11--sm {
        margin: 0.78571rem !important;
    }
    .g-ma-12--sm {
        margin: 0.85714rem !important;
    }
    .g-ma-13--sm {
        margin: 0.92857rem !important;
    }
    .g-ma-14--sm {
        margin: 1rem !important;
    }
    .g-ma-15--sm {
        margin: 1.07143rem !important;
    }
    .g-ma-16--sm {
        margin: 1.14286rem !important;
    }
    .g-ma-17--sm {
        margin: 1.21429rem !important;
    }
    .g-ma-18--sm {
        margin: 1.28571rem !important;
    }
    .g-ma-19--sm {
        margin: 1.35714rem !important;
    }
    .g-ma-20--sm {
        margin: 1.42857rem !important;
    }
    .g-ma-25--sm {
        margin: 1.78571rem !important;
    }
    .g-ma-30--sm {
        margin: 2.14286rem !important;
    }
    .g-ma-35--sm {
        margin: 2.5rem !important;
    }
    .g-ma-40--sm {
        margin: 2.85714rem !important;
    }
    .g-ma-45--sm {
        margin: 3.21429rem !important;
    }
    .g-ma-50--sm {
        margin: 3.57143rem !important;
    }
    .g-ma-55--sm {
        margin: 3.92857rem !important;
    }
    .g-ma-60--sm {
        margin: 4.28571rem !important;
    }
    .g-ma-65--sm {
        margin: 4.64286rem !important;
    }
    .g-ma-70--sm {
        margin: 5rem !important;
    }
    .g-ma-75--sm {
        margin: 5.35714rem !important;
    }
    .g-ma-80--sm {
        margin: 5.71429rem !important;
    }
    .g-ma-85--sm {
        margin: 6.07143rem !important;
    }
    .g-ma-90--sm {
        margin: 6.42857rem !important;
    }
    .g-ma-95--sm {
        margin: 6.78571rem !important;
    }
    .g-ma-100--sm {
        margin: 7.14286rem !important;
    }
    .g-ma-105--sm {
        margin: 7.5rem !important;
    }
    .g-ma-110--sm {
        margin: 7.85714rem !important;
    }
    .g-ma-115--sm {
        margin: 8.21429rem !important;
    }
    .g-ma-120--sm {
        margin: 8.57143rem !important;
    }
    .g-ma-125--sm {
        margin: 8.92857rem !important;
    }
    .g-ma-130--sm {
        margin: 9.28571rem !important;
    }
    .g-ma-135--sm {
        margin: 9.64286rem !important;
    }
    .g-ma-140--sm {
        margin: 10rem !important;
    }
    .g-ma-145--sm {
        margin: 10.35714rem !important;
    }
    .g-ma-150--sm {
        margin: 10.71429rem !important;
    }
    .g-ma-155--sm {
        margin: 11.07143rem !important;
    }
    .g-ma-160--sm {
        margin: 11.42857rem !important;
    }
    .g-ma-165--sm {
        margin: 11.78571rem !important;
    }
    .g-ma-170--sm {
        margin: 12.14286rem !important;
    }
    .g-ma-200--sm {
        margin: 14.28571rem !important;
    }
    .g-ma-300--sm {
        margin: 21.42857rem !important;
    }
    .g-ma-400--sm {
        margin: 28.57143rem !important;
    }
    .g-ma-500--sm {
        margin: 35.71429rem !important;
    }
    /* margin X */
    .g-mx-0--sm {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .g-mx-1--sm {
        margin-left: 0.07143rem !important;
        margin-right: 0.07143rem !important;
    }
    .g-mx-2--sm {
        margin-left: 0.14286rem !important;
        margin-right: 0.14286rem !important;
    }
    .g-mx-3--sm {
        margin-left: 0.21429rem !important;
        margin-right: 0.21429rem !important;
    }
    .g-mx-4--sm {
        margin-left: 0.28571rem !important;
        margin-right: 0.28571rem !important;
    }
    .g-mx-5--sm {
        margin-left: 0.35714rem !important;
        margin-right: 0.35714rem !important;
    }
    .g-mx-6--sm {
        margin-left: 0.42857rem !important;
        margin-right: 0.42857rem !important;
    }
    .g-mx-7--sm {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .g-mx-8--sm {
        margin-left: 0.57143rem !important;
        margin-right: 0.57143rem !important;
    }
    .g-mx-9--sm {
        margin-left: 0.64286rem !important;
        margin-right: 0.64286rem !important;
    }
    .g-mx-10--sm {
        margin-left: 0.71429rem !important;
        margin-right: 0.71429rem !important;
    }
    .g-mx-11--sm {
        margin-left: 0.78571rem !important;
        margin-right: 0.78571rem !important;
    }
    .g-mx-12--sm {
        margin-left: 0.85714rem !important;
        margin-right: 0.85714rem !important;
    }
    .g-mx-13--sm {
        margin-left: 0.92857rem !important;
        margin-right: 0.92857rem !important;
    }
    .g-mx-14--sm {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .g-mx-15--sm {
        margin-left: 1.07143rem !important;
        margin-right: 1.07143rem !important;
    }
    .g-mx-16--sm {
        margin-left: 1.14286rem !important;
        margin-right: 1.14286rem !important;
    }
    .g-mx-17--sm {
        margin-left: 1.21429rem !important;
        margin-right: 1.21429rem !important;
    }
    .g-mx-18--sm {
        margin-left: 1.28571rem !important;
        margin-right: 1.28571rem !important;
    }
    .g-mx-19--sm {
        margin-left: 1.35714rem !important;
        margin-right: 1.35714rem !important;
    }
    .g-mx-20--sm {
        margin-left: 1.42857rem !important;
        margin-right: 1.42857rem !important;
    }
    .g-mx-25--sm {
        margin-left: 1.78571rem !important;
        margin-right: 1.78571rem !important;
    }
    .g-mx-30--sm {
        margin-left: 2.14286rem !important;
        margin-right: 2.14286rem !important;
    }
    .g-mx-35--sm {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .g-mx-40--sm {
        margin-left: 2.85714rem !important;
        margin-right: 2.85714rem !important;
    }
    .g-mx-45--sm {
        margin-left: 3.21429rem !important;
        margin-right: 3.21429rem !important;
    }
    .g-mx-50--sm {
        margin-left: 3.57143rem !important;
        margin-right: 3.57143rem !important;
    }
    .g-mx-55--sm {
        margin-left: 3.92857rem !important;
        margin-right: 3.92857rem !important;
    }
    .g-mx-60--sm {
        margin-left: 4.28571rem !important;
        margin-right: 4.28571rem !important;
    }
    .g-mx-65--sm {
        margin-left: 4.64286rem !important;
        margin-right: 4.64286rem !important;
    }
    .g-mx-70--sm {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .g-mx-75--sm {
        margin-left: 5.35714rem !important;
        margin-right: 5.35714rem !important;
    }
    .g-mx-80--sm {
        margin-left: 5.71429rem !important;
        margin-right: 5.71429rem !important;
    }
    .g-mx-85--sm {
        margin-left: 6.07143rem !important;
        margin-right: 6.07143rem !important;
    }
    .g-mx-90--sm {
        margin-left: 6.42857rem !important;
        margin-right: 6.42857rem !important;
    }
    .g-mx-95--sm {
        margin-left: 6.78571rem !important;
        margin-right: 6.78571rem !important;
    }
    .g-mx-100--sm {
        margin-left: 7.14286rem !important;
        margin-right: 7.14286rem !important;
    }
    .g-mx-105--sm {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important;
    }
    .g-mx-110--sm {
        margin-left: 7.85714rem !important;
        margin-right: 7.85714rem !important;
    }
    .g-mx-115--sm {
        margin-left: 8.21429rem !important;
        margin-right: 8.21429rem !important;
    }
    .g-mx-120--sm {
        margin-left: 8.57143rem !important;
        margin-right: 8.57143rem !important;
    }
    .g-mx-125--sm {
        margin-left: 8.92857rem !important;
        margin-right: 8.92857rem !important;
    }
    .g-mx-130--sm {
        margin-left: 9.28571rem !important;
        margin-right: 9.28571rem !important;
    }
    .g-mx-135--sm {
        margin-left: 9.64286rem !important;
        margin-right: 9.64286rem !important;
    }
    .g-mx-140--sm {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    .g-mx-145--sm {
        margin-left: 10.35714rem !important;
        margin-right: 10.35714rem !important;
    }
    .g-mx-150--sm {
        margin-left: 10.71429rem !important;
        margin-right: 10.71429rem !important;
    }
    .g-mx-155--sm {
        margin-left: 11.07143rem !important;
        margin-right: 11.07143rem !important;
    }
    .g-mx-160--sm {
        margin-left: 11.42857rem !important;
        margin-right: 11.42857rem !important;
    }
    .g-mx-165--sm {
        margin-left: 11.78571rem !important;
        margin-right: 11.78571rem !important;
    }
    .g-mx-170--sm {
        margin-left: 12.14286rem !important;
        margin-right: 12.14286rem !important;
    }
    .g-mx-200--sm {
        margin-left: 14.28571rem !important;
        margin-right: 14.28571rem !important;
    }
    .g-mx-300--sm {
        margin-left: 21.42857rem !important;
        margin-right: 21.42857rem !important;
    }
    .g-mx-400--sm {
        margin-left: 28.57143rem !important;
        margin-right: 28.57143rem !important;
    }
    .g-mx-500--sm {
        margin-left: 35.71429rem !important;
        margin-right: 35.71429rem !important;
    }
    /* margin Y */
    .g-my-0--sm {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .g-my-1--sm {
        margin-top: 0.07143rem !important;
        margin-bottom: 0.07143rem !important;
    }
    .g-my-2--sm {
        margin-top: 0.14286rem !important;
        margin-bottom: 0.14286rem !important;
    }
    .g-my-3--sm {
        margin-top: 0.21429rem !important;
        margin-bottom: 0.21429rem !important;
    }
    .g-my-4--sm {
        margin-top: 0.28571rem !important;
        margin-bottom: 0.28571rem !important;
    }
    .g-my-5--sm {
        margin-top: 0.35714rem !important;
        margin-bottom: 0.35714rem !important;
    }
    .g-my-6--sm {
        margin-top: 0.42857rem !important;
        margin-bottom: 0.42857rem !important;
    }
    .g-my-7--sm {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .g-my-8--sm {
        margin-top: 0.57143rem !important;
        margin-bottom: 0.57143rem !important;
    }
    .g-my-9--sm {
        margin-top: 0.64286rem !important;
        margin-bottom: 0.64286rem !important;
    }
    .g-my-10--sm {
        margin-top: 0.71429rem !important;
        margin-bottom: 0.71429rem !important;
    }
    .g-my-11--sm {
        margin-top: 0.78571rem !important;
        margin-bottom: 0.78571rem !important;
    }
    .g-my-12--sm {
        margin-top: 0.85714rem !important;
        margin-bottom: 0.85714rem !important;
    }
    .g-my-13--sm {
        margin-top: 0.92857rem !important;
        margin-bottom: 0.92857rem !important;
    }
    .g-my-14--sm {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .g-my-15--sm {
        margin-top: 1.07143rem !important;
        margin-bottom: 1.07143rem !important;
    }
    .g-my-16--sm {
        margin-top: 1.14286rem !important;
        margin-bottom: 1.14286rem !important;
    }
    .g-my-17--sm {
        margin-top: 1.21429rem !important;
        margin-bottom: 1.21429rem !important;
    }
    .g-my-18--sm {
        margin-top: 1.28571rem !important;
        margin-bottom: 1.28571rem !important;
    }
    .g-my-19--sm {
        margin-top: 1.35714rem !important;
        margin-bottom: 1.35714rem !important;
    }
    .g-my-20--sm {
        margin-top: 1.42857rem !important;
        margin-bottom: 1.42857rem !important;
    }
    .g-my-25--sm {
        margin-top: 1.78571rem !important;
        margin-bottom: 1.78571rem !important;
    }
    .g-my-30--sm {
        margin-top: 2.14286rem !important;
        margin-bottom: 2.14286rem !important;
    }
    .g-my-35--sm {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .g-my-40--sm {
        margin-top: 2.85714rem !important;
        margin-bottom: 2.85714rem !important;
    }
    .g-my-45--sm {
        margin-top: 3.21429rem !important;
        margin-bottom: 3.21429rem !important;
    }
    .g-my-50--sm {
        margin-top: 3.57143rem !important;
        margin-bottom: 3.57143rem !important;
    }
    .g-my-55--sm {
        margin-top: 3.92857rem !important;
        margin-bottom: 3.92857rem !important;
    }
    .g-my-60--sm {
        margin-top: 4.28571rem !important;
        margin-bottom: 4.28571rem !important;
    }
    .g-my-65--sm {
        margin-top: 4.64286rem !important;
        margin-bottom: 4.64286rem !important;
    }
    .g-my-70--sm {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .g-my-75--sm {
        margin-top: 5.35714rem !important;
        margin-bottom: 5.35714rem !important;
    }
    .g-my-80--sm {
        margin-top: 5.71429rem !important;
        margin-bottom: 5.71429rem !important;
    }
    .g-my-85--sm {
        margin-top: 6.07143rem !important;
        margin-bottom: 6.07143rem !important;
    }
    .g-my-90--sm {
        margin-top: 6.42857rem !important;
        margin-bottom: 6.42857rem !important;
    }
    .g-my-95--sm {
        margin-top: 6.78571rem !important;
        margin-bottom: 6.78571rem !important;
    }
    .g-my-100--sm {
        margin-top: 7.14286rem !important;
        margin-bottom: 7.14286rem !important;
    }
    .g-my-105--sm {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }
    .g-my-110--sm {
        margin-top: 7.85714rem !important;
        margin-bottom: 7.85714rem !important;
    }
    .g-my-115--sm {
        margin-top: 8.21429rem !important;
        margin-bottom: 8.21429rem !important;
    }
    .g-my-120--sm {
        margin-top: 8.57143rem !important;
        margin-bottom: 8.57143rem !important;
    }
    .g-my-125--sm {
        margin-top: 8.92857rem !important;
        margin-bottom: 8.92857rem !important;
    }
    .g-my-130--sm {
        margin-top: 9.28571rem !important;
        margin-bottom: 9.28571rem !important;
    }
    .g-my-135--sm {
        margin-top: 9.64286rem !important;
        margin-bottom: 9.64286rem !important;
    }
    .g-my-140--sm {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
    .g-my-145--sm {
        margin-top: 10.35714rem !important;
        margin-bottom: 10.35714rem !important;
    }
    .g-my-150--sm {
        margin-top: 10.71429rem !important;
        margin-bottom: 10.71429rem !important;
    }
    .g-my-155--sm {
        margin-top: 11.07143rem !important;
        margin-bottom: 11.07143rem !important;
    }
    .g-my-160--sm {
        margin-top: 11.42857rem !important;
        margin-bottom: 11.42857rem !important;
    }
    .g-my-165--sm {
        margin-top: 11.78571rem !important;
        margin-bottom: 11.78571rem !important;
    }
    .g-my-170--sm {
        margin-top: 12.14286rem !important;
        margin-bottom: 12.14286rem !important;
    }
    .g-my-200--sm {
        margin-top: 14.28571rem !important;
        margin-bottom: 14.28571rem !important;
    }
    .g-my-300--sm {
        margin-top: 21.42857rem !important;
        margin-bottom: 21.42857rem !important;
    }
    .g-my-400--sm {
        margin-top: 28.57143rem !important;
        margin-bottom: 28.57143rem !important;
    }
    .g-my-500--sm {
        margin-top: 35.71429rem !important;
        margin-bottom: 35.71429rem !important;
    }
    /* margin TOP */
    .g-mt-0--sm {
        margin-top: 0 !important;
    }
    .g-mt-1--sm {
        margin-top: 0.07143rem !important;
    }
    .g-mt-2--sm {
        margin-top: 0.14286rem !important;
    }
    .g-mt-3--sm {
        margin-top: 0.21429rem !important;
    }
    .g-mt-4--sm {
        margin-top: 0.28571rem !important;
    }
    .g-mt-5--sm {
        margin-top: 0.35714rem !important;
    }
    .g-mt-6--sm {
        margin-top: 0.42857rem !important;
    }
    .g-mt-7--sm {
        margin-top: 0.5rem !important;
    }
    .g-mt-8--sm {
        margin-top: 0.57143rem !important;
    }
    .g-mt-9--sm {
        margin-top: 0.64286rem !important;
    }
    .g-mt-10--sm {
        margin-top: 0.71429rem !important;
    }
    .g-mt-11--sm {
        margin-top: 0.78571rem !important;
    }
    .g-mt-12--sm {
        margin-top: 0.85714rem !important;
    }
    .g-mt-13--sm {
        margin-top: 0.92857rem !important;
    }
    .g-mt-14--sm {
        margin-top: 1rem !important;
    }
    .g-mt-15--sm {
        margin-top: 1.07143rem !important;
    }
    .g-mt-16--sm {
        margin-top: 1.14286rem !important;
    }
    .g-mt-17--sm {
        margin-top: 1.21429rem !important;
    }
    .g-mt-18--sm {
        margin-top: 1.28571rem !important;
    }
    .g-mt-19--sm {
        margin-top: 1.35714rem !important;
    }
    .g-mt-20--sm {
        margin-top: 1.42857rem !important;
    }
    .g-mt-25--sm {
        margin-top: 1.78571rem !important;
    }
    .g-mt-30--sm {
        margin-top: 2.14286rem !important;
    }
    .g-mt-35--sm {
        margin-top: 2.5rem !important;
    }
    .g-mt-40--sm {
        margin-top: 2.85714rem !important;
    }
    .g-mt-45--sm {
        margin-top: 3.21429rem !important;
    }
    .g-mt-50--sm {
        margin-top: 3.57143rem !important;
    }
    .g-mt-55--sm {
        margin-top: 3.92857rem !important;
    }
    .g-mt-60--sm {
        margin-top: 4.28571rem !important;
    }
    .g-mt-65--sm {
        margin-top: 4.64286rem !important;
    }
    .g-mt-70--sm {
        margin-top: 5rem !important;
    }
    .g-mt-75--sm {
        margin-top: 5.35714rem !important;
    }
    .g-mt-80--sm {
        margin-top: 5.71429rem !important;
    }
    .g-mt-85--sm {
        margin-top: 6.07143rem !important;
    }
    .g-mt-90--sm {
        margin-top: 6.42857rem !important;
    }
    .g-mt-95--sm {
        margin-top: 6.78571rem !important;
    }
    .g-mt-100--sm {
        margin-top: 7.14286rem !important;
    }
    .g-mt-105--sm {
        margin-top: 7.5rem !important;
    }
    .g-mt-110--sm {
        margin-top: 7.85714rem !important;
    }
    .g-mt-115--sm {
        margin-top: 8.21429rem !important;
    }
    .g-mt-120--sm {
        margin-top: 8.57143rem !important;
    }
    .g-mt-125--sm {
        margin-top: 8.92857rem !important;
    }
    .g-mt-130--sm {
        margin-top: 9.28571rem !important;
    }
    .g-mt-135--sm {
        margin-top: 9.64286rem !important;
    }
    .g-mt-140--sm {
        margin-top: 10rem !important;
    }
    .g-mt-145--sm {
        margin-top: 10.35714rem !important;
    }
    .g-mt-150--sm {
        margin-top: 10.71429rem !important;
    }
    .g-mt-155--sm {
        margin-top: 11.07143rem !important;
    }
    .g-mt-160--sm {
        margin-top: 11.42857rem !important;
    }
    .g-mt-165--sm {
        margin-top: 11.78571rem !important;
    }
    .g-mt-170--sm {
        margin-top: 12.14286rem !important;
    }
    .g-mt-200--sm {
        margin-top: 14.28571rem !important;
    }
    .g-mt-300--sm {
        margin-top: 21.42857rem !important;
    }
    .g-mt-400--sm {
        margin-top: 28.57143rem !important;
    }
    .g-mt-500--sm {
        margin-top: 35.71429rem !important;
    }
    /* margin BOTTOM */
    .g-mb-0--sm {
        margin-bottom: 0 !important;
    }
    .g-mb-1--sm {
        margin-bottom: 0.07143rem !important;
    }
    .g-mb-2--sm {
        margin-bottom: 0.14286rem !important;
    }
    .g-mb-3--sm {
        margin-bottom: 0.21429rem !important;
    }
    .g-mb-4--sm {
        margin-bottom: 0.28571rem !important;
    }
    .g-mb-5--sm {
        margin-bottom: 0.35714rem !important;
    }
    .g-mb-6--sm {
        margin-bottom: 0.42857rem !important;
    }
    .g-mb-7--sm {
        margin-bottom: 0.5rem !important;
    }
    .g-mb-8--sm {
        margin-bottom: 0.57143rem !important;
    }
    .g-mb-9--sm {
        margin-bottom: 0.64286rem !important;
    }
    .g-mb-10--sm {
        margin-bottom: 0.71429rem !important;
    }
    .g-mb-11--sm {
        margin-bottom: 0.78571rem !important;
    }
    .g-mb-12--sm {
        margin-bottom: 0.85714rem !important;
    }
    .g-mb-13--sm {
        margin-bottom: 0.92857rem !important;
    }
    .g-mb-14--sm {
        margin-bottom: 1rem !important;
    }
    .g-mb-15--sm {
        margin-bottom: 1.07143rem !important;
    }
    .g-mb-16--sm {
        margin-bottom: 1.14286rem !important;
    }
    .g-mb-17--sm {
        margin-bottom: 1.21429rem !important;
    }
    .g-mb-18--sm {
        margin-bottom: 1.28571rem !important;
    }
    .g-mb-19--sm {
        margin-bottom: 1.35714rem !important;
    }
    .g-mb-20--sm {
        margin-bottom: 1.42857rem !important;
    }
    .g-mb-25--sm {
        margin-bottom: 1.78571rem !important;
    }
    .g-mb-30--sm {
        margin-bottom: 2.14286rem !important;
    }
    .g-mb-35--sm {
        margin-bottom: 2.5rem !important;
    }
    .g-mb-40--sm {
        margin-bottom: 2.85714rem !important;
    }
    .g-mb-45--sm {
        margin-bottom: 3.21429rem !important;
    }
    .g-mb-50--sm {
        margin-bottom: 3.57143rem !important;
    }
    .g-mb-55--sm {
        margin-bottom: 3.92857rem !important;
    }
    .g-mb-60--sm {
        margin-bottom: 4.28571rem !important;
    }
    .g-mb-65--sm {
        margin-bottom: 4.64286rem !important;
    }
    .g-mb-70--sm {
        margin-bottom: 5rem !important;
    }
    .g-mb-75--sm {
        margin-bottom: 5.35714rem !important;
    }
    .g-mb-80--sm {
        margin-bottom: 5.71429rem !important;
    }
    .g-mb-85--sm {
        margin-bottom: 6.07143rem !important;
    }
    .g-mb-90--sm {
        margin-bottom: 6.42857rem !important;
    }
    .g-mb-95--sm {
        margin-bottom: 6.78571rem !important;
    }
    .g-mb-100--sm {
        margin-bottom: 7.14286rem !important;
    }
    .g-mb-105--sm {
        margin-bottom: 7.5rem !important;
    }
    .g-mb-110--sm {
        margin-bottom: 7.85714rem !important;
    }
    .g-mb-115--sm {
        margin-bottom: 8.21429rem !important;
    }
    .g-mb-120--sm {
        margin-bottom: 8.57143rem !important;
    }
    .g-mb-125--sm {
        margin-bottom: 8.92857rem !important;
    }
    .g-mb-130--sm {
        margin-bottom: 9.28571rem !important;
    }
    .g-mb-135--sm {
        margin-bottom: 9.64286rem !important;
    }
    .g-mb-140--sm {
        margin-bottom: 10rem !important;
    }
    .g-mb-145--sm {
        margin-bottom: 10.35714rem !important;
    }
    .g-mb-150--sm {
        margin-bottom: 10.71429rem !important;
    }
    .g-mb-155--sm {
        margin-bottom: 11.07143rem !important;
    }
    .g-mb-160--sm {
        margin-bottom: 11.42857rem !important;
    }
    .g-mb-165--sm {
        margin-bottom: 11.78571rem !important;
    }
    .g-mb-170--sm {
        margin-bottom: 12.14286rem !important;
    }
    .g-mb-200--sm {
        margin-bottom: 14.28571rem !important;
    }
    .g-mb-300--sm {
        margin-bottom: 21.42857rem !important;
    }
    .g-mb-400--sm {
        margin-bottom: 28.57143rem !important;
    }
    .g-mb-500--sm {
        margin-bottom: 35.71429rem !important;
    }
    /* margin LEFT */
    .g-ml-0--sm {
        margin-left: 0 !important;
    }
    .g-ml-1--sm {
        margin-left: 0.07143rem !important;
    }
    .g-ml-2--sm {
        margin-left: 0.14286rem !important;
    }
    .g-ml-3--sm {
        margin-left: 0.21429rem !important;
    }
    .g-ml-4--sm {
        margin-left: 0.28571rem !important;
    }
    .g-ml-5--sm {
        margin-left: 0.35714rem !important;
    }
    .g-ml-6--sm {
        margin-left: 0.42857rem !important;
    }
    .g-ml-7--sm {
        margin-left: 0.5rem !important;
    }
    .g-ml-8--sm {
        margin-left: 0.57143rem !important;
    }
    .g-ml-9--sm {
        margin-left: 0.64286rem !important;
    }
    .g-ml-10--sm {
        margin-left: 0.71429rem !important;
    }
    .g-ml-11--sm {
        margin-left: 0.78571rem !important;
    }
    .g-ml-12--sm {
        margin-left: 0.85714rem !important;
    }
    .g-ml-13--sm {
        margin-left: 0.92857rem !important;
    }
    .g-ml-14--sm {
        margin-left: 1rem !important;
    }
    .g-ml-15--sm {
        margin-left: 1.07143rem !important;
    }
    .g-ml-16--sm {
        margin-left: 1.14286rem !important;
    }
    .g-ml-17--sm {
        margin-left: 1.21429rem !important;
    }
    .g-ml-18--sm {
        margin-left: 1.28571rem !important;
    }
    .g-ml-19--sm {
        margin-left: 1.35714rem !important;
    }
    .g-ml-20--sm {
        margin-left: 1.42857rem !important;
    }
    .g-ml-25--sm {
        margin-left: 1.78571rem !important;
    }
    .g-ml-30--sm {
        margin-left: 2.14286rem !important;
    }
    .g-ml-35--sm {
        margin-left: 2.5rem !important;
    }
    .g-ml-40--sm {
        margin-left: 2.85714rem !important;
    }
    .g-ml-45--sm {
        margin-left: 3.21429rem !important;
    }
    .g-ml-50--sm {
        margin-left: 3.57143rem !important;
    }
    .g-ml-55--sm {
        margin-left: 3.92857rem !important;
    }
    .g-ml-60--sm {
        margin-left: 4.28571rem !important;
    }
    .g-ml-65--sm {
        margin-left: 4.64286rem !important;
    }
    .g-ml-70--sm {
        margin-left: 5rem !important;
    }
    .g-ml-75--sm {
        margin-left: 5.35714rem !important;
    }
    .g-ml-80--sm {
        margin-left: 5.71429rem !important;
    }
    .g-ml-85--sm {
        margin-left: 6.07143rem !important;
    }
    .g-ml-90--sm {
        margin-left: 6.42857rem !important;
    }
    .g-ml-95--sm {
        margin-left: 6.78571rem !important;
    }
    .g-ml-100--sm {
        margin-left: 7.14286rem !important;
    }
    .g-ml-105--sm {
        margin-left: 7.5rem !important;
    }
    .g-ml-110--sm {
        margin-left: 7.85714rem !important;
    }
    .g-ml-115--sm {
        margin-left: 8.21429rem !important;
    }
    .g-ml-120--sm {
        margin-left: 8.57143rem !important;
    }
    .g-ml-125--sm {
        margin-left: 8.92857rem !important;
    }
    .g-ml-130--sm {
        margin-left: 9.28571rem !important;
    }
    .g-ml-135--sm {
        margin-left: 9.64286rem !important;
    }
    .g-ml-140--sm {
        margin-left: 10rem !important;
    }
    .g-ml-145--sm {
        margin-left: 10.35714rem !important;
    }
    .g-ml-150--sm {
        margin-left: 10.71429rem !important;
    }
    .g-ml-155--sm {
        margin-left: 11.07143rem !important;
    }
    .g-ml-160--sm {
        margin-left: 11.42857rem !important;
    }
    .g-ml-165--sm {
        margin-left: 11.78571rem !important;
    }
    .g-ml-170--sm {
        margin-left: 12.14286rem !important;
    }
    .g-ml-200--sm {
        margin-left: 14.28571rem !important;
    }
    .g-ml-300--sm {
        margin-left: 21.42857rem !important;
    }
    .g-ml-400--sm {
        margin-left: 28.57143rem !important;
    }
    .g-ml-500--sm {
        margin-left: 35.71429rem !important;
    }
    /* margin RIGHT */
    .g-mr-0--sm {
        margin-right: 0 !important;
    }
    .g-mr-1--sm {
        margin-right: 0.07143rem !important;
    }
    .g-mr-2--sm {
        margin-right: 0.14286rem !important;
    }
    .g-mr-3--sm {
        margin-right: 0.21429rem !important;
    }
    .g-mr-4--sm {
        margin-right: 0.28571rem !important;
    }
    .g-mr-5--sm {
        margin-right: 0.35714rem !important;
    }
    .g-mr-6--sm {
        margin-right: 0.42857rem !important;
    }
    .g-mr-7--sm {
        margin-right: 0.5rem !important;
    }
    .g-mr-8--sm {
        margin-right: 0.57143rem !important;
    }
    .g-mr-9--sm {
        margin-right: 0.64286rem !important;
    }
    .g-mr-10--sm {
        margin-right: 0.71429rem !important;
    }
    .g-mr-11--sm {
        margin-right: 0.78571rem !important;
    }
    .g-mr-12--sm {
        margin-right: 0.85714rem !important;
    }
    .g-mr-13--sm {
        margin-right: 0.92857rem !important;
    }
    .g-mr-14--sm {
        margin-right: 1rem !important;
    }
    .g-mr-15--sm {
        margin-right: 1.07143rem !important;
    }
    .g-mr-16--sm {
        margin-right: 1.14286rem !important;
    }
    .g-mr-17--sm {
        margin-right: 1.21429rem !important;
    }
    .g-mr-18--sm {
        margin-right: 1.28571rem !important;
    }
    .g-mr-19--sm {
        margin-right: 1.35714rem !important;
    }
    .g-mr-20--sm {
        margin-right: 1.42857rem !important;
    }
    .g-mr-25--sm {
        margin-right: 1.78571rem !important;
    }
    .g-mr-30--sm {
        margin-right: 2.14286rem !important;
    }
    .g-mr-35--sm {
        margin-right: 2.5rem !important;
    }
    .g-mr-40--sm {
        margin-right: 2.85714rem !important;
    }
    .g-mr-45--sm {
        margin-right: 3.21429rem !important;
    }
    .g-mr-50--sm {
        margin-right: 3.57143rem !important;
    }
    .g-mr-55--sm {
        margin-right: 3.92857rem !important;
    }
    .g-mr-60--sm {
        margin-right: 4.28571rem !important;
    }
    .g-mr-65--sm {
        margin-right: 4.64286rem !important;
    }
    .g-mr-70--sm {
        margin-right: 5rem !important;
    }
    .g-mr-75--sm {
        margin-right: 5.35714rem !important;
    }
    .g-mr-80--sm {
        margin-right: 5.71429rem !important;
    }
    .g-mr-85--sm {
        margin-right: 6.07143rem !important;
    }
    .g-mr-90--sm {
        margin-right: 6.42857rem !important;
    }
    .g-mr-95--sm {
        margin-right: 6.78571rem !important;
    }
    .g-mr-100--sm {
        margin-right: 7.14286rem !important;
    }
    .g-mr-105--sm {
        margin-right: 7.5rem !important;
    }
    .g-mr-110--sm {
        margin-right: 7.85714rem !important;
    }
    .g-mr-115--sm {
        margin-right: 8.21429rem !important;
    }
    .g-mr-120--sm {
        margin-right: 8.57143rem !important;
    }
    .g-mr-125--sm {
        margin-right: 8.92857rem !important;
    }
    .g-mr-130--sm {
        margin-right: 9.28571rem !important;
    }
    .g-mr-135--sm {
        margin-right: 9.64286rem !important;
    }
    .g-mr-140--sm {
        margin-right: 10rem !important;
    }
    .g-mr-145--sm {
        margin-right: 10.35714rem !important;
    }
    .g-mr-150--sm {
        margin-right: 10.71429rem !important;
    }
    .g-mr-155--sm {
        margin-right: 11.07143rem !important;
    }
    .g-mr-160--sm {
        margin-right: 11.42857rem !important;
    }
    .g-mr-165--sm {
        margin-right: 11.78571rem !important;
    }
    .g-mr-170--sm {
        margin-right: 12.14286rem !important;
    }
    .g-mr-200--sm {
        margin-right: 14.28571rem !important;
    }
    .g-mr-300--sm {
        margin-right: 21.42857rem !important;
    }
    .g-mr-400--sm {
        margin-right: 28.57143rem !important;
    }
    .g-mr-500--sm {
        margin-right: 35.71429rem !important;
    }
}

/* Margin Spaces (md)
------------------------------------*/
/* Margins */
@media (min-width: 768px) {
    /* margin ALL */
    .g-ma-0--md {
        margin: 0 !important;
    }
    .g-ma-1--md {
        margin: 0.07143rem !important;
    }
    .g-ma-2--md {
        margin: 0.14286rem !important;
    }
    .g-ma-3--md {
        margin: 0.21429rem !important;
    }
    .g-ma-4--md {
        margin: 0.28571rem !important;
    }
    .g-ma-5--md {
        margin: 0.35714rem !important;
    }
    .g-ma-6--md {
        margin: 0.42857rem !important;
    }
    .g-ma-7--md {
        margin: 0.5rem !important;
    }
    .g-ma-8--md {
        margin: 0.57143rem !important;
    }
    .g-ma-9--md {
        margin: 0.64286rem !important;
    }
    .g-ma-10--md {
        margin: 0.71429rem !important;
    }
    .g-ma-11--md {
        margin: 0.78571rem !important;
    }
    .g-ma-12--md {
        margin: 0.85714rem !important;
    }
    .g-ma-13--md {
        margin: 0.92857rem !important;
    }
    .g-ma-14--md {
        margin: 1rem !important;
    }
    .g-ma-15--md {
        margin: 1.07143rem !important;
    }
    .g-ma-16--md {
        margin: 1.14286rem !important;
    }
    .g-ma-17--md {
        margin: 1.21429rem !important;
    }
    .g-ma-18--md {
        margin: 1.28571rem !important;
    }
    .g-ma-19--md {
        margin: 1.35714rem !important;
    }
    .g-ma-20--md {
        margin: 1.42857rem !important;
    }
    .g-ma-25--md {
        margin: 1.78571rem !important;
    }
    .g-ma-30--md {
        margin: 2.14286rem !important;
    }
    .g-ma-35--md {
        margin: 2.5rem !important;
    }
    .g-ma-40--md {
        margin: 2.85714rem !important;
    }
    .g-ma-45--md {
        margin: 3.21429rem !important;
    }
    .g-ma-50--md {
        margin: 3.57143rem !important;
    }
    .g-ma-55--md {
        margin: 3.92857rem !important;
    }
    .g-ma-60--md {
        margin: 4.28571rem !important;
    }
    .g-ma-65--md {
        margin: 4.64286rem !important;
    }
    .g-ma-70--md {
        margin: 5rem !important;
    }
    .g-ma-75--md {
        margin: 5.35714rem !important;
    }
    .g-ma-80--md {
        margin: 5.71429rem !important;
    }
    .g-ma-85--md {
        margin: 6.07143rem !important;
    }
    .g-ma-90--md {
        margin: 6.42857rem !important;
    }
    .g-ma-95--md {
        margin: 6.78571rem !important;
    }
    .g-ma-100--md {
        margin: 7.14286rem !important;
    }
    .g-ma-105--md {
        margin: 7.5rem !important;
    }
    .g-ma-110--md {
        margin: 7.85714rem !important;
    }
    .g-ma-115--md {
        margin: 8.21429rem !important;
    }
    .g-ma-120--md {
        margin: 8.57143rem !important;
    }
    .g-ma-125--md {
        margin: 8.92857rem !important;
    }
    .g-ma-130--md {
        margin: 9.28571rem !important;
    }
    .g-ma-135--md {
        margin: 9.64286rem !important;
    }
    .g-ma-140--md {
        margin: 10rem !important;
    }
    .g-ma-145--md {
        margin: 10.35714rem !important;
    }
    .g-ma-150--md {
        margin: 10.71429rem !important;
    }
    .g-ma-155--md {
        margin: 11.07143rem !important;
    }
    .g-ma-160--md {
        margin: 11.42857rem !important;
    }
    .g-ma-165--md {
        margin: 11.78571rem !important;
    }
    .g-ma-170--md {
        margin: 12.14286rem !important;
    }
    .g-ma-200--md {
        margin: 14.28571rem !important;
    }
    .g-ma-300--md {
        margin: 21.42857rem !important;
    }
    .g-ma-400--md {
        margin: 28.57143rem !important;
    }
    .g-ma-500--md {
        margin: 35.71429rem !important;
    }
    /* margin X */
    .g-mx-0--md {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .g-mx-1--md {
        margin-left: 0.07143rem !important;
        margin-right: 0.07143rem !important;
    }
    .g-mx-2--md {
        margin-left: 0.14286rem !important;
        margin-right: 0.14286rem !important;
    }
    .g-mx-3--md {
        margin-left: 0.21429rem !important;
        margin-right: 0.21429rem !important;
    }
    .g-mx-4--md {
        margin-left: 0.28571rem !important;
        margin-right: 0.28571rem !important;
    }
    .g-mx-5--md {
        margin-left: 0.35714rem !important;
        margin-right: 0.35714rem !important;
    }
    .g-mx-6--md {
        margin-left: 0.42857rem !important;
        margin-right: 0.42857rem !important;
    }
    .g-mx-7--md {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .g-mx-8--md {
        margin-left: 0.57143rem !important;
        margin-right: 0.57143rem !important;
    }
    .g-mx-9--md {
        margin-left: 0.64286rem !important;
        margin-right: 0.64286rem !important;
    }
    .g-mx-10--md {
        margin-left: 0.71429rem !important;
        margin-right: 0.71429rem !important;
    }
    .g-mx-11--md {
        margin-left: 0.78571rem !important;
        margin-right: 0.78571rem !important;
    }
    .g-mx-12--md {
        margin-left: 0.85714rem !important;
        margin-right: 0.85714rem !important;
    }
    .g-mx-13--md {
        margin-left: 0.92857rem !important;
        margin-right: 0.92857rem !important;
    }
    .g-mx-14--md {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .g-mx-15--md {
        margin-left: 1.07143rem !important;
        margin-right: 1.07143rem !important;
    }
    .g-mx-16--md {
        margin-left: 1.14286rem !important;
        margin-right: 1.14286rem !important;
    }
    .g-mx-17--md {
        margin-left: 1.21429rem !important;
        margin-right: 1.21429rem !important;
    }
    .g-mx-18--md {
        margin-left: 1.28571rem !important;
        margin-right: 1.28571rem !important;
    }
    .g-mx-19--md {
        margin-left: 1.35714rem !important;
        margin-right: 1.35714rem !important;
    }
    .g-mx-20--md {
        margin-left: 1.42857rem !important;
        margin-right: 1.42857rem !important;
    }
    .g-mx-25--md {
        margin-left: 1.78571rem !important;
        margin-right: 1.78571rem !important;
    }
    .g-mx-30--md {
        margin-left: 2.14286rem !important;
        margin-right: 2.14286rem !important;
    }
    .g-mx-35--md {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .g-mx-40--md {
        margin-left: 2.85714rem !important;
        margin-right: 2.85714rem !important;
    }
    .g-mx-45--md {
        margin-left: 3.21429rem !important;
        margin-right: 3.21429rem !important;
    }
    .g-mx-50--md {
        margin-left: 3.57143rem !important;
        margin-right: 3.57143rem !important;
    }
    .g-mx-55--md {
        margin-left: 3.92857rem !important;
        margin-right: 3.92857rem !important;
    }
    .g-mx-60--md {
        margin-left: 4.28571rem !important;
        margin-right: 4.28571rem !important;
    }
    .g-mx-65--md {
        margin-left: 4.64286rem !important;
        margin-right: 4.64286rem !important;
    }
    .g-mx-70--md {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .g-mx-75--md {
        margin-left: 5.35714rem !important;
        margin-right: 5.35714rem !important;
    }
    .g-mx-80--md {
        margin-left: 5.71429rem !important;
        margin-right: 5.71429rem !important;
    }
    .g-mx-85--md {
        margin-left: 6.07143rem !important;
        margin-right: 6.07143rem !important;
    }
    .g-mx-90--md {
        margin-left: 6.42857rem !important;
        margin-right: 6.42857rem !important;
    }
    .g-mx-95--md {
        margin-left: 6.78571rem !important;
        margin-right: 6.78571rem !important;
    }
    .g-mx-100--md {
        margin-left: 7.14286rem !important;
        margin-right: 7.14286rem !important;
    }
    .g-mx-105--md {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important;
    }
    .g-mx-110--md {
        margin-left: 7.85714rem !important;
        margin-right: 7.85714rem !important;
    }
    .g-mx-115--md {
        margin-left: 8.21429rem !important;
        margin-right: 8.21429rem !important;
    }
    .g-mx-120--md {
        margin-left: 8.57143rem !important;
        margin-right: 8.57143rem !important;
    }
    .g-mx-125--md {
        margin-left: 8.92857rem !important;
        margin-right: 8.92857rem !important;
    }
    .g-mx-130--md {
        margin-left: 9.28571rem !important;
        margin-right: 9.28571rem !important;
    }
    .g-mx-135--md {
        margin-left: 9.64286rem !important;
        margin-right: 9.64286rem !important;
    }
    .g-mx-140--md {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    .g-mx-145--md {
        margin-left: 10.35714rem !important;
        margin-right: 10.35714rem !important;
    }
    .g-mx-150--md {
        margin-left: 10.71429rem !important;
        margin-right: 10.71429rem !important;
    }
    .g-mx-155--md {
        margin-left: 11.07143rem !important;
        margin-right: 11.07143rem !important;
    }
    .g-mx-160--md {
        margin-left: 11.42857rem !important;
        margin-right: 11.42857rem !important;
    }
    .g-mx-165--md {
        margin-left: 11.78571rem !important;
        margin-right: 11.78571rem !important;
    }
    .g-mx-170--md {
        margin-left: 12.14286rem !important;
        margin-right: 12.14286rem !important;
    }
    .g-mx-200--md {
        margin-left: 14.28571rem !important;
        margin-right: 14.28571rem !important;
    }
    .g-mx-300--md {
        margin-left: 21.42857rem !important;
        margin-right: 21.42857rem !important;
    }
    .g-mx-400--md {
        margin-left: 28.57143rem !important;
        margin-right: 28.57143rem !important;
    }
    .g-mx-500--md {
        margin-left: 35.71429rem !important;
        margin-right: 35.71429rem !important;
    }
    /* margin Y */
    .g-my-0--md {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .g-my-1--md {
        margin-top: 0.07143rem !important;
        margin-bottom: 0.07143rem !important;
    }
    .g-my-2--md {
        margin-top: 0.14286rem !important;
        margin-bottom: 0.14286rem !important;
    }
    .g-my-3--md {
        margin-top: 0.21429rem !important;
        margin-bottom: 0.21429rem !important;
    }
    .g-my-4--md {
        margin-top: 0.28571rem !important;
        margin-bottom: 0.28571rem !important;
    }
    .g-my-5--md {
        margin-top: 0.35714rem !important;
        margin-bottom: 0.35714rem !important;
    }
    .g-my-6--md {
        margin-top: 0.42857rem !important;
        margin-bottom: 0.42857rem !important;
    }
    .g-my-7--md {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .g-my-8--md {
        margin-top: 0.57143rem !important;
        margin-bottom: 0.57143rem !important;
    }
    .g-my-9--md {
        margin-top: 0.64286rem !important;
        margin-bottom: 0.64286rem !important;
    }
    .g-my-10--md {
        margin-top: 0.71429rem !important;
        margin-bottom: 0.71429rem !important;
    }
    .g-my-11--md {
        margin-top: 0.78571rem !important;
        margin-bottom: 0.78571rem !important;
    }
    .g-my-12--md {
        margin-top: 0.85714rem !important;
        margin-bottom: 0.85714rem !important;
    }
    .g-my-13--md {
        margin-top: 0.92857rem !important;
        margin-bottom: 0.92857rem !important;
    }
    .g-my-14--md {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .g-my-15--md {
        margin-top: 1.07143rem !important;
        margin-bottom: 1.07143rem !important;
    }
    .g-my-16--md {
        margin-top: 1.14286rem !important;
        margin-bottom: 1.14286rem !important;
    }
    .g-my-17--md {
        margin-top: 1.21429rem !important;
        margin-bottom: 1.21429rem !important;
    }
    .g-my-18--md {
        margin-top: 1.28571rem !important;
        margin-bottom: 1.28571rem !important;
    }
    .g-my-19--md {
        margin-top: 1.35714rem !important;
        margin-bottom: 1.35714rem !important;
    }
    .g-my-20--md {
        margin-top: 1.42857rem !important;
        margin-bottom: 1.42857rem !important;
    }
    .g-my-25--md {
        margin-top: 1.78571rem !important;
        margin-bottom: 1.78571rem !important;
    }
    .g-my-30--md {
        margin-top: 2.14286rem !important;
        margin-bottom: 2.14286rem !important;
    }
    .g-my-35--md {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .g-my-40--md {
        margin-top: 2.85714rem !important;
        margin-bottom: 2.85714rem !important;
    }
    .g-my-45--md {
        margin-top: 3.21429rem !important;
        margin-bottom: 3.21429rem !important;
    }
    .g-my-50--md {
        margin-top: 3.57143rem !important;
        margin-bottom: 3.57143rem !important;
    }
    .g-my-55--md {
        margin-top: 3.92857rem !important;
        margin-bottom: 3.92857rem !important;
    }
    .g-my-60--md {
        margin-top: 4.28571rem !important;
        margin-bottom: 4.28571rem !important;
    }
    .g-my-65--md {
        margin-top: 4.64286rem !important;
        margin-bottom: 4.64286rem !important;
    }
    .g-my-70--md {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .g-my-75--md {
        margin-top: 5.35714rem !important;
        margin-bottom: 5.35714rem !important;
    }
    .g-my-80--md {
        margin-top: 5.71429rem !important;
        margin-bottom: 5.71429rem !important;
    }
    .g-my-85--md {
        margin-top: 6.07143rem !important;
        margin-bottom: 6.07143rem !important;
    }
    .g-my-90--md {
        margin-top: 6.42857rem !important;
        margin-bottom: 6.42857rem !important;
    }
    .g-my-95--md {
        margin-top: 6.78571rem !important;
        margin-bottom: 6.78571rem !important;
    }
    .g-my-100--md {
        margin-top: 7.14286rem !important;
        margin-bottom: 7.14286rem !important;
    }
    .g-my-105--md {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }
    .g-my-110--md {
        margin-top: 7.85714rem !important;
        margin-bottom: 7.85714rem !important;
    }
    .g-my-115--md {
        margin-top: 8.21429rem !important;
        margin-bottom: 8.21429rem !important;
    }
    .g-my-120--md {
        margin-top: 8.57143rem !important;
        margin-bottom: 8.57143rem !important;
    }
    .g-my-125--md {
        margin-top: 8.92857rem !important;
        margin-bottom: 8.92857rem !important;
    }
    .g-my-130--md {
        margin-top: 9.28571rem !important;
        margin-bottom: 9.28571rem !important;
    }
    .g-my-135--md {
        margin-top: 9.64286rem !important;
        margin-bottom: 9.64286rem !important;
    }
    .g-my-140--md {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
    .g-my-145--md {
        margin-top: 10.35714rem !important;
        margin-bottom: 10.35714rem !important;
    }
    .g-my-150--md {
        margin-top: 10.71429rem !important;
        margin-bottom: 10.71429rem !important;
    }
    .g-my-155--md {
        margin-top: 11.07143rem !important;
        margin-bottom: 11.07143rem !important;
    }
    .g-my-160--md {
        margin-top: 11.42857rem !important;
        margin-bottom: 11.42857rem !important;
    }
    .g-my-165--md {
        margin-top: 11.78571rem !important;
        margin-bottom: 11.78571rem !important;
    }
    .g-my-170--md {
        margin-top: 12.14286rem !important;
        margin-bottom: 12.14286rem !important;
    }
    .g-my-200--md {
        margin-top: 14.28571rem !important;
        margin-bottom: 14.28571rem !important;
    }
    .g-my-300--md {
        margin-top: 21.42857rem !important;
        margin-bottom: 21.42857rem !important;
    }
    .g-my-400--md {
        margin-top: 28.57143rem !important;
        margin-bottom: 28.57143rem !important;
    }
    .g-my-500--md {
        margin-top: 35.71429rem !important;
        margin-bottom: 35.71429rem !important;
    }
    /* margin TOP */
    .g-mt-0--md {
        margin-top: 0 !important;
    }
    .g-mt-1--md {
        margin-top: 0.07143rem !important;
    }
    .g-mt-2--md {
        margin-top: 0.14286rem !important;
    }
    .g-mt-3--md {
        margin-top: 0.21429rem !important;
    }
    .g-mt-4--md {
        margin-top: 0.28571rem !important;
    }
    .g-mt-5--md {
        margin-top: 0.35714rem !important;
    }
    .g-mt-6--md {
        margin-top: 0.42857rem !important;
    }
    .g-mt-7--md {
        margin-top: 0.5rem !important;
    }
    .g-mt-8--md {
        margin-top: 0.57143rem !important;
    }
    .g-mt-9--md {
        margin-top: 0.64286rem !important;
    }
    .g-mt-10--md {
        margin-top: 0.71429rem !important;
    }
    .g-mt-11--md {
        margin-top: 0.78571rem !important;
    }
    .g-mt-12--md {
        margin-top: 0.85714rem !important;
    }
    .g-mt-13--md {
        margin-top: 0.92857rem !important;
    }
    .g-mt-14--md {
        margin-top: 1rem !important;
    }
    .g-mt-15--md {
        margin-top: 1.07143rem !important;
    }
    .g-mt-16--md {
        margin-top: 1.14286rem !important;
    }
    .g-mt-17--md {
        margin-top: 1.21429rem !important;
    }
    .g-mt-18--md {
        margin-top: 1.28571rem !important;
    }
    .g-mt-19--md {
        margin-top: 1.35714rem !important;
    }
    .g-mt-20--md {
        margin-top: 1.42857rem !important;
    }
    .g-mt-25--md {
        margin-top: 1.78571rem !important;
    }
    .g-mt-30--md {
        margin-top: 2.14286rem !important;
    }
    .g-mt-35--md {
        margin-top: 2.5rem !important;
    }
    .g-mt-40--md {
        margin-top: 2.85714rem !important;
    }
    .g-mt-45--md {
        margin-top: 3.21429rem !important;
    }
    .g-mt-50--md {
        margin-top: 3.57143rem !important;
    }
    .g-mt-55--md {
        margin-top: 3.92857rem !important;
    }
    .g-mt-60--md {
        margin-top: 4.28571rem !important;
    }
    .g-mt-65--md {
        margin-top: 4.64286rem !important;
    }
    .g-mt-70--md {
        margin-top: 5rem !important;
    }
    .g-mt-75--md {
        margin-top: 5.35714rem !important;
    }
    .g-mt-80--md {
        margin-top: 5.71429rem !important;
    }
    .g-mt-85--md {
        margin-top: 6.07143rem !important;
    }
    .g-mt-90--md {
        margin-top: 6.42857rem !important;
    }
    .g-mt-95--md {
        margin-top: 6.78571rem !important;
    }
    .g-mt-100--md {
        margin-top: 7.14286rem !important;
    }
    .g-mt-105--md {
        margin-top: 7.5rem !important;
    }
    .g-mt-110--md {
        margin-top: 7.85714rem !important;
    }
    .g-mt-115--md {
        margin-top: 8.21429rem !important;
    }
    .g-mt-120--md {
        margin-top: 8.57143rem !important;
    }
    .g-mt-125--md {
        margin-top: 8.92857rem !important;
    }
    .g-mt-130--md {
        margin-top: 9.28571rem !important;
    }
    .g-mt-135--md {
        margin-top: 9.64286rem !important;
    }
    .g-mt-140--md {
        margin-top: 10rem !important;
    }
    .g-mt-145--md {
        margin-top: 10.35714rem !important;
    }
    .g-mt-150--md {
        margin-top: 10.71429rem !important;
    }
    .g-mt-155--md {
        margin-top: 11.07143rem !important;
    }
    .g-mt-160--md {
        margin-top: 11.42857rem !important;
    }
    .g-mt-165--md {
        margin-top: 11.78571rem !important;
    }
    .g-mt-170--md {
        margin-top: 12.14286rem !important;
    }
    .g-mt-200--md {
        margin-top: 14.28571rem !important;
    }
    .g-mt-300--md {
        margin-top: 21.42857rem !important;
    }
    .g-mt-400--md {
        margin-top: 28.57143rem !important;
    }
    .g-mt-500--md {
        margin-top: 35.71429rem !important;
    }
    /* margin BOTTOM */
    .g-mb-0--md {
        margin-bottom: 0 !important;
    }
    .g-mb-1--md {
        margin-bottom: 0.07143rem !important;
    }
    .g-mb-2--md {
        margin-bottom: 0.14286rem !important;
    }
    .g-mb-3--md {
        margin-bottom: 0.21429rem !important;
    }
    .g-mb-4--md {
        margin-bottom: 0.28571rem !important;
    }
    .g-mb-5--md {
        margin-bottom: 0.35714rem !important;
    }
    .g-mb-6--md {
        margin-bottom: 0.42857rem !important;
    }
    .g-mb-7--md {
        margin-bottom: 0.5rem !important;
    }
    .g-mb-8--md {
        margin-bottom: 0.57143rem !important;
    }
    .g-mb-9--md {
        margin-bottom: 0.64286rem !important;
    }
    .g-mb-10--md {
        margin-bottom: 0.71429rem !important;
    }
    .g-mb-11--md {
        margin-bottom: 0.78571rem !important;
    }
    .g-mb-12--md {
        margin-bottom: 0.85714rem !important;
    }
    .g-mb-13--md {
        margin-bottom: 0.92857rem !important;
    }
    .g-mb-14--md {
        margin-bottom: 1rem !important;
    }
    .g-mb-15--md {
        margin-bottom: 1.07143rem !important;
    }
    .g-mb-16--md {
        margin-bottom: 1.14286rem !important;
    }
    .g-mb-17--md {
        margin-bottom: 1.21429rem !important;
    }
    .g-mb-18--md {
        margin-bottom: 1.28571rem !important;
    }
    .g-mb-19--md {
        margin-bottom: 1.35714rem !important;
    }
    .g-mb-20--md {
        margin-bottom: 1.42857rem !important;
    }
    .g-mb-25--md {
        margin-bottom: 1.78571rem !important;
    }
    .g-mb-30--md {
        margin-bottom: 2.14286rem !important;
    }
    .g-mb-35--md {
        margin-bottom: 2.5rem !important;
    }
    .g-mb-40--md {
        margin-bottom: 2.85714rem !important;
    }
    .g-mb-45--md {
        margin-bottom: 3.21429rem !important;
    }
    .g-mb-50--md {
        margin-bottom: 3.57143rem !important;
    }
    .g-mb-55--md {
        margin-bottom: 3.92857rem !important;
    }
    .g-mb-60--md {
        margin-bottom: 4.28571rem !important;
    }
    .g-mb-65--md {
        margin-bottom: 4.64286rem !important;
    }
    .g-mb-70--md {
        margin-bottom: 5rem !important;
    }
    .g-mb-75--md {
        margin-bottom: 5.35714rem !important;
    }
    .g-mb-80--md {
        margin-bottom: 5.71429rem !important;
    }
    .g-mb-85--md {
        margin-bottom: 6.07143rem !important;
    }
    .g-mb-90--md {
        margin-bottom: 6.42857rem !important;
    }
    .g-mb-95--md {
        margin-bottom: 6.78571rem !important;
    }
    .g-mb-100--md {
        margin-bottom: 7.14286rem !important;
    }
    .g-mb-105--md {
        margin-bottom: 7.5rem !important;
    }
    .g-mb-110--md {
        margin-bottom: 7.85714rem !important;
    }
    .g-mb-115--md {
        margin-bottom: 8.21429rem !important;
    }
    .g-mb-120--md {
        margin-bottom: 8.57143rem !important;
    }
    .g-mb-125--md {
        margin-bottom: 8.92857rem !important;
    }
    .g-mb-130--md {
        margin-bottom: 9.28571rem !important;
    }
    .g-mb-135--md {
        margin-bottom: 9.64286rem !important;
    }
    .g-mb-140--md {
        margin-bottom: 10rem !important;
    }
    .g-mb-145--md {
        margin-bottom: 10.35714rem !important;
    }
    .g-mb-150--md {
        margin-bottom: 10.71429rem !important;
    }
    .g-mb-155--md {
        margin-bottom: 11.07143rem !important;
    }
    .g-mb-160--md {
        margin-bottom: 11.42857rem !important;
    }
    .g-mb-165--md {
        margin-bottom: 11.78571rem !important;
    }
    .g-mb-170--md {
        margin-bottom: 12.14286rem !important;
    }
    .g-mb-200--md {
        margin-bottom: 14.28571rem !important;
    }
    .g-mb-300--md {
        margin-bottom: 21.42857rem !important;
    }
    .g-mb-400--md {
        margin-bottom: 28.57143rem !important;
    }
    .g-mb-500--md {
        margin-bottom: 35.71429rem !important;
    }
    /* margin LEFT */
    .g-ml-0--md {
        margin-left: 0 !important;
    }
    .g-ml-1--md {
        margin-left: 0.07143rem !important;
    }
    .g-ml-2--md {
        margin-left: 0.14286rem !important;
    }
    .g-ml-3--md {
        margin-left: 0.21429rem !important;
    }
    .g-ml-4--md {
        margin-left: 0.28571rem !important;
    }
    .g-ml-5--md {
        margin-left: 0.35714rem !important;
    }
    .g-ml-6--md {
        margin-left: 0.42857rem !important;
    }
    .g-ml-7--md {
        margin-left: 0.5rem !important;
    }
    .g-ml-8--md {
        margin-left: 0.57143rem !important;
    }
    .g-ml-9--md {
        margin-left: 0.64286rem !important;
    }
    .g-ml-10--md {
        margin-left: 0.71429rem !important;
    }
    .g-ml-11--md {
        margin-left: 0.78571rem !important;
    }
    .g-ml-12--md {
        margin-left: 0.85714rem !important;
    }
    .g-ml-13--md {
        margin-left: 0.92857rem !important;
    }
    .g-ml-14--md {
        margin-left: 1rem !important;
    }
    .g-ml-15--md {
        margin-left: 1.07143rem !important;
    }
    .g-ml-16--md {
        margin-left: 1.14286rem !important;
    }
    .g-ml-17--md {
        margin-left: 1.21429rem !important;
    }
    .g-ml-18--md {
        margin-left: 1.28571rem !important;
    }
    .g-ml-19--md {
        margin-left: 1.35714rem !important;
    }
    .g-ml-20--md {
        margin-left: 1.42857rem !important;
    }
    .g-ml-25--md {
        margin-left: 1.78571rem !important;
    }
    .g-ml-30--md {
        margin-left: 2.14286rem !important;
    }
    .g-ml-35--md {
        margin-left: 2.5rem !important;
    }
    .g-ml-40--md {
        margin-left: 2.85714rem !important;
    }
    .g-ml-45--md {
        margin-left: 3.21429rem !important;
    }
    .g-ml-50--md {
        margin-left: 3.57143rem !important;
    }
    .g-ml-55--md {
        margin-left: 3.92857rem !important;
    }
    .g-ml-60--md {
        margin-left: 4.28571rem !important;
    }
    .g-ml-65--md {
        margin-left: 4.64286rem !important;
    }
    .g-ml-70--md {
        margin-left: 5rem !important;
    }
    .g-ml-75--md {
        margin-left: 5.35714rem !important;
    }
    .g-ml-80--md {
        margin-left: 5.71429rem !important;
    }
    .g-ml-85--md {
        margin-left: 6.07143rem !important;
    }
    .g-ml-90--md {
        margin-left: 6.42857rem !important;
    }
    .g-ml-95--md {
        margin-left: 6.78571rem !important;
    }
    .g-ml-100--md {
        margin-left: 7.14286rem !important;
    }
    .g-ml-105--md {
        margin-left: 7.5rem !important;
    }
    .g-ml-110--md {
        margin-left: 7.85714rem !important;
    }
    .g-ml-115--md {
        margin-left: 8.21429rem !important;
    }
    .g-ml-120--md {
        margin-left: 8.57143rem !important;
    }
    .g-ml-125--md {
        margin-left: 8.92857rem !important;
    }
    .g-ml-130--md {
        margin-left: 9.28571rem !important;
    }
    .g-ml-135--md {
        margin-left: 9.64286rem !important;
    }
    .g-ml-140--md {
        margin-left: 10rem !important;
    }
    .g-ml-145--md {
        margin-left: 10.35714rem !important;
    }
    .g-ml-150--md {
        margin-left: 10.71429rem !important;
    }
    .g-ml-155--md {
        margin-left: 11.07143rem !important;
    }
    .g-ml-160--md {
        margin-left: 11.42857rem !important;
    }
    .g-ml-165--md {
        margin-left: 11.78571rem !important;
    }
    .g-ml-170--md {
        margin-left: 12.14286rem !important;
    }
    .g-ml-200--md {
        margin-left: 14.28571rem !important;
    }
    .g-ml-300--md {
        margin-left: 21.42857rem !important;
    }
    .g-ml-400--md {
        margin-left: 28.57143rem !important;
    }
    .g-ml-500--md {
        margin-left: 35.71429rem !important;
    }
    /* margin RIGHT */
    .g-mr-0--md {
        margin-right: 0 !important;
    }
    .g-mr-1--md {
        margin-right: 0.07143rem !important;
    }
    .g-mr-2--md {
        margin-right: 0.14286rem !important;
    }
    .g-mr-3--md {
        margin-right: 0.21429rem !important;
    }
    .g-mr-4--md {
        margin-right: 0.28571rem !important;
    }
    .g-mr-5--md {
        margin-right: 0.35714rem !important;
    }
    .g-mr-6--md {
        margin-right: 0.42857rem !important;
    }
    .g-mr-7--md {
        margin-right: 0.5rem !important;
    }
    .g-mr-8--md {
        margin-right: 0.57143rem !important;
    }
    .g-mr-9--md {
        margin-right: 0.64286rem !important;
    }
    .g-mr-10--md {
        margin-right: 0.71429rem !important;
    }
    .g-mr-11--md {
        margin-right: 0.78571rem !important;
    }
    .g-mr-12--md {
        margin-right: 0.85714rem !important;
    }
    .g-mr-13--md {
        margin-right: 0.92857rem !important;
    }
    .g-mr-14--md {
        margin-right: 1rem !important;
    }
    .g-mr-15--md {
        margin-right: 1.07143rem !important;
    }
    .g-mr-16--md {
        margin-right: 1.14286rem !important;
    }
    .g-mr-17--md {
        margin-right: 1.21429rem !important;
    }
    .g-mr-18--md {
        margin-right: 1.28571rem !important;
    }
    .g-mr-19--md {
        margin-right: 1.35714rem !important;
    }
    .g-mr-20--md {
        margin-right: 1.42857rem !important;
    }
    .g-mr-25--md {
        margin-right: 1.78571rem !important;
    }
    .g-mr-30--md {
        margin-right: 2.14286rem !important;
    }
    .g-mr-35--md {
        margin-right: 2.5rem !important;
    }
    .g-mr-40--md {
        margin-right: 2.85714rem !important;
    }
    .g-mr-45--md {
        margin-right: 3.21429rem !important;
    }
    .g-mr-50--md {
        margin-right: 3.57143rem !important;
    }
    .g-mr-55--md {
        margin-right: 3.92857rem !important;
    }
    .g-mr-60--md {
        margin-right: 4.28571rem !important;
    }
    .g-mr-65--md {
        margin-right: 4.64286rem !important;
    }
    .g-mr-70--md {
        margin-right: 5rem !important;
    }
    .g-mr-75--md {
        margin-right: 5.35714rem !important;
    }
    .g-mr-80--md {
        margin-right: 5.71429rem !important;
    }
    .g-mr-85--md {
        margin-right: 6.07143rem !important;
    }
    .g-mr-90--md {
        margin-right: 6.42857rem !important;
    }
    .g-mr-95--md {
        margin-right: 6.78571rem !important;
    }
    .g-mr-100--md {
        margin-right: 7.14286rem !important;
    }
    .g-mr-105--md {
        margin-right: 7.5rem !important;
    }
    .g-mr-110--md {
        margin-right: 7.85714rem !important;
    }
    .g-mr-115--md {
        margin-right: 8.21429rem !important;
    }
    .g-mr-120--md {
        margin-right: 8.57143rem !important;
    }
    .g-mr-125--md {
        margin-right: 8.92857rem !important;
    }
    .g-mr-130--md {
        margin-right: 9.28571rem !important;
    }
    .g-mr-135--md {
        margin-right: 9.64286rem !important;
    }
    .g-mr-140--md {
        margin-right: 10rem !important;
    }
    .g-mr-145--md {
        margin-right: 10.35714rem !important;
    }
    .g-mr-150--md {
        margin-right: 10.71429rem !important;
    }
    .g-mr-155--md {
        margin-right: 11.07143rem !important;
    }
    .g-mr-160--md {
        margin-right: 11.42857rem !important;
    }
    .g-mr-165--md {
        margin-right: 11.78571rem !important;
    }
    .g-mr-170--md {
        margin-right: 12.14286rem !important;
    }
    .g-mr-200--md {
        margin-right: 14.28571rem !important;
    }
    .g-mr-300--md {
        margin-right: 21.42857rem !important;
    }
    .g-mr-400--md {
        margin-right: 28.57143rem !important;
    }
    .g-mr-500--md {
        margin-right: 35.71429rem !important;
    }
}

/* Margin Spaces (lg)
------------------------------------*/
/* Margins */
@media (min-width: 992px) {
    /* margin ALL */
    .g-ma-0--lg {
        margin: 0 !important;
    }
    .g-ma-1--lg {
        margin: 0.07143rem !important;
    }
    .g-ma-2--lg {
        margin: 0.14286rem !important;
    }
    .g-ma-3--lg {
        margin: 0.21429rem !important;
    }
    .g-ma-4--lg {
        margin: 0.28571rem !important;
    }
    .g-ma-5--lg {
        margin: 0.35714rem !important;
    }
    .g-ma-6--lg {
        margin: 0.42857rem !important;
    }
    .g-ma-7--lg {
        margin: 0.5rem !important;
    }
    .g-ma-8--lg {
        margin: 0.57143rem !important;
    }
    .g-ma-9--lg {
        margin: 0.64286rem !important;
    }
    .g-ma-10--lg {
        margin: 0.71429rem !important;
    }
    .g-ma-11--lg {
        margin: 0.78571rem !important;
    }
    .g-ma-12--lg {
        margin: 0.85714rem !important;
    }
    .g-ma-13--lg {
        margin: 0.92857rem !important;
    }
    .g-ma-14--lg {
        margin: 1rem !important;
    }
    .g-ma-15--lg {
        margin: 1.07143rem !important;
    }
    .g-ma-16--lg {
        margin: 1.14286rem !important;
    }
    .g-ma-17--lg {
        margin: 1.21429rem !important;
    }
    .g-ma-18--lg {
        margin: 1.28571rem !important;
    }
    .g-ma-19--lg {
        margin: 1.35714rem !important;
    }
    .g-ma-20--lg {
        margin: 1.42857rem !important;
    }
    .g-ma-25--lg {
        margin: 1.78571rem !important;
    }
    .g-ma-30--lg {
        margin: 2.14286rem !important;
    }
    .g-ma-35--lg {
        margin: 2.5rem !important;
    }
    .g-ma-40--lg {
        margin: 2.85714rem !important;
    }
    .g-ma-45--lg {
        margin: 3.21429rem !important;
    }
    .g-ma-50--lg {
        margin: 3.57143rem !important;
    }
    .g-ma-55--lg {
        margin: 3.92857rem !important;
    }
    .g-ma-60--lg {
        margin: 4.28571rem !important;
    }
    .g-ma-65--lg {
        margin: 4.64286rem !important;
    }
    .g-ma-70--lg {
        margin: 5rem !important;
    }
    .g-ma-75--lg {
        margin: 5.35714rem !important;
    }
    .g-ma-80--lg {
        margin: 5.71429rem !important;
    }
    .g-ma-85--lg {
        margin: 6.07143rem !important;
    }
    .g-ma-90--lg {
        margin: 6.42857rem !important;
    }
    .g-ma-95--lg {
        margin: 6.78571rem !important;
    }
    .g-ma-100--lg {
        margin: 7.14286rem !important;
    }
    .g-ma-105--lg {
        margin: 7.5rem !important;
    }
    .g-ma-110--lg {
        margin: 7.85714rem !important;
    }
    .g-ma-115--lg {
        margin: 8.21429rem !important;
    }
    .g-ma-120--lg {
        margin: 8.57143rem !important;
    }
    .g-ma-125--lg {
        margin: 8.92857rem !important;
    }
    .g-ma-130--lg {
        margin: 9.28571rem !important;
    }
    .g-ma-135--lg {
        margin: 9.64286rem !important;
    }
    .g-ma-140--lg {
        margin: 10rem !important;
    }
    .g-ma-145--lg {
        margin: 10.35714rem !important;
    }
    .g-ma-150--lg {
        margin: 10.71429rem !important;
    }
    .g-ma-155--lg {
        margin: 11.07143rem !important;
    }
    .g-ma-160--lg {
        margin: 11.42857rem !important;
    }
    .g-ma-165--lg {
        margin: 11.78571rem !important;
    }
    .g-ma-170--lg {
        margin: 12.14286rem !important;
    }
    .g-ma-200--lg {
        margin: 14.28571rem !important;
    }
    .g-ma-300--lg {
        margin: 21.42857rem !important;
    }
    .g-ma-400--lg {
        margin: 28.57143rem !important;
    }
    .g-ma-500--lg {
        margin: 35.71429rem !important;
    }
    /* margin X */
    .g-mx-0--lg {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .g-mx-1--lg {
        margin-left: 0.07143rem !important;
        margin-right: 0.07143rem !important;
    }
    .g-mx-2--lg {
        margin-left: 0.14286rem !important;
        margin-right: 0.14286rem !important;
    }
    .g-mx-3--lg {
        margin-left: 0.21429rem !important;
        margin-right: 0.21429rem !important;
    }
    .g-mx-4--lg {
        margin-left: 0.28571rem !important;
        margin-right: 0.28571rem !important;
    }
    .g-mx-5--lg {
        margin-left: 0.35714rem !important;
        margin-right: 0.35714rem !important;
    }
    .g-mx-6--lg {
        margin-left: 0.42857rem !important;
        margin-right: 0.42857rem !important;
    }
    .g-mx-7--lg {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .g-mx-8--lg {
        margin-left: 0.57143rem !important;
        margin-right: 0.57143rem !important;
    }
    .g-mx-9--lg {
        margin-left: 0.64286rem !important;
        margin-right: 0.64286rem !important;
    }
    .g-mx-10--lg {
        margin-left: 0.71429rem !important;
        margin-right: 0.71429rem !important;
    }
    .g-mx-11--lg {
        margin-left: 0.78571rem !important;
        margin-right: 0.78571rem !important;
    }
    .g-mx-12--lg {
        margin-left: 0.85714rem !important;
        margin-right: 0.85714rem !important;
    }
    .g-mx-13--lg {
        margin-left: 0.92857rem !important;
        margin-right: 0.92857rem !important;
    }
    .g-mx-14--lg {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .g-mx-15--lg {
        margin-left: 1.07143rem !important;
        margin-right: 1.07143rem !important;
    }
    .g-mx-16--lg {
        margin-left: 1.14286rem !important;
        margin-right: 1.14286rem !important;
    }
    .g-mx-17--lg {
        margin-left: 1.21429rem !important;
        margin-right: 1.21429rem !important;
    }
    .g-mx-18--lg {
        margin-left: 1.28571rem !important;
        margin-right: 1.28571rem !important;
    }
    .g-mx-19--lg {
        margin-left: 1.35714rem !important;
        margin-right: 1.35714rem !important;
    }
    .g-mx-20--lg {
        margin-left: 1.42857rem !important;
        margin-right: 1.42857rem !important;
    }
    .g-mx-25--lg {
        margin-left: 1.78571rem !important;
        margin-right: 1.78571rem !important;
    }
    .g-mx-30--lg {
        margin-left: 2.14286rem !important;
        margin-right: 2.14286rem !important;
    }
    .g-mx-35--lg {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .g-mx-40--lg {
        margin-left: 2.85714rem !important;
        margin-right: 2.85714rem !important;
    }
    .g-mx-45--lg {
        margin-left: 3.21429rem !important;
        margin-right: 3.21429rem !important;
    }
    .g-mx-50--lg {
        margin-left: 3.57143rem !important;
        margin-right: 3.57143rem !important;
    }
    .g-mx-55--lg {
        margin-left: 3.92857rem !important;
        margin-right: 3.92857rem !important;
    }
    .g-mx-60--lg {
        margin-left: 4.28571rem !important;
        margin-right: 4.28571rem !important;
    }
    .g-mx-65--lg {
        margin-left: 4.64286rem !important;
        margin-right: 4.64286rem !important;
    }
    .g-mx-70--lg {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .g-mx-75--lg {
        margin-left: 5.35714rem !important;
        margin-right: 5.35714rem !important;
    }
    .g-mx-80--lg {
        margin-left: 5.71429rem !important;
        margin-right: 5.71429rem !important;
    }
    .g-mx-85--lg {
        margin-left: 6.07143rem !important;
        margin-right: 6.07143rem !important;
    }
    .g-mx-90--lg {
        margin-left: 6.42857rem !important;
        margin-right: 6.42857rem !important;
    }
    .g-mx-95--lg {
        margin-left: 6.78571rem !important;
        margin-right: 6.78571rem !important;
    }
    .g-mx-100--lg {
        margin-left: 7.14286rem !important;
        margin-right: 7.14286rem !important;
    }
    .g-mx-105--lg {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important;
    }
    .g-mx-110--lg {
        margin-left: 7.85714rem !important;
        margin-right: 7.85714rem !important;
    }
    .g-mx-115--lg {
        margin-left: 8.21429rem !important;
        margin-right: 8.21429rem !important;
    }
    .g-mx-120--lg {
        margin-left: 8.57143rem !important;
        margin-right: 8.57143rem !important;
    }
    .g-mx-125--lg {
        margin-left: 8.92857rem !important;
        margin-right: 8.92857rem !important;
    }
    .g-mx-130--lg {
        margin-left: 9.28571rem !important;
        margin-right: 9.28571rem !important;
    }
    .g-mx-135--lg {
        margin-left: 9.64286rem !important;
        margin-right: 9.64286rem !important;
    }
    .g-mx-140--lg {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    .g-mx-145--lg {
        margin-left: 10.35714rem !important;
        margin-right: 10.35714rem !important;
    }
    .g-mx-150--lg {
        margin-left: 10.71429rem !important;
        margin-right: 10.71429rem !important;
    }
    .g-mx-155--lg {
        margin-left: 11.07143rem !important;
        margin-right: 11.07143rem !important;
    }
    .g-mx-160--lg {
        margin-left: 11.42857rem !important;
        margin-right: 11.42857rem !important;
    }
    .g-mx-165--lg {
        margin-left: 11.78571rem !important;
        margin-right: 11.78571rem !important;
    }
    .g-mx-170--lg {
        margin-left: 12.14286rem !important;
        margin-right: 12.14286rem !important;
    }
    .g-mx-200--lg {
        margin-left: 14.28571rem !important;
        margin-right: 14.28571rem !important;
    }
    .g-mx-300--lg {
        margin-left: 21.42857rem !important;
        margin-right: 21.42857rem !important;
    }
    .g-mx-400--lg {
        margin-left: 28.57143rem !important;
        margin-right: 28.57143rem !important;
    }
    .g-mx-500--lg {
        margin-left: 35.71429rem !important;
        margin-right: 35.71429rem !important;
    }
    /* margin Y */
    .g-my-0--lg {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .g-my-1--lg {
        margin-top: 0.07143rem !important;
        margin-bottom: 0.07143rem !important;
    }
    .g-my-2--lg {
        margin-top: 0.14286rem !important;
        margin-bottom: 0.14286rem !important;
    }
    .g-my-3--lg {
        margin-top: 0.21429rem !important;
        margin-bottom: 0.21429rem !important;
    }
    .g-my-4--lg {
        margin-top: 0.28571rem !important;
        margin-bottom: 0.28571rem !important;
    }
    .g-my-5--lg {
        margin-top: 0.35714rem !important;
        margin-bottom: 0.35714rem !important;
    }
    .g-my-6--lg {
        margin-top: 0.42857rem !important;
        margin-bottom: 0.42857rem !important;
    }
    .g-my-7--lg {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .g-my-8--lg {
        margin-top: 0.57143rem !important;
        margin-bottom: 0.57143rem !important;
    }
    .g-my-9--lg {
        margin-top: 0.64286rem !important;
        margin-bottom: 0.64286rem !important;
    }
    .g-my-10--lg {
        margin-top: 0.71429rem !important;
        margin-bottom: 0.71429rem !important;
    }
    .g-my-11--lg {
        margin-top: 0.78571rem !important;
        margin-bottom: 0.78571rem !important;
    }
    .g-my-12--lg {
        margin-top: 0.85714rem !important;
        margin-bottom: 0.85714rem !important;
    }
    .g-my-13--lg {
        margin-top: 0.92857rem !important;
        margin-bottom: 0.92857rem !important;
    }
    .g-my-14--lg {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .g-my-15--lg {
        margin-top: 1.07143rem !important;
        margin-bottom: 1.07143rem !important;
    }
    .g-my-16--lg {
        margin-top: 1.14286rem !important;
        margin-bottom: 1.14286rem !important;
    }
    .g-my-17--lg {
        margin-top: 1.21429rem !important;
        margin-bottom: 1.21429rem !important;
    }
    .g-my-18--lg {
        margin-top: 1.28571rem !important;
        margin-bottom: 1.28571rem !important;
    }
    .g-my-19--lg {
        margin-top: 1.35714rem !important;
        margin-bottom: 1.35714rem !important;
    }
    .g-my-20--lg {
        margin-top: 1.42857rem !important;
        margin-bottom: 1.42857rem !important;
    }
    .g-my-25--lg {
        margin-top: 1.78571rem !important;
        margin-bottom: 1.78571rem !important;
    }
    .g-my-30--lg {
        margin-top: 2.14286rem !important;
        margin-bottom: 2.14286rem !important;
    }
    .g-my-35--lg {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .g-my-40--lg {
        margin-top: 2.85714rem !important;
        margin-bottom: 2.85714rem !important;
    }
    .g-my-45--lg {
        margin-top: 3.21429rem !important;
        margin-bottom: 3.21429rem !important;
    }
    .g-my-50--lg {
        margin-top: 3.57143rem !important;
        margin-bottom: 3.57143rem !important;
    }
    .g-my-55--lg {
        margin-top: 3.92857rem !important;
        margin-bottom: 3.92857rem !important;
    }
    .g-my-60--lg {
        margin-top: 4.28571rem !important;
        margin-bottom: 4.28571rem !important;
    }
    .g-my-65--lg {
        margin-top: 4.64286rem !important;
        margin-bottom: 4.64286rem !important;
    }
    .g-my-70--lg {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .g-my-75--lg {
        margin-top: 5.35714rem !important;
        margin-bottom: 5.35714rem !important;
    }
    .g-my-80--lg {
        margin-top: 5.71429rem !important;
        margin-bottom: 5.71429rem !important;
    }
    .g-my-85--lg {
        margin-top: 6.07143rem !important;
        margin-bottom: 6.07143rem !important;
    }
    .g-my-90--lg {
        margin-top: 6.42857rem !important;
        margin-bottom: 6.42857rem !important;
    }
    .g-my-95--lg {
        margin-top: 6.78571rem !important;
        margin-bottom: 6.78571rem !important;
    }
    .g-my-100--lg {
        margin-top: 7.14286rem !important;
        margin-bottom: 7.14286rem !important;
    }
    .g-my-105--lg {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }
    .g-my-110--lg {
        margin-top: 7.85714rem !important;
        margin-bottom: 7.85714rem !important;
    }
    .g-my-115--lg {
        margin-top: 8.21429rem !important;
        margin-bottom: 8.21429rem !important;
    }
    .g-my-120--lg {
        margin-top: 8.57143rem !important;
        margin-bottom: 8.57143rem !important;
    }
    .g-my-125--lg {
        margin-top: 8.92857rem !important;
        margin-bottom: 8.92857rem !important;
    }
    .g-my-130--lg {
        margin-top: 9.28571rem !important;
        margin-bottom: 9.28571rem !important;
    }
    .g-my-135--lg {
        margin-top: 9.64286rem !important;
        margin-bottom: 9.64286rem !important;
    }
    .g-my-140--lg {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
    .g-my-145--lg {
        margin-top: 10.35714rem !important;
        margin-bottom: 10.35714rem !important;
    }
    .g-my-150--lg {
        margin-top: 10.71429rem !important;
        margin-bottom: 10.71429rem !important;
    }
    .g-my-155--lg {
        margin-top: 11.07143rem !important;
        margin-bottom: 11.07143rem !important;
    }
    .g-my-160--lg {
        margin-top: 11.42857rem !important;
        margin-bottom: 11.42857rem !important;
    }
    .g-my-165--lg {
        margin-top: 11.78571rem !important;
        margin-bottom: 11.78571rem !important;
    }
    .g-my-170--lg {
        margin-top: 12.14286rem !important;
        margin-bottom: 12.14286rem !important;
    }
    .g-my-200--lg {
        margin-top: 14.28571rem !important;
        margin-bottom: 14.28571rem !important;
    }
    .g-my-300--lg {
        margin-top: 21.42857rem !important;
        margin-bottom: 21.42857rem !important;
    }
    .g-my-400--lg {
        margin-top: 28.57143rem !important;
        margin-bottom: 28.57143rem !important;
    }
    .g-my-500--lg {
        margin-top: 35.71429rem !important;
        margin-bottom: 35.71429rem !important;
    }
    /* margin TOP */
    .g-mt-0--lg {
        margin-top: 0 !important;
    }
    .g-mt-1--lg {
        margin-top: 0.07143rem !important;
    }
    .g-mt-2--lg {
        margin-top: 0.14286rem !important;
    }
    .g-mt-3--lg {
        margin-top: 0.21429rem !important;
    }
    .g-mt-4--lg {
        margin-top: 0.28571rem !important;
    }
    .g-mt-5--lg {
        margin-top: 0.35714rem !important;
    }
    .g-mt-6--lg {
        margin-top: 0.42857rem !important;
    }
    .g-mt-7--lg {
        margin-top: 0.5rem !important;
    }
    .g-mt-8--lg {
        margin-top: 0.57143rem !important;
    }
    .g-mt-9--lg {
        margin-top: 0.64286rem !important;
    }
    .g-mt-10--lg {
        margin-top: 0.71429rem !important;
    }
    .g-mt-11--lg {
        margin-top: 0.78571rem !important;
    }
    .g-mt-12--lg {
        margin-top: 0.85714rem !important;
    }
    .g-mt-13--lg {
        margin-top: 0.92857rem !important;
    }
    .g-mt-14--lg {
        margin-top: 1rem !important;
    }
    .g-mt-15--lg {
        margin-top: 1.07143rem !important;
    }
    .g-mt-16--lg {
        margin-top: 1.14286rem !important;
    }
    .g-mt-17--lg {
        margin-top: 1.21429rem !important;
    }
    .g-mt-18--lg {
        margin-top: 1.28571rem !important;
    }
    .g-mt-19--lg {
        margin-top: 1.35714rem !important;
    }
    .g-mt-20--lg {
        margin-top: 1.42857rem !important;
    }
    .g-mt-25--lg {
        margin-top: 1.78571rem !important;
    }
    .g-mt-30--lg {
        margin-top: 2.14286rem !important;
    }
    .g-mt-35--lg {
        margin-top: 2.5rem !important;
    }
    .g-mt-40--lg {
        margin-top: 2.85714rem !important;
    }
    .g-mt-45--lg {
        margin-top: 3.21429rem !important;
    }
    .g-mt-50--lg {
        margin-top: 3.57143rem !important;
    }
    .g-mt-55--lg {
        margin-top: 3.92857rem !important;
    }
    .g-mt-60--lg {
        margin-top: 4.28571rem !important;
    }
    .g-mt-65--lg {
        margin-top: 4.64286rem !important;
    }
    .g-mt-70--lg {
        margin-top: 5rem !important;
    }
    .g-mt-75--lg {
        margin-top: 5.35714rem !important;
    }
    .g-mt-80--lg {
        margin-top: 5.71429rem !important;
    }
    .g-mt-85--lg {
        margin-top: 6.07143rem !important;
    }
    .g-mt-90--lg {
        margin-top: 6.42857rem !important;
    }
    .g-mt-95--lg {
        margin-top: 6.78571rem !important;
    }
    .g-mt-100--lg {
        margin-top: 7.14286rem !important;
    }
    .g-mt-105--lg {
        margin-top: 7.5rem !important;
    }
    .g-mt-110--lg {
        margin-top: 7.85714rem !important;
    }
    .g-mt-115--lg {
        margin-top: 8.21429rem !important;
    }
    .g-mt-120--lg {
        margin-top: 8.57143rem !important;
    }
    .g-mt-125--lg {
        margin-top: 8.92857rem !important;
    }
    .g-mt-130--lg {
        margin-top: 9.28571rem !important;
    }
    .g-mt-135--lg {
        margin-top: 9.64286rem !important;
    }
    .g-mt-140--lg {
        margin-top: 10rem !important;
    }
    .g-mt-145--lg {
        margin-top: 10.35714rem !important;
    }
    .g-mt-150--lg {
        margin-top: 10.71429rem !important;
    }
    .g-mt-155--lg {
        margin-top: 11.07143rem !important;
    }
    .g-mt-160--lg {
        margin-top: 11.42857rem !important;
    }
    .g-mt-165--lg {
        margin-top: 11.78571rem !important;
    }
    .g-mt-170--lg {
        margin-top: 12.14286rem !important;
    }
    .g-mt-200--lg {
        margin-top: 14.28571rem !important;
    }
    .g-mt-300--lg {
        margin-top: 21.42857rem !important;
    }
    .g-mt-400--lg {
        margin-top: 28.57143rem !important;
    }
    .g-mt-500--lg {
        margin-top: 35.71429rem !important;
    }
    /* margin BOTTOM */
    .g-mb-0--lg {
        margin-bottom: 0 !important;
    }
    .g-mb-1--lg {
        margin-bottom: 0.07143rem !important;
    }
    .g-mb-2--lg {
        margin-bottom: 0.14286rem !important;
    }
    .g-mb-3--lg {
        margin-bottom: 0.21429rem !important;
    }
    .g-mb-4--lg {
        margin-bottom: 0.28571rem !important;
    }
    .g-mb-5--lg {
        margin-bottom: 0.35714rem !important;
    }
    .g-mb-6--lg {
        margin-bottom: 0.42857rem !important;
    }
    .g-mb-7--lg {
        margin-bottom: 0.5rem !important;
    }
    .g-mb-8--lg {
        margin-bottom: 0.57143rem !important;
    }
    .g-mb-9--lg {
        margin-bottom: 0.64286rem !important;
    }
    .g-mb-10--lg {
        margin-bottom: 0.71429rem !important;
    }
    .g-mb-11--lg {
        margin-bottom: 0.78571rem !important;
    }
    .g-mb-12--lg {
        margin-bottom: 0.85714rem !important;
    }
    .g-mb-13--lg {
        margin-bottom: 0.92857rem !important;
    }
    .g-mb-14--lg {
        margin-bottom: 1rem !important;
    }
    .g-mb-15--lg {
        margin-bottom: 1.07143rem !important;
    }
    .g-mb-16--lg {
        margin-bottom: 1.14286rem !important;
    }
    .g-mb-17--lg {
        margin-bottom: 1.21429rem !important;
    }
    .g-mb-18--lg {
        margin-bottom: 1.28571rem !important;
    }
    .g-mb-19--lg {
        margin-bottom: 1.35714rem !important;
    }
    .g-mb-20--lg {
        margin-bottom: 1.42857rem !important;
    }
    .g-mb-25--lg {
        margin-bottom: 1.78571rem !important;
    }
    .g-mb-30--lg {
        margin-bottom: 2.14286rem !important;
    }
    .g-mb-35--lg {
        margin-bottom: 2.5rem !important;
    }
    .g-mb-40--lg {
        margin-bottom: 2.85714rem !important;
    }
    .g-mb-45--lg {
        margin-bottom: 3.21429rem !important;
    }
    .g-mb-50--lg {
        margin-bottom: 3.57143rem !important;
    }
    .g-mb-55--lg {
        margin-bottom: 3.92857rem !important;
    }
    .g-mb-60--lg {
        margin-bottom: 4.28571rem !important;
    }
    .g-mb-65--lg {
        margin-bottom: 4.64286rem !important;
    }
    .g-mb-70--lg {
        margin-bottom: 5rem !important;
    }
    .g-mb-75--lg {
        margin-bottom: 5.35714rem !important;
    }
    .g-mb-80--lg {
        margin-bottom: 5.71429rem !important;
    }
    .g-mb-85--lg {
        margin-bottom: 6.07143rem !important;
    }
    .g-mb-90--lg {
        margin-bottom: 6.42857rem !important;
    }
    .g-mb-95--lg {
        margin-bottom: 6.78571rem !important;
    }
    .g-mb-100--lg {
        margin-bottom: 7.14286rem !important;
    }
    .g-mb-105--lg {
        margin-bottom: 7.5rem !important;
    }
    .g-mb-110--lg {
        margin-bottom: 7.85714rem !important;
    }
    .g-mb-115--lg {
        margin-bottom: 8.21429rem !important;
    }
    .g-mb-120--lg {
        margin-bottom: 8.57143rem !important;
    }
    .g-mb-125--lg {
        margin-bottom: 8.92857rem !important;
    }
    .g-mb-130--lg {
        margin-bottom: 9.28571rem !important;
    }
    .g-mb-135--lg {
        margin-bottom: 9.64286rem !important;
    }
    .g-mb-140--lg {
        margin-bottom: 10rem !important;
    }
    .g-mb-145--lg {
        margin-bottom: 10.35714rem !important;
    }
    .g-mb-150--lg {
        margin-bottom: 10.71429rem !important;
    }
    .g-mb-155--lg {
        margin-bottom: 11.07143rem !important;
    }
    .g-mb-160--lg {
        margin-bottom: 11.42857rem !important;
    }
    .g-mb-165--lg {
        margin-bottom: 11.78571rem !important;
    }
    .g-mb-170--lg {
        margin-bottom: 12.14286rem !important;
    }
    .g-mb-200--lg {
        margin-bottom: 14.28571rem !important;
    }
    .g-mb-300--lg {
        margin-bottom: 21.42857rem !important;
    }
    .g-mb-400--lg {
        margin-bottom: 28.57143rem !important;
    }
    .g-mb-500--lg {
        margin-bottom: 35.71429rem !important;
    }
    /* margin LEFT */
    .g-ml-0--lg {
        margin-left: 0 !important;
    }
    .g-ml-1--lg {
        margin-left: 0.07143rem !important;
    }
    .g-ml-2--lg {
        margin-left: 0.14286rem !important;
    }
    .g-ml-3--lg {
        margin-left: 0.21429rem !important;
    }
    .g-ml-4--lg {
        margin-left: 0.28571rem !important;
    }
    .g-ml-5--lg {
        margin-left: 0.35714rem !important;
    }
    .g-ml-6--lg {
        margin-left: 0.42857rem !important;
    }
    .g-ml-7--lg {
        margin-left: 0.5rem !important;
    }
    .g-ml-8--lg {
        margin-left: 0.57143rem !important;
    }
    .g-ml-9--lg {
        margin-left: 0.64286rem !important;
    }
    .g-ml-10--lg {
        margin-left: 0.71429rem !important;
    }
    .g-ml-11--lg {
        margin-left: 0.78571rem !important;
    }
    .g-ml-12--lg {
        margin-left: 0.85714rem !important;
    }
    .g-ml-13--lg {
        margin-left: 0.92857rem !important;
    }
    .g-ml-14--lg {
        margin-left: 1rem !important;
    }
    .g-ml-15--lg {
        margin-left: 1.07143rem !important;
    }
    .g-ml-16--lg {
        margin-left: 1.14286rem !important;
    }
    .g-ml-17--lg {
        margin-left: 1.21429rem !important;
    }
    .g-ml-18--lg {
        margin-left: 1.28571rem !important;
    }
    .g-ml-19--lg {
        margin-left: 1.35714rem !important;
    }
    .g-ml-20--lg {
        margin-left: 1.42857rem !important;
    }
    .g-ml-25--lg {
        margin-left: 1.78571rem !important;
    }
    .g-ml-30--lg {
        margin-left: 2.14286rem !important;
    }
    .g-ml-35--lg {
        margin-left: 2.5rem !important;
    }
    .g-ml-40--lg {
        margin-left: 2.85714rem !important;
    }
    .g-ml-45--lg {
        margin-left: 3.21429rem !important;
    }
    .g-ml-50--lg {
        margin-left: 3.57143rem !important;
    }
    .g-ml-55--lg {
        margin-left: 3.92857rem !important;
    }
    .g-ml-60--lg {
        margin-left: 4.28571rem !important;
    }
    .g-ml-65--lg {
        margin-left: 4.64286rem !important;
    }
    .g-ml-70--lg {
        margin-left: 5rem !important;
    }
    .g-ml-75--lg {
        margin-left: 5.35714rem !important;
    }
    .g-ml-80--lg {
        margin-left: 5.71429rem !important;
    }
    .g-ml-85--lg {
        margin-left: 6.07143rem !important;
    }
    .g-ml-90--lg {
        margin-left: 6.42857rem !important;
    }
    .g-ml-95--lg {
        margin-left: 6.78571rem !important;
    }
    .g-ml-100--lg {
        margin-left: 7.14286rem !important;
    }
    .g-ml-105--lg {
        margin-left: 7.5rem !important;
    }
    .g-ml-110--lg {
        margin-left: 7.85714rem !important;
    }
    .g-ml-115--lg {
        margin-left: 8.21429rem !important;
    }
    .g-ml-120--lg {
        margin-left: 8.57143rem !important;
    }
    .g-ml-125--lg {
        margin-left: 8.92857rem !important;
    }
    .g-ml-130--lg {
        margin-left: 9.28571rem !important;
    }
    .g-ml-135--lg {
        margin-left: 9.64286rem !important;
    }
    .g-ml-140--lg {
        margin-left: 10rem !important;
    }
    .g-ml-145--lg {
        margin-left: 10.35714rem !important;
    }
    .g-ml-150--lg {
        margin-left: 10.71429rem !important;
    }
    .g-ml-155--lg {
        margin-left: 11.07143rem !important;
    }
    .g-ml-160--lg {
        margin-left: 11.42857rem !important;
    }
    .g-ml-165--lg {
        margin-left: 11.78571rem !important;
    }
    .g-ml-170--lg {
        margin-left: 12.14286rem !important;
    }
    .g-ml-200--lg {
        margin-left: 14.28571rem !important;
    }
    .g-ml-300--lg {
        margin-left: 21.42857rem !important;
    }
    .g-ml-400--lg {
        margin-left: 28.57143rem !important;
    }
    .g-ml-500--lg {
        margin-left: 35.71429rem !important;
    }
    /* margin RIGHT */
    .g-mr-0--lg {
        margin-right: 0 !important;
    }
    .g-mr-1--lg {
        margin-right: 0.07143rem !important;
    }
    .g-mr-2--lg {
        margin-right: 0.14286rem !important;
    }
    .g-mr-3--lg {
        margin-right: 0.21429rem !important;
    }
    .g-mr-4--lg {
        margin-right: 0.28571rem !important;
    }
    .g-mr-5--lg {
        margin-right: 0.35714rem !important;
    }
    .g-mr-6--lg {
        margin-right: 0.42857rem !important;
    }
    .g-mr-7--lg {
        margin-right: 0.5rem !important;
    }
    .g-mr-8--lg {
        margin-right: 0.57143rem !important;
    }
    .g-mr-9--lg {
        margin-right: 0.64286rem !important;
    }
    .g-mr-10--lg {
        margin-right: 0.71429rem !important;
    }
    .g-mr-11--lg {
        margin-right: 0.78571rem !important;
    }
    .g-mr-12--lg {
        margin-right: 0.85714rem !important;
    }
    .g-mr-13--lg {
        margin-right: 0.92857rem !important;
    }
    .g-mr-14--lg {
        margin-right: 1rem !important;
    }
    .g-mr-15--lg {
        margin-right: 1.07143rem !important;
    }
    .g-mr-16--lg {
        margin-right: 1.14286rem !important;
    }
    .g-mr-17--lg {
        margin-right: 1.21429rem !important;
    }
    .g-mr-18--lg {
        margin-right: 1.28571rem !important;
    }
    .g-mr-19--lg {
        margin-right: 1.35714rem !important;
    }
    .g-mr-20--lg {
        margin-right: 1.42857rem !important;
    }
    .g-mr-25--lg {
        margin-right: 1.78571rem !important;
    }
    .g-mr-30--lg {
        margin-right: 2.14286rem !important;
    }
    .g-mr-35--lg {
        margin-right: 2.5rem !important;
    }
    .g-mr-40--lg {
        margin-right: 2.85714rem !important;
    }
    .g-mr-45--lg {
        margin-right: 3.21429rem !important;
    }
    .g-mr-50--lg {
        margin-right: 3.57143rem !important;
    }
    .g-mr-55--lg {
        margin-right: 3.92857rem !important;
    }
    .g-mr-60--lg {
        margin-right: 4.28571rem !important;
    }
    .g-mr-65--lg {
        margin-right: 4.64286rem !important;
    }
    .g-mr-70--lg {
        margin-right: 5rem !important;
    }
    .g-mr-75--lg {
        margin-right: 5.35714rem !important;
    }
    .g-mr-80--lg {
        margin-right: 5.71429rem !important;
    }
    .g-mr-85--lg {
        margin-right: 6.07143rem !important;
    }
    .g-mr-90--lg {
        margin-right: 6.42857rem !important;
    }
    .g-mr-95--lg {
        margin-right: 6.78571rem !important;
    }
    .g-mr-100--lg {
        margin-right: 7.14286rem !important;
    }
    .g-mr-105--lg {
        margin-right: 7.5rem !important;
    }
    .g-mr-110--lg {
        margin-right: 7.85714rem !important;
    }
    .g-mr-115--lg {
        margin-right: 8.21429rem !important;
    }
    .g-mr-120--lg {
        margin-right: 8.57143rem !important;
    }
    .g-mr-125--lg {
        margin-right: 8.92857rem !important;
    }
    .g-mr-130--lg {
        margin-right: 9.28571rem !important;
    }
    .g-mr-135--lg {
        margin-right: 9.64286rem !important;
    }
    .g-mr-140--lg {
        margin-right: 10rem !important;
    }
    .g-mr-145--lg {
        margin-right: 10.35714rem !important;
    }
    .g-mr-150--lg {
        margin-right: 10.71429rem !important;
    }
    .g-mr-155--lg {
        margin-right: 11.07143rem !important;
    }
    .g-mr-160--lg {
        margin-right: 11.42857rem !important;
    }
    .g-mr-165--lg {
        margin-right: 11.78571rem !important;
    }
    .g-mr-170--lg {
        margin-right: 12.14286rem !important;
    }
    .g-mr-200--lg {
        margin-right: 14.28571rem !important;
    }
    .g-mr-300--lg {
        margin-right: 21.42857rem !important;
    }
    .g-mr-400--lg {
        margin-right: 28.57143rem !important;
    }
    .g-mr-500--lg {
        margin-right: 35.71429rem !important;
    }
}

/* Margin Spaces (xl)
------------------------------------*/
/* Margins */
/* P */
@media (min-width: 1200px) {
    /* margin ALL */
    .g-ma-0--xl {
        margin: 0 !important;
    }
    .g-ma-1--xl {
        margin: 0.07143rem !important;
    }
    .g-ma-2--xl {
        margin: 0.14286rem !important;
    }
    .g-ma-3--xl {
        margin: 0.21429rem !important;
    }
    .g-ma-4--xl {
        margin: 0.28571rem !important;
    }
    .g-ma-5--xl {
        margin: 0.35714rem !important;
    }
    .g-ma-6--xl {
        margin: 0.42857rem !important;
    }
    .g-ma-7--xl {
        margin: 0.5rem !important;
    }
    .g-ma-8--xl {
        margin: 0.57143rem !important;
    }
    .g-ma-9--xl {
        margin: 0.64286rem !important;
    }
    .g-ma-10--xl {
        margin: 0.71429rem !important;
    }
    .g-ma-11--xl {
        margin: 0.78571rem !important;
    }
    .g-ma-12--xl {
        margin: 0.85714rem !important;
    }
    .g-ma-13--xl {
        margin: 0.92857rem !important;
    }
    .g-ma-14--xl {
        margin: 1rem !important;
    }
    .g-ma-15--xl {
        margin: 1.07143rem !important;
    }
    .g-ma-16--xl {
        margin: 1.14286rem !important;
    }
    .g-ma-17--xl {
        margin: 1.21429rem !important;
    }
    .g-ma-18--xl {
        margin: 1.28571rem !important;
    }
    .g-ma-19--xl {
        margin: 1.35714rem !important;
    }
    .g-ma-20--xl {
        margin: 1.42857rem !important;
    }
    .g-ma-25--xl {
        margin: 1.78571rem !important;
    }
    .g-ma-30--xl {
        margin: 2.14286rem !important;
    }
    .g-ma-35--xl {
        margin: 2.5rem !important;
    }
    .g-ma-40--xl {
        margin: 2.85714rem !important;
    }
    .g-ma-45--xl {
        margin: 3.21429rem !important;
    }
    .g-ma-50--xl {
        margin: 3.57143rem !important;
    }
    .g-ma-55--xl {
        margin: 3.92857rem !important;
    }
    .g-ma-60--xl {
        margin: 4.28571rem !important;
    }
    .g-ma-65--xl {
        margin: 4.64286rem !important;
    }
    .g-ma-70--xl {
        margin: 5rem !important;
    }
    .g-ma-75--xl {
        margin: 5.35714rem !important;
    }
    .g-ma-80--xl {
        margin: 5.71429rem !important;
    }
    .g-ma-85--xl {
        margin: 6.07143rem !important;
    }
    .g-ma-90--xl {
        margin: 6.42857rem !important;
    }
    .g-ma-95--xl {
        margin: 6.78571rem !important;
    }
    .g-ma-100--xl {
        margin: 7.14286rem !important;
    }
    .g-ma-105--xl {
        margin: 7.5rem !important;
    }
    .g-ma-110--xl {
        margin: 7.85714rem !important;
    }
    .g-ma-115--xl {
        margin: 8.21429rem !important;
    }
    .g-ma-120--xl {
        margin: 8.57143rem !important;
    }
    .g-ma-125--xl {
        margin: 8.92857rem !important;
    }
    .g-ma-130--xl {
        margin: 9.28571rem !important;
    }
    .g-ma-135--xl {
        margin: 9.64286rem !important;
    }
    .g-ma-140--xl {
        margin: 10rem !important;
    }
    .g-ma-145--xl {
        margin: 10.35714rem !important;
    }
    .g-ma-150--xl {
        margin: 10.71429rem !important;
    }
    .g-ma-155--xl {
        margin: 11.07143rem !important;
    }
    .g-ma-160--xl {
        margin: 11.42857rem !important;
    }
    .g-ma-165--xl {
        margin: 11.78571rem !important;
    }
    .g-ma-170--xl {
        margin: 12.14286rem !important;
    }
    .g-ma-200--xl {
        margin: 14.28571rem !important;
    }
    .g-ma-300--xl {
        margin: 21.42857rem !important;
    }
    .g-ma-400--xl {
        margin: 28.57143rem !important;
    }
    .g-ma-500--xl {
        margin: 35.71429rem !important;
    }
    /* margin X */
    .g-mx-0--xl {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .g-mx-1--xl {
        margin-left: 0.07143rem !important;
        margin-right: 0.07143rem !important;
    }
    .g-mx-2--xl {
        margin-left: 0.14286rem !important;
        margin-right: 0.14286rem !important;
    }
    .g-mx-3--xl {
        margin-left: 0.21429rem !important;
        margin-right: 0.21429rem !important;
    }
    .g-mx-4--xl {
        margin-left: 0.28571rem !important;
        margin-right: 0.28571rem !important;
    }
    .g-mx-5--xl {
        margin-left: 0.35714rem !important;
        margin-right: 0.35714rem !important;
    }
    .g-mx-6--xl {
        margin-left: 0.42857rem !important;
        margin-right: 0.42857rem !important;
    }
    .g-mx-7--xl {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .g-mx-8--xl {
        margin-left: 0.57143rem !important;
        margin-right: 0.57143rem !important;
    }
    .g-mx-9--xl {
        margin-left: 0.64286rem !important;
        margin-right: 0.64286rem !important;
    }
    .g-mx-10--xl {
        margin-left: 0.71429rem !important;
        margin-right: 0.71429rem !important;
    }
    .g-mx-11--xl {
        margin-left: 0.78571rem !important;
        margin-right: 0.78571rem !important;
    }
    .g-mx-12--xl {
        margin-left: 0.85714rem !important;
        margin-right: 0.85714rem !important;
    }
    .g-mx-13--xl {
        margin-left: 0.92857rem !important;
        margin-right: 0.92857rem !important;
    }
    .g-mx-14--xl {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .g-mx-15--xl {
        margin-left: 1.07143rem !important;
        margin-right: 1.07143rem !important;
    }
    .g-mx-16--xl {
        margin-left: 1.14286rem !important;
        margin-right: 1.14286rem !important;
    }
    .g-mx-17--xl {
        margin-left: 1.21429rem !important;
        margin-right: 1.21429rem !important;
    }
    .g-mx-18--xl {
        margin-left: 1.28571rem !important;
        margin-right: 1.28571rem !important;
    }
    .g-mx-19--xl {
        margin-left: 1.35714rem !important;
        margin-right: 1.35714rem !important;
    }
    .g-mx-20--xl {
        margin-left: 1.42857rem !important;
        margin-right: 1.42857rem !important;
    }
    .g-mx-25--xl {
        margin-left: 1.78571rem !important;
        margin-right: 1.78571rem !important;
    }
    .g-mx-30--xl {
        margin-left: 2.14286rem !important;
        margin-right: 2.14286rem !important;
    }
    .g-mx-35--xl {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    .g-mx-40--xl {
        margin-left: 2.85714rem !important;
        margin-right: 2.85714rem !important;
    }
    .g-mx-45--xl {
        margin-left: 3.21429rem !important;
        margin-right: 3.21429rem !important;
    }
    .g-mx-50--xl {
        margin-left: 3.57143rem !important;
        margin-right: 3.57143rem !important;
    }
    .g-mx-55--xl {
        margin-left: 3.92857rem !important;
        margin-right: 3.92857rem !important;
    }
    .g-mx-60--xl {
        margin-left: 4.28571rem !important;
        margin-right: 4.28571rem !important;
    }
    .g-mx-65--xl {
        margin-left: 4.64286rem !important;
        margin-right: 4.64286rem !important;
    }
    .g-mx-70--xl {
        margin-left: 5rem !important;
        margin-right: 5rem !important;
    }
    .g-mx-75--xl {
        margin-left: 5.35714rem !important;
        margin-right: 5.35714rem !important;
    }
    .g-mx-80--xl {
        margin-left: 5.71429rem !important;
        margin-right: 5.71429rem !important;
    }
    .g-mx-85--xl {
        margin-left: 6.07143rem !important;
        margin-right: 6.07143rem !important;
    }
    .g-mx-90--xl {
        margin-left: 6.42857rem !important;
        margin-right: 6.42857rem !important;
    }
    .g-mx-95--xl {
        margin-left: 6.78571rem !important;
        margin-right: 6.78571rem !important;
    }
    .g-mx-100--xl {
        margin-left: 7.14286rem !important;
        margin-right: 7.14286rem !important;
    }
    .g-mx-105--xl {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important;
    }
    .g-mx-110--xl {
        margin-left: 7.85714rem !important;
        margin-right: 7.85714rem !important;
    }
    .g-mx-115--xl {
        margin-left: 8.21429rem !important;
        margin-right: 8.21429rem !important;
    }
    .g-mx-120--xl {
        margin-left: 8.57143rem !important;
        margin-right: 8.57143rem !important;
    }
    .g-mx-125--xl {
        margin-left: 8.92857rem !important;
        margin-right: 8.92857rem !important;
    }
    .g-mx-130--xl {
        margin-left: 9.28571rem !important;
        margin-right: 9.28571rem !important;
    }
    .g-mx-135--xl {
        margin-left: 9.64286rem !important;
        margin-right: 9.64286rem !important;
    }
    .g-mx-140--xl {
        margin-left: 10rem !important;
        margin-right: 10rem !important;
    }
    .g-mx-145--xl {
        margin-left: 10.35714rem !important;
        margin-right: 10.35714rem !important;
    }
    .g-mx-150--xl {
        margin-left: 10.71429rem !important;
        margin-right: 10.71429rem !important;
    }
    .g-mx-155--xl {
        margin-left: 11.07143rem !important;
        margin-right: 11.07143rem !important;
    }
    .g-mx-160--xl {
        margin-left: 11.42857rem !important;
        margin-right: 11.42857rem !important;
    }
    .g-mx-165--xl {
        margin-left: 11.78571rem !important;
        margin-right: 11.78571rem !important;
    }
    .g-mx-170--xl {
        margin-left: 12.14286rem !important;
        margin-right: 12.14286rem !important;
    }
    .g-mx-200--xl {
        margin-left: 14.28571rem !important;
        margin-right: 14.28571rem !important;
    }
    .g-mx-300--xl {
        margin-left: 21.42857rem !important;
        margin-right: 21.42857rem !important;
    }
    .g-mx-400--xl {
        margin-left: 28.57143rem !important;
        margin-right: 28.57143rem !important;
    }
    .g-mx-500--xl {
        margin-left: 35.71429rem !important;
        margin-right: 35.71429rem !important;
    }
    /* margin Y */
    .g-my-0--xl {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .g-my-1--xl {
        margin-top: 0.07143rem !important;
        margin-bottom: 0.07143rem !important;
    }
    .g-my-2--xl {
        margin-top: 0.14286rem !important;
        margin-bottom: 0.14286rem !important;
    }
    .g-my-3--xl {
        margin-top: 0.21429rem !important;
        margin-bottom: 0.21429rem !important;
    }
    .g-my-4--xl {
        margin-top: 0.28571rem !important;
        margin-bottom: 0.28571rem !important;
    }
    .g-my-5--xl {
        margin-top: 0.35714rem !important;
        margin-bottom: 0.35714rem !important;
    }
    .g-my-6--xl {
        margin-top: 0.42857rem !important;
        margin-bottom: 0.42857rem !important;
    }
    .g-my-7--xl {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .g-my-8--xl {
        margin-top: 0.57143rem !important;
        margin-bottom: 0.57143rem !important;
    }
    .g-my-9--xl {
        margin-top: 0.64286rem !important;
        margin-bottom: 0.64286rem !important;
    }
    .g-my-10--xl {
        margin-top: 0.71429rem !important;
        margin-bottom: 0.71429rem !important;
    }
    .g-my-11--xl {
        margin-top: 0.78571rem !important;
        margin-bottom: 0.78571rem !important;
    }
    .g-my-12--xl {
        margin-top: 0.85714rem !important;
        margin-bottom: 0.85714rem !important;
    }
    .g-my-13--xl {
        margin-top: 0.92857rem !important;
        margin-bottom: 0.92857rem !important;
    }
    .g-my-14--xl {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .g-my-15--xl {
        margin-top: 1.07143rem !important;
        margin-bottom: 1.07143rem !important;
    }
    .g-my-16--xl {
        margin-top: 1.14286rem !important;
        margin-bottom: 1.14286rem !important;
    }
    .g-my-17--xl {
        margin-top: 1.21429rem !important;
        margin-bottom: 1.21429rem !important;
    }
    .g-my-18--xl {
        margin-top: 1.28571rem !important;
        margin-bottom: 1.28571rem !important;
    }
    .g-my-19--xl {
        margin-top: 1.35714rem !important;
        margin-bottom: 1.35714rem !important;
    }
    .g-my-20--xl {
        margin-top: 1.42857rem !important;
        margin-bottom: 1.42857rem !important;
    }
    .g-my-25--xl {
        margin-top: 1.78571rem !important;
        margin-bottom: 1.78571rem !important;
    }
    .g-my-30--xl {
        margin-top: 2.14286rem !important;
        margin-bottom: 2.14286rem !important;
    }
    .g-my-35--xl {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .g-my-40--xl {
        margin-top: 2.85714rem !important;
        margin-bottom: 2.85714rem !important;
    }
    .g-my-45--xl {
        margin-top: 3.21429rem !important;
        margin-bottom: 3.21429rem !important;
    }
    .g-my-50--xl {
        margin-top: 3.57143rem !important;
        margin-bottom: 3.57143rem !important;
    }
    .g-my-55--xl {
        margin-top: 3.92857rem !important;
        margin-bottom: 3.92857rem !important;
    }
    .g-my-60--xl {
        margin-top: 4.28571rem !important;
        margin-bottom: 4.28571rem !important;
    }
    .g-my-65--xl {
        margin-top: 4.64286rem !important;
        margin-bottom: 4.64286rem !important;
    }
    .g-my-70--xl {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .g-my-75--xl {
        margin-top: 5.35714rem !important;
        margin-bottom: 5.35714rem !important;
    }
    .g-my-80--xl {
        margin-top: 5.71429rem !important;
        margin-bottom: 5.71429rem !important;
    }
    .g-my-85--xl {
        margin-top: 6.07143rem !important;
        margin-bottom: 6.07143rem !important;
    }
    .g-my-90--xl {
        margin-top: 6.42857rem !important;
        margin-bottom: 6.42857rem !important;
    }
    .g-my-95--xl {
        margin-top: 6.78571rem !important;
        margin-bottom: 6.78571rem !important;
    }
    .g-my-100--xl {
        margin-top: 7.14286rem !important;
        margin-bottom: 7.14286rem !important;
    }
    .g-my-105--xl {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important;
    }
    .g-my-110--xl {
        margin-top: 7.85714rem !important;
        margin-bottom: 7.85714rem !important;
    }
    .g-my-115--xl {
        margin-top: 8.21429rem !important;
        margin-bottom: 8.21429rem !important;
    }
    .g-my-120--xl {
        margin-top: 8.57143rem !important;
        margin-bottom: 8.57143rem !important;
    }
    .g-my-125--xl {
        margin-top: 8.92857rem !important;
        margin-bottom: 8.92857rem !important;
    }
    .g-my-130--xl {
        margin-top: 9.28571rem !important;
        margin-bottom: 9.28571rem !important;
    }
    .g-my-135--xl {
        margin-top: 9.64286rem !important;
        margin-bottom: 9.64286rem !important;
    }
    .g-my-140--xl {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
    .g-my-145--xl {
        margin-top: 10.35714rem !important;
        margin-bottom: 10.35714rem !important;
    }
    .g-my-150--xl {
        margin-top: 10.71429rem !important;
        margin-bottom: 10.71429rem !important;
    }
    .g-my-155--xl {
        margin-top: 11.07143rem !important;
        margin-bottom: 11.07143rem !important;
    }
    .g-my-160--xl {
        margin-top: 11.42857rem !important;
        margin-bottom: 11.42857rem !important;
    }
    .g-my-165--xl {
        margin-top: 11.78571rem !important;
        margin-bottom: 11.78571rem !important;
    }
    .g-my-170--xl {
        margin-top: 12.14286rem !important;
        margin-bottom: 12.14286rem !important;
    }
    .g-my-200--xl {
        margin-top: 14.28571rem !important;
        margin-bottom: 14.28571rem !important;
    }
    .g-my-300--xl {
        margin-top: 21.42857rem !important;
        margin-bottom: 21.42857rem !important;
    }
    .g-my-400--xl {
        margin-top: 28.57143rem !important;
        margin-bottom: 28.57143rem !important;
    }
    .g-my-500--xl {
        margin-top: 35.71429rem !important;
        margin-bottom: 35.71429rem !important;
    }
    /* margin TOP */
    .g-mt-0--xl {
        margin-top: 0 !important;
    }
    .g-mt-1--xl {
        margin-top: 0.07143rem !important;
    }
    .g-mt-2--xl {
        margin-top: 0.14286rem !important;
    }
    .g-mt-3--xl {
        margin-top: 0.21429rem !important;
    }
    .g-mt-4--xl {
        margin-top: 0.28571rem !important;
    }
    .g-mt-5--xl {
        margin-top: 0.35714rem !important;
    }
    .g-mt-6--xl {
        margin-top: 0.42857rem !important;
    }
    .g-mt-7--xl {
        margin-top: 0.5rem !important;
    }
    .g-mt-8--xl {
        margin-top: 0.57143rem !important;
    }
    .g-mt-9--xl {
        margin-top: 0.64286rem !important;
    }
    .g-mt-10--xl {
        margin-top: 0.71429rem !important;
    }
    .g-mt-11--xl {
        margin-top: 0.78571rem !important;
    }
    .g-mt-12--xl {
        margin-top: 0.85714rem !important;
    }
    .g-mt-13--xl {
        margin-top: 0.92857rem !important;
    }
    .g-mt-14--xl {
        margin-top: 1rem !important;
    }
    .g-mt-15--xl {
        margin-top: 1.07143rem !important;
    }
    .g-mt-16--xl {
        margin-top: 1.14286rem !important;
    }
    .g-mt-17--xl {
        margin-top: 1.21429rem !important;
    }
    .g-mt-18--xl {
        margin-top: 1.28571rem !important;
    }
    .g-mt-19--xl {
        margin-top: 1.35714rem !important;
    }
    .g-mt-20--xl {
        margin-top: 1.42857rem !important;
    }
    .g-mt-25--xl {
        margin-top: 1.78571rem !important;
    }
    .g-mt-30--xl {
        margin-top: 2.14286rem !important;
    }
    .g-mt-35--xl {
        margin-top: 2.5rem !important;
    }
    .g-mt-40--xl {
        margin-top: 2.85714rem !important;
    }
    .g-mt-45--xl {
        margin-top: 3.21429rem !important;
    }
    .g-mt-50--xl {
        margin-top: 3.57143rem !important;
    }
    .g-mt-55--xl {
        margin-top: 3.92857rem !important;
    }
    .g-mt-60--xl {
        margin-top: 4.28571rem !important;
    }
    .g-mt-65--xl {
        margin-top: 4.64286rem !important;
    }
    .g-mt-70--xl {
        margin-top: 5rem !important;
    }
    .g-mt-75--xl {
        margin-top: 5.35714rem !important;
    }
    .g-mt-80--xl {
        margin-top: 5.71429rem !important;
    }
    .g-mt-85--xl {
        margin-top: 6.07143rem !important;
    }
    .g-mt-90--xl {
        margin-top: 6.42857rem !important;
    }
    .g-mt-95--xl {
        margin-top: 6.78571rem !important;
    }
    .g-mt-100--xl {
        margin-top: 7.14286rem !important;
    }
    .g-mt-105--xl {
        margin-top: 7.5rem !important;
    }
    .g-mt-110--xl {
        margin-top: 7.85714rem !important;
    }
    .g-mt-115--xl {
        margin-top: 8.21429rem !important;
    }
    .g-mt-120--xl {
        margin-top: 8.57143rem !important;
    }
    .g-mt-125--xl {
        margin-top: 8.92857rem !important;
    }
    .g-mt-130--xl {
        margin-top: 9.28571rem !important;
    }
    .g-mt-135--xl {
        margin-top: 9.64286rem !important;
    }
    .g-mt-140--xl {
        margin-top: 10rem !important;
    }
    .g-mt-145--xl {
        margin-top: 10.35714rem !important;
    }
    .g-mt-150--xl {
        margin-top: 10.71429rem !important;
    }
    .g-mt-155--xl {
        margin-top: 11.07143rem !important;
    }
    .g-mt-160--xl {
        margin-top: 11.42857rem !important;
    }
    .g-mt-165--xl {
        margin-top: 11.78571rem !important;
    }
    .g-mt-170--xl {
        margin-top: 12.14286rem !important;
    }
    .g-mt-200--xl {
        margin-top: 14.28571rem !important;
    }
    .g-mt-300--xl {
        margin-top: 21.42857rem !important;
    }
    .g-mt-400--xl {
        margin-top: 28.57143rem !important;
    }
    .g-mt-500--xl {
        margin-top: 35.71429rem !important;
    }
    /* margin BOTTOM */
    .g-mb-0--xl {
        margin-bottom: 0 !important;
    }
    .g-mb-1--xl {
        margin-bottom: 0.07143rem !important;
    }
    .g-mb-2--xl {
        margin-bottom: 0.14286rem !important;
    }
    .g-mb-3--xl {
        margin-bottom: 0.21429rem !important;
    }
    .g-mb-4--xl {
        margin-bottom: 0.28571rem !important;
    }
    .g-mb-5--xl {
        margin-bottom: 0.35714rem !important;
    }
    .g-mb-6--xl {
        margin-bottom: 0.42857rem !important;
    }
    .g-mb-7--xl {
        margin-bottom: 0.5rem !important;
    }
    .g-mb-8--xl {
        margin-bottom: 0.57143rem !important;
    }
    .g-mb-9--xl {
        margin-bottom: 0.64286rem !important;
    }
    .g-mb-10--xl {
        margin-bottom: 0.71429rem !important;
    }
    .g-mb-11--xl {
        margin-bottom: 0.78571rem !important;
    }
    .g-mb-12--xl {
        margin-bottom: 0.85714rem !important;
    }
    .g-mb-13--xl {
        margin-bottom: 0.92857rem !important;
    }
    .g-mb-14--xl {
        margin-bottom: 1rem !important;
    }
    .g-mb-15--xl {
        margin-bottom: 1.07143rem !important;
    }
    .g-mb-16--xl {
        margin-bottom: 1.14286rem !important;
    }
    .g-mb-17--xl {
        margin-bottom: 1.21429rem !important;
    }
    .g-mb-18--xl {
        margin-bottom: 1.28571rem !important;
    }
    .g-mb-19--xl {
        margin-bottom: 1.35714rem !important;
    }
    .g-mb-20--xl {
        margin-bottom: 1.42857rem !important;
    }
    .g-mb-25--xl {
        margin-bottom: 1.78571rem !important;
    }
    .g-mb-30--xl {
        margin-bottom: 2.14286rem !important;
    }
    .g-mb-35--xl {
        margin-bottom: 2.5rem !important;
    }
    .g-mb-40--xl {
        margin-bottom: 2.85714rem !important;
    }
    .g-mb-45--xl {
        margin-bottom: 3.21429rem !important;
    }
    .g-mb-50--xl {
        margin-bottom: 3.57143rem !important;
    }
    .g-mb-55--xl {
        margin-bottom: 3.92857rem !important;
    }
    .g-mb-60--xl {
        margin-bottom: 4.28571rem !important;
    }
    .g-mb-65--xl {
        margin-bottom: 4.64286rem !important;
    }
    .g-mb-70--xl {
        margin-bottom: 5rem !important;
    }
    .g-mb-75--xl {
        margin-bottom: 5.35714rem !important;
    }
    .g-mb-80--xl {
        margin-bottom: 5.71429rem !important;
    }
    .g-mb-85--xl {
        margin-bottom: 6.07143rem !important;
    }
    .g-mb-90--xl {
        margin-bottom: 6.42857rem !important;
    }
    .g-mb-95--xl {
        margin-bottom: 6.78571rem !important;
    }
    .g-mb-100--xl {
        margin-bottom: 7.14286rem !important;
    }
    .g-mb-105--xl {
        margin-bottom: 7.5rem !important;
    }
    .g-mb-110--xl {
        margin-bottom: 7.85714rem !important;
    }
    .g-mb-115--xl {
        margin-bottom: 8.21429rem !important;
    }
    .g-mb-120--xl {
        margin-bottom: 8.57143rem !important;
    }
    .g-mb-125--xl {
        margin-bottom: 8.92857rem !important;
    }
    .g-mb-130--xl {
        margin-bottom: 9.28571rem !important;
    }
    .g-mb-135--xl {
        margin-bottom: 9.64286rem !important;
    }
    .g-mb-140--xl {
        margin-bottom: 10rem !important;
    }
    .g-mb-145--xl {
        margin-bottom: 10.35714rem !important;
    }
    .g-mb-150--xl {
        margin-bottom: 10.71429rem !important;
    }
    .g-mb-155--xl {
        margin-bottom: 11.07143rem !important;
    }
    .g-mb-160--xl {
        margin-bottom: 11.42857rem !important;
    }
    .g-mb-165--xl {
        margin-bottom: 11.78571rem !important;
    }
    .g-mb-170--xl {
        margin-bottom: 12.14286rem !important;
    }
    .g-mb-200--xl {
        margin-bottom: 14.28571rem !important;
    }
    .g-mb-300--xl {
        margin-bottom: 21.42857rem !important;
    }
    .g-mb-400--xl {
        margin-bottom: 28.57143rem !important;
    }
    .g-mb-500--xl {
        margin-bottom: 35.71429rem !important;
    }
    /* margin LEFT */
    .g-ml-0--xl {
        margin-left: 0 !important;
    }
    .g-ml-1--xl {
        margin-left: 0.07143rem !important;
    }
    .g-ml-2--xl {
        margin-left: 0.14286rem !important;
    }
    .g-ml-3--xl {
        margin-left: 0.21429rem !important;
    }
    .g-ml-4--xl {
        margin-left: 0.28571rem !important;
    }
    .g-ml-5--xl {
        margin-left: 0.35714rem !important;
    }
    .g-ml-6--xl {
        margin-left: 0.42857rem !important;
    }
    .g-ml-7--xl {
        margin-left: 0.5rem !important;
    }
    .g-ml-8--xl {
        margin-left: 0.57143rem !important;
    }
    .g-ml-9--xl {
        margin-left: 0.64286rem !important;
    }
    .g-ml-10--xl {
        margin-left: 0.71429rem !important;
    }
    .g-ml-11--xl {
        margin-left: 0.78571rem !important;
    }
    .g-ml-12--xl {
        margin-left: 0.85714rem !important;
    }
    .g-ml-13--xl {
        margin-left: 0.92857rem !important;
    }
    .g-ml-14--xl {
        margin-left: 1rem !important;
    }
    .g-ml-15--xl {
        margin-left: 1.07143rem !important;
    }
    .g-ml-16--xl {
        margin-left: 1.14286rem !important;
    }
    .g-ml-17--xl {
        margin-left: 1.21429rem !important;
    }
    .g-ml-18--xl {
        margin-left: 1.28571rem !important;
    }
    .g-ml-19--xl {
        margin-left: 1.35714rem !important;
    }
    .g-ml-20--xl {
        margin-left: 1.42857rem !important;
    }
    .g-ml-25--xl {
        margin-left: 1.78571rem !important;
    }
    .g-ml-30--xl {
        margin-left: 2.14286rem !important;
    }
    .g-ml-35--xl {
        margin-left: 2.5rem !important;
    }
    .g-ml-40--xl {
        margin-left: 2.85714rem !important;
    }
    .g-ml-45--xl {
        margin-left: 3.21429rem !important;
    }
    .g-ml-50--xl {
        margin-left: 3.57143rem !important;
    }
    .g-ml-55--xl {
        margin-left: 3.92857rem !important;
    }
    .g-ml-60--xl {
        margin-left: 4.28571rem !important;
    }
    .g-ml-65--xl {
        margin-left: 4.64286rem !important;
    }
    .g-ml-70--xl {
        margin-left: 5rem !important;
    }
    .g-ml-75--xl {
        margin-left: 5.35714rem !important;
    }
    .g-ml-80--xl {
        margin-left: 5.71429rem !important;
    }
    .g-ml-85--xl {
        margin-left: 6.07143rem !important;
    }
    .g-ml-90--xl {
        margin-left: 6.42857rem !important;
    }
    .g-ml-95--xl {
        margin-left: 6.78571rem !important;
    }
    .g-ml-100--xl {
        margin-left: 7.14286rem !important;
    }
    .g-ml-105--xl {
        margin-left: 7.5rem !important;
    }
    .g-ml-110--xl {
        margin-left: 7.85714rem !important;
    }
    .g-ml-115--xl {
        margin-left: 8.21429rem !important;
    }
    .g-ml-120--xl {
        margin-left: 8.57143rem !important;
    }
    .g-ml-125--xl {
        margin-left: 8.92857rem !important;
    }
    .g-ml-130--xl {
        margin-left: 9.28571rem !important;
    }
    .g-ml-135--xl {
        margin-left: 9.64286rem !important;
    }
    .g-ml-140--xl {
        margin-left: 10rem !important;
    }
    .g-ml-145--xl {
        margin-left: 10.35714rem !important;
    }
    .g-ml-150--xl {
        margin-left: 10.71429rem !important;
    }
    .g-ml-155--xl {
        margin-left: 11.07143rem !important;
    }
    .g-ml-160--xl {
        margin-left: 11.42857rem !important;
    }
    .g-ml-165--xl {
        margin-left: 11.78571rem !important;
    }
    .g-ml-170--xl {
        margin-left: 12.14286rem !important;
    }
    .g-ml-200--xl {
        margin-left: 14.28571rem !important;
    }
    .g-ml-300--xl {
        margin-left: 21.42857rem !important;
    }
    .g-ml-400--xl {
        margin-left: 28.57143rem !important;
    }
    .g-ml-500--xl {
        margin-left: 35.71429rem !important;
    }
    /* margin RIGHT */
    .g-mr-0--xl {
        margin-right: 0 !important;
    }
    .g-mr-1--xl {
        margin-right: 0.07143rem !important;
    }
    .g-mr-2--xl {
        margin-right: 0.14286rem !important;
    }
    .g-mr-3--xl {
        margin-right: 0.21429rem !important;
    }
    .g-mr-4--xl {
        margin-right: 0.28571rem !important;
    }
    .g-mr-5--xl {
        margin-right: 0.35714rem !important;
    }
    .g-mr-6--xl {
        margin-right: 0.42857rem !important;
    }
    .g-mr-7--xl {
        margin-right: 0.5rem !important;
    }
    .g-mr-8--xl {
        margin-right: 0.57143rem !important;
    }
    .g-mr-9--xl {
        margin-right: 0.64286rem !important;
    }
    .g-mr-10--xl {
        margin-right: 0.71429rem !important;
    }
    .g-mr-11--xl {
        margin-right: 0.78571rem !important;
    }
    .g-mr-12--xl {
        margin-right: 0.85714rem !important;
    }
    .g-mr-13--xl {
        margin-right: 0.92857rem !important;
    }
    .g-mr-14--xl {
        margin-right: 1rem !important;
    }
    .g-mr-15--xl {
        margin-right: 1.07143rem !important;
    }
    .g-mr-16--xl {
        margin-right: 1.14286rem !important;
    }
    .g-mr-17--xl {
        margin-right: 1.21429rem !important;
    }
    .g-mr-18--xl {
        margin-right: 1.28571rem !important;
    }
    .g-mr-19--xl {
        margin-right: 1.35714rem !important;
    }
    .g-mr-20--xl {
        margin-right: 1.42857rem !important;
    }
    .g-mr-25--xl {
        margin-right: 1.78571rem !important;
    }
    .g-mr-30--xl {
        margin-right: 2.14286rem !important;
    }
    .g-mr-35--xl {
        margin-right: 2.5rem !important;
    }
    .g-mr-40--xl {
        margin-right: 2.85714rem !important;
    }
    .g-mr-45--xl {
        margin-right: 3.21429rem !important;
    }
    .g-mr-50--xl {
        margin-right: 3.57143rem !important;
    }
    .g-mr-55--xl {
        margin-right: 3.92857rem !important;
    }
    .g-mr-60--xl {
        margin-right: 4.28571rem !important;
    }
    .g-mr-65--xl {
        margin-right: 4.64286rem !important;
    }
    .g-mr-70--xl {
        margin-right: 5rem !important;
    }
    .g-mr-75--xl {
        margin-right: 5.35714rem !important;
    }
    .g-mr-80--xl {
        margin-right: 5.71429rem !important;
    }
    .g-mr-85--xl {
        margin-right: 6.07143rem !important;
    }
    .g-mr-90--xl {
        margin-right: 6.42857rem !important;
    }
    .g-mr-95--xl {
        margin-right: 6.78571rem !important;
    }
    .g-mr-100--xl {
        margin-right: 7.14286rem !important;
    }
    .g-mr-105--xl {
        margin-right: 7.5rem !important;
    }
    .g-mr-110--xl {
        margin-right: 7.85714rem !important;
    }
    .g-mr-115--xl {
        margin-right: 8.21429rem !important;
    }
    .g-mr-120--xl {
        margin-right: 8.57143rem !important;
    }
    .g-mr-125--xl {
        margin-right: 8.92857rem !important;
    }
    .g-mr-130--xl {
        margin-right: 9.28571rem !important;
    }
    .g-mr-135--xl {
        margin-right: 9.64286rem !important;
    }
    .g-mr-140--xl {
        margin-right: 10rem !important;
    }
    .g-mr-145--xl {
        margin-right: 10.35714rem !important;
    }
    .g-mr-150--xl {
        margin-right: 10.71429rem !important;
    }
    .g-mr-155--xl {
        margin-right: 11.07143rem !important;
    }
    .g-mr-160--xl {
        margin-right: 11.42857rem !important;
    }
    .g-mr-165--xl {
        margin-right: 11.78571rem !important;
    }
    .g-mr-170--xl {
        margin-right: 12.14286rem !important;
    }
    .g-mr-200--xl {
        margin-right: 14.28571rem !important;
    }
    .g-mr-300--xl {
        margin-right: 21.42857rem !important;
    }
    .g-mr-400--xl {
        margin-right: 28.57143rem !important;
    }
    .g-mr-500--xl {
        margin-right: 35.71429rem !important;
    }
}

/* Additional
 -----------------------------------*/
.g-mb-auto {
    margin-bottom: auto;
}

.g-mt-auto {
    margin-top: auto;
}

.g-ml-auto {
    margin-left: auto;
}

.g-mr-auto {
    margin-right: auto;
}

/* Margins custom
------------------------------------*/
.g-ml-37 {
    margin-left: 2.64286rem;
}

.g-ml-43 {
    margin-left: 3.07143rem;
}

.g-ml-105 {
    margin-left: 7.5rem;
}

.g-mr-63 {
    margin-right: 4.5rem;
}

.g-my-minus-2 {
    margin-top: -0.14286rem;
    margin-bottom: -0.14286rem;
}

.g-mx-minus-2 {
    margin-left: -0.14286rem;
    margin-right: -0.14286rem;
}

.g-mx-minus-5 {
    margin-left: -0.35714rem;
    margin-right: -0.35714rem;
}

.g-mx-minus-15 {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
}

.g-mx-minus-25 {
    margin-left: -1.78571rem;
    margin-right: -1.78571rem;
}

.g-mt-minus-5 {
    margin-top: -0.35714rem;
}

.g-mt-minus-10 {
    margin-top: -0.71429rem;
}

.g-mt-minus-20 {
    margin-top: -1.42857rem;
}

.g-mt-minus-25 {
    margin-top: -1.78571rem;
}

.g-mt-minus-35 {
    margin-top: -2.5rem;
}

.g-mt-minus-110 {
    margin-top: -7.85714rem;
}

.g-mt-minus-200 {
    margin-top: -14.28571rem;
}

.g-mb-minus-5 {
    margin-bottom: -0.35714rem;
}

.g-mb-minus-10 {
    margin-bottom: -0.71429rem;
}

.g-mb-minus-15 {
    margin-bottom: -1.07143rem;
}

.g-mb-minus-20 {
    margin-bottom: -1.42857rem;
}

.g-mb-minus-140 {
    margin-bottom: -10rem;
}

.g-ml-minus-1 {
    margin-left: -0.07143rem;
}

.g-ml-minus-5 {
    margin-left: -0.35714rem;
}

.g-ml-minus-8 {
    margin-left: -0.57143rem;
}

.g-ml-minus-10 {
    margin-left: -0.71429rem;
}

.g-ml-minus-15 {
    margin-left: -1.07143rem;
}

.g-ml-minus-20 {
    margin-left: -1.42857rem;
}

.g-ml-minus-30 {
    margin-left: -2.14286rem;
}

.g-ml-minus-82 {
    margin-left: -5.85714rem;
}

.g-mr-minus-1 {
    margin-right: -0.07143rem;
}

.g-mr-minus-5 {
    margin-right: -0.35714rem;
}

.g-mr-minus-10 {
    margin-right: -0.71429rem;
}

@media (min-width: 768px) {
    .g-mr-63--md {
        margin-right: 4.5rem !important;
    }
    .g-ml-minus-40--md {
        margin-left: -2.85714rem !important;
    }
    .g-ml-minus-50--md {
        margin-left: -3.57143rem !important;
    }
    .g-ml-minus-82--md {
        margin-left: -5.85714rem !important;
    }
    .g-mr-minus-50--md {
        margin-right: -3.57143rem !important;
    }
}

@media (min-width: 992px) {
    .g-ml-minus-15--lg {
        margin-left: -1.07143rem !important;
    }
}

/*------------------------------------
  Padding Spaces
------------------------------------*/
/* Padding Spaces (xs)
------------------------------------*/
/* Paddings */
@media (min-width: 0) {
    /* padding ALL */
    .g-pa-0 {
        padding: 0 !important;
    }
    .g-pa-1 {
        padding: 0.07143rem !important;
    }
    .g-pa-2 {
        padding: 0.14286rem !important;
    }
    .g-pa-3 {
        padding: 0.21429rem !important;
    }
    .g-pa-4 {
        padding: 0.28571rem !important;
    }
    .g-pa-5 {
        padding: 0.35714rem !important;
    }
    .g-pa-6 {
        padding: 0.42857rem !important;
    }
    .g-pa-7 {
        padding: 0.5rem !important;
    }
    .g-pa-8 {
        padding: 0.57143rem !important;
    }
    .g-pa-9 {
        padding: 0.64286rem !important;
    }
    .g-pa-10 {
        padding: 0.71429rem !important;
    }
    .g-pa-11 {
        padding: 0.78571rem !important;
    }
    .g-pa-12 {
        padding: 0.85714rem !important;
    }
    .g-pa-13 {
        padding: 0.92857rem !important;
    }
    .g-pa-14 {
        padding: 1rem !important;
    }
    .g-pa-15 {
        padding: 1.07143rem !important;
    }
    .g-pa-16 {
        padding: 1.14286rem !important;
    }
    .g-pa-17 {
        padding: 1.21429rem !important;
    }
    .g-pa-18 {
        padding: 1.28571rem !important;
    }
    .g-pa-19 {
        padding: 1.35714rem !important;
    }
    .g-pa-20 {
        padding: 1.42857rem !important;
    }
    .g-pa-25 {
        padding: 1.78571rem !important;
    }
    .g-pa-30 {
        padding: 2.14286rem !important;
    }
    .g-pa-35 {
        padding: 2.5rem !important;
    }
    .g-pa-40 {
        padding: 2.85714rem !important;
    }
    .g-pa-45 {
        padding: 3.21429rem !important;
    }
    .g-pa-50 {
        padding: 3.57143rem !important;
    }
    .g-pa-55 {
        padding: 3.92857rem !important;
    }
    .g-pa-60 {
        padding: 4.28571rem !important;
    }
    .g-pa-65 {
        padding: 4.64286rem !important;
    }
    .g-pa-70 {
        padding: 5rem !important;
    }
    .g-pa-75 {
        padding: 5.35714rem !important;
    }
    .g-pa-80 {
        padding: 5.71429rem !important;
    }
    .g-pa-85 {
        padding: 6.07143rem !important;
    }
    .g-pa-90 {
        padding: 6.42857rem !important;
    }
    .g-pa-95 {
        padding: 6.78571rem !important;
    }
    .g-pa-100 {
        padding: 7.14286rem !important;
    }
    .g-pa-105 {
        padding: 7.5rem !important;
    }
    .g-pa-110 {
        padding: 7.85714rem !important;
    }
    .g-pa-115 {
        padding: 8.21429rem !important;
    }
    .g-pa-120 {
        padding: 8.57143rem !important;
    }
    .g-pa-125 {
        padding: 8.92857rem !important;
    }
    .g-pa-130 {
        padding: 9.28571rem !important;
    }
    .g-pa-135 {
        padding: 9.64286rem !important;
    }
    .g-pa-140 {
        padding: 10rem !important;
    }
    .g-pa-145 {
        padding: 10.35714rem !important;
    }
    .g-pa-150 {
        padding: 10.71429rem !important;
    }
    .g-pa-155 {
        padding: 11.07143rem !important;
    }
    .g-pa-160 {
        padding: 11.42857rem !important;
    }
    .g-pa-165 {
        padding: 11.78571rem !important;
    }
    .g-pa-170 {
        padding: 12.14286rem !important;
    }
    .g-pa-200 {
        padding: 14.28571rem !important;
    }
    .g-pa-300 {
        padding: 21.42857rem !important;
    }
    .g-pa-400 {
        padding: 28.57143rem !important;
    }
    .g-pa-500 {
        padding: 35.71429rem !important;
    }
    /* padding X */
    .g-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .g-px-1 {
        padding-left: 0.07143rem !important;
        padding-right: 0.07143rem !important;
    }
    .g-px-2 {
        padding-left: 0.14286rem !important;
        padding-right: 0.14286rem !important;
    }
    .g-px-3 {
        padding-left: 0.21429rem !important;
        padding-right: 0.21429rem !important;
    }
    .g-px-4 {
        padding-left: 0.28571rem !important;
        padding-right: 0.28571rem !important;
    }
    .g-px-5 {
        padding-left: 0.35714rem !important;
        padding-right: 0.35714rem !important;
    }
    .g-px-6 {
        padding-left: 0.42857rem !important;
        padding-right: 0.42857rem !important;
    }
    .g-px-7 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .g-px-8 {
        padding-left: 0.57143rem !important;
        padding-right: 0.57143rem !important;
    }
    .g-px-9 {
        padding-left: 0.64286rem !important;
        padding-right: 0.64286rem !important;
    }
    .g-px-10 {
        padding-left: 0.71429rem !important;
        padding-right: 0.71429rem !important;
    }
    .g-px-11 {
        padding-left: 0.78571rem !important;
        padding-right: 0.78571rem !important;
    }
    .g-px-12 {
        padding-left: 0.85714rem !important;
        padding-right: 0.85714rem !important;
    }
    .g-px-13 {
        padding-left: 0.92857rem !important;
        padding-right: 0.92857rem !important;
    }
    .g-px-14 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .g-px-15 {
        padding-left: 1.07143rem !important;
        padding-right: 1.07143rem !important;
    }
    .g-px-16 {
        padding-left: 1.14286rem !important;
        padding-right: 1.14286rem !important;
    }
    .g-px-17 {
        padding-left: 1.21429rem !important;
        padding-right: 1.21429rem !important;
    }
    .g-px-18 {
        padding-left: 1.28571rem !important;
        padding-right: 1.28571rem !important;
    }
    .g-px-19 {
        padding-left: 1.35714rem !important;
        padding-right: 1.35714rem !important;
    }
    .g-px-20 {
        padding-left: 1.42857rem !important;
        padding-right: 1.42857rem !important;
    }
    .g-px-25 {
        padding-left: 1.78571rem !important;
        padding-right: 1.78571rem !important;
    }
    .g-px-30 {
        padding-left: 2.14286rem !important;
        padding-right: 2.14286rem !important;
    }
    .g-px-35 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .g-px-40 {
        padding-left: 2.85714rem !important;
        padding-right: 2.85714rem !important;
    }
    .g-px-45 {
        padding-left: 3.21429rem !important;
        padding-right: 3.21429rem !important;
    }
    .g-px-50 {
        padding-left: 3.57143rem !important;
        padding-right: 3.57143rem !important;
    }
    .g-px-55 {
        padding-left: 3.92857rem !important;
        padding-right: 3.92857rem !important;
    }
    .g-px-60 {
        padding-left: 4.28571rem !important;
        padding-right: 4.28571rem !important;
    }
    .g-px-65 {
        padding-left: 4.64286rem !important;
        padding-right: 4.64286rem !important;
    }
    .g-px-70 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .g-px-75 {
        padding-left: 5.35714rem !important;
        padding-right: 5.35714rem !important;
    }
    .g-px-80 {
        padding-left: 5.71429rem !important;
        padding-right: 5.71429rem !important;
    }
    .g-px-85 {
        padding-left: 6.07143rem !important;
        padding-right: 6.07143rem !important;
    }
    .g-px-90 {
        padding-left: 6.42857rem !important;
        padding-right: 6.42857rem !important;
    }
    .g-px-95 {
        padding-left: 6.78571rem !important;
        padding-right: 6.78571rem !important;
    }
    .g-px-100 {
        padding-left: 7.14286rem !important;
        padding-right: 7.14286rem !important;
    }
    .g-px-105 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }
    .g-px-110 {
        padding-left: 7.85714rem !important;
        padding-right: 7.85714rem !important;
    }
    .g-px-115 {
        padding-left: 8.21429rem !important;
        padding-right: 8.21429rem !important;
    }
    .g-px-120 {
        padding-left: 8.57143rem !important;
        padding-right: 8.57143rem !important;
    }
    .g-px-125 {
        padding-left: 8.92857rem !important;
        padding-right: 8.92857rem !important;
    }
    .g-px-130 {
        padding-left: 9.28571rem !important;
        padding-right: 9.28571rem !important;
    }
    .g-px-135 {
        padding-left: 9.64286rem !important;
        padding-right: 9.64286rem !important;
    }
    .g-px-140 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .g-px-145 {
        padding-left: 10.35714rem !important;
        padding-right: 10.35714rem !important;
    }
    .g-px-150 {
        padding-left: 10.71429rem !important;
        padding-right: 10.71429rem !important;
    }
    .g-px-155 {
        padding-left: 11.07143rem !important;
        padding-right: 11.07143rem !important;
    }
    .g-px-160 {
        padding-left: 11.42857rem !important;
        padding-right: 11.42857rem !important;
    }
    .g-px-165 {
        padding-left: 11.78571rem !important;
        padding-right: 11.78571rem !important;
    }
    .g-px-170 {
        padding-left: 12.14286rem !important;
        padding-right: 12.14286rem !important;
    }
    .g-px-200 {
        padding-left: 14.28571rem !important;
        padding-right: 14.28571rem !important;
    }
    .g-px-300 {
        padding-left: 21.42857rem !important;
        padding-right: 21.42857rem !important;
    }
    .g-px-400 {
        padding-left: 28.57143rem !important;
        padding-right: 28.57143rem !important;
    }
    .g-px-500 {
        padding-left: 35.71429rem !important;
        padding-right: 35.71429rem !important;
    }
    /* padding Y */
    .g-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .g-py-1 {
        padding-top: 0.07143rem !important;
        padding-bottom: 0.07143rem !important;
    }
    .g-py-2 {
        padding-top: 0.14286rem !important;
        padding-bottom: 0.14286rem !important;
    }
    .g-py-3 {
        padding-top: 0.21429rem !important;
        padding-bottom: 0.21429rem !important;
    }
    .g-py-4 {
        padding-top: 0.28571rem !important;
        padding-bottom: 0.28571rem !important;
    }
    .g-py-5 {
        padding-top: 0.35714rem !important;
        padding-bottom: 0.35714rem !important;
    }
    .g-py-6 {
        padding-top: 0.42857rem !important;
        padding-bottom: 0.42857rem !important;
    }
    .g-py-7 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .g-py-8 {
        padding-top: 0.57143rem !important;
        padding-bottom: 0.57143rem !important;
    }
    .g-py-9 {
        padding-top: 0.64286rem !important;
        padding-bottom: 0.64286rem !important;
    }
    .g-py-10 {
        padding-top: 0.71429rem !important;
        padding-bottom: 0.71429rem !important;
    }
    .g-py-11 {
        padding-top: 0.78571rem !important;
        padding-bottom: 0.78571rem !important;
    }
    .g-py-12 {
        padding-top: 0.85714rem !important;
        padding-bottom: 0.85714rem !important;
    }
    .g-py-13 {
        padding-top: 0.92857rem !important;
        padding-bottom: 0.92857rem !important;
    }
    .g-py-14 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .g-py-15 {
        padding-top: 1.07143rem !important;
        padding-bottom: 1.07143rem !important;
    }
    .g-py-16 {
        padding-top: 1.14286rem !important;
        padding-bottom: 1.14286rem !important;
    }
    .g-py-17 {
        padding-top: 1.21429rem !important;
        padding-bottom: 1.21429rem !important;
    }
    .g-py-18 {
        padding-top: 1.28571rem !important;
        padding-bottom: 1.28571rem !important;
    }
    .g-py-19 {
        padding-top: 1.35714rem !important;
        padding-bottom: 1.35714rem !important;
    }
    .g-py-20 {
        padding-top: 1.42857rem !important;
        padding-bottom: 1.42857rem !important;
    }
    .g-py-25 {
        padding-top: 1.78571rem !important;
        padding-bottom: 1.78571rem !important;
    }
    .g-py-30 {
        padding-top: 2.14286rem !important;
        padding-bottom: 2.14286rem !important;
    }
    .g-py-35 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .g-py-40 {
        padding-top: 2.85714rem !important;
        padding-bottom: 2.85714rem !important;
    }
    .g-py-45 {
        padding-top: 3.21429rem !important;
        padding-bottom: 3.21429rem !important;
    }
    .g-py-50 {
        padding-top: 3.57143rem !important;
        padding-bottom: 3.57143rem !important;
    }
    .g-py-55 {
        padding-top: 3.92857rem !important;
        padding-bottom: 3.92857rem !important;
    }
    .g-py-60 {
        padding-top: 4.28571rem !important;
        padding-bottom: 4.28571rem !important;
    }
    .g-py-65 {
        padding-top: 4.64286rem !important;
        padding-bottom: 4.64286rem !important;
    }
    .g-py-70 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .g-py-75 {
        padding-top: 5.35714rem !important;
        padding-bottom: 5.35714rem !important;
    }
    .g-py-80 {
        padding-top: 5.71429rem !important;
        padding-bottom: 5.71429rem !important;
    }
    .g-py-85 {
        padding-top: 6.07143rem !important;
        padding-bottom: 6.07143rem !important;
    }
    .g-py-90 {
        padding-top: 6.42857rem !important;
        padding-bottom: 6.42857rem !important;
    }
    .g-py-95 {
        padding-top: 6.78571rem !important;
        padding-bottom: 6.78571rem !important;
    }
    .g-py-100 {
        padding-top: 7.14286rem !important;
        padding-bottom: 7.14286rem !important;
    }
    .g-py-105 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
    .g-py-110 {
        padding-top: 7.85714rem !important;
        padding-bottom: 7.85714rem !important;
    }
    .g-py-115 {
        padding-top: 8.21429rem !important;
        padding-bottom: 8.21429rem !important;
    }
    .g-py-120 {
        padding-top: 8.57143rem !important;
        padding-bottom: 8.57143rem !important;
    }
    .g-py-125 {
        padding-top: 8.92857rem !important;
        padding-bottom: 8.92857rem !important;
    }
    .g-py-130 {
        padding-top: 9.28571rem !important;
        padding-bottom: 9.28571rem !important;
    }
    .g-py-135 {
        padding-top: 9.64286rem !important;
        padding-bottom: 9.64286rem !important;
    }
    .g-py-140 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
    .g-py-145 {
        padding-top: 10.35714rem !important;
        padding-bottom: 10.35714rem !important;
    }
    .g-py-150 {
        padding-top: 10.71429rem !important;
        padding-bottom: 10.71429rem !important;
    }
    .g-py-155 {
        padding-top: 11.07143rem !important;
        padding-bottom: 11.07143rem !important;
    }
    .g-py-160 {
        padding-top: 11.42857rem !important;
        padding-bottom: 11.42857rem !important;
    }
    .g-py-165 {
        padding-top: 11.78571rem !important;
        padding-bottom: 11.78571rem !important;
    }
    .g-py-170 {
        padding-top: 12.14286rem !important;
        padding-bottom: 12.14286rem !important;
    }
    .g-py-200 {
        padding-top: 14.28571rem !important;
        padding-bottom: 14.28571rem !important;
    }
    .g-py-300 {
        padding-top: 21.42857rem !important;
        padding-bottom: 21.42857rem !important;
    }
    .g-py-400 {
        padding-top: 28.57143rem !important;
        padding-bottom: 28.57143rem !important;
    }
    .g-py-500 {
        padding-top: 35.71429rem !important;
        padding-bottom: 35.71429rem !important;
    }
    /* padding TOP */
    .g-pt-0 {
        padding-top: 0 !important;
    }
    .g-pt-1 {
        padding-top: 0.07143rem !important;
    }
    .g-pt-2 {
        padding-top: 0.14286rem !important;
    }
    .g-pt-3 {
        padding-top: 0.21429rem !important;
    }
    .g-pt-4 {
        padding-top: 0.28571rem !important;
    }
    .g-pt-5 {
        padding-top: 0.35714rem !important;
    }
    .g-pt-6 {
        padding-top: 0.42857rem !important;
    }
    .g-pt-7 {
        padding-top: 0.5rem !important;
    }
    .g-pt-8 {
        padding-top: 0.57143rem !important;
    }
    .g-pt-9 {
        padding-top: 0.64286rem !important;
    }
    .g-pt-10 {
        padding-top: 0.71429rem !important;
    }
    .g-pt-11 {
        padding-top: 0.78571rem !important;
    }
    .g-pt-12 {
        padding-top: 0.85714rem !important;
    }
    .g-pt-13 {
        padding-top: 0.92857rem !important;
    }
    .g-pt-14 {
        padding-top: 1rem !important;
    }
    .g-pt-15 {
        padding-top: 1.07143rem !important;
    }
    .g-pt-16 {
        padding-top: 1.14286rem !important;
    }
    .g-pt-17 {
        padding-top: 1.21429rem !important;
    }
    .g-pt-18 {
        padding-top: 1.28571rem !important;
    }
    .g-pt-19 {
        padding-top: 1.35714rem !important;
    }
    .g-pt-20 {
        padding-top: 1.42857rem !important;
    }
    .g-pt-25 {
        padding-top: 1.78571rem !important;
    }
    .g-pt-30 {
        padding-top: 2.14286rem !important;
    }
    .g-pt-35 {
        padding-top: 2.5rem !important;
    }
    .g-pt-40 {
        padding-top: 2.85714rem !important;
    }
    .g-pt-45 {
        padding-top: 3.21429rem !important;
    }
    .g-pt-50 {
        padding-top: 3.57143rem !important;
    }
    .g-pt-55 {
        padding-top: 3.92857rem !important;
    }
    .g-pt-60 {
        padding-top: 4.28571rem !important;
    }
    .g-pt-65 {
        padding-top: 4.64286rem !important;
    }
    .g-pt-70 {
        padding-top: 5rem !important;
    }
    .g-pt-75 {
        padding-top: 5.35714rem !important;
    }
    .g-pt-80 {
        padding-top: 5.71429rem !important;
    }
    .g-pt-85 {
        padding-top: 6.07143rem !important;
    }
    .g-pt-90 {
        padding-top: 6.42857rem !important;
    }
    .g-pt-95 {
        padding-top: 6.78571rem !important;
    }
    .g-pt-100 {
        padding-top: 7.14286rem !important;
    }
    .g-pt-105 {
        padding-top: 7.5rem !important;
    }
    .g-pt-110 {
        padding-top: 7.85714rem !important;
    }
    .g-pt-115 {
        padding-top: 8.21429rem !important;
    }
    .g-pt-120 {
        padding-top: 8.57143rem !important;
    }
    .g-pt-125 {
        padding-top: 8.92857rem !important;
    }
    .g-pt-130 {
        padding-top: 9.28571rem !important;
    }
    .g-pt-135 {
        padding-top: 9.64286rem !important;
    }
    .g-pt-140 {
        padding-top: 10rem !important;
    }
    .g-pt-145 {
        padding-top: 10.35714rem !important;
    }
    .g-pt-150 {
        padding-top: 10.71429rem !important;
    }
    .g-pt-155 {
        padding-top: 11.07143rem !important;
    }
    .g-pt-160 {
        padding-top: 11.42857rem !important;
    }
    .g-pt-165 {
        padding-top: 11.78571rem !important;
    }
    .g-pt-170 {
        padding-top: 12.14286rem !important;
    }
    .g-pt-200 {
        padding-top: 14.28571rem !important;
    }
    .g-pt-300 {
        padding-top: 21.42857rem !important;
    }
    .g-pt-400 {
        padding-top: 28.57143rem !important;
    }
    .g-pt-500 {
        padding-top: 35.71429rem !important;
    }
    /* padding BOTTOM */
    .g-pb-0 {
        padding-bottom: 0 !important;
    }
    .g-pb-1 {
        padding-bottom: 0.07143rem !important;
    }
    .g-pb-2 {
        padding-bottom: 0.14286rem !important;
    }
    .g-pb-3 {
        padding-bottom: 0.21429rem !important;
    }
    .g-pb-4 {
        padding-bottom: 0.28571rem !important;
    }
    .g-pb-5 {
        padding-bottom: 0.35714rem !important;
    }
    .g-pb-6 {
        padding-bottom: 0.42857rem !important;
    }
    .g-pb-7 {
        padding-bottom: 0.5rem !important;
    }
    .g-pb-8 {
        padding-bottom: 0.57143rem !important;
    }
    .g-pb-9 {
        padding-bottom: 0.64286rem !important;
    }
    .g-pb-10 {
        padding-bottom: 0.71429rem !important;
    }
    .g-pb-11 {
        padding-bottom: 0.78571rem !important;
    }
    .g-pb-12 {
        padding-bottom: 0.85714rem !important;
    }
    .g-pb-13 {
        padding-bottom: 0.92857rem !important;
    }
    .g-pb-14 {
        padding-bottom: 1rem !important;
    }
    .g-pb-15 {
        padding-bottom: 1.07143rem !important;
    }
    .g-pb-16 {
        padding-bottom: 1.14286rem !important;
    }
    .g-pb-17 {
        padding-bottom: 1.21429rem !important;
    }
    .g-pb-18 {
        padding-bottom: 1.28571rem !important;
    }
    .g-pb-19 {
        padding-bottom: 1.35714rem !important;
    }
    .g-pb-20 {
        padding-bottom: 1.42857rem !important;
    }
    .g-pb-25 {
        padding-bottom: 1.78571rem !important;
    }
    .g-pb-30 {
        padding-bottom: 2.14286rem !important;
    }
    .g-pb-35 {
        padding-bottom: 2.5rem !important;
    }
    .g-pb-40 {
        padding-bottom: 2.85714rem !important;
    }
    .g-pb-45 {
        padding-bottom: 3.21429rem !important;
    }
    .g-pb-50 {
        padding-bottom: 3.57143rem !important;
    }
    .g-pb-55 {
        padding-bottom: 3.92857rem !important;
    }
    .g-pb-60 {
        padding-bottom: 4.28571rem !important;
    }
    .g-pb-65 {
        padding-bottom: 4.64286rem !important;
    }
    .g-pb-70 {
        padding-bottom: 5rem !important;
    }
    .g-pb-75 {
        padding-bottom: 5.35714rem !important;
    }
    .g-pb-80 {
        padding-bottom: 5.71429rem !important;
    }
    .g-pb-85 {
        padding-bottom: 6.07143rem !important;
    }
    .g-pb-90 {
        padding-bottom: 6.42857rem !important;
    }
    .g-pb-95 {
        padding-bottom: 6.78571rem !important;
    }
    .g-pb-100 {
        padding-bottom: 7.14286rem !important;
    }
    .g-pb-105 {
        padding-bottom: 7.5rem !important;
    }
    .g-pb-110 {
        padding-bottom: 7.85714rem !important;
    }
    .g-pb-115 {
        padding-bottom: 8.21429rem !important;
    }
    .g-pb-120 {
        padding-bottom: 8.57143rem !important;
    }
    .g-pb-125 {
        padding-bottom: 8.92857rem !important;
    }
    .g-pb-130 {
        padding-bottom: 9.28571rem !important;
    }
    .g-pb-135 {
        padding-bottom: 9.64286rem !important;
    }
    .g-pb-140 {
        padding-bottom: 10rem !important;
    }
    .g-pb-145 {
        padding-bottom: 10.35714rem !important;
    }
    .g-pb-150 {
        padding-bottom: 10.71429rem !important;
    }
    .g-pb-155 {
        padding-bottom: 11.07143rem !important;
    }
    .g-pb-160 {
        padding-bottom: 11.42857rem !important;
    }
    .g-pb-165 {
        padding-bottom: 11.78571rem !important;
    }
    .g-pb-170 {
        padding-bottom: 12.14286rem !important;
    }
    .g-pb-200 {
        padding-bottom: 14.28571rem !important;
    }
    .g-pb-300 {
        padding-bottom: 21.42857rem !important;
    }
    .g-pb-400 {
        padding-bottom: 28.57143rem !important;
    }
    .g-pb-500 {
        padding-bottom: 35.71429rem !important;
    }
    /* padding LEFT */
    .g-pl-0 {
        padding-left: 0 !important;
    }
    .g-pl-1 {
        padding-left: 0.07143rem !important;
    }
    .g-pl-2 {
        padding-left: 0.14286rem !important;
    }
    .g-pl-3 {
        padding-left: 0.21429rem !important;
    }
    .g-pl-4 {
        padding-left: 0.28571rem !important;
    }
    .g-pl-5 {
        padding-left: 0.35714rem !important;
    }
    .g-pl-6 {
        padding-left: 0.42857rem !important;
    }
    .g-pl-7 {
        padding-left: 0.5rem !important;
    }
    .g-pl-8 {
        padding-left: 0.57143rem !important;
    }
    .g-pl-9 {
        padding-left: 0.64286rem !important;
    }
    .g-pl-10 {
        padding-left: 0.71429rem !important;
    }
    .g-pl-11 {
        padding-left: 0.78571rem !important;
    }
    .g-pl-12 {
        padding-left: 0.85714rem !important;
    }
    .g-pl-13 {
        padding-left: 0.92857rem !important;
    }
    .g-pl-14 {
        padding-left: 1rem !important;
    }
    .g-pl-15 {
        padding-left: 1.07143rem !important;
    }
    .g-pl-16 {
        padding-left: 1.14286rem !important;
    }
    .g-pl-17 {
        padding-left: 1.21429rem !important;
    }
    .g-pl-18 {
        padding-left: 1.28571rem !important;
    }
    .g-pl-19 {
        padding-left: 1.35714rem !important;
    }
    .g-pl-20 {
        padding-left: 1.42857rem !important;
    }
    .g-pl-25 {
        padding-left: 1.78571rem !important;
    }
    .g-pl-30 {
        padding-left: 2.14286rem !important;
    }
    .g-pl-35 {
        padding-left: 2.5rem !important;
    }
    .g-pl-40 {
        padding-left: 2.85714rem !important;
    }
    .g-pl-45 {
        padding-left: 3.21429rem !important;
    }
    .g-pl-50 {
        padding-left: 3.57143rem !important;
    }
    .g-pl-55 {
        padding-left: 3.92857rem !important;
    }
    .g-pl-60 {
        padding-left: 4.28571rem !important;
    }
    .g-pl-65 {
        padding-left: 4.64286rem !important;
    }
    .g-pl-70 {
        padding-left: 5rem !important;
    }
    .g-pl-75 {
        padding-left: 5.35714rem !important;
    }
    .g-pl-80 {
        padding-left: 5.71429rem !important;
    }
    .g-pl-85 {
        padding-left: 6.07143rem !important;
    }
    .g-pl-90 {
        padding-left: 6.42857rem !important;
    }
    .g-pl-95 {
        padding-left: 6.78571rem !important;
    }
    .g-pl-100 {
        padding-left: 7.14286rem !important;
    }
    .g-pl-105 {
        padding-left: 7.5rem !important;
    }
    .g-pl-110 {
        padding-left: 7.85714rem !important;
    }
    .g-pl-115 {
        padding-left: 8.21429rem !important;
    }
    .g-pl-120 {
        padding-left: 8.57143rem !important;
    }
    .g-pl-125 {
        padding-left: 8.92857rem !important;
    }
    .g-pl-130 {
        padding-left: 9.28571rem !important;
    }
    .g-pl-135 {
        padding-left: 9.64286rem !important;
    }
    .g-pl-140 {
        padding-left: 10rem !important;
    }
    .g-pl-145 {
        padding-left: 10.35714rem !important;
    }
    .g-pl-150 {
        padding-left: 10.71429rem !important;
    }
    .g-pl-155 {
        padding-left: 11.07143rem !important;
    }
    .g-pl-160 {
        padding-left: 11.42857rem !important;
    }
    .g-pl-165 {
        padding-left: 11.78571rem !important;
    }
    .g-pl-170 {
        padding-left: 12.14286rem !important;
    }
    .g-pl-200 {
        padding-left: 14.28571rem !important;
    }
    .g-pl-300 {
        padding-left: 21.42857rem !important;
    }
    .g-pl-400 {
        padding-left: 28.57143rem !important;
    }
    .g-pl-500 {
        padding-left: 35.71429rem !important;
    }
    /* padding RIGHT */
    .g-pr-0 {
        padding-right: 0 !important;
    }
    .g-pr-1 {
        padding-right: 0.07143rem !important;
    }
    .g-pr-2 {
        padding-right: 0.14286rem !important;
    }
    .g-pr-3 {
        padding-right: 0.21429rem !important;
    }
    .g-pr-4 {
        padding-right: 0.28571rem !important;
    }
    .g-pr-5 {
        padding-right: 0.35714rem !important;
    }
    .g-pr-6 {
        padding-right: 0.42857rem !important;
    }
    .g-pr-7 {
        padding-right: 0.5rem !important;
    }
    .g-pr-8 {
        padding-right: 0.57143rem !important;
    }
    .g-pr-9 {
        padding-right: 0.64286rem !important;
    }
    .g-pr-10 {
        padding-right: 0.71429rem !important;
    }
    .g-pr-11 {
        padding-right: 0.78571rem !important;
    }
    .g-pr-12 {
        padding-right: 0.85714rem !important;
    }
    .g-pr-13 {
        padding-right: 0.92857rem !important;
    }
    .g-pr-14 {
        padding-right: 1rem !important;
    }
    .g-pr-15 {
        padding-right: 1.07143rem !important;
    }
    .g-pr-16 {
        padding-right: 1.14286rem !important;
    }
    .g-pr-17 {
        padding-right: 1.21429rem !important;
    }
    .g-pr-18 {
        padding-right: 1.28571rem !important;
    }
    .g-pr-19 {
        padding-right: 1.35714rem !important;
    }
    .g-pr-20 {
        padding-right: 1.42857rem !important;
    }
    .g-pr-25 {
        padding-right: 1.78571rem !important;
    }
    .g-pr-30 {
        padding-right: 2.14286rem !important;
    }
    .g-pr-35 {
        padding-right: 2.5rem !important;
    }
    .g-pr-40 {
        padding-right: 2.85714rem !important;
    }
    .g-pr-45 {
        padding-right: 3.21429rem !important;
    }
    .g-pr-50 {
        padding-right: 3.57143rem !important;
    }
    .g-pr-55 {
        padding-right: 3.92857rem !important;
    }
    .g-pr-60 {
        padding-right: 4.28571rem !important;
    }
    .g-pr-65 {
        padding-right: 4.64286rem !important;
    }
    .g-pr-70 {
        padding-right: 5rem !important;
    }
    .g-pr-75 {
        padding-right: 5.35714rem !important;
    }
    .g-pr-80 {
        padding-right: 5.71429rem !important;
    }
    .g-pr-85 {
        padding-right: 6.07143rem !important;
    }
    .g-pr-90 {
        padding-right: 6.42857rem !important;
    }
    .g-pr-95 {
        padding-right: 6.78571rem !important;
    }
    .g-pr-100 {
        padding-right: 7.14286rem !important;
    }
    .g-pr-105 {
        padding-right: 7.5rem !important;
    }
    .g-pr-110 {
        padding-right: 7.85714rem !important;
    }
    .g-pr-115 {
        padding-right: 8.21429rem !important;
    }
    .g-pr-120 {
        padding-right: 8.57143rem !important;
    }
    .g-pr-125 {
        padding-right: 8.92857rem !important;
    }
    .g-pr-130 {
        padding-right: 9.28571rem !important;
    }
    .g-pr-135 {
        padding-right: 9.64286rem !important;
    }
    .g-pr-140 {
        padding-right: 10rem !important;
    }
    .g-pr-145 {
        padding-right: 10.35714rem !important;
    }
    .g-pr-150 {
        padding-right: 10.71429rem !important;
    }
    .g-pr-155 {
        padding-right: 11.07143rem !important;
    }
    .g-pr-160 {
        padding-right: 11.42857rem !important;
    }
    .g-pr-165 {
        padding-right: 11.78571rem !important;
    }
    .g-pr-170 {
        padding-right: 12.14286rem !important;
    }
    .g-pr-200 {
        padding-right: 14.28571rem !important;
    }
    .g-pr-300 {
        padding-right: 21.42857rem !important;
    }
    .g-pr-400 {
        padding-right: 28.57143rem !important;
    }
    .g-pr-500 {
        padding-right: 35.71429rem !important;
    }
}

/* Padding Spaces (sm)
------------------------------------*/
/* Paddings */
@media (min-width: 576px) {
    /* padding ALL */
    .g-pa-0--sm {
        padding: 0 !important;
    }
    .g-pa-1--sm {
        padding: 0.07143rem !important;
    }
    .g-pa-2--sm {
        padding: 0.14286rem !important;
    }
    .g-pa-3--sm {
        padding: 0.21429rem !important;
    }
    .g-pa-4--sm {
        padding: 0.28571rem !important;
    }
    .g-pa-5--sm {
        padding: 0.35714rem !important;
    }
    .g-pa-6--sm {
        padding: 0.42857rem !important;
    }
    .g-pa-7--sm {
        padding: 0.5rem !important;
    }
    .g-pa-8--sm {
        padding: 0.57143rem !important;
    }
    .g-pa-9--sm {
        padding: 0.64286rem !important;
    }
    .g-pa-10--sm {
        padding: 0.71429rem !important;
    }
    .g-pa-11--sm {
        padding: 0.78571rem !important;
    }
    .g-pa-12--sm {
        padding: 0.85714rem !important;
    }
    .g-pa-13--sm {
        padding: 0.92857rem !important;
    }
    .g-pa-14--sm {
        padding: 1rem !important;
    }
    .g-pa-15--sm {
        padding: 1.07143rem !important;
    }
    .g-pa-16--sm {
        padding: 1.14286rem !important;
    }
    .g-pa-17--sm {
        padding: 1.21429rem !important;
    }
    .g-pa-18--sm {
        padding: 1.28571rem !important;
    }
    .g-pa-19--sm {
        padding: 1.35714rem !important;
    }
    .g-pa-20--sm {
        padding: 1.42857rem !important;
    }
    .g-pa-25--sm {
        padding: 1.78571rem !important;
    }
    .g-pa-30--sm {
        padding: 2.14286rem !important;
    }
    .g-pa-35--sm {
        padding: 2.5rem !important;
    }
    .g-pa-40--sm {
        padding: 2.85714rem !important;
    }
    .g-pa-45--sm {
        padding: 3.21429rem !important;
    }
    .g-pa-50--sm {
        padding: 3.57143rem !important;
    }
    .g-pa-55--sm {
        padding: 3.92857rem !important;
    }
    .g-pa-60--sm {
        padding: 4.28571rem !important;
    }
    .g-pa-65--sm {
        padding: 4.64286rem !important;
    }
    .g-pa-70--sm {
        padding: 5rem !important;
    }
    .g-pa-75--sm {
        padding: 5.35714rem !important;
    }
    .g-pa-80--sm {
        padding: 5.71429rem !important;
    }
    .g-pa-85--sm {
        padding: 6.07143rem !important;
    }
    .g-pa-90--sm {
        padding: 6.42857rem !important;
    }
    .g-pa-95--sm {
        padding: 6.78571rem !important;
    }
    .g-pa-100--sm {
        padding: 7.14286rem !important;
    }
    .g-pa-105--sm {
        padding: 7.5rem !important;
    }
    .g-pa-110--sm {
        padding: 7.85714rem !important;
    }
    .g-pa-115--sm {
        padding: 8.21429rem !important;
    }
    .g-pa-120--sm {
        padding: 8.57143rem !important;
    }
    .g-pa-125--sm {
        padding: 8.92857rem !important;
    }
    .g-pa-130--sm {
        padding: 9.28571rem !important;
    }
    .g-pa-135--sm {
        padding: 9.64286rem !important;
    }
    .g-pa-140--sm {
        padding: 10rem !important;
    }
    .g-pa-145--sm {
        padding: 10.35714rem !important;
    }
    .g-pa-150--sm {
        padding: 10.71429rem !important;
    }
    .g-pa-155--sm {
        padding: 11.07143rem !important;
    }
    .g-pa-160--sm {
        padding: 11.42857rem !important;
    }
    .g-pa-165--sm {
        padding: 11.78571rem !important;
    }
    .g-pa-170--sm {
        padding: 12.14286rem !important;
    }
    .g-pa-200--sm {
        padding: 14.28571rem !important;
    }
    .g-pa-300--sm {
        padding: 21.42857rem !important;
    }
    .g-pa-400--sm {
        padding: 28.57143rem !important;
    }
    .g-pa-500--sm {
        padding: 35.71429rem !important;
    }
    /* padding X */
    .g-px-0--sm {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .g-px-1--sm {
        padding-left: 0.07143rem !important;
        padding-right: 0.07143rem !important;
    }
    .g-px-2--sm {
        padding-left: 0.14286rem !important;
        padding-right: 0.14286rem !important;
    }
    .g-px-3--sm {
        padding-left: 0.21429rem !important;
        padding-right: 0.21429rem !important;
    }
    .g-px-4--sm {
        padding-left: 0.28571rem !important;
        padding-right: 0.28571rem !important;
    }
    .g-px-5--sm {
        padding-left: 0.35714rem !important;
        padding-right: 0.35714rem !important;
    }
    .g-px-6--sm {
        padding-left: 0.42857rem !important;
        padding-right: 0.42857rem !important;
    }
    .g-px-7--sm {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .g-px-8--sm {
        padding-left: 0.57143rem !important;
        padding-right: 0.57143rem !important;
    }
    .g-px-9--sm {
        padding-left: 0.64286rem !important;
        padding-right: 0.64286rem !important;
    }
    .g-px-10--sm {
        padding-left: 0.71429rem !important;
        padding-right: 0.71429rem !important;
    }
    .g-px-11--sm {
        padding-left: 0.78571rem !important;
        padding-right: 0.78571rem !important;
    }
    .g-px-12--sm {
        padding-left: 0.85714rem !important;
        padding-right: 0.85714rem !important;
    }
    .g-px-13--sm {
        padding-left: 0.92857rem !important;
        padding-right: 0.92857rem !important;
    }
    .g-px-14--sm {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .g-px-15--sm {
        padding-left: 1.07143rem !important;
        padding-right: 1.07143rem !important;
    }
    .g-px-16--sm {
        padding-left: 1.14286rem !important;
        padding-right: 1.14286rem !important;
    }
    .g-px-17--sm {
        padding-left: 1.21429rem !important;
        padding-right: 1.21429rem !important;
    }
    .g-px-18--sm {
        padding-left: 1.28571rem !important;
        padding-right: 1.28571rem !important;
    }
    .g-px-19--sm {
        padding-left: 1.35714rem !important;
        padding-right: 1.35714rem !important;
    }
    .g-px-20--sm {
        padding-left: 1.42857rem !important;
        padding-right: 1.42857rem !important;
    }
    .g-px-25--sm {
        padding-left: 1.78571rem !important;
        padding-right: 1.78571rem !important;
    }
    .g-px-30--sm {
        padding-left: 2.14286rem !important;
        padding-right: 2.14286rem !important;
    }
    .g-px-35--sm {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .g-px-40--sm {
        padding-left: 2.85714rem !important;
        padding-right: 2.85714rem !important;
    }
    .g-px-45--sm {
        padding-left: 3.21429rem !important;
        padding-right: 3.21429rem !important;
    }
    .g-px-50--sm {
        padding-left: 3.57143rem !important;
        padding-right: 3.57143rem !important;
    }
    .g-px-55--sm {
        padding-left: 3.92857rem !important;
        padding-right: 3.92857rem !important;
    }
    .g-px-60--sm {
        padding-left: 4.28571rem !important;
        padding-right: 4.28571rem !important;
    }
    .g-px-65--sm {
        padding-left: 4.64286rem !important;
        padding-right: 4.64286rem !important;
    }
    .g-px-70--sm {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .g-px-75--sm {
        padding-left: 5.35714rem !important;
        padding-right: 5.35714rem !important;
    }
    .g-px-80--sm {
        padding-left: 5.71429rem !important;
        padding-right: 5.71429rem !important;
    }
    .g-px-85--sm {
        padding-left: 6.07143rem !important;
        padding-right: 6.07143rem !important;
    }
    .g-px-90--sm {
        padding-left: 6.42857rem !important;
        padding-right: 6.42857rem !important;
    }
    .g-px-95--sm {
        padding-left: 6.78571rem !important;
        padding-right: 6.78571rem !important;
    }
    .g-px-100--sm {
        padding-left: 7.14286rem !important;
        padding-right: 7.14286rem !important;
    }
    .g-px-105--sm {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }
    .g-px-110--sm {
        padding-left: 7.85714rem !important;
        padding-right: 7.85714rem !important;
    }
    .g-px-115--sm {
        padding-left: 8.21429rem !important;
        padding-right: 8.21429rem !important;
    }
    .g-px-120--sm {
        padding-left: 8.57143rem !important;
        padding-right: 8.57143rem !important;
    }
    .g-px-125--sm {
        padding-left: 8.92857rem !important;
        padding-right: 8.92857rem !important;
    }
    .g-px-130--sm {
        padding-left: 9.28571rem !important;
        padding-right: 9.28571rem !important;
    }
    .g-px-135--sm {
        padding-left: 9.64286rem !important;
        padding-right: 9.64286rem !important;
    }
    .g-px-140--sm {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .g-px-145--sm {
        padding-left: 10.35714rem !important;
        padding-right: 10.35714rem !important;
    }
    .g-px-150--sm {
        padding-left: 10.71429rem !important;
        padding-right: 10.71429rem !important;
    }
    .g-px-155--sm {
        padding-left: 11.07143rem !important;
        padding-right: 11.07143rem !important;
    }
    .g-px-160--sm {
        padding-left: 11.42857rem !important;
        padding-right: 11.42857rem !important;
    }
    .g-px-165--sm {
        padding-left: 11.78571rem !important;
        padding-right: 11.78571rem !important;
    }
    .g-px-170--sm {
        padding-left: 12.14286rem !important;
        padding-right: 12.14286rem !important;
    }
    .g-px-200--sm {
        padding-left: 14.28571rem !important;
        padding-right: 14.28571rem !important;
    }
    .g-px-300--sm {
        padding-left: 21.42857rem !important;
        padding-right: 21.42857rem !important;
    }
    .g-px-400--sm {
        padding-left: 28.57143rem !important;
        padding-right: 28.57143rem !important;
    }
    .g-px-500--sm {
        padding-left: 35.71429rem !important;
        padding-right: 35.71429rem !important;
    }
    /* padding Y */
    .g-py-0--sm {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .g-py-1--sm {
        padding-top: 0.07143rem !important;
        padding-bottom: 0.07143rem !important;
    }
    .g-py-2--sm {
        padding-top: 0.14286rem !important;
        padding-bottom: 0.14286rem !important;
    }
    .g-py-3--sm {
        padding-top: 0.21429rem !important;
        padding-bottom: 0.21429rem !important;
    }
    .g-py-4--sm {
        padding-top: 0.28571rem !important;
        padding-bottom: 0.28571rem !important;
    }
    .g-py-5--sm {
        padding-top: 0.35714rem !important;
        padding-bottom: 0.35714rem !important;
    }
    .g-py-6--sm {
        padding-top: 0.42857rem !important;
        padding-bottom: 0.42857rem !important;
    }
    .g-py-7--sm {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .g-py-8--sm {
        padding-top: 0.57143rem !important;
        padding-bottom: 0.57143rem !important;
    }
    .g-py-9--sm {
        padding-top: 0.64286rem !important;
        padding-bottom: 0.64286rem !important;
    }
    .g-py-10--sm {
        padding-top: 0.71429rem !important;
        padding-bottom: 0.71429rem !important;
    }
    .g-py-11--sm {
        padding-top: 0.78571rem !important;
        padding-bottom: 0.78571rem !important;
    }
    .g-py-12--sm {
        padding-top: 0.85714rem !important;
        padding-bottom: 0.85714rem !important;
    }
    .g-py-13--sm {
        padding-top: 0.92857rem !important;
        padding-bottom: 0.92857rem !important;
    }
    .g-py-14--sm {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .g-py-15--sm {
        padding-top: 1.07143rem !important;
        padding-bottom: 1.07143rem !important;
    }
    .g-py-16--sm {
        padding-top: 1.14286rem !important;
        padding-bottom: 1.14286rem !important;
    }
    .g-py-17--sm {
        padding-top: 1.21429rem !important;
        padding-bottom: 1.21429rem !important;
    }
    .g-py-18--sm {
        padding-top: 1.28571rem !important;
        padding-bottom: 1.28571rem !important;
    }
    .g-py-19--sm {
        padding-top: 1.35714rem !important;
        padding-bottom: 1.35714rem !important;
    }
    .g-py-20--sm {
        padding-top: 1.42857rem !important;
        padding-bottom: 1.42857rem !important;
    }
    .g-py-25--sm {
        padding-top: 1.78571rem !important;
        padding-bottom: 1.78571rem !important;
    }
    .g-py-30--sm {
        padding-top: 2.14286rem !important;
        padding-bottom: 2.14286rem !important;
    }
    .g-py-35--sm {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .g-py-40--sm {
        padding-top: 2.85714rem !important;
        padding-bottom: 2.85714rem !important;
    }
    .g-py-45--sm {
        padding-top: 3.21429rem !important;
        padding-bottom: 3.21429rem !important;
    }
    .g-py-50--sm {
        padding-top: 3.57143rem !important;
        padding-bottom: 3.57143rem !important;
    }
    .g-py-55--sm {
        padding-top: 3.92857rem !important;
        padding-bottom: 3.92857rem !important;
    }
    .g-py-60--sm {
        padding-top: 4.28571rem !important;
        padding-bottom: 4.28571rem !important;
    }
    .g-py-65--sm {
        padding-top: 4.64286rem !important;
        padding-bottom: 4.64286rem !important;
    }
    .g-py-70--sm {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .g-py-75--sm {
        padding-top: 5.35714rem !important;
        padding-bottom: 5.35714rem !important;
    }
    .g-py-80--sm {
        padding-top: 5.71429rem !important;
        padding-bottom: 5.71429rem !important;
    }
    .g-py-85--sm {
        padding-top: 6.07143rem !important;
        padding-bottom: 6.07143rem !important;
    }
    .g-py-90--sm {
        padding-top: 6.42857rem !important;
        padding-bottom: 6.42857rem !important;
    }
    .g-py-95--sm {
        padding-top: 6.78571rem !important;
        padding-bottom: 6.78571rem !important;
    }
    .g-py-100--sm {
        padding-top: 7.14286rem !important;
        padding-bottom: 7.14286rem !important;
    }
    .g-py-105--sm {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
    .g-py-110--sm {
        padding-top: 7.85714rem !important;
        padding-bottom: 7.85714rem !important;
    }
    .g-py-115--sm {
        padding-top: 8.21429rem !important;
        padding-bottom: 8.21429rem !important;
    }
    .g-py-120--sm {
        padding-top: 8.57143rem !important;
        padding-bottom: 8.57143rem !important;
    }
    .g-py-125--sm {
        padding-top: 8.92857rem !important;
        padding-bottom: 8.92857rem !important;
    }
    .g-py-130--sm {
        padding-top: 9.28571rem !important;
        padding-bottom: 9.28571rem !important;
    }
    .g-py-135--sm {
        padding-top: 9.64286rem !important;
        padding-bottom: 9.64286rem !important;
    }
    .g-py-140--sm {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
    .g-py-145--sm {
        padding-top: 10.35714rem !important;
        padding-bottom: 10.35714rem !important;
    }
    .g-py-150--sm {
        padding-top: 10.71429rem !important;
        padding-bottom: 10.71429rem !important;
    }
    .g-py-155--sm {
        padding-top: 11.07143rem !important;
        padding-bottom: 11.07143rem !important;
    }
    .g-py-160--sm {
        padding-top: 11.42857rem !important;
        padding-bottom: 11.42857rem !important;
    }
    .g-py-165--sm {
        padding-top: 11.78571rem !important;
        padding-bottom: 11.78571rem !important;
    }
    .g-py-170--sm {
        padding-top: 12.14286rem !important;
        padding-bottom: 12.14286rem !important;
    }
    .g-py-200--sm {
        padding-top: 14.28571rem !important;
        padding-bottom: 14.28571rem !important;
    }
    .g-py-300--sm {
        padding-top: 21.42857rem !important;
        padding-bottom: 21.42857rem !important;
    }
    .g-py-400--sm {
        padding-top: 28.57143rem !important;
        padding-bottom: 28.57143rem !important;
    }
    .g-py-500--sm {
        padding-top: 35.71429rem !important;
        padding-bottom: 35.71429rem !important;
    }
    /* padding TOP */
    .g-pt-0--sm {
        padding-top: 0 !important;
    }
    .g-pt-1--sm {
        padding-top: 0.07143rem !important;
    }
    .g-pt-2--sm {
        padding-top: 0.14286rem !important;
    }
    .g-pt-3--sm {
        padding-top: 0.21429rem !important;
    }
    .g-pt-4--sm {
        padding-top: 0.28571rem !important;
    }
    .g-pt-5--sm {
        padding-top: 0.35714rem !important;
    }
    .g-pt-6--sm {
        padding-top: 0.42857rem !important;
    }
    .g-pt-7--sm {
        padding-top: 0.5rem !important;
    }
    .g-pt-8--sm {
        padding-top: 0.57143rem !important;
    }
    .g-pt-9--sm {
        padding-top: 0.64286rem !important;
    }
    .g-pt-10--sm {
        padding-top: 0.71429rem !important;
    }
    .g-pt-11--sm {
        padding-top: 0.78571rem !important;
    }
    .g-pt-12--sm {
        padding-top: 0.85714rem !important;
    }
    .g-pt-13--sm {
        padding-top: 0.92857rem !important;
    }
    .g-pt-14--sm {
        padding-top: 1rem !important;
    }
    .g-pt-15--sm {
        padding-top: 1.07143rem !important;
    }
    .g-pt-16--sm {
        padding-top: 1.14286rem !important;
    }
    .g-pt-17--sm {
        padding-top: 1.21429rem !important;
    }
    .g-pt-18--sm {
        padding-top: 1.28571rem !important;
    }
    .g-pt-19--sm {
        padding-top: 1.35714rem !important;
    }
    .g-pt-20--sm {
        padding-top: 1.42857rem !important;
    }
    .g-pt-25--sm {
        padding-top: 1.78571rem !important;
    }
    .g-pt-30--sm {
        padding-top: 2.14286rem !important;
    }
    .g-pt-35--sm {
        padding-top: 2.5rem !important;
    }
    .g-pt-40--sm {
        padding-top: 2.85714rem !important;
    }
    .g-pt-45--sm {
        padding-top: 3.21429rem !important;
    }
    .g-pt-50--sm {
        padding-top: 3.57143rem !important;
    }
    .g-pt-55--sm {
        padding-top: 3.92857rem !important;
    }
    .g-pt-60--sm {
        padding-top: 4.28571rem !important;
    }
    .g-pt-65--sm {
        padding-top: 4.64286rem !important;
    }
    .g-pt-70--sm {
        padding-top: 5rem !important;
    }
    .g-pt-75--sm {
        padding-top: 5.35714rem !important;
    }
    .g-pt-80--sm {
        padding-top: 5.71429rem !important;
    }
    .g-pt-85--sm {
        padding-top: 6.07143rem !important;
    }
    .g-pt-90--sm {
        padding-top: 6.42857rem !important;
    }
    .g-pt-95--sm {
        padding-top: 6.78571rem !important;
    }
    .g-pt-100--sm {
        padding-top: 7.14286rem !important;
    }
    .g-pt-105--sm {
        padding-top: 7.5rem !important;
    }
    .g-pt-110--sm {
        padding-top: 7.85714rem !important;
    }
    .g-pt-115--sm {
        padding-top: 8.21429rem !important;
    }
    .g-pt-120--sm {
        padding-top: 8.57143rem !important;
    }
    .g-pt-125--sm {
        padding-top: 8.92857rem !important;
    }
    .g-pt-130--sm {
        padding-top: 9.28571rem !important;
    }
    .g-pt-135--sm {
        padding-top: 9.64286rem !important;
    }
    .g-pt-140--sm {
        padding-top: 10rem !important;
    }
    .g-pt-145--sm {
        padding-top: 10.35714rem !important;
    }
    .g-pt-150--sm {
        padding-top: 10.71429rem !important;
    }
    .g-pt-155--sm {
        padding-top: 11.07143rem !important;
    }
    .g-pt-160--sm {
        padding-top: 11.42857rem !important;
    }
    .g-pt-165--sm {
        padding-top: 11.78571rem !important;
    }
    .g-pt-170--sm {
        padding-top: 12.14286rem !important;
    }
    .g-pt-200--sm {
        padding-top: 14.28571rem !important;
    }
    .g-pt-300--sm {
        padding-top: 21.42857rem !important;
    }
    .g-pt-400--sm {
        padding-top: 28.57143rem !important;
    }
    .g-pt-500--sm {
        padding-top: 35.71429rem !important;
    }
    /* padding BOTTOM */
    .g-pb-0--sm {
        padding-bottom: 0 !important;
    }
    .g-pb-1--sm {
        padding-bottom: 0.07143rem !important;
    }
    .g-pb-2--sm {
        padding-bottom: 0.14286rem !important;
    }
    .g-pb-3--sm {
        padding-bottom: 0.21429rem !important;
    }
    .g-pb-4--sm {
        padding-bottom: 0.28571rem !important;
    }
    .g-pb-5--sm {
        padding-bottom: 0.35714rem !important;
    }
    .g-pb-6--sm {
        padding-bottom: 0.42857rem !important;
    }
    .g-pb-7--sm {
        padding-bottom: 0.5rem !important;
    }
    .g-pb-8--sm {
        padding-bottom: 0.57143rem !important;
    }
    .g-pb-9--sm {
        padding-bottom: 0.64286rem !important;
    }
    .g-pb-10--sm {
        padding-bottom: 0.71429rem !important;
    }
    .g-pb-11--sm {
        padding-bottom: 0.78571rem !important;
    }
    .g-pb-12--sm {
        padding-bottom: 0.85714rem !important;
    }
    .g-pb-13--sm {
        padding-bottom: 0.92857rem !important;
    }
    .g-pb-14--sm {
        padding-bottom: 1rem !important;
    }
    .g-pb-15--sm {
        padding-bottom: 1.07143rem !important;
    }
    .g-pb-16--sm {
        padding-bottom: 1.14286rem !important;
    }
    .g-pb-17--sm {
        padding-bottom: 1.21429rem !important;
    }
    .g-pb-18--sm {
        padding-bottom: 1.28571rem !important;
    }
    .g-pb-19--sm {
        padding-bottom: 1.35714rem !important;
    }
    .g-pb-20--sm {
        padding-bottom: 1.42857rem !important;
    }
    .g-pb-25--sm {
        padding-bottom: 1.78571rem !important;
    }
    .g-pb-30--sm {
        padding-bottom: 2.14286rem !important;
    }
    .g-pb-35--sm {
        padding-bottom: 2.5rem !important;
    }
    .g-pb-40--sm {
        padding-bottom: 2.85714rem !important;
    }
    .g-pb-45--sm {
        padding-bottom: 3.21429rem !important;
    }
    .g-pb-50--sm {
        padding-bottom: 3.57143rem !important;
    }
    .g-pb-55--sm {
        padding-bottom: 3.92857rem !important;
    }
    .g-pb-60--sm {
        padding-bottom: 4.28571rem !important;
    }
    .g-pb-65--sm {
        padding-bottom: 4.64286rem !important;
    }
    .g-pb-70--sm {
        padding-bottom: 5rem !important;
    }
    .g-pb-75--sm {
        padding-bottom: 5.35714rem !important;
    }
    .g-pb-80--sm {
        padding-bottom: 5.71429rem !important;
    }
    .g-pb-85--sm {
        padding-bottom: 6.07143rem !important;
    }
    .g-pb-90--sm {
        padding-bottom: 6.42857rem !important;
    }
    .g-pb-95--sm {
        padding-bottom: 6.78571rem !important;
    }
    .g-pb-100--sm {
        padding-bottom: 7.14286rem !important;
    }
    .g-pb-105--sm {
        padding-bottom: 7.5rem !important;
    }
    .g-pb-110--sm {
        padding-bottom: 7.85714rem !important;
    }
    .g-pb-115--sm {
        padding-bottom: 8.21429rem !important;
    }
    .g-pb-120--sm {
        padding-bottom: 8.57143rem !important;
    }
    .g-pb-125--sm {
        padding-bottom: 8.92857rem !important;
    }
    .g-pb-130--sm {
        padding-bottom: 9.28571rem !important;
    }
    .g-pb-135--sm {
        padding-bottom: 9.64286rem !important;
    }
    .g-pb-140--sm {
        padding-bottom: 10rem !important;
    }
    .g-pb-145--sm {
        padding-bottom: 10.35714rem !important;
    }
    .g-pb-150--sm {
        padding-bottom: 10.71429rem !important;
    }
    .g-pb-155--sm {
        padding-bottom: 11.07143rem !important;
    }
    .g-pb-160--sm {
        padding-bottom: 11.42857rem !important;
    }
    .g-pb-165--sm {
        padding-bottom: 11.78571rem !important;
    }
    .g-pb-170--sm {
        padding-bottom: 12.14286rem !important;
    }
    .g-pb-200--sm {
        padding-bottom: 14.28571rem !important;
    }
    .g-pb-300--sm {
        padding-bottom: 21.42857rem !important;
    }
    .g-pb-400--sm {
        padding-bottom: 28.57143rem !important;
    }
    .g-pb-500--sm {
        padding-bottom: 35.71429rem !important;
    }
    /* padding LEFT */
    .g-pl-0--sm {
        padding-left: 0 !important;
    }
    .g-pl-1--sm {
        padding-left: 0.07143rem !important;
    }
    .g-pl-2--sm {
        padding-left: 0.14286rem !important;
    }
    .g-pl-3--sm {
        padding-left: 0.21429rem !important;
    }
    .g-pl-4--sm {
        padding-left: 0.28571rem !important;
    }
    .g-pl-5--sm {
        padding-left: 0.35714rem !important;
    }
    .g-pl-6--sm {
        padding-left: 0.42857rem !important;
    }
    .g-pl-7--sm {
        padding-left: 0.5rem !important;
    }
    .g-pl-8--sm {
        padding-left: 0.57143rem !important;
    }
    .g-pl-9--sm {
        padding-left: 0.64286rem !important;
    }
    .g-pl-10--sm {
        padding-left: 0.71429rem !important;
    }
    .g-pl-11--sm {
        padding-left: 0.78571rem !important;
    }
    .g-pl-12--sm {
        padding-left: 0.85714rem !important;
    }
    .g-pl-13--sm {
        padding-left: 0.92857rem !important;
    }
    .g-pl-14--sm {
        padding-left: 1rem !important;
    }
    .g-pl-15--sm {
        padding-left: 1.07143rem !important;
    }
    .g-pl-16--sm {
        padding-left: 1.14286rem !important;
    }
    .g-pl-17--sm {
        padding-left: 1.21429rem !important;
    }
    .g-pl-18--sm {
        padding-left: 1.28571rem !important;
    }
    .g-pl-19--sm {
        padding-left: 1.35714rem !important;
    }
    .g-pl-20--sm {
        padding-left: 1.42857rem !important;
    }
    .g-pl-25--sm {
        padding-left: 1.78571rem !important;
    }
    .g-pl-30--sm {
        padding-left: 2.14286rem !important;
    }
    .g-pl-35--sm {
        padding-left: 2.5rem !important;
    }
    .g-pl-40--sm {
        padding-left: 2.85714rem !important;
    }
    .g-pl-45--sm {
        padding-left: 3.21429rem !important;
    }
    .g-pl-50--sm {
        padding-left: 3.57143rem !important;
    }
    .g-pl-55--sm {
        padding-left: 3.92857rem !important;
    }
    .g-pl-60--sm {
        padding-left: 4.28571rem !important;
    }
    .g-pl-65--sm {
        padding-left: 4.64286rem !important;
    }
    .g-pl-70--sm {
        padding-left: 5rem !important;
    }
    .g-pl-75--sm {
        padding-left: 5.35714rem !important;
    }
    .g-pl-80--sm {
        padding-left: 5.71429rem !important;
    }
    .g-pl-85--sm {
        padding-left: 6.07143rem !important;
    }
    .g-pl-90--sm {
        padding-left: 6.42857rem !important;
    }
    .g-pl-95--sm {
        padding-left: 6.78571rem !important;
    }
    .g-pl-100--sm {
        padding-left: 7.14286rem !important;
    }
    .g-pl-105--sm {
        padding-left: 7.5rem !important;
    }
    .g-pl-110--sm {
        padding-left: 7.85714rem !important;
    }
    .g-pl-115--sm {
        padding-left: 8.21429rem !important;
    }
    .g-pl-120--sm {
        padding-left: 8.57143rem !important;
    }
    .g-pl-125--sm {
        padding-left: 8.92857rem !important;
    }
    .g-pl-130--sm {
        padding-left: 9.28571rem !important;
    }
    .g-pl-135--sm {
        padding-left: 9.64286rem !important;
    }
    .g-pl-140--sm {
        padding-left: 10rem !important;
    }
    .g-pl-145--sm {
        padding-left: 10.35714rem !important;
    }
    .g-pl-150--sm {
        padding-left: 10.71429rem !important;
    }
    .g-pl-155--sm {
        padding-left: 11.07143rem !important;
    }
    .g-pl-160--sm {
        padding-left: 11.42857rem !important;
    }
    .g-pl-165--sm {
        padding-left: 11.78571rem !important;
    }
    .g-pl-170--sm {
        padding-left: 12.14286rem !important;
    }
    .g-pl-200--sm {
        padding-left: 14.28571rem !important;
    }
    .g-pl-300--sm {
        padding-left: 21.42857rem !important;
    }
    .g-pl-400--sm {
        padding-left: 28.57143rem !important;
    }
    .g-pl-500--sm {
        padding-left: 35.71429rem !important;
    }
    /* padding RIGHT */
    .g-pr-0--sm {
        padding-right: 0 !important;
    }
    .g-pr-1--sm {
        padding-right: 0.07143rem !important;
    }
    .g-pr-2--sm {
        padding-right: 0.14286rem !important;
    }
    .g-pr-3--sm {
        padding-right: 0.21429rem !important;
    }
    .g-pr-4--sm {
        padding-right: 0.28571rem !important;
    }
    .g-pr-5--sm {
        padding-right: 0.35714rem !important;
    }
    .g-pr-6--sm {
        padding-right: 0.42857rem !important;
    }
    .g-pr-7--sm {
        padding-right: 0.5rem !important;
    }
    .g-pr-8--sm {
        padding-right: 0.57143rem !important;
    }
    .g-pr-9--sm {
        padding-right: 0.64286rem !important;
    }
    .g-pr-10--sm {
        padding-right: 0.71429rem !important;
    }
    .g-pr-11--sm {
        padding-right: 0.78571rem !important;
    }
    .g-pr-12--sm {
        padding-right: 0.85714rem !important;
    }
    .g-pr-13--sm {
        padding-right: 0.92857rem !important;
    }
    .g-pr-14--sm {
        padding-right: 1rem !important;
    }
    .g-pr-15--sm {
        padding-right: 1.07143rem !important;
    }
    .g-pr-16--sm {
        padding-right: 1.14286rem !important;
    }
    .g-pr-17--sm {
        padding-right: 1.21429rem !important;
    }
    .g-pr-18--sm {
        padding-right: 1.28571rem !important;
    }
    .g-pr-19--sm {
        padding-right: 1.35714rem !important;
    }
    .g-pr-20--sm {
        padding-right: 1.42857rem !important;
    }
    .g-pr-25--sm {
        padding-right: 1.78571rem !important;
    }
    .g-pr-30--sm {
        padding-right: 2.14286rem !important;
    }
    .g-pr-35--sm {
        padding-right: 2.5rem !important;
    }
    .g-pr-40--sm {
        padding-right: 2.85714rem !important;
    }
    .g-pr-45--sm {
        padding-right: 3.21429rem !important;
    }
    .g-pr-50--sm {
        padding-right: 3.57143rem !important;
    }
    .g-pr-55--sm {
        padding-right: 3.92857rem !important;
    }
    .g-pr-60--sm {
        padding-right: 4.28571rem !important;
    }
    .g-pr-65--sm {
        padding-right: 4.64286rem !important;
    }
    .g-pr-70--sm {
        padding-right: 5rem !important;
    }
    .g-pr-75--sm {
        padding-right: 5.35714rem !important;
    }
    .g-pr-80--sm {
        padding-right: 5.71429rem !important;
    }
    .g-pr-85--sm {
        padding-right: 6.07143rem !important;
    }
    .g-pr-90--sm {
        padding-right: 6.42857rem !important;
    }
    .g-pr-95--sm {
        padding-right: 6.78571rem !important;
    }
    .g-pr-100--sm {
        padding-right: 7.14286rem !important;
    }
    .g-pr-105--sm {
        padding-right: 7.5rem !important;
    }
    .g-pr-110--sm {
        padding-right: 7.85714rem !important;
    }
    .g-pr-115--sm {
        padding-right: 8.21429rem !important;
    }
    .g-pr-120--sm {
        padding-right: 8.57143rem !important;
    }
    .g-pr-125--sm {
        padding-right: 8.92857rem !important;
    }
    .g-pr-130--sm {
        padding-right: 9.28571rem !important;
    }
    .g-pr-135--sm {
        padding-right: 9.64286rem !important;
    }
    .g-pr-140--sm {
        padding-right: 10rem !important;
    }
    .g-pr-145--sm {
        padding-right: 10.35714rem !important;
    }
    .g-pr-150--sm {
        padding-right: 10.71429rem !important;
    }
    .g-pr-155--sm {
        padding-right: 11.07143rem !important;
    }
    .g-pr-160--sm {
        padding-right: 11.42857rem !important;
    }
    .g-pr-165--sm {
        padding-right: 11.78571rem !important;
    }
    .g-pr-170--sm {
        padding-right: 12.14286rem !important;
    }
    .g-pr-200--sm {
        padding-right: 14.28571rem !important;
    }
    .g-pr-300--sm {
        padding-right: 21.42857rem !important;
    }
    .g-pr-400--sm {
        padding-right: 28.57143rem !important;
    }
    .g-pr-500--sm {
        padding-right: 35.71429rem !important;
    }
}

/* Padding Spaces (md)
------------------------------------*/
/* Paddings */
@media (min-width: 768px) {
    /* padding ALL */
    .g-pa-0--md {
        padding: 0 !important;
    }
    .g-pa-1--md {
        padding: 0.07143rem !important;
    }
    .g-pa-2--md {
        padding: 0.14286rem !important;
    }
    .g-pa-3--md {
        padding: 0.21429rem !important;
    }
    .g-pa-4--md {
        padding: 0.28571rem !important;
    }
    .g-pa-5--md {
        padding: 0.35714rem !important;
    }
    .g-pa-6--md {
        padding: 0.42857rem !important;
    }
    .g-pa-7--md {
        padding: 0.5rem !important;
    }
    .g-pa-8--md {
        padding: 0.57143rem !important;
    }
    .g-pa-9--md {
        padding: 0.64286rem !important;
    }
    .g-pa-10--md {
        padding: 0.71429rem !important;
    }
    .g-pa-11--md {
        padding: 0.78571rem !important;
    }
    .g-pa-12--md {
        padding: 0.85714rem !important;
    }
    .g-pa-13--md {
        padding: 0.92857rem !important;
    }
    .g-pa-14--md {
        padding: 1rem !important;
    }
    .g-pa-15--md {
        padding: 1.07143rem !important;
    }
    .g-pa-16--md {
        padding: 1.14286rem !important;
    }
    .g-pa-17--md {
        padding: 1.21429rem !important;
    }
    .g-pa-18--md {
        padding: 1.28571rem !important;
    }
    .g-pa-19--md {
        padding: 1.35714rem !important;
    }
    .g-pa-20--md {
        padding: 1.42857rem !important;
    }
    .g-pa-25--md {
        padding: 1.78571rem !important;
    }
    .g-pa-30--md {
        padding: 2.14286rem !important;
    }
    .g-pa-35--md {
        padding: 2.5rem !important;
    }
    .g-pa-40--md {
        padding: 2.85714rem !important;
    }
    .g-pa-45--md {
        padding: 3.21429rem !important;
    }
    .g-pa-50--md {
        padding: 3.57143rem !important;
    }
    .g-pa-55--md {
        padding: 3.92857rem !important;
    }
    .g-pa-60--md {
        padding: 4.28571rem !important;
    }
    .g-pa-65--md {
        padding: 4.64286rem !important;
    }
    .g-pa-70--md {
        padding: 5rem !important;
    }
    .g-pa-75--md {
        padding: 5.35714rem !important;
    }
    .g-pa-80--md {
        padding: 5.71429rem !important;
    }
    .g-pa-85--md {
        padding: 6.07143rem !important;
    }
    .g-pa-90--md {
        padding: 6.42857rem !important;
    }
    .g-pa-95--md {
        padding: 6.78571rem !important;
    }
    .g-pa-100--md {
        padding: 7.14286rem !important;
    }
    .g-pa-105--md {
        padding: 7.5rem !important;
    }
    .g-pa-110--md {
        padding: 7.85714rem !important;
    }
    .g-pa-115--md {
        padding: 8.21429rem !important;
    }
    .g-pa-120--md {
        padding: 8.57143rem !important;
    }
    .g-pa-125--md {
        padding: 8.92857rem !important;
    }
    .g-pa-130--md {
        padding: 9.28571rem !important;
    }
    .g-pa-135--md {
        padding: 9.64286rem !important;
    }
    .g-pa-140--md {
        padding: 10rem !important;
    }
    .g-pa-145--md {
        padding: 10.35714rem !important;
    }
    .g-pa-150--md {
        padding: 10.71429rem !important;
    }
    .g-pa-155--md {
        padding: 11.07143rem !important;
    }
    .g-pa-160--md {
        padding: 11.42857rem !important;
    }
    .g-pa-165--md {
        padding: 11.78571rem !important;
    }
    .g-pa-170--md {
        padding: 12.14286rem !important;
    }
    .g-pa-200--md {
        padding: 14.28571rem !important;
    }
    .g-pa-300--md {
        padding: 21.42857rem !important;
    }
    .g-pa-400--md {
        padding: 28.57143rem !important;
    }
    .g-pa-500--md {
        padding: 35.71429rem !important;
    }
    /* padding X */
    .g-px-0--md {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .g-px-1--md {
        padding-left: 0.07143rem !important;
        padding-right: 0.07143rem !important;
    }
    .g-px-2--md {
        padding-left: 0.14286rem !important;
        padding-right: 0.14286rem !important;
    }
    .g-px-3--md {
        padding-left: 0.21429rem !important;
        padding-right: 0.21429rem !important;
    }
    .g-px-4--md {
        padding-left: 0.28571rem !important;
        padding-right: 0.28571rem !important;
    }
    .g-px-5--md {
        padding-left: 0.35714rem !important;
        padding-right: 0.35714rem !important;
    }
    .g-px-6--md {
        padding-left: 0.42857rem !important;
        padding-right: 0.42857rem !important;
    }
    .g-px-7--md {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .g-px-8--md {
        padding-left: 0.57143rem !important;
        padding-right: 0.57143rem !important;
    }
    .g-px-9--md {
        padding-left: 0.64286rem !important;
        padding-right: 0.64286rem !important;
    }
    .g-px-10--md {
        padding-left: 0.71429rem !important;
        padding-right: 0.71429rem !important;
    }
    .g-px-11--md {
        padding-left: 0.78571rem !important;
        padding-right: 0.78571rem !important;
    }
    .g-px-12--md {
        padding-left: 0.85714rem !important;
        padding-right: 0.85714rem !important;
    }
    .g-px-13--md {
        padding-left: 0.92857rem !important;
        padding-right: 0.92857rem !important;
    }
    .g-px-14--md {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .g-px-15--md {
        padding-left: 1.07143rem !important;
        padding-right: 1.07143rem !important;
    }
    .g-px-16--md {
        padding-left: 1.14286rem !important;
        padding-right: 1.14286rem !important;
    }
    .g-px-17--md {
        padding-left: 1.21429rem !important;
        padding-right: 1.21429rem !important;
    }
    .g-px-18--md {
        padding-left: 1.28571rem !important;
        padding-right: 1.28571rem !important;
    }
    .g-px-19--md {
        padding-left: 1.35714rem !important;
        padding-right: 1.35714rem !important;
    }
    .g-px-20--md {
        padding-left: 1.42857rem !important;
        padding-right: 1.42857rem !important;
    }
    .g-px-25--md {
        padding-left: 1.78571rem !important;
        padding-right: 1.78571rem !important;
    }
    .g-px-30--md {
        padding-left: 2.14286rem !important;
        padding-right: 2.14286rem !important;
    }
    .g-px-35--md {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .g-px-40--md {
        padding-left: 2.85714rem !important;
        padding-right: 2.85714rem !important;
    }
    .g-px-45--md {
        padding-left: 3.21429rem !important;
        padding-right: 3.21429rem !important;
    }
    .g-px-50--md {
        padding-left: 3.57143rem !important;
        padding-right: 3.57143rem !important;
    }
    .g-px-55--md {
        padding-left: 3.92857rem !important;
        padding-right: 3.92857rem !important;
    }
    .g-px-60--md {
        padding-left: 4.28571rem !important;
        padding-right: 4.28571rem !important;
    }
    .g-px-65--md {
        padding-left: 4.64286rem !important;
        padding-right: 4.64286rem !important;
    }
    .g-px-70--md {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .g-px-75--md {
        padding-left: 5.35714rem !important;
        padding-right: 5.35714rem !important;
    }
    .g-px-80--md {
        padding-left: 5.71429rem !important;
        padding-right: 5.71429rem !important;
    }
    .g-px-85--md {
        padding-left: 6.07143rem !important;
        padding-right: 6.07143rem !important;
    }
    .g-px-90--md {
        padding-left: 6.42857rem !important;
        padding-right: 6.42857rem !important;
    }
    .g-px-95--md {
        padding-left: 6.78571rem !important;
        padding-right: 6.78571rem !important;
    }
    .g-px-100--md {
        padding-left: 7.14286rem !important;
        padding-right: 7.14286rem !important;
    }
    .g-px-105--md {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }
    .g-px-110--md {
        padding-left: 7.85714rem !important;
        padding-right: 7.85714rem !important;
    }
    .g-px-115--md {
        padding-left: 8.21429rem !important;
        padding-right: 8.21429rem !important;
    }
    .g-px-120--md {
        padding-left: 8.57143rem !important;
        padding-right: 8.57143rem !important;
    }
    .g-px-125--md {
        padding-left: 8.92857rem !important;
        padding-right: 8.92857rem !important;
    }
    .g-px-130--md {
        padding-left: 9.28571rem !important;
        padding-right: 9.28571rem !important;
    }
    .g-px-135--md {
        padding-left: 9.64286rem !important;
        padding-right: 9.64286rem !important;
    }
    .g-px-140--md {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .g-px-145--md {
        padding-left: 10.35714rem !important;
        padding-right: 10.35714rem !important;
    }
    .g-px-150--md {
        padding-left: 10.71429rem !important;
        padding-right: 10.71429rem !important;
    }
    .g-px-155--md {
        padding-left: 11.07143rem !important;
        padding-right: 11.07143rem !important;
    }
    .g-px-160--md {
        padding-left: 11.42857rem !important;
        padding-right: 11.42857rem !important;
    }
    .g-px-165--md {
        padding-left: 11.78571rem !important;
        padding-right: 11.78571rem !important;
    }
    .g-px-170--md {
        padding-left: 12.14286rem !important;
        padding-right: 12.14286rem !important;
    }
    .g-px-200--md {
        padding-left: 14.28571rem !important;
        padding-right: 14.28571rem !important;
    }
    .g-px-300--md {
        padding-left: 21.42857rem !important;
        padding-right: 21.42857rem !important;
    }
    .g-px-400--md {
        padding-left: 28.57143rem !important;
        padding-right: 28.57143rem !important;
    }
    .g-px-500--md {
        padding-left: 35.71429rem !important;
        padding-right: 35.71429rem !important;
    }
    /* padding Y */
    .g-py-0--md {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .g-py-1--md {
        padding-top: 0.07143rem !important;
        padding-bottom: 0.07143rem !important;
    }
    .g-py-2--md {
        padding-top: 0.14286rem !important;
        padding-bottom: 0.14286rem !important;
    }
    .g-py-3--md {
        padding-top: 0.21429rem !important;
        padding-bottom: 0.21429rem !important;
    }
    .g-py-4--md {
        padding-top: 0.28571rem !important;
        padding-bottom: 0.28571rem !important;
    }
    .g-py-5--md {
        padding-top: 0.35714rem !important;
        padding-bottom: 0.35714rem !important;
    }
    .g-py-6--md {
        padding-top: 0.42857rem !important;
        padding-bottom: 0.42857rem !important;
    }
    .g-py-7--md {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .g-py-8--md {
        padding-top: 0.57143rem !important;
        padding-bottom: 0.57143rem !important;
    }
    .g-py-9--md {
        padding-top: 0.64286rem !important;
        padding-bottom: 0.64286rem !important;
    }
    .g-py-10--md {
        padding-top: 0.71429rem !important;
        padding-bottom: 0.71429rem !important;
    }
    .g-py-11--md {
        padding-top: 0.78571rem !important;
        padding-bottom: 0.78571rem !important;
    }
    .g-py-12--md {
        padding-top: 0.85714rem !important;
        padding-bottom: 0.85714rem !important;
    }
    .g-py-13--md {
        padding-top: 0.92857rem !important;
        padding-bottom: 0.92857rem !important;
    }
    .g-py-14--md {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .g-py-15--md {
        padding-top: 1.07143rem !important;
        padding-bottom: 1.07143rem !important;
    }
    .g-py-16--md {
        padding-top: 1.14286rem !important;
        padding-bottom: 1.14286rem !important;
    }
    .g-py-17--md {
        padding-top: 1.21429rem !important;
        padding-bottom: 1.21429rem !important;
    }
    .g-py-18--md {
        padding-top: 1.28571rem !important;
        padding-bottom: 1.28571rem !important;
    }
    .g-py-19--md {
        padding-top: 1.35714rem !important;
        padding-bottom: 1.35714rem !important;
    }
    .g-py-20--md {
        padding-top: 1.42857rem !important;
        padding-bottom: 1.42857rem !important;
    }
    .g-py-25--md {
        padding-top: 1.78571rem !important;
        padding-bottom: 1.78571rem !important;
    }
    .g-py-30--md {
        padding-top: 2.14286rem !important;
        padding-bottom: 2.14286rem !important;
    }
    .g-py-35--md {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .g-py-40--md {
        padding-top: 2.85714rem !important;
        padding-bottom: 2.85714rem !important;
    }
    .g-py-45--md {
        padding-top: 3.21429rem !important;
        padding-bottom: 3.21429rem !important;
    }
    .g-py-50--md {
        padding-top: 3.57143rem !important;
        padding-bottom: 3.57143rem !important;
    }
    .g-py-55--md {
        padding-top: 3.92857rem !important;
        padding-bottom: 3.92857rem !important;
    }
    .g-py-60--md {
        padding-top: 4.28571rem !important;
        padding-bottom: 4.28571rem !important;
    }
    .g-py-65--md {
        padding-top: 4.64286rem !important;
        padding-bottom: 4.64286rem !important;
    }
    .g-py-70--md {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .g-py-75--md {
        padding-top: 5.35714rem !important;
        padding-bottom: 5.35714rem !important;
    }
    .g-py-80--md {
        padding-top: 5.71429rem !important;
        padding-bottom: 5.71429rem !important;
    }
    .g-py-85--md {
        padding-top: 6.07143rem !important;
        padding-bottom: 6.07143rem !important;
    }
    .g-py-90--md {
        padding-top: 6.42857rem !important;
        padding-bottom: 6.42857rem !important;
    }
    .g-py-95--md {
        padding-top: 6.78571rem !important;
        padding-bottom: 6.78571rem !important;
    }
    .g-py-100--md {
        padding-top: 7.14286rem !important;
        padding-bottom: 7.14286rem !important;
    }
    .g-py-105--md {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
    .g-py-110--md {
        padding-top: 7.85714rem !important;
        padding-bottom: 7.85714rem !important;
    }
    .g-py-115--md {
        padding-top: 8.21429rem !important;
        padding-bottom: 8.21429rem !important;
    }
    .g-py-120--md {
        padding-top: 8.57143rem !important;
        padding-bottom: 8.57143rem !important;
    }
    .g-py-125--md {
        padding-top: 8.92857rem !important;
        padding-bottom: 8.92857rem !important;
    }
    .g-py-130--md {
        padding-top: 9.28571rem !important;
        padding-bottom: 9.28571rem !important;
    }
    .g-py-135--md {
        padding-top: 9.64286rem !important;
        padding-bottom: 9.64286rem !important;
    }
    .g-py-140--md {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
    .g-py-145--md {
        padding-top: 10.35714rem !important;
        padding-bottom: 10.35714rem !important;
    }
    .g-py-150--md {
        padding-top: 10.71429rem !important;
        padding-bottom: 10.71429rem !important;
    }
    .g-py-155--md {
        padding-top: 11.07143rem !important;
        padding-bottom: 11.07143rem !important;
    }
    .g-py-160--md {
        padding-top: 11.42857rem !important;
        padding-bottom: 11.42857rem !important;
    }
    .g-py-165--md {
        padding-top: 11.78571rem !important;
        padding-bottom: 11.78571rem !important;
    }
    .g-py-170--md {
        padding-top: 12.14286rem !important;
        padding-bottom: 12.14286rem !important;
    }
    .g-py-200--md {
        padding-top: 14.28571rem !important;
        padding-bottom: 14.28571rem !important;
    }
    .g-py-300--md {
        padding-top: 21.42857rem !important;
        padding-bottom: 21.42857rem !important;
    }
    .g-py-400--md {
        padding-top: 28.57143rem !important;
        padding-bottom: 28.57143rem !important;
    }
    .g-py-500--md {
        padding-top: 35.71429rem !important;
        padding-bottom: 35.71429rem !important;
    }
    /* padding TOP */
    .g-pt-0--md {
        padding-top: 0 !important;
    }
    .g-pt-1--md {
        padding-top: 0.07143rem !important;
    }
    .g-pt-2--md {
        padding-top: 0.14286rem !important;
    }
    .g-pt-3--md {
        padding-top: 0.21429rem !important;
    }
    .g-pt-4--md {
        padding-top: 0.28571rem !important;
    }
    .g-pt-5--md {
        padding-top: 0.35714rem !important;
    }
    .g-pt-6--md {
        padding-top: 0.42857rem !important;
    }
    .g-pt-7--md {
        padding-top: 0.5rem !important;
    }
    .g-pt-8--md {
        padding-top: 0.57143rem !important;
    }
    .g-pt-9--md {
        padding-top: 0.64286rem !important;
    }
    .g-pt-10--md {
        padding-top: 0.71429rem !important;
    }
    .g-pt-11--md {
        padding-top: 0.78571rem !important;
    }
    .g-pt-12--md {
        padding-top: 0.85714rem !important;
    }
    .g-pt-13--md {
        padding-top: 0.92857rem !important;
    }
    .g-pt-14--md {
        padding-top: 1rem !important;
    }
    .g-pt-15--md {
        padding-top: 1.07143rem !important;
    }
    .g-pt-16--md {
        padding-top: 1.14286rem !important;
    }
    .g-pt-17--md {
        padding-top: 1.21429rem !important;
    }
    .g-pt-18--md {
        padding-top: 1.28571rem !important;
    }
    .g-pt-19--md {
        padding-top: 1.35714rem !important;
    }
    .g-pt-20--md {
        padding-top: 1.42857rem !important;
    }
    .g-pt-25--md {
        padding-top: 1.78571rem !important;
    }
    .g-pt-30--md {
        padding-top: 2.14286rem !important;
    }
    .g-pt-35--md {
        padding-top: 2.5rem !important;
    }
    .g-pt-40--md {
        padding-top: 2.85714rem !important;
    }
    .g-pt-45--md {
        padding-top: 3.21429rem !important;
    }
    .g-pt-50--md {
        padding-top: 3.57143rem !important;
    }
    .g-pt-55--md {
        padding-top: 3.92857rem !important;
    }
    .g-pt-60--md {
        padding-top: 4.28571rem !important;
    }
    .g-pt-65--md {
        padding-top: 4.64286rem !important;
    }
    .g-pt-70--md {
        padding-top: 5rem !important;
    }
    .g-pt-75--md {
        padding-top: 5.35714rem !important;
    }
    .g-pt-80--md {
        padding-top: 5.71429rem !important;
    }
    .g-pt-85--md {
        padding-top: 6.07143rem !important;
    }
    .g-pt-90--md {
        padding-top: 6.42857rem !important;
    }
    .g-pt-95--md {
        padding-top: 6.78571rem !important;
    }
    .g-pt-100--md {
        padding-top: 7.14286rem !important;
    }
    .g-pt-105--md {
        padding-top: 7.5rem !important;
    }
    .g-pt-110--md {
        padding-top: 7.85714rem !important;
    }
    .g-pt-115--md {
        padding-top: 8.21429rem !important;
    }
    .g-pt-120--md {
        padding-top: 8.57143rem !important;
    }
    .g-pt-125--md {
        padding-top: 8.92857rem !important;
    }
    .g-pt-130--md {
        padding-top: 9.28571rem !important;
    }
    .g-pt-135--md {
        padding-top: 9.64286rem !important;
    }
    .g-pt-140--md {
        padding-top: 10rem !important;
    }
    .g-pt-145--md {
        padding-top: 10.35714rem !important;
    }
    .g-pt-150--md {
        padding-top: 10.71429rem !important;
    }
    .g-pt-155--md {
        padding-top: 11.07143rem !important;
    }
    .g-pt-160--md {
        padding-top: 11.42857rem !important;
    }
    .g-pt-165--md {
        padding-top: 11.78571rem !important;
    }
    .g-pt-170--md {
        padding-top: 12.14286rem !important;
    }
    .g-pt-200--md {
        padding-top: 14.28571rem !important;
    }
    .g-pt-300--md {
        padding-top: 21.42857rem !important;
    }
    .g-pt-400--md {
        padding-top: 28.57143rem !important;
    }
    .g-pt-500--md {
        padding-top: 35.71429rem !important;
    }
    /* padding BOTTOM */
    .g-pb-0--md {
        padding-bottom: 0 !important;
    }
    .g-pb-1--md {
        padding-bottom: 0.07143rem !important;
    }
    .g-pb-2--md {
        padding-bottom: 0.14286rem !important;
    }
    .g-pb-3--md {
        padding-bottom: 0.21429rem !important;
    }
    .g-pb-4--md {
        padding-bottom: 0.28571rem !important;
    }
    .g-pb-5--md {
        padding-bottom: 0.35714rem !important;
    }
    .g-pb-6--md {
        padding-bottom: 0.42857rem !important;
    }
    .g-pb-7--md {
        padding-bottom: 0.5rem !important;
    }
    .g-pb-8--md {
        padding-bottom: 0.57143rem !important;
    }
    .g-pb-9--md {
        padding-bottom: 0.64286rem !important;
    }
    .g-pb-10--md {
        padding-bottom: 0.71429rem !important;
    }
    .g-pb-11--md {
        padding-bottom: 0.78571rem !important;
    }
    .g-pb-12--md {
        padding-bottom: 0.85714rem !important;
    }
    .g-pb-13--md {
        padding-bottom: 0.92857rem !important;
    }
    .g-pb-14--md {
        padding-bottom: 1rem !important;
    }
    .g-pb-15--md {
        padding-bottom: 1.07143rem !important;
    }
    .g-pb-16--md {
        padding-bottom: 1.14286rem !important;
    }
    .g-pb-17--md {
        padding-bottom: 1.21429rem !important;
    }
    .g-pb-18--md {
        padding-bottom: 1.28571rem !important;
    }
    .g-pb-19--md {
        padding-bottom: 1.35714rem !important;
    }
    .g-pb-20--md {
        padding-bottom: 1.42857rem !important;
    }
    .g-pb-25--md {
        padding-bottom: 1.78571rem !important;
    }
    .g-pb-30--md {
        padding-bottom: 2.14286rem !important;
    }
    .g-pb-35--md {
        padding-bottom: 2.5rem !important;
    }
    .g-pb-40--md {
        padding-bottom: 2.85714rem !important;
    }
    .g-pb-45--md {
        padding-bottom: 3.21429rem !important;
    }
    .g-pb-50--md {
        padding-bottom: 3.57143rem !important;
    }
    .g-pb-55--md {
        padding-bottom: 3.92857rem !important;
    }
    .g-pb-60--md {
        padding-bottom: 4.28571rem !important;
    }
    .g-pb-65--md {
        padding-bottom: 4.64286rem !important;
    }
    .g-pb-70--md {
        padding-bottom: 5rem !important;
    }
    .g-pb-75--md {
        padding-bottom: 5.35714rem !important;
    }
    .g-pb-80--md {
        padding-bottom: 5.71429rem !important;
    }
    .g-pb-85--md {
        padding-bottom: 6.07143rem !important;
    }
    .g-pb-90--md {
        padding-bottom: 6.42857rem !important;
    }
    .g-pb-95--md {
        padding-bottom: 6.78571rem !important;
    }
    .g-pb-100--md {
        padding-bottom: 7.14286rem !important;
    }
    .g-pb-105--md {
        padding-bottom: 7.5rem !important;
    }
    .g-pb-110--md {
        padding-bottom: 7.85714rem !important;
    }
    .g-pb-115--md {
        padding-bottom: 8.21429rem !important;
    }
    .g-pb-120--md {
        padding-bottom: 8.57143rem !important;
    }
    .g-pb-125--md {
        padding-bottom: 8.92857rem !important;
    }
    .g-pb-130--md {
        padding-bottom: 9.28571rem !important;
    }
    .g-pb-135--md {
        padding-bottom: 9.64286rem !important;
    }
    .g-pb-140--md {
        padding-bottom: 10rem !important;
    }
    .g-pb-145--md {
        padding-bottom: 10.35714rem !important;
    }
    .g-pb-150--md {
        padding-bottom: 10.71429rem !important;
    }
    .g-pb-155--md {
        padding-bottom: 11.07143rem !important;
    }
    .g-pb-160--md {
        padding-bottom: 11.42857rem !important;
    }
    .g-pb-165--md {
        padding-bottom: 11.78571rem !important;
    }
    .g-pb-170--md {
        padding-bottom: 12.14286rem !important;
    }
    .g-pb-200--md {
        padding-bottom: 14.28571rem !important;
    }
    .g-pb-300--md {
        padding-bottom: 21.42857rem !important;
    }
    .g-pb-400--md {
        padding-bottom: 28.57143rem !important;
    }
    .g-pb-500--md {
        padding-bottom: 35.71429rem !important;
    }
    /* padding LEFT */
    .g-pl-0--md {
        padding-left: 0 !important;
    }
    .g-pl-1--md {
        padding-left: 0.07143rem !important;
    }
    .g-pl-2--md {
        padding-left: 0.14286rem !important;
    }
    .g-pl-3--md {
        padding-left: 0.21429rem !important;
    }
    .g-pl-4--md {
        padding-left: 0.28571rem !important;
    }
    .g-pl-5--md {
        padding-left: 0.35714rem !important;
    }
    .g-pl-6--md {
        padding-left: 0.42857rem !important;
    }
    .g-pl-7--md {
        padding-left: 0.5rem !important;
    }
    .g-pl-8--md {
        padding-left: 0.57143rem !important;
    }
    .g-pl-9--md {
        padding-left: 0.64286rem !important;
    }
    .g-pl-10--md {
        padding-left: 0.71429rem !important;
    }
    .g-pl-11--md {
        padding-left: 0.78571rem !important;
    }
    .g-pl-12--md {
        padding-left: 0.85714rem !important;
    }
    .g-pl-13--md {
        padding-left: 0.92857rem !important;
    }
    .g-pl-14--md {
        padding-left: 1rem !important;
    }
    .g-pl-15--md {
        padding-left: 1.07143rem !important;
    }
    .g-pl-16--md {
        padding-left: 1.14286rem !important;
    }
    .g-pl-17--md {
        padding-left: 1.21429rem !important;
    }
    .g-pl-18--md {
        padding-left: 1.28571rem !important;
    }
    .g-pl-19--md {
        padding-left: 1.35714rem !important;
    }
    .g-pl-20--md {
        padding-left: 1.42857rem !important;
    }
    .g-pl-25--md {
        padding-left: 1.78571rem !important;
    }
    .g-pl-30--md {
        padding-left: 2.14286rem !important;
    }
    .g-pl-35--md {
        padding-left: 2.5rem !important;
    }
    .g-pl-40--md {
        padding-left: 2.85714rem !important;
    }
    .g-pl-45--md {
        padding-left: 3.21429rem !important;
    }
    .g-pl-50--md {
        padding-left: 3.57143rem !important;
    }
    .g-pl-55--md {
        padding-left: 3.92857rem !important;
    }
    .g-pl-60--md {
        padding-left: 4.28571rem !important;
    }
    .g-pl-65--md {
        padding-left: 4.64286rem !important;
    }
    .g-pl-70--md {
        padding-left: 5rem !important;
    }
    .g-pl-75--md {
        padding-left: 5.35714rem !important;
    }
    .g-pl-80--md {
        padding-left: 5.71429rem !important;
    }
    .g-pl-85--md {
        padding-left: 6.07143rem !important;
    }
    .g-pl-90--md {
        padding-left: 6.42857rem !important;
    }
    .g-pl-95--md {
        padding-left: 6.78571rem !important;
    }
    .g-pl-100--md {
        padding-left: 7.14286rem !important;
    }
    .g-pl-105--md {
        padding-left: 7.5rem !important;
    }
    .g-pl-110--md {
        padding-left: 7.85714rem !important;
    }
    .g-pl-115--md {
        padding-left: 8.21429rem !important;
    }
    .g-pl-120--md {
        padding-left: 8.57143rem !important;
    }
    .g-pl-125--md {
        padding-left: 8.92857rem !important;
    }
    .g-pl-130--md {
        padding-left: 9.28571rem !important;
    }
    .g-pl-135--md {
        padding-left: 9.64286rem !important;
    }
    .g-pl-140--md {
        padding-left: 10rem !important;
    }
    .g-pl-145--md {
        padding-left: 10.35714rem !important;
    }
    .g-pl-150--md {
        padding-left: 10.71429rem !important;
    }
    .g-pl-155--md {
        padding-left: 11.07143rem !important;
    }
    .g-pl-160--md {
        padding-left: 11.42857rem !important;
    }
    .g-pl-165--md {
        padding-left: 11.78571rem !important;
    }
    .g-pl-170--md {
        padding-left: 12.14286rem !important;
    }
    .g-pl-200--md {
        padding-left: 14.28571rem !important;
    }
    .g-pl-300--md {
        padding-left: 21.42857rem !important;
    }
    .g-pl-400--md {
        padding-left: 28.57143rem !important;
    }
    .g-pl-500--md {
        padding-left: 35.71429rem !important;
    }
    /* padding RIGHT */
    .g-pr-0--md {
        padding-right: 0 !important;
    }
    .g-pr-1--md {
        padding-right: 0.07143rem !important;
    }
    .g-pr-2--md {
        padding-right: 0.14286rem !important;
    }
    .g-pr-3--md {
        padding-right: 0.21429rem !important;
    }
    .g-pr-4--md {
        padding-right: 0.28571rem !important;
    }
    .g-pr-5--md {
        padding-right: 0.35714rem !important;
    }
    .g-pr-6--md {
        padding-right: 0.42857rem !important;
    }
    .g-pr-7--md {
        padding-right: 0.5rem !important;
    }
    .g-pr-8--md {
        padding-right: 0.57143rem !important;
    }
    .g-pr-9--md {
        padding-right: 0.64286rem !important;
    }
    .g-pr-10--md {
        padding-right: 0.71429rem !important;
    }
    .g-pr-11--md {
        padding-right: 0.78571rem !important;
    }
    .g-pr-12--md {
        padding-right: 0.85714rem !important;
    }
    .g-pr-13--md {
        padding-right: 0.92857rem !important;
    }
    .g-pr-14--md {
        padding-right: 1rem !important;
    }
    .g-pr-15--md {
        padding-right: 1.07143rem !important;
    }
    .g-pr-16--md {
        padding-right: 1.14286rem !important;
    }
    .g-pr-17--md {
        padding-right: 1.21429rem !important;
    }
    .g-pr-18--md {
        padding-right: 1.28571rem !important;
    }
    .g-pr-19--md {
        padding-right: 1.35714rem !important;
    }
    .g-pr-20--md {
        padding-right: 1.42857rem !important;
    }
    .g-pr-25--md {
        padding-right: 1.78571rem !important;
    }
    .g-pr-30--md {
        padding-right: 2.14286rem !important;
    }
    .g-pr-35--md {
        padding-right: 2.5rem !important;
    }
    .g-pr-40--md {
        padding-right: 2.85714rem !important;
    }
    .g-pr-45--md {
        padding-right: 3.21429rem !important;
    }
    .g-pr-50--md {
        padding-right: 3.57143rem !important;
    }
    .g-pr-55--md {
        padding-right: 3.92857rem !important;
    }
    .g-pr-60--md {
        padding-right: 4.28571rem !important;
    }
    .g-pr-65--md {
        padding-right: 4.64286rem !important;
    }
    .g-pr-70--md {
        padding-right: 5rem !important;
    }
    .g-pr-75--md {
        padding-right: 5.35714rem !important;
    }
    .g-pr-80--md {
        padding-right: 5.71429rem !important;
    }
    .g-pr-85--md {
        padding-right: 6.07143rem !important;
    }
    .g-pr-90--md {
        padding-right: 6.42857rem !important;
    }
    .g-pr-95--md {
        padding-right: 6.78571rem !important;
    }
    .g-pr-100--md {
        padding-right: 7.14286rem !important;
    }
    .g-pr-105--md {
        padding-right: 7.5rem !important;
    }
    .g-pr-110--md {
        padding-right: 7.85714rem !important;
    }
    .g-pr-115--md {
        padding-right: 8.21429rem !important;
    }
    .g-pr-120--md {
        padding-right: 8.57143rem !important;
    }
    .g-pr-125--md {
        padding-right: 8.92857rem !important;
    }
    .g-pr-130--md {
        padding-right: 9.28571rem !important;
    }
    .g-pr-135--md {
        padding-right: 9.64286rem !important;
    }
    .g-pr-140--md {
        padding-right: 10rem !important;
    }
    .g-pr-145--md {
        padding-right: 10.35714rem !important;
    }
    .g-pr-150--md {
        padding-right: 10.71429rem !important;
    }
    .g-pr-155--md {
        padding-right: 11.07143rem !important;
    }
    .g-pr-160--md {
        padding-right: 11.42857rem !important;
    }
    .g-pr-165--md {
        padding-right: 11.78571rem !important;
    }
    .g-pr-170--md {
        padding-right: 12.14286rem !important;
    }
    .g-pr-200--md {
        padding-right: 14.28571rem !important;
    }
    .g-pr-300--md {
        padding-right: 21.42857rem !important;
    }
    .g-pr-400--md {
        padding-right: 28.57143rem !important;
    }
    .g-pr-500--md {
        padding-right: 35.71429rem !important;
    }
}

/* Padding Spaces (lg) P
------------------------------------*/
/* Paddings */
@media (min-width: 992px) {
    /* padding ALL */
    .g-pa-0--lg {
        padding: 0 !important;
    }
    .g-pa-1--lg {
        padding: 0.07143rem !important;
    }
    .g-pa-2--lg {
        padding: 0.14286rem !important;
    }
    .g-pa-3--lg {
        padding: 0.21429rem !important;
    }
    .g-pa-4--lg {
        padding: 0.28571rem !important;
    }
    .g-pa-5--lg {
        padding: 0.35714rem !important;
    }
    .g-pa-6--lg {
        padding: 0.42857rem !important;
    }
    .g-pa-7--lg {
        padding: 0.5rem !important;
    }
    .g-pa-8--lg {
        padding: 0.57143rem !important;
    }
    .g-pa-9--lg {
        padding: 0.64286rem !important;
    }
    .g-pa-10--lg {
        padding: 0.71429rem !important;
    }
    .g-pa-11--lg {
        padding: 0.78571rem !important;
    }
    .g-pa-12--lg {
        padding: 0.85714rem !important;
    }
    .g-pa-13--lg {
        padding: 0.92857rem !important;
    }
    .g-pa-14--lg {
        padding: 1rem !important;
    }
    .g-pa-15--lg {
        padding: 1.07143rem !important;
    }
    .g-pa-16--lg {
        padding: 1.14286rem !important;
    }
    .g-pa-17--lg {
        padding: 1.21429rem !important;
    }
    .g-pa-18--lg {
        padding: 1.28571rem !important;
    }
    .g-pa-19--lg {
        padding: 1.35714rem !important;
    }
    .g-pa-20--lg {
        padding: 1.42857rem !important;
    }
    .g-pa-25--lg {
        padding: 1.78571rem !important;
    }
    .g-pa-30--lg {
        padding: 2.14286rem !important;
    }
    .g-pa-35--lg {
        padding: 2.5rem !important;
    }
    .g-pa-40--lg {
        padding: 2.85714rem !important;
    }
    .g-pa-45--lg {
        padding: 3.21429rem !important;
    }
    .g-pa-50--lg {
        padding: 3.57143rem !important;
    }
    .g-pa-55--lg {
        padding: 3.92857rem !important;
    }
    .g-pa-60--lg {
        padding: 4.28571rem !important;
    }
    .g-pa-65--lg {
        padding: 4.64286rem !important;
    }
    .g-pa-70--lg {
        padding: 5rem !important;
    }
    .g-pa-75--lg {
        padding: 5.35714rem !important;
    }
    .g-pa-80--lg {
        padding: 5.71429rem !important;
    }
    .g-pa-85--lg {
        padding: 6.07143rem !important;
    }
    .g-pa-90--lg {
        padding: 6.42857rem !important;
    }
    .g-pa-95--lg {
        padding: 6.78571rem !important;
    }
    .g-pa-100--lg {
        padding: 7.14286rem !important;
    }
    .g-pa-105--lg {
        padding: 7.5rem !important;
    }
    .g-pa-110--lg {
        padding: 7.85714rem !important;
    }
    .g-pa-115--lg {
        padding: 8.21429rem !important;
    }
    .g-pa-120--lg {
        padding: 8.57143rem !important;
    }
    .g-pa-125--lg {
        padding: 8.92857rem !important;
    }
    .g-pa-130--lg {
        padding: 9.28571rem !important;
    }
    .g-pa-135--lg {
        padding: 9.64286rem !important;
    }
    .g-pa-140--lg {
        padding: 10rem !important;
    }
    .g-pa-145--lg {
        padding: 10.35714rem !important;
    }
    .g-pa-150--lg {
        padding: 10.71429rem !important;
    }
    .g-pa-155--lg {
        padding: 11.07143rem !important;
    }
    .g-pa-160--lg {
        padding: 11.42857rem !important;
    }
    .g-pa-165--lg {
        padding: 11.78571rem !important;
    }
    .g-pa-170--lg {
        padding: 12.14286rem !important;
    }
    .g-pa-200--lg {
        padding: 14.28571rem !important;
    }
    .g-pa-300--lg {
        padding: 21.42857rem !important;
    }
    .g-pa-400--lg {
        padding: 28.57143rem !important;
    }
    .g-pa-500--lg {
        padding: 35.71429rem !important;
    }
    /* padding X */
    .g-px-0--lg {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .g-px-1--lg {
        padding-left: 0.07143rem !important;
        padding-right: 0.07143rem !important;
    }
    .g-px-2--lg {
        padding-left: 0.14286rem !important;
        padding-right: 0.14286rem !important;
    }
    .g-px-3--lg {
        padding-left: 0.21429rem !important;
        padding-right: 0.21429rem !important;
    }
    .g-px-4--lg {
        padding-left: 0.28571rem !important;
        padding-right: 0.28571rem !important;
    }
    .g-px-5--lg {
        padding-left: 0.35714rem !important;
        padding-right: 0.35714rem !important;
    }
    .g-px-6--lg {
        padding-left: 0.42857rem !important;
        padding-right: 0.42857rem !important;
    }
    .g-px-7--lg {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .g-px-8--lg {
        padding-left: 0.57143rem !important;
        padding-right: 0.57143rem !important;
    }
    .g-px-9--lg {
        padding-left: 0.64286rem !important;
        padding-right: 0.64286rem !important;
    }
    .g-px-10--lg {
        padding-left: 0.71429rem !important;
        padding-right: 0.71429rem !important;
    }
    .g-px-11--lg {
        padding-left: 0.78571rem !important;
        padding-right: 0.78571rem !important;
    }
    .g-px-12--lg {
        padding-left: 0.85714rem !important;
        padding-right: 0.85714rem !important;
    }
    .g-px-13--lg {
        padding-left: 0.92857rem !important;
        padding-right: 0.92857rem !important;
    }
    .g-px-14--lg {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .g-px-15--lg {
        padding-left: 1.07143rem !important;
        padding-right: 1.07143rem !important;
    }
    .g-px-16--lg {
        padding-left: 1.14286rem !important;
        padding-right: 1.14286rem !important;
    }
    .g-px-17--lg {
        padding-left: 1.21429rem !important;
        padding-right: 1.21429rem !important;
    }
    .g-px-18--lg {
        padding-left: 1.28571rem !important;
        padding-right: 1.28571rem !important;
    }
    .g-px-19--lg {
        padding-left: 1.35714rem !important;
        padding-right: 1.35714rem !important;
    }
    .g-px-20--lg {
        padding-left: 1.42857rem !important;
        padding-right: 1.42857rem !important;
    }
    .g-px-25--lg {
        padding-left: 1.78571rem !important;
        padding-right: 1.78571rem !important;
    }
    .g-px-30--lg {
        padding-left: 2.14286rem !important;
        padding-right: 2.14286rem !important;
    }
    .g-px-35--lg {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .g-px-40--lg {
        padding-left: 2.85714rem !important;
        padding-right: 2.85714rem !important;
    }
    .g-px-45--lg {
        padding-left: 3.21429rem !important;
        padding-right: 3.21429rem !important;
    }
    .g-px-50--lg {
        padding-left: 3.57143rem !important;
        padding-right: 3.57143rem !important;
    }
    .g-px-55--lg {
        padding-left: 3.92857rem !important;
        padding-right: 3.92857rem !important;
    }
    .g-px-60--lg {
        padding-left: 4.28571rem !important;
        padding-right: 4.28571rem !important;
    }
    .g-px-65--lg {
        padding-left: 4.64286rem !important;
        padding-right: 4.64286rem !important;
    }
    .g-px-70--lg {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .g-px-75--lg {
        padding-left: 5.35714rem !important;
        padding-right: 5.35714rem !important;
    }
    .g-px-80--lg {
        padding-left: 5.71429rem !important;
        padding-right: 5.71429rem !important;
    }
    .g-px-85--lg {
        padding-left: 6.07143rem !important;
        padding-right: 6.07143rem !important;
    }
    .g-px-90--lg {
        padding-left: 6.42857rem !important;
        padding-right: 6.42857rem !important;
    }
    .g-px-95--lg {
        padding-left: 6.78571rem !important;
        padding-right: 6.78571rem !important;
    }
    .g-px-100--lg {
        padding-left: 7.14286rem !important;
        padding-right: 7.14286rem !important;
    }
    .g-px-105--lg {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }
    .g-px-110--lg {
        padding-left: 7.85714rem !important;
        padding-right: 7.85714rem !important;
    }
    .g-px-115--lg {
        padding-left: 8.21429rem !important;
        padding-right: 8.21429rem !important;
    }
    .g-px-120--lg {
        padding-left: 8.57143rem !important;
        padding-right: 8.57143rem !important;
    }
    .g-px-125--lg {
        padding-left: 8.92857rem !important;
        padding-right: 8.92857rem !important;
    }
    .g-px-130--lg {
        padding-left: 9.28571rem !important;
        padding-right: 9.28571rem !important;
    }
    .g-px-135--lg {
        padding-left: 9.64286rem !important;
        padding-right: 9.64286rem !important;
    }
    .g-px-140--lg {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .g-px-145--lg {
        padding-left: 10.35714rem !important;
        padding-right: 10.35714rem !important;
    }
    .g-px-150--lg {
        padding-left: 10.71429rem !important;
        padding-right: 10.71429rem !important;
    }
    .g-px-155--lg {
        padding-left: 11.07143rem !important;
        padding-right: 11.07143rem !important;
    }
    .g-px-160--lg {
        padding-left: 11.42857rem !important;
        padding-right: 11.42857rem !important;
    }
    .g-px-165--lg {
        padding-left: 11.78571rem !important;
        padding-right: 11.78571rem !important;
    }
    .g-px-170--lg {
        padding-left: 12.14286rem !important;
        padding-right: 12.14286rem !important;
    }
    .g-px-200--lg {
        padding-left: 14.28571rem !important;
        padding-right: 14.28571rem !important;
    }
    .g-px-300--lg {
        padding-left: 21.42857rem !important;
        padding-right: 21.42857rem !important;
    }
    .g-px-400--lg {
        padding-left: 28.57143rem !important;
        padding-right: 28.57143rem !important;
    }
    .g-px-500--lg {
        padding-left: 35.71429rem !important;
        padding-right: 35.71429rem !important;
    }
    /* padding Y */
    .g-py-0--lg {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .g-py-1--lg {
        padding-top: 0.07143rem !important;
        padding-bottom: 0.07143rem !important;
    }
    .g-py-2--lg {
        padding-top: 0.14286rem !important;
        padding-bottom: 0.14286rem !important;
    }
    .g-py-3--lg {
        padding-top: 0.21429rem !important;
        padding-bottom: 0.21429rem !important;
    }
    .g-py-4--lg {
        padding-top: 0.28571rem !important;
        padding-bottom: 0.28571rem !important;
    }
    .g-py-5--lg {
        padding-top: 0.35714rem !important;
        padding-bottom: 0.35714rem !important;
    }
    .g-py-6--lg {
        padding-top: 0.42857rem !important;
        padding-bottom: 0.42857rem !important;
    }
    .g-py-7--lg {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .g-py-8--lg {
        padding-top: 0.57143rem !important;
        padding-bottom: 0.57143rem !important;
    }
    .g-py-9--lg {
        padding-top: 0.64286rem !important;
        padding-bottom: 0.64286rem !important;
    }
    .g-py-10--lg {
        padding-top: 0.71429rem !important;
        padding-bottom: 0.71429rem !important;
    }
    .g-py-11--lg {
        padding-top: 0.78571rem !important;
        padding-bottom: 0.78571rem !important;
    }
    .g-py-12--lg {
        padding-top: 0.85714rem !important;
        padding-bottom: 0.85714rem !important;
    }
    .g-py-13--lg {
        padding-top: 0.92857rem !important;
        padding-bottom: 0.92857rem !important;
    }
    .g-py-14--lg {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .g-py-15--lg {
        padding-top: 1.07143rem !important;
        padding-bottom: 1.07143rem !important;
    }
    .g-py-16--lg {
        padding-top: 1.14286rem !important;
        padding-bottom: 1.14286rem !important;
    }
    .g-py-17--lg {
        padding-top: 1.21429rem !important;
        padding-bottom: 1.21429rem !important;
    }
    .g-py-18--lg {
        padding-top: 1.28571rem !important;
        padding-bottom: 1.28571rem !important;
    }
    .g-py-19--lg {
        padding-top: 1.35714rem !important;
        padding-bottom: 1.35714rem !important;
    }
    .g-py-20--lg {
        padding-top: 1.42857rem !important;
        padding-bottom: 1.42857rem !important;
    }
    .g-py-25--lg {
        padding-top: 1.78571rem !important;
        padding-bottom: 1.78571rem !important;
    }
    .g-py-30--lg {
        padding-top: 2.14286rem !important;
        padding-bottom: 2.14286rem !important;
    }
    .g-py-35--lg {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .g-py-40--lg {
        padding-top: 2.85714rem !important;
        padding-bottom: 2.85714rem !important;
    }
    .g-py-45--lg {
        padding-top: 3.21429rem !important;
        padding-bottom: 3.21429rem !important;
    }
    .g-py-50--lg {
        padding-top: 3.57143rem !important;
        padding-bottom: 3.57143rem !important;
    }
    .g-py-55--lg {
        padding-top: 3.92857rem !important;
        padding-bottom: 3.92857rem !important;
    }
    .g-py-60--lg {
        padding-top: 4.28571rem !important;
        padding-bottom: 4.28571rem !important;
    }
    .g-py-65--lg {
        padding-top: 4.64286rem !important;
        padding-bottom: 4.64286rem !important;
    }
    .g-py-70--lg {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .g-py-75--lg {
        padding-top: 5.35714rem !important;
        padding-bottom: 5.35714rem !important;
    }
    .g-py-80--lg {
        padding-top: 5.71429rem !important;
        padding-bottom: 5.71429rem !important;
    }
    .g-py-85--lg {
        padding-top: 6.07143rem !important;
        padding-bottom: 6.07143rem !important;
    }
    .g-py-90--lg {
        padding-top: 6.42857rem !important;
        padding-bottom: 6.42857rem !important;
    }
    .g-py-95--lg {
        padding-top: 6.78571rem !important;
        padding-bottom: 6.78571rem !important;
    }
    .g-py-100--lg {
        padding-top: 7.14286rem !important;
        padding-bottom: 7.14286rem !important;
    }
    .g-py-105--lg {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
    .g-py-110--lg {
        padding-top: 7.85714rem !important;
        padding-bottom: 7.85714rem !important;
    }
    .g-py-115--lg {
        padding-top: 8.21429rem !important;
        padding-bottom: 8.21429rem !important;
    }
    .g-py-120--lg {
        padding-top: 8.57143rem !important;
        padding-bottom: 8.57143rem !important;
    }
    .g-py-125--lg {
        padding-top: 8.92857rem !important;
        padding-bottom: 8.92857rem !important;
    }
    .g-py-130--lg {
        padding-top: 9.28571rem !important;
        padding-bottom: 9.28571rem !important;
    }
    .g-py-135--lg {
        padding-top: 9.64286rem !important;
        padding-bottom: 9.64286rem !important;
    }
    .g-py-140--lg {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
    .g-py-145--lg {
        padding-top: 10.35714rem !important;
        padding-bottom: 10.35714rem !important;
    }
    .g-py-150--lg {
        padding-top: 10.71429rem !important;
        padding-bottom: 10.71429rem !important;
    }
    .g-py-155--lg {
        padding-top: 11.07143rem !important;
        padding-bottom: 11.07143rem !important;
    }
    .g-py-160--lg {
        padding-top: 11.42857rem !important;
        padding-bottom: 11.42857rem !important;
    }
    .g-py-165--lg {
        padding-top: 11.78571rem !important;
        padding-bottom: 11.78571rem !important;
    }
    .g-py-170--lg {
        padding-top: 12.14286rem !important;
        padding-bottom: 12.14286rem !important;
    }
    .g-py-200--lg {
        padding-top: 14.28571rem !important;
        padding-bottom: 14.28571rem !important;
    }
    .g-py-300--lg {
        padding-top: 21.42857rem !important;
        padding-bottom: 21.42857rem !important;
    }
    .g-py-400--lg {
        padding-top: 28.57143rem !important;
        padding-bottom: 28.57143rem !important;
    }
    .g-py-500--lg {
        padding-top: 35.71429rem !important;
        padding-bottom: 35.71429rem !important;
    }
    /* padding TOP */
    .g-pt-0--lg {
        padding-top: 0 !important;
    }
    .g-pt-1--lg {
        padding-top: 0.07143rem !important;
    }
    .g-pt-2--lg {
        padding-top: 0.14286rem !important;
    }
    .g-pt-3--lg {
        padding-top: 0.21429rem !important;
    }
    .g-pt-4--lg {
        padding-top: 0.28571rem !important;
    }
    .g-pt-5--lg {
        padding-top: 0.35714rem !important;
    }
    .g-pt-6--lg {
        padding-top: 0.42857rem !important;
    }
    .g-pt-7--lg {
        padding-top: 0.5rem !important;
    }
    .g-pt-8--lg {
        padding-top: 0.57143rem !important;
    }
    .g-pt-9--lg {
        padding-top: 0.64286rem !important;
    }
    .g-pt-10--lg {
        padding-top: 0.71429rem !important;
    }
    .g-pt-11--lg {
        padding-top: 0.78571rem !important;
    }
    .g-pt-12--lg {
        padding-top: 0.85714rem !important;
    }
    .g-pt-13--lg {
        padding-top: 0.92857rem !important;
    }
    .g-pt-14--lg {
        padding-top: 1rem !important;
    }
    .g-pt-15--lg {
        padding-top: 1.07143rem !important;
    }
    .g-pt-16--lg {
        padding-top: 1.14286rem !important;
    }
    .g-pt-17--lg {
        padding-top: 1.21429rem !important;
    }
    .g-pt-18--lg {
        padding-top: 1.28571rem !important;
    }
    .g-pt-19--lg {
        padding-top: 1.35714rem !important;
    }
    .g-pt-20--lg {
        padding-top: 1.42857rem !important;
    }
    .g-pt-25--lg {
        padding-top: 1.78571rem !important;
    }
    .g-pt-30--lg {
        padding-top: 2.14286rem !important;
    }
    .g-pt-35--lg {
        padding-top: 2.5rem !important;
    }
    .g-pt-40--lg {
        padding-top: 2.85714rem !important;
    }
    .g-pt-45--lg {
        padding-top: 3.21429rem !important;
    }
    .g-pt-50--lg {
        padding-top: 3.57143rem !important;
    }
    .g-pt-55--lg {
        padding-top: 3.92857rem !important;
    }
    .g-pt-60--lg {
        padding-top: 4.28571rem !important;
    }
    .g-pt-65--lg {
        padding-top: 4.64286rem !important;
    }
    .g-pt-70--lg {
        padding-top: 5rem !important;
    }
    .g-pt-75--lg {
        padding-top: 5.35714rem !important;
    }
    .g-pt-80--lg {
        padding-top: 5.71429rem !important;
    }
    .g-pt-85--lg {
        padding-top: 6.07143rem !important;
    }
    .g-pt-90--lg {
        padding-top: 6.42857rem !important;
    }
    .g-pt-95--lg {
        padding-top: 6.78571rem !important;
    }
    .g-pt-100--lg {
        padding-top: 7.14286rem !important;
    }
    .g-pt-105--lg {
        padding-top: 7.5rem !important;
    }
    .g-pt-110--lg {
        padding-top: 7.85714rem !important;
    }
    .g-pt-115--lg {
        padding-top: 8.21429rem !important;
    }
    .g-pt-120--lg {
        padding-top: 8.57143rem !important;
    }
    .g-pt-125--lg {
        padding-top: 8.92857rem !important;
    }
    .g-pt-130--lg {
        padding-top: 9.28571rem !important;
    }
    .g-pt-135--lg {
        padding-top: 9.64286rem !important;
    }
    .g-pt-140--lg {
        padding-top: 10rem !important;
    }
    .g-pt-145--lg {
        padding-top: 10.35714rem !important;
    }
    .g-pt-150--lg {
        padding-top: 10.71429rem !important;
    }
    .g-pt-155--lg {
        padding-top: 11.07143rem !important;
    }
    .g-pt-160--lg {
        padding-top: 11.42857rem !important;
    }
    .g-pt-165--lg {
        padding-top: 11.78571rem !important;
    }
    .g-pt-170--lg {
        padding-top: 12.14286rem !important;
    }
    .g-pt-200--lg {
        padding-top: 14.28571rem !important;
    }
    .g-pt-300--lg {
        padding-top: 21.42857rem !important;
    }
    .g-pt-400--lg {
        padding-top: 28.57143rem !important;
    }
    .g-pt-500--lg {
        padding-top: 35.71429rem !important;
    }
    /* padding BOTTOM */
    .g-pb-0--lg {
        padding-bottom: 0 !important;
    }
    .g-pb-1--lg {
        padding-bottom: 0.07143rem !important;
    }
    .g-pb-2--lg {
        padding-bottom: 0.14286rem !important;
    }
    .g-pb-3--lg {
        padding-bottom: 0.21429rem !important;
    }
    .g-pb-4--lg {
        padding-bottom: 0.28571rem !important;
    }
    .g-pb-5--lg {
        padding-bottom: 0.35714rem !important;
    }
    .g-pb-6--lg {
        padding-bottom: 0.42857rem !important;
    }
    .g-pb-7--lg {
        padding-bottom: 0.5rem !important;
    }
    .g-pb-8--lg {
        padding-bottom: 0.57143rem !important;
    }
    .g-pb-9--lg {
        padding-bottom: 0.64286rem !important;
    }
    .g-pb-10--lg {
        padding-bottom: 0.71429rem !important;
    }
    .g-pb-11--lg {
        padding-bottom: 0.78571rem !important;
    }
    .g-pb-12--lg {
        padding-bottom: 0.85714rem !important;
    }
    .g-pb-13--lg {
        padding-bottom: 0.92857rem !important;
    }
    .g-pb-14--lg {
        padding-bottom: 1rem !important;
    }
    .g-pb-15--lg {
        padding-bottom: 1.07143rem !important;
    }
    .g-pb-16--lg {
        padding-bottom: 1.14286rem !important;
    }
    .g-pb-17--lg {
        padding-bottom: 1.21429rem !important;
    }
    .g-pb-18--lg {
        padding-bottom: 1.28571rem !important;
    }
    .g-pb-19--lg {
        padding-bottom: 1.35714rem !important;
    }
    .g-pb-20--lg {
        padding-bottom: 1.42857rem !important;
    }
    .g-pb-25--lg {
        padding-bottom: 1.78571rem !important;
    }
    .g-pb-30--lg {
        padding-bottom: 2.14286rem !important;
    }
    .g-pb-35--lg {
        padding-bottom: 2.5rem !important;
    }
    .g-pb-40--lg {
        padding-bottom: 2.85714rem !important;
    }
    .g-pb-45--lg {
        padding-bottom: 3.21429rem !important;
    }
    .g-pb-50--lg {
        padding-bottom: 3.57143rem !important;
    }
    .g-pb-55--lg {
        padding-bottom: 3.92857rem !important;
    }
    .g-pb-60--lg {
        padding-bottom: 4.28571rem !important;
    }
    .g-pb-65--lg {
        padding-bottom: 4.64286rem !important;
    }
    .g-pb-70--lg {
        padding-bottom: 5rem !important;
    }
    .g-pb-75--lg {
        padding-bottom: 5.35714rem !important;
    }
    .g-pb-80--lg {
        padding-bottom: 5.71429rem !important;
    }
    .g-pb-85--lg {
        padding-bottom: 6.07143rem !important;
    }
    .g-pb-90--lg {
        padding-bottom: 6.42857rem !important;
    }
    .g-pb-95--lg {
        padding-bottom: 6.78571rem !important;
    }
    .g-pb-100--lg {
        padding-bottom: 7.14286rem !important;
    }
    .g-pb-105--lg {
        padding-bottom: 7.5rem !important;
    }
    .g-pb-110--lg {
        padding-bottom: 7.85714rem !important;
    }
    .g-pb-115--lg {
        padding-bottom: 8.21429rem !important;
    }
    .g-pb-120--lg {
        padding-bottom: 8.57143rem !important;
    }
    .g-pb-125--lg {
        padding-bottom: 8.92857rem !important;
    }
    .g-pb-130--lg {
        padding-bottom: 9.28571rem !important;
    }
    .g-pb-135--lg {
        padding-bottom: 9.64286rem !important;
    }
    .g-pb-140--lg {
        padding-bottom: 10rem !important;
    }
    .g-pb-145--lg {
        padding-bottom: 10.35714rem !important;
    }
    .g-pb-150--lg {
        padding-bottom: 10.71429rem !important;
    }
    .g-pb-155--lg {
        padding-bottom: 11.07143rem !important;
    }
    .g-pb-160--lg {
        padding-bottom: 11.42857rem !important;
    }
    .g-pb-165--lg {
        padding-bottom: 11.78571rem !important;
    }
    .g-pb-170--lg {
        padding-bottom: 12.14286rem !important;
    }
    .g-pb-200--lg {
        padding-bottom: 14.28571rem !important;
    }
    .g-pb-300--lg {
        padding-bottom: 21.42857rem !important;
    }
    .g-pb-400--lg {
        padding-bottom: 28.57143rem !important;
    }
    .g-pb-500--lg {
        padding-bottom: 35.71429rem !important;
    }
    /* padding LEFT */
    .g-pl-0--lg {
        padding-left: 0 !important;
    }
    .g-pl-1--lg {
        padding-left: 0.07143rem !important;
    }
    .g-pl-2--lg {
        padding-left: 0.14286rem !important;
    }
    .g-pl-3--lg {
        padding-left: 0.21429rem !important;
    }
    .g-pl-4--lg {
        padding-left: 0.28571rem !important;
    }
    .g-pl-5--lg {
        padding-left: 0.35714rem !important;
    }
    .g-pl-6--lg {
        padding-left: 0.42857rem !important;
    }
    .g-pl-7--lg {
        padding-left: 0.5rem !important;
    }
    .g-pl-8--lg {
        padding-left: 0.57143rem !important;
    }
    .g-pl-9--lg {
        padding-left: 0.64286rem !important;
    }
    .g-pl-10--lg {
        padding-left: 0.71429rem !important;
    }
    .g-pl-11--lg {
        padding-left: 0.78571rem !important;
    }
    .g-pl-12--lg {
        padding-left: 0.85714rem !important;
    }
    .g-pl-13--lg {
        padding-left: 0.92857rem !important;
    }
    .g-pl-14--lg {
        padding-left: 1rem !important;
    }
    .g-pl-15--lg {
        padding-left: 1.07143rem !important;
    }
    .g-pl-16--lg {
        padding-left: 1.14286rem !important;
    }
    .g-pl-17--lg {
        padding-left: 1.21429rem !important;
    }
    .g-pl-18--lg {
        padding-left: 1.28571rem !important;
    }
    .g-pl-19--lg {
        padding-left: 1.35714rem !important;
    }
    .g-pl-20--lg {
        padding-left: 1.42857rem !important;
    }
    .g-pl-25--lg {
        padding-left: 1.78571rem !important;
    }
    .g-pl-30--lg {
        padding-left: 2.14286rem !important;
    }
    .g-pl-35--lg {
        padding-left: 2.5rem !important;
    }
    .g-pl-40--lg {
        padding-left: 2.85714rem !important;
    }
    .g-pl-45--lg {
        padding-left: 3.21429rem !important;
    }
    .g-pl-50--lg {
        padding-left: 3.57143rem !important;
    }
    .g-pl-55--lg {
        padding-left: 3.92857rem !important;
    }
    .g-pl-60--lg {
        padding-left: 4.28571rem !important;
    }
    .g-pl-65--lg {
        padding-left: 4.64286rem !important;
    }
    .g-pl-70--lg {
        padding-left: 5rem !important;
    }
    .g-pl-75--lg {
        padding-left: 5.35714rem !important;
    }
    .g-pl-80--lg {
        padding-left: 5.71429rem !important;
    }
    .g-pl-85--lg {
        padding-left: 6.07143rem !important;
    }
    .g-pl-90--lg {
        padding-left: 6.42857rem !important;
    }
    .g-pl-95--lg {
        padding-left: 6.78571rem !important;
    }
    .g-pl-100--lg {
        padding-left: 7.14286rem !important;
    }
    .g-pl-105--lg {
        padding-left: 7.5rem !important;
    }
    .g-pl-110--lg {
        padding-left: 7.85714rem !important;
    }
    .g-pl-115--lg {
        padding-left: 8.21429rem !important;
    }
    .g-pl-120--lg {
        padding-left: 8.57143rem !important;
    }
    .g-pl-125--lg {
        padding-left: 8.92857rem !important;
    }
    .g-pl-130--lg {
        padding-left: 9.28571rem !important;
    }
    .g-pl-135--lg {
        padding-left: 9.64286rem !important;
    }
    .g-pl-140--lg {
        padding-left: 10rem !important;
    }
    .g-pl-145--lg {
        padding-left: 10.35714rem !important;
    }
    .g-pl-150--lg {
        padding-left: 10.71429rem !important;
    }
    .g-pl-155--lg {
        padding-left: 11.07143rem !important;
    }
    .g-pl-160--lg {
        padding-left: 11.42857rem !important;
    }
    .g-pl-165--lg {
        padding-left: 11.78571rem !important;
    }
    .g-pl-170--lg {
        padding-left: 12.14286rem !important;
    }
    .g-pl-200--lg {
        padding-left: 14.28571rem !important;
    }
    .g-pl-300--lg {
        padding-left: 21.42857rem !important;
    }
    .g-pl-400--lg {
        padding-left: 28.57143rem !important;
    }
    .g-pl-500--lg {
        padding-left: 35.71429rem !important;
    }
    /* padding RIGHT */
    .g-pr-0--lg {
        padding-right: 0 !important;
    }
    .g-pr-1--lg {
        padding-right: 0.07143rem !important;
    }
    .g-pr-2--lg {
        padding-right: 0.14286rem !important;
    }
    .g-pr-3--lg {
        padding-right: 0.21429rem !important;
    }
    .g-pr-4--lg {
        padding-right: 0.28571rem !important;
    }
    .g-pr-5--lg {
        padding-right: 0.35714rem !important;
    }
    .g-pr-6--lg {
        padding-right: 0.42857rem !important;
    }
    .g-pr-7--lg {
        padding-right: 0.5rem !important;
    }
    .g-pr-8--lg {
        padding-right: 0.57143rem !important;
    }
    .g-pr-9--lg {
        padding-right: 0.64286rem !important;
    }
    .g-pr-10--lg {
        padding-right: 0.71429rem !important;
    }
    .g-pr-11--lg {
        padding-right: 0.78571rem !important;
    }
    .g-pr-12--lg {
        padding-right: 0.85714rem !important;
    }
    .g-pr-13--lg {
        padding-right: 0.92857rem !important;
    }
    .g-pr-14--lg {
        padding-right: 1rem !important;
    }
    .g-pr-15--lg {
        padding-right: 1.07143rem !important;
    }
    .g-pr-16--lg {
        padding-right: 1.14286rem !important;
    }
    .g-pr-17--lg {
        padding-right: 1.21429rem !important;
    }
    .g-pr-18--lg {
        padding-right: 1.28571rem !important;
    }
    .g-pr-19--lg {
        padding-right: 1.35714rem !important;
    }
    .g-pr-20--lg {
        padding-right: 1.42857rem !important;
    }
    .g-pr-25--lg {
        padding-right: 1.78571rem !important;
    }
    .g-pr-30--lg {
        padding-right: 2.14286rem !important;
    }
    .g-pr-35--lg {
        padding-right: 2.5rem !important;
    }
    .g-pr-40--lg {
        padding-right: 2.85714rem !important;
    }
    .g-pr-45--lg {
        padding-right: 3.21429rem !important;
    }
    .g-pr-50--lg {
        padding-right: 3.57143rem !important;
    }
    .g-pr-55--lg {
        padding-right: 3.92857rem !important;
    }
    .g-pr-60--lg {
        padding-right: 4.28571rem !important;
    }
    .g-pr-65--lg {
        padding-right: 4.64286rem !important;
    }
    .g-pr-70--lg {
        padding-right: 5rem !important;
    }
    .g-pr-75--lg {
        padding-right: 5.35714rem !important;
    }
    .g-pr-80--lg {
        padding-right: 5.71429rem !important;
    }
    .g-pr-85--lg {
        padding-right: 6.07143rem !important;
    }
    .g-pr-90--lg {
        padding-right: 6.42857rem !important;
    }
    .g-pr-95--lg {
        padding-right: 6.78571rem !important;
    }
    .g-pr-100--lg {
        padding-right: 7.14286rem !important;
    }
    .g-pr-105--lg {
        padding-right: 7.5rem !important;
    }
    .g-pr-110--lg {
        padding-right: 7.85714rem !important;
    }
    .g-pr-115--lg {
        padding-right: 8.21429rem !important;
    }
    .g-pr-120--lg {
        padding-right: 8.57143rem !important;
    }
    .g-pr-125--lg {
        padding-right: 8.92857rem !important;
    }
    .g-pr-130--lg {
        padding-right: 9.28571rem !important;
    }
    .g-pr-135--lg {
        padding-right: 9.64286rem !important;
    }
    .g-pr-140--lg {
        padding-right: 10rem !important;
    }
    .g-pr-145--lg {
        padding-right: 10.35714rem !important;
    }
    .g-pr-150--lg {
        padding-right: 10.71429rem !important;
    }
    .g-pr-155--lg {
        padding-right: 11.07143rem !important;
    }
    .g-pr-160--lg {
        padding-right: 11.42857rem !important;
    }
    .g-pr-165--lg {
        padding-right: 11.78571rem !important;
    }
    .g-pr-170--lg {
        padding-right: 12.14286rem !important;
    }
    .g-pr-200--lg {
        padding-right: 14.28571rem !important;
    }
    .g-pr-300--lg {
        padding-right: 21.42857rem !important;
    }
    .g-pr-400--lg {
        padding-right: 28.57143rem !important;
    }
    .g-pr-500--lg {
        padding-right: 35.71429rem !important;
    }
}

/* Padding Spaces (xl) P
------------------------------------*/
/* Paddings */
/* P */
@media (min-width: 1200px) {
    /* padding ALL */
    .g-pa-0--xl {
        padding: 0 !important;
    }
    .g-pa-1--xl {
        padding: 0.07143rem !important;
    }
    .g-pa-2--xl {
        padding: 0.14286rem !important;
    }
    .g-pa-3--xl {
        padding: 0.21429rem !important;
    }
    .g-pa-4--xl {
        padding: 0.28571rem !important;
    }
    .g-pa-5--xl {
        padding: 0.35714rem !important;
    }
    .g-pa-6--xl {
        padding: 0.42857rem !important;
    }
    .g-pa-7--xl {
        padding: 0.5rem !important;
    }
    .g-pa-8--xl {
        padding: 0.57143rem !important;
    }
    .g-pa-9--xl {
        padding: 0.64286rem !important;
    }
    .g-pa-10--xl {
        padding: 0.71429rem !important;
    }
    .g-pa-11--xl {
        padding: 0.78571rem !important;
    }
    .g-pa-12--xl {
        padding: 0.85714rem !important;
    }
    .g-pa-13--xl {
        padding: 0.92857rem !important;
    }
    .g-pa-14--xl {
        padding: 1rem !important;
    }
    .g-pa-15--xl {
        padding: 1.07143rem !important;
    }
    .g-pa-16--xl {
        padding: 1.14286rem !important;
    }
    .g-pa-17--xl {
        padding: 1.21429rem !important;
    }
    .g-pa-18--xl {
        padding: 1.28571rem !important;
    }
    .g-pa-19--xl {
        padding: 1.35714rem !important;
    }
    .g-pa-20--xl {
        padding: 1.42857rem !important;
    }
    .g-pa-25--xl {
        padding: 1.78571rem !important;
    }
    .g-pa-30--xl {
        padding: 2.14286rem !important;
    }
    .g-pa-35--xl {
        padding: 2.5rem !important;
    }
    .g-pa-40--xl {
        padding: 2.85714rem !important;
    }
    .g-pa-45--xl {
        padding: 3.21429rem !important;
    }
    .g-pa-50--xl {
        padding: 3.57143rem !important;
    }
    .g-pa-55--xl {
        padding: 3.92857rem !important;
    }
    .g-pa-60--xl {
        padding: 4.28571rem !important;
    }
    .g-pa-65--xl {
        padding: 4.64286rem !important;
    }
    .g-pa-70--xl {
        padding: 5rem !important;
    }
    .g-pa-75--xl {
        padding: 5.35714rem !important;
    }
    .g-pa-80--xl {
        padding: 5.71429rem !important;
    }
    .g-pa-85--xl {
        padding: 6.07143rem !important;
    }
    .g-pa-90--xl {
        padding: 6.42857rem !important;
    }
    .g-pa-95--xl {
        padding: 6.78571rem !important;
    }
    .g-pa-100--xl {
        padding: 7.14286rem !important;
    }
    .g-pa-105--xl {
        padding: 7.5rem !important;
    }
    .g-pa-110--xl {
        padding: 7.85714rem !important;
    }
    .g-pa-115--xl {
        padding: 8.21429rem !important;
    }
    .g-pa-120--xl {
        padding: 8.57143rem !important;
    }
    .g-pa-125--xl {
        padding: 8.92857rem !important;
    }
    .g-pa-130--xl {
        padding: 9.28571rem !important;
    }
    .g-pa-135--xl {
        padding: 9.64286rem !important;
    }
    .g-pa-140--xl {
        padding: 10rem !important;
    }
    .g-pa-145--xl {
        padding: 10.35714rem !important;
    }
    .g-pa-150--xl {
        padding: 10.71429rem !important;
    }
    .g-pa-155--xl {
        padding: 11.07143rem !important;
    }
    .g-pa-160--xl {
        padding: 11.42857rem !important;
    }
    .g-pa-165--xl {
        padding: 11.78571rem !important;
    }
    .g-pa-170--xl {
        padding: 12.14286rem !important;
    }
    .g-pa-200--xl {
        padding: 14.28571rem !important;
    }
    .g-pa-300--xl {
        padding: 21.42857rem !important;
    }
    .g-pa-400--xl {
        padding: 28.57143rem !important;
    }
    .g-pa-500--xl {
        padding: 35.71429rem !important;
    }
    /* padding X */
    .g-px-0--xl {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .g-px-1--xl {
        padding-left: 0.07143rem !important;
        padding-right: 0.07143rem !important;
    }
    .g-px-2--xl {
        padding-left: 0.14286rem !important;
        padding-right: 0.14286rem !important;
    }
    .g-px-3--xl {
        padding-left: 0.21429rem !important;
        padding-right: 0.21429rem !important;
    }
    .g-px-4--xl {
        padding-left: 0.28571rem !important;
        padding-right: 0.28571rem !important;
    }
    .g-px-5--xl {
        padding-left: 0.35714rem !important;
        padding-right: 0.35714rem !important;
    }
    .g-px-6--xl {
        padding-left: 0.42857rem !important;
        padding-right: 0.42857rem !important;
    }
    .g-px-7--xl {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .g-px-8--xl {
        padding-left: 0.57143rem !important;
        padding-right: 0.57143rem !important;
    }
    .g-px-9--xl {
        padding-left: 0.64286rem !important;
        padding-right: 0.64286rem !important;
    }
    .g-px-10--xl {
        padding-left: 0.71429rem !important;
        padding-right: 0.71429rem !important;
    }
    .g-px-11--xl {
        padding-left: 0.78571rem !important;
        padding-right: 0.78571rem !important;
    }
    .g-px-12--xl {
        padding-left: 0.85714rem !important;
        padding-right: 0.85714rem !important;
    }
    .g-px-13--xl {
        padding-left: 0.92857rem !important;
        padding-right: 0.92857rem !important;
    }
    .g-px-14--xl {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .g-px-15--xl {
        padding-left: 1.07143rem !important;
        padding-right: 1.07143rem !important;
    }
    .g-px-16--xl {
        padding-left: 1.14286rem !important;
        padding-right: 1.14286rem !important;
    }
    .g-px-17--xl {
        padding-left: 1.21429rem !important;
        padding-right: 1.21429rem !important;
    }
    .g-px-18--xl {
        padding-left: 1.28571rem !important;
        padding-right: 1.28571rem !important;
    }
    .g-px-19--xl {
        padding-left: 1.35714rem !important;
        padding-right: 1.35714rem !important;
    }
    .g-px-20--xl {
        padding-left: 1.42857rem !important;
        padding-right: 1.42857rem !important;
    }
    .g-px-25--xl {
        padding-left: 1.78571rem !important;
        padding-right: 1.78571rem !important;
    }
    .g-px-30--xl {
        padding-left: 2.14286rem !important;
        padding-right: 2.14286rem !important;
    }
    .g-px-35--xl {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .g-px-40--xl {
        padding-left: 2.85714rem !important;
        padding-right: 2.85714rem !important;
    }
    .g-px-45--xl {
        padding-left: 3.21429rem !important;
        padding-right: 3.21429rem !important;
    }
    .g-px-50--xl {
        padding-left: 3.57143rem !important;
        padding-right: 3.57143rem !important;
    }
    .g-px-55--xl {
        padding-left: 3.92857rem !important;
        padding-right: 3.92857rem !important;
    }
    .g-px-60--xl {
        padding-left: 4.28571rem !important;
        padding-right: 4.28571rem !important;
    }
    .g-px-65--xl {
        padding-left: 4.64286rem !important;
        padding-right: 4.64286rem !important;
    }
    .g-px-70--xl {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .g-px-75--xl {
        padding-left: 5.35714rem !important;
        padding-right: 5.35714rem !important;
    }
    .g-px-80--xl {
        padding-left: 5.71429rem !important;
        padding-right: 5.71429rem !important;
    }
    .g-px-85--xl {
        padding-left: 6.07143rem !important;
        padding-right: 6.07143rem !important;
    }
    .g-px-90--xl {
        padding-left: 6.42857rem !important;
        padding-right: 6.42857rem !important;
    }
    .g-px-95--xl {
        padding-left: 6.78571rem !important;
        padding-right: 6.78571rem !important;
    }
    .g-px-100--xl {
        padding-left: 7.14286rem !important;
        padding-right: 7.14286rem !important;
    }
    .g-px-105--xl {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important;
    }
    .g-px-110--xl {
        padding-left: 7.85714rem !important;
        padding-right: 7.85714rem !important;
    }
    .g-px-115--xl {
        padding-left: 8.21429rem !important;
        padding-right: 8.21429rem !important;
    }
    .g-px-120--xl {
        padding-left: 8.57143rem !important;
        padding-right: 8.57143rem !important;
    }
    .g-px-125--xl {
        padding-left: 8.92857rem !important;
        padding-right: 8.92857rem !important;
    }
    .g-px-130--xl {
        padding-left: 9.28571rem !important;
        padding-right: 9.28571rem !important;
    }
    .g-px-135--xl {
        padding-left: 9.64286rem !important;
        padding-right: 9.64286rem !important;
    }
    .g-px-140--xl {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
    .g-px-145--xl {
        padding-left: 10.35714rem !important;
        padding-right: 10.35714rem !important;
    }
    .g-px-150--xl {
        padding-left: 10.71429rem !important;
        padding-right: 10.71429rem !important;
    }
    .g-px-155--xl {
        padding-left: 11.07143rem !important;
        padding-right: 11.07143rem !important;
    }
    .g-px-160--xl {
        padding-left: 11.42857rem !important;
        padding-right: 11.42857rem !important;
    }
    .g-px-165--xl {
        padding-left: 11.78571rem !important;
        padding-right: 11.78571rem !important;
    }
    .g-px-170--xl {
        padding-left: 12.14286rem !important;
        padding-right: 12.14286rem !important;
    }
    .g-px-200--xl {
        padding-left: 14.28571rem !important;
        padding-right: 14.28571rem !important;
    }
    .g-px-300--xl {
        padding-left: 21.42857rem !important;
        padding-right: 21.42857rem !important;
    }
    .g-px-400--xl {
        padding-left: 28.57143rem !important;
        padding-right: 28.57143rem !important;
    }
    .g-px-500--xl {
        padding-left: 35.71429rem !important;
        padding-right: 35.71429rem !important;
    }
    /* padding Y */
    .g-py-0--xl {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .g-py-1--xl {
        padding-top: 0.07143rem !important;
        padding-bottom: 0.07143rem !important;
    }
    .g-py-2--xl {
        padding-top: 0.14286rem !important;
        padding-bottom: 0.14286rem !important;
    }
    .g-py-3--xl {
        padding-top: 0.21429rem !important;
        padding-bottom: 0.21429rem !important;
    }
    .g-py-4--xl {
        padding-top: 0.28571rem !important;
        padding-bottom: 0.28571rem !important;
    }
    .g-py-5--xl {
        padding-top: 0.35714rem !important;
        padding-bottom: 0.35714rem !important;
    }
    .g-py-6--xl {
        padding-top: 0.42857rem !important;
        padding-bottom: 0.42857rem !important;
    }
    .g-py-7--xl {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .g-py-8--xl {
        padding-top: 0.57143rem !important;
        padding-bottom: 0.57143rem !important;
    }
    .g-py-9--xl {
        padding-top: 0.64286rem !important;
        padding-bottom: 0.64286rem !important;
    }
    .g-py-10--xl {
        padding-top: 0.71429rem !important;
        padding-bottom: 0.71429rem !important;
    }
    .g-py-11--xl {
        padding-top: 0.78571rem !important;
        padding-bottom: 0.78571rem !important;
    }
    .g-py-12--xl {
        padding-top: 0.85714rem !important;
        padding-bottom: 0.85714rem !important;
    }
    .g-py-13--xl {
        padding-top: 0.92857rem !important;
        padding-bottom: 0.92857rem !important;
    }
    .g-py-14--xl {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .g-py-15--xl {
        padding-top: 1.07143rem !important;
        padding-bottom: 1.07143rem !important;
    }
    .g-py-16--xl {
        padding-top: 1.14286rem !important;
        padding-bottom: 1.14286rem !important;
    }
    .g-py-17--xl {
        padding-top: 1.21429rem !important;
        padding-bottom: 1.21429rem !important;
    }
    .g-py-18--xl {
        padding-top: 1.28571rem !important;
        padding-bottom: 1.28571rem !important;
    }
    .g-py-19--xl {
        padding-top: 1.35714rem !important;
        padding-bottom: 1.35714rem !important;
    }
    .g-py-20--xl {
        padding-top: 1.42857rem !important;
        padding-bottom: 1.42857rem !important;
    }
    .g-py-25--xl {
        padding-top: 1.78571rem !important;
        padding-bottom: 1.78571rem !important;
    }
    .g-py-30--xl {
        padding-top: 2.14286rem !important;
        padding-bottom: 2.14286rem !important;
    }
    .g-py-35--xl {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .g-py-40--xl {
        padding-top: 2.85714rem !important;
        padding-bottom: 2.85714rem !important;
    }
    .g-py-45--xl {
        padding-top: 3.21429rem !important;
        padding-bottom: 3.21429rem !important;
    }
    .g-py-50--xl {
        padding-top: 3.57143rem !important;
        padding-bottom: 3.57143rem !important;
    }
    .g-py-55--xl {
        padding-top: 3.92857rem !important;
        padding-bottom: 3.92857rem !important;
    }
    .g-py-60--xl {
        padding-top: 4.28571rem !important;
        padding-bottom: 4.28571rem !important;
    }
    .g-py-65--xl {
        padding-top: 4.64286rem !important;
        padding-bottom: 4.64286rem !important;
    }
    .g-py-70--xl {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .g-py-75--xl {
        padding-top: 5.35714rem !important;
        padding-bottom: 5.35714rem !important;
    }
    .g-py-80--xl {
        padding-top: 5.71429rem !important;
        padding-bottom: 5.71429rem !important;
    }
    .g-py-85--xl {
        padding-top: 6.07143rem !important;
        padding-bottom: 6.07143rem !important;
    }
    .g-py-90--xl {
        padding-top: 6.42857rem !important;
        padding-bottom: 6.42857rem !important;
    }
    .g-py-95--xl {
        padding-top: 6.78571rem !important;
        padding-bottom: 6.78571rem !important;
    }
    .g-py-100--xl {
        padding-top: 7.14286rem !important;
        padding-bottom: 7.14286rem !important;
    }
    .g-py-105--xl {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }
    .g-py-110--xl {
        padding-top: 7.85714rem !important;
        padding-bottom: 7.85714rem !important;
    }
    .g-py-115--xl {
        padding-top: 8.21429rem !important;
        padding-bottom: 8.21429rem !important;
    }
    .g-py-120--xl {
        padding-top: 8.57143rem !important;
        padding-bottom: 8.57143rem !important;
    }
    .g-py-125--xl {
        padding-top: 8.92857rem !important;
        padding-bottom: 8.92857rem !important;
    }
    .g-py-130--xl {
        padding-top: 9.28571rem !important;
        padding-bottom: 9.28571rem !important;
    }
    .g-py-135--xl {
        padding-top: 9.64286rem !important;
        padding-bottom: 9.64286rem !important;
    }
    .g-py-140--xl {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }
    .g-py-145--xl {
        padding-top: 10.35714rem !important;
        padding-bottom: 10.35714rem !important;
    }
    .g-py-150--xl {
        padding-top: 10.71429rem !important;
        padding-bottom: 10.71429rem !important;
    }
    .g-py-155--xl {
        padding-top: 11.07143rem !important;
        padding-bottom: 11.07143rem !important;
    }
    .g-py-160--xl {
        padding-top: 11.42857rem !important;
        padding-bottom: 11.42857rem !important;
    }
    .g-py-165--xl {
        padding-top: 11.78571rem !important;
        padding-bottom: 11.78571rem !important;
    }
    .g-py-170--xl {
        padding-top: 12.14286rem !important;
        padding-bottom: 12.14286rem !important;
    }
    .g-py-200--xl {
        padding-top: 14.28571rem !important;
        padding-bottom: 14.28571rem !important;
    }
    .g-py-300--xl {
        padding-top: 21.42857rem !important;
        padding-bottom: 21.42857rem !important;
    }
    .g-py-400--xl {
        padding-top: 28.57143rem !important;
        padding-bottom: 28.57143rem !important;
    }
    .g-py-500--xl {
        padding-top: 35.71429rem !important;
        padding-bottom: 35.71429rem !important;
    }
    /* padding TOP */
    .g-pt-0--xl {
        padding-top: 0 !important;
    }
    .g-pt-1--xl {
        padding-top: 0.07143rem !important;
    }
    .g-pt-2--xl {
        padding-top: 0.14286rem !important;
    }
    .g-pt-3--xl {
        padding-top: 0.21429rem !important;
    }
    .g-pt-4--xl {
        padding-top: 0.28571rem !important;
    }
    .g-pt-5--xl {
        padding-top: 0.35714rem !important;
    }
    .g-pt-6--xl {
        padding-top: 0.42857rem !important;
    }
    .g-pt-7--xl {
        padding-top: 0.5rem !important;
    }
    .g-pt-8--xl {
        padding-top: 0.57143rem !important;
    }
    .g-pt-9--xl {
        padding-top: 0.64286rem !important;
    }
    .g-pt-10--xl {
        padding-top: 0.71429rem !important;
    }
    .g-pt-11--xl {
        padding-top: 0.78571rem !important;
    }
    .g-pt-12--xl {
        padding-top: 0.85714rem !important;
    }
    .g-pt-13--xl {
        padding-top: 0.92857rem !important;
    }
    .g-pt-14--xl {
        padding-top: 1rem !important;
    }
    .g-pt-15--xl {
        padding-top: 1.07143rem !important;
    }
    .g-pt-16--xl {
        padding-top: 1.14286rem !important;
    }
    .g-pt-17--xl {
        padding-top: 1.21429rem !important;
    }
    .g-pt-18--xl {
        padding-top: 1.28571rem !important;
    }
    .g-pt-19--xl {
        padding-top: 1.35714rem !important;
    }
    .g-pt-20--xl {
        padding-top: 1.42857rem !important;
    }
    .g-pt-25--xl {
        padding-top: 1.78571rem !important;
    }
    .g-pt-30--xl {
        padding-top: 2.14286rem !important;
    }
    .g-pt-35--xl {
        padding-top: 2.5rem !important;
    }
    .g-pt-40--xl {
        padding-top: 2.85714rem !important;
    }
    .g-pt-45--xl {
        padding-top: 3.21429rem !important;
    }
    .g-pt-50--xl {
        padding-top: 3.57143rem !important;
    }
    .g-pt-55--xl {
        padding-top: 3.92857rem !important;
    }
    .g-pt-60--xl {
        padding-top: 4.28571rem !important;
    }
    .g-pt-65--xl {
        padding-top: 4.64286rem !important;
    }
    .g-pt-70--xl {
        padding-top: 5rem !important;
    }
    .g-pt-75--xl {
        padding-top: 5.35714rem !important;
    }
    .g-pt-80--xl {
        padding-top: 5.71429rem !important;
    }
    .g-pt-85--xl {
        padding-top: 6.07143rem !important;
    }
    .g-pt-90--xl {
        padding-top: 6.42857rem !important;
    }
    .g-pt-95--xl {
        padding-top: 6.78571rem !important;
    }
    .g-pt-100--xl {
        padding-top: 7.14286rem !important;
    }
    .g-pt-105--xl {
        padding-top: 7.5rem !important;
    }
    .g-pt-110--xl {
        padding-top: 7.85714rem !important;
    }
    .g-pt-115--xl {
        padding-top: 8.21429rem !important;
    }
    .g-pt-120--xl {
        padding-top: 8.57143rem !important;
    }
    .g-pt-125--xl {
        padding-top: 8.92857rem !important;
    }
    .g-pt-130--xl {
        padding-top: 9.28571rem !important;
    }
    .g-pt-135--xl {
        padding-top: 9.64286rem !important;
    }
    .g-pt-140--xl {
        padding-top: 10rem !important;
    }
    .g-pt-145--xl {
        padding-top: 10.35714rem !important;
    }
    .g-pt-150--xl {
        padding-top: 10.71429rem !important;
    }
    .g-pt-155--xl {
        padding-top: 11.07143rem !important;
    }
    .g-pt-160--xl {
        padding-top: 11.42857rem !important;
    }
    .g-pt-165--xl {
        padding-top: 11.78571rem !important;
    }
    .g-pt-170--xl {
        padding-top: 12.14286rem !important;
    }
    .g-pt-200--xl {
        padding-top: 14.28571rem !important;
    }
    .g-pt-300--xl {
        padding-top: 21.42857rem !important;
    }
    .g-pt-400--xl {
        padding-top: 28.57143rem !important;
    }
    .g-pt-500--xl {
        padding-top: 35.71429rem !important;
    }
    /* padding BOTTOM */
    .g-pb-0--xl {
        padding-bottom: 0 !important;
    }
    .g-pb-1--xl {
        padding-bottom: 0.07143rem !important;
    }
    .g-pb-2--xl {
        padding-bottom: 0.14286rem !important;
    }
    .g-pb-3--xl {
        padding-bottom: 0.21429rem !important;
    }
    .g-pb-4--xl {
        padding-bottom: 0.28571rem !important;
    }
    .g-pb-5--xl {
        padding-bottom: 0.35714rem !important;
    }
    .g-pb-6--xl {
        padding-bottom: 0.42857rem !important;
    }
    .g-pb-7--xl {
        padding-bottom: 0.5rem !important;
    }
    .g-pb-8--xl {
        padding-bottom: 0.57143rem !important;
    }
    .g-pb-9--xl {
        padding-bottom: 0.64286rem !important;
    }
    .g-pb-10--xl {
        padding-bottom: 0.71429rem !important;
    }
    .g-pb-11--xl {
        padding-bottom: 0.78571rem !important;
    }
    .g-pb-12--xl {
        padding-bottom: 0.85714rem !important;
    }
    .g-pb-13--xl {
        padding-bottom: 0.92857rem !important;
    }
    .g-pb-14--xl {
        padding-bottom: 1rem !important;
    }
    .g-pb-15--xl {
        padding-bottom: 1.07143rem !important;
    }
    .g-pb-16--xl {
        padding-bottom: 1.14286rem !important;
    }
    .g-pb-17--xl {
        padding-bottom: 1.21429rem !important;
    }
    .g-pb-18--xl {
        padding-bottom: 1.28571rem !important;
    }
    .g-pb-19--xl {
        padding-bottom: 1.35714rem !important;
    }
    .g-pb-20--xl {
        padding-bottom: 1.42857rem !important;
    }
    .g-pb-25--xl {
        padding-bottom: 1.78571rem !important;
    }
    .g-pb-30--xl {
        padding-bottom: 2.14286rem !important;
    }
    .g-pb-35--xl {
        padding-bottom: 2.5rem !important;
    }
    .g-pb-40--xl {
        padding-bottom: 2.85714rem !important;
    }
    .g-pb-45--xl {
        padding-bottom: 3.21429rem !important;
    }
    .g-pb-50--xl {
        padding-bottom: 3.57143rem !important;
    }
    .g-pb-55--xl {
        padding-bottom: 3.92857rem !important;
    }
    .g-pb-60--xl {
        padding-bottom: 4.28571rem !important;
    }
    .g-pb-65--xl {
        padding-bottom: 4.64286rem !important;
    }
    .g-pb-70--xl {
        padding-bottom: 5rem !important;
    }
    .g-pb-75--xl {
        padding-bottom: 5.35714rem !important;
    }
    .g-pb-80--xl {
        padding-bottom: 5.71429rem !important;
    }
    .g-pb-85--xl {
        padding-bottom: 6.07143rem !important;
    }
    .g-pb-90--xl {
        padding-bottom: 6.42857rem !important;
    }
    .g-pb-95--xl {
        padding-bottom: 6.78571rem !important;
    }
    .g-pb-100--xl {
        padding-bottom: 7.14286rem !important;
    }
    .g-pb-105--xl {
        padding-bottom: 7.5rem !important;
    }
    .g-pb-110--xl {
        padding-bottom: 7.85714rem !important;
    }
    .g-pb-115--xl {
        padding-bottom: 8.21429rem !important;
    }
    .g-pb-120--xl {
        padding-bottom: 8.57143rem !important;
    }
    .g-pb-125--xl {
        padding-bottom: 8.92857rem !important;
    }
    .g-pb-130--xl {
        padding-bottom: 9.28571rem !important;
    }
    .g-pb-135--xl {
        padding-bottom: 9.64286rem !important;
    }
    .g-pb-140--xl {
        padding-bottom: 10rem !important;
    }
    .g-pb-145--xl {
        padding-bottom: 10.35714rem !important;
    }
    .g-pb-150--xl {
        padding-bottom: 10.71429rem !important;
    }
    .g-pb-155--xl {
        padding-bottom: 11.07143rem !important;
    }
    .g-pb-160--xl {
        padding-bottom: 11.42857rem !important;
    }
    .g-pb-165--xl {
        padding-bottom: 11.78571rem !important;
    }
    .g-pb-170--xl {
        padding-bottom: 12.14286rem !important;
    }
    .g-pb-200--xl {
        padding-bottom: 14.28571rem !important;
    }
    .g-pb-300--xl {
        padding-bottom: 21.42857rem !important;
    }
    .g-pb-400--xl {
        padding-bottom: 28.57143rem !important;
    }
    .g-pb-500--xl {
        padding-bottom: 35.71429rem !important;
    }
    /* padding LEFT */
    .g-pl-0--xl {
        padding-left: 0 !important;
    }
    .g-pl-1--xl {
        padding-left: 0.07143rem !important;
    }
    .g-pl-2--xl {
        padding-left: 0.14286rem !important;
    }
    .g-pl-3--xl {
        padding-left: 0.21429rem !important;
    }
    .g-pl-4--xl {
        padding-left: 0.28571rem !important;
    }
    .g-pl-5--xl {
        padding-left: 0.35714rem !important;
    }
    .g-pl-6--xl {
        padding-left: 0.42857rem !important;
    }
    .g-pl-7--xl {
        padding-left: 0.5rem !important;
    }
    .g-pl-8--xl {
        padding-left: 0.57143rem !important;
    }
    .g-pl-9--xl {
        padding-left: 0.64286rem !important;
    }
    .g-pl-10--xl {
        padding-left: 0.71429rem !important;
    }
    .g-pl-11--xl {
        padding-left: 0.78571rem !important;
    }
    .g-pl-12--xl {
        padding-left: 0.85714rem !important;
    }
    .g-pl-13--xl {
        padding-left: 0.92857rem !important;
    }
    .g-pl-14--xl {
        padding-left: 1rem !important;
    }
    .g-pl-15--xl {
        padding-left: 1.07143rem !important;
    }
    .g-pl-16--xl {
        padding-left: 1.14286rem !important;
    }
    .g-pl-17--xl {
        padding-left: 1.21429rem !important;
    }
    .g-pl-18--xl {
        padding-left: 1.28571rem !important;
    }
    .g-pl-19--xl {
        padding-left: 1.35714rem !important;
    }
    .g-pl-20--xl {
        padding-left: 1.42857rem !important;
    }
    .g-pl-25--xl {
        padding-left: 1.78571rem !important;
    }
    .g-pl-30--xl {
        padding-left: 2.14286rem !important;
    }
    .g-pl-35--xl {
        padding-left: 2.5rem !important;
    }
    .g-pl-40--xl {
        padding-left: 2.85714rem !important;
    }
    .g-pl-45--xl {
        padding-left: 3.21429rem !important;
    }
    .g-pl-50--xl {
        padding-left: 3.57143rem !important;
    }
    .g-pl-55--xl {
        padding-left: 3.92857rem !important;
    }
    .g-pl-60--xl {
        padding-left: 4.28571rem !important;
    }
    .g-pl-65--xl {
        padding-left: 4.64286rem !important;
    }
    .g-pl-70--xl {
        padding-left: 5rem !important;
    }
    .g-pl-75--xl {
        padding-left: 5.35714rem !important;
    }
    .g-pl-80--xl {
        padding-left: 5.71429rem !important;
    }
    .g-pl-85--xl {
        padding-left: 6.07143rem !important;
    }
    .g-pl-90--xl {
        padding-left: 6.42857rem !important;
    }
    .g-pl-95--xl {
        padding-left: 6.78571rem !important;
    }
    .g-pl-100--xl {
        padding-left: 7.14286rem !important;
    }
    .g-pl-105--xl {
        padding-left: 7.5rem !important;
    }
    .g-pl-110--xl {
        padding-left: 7.85714rem !important;
    }
    .g-pl-115--xl {
        padding-left: 8.21429rem !important;
    }
    .g-pl-120--xl {
        padding-left: 8.57143rem !important;
    }
    .g-pl-125--xl {
        padding-left: 8.92857rem !important;
    }
    .g-pl-130--xl {
        padding-left: 9.28571rem !important;
    }
    .g-pl-135--xl {
        padding-left: 9.64286rem !important;
    }
    .g-pl-140--xl {
        padding-left: 10rem !important;
    }
    .g-pl-145--xl {
        padding-left: 10.35714rem !important;
    }
    .g-pl-150--xl {
        padding-left: 10.71429rem !important;
    }
    .g-pl-155--xl {
        padding-left: 11.07143rem !important;
    }
    .g-pl-160--xl {
        padding-left: 11.42857rem !important;
    }
    .g-pl-165--xl {
        padding-left: 11.78571rem !important;
    }
    .g-pl-170--xl {
        padding-left: 12.14286rem !important;
    }
    .g-pl-200--xl {
        padding-left: 14.28571rem !important;
    }
    .g-pl-300--xl {
        padding-left: 21.42857rem !important;
    }
    .g-pl-400--xl {
        padding-left: 28.57143rem !important;
    }
    .g-pl-500--xl {
        padding-left: 35.71429rem !important;
    }
    /* padding RIGHT */
    .g-pr-0--xl {
        padding-right: 0 !important;
    }
    .g-pr-1--xl {
        padding-right: 0.07143rem !important;
    }
    .g-pr-2--xl {
        padding-right: 0.14286rem !important;
    }
    .g-pr-3--xl {
        padding-right: 0.21429rem !important;
    }
    .g-pr-4--xl {
        padding-right: 0.28571rem !important;
    }
    .g-pr-5--xl {
        padding-right: 0.35714rem !important;
    }
    .g-pr-6--xl {
        padding-right: 0.42857rem !important;
    }
    .g-pr-7--xl {
        padding-right: 0.5rem !important;
    }
    .g-pr-8--xl {
        padding-right: 0.57143rem !important;
    }
    .g-pr-9--xl {
        padding-right: 0.64286rem !important;
    }
    .g-pr-10--xl {
        padding-right: 0.71429rem !important;
    }
    .g-pr-11--xl {
        padding-right: 0.78571rem !important;
    }
    .g-pr-12--xl {
        padding-right: 0.85714rem !important;
    }
    .g-pr-13--xl {
        padding-right: 0.92857rem !important;
    }
    .g-pr-14--xl {
        padding-right: 1rem !important;
    }
    .g-pr-15--xl {
        padding-right: 1.07143rem !important;
    }
    .g-pr-16--xl {
        padding-right: 1.14286rem !important;
    }
    .g-pr-17--xl {
        padding-right: 1.21429rem !important;
    }
    .g-pr-18--xl {
        padding-right: 1.28571rem !important;
    }
    .g-pr-19--xl {
        padding-right: 1.35714rem !important;
    }
    .g-pr-20--xl {
        padding-right: 1.42857rem !important;
    }
    .g-pr-25--xl {
        padding-right: 1.78571rem !important;
    }
    .g-pr-30--xl {
        padding-right: 2.14286rem !important;
    }
    .g-pr-35--xl {
        padding-right: 2.5rem !important;
    }
    .g-pr-40--xl {
        padding-right: 2.85714rem !important;
    }
    .g-pr-45--xl {
        padding-right: 3.21429rem !important;
    }
    .g-pr-50--xl {
        padding-right: 3.57143rem !important;
    }
    .g-pr-55--xl {
        padding-right: 3.92857rem !important;
    }
    .g-pr-60--xl {
        padding-right: 4.28571rem !important;
    }
    .g-pr-65--xl {
        padding-right: 4.64286rem !important;
    }
    .g-pr-70--xl {
        padding-right: 5rem !important;
    }
    .g-pr-75--xl {
        padding-right: 5.35714rem !important;
    }
    .g-pr-80--xl {
        padding-right: 5.71429rem !important;
    }
    .g-pr-85--xl {
        padding-right: 6.07143rem !important;
    }
    .g-pr-90--xl {
        padding-right: 6.42857rem !important;
    }
    .g-pr-95--xl {
        padding-right: 6.78571rem !important;
    }
    .g-pr-100--xl {
        padding-right: 7.14286rem !important;
    }
    .g-pr-105--xl {
        padding-right: 7.5rem !important;
    }
    .g-pr-110--xl {
        padding-right: 7.85714rem !important;
    }
    .g-pr-115--xl {
        padding-right: 8.21429rem !important;
    }
    .g-pr-120--xl {
        padding-right: 8.57143rem !important;
    }
    .g-pr-125--xl {
        padding-right: 8.92857rem !important;
    }
    .g-pr-130--xl {
        padding-right: 9.28571rem !important;
    }
    .g-pr-135--xl {
        padding-right: 9.64286rem !important;
    }
    .g-pr-140--xl {
        padding-right: 10rem !important;
    }
    .g-pr-145--xl {
        padding-right: 10.35714rem !important;
    }
    .g-pr-150--xl {
        padding-right: 10.71429rem !important;
    }
    .g-pr-155--xl {
        padding-right: 11.07143rem !important;
    }
    .g-pr-160--xl {
        padding-right: 11.42857rem !important;
    }
    .g-pr-165--xl {
        padding-right: 11.78571rem !important;
    }
    .g-pr-170--xl {
        padding-right: 12.14286rem !important;
    }
    .g-pr-200--xl {
        padding-right: 14.28571rem !important;
    }
    .g-pr-300--xl {
        padding-right: 21.42857rem !important;
    }
    .g-pr-400--xl {
        padding-right: 28.57143rem !important;
    }
    .g-pr-500--xl {
        padding-right: 35.71429rem !important;
    }
}
