/* stylelint-disable */
/**************************************************************

	THE USE OF NEW COLOURS ARE NOT PERMITED. ONLY THE COLOURS LISTED IN THE BRAND IDENTITY ARE ALLOWED TO BE USED. 
    REFER BRAND IDENTITY POLICY. 
    /**************************************************************

	COLOUR STYLESHEET INDEXING
	|
	|
	|___ Backgrounds
	|___ Hyperlinks
    |___ Gold hyperlinks when used on smaller font
	|___ Table borders, Table headers
	    |___Grey
        |___Gold
        |___Copper
        |___Teal
	|___ Error Message Colours

**************************************************************/
/* ALLOWED TO BE USED ONLY AS BACKGROUND COLOURS */
/* USE THIS ONLY FOR HYPERLINKS */
/* GOLD HYPERLINKS HYPERLINKS - WHEN USED ON SMALLER FONT TO PASS AA */
/* USE THIS ONLY TO HIGHLIGHT'S IN TABLE */
/* USE THIS FOR TABLE BORDERS, TABLE HEADERS */
/* GREY */
/* GOLD */
/* COPPER */
/* TEAL */
/* COLOURS ALOOWED FOR ERROR MESSAGES ON FORMS */
/* GRID LAYOUT BREAKPOINTS */
/* ANCHOR mixins */
/* ANCHOR Customisation */
/* ANCHOR: General - Margin */
.m-0 {
  margin: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.m-1 {
  margin: 10px !important;
}

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

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

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

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

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

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

.m-2 {
  margin: 20px !important;
}

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

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

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

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

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

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

.m-3 {
  margin: 30px !important;
}

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

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

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

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

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

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

.m-4 {
  margin: 40px !important;
}

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

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

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

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

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

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

.m-5 {
  margin: 50px !important;
}

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

/* ANCHOR: General - Padding */
.p-0 {
  padding: 0px !important;
}

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

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.mt-n-0 {
  margin-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mb-n-0 {
  margin-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.ml-n-0 {
  margin-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mr-n-0 {
  margin-right: 0px !important;
}

.p-1 {
  padding: 10px !important;
}

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

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

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

.mt-n-1 {
  margin-top: -10px !important;
}

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

.mb-n-1 {
  margin-bottom: -10px !important;
}

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

.ml-n-1 {
  margin-left: -10px !important;
}

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

.mr-n-1 {
  margin-right: -10px !important;
}

.p-2 {
  padding: 20px !important;
}

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

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

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

.mt-n-2 {
  margin-top: -20px !important;
}

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

.mb-n-2 {
  margin-bottom: -20px !important;
}

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

.ml-n-2 {
  margin-left: -20px !important;
}

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

.mr-n-2 {
  margin-right: -20px !important;
}

.p-3 {
  padding: 30px !important;
}

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

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

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

.mt-n-3 {
  margin-top: -30px !important;
}

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

.mb-n-3 {
  margin-bottom: -30px !important;
}

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

.ml-n-3 {
  margin-left: -30px !important;
}

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

.mr-n-3 {
  margin-right: -30px !important;
}

.p-4 {
  padding: 40px !important;
}

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

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

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

.mt-n-4 {
  margin-top: -40px !important;
}

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

.mb-n-4 {
  margin-bottom: -40px !important;
}

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

.ml-n-4 {
  margin-left: -40px !important;
}

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

.mr-n-4 {
  margin-right: -40px !important;
}

.p-5 {
  padding: 50px !important;
}

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

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

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

.mt-n-5 {
  margin-top: -50px !important;
}

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

.mb-n-5 {
  margin-bottom: -50px !important;
}

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

.ml-n-5 {
  margin-left: -50px !important;
}

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

.mr-n-5 {
  margin-right: -50px !important;
}

/* ANCHOR: Responsive - Margin */
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0px !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0px !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0px !important;
  }
}

@media (min-width: 1240px) {
  .m-xl-0 {
    margin: 0px !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .mx-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media (min-width: 1240px) {
  .mx-xl-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media (min-width: 576px) {
  .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

@media (min-width: 1240px) {
  .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 1240px) {
  .mt-xl-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 1240px) {
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-0 {
    margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .ml-md-0 {
    margin-left: 0px !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-0 {
    margin-left: 0px !important;
  }
}

@media (min-width: 1240px) {
  .ml-xl-0 {
    margin-left: 0px !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-0 {
    margin-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .mr-md-0 {
    margin-right: 0px !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-0 {
    margin-right: 0px !important;
  }
}

@media (min-width: 1240px) {
  .mr-xl-0 {
    margin-right: 0px !important;
  }
}

@media (min-width: 576px) {
  .m-sm-1 {
    margin: 10px !important;
  }
}

@media (min-width: 768px) {
  .m-md-1 {
    margin: 10px !important;
  }
}

@media (min-width: 992px) {
  .m-lg-1 {
    margin: 10px !important;
  }
}

@media (min-width: 1240px) {
  .m-xl-1 {
    margin: 10px !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

@media (min-width: 768px) {
  .mx-md-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

@media (min-width: 1240px) {
  .mx-xl-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

@media (min-width: 576px) {
  .my-sm-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

@media (min-width: 768px) {
  .my-md-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

@media (min-width: 992px) {
  .my-lg-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

@media (min-width: 1240px) {
  .my-xl-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-1 {
    margin-top: 10px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-1 {
    margin-top: 10px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-1 {
    margin-top: 10px !important;
  }
}

@media (min-width: 1240px) {
  .mt-xl-1 {
    margin-top: 10px !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-1 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 768px) {
  .mb-md-1 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-1 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 1240px) {
  .mb-xl-1 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-1 {
    margin-left: 10px !important;
  }
}

@media (min-width: 768px) {
  .ml-md-1 {
    margin-left: 10px !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-1 {
    margin-left: 10px !important;
  }
}

@media (min-width: 1240px) {
  .ml-xl-1 {
    margin-left: 10px !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-1 {
    margin-right: 10px !important;
  }
}

@media (min-width: 768px) {
  .mr-md-1 {
    margin-right: 10px !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-1 {
    margin-right: 10px !important;
  }
}

@media (min-width: 1240px) {
  .mr-xl-1 {
    margin-right: 10px !important;
  }
}

@media (min-width: 576px) {
  .m-sm-2 {
    margin: 20px !important;
  }
}

@media (min-width: 768px) {
  .m-md-2 {
    margin: 20px !important;
  }
}

@media (min-width: 992px) {
  .m-lg-2 {
    margin: 20px !important;
  }
}

@media (min-width: 1240px) {
  .m-xl-2 {
    margin: 20px !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

@media (min-width: 768px) {
  .mx-md-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

@media (min-width: 1240px) {
  .mx-xl-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

@media (min-width: 576px) {
  .my-sm-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .my-md-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

@media (min-width: 992px) {
  .my-lg-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

@media (min-width: 1240px) {
  .my-xl-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-2 {
    margin-top: 20px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-2 {
    margin-top: 20px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-2 {
    margin-top: 20px !important;
  }
}

@media (min-width: 1240px) {
  .mt-xl-2 {
    margin-top: 20px !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-2 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .mb-md-2 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-2 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 1240px) {
  .mb-xl-2 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-2 {
    margin-left: 20px !important;
  }
}

@media (min-width: 768px) {
  .ml-md-2 {
    margin-left: 20px !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-2 {
    margin-left: 20px !important;
  }
}

@media (min-width: 1240px) {
  .ml-xl-2 {
    margin-left: 20px !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-2 {
    margin-right: 20px !important;
  }
}

@media (min-width: 768px) {
  .mr-md-2 {
    margin-right: 20px !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-2 {
    margin-right: 20px !important;
  }
}

@media (min-width: 1240px) {
  .mr-xl-2 {
    margin-right: 20px !important;
  }
}

@media (min-width: 576px) {
  .m-sm-3 {
    margin: 30px !important;
  }
}

@media (min-width: 768px) {
  .m-md-3 {
    margin: 30px !important;
  }
}

@media (min-width: 992px) {
  .m-lg-3 {
    margin: 30px !important;
  }
}

@media (min-width: 1240px) {
  .m-xl-3 {
    margin: 30px !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .mx-md-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 1240px) {
  .mx-xl-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

@media (min-width: 576px) {
  .my-sm-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .my-md-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .my-lg-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1240px) {
  .my-xl-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-3 {
    margin-top: 30px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-3 {
    margin-top: 30px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-3 {
    margin-top: 30px !important;
  }
}

@media (min-width: 1240px) {
  .mt-xl-3 {
    margin-top: 30px !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-3 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .mb-md-3 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-3 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1240px) {
  .mb-xl-3 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-3 {
    margin-left: 30px !important;
  }
}

@media (min-width: 768px) {
  .ml-md-3 {
    margin-left: 30px !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-3 {
    margin-left: 30px !important;
  }
}

@media (min-width: 1240px) {
  .ml-xl-3 {
    margin-left: 30px !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-3 {
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .mr-md-3 {
    margin-right: 30px !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-3 {
    margin-right: 30px !important;
  }
}

@media (min-width: 1240px) {
  .mr-xl-3 {
    margin-right: 30px !important;
  }
}

@media (min-width: 576px) {
  .m-sm-4 {
    margin: 40px !important;
  }
}

@media (min-width: 768px) {
  .m-md-4 {
    margin: 40px !important;
  }
}

@media (min-width: 992px) {
  .m-lg-4 {
    margin: 40px !important;
  }
}

@media (min-width: 1240px) {
  .m-xl-4 {
    margin: 40px !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

@media (min-width: 768px) {
  .mx-md-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

@media (min-width: 1240px) {
  .mx-xl-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

@media (min-width: 576px) {
  .my-sm-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

@media (min-width: 768px) {
  .my-md-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

@media (min-width: 992px) {
  .my-lg-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

@media (min-width: 1240px) {
  .my-xl-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-4 {
    margin-top: 40px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-4 {
    margin-top: 40px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-4 {
    margin-top: 40px !important;
  }
}

@media (min-width: 1240px) {
  .mt-xl-4 {
    margin-top: 40px !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-4 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 768px) {
  .mb-md-4 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-4 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 1240px) {
  .mb-xl-4 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-4 {
    margin-left: 40px !important;
  }
}

@media (min-width: 768px) {
  .ml-md-4 {
    margin-left: 40px !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-4 {
    margin-left: 40px !important;
  }
}

@media (min-width: 1240px) {
  .ml-xl-4 {
    margin-left: 40px !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-4 {
    margin-right: 40px !important;
  }
}

@media (min-width: 768px) {
  .mr-md-4 {
    margin-right: 40px !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-4 {
    margin-right: 40px !important;
  }
}

@media (min-width: 1240px) {
  .mr-xl-4 {
    margin-right: 40px !important;
  }
}

@media (min-width: 576px) {
  .m-sm-5 {
    margin: 50px !important;
  }
}

@media (min-width: 768px) {
  .m-md-5 {
    margin: 50px !important;
  }
}

@media (min-width: 992px) {
  .m-lg-5 {
    margin: 50px !important;
  }
}

@media (min-width: 1240px) {
  .m-xl-5 {
    margin: 50px !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}

@media (min-width: 768px) {
  .mx-md-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}

@media (min-width: 1240px) {
  .mx-xl-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}

@media (min-width: 576px) {
  .my-sm-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}

@media (min-width: 768px) {
  .my-md-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}

@media (min-width: 992px) {
  .my-lg-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1240px) {
  .my-xl-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-5 {
    margin-top: 50px !important;
  }
}

@media (min-width: 768px) {
  .mt-md-5 {
    margin-top: 50px !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-5 {
    margin-top: 50px !important;
  }
}

@media (min-width: 1240px) {
  .mt-xl-5 {
    margin-top: 50px !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-5 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 768px) {
  .mb-md-5 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-5 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1240px) {
  .mb-xl-5 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-5 {
    margin-left: 50px !important;
  }
}

@media (min-width: 768px) {
  .ml-md-5 {
    margin-left: 50px !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-5 {
    margin-left: 50px !important;
  }
}

@media (min-width: 1240px) {
  .ml-xl-5 {
    margin-left: 50px !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-5 {
    margin-right: 50px !important;
  }
}

@media (min-width: 768px) {
  .mr-md-5 {
    margin-right: 50px !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-5 {
    margin-right: 50px !important;
  }
}

@media (min-width: 1240px) {
  .mr-xl-5 {
    margin-right: 50px !important;
  }
}

@media (min-width: 576px) {
  .m-sm-auto {
    margin: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-auto {
    margin: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-auto {
    margin: auto !important;
  }
}

@media (min-width: 1240px) {
  .m-xl-auto {
    margin: auto !important;
  }
}

@media (min-width: 576px) {
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 1240px) {
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 576px) {
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1240px) {
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 768px) {
  .mt-md-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 1240px) {
  .mt-xl-auto {
    margin-top: auto !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .mb-md-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 1240px) {
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .ml-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .ml-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .ml-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1240px) {
  .ml-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .mr-sm-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  .mr-md-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  .mr-lg-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 1240px) {
  .mr-xl-auto {
    margin-right: auto !important;
  }
}

/* ANCHOR: Responsive - Padding */

/*# sourceMappingURL=spacing.css.map */
