@import url('https://fonts.googleapis.com/css2?family=Oswald');
.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.m-n10 {
  margin: -10rem !important;
}

.m-ngrid-gutter {
  margin: -1.875rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n10 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

.mx-ngrid-gutter {
  margin-right: -1.875rem !important;
  margin-left: -1.875rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n10 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.my-ngrid-gutter {
  margin-top: -1.875rem !important;
  margin-bottom: -1.875rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mt-n10 {
  margin-top: -10rem !important;
}
.mt-n11 {
  margin-top: -11rem !important;
}

.mt-ngrid-gutter {
  margin-top: -1.875rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.me-n10 {
  margin-right: -10rem !important;
}

.me-ngrid-gutter {
  margin-right: -1.875rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.mb-n10 {
  margin-bottom: -10rem !important;
}

.mb-ngrid-gutter {
  margin-bottom: -1.875rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.ms-n10 {
  margin-left: -10rem !important;
}

.ms-ngrid-gutter {
  margin-left: -1.875rem !important;
}
/*-------------*/
.mt-6 {
	margin-top: 5rem;
}
.mt-n6 {
  margin-top: -5rem !important;
}
.mb-6 {
	margin-bottom: 5rem;
}
.mb-n6 {
  margin-bottom: -5rem !important;
}
.my-6 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.my-n6 {
	margin-top: -5rem !important;
	margin-bottom: -5rem;
}
