/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 
 @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.nsam-container,
.nsam-container-fluid,
.nsam-container-xxl,
.nsam-container-xl,
.nsam-container-lg,
.nsam-container-md,
.nsam-container-sm {
  --bs-gutter-x: 1.5rem;
   --bs-gutter-y: 0;
   width: 100%;
   padding-right: calc(var(--bs-gutter-x) * .5);
   padding-left: calc(var(--bs-gutter-x) * .5);
   margin-right: auto;
   margin-left: auto;
 }
 
 @media (min-width: 576px) {
  .nsam-container-sm,.nsam-container {
     max-width: 540px;
   }
 }
 @media (min-width: 768px) {
  .nsam-container-md,.nsam-container-sm,.nsam-container {
     max-width: 720px;
   }
 }
 @media (min-width: 992px) {
  .nsam-container-lg,.nsam-container-md,.nsam-container-sm,.nsam-container {
     max-width: 960px;
   }
 }
 @media (min-width: 1200px) {
  .nsam-container-xl,.nsam-container-lg,.nsam-container-md,.nsam-container-sm,.nsam-container {
     max-width: 1140px;
   }
 }
 @media (min-width: 1400px) {
  .nsam-container-xxl,.nsam-container-xl,.nsam-container-lg,.nsam-container-md,.nsam-container-sm,.nsam-container {
     max-width: 1320px;
   }
 }
.nsam-row {
   --bs-gutter-x: 1.5rem;
   --bs-gutter-y: 0;
   display: flex;
   flex-wrap: wrap;
   margin-top: calc(-1 * var(--bs-gutter-y));
   margin-right: calc(-0.5 * var(--bs-gutter-x));
   margin-left: calc(-0.5 * var(--bs-gutter-x));
 }
.nsam-row > * {
   box-sizing: border-box;
   flex-shrink: 0;
   width: 100%;
   max-width: 100%;
   padding-right: calc(var(--bs-gutter-x) * 0.5);
   padding-left: calc(var(--bs-gutter-x) * 0.5);
   margin-top: var(--bs-gutter-y);
 }
 
.nsam-col {
   flex: 1 0 0%;
 }
 
.nsam-row-cols-auto > * {
   flex: 0 0 auto;
   width: auto;
 }
 
.nsam-row-cols-1 > * {
   flex: 0 0 auto;
   width: 100%;
 }
 
.nsam-row-cols-2 > * {
   flex: 0 0 auto;
   width: 50%;
 }
 
.nsam-row-cols-3 > * {
   flex: 0 0 auto;
   width: 33.3333333333%;
 }
 
.nsam-row-cols-4 > * {
   flex: 0 0 auto;
   width: 25%;
 }
 
.nsam-row-cols-5 > * {
   flex: 0 0 auto;
   width: 20%;
 }
 
.nsam-row-cols-6 > * {
   flex: 0 0 auto;
   width: 16.6666666667%;
 }
 
.nsam-col-auto {
   flex: 0 0 auto;
   width: auto;
 }
 
.nsam-col-1 {
   flex: 0 0 auto;
   width: 8.33333333%;
 }
 
.nsam-col-2 {
   flex: 0 0 auto;
   width: 16.66666667%;
 }
 
.nsam-col-3 {
   flex: 0 0 auto;
   width: 25%;
 }
 
.nsam-col-4 {
   flex: 0 0 auto;
   width: 33.33333333%;
 }
 
.nsam-col-5 {
   flex: 0 0 auto;
   width: 41.66666667%;
 }
 
.nsam-col-6 {
   flex: 0 0 auto;
   width: 50%;
 }
 
.nsam-col-7 {
   flex: 0 0 auto;
   width: 58.33333333%;
 }
 
.nsam-col-8 {
   flex: 0 0 auto;
   width: 66.66666667%;
 }
 
.nsam-col-9 {
   flex: 0 0 auto;
   width: 75%;
 }
 
.nsam-col-10 {
   flex: 0 0 auto;
   width: 83.33333333%;
 }
 
.nsam-col-11 {
   flex: 0 0 auto;
   width: 91.66666667%;
 }
 
.nsam-col-12 {
   flex: 0 0 auto;
   width: 100%;
 }
 
 .nsam-offset-1 {
   margin-left: 8.33333333%;
 }
 
 .nsam-offset-2 {
   margin-left: 16.66666667%;
 }
 
 .nsam-offset-3 {
   margin-left: 25%;
 }
 
 .nsam-offset-4 {
   margin-left: 33.33333333%;
 }
 
 .nsam-offset-5 {
   margin-left: 41.66666667%;
 }
 
 .nsam-offset-6 {
   margin-left: 50%;
 }
 
 .nsam-offset-7 {
   margin-left: 58.33333333%;
 }
 
 .nsam-offset-8 {
   margin-left: 66.66666667%;
 }
 
 .nsam-offset-9 {
   margin-left: 75%;
 }
 
 .nsam-offset-10 {
   margin-left: 83.33333333%;
 }
 
 .nsam-offset-11 {
   margin-left: 91.66666667%;
 }
 
 .nsam-g-0,
 .nsam-gx-0 {
   --bs-gutter-x: 0;
 }
 
 .nsam-g-0,
 .nsam-gy-0 {
   --bs-gutter-y: 0;
 }
 
 .nsam-g-1,
 .nsam-gx-1 {
   --bs-gutter-x: 0.25rem;
 }
 
 .nsam-g-1,
 .nsam-gy-1 {
   --bs-gutter-y: 0.25rem;
 }
 
 .nsam-g-2,
 .nsam-gx-2 {
   --bs-gutter-x: 0.5rem;
 }
 
 .nsam-g-2,
 .nsam-gy-2 {
   --bs-gutter-y: 0.5rem;
 }
 
 .nsam-g-3,
 .nsam-gx-3 {
   --bs-gutter-x: 1rem;
 }
 
 .nsam-g-3,
 .nsam-gy-3 {
   --bs-gutter-y: 1rem;
 }
 
 .nsam-g-4,
 .nsam-gx-4 {
   --bs-gutter-x: 1.5rem;
 }
 
 .nsam-g-4,
 .nsam-gy-4 {
   --bs-gutter-y: 1.5rem;
 }
 
 .nsam-g-5,
 .nsam-gx-5 {
   --bs-gutter-x: 3rem;
 }
 
 .nsam-g-5,
 .nsam-gy-5 {
   --bs-gutter-y: 3rem;
 }
 
 @media (min-width: 576px) {
  .nsam-col-sm {
     flex: 1 0 0%;
   }
 
  .nsam-row-cols-sm-auto > * {
     flex: 0 0 auto;
     width: auto;
   }
 
  .nsam-row-cols-sm-1 > * {
     flex: 0 0 auto;
     width: 100%;
   }
 
  .nsam-row-cols-sm-2 > * {
     flex: 0 0 auto;
     width: 50%;
   }
 
  .nsam-row-cols-sm-3 > * {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }
 
  .nsam-row-cols-sm-4 > * {
     flex: 0 0 auto;
     width: 25%;
   }
 
  .nsam-row-cols-sm-5 > * {
     flex: 0 0 auto;
     width: 20%;
   }
 
  .nsam-row-cols-sm-6 > * {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }
 
  .nsam-col-sm-auto {
     flex: 0 0 auto;
     width: auto;
   }
 
  .nsam-col-sm-1 {
     flex: 0 0 auto;
     width: 8.33333333%;
   }
 
  .nsam-col-sm-2 {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
 
  .nsam-col-sm-3 {
     flex: 0 0 auto;
     width: 25%;
   }
 
  .nsam-col-sm-4 {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
 
  .nsam-col-sm-5 {
     flex: 0 0 auto;
     width: 41.66666667%;
   }
 
  .nsam-col-sm-6 {
     flex: 0 0 auto;
     width: 50%;
   }
 
  .nsam-col-sm-7 {
     flex: 0 0 auto;
     width: 58.33333333%;
   }
 
  .nsam-col-sm-8 {
     flex: 0 0 auto;
     width: 66.66666667%;
   }
 
  .nsam-col-sm-9 {
     flex: 0 0 auto;
     width: 75%;
   }
 
  .nsam-col-sm-10 {
     flex: 0 0 auto;
     width: 83.33333333%;
   }
 
  .nsam-col-sm-11 {
     flex: 0 0 auto;
     width: 91.66666667%;
   }
 
  .nsam-col-sm-12 {
     flex: 0 0 auto;
     width: 100%;
   }
 
   .nsam-offset-sm-0 {
     margin-left: 0;
   }
 
   .nsam-offset-sm-1 {
     margin-left: 8.33333333%;
   }
 
   .nsam-offset-sm-2 {
     margin-left: 16.66666667%;
   }
 
   .nsam-offset-sm-3 {
     margin-left: 25%;
   }
 
   .nsam-offset-sm-4 {
     margin-left: 33.33333333%;
   }
 
   .nsam-offset-sm-5 {
     margin-left: 41.66666667%;
   }
 
   .nsam-offset-sm-6 {
     margin-left: 50%;
   }
 
   .nsam-offset-sm-7 {
     margin-left: 58.33333333%;
   }
 
   .nsam-offset-sm-8 {
     margin-left: 66.66666667%;
   }
 
   .nsam-offset-sm-9 {
     margin-left: 75%;
   }
 
   .nsam-offset-sm-10 {
     margin-left: 83.33333333%;
   }
 
   .nsam-offset-sm-11 {
     margin-left: 91.66666667%;
   }
 
   .nsam-g-sm-0,
 .nsam-gx-sm-0 {
     --bs-gutter-x: 0;
   }
 
   .nsam-g-sm-0,
 .nsam-gy-sm-0 {
     --bs-gutter-y: 0;
   }
 
   .nsam-g-sm-1,
 .nsam-gx-sm-1 {
     --bs-gutter-x: 0.25rem;
   }
 
   .nsam-g-sm-1,
 .nsam-gy-sm-1 {
     --bs-gutter-y: 0.25rem;
   }
 
   .nsam-g-sm-2,
 .nsam-gx-sm-2 {
     --bs-gutter-x: 0.5rem;
   }
 
   .nsam-g-sm-2,
 .nsam-gy-sm-2 {
     --bs-gutter-y: 0.5rem;
   }
 
   .nsam-g-sm-3,
 .nsam-gx-sm-3 {
     --bs-gutter-x: 1rem;
   }
 
   .nsam-g-sm-3,
 .nsam-gy-sm-3 {
     --bs-gutter-y: 1rem;
   }
 
   .nsam-g-sm-4,
 .nsam-gx-sm-4 {
     --bs-gutter-x: 1.5rem;
   }
 
   .nsam-g-sm-4,
 .nsam-gy-sm-4 {
     --bs-gutter-y: 1.5rem;
   }
 
   .nsam-g-sm-5,
 .nsam-gx-sm-5 {
     --bs-gutter-x: 3rem;
   }
 
   .nsam-g-sm-5,
 .nsam-gy-sm-5 {
     --bs-gutter-y: 3rem;
   }
 }
 @media (min-width: 768px) {
  .nsam-col-md {
     flex: 1 0 0%;
   }
 
  .nsam-row-cols-md-auto > * {
     flex: 0 0 auto;
     width: auto;
   }
 
  .nsam-row-cols-md-1 > * {
     flex: 0 0 auto;
     width: 100%;
   }
 
  .nsam-row-cols-md-2 > * {
     flex: 0 0 auto;
     width: 50%;
   }
 
  .nsam-row-cols-md-3 > * {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }
 
  .nsam-row-cols-md-4 > * {
     flex: 0 0 auto;
     width: 25%;
   }
 
  .nsam-row-cols-md-5 > * {
     flex: 0 0 auto;
     width: 20%;
   }
 
  .nsam-row-cols-md-6 > * {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }
 
  .nsam-col-md-auto {
     flex: 0 0 auto;
     width: auto;
   }
 
  .nsam-col-md-1 {
     flex: 0 0 auto;
     width: 8.33333333%;
   }
 
  .nsam-col-md-2 {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
 
  .nsam-col-md-3 {
     flex: 0 0 auto;
     width: 25%;
   }
 
  .nsam-col-md-4 {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
 
  .nsam-col-md-5 {
     flex: 0 0 auto;
     width: 41.66666667%;
   }
 
  .nsam-col-md-6 {
     flex: 0 0 auto;
     width: 50%;
   }
 
  .nsam-col-md-7 {
     flex: 0 0 auto;
     width: 58.33333333%;
   }
 
  .nsam-col-md-8 {
     flex: 0 0 auto;
     width: 66.66666667%;
   }
 
  .nsam-col-md-9 {
     flex: 0 0 auto;
     width: 75%;
   }
 
  .nsam-col-md-10 {
     flex: 0 0 auto;
     width: 83.33333333%;
   }
 
  .nsam-col-md-11 {
     flex: 0 0 auto;
     width: 91.66666667%;
   }
 
  .nsam-col-md-12 {
     flex: 0 0 auto;
     width: 100%;
   }
 
   .nsam-offset-md-0 {
     margin-left: 0;
   }
 
   .nsam-offset-md-1 {
     margin-left: 8.33333333%;
   }
 
   .nsam-offset-md-2 {
     margin-left: 16.66666667%;
   }
 
   .nsam-offset-md-3 {
     margin-left: 25%;
   }
 
   .nsam-offset-md-4 {
     margin-left: 33.33333333%;
   }
 
   .nsam-offset-md-5 {
     margin-left: 41.66666667%;
   }
 
   .nsam-offset-md-6 {
     margin-left: 50%;
   }
 
   .nsam-offset-md-7 {
     margin-left: 58.33333333%;
   }
 
   .nsam-offset-md-8 {
     margin-left: 66.66666667%;
   }
 
   .nsam-offset-md-9 {
     margin-left: 75%;
   }
 
   .nsam-offset-md-10 {
     margin-left: 83.33333333%;
   }
 
   .nsam-offset-md-11 {
     margin-left: 91.66666667%;
   }
 
   .nsam-g-md-0,
 .nsam-gx-md-0 {
     --bs-gutter-x: 0;
   }
 
   .nsam-g-md-0,
 .nsam-gy-md-0 {
     --bs-gutter-y: 0;
   }
 
   .nsam-g-md-1,
 .nsam-gx-md-1 {
     --bs-gutter-x: 0.25rem;
   }
 
   .nsam-g-md-1,
 .nsam-gy-md-1 {
     --bs-gutter-y: 0.25rem;
   }
 
   .nsam-g-md-2,
 .nsam-gx-md-2 {
     --bs-gutter-x: 0.5rem;
   }
 
   .nsam-g-md-2,
 .nsam-gy-md-2 {
     --bs-gutter-y: 0.5rem;
   }
 
   .nsam-g-md-3,
 .nsam-gx-md-3 {
     --bs-gutter-x: 1rem;
   }
 
   .nsam-g-md-3,
 .nsam-gy-md-3 {
     --bs-gutter-y: 1rem;
   }
 
   .nsam-g-md-4,
 .nsam-gx-md-4 {
     --bs-gutter-x: 1.5rem;
   }
 
   .nsam-g-md-4,
 .nsam-gy-md-4 {
     --bs-gutter-y: 1.5rem;
   }
 
   .nsam-g-md-5,
 .nsam-gx-md-5 {
     --bs-gutter-x: 3rem;
   }
 
   .nsam-g-md-5,
 .nsam-gy-md-5 {
     --bs-gutter-y: 3rem;
   }
 }
 @media (min-width: 992px) {
  .nsam-col-lg {
     flex: 1 0 0%;
   }
 
  .nsam-row-cols-lg-auto > * {
     flex: 0 0 auto;
     width: auto;
   }
 
  .nsam-row-cols-lg-1 > * {
     flex: 0 0 auto;
     width: 100%;
   }
 
  .nsam-row-cols-lg-2 > * {
     flex: 0 0 auto;
     width: 50%;
   }
 
  .nsam-row-cols-lg-3 > * {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }
 
  .nsam-row-cols-lg-4 > * {
     flex: 0 0 auto;
     width: 25%;
   }
 
  .nsam-row-cols-lg-5 > * {
     flex: 0 0 auto;
     width: 20%;
   }
 
  .nsam-row-cols-lg-6 > * {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }
 
  .nsam-col-lg-auto {
     flex: 0 0 auto;
     width: auto;
   }
 
  .nsam-col-lg-1 {
     flex: 0 0 auto;
     width: 8.33333333%;
   }
 
  .nsam-col-lg-2 {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
 
  .nsam-col-lg-3 {
     flex: 0 0 auto;
     width: 25%;
   }
 
  .nsam-col-lg-4 {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
 
  .nsam-col-lg-5 {
     flex: 0 0 auto;
     width: 41.66666667%;
   }
 
  .nsam-col-lg-6 {
     flex: 0 0 auto;
     width: 50%;
   }
 
  .nsam-col-lg-7 {
     flex: 0 0 auto;
     width: 58.33333333%;
   }
 
  .nsam-col-lg-8 {
     flex: 0 0 auto;
     width: 66.66666667%;
   }
 
  .nsam-col-lg-9 {
     flex: 0 0 auto;
     width: 75%;
   }
 
  .nsam-col-lg-10 {
     flex: 0 0 auto;
     width: 83.33333333%;
   }
 
  .nsam-col-lg-11 {
     flex: 0 0 auto;
     width: 91.66666667%;
   }
 
  .nsam-col-lg-12 {
     flex: 0 0 auto;
     width: 100%;
   }
 
   .nsam-offset-lg-0 {
     margin-left: 0;
   }
 
   .nsam-offset-lg-1 {
     margin-left: 8.33333333%;
   }
 
   .nsam-offset-lg-2 {
     margin-left: 16.66666667%;
   }
 
   .nsam-offset-lg-3 {
     margin-left: 25%;
   }
 
   .nsam-offset-lg-4 {
     margin-left: 33.33333333%;
   }
 
   .nsam-offset-lg-5 {
     margin-left: 41.66666667%;
   }
 
   .nsam-offset-lg-6 {
     margin-left: 50%;
   }
 
   .nsam-offset-lg-7 {
     margin-left: 58.33333333%;
   }
 
   .nsam-offset-lg-8 {
     margin-left: 66.66666667%;
   }
 
   .nsam-offset-lg-9 {
     margin-left: 75%;
   }
 
   .nsam-offset-lg-10 {
     margin-left: 83.33333333%;
   }
 
   .nsam-offset-lg-11 {
     margin-left: 91.66666667%;
   }
 
   .nsam-g-lg-0,
 .nsam-gx-lg-0 {
     --bs-gutter-x: 0;
   }
 
   .nsam-g-lg-0,
 .nsam-gy-lg-0 {
     --bs-gutter-y: 0;
   }
 
   .nsam-g-lg-1,
 .nsam-gx-lg-1 {
     --bs-gutter-x: 0.25rem;
   }
 
   .nsam-g-lg-1,
 .nsam-gy-lg-1 {
     --bs-gutter-y: 0.25rem;
   }
 
   .nsam-g-lg-2,
 .nsam-gx-lg-2 {
     --bs-gutter-x: 0.5rem;
   }
 
   .nsam-g-lg-2,
 .nsam-gy-lg-2 {
     --bs-gutter-y: 0.5rem;
   }
 
   .nsam-g-lg-3,
 .nsam-gx-lg-3 {
     --bs-gutter-x: 1rem;
   }
 
   .nsam-g-lg-3,
 .nsam-gy-lg-3 {
     --bs-gutter-y: 1rem;
   }
 
   .nsam-g-lg-4,
 .nsam-gx-lg-4 {
     --bs-gutter-x: 1.5rem;
   }
 
   .nsam-g-lg-4,
 .nsam-gy-lg-4 {
     --bs-gutter-y: 1.5rem;
   }
 
   .nsam-g-lg-5,
 .nsam-gx-lg-5 {
     --bs-gutter-x: 3rem;
   }
 
   .nsam-g-lg-5,
 .nsam-gy-lg-5 {
     --bs-gutter-y: 3rem;
   }
 }
 @media (min-width: 1200px) {
  .nsam-col-xl {
     flex: 1 0 0%;
   }
 
  .nsam-row-cols-xl-auto > * {
     flex: 0 0 auto;
     width: auto;
   }
 
  .nsam-row-cols-xl-1 > * {
     flex: 0 0 auto;
     width: 100%;
   }
 
  .nsam-row-cols-xl-2 > * {
     flex: 0 0 auto;
     width: 50%;
   }
 
  .nsam-row-cols-xl-3 > * {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }
 
  .nsam-row-cols-xl-4 > * {
     flex: 0 0 auto;
     width: 25%;
   }
 
  .nsam-row-cols-xl-5 > * {
     flex: 0 0 auto;
     width: 20%;
   }
 
  .nsam-row-cols-xl-6 > * {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }
 
  .nsam-col-xl-auto {
     flex: 0 0 auto;
     width: auto;
   }
 
  .nsam-col-xl-1 {
     flex: 0 0 auto;
     width: 8.33333333%;
   }
 
  .nsam-col-xl-2 {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
 
  .nsam-col-xl-3 {
     flex: 0 0 auto;
     width: 25%;
   }
 
  .nsam-col-xl-4 {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
 
  .nsam-col-xl-5 {
     flex: 0 0 auto;
     width: 41.66666667%;
   }
 
  .nsam-col-xl-6 {
     flex: 0 0 auto;
     width: 50%;
   }
 
  .nsam-col-xl-7 {
     flex: 0 0 auto;
     width: 58.33333333%;
   }
 
  .nsam-col-xl-8 {
     flex: 0 0 auto;
     width: 66.66666667%;
   }
 
  .nsam-col-xl-9 {
     flex: 0 0 auto;
     width: 75%;
   }
 
  .nsam-col-xl-10 {
     flex: 0 0 auto;
     width: 83.33333333%;
   }
 
  .nsam-col-xl-11 {
     flex: 0 0 auto;
     width: 91.66666667%;
   }
 
  .nsam-col-xl-12 {
     flex: 0 0 auto;
     width: 100%;
   }
 
   .nsam-offset-xl-0 {
     margin-left: 0;
   }
 
   .nsam-offset-xl-1 {
     margin-left: 8.33333333%;
   }
 
   .nsam-offset-xl-2 {
     margin-left: 16.66666667%;
   }
 
   .nsam-offset-xl-3 {
     margin-left: 25%;
   }
 
   .nsam-offset-xl-4 {
     margin-left: 33.33333333%;
   }
 
   .nsam-offset-xl-5 {
     margin-left: 41.66666667%;
   }
 
   .nsam-offset-xl-6 {
     margin-left: 50%;
   }
 
   .nsam-offset-xl-7 {
     margin-left: 58.33333333%;
   }
 
   .nsam-offset-xl-8 {
     margin-left: 66.66666667%;
   }
 
   .nsam-offset-xl-9 {
     margin-left: 75%;
   }
 
   .nsam-offset-xl-10 {
     margin-left: 83.33333333%;
   }
 
   .nsam-offset-xl-11 {
     margin-left: 91.66666667%;
   }
 
   .nsam-g-xl-0,
 .nsam-gx-xl-0 {
     --bs-gutter-x: 0;
   }
 
   .nsam-g-xl-0,
 .nsam-gy-xl-0 {
     --bs-gutter-y: 0;
   }
 
   .nsam-g-xl-1,
 .nsam-gx-xl-1 {
     --bs-gutter-x: 0.25rem;
   }
 
   .nsam-g-xl-1,
 .nsam-gy-xl-1 {
     --bs-gutter-y: 0.25rem;
   }
 
   .nsam-g-xl-2,
 .nsam-gx-xl-2 {
     --bs-gutter-x: 0.5rem;
   }
 
   .nsam-g-xl-2,
 .nsam-gy-xl-2 {
     --bs-gutter-y: 0.5rem;
   }
 
   .nsam-g-xl-3,
 .nsam-gx-xl-3 {
     --bs-gutter-x: 1rem;
   }
 
   .nsam-g-xl-3,
 .nsam-gy-xl-3 {
     --bs-gutter-y: 1rem;
   }
 
   .nsam-g-xl-4,
 .nsam-gx-xl-4 {
     --bs-gutter-x: 1.5rem;
   }
 
   .nsam-g-xl-4,
 .nsam-gy-xl-4 {
     --bs-gutter-y: 1.5rem;
   }
 
   .nsam-g-xl-5,
 .nsam-gx-xl-5 {
     --bs-gutter-x: 3rem;
   }
 
   .nsam-g-xl-5,
 .nsam-gy-xl-5 {
     --bs-gutter-y: 3rem;
   }
 }
 @media (min-width: 1400px) {
  .nsam-col-xxl {
     flex: 1 0 0%;
   }
 
  .nsam-row-cols-xxl-auto > * {
     flex: 0 0 auto;
     width: auto;
   }
 
  .nsam-row-cols-xxl-1 > * {
     flex: 0 0 auto;
     width: 100%;
   }
 
  .nsam-row-cols-xxl-2 > * {
     flex: 0 0 auto;
     width: 50%;
   }
 
  .nsam-row-cols-xxl-3 > * {
     flex: 0 0 auto;
     width: 33.3333333333%;
   }
 
  .nsam-row-cols-xxl-4 > * {
     flex: 0 0 auto;
     width: 25%;
   }
 
  .nsam-row-cols-xxl-5 > * {
     flex: 0 0 auto;
     width: 20%;
   }
 
  .nsam-row-cols-xxl-6 > * {
     flex: 0 0 auto;
     width: 16.6666666667%;
   }
 
  .nsam-col-xxl-auto {
     flex: 0 0 auto;
     width: auto;
   }
 
  .nsam-col-xxl-1 {
     flex: 0 0 auto;
     width: 8.33333333%;
   }
 
  .nsam-col-xxl-2 {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
 
  .nsam-col-xxl-3 {
     flex: 0 0 auto;
     width: 25%;
   }
 
  .nsam-col-xxl-4 {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
 
  .nsam-col-xxl-5 {
     flex: 0 0 auto;
     width: 41.66666667%;
   }
 
  .nsam-col-xxl-6 {
     flex: 0 0 auto;
     width: 50%;
   }
 
  .nsam-col-xxl-7 {
     flex: 0 0 auto;
     width: 58.33333333%;
   }
 
  .nsam-col-xxl-8 {
     flex: 0 0 auto;
     width: 66.66666667%;
   }
 
  .nsam-col-xxl-9 {
     flex: 0 0 auto;
     width: 75%;
   }
 
  .nsam-col-xxl-10 {
     flex: 0 0 auto;
     width: 83.33333333%;
   }
 
  .nsam-col-xxl-11 {
     flex: 0 0 auto;
     width: 91.66666667%;
   }
 
  .nsam-col-xxl-12 {
     flex: 0 0 auto;
     width: 100%;
   }
 
   .nsam-offset-xxl-0 {
     margin-left: 0;
   }
 
   .nsam-offset-xxl-1 {
     margin-left: 8.33333333%;
   }
 
   .nsam-offset-xxl-2 {
     margin-left: 16.66666667%;
   }
 
   .nsam-offset-xxl-3 {
     margin-left: 25%;
   }
 
   .nsam-offset-xxl-4 {
     margin-left: 33.33333333%;
   }
 
   .nsam-offset-xxl-5 {
     margin-left: 41.66666667%;
   }
 
   .nsam-offset-xxl-6 {
     margin-left: 50%;
   }
 
   .nsam-offset-xxl-7 {
     margin-left: 58.33333333%;
   }
 
   .nsam-offset-xxl-8 {
     margin-left: 66.66666667%;
   }
 
   .nsam-offset-xxl-9 {
     margin-left: 75%;
   }
 
   .nsam-offset-xxl-10 {
     margin-left: 83.33333333%;
   }
 
   .nsam-offset-xxl-11 {
     margin-left: 91.66666667%;
   }
 
   .nsam-g-xxl-0,
 .nsam-gx-xxl-0 {
     --bs-gutter-x: 0;
   }
 
   .nsam-g-xxl-0,
 .nsam-gy-xxl-0 {
     --bs-gutter-y: 0;
   }
 
   .nsam-g-xxl-1,
 .nsam-gx-xxl-1 {
     --bs-gutter-x: 0.25rem;
   }
 
   .nsam-g-xxl-1,
 .nsam-gy-xxl-1 {
     --bs-gutter-y: 0.25rem;
   }
 
   .nsam-g-xxl-2,
 .nsam-gx-xxl-2 {
     --bs-gutter-x: 0.5rem;
   }
 
   .nsam-g-xxl-2,
 .nsam-gy-xxl-2 {
     --bs-gutter-y: 0.5rem;
   }
 
   .nsam-g-xxl-3,
 .nsam-gx-xxl-3 {
     --bs-gutter-x: 1rem;
   }
 
   .nsam-g-xxl-3,
 .nsam-gy-xxl-3 {
     --bs-gutter-y: 1rem;
   }
 
   .nsam-g-xxl-4,
 .nsam-gx-xxl-4 {
     --bs-gutter-x: 1.5rem;
   }
 
   .nsam-g-xxl-4,
 .nsam-gy-xxl-4 {
     --bs-gutter-y: 1.5rem;
   }
 
   .nsam-g-xxl-5,
 .nsam-gx-xxl-5 {
     --bs-gutter-x: 3rem;
   }
 
   .nsam-g-xxl-5,
 .nsam-gy-xxl-5 {
     --bs-gutter-y: 3rem;
   }
 }
 .nsam-d-inline {
   display: inline !important;
 }
 
 .nsam-d-inline-block {
   display: inline-block !important;
 }
 
 .nsam-d-block {
   display: block !important;
 }
 
 .nsam-d-grid {
   display: grid !important;
 }
 
 .nsam-d-table {
   display: table !important;
 }
 
 .nsam-d-table-row {
   display: table-row !important;
 }
 
 .nsam-d-table-cell {
   display: table-cell !important;
 }
 
 .nsam-d-flex {
   display: flex !important;
 }
 
 .nsam-d-inline-flex {
   display: inline-flex !important;
 }
 
 .nsam-d-none {
   display: none !important;
 }
 
.nsam-flex-fill {
   flex: 1 1 auto !important;
 }
 
.nsam-flex-row {
   flex-direction: row !important;
 }
 
.nsam-flex-column {
   flex-direction: column !important;
 }
 
.nsam-flex-row-reverse {
   flex-direction: row-reverse !important;
 }
 
.nsam-flex-column-reverse {
   flex-direction: column-reverse !important;
 }
 
.nsam-flex-grow-0 {
   flex-grow: 0 !important;
 }
 
.nsam-flex-grow-1 {
   flex-grow: 1 !important;
 }
 
.nsam-flex-shrink-0 {
   flex-shrink: 0 !important;
 }
 
.nsam-flex-shrink-1 {
   flex-shrink: 1 !important;
 }
 
.nsam-flex-wrap {
   flex-wrap: wrap !important;
 }
 
.nsam-flex-nowrap {
   flex-wrap: nowrap !important;
 }
 
.nsam-flex-wrap-reverse {
   flex-wrap: wrap-reverse !important;
 }
 
.nsam-justify-content-start {
   justify-content: flex-start !important;
 }
 
.nsam-justify-content-end {
   justify-content: flex-end !important;
 }
 
.nsam-justify-content-center {
   justify-content: center !important;
 }
 
.nsam-justify-content-between {
   justify-content: space-between !important;
 }
 
.nsam-justify-content-around {
   justify-content: space-around !important;
 }
 
.nsam-justify-content-evenly {
   justify-content: space-evenly !important;
 }
 
.nsam-align-items-start {
   align-items: flex-start !important;
 }
 
.nsam-align-items-end {
   align-items: flex-end !important;
 }
 
.nsam-align-items-center {
   align-items: center !important;
 }
 
.nsam-align-items-baseline {
   align-items: baseline !important;
 }
 
.nsam-align-items-stretch {
   align-items: stretch !important;
 }
 
.nsam-align-content-start {
   align-content: flex-start !important;
 }
 
.nsam-align-content-end {
   align-content: flex-end !important;
 }
 
.nsam-align-content-center {
   align-content: center !important;
 }
 
.nsam-align-content-between {
   align-content: space-between !important;
 }
 
.nsam-align-content-around {
   align-content: space-around !important;
 }
 
.nsam-align-content-stretch {
   align-content: stretch !important;
 }
 
.nsam-align-self-auto {
   align-self: auto !important;
 }
 
.nsam-align-self-start {
   align-self: flex-start !important;
 }
 
.nsam-align-self-end {
   align-self: flex-end !important;
 }
 
.nsam-align-self-center {
   align-self: center !important;
 }
 
.nsam-align-self-baseline {
   align-self: baseline !important;
 }
 
.nsam-align-self-stretch {
   align-self: stretch !important;
 }
 
.nsam-order-first {
   order: -1 !important;
 }
 
.nsam-order-0 {
   order: 0 !important;
 }
 
.nsam-order-1 {
   order: 1 !important;
 }
 
.nsam-order-2 {
   order: 2 !important;
 }
 
.nsam-order-3 {
   order: 3 !important;
 }
 
.nsam-order-4 {
   order: 4 !important;
 }
 
.nsam-order-5 {
   order: 5 !important;
 }
 
.nsam-order-last {
   order: 6 !important;
 }
 
 .nsam-m-0 {
   margin: 0 !important;
 }
 
 .nsam-m-1 {
   margin: 0.25rem !important;
 }
 
 .nsam-m-2 {
   margin: 0.5rem !important;
 }
 
 .nsam-m-3 {
   margin: 1rem !important;
 }
 
 .nsam-m-4 {
   margin: 1.5rem !important;
 }
 
 .nsam-m-5 {
   margin: 3rem !important;
 }
 
 .nsam-m-auto {
   margin: auto !important;
 }
 
 .nsam-mx-0 {
   margin-right: 0 !important;
   margin-left: 0 !important;
 }
 
 .nsam-mx-1 {
   margin-right: 0.25rem !important;
   margin-left: 0.25rem !important;
 }
 
 .nsam-mx-2 {
   margin-right: 0.5rem !important;
   margin-left: 0.5rem !important;
 }
 
 .nsam-mx-3 {
   margin-right: 1rem !important;
   margin-left: 1rem !important;
 }
 
 .nsam-mx-4 {
   margin-right: 1.5rem !important;
   margin-left: 1.5rem !important;
 }
 
 .nsam-mx-5 {
   margin-right: 3rem !important;
   margin-left: 3rem !important;
 }
 
 .nsam-mx-auto {
   margin-right: auto !important;
   margin-left: auto !important;
 }
 
 .nsam-my-0 {
   margin-top: 0 !important;
   margin-bottom: 0 !important;
 }
 
 .nsam-my-1 {
   margin-top: 0.25rem !important;
   margin-bottom: 0.25rem !important;
 }
 
 .nsam-my-2 {
   margin-top: 0.5rem !important;
   margin-bottom: 0.5rem !important;
 }
 
 .nsam-my-3 {
   margin-top: 1rem !important;
   margin-bottom: 1rem !important;
 }
 
 .nsam-my-4 {
   margin-top: 1.5rem !important;
   margin-bottom: 1.5rem !important;
 }
 
 .nsam-my-5 {
   margin-top: 3rem !important;
   margin-bottom: 3rem !important;
 }
 
 .nsam-my-auto {
   margin-top: auto !important;
   margin-bottom: auto !important;
 }
 
 .nsam-mt-0 {
   margin-top: 0 !important;
 }
 
 .nsam-mt-1 {
   margin-top: 0.25rem !important;
 }
 
 .nsam-mt-2 {
   margin-top: 0.5rem !important;
 }
 
 .nsam-mt-3 {
   margin-top: 1rem !important;
 }
 
 .nsam-mt-4 {
   margin-top: 1.5rem !important;
 }
 
 .nsam-mt-5 {
   margin-top: 3rem !important;
 }
 
 .nsam-mt-auto {
   margin-top: auto !important;
 }
 
 .nsam-me-0 {
   margin-right: 0 !important;
 }
 
 .nsam-me-1 {
   margin-right: 0.25rem !important;
 }
 
 .nsam-me-2 {
   margin-right: 0.5rem !important;
 }
 
 .nsam-me-3 {
   margin-right: 1rem !important;
 }
 
 .nsam-me-4 {
   margin-right: 1.5rem !important;
 }
 
 .nsam-me-5 {
   margin-right: 3rem !important;
 }
 
 .nsam-me-auto {
   margin-right: auto !important;
 }
 
 .nsam-mb-0 {
   margin-bottom: 0 !important;
 }
 
 .nsam-mb-1 {
   margin-bottom: 0.25rem !important;
 }
 
 .nsam-mb-2 {
   margin-bottom: 0.5rem !important;
 }
 
 .nsam-mb-3 {
   margin-bottom: 1rem !important;
 }
 
 .nsam-mb-4 {
   margin-bottom: 1.5rem !important;
 }
 
 .nsam-mb-5 {
   margin-bottom: 3rem !important;
 }
 
 .nsam-mb-auto {
   margin-bottom: auto !important;
 }
 
 .nsam-ms-0 {
   margin-left: 0 !important;
 }
 
 .nsam-ms-1 {
   margin-left: 0.25rem !important;
 }
 
 .nsam-ms-2 {
   margin-left: 0.5rem !important;
 }
 
 .nsam-ms-3 {
   margin-left: 1rem !important;
 }
 
 .nsam-ms-4 {
   margin-left: 1.5rem !important;
 }
 
 .nsam-ms-5 {
   margin-left: 3rem !important;
 }
 
 .nsam-ms-auto {
   margin-left: auto !important;
 }
 
 .nsam-p-0 {
   padding: 0 !important;
 }
 
 .nsam-p-1 {
   padding: 0.25rem !important;
 }
 
 .nsam-p-2 {
   padding: 0.5rem !important;
 }
 
 .nsam-p-3 {
   padding: 1rem !important;
 }
 
 .nsam-p-4 {
   padding: 1.5rem !important;
 }
 
 .nsam-p-5 {
   padding: 3rem !important;
 }
 
 .nsam-px-0 {
   padding-right: 0 !important;
   padding-left: 0 !important;
 }
 
 .nsam-px-1 {
   padding-right: 0.25rem !important;
   padding-left: 0.25rem !important;
 }
 
 .nsam-px-2 {
   padding-right: 0.5rem !important;
   padding-left: 0.5rem !important;
 }
 
 .nsam-px-3 {
   padding-right: 1rem !important;
   padding-left: 1rem !important;
 }
 
 .nsam-px-4 {
   padding-right: 1.5rem !important;
   padding-left: 1.5rem !important;
 }
 
 .nsam-px-5 {
   padding-right: 3rem !important;
   padding-left: 3rem !important;
 }
 
 .nsam-py-0 {
   padding-top: 0 !important;
   padding-bottom: 0 !important;
 }
 
 .nsam-py-1 {
   padding-top: 0.25rem !important;
   padding-bottom: 0.25rem !important;
 }
 
 .nsam-py-2 {
   padding-top: 0.5rem !important;
   padding-bottom: 0.5rem !important;
 }
 
 .nsam-py-3 {
   padding-top: 1rem !important;
   padding-bottom: 1rem !important;
 }
 
 .nsam-py-4 {
   padding-top: 1.5rem !important;
   padding-bottom: 1.5rem !important;
 }
 
 .nsam-py-5 {
   padding-top: 3rem !important;
   padding-bottom: 3rem !important;
 }
 
.nsam-pt-0 {
   padding-top: 0 !important;
 }
 
.nsam-pt-1 {
   padding-top: 0.25rem !important;
 }
 
.nsam-pt-2 {
   padding-top: 0.5rem !important;
 }
 
.nsam-pt-3 {
   padding-top: 1rem !important;
 }
 
.nsam-pt-4 {
   padding-top: 1.5rem !important;
 }
 
.nsam-pt-5 {
   padding-top: 3rem !important;
 }
 
.nsam-pe-0 {
   padding-right: 0 !important;
 }
 
.nsam-pe-1 {
   padding-right: 0.25rem !important;
 }
 
.nsam-pe-2 {
   padding-right: 0.5rem !important;
 }
 
.nsam-pe-3 {
   padding-right: 1rem !important;
 }
 
.nsam-pe-4 {
   padding-right: 1.5rem !important;
 }
 
.nsam-pe-5 {
   padding-right: 3rem !important;
 }
 
.nsam-pb-0 {
   padding-bottom: 0 !important;
 }
 
.nsam-pb-1 {
   padding-bottom: 0.25rem !important;
 }
 
.nsam-pb-2 {
   padding-bottom: 0.5rem !important;
 }
 
.nsam-pb-3 {
   padding-bottom: 1rem !important;
 }
 
.nsam-pb-4 {
   padding-bottom: 1.5rem !important;
 }
 
.nsam-pb-5 {
   padding-bottom: 3rem !important;
 }
 
.nsam-ps-0 {
   padding-left: 0 !important;
 }
 
.nsam-ps-1 {
   padding-left: 0.25rem !important;
 }
 
.nsam-ps-2 {
   padding-left: 0.5rem !important;
 }
 
.nsam-ps-3 {
   padding-left: 1rem !important;
 }
 
.nsam-ps-4 {
   padding-left: 1.5rem !important;
 }
 
.nsam-ps-5 {
   padding-left: 3rem !important;
 }
 
 @media (min-width: 576px) {
   .nsam-d-sm-inline {
     display: inline !important;
   }
 
   .nsam-d-sm-inline-block {
     display: inline-block !important;
   }
 
   .nsam-d-sm-block {
     display: block !important;
   }
 
   .nsam-d-sm-grid {
     display: grid !important;
   }
 
   .nsam-d-sm-table {
     display: table !important;
   }
 
   .nsam-d-sm-table-row {
     display: table-row !important;
   }
 
   .nsam-d-sm-table-cell {
     display: table-cell !important;
   }
 
   .nsam-d-sm-flex {
     display: flex !important;
   }
 
   .nsam-d-sm-inline-flex {
     display: inline-flex !important;
   }
 
   .nsam-d-sm-none {
     display: none !important;
   }
 
  .nsam-flex-sm-fill {
     flex: 1 1 auto !important;
   }
 
  .nsam-flex-sm-row {
     flex-direction: row !important;
   }
 
  .nsam-flex-sm-column {
     flex-direction: column !important;
   }
 
  .nsam-flex-sm-row-reverse {
     flex-direction: row-reverse !important;
   }
 
  .nsam-flex-sm-column-reverse {
     flex-direction: column-reverse !important;
   }
 
  .nsam-flex-sm-grow-0 {
     flex-grow: 0 !important;
   }
 
  .nsam-flex-sm-grow-1 {
     flex-grow: 1 !important;
   }
 
  .nsam-flex-sm-shrink-0 {
     flex-shrink: 0 !important;
   }
 
  .nsam-flex-sm-shrink-1 {
     flex-shrink: 1 !important;
   }
 
  .nsam-flex-sm-wrap {
     flex-wrap: wrap !important;
   }
 
  .nsam-flex-sm-nowrap {
     flex-wrap: nowrap !important;
   }
 
  .nsam-flex-sm-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
 
  .nsam-justify-content-sm-start {
     justify-content: flex-start !important;
   }
 
  .nsam-justify-content-sm-end {
     justify-content: flex-end !important;
   }
 
  .nsam-justify-content-sm-center {
     justify-content: center !important;
   }
 
  .nsam-justify-content-sm-between {
     justify-content: space-between !important;
   }
 
  .nsam-justify-content-sm-around {
     justify-content: space-around !important;
   }
 
  .nsam-justify-content-sm-evenly {
     justify-content: space-evenly !important;
   }
 
  .nsam-align-items-sm-start {
     align-items: flex-start !important;
   }
 
  .nsam-align-items-sm-end {
     align-items: flex-end !important;
   }
 
  .nsam-align-items-sm-center {
     align-items: center !important;
   }
 
  .nsam-align-items-sm-baseline {
     align-items: baseline !important;
   }
 
  .nsam-align-items-sm-stretch {
     align-items: stretch !important;
   }
 
  .nsam-align-content-sm-start {
     align-content: flex-start !important;
   }
 
  .nsam-align-content-sm-end {
     align-content: flex-end !important;
   }
 
  .nsam-align-content-sm-center {
     align-content: center !important;
   }
 
  .nsam-align-content-sm-between {
     align-content: space-between !important;
   }
 
  .nsam-align-content-sm-around {
     align-content: space-around !important;
   }
 
  .nsam-align-content-sm-stretch {
     align-content: stretch !important;
   }
 
  .nsam-align-self-sm-auto {
     align-self: auto !important;
   }
 
  .nsam-align-self-sm-start {
     align-self: flex-start !important;
   }
 
  .nsam-align-self-sm-end {
     align-self: flex-end !important;
   }
 
  .nsam-align-self-sm-center {
     align-self: center !important;
   }
 
  .nsam-align-self-sm-baseline {
     align-self: baseline !important;
   }
 
  .nsam-align-self-sm-stretch {
     align-self: stretch !important;
   }
 
  .nsam-order-sm-first {
     order: -1 !important;
   }
 
  .nsam-order-sm-0 {
     order: 0 !important;
   }
 
  .nsam-order-sm-1 {
     order: 1 !important;
   }
 
  .nsam-order-sm-2 {
     order: 2 !important;
   }
 
  .nsam-order-sm-3 {
     order: 3 !important;
   }
 
  .nsam-order-sm-4 {
     order: 4 !important;
   }
 
  .nsam-order-sm-5 {
     order: 5 !important;
   }
 
  .nsam-order-sm-last {
     order: 6 !important;
   }
 
   .nsam-m-sm-0 {
     margin: 0 !important;
   }
 
   .nsam-m-sm-1 {
     margin: 0.25rem !important;
   }
 
   .nsam-m-sm-2 {
     margin: 0.5rem !important;
   }
 
   .nsam-m-sm-3 {
     margin: 1rem !important;
   }
 
   .nsam-m-sm-4 {
     margin: 1.5rem !important;
   }
 
   .nsam-m-sm-5 {
     margin: 3rem !important;
   }
 
   .nsam-m-sm-auto {
     margin: auto !important;
   }
 
   .nsam-mx-sm-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }
 
   .nsam-mx-sm-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }
 
   .nsam-mx-sm-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }
 
   .nsam-mx-sm-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }
 
   .nsam-mx-sm-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }
 
   .nsam-mx-sm-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }
 
   .nsam-mx-sm-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }
 
   .nsam-my-sm-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }
 
   .nsam-my-sm-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }
 
   .nsam-my-sm-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }
 
   .nsam-my-sm-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }
 
   .nsam-my-sm-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }
 
   .nsam-my-sm-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }
 
   .nsam-my-sm-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }
 
   .nsam-mt-sm-0 {
     margin-top: 0 !important;
   }
 
   .nsam-mt-sm-1 {
     margin-top: 0.25rem !important;
   }
 
   .nsam-mt-sm-2 {
     margin-top: 0.5rem !important;
   }
 
   .nsam-mt-sm-3 {
     margin-top: 1rem !important;
   }
 
   .nsam-mt-sm-4 {
     margin-top: 1.5rem !important;
   }
 
   .nsam-mt-sm-5 {
     margin-top: 3rem !important;
   }
 
   .nsam-mt-sm-auto {
     margin-top: auto !important;
   }
 
   .nsam-me-sm-0 {
     margin-right: 0 !important;
   }
 
   .nsam-me-sm-1 {
     margin-right: 0.25rem !important;
   }
 
   .nsam-me-sm-2 {
     margin-right: 0.5rem !important;
   }
 
   .nsam-me-sm-3 {
     margin-right: 1rem !important;
   }
 
   .nsam-me-sm-4 {
     margin-right: 1.5rem !important;
   }
 
   .nsam-me-sm-5 {
     margin-right: 3rem !important;
   }
 
   .nsam-me-sm-auto {
     margin-right: auto !important;
   }
 
   .nsam-mb-sm-0 {
     margin-bottom: 0 !important;
   }
 
   .nsam-mb-sm-1 {
     margin-bottom: 0.25rem !important;
   }
 
   .nsam-mb-sm-2 {
     margin-bottom: 0.5rem !important;
   }
 
   .nsam-mb-sm-3 {
     margin-bottom: 1rem !important;
   }
 
   .nsam-mb-sm-4 {
     margin-bottom: 1.5rem !important;
   }
 
   .nsam-mb-sm-5 {
     margin-bottom: 3rem !important;
   }
 
   .nsam-mb-sm-auto {
     margin-bottom: auto !important;
   }
 
   .nsam-ms-sm-0 {
     margin-left: 0 !important;
   }
 
   .nsam-ms-sm-1 {
     margin-left: 0.25rem !important;
   }
 
   .nsam-ms-sm-2 {
     margin-left: 0.5rem !important;
   }
 
   .nsam-ms-sm-3 {
     margin-left: 1rem !important;
   }
 
   .nsam-ms-sm-4 {
     margin-left: 1.5rem !important;
   }
 
   .nsam-ms-sm-5 {
     margin-left: 3rem !important;
   }
 
   .nsam-ms-sm-auto {
     margin-left: auto !important;
   }
 
   .nsam-p-sm-0 {
     padding: 0 !important;
   }
 
   .nsam-p-sm-1 {
     padding: 0.25rem !important;
   }
 
   .nsam-p-sm-2 {
     padding: 0.5rem !important;
   }
 
   .nsam-p-sm-3 {
     padding: 1rem !important;
   }
 
   .nsam-p-sm-4 {
     padding: 1.5rem !important;
   }
 
   .nsam-p-sm-5 {
     padding: 3rem !important;
   }
 
   .nsam-px-sm-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }
 
   .nsam-px-sm-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }
 
   .nsam-px-sm-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }
 
   .nsam-px-sm-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }
 
   .nsam-px-sm-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }
 
   .nsam-px-sm-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }
 
   .nsam-py-sm-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }
 
   .nsam-py-sm-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }
 
   .nsam-py-sm-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }
 
   .nsam-py-sm-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }
 
   .nsam-py-sm-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }
 
   .nsam-py-sm-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }
 
  .nsam-pt-sm-0 {
     padding-top: 0 !important;
   }
 
  .nsam-pt-sm-1 {
     padding-top: 0.25rem !important;
   }
 
  .nsam-pt-sm-2 {
     padding-top: 0.5rem !important;
   }
 
  .nsam-pt-sm-3 {
     padding-top: 1rem !important;
   }
 
  .nsam-pt-sm-4 {
     padding-top: 1.5rem !important;
   }
 
  .nsam-pt-sm-5 {
     padding-top: 3rem !important;
   }
 
  .nsam-pe-sm-0 {
     padding-right: 0 !important;
   }
 
  .nsam-pe-sm-1 {
     padding-right: 0.25rem !important;
   }
 
  .nsam-pe-sm-2 {
     padding-right: 0.5rem !important;
   }
 
  .nsam-pe-sm-3 {
     padding-right: 1rem !important;
   }
 
  .nsam-pe-sm-4 {
     padding-right: 1.5rem !important;
   }
 
  .nsam-pe-sm-5 {
     padding-right: 3rem !important;
   }
 
  .nsam-pb-sm-0 {
     padding-bottom: 0 !important;
   }
 
  .nsam-pb-sm-1 {
     padding-bottom: 0.25rem !important;
   }
 
  .nsam-pb-sm-2 {
     padding-bottom: 0.5rem !important;
   }
 
  .nsam-pb-sm-3 {
     padding-bottom: 1rem !important;
   }
 
  .nsam-pb-sm-4 {
     padding-bottom: 1.5rem !important;
   }
 
  .nsam-pb-sm-5 {
     padding-bottom: 3rem !important;
   }
 
  .nsam-ps-sm-0 {
     padding-left: 0 !important;
   }
 
  .nsam-ps-sm-1 {
     padding-left: 0.25rem !important;
   }
 
  .nsam-ps-sm-2 {
     padding-left: 0.5rem !important;
   }
 
  .nsam-ps-sm-3 {
     padding-left: 1rem !important;
   }
 
  .nsam-ps-sm-4 {
     padding-left: 1.5rem !important;
   }
 
  .nsam-ps-sm-5 {
     padding-left: 3rem !important;
   }
 }
 @media (min-width: 768px) {
   .nsam-d-md-inline {
     display: inline !important;
   }
 
   .nsam-d-md-inline-block {
     display: inline-block !important;
   }
 
   .nsam-d-md-block {
     display: block !important;
   }
 
   .nsam-d-md-grid {
     display: grid !important;
   }
 
   .nsam-d-md-table {
     display: table !important;
   }
 
   .nsam-d-md-table-row {
     display: table-row !important;
   }
 
   .nsam-d-md-table-cell {
     display: table-cell !important;
   }
 
   .nsam-d-md-flex {
     display: flex !important;
   }
 
   .nsam-d-md-inline-flex {
     display: inline-flex !important;
   }
 
   .nsam-d-md-none {
     display: none !important;
   }
 
  .nsam-flex-md-fill {
     flex: 1 1 auto !important;
   }
 
  .nsam-flex-md-row {
     flex-direction: row !important;
   }
 
  .nsam-flex-md-column {
     flex-direction: column !important;
   }
 
  .nsam-flex-md-row-reverse {
     flex-direction: row-reverse !important;
   }
 
  .nsam-flex-md-column-reverse {
     flex-direction: column-reverse !important;
   }
 
  .nsam-flex-md-grow-0 {
     flex-grow: 0 !important;
   }
 
  .nsam-flex-md-grow-1 {
     flex-grow: 1 !important;
   }
 
  .nsam-flex-md-shrink-0 {
     flex-shrink: 0 !important;
   }
 
  .nsam-flex-md-shrink-1 {
     flex-shrink: 1 !important;
   }
 
  .nsam-flex-md-wrap {
     flex-wrap: wrap !important;
   }
 
  .nsam-flex-md-nowrap {
     flex-wrap: nowrap !important;
   }
 
  .nsam-flex-md-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
 
  .nsam-justify-content-md-start {
     justify-content: flex-start !important;
   }
 
  .nsam-justify-content-md-end {
     justify-content: flex-end !important;
   }
 
  .nsam-justify-content-md-center {
     justify-content: center !important;
   }
 
  .nsam-justify-content-md-between {
     justify-content: space-between !important;
   }
 
  .nsam-justify-content-md-around {
     justify-content: space-around !important;
   }
 
  .nsam-justify-content-md-evenly {
     justify-content: space-evenly !important;
   }
 
  .nsam-align-items-md-start {
     align-items: flex-start !important;
   }
 
  .nsam-align-items-md-end {
     align-items: flex-end !important;
   }
 
  .nsam-align-items-md-center {
     align-items: center !important;
   }
 
  .nsam-align-items-md-baseline {
     align-items: baseline !important;
   }
 
  .nsam-align-items-md-stretch {
     align-items: stretch !important;
   }
 
  .nsam-align-content-md-start {
     align-content: flex-start !important;
   }
 
  .nsam-align-content-md-end {
     align-content: flex-end !important;
   }
 
  .nsam-align-content-md-center {
     align-content: center !important;
   }
 
  .nsam-align-content-md-between {
     align-content: space-between !important;
   }
 
  .nsam-align-content-md-around {
     align-content: space-around !important;
   }
 
  .nsam-align-content-md-stretch {
     align-content: stretch !important;
   }
 
  .nsam-align-self-md-auto {
     align-self: auto !important;
   }
 
  .nsam-align-self-md-start {
     align-self: flex-start !important;
   }
 
  .nsam-align-self-md-end {
     align-self: flex-end !important;
   }
 
  .nsam-align-self-md-center {
     align-self: center !important;
   }
 
  .nsam-align-self-md-baseline {
     align-self: baseline !important;
   }
 
  .nsam-align-self-md-stretch {
     align-self: stretch !important;
   }
 
  .nsam-order-md-first {
     order: -1 !important;
   }
 
  .nsam-order-md-0 {
     order: 0 !important;
   }
 
  .nsam-order-md-1 {
     order: 1 !important;
   }
 
  .nsam-order-md-2 {
     order: 2 !important;
   }
 
  .nsam-order-md-3 {
     order: 3 !important;
   }
 
  .nsam-order-md-4 {
     order: 4 !important;
   }
 
  .nsam-order-md-5 {
     order: 5 !important;
   }
 
  .nsam-order-md-last {
     order: 6 !important;
   }
 
   .nsam-m-md-0 {
     margin: 0 !important;
   }
 
   .nsam-m-md-1 {
     margin: 0.25rem !important;
   }
 
   .nsam-m-md-2 {
     margin: 0.5rem !important;
   }
 
   .nsam-m-md-3 {
     margin: 1rem !important;
   }
 
   .nsam-m-md-4 {
     margin: 1.5rem !important;
   }
 
   .nsam-m-md-5 {
     margin: 3rem !important;
   }
 
   .nsam-m-md-auto {
     margin: auto !important;
   }
 
   .nsam-mx-md-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }
 
   .nsam-mx-md-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }
 
   .nsam-mx-md-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }
 
   .nsam-mx-md-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }
 
   .nsam-mx-md-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }
 
   .nsam-mx-md-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }
 
   .nsam-mx-md-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }
 
   .nsam-my-md-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }
 
   .nsam-my-md-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }
 
   .nsam-my-md-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }
 
   .nsam-my-md-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }
 
   .nsam-my-md-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }
 
   .nsam-my-md-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }
 
   .nsam-my-md-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }
 
   .nsam-mt-md-0 {
     margin-top: 0 !important;
   }
 
   .nsam-mt-md-1 {
     margin-top: 0.25rem !important;
   }
 
   .nsam-mt-md-2 {
     margin-top: 0.5rem !important;
   }
 
   .nsam-mt-md-3 {
     margin-top: 1rem !important;
   }
 
   .nsam-mt-md-4 {
     margin-top: 1.5rem !important;
   }
 
   .nsam-mt-md-5 {
     margin-top: 3rem !important;
   }
 
   .nsam-mt-md-auto {
     margin-top: auto !important;
   }
 
   .nsam-me-md-0 {
     margin-right: 0 !important;
   }
 
   .nsam-me-md-1 {
     margin-right: 0.25rem !important;
   }
 
   .nsam-me-md-2 {
     margin-right: 0.5rem !important;
   }
 
   .nsam-me-md-3 {
     margin-right: 1rem !important;
   }
 
   .nsam-me-md-4 {
     margin-right: 1.5rem !important;
   }
 
   .nsam-me-md-5 {
     margin-right: 3rem !important;
   }
 
   .nsam-me-md-auto {
     margin-right: auto !important;
   }
 
   .nsam-mb-md-0 {
     margin-bottom: 0 !important;
   }
 
   .nsam-mb-md-1 {
     margin-bottom: 0.25rem !important;
   }
 
   .nsam-mb-md-2 {
     margin-bottom: 0.5rem !important;
   }
 
   .nsam-mb-md-3 {
     margin-bottom: 1rem !important;
   }
 
   .nsam-mb-md-4 {
     margin-bottom: 1.5rem !important;
   }
 
   .nsam-mb-md-5 {
     margin-bottom: 3rem !important;
   }
 
   .nsam-mb-md-auto {
     margin-bottom: auto !important;
   }
 
   .nsam-ms-md-0 {
     margin-left: 0 !important;
   }
 
   .nsam-ms-md-1 {
     margin-left: 0.25rem !important;
   }
 
   .nsam-ms-md-2 {
     margin-left: 0.5rem !important;
   }
 
   .nsam-ms-md-3 {
     margin-left: 1rem !important;
   }
 
   .nsam-ms-md-4 {
     margin-left: 1.5rem !important;
   }
 
   .nsam-ms-md-5 {
     margin-left: 3rem !important;
   }
 
   .nsam-ms-md-auto {
     margin-left: auto !important;
   }
 
   .nsam-p-md-0 {
     padding: 0 !important;
   }
 
   .nsam-p-md-1 {
     padding: 0.25rem !important;
   }
 
   .nsam-p-md-2 {
     padding: 0.5rem !important;
   }
 
   .nsam-p-md-3 {
     padding: 1rem !important;
   }
 
   .nsam-p-md-4 {
     padding: 1.5rem !important;
   }
 
   .nsam-p-md-5 {
     padding: 3rem !important;
   }
 
   .nsam-px-md-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }
 
   .nsam-px-md-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }
 
   .nsam-px-md-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }
 
   .nsam-px-md-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }
 
   .nsam-px-md-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }
 
   .nsam-px-md-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }
 
   .nsam-py-md-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }
 
   .nsam-py-md-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }
 
   .nsam-py-md-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }
 
   .nsam-py-md-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }
 
   .nsam-py-md-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }
 
   .nsam-py-md-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }
 
  .nsam-pt-md-0 {
     padding-top: 0 !important;
   }
 
  .nsam-pt-md-1 {
     padding-top: 0.25rem !important;
   }
 
  .nsam-pt-md-2 {
     padding-top: 0.5rem !important;
   }
 
  .nsam-pt-md-3 {
     padding-top: 1rem !important;
   }
 
  .nsam-pt-md-4 {
     padding-top: 1.5rem !important;
   }
 
  .nsam-pt-md-5 {
     padding-top: 3rem !important;
   }
 
  .nsam-pe-md-0 {
     padding-right: 0 !important;
   }
 
  .nsam-pe-md-1 {
     padding-right: 0.25rem !important;
   }
 
  .nsam-pe-md-2 {
     padding-right: 0.5rem !important;
   }
 
  .nsam-pe-md-3 {
     padding-right: 1rem !important;
   }
 
  .nsam-pe-md-4 {
     padding-right: 1.5rem !important;
   }
 
  .nsam-pe-md-5 {
     padding-right: 3rem !important;
   }
 
  .nsam-pb-md-0 {
     padding-bottom: 0 !important;
   }
 
  .nsam-pb-md-1 {
     padding-bottom: 0.25rem !important;
   }
 
  .nsam-pb-md-2 {
     padding-bottom: 0.5rem !important;
   }
 
  .nsam-pb-md-3 {
     padding-bottom: 1rem !important;
   }
 
  .nsam-pb-md-4 {
     padding-bottom: 1.5rem !important;
   }
 
  .nsam-pb-md-5 {
     padding-bottom: 3rem !important;
   }
 
  .nsam-ps-md-0 {
     padding-left: 0 !important;
   }
 
  .nsam-ps-md-1 {
     padding-left: 0.25rem !important;
   }
 
  .nsam-ps-md-2 {
     padding-left: 0.5rem !important;
   }
 
  .nsam-ps-md-3 {
     padding-left: 1rem !important;
   }
 
  .nsam-ps-md-4 {
     padding-left: 1.5rem !important;
   }
 
  .nsam-ps-md-5 {
     padding-left: 3rem !important;
   }
 }
 @media (min-width: 992px) {
   .nsam-d-lg-inline {
     display: inline !important;
   }
 
   .nsam-d-lg-inline-block {
     display: inline-block !important;
   }
 
   .nsam-d-lg-block {
     display: block !important;
   }
 
   .nsam-d-lg-grid {
     display: grid !important;
   }
 
   .nsam-d-lg-table {
     display: table !important;
   }
 
   .nsam-d-lg-table-row {
     display: table-row !important;
   }
 
   .nsam-d-lg-table-cell {
     display: table-cell !important;
   }
 
   .nsam-d-lg-flex {
     display: flex !important;
   }
 
   .nsam-d-lg-inline-flex {
     display: inline-flex !important;
   }
 
   .nsam-d-lg-none {
     display: none !important;
   }
 
  .nsam-flex-lg-fill {
     flex: 1 1 auto !important;
   }
 
  .nsam-flex-lg-row {
     flex-direction: row !important;
   }
 
  .nsam-flex-lg-column {
     flex-direction: column !important;
   }
 
  .nsam-flex-lg-row-reverse {
     flex-direction: row-reverse !important;
   }
 
  .nsam-flex-lg-column-reverse {
     flex-direction: column-reverse !important;
   }
 
  .nsam-flex-lg-grow-0 {
     flex-grow: 0 !important;
   }
 
  .nsam-flex-lg-grow-1 {
     flex-grow: 1 !important;
   }
 
  .nsam-flex-lg-shrink-0 {
     flex-shrink: 0 !important;
   }
 
  .nsam-flex-lg-shrink-1 {
     flex-shrink: 1 !important;
   }
 
  .nsam-flex-lg-wrap {
     flex-wrap: wrap !important;
   }
 
  .nsam-flex-lg-nowrap {
     flex-wrap: nowrap !important;
   }
 
  .nsam-flex-lg-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
 
  .nsam-justify-content-lg-start {
     justify-content: flex-start !important;
   }
 
  .nsam-justify-content-lg-end {
     justify-content: flex-end !important;
   }
 
  .nsam-justify-content-lg-center {
     justify-content: center !important;
   }
 
  .nsam-justify-content-lg-between {
     justify-content: space-between !important;
   }
 
  .nsam-justify-content-lg-around {
     justify-content: space-around !important;
   }
 
  .nsam-justify-content-lg-evenly {
     justify-content: space-evenly !important;
   }
 
  .nsam-align-items-lg-start {
     align-items: flex-start !important;
   }
 
  .nsam-align-items-lg-end {
     align-items: flex-end !important;
   }
 
  .nsam-align-items-lg-center {
     align-items: center !important;
   }
 
  .nsam-align-items-lg-baseline {
     align-items: baseline !important;
   }
 
  .nsam-align-items-lg-stretch {
     align-items: stretch !important;
   }
 
  .nsam-align-content-lg-start {
     align-content: flex-start !important;
   }
 
  .nsam-align-content-lg-end {
     align-content: flex-end !important;
   }
 
  .nsam-align-content-lg-center {
     align-content: center !important;
   }
 
  .nsam-align-content-lg-between {
     align-content: space-between !important;
   }
 
  .nsam-align-content-lg-around {
     align-content: space-around !important;
   }
 
  .nsam-align-content-lg-stretch {
     align-content: stretch !important;
   }
 
  .nsam-align-self-lg-auto {
     align-self: auto !important;
   }
 
  .nsam-align-self-lg-start {
     align-self: flex-start !important;
   }
 
  .nsam-align-self-lg-end {
     align-self: flex-end !important;
   }
 
  .nsam-align-self-lg-center {
     align-self: center !important;
   }
 
  .nsam-align-self-lg-baseline {
     align-self: baseline !important;
   }
 
  .nsam-align-self-lg-stretch {
     align-self: stretch !important;
   }
 
  .nsam-order-lg-first {
     order: -1 !important;
   }
 
  .nsam-order-lg-0 {
     order: 0 !important;
   }
 
  .nsam-order-lg-1 {
     order: 1 !important;
   }
 
  .nsam-order-lg-2 {
     order: 2 !important;
   }
 
  .nsam-order-lg-3 {
     order: 3 !important;
   }
 
  .nsam-order-lg-4 {
     order: 4 !important;
   }
 
  .nsam-order-lg-5 {
     order: 5 !important;
   }
 
  .nsam-order-lg-last {
     order: 6 !important;
   }
 
   .nsam-m-lg-0 {
     margin: 0 !important;
   }
 
   .nsam-m-lg-1 {
     margin: 0.25rem !important;
   }
 
   .nsam-m-lg-2 {
     margin: 0.5rem !important;
   }
 
   .nsam-m-lg-3 {
     margin: 1rem !important;
   }
 
   .nsam-m-lg-4 {
     margin: 1.5rem !important;
   }
 
   .nsam-m-lg-5 {
     margin: 3rem !important;
   }
 
   .nsam-m-lg-auto {
     margin: auto !important;
   }
 
   .nsam-mx-lg-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }
 
   .nsam-mx-lg-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }
 
   .nsam-mx-lg-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }
 
   .nsam-mx-lg-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }
 
   .nsam-mx-lg-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }
 
   .nsam-mx-lg-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }
 
   .nsam-mx-lg-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }
 
   .nsam-my-lg-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }
 
   .nsam-my-lg-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }
 
   .nsam-my-lg-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }
 
   .nsam-my-lg-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }
 
   .nsam-my-lg-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }
 
   .nsam-my-lg-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }
 
   .nsam-my-lg-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }
 
   .nsam-mt-lg-0 {
     margin-top: 0 !important;
   }
 
   .nsam-mt-lg-1 {
     margin-top: 0.25rem !important;
   }
 
   .nsam-mt-lg-2 {
     margin-top: 0.5rem !important;
   }
 
   .nsam-mt-lg-3 {
     margin-top: 1rem !important;
   }
 
   .nsam-mt-lg-4 {
     margin-top: 1.5rem !important;
   }
 
   .nsam-mt-lg-5 {
     margin-top: 3rem !important;
   }
 
   .nsam-mt-lg-auto {
     margin-top: auto !important;
   }
 
   .nsam-me-lg-0 {
     margin-right: 0 !important;
   }
 
   .nsam-me-lg-1 {
     margin-right: 0.25rem !important;
   }
 
   .nsam-me-lg-2 {
     margin-right: 0.5rem !important;
   }
 
   .nsam-me-lg-3 {
     margin-right: 1rem !important;
   }
 
   .nsam-me-lg-4 {
     margin-right: 1.5rem !important;
   }
 
   .nsam-me-lg-5 {
     margin-right: 3rem !important;
   }
 
   .nsam-me-lg-auto {
     margin-right: auto !important;
   }
 
   .nsam-mb-lg-0 {
     margin-bottom: 0 !important;
   }
 
   .nsam-mb-lg-1 {
     margin-bottom: 0.25rem !important;
   }
 
   .nsam-mb-lg-2 {
     margin-bottom: 0.5rem !important;
   }
 
   .nsam-mb-lg-3 {
     margin-bottom: 1rem !important;
   }
 
   .nsam-mb-lg-4 {
     margin-bottom: 1.5rem !important;
   }
 
   .nsam-mb-lg-5 {
     margin-bottom: 3rem !important;
   }
 
   .nsam-mb-lg-auto {
     margin-bottom: auto !important;
   }
 
   .nsam-ms-lg-0 {
     margin-left: 0 !important;
   }
 
   .nsam-ms-lg-1 {
     margin-left: 0.25rem !important;
   }
 
   .nsam-ms-lg-2 {
     margin-left: 0.5rem !important;
   }
 
   .nsam-ms-lg-3 {
     margin-left: 1rem !important;
   }
 
   .nsam-ms-lg-4 {
     margin-left: 1.5rem !important;
   }
 
   .nsam-ms-lg-5 {
     margin-left: 3rem !important;
   }
 
   .nsam-ms-lg-auto {
     margin-left: auto !important;
   }
 
   .nsam-p-lg-0 {
     padding: 0 !important;
   }
 
   .nsam-p-lg-1 {
     padding: 0.25rem !important;
   }
 
   .nsam-p-lg-2 {
     padding: 0.5rem !important;
   }
 
   .nsam-p-lg-3 {
     padding: 1rem !important;
   }
 
   .nsam-p-lg-4 {
     padding: 1.5rem !important;
   }
 
   .nsam-p-lg-5 {
     padding: 3rem !important;
   }
 
   .nsam-px-lg-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }
 
   .nsam-px-lg-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }
 
   .nsam-px-lg-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }
 
   .nsam-px-lg-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }
 
   .nsam-px-lg-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }
 
   .nsam-px-lg-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }
 
   .nsam-py-lg-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }
 
   .nsam-py-lg-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }
 
   .nsam-py-lg-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }
 
   .nsam-py-lg-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }
 
   .nsam-py-lg-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }
 
   .nsam-py-lg-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }
 
  .nsam-pt-lg-0 {
     padding-top: 0 !important;
   }
 
  .nsam-pt-lg-1 {
     padding-top: 0.25rem !important;
   }
 
  .nsam-pt-lg-2 {
     padding-top: 0.5rem !important;
   }
 
  .nsam-pt-lg-3 {
     padding-top: 1rem !important;
   }
 
  .nsam-pt-lg-4 {
     padding-top: 1.5rem !important;
   }
 
  .nsam-pt-lg-5 {
     padding-top: 3rem !important;
   }
 
  .nsam-pe-lg-0 {
     padding-right: 0 !important;
   }
 
  .nsam-pe-lg-1 {
     padding-right: 0.25rem !important;
   }
 
  .nsam-pe-lg-2 {
     padding-right: 0.5rem !important;
   }
 
  .nsam-pe-lg-3 {
     padding-right: 1rem !important;
   }
 
  .nsam-pe-lg-4 {
     padding-right: 1.5rem !important;
   }
 
  .nsam-pe-lg-5 {
     padding-right: 3rem !important;
   }
 
  .nsam-pb-lg-0 {
     padding-bottom: 0 !important;
   }
 
  .nsam-pb-lg-1 {
     padding-bottom: 0.25rem !important;
   }
 
  .nsam-pb-lg-2 {
     padding-bottom: 0.5rem !important;
   }
 
  .nsam-pb-lg-3 {
     padding-bottom: 1rem !important;
   }
 
  .nsam-pb-lg-4 {
     padding-bottom: 1.5rem !important;
   }
 
  .nsam-pb-lg-5 {
     padding-bottom: 3rem !important;
   }
 
  .nsam-ps-lg-0 {
     padding-left: 0 !important;
   }
 
  .nsam-ps-lg-1 {
     padding-left: 0.25rem !important;
   }
 
  .nsam-ps-lg-2 {
     padding-left: 0.5rem !important;
   }
 
  .nsam-ps-lg-3 {
     padding-left: 1rem !important;
   }
 
  .nsam-ps-lg-4 {
     padding-left: 1.5rem !important;
   }
 
  .nsam-ps-lg-5 {
     padding-left: 3rem !important;
   }
 }
 @media (min-width: 1200px) {
   .nsam-d-xl-inline {
     display: inline !important;
   }
 
   .nsam-d-xl-inline-block {
     display: inline-block !important;
   }
 
   .nsam-d-xl-block {
     display: block !important;
   }
 
   .nsam-d-xl-grid {
     display: grid !important;
   }
 
   .nsam-d-xl-table {
     display: table !important;
   }
 
   .nsam-d-xl-table-row {
     display: table-row !important;
   }
 
   .nsam-d-xl-table-cell {
     display: table-cell !important;
   }
 
   .nsam-d-xl-flex {
     display: flex !important;
   }
 
   .nsam-d-xl-inline-flex {
     display: inline-flex !important;
   }
 
   .nsam-d-xl-none {
     display: none !important;
   }
 
  .nsam-flex-xl-fill {
     flex: 1 1 auto !important;
   }
 
  .nsam-flex-xl-row {
     flex-direction: row !important;
   }
 
  .nsam-flex-xl-column {
     flex-direction: column !important;
   }
 
  .nsam-flex-xl-row-reverse {
     flex-direction: row-reverse !important;
   }
 
  .nsam-flex-xl-column-reverse {
     flex-direction: column-reverse !important;
   }
 
  .nsam-flex-xl-grow-0 {
     flex-grow: 0 !important;
   }
 
  .nsam-flex-xl-grow-1 {
     flex-grow: 1 !important;
   }
 
  .nsam-flex-xl-shrink-0 {
     flex-shrink: 0 !important;
   }
 
  .nsam-flex-xl-shrink-1 {
     flex-shrink: 1 !important;
   }
 
  .nsam-flex-xl-wrap {
     flex-wrap: wrap !important;
   }
 
  .nsam-flex-xl-nowrap {
     flex-wrap: nowrap !important;
   }
 
  .nsam-flex-xl-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
 
  .nsam-justify-content-xl-start {
     justify-content: flex-start !important;
   }
 
  .nsam-justify-content-xl-end {
     justify-content: flex-end !important;
   }
 
  .nsam-justify-content-xl-center {
     justify-content: center !important;
   }
 
  .nsam-justify-content-xl-between {
     justify-content: space-between !important;
   }
 
  .nsam-justify-content-xl-around {
     justify-content: space-around !important;
   }
 
  .nsam-justify-content-xl-evenly {
     justify-content: space-evenly !important;
   }
 
  .nsam-align-items-xl-start {
     align-items: flex-start !important;
   }
 
  .nsam-align-items-xl-end {
     align-items: flex-end !important;
   }
 
  .nsam-align-items-xl-center {
     align-items: center !important;
   }
 
  .nsam-align-items-xl-baseline {
     align-items: baseline !important;
   }
 
  .nsam-align-items-xl-stretch {
     align-items: stretch !important;
   }
 
  .nsam-align-content-xl-start {
     align-content: flex-start !important;
   }
 
  .nsam-align-content-xl-end {
     align-content: flex-end !important;
   }
 
  .nsam-align-content-xl-center {
     align-content: center !important;
   }
 
  .nsam-align-content-xl-between {
     align-content: space-between !important;
   }
 
  .nsam-align-content-xl-around {
     align-content: space-around !important;
   }
 
  .nsam-align-content-xl-stretch {
     align-content: stretch !important;
   }
 
  .nsam-align-self-xl-auto {
     align-self: auto !important;
   }
 
  .nsam-align-self-xl-start {
     align-self: flex-start !important;
   }
 
  .nsam-align-self-xl-end {
     align-self: flex-end !important;
   }
 
  .nsam-align-self-xl-center {
     align-self: center !important;
   }
 
  .nsam-align-self-xl-baseline {
     align-self: baseline !important;
   }
 
  .nsam-align-self-xl-stretch {
     align-self: stretch !important;
   }
 
  .nsam-order-xl-first {
     order: -1 !important;
   }
 
  .nsam-order-xl-0 {
     order: 0 !important;
   }
 
  .nsam-order-xl-1 {
     order: 1 !important;
   }
 
  .nsam-order-xl-2 {
     order: 2 !important;
   }
 
  .nsam-order-xl-3 {
     order: 3 !important;
   }
 
  .nsam-order-xl-4 {
     order: 4 !important;
   }
 
  .nsam-order-xl-5 {
     order: 5 !important;
   }
 
  .nsam-order-xl-last {
     order: 6 !important;
   }
 
   .nsam-m-xl-0 {
     margin: 0 !important;
   }
 
   .nsam-m-xl-1 {
     margin: 0.25rem !important;
   }
 
   .nsam-m-xl-2 {
     margin: 0.5rem !important;
   }
 
   .nsam-m-xl-3 {
     margin: 1rem !important;
   }
 
   .nsam-m-xl-4 {
     margin: 1.5rem !important;
   }
 
   .nsam-m-xl-5 {
     margin: 3rem !important;
   }
 
   .nsam-m-xl-auto {
     margin: auto !important;
   }
 
   .nsam-mx-xl-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }
 
   .nsam-mx-xl-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }
 
   .nsam-mx-xl-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }
 
   .nsam-mx-xl-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }
 
   .nsam-mx-xl-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }
 
   .nsam-mx-xl-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }
 
   .nsam-mx-xl-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }
 
   .nsam-my-xl-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }
 
   .nsam-my-xl-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }
 
   .nsam-my-xl-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }
 
   .nsam-my-xl-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }
 
   .nsam-my-xl-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }
 
   .nsam-my-xl-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }
 
   .nsam-my-xl-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }
 
   .nsam-mt-xl-0 {
     margin-top: 0 !important;
   }
 
   .nsam-mt-xl-1 {
     margin-top: 0.25rem !important;
   }
 
   .nsam-mt-xl-2 {
     margin-top: 0.5rem !important;
   }
 
   .nsam-mt-xl-3 {
     margin-top: 1rem !important;
   }
 
   .nsam-mt-xl-4 {
     margin-top: 1.5rem !important;
   }
 
   .nsam-mt-xl-5 {
     margin-top: 3rem !important;
   }
 
   .nsam-mt-xl-auto {
     margin-top: auto !important;
   }
 
   .nsam-me-xl-0 {
     margin-right: 0 !important;
   }
 
   .nsam-me-xl-1 {
     margin-right: 0.25rem !important;
   }
 
   .nsam-me-xl-2 {
     margin-right: 0.5rem !important;
   }
 
   .nsam-me-xl-3 {
     margin-right: 1rem !important;
   }
 
   .nsam-me-xl-4 {
     margin-right: 1.5rem !important;
   }
 
   .nsam-me-xl-5 {
     margin-right: 3rem !important;
   }
 
   .nsam-me-xl-auto {
     margin-right: auto !important;
   }
 
   .nsam-mb-xl-0 {
     margin-bottom: 0 !important;
   }
 
   .nsam-mb-xl-1 {
     margin-bottom: 0.25rem !important;
   }
 
   .nsam-mb-xl-2 {
     margin-bottom: 0.5rem !important;
   }
 
   .nsam-mb-xl-3 {
     margin-bottom: 1rem !important;
   }
 
   .nsam-mb-xl-4 {
     margin-bottom: 1.5rem !important;
   }
 
   .nsam-mb-xl-5 {
     margin-bottom: 3rem !important;
   }
 
   .nsam-mb-xl-auto {
     margin-bottom: auto !important;
   }
 
   .nsam-ms-xl-0 {
     margin-left: 0 !important;
   }
 
   .nsam-ms-xl-1 {
     margin-left: 0.25rem !important;
   }
 
   .nsam-ms-xl-2 {
     margin-left: 0.5rem !important;
   }
 
   .nsam-ms-xl-3 {
     margin-left: 1rem !important;
   }
 
   .nsam-ms-xl-4 {
     margin-left: 1.5rem !important;
   }
 
   .nsam-ms-xl-5 {
     margin-left: 3rem !important;
   }
 
   .nsam-ms-xl-auto {
     margin-left: auto !important;
   }
 
   .nsam-p-xl-0 {
     padding: 0 !important;
   }
 
   .nsam-p-xl-1 {
     padding: 0.25rem !important;
   }
 
   .nsam-p-xl-2 {
     padding: 0.5rem !important;
   }
 
   .nsam-p-xl-3 {
     padding: 1rem !important;
   }
 
   .nsam-p-xl-4 {
     padding: 1.5rem !important;
   }
 
   .nsam-p-xl-5 {
     padding: 3rem !important;
   }
 
   .nsam-px-xl-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }
 
   .nsam-px-xl-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }
 
   .nsam-px-xl-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }
 
   .nsam-px-xl-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }
 
   .nsam-px-xl-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }
 
   .nsam-px-xl-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }
 
   .nsam-py-xl-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }
 
   .nsam-py-xl-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }
 
   .nsam-py-xl-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }
 
   .nsam-py-xl-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }
 
   .nsam-py-xl-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }
 
   .nsam-py-xl-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }
 
  .nsam-pt-xl-0 {
     padding-top: 0 !important;
   }
 
  .nsam-pt-xl-1 {
     padding-top: 0.25rem !important;
   }
 
  .nsam-pt-xl-2 {
     padding-top: 0.5rem !important;
   }
 
  .nsam-pt-xl-3 {
     padding-top: 1rem !important;
   }
 
  .nsam-pt-xl-4 {
     padding-top: 1.5rem !important;
   }
 
  .nsam-pt-xl-5 {
     padding-top: 3rem !important;
   }
 
  .nsam-pe-xl-0 {
     padding-right: 0 !important;
   }
 
  .nsam-pe-xl-1 {
     padding-right: 0.25rem !important;
   }
 
  .nsam-pe-xl-2 {
     padding-right: 0.5rem !important;
   }
 
  .nsam-pe-xl-3 {
     padding-right: 1rem !important;
   }
 
  .nsam-pe-xl-4 {
     padding-right: 1.5rem !important;
   }
 
  .nsam-pe-xl-5 {
     padding-right: 3rem !important;
   }
 
  .nsam-pb-xl-0 {
     padding-bottom: 0 !important;
   }
 
  .nsam-pb-xl-1 {
     padding-bottom: 0.25rem !important;
   }
 
  .nsam-pb-xl-2 {
     padding-bottom: 0.5rem !important;
   }
 
  .nsam-pb-xl-3 {
     padding-bottom: 1rem !important;
   }
 
  .nsam-pb-xl-4 {
     padding-bottom: 1.5rem !important;
   }
 
  .nsam-pb-xl-5 {
     padding-bottom: 3rem !important;
   }
 
  .nsam-ps-xl-0 {
     padding-left: 0 !important;
   }
 
  .nsam-ps-xl-1 {
     padding-left: 0.25rem !important;
   }
 
  .nsam-ps-xl-2 {
     padding-left: 0.5rem !important;
   }
 
  .nsam-ps-xl-3 {
     padding-left: 1rem !important;
   }
 
  .nsam-ps-xl-4 {
     padding-left: 1.5rem !important;
   }
 
  .nsam-ps-xl-5 {
     padding-left: 3rem !important;
   }
 }
 @media (min-width: 1400px) {
   .nsam-d-xxl-inline {
     display: inline !important;
   }
 
   .nsam-d-xxl-inline-block {
     display: inline-block !important;
   }
 
   .nsam-d-xxl-block {
     display: block !important;
   }
 
   .nsam-d-xxl-grid {
     display: grid !important;
   }
 
   .nsam-d-xxl-table {
     display: table !important;
   }
 
   .nsam-d-xxl-table-row {
     display: table-row !important;
   }
 
   .nsam-d-xxl-table-cell {
     display: table-cell !important;
   }
 
   .nsam-d-xxl-flex {
     display: flex !important;
   }
 
   .nsam-d-xxl-inline-flex {
     display: inline-flex !important;
   }
 
   .nsam-d-xxl-none {
     display: none !important;
   }
 
  .nsam-flex-xxl-fill {
     flex: 1 1 auto !important;
   }
 
  .nsam-flex-xxl-row {
     flex-direction: row !important;
   }
 
  .nsam-flex-xxl-column {
     flex-direction: column !important;
   }
 
  .nsam-flex-xxl-row-reverse {
     flex-direction: row-reverse !important;
   }
 
  .nsam-flex-xxl-column-reverse {
     flex-direction: column-reverse !important;
   }
 
  .nsam-flex-xxl-grow-0 {
     flex-grow: 0 !important;
   }
 
  .nsam-flex-xxl-grow-1 {
     flex-grow: 1 !important;
   }
 
  .nsam-flex-xxl-shrink-0 {
     flex-shrink: 0 !important;
   }
 
  .nsam-flex-xxl-shrink-1 {
     flex-shrink: 1 !important;
   }
 
  .nsam-flex-xxl-wrap {
     flex-wrap: wrap !important;
   }
 
  .nsam-flex-xxl-nowrap {
     flex-wrap: nowrap !important;
   }
 
  .nsam-flex-xxl-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
 
  .nsam-justify-content-xxl-start {
     justify-content: flex-start !important;
   }
 
  .nsam-justify-content-xxl-end {
     justify-content: flex-end !important;
   }
 
  .nsam-justify-content-xxl-center {
     justify-content: center !important;
   }
 
  .nsam-justify-content-xxl-between {
     justify-content: space-between !important;
   }
 
  .nsam-justify-content-xxl-around {
     justify-content: space-around !important;
   }
 
  .nsam-justify-content-xxl-evenly {
     justify-content: space-evenly !important;
   }
 
  .nsam-align-items-xxl-start {
     align-items: flex-start !important;
   }
 
  .nsam-align-items-xxl-end {
     align-items: flex-end !important;
   }
 
  .nsam-align-items-xxl-center {
     align-items: center !important;
   }
 
  .nsam-align-items-xxl-baseline {
     align-items: baseline !important;
   }
 
  .nsam-align-items-xxl-stretch {
     align-items: stretch !important;
   }
 
  .nsam-align-content-xxl-start {
     align-content: flex-start !important;
   }
 
  .nsam-align-content-xxl-end {
     align-content: flex-end !important;
   }
 
  .nsam-align-content-xxl-center {
     align-content: center !important;
   }
 
  .nsam-align-content-xxl-between {
     align-content: space-between !important;
   }
 
  .nsam-align-content-xxl-around {
     align-content: space-around !important;
   }
 
  .nsam-align-content-xxl-stretch {
     align-content: stretch !important;
   }
 
  .nsam-align-self-xxl-auto {
     align-self: auto !important;
   }
 
  .nsam-align-self-xxl-start {
     align-self: flex-start !important;
   }
 
  .nsam-align-self-xxl-end {
     align-self: flex-end !important;
   }
 
  .nsam-align-self-xxl-center {
     align-self: center !important;
   }
 
  .nsam-align-self-xxl-baseline {
     align-self: baseline !important;
   }
 
  .nsam-align-self-xxl-stretch {
     align-self: stretch !important;
   }
 
  .nsam-order-xxl-first {
     order: -1 !important;
   }
 
  .nsam-order-xxl-0 {
     order: 0 !important;
   }
 
  .nsam-order-xxl-1 {
     order: 1 !important;
   }
 
  .nsam-order-xxl-2 {
     order: 2 !important;
   }
 
  .nsam-order-xxl-3 {
     order: 3 !important;
   }
 
  .nsam-order-xxl-4 {
     order: 4 !important;
   }
 
  .nsam-order-xxl-5 {
     order: 5 !important;
   }
 
  .nsam-order-xxl-last {
     order: 6 !important;
   }
 
   .nsam-m-xxl-0 {
     margin: 0 !important;
   }
 
   .nsam-m-xxl-1 {
     margin: 0.25rem !important;
   }
 
   .nsam-m-xxl-2 {
     margin: 0.5rem !important;
   }
 
   .nsam-m-xxl-3 {
     margin: 1rem !important;
   }
 
   .nsam-m-xxl-4 {
     margin: 1.5rem !important;
   }
 
   .nsam-m-xxl-5 {
     margin: 3rem !important;
   }
 
   .nsam-m-xxl-auto {
     margin: auto !important;
   }
 
   .nsam-mx-xxl-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }
 
   .nsam-mx-xxl-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }
 
   .nsam-mx-xxl-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }
 
   .nsam-mx-xxl-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }
 
   .nsam-mx-xxl-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }
 
   .nsam-mx-xxl-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }
 
   .nsam-mx-xxl-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }
 
   .nsam-my-xxl-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }
 
   .nsam-my-xxl-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }
 
   .nsam-my-xxl-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }
 
   .nsam-my-xxl-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }
 
   .nsam-my-xxl-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }
 
   .nsam-my-xxl-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }
 
   .nsam-my-xxl-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }
 
   .nsam-mt-xxl-0 {
     margin-top: 0 !important;
   }
 
   .nsam-mt-xxl-1 {
     margin-top: 0.25rem !important;
   }
 
   .nsam-mt-xxl-2 {
     margin-top: 0.5rem !important;
   }
 
   .nsam-mt-xxl-3 {
     margin-top: 1rem !important;
   }
 
   .nsam-mt-xxl-4 {
     margin-top: 1.5rem !important;
   }
 
   .nsam-mt-xxl-5 {
     margin-top: 3rem !important;
   }
 
   .nsam-mt-xxl-auto {
     margin-top: auto !important;
   }
 
   .nsam-me-xxl-0 {
     margin-right: 0 !important;
   }
 
   .nsam-me-xxl-1 {
     margin-right: 0.25rem !important;
   }
 
   .nsam-me-xxl-2 {
     margin-right: 0.5rem !important;
   }
 
   .nsam-me-xxl-3 {
     margin-right: 1rem !important;
   }
 
   .nsam-me-xxl-4 {
     margin-right: 1.5rem !important;
   }
 
   .nsam-me-xxl-5 {
     margin-right: 3rem !important;
   }
 
   .nsam-me-xxl-auto {
     margin-right: auto !important;
   }
 
   .nsam-mb-xxl-0 {
     margin-bottom: 0 !important;
   }
 
   .nsam-mb-xxl-1 {
     margin-bottom: 0.25rem !important;
   }
 
   .nsam-mb-xxl-2 {
     margin-bottom: 0.5rem !important;
   }
 
   .nsam-mb-xxl-3 {
     margin-bottom: 1rem !important;
   }
 
   .nsam-mb-xxl-4 {
     margin-bottom: 1.5rem !important;
   }
 
   .nsam-mb-xxl-5 {
     margin-bottom: 3rem !important;
   }
 
   .nsam-mb-xxl-auto {
     margin-bottom: auto !important;
   }
 
   .nsam-ms-xxl-0 {
     margin-left: 0 !important;
   }
 
   .nsam-ms-xxl-1 {
     margin-left: 0.25rem !important;
   }
 
   .nsam-ms-xxl-2 {
     margin-left: 0.5rem !important;
   }
 
   .nsam-ms-xxl-3 {
     margin-left: 1rem !important;
   }
 
   .nsam-ms-xxl-4 {
     margin-left: 1.5rem !important;
   }
 
   .nsam-ms-xxl-5 {
     margin-left: 3rem !important;
   }
 
   .nsam-ms-xxl-auto {
     margin-left: auto !important;
   }
 
   .nsam-p-xxl-0 {
     padding: 0 !important;
   }
 
   .nsam-p-xxl-1 {
     padding: 0.25rem !important;
   }
 
   .nsam-p-xxl-2 {
     padding: 0.5rem !important;
   }
 
   .nsam-p-xxl-3 {
     padding: 1rem !important;
   }
 
   .nsam-p-xxl-4 {
     padding: 1.5rem !important;
   }
 
   .nsam-p-xxl-5 {
     padding: 3rem !important;
   }
 
   .nsam-px-xxl-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }
 
   .nsam-px-xxl-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }
 
   .nsam-px-xxl-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }
 
   .nsam-px-xxl-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }
 
   .nsam-px-xxl-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }
 
   .nsam-px-xxl-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }
 
   .nsam-py-xxl-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }
 
   .nsam-py-xxl-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }
 
   .nsam-py-xxl-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }
 
   .nsam-py-xxl-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }
 
   .nsam-py-xxl-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }
 
   .nsam-py-xxl-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }
 
  .nsam-pt-xxl-0 {
     padding-top: 0 !important;
   }
 
  .nsam-pt-xxl-1 {
     padding-top: 0.25rem !important;
   }
 
  .nsam-pt-xxl-2 {
     padding-top: 0.5rem !important;
   }
 
  .nsam-pt-xxl-3 {
     padding-top: 1rem !important;
   }
 
  .nsam-pt-xxl-4 {
     padding-top: 1.5rem !important;
   }
 
  .nsam-pt-xxl-5 {
     padding-top: 3rem !important;
   }
 
  .nsam-pe-xxl-0 {
     padding-right: 0 !important;
   }
 
  .nsam-pe-xxl-1 {
     padding-right: 0.25rem !important;
   }
 
  .nsam-pe-xxl-2 {
     padding-right: 0.5rem !important;
   }
 
  .nsam-pe-xxl-3 {
     padding-right: 1rem !important;
   }
 
  .nsam-pe-xxl-4 {
     padding-right: 1.5rem !important;
   }
 
  .nsam-pe-xxl-5 {
     padding-right: 3rem !important;
   }
 
  .nsam-pb-xxl-0 {
     padding-bottom: 0 !important;
   }
 
  .nsam-pb-xxl-1 {
     padding-bottom: 0.25rem !important;
   }
 
  .nsam-pb-xxl-2 {
     padding-bottom: 0.5rem !important;
   }
 
  .nsam-pb-xxl-3 {
     padding-bottom: 1rem !important;
   }
 
  .nsam-pb-xxl-4 {
     padding-bottom: 1.5rem !important;
   }
 
  .nsam-pb-xxl-5 {
     padding-bottom: 3rem !important;
   }
 
  .nsam-ps-xxl-0 {
     padding-left: 0 !important;
   }
 
  .nsam-ps-xxl-1 {
     padding-left: 0.25rem !important;
   }
 
  .nsam-ps-xxl-2 {
     padding-left: 0.5rem !important;
   }
 
  .nsam-ps-xxl-3 {
     padding-left: 1rem !important;
   }
 
  .nsam-ps-xxl-4 {
     padding-left: 1.5rem !important;
   }
 
  .nsam-ps-xxl-5 {
     padding-left: 3rem !important;
   }
 }
 @media print {
   .nsam-d-print-inline {
     display: inline !important;
   }
 
   .nsam-d-print-inline-block {
     display: inline-block !important;
   }
 
   .nsam-d-print-block {
     display: block !important;
   }
 
   .nsam-d-print-grid {
     display: grid !important;
   }
 
   .nsam-d-print-table {
     display: table !important;
   }
 
   .nsam-d-print-table-row {
     display: table-row !important;
   }
 
   .nsam-d-print-table-cell {
     display: table-cell !important;
   }
 
   .nsam-d-print-flex {
     display: flex !important;
   }
 
   .nsam-d-print-inline-flex {
     display: inline-flex !important;
   }
 
   .nsam-d-print-none {
     display: none !important;
   }
 }
 
 /*# sourceMappingURL=bootstrap-grid.css.map */
.nsam-table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-spacing: 0;
    border-collapse: collapse;
    background: #FFF;
    margin: 0;
}

.nsam-table th,
.nsam-table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.nsam-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.nsam-table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.nsam-table-sm th,
.nsam-table-sm td {
    padding: 0.3rem;
}

.nsam-table-bordered {
    border: 1px solid #dee2e6;
}

.nsam-table-bordered th,
.nsam-table-bordered td {
    border: 1px solid #dee2e6;
}

.nsam-table-bordered thead th,
.nsam-table-bordered thead td {
    border-bottom-width: 2px;
}

.nsam-table-borderless th,
.nsam-table-borderless td,
.nsam-table-borderless thead th,
.nsam-table-borderless tbody + tbody {
    border: 0;
}

.nsam-table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.nsam-table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.nsam-table-primary,
.nsam-table-primary > th,
.nsam-table-primary > td {
    background-color: #b8daff;
}

.nsam-table-primary th,
.nsam-table-primary td,
.nsam-table-primary thead th,
.nsam-table-primary tbody + tbody {
    border-color: #7abaff;
}

.nsam-table-hover .nsam-table-primary:hover {
    background-color: #9fcdff;
}

.nsam-table-hover .nsam-table-primary:hover > td,
.nsam-table-hover .nsam-table-primary:hover > th {
    background-color: #9fcdff;
}

.nsam-table-secondary,
.nsam-table-secondary > th,
.nsam-table-secondary > td {
    background-color: #d6d8db;
}

.nsam-table-secondary th,
.nsam-table-secondary td,
.nsam-table-secondary thead th,
.nsam-table-secondary tbody + tbody {
    border-color: #b3b7bb;
}

.nsam-table-hover .nsam-table-secondary:hover {
    background-color: #c8cbcf;
}

.nsam-table-hover .nsam-table-secondary:hover > td,
.nsam-table-hover .nsam-table-secondary:hover > th {
    background-color: #c8cbcf;
}

.nsam-table-success,
.nsam-table-success > th,
.nsam-table-success > td {
    background-color: #c3e6cb;
}

.nsam-table-success th,
.nsam-table-success td,
.nsam-table-success thead th,
.nsam-table-success tbody + tbody {
    border-color: #8fd19e;
}

.nsam-table-hover .nsam-table-success:hover {
    background-color: #b1dfbb;
}

.nsam-table-hover .nsam-table-success:hover > td,
.nsam-table-hover .nsam-table-success:hover > th {
    background-color: #b1dfbb;
}

.nsam-table-info,
.nsam-table-info > th,
.nsam-table-info > td {
    background-color: #bee5eb;
}

.nsam-table-info th,
.nsam-table-info td,
.nsam-table-info thead th,
.nsam-table-info tbody + tbody {
    border-color: #86cfda;
}

.nsam-table-hover .nsam-table-info:hover {
    background-color: #abdde5;
}

.nsam-table-hover .nsam-table-info:hover > td,
.nsam-table-hover .nsam-table-info:hover > th {
    background-color: #abdde5;
}

.nsam-table-warning,
.nsam-table-warning > th,
.nsam-table-warning > td {
    background-color: #ffeeba;
}

.nsam-table-warning th,
.nsam-table-warning td,
.nsam-table-warning thead th,
.nsam-table-warning tbody + tbody {
    border-color: #ffdf7e;
}

.nsam-table-hover .nsam-table-warning:hover {
    background-color: #ffe8a1;
}

.nsam-table-hover .nsam-table-warning:hover > td,
.nsam-table-hover .nsam-table-warning:hover > th {
    background-color: #ffe8a1;
}

.nsam-table-danger,
.nsam-table-danger > th,
.nsam-table-danger > td {
    background-color: #f5c6cb;
}

.nsam-table-danger th,
.nsam-table-danger td,
.nsam-table-danger thead th,
.nsam-table-danger tbody + tbody {
    border-color: #ed969e;
}

.nsam-table-hover .nsam-table-danger:hover {
    background-color: #f1b0b7;
}

.nsam-table-hover .nsam-table-danger:hover > td,
.nsam-table-hover .nsam-table-danger:hover > th {
    background-color: #f1b0b7;
}

.nsam-table-light,
.nsam-table-light > th,
.nsam-table-light > td {
    background-color: #fdfdfe;
}

.nsam-table-light th,
.nsam-table-light td,
.nsam-table-light thead th,
.nsam-table-light tbody + tbody {
    border-color: #fbfcfc;
}

.nsam-table-hover .nsam-table-light:hover {
    background-color: #ececf6;
}

.nsam-table-hover .nsam-table-light:hover > td,
.nsam-table-hover .nsam-table-light:hover > th {
    background-color: #ececf6;
}

.nsam-table-dark,
.nsam-table-dark > th,
.nsam-table-dark > td {
    background-color: #c6c8ca;
}

.nsam-table-dark th,
.nsam-table-dark td,
.nsam-table-dark thead th,
.nsam-table-dark tbody + tbody {
    border-color: #95999c;
}

.nsam-table-hover .nsam-table-dark:hover {
    background-color: #b9bbbe;
}

.nsam-table-hover .nsam-table-dark:hover > td,
.nsam-table-hover .nsam-table-dark:hover > th {
    background-color: #b9bbbe;
}

.nsam-table-active,
.nsam-table-active > th,
.nsam-table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.nsam-table-hover .nsam-table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.nsam-table-hover .nsam-table-active:hover > td,
.nsam-table-hover .nsam-table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.nsam-table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.nsam-table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.nsam-table-dark {
    color: #fff;
    background-color: #343a40;
}

.nsam-table-dark th,
.nsam-table-dark td,
.nsam-table-dark thead th {
    border-color: #454d55;
}

.nsam-table-dark.nsam-table-bordered {
    border: 0;
}

.nsam-table-dark.nsam-table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.nsam-table-dark.nsam-table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .nsam-table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .nsam-table-responsive-sm > .nsam-table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .nsam-table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .nsam-table-responsive-md > .nsam-table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .nsam-table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .nsam-table-responsive-lg > .nsam-table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .nsam-table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .nsam-table-responsive-xl > .nsam-table-bordered {
        border: 0;
    }
}

.nsam-table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.nsam-table-responsive > .nsam-table-bordered {
    border: 0;
}
.nsam-clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.nsam-alert {
    position: relative;
    padding: 10px 15px;
    margin-bottom: 13px;
    border: 2px solid transparent;
    border-radius: 0;
    font-size: 16px;
}

.nsam-alert-heading {
    color: inherit;
}

.nsam-alert-link {
    font-weight: 700;
}

.nsam-alert-dismissible {
    padding-right: 4rem;
}

.nsam-alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.nsam-alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.nsam-alert-primary hr {
    border-top-color: #9fcdff;
}

.nsam-alert-primary .nsam-alert-link {
    color: #002752;
}

.nsam-alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.nsam-alert-secondary hr {
    border-top-color: #c8cbcf;
}

.nsam-alert-secondary .nsam-alert-link {
    color: #202326;
}

.nsam-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.nsam-alert-success hr {
    border-top-color: #b1dfbb;
}

.nsam-alert-success .nsam-alert-link {
    color: #0b2e13;
}

.nsam-alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.nsam-alert-info hr {
    border-top-color: #abdde5;
}

.nsam-alert-info .nsam-alert-link {
    color: #062c33;
}

.nsam-alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.nsam-alert-warning hr {
    border-top-color: #ffe8a1;
}

.nsam-alert-warning .nsam-alert-link {
    color: #533f03;
}

.nsam-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.nsam-alert-danger hr {
    border-top-color: #f1b0b7;
}

.nsam-alert-danger .nsam-alert-link {
    color: #491217;
}

.nsam-alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.nsam-alert-light hr {
    border-top-color: #ececf6;
}

.nsam-alert-light .nsam-alert-link {
    color: #686868;
}

.nsam-alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.nsam-alert-dark hr {
    border-top-color: #b9bbbe;
}

.nsam-alert-dark .nsam-alert-link {
    color: #040505;
}
.nsam-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nsam-btn {
        transition: none;
    }
}

.nsam-btn:hover {
    color: #212529;
    text-decoration: none;
}

.nsam-btn:focus, .nsam-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.nsam-btn.disabled, .nsam-btn:disabled {
    opacity: 0.65;
}

.nsam-btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.nsam-btn.disabled,
fieldset:disabled a.nsam-btn {
    pointer-events: none;
}

.nsam-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.nsam-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.nsam-btn-primary:focus, .nsam-btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.nsam-btn-primary.disabled, .nsam-btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.nsam-btn-primary:not(:disabled):not(.disabled):active, .nsam-btn-primary:not(:disabled):not(.disabled).active,
.show > .nsam-btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.nsam-btn-primary:not(:disabled):not(.disabled):active:focus, .nsam-btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .nsam-btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.nsam-btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.nsam-btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.nsam-btn-secondary:focus, .nsam-btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.nsam-btn-secondary.disabled, .nsam-btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.nsam-btn-secondary:not(:disabled):not(.disabled):active, .nsam-btn-secondary:not(:disabled):not(.disabled).active,
.show > .nsam-btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.nsam-btn-secondary:not(:disabled):not(.disabled):active:focus, .nsam-btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .nsam-btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.nsam-btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.nsam-btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.nsam-btn-success:focus, .nsam-btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.nsam-btn-success.disabled, .nsam-btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.nsam-btn-success:not(:disabled):not(.disabled):active, .nsam-btn-success:not(:disabled):not(.disabled).active,
.show > .nsam-btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.nsam-btn-success:not(:disabled):not(.disabled):active:focus, .nsam-btn-success:not(:disabled):not(.disabled).active:focus,
.show > .nsam-btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.nsam-btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.nsam-btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.nsam-btn-info:focus, .nsam-btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.nsam-btn-info.disabled, .nsam-btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.nsam-btn-info:not(:disabled):not(.disabled):active, .nsam-btn-info:not(:disabled):not(.disabled).active,
.show > .nsam-btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.nsam-btn-info:not(:disabled):not(.disabled):active:focus, .nsam-btn-info:not(:disabled):not(.disabled).active:focus,
.show > .nsam-btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.nsam-btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.nsam-btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.nsam-btn-warning:focus, .nsam-btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.nsam-btn-warning.disabled, .nsam-btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.nsam-btn-warning:not(:disabled):not(.disabled):active, .nsam-btn-warning:not(:disabled):not(.disabled).active,
.show > .nsam-btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.nsam-btn-warning:not(:disabled):not(.disabled):active:focus, .nsam-btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .nsam-btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.nsam-btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.nsam-btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.nsam-btn-danger:focus, .nsam-btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.nsam-btn-danger.disabled, .nsam-btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.nsam-btn-danger:not(:disabled):not(.disabled):active, .nsam-btn-danger:not(:disabled):not(.disabled).active,
.show > .nsam-btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.nsam-btn-danger:not(:disabled):not(.disabled):active:focus, .nsam-btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .nsam-btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.nsam-btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.nsam-btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.nsam-btn-light:focus, .nsam-btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.nsam-btn-light.disabled, .nsam-btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.nsam-btn-light:not(:disabled):not(.disabled):active, .nsam-btn-light:not(:disabled):not(.disabled).active,
.show > .nsam-btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.nsam-btn-light:not(:disabled):not(.disabled):active:focus, .nsam-btn-light:not(:disabled):not(.disabled).active:focus,
.show > .nsam-btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.nsam-btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.nsam-btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.nsam-btn-dark:focus, .nsam-btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.nsam-btn-dark.disabled, .nsam-btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.nsam-btn-dark:not(:disabled):not(.disabled):active, .nsam-btn-dark:not(:disabled):not(.disabled).active,
.show > .nsam-btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.nsam-btn-dark:not(:disabled):not(.disabled):active:focus, .nsam-btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .nsam-btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.nsam-btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.nsam-btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.nsam-btn-outline-primary:focus, .nsam-btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.nsam-btn-outline-primary.disabled, .nsam-btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.nsam-btn-outline-primary:not(:disabled):not(.disabled):active, .nsam-btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .nsam-btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.nsam-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .nsam-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .nsam-btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.nsam-btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.nsam-btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.nsam-btn-outline-secondary:focus, .nsam-btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.nsam-btn-outline-secondary.disabled, .nsam-btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.nsam-btn-outline-secondary:not(:disabled):not(.disabled):active, .nsam-btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .nsam-btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.nsam-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .nsam-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .nsam-btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.nsam-btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.nsam-btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.nsam-btn-outline-success:focus, .nsam-btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.nsam-btn-outline-success.disabled, .nsam-btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.nsam-btn-outline-success:not(:disabled):not(.disabled):active, .nsam-btn-outline-success:not(:disabled):not(.disabled).active,
.show > .nsam-btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.nsam-btn-outline-success:not(:disabled):not(.disabled):active:focus, .nsam-btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .nsam-btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.nsam-btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.nsam-btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.nsam-btn-outline-info:focus, .nsam-btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.nsam-btn-outline-info.disabled, .nsam-btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.nsam-btn-outline-info:not(:disabled):not(.disabled):active, .nsam-btn-outline-info:not(:disabled):not(.disabled).active,
.show > .nsam-btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.nsam-btn-outline-info:not(:disabled):not(.disabled):active:focus, .nsam-btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .nsam-btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.nsam-btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.nsam-btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.nsam-btn-outline-warning:focus, .nsam-btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.nsam-btn-outline-warning.disabled, .nsam-btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.nsam-btn-outline-warning:not(:disabled):not(.disabled):active, .nsam-btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .nsam-btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.nsam-btn-outline-warning:not(:disabled):not(.disabled):active:focus, .nsam-btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .nsam-btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.nsam-btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.nsam-btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.nsam-btn-outline-danger:focus, .nsam-btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.nsam-btn-outline-danger.disabled, .nsam-btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.nsam-btn-outline-danger:not(:disabled):not(.disabled):active, .nsam-btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .nsam-btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.nsam-btn-outline-danger:not(:disabled):not(.disabled):active:focus, .nsam-btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .nsam-btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.nsam-btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.nsam-btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.nsam-btn-outline-light:focus, .nsam-btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.nsam-btn-outline-light.disabled, .nsam-btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.nsam-btn-outline-light:not(:disabled):not(.disabled):active, .nsam-btn-outline-light:not(:disabled):not(.disabled).active,
.show > .nsam-btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.nsam-btn-outline-light:not(:disabled):not(.disabled):active:focus, .nsam-btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .nsam-btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.nsam-btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.nsam-btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.nsam-btn-outline-dark:focus, .nsam-btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.nsam-btn-outline-dark.disabled, .nsam-btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.nsam-btn-outline-dark:not(:disabled):not(.disabled):active, .nsam-btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .nsam-btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.nsam-btn-outline-dark:not(:disabled):not(.disabled):active:focus, .nsam-btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .nsam-btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.nsam-btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.nsam-btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.nsam-btn-link:focus, .nsam-btn-link.focus {
    text-decoration: underline;
}

.nsam-btn-link:disabled, .nsam-btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.nsam-btn-lg, .nsam-btn-group-lg > .nsam-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.nsam-btn-sm, .nsam-btn-group-sm > .nsam-btn {
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 0.2rem;
}
.nsam-btn-xs{
  padding: 9px 10px 7px;
  border-radius: 0;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0;
}

.nsam-btn-block {
    display: block;
    width: 100%;
}

.nsam-btn-block + .nsam-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].nsam-btn-block,
input[type="reset"].nsam-btn-block,
input[type="button"].nsam-btn-block {
    width: 100%;
}
.nsam-text-justify {
    text-align: justify !important;
}

.nsam-text-wrap {
    white-space: normal !important;
}

.nsam-text-nowrap {
    white-space: nowrap !important;
}

.nsam-text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nsam-text-left {
    text-align: left !important;
}

.nsam-text-right {
    text-align: right !important;
}

.nsam-text-center {
    text-align: center !important;
}
.nsam-text-lowercase {
    text-transform: lowercase !important;
}

.nsam-text-uppercase {
    text-transform: uppercase !important;
}

.nsam-text-capitalize {
    text-transform: capitalize !important;
}
.nsam-text-white {
    color: #fff !important;
}

.nsam-text-primary {
    color: #007bff !important;
}

a.nsam-text-primary:hover, a.nsam-text-primary:focus {
    color: #0056b3 !important;
}

.nsam-text-secondary {
    color: #6c757d !important;
}

a.nsam-text-secondary:hover, a.nsam-text-secondary:focus {
    color: #494f54 !important;
}

.nsam-text-success {
    color: #28a745 !important;
}

a.nsam-text-success:hover, a.nsam-text-success:focus {
    color: #19692c !important;
}

.nsam-text-info {
    color: #17a2b8 !important;
}

a.nsam-text-info:hover, a.nsam-text-info:focus {
    color: #0f6674 !important;
}

.nsam-text-warning {
    color: #ffc107 !important;
}

a.nsam-text-warning:hover, a.nsam-text-warning:focus {
    color: #ba8b00 !important;
}
.nsam-text-danger {
    color: #dc3545 !important;
}
a.nsam-text-danger:hover, a.nsam-text-danger:focus {
    color: #a71d2a !important;
}
.nsam-text-light {
    color: #f8f9fa !important;
}
a.nsam-text-light:hover, a.nsam-text-light:focus {
    color: #cbd3da !important;
}
.nsam-text-dark {
    color: #343a40 !important;
}
a.nsam-text-dark:hover, a.nsam-text-dark:focus {
    color: #121416 !important;
}
.nsam-text-body {
    color: #212529 !important;
}
.nsam-text-muted {
    color: #6c757d !important;
}
.nsam-text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.nsam-text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.nsam-text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.nsam-text-decoration-none {
    text-decoration: none !important;
}
.nsam-text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}
.nsam-text-reset {
    color: inherit !important;
}

.form-group {
  margin-bottom: 1rem;
}
.nsam-form-control, .wp-core-ui select.nsam-form-control, 
input[type=color].nsam-form-control, input[type=date].nsam-form-control, input[type=datetime-local].nsam-form-control, 
input[type=datetime].nsam-form-control, input[type=email].nsam-form-control, input[type=month].nsam-form-control, 
input[type=number].nsam-form-control, input[type=password].nsam-form-control, input[type=search].nsam-form-control, 
input[type=tel].nsam-form-control, input[type=text].nsam-form-control, input[type=time].nsam-form-control, 
input[type=url].nsam-form-control, input[type=week].nsam-form-control, select.nsam-form-control, textarea.nsam-form-control{
  display: block;
  max-width: 100%;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #797979 !important;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nsam-form-control {
      transition: none;
  }
}

.nsam-form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.nsam-form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.nsam-form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.nsam-form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.nsam-form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.nsam-form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.nsam-form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.nsam-form-control:disabled, .nsam-form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].nsam-form-control,
input[type="time"].nsam-form-control,
input[type="datetime-local"].nsam-form-control,
input[type="month"].nsam-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.nsam-form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.nsam-form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.nsam-form-control-file,
.nsam-form-control-range {
  display: block;
  width: 100%;
}

.nsam-col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.nsam-col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.nsam-col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.nsam-form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.nsam-form-control-plaintext.nsam-form-control-sm, .nsam-form-control-plaintext.nsam-form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.nsam-form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.nsam-form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.nsam-form-control[size], select.nsam-form-control[multiple] {
  height: auto;
}

textarea.nsam-form-control {
  height: 100px;
  padding: 10px 15px;
}
/* Custom CSS */

/* Ignore */
.memberDashboarSection{
  font-family: 'Lato', sans-serif;
  padding: 80px 120px;
}
/* Ignore */
.nifty-modal.modal-sm{
  max-width: 430px;
}
.nifty-modal .md-title h3{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.nifty-modal .modal-footer{
  padding: 22px 0 0;
}
.nifty-modal.modal-alert {
  max-width: 480px;
}
.successIcon {
  position: relative;
  padding: 16px 0 0;
}
.successIcon svg {
  width: 70px;
  height: 79px;
  display: inline-block;
}
.modal-alert h2 {
  font-size: 28px;
  line-height: 1;
  margin: 24px 0 10px;
}
.modal-alert p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 15px;
  padding: 0;
}
.modal-alert .modal-footer{
  padding-bottom: 20px;
}

.nsam-box {
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background-color: #fff;
    border: 1px solid #c3c4c7;
    border-radius: 0;
    position: relative;
    margin: 0 0 24px;
}
.nsam-box-header{
  position: relative;
  border-bottom: 1px solid #c3c4c7;
}
.nsam-box-header h3{
  font-weight: 700;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0;
  margin: 0;
}
.nsam-form-label{
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 5px;
}
.dashboardTtile{
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: 700;
}

.iconControl{
    position: relative;
}
.iconControl svg{
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 18px;
    height: 18px;
    stroke: #495057;
}
.iconControl .nsam-form-control{
    padding-right: 35px;
}
.timeControl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.timeControl .times{
  flex: 0 0  80px;
  margin: 0 0 0 5px;
}
.nsam-form-control.theMeetingStatus{
  float: right;
  width: 130px;
  height: 36px;
  font-size: 12px;
}


.nsam-table{
  border: none;
}
.nsam-table thead tr th{
  background: #AAA;
  padding: 9px 2px 9px 10px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  border: none;
}
.nsam-table thead th.sorting_asc,
.nsam-table thead th.sorting,
.nsam-table thead th.sorting_desc {
    cursor: pointer;
}
.nsam-table tbody tr td{
  border: none;
  padding: 7px 2px 7px 10px;
  font-size: 14px;
  color: inherit;
}
.nsam-table tbody tr td a.acbtn{
  display: inline-block;
  margin: 0 2px;
}
.nsam-table tbody tr td a.acbtn.disableBtn{
  opacity: .8;
  cursor: not-allowed;
}
.nsam-table-striped tbody tr:nth-of-type(odd){
  background: #FFF;
  color: #333;
}
.nsam-table-striped tbody tr:nth-of-type(even){
  background: #d7d7d7;
  color: #555;
}
.nsam-table tbody tr td a.acbtn svg{
  width: 16px;
  height: 16px;
  stroke-width: 2px;
}
.nsam-table tbody tr td.meeting_link a{
  color: inherit;
  text-decoration: none;
}
.nsam-table tbody tr td.meeting_link a:hover{
  color: #17a2b8;
  text-decoration: none;
}
.dataTables_wrapper .dataTables_length label{
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
}
.dataTables_filter label{
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
}
.dataTables_wrapper .dataTables_filter input, 
.dataTables_wrapper .dataTables_length label select{
  display: inline-block;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
  border: 1px solid #797979;
  background-color: #fff;
  color: #2c3338;
  max-width: 170px;
  height: 30px;
  padding: 0 10px;
}
.dataTables_wrapper .dataTables_length label select{
  margin: 0 7px;
}
.dataTables_wrapper .dataTables_filter input:focus{
  outline: 0;
}
.dataTables_wrapper .dataTables_info{
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.dataTables_wrapper .dataTables_paginate{
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;

  font-size: 14px;
  color: #333;
  line-height: 30px;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
  background: transparent;
  padding: 0;
  margin: 0 6px 0;
  font-size: 14px;
  line-height: 30px;
  color: #333 !important;
  text-decoration: underline !important;
  min-width: 1px;
  border-radius: 0;
  border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous{
  margin-right: 15px;
  margin-left: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next{
  margin-left: 15px;
  margin-right: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background: transparent;
  border: none;
  text-decoration: none !important;
  box-shadow: none;
  color: #333 !important;
}
.nsam-form-control.input-error{
  border-color: #dc3545;
}
.nsam-text-underline{
  text-decoration: underline !important;
}
#addDiscussionForm textarea.nsam-form-control,
#addDiscussionReplyForm textarea.nsam-form-control{
  height: 220px;
  resize: none;
}
.discussionAccordionWrap{
  position: relative;
}
.discussionItem{
  position: relative;
  border: 1px solid #797979;
  margin: 0 0 5px;
}
.discussion_header{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0;
  border-bottom: 1px solid transparent;
}
.activeItem .discussion_header{
  border-bottom-color: #797979;
}
.discussion_header button{
  background: transparent;
  padding: 6px 0 6px 10px;
  margin: 0;
  border: none;
  border-radius: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  font-weight: 400;
  display: inline-flex;
  text-decoration: none;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 0;
  font-family: 'Lato', sans-serif;

  cursor: pointer;
}
.discussion_header button:hover, .discussion_header button:focus{
  text-decoration: none;
  color: #333333;
}
.discussion_header button svg{
  height: 17px;
  width: auto;
  stroke-width: 3px;
  stroke: #000;
  margin: 0 4px 0 -5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);

  -webkit-transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  transition: all ease 350ms;
}
.activeItem .discussion_header button svg {
  margin-left:-2px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.discussion_header span{
  margin-left: auto;
  display: inline-flex;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 10px 0 0;
  padding: 6px 0;
  font-family: 'Lato', sans-serif;
}
.discussion_body{
  position: relative;
  display: none;
}
.discussion_content{
  padding: 10px;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
}
.discussion_footer{
  position: relative;
  border-top: 1px solid #797979;;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 10px 14px;
}
.discussion_footer .deletePost{
  border: none;
  padding: 0;
  text-decoration: underline;
  margin-left: 10px;
}
.discussion_footer .deletePost:hover{
  text-decoration: none;
  background: transparent;
  color: #212529;
}
.createdBy{
  position: relative;
  font-family: 'Lato', sans-serif;
  margin: 15px 0 10px;
  padding: 0 0 0 33px;
}
.createdBy svg{
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  stroke: #333;
}
.createdBy h4{
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
.createdBy h5{
  font-size: 12px;
  margin: 0;
  line-height: 1;
  color: #6c757d;
}
.replies{
  position: relative;
  padding: 10px 0 0;
}
.singleReply {
  position: relative;
  padding: 10px 15px 10px;
  margin: 0 0 6px;
  border: thin solid #ddd;
}
.singleReplyHeader{
  position: relative;
}
.singleReplyHeader h4{
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #333;
}
.singleReplyHeader h4 span{
  font-size: 12px;
  margin: 0 0 0 5px;
  color: #6c757d;
}
.replyContent {
  position: relative;
}
.singleReply .deleteReply{
  border: none;
  padding: 0;
  text-decoration: underline;
  position: absolute;
  top: 2px;
  right: 0;
}
.singleReply .deleteReply:hover{
  text-decoration: none;
  background: transparent;
  color: #212529;
}
.nsam-form-control.nsam-form-control-sm{
  height: 30px !important;
  font-size: 14px !important;
  padding: 0 10px !important;
}
.nsam-table.nsam-table-bordered{
    border: 1px solid #797979;
}
.nsam-table.nsam-table-bordered thead tr th{
  background: #7f7f7f;
}
.nsam-table.nsam-table-bordered thead tr th,
.nsam-table.nsam-table-bordered tbody tr td{
  border: 1px solid #797979;
  padding-right: 10px;
}
.nsam-table.nsam-table-middle tbody tr td{
  vertical-align: middle;
}
#nsamSchedulePromisesTable tr th:first-child,
#nsamSchedulePromisesTable tr td:first-child{
  width: 160px;
  padding-right: 10px;
}
#nsamSchedulePromisesTable tr th:last-child,
#nsamSchedulePromisesTable tr td:last-child{
  width: 100px;
  padding-right: 10px;
}
.nsam-form-control-group{
    position: relative;
    margin: 0 0 8px;
}
.nsam-form-control-group:last-of-type{
  margin-bottom: 0;
}
.nsam-form-control-group .nsam-btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    border-radius: 0;
}
.nsamTableWrapper{
  position: relative;
}
.dataLoader{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  pointer-events: none;
}
.dataLoader.active{
  opacity: 1;
  visibility: visible;
  z-index: 9;
  pointer-events: initial;
}
.dataLoader svg{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  stroke: #FFF;
  stroke-width: 1.5px;
  width: 25px;
  height: 25px;
  animation: rotation 1s infinite linear;
}

@keyframes rotation {
  from {
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

td.promiseDetailsColumn table{
  margin: 0;
  border: none;
}
td.promiseDetailsColumn table tbody tr:nth-child(even){
  background: transparent;
}
.nsam-table td.promiseDetailsColumn table tbody tr td{
  border: none;
  padding: 0;
}
#memberPromiseTable.nsam-table thead tr th.memberKeptCol,
#memberPromiseTable.nsam-table thead tr th.memberUnkeptCol,
#memberPromiseTable.nsam-table tbody tr td.memberKeptCol,
#memberPromiseTable.nsam-table tbody tr td.memberUnkeptCol{
  width: 75px;
}
#memberPromiseTable.nsam-table tbody tr td.memberKeptCol,
#memberPromiseTable.nsam-table tbody tr td.memberUnkeptCol,
#memberPromiseTable.nsam-table tbody tr td.memberPromiseCol{
  border-bottom: none;
  border-top: none;
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
#memberPromiseTable.nsam-table tbody tr.evenRow td.memberKeptCol,
#memberPromiseTable.nsam-table tbody tr.evenRow td.memberUnkeptCol,
#memberPromiseTable.nsam-table tbody tr.evenRow td.memberPromiseCol{
  background: transparent;
}
#memberPromiseTable.nsam-table tbody tr.promiseSubRow{
  /* background: transparent !important; */
}
#memberPromiseTable.nsam-table tbody tr.multiplePromiseRow td.memberPromiseCol,
#memberPromiseTable.nsam-table tbody tr.multiplePromiseRow td.memberKeptCol,
#memberPromiseTable.nsam-table tbody tr.multiplePromiseRow td.memberUnkeptCol{
  padding-top: 7px;
}
#memberPromiseTable.nsam-table tbody tr.singlePromiseRow td.memberPromiseCol,
#memberPromiseTable.nsam-table tbody tr.singlePromiseRow td.memberKeptCol,
#memberPromiseTable.nsam-table tbody tr.singlePromiseRow td.memberUnkeptCol{
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #797979;
}
#memberPromiseTable.nsam-table tbody tr.promiseSubRow.lastPromiseRow td.memberPromiseCol,
#memberPromiseTable.nsam-table tbody tr.promiseSubRow.lastPromiseRow td.memberKeptCol,
#memberPromiseTable.nsam-table tbody tr.promiseSubRow.lastPromiseRow td.memberUnkeptCol{
  padding-bottom: 7px;
  border-bottom: 1px solid #797979;
}
.nsam-table.nsam-table-bordered tbody tr.promiseSubRow td{
  border-bottom: none;
  border-top: none;
}
#memberPromiseTable.nsam-table thead tr th.memberCommentCol,
#memberPromiseTable.nsam-table tbody tr td.memberCommentCol{
  width: 250px;
}
#memberPromiseTable.nsam-table tbody tr td.memberCommentCol textarea{
  height: 63px;
  padding: 5px;
  resize: none;
  background: #FFF
} 
#memberPromiseTable.nsam-table-striped tbody tr.evenRow{
  background: #f2f2f2;
}
#memberPromiseTable.nsam-table-striped tbody tr:not(.evenRow){
  background: transparent;
}
#memberPromiseTable.nsam-table tbody tr td input[type="checkbox"]:disabled{
  background: #ddd;
  cursor: not-allowed;
}
#nsamDocumentsDataTable.nsam-table thead tr th:last-child,
#nsamDocumentsDataTable.nsam-table tbody tr td:last-child{
  width: 130px
}


#nsamDocumentsDataTable tbody tr td a.theFolderName{
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #333;
  position: relative;
}
#nsamDocumentsDataTable tbody tr td a.theFolderName svg{
  width: 16px;
  height: 16px;
  margin-right: 10px;

  -webkit-transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  transition: all ease 350ms;
}
#nsamDocumentsDataTable tbody tr.openedFolder td a.theFolderName svg.closed{
  opacity: 0;
  visibility: hidden;
}
#nsamDocumentsDataTable tbody tr td a.theFolderName svg.opened{
  margin: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
#nsamDocumentsDataTable tbody tr.openedFolder td a.theFolderName svg.opened{
  opacity: 1;
  visibility: visible;
}
.fileUploadWrap{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.fileUploadWrap input[type="file"]{
  opacity: 0;
  visibility: hidden;
  width: 0px;
  height: 0px;
  position: absolute;
  left: 0;
  top: 0;
}
.fileUploadWrap label.nsam-btn {
  margin: 0 0 0 15px;
  height: 40px;
  width: 100px;
  padding: 0;
}
#nsamDocumentsDataTable tbody tr td .theFileName{
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #333;
  position: relative;
  padding: 0 0 0 23px;
  margin: 0;
}
#nsamDocumentsDataTable tbody tr.parentFileRow td .theFileName{
  padding: 0;
}
#nsamDocumentsDataTable tbody tr td .theFileName svg{
  width: 16px;
  height: 16px;
  margin-right: 10px;

  -webkit-transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  transition: all ease 350ms;
}
#nsamDocumentsDataTable{
  overflow: visible;
}
#nsamDocumentsDataTable tbody tr td .fileTooltips{
  position: absolute;
  left: 23px;
  top: calc(100% + 8px);
  width: 280px;
  background: #FFF;
  padding: 10px 15px 12px;
  z-index: -9;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 35px rgba(0, 0, 0, .2);
  border: 0px solid #ddd;
  border-radius: 4px;
}
#nsamDocumentsDataTable tbody tr td .fileTooltips::before{
  content: '';
  width: 15px;
  height: 10px;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #FFF transparent;
  transform: rotate(0deg);
  position: absolute;
  left: 19px;
  top: -10px;
}
#nsamDocumentsDataTable tbody tr td .theFileName:hover .fileTooltips{
  z-index: 9;
  opacity: 1;
  visibility: visible;
}
#nsamDocumentsDataTable tbody tr td .fileTooltips .fileInfosName{
  display: block;
  font-weight: 600;
  margin: 0 0 5px;
}
#nsamDocumentsDataTable tbody tr td .fileTooltips .fileInfosSummary{
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 22px;
}
.kpiRow{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  margin: 0 0 5px;
}
.kpiRow .kpiLabel{
  font-weight: 600;
  margin-right: 10px;
}
.kpiRow .kpiValue{
  font-weight: 400;
}

#nsamKpiDataTable.nsam-table thead tr th,
#nsamKpiDataTable.nsam-table tbody tr td{
  padding-right: 10px;
}
#nsamKpiDataTable.nsam-table thead tr th:last-child,
#nsamKpiDataTable.nsam-table tbody tr td:last-child{
  width: 130px;
}
#nsamKpiDataTable.nsam-table tbody tr td input[type="number"]{
  height: 25px;
  width: 100%;
  border-color: #797979;
  font-size: 14px;
  color: #333;
  text-align: right;
  padding: 0 10px;
}
#nsamKpiDataTable.nsam-table tbody tr td input[type="number"]:focus{
  outline: 0;
  box-shadow: none;
}
#nsamKpiDataTable input::-webkit-outer-spin-button,
#nsamKpiDataTable input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#nsamKpiDataTable input[type=number] {
  -moz-appearance: textfield;
}
#nsamKpiDataTable.nsam-table thead tr th:nth-last-child(2),
#nsamKpiDataTable.nsam-table tbody tr td:nth-last-child(2){
  width: 130px;
}
#nsamKpiDataTable.nsam-table tbody tr td:nth-last-child(2){
  font-size: 14px;
  color: #333;
  line-height: 25px;
}
.nsam-form-control.myKpiPeriods{
  height: 30px;
  margin-right: 10px;
  font-size: 14px;
  padding: 0 10px;
  max-width: 250px;
}
.nsamKpiHeaderRight{
  width: 70%;
}

.nsamMastermingRegForm_wrapper .gform_required_legend{
  font-size: 13px;
  line-height: normal;
  color: #333;
  font-style: italic;
  margin: 0 0 19px !important;
}
h3.formHeadings{
  text-transform: capitalize;
  border-top: 1px solid #797979;
  line-height: normal;
  padding: 10px 0 0;
}
.gform_wrapper.gravity-theme .nsamMastermingRegForm .gfield_label{
  font-size: 14px;
  line-height: normal;
  color: #333;
  margin: 0 0 3px;
  font-weight: normal;
}
.gform_wrapper.gravity-theme .nsamMastermingRegForm .gform_fields{
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.gform_wrapper.gravity-theme .nsamMastermingRegForm .gfield_password_strength {
  background-color: #eee;
  border: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
  margin-top: 20px;
  padding: 2px 5px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.gform_wrapper.gravity-theme .nsamMastermingRegForm .gfield_password_strength.mismatch, 
.gform_wrapper.gravity-theme .nsamMastermingRegForm .gfield_password_strength.short, 
.gform_wrapper.gravity-theme .nsamMastermingRegForm .gfield_password_strength.bad{
  color: #FFF;
}
.gform_wrapper.gravity-theme .nsamMastermingRegForm .gfield_password_strength.good, 
.gform_wrapper.gravity-theme .nsamMastermingRegForm .gfield_password_strength.strong{
  color: #000;
}
.gform_wrapper form.nsamMastermingRegForm input[type="submit"] {
  background: #046cb1 !important;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: none;
  font-size: 14px;
  letter-spacing: 1px;
  height: 50px;
  padding: 0 30px;
  margin: 10px 0 20px 0;
}
.gform_wrapper form.nsamMastermingRegForm input[type="submit"]:hover {
  background: #eb772e !important;
  color: #FFF!important;
  transition: all 0.3s;
}

#nsam_login_form{
  position: relative;
}
#nsam_login_form p{
  margin: 0 0 20px;
}
#nsam_login_form p label{
  font-size: 14px;
  line-height: normal;
  color: #333;
  margin: 0 0 3px;
  font-weight: normal;
  display: block;
}
#nsam_login_form p input[type="text"],
#nsam_login_form p input[type="email"],
#nsam_login_form p input[type="password"]{
  display: block;
  width: 100%;
  font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
}
#nsam_login_form p.login-submit input[type="submit"]{
  background: #046cb1 !important;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 600;
  border-radius: 0;
  border: none;
  font-size: 14px;
  letter-spacing: 1px;
  height: 50px;
  padding: 0 30px;
  margin: 10px 0 20px 0;
  cursor: pointer;
}
#nsam_login_form p.login-submit input[type="submit"]:hover {
  background: #eb772e !important;
  color: #FFF!important;
  transition: all 0.3s;
}
.nsamMastermingRegForm_wrapper.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
  font-size: 16px !important;
  font-weight: 700;
}
.nsamMastermingRegForm_wrapper.gform_wrapper.gravity-theme .gform_validation_errors>ol {
    list-style-position: outside;
}
.nsamMastermingRegForm_wrapper.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
  align-items: flex-start;
  padding-top: 16px;
}
.nsam-form-control-group .nsam-btn.removePromiseInput {
  padding: 6px;
}

.messageToggleBtn{
  height: 36px;
  width: 36px;
  display: inline-flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  position: relative;
}
.messageToggleBtn svg{
  width: auto;
  height: 20px;
}
.messageToggleBtn > span{
  position: absolute;
  left: -7px;
  top: -7px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f00;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 3px 0;
  letter-spacing: 0;
  box-shadow: none;
  border: none;
}
#discussionType.nsam-form-control{
  max-width: 155px;
  padding: 0 10px;
  height: 30px;
  font-size: 14px;
  margin-right: 5px;
}
.m-w-half{
  min-width: 50%;
}
.w-150px{
  width: 150px;
}