 .net-container,
 .net-container-fluid,
 .net-container-xxl,
 .net-container-xl,
 .net-container-lg,
 .net-container-md,
 .net-container-sm {
   width: 100%;
   padding-right: var(--bs-gutter-x, 0.75rem);
   padding-left: var(--bs-gutter-x, 0.75rem);
   margin-right: auto;
   margin-left: auto;
 }
 
 @media (min-width: 576px) {
   .net-container-sm, .net-container {
     max-width: 540px;
   }
 }
 @media (min-width: 768px) {
   .net-container-md, .net-container-sm, .net-container {
     max-width: 720px;
   }
 }
 @media (min-width: 992px) {
   .net-container-lg, .net-container-md, .net-container-sm, .net-container {
     max-width: 960px;
   }
 }
 @media (min-width: 1200px) {
   .net-container-xl, .net-container-lg, .net-container-md, .net-container-sm, .net-container {
     max-width: 1140px;
   }
 }
 @media (min-width: 1400px) {
   .net-container-xxl, .net-container-xl, .net-container-lg, .net-container-md, .net-container-sm, .net-container {
     max-width: 1320px;
   }
 }
 .net-row {
   --bs-gutter-x: 1.5rem;
   --bs-gutter-y: 0;
   display: flex;
   flex-wrap: wrap;
   margin-top: calc(var(--bs-gutter-y) * -1);
   margin-right: calc(var(--bs-gutter-x) * -.5);
   margin-left: calc(var(--bs-gutter-x) * -.5);
 }
 .net-row > * {
   box-sizing: border-box;
   flex-shrink: 0;
   width: 100%;
   max-width: 100%;
   margin-top: var(--bs-gutter-y);
 }
 
 .net-col {
   flex: 1 0 0%;
 }
 
 .net-row-cols-auto > * {
   flex: 0 0 auto;
   width: auto;
 }
 
 .net-row-cols-1 > * {
   flex: 0 0 auto;
   width: 100%;
 }
 
 .net-row-cols-2 > * {
   flex: 0 0 auto;
   width: 50%;
 }
 
 .net-row-cols-3 > * {
   flex: 0 0 auto;
   width: 33.3333333333%;
 }
 
 .net-row-cols-4 > * {
   flex: 0 0 auto;
   width: 25%;
 }
 
 .net-row-cols-5 > * {
   flex: 0 0 auto;
   width: 20%;
 }
 
 .net-row-cols-6 > * {
   flex: 0 0 auto;
   width: 16.6666666667%;
 }
 
 @media (min-width: 576px) {
   .net-col-sm {
     flex: 1 0 0%;
   }
 
   .net-row-cols-sm-auto > * {
     flex: 0 0 auto;
     width: auto;
   }
 
   .net-row-cols-sm-1 > * {
     flex: 0 0 auto;
     width: 100%;
   }
 
   .net-row-cols-sm-2 > * {
     flex: 0 0 auto;
     width: 50%;
   }
 
   .net-row-cols-sm-3 > * {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }
 
   .net-row-cols-sm-4 > * {
     flex: 0 0 auto;
     width: 25%;
   }
 
   .net-row-cols-sm-5 > * {
     flex: 0 0 auto;
     width: 20%;
   }
 
   .net-row-cols-sm-6 > * {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }
 }
 @media (min-width: 768px) {
   .net-col-md {
     flex: 1 0 0%;
   }
 
   .net-row-cols-md-auto > * {
     flex: 0 0 auto;
     width: auto;
   }
 
   .net-row-cols-md-1 > * {
     flex: 0 0 auto;
     width: 100%;
   }
 
   .net-row-cols-md-2 > * {
     flex: 0 0 auto;
     width: 50%;
   }
 
   .net-row-cols-md-3 > * {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }
 
   .net-row-cols-md-4 > * {
     flex: 0 0 auto;
     width: 25%;
   }
 
   .net-row-cols-md-5 > * {
     flex: 0 0 auto;
     width: 20%;
   }
 
   .net-row-cols-md-6 > * {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }
 }
 @media (min-width: 992px) {
   .net-col-lg {
     flex: 1 0 0%;
   }
 
   .net-row-cols-lg-auto > * {
     flex: 0 0 auto;
     width: auto;
   }
 
   .net-row-cols-lg-1 > * {
     flex: 0 0 auto;
     width: 100%;
   }
 
   .net-row-cols-lg-2 > * {
     flex: 0 0 auto;
     width: 50%;
   }
 
   .net-row-cols-lg-3 > * {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }
 
   .net-row-cols-lg-4 > * {
     flex: 0 0 auto;
     width: 25%;
   }
 
   .net-row-cols-lg-5 > * {
     flex: 0 0 auto;
     width: 20%;
   }
 
   .net-row-cols-lg-6 > * {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }
 }
 @media (min-width: 1200px) {
   .net-col-xl {
     flex: 1 0 0%;
   }
 
   .net-row-cols-xl-auto > * {
     flex: 0 0 auto;
     width: auto;
   }
 
   .net-row-cols-xl-1 > * {
     flex: 0 0 auto;
     width: 100%;
   }
 
   .net-row-cols-xl-2 > * {
     flex: 0 0 auto;
     width: 50%;
   }
 
   .net-row-cols-xl-3 > * {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }
 
   .net-row-cols-xl-4 > * {
     flex: 0 0 auto;
     width: 25%;
   }
 
   .net-row-cols-xl-5 > * {
     flex: 0 0 auto;
     width: 20%;
   }
 
   .net-row-cols-xl-6 > * {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }
 }
 @media (min-width: 1400px) {
   .net-col-xxl {
     flex: 1 0 0%;
   }
 
   .net-row-cols-xxl-auto > * {
     flex: 0 0 auto;
     width: auto;
   }
 
   .net-row-cols-xxl-1 > * {
     flex: 0 0 auto;
     width: 100%;
   }
 
   .net-row-cols-xxl-2 > * {
     flex: 0 0 auto;
     width: 50%;
   }
 
   .net-row-cols-xxl-3 > * {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }
 
   .net-row-cols-xxl-4 > * {
     flex: 0 0 auto;
     width: 25%;
   }
 
   .net-row-cols-xxl-5 > * {
     flex: 0 0 auto;
     width: 20%;
   }
 
   .net-row-cols-xxl-6 > * {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }
 }
 .net-col-auto {
   flex: 0 0 auto;
   width: auto;
 }
 
 .net-col-1 {
   flex: 0 0 auto;
   width: 8.33333333%;
 }
 
 .net-col-2 {
   flex: 0 0 auto;
   width: 16.66666667%;
 }
 
 .net-col-3 {
   flex: 0 0 auto;
   width: 25%;
 }
 
 .net-col-4 {
   flex: 0 0 auto;
   width: 33.33333333%;
 }
 
 .net-col-5 {
   flex: 0 0 auto;
   width: 41.66666667%;
 }
 
 .net-col-6 {
   flex: 0 0 auto;
   width: 50%;
 }
 
 .net-col-7 {
   flex: 0 0 auto;
   width: 58.33333333%;
 }
 
 .net-col-8 {
   flex: 0 0 auto;
   width: 66.66666667%;
 }
 
 .net-col-9 {
   flex: 0 0 auto;
   width: 75%;
 }
 
 .net-col-10 {
   flex: 0 0 auto;
   width: 83.33333333%;
 }
 
 .net-col-11 {
   flex: 0 0 auto;
   width: 91.66666667%;
 }
 
 .net-col-12 {
   flex: 0 0 auto;
   width: 100%;
 }
 
 .net-offset-1 {
   margin-left: 8.33333333%;
 }
 
 .net-offset-2 {
   margin-left: 16.66666667%;
 }
 
 .net-offset-3 {
   margin-left: 25%;
 }
 
 .net-offset-4 {
   margin-left: 33.33333333%;
 }
 
 .net-offset-5 {
   margin-left: 41.66666667%;
 }
 
 .net-offset-6 {
   margin-left: 50%;
 }
 
 .net-offset-7 {
   margin-left: 58.33333333%;
 }
 
 .net-offset-8 {
   margin-left: 66.66666667%;
 }
 
 .net-offset-9 {
   margin-left: 75%;
 }
 
 .net-offset-10 {
   margin-left: 83.33333333%;
 }
 
 .net-offset-11 {
   margin-left: 91.66666667%;
 }
 
 .net-g-0,
 .net-gx-0 {
   --bs-gutter-x: 0;
 }
 
 .net-g-0,
 .net-gy-0 {
   --bs-gutter-y: 0;
 }
 
 .net-g-1,
 .net-gx-1 {
   --bs-gutter-x: 0.25rem;
 }
 
 .net-g-1,
 .net-gy-1 {
   --bs-gutter-y: 0.25rem;
 }
 
 .net-g-2,
 .net-gx-2 {
   --bs-gutter-x: 0.5rem;
 }
 
 .net-g-2,
 .net-gy-2 {
   --bs-gutter-y: 0.5rem;
 }
 
 .net-g-3,
 .net-gx-3 {
   --bs-gutter-x: 1rem;
 }
 
 .net-g-3,
 .net-gy-3 {
   --bs-gutter-y: 1rem;
 }
 
 .net-g-4,
 .net-gx-4 {
   --bs-gutter-x: 1.5rem;
 }
 
 .net-g-4,
 .net-gy-4 {
   --bs-gutter-y: 1.5rem;
 }
 
 .net-g-5,
 .net-gx-5 {
   --bs-gutter-x: 3rem;
 }
 
 .net-g-5,
 .net-gy-5 {
   --bs-gutter-y: 3rem;
 }
 
 @media (min-width: 576px) {
   .net-col-sm-auto {
     flex: 0 0 auto;
     width: auto;
   }
 
   .net-col-sm-1 {
     flex: 0 0 auto;
     width: 8.33333333%;
   }
 
   .net-col-sm-2 {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
 
   .net-col-sm-3 {
     flex: 0 0 auto;
     width: 25%;
   }
 
   .net-col-sm-4 {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
 
   .net-col-sm-5 {
     flex: 0 0 auto;
     width: 41.66666667%;
   }
 
   .net-col-sm-6 {
     flex: 0 0 auto;
     width: 50%;
   }
 
   .net-col-sm-7 {
     flex: 0 0 auto;
     width: 58.33333333%;
   }
 
   .net-col-sm-8 {
     flex: 0 0 auto;
     width: 66.66666667%;
   }
 
   .net-col-sm-9 {
     flex: 0 0 auto;
     width: 75%;
   }
 
   .net-col-sm-10 {
     flex: 0 0 auto;
     width: 83.33333333%;
   }
 
   .net-col-sm-11 {
     flex: 0 0 auto;
     width: 91.66666667%;
   }
 
   .net-col-sm-12 {
     flex: 0 0 auto;
     width: 100%;
   }
 
   .net-offset-sm-0 {
     margin-left: 0;
   }
 
   .net-offset-sm-1 {
     margin-left: 8.33333333%;
   }
 
   .net-offset-sm-2 {
     margin-left: 16.66666667%;
   }
 
   .net-offset-sm-3 {
     margin-left: 25%;
   }
 
   .net-offset-sm-4 {
     margin-left: 33.33333333%;
   }
 
   .net-offset-sm-5 {
     margin-left: 41.66666667%;
   }
 
   .net-offset-sm-6 {
     margin-left: 50%;
   }
 
   .net-offset-sm-7 {
     margin-left: 58.33333333%;
   }
 
   .net-offset-sm-8 {
     margin-left: 66.66666667%;
   }
 
   .net-offset-sm-9 {
     margin-left: 75%;
   }
 
   .net-offset-sm-10 {
     margin-left: 83.33333333%;
   }
 
   .net-offset-sm-11 {
     margin-left: 91.66666667%;
   }
 
   .net-g-sm-0,
 .net-gx-sm-0 {
     --bs-gutter-x: 0;
   }
 
   .net-g-sm-0,
 .net-gy-sm-0 {
     --bs-gutter-y: 0;
   }
 
   .net-g-sm-1,
 .net-gx-sm-1 {
     --bs-gutter-x: 0.25rem;
   }
 
   .net-g-sm-1,
 .net-gy-sm-1 {
     --bs-gutter-y: 0.25rem;
   }
 
   .net-g-sm-2,
 .net-gx-sm-2 {
     --bs-gutter-x: 0.5rem;
   }
 
   .net-g-sm-2,
 .net-gy-sm-2 {
     --bs-gutter-y: 0.5rem;
   }
 
   .net-g-sm-3,
 .net-gx-sm-3 {
     --bs-gutter-x: 1rem;
   }
 
   .net-g-sm-3,
 .net-gy-sm-3 {
     --bs-gutter-y: 1rem;
   }
 
   .net-g-sm-4,
 .net-gx-sm-4 {
     --bs-gutter-x: 1.5rem;
   }
 
   .net-g-sm-4,
 .net-gy-sm-4 {
     --bs-gutter-y: 1.5rem;
   }
 
   .net-g-sm-5,
 .net-gx-sm-5 {
     --bs-gutter-x: 3rem;
   }
 
   .net-g-sm-5,
 .net-gy-sm-5 {
     --bs-gutter-y: 3rem;
   }
 }
 @media (min-width: 768px) {
   .net-col-md-auto {
     flex: 0 0 auto;
     width: auto;
   }
 
   .net-col-md-1 {
     flex: 0 0 auto;
     width: 8.33333333%;
   }
 
   .net-col-md-2 {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
 
   .net-col-md-3 {
     flex: 0 0 auto;
     width: 25%;
   }
 
   .net-col-md-4 {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
 
   .net-col-md-5 {
     flex: 0 0 auto;
     width: 41.66666667%;
   }
 
   .net-col-md-6 {
     flex: 0 0 auto;
     width: 50%;
   }
 
   .net-col-md-7 {
     flex: 0 0 auto;
     width: 58.33333333%;
   }
 
   .net-col-md-8 {
     flex: 0 0 auto;
     width: 66.66666667%;
   }
 
   .net-col-md-9 {
     flex: 0 0 auto;
     width: 75%;
   }
 
   .net-col-md-10 {
     flex: 0 0 auto;
     width: 83.33333333%;
   }
 
   .net-col-md-11 {
     flex: 0 0 auto;
     width: 91.66666667%;
   }
 
   .net-col-md-12 {
     flex: 0 0 auto;
     width: 100%;
   }
 
   .net-offset-md-0 {
     margin-left: 0;
   }
 
   .net-offset-md-1 {
     margin-left: 8.33333333%;
   }
 
   .net-offset-md-2 {
     margin-left: 16.66666667%;
   }
 
   .net-offset-md-3 {
     margin-left: 25%;
   }
 
   .net-offset-md-4 {
     margin-left: 33.33333333%;
   }
 
   .net-offset-md-5 {
     margin-left: 41.66666667%;
   }
 
   .net-offset-md-6 {
     margin-left: 50%;
   }
 
   .net-offset-md-7 {
     margin-left: 58.33333333%;
   }
 
   .net-offset-md-8 {
     margin-left: 66.66666667%;
   }
 
   .net-offset-md-9 {
     margin-left: 75%;
   }
 
   .net-offset-md-10 {
     margin-left: 83.33333333%;
   }
 
   .net-offset-md-11 {
     margin-left: 91.66666667%;
   }
 
   .net-g-md-0,
 .net-gx-md-0 {
     --bs-gutter-x: 0;
   }
 
   .net-g-md-0,
 .net-gy-md-0 {
     --bs-gutter-y: 0;
   }
 
   .net-g-md-1,
 .net-gx-md-1 {
     --bs-gutter-x: 0.25rem;
   }
 
   .net-g-md-1,
 .net-gy-md-1 {
     --bs-gutter-y: 0.25rem;
   }
 
   .net-g-md-2,
 .net-gx-md-2 {
     --bs-gutter-x: 0.5rem;
   }
 
   .net-g-md-2,
 .net-gy-md-2 {
     --bs-gutter-y: 0.5rem;
   }
 
   .net-g-md-3,
 .net-gx-md-3 {
     --bs-gutter-x: 1rem;
   }
 
   .net-g-md-3,
 .net-gy-md-3 {
     --bs-gutter-y: 1rem;
   }
 
   .net-g-md-4,
 .net-gx-md-4 {
     --bs-gutter-x: 1.5rem;
   }
 
   .net-g-md-4,
 .net-gy-md-4 {
     --bs-gutter-y: 1.5rem;
   }
 
   .net-g-md-5,
 .net-gx-md-5 {
     --bs-gutter-x: 3rem;
   }
 
   .net-g-md-5,
 .net-gy-md-5 {
     --bs-gutter-y: 3rem;
   }
 }
 @media (min-width: 992px) {
   .net-col-lg-auto {
     flex: 0 0 auto;
     width: auto;
   }
 
   .net-col-lg-1 {
     flex: 0 0 auto;
     width: 8.33333333%;
   }
 
   .net-col-lg-2 {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
 
   .net-col-lg-3 {
     flex: 0 0 auto;
     width: 25%;
   }
 
   .net-col-lg-4 {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
 
   .net-col-lg-5 {
     flex: 0 0 auto;
     width: 41.66666667%;
   }
 
   .net-col-lg-6 {
     flex: 0 0 auto;
     width: 50%;
   }
 
   .net-col-lg-7 {
     flex: 0 0 auto;
     width: 58.33333333%;
   }
 
   .net-col-lg-8 {
     flex: 0 0 auto;
     width: 66.66666667%;
   }
 
   .net-col-lg-9 {
     flex: 0 0 auto;
     width: 75%;
   }
 
   .net-col-lg-10 {
     flex: 0 0 auto;
     width: 83.33333333%;
   }
 
   .net-col-lg-11 {
     flex: 0 0 auto;
     width: 91.66666667%;
   }
 
   .net-col-lg-12 {
     flex: 0 0 auto;
     width: 100%;
   }
 
   .net-offset-lg-0 {
     margin-left: 0;
   }
 
   .net-offset-lg-1 {
     margin-left: 8.33333333%;
   }
 
   .net-offset-lg-2 {
     margin-left: 16.66666667%;
   }
 
   .net-offset-lg-3 {
     margin-left: 25%;
   }
 
   .net-offset-lg-4 {
     margin-left: 33.33333333%;
   }
 
   .net-offset-lg-5 {
     margin-left: 41.66666667%;
   }
 
   .net-offset-lg-6 {
     margin-left: 50%;
   }
 
   .net-offset-lg-7 {
     margin-left: 58.33333333%;
   }
 
   .net-offset-lg-8 {
     margin-left: 66.66666667%;
   }
 
   .net-offset-lg-9 {
     margin-left: 75%;
   }
 
   .net-offset-lg-10 {
     margin-left: 83.33333333%;
   }
 
   .net-offset-lg-11 {
     margin-left: 91.66666667%;
   }
 
   .net-g-lg-0,
 .net-gx-lg-0 {
     --bs-gutter-x: 0;
   }
 
   .net-g-lg-0,
 .net-gy-lg-0 {
     --bs-gutter-y: 0;
   }
 
   .net-g-lg-1,
 .net-gx-lg-1 {
     --bs-gutter-x: 0.25rem;
   }
 
   .net-g-lg-1,
 .net-gy-lg-1 {
     --bs-gutter-y: 0.25rem;
   }
 
   .net-g-lg-2,
 .net-gx-lg-2 {
     --bs-gutter-x: 0.5rem;
   }
 
   .net-g-lg-2,
 .net-gy-lg-2 {
     --bs-gutter-y: 0.5rem;
   }
 
   .net-g-lg-3,
 .net-gx-lg-3 {
     --bs-gutter-x: 1rem;
   }
 
   .net-g-lg-3,
 .net-gy-lg-3 {
     --bs-gutter-y: 1rem;
   }
 
   .net-g-lg-4,
 .net-gx-lg-4 {
     --bs-gutter-x: 1.5rem;
   }
 
   .net-g-lg-4,
 .net-gy-lg-4 {
     --bs-gutter-y: 1.5rem;
   }
 
   .net-g-lg-5,
 .net-gx-lg-5 {
     --bs-gutter-x: 3rem;
   }
 
   .net-g-lg-5,
 .net-gy-lg-5 {
     --bs-gutter-y: 3rem;
   }
 }
 @media (min-width: 1200px) {
   .net-col-xl-auto {
     flex: 0 0 auto;
     width: auto;
   }
 
   .net-col-xl-1 {
     flex: 0 0 auto;
     width: 8.33333333%;
   }
 
   .net-col-xl-2 {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
 
   .net-col-xl-3 {
     flex: 0 0 auto;
     width: 25%;
   }
 
   .net-col-xl-4 {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
 
   .net-col-xl-5 {
     flex: 0 0 auto;
     width: 41.66666667%;
   }
 
   .net-col-xl-6 {
     flex: 0 0 auto;
     width: 50%;
   }
 
   .net-col-xl-7 {
     flex: 0 0 auto;
     width: 58.33333333%;
   }
 
   .net-col-xl-8 {
     flex: 0 0 auto;
     width: 66.66666667%;
   }
 
   .net-col-xl-9 {
     flex: 0 0 auto;
     width: 75%;
   }
 
   .net-col-xl-10 {
     flex: 0 0 auto;
     width: 83.33333333%;
   }
 
   .net-col-xl-11 {
     flex: 0 0 auto;
     width: 91.66666667%;
   }
 
   .net-col-xl-12 {
     flex: 0 0 auto;
     width: 100%;
   }
 
   .net-offset-xl-0 {
     margin-left: 0;
   }
 
   .net-offset-xl-1 {
     margin-left: 8.33333333%;
   }
 
   .net-offset-xl-2 {
     margin-left: 16.66666667%;
   }
 
   .net-offset-xl-3 {
     margin-left: 25%;
   }
 
   .net-offset-xl-4 {
     margin-left: 33.33333333%;
   }
 
   .net-offset-xl-5 {
     margin-left: 41.66666667%;
   }
 
   .net-offset-xl-6 {
     margin-left: 50%;
   }
 
   .net-offset-xl-7 {
     margin-left: 58.33333333%;
   }
 
   .net-offset-xl-8 {
     margin-left: 66.66666667%;
   }
 
   .net-offset-xl-9 {
     margin-left: 75%;
   }
 
   .net-offset-xl-10 {
     margin-left: 83.33333333%;
   }
 
   .net-offset-xl-11 {
     margin-left: 91.66666667%;
   }
 
   .net-g-xl-0,
 .net-gx-xl-0 {
     --bs-gutter-x: 0;
   }
 
   .net-g-xl-0,
 .net-gy-xl-0 {
     --bs-gutter-y: 0;
   }
 
   .net-g-xl-1,
 .net-gx-xl-1 {
     --bs-gutter-x: 0.25rem;
   }
 
   .net-g-xl-1,
 .net-gy-xl-1 {
     --bs-gutter-y: 0.25rem;
   }
 
   .net-g-xl-2,
 .net-gx-xl-2 {
     --bs-gutter-x: 0.5rem;
   }
 
   .net-g-xl-2,
 .net-gy-xl-2 {
     --bs-gutter-y: 0.5rem;
   }
 
   .net-g-xl-3,
 .net-gx-xl-3 {
     --bs-gutter-x: 1rem;
   }
 
   .net-g-xl-3,
 .net-gy-xl-3 {
     --bs-gutter-y: 1rem;
   }
 
   .net-g-xl-4,
 .net-gx-xl-4 {
     --bs-gutter-x: 1.5rem;
   }
 
   .net-g-xl-4,
 .net-gy-xl-4 {
     --bs-gutter-y: 1.5rem;
   }
 
   .net-g-xl-5,
 .net-gx-xl-5 {
     --bs-gutter-x: 3rem;
   }
 
   .net-g-xl-5,
 .net-gy-xl-5 {
     --bs-gutter-y: 3rem;
   }
 }
 @media (min-width: 1400px) {
   .net-col-xxl-auto {
     flex: 0 0 auto;
     width: auto;
   }
 
   .net-col-xxl-1 {
     flex: 0 0 auto;
     width: 8.33333333%;
   }
 
   .net-col-xxl-2 {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
 
   .net-col-xxl-3 {
     flex: 0 0 auto;
     width: 25%;
   }
 
   .net-col-xxl-4 {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
 
   .net-col-xxl-5 {
     flex: 0 0 auto;
     width: 41.66666667%;
   }
 
   .net-col-xxl-6 {
     flex: 0 0 auto;
     width: 50%;
   }
 
   .net-col-xxl-7 {
     flex: 0 0 auto;
     width: 58.33333333%;
   }
 
   .net-col-xxl-8 {
     flex: 0 0 auto;
     width: 66.66666667%;
   }
 
   .net-col-xxl-9 {
     flex: 0 0 auto;
     width: 75%;
   }
 
   .net-col-xxl-10 {
     flex: 0 0 auto;
     width: 83.33333333%;
   }
 
   .net-col-xxl-11 {
     flex: 0 0 auto;
     width: 91.66666667%;
   }
 
   .net-col-xxl-12 {
     flex: 0 0 auto;
     width: 100%;
   }
 
   .net-offset-xxl-0 {
     margin-left: 0;
   }
 
   .net-offset-xxl-1 {
     margin-left: 8.33333333%;
   }
 
   .net-offset-xxl-2 {
     margin-left: 16.66666667%;
   }
 
   .net-offset-xxl-3 {
     margin-left: 25%;
   }
 
   .net-offset-xxl-4 {
     margin-left: 33.33333333%;
   }
 
   .net-offset-xxl-5 {
     margin-left: 41.66666667%;
   }
 
   .net-offset-xxl-6 {
     margin-left: 50%;
   }
 
   .net-offset-xxl-7 {
     margin-left: 58.33333333%;
   }
 
   .net-offset-xxl-8 {
     margin-left: 66.66666667%;
   }
 
   .net-offset-xxl-9 {
     margin-left: 75%;
   }
 
   .net-offset-xxl-10 {
     margin-left: 83.33333333%;
   }
 
   .net-offset-xxl-11 {
     margin-left: 91.66666667%;
   }
 
   .net-g-xxl-0,
 .net-gx-xxl-0 {
     --bs-gutter-x: 0;
   }
 
   .net-g-xxl-0,
 .net-gy-xxl-0 {
     --bs-gutter-y: 0;
   }
 
   .net-g-xxl-1,
 .net-gx-xxl-1 {
     --bs-gutter-x: 0.25rem;
   }
 
   .net-g-xxl-1,
 .net-gy-xxl-1 {
     --bs-gutter-y: 0.25rem;
   }
 
   .net-g-xxl-2,
 .net-gx-xxl-2 {
     --bs-gutter-x: 0.5rem;
   }
 
   .net-g-xxl-2,
 .net-gy-xxl-2 {
     --bs-gutter-y: 0.5rem;
   }
 
   .net-g-xxl-3,
 .net-gx-xxl-3 {
     --bs-gutter-x: 1rem;
   }
 
   .net-g-xxl-3,
 .net-gy-xxl-3 {
     --bs-gutter-y: 1rem;
   }
 
   .net-g-xxl-4,
 .net-gx-xxl-4 {
     --bs-gutter-x: 1.5rem;
   }
 
   .net-g-xxl-4,
 .net-gy-xxl-4 {
     --bs-gutter-y: 1.5rem;
   }
 
   .net-g-xxl-5,
 .net-gx-xxl-5 {
     --bs-gutter-x: 3rem;
   }
 
   .net-g-xxl-5,
 .net-gy-xxl-5 {
     --bs-gutter-y: 3rem;
   }
 }
 .net-d-inline {
   display: inline !important;
 }
 
 .net-d-inline-block {
   display: inline-block !important;
 }
 
 .net-d-block {
   display: block !important;
 }
 
 .net-d-grid {
   display: grid !important;
 }
 
 .net-d-table {
   display: table !important;
 }
 
 .net-d-table-row {
   display: table-row !important;
 }
 
 .net-d-table-cell {
   display: table-cell !important;
 }
 
 .net-d-flex {
   display: flex !important;
 }
 
 .net-d-inline-flex {
   display: inline-flex !important;
 }
 
 .net-d-none {
   display: none !important;
 }
 
 .net-flex-fill {
   flex: 1 1 auto !important;
 }
 
 .net-flex-row {
   flex-direction: row !important;
 }
 
 .net-flex-column {
   flex-direction: column !important;
 }
 
 .net-flex-row-reverse {
   flex-direction: row-reverse !important;
 }
 
 .net-flex-column-reverse {
   flex-direction: column-reverse !important;
 }
 
 .net-flex-grow-0 {
   flex-grow: 0 !important;
 }
 
 .net-flex-grow-1 {
   flex-grow: 1 !important;
 }
 
 .net-flex-shrink-0 {
   flex-shrink: 0 !important;
 }
 
 .net-flex-shrink-1 {
   flex-shrink: 1 !important;
 }
 
 .net-flex-wrap {
   flex-wrap: wrap !important;
 }
 
 .net-flex-nowrap {
   flex-wrap: nowrap !important;
 }
 
 .net-flex-wrap-reverse {
   flex-wrap: wrap-reverse !important;
 }
 
 .net-justify-content-start {
   justify-content: flex-start !important;
 }
 
 .net-justify-content-end {
   justify-content: flex-end !important;
 }
 
 .net-justify-content-center {
   justify-content: center !important;
 }
 
 .net-justify-content-between {
   justify-content: space-between !important;
 }
 
 .net-justify-content-around {
   justify-content: space-around !important;
 }
 
 .net-justify-content-evenly {
   justify-content: space-evenly !important;
 }
 
 .net-align-items-start {
   align-items: flex-start !important;
 }
 
 .net-align-items-end {
   align-items: flex-end !important;
 }
 
 .net-align-items-center {
   align-items: center !important;
 }
 
 .net-align-items-baseline {
   align-items: baseline !important;
 }
 
 .net-align-items-stretch {
   align-items: stretch !important;
 }
 
 .net-align-content-start {
   align-content: flex-start !important;
 }
 
 .net-align-content-end {
   align-content: flex-end !important;
 }
 
 .net-align-content-center {
   align-content: center !important;
 }
 
 .net-align-content-between {
   align-content: space-between !important;
 }
 
 .net-align-content-around {
   align-content: space-around !important;
 }
 
 .net-align-content-stretch {
   align-content: stretch !important;
 }
 
 .net-align-self-auto {
   align-self: auto !important;
 }
 
 .net-align-self-start {
   align-self: flex-start !important;
 }
 
 .net-align-self-end {
   align-self: flex-end !important;
 }
 
 .net-align-self-center {
   align-self: center !important;
 }
 
 .net-align-self-baseline {
   align-self: baseline !important;
 }
 
 .net-align-self-stretch {
   align-self: stretch !important;
 }
 
 .net-order-first {
   order: -1 !important;
 }
 
 .net-order-0 {
   order: 0 !important;
 }
 
 .net-order-1 {
   order: 1 !important;
 }
 
 .net-order-2 {
   order: 2 !important;
 }
 
 .net-order-3 {
   order: 3 !important;
 }
 
 .net-order-4 {
   order: 4 !important;
 }
 
 .net-order-5 {
   order: 5 !important;
 }
 
 .net-order-last {
   order: 6 !important;
 }
 
 .net-m-0 {
   margin: 0 !important;
 }
 
 .net-m-1 {
   margin: 0.25rem !important;
 }
 
 .net-m-2 {
   margin: 0.5rem !important;
 }
 
 .net-m-3 {
   margin: 1rem !important;
 }
 
 .net-m-4 {
   margin: 1.5rem !important;
 }
 
 .net-m-5 {
   margin: 3rem !important;
 }
 
 .net-m-auto {
   margin: auto !important;
 }
 
 .net-mx-0 {
   margin-right: 0 !important;
   margin-left: 0 !important;
 }
 
 .net-mx-1 {
   margin-right: 0.25rem !important;
   margin-left: 0.25rem !important;
 }
 
 .net-mx-2 {
   margin-right: 0.5rem !important;
   margin-left: 0.5rem !important;
 }
 
 .net-mx-3 {
   margin-right: 1rem !important;
   margin-left: 1rem !important;
 }
 
 .net-mx-4 {
   margin-right: 1.5rem !important;
   margin-left: 1.5rem !important;
 }
 
 .net-mx-5 {
   margin-right: 3rem !important;
   margin-left: 3rem !important;
 }
 
 .net-mx-auto {
   margin-right: auto !important;
   margin-left: auto !important;
 }
 
 .net-my-0 {
   margin-top: 0 !important;
   margin-bottom: 0 !important;
 }
 
 .net-my-1 {
   margin-top: 0.25rem !important;
   margin-bottom: 0.25rem !important;
 }
 
 .net-my-2 {
   margin-top: 0.5rem !important;
   margin-bottom: 0.5rem !important;
 }
 
 .net-my-3 {
   margin-top: 1rem !important;
   margin-bottom: 1rem !important;
 }
 
 .net-my-4 {
   margin-top: 1.5rem !important;
   margin-bottom: 1.5rem !important;
 }
 
 .net-my-5 {
   margin-top: 3rem !important;
   margin-bottom: 3rem !important;
 }
 
 .net-my-auto {
   margin-top: auto !important;
   margin-bottom: auto !important;
 }
 
 .net-mt-0 {
   margin-top: 0 !important;
 }
 
 .net-mt-1 {
   margin-top: 0.25rem !important;
 }
 
 .net-mt-2 {
   margin-top: 0.5rem !important;
 }
 
 .net-mt-3 {
   margin-top: 1rem !important;
 }
 
 .net-mt-4 {
   margin-top: 1.5rem !important;
 }
 
 .net-mt-5 {
   margin-top: 3rem !important;
 }
 
 .net-mt-auto {
   margin-top: auto !important;
 }
 
 .net-me-0 {
   margin-right: 0 !important;
 }
 
 .net-me-1 {
   margin-right: 0.25rem !important;
 }
 
 .net-me-2 {
   margin-right: 0.5rem !important;
 }
 
 .net-me-3 {
   margin-right: 1rem !important;
 }
 
 .net-me-4 {
   margin-right: 1.5rem !important;
 }
 
 .net-me-5 {
   margin-right: 3rem !important;
 }
 
 .net-me-auto {
   margin-right: auto !important;
 }
 
 .net-mb-0 {
   margin-bottom: 0 !important;
 }
 
 .net-mb-1 {
   margin-bottom: 0.25rem !important;
 }
 
 .net-mb-2 {
   margin-bottom: 0.5rem !important;
 }
 
 .net-mb-3 {
   margin-bottom: 1rem !important;
 }
 
 .net-mb-4 {
   margin-bottom: 1.5rem !important;
 }
 
 .net-mb-5 {
   margin-bottom: 3rem !important;
 }
 
 .net-mb-auto {
   margin-bottom: auto !important;
 }
 
 .net-ms-0 {
   margin-left: 0 !important;
 }
 
 .net-ms-1 {
   margin-left: 0.25rem !important;
 }
 
 .net-ms-2 {
   margin-left: 0.5rem !important;
 }
 
 .net-ms-3 {
   margin-left: 1rem !important;
 }
 
 .net-ms-4 {
   margin-left: 1.5rem !important;
 }
 
 .net-ms-5 {
   margin-left: 3rem !important;
 }
 
 .net-ms-auto {
   margin-left: auto !important;
 }
 
 .net-p-0 {
   padding: 0 !important;
 }
 
 .net-p-1 {
   padding: 0.25rem !important;
 }
 
 .net-p-2 {
   padding: 0.5rem !important;
 }
 
 .net-p-3 {
   padding: 1rem !important;
 }
 
 .net-p-4 {
   padding: 1.5rem !important;
 }
 
 .net-p-5 {
   padding: 3rem !important;
 }
 
 .net-px-0 {
   padding-right: 0 !important;
   padding-left: 0 !important;
 }
 
 .net-px-1 {
   padding-right: 0.25rem !important;
   padding-left: 0.25rem !important;
 }
 
 .net-px-2 {
   padding-right: 0.5rem !important;
   padding-left: 0.5rem !important;
 }
 
 .net-px-3 {
   padding-right: 1rem !important;
   padding-left: 1rem !important;
 }
 
 .net-px-4 {
   padding-right: 1.5rem !important;
   padding-left: 1.5rem !important;
 }
 
 .net-px-5 {
   padding-right: 3rem !important;
   padding-left: 3rem !important;
 }
 
 .net-py-0 {
   padding-top: 0 !important;
   padding-bottom: 0 !important;
 }
 
 .net-py-1 {
   padding-top: 0.25rem !important;
   padding-bottom: 0.25rem !important;
 }
 
 .net-py-2 {
   padding-top: 0.5rem !important;
   padding-bottom: 0.5rem !important;
 }
 
 .net-py-3 {
   padding-top: 1rem !important;
   padding-bottom: 1rem !important;
 }
 
 .net-py-4 {
   padding-top: 1.5rem !important;
   padding-bottom: 1.5rem !important;
 }
 
 .net-py-5 {
   padding-top: 3rem !important;
   padding-bottom: 3rem !important;
 }
 
 .net-pt-0 {
   padding-top: 0 !important;
 }
 
 .net-pt-1 {
   padding-top: 0.25rem !important;
 }
 
 .net-pt-2 {
   padding-top: 0.5rem !important;
 }
 
 .net-pt-3 {
   padding-top: 1rem !important;
 }
 
 .net-pt-4 {
   padding-top: 1.5rem !important;
 }
 
 .net-pt-5 {
   padding-top: 3rem !important;
 }
 
 .net-pe-0 {
   padding-right: 0 !important;
 }
 
 .net-pe-1 {
   padding-right: 0.25rem !important;
 }
 
 .net-pe-2 {
   padding-right: 0.5rem !important;
 }
 
 .net-pe-3 {
   padding-right: 1rem !important;
 }
 
 .net-pe-4 {
   padding-right: 1.5rem !important;
 }
 
 .net-pe-5 {
   padding-right: 3rem !important;
 }
 
 .net-pb-0 {
   padding-bottom: 0 !important;
 }
 
 .net-pb-1 {
   padding-bottom: 0.25rem !important;
 }
 
 .net-pb-2 {
   padding-bottom: 0.5rem !important;
 }
 
 .net-pb-3 {
   padding-bottom: 1rem !important;
 }
 
 .net-pb-4 {
   padding-bottom: 1.5rem !important;
 }
 
 .net-pb-5 {
   padding-bottom: 3rem !important;
 }
 
 .net-ps-0 {
   padding-left: 0 !important;
 }
 
 .net-ps-1 {
   padding-left: 0.25rem !important;
 }
 
 .net-ps-2 {
   padding-left: 0.5rem !important;
 }
 
 .net-ps-3 {
   padding-left: 1rem !important;
 }
 
 .net-ps-4 {
   padding-left: 1.5rem !important;
 }
 
 .net-ps-5 {
   padding-left: 3rem !important;
 }
 
 @media (min-width: 576px) {
   .net-d-sm-inline {
     display: inline !important;
   }
 
   .net-d-sm-inline-block {
     display: inline-block !important;
   }
 
   .net-d-sm-block {
     display: block !important;
   }
 
   .net-d-sm-grid {
     display: grid !important;
   }
 
   .net-d-sm-table {
     display: table !important;
   }
 
   .net-d-sm-table-row {
     display: table-row !important;
   }
 
   .net-d-sm-table-cell {
     display: table-cell !important;
   }
 
   .net-d-sm-flex {
     display: flex !important;
   }
 
   .net-d-sm-inline-flex {
     display: inline-flex !important;
   }
 
   .net-d-sm-none {
     display: none !important;
   }
 
   .net-flex-sm-fill {
     flex: 1 1 auto !important;
   }
 
   .net-flex-sm-row {
     flex-direction: row !important;
   }
 
   .net-flex-sm-column {
     flex-direction: column !important;
   }
 
   .net-flex-sm-row-reverse {
     flex-direction: row-reverse !important;
   }
 
   .net-flex-sm-column-reverse {
     flex-direction: column-reverse !important;
   }
 
   .net-flex-sm-grow-0 {
     flex-grow: 0 !important;
   }
 
   .net-flex-sm-grow-1 {
     flex-grow: 1 !important;
   }
 
   .net-flex-sm-shrink-0 {
     flex-shrink: 0 !important;
   }
 
   .net-flex-sm-shrink-1 {
     flex-shrink: 1 !important;
   }
 
   .net-flex-sm-wrap {
     flex-wrap: wrap !important;
   }
 
   .net-flex-sm-nowrap {
     flex-wrap: nowrap !important;
   }
 
   .net-flex-sm-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
 
   .net-justify-content-sm-start {
     justify-content: flex-start !important;
   }
 
   .net-justify-content-sm-end {
     justify-content: flex-end !important;
   }
 
   .net-justify-content-sm-center {
     justify-content: center !important;
   }
 
   .net-justify-content-sm-between {
     justify-content: space-between !important;
   }
 
   .net-justify-content-sm-around {
     justify-content: space-around !important;
   }
 
   .net-justify-content-sm-evenly {
     justify-content: space-evenly !important;
   }
 
   .net-align-items-sm-start {
     align-items: flex-start !important;
   }
 
   .net-align-items-sm-end {
     align-items: flex-end !important;
   }
 
   .net-align-items-sm-center {
     align-items: center !important;
   }
 
   .net-align-items-sm-baseline {
     align-items: baseline !important;
   }
 
   .net-align-items-sm-stretch {
     align-items: stretch !important;
   }
 
   .net-align-content-sm-start {
     align-content: flex-start !important;
   }
 
   .net-align-content-sm-end {
     align-content: flex-end !important;
   }
 
   .net-align-content-sm-center {
     align-content: center !important;
   }
 
   .net-align-content-sm-between {
     align-content: space-between !important;
   }
 
   .net-align-content-sm-around {
     align-content: space-around !important;
   }
 
   .net-align-content-sm-stretch {
     align-content: stretch !important;
   }
 
   .net-align-self-sm-auto {
     align-self: auto !important;
   }
 
   .net-align-self-sm-start {
     align-self: flex-start !important;
   }
 
   .net-align-self-sm-end {
     align-self: flex-end !important;
   }
 
   .net-align-self-sm-center {
     align-self: center !important;
   }
 
   .net-align-self-sm-baseline {
     align-self: baseline !important;
   }
 
   .net-align-self-sm-stretch {
     align-self: stretch !important;
   }
 
   .net-order-sm-first {
     order: -1 !important;
   }
 
   .net-order-sm-0 {
     order: 0 !important;
   }
 
   .net-order-sm-1 {
     order: 1 !important;
   }
 
   .net-order-sm-2 {
     order: 2 !important;
   }
 
   .net-order-sm-3 {
     order: 3 !important;
   }
 
   .net-order-sm-4 {
     order: 4 !important;
   }
 
   .net-order-sm-5 {
     order: 5 !important;
   }
 
   .net-order-sm-last {
     order: 6 !important;
   }
 
   .net-m-sm-0 {
     margin: 0 !important;
   }
 
   .net-m-sm-1 {
     margin: 0.25rem !important;
   }
 
   .net-m-sm-2 {
     margin: 0.5rem !important;
   }
 
   .net-m-sm-3 {
     margin: 1rem !important;
   }
 
   .net-m-sm-4 {
     margin: 1.5rem !important;
   }
 
   .net-m-sm-5 {
     margin: 3rem !important;
   }
 
   .net-m-sm-auto {
     margin: auto !important;
   }
 
   .net-mx-sm-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }
 
   .net-mx-sm-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }
 
   .net-mx-sm-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }
 
   .net-mx-sm-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }
 
   .net-mx-sm-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }
 
   .net-mx-sm-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }
 
   .net-mx-sm-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }
 
   .net-my-sm-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }
 
   .net-my-sm-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }
 
   .net-my-sm-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }
 
   .net-my-sm-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }
 
   .net-my-sm-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }
 
   .net-my-sm-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }
 
   .net-my-sm-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }
 
   .net-mt-sm-0 {
     margin-top: 0 !important;
   }
 
   .net-mt-sm-1 {
     margin-top: 0.25rem !important;
   }
 
   .net-mt-sm-2 {
     margin-top: 0.5rem !important;
   }
 
   .net-mt-sm-3 {
     margin-top: 1rem !important;
   }
 
   .net-mt-sm-4 {
     margin-top: 1.5rem !important;
   }
 
   .net-mt-sm-5 {
     margin-top: 3rem !important;
   }
 
   .net-mt-sm-auto {
     margin-top: auto !important;
   }
 
   .net-me-sm-0 {
     margin-right: 0 !important;
   }
 
   .net-me-sm-1 {
     margin-right: 0.25rem !important;
   }
 
   .net-me-sm-2 {
     margin-right: 0.5rem !important;
   }
 
   .net-me-sm-3 {
     margin-right: 1rem !important;
   }
 
   .net-me-sm-4 {
     margin-right: 1.5rem !important;
   }
 
   .net-me-sm-5 {
     margin-right: 3rem !important;
   }
 
   .net-me-sm-auto {
     margin-right: auto !important;
   }
 
   .net-mb-sm-0 {
     margin-bottom: 0 !important;
   }
 
   .net-mb-sm-1 {
     margin-bottom: 0.25rem !important;
   }
 
   .net-mb-sm-2 {
     margin-bottom: 0.5rem !important;
   }
 
   .net-mb-sm-3 {
     margin-bottom: 1rem !important;
   }
 
   .net-mb-sm-4 {
     margin-bottom: 1.5rem !important;
   }
 
   .net-mb-sm-5 {
     margin-bottom: 3rem !important;
   }
 
   .net-mb-sm-auto {
     margin-bottom: auto !important;
   }
 
   .net-ms-sm-0 {
     margin-left: 0 !important;
   }
 
   .net-ms-sm-1 {
     margin-left: 0.25rem !important;
   }
 
   .net-ms-sm-2 {
     margin-left: 0.5rem !important;
   }
 
   .net-ms-sm-3 {
     margin-left: 1rem !important;
   }
 
   .net-ms-sm-4 {
     margin-left: 1.5rem !important;
   }
 
   .net-ms-sm-5 {
     margin-left: 3rem !important;
   }
 
   .net-ms-sm-auto {
     margin-left: auto !important;
   }
 
   .net-p-sm-0 {
     padding: 0 !important;
   }
 
   .net-p-sm-1 {
     padding: 0.25rem !important;
   }
 
   .net-p-sm-2 {
     padding: 0.5rem !important;
   }
 
   .net-p-sm-3 {
     padding: 1rem !important;
   }
 
   .net-p-sm-4 {
     padding: 1.5rem !important;
   }
 
   .net-p-sm-5 {
     padding: 3rem !important;
   }
 
   .net-px-sm-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }
 
   .net-px-sm-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }
 
   .net-px-sm-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }
 
   .net-px-sm-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }
 
   .net-px-sm-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }
 
   .net-px-sm-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }
 
   .net-py-sm-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }
 
   .net-py-sm-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }
 
   .net-py-sm-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }
 
   .net-py-sm-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }
 
   .net-py-sm-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }
 
   .net-py-sm-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }
 
   .net-pt-sm-0 {
     padding-top: 0 !important;
   }
 
   .net-pt-sm-1 {
     padding-top: 0.25rem !important;
   }
 
   .net-pt-sm-2 {
     padding-top: 0.5rem !important;
   }
 
   .net-pt-sm-3 {
     padding-top: 1rem !important;
   }
 
   .net-pt-sm-4 {
     padding-top: 1.5rem !important;
   }
 
   .net-pt-sm-5 {
     padding-top: 3rem !important;
   }
 
   .net-pe-sm-0 {
     padding-right: 0 !important;
   }
 
   .net-pe-sm-1 {
     padding-right: 0.25rem !important;
   }
 
   .net-pe-sm-2 {
     padding-right: 0.5rem !important;
   }
 
   .net-pe-sm-3 {
     padding-right: 1rem !important;
   }
 
   .net-pe-sm-4 {
     padding-right: 1.5rem !important;
   }
 
   .net-pe-sm-5 {
     padding-right: 3rem !important;
   }
 
   .net-pb-sm-0 {
     padding-bottom: 0 !important;
   }
 
   .net-pb-sm-1 {
     padding-bottom: 0.25rem !important;
   }
 
   .net-pb-sm-2 {
     padding-bottom: 0.5rem !important;
   }
 
   .net-pb-sm-3 {
     padding-bottom: 1rem !important;
   }
 
   .net-pb-sm-4 {
     padding-bottom: 1.5rem !important;
   }
 
   .net-pb-sm-5 {
     padding-bottom: 3rem !important;
   }
 
   .net-ps-sm-0 {
     padding-left: 0 !important;
   }
 
   .net-ps-sm-1 {
     padding-left: 0.25rem !important;
   }
 
   .net-ps-sm-2 {
     padding-left: 0.5rem !important;
   }
 
   .net-ps-sm-3 {
     padding-left: 1rem !important;
   }
 
   .net-ps-sm-4 {
     padding-left: 1.5rem !important;
   }
 
   .net-ps-sm-5 {
     padding-left: 3rem !important;
   }
 }
 @media (min-width: 768px) {
   .net-d-md-inline {
     display: inline !important;
   }
 
   .net-d-md-inline-block {
     display: inline-block !important;
   }
 
   .net-d-md-block {
     display: block !important;
   }
 
   .net-d-md-grid {
     display: grid !important;
   }
 
   .net-d-md-table {
     display: table !important;
   }
 
   .net-d-md-table-row {
     display: table-row !important;
   }
 
   .net-d-md-table-cell {
     display: table-cell !important;
   }
 
   .net-d-md-flex {
     display: flex !important;
   }
 
   .net-d-md-inline-flex {
     display: inline-flex !important;
   }
 
   .net-d-md-none {
     display: none !important;
   }
 
   .net-flex-md-fill {
     flex: 1 1 auto !important;
   }
 
   .net-flex-md-row {
     flex-direction: row !important;
   }
 
   .net-flex-md-column {
     flex-direction: column !important;
   }
 
   .net-flex-md-row-reverse {
     flex-direction: row-reverse !important;
   }
 
   .net-flex-md-column-reverse {
     flex-direction: column-reverse !important;
   }
 
   .net-flex-md-grow-0 {
     flex-grow: 0 !important;
   }
 
   .net-flex-md-grow-1 {
     flex-grow: 1 !important;
   }
 
   .net-flex-md-shrink-0 {
     flex-shrink: 0 !important;
   }
 
   .net-flex-md-shrink-1 {
     flex-shrink: 1 !important;
   }
 
   .net-flex-md-wrap {
     flex-wrap: wrap !important;
   }
 
   .net-flex-md-nowrap {
     flex-wrap: nowrap !important;
   }
 
   .net-flex-md-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
 
   .net-justify-content-md-start {
     justify-content: flex-start !important;
   }
 
   .net-justify-content-md-end {
     justify-content: flex-end !important;
   }
 
   .net-justify-content-md-center {
     justify-content: center !important;
   }
 
   .net-justify-content-md-between {
     justify-content: space-between !important;
   }
 
   .net-justify-content-md-around {
     justify-content: space-around !important;
   }
 
   .net-justify-content-md-evenly {
     justify-content: space-evenly !important;
   }
 
   .net-align-items-md-start {
     align-items: flex-start !important;
   }
 
   .net-align-items-md-end {
     align-items: flex-end !important;
   }
 
   .net-align-items-md-center {
     align-items: center !important;
   }
 
   .net-align-items-md-baseline {
     align-items: baseline !important;
   }
 
   .net-align-items-md-stretch {
     align-items: stretch !important;
   }
 
   .net-align-content-md-start {
     align-content: flex-start !important;
   }
 
   .net-align-content-md-end {
     align-content: flex-end !important;
   }
 
   .net-align-content-md-center {
     align-content: center !important;
   }
 
   .net-align-content-md-between {
     align-content: space-between !important;
   }
 
   .net-align-content-md-around {
     align-content: space-around !important;
   }
 
   .net-align-content-md-stretch {
     align-content: stretch !important;
   }
 
   .net-align-self-md-auto {
     align-self: auto !important;
   }
 
   .net-align-self-md-start {
     align-self: flex-start !important;
   }
 
   .net-align-self-md-end {
     align-self: flex-end !important;
   }
 
   .net-align-self-md-center {
     align-self: center !important;
   }
 
   .net-align-self-md-baseline {
     align-self: baseline !important;
   }
 
   .net-align-self-md-stretch {
     align-self: stretch !important;
   }
 
   .net-order-md-first {
     order: -1 !important;
   }
 
   .net-order-md-0 {
     order: 0 !important;
   }
 
   .net-order-md-1 {
     order: 1 !important;
   }
 
   .net-order-md-2 {
     order: 2 !important;
   }
 
   .net-order-md-3 {
     order: 3 !important;
   }
 
   .net-order-md-4 {
     order: 4 !important;
   }
 
   .net-order-md-5 {
     order: 5 !important;
   }
 
   .net-order-md-last {
     order: 6 !important;
   }
 
   .net-m-md-0 {
     margin: 0 !important;
   }
 
   .net-m-md-1 {
     margin: 0.25rem !important;
   }
 
   .net-m-md-2 {
     margin: 0.5rem !important;
   }
 
   .net-m-md-3 {
     margin: 1rem !important;
   }
 
   .net-m-md-4 {
     margin: 1.5rem !important;
   }
 
   .net-m-md-5 {
     margin: 3rem !important;
   }
 
   .net-m-md-auto {
     margin: auto !important;
   }
 
   .net-mx-md-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }
 
   .net-mx-md-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }
 
   .net-mx-md-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }
 
   .net-mx-md-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }
 
   .net-mx-md-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }
 
   .net-mx-md-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }
 
   .net-mx-md-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }
 
   .net-my-md-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }
 
   .net-my-md-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }
 
   .net-my-md-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }
 
   .net-my-md-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }
 
   .net-my-md-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }
 
   .net-my-md-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }
 
   .net-my-md-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }
 
   .net-mt-md-0 {
     margin-top: 0 !important;
   }
 
   .net-mt-md-1 {
     margin-top: 0.25rem !important;
   }
 
   .net-mt-md-2 {
     margin-top: 0.5rem !important;
   }
 
   .net-mt-md-3 {
     margin-top: 1rem !important;
   }
 
   .net-mt-md-4 {
     margin-top: 1.5rem !important;
   }
 
   .net-mt-md-5 {
     margin-top: 3rem !important;
   }
 
   .net-mt-md-auto {
     margin-top: auto !important;
   }
 
   .net-me-md-0 {
     margin-right: 0 !important;
   }
 
   .net-me-md-1 {
     margin-right: 0.25rem !important;
   }
 
   .net-me-md-2 {
     margin-right: 0.5rem !important;
   }
 
   .net-me-md-3 {
     margin-right: 1rem !important;
   }
 
   .net-me-md-4 {
     margin-right: 1.5rem !important;
   }
 
   .net-me-md-5 {
     margin-right: 3rem !important;
   }
 
   .net-me-md-auto {
     margin-right: auto !important;
   }
 
   .net-mb-md-0 {
     margin-bottom: 0 !important;
   }
 
   .net-mb-md-1 {
     margin-bottom: 0.25rem !important;
   }
 
   .net-mb-md-2 {
     margin-bottom: 0.5rem !important;
   }
 
   .net-mb-md-3 {
     margin-bottom: 1rem !important;
   }
 
   .net-mb-md-4 {
     margin-bottom: 1.5rem !important;
   }
 
   .net-mb-md-5 {
     margin-bottom: 3rem !important;
   }
 
   .net-mb-md-auto {
     margin-bottom: auto !important;
   }
 
   .net-ms-md-0 {
     margin-left: 0 !important;
   }
 
   .net-ms-md-1 {
     margin-left: 0.25rem !important;
   }
 
   .net-ms-md-2 {
     margin-left: 0.5rem !important;
   }
 
   .net-ms-md-3 {
     margin-left: 1rem !important;
   }
 
   .net-ms-md-4 {
     margin-left: 1.5rem !important;
   }
 
   .net-ms-md-5 {
     margin-left: 3rem !important;
   }
 
   .net-ms-md-auto {
     margin-left: auto !important;
   }
 
   .net-p-md-0 {
     padding: 0 !important;
   }
 
   .net-p-md-1 {
     padding: 0.25rem !important;
   }
 
   .net-p-md-2 {
     padding: 0.5rem !important;
   }
 
   .net-p-md-3 {
     padding: 1rem !important;
   }
 
   .net-p-md-4 {
     padding: 1.5rem !important;
   }
 
   .net-p-md-5 {
     padding: 3rem !important;
   }
 
   .net-px-md-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }
 
   .net-px-md-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }
 
   .net-px-md-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }
 
   .net-px-md-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }
 
   .net-px-md-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }
 
   .net-px-md-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }
 
   .net-py-md-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }
 
   .net-py-md-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }
 
   .net-py-md-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }
 
   .net-py-md-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }
 
   .net-py-md-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }
 
   .net-py-md-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }
 
   .net-pt-md-0 {
     padding-top: 0 !important;
   }
 
   .net-pt-md-1 {
     padding-top: 0.25rem !important;
   }
 
   .net-pt-md-2 {
     padding-top: 0.5rem !important;
   }
 
   .net-pt-md-3 {
     padding-top: 1rem !important;
   }
 
   .net-pt-md-4 {
     padding-top: 1.5rem !important;
   }
 
   .net-pt-md-5 {
     padding-top: 3rem !important;
   }
 
   .net-pe-md-0 {
     padding-right: 0 !important;
   }
 
   .net-pe-md-1 {
     padding-right: 0.25rem !important;
   }
 
   .net-pe-md-2 {
     padding-right: 0.5rem !important;
   }
 
   .net-pe-md-3 {
     padding-right: 1rem !important;
   }
 
   .net-pe-md-4 {
     padding-right: 1.5rem !important;
   }
 
   .net-pe-md-5 {
     padding-right: 3rem !important;
   }
 
   .net-pb-md-0 {
     padding-bottom: 0 !important;
   }
 
   .net-pb-md-1 {
     padding-bottom: 0.25rem !important;
   }
 
   .net-pb-md-2 {
     padding-bottom: 0.5rem !important;
   }
 
   .net-pb-md-3 {
     padding-bottom: 1rem !important;
   }
 
   .net-pb-md-4 {
     padding-bottom: 1.5rem !important;
   }
 
   .net-pb-md-5 {
     padding-bottom: 3rem !important;
   }
 
   .net-ps-md-0 {
     padding-left: 0 !important;
   }
 
   .net-ps-md-1 {
     padding-left: 0.25rem !important;
   }
 
   .net-ps-md-2 {
     padding-left: 0.5rem !important;
   }
 
   .net-ps-md-3 {
     padding-left: 1rem !important;
   }
 
   .net-ps-md-4 {
     padding-left: 1.5rem !important;
   }
 
   .net-ps-md-5 {
     padding-left: 3rem !important;
   }
 }
 @media (min-width: 992px) {
   .net-d-lg-inline {
     display: inline !important;
   }
 
   .net-d-lg-inline-block {
     display: inline-block !important;
   }
 
   .net-d-lg-block {
     display: block !important;
   }
 
   .net-d-lg-grid {
     display: grid !important;
   }
 
   .net-d-lg-table {
     display: table !important;
   }
 
   .net-d-lg-table-row {
     display: table-row !important;
   }
 
   .net-d-lg-table-cell {
     display: table-cell !important;
   }
 
   .net-d-lg-flex {
     display: flex !important;
   }
 
   .net-d-lg-inline-flex {
     display: inline-flex !important;
   }
 
   .net-d-lg-none {
     display: none !important;
   }
 
   .net-flex-lg-fill {
     flex: 1 1 auto !important;
   }
 
   .net-flex-lg-row {
     flex-direction: row !important;
   }
 
   .net-flex-lg-column {
     flex-direction: column !important;
   }
 
   .net-flex-lg-row-reverse {
     flex-direction: row-reverse !important;
   }
 
   .net-flex-lg-column-reverse {
     flex-direction: column-reverse !important;
   }
 
   .net-flex-lg-grow-0 {
     flex-grow: 0 !important;
   }
 
   .net-flex-lg-grow-1 {
     flex-grow: 1 !important;
   }
 
   .net-flex-lg-shrink-0 {
     flex-shrink: 0 !important;
   }
 
   .net-flex-lg-shrink-1 {
     flex-shrink: 1 !important;
   }
 
   .net-flex-lg-wrap {
     flex-wrap: wrap !important;
   }
 
   .net-flex-lg-nowrap {
     flex-wrap: nowrap !important;
   }
 
   .net-flex-lg-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
 
   .net-justify-content-lg-start {
     justify-content: flex-start !important;
   }
 
   .net-justify-content-lg-end {
     justify-content: flex-end !important;
   }
 
   .net-justify-content-lg-center {
     justify-content: center !important;
   }
 
   .net-justify-content-lg-between {
     justify-content: space-between !important;
   }
 
   .net-justify-content-lg-around {
     justify-content: space-around !important;
   }
 
   .net-justify-content-lg-evenly {
     justify-content: space-evenly !important;
   }
 
   .net-align-items-lg-start {
     align-items: flex-start !important;
   }
 
   .net-align-items-lg-end {
     align-items: flex-end !important;
   }
 
   .net-align-items-lg-center {
     align-items: center !important;
   }
 
   .net-align-items-lg-baseline {
     align-items: baseline !important;
   }
 
   .net-align-items-lg-stretch {
     align-items: stretch !important;
   }
 
   .net-align-content-lg-start {
     align-content: flex-start !important;
   }
 
   .net-align-content-lg-end {
     align-content: flex-end !important;
   }
 
   .net-align-content-lg-center {
     align-content: center !important;
   }
 
   .net-align-content-lg-between {
     align-content: space-between !important;
   }
 
   .net-align-content-lg-around {
     align-content: space-around !important;
   }
 
   .net-align-content-lg-stretch {
     align-content: stretch !important;
   }
 
   .net-align-self-lg-auto {
     align-self: auto !important;
   }
 
   .net-align-self-lg-start {
     align-self: flex-start !important;
   }
 
   .net-align-self-lg-end {
     align-self: flex-end !important;
   }
 
   .net-align-self-lg-center {
     align-self: center !important;
   }
 
   .net-align-self-lg-baseline {
     align-self: baseline !important;
   }
 
   .net-align-self-lg-stretch {
     align-self: stretch !important;
   }
 
   .net-order-lg-first {
     order: -1 !important;
   }
 
   .net-order-lg-0 {
     order: 0 !important;
   }
 
   .net-order-lg-1 {
     order: 1 !important;
   }
 
   .net-order-lg-2 {
     order: 2 !important;
   }
 
   .net-order-lg-3 {
     order: 3 !important;
   }
 
   .net-order-lg-4 {
     order: 4 !important;
   }
 
   .net-order-lg-5 {
     order: 5 !important;
   }
 
   .net-order-lg-last {
     order: 6 !important;
   }
 
   .net-m-lg-0 {
     margin: 0 !important;
   }
 
   .net-m-lg-1 {
     margin: 0.25rem !important;
   }
 
   .net-m-lg-2 {
     margin: 0.5rem !important;
   }
 
   .net-m-lg-3 {
     margin: 1rem !important;
   }
 
   .net-m-lg-4 {
     margin: 1.5rem !important;
   }
 
   .net-m-lg-5 {
     margin: 3rem !important;
   }
 
   .net-m-lg-auto {
     margin: auto !important;
   }
 
   .net-mx-lg-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }
 
   .net-mx-lg-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }
 
   .net-mx-lg-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }
 
   .net-mx-lg-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }
 
   .net-mx-lg-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }
 
   .net-mx-lg-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }
 
   .net-mx-lg-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }
 
   .net-my-lg-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }
 
   .net-my-lg-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }
 
   .net-my-lg-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }
 
   .net-my-lg-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }
 
   .net-my-lg-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }
 
   .net-my-lg-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }
 
   .net-my-lg-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }
 
   .net-mt-lg-0 {
     margin-top: 0 !important;
   }
 
   .net-mt-lg-1 {
     margin-top: 0.25rem !important;
   }
 
   .net-mt-lg-2 {
     margin-top: 0.5rem !important;
   }
 
   .net-mt-lg-3 {
     margin-top: 1rem !important;
   }
 
   .net-mt-lg-4 {
     margin-top: 1.5rem !important;
   }
 
   .net-mt-lg-5 {
     margin-top: 3rem !important;
   }
 
   .net-mt-lg-auto {
     margin-top: auto !important;
   }
 
   .net-me-lg-0 {
     margin-right: 0 !important;
   }
 
   .net-me-lg-1 {
     margin-right: 0.25rem !important;
   }
 
   .net-me-lg-2 {
     margin-right: 0.5rem !important;
   }
 
   .net-me-lg-3 {
     margin-right: 1rem !important;
   }
 
   .net-me-lg-4 {
     margin-right: 1.5rem !important;
   }
 
   .net-me-lg-5 {
     margin-right: 3rem !important;
   }
 
   .net-me-lg-auto {
     margin-right: auto !important;
   }
 
   .net-mb-lg-0 {
     margin-bottom: 0 !important;
   }
 
   .net-mb-lg-1 {
     margin-bottom: 0.25rem !important;
   }
 
   .net-mb-lg-2 {
     margin-bottom: 0.5rem !important;
   }
 
   .net-mb-lg-3 {
     margin-bottom: 1rem !important;
   }
 
   .net-mb-lg-4 {
     margin-bottom: 1.5rem !important;
   }
 
   .net-mb-lg-5 {
     margin-bottom: 3rem !important;
   }
 
   .net-mb-lg-auto {
     margin-bottom: auto !important;
   }
 
   .net-ms-lg-0 {
     margin-left: 0 !important;
   }
 
   .net-ms-lg-1 {
     margin-left: 0.25rem !important;
   }
 
   .net-ms-lg-2 {
     margin-left: 0.5rem !important;
   }
 
   .net-ms-lg-3 {
     margin-left: 1rem !important;
   }
 
   .net-ms-lg-4 {
     margin-left: 1.5rem !important;
   }
 
   .net-ms-lg-5 {
     margin-left: 3rem !important;
   }
 
   .net-ms-lg-auto {
     margin-left: auto !important;
   }
 
   .net-p-lg-0 {
     padding: 0 !important;
   }
 
   .net-p-lg-1 {
     padding: 0.25rem !important;
   }
 
   .net-p-lg-2 {
     padding: 0.5rem !important;
   }
 
   .net-p-lg-3 {
     padding: 1rem !important;
   }
 
   .net-p-lg-4 {
     padding: 1.5rem !important;
   }
 
   .net-p-lg-5 {
     padding: 3rem !important;
   }
 
   .net-px-lg-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }
 
   .net-px-lg-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }
 
   .net-px-lg-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }
 
   .net-px-lg-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }
 
   .net-px-lg-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }
 
   .net-px-lg-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }
 
   .net-py-lg-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }
 
   .net-py-lg-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }
 
   .net-py-lg-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }
 
   .net-py-lg-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }
 
   .net-py-lg-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }
 
   .net-py-lg-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }
 
   .net-pt-lg-0 {
     padding-top: 0 !important;
   }
 
   .net-pt-lg-1 {
     padding-top: 0.25rem !important;
   }
 
   .net-pt-lg-2 {
     padding-top: 0.5rem !important;
   }
 
   .net-pt-lg-3 {
     padding-top: 1rem !important;
   }
 
   .net-pt-lg-4 {
     padding-top: 1.5rem !important;
   }
 
   .net-pt-lg-5 {
     padding-top: 3rem !important;
   }
 
   .net-pe-lg-0 {
     padding-right: 0 !important;
   }
 
   .net-pe-lg-1 {
     padding-right: 0.25rem !important;
   }
 
   .net-pe-lg-2 {
     padding-right: 0.5rem !important;
   }
 
   .net-pe-lg-3 {
     padding-right: 1rem !important;
   }
 
   .net-pe-lg-4 {
     padding-right: 1.5rem !important;
   }
 
   .net-pe-lg-5 {
     padding-right: 3rem !important;
   }
 
   .net-pb-lg-0 {
     padding-bottom: 0 !important;
   }
 
   .net-pb-lg-1 {
     padding-bottom: 0.25rem !important;
   }
 
   .net-pb-lg-2 {
     padding-bottom: 0.5rem !important;
   }
 
   .net-pb-lg-3 {
     padding-bottom: 1rem !important;
   }
 
   .net-pb-lg-4 {
     padding-bottom: 1.5rem !important;
   }
 
   .net-pb-lg-5 {
     padding-bottom: 3rem !important;
   }
 
   .net-ps-lg-0 {
     padding-left: 0 !important;
   }
 
   .net-ps-lg-1 {
     padding-left: 0.25rem !important;
   }
 
   .net-ps-lg-2 {
     padding-left: 0.5rem !important;
   }
 
   .net-ps-lg-3 {
     padding-left: 1rem !important;
   }
 
   .net-ps-lg-4 {
     padding-left: 1.5rem !important;
   }
 
   .net-ps-lg-5 {
     padding-left: 3rem !important;
   }
 }
 @media (min-width: 1200px) {
   .net-d-xl-inline {
     display: inline !important;
   }
 
   .net-d-xl-inline-block {
     display: inline-block !important;
   }
 
   .net-d-xl-block {
     display: block !important;
   }
 
   .net-d-xl-grid {
     display: grid !important;
   }
 
   .net-d-xl-table {
     display: table !important;
   }
 
   .net-d-xl-table-row {
     display: table-row !important;
   }
 
   .net-d-xl-table-cell {
     display: table-cell !important;
   }
 
   .net-d-xl-flex {
     display: flex !important;
   }
 
   .net-d-xl-inline-flex {
     display: inline-flex !important;
   }
 
   .net-d-xl-none {
     display: none !important;
   }
 
   .net-flex-xl-fill {
     flex: 1 1 auto !important;
   }
 
   .net-flex-xl-row {
     flex-direction: row !important;
   }
 
   .net-flex-xl-column {
     flex-direction: column !important;
   }
 
   .net-flex-xl-row-reverse {
     flex-direction: row-reverse !important;
   }
 
   .net-flex-xl-column-reverse {
     flex-direction: column-reverse !important;
   }
 
   .net-flex-xl-grow-0 {
     flex-grow: 0 !important;
   }
 
   .net-flex-xl-grow-1 {
     flex-grow: 1 !important;
   }
 
   .net-flex-xl-shrink-0 {
     flex-shrink: 0 !important;
   }
 
   .net-flex-xl-shrink-1 {
     flex-shrink: 1 !important;
   }
 
   .net-flex-xl-wrap {
     flex-wrap: wrap !important;
   }
 
   .net-flex-xl-nowrap {
     flex-wrap: nowrap !important;
   }
 
   .net-flex-xl-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
 
   .net-justify-content-xl-start {
     justify-content: flex-start !important;
   }
 
   .net-justify-content-xl-end {
     justify-content: flex-end !important;
   }
 
   .net-justify-content-xl-center {
     justify-content: center !important;
   }
 
   .net-justify-content-xl-between {
     justify-content: space-between !important;
   }
 
   .net-justify-content-xl-around {
     justify-content: space-around !important;
   }
 
   .net-justify-content-xl-evenly {
     justify-content: space-evenly !important;
   }
 
   .net-align-items-xl-start {
     align-items: flex-start !important;
   }
 
   .net-align-items-xl-end {
     align-items: flex-end !important;
   }
 
   .net-align-items-xl-center {
     align-items: center !important;
   }
 
   .net-align-items-xl-baseline {
     align-items: baseline !important;
   }
 
   .net-align-items-xl-stretch {
     align-items: stretch !important;
   }
 
   .net-align-content-xl-start {
     align-content: flex-start !important;
   }
 
   .net-align-content-xl-end {
     align-content: flex-end !important;
   }
 
   .net-align-content-xl-center {
     align-content: center !important;
   }
 
   .net-align-content-xl-between {
     align-content: space-between !important;
   }
 
   .net-align-content-xl-around {
     align-content: space-around !important;
   }
 
   .net-align-content-xl-stretch {
     align-content: stretch !important;
   }
 
   .net-align-self-xl-auto {
     align-self: auto !important;
   }
 
   .net-align-self-xl-start {
     align-self: flex-start !important;
   }
 
   .net-align-self-xl-end {
     align-self: flex-end !important;
   }
 
   .net-align-self-xl-center {
     align-self: center !important;
   }
 
   .net-align-self-xl-baseline {
     align-self: baseline !important;
   }
 
   .net-align-self-xl-stretch {
     align-self: stretch !important;
   }
 
   .net-order-xl-first {
     order: -1 !important;
   }
 
   .net-order-xl-0 {
     order: 0 !important;
   }
 
   .net-order-xl-1 {
     order: 1 !important;
   }
 
   .net-order-xl-2 {
     order: 2 !important;
   }
 
   .net-order-xl-3 {
     order: 3 !important;
   }
 
   .net-order-xl-4 {
     order: 4 !important;
   }
 
   .net-order-xl-5 {
     order: 5 !important;
   }
 
   .net-order-xl-last {
     order: 6 !important;
   }
 
   .net-m-xl-0 {
     margin: 0 !important;
   }
 
   .net-m-xl-1 {
     margin: 0.25rem !important;
   }
 
   .net-m-xl-2 {
     margin: 0.5rem !important;
   }
 
   .net-m-xl-3 {
     margin: 1rem !important;
   }
 
   .net-m-xl-4 {
     margin: 1.5rem !important;
   }
 
   .net-m-xl-5 {
     margin: 3rem !important;
   }
 
   .net-m-xl-auto {
     margin: auto !important;
   }
 
   .net-mx-xl-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }
 
   .net-mx-xl-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }
 
   .net-mx-xl-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }
 
   .net-mx-xl-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }
 
   .net-mx-xl-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }
 
   .net-mx-xl-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }
 
   .net-mx-xl-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }
 
   .net-my-xl-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }
 
   .net-my-xl-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }
 
   .net-my-xl-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }
 
   .net-my-xl-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }
 
   .net-my-xl-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }
 
   .net-my-xl-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }
 
   .net-my-xl-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }
 
   .net-mt-xl-0 {
     margin-top: 0 !important;
   }
 
   .net-mt-xl-1 {
     margin-top: 0.25rem !important;
   }
 
   .net-mt-xl-2 {
     margin-top: 0.5rem !important;
   }
 
   .net-mt-xl-3 {
     margin-top: 1rem !important;
   }
 
   .net-mt-xl-4 {
     margin-top: 1.5rem !important;
   }
 
   .net-mt-xl-5 {
     margin-top: 3rem !important;
   }
 
   .net-mt-xl-auto {
     margin-top: auto !important;
   }
 
   .net-me-xl-0 {
     margin-right: 0 !important;
   }
 
   .net-me-xl-1 {
     margin-right: 0.25rem !important;
   }
 
   .net-me-xl-2 {
     margin-right: 0.5rem !important;
   }
 
   .net-me-xl-3 {
     margin-right: 1rem !important;
   }
 
   .net-me-xl-4 {
     margin-right: 1.5rem !important;
   }
 
   .net-me-xl-5 {
     margin-right: 3rem !important;
   }
 
   .net-me-xl-auto {
     margin-right: auto !important;
   }
 
   .net-mb-xl-0 {
     margin-bottom: 0 !important;
   }
 
   .net-mb-xl-1 {
     margin-bottom: 0.25rem !important;
   }
 
   .net-mb-xl-2 {
     margin-bottom: 0.5rem !important;
   }
 
   .net-mb-xl-3 {
     margin-bottom: 1rem !important;
   }
 
   .net-mb-xl-4 {
     margin-bottom: 1.5rem !important;
   }
 
   .net-mb-xl-5 {
     margin-bottom: 3rem !important;
   }
 
   .net-mb-xl-auto {
     margin-bottom: auto !important;
   }
 
   .net-ms-xl-0 {
     margin-left: 0 !important;
   }
 
   .net-ms-xl-1 {
     margin-left: 0.25rem !important;
   }
 
   .net-ms-xl-2 {
     margin-left: 0.5rem !important;
   }
 
   .net-ms-xl-3 {
     margin-left: 1rem !important;
   }
 
   .net-ms-xl-4 {
     margin-left: 1.5rem !important;
   }
 
   .net-ms-xl-5 {
     margin-left: 3rem !important;
   }
 
   .net-ms-xl-auto {
     margin-left: auto !important;
   }
 
   .net-p-xl-0 {
     padding: 0 !important;
   }
 
   .net-p-xl-1 {
     padding: 0.25rem !important;
   }
 
   .net-p-xl-2 {
     padding: 0.5rem !important;
   }
 
   .net-p-xl-3 {
     padding: 1rem !important;
   }
 
   .net-p-xl-4 {
     padding: 1.5rem !important;
   }
 
   .net-p-xl-5 {
     padding: 3rem !important;
   }
 
   .net-px-xl-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }
 
   .net-px-xl-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }
 
   .net-px-xl-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }
 
   .net-px-xl-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }
 
   .net-px-xl-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }
 
   .net-px-xl-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }
 
   .net-py-xl-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }
 
   .net-py-xl-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }
 
   .net-py-xl-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }
 
   .net-py-xl-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }
 
   .net-py-xl-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }
 
   .net-py-xl-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }
 
   .net-pt-xl-0 {
     padding-top: 0 !important;
   }
 
   .net-pt-xl-1 {
     padding-top: 0.25rem !important;
   }
 
   .net-pt-xl-2 {
     padding-top: 0.5rem !important;
   }
 
   .net-pt-xl-3 {
     padding-top: 1rem !important;
   }
 
   .net-pt-xl-4 {
     padding-top: 1.5rem !important;
   }
 
   .net-pt-xl-5 {
     padding-top: 3rem !important;
   }
 
   .net-pe-xl-0 {
     padding-right: 0 !important;
   }
 
   .net-pe-xl-1 {
     padding-right: 0.25rem !important;
   }
 
   .net-pe-xl-2 {
     padding-right: 0.5rem !important;
   }
 
   .net-pe-xl-3 {
     padding-right: 1rem !important;
   }
 
   .net-pe-xl-4 {
     padding-right: 1.5rem !important;
   }
 
   .net-pe-xl-5 {
     padding-right: 3rem !important;
   }
 
   .net-pb-xl-0 {
     padding-bottom: 0 !important;
   }
 
   .net-pb-xl-1 {
     padding-bottom: 0.25rem !important;
   }
 
   .net-pb-xl-2 {
     padding-bottom: 0.5rem !important;
   }
 
   .net-pb-xl-3 {
     padding-bottom: 1rem !important;
   }
 
   .net-pb-xl-4 {
     padding-bottom: 1.5rem !important;
   }
 
   .net-pb-xl-5 {
     padding-bottom: 3rem !important;
   }
 
   .net-ps-xl-0 {
     padding-left: 0 !important;
   }
 
   .net-ps-xl-1 {
     padding-left: 0.25rem !important;
   }
 
   .net-ps-xl-2 {
     padding-left: 0.5rem !important;
   }
 
   .net-ps-xl-3 {
     padding-left: 1rem !important;
   }
 
   .net-ps-xl-4 {
     padding-left: 1.5rem !important;
   }
 
   .net-ps-xl-5 {
     padding-left: 3rem !important;
   }
 }
 @media (min-width: 1400px) {
   .net-d-xxl-inline {
     display: inline !important;
   }
 
   .net-d-xxl-inline-block {
     display: inline-block !important;
   }
 
   .net-d-xxl-block {
     display: block !important;
   }
 
   .net-d-xxl-grid {
     display: grid !important;
   }
 
   .net-d-xxl-table {
     display: table !important;
   }
 
   .net-d-xxl-table-row {
     display: table-row !important;
   }
 
   .net-d-xxl-table-cell {
     display: table-cell !important;
   }
 
   .net-d-xxl-flex {
     display: flex !important;
   }
 
   .net-d-xxl-inline-flex {
     display: inline-flex !important;
   }
 
   .net-d-xxl-none {
     display: none !important;
   }
 
   .net-flex-xxl-fill {
     flex: 1 1 auto !important;
   }
 
   .net-flex-xxl-row {
     flex-direction: row !important;
   }
 
   .net-flex-xxl-column {
     flex-direction: column !important;
   }
 
   .net-flex-xxl-row-reverse {
     flex-direction: row-reverse !important;
   }
 
   .net-flex-xxl-column-reverse {
     flex-direction: column-reverse !important;
   }
 
   .net-flex-xxl-grow-0 {
     flex-grow: 0 !important;
   }
 
   .net-flex-xxl-grow-1 {
     flex-grow: 1 !important;
   }
 
   .net-flex-xxl-shrink-0 {
     flex-shrink: 0 !important;
   }
 
   .net-flex-xxl-shrink-1 {
     flex-shrink: 1 !important;
   }
 
   .net-flex-xxl-wrap {
     flex-wrap: wrap !important;
   }
 
   .net-flex-xxl-nowrap {
     flex-wrap: nowrap !important;
   }
 
   .net-flex-xxl-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
 
   .net-justify-content-xxl-start {
     justify-content: flex-start !important;
   }
 
   .net-justify-content-xxl-end {
     justify-content: flex-end !important;
   }
 
   .net-justify-content-xxl-center {
     justify-content: center !important;
   }
 
   .net-justify-content-xxl-between {
     justify-content: space-between !important;
   }
 
   .net-justify-content-xxl-around {
     justify-content: space-around !important;
   }
 
   .net-justify-content-xxl-evenly {
     justify-content: space-evenly !important;
   }
 
   .net-align-items-xxl-start {
     align-items: flex-start !important;
   }
 
   .net-align-items-xxl-end {
     align-items: flex-end !important;
   }
 
   .net-align-items-xxl-center {
     align-items: center !important;
   }
 
   .net-align-items-xxl-baseline {
     align-items: baseline !important;
   }
 
   .net-align-items-xxl-stretch {
     align-items: stretch !important;
   }
 
   .net-align-content-xxl-start {
     align-content: flex-start !important;
   }
 
   .net-align-content-xxl-end {
     align-content: flex-end !important;
   }
 
   .net-align-content-xxl-center {
     align-content: center !important;
   }
 
   .net-align-content-xxl-between {
     align-content: space-between !important;
   }
 
   .net-align-content-xxl-around {
     align-content: space-around !important;
   }
 
   .net-align-content-xxl-stretch {
     align-content: stretch !important;
   }
 
   .net-align-self-xxl-auto {
     align-self: auto !important;
   }
 
   .net-align-self-xxl-start {
     align-self: flex-start !important;
   }
 
   .net-align-self-xxl-end {
     align-self: flex-end !important;
   }
 
   .net-align-self-xxl-center {
     align-self: center !important;
   }
 
   .net-align-self-xxl-baseline {
     align-self: baseline !important;
   }
 
   .net-align-self-xxl-stretch {
     align-self: stretch !important;
   }
 
   .net-order-xxl-first {
     order: -1 !important;
   }
 
   .net-order-xxl-0 {
     order: 0 !important;
   }
 
   .net-order-xxl-1 {
     order: 1 !important;
   }
 
   .net-order-xxl-2 {
     order: 2 !important;
   }
 
   .net-order-xxl-3 {
     order: 3 !important;
   }
 
   .net-order-xxl-4 {
     order: 4 !important;
   }
 
   .net-order-xxl-5 {
     order: 5 !important;
   }
 
   .net-order-xxl-last {
     order: 6 !important;
   }
 
   .net-m-xxl-0 {
     margin: 0 !important;
   }
 
   .net-m-xxl-1 {
     margin: 0.25rem !important;
   }
 
   .net-m-xxl-2 {
     margin: 0.5rem !important;
   }
 
   .net-m-xxl-3 {
     margin: 1rem !important;
   }
 
   .net-m-xxl-4 {
     margin: 1.5rem !important;
   }
 
   .net-m-xxl-5 {
     margin: 3rem !important;
   }
 
   .net-m-xxl-auto {
     margin: auto !important;
   }
 
   .net-mx-xxl-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }
 
   .net-mx-xxl-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }
 
   .net-mx-xxl-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }
 
   .net-mx-xxl-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }
 
   .net-mx-xxl-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }
 
   .net-mx-xxl-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }
 
   .net-mx-xxl-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }
 
   .net-my-xxl-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }
 
   .net-my-xxl-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }
 
   .net-my-xxl-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }
 
   .net-my-xxl-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }
 
   .net-my-xxl-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }
 
   .net-my-xxl-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }
 
   .net-my-xxl-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }
 
   .net-mt-xxl-0 {
     margin-top: 0 !important;
   }
 
   .net-mt-xxl-1 {
     margin-top: 0.25rem !important;
   }
 
   .net-mt-xxl-2 {
     margin-top: 0.5rem !important;
   }
 
   .net-mt-xxl-3 {
     margin-top: 1rem !important;
   }
 
   .net-mt-xxl-4 {
     margin-top: 1.5rem !important;
   }
 
   .net-mt-xxl-5 {
     margin-top: 3rem !important;
   }
 
   .net-mt-xxl-auto {
     margin-top: auto !important;
   }
 
   .net-me-xxl-0 {
     margin-right: 0 !important;
   }
 
   .net-me-xxl-1 {
     margin-right: 0.25rem !important;
   }
 
   .net-me-xxl-2 {
     margin-right: 0.5rem !important;
   }
 
   .net-me-xxl-3 {
     margin-right: 1rem !important;
   }
 
   .net-me-xxl-4 {
     margin-right: 1.5rem !important;
   }
 
   .net-me-xxl-5 {
     margin-right: 3rem !important;
   }
 
   .net-me-xxl-auto {
     margin-right: auto !important;
   }
 
   .net-mb-xxl-0 {
     margin-bottom: 0 !important;
   }
 
   .net-mb-xxl-1 {
     margin-bottom: 0.25rem !important;
   }
 
   .net-mb-xxl-2 {
     margin-bottom: 0.5rem !important;
   }
 
   .net-mb-xxl-3 {
     margin-bottom: 1rem !important;
   }
 
   .net-mb-xxl-4 {
     margin-bottom: 1.5rem !important;
   }
 
   .net-mb-xxl-5 {
     margin-bottom: 3rem !important;
   }
 
   .net-mb-xxl-auto {
     margin-bottom: auto !important;
   }
 
   .net-ms-xxl-0 {
     margin-left: 0 !important;
   }
 
   .net-ms-xxl-1 {
     margin-left: 0.25rem !important;
   }
 
   .net-ms-xxl-2 {
     margin-left: 0.5rem !important;
   }
 
   .net-ms-xxl-3 {
     margin-left: 1rem !important;
   }
 
   .net-ms-xxl-4 {
     margin-left: 1.5rem !important;
   }
 
   .net-ms-xxl-5 {
     margin-left: 3rem !important;
   }
 
   .net-ms-xxl-auto {
     margin-left: auto !important;
   }
 
   .net-p-xxl-0 {
     padding: 0 !important;
   }
 
   .net-p-xxl-1 {
     padding: 0.25rem !important;
   }
 
   .net-p-xxl-2 {
     padding: 0.5rem !important;
   }
 
   .net-p-xxl-3 {
     padding: 1rem !important;
   }
 
   .net-p-xxl-4 {
     padding: 1.5rem !important;
   }
 
   .net-p-xxl-5 {
     padding: 3rem !important;
   }
 
   .net-px-xxl-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }
 
   .net-px-xxl-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }
 
   .net-px-xxl-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }
 
   .net-px-xxl-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }
 
   .net-px-xxl-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }
 
   .net-px-xxl-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }
 
   .net-py-xxl-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }
 
   .net-py-xxl-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }
 
   .net-py-xxl-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }
 
   .net-py-xxl-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }
 
   .net-py-xxl-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }
 
   .net-py-xxl-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }
 
   .net-pt-xxl-0 {
     padding-top: 0 !important;
   }
 
   .net-pt-xxl-1 {
     padding-top: 0.25rem !important;
   }
 
   .net-pt-xxl-2 {
     padding-top: 0.5rem !important;
   }
 
   .net-pt-xxl-3 {
     padding-top: 1rem !important;
   }
 
   .net-pt-xxl-4 {
     padding-top: 1.5rem !important;
   }
 
   .net-pt-xxl-5 {
     padding-top: 3rem !important;
   }
 
   .net-pe-xxl-0 {
     padding-right: 0 !important;
   }
 
   .net-pe-xxl-1 {
     padding-right: 0.25rem !important;
   }
 
   .net-pe-xxl-2 {
     padding-right: 0.5rem !important;
   }
 
   .net-pe-xxl-3 {
     padding-right: 1rem !important;
   }
 
   .net-pe-xxl-4 {
     padding-right: 1.5rem !important;
   }
 
   .net-pe-xxl-5 {
     padding-right: 3rem !important;
   }
 
   .net-pb-xxl-0 {
     padding-bottom: 0 !important;
   }
 
   .net-pb-xxl-1 {
     padding-bottom: 0.25rem !important;
   }
 
   .net-pb-xxl-2 {
     padding-bottom: 0.5rem !important;
   }
 
   .net-pb-xxl-3 {
     padding-bottom: 1rem !important;
   }
 
   .net-pb-xxl-4 {
     padding-bottom: 1.5rem !important;
   }
 
   .net-pb-xxl-5 {
     padding-bottom: 3rem !important;
   }
 
   .net-ps-xxl-0 {
     padding-left: 0 !important;
   }
 
   .net-ps-xxl-1 {
     padding-left: 0.25rem !important;
   }
 
   .net-ps-xxl-2 {
     padding-left: 0.5rem !important;
   }
 
   .net-ps-xxl-3 {
     padding-left: 1rem !important;
   }
 
   .net-ps-xxl-4 {
     padding-left: 1.5rem !important;
   }
 
   .net-ps-xxl-5 {
     padding-left: 3rem !important;
   }
 }
 @media print {
   .net-d-print-inline {
     display: inline !important;
   }
 
   .net-d-print-inline-block {
     display: inline-block !important;
   }
 
   .net-d-print-block {
     display: block !important;
   }
 
   .net-d-print-grid {
     display: grid !important;
   }
 
   .net-d-print-table {
     display: table !important;
   }
 
   .net-d-print-table-row {
     display: table-row !important;
   }
 
   .net-d-print-table-cell {
     display: table-cell !important;
   }
 
   .net-d-print-flex {
     display: flex !important;
   }
 
   .net-d-print-inline-flex {
     display: inline-flex !important;
   }
 
   .net-d-print-none {
     display: none !important;
   }
 }
 
 /*# sourceMappingURL=bootstrap-grid.css.map */