html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* COLOR DEFINITIONS */
/* SETTINGS */
/* BREAKPOINTS */
/* BORDER RADIUS */
/* FONT SIZES DESKTOP LARGE */
/* FONT SIZES TABLET */
/* FONT SIZES PHONE */
a, p, strong, li, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, label, input, select, textarea, button, td, th {
  font-family: interstate, sans-serif;
  color: #72584A;
}
a.white, p.white, strong.white, li.white, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, .h1.white, .h2.white, .h3.white, .h4.white, .h5.white, label.white, input.white, select.white, textarea.white, button.white, td.white, th.white {
  color: #fff;
}

p {
  padding-bottom: 20px;
}
p em {
  font-style: italic;
}

.cta {
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  font-size: 1.125rem;
  line-height: 1.125rem;
  display: inline-block;
}
.cta.align-right {
  text-align: right;
}
.cta::before {
  content: "";
  background-image: url("../../files/mose-schule/theme/img/arrow--right--brown.svg");
  width: 16px;
  height: 11px;
  position: absolute;
  top: 4px;
  left: 0;
}
.cta:hover::before {
  background-image: url("../../files/mose-schule/theme/img/arrow--right--green.svg");
}

h1, .h1 {
  font-size: 3.25rem;
  line-height: 3.5rem;
  font-weight: 500;
  padding-bottom: 40px;
  color: #72584A;
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 500;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 500;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 500;
  }
}

h2, .h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #72584A;
  padding-bottom: 15px;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  h2, .h2 {
    font-size: 2.25rem;
    line-height: 3rem;
    font-weight: 500;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2, .h2 {
    font-size: 2.25rem;
    line-height: 3rem;
    font-weight: 500;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 500;
  }
}

h3, .h3 {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 500;
  padding-bottom: 20px;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  h3, .h3 {
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: 500;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h3, .h3 {
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: 500;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 500;
  }
}

h4, .h4 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 400;
  -ms-hyphens: auto;
      hyphens: auto;
  padding-bottom: 10px;
}

h5, .h5 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 500;
  -ms-hyphens: auto;
      hyphens: auto;
  padding-bottom: 20px;
}

p, li, input, label, select, textarea, button {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
@media (min-width: 320px) and (max-width: 767px) {
  p, li, input, label, select, textarea, button {
    font-size: 1.125rem;
    line-height: 2rem;
    font-weight: 400;
  }
}

a {
  text-decoration: none;
}
a:hover {
  color: #9DC03A;
}

.ce_text p strong, .content-text p strong {
  font-weight: 500;
}
.ce_text a:hover, .content-text a:hover {
  color: #9DC03A;
}
.ce_text ul li, .content-text ul li {
  margin-left: 40px;
  padding-bottom: 20px;
  position: relative;
}
.ce_text ul li strong, .content-text ul li strong {
  font-weight: 600;
}
.ce_text ul li::before, .content-text ul li::before {
  content: "";
  background-image: url("../../files/mose-schule/theme/img/icon--list--brown-dark.svg");
  width: 16px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: -40px;
}

a.button, strong.button {
  padding: 10px 25px !important;
  border-radius: 40px;
  display: inline-block;
}
a.button.green--dark, strong.button.green--dark {
  background-color: #1F641D;
  color: #9DC03A;
}
a.button.green--dark:hover, strong.button.green--dark:hover {
  background-color: #BFD175;
  color: #1F641D;
}
a.button.brown--dark, strong.button.brown--dark {
  background-color: #72584A;
  color: #fff;
}
a.button.brown--dark:hover, strong.button.brown--dark:hover {
  background-color: #9DC03A;
}
a.button.kontakt, strong.button.kontakt {
  position: relative;
  padding-right: 50px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  a.button.kontakt, strong.button.kontakt {
    margin-top: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  a.button.kontakt, strong.button.kontakt {
    margin-top: 25px;
  }
}
a.button.kontakt::after, strong.button.kontakt::after {
  content: "";
  position: absolute;
  top: 9px;
  background: url("../../files/mose-schule/theme/img/kontakt--icon--white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 18px;
  height: 18px;
  margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  a.button.kontakt::after, strong.button.kontakt::after {
    top: 12px;
  }
}
a.button.kontakt.active, strong.button.kontakt.active {
  background-color: #9DC03A;
  color: #fff !important;
}

.category {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 60px;
}

table td, table th {
  padding: 10px 15px;
}
table th {
  font-weight: 600;
}

/* generate grid classes */
.col-1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
}

.col-span-1 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

.row-1 {
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.row-span-1 {
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

.col-2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
}

.col-span-2 {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

.row-2 {
  -ms-grid-row: 2;
  grid-row-start: 2;
}

.row-span-2 {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

.col-3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
}

.col-span-3 {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

.row-3 {
  -ms-grid-row: 3;
  grid-row-start: 3;
}

.row-span-3 {
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
}

.col-4 {
  -ms-grid-column: 4;
  grid-column-start: 4;
}

.col-span-4 {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

.row-4 {
  -ms-grid-row: 4;
  grid-row-start: 4;
}

.row-span-4 {
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
}

.col-5 {
  -ms-grid-column: 5;
  grid-column-start: 5;
}

.col-span-5 {
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

.row-5 {
  -ms-grid-row: 5;
  grid-row-start: 5;
}

.row-span-5 {
  -ms-grid-row-span: 5;
  grid-row-end: span 5;
}

.col-6 {
  -ms-grid-column: 6;
  grid-column-start: 6;
}

.col-span-6 {
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

.row-6 {
  -ms-grid-row: 6;
  grid-row-start: 6;
}

.row-span-6 {
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
}

.col-7 {
  -ms-grid-column: 7;
  grid-column-start: 7;
}

.col-span-7 {
  -ms-grid-column-span: 7;
  grid-column-end: span 7;
}

.row-7 {
  -ms-grid-row: 7;
  grid-row-start: 7;
}

.row-span-7 {
  -ms-grid-row-span: 7;
  grid-row-end: span 7;
}

.col-8 {
  -ms-grid-column: 8;
  grid-column-start: 8;
}

.col-span-8 {
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
}

.row-8 {
  -ms-grid-row: 8;
  grid-row-start: 8;
}

.row-span-8 {
  -ms-grid-row-span: 8;
  grid-row-end: span 8;
}

.col-9 {
  -ms-grid-column: 9;
  grid-column-start: 9;
}

.col-span-9 {
  -ms-grid-column-span: 9;
  grid-column-end: span 9;
}

.row-9 {
  -ms-grid-row: 9;
  grid-row-start: 9;
}

.row-span-9 {
  -ms-grid-row-span: 9;
  grid-row-end: span 9;
}

.col-10 {
  -ms-grid-column: 10;
  grid-column-start: 10;
}

.col-span-10 {
  -ms-grid-column-span: 10;
  grid-column-end: span 10;
}

.row-10 {
  -ms-grid-row: 10;
  grid-row-start: 10;
}

.row-span-10 {
  -ms-grid-row-span: 10;
  grid-row-end: span 10;
}

.col-11 {
  -ms-grid-column: 11;
  grid-column-start: 11;
}

.col-span-11 {
  -ms-grid-column-span: 11;
  grid-column-end: span 11;
}

.row-11 {
  -ms-grid-row: 11;
  grid-row-start: 11;
}

.row-span-11 {
  -ms-grid-row-span: 11;
  grid-row-end: span 11;
}

.col-12 {
  -ms-grid-column: 12;
  grid-column-start: 12;
}

.col-span-12 {
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

.row-12 {
  -ms-grid-row: 12;
  grid-row-start: 12;
}

.row-span-12 {
  -ms-grid-row-span: 12;
  grid-row-end: span 12;
}

.col-13 {
  -ms-grid-column: 13;
  grid-column-start: 13;
}

.col-span-13 {
  -ms-grid-column-span: 13;
  grid-column-end: span 13;
}

.row-13 {
  -ms-grid-row: 13;
  grid-row-start: 13;
}

.row-span-13 {
  -ms-grid-row-span: 13;
  grid-row-end: span 13;
}

.col-14 {
  -ms-grid-column: 14;
  grid-column-start: 14;
}

.col-span-14 {
  -ms-grid-column-span: 14;
  grid-column-end: span 14;
}

.row-14 {
  -ms-grid-row: 14;
  grid-row-start: 14;
}

.row-span-14 {
  -ms-grid-row-span: 14;
  grid-row-end: span 14;
}

.col-15 {
  -ms-grid-column: 15;
  grid-column-start: 15;
}

.col-span-15 {
  -ms-grid-column-span: 15;
  grid-column-end: span 15;
}

.row-15 {
  -ms-grid-row: 15;
  grid-row-start: 15;
}

.row-span-15 {
  -ms-grid-row-span: 15;
  grid-row-end: span 15;
}

.col-16 {
  -ms-grid-column: 16;
  grid-column-start: 16;
}

.col-span-16 {
  -ms-grid-column-span: 16;
  grid-column-end: span 16;
}

.row-16 {
  -ms-grid-row: 16;
  grid-row-start: 16;
}

.row-span-16 {
  -ms-grid-row-span: 16;
  grid-row-end: span 16;
}

.justify-self-start {
  -ms-grid-column-align: start;
      justify-self: start;
}

.justify-self-end {
  -ms-grid-column-align: end;
      justify-self: end;
}

.justify-self-center {
  -ms-grid-column-align: center;
      justify-self: center;
}

.justify-self-stretch {
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

.align-self-start {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.align-self-end {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-stretch {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  .col-xl-span-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .row-xl-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .row-xl-span-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  .col-xl-2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  .col-xl-span-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .row-xl-2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  .row-xl-span-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
  .col-xl-3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  .col-xl-span-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .row-xl-3 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  .row-xl-span-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }
  .col-xl-4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
  }
  .col-xl-span-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .row-xl-4 {
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
  .row-xl-span-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }
  .col-xl-5 {
    -ms-grid-column: 5;
    grid-column-start: 5;
  }
  .col-xl-span-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .row-xl-5 {
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
  .row-xl-span-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }
  .col-xl-6 {
    -ms-grid-column: 6;
    grid-column-start: 6;
  }
  .col-xl-span-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .row-xl-6 {
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
  .row-xl-span-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }
  .col-xl-7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
  }
  .col-xl-span-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .row-xl-7 {
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  .row-xl-span-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }
  .col-xl-8 {
    -ms-grid-column: 8;
    grid-column-start: 8;
  }
  .col-xl-span-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .row-xl-8 {
    -ms-grid-row: 8;
    grid-row-start: 8;
  }
  .row-xl-span-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }
  .col-xl-9 {
    -ms-grid-column: 9;
    grid-column-start: 9;
  }
  .col-xl-span-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .row-xl-9 {
    -ms-grid-row: 9;
    grid-row-start: 9;
  }
  .row-xl-span-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }
  .col-xl-10 {
    -ms-grid-column: 10;
    grid-column-start: 10;
  }
  .col-xl-span-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .row-xl-10 {
    -ms-grid-row: 10;
    grid-row-start: 10;
  }
  .row-xl-span-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }
  .col-xl-11 {
    -ms-grid-column: 11;
    grid-column-start: 11;
  }
  .col-xl-span-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .row-xl-11 {
    -ms-grid-row: 11;
    grid-row-start: 11;
  }
  .row-xl-span-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }
  .col-xl-12 {
    -ms-grid-column: 12;
    grid-column-start: 12;
  }
  .col-xl-span-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
  .row-xl-12 {
    -ms-grid-row: 12;
    grid-row-start: 12;
  }
  .row-xl-span-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }
  .col-xl-13 {
    -ms-grid-column: 13;
    grid-column-start: 13;
  }
  .col-xl-span-13 {
    -ms-grid-column-span: 13;
    grid-column-end: span 13;
  }
  .row-xl-13 {
    -ms-grid-row: 13;
    grid-row-start: 13;
  }
  .row-xl-span-13 {
    -ms-grid-row-span: 13;
    grid-row-end: span 13;
  }
  .col-xl-14 {
    -ms-grid-column: 14;
    grid-column-start: 14;
  }
  .col-xl-span-14 {
    -ms-grid-column-span: 14;
    grid-column-end: span 14;
  }
  .row-xl-14 {
    -ms-grid-row: 14;
    grid-row-start: 14;
  }
  .row-xl-span-14 {
    -ms-grid-row-span: 14;
    grid-row-end: span 14;
  }
  .col-xl-15 {
    -ms-grid-column: 15;
    grid-column-start: 15;
  }
  .col-xl-span-15 {
    -ms-grid-column-span: 15;
    grid-column-end: span 15;
  }
  .row-xl-15 {
    -ms-grid-row: 15;
    grid-row-start: 15;
  }
  .row-xl-span-15 {
    -ms-grid-row-span: 15;
    grid-row-end: span 15;
  }
  .col-xl-16 {
    -ms-grid-column: 16;
    grid-column-start: 16;
  }
  .col-xl-span-16 {
    -ms-grid-column-span: 16;
    grid-column-end: span 16;
  }
  .row-xl-16 {
    -ms-grid-row: 16;
    grid-row-start: 16;
  }
  .row-xl-span-16 {
    -ms-grid-row-span: 16;
    grid-row-end: span 16;
  }
  .justify-self-xl-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .justify-self-xl-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .justify-self-xl-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .justify-self-xl-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-xl-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .align-items-xl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-xl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-xl-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .mt-xl-0-imp {
    margin-top: 0px !important;
  }
  .mb-xl-0-imp {
    margin-bottom: 0px !important;
  }
  .pt-xl-0-imp {
    padding-top: 0px !important;
  }
  .pb-xl-0-imp {
    padding-bottom: 0px !important;
  }
  .mt-xl-1-imp {
    margin-top: 1px !important;
  }
  .mb-xl-1-imp {
    margin-bottom: 1px !important;
  }
  .pt-xl-1-imp {
    padding-top: 1px !important;
  }
  .pb-xl-1-imp {
    padding-bottom: 1px !important;
  }
  .mt-xl-2-imp {
    margin-top: 2px !important;
  }
  .mb-xl-2-imp {
    margin-bottom: 2px !important;
  }
  .pt-xl-2-imp {
    padding-top: 2px !important;
  }
  .pb-xl-2-imp {
    padding-bottom: 2px !important;
  }
  .mt-xl-3-imp {
    margin-top: 3px !important;
  }
  .mb-xl-3-imp {
    margin-bottom: 3px !important;
  }
  .pt-xl-3-imp {
    padding-top: 3px !important;
  }
  .pb-xl-3-imp {
    padding-bottom: 3px !important;
  }
  .mt-xl-4-imp {
    margin-top: 4px !important;
  }
  .mb-xl-4-imp {
    margin-bottom: 4px !important;
  }
  .pt-xl-4-imp {
    padding-top: 4px !important;
  }
  .pb-xl-4-imp {
    padding-bottom: 4px !important;
  }
  .mt-xl-5-imp {
    margin-top: 5px !important;
  }
  .mb-xl-5-imp {
    margin-bottom: 5px !important;
  }
  .pt-xl-5-imp {
    padding-top: 5px !important;
  }
  .pb-xl-5-imp {
    padding-bottom: 5px !important;
  }
  .mt-xl-6-imp {
    margin-top: 6px !important;
  }
  .mb-xl-6-imp {
    margin-bottom: 6px !important;
  }
  .pt-xl-6-imp {
    padding-top: 6px !important;
  }
  .pb-xl-6-imp {
    padding-bottom: 6px !important;
  }
  .mt-xl-7-imp {
    margin-top: 7px !important;
  }
  .mb-xl-7-imp {
    margin-bottom: 7px !important;
  }
  .pt-xl-7-imp {
    padding-top: 7px !important;
  }
  .pb-xl-7-imp {
    padding-bottom: 7px !important;
  }
  .mt-xl-8-imp {
    margin-top: 8px !important;
  }
  .mb-xl-8-imp {
    margin-bottom: 8px !important;
  }
  .pt-xl-8-imp {
    padding-top: 8px !important;
  }
  .pb-xl-8-imp {
    padding-bottom: 8px !important;
  }
  .mt-xl-9-imp {
    margin-top: 9px !important;
  }
  .mb-xl-9-imp {
    margin-bottom: 9px !important;
  }
  .pt-xl-9-imp {
    padding-top: 9px !important;
  }
  .pb-xl-9-imp {
    padding-bottom: 9px !important;
  }
  .mt-xl-10-imp {
    margin-top: 10px !important;
  }
  .mb-xl-10-imp {
    margin-bottom: 10px !important;
  }
  .pt-xl-10-imp {
    padding-top: 10px !important;
  }
  .pb-xl-10-imp {
    padding-bottom: 10px !important;
  }
  .mt-xl-11-imp {
    margin-top: 11px !important;
  }
  .mb-xl-11-imp {
    margin-bottom: 11px !important;
  }
  .pt-xl-11-imp {
    padding-top: 11px !important;
  }
  .pb-xl-11-imp {
    padding-bottom: 11px !important;
  }
  .mt-xl-12-imp {
    margin-top: 12px !important;
  }
  .mb-xl-12-imp {
    margin-bottom: 12px !important;
  }
  .pt-xl-12-imp {
    padding-top: 12px !important;
  }
  .pb-xl-12-imp {
    padding-bottom: 12px !important;
  }
  .mt-xl-13-imp {
    margin-top: 13px !important;
  }
  .mb-xl-13-imp {
    margin-bottom: 13px !important;
  }
  .pt-xl-13-imp {
    padding-top: 13px !important;
  }
  .pb-xl-13-imp {
    padding-bottom: 13px !important;
  }
  .mt-xl-14-imp {
    margin-top: 14px !important;
  }
  .mb-xl-14-imp {
    margin-bottom: 14px !important;
  }
  .pt-xl-14-imp {
    padding-top: 14px !important;
  }
  .pb-xl-14-imp {
    padding-bottom: 14px !important;
  }
  .mt-xl-15-imp {
    margin-top: 15px !important;
  }
  .mb-xl-15-imp {
    margin-bottom: 15px !important;
  }
  .pt-xl-15-imp {
    padding-top: 15px !important;
  }
  .pb-xl-15-imp {
    padding-bottom: 15px !important;
  }
  .mt-xl-16-imp {
    margin-top: 16px !important;
  }
  .mb-xl-16-imp {
    margin-bottom: 16px !important;
  }
  .pt-xl-16-imp {
    padding-top: 16px !important;
  }
  .pb-xl-16-imp {
    padding-bottom: 16px !important;
  }
  .mt-xl-17-imp {
    margin-top: 17px !important;
  }
  .mb-xl-17-imp {
    margin-bottom: 17px !important;
  }
  .pt-xl-17-imp {
    padding-top: 17px !important;
  }
  .pb-xl-17-imp {
    padding-bottom: 17px !important;
  }
  .mt-xl-18-imp {
    margin-top: 18px !important;
  }
  .mb-xl-18-imp {
    margin-bottom: 18px !important;
  }
  .pt-xl-18-imp {
    padding-top: 18px !important;
  }
  .pb-xl-18-imp {
    padding-bottom: 18px !important;
  }
  .mt-xl-19-imp {
    margin-top: 19px !important;
  }
  .mb-xl-19-imp {
    margin-bottom: 19px !important;
  }
  .pt-xl-19-imp {
    padding-top: 19px !important;
  }
  .pb-xl-19-imp {
    padding-bottom: 19px !important;
  }
  .mt-xl-20-imp {
    margin-top: 20px !important;
  }
  .mb-xl-20-imp {
    margin-bottom: 20px !important;
  }
  .pt-xl-20-imp {
    padding-top: 20px !important;
  }
  .pb-xl-20-imp {
    padding-bottom: 20px !important;
  }
  .mt-xl-21-imp {
    margin-top: 21px !important;
  }
  .mb-xl-21-imp {
    margin-bottom: 21px !important;
  }
  .pt-xl-21-imp {
    padding-top: 21px !important;
  }
  .pb-xl-21-imp {
    padding-bottom: 21px !important;
  }
  .mt-xl-22-imp {
    margin-top: 22px !important;
  }
  .mb-xl-22-imp {
    margin-bottom: 22px !important;
  }
  .pt-xl-22-imp {
    padding-top: 22px !important;
  }
  .pb-xl-22-imp {
    padding-bottom: 22px !important;
  }
  .mt-xl-23-imp {
    margin-top: 23px !important;
  }
  .mb-xl-23-imp {
    margin-bottom: 23px !important;
  }
  .pt-xl-23-imp {
    padding-top: 23px !important;
  }
  .pb-xl-23-imp {
    padding-bottom: 23px !important;
  }
  .mt-xl-24-imp {
    margin-top: 24px !important;
  }
  .mb-xl-24-imp {
    margin-bottom: 24px !important;
  }
  .pt-xl-24-imp {
    padding-top: 24px !important;
  }
  .pb-xl-24-imp {
    padding-bottom: 24px !important;
  }
  .mt-xl-25-imp {
    margin-top: 25px !important;
  }
  .mb-xl-25-imp {
    margin-bottom: 25px !important;
  }
  .pt-xl-25-imp {
    padding-top: 25px !important;
  }
  .pb-xl-25-imp {
    padding-bottom: 25px !important;
  }
  .mt-xl-26-imp {
    margin-top: 26px !important;
  }
  .mb-xl-26-imp {
    margin-bottom: 26px !important;
  }
  .pt-xl-26-imp {
    padding-top: 26px !important;
  }
  .pb-xl-26-imp {
    padding-bottom: 26px !important;
  }
  .mt-xl-27-imp {
    margin-top: 27px !important;
  }
  .mb-xl-27-imp {
    margin-bottom: 27px !important;
  }
  .pt-xl-27-imp {
    padding-top: 27px !important;
  }
  .pb-xl-27-imp {
    padding-bottom: 27px !important;
  }
  .mt-xl-28-imp {
    margin-top: 28px !important;
  }
  .mb-xl-28-imp {
    margin-bottom: 28px !important;
  }
  .pt-xl-28-imp {
    padding-top: 28px !important;
  }
  .pb-xl-28-imp {
    padding-bottom: 28px !important;
  }
  .mt-xl-29-imp {
    margin-top: 29px !important;
  }
  .mb-xl-29-imp {
    margin-bottom: 29px !important;
  }
  .pt-xl-29-imp {
    padding-top: 29px !important;
  }
  .pb-xl-29-imp {
    padding-bottom: 29px !important;
  }
  .mt-xl-30-imp {
    margin-top: 30px !important;
  }
  .mb-xl-30-imp {
    margin-bottom: 30px !important;
  }
  .pt-xl-30-imp {
    padding-top: 30px !important;
  }
  .pb-xl-30-imp {
    padding-bottom: 30px !important;
  }
  .mt-xl-31-imp {
    margin-top: 31px !important;
  }
  .mb-xl-31-imp {
    margin-bottom: 31px !important;
  }
  .pt-xl-31-imp {
    padding-top: 31px !important;
  }
  .pb-xl-31-imp {
    padding-bottom: 31px !important;
  }
  .mt-xl-32-imp {
    margin-top: 32px !important;
  }
  .mb-xl-32-imp {
    margin-bottom: 32px !important;
  }
  .pt-xl-32-imp {
    padding-top: 32px !important;
  }
  .pb-xl-32-imp {
    padding-bottom: 32px !important;
  }
  .mt-xl-33-imp {
    margin-top: 33px !important;
  }
  .mb-xl-33-imp {
    margin-bottom: 33px !important;
  }
  .pt-xl-33-imp {
    padding-top: 33px !important;
  }
  .pb-xl-33-imp {
    padding-bottom: 33px !important;
  }
  .mt-xl-34-imp {
    margin-top: 34px !important;
  }
  .mb-xl-34-imp {
    margin-bottom: 34px !important;
  }
  .pt-xl-34-imp {
    padding-top: 34px !important;
  }
  .pb-xl-34-imp {
    padding-bottom: 34px !important;
  }
  .mt-xl-35-imp {
    margin-top: 35px !important;
  }
  .mb-xl-35-imp {
    margin-bottom: 35px !important;
  }
  .pt-xl-35-imp {
    padding-top: 35px !important;
  }
  .pb-xl-35-imp {
    padding-bottom: 35px !important;
  }
  .mt-xl-36-imp {
    margin-top: 36px !important;
  }
  .mb-xl-36-imp {
    margin-bottom: 36px !important;
  }
  .pt-xl-36-imp {
    padding-top: 36px !important;
  }
  .pb-xl-36-imp {
    padding-bottom: 36px !important;
  }
  .mt-xl-37-imp {
    margin-top: 37px !important;
  }
  .mb-xl-37-imp {
    margin-bottom: 37px !important;
  }
  .pt-xl-37-imp {
    padding-top: 37px !important;
  }
  .pb-xl-37-imp {
    padding-bottom: 37px !important;
  }
  .mt-xl-38-imp {
    margin-top: 38px !important;
  }
  .mb-xl-38-imp {
    margin-bottom: 38px !important;
  }
  .pt-xl-38-imp {
    padding-top: 38px !important;
  }
  .pb-xl-38-imp {
    padding-bottom: 38px !important;
  }
  .mt-xl-39-imp {
    margin-top: 39px !important;
  }
  .mb-xl-39-imp {
    margin-bottom: 39px !important;
  }
  .pt-xl-39-imp {
    padding-top: 39px !important;
  }
  .pb-xl-39-imp {
    padding-bottom: 39px !important;
  }
  .mt-xl-40-imp {
    margin-top: 40px !important;
  }
  .mb-xl-40-imp {
    margin-bottom: 40px !important;
  }
  .pt-xl-40-imp {
    padding-top: 40px !important;
  }
  .pb-xl-40-imp {
    padding-bottom: 40px !important;
  }
  .mt-xl-41-imp {
    margin-top: 41px !important;
  }
  .mb-xl-41-imp {
    margin-bottom: 41px !important;
  }
  .pt-xl-41-imp {
    padding-top: 41px !important;
  }
  .pb-xl-41-imp {
    padding-bottom: 41px !important;
  }
  .mt-xl-42-imp {
    margin-top: 42px !important;
  }
  .mb-xl-42-imp {
    margin-bottom: 42px !important;
  }
  .pt-xl-42-imp {
    padding-top: 42px !important;
  }
  .pb-xl-42-imp {
    padding-bottom: 42px !important;
  }
  .mt-xl-43-imp {
    margin-top: 43px !important;
  }
  .mb-xl-43-imp {
    margin-bottom: 43px !important;
  }
  .pt-xl-43-imp {
    padding-top: 43px !important;
  }
  .pb-xl-43-imp {
    padding-bottom: 43px !important;
  }
  .mt-xl-44-imp {
    margin-top: 44px !important;
  }
  .mb-xl-44-imp {
    margin-bottom: 44px !important;
  }
  .pt-xl-44-imp {
    padding-top: 44px !important;
  }
  .pb-xl-44-imp {
    padding-bottom: 44px !important;
  }
  .mt-xl-45-imp {
    margin-top: 45px !important;
  }
  .mb-xl-45-imp {
    margin-bottom: 45px !important;
  }
  .pt-xl-45-imp {
    padding-top: 45px !important;
  }
  .pb-xl-45-imp {
    padding-bottom: 45px !important;
  }
  .mt-xl-46-imp {
    margin-top: 46px !important;
  }
  .mb-xl-46-imp {
    margin-bottom: 46px !important;
  }
  .pt-xl-46-imp {
    padding-top: 46px !important;
  }
  .pb-xl-46-imp {
    padding-bottom: 46px !important;
  }
  .mt-xl-47-imp {
    margin-top: 47px !important;
  }
  .mb-xl-47-imp {
    margin-bottom: 47px !important;
  }
  .pt-xl-47-imp {
    padding-top: 47px !important;
  }
  .pb-xl-47-imp {
    padding-bottom: 47px !important;
  }
  .mt-xl-48-imp {
    margin-top: 48px !important;
  }
  .mb-xl-48-imp {
    margin-bottom: 48px !important;
  }
  .pt-xl-48-imp {
    padding-top: 48px !important;
  }
  .pb-xl-48-imp {
    padding-bottom: 48px !important;
  }
  .mt-xl-49-imp {
    margin-top: 49px !important;
  }
  .mb-xl-49-imp {
    margin-bottom: 49px !important;
  }
  .pt-xl-49-imp {
    padding-top: 49px !important;
  }
  .pb-xl-49-imp {
    padding-bottom: 49px !important;
  }
  .mt-xl-50-imp {
    margin-top: 50px !important;
  }
  .mb-xl-50-imp {
    margin-bottom: 50px !important;
  }
  .pt-xl-50-imp {
    padding-top: 50px !important;
  }
  .pb-xl-50-imp {
    padding-bottom: 50px !important;
  }
  .mt-xl-51-imp {
    margin-top: 51px !important;
  }
  .mb-xl-51-imp {
    margin-bottom: 51px !important;
  }
  .pt-xl-51-imp {
    padding-top: 51px !important;
  }
  .pb-xl-51-imp {
    padding-bottom: 51px !important;
  }
  .mt-xl-52-imp {
    margin-top: 52px !important;
  }
  .mb-xl-52-imp {
    margin-bottom: 52px !important;
  }
  .pt-xl-52-imp {
    padding-top: 52px !important;
  }
  .pb-xl-52-imp {
    padding-bottom: 52px !important;
  }
  .mt-xl-53-imp {
    margin-top: 53px !important;
  }
  .mb-xl-53-imp {
    margin-bottom: 53px !important;
  }
  .pt-xl-53-imp {
    padding-top: 53px !important;
  }
  .pb-xl-53-imp {
    padding-bottom: 53px !important;
  }
  .mt-xl-54-imp {
    margin-top: 54px !important;
  }
  .mb-xl-54-imp {
    margin-bottom: 54px !important;
  }
  .pt-xl-54-imp {
    padding-top: 54px !important;
  }
  .pb-xl-54-imp {
    padding-bottom: 54px !important;
  }
  .mt-xl-55-imp {
    margin-top: 55px !important;
  }
  .mb-xl-55-imp {
    margin-bottom: 55px !important;
  }
  .pt-xl-55-imp {
    padding-top: 55px !important;
  }
  .pb-xl-55-imp {
    padding-bottom: 55px !important;
  }
  .mt-xl-56-imp {
    margin-top: 56px !important;
  }
  .mb-xl-56-imp {
    margin-bottom: 56px !important;
  }
  .pt-xl-56-imp {
    padding-top: 56px !important;
  }
  .pb-xl-56-imp {
    padding-bottom: 56px !important;
  }
  .mt-xl-57-imp {
    margin-top: 57px !important;
  }
  .mb-xl-57-imp {
    margin-bottom: 57px !important;
  }
  .pt-xl-57-imp {
    padding-top: 57px !important;
  }
  .pb-xl-57-imp {
    padding-bottom: 57px !important;
  }
  .mt-xl-58-imp {
    margin-top: 58px !important;
  }
  .mb-xl-58-imp {
    margin-bottom: 58px !important;
  }
  .pt-xl-58-imp {
    padding-top: 58px !important;
  }
  .pb-xl-58-imp {
    padding-bottom: 58px !important;
  }
  .mt-xl-59-imp {
    margin-top: 59px !important;
  }
  .mb-xl-59-imp {
    margin-bottom: 59px !important;
  }
  .pt-xl-59-imp {
    padding-top: 59px !important;
  }
  .pb-xl-59-imp {
    padding-bottom: 59px !important;
  }
  .mt-xl-60-imp {
    margin-top: 60px !important;
  }
  .mb-xl-60-imp {
    margin-bottom: 60px !important;
  }
  .pt-xl-60-imp {
    padding-top: 60px !important;
  }
  .pb-xl-60-imp {
    padding-bottom: 60px !important;
  }
  .mt-xl-61-imp {
    margin-top: 61px !important;
  }
  .mb-xl-61-imp {
    margin-bottom: 61px !important;
  }
  .pt-xl-61-imp {
    padding-top: 61px !important;
  }
  .pb-xl-61-imp {
    padding-bottom: 61px !important;
  }
  .mt-xl-62-imp {
    margin-top: 62px !important;
  }
  .mb-xl-62-imp {
    margin-bottom: 62px !important;
  }
  .pt-xl-62-imp {
    padding-top: 62px !important;
  }
  .pb-xl-62-imp {
    padding-bottom: 62px !important;
  }
  .mt-xl-63-imp {
    margin-top: 63px !important;
  }
  .mb-xl-63-imp {
    margin-bottom: 63px !important;
  }
  .pt-xl-63-imp {
    padding-top: 63px !important;
  }
  .pb-xl-63-imp {
    padding-bottom: 63px !important;
  }
  .mt-xl-64-imp {
    margin-top: 64px !important;
  }
  .mb-xl-64-imp {
    margin-bottom: 64px !important;
  }
  .pt-xl-64-imp {
    padding-top: 64px !important;
  }
  .pb-xl-64-imp {
    padding-bottom: 64px !important;
  }
  .mt-xl-65-imp {
    margin-top: 65px !important;
  }
  .mb-xl-65-imp {
    margin-bottom: 65px !important;
  }
  .pt-xl-65-imp {
    padding-top: 65px !important;
  }
  .pb-xl-65-imp {
    padding-bottom: 65px !important;
  }
  .mt-xl-66-imp {
    margin-top: 66px !important;
  }
  .mb-xl-66-imp {
    margin-bottom: 66px !important;
  }
  .pt-xl-66-imp {
    padding-top: 66px !important;
  }
  .pb-xl-66-imp {
    padding-bottom: 66px !important;
  }
  .mt-xl-67-imp {
    margin-top: 67px !important;
  }
  .mb-xl-67-imp {
    margin-bottom: 67px !important;
  }
  .pt-xl-67-imp {
    padding-top: 67px !important;
  }
  .pb-xl-67-imp {
    padding-bottom: 67px !important;
  }
  .mt-xl-68-imp {
    margin-top: 68px !important;
  }
  .mb-xl-68-imp {
    margin-bottom: 68px !important;
  }
  .pt-xl-68-imp {
    padding-top: 68px !important;
  }
  .pb-xl-68-imp {
    padding-bottom: 68px !important;
  }
  .mt-xl-69-imp {
    margin-top: 69px !important;
  }
  .mb-xl-69-imp {
    margin-bottom: 69px !important;
  }
  .pt-xl-69-imp {
    padding-top: 69px !important;
  }
  .pb-xl-69-imp {
    padding-bottom: 69px !important;
  }
  .mt-xl-70-imp {
    margin-top: 70px !important;
  }
  .mb-xl-70-imp {
    margin-bottom: 70px !important;
  }
  .pt-xl-70-imp {
    padding-top: 70px !important;
  }
  .pb-xl-70-imp {
    padding-bottom: 70px !important;
  }
  .mt-xl-71-imp {
    margin-top: 71px !important;
  }
  .mb-xl-71-imp {
    margin-bottom: 71px !important;
  }
  .pt-xl-71-imp {
    padding-top: 71px !important;
  }
  .pb-xl-71-imp {
    padding-bottom: 71px !important;
  }
  .mt-xl-72-imp {
    margin-top: 72px !important;
  }
  .mb-xl-72-imp {
    margin-bottom: 72px !important;
  }
  .pt-xl-72-imp {
    padding-top: 72px !important;
  }
  .pb-xl-72-imp {
    padding-bottom: 72px !important;
  }
  .mt-xl-73-imp {
    margin-top: 73px !important;
  }
  .mb-xl-73-imp {
    margin-bottom: 73px !important;
  }
  .pt-xl-73-imp {
    padding-top: 73px !important;
  }
  .pb-xl-73-imp {
    padding-bottom: 73px !important;
  }
  .mt-xl-74-imp {
    margin-top: 74px !important;
  }
  .mb-xl-74-imp {
    margin-bottom: 74px !important;
  }
  .pt-xl-74-imp {
    padding-top: 74px !important;
  }
  .pb-xl-74-imp {
    padding-bottom: 74px !important;
  }
  .mt-xl-75-imp {
    margin-top: 75px !important;
  }
  .mb-xl-75-imp {
    margin-bottom: 75px !important;
  }
  .pt-xl-75-imp {
    padding-top: 75px !important;
  }
  .pb-xl-75-imp {
    padding-bottom: 75px !important;
  }
  .mt-xl-76-imp {
    margin-top: 76px !important;
  }
  .mb-xl-76-imp {
    margin-bottom: 76px !important;
  }
  .pt-xl-76-imp {
    padding-top: 76px !important;
  }
  .pb-xl-76-imp {
    padding-bottom: 76px !important;
  }
  .mt-xl-77-imp {
    margin-top: 77px !important;
  }
  .mb-xl-77-imp {
    margin-bottom: 77px !important;
  }
  .pt-xl-77-imp {
    padding-top: 77px !important;
  }
  .pb-xl-77-imp {
    padding-bottom: 77px !important;
  }
  .mt-xl-78-imp {
    margin-top: 78px !important;
  }
  .mb-xl-78-imp {
    margin-bottom: 78px !important;
  }
  .pt-xl-78-imp {
    padding-top: 78px !important;
  }
  .pb-xl-78-imp {
    padding-bottom: 78px !important;
  }
  .mt-xl-79-imp {
    margin-top: 79px !important;
  }
  .mb-xl-79-imp {
    margin-bottom: 79px !important;
  }
  .pt-xl-79-imp {
    padding-top: 79px !important;
  }
  .pb-xl-79-imp {
    padding-bottom: 79px !important;
  }
  .mt-xl-80-imp {
    margin-top: 80px !important;
  }
  .mb-xl-80-imp {
    margin-bottom: 80px !important;
  }
  .pt-xl-80-imp {
    padding-top: 80px !important;
  }
  .pb-xl-80-imp {
    padding-bottom: 80px !important;
  }
  .mt-xl-81-imp {
    margin-top: 81px !important;
  }
  .mb-xl-81-imp {
    margin-bottom: 81px !important;
  }
  .pt-xl-81-imp {
    padding-top: 81px !important;
  }
  .pb-xl-81-imp {
    padding-bottom: 81px !important;
  }
  .mt-xl-82-imp {
    margin-top: 82px !important;
  }
  .mb-xl-82-imp {
    margin-bottom: 82px !important;
  }
  .pt-xl-82-imp {
    padding-top: 82px !important;
  }
  .pb-xl-82-imp {
    padding-bottom: 82px !important;
  }
  .mt-xl-83-imp {
    margin-top: 83px !important;
  }
  .mb-xl-83-imp {
    margin-bottom: 83px !important;
  }
  .pt-xl-83-imp {
    padding-top: 83px !important;
  }
  .pb-xl-83-imp {
    padding-bottom: 83px !important;
  }
  .mt-xl-84-imp {
    margin-top: 84px !important;
  }
  .mb-xl-84-imp {
    margin-bottom: 84px !important;
  }
  .pt-xl-84-imp {
    padding-top: 84px !important;
  }
  .pb-xl-84-imp {
    padding-bottom: 84px !important;
  }
  .mt-xl-85-imp {
    margin-top: 85px !important;
  }
  .mb-xl-85-imp {
    margin-bottom: 85px !important;
  }
  .pt-xl-85-imp {
    padding-top: 85px !important;
  }
  .pb-xl-85-imp {
    padding-bottom: 85px !important;
  }
  .mt-xl-86-imp {
    margin-top: 86px !important;
  }
  .mb-xl-86-imp {
    margin-bottom: 86px !important;
  }
  .pt-xl-86-imp {
    padding-top: 86px !important;
  }
  .pb-xl-86-imp {
    padding-bottom: 86px !important;
  }
  .mt-xl-87-imp {
    margin-top: 87px !important;
  }
  .mb-xl-87-imp {
    margin-bottom: 87px !important;
  }
  .pt-xl-87-imp {
    padding-top: 87px !important;
  }
  .pb-xl-87-imp {
    padding-bottom: 87px !important;
  }
  .mt-xl-88-imp {
    margin-top: 88px !important;
  }
  .mb-xl-88-imp {
    margin-bottom: 88px !important;
  }
  .pt-xl-88-imp {
    padding-top: 88px !important;
  }
  .pb-xl-88-imp {
    padding-bottom: 88px !important;
  }
  .mt-xl-89-imp {
    margin-top: 89px !important;
  }
  .mb-xl-89-imp {
    margin-bottom: 89px !important;
  }
  .pt-xl-89-imp {
    padding-top: 89px !important;
  }
  .pb-xl-89-imp {
    padding-bottom: 89px !important;
  }
  .mt-xl-90-imp {
    margin-top: 90px !important;
  }
  .mb-xl-90-imp {
    margin-bottom: 90px !important;
  }
  .pt-xl-90-imp {
    padding-top: 90px !important;
  }
  .pb-xl-90-imp {
    padding-bottom: 90px !important;
  }
  .mt-xl-91-imp {
    margin-top: 91px !important;
  }
  .mb-xl-91-imp {
    margin-bottom: 91px !important;
  }
  .pt-xl-91-imp {
    padding-top: 91px !important;
  }
  .pb-xl-91-imp {
    padding-bottom: 91px !important;
  }
  .mt-xl-92-imp {
    margin-top: 92px !important;
  }
  .mb-xl-92-imp {
    margin-bottom: 92px !important;
  }
  .pt-xl-92-imp {
    padding-top: 92px !important;
  }
  .pb-xl-92-imp {
    padding-bottom: 92px !important;
  }
  .mt-xl-93-imp {
    margin-top: 93px !important;
  }
  .mb-xl-93-imp {
    margin-bottom: 93px !important;
  }
  .pt-xl-93-imp {
    padding-top: 93px !important;
  }
  .pb-xl-93-imp {
    padding-bottom: 93px !important;
  }
  .mt-xl-94-imp {
    margin-top: 94px !important;
  }
  .mb-xl-94-imp {
    margin-bottom: 94px !important;
  }
  .pt-xl-94-imp {
    padding-top: 94px !important;
  }
  .pb-xl-94-imp {
    padding-bottom: 94px !important;
  }
  .mt-xl-95-imp {
    margin-top: 95px !important;
  }
  .mb-xl-95-imp {
    margin-bottom: 95px !important;
  }
  .pt-xl-95-imp {
    padding-top: 95px !important;
  }
  .pb-xl-95-imp {
    padding-bottom: 95px !important;
  }
  .mt-xl-96-imp {
    margin-top: 96px !important;
  }
  .mb-xl-96-imp {
    margin-bottom: 96px !important;
  }
  .pt-xl-96-imp {
    padding-top: 96px !important;
  }
  .pb-xl-96-imp {
    padding-bottom: 96px !important;
  }
  .mt-xl-97-imp {
    margin-top: 97px !important;
  }
  .mb-xl-97-imp {
    margin-bottom: 97px !important;
  }
  .pt-xl-97-imp {
    padding-top: 97px !important;
  }
  .pb-xl-97-imp {
    padding-bottom: 97px !important;
  }
  .mt-xl-98-imp {
    margin-top: 98px !important;
  }
  .mb-xl-98-imp {
    margin-bottom: 98px !important;
  }
  .pt-xl-98-imp {
    padding-top: 98px !important;
  }
  .pb-xl-98-imp {
    padding-bottom: 98px !important;
  }
  .mt-xl-99-imp {
    margin-top: 99px !important;
  }
  .mb-xl-99-imp {
    margin-bottom: 99px !important;
  }
  .pt-xl-99-imp {
    padding-top: 99px !important;
  }
  .pb-xl-99-imp {
    padding-bottom: 99px !important;
  }
  .mt-xl-100-imp {
    margin-top: 100px !important;
  }
  .mb-xl-100-imp {
    margin-bottom: 100px !important;
  }
  .pt-xl-100-imp {
    padding-top: 100px !important;
  }
  .pb-xl-100-imp {
    padding-bottom: 100px !important;
  }
  .mt-xl-101-imp {
    margin-top: 101px !important;
  }
  .mb-xl-101-imp {
    margin-bottom: 101px !important;
  }
  .pt-xl-101-imp {
    padding-top: 101px !important;
  }
  .pb-xl-101-imp {
    padding-bottom: 101px !important;
  }
  .mt-xl-102-imp {
    margin-top: 102px !important;
  }
  .mb-xl-102-imp {
    margin-bottom: 102px !important;
  }
  .pt-xl-102-imp {
    padding-top: 102px !important;
  }
  .pb-xl-102-imp {
    padding-bottom: 102px !important;
  }
  .mt-xl-103-imp {
    margin-top: 103px !important;
  }
  .mb-xl-103-imp {
    margin-bottom: 103px !important;
  }
  .pt-xl-103-imp {
    padding-top: 103px !important;
  }
  .pb-xl-103-imp {
    padding-bottom: 103px !important;
  }
  .mt-xl-104-imp {
    margin-top: 104px !important;
  }
  .mb-xl-104-imp {
    margin-bottom: 104px !important;
  }
  .pt-xl-104-imp {
    padding-top: 104px !important;
  }
  .pb-xl-104-imp {
    padding-bottom: 104px !important;
  }
  .mt-xl-105-imp {
    margin-top: 105px !important;
  }
  .mb-xl-105-imp {
    margin-bottom: 105px !important;
  }
  .pt-xl-105-imp {
    padding-top: 105px !important;
  }
  .pb-xl-105-imp {
    padding-bottom: 105px !important;
  }
  .mt-xl-106-imp {
    margin-top: 106px !important;
  }
  .mb-xl-106-imp {
    margin-bottom: 106px !important;
  }
  .pt-xl-106-imp {
    padding-top: 106px !important;
  }
  .pb-xl-106-imp {
    padding-bottom: 106px !important;
  }
  .mt-xl-107-imp {
    margin-top: 107px !important;
  }
  .mb-xl-107-imp {
    margin-bottom: 107px !important;
  }
  .pt-xl-107-imp {
    padding-top: 107px !important;
  }
  .pb-xl-107-imp {
    padding-bottom: 107px !important;
  }
  .mt-xl-108-imp {
    margin-top: 108px !important;
  }
  .mb-xl-108-imp {
    margin-bottom: 108px !important;
  }
  .pt-xl-108-imp {
    padding-top: 108px !important;
  }
  .pb-xl-108-imp {
    padding-bottom: 108px !important;
  }
  .mt-xl-109-imp {
    margin-top: 109px !important;
  }
  .mb-xl-109-imp {
    margin-bottom: 109px !important;
  }
  .pt-xl-109-imp {
    padding-top: 109px !important;
  }
  .pb-xl-109-imp {
    padding-bottom: 109px !important;
  }
  .mt-xl-110-imp {
    margin-top: 110px !important;
  }
  .mb-xl-110-imp {
    margin-bottom: 110px !important;
  }
  .pt-xl-110-imp {
    padding-top: 110px !important;
  }
  .pb-xl-110-imp {
    padding-bottom: 110px !important;
  }
  .mt-xl-111-imp {
    margin-top: 111px !important;
  }
  .mb-xl-111-imp {
    margin-bottom: 111px !important;
  }
  .pt-xl-111-imp {
    padding-top: 111px !important;
  }
  .pb-xl-111-imp {
    padding-bottom: 111px !important;
  }
  .mt-xl-112-imp {
    margin-top: 112px !important;
  }
  .mb-xl-112-imp {
    margin-bottom: 112px !important;
  }
  .pt-xl-112-imp {
    padding-top: 112px !important;
  }
  .pb-xl-112-imp {
    padding-bottom: 112px !important;
  }
  .mt-xl-113-imp {
    margin-top: 113px !important;
  }
  .mb-xl-113-imp {
    margin-bottom: 113px !important;
  }
  .pt-xl-113-imp {
    padding-top: 113px !important;
  }
  .pb-xl-113-imp {
    padding-bottom: 113px !important;
  }
  .mt-xl-114-imp {
    margin-top: 114px !important;
  }
  .mb-xl-114-imp {
    margin-bottom: 114px !important;
  }
  .pt-xl-114-imp {
    padding-top: 114px !important;
  }
  .pb-xl-114-imp {
    padding-bottom: 114px !important;
  }
  .mt-xl-115-imp {
    margin-top: 115px !important;
  }
  .mb-xl-115-imp {
    margin-bottom: 115px !important;
  }
  .pt-xl-115-imp {
    padding-top: 115px !important;
  }
  .pb-xl-115-imp {
    padding-bottom: 115px !important;
  }
  .mt-xl-116-imp {
    margin-top: 116px !important;
  }
  .mb-xl-116-imp {
    margin-bottom: 116px !important;
  }
  .pt-xl-116-imp {
    padding-top: 116px !important;
  }
  .pb-xl-116-imp {
    padding-bottom: 116px !important;
  }
  .mt-xl-117-imp {
    margin-top: 117px !important;
  }
  .mb-xl-117-imp {
    margin-bottom: 117px !important;
  }
  .pt-xl-117-imp {
    padding-top: 117px !important;
  }
  .pb-xl-117-imp {
    padding-bottom: 117px !important;
  }
  .mt-xl-118-imp {
    margin-top: 118px !important;
  }
  .mb-xl-118-imp {
    margin-bottom: 118px !important;
  }
  .pt-xl-118-imp {
    padding-top: 118px !important;
  }
  .pb-xl-118-imp {
    padding-bottom: 118px !important;
  }
  .mt-xl-119-imp {
    margin-top: 119px !important;
  }
  .mb-xl-119-imp {
    margin-bottom: 119px !important;
  }
  .pt-xl-119-imp {
    padding-top: 119px !important;
  }
  .pb-xl-119-imp {
    padding-bottom: 119px !important;
  }
  .mt-xl-120-imp {
    margin-top: 120px !important;
  }
  .mb-xl-120-imp {
    margin-bottom: 120px !important;
  }
  .pt-xl-120-imp {
    padding-top: 120px !important;
  }
  .pb-xl-120-imp {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-l-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  .col-l-span-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .row-l-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .row-l-span-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  .col-l-2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  .col-l-span-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .row-l-2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  .row-l-span-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
  .col-l-3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  .col-l-span-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .row-l-3 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  .row-l-span-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }
  .col-l-4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
  }
  .col-l-span-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .row-l-4 {
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
  .row-l-span-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }
  .col-l-5 {
    -ms-grid-column: 5;
    grid-column-start: 5;
  }
  .col-l-span-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .row-l-5 {
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
  .row-l-span-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }
  .col-l-6 {
    -ms-grid-column: 6;
    grid-column-start: 6;
  }
  .col-l-span-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .row-l-6 {
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
  .row-l-span-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }
  .col-l-7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
  }
  .col-l-span-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .row-l-7 {
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  .row-l-span-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }
  .col-l-8 {
    -ms-grid-column: 8;
    grid-column-start: 8;
  }
  .col-l-span-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .row-l-8 {
    -ms-grid-row: 8;
    grid-row-start: 8;
  }
  .row-l-span-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }
  .col-l-9 {
    -ms-grid-column: 9;
    grid-column-start: 9;
  }
  .col-l-span-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .row-l-9 {
    -ms-grid-row: 9;
    grid-row-start: 9;
  }
  .row-l-span-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }
  .col-l-10 {
    -ms-grid-column: 10;
    grid-column-start: 10;
  }
  .col-l-span-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .row-l-10 {
    -ms-grid-row: 10;
    grid-row-start: 10;
  }
  .row-l-span-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }
  .col-l-11 {
    -ms-grid-column: 11;
    grid-column-start: 11;
  }
  .col-l-span-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .row-l-11 {
    -ms-grid-row: 11;
    grid-row-start: 11;
  }
  .row-l-span-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }
  .col-l-12 {
    -ms-grid-column: 12;
    grid-column-start: 12;
  }
  .col-l-span-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
  .row-l-12 {
    -ms-grid-row: 12;
    grid-row-start: 12;
  }
  .row-l-span-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }
  .col-l-13 {
    -ms-grid-column: 13;
    grid-column-start: 13;
  }
  .col-l-span-13 {
    -ms-grid-column-span: 13;
    grid-column-end: span 13;
  }
  .row-l-13 {
    -ms-grid-row: 13;
    grid-row-start: 13;
  }
  .row-l-span-13 {
    -ms-grid-row-span: 13;
    grid-row-end: span 13;
  }
  .col-l-14 {
    -ms-grid-column: 14;
    grid-column-start: 14;
  }
  .col-l-span-14 {
    -ms-grid-column-span: 14;
    grid-column-end: span 14;
  }
  .row-l-14 {
    -ms-grid-row: 14;
    grid-row-start: 14;
  }
  .row-l-span-14 {
    -ms-grid-row-span: 14;
    grid-row-end: span 14;
  }
  .col-l-15 {
    -ms-grid-column: 15;
    grid-column-start: 15;
  }
  .col-l-span-15 {
    -ms-grid-column-span: 15;
    grid-column-end: span 15;
  }
  .row-l-15 {
    -ms-grid-row: 15;
    grid-row-start: 15;
  }
  .row-l-span-15 {
    -ms-grid-row-span: 15;
    grid-row-end: span 15;
  }
  .col-l-16 {
    -ms-grid-column: 16;
    grid-column-start: 16;
  }
  .col-l-span-16 {
    -ms-grid-column-span: 16;
    grid-column-end: span 16;
  }
  .row-l-16 {
    -ms-grid-row: 16;
    grid-row-start: 16;
  }
  .row-l-span-16 {
    -ms-grid-row-span: 16;
    grid-row-end: span 16;
  }
  .justify-self-l-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .justify-self-l-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .justify-self-l-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .justify-self-l-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .align-self-l-start {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .align-self-l-end {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .align-self-l-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-l-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .justify-content-l-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-l-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-l-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-l-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .align-items-l-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-l-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-l-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-l-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .mt-l-0-imp {
    margin-top: 0px !important;
  }
  .mb-l-0-imp {
    margin-bottom: 0px !important;
  }
  .pt-l-0-imp {
    padding-top: 0px !important;
  }
  .pb-l-0-imp {
    padding-bottom: 0px !important;
  }
  .mt-l-1-imp {
    margin-top: 1px !important;
  }
  .mb-l-1-imp {
    margin-bottom: 1px !important;
  }
  .pt-l-1-imp {
    padding-top: 1px !important;
  }
  .pb-l-1-imp {
    padding-bottom: 1px !important;
  }
  .mt-l-2-imp {
    margin-top: 2px !important;
  }
  .mb-l-2-imp {
    margin-bottom: 2px !important;
  }
  .pt-l-2-imp {
    padding-top: 2px !important;
  }
  .pb-l-2-imp {
    padding-bottom: 2px !important;
  }
  .mt-l-3-imp {
    margin-top: 3px !important;
  }
  .mb-l-3-imp {
    margin-bottom: 3px !important;
  }
  .pt-l-3-imp {
    padding-top: 3px !important;
  }
  .pb-l-3-imp {
    padding-bottom: 3px !important;
  }
  .mt-l-4-imp {
    margin-top: 4px !important;
  }
  .mb-l-4-imp {
    margin-bottom: 4px !important;
  }
  .pt-l-4-imp {
    padding-top: 4px !important;
  }
  .pb-l-4-imp {
    padding-bottom: 4px !important;
  }
  .mt-l-5-imp {
    margin-top: 5px !important;
  }
  .mb-l-5-imp {
    margin-bottom: 5px !important;
  }
  .pt-l-5-imp {
    padding-top: 5px !important;
  }
  .pb-l-5-imp {
    padding-bottom: 5px !important;
  }
  .mt-l-6-imp {
    margin-top: 6px !important;
  }
  .mb-l-6-imp {
    margin-bottom: 6px !important;
  }
  .pt-l-6-imp {
    padding-top: 6px !important;
  }
  .pb-l-6-imp {
    padding-bottom: 6px !important;
  }
  .mt-l-7-imp {
    margin-top: 7px !important;
  }
  .mb-l-7-imp {
    margin-bottom: 7px !important;
  }
  .pt-l-7-imp {
    padding-top: 7px !important;
  }
  .pb-l-7-imp {
    padding-bottom: 7px !important;
  }
  .mt-l-8-imp {
    margin-top: 8px !important;
  }
  .mb-l-8-imp {
    margin-bottom: 8px !important;
  }
  .pt-l-8-imp {
    padding-top: 8px !important;
  }
  .pb-l-8-imp {
    padding-bottom: 8px !important;
  }
  .mt-l-9-imp {
    margin-top: 9px !important;
  }
  .mb-l-9-imp {
    margin-bottom: 9px !important;
  }
  .pt-l-9-imp {
    padding-top: 9px !important;
  }
  .pb-l-9-imp {
    padding-bottom: 9px !important;
  }
  .mt-l-10-imp {
    margin-top: 10px !important;
  }
  .mb-l-10-imp {
    margin-bottom: 10px !important;
  }
  .pt-l-10-imp {
    padding-top: 10px !important;
  }
  .pb-l-10-imp {
    padding-bottom: 10px !important;
  }
  .mt-l-11-imp {
    margin-top: 11px !important;
  }
  .mb-l-11-imp {
    margin-bottom: 11px !important;
  }
  .pt-l-11-imp {
    padding-top: 11px !important;
  }
  .pb-l-11-imp {
    padding-bottom: 11px !important;
  }
  .mt-l-12-imp {
    margin-top: 12px !important;
  }
  .mb-l-12-imp {
    margin-bottom: 12px !important;
  }
  .pt-l-12-imp {
    padding-top: 12px !important;
  }
  .pb-l-12-imp {
    padding-bottom: 12px !important;
  }
  .mt-l-13-imp {
    margin-top: 13px !important;
  }
  .mb-l-13-imp {
    margin-bottom: 13px !important;
  }
  .pt-l-13-imp {
    padding-top: 13px !important;
  }
  .pb-l-13-imp {
    padding-bottom: 13px !important;
  }
  .mt-l-14-imp {
    margin-top: 14px !important;
  }
  .mb-l-14-imp {
    margin-bottom: 14px !important;
  }
  .pt-l-14-imp {
    padding-top: 14px !important;
  }
  .pb-l-14-imp {
    padding-bottom: 14px !important;
  }
  .mt-l-15-imp {
    margin-top: 15px !important;
  }
  .mb-l-15-imp {
    margin-bottom: 15px !important;
  }
  .pt-l-15-imp {
    padding-top: 15px !important;
  }
  .pb-l-15-imp {
    padding-bottom: 15px !important;
  }
  .mt-l-16-imp {
    margin-top: 16px !important;
  }
  .mb-l-16-imp {
    margin-bottom: 16px !important;
  }
  .pt-l-16-imp {
    padding-top: 16px !important;
  }
  .pb-l-16-imp {
    padding-bottom: 16px !important;
  }
  .mt-l-17-imp {
    margin-top: 17px !important;
  }
  .mb-l-17-imp {
    margin-bottom: 17px !important;
  }
  .pt-l-17-imp {
    padding-top: 17px !important;
  }
  .pb-l-17-imp {
    padding-bottom: 17px !important;
  }
  .mt-l-18-imp {
    margin-top: 18px !important;
  }
  .mb-l-18-imp {
    margin-bottom: 18px !important;
  }
  .pt-l-18-imp {
    padding-top: 18px !important;
  }
  .pb-l-18-imp {
    padding-bottom: 18px !important;
  }
  .mt-l-19-imp {
    margin-top: 19px !important;
  }
  .mb-l-19-imp {
    margin-bottom: 19px !important;
  }
  .pt-l-19-imp {
    padding-top: 19px !important;
  }
  .pb-l-19-imp {
    padding-bottom: 19px !important;
  }
  .mt-l-20-imp {
    margin-top: 20px !important;
  }
  .mb-l-20-imp {
    margin-bottom: 20px !important;
  }
  .pt-l-20-imp {
    padding-top: 20px !important;
  }
  .pb-l-20-imp {
    padding-bottom: 20px !important;
  }
  .mt-l-21-imp {
    margin-top: 21px !important;
  }
  .mb-l-21-imp {
    margin-bottom: 21px !important;
  }
  .pt-l-21-imp {
    padding-top: 21px !important;
  }
  .pb-l-21-imp {
    padding-bottom: 21px !important;
  }
  .mt-l-22-imp {
    margin-top: 22px !important;
  }
  .mb-l-22-imp {
    margin-bottom: 22px !important;
  }
  .pt-l-22-imp {
    padding-top: 22px !important;
  }
  .pb-l-22-imp {
    padding-bottom: 22px !important;
  }
  .mt-l-23-imp {
    margin-top: 23px !important;
  }
  .mb-l-23-imp {
    margin-bottom: 23px !important;
  }
  .pt-l-23-imp {
    padding-top: 23px !important;
  }
  .pb-l-23-imp {
    padding-bottom: 23px !important;
  }
  .mt-l-24-imp {
    margin-top: 24px !important;
  }
  .mb-l-24-imp {
    margin-bottom: 24px !important;
  }
  .pt-l-24-imp {
    padding-top: 24px !important;
  }
  .pb-l-24-imp {
    padding-bottom: 24px !important;
  }
  .mt-l-25-imp {
    margin-top: 25px !important;
  }
  .mb-l-25-imp {
    margin-bottom: 25px !important;
  }
  .pt-l-25-imp {
    padding-top: 25px !important;
  }
  .pb-l-25-imp {
    padding-bottom: 25px !important;
  }
  .mt-l-26-imp {
    margin-top: 26px !important;
  }
  .mb-l-26-imp {
    margin-bottom: 26px !important;
  }
  .pt-l-26-imp {
    padding-top: 26px !important;
  }
  .pb-l-26-imp {
    padding-bottom: 26px !important;
  }
  .mt-l-27-imp {
    margin-top: 27px !important;
  }
  .mb-l-27-imp {
    margin-bottom: 27px !important;
  }
  .pt-l-27-imp {
    padding-top: 27px !important;
  }
  .pb-l-27-imp {
    padding-bottom: 27px !important;
  }
  .mt-l-28-imp {
    margin-top: 28px !important;
  }
  .mb-l-28-imp {
    margin-bottom: 28px !important;
  }
  .pt-l-28-imp {
    padding-top: 28px !important;
  }
  .pb-l-28-imp {
    padding-bottom: 28px !important;
  }
  .mt-l-29-imp {
    margin-top: 29px !important;
  }
  .mb-l-29-imp {
    margin-bottom: 29px !important;
  }
  .pt-l-29-imp {
    padding-top: 29px !important;
  }
  .pb-l-29-imp {
    padding-bottom: 29px !important;
  }
  .mt-l-30-imp {
    margin-top: 30px !important;
  }
  .mb-l-30-imp {
    margin-bottom: 30px !important;
  }
  .pt-l-30-imp {
    padding-top: 30px !important;
  }
  .pb-l-30-imp {
    padding-bottom: 30px !important;
  }
  .mt-l-31-imp {
    margin-top: 31px !important;
  }
  .mb-l-31-imp {
    margin-bottom: 31px !important;
  }
  .pt-l-31-imp {
    padding-top: 31px !important;
  }
  .pb-l-31-imp {
    padding-bottom: 31px !important;
  }
  .mt-l-32-imp {
    margin-top: 32px !important;
  }
  .mb-l-32-imp {
    margin-bottom: 32px !important;
  }
  .pt-l-32-imp {
    padding-top: 32px !important;
  }
  .pb-l-32-imp {
    padding-bottom: 32px !important;
  }
  .mt-l-33-imp {
    margin-top: 33px !important;
  }
  .mb-l-33-imp {
    margin-bottom: 33px !important;
  }
  .pt-l-33-imp {
    padding-top: 33px !important;
  }
  .pb-l-33-imp {
    padding-bottom: 33px !important;
  }
  .mt-l-34-imp {
    margin-top: 34px !important;
  }
  .mb-l-34-imp {
    margin-bottom: 34px !important;
  }
  .pt-l-34-imp {
    padding-top: 34px !important;
  }
  .pb-l-34-imp {
    padding-bottom: 34px !important;
  }
  .mt-l-35-imp {
    margin-top: 35px !important;
  }
  .mb-l-35-imp {
    margin-bottom: 35px !important;
  }
  .pt-l-35-imp {
    padding-top: 35px !important;
  }
  .pb-l-35-imp {
    padding-bottom: 35px !important;
  }
  .mt-l-36-imp {
    margin-top: 36px !important;
  }
  .mb-l-36-imp {
    margin-bottom: 36px !important;
  }
  .pt-l-36-imp {
    padding-top: 36px !important;
  }
  .pb-l-36-imp {
    padding-bottom: 36px !important;
  }
  .mt-l-37-imp {
    margin-top: 37px !important;
  }
  .mb-l-37-imp {
    margin-bottom: 37px !important;
  }
  .pt-l-37-imp {
    padding-top: 37px !important;
  }
  .pb-l-37-imp {
    padding-bottom: 37px !important;
  }
  .mt-l-38-imp {
    margin-top: 38px !important;
  }
  .mb-l-38-imp {
    margin-bottom: 38px !important;
  }
  .pt-l-38-imp {
    padding-top: 38px !important;
  }
  .pb-l-38-imp {
    padding-bottom: 38px !important;
  }
  .mt-l-39-imp {
    margin-top: 39px !important;
  }
  .mb-l-39-imp {
    margin-bottom: 39px !important;
  }
  .pt-l-39-imp {
    padding-top: 39px !important;
  }
  .pb-l-39-imp {
    padding-bottom: 39px !important;
  }
  .mt-l-40-imp {
    margin-top: 40px !important;
  }
  .mb-l-40-imp {
    margin-bottom: 40px !important;
  }
  .pt-l-40-imp {
    padding-top: 40px !important;
  }
  .pb-l-40-imp {
    padding-bottom: 40px !important;
  }
  .mt-l-41-imp {
    margin-top: 41px !important;
  }
  .mb-l-41-imp {
    margin-bottom: 41px !important;
  }
  .pt-l-41-imp {
    padding-top: 41px !important;
  }
  .pb-l-41-imp {
    padding-bottom: 41px !important;
  }
  .mt-l-42-imp {
    margin-top: 42px !important;
  }
  .mb-l-42-imp {
    margin-bottom: 42px !important;
  }
  .pt-l-42-imp {
    padding-top: 42px !important;
  }
  .pb-l-42-imp {
    padding-bottom: 42px !important;
  }
  .mt-l-43-imp {
    margin-top: 43px !important;
  }
  .mb-l-43-imp {
    margin-bottom: 43px !important;
  }
  .pt-l-43-imp {
    padding-top: 43px !important;
  }
  .pb-l-43-imp {
    padding-bottom: 43px !important;
  }
  .mt-l-44-imp {
    margin-top: 44px !important;
  }
  .mb-l-44-imp {
    margin-bottom: 44px !important;
  }
  .pt-l-44-imp {
    padding-top: 44px !important;
  }
  .pb-l-44-imp {
    padding-bottom: 44px !important;
  }
  .mt-l-45-imp {
    margin-top: 45px !important;
  }
  .mb-l-45-imp {
    margin-bottom: 45px !important;
  }
  .pt-l-45-imp {
    padding-top: 45px !important;
  }
  .pb-l-45-imp {
    padding-bottom: 45px !important;
  }
  .mt-l-46-imp {
    margin-top: 46px !important;
  }
  .mb-l-46-imp {
    margin-bottom: 46px !important;
  }
  .pt-l-46-imp {
    padding-top: 46px !important;
  }
  .pb-l-46-imp {
    padding-bottom: 46px !important;
  }
  .mt-l-47-imp {
    margin-top: 47px !important;
  }
  .mb-l-47-imp {
    margin-bottom: 47px !important;
  }
  .pt-l-47-imp {
    padding-top: 47px !important;
  }
  .pb-l-47-imp {
    padding-bottom: 47px !important;
  }
  .mt-l-48-imp {
    margin-top: 48px !important;
  }
  .mb-l-48-imp {
    margin-bottom: 48px !important;
  }
  .pt-l-48-imp {
    padding-top: 48px !important;
  }
  .pb-l-48-imp {
    padding-bottom: 48px !important;
  }
  .mt-l-49-imp {
    margin-top: 49px !important;
  }
  .mb-l-49-imp {
    margin-bottom: 49px !important;
  }
  .pt-l-49-imp {
    padding-top: 49px !important;
  }
  .pb-l-49-imp {
    padding-bottom: 49px !important;
  }
  .mt-l-50-imp {
    margin-top: 50px !important;
  }
  .mb-l-50-imp {
    margin-bottom: 50px !important;
  }
  .pt-l-50-imp {
    padding-top: 50px !important;
  }
  .pb-l-50-imp {
    padding-bottom: 50px !important;
  }
  .mt-l-51-imp {
    margin-top: 51px !important;
  }
  .mb-l-51-imp {
    margin-bottom: 51px !important;
  }
  .pt-l-51-imp {
    padding-top: 51px !important;
  }
  .pb-l-51-imp {
    padding-bottom: 51px !important;
  }
  .mt-l-52-imp {
    margin-top: 52px !important;
  }
  .mb-l-52-imp {
    margin-bottom: 52px !important;
  }
  .pt-l-52-imp {
    padding-top: 52px !important;
  }
  .pb-l-52-imp {
    padding-bottom: 52px !important;
  }
  .mt-l-53-imp {
    margin-top: 53px !important;
  }
  .mb-l-53-imp {
    margin-bottom: 53px !important;
  }
  .pt-l-53-imp {
    padding-top: 53px !important;
  }
  .pb-l-53-imp {
    padding-bottom: 53px !important;
  }
  .mt-l-54-imp {
    margin-top: 54px !important;
  }
  .mb-l-54-imp {
    margin-bottom: 54px !important;
  }
  .pt-l-54-imp {
    padding-top: 54px !important;
  }
  .pb-l-54-imp {
    padding-bottom: 54px !important;
  }
  .mt-l-55-imp {
    margin-top: 55px !important;
  }
  .mb-l-55-imp {
    margin-bottom: 55px !important;
  }
  .pt-l-55-imp {
    padding-top: 55px !important;
  }
  .pb-l-55-imp {
    padding-bottom: 55px !important;
  }
  .mt-l-56-imp {
    margin-top: 56px !important;
  }
  .mb-l-56-imp {
    margin-bottom: 56px !important;
  }
  .pt-l-56-imp {
    padding-top: 56px !important;
  }
  .pb-l-56-imp {
    padding-bottom: 56px !important;
  }
  .mt-l-57-imp {
    margin-top: 57px !important;
  }
  .mb-l-57-imp {
    margin-bottom: 57px !important;
  }
  .pt-l-57-imp {
    padding-top: 57px !important;
  }
  .pb-l-57-imp {
    padding-bottom: 57px !important;
  }
  .mt-l-58-imp {
    margin-top: 58px !important;
  }
  .mb-l-58-imp {
    margin-bottom: 58px !important;
  }
  .pt-l-58-imp {
    padding-top: 58px !important;
  }
  .pb-l-58-imp {
    padding-bottom: 58px !important;
  }
  .mt-l-59-imp {
    margin-top: 59px !important;
  }
  .mb-l-59-imp {
    margin-bottom: 59px !important;
  }
  .pt-l-59-imp {
    padding-top: 59px !important;
  }
  .pb-l-59-imp {
    padding-bottom: 59px !important;
  }
  .mt-l-60-imp {
    margin-top: 60px !important;
  }
  .mb-l-60-imp {
    margin-bottom: 60px !important;
  }
  .pt-l-60-imp {
    padding-top: 60px !important;
  }
  .pb-l-60-imp {
    padding-bottom: 60px !important;
  }
  .mt-l-61-imp {
    margin-top: 61px !important;
  }
  .mb-l-61-imp {
    margin-bottom: 61px !important;
  }
  .pt-l-61-imp {
    padding-top: 61px !important;
  }
  .pb-l-61-imp {
    padding-bottom: 61px !important;
  }
  .mt-l-62-imp {
    margin-top: 62px !important;
  }
  .mb-l-62-imp {
    margin-bottom: 62px !important;
  }
  .pt-l-62-imp {
    padding-top: 62px !important;
  }
  .pb-l-62-imp {
    padding-bottom: 62px !important;
  }
  .mt-l-63-imp {
    margin-top: 63px !important;
  }
  .mb-l-63-imp {
    margin-bottom: 63px !important;
  }
  .pt-l-63-imp {
    padding-top: 63px !important;
  }
  .pb-l-63-imp {
    padding-bottom: 63px !important;
  }
  .mt-l-64-imp {
    margin-top: 64px !important;
  }
  .mb-l-64-imp {
    margin-bottom: 64px !important;
  }
  .pt-l-64-imp {
    padding-top: 64px !important;
  }
  .pb-l-64-imp {
    padding-bottom: 64px !important;
  }
  .mt-l-65-imp {
    margin-top: 65px !important;
  }
  .mb-l-65-imp {
    margin-bottom: 65px !important;
  }
  .pt-l-65-imp {
    padding-top: 65px !important;
  }
  .pb-l-65-imp {
    padding-bottom: 65px !important;
  }
  .mt-l-66-imp {
    margin-top: 66px !important;
  }
  .mb-l-66-imp {
    margin-bottom: 66px !important;
  }
  .pt-l-66-imp {
    padding-top: 66px !important;
  }
  .pb-l-66-imp {
    padding-bottom: 66px !important;
  }
  .mt-l-67-imp {
    margin-top: 67px !important;
  }
  .mb-l-67-imp {
    margin-bottom: 67px !important;
  }
  .pt-l-67-imp {
    padding-top: 67px !important;
  }
  .pb-l-67-imp {
    padding-bottom: 67px !important;
  }
  .mt-l-68-imp {
    margin-top: 68px !important;
  }
  .mb-l-68-imp {
    margin-bottom: 68px !important;
  }
  .pt-l-68-imp {
    padding-top: 68px !important;
  }
  .pb-l-68-imp {
    padding-bottom: 68px !important;
  }
  .mt-l-69-imp {
    margin-top: 69px !important;
  }
  .mb-l-69-imp {
    margin-bottom: 69px !important;
  }
  .pt-l-69-imp {
    padding-top: 69px !important;
  }
  .pb-l-69-imp {
    padding-bottom: 69px !important;
  }
  .mt-l-70-imp {
    margin-top: 70px !important;
  }
  .mb-l-70-imp {
    margin-bottom: 70px !important;
  }
  .pt-l-70-imp {
    padding-top: 70px !important;
  }
  .pb-l-70-imp {
    padding-bottom: 70px !important;
  }
  .mt-l-71-imp {
    margin-top: 71px !important;
  }
  .mb-l-71-imp {
    margin-bottom: 71px !important;
  }
  .pt-l-71-imp {
    padding-top: 71px !important;
  }
  .pb-l-71-imp {
    padding-bottom: 71px !important;
  }
  .mt-l-72-imp {
    margin-top: 72px !important;
  }
  .mb-l-72-imp {
    margin-bottom: 72px !important;
  }
  .pt-l-72-imp {
    padding-top: 72px !important;
  }
  .pb-l-72-imp {
    padding-bottom: 72px !important;
  }
  .mt-l-73-imp {
    margin-top: 73px !important;
  }
  .mb-l-73-imp {
    margin-bottom: 73px !important;
  }
  .pt-l-73-imp {
    padding-top: 73px !important;
  }
  .pb-l-73-imp {
    padding-bottom: 73px !important;
  }
  .mt-l-74-imp {
    margin-top: 74px !important;
  }
  .mb-l-74-imp {
    margin-bottom: 74px !important;
  }
  .pt-l-74-imp {
    padding-top: 74px !important;
  }
  .pb-l-74-imp {
    padding-bottom: 74px !important;
  }
  .mt-l-75-imp {
    margin-top: 75px !important;
  }
  .mb-l-75-imp {
    margin-bottom: 75px !important;
  }
  .pt-l-75-imp {
    padding-top: 75px !important;
  }
  .pb-l-75-imp {
    padding-bottom: 75px !important;
  }
  .mt-l-76-imp {
    margin-top: 76px !important;
  }
  .mb-l-76-imp {
    margin-bottom: 76px !important;
  }
  .pt-l-76-imp {
    padding-top: 76px !important;
  }
  .pb-l-76-imp {
    padding-bottom: 76px !important;
  }
  .mt-l-77-imp {
    margin-top: 77px !important;
  }
  .mb-l-77-imp {
    margin-bottom: 77px !important;
  }
  .pt-l-77-imp {
    padding-top: 77px !important;
  }
  .pb-l-77-imp {
    padding-bottom: 77px !important;
  }
  .mt-l-78-imp {
    margin-top: 78px !important;
  }
  .mb-l-78-imp {
    margin-bottom: 78px !important;
  }
  .pt-l-78-imp {
    padding-top: 78px !important;
  }
  .pb-l-78-imp {
    padding-bottom: 78px !important;
  }
  .mt-l-79-imp {
    margin-top: 79px !important;
  }
  .mb-l-79-imp {
    margin-bottom: 79px !important;
  }
  .pt-l-79-imp {
    padding-top: 79px !important;
  }
  .pb-l-79-imp {
    padding-bottom: 79px !important;
  }
  .mt-l-80-imp {
    margin-top: 80px !important;
  }
  .mb-l-80-imp {
    margin-bottom: 80px !important;
  }
  .pt-l-80-imp {
    padding-top: 80px !important;
  }
  .pb-l-80-imp {
    padding-bottom: 80px !important;
  }
  .mt-l-81-imp {
    margin-top: 81px !important;
  }
  .mb-l-81-imp {
    margin-bottom: 81px !important;
  }
  .pt-l-81-imp {
    padding-top: 81px !important;
  }
  .pb-l-81-imp {
    padding-bottom: 81px !important;
  }
  .mt-l-82-imp {
    margin-top: 82px !important;
  }
  .mb-l-82-imp {
    margin-bottom: 82px !important;
  }
  .pt-l-82-imp {
    padding-top: 82px !important;
  }
  .pb-l-82-imp {
    padding-bottom: 82px !important;
  }
  .mt-l-83-imp {
    margin-top: 83px !important;
  }
  .mb-l-83-imp {
    margin-bottom: 83px !important;
  }
  .pt-l-83-imp {
    padding-top: 83px !important;
  }
  .pb-l-83-imp {
    padding-bottom: 83px !important;
  }
  .mt-l-84-imp {
    margin-top: 84px !important;
  }
  .mb-l-84-imp {
    margin-bottom: 84px !important;
  }
  .pt-l-84-imp {
    padding-top: 84px !important;
  }
  .pb-l-84-imp {
    padding-bottom: 84px !important;
  }
  .mt-l-85-imp {
    margin-top: 85px !important;
  }
  .mb-l-85-imp {
    margin-bottom: 85px !important;
  }
  .pt-l-85-imp {
    padding-top: 85px !important;
  }
  .pb-l-85-imp {
    padding-bottom: 85px !important;
  }
  .mt-l-86-imp {
    margin-top: 86px !important;
  }
  .mb-l-86-imp {
    margin-bottom: 86px !important;
  }
  .pt-l-86-imp {
    padding-top: 86px !important;
  }
  .pb-l-86-imp {
    padding-bottom: 86px !important;
  }
  .mt-l-87-imp {
    margin-top: 87px !important;
  }
  .mb-l-87-imp {
    margin-bottom: 87px !important;
  }
  .pt-l-87-imp {
    padding-top: 87px !important;
  }
  .pb-l-87-imp {
    padding-bottom: 87px !important;
  }
  .mt-l-88-imp {
    margin-top: 88px !important;
  }
  .mb-l-88-imp {
    margin-bottom: 88px !important;
  }
  .pt-l-88-imp {
    padding-top: 88px !important;
  }
  .pb-l-88-imp {
    padding-bottom: 88px !important;
  }
  .mt-l-89-imp {
    margin-top: 89px !important;
  }
  .mb-l-89-imp {
    margin-bottom: 89px !important;
  }
  .pt-l-89-imp {
    padding-top: 89px !important;
  }
  .pb-l-89-imp {
    padding-bottom: 89px !important;
  }
  .mt-l-90-imp {
    margin-top: 90px !important;
  }
  .mb-l-90-imp {
    margin-bottom: 90px !important;
  }
  .pt-l-90-imp {
    padding-top: 90px !important;
  }
  .pb-l-90-imp {
    padding-bottom: 90px !important;
  }
  .mt-l-91-imp {
    margin-top: 91px !important;
  }
  .mb-l-91-imp {
    margin-bottom: 91px !important;
  }
  .pt-l-91-imp {
    padding-top: 91px !important;
  }
  .pb-l-91-imp {
    padding-bottom: 91px !important;
  }
  .mt-l-92-imp {
    margin-top: 92px !important;
  }
  .mb-l-92-imp {
    margin-bottom: 92px !important;
  }
  .pt-l-92-imp {
    padding-top: 92px !important;
  }
  .pb-l-92-imp {
    padding-bottom: 92px !important;
  }
  .mt-l-93-imp {
    margin-top: 93px !important;
  }
  .mb-l-93-imp {
    margin-bottom: 93px !important;
  }
  .pt-l-93-imp {
    padding-top: 93px !important;
  }
  .pb-l-93-imp {
    padding-bottom: 93px !important;
  }
  .mt-l-94-imp {
    margin-top: 94px !important;
  }
  .mb-l-94-imp {
    margin-bottom: 94px !important;
  }
  .pt-l-94-imp {
    padding-top: 94px !important;
  }
  .pb-l-94-imp {
    padding-bottom: 94px !important;
  }
  .mt-l-95-imp {
    margin-top: 95px !important;
  }
  .mb-l-95-imp {
    margin-bottom: 95px !important;
  }
  .pt-l-95-imp {
    padding-top: 95px !important;
  }
  .pb-l-95-imp {
    padding-bottom: 95px !important;
  }
  .mt-l-96-imp {
    margin-top: 96px !important;
  }
  .mb-l-96-imp {
    margin-bottom: 96px !important;
  }
  .pt-l-96-imp {
    padding-top: 96px !important;
  }
  .pb-l-96-imp {
    padding-bottom: 96px !important;
  }
  .mt-l-97-imp {
    margin-top: 97px !important;
  }
  .mb-l-97-imp {
    margin-bottom: 97px !important;
  }
  .pt-l-97-imp {
    padding-top: 97px !important;
  }
  .pb-l-97-imp {
    padding-bottom: 97px !important;
  }
  .mt-l-98-imp {
    margin-top: 98px !important;
  }
  .mb-l-98-imp {
    margin-bottom: 98px !important;
  }
  .pt-l-98-imp {
    padding-top: 98px !important;
  }
  .pb-l-98-imp {
    padding-bottom: 98px !important;
  }
  .mt-l-99-imp {
    margin-top: 99px !important;
  }
  .mb-l-99-imp {
    margin-bottom: 99px !important;
  }
  .pt-l-99-imp {
    padding-top: 99px !important;
  }
  .pb-l-99-imp {
    padding-bottom: 99px !important;
  }
  .mt-l-100-imp {
    margin-top: 100px !important;
  }
  .mb-l-100-imp {
    margin-bottom: 100px !important;
  }
  .pt-l-100-imp {
    padding-top: 100px !important;
  }
  .pb-l-100-imp {
    padding-bottom: 100px !important;
  }
  .mt-l-101-imp {
    margin-top: 101px !important;
  }
  .mb-l-101-imp {
    margin-bottom: 101px !important;
  }
  .pt-l-101-imp {
    padding-top: 101px !important;
  }
  .pb-l-101-imp {
    padding-bottom: 101px !important;
  }
  .mt-l-102-imp {
    margin-top: 102px !important;
  }
  .mb-l-102-imp {
    margin-bottom: 102px !important;
  }
  .pt-l-102-imp {
    padding-top: 102px !important;
  }
  .pb-l-102-imp {
    padding-bottom: 102px !important;
  }
  .mt-l-103-imp {
    margin-top: 103px !important;
  }
  .mb-l-103-imp {
    margin-bottom: 103px !important;
  }
  .pt-l-103-imp {
    padding-top: 103px !important;
  }
  .pb-l-103-imp {
    padding-bottom: 103px !important;
  }
  .mt-l-104-imp {
    margin-top: 104px !important;
  }
  .mb-l-104-imp {
    margin-bottom: 104px !important;
  }
  .pt-l-104-imp {
    padding-top: 104px !important;
  }
  .pb-l-104-imp {
    padding-bottom: 104px !important;
  }
  .mt-l-105-imp {
    margin-top: 105px !important;
  }
  .mb-l-105-imp {
    margin-bottom: 105px !important;
  }
  .pt-l-105-imp {
    padding-top: 105px !important;
  }
  .pb-l-105-imp {
    padding-bottom: 105px !important;
  }
  .mt-l-106-imp {
    margin-top: 106px !important;
  }
  .mb-l-106-imp {
    margin-bottom: 106px !important;
  }
  .pt-l-106-imp {
    padding-top: 106px !important;
  }
  .pb-l-106-imp {
    padding-bottom: 106px !important;
  }
  .mt-l-107-imp {
    margin-top: 107px !important;
  }
  .mb-l-107-imp {
    margin-bottom: 107px !important;
  }
  .pt-l-107-imp {
    padding-top: 107px !important;
  }
  .pb-l-107-imp {
    padding-bottom: 107px !important;
  }
  .mt-l-108-imp {
    margin-top: 108px !important;
  }
  .mb-l-108-imp {
    margin-bottom: 108px !important;
  }
  .pt-l-108-imp {
    padding-top: 108px !important;
  }
  .pb-l-108-imp {
    padding-bottom: 108px !important;
  }
  .mt-l-109-imp {
    margin-top: 109px !important;
  }
  .mb-l-109-imp {
    margin-bottom: 109px !important;
  }
  .pt-l-109-imp {
    padding-top: 109px !important;
  }
  .pb-l-109-imp {
    padding-bottom: 109px !important;
  }
  .mt-l-110-imp {
    margin-top: 110px !important;
  }
  .mb-l-110-imp {
    margin-bottom: 110px !important;
  }
  .pt-l-110-imp {
    padding-top: 110px !important;
  }
  .pb-l-110-imp {
    padding-bottom: 110px !important;
  }
  .mt-l-111-imp {
    margin-top: 111px !important;
  }
  .mb-l-111-imp {
    margin-bottom: 111px !important;
  }
  .pt-l-111-imp {
    padding-top: 111px !important;
  }
  .pb-l-111-imp {
    padding-bottom: 111px !important;
  }
  .mt-l-112-imp {
    margin-top: 112px !important;
  }
  .mb-l-112-imp {
    margin-bottom: 112px !important;
  }
  .pt-l-112-imp {
    padding-top: 112px !important;
  }
  .pb-l-112-imp {
    padding-bottom: 112px !important;
  }
  .mt-l-113-imp {
    margin-top: 113px !important;
  }
  .mb-l-113-imp {
    margin-bottom: 113px !important;
  }
  .pt-l-113-imp {
    padding-top: 113px !important;
  }
  .pb-l-113-imp {
    padding-bottom: 113px !important;
  }
  .mt-l-114-imp {
    margin-top: 114px !important;
  }
  .mb-l-114-imp {
    margin-bottom: 114px !important;
  }
  .pt-l-114-imp {
    padding-top: 114px !important;
  }
  .pb-l-114-imp {
    padding-bottom: 114px !important;
  }
  .mt-l-115-imp {
    margin-top: 115px !important;
  }
  .mb-l-115-imp {
    margin-bottom: 115px !important;
  }
  .pt-l-115-imp {
    padding-top: 115px !important;
  }
  .pb-l-115-imp {
    padding-bottom: 115px !important;
  }
  .mt-l-116-imp {
    margin-top: 116px !important;
  }
  .mb-l-116-imp {
    margin-bottom: 116px !important;
  }
  .pt-l-116-imp {
    padding-top: 116px !important;
  }
  .pb-l-116-imp {
    padding-bottom: 116px !important;
  }
  .mt-l-117-imp {
    margin-top: 117px !important;
  }
  .mb-l-117-imp {
    margin-bottom: 117px !important;
  }
  .pt-l-117-imp {
    padding-top: 117px !important;
  }
  .pb-l-117-imp {
    padding-bottom: 117px !important;
  }
  .mt-l-118-imp {
    margin-top: 118px !important;
  }
  .mb-l-118-imp {
    margin-bottom: 118px !important;
  }
  .pt-l-118-imp {
    padding-top: 118px !important;
  }
  .pb-l-118-imp {
    padding-bottom: 118px !important;
  }
  .mt-l-119-imp {
    margin-top: 119px !important;
  }
  .mb-l-119-imp {
    margin-bottom: 119px !important;
  }
  .pt-l-119-imp {
    padding-top: 119px !important;
  }
  .pb-l-119-imp {
    padding-bottom: 119px !important;
  }
  .mt-l-120-imp {
    margin-top: 120px !important;
  }
  .mb-l-120-imp {
    margin-bottom: 120px !important;
  }
  .pt-l-120-imp {
    padding-top: 120px !important;
  }
  .pb-l-120-imp {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-m-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  .col-m-span-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .row-m-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .row-m-span-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  .col-m-2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  .col-m-span-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .row-m-2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  .row-m-span-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
  .col-m-3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  .col-m-span-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .row-m-3 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  .row-m-span-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }
  .col-m-4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
  }
  .col-m-span-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .row-m-4 {
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
  .row-m-span-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }
  .col-m-5 {
    -ms-grid-column: 5;
    grid-column-start: 5;
  }
  .col-m-span-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .row-m-5 {
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
  .row-m-span-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }
  .col-m-6 {
    -ms-grid-column: 6;
    grid-column-start: 6;
  }
  .col-m-span-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .row-m-6 {
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
  .row-m-span-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }
  .col-m-7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
  }
  .col-m-span-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .row-m-7 {
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  .row-m-span-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }
  .col-m-8 {
    -ms-grid-column: 8;
    grid-column-start: 8;
  }
  .col-m-span-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .row-m-8 {
    -ms-grid-row: 8;
    grid-row-start: 8;
  }
  .row-m-span-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }
  .col-m-9 {
    -ms-grid-column: 9;
    grid-column-start: 9;
  }
  .col-m-span-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .row-m-9 {
    -ms-grid-row: 9;
    grid-row-start: 9;
  }
  .row-m-span-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }
  .col-m-10 {
    -ms-grid-column: 10;
    grid-column-start: 10;
  }
  .col-m-span-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .row-m-10 {
    -ms-grid-row: 10;
    grid-row-start: 10;
  }
  .row-m-span-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }
  .col-m-11 {
    -ms-grid-column: 11;
    grid-column-start: 11;
  }
  .col-m-span-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .row-m-11 {
    -ms-grid-row: 11;
    grid-row-start: 11;
  }
  .row-m-span-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }
  .col-m-12 {
    -ms-grid-column: 12;
    grid-column-start: 12;
  }
  .col-m-span-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
  .row-m-12 {
    -ms-grid-row: 12;
    grid-row-start: 12;
  }
  .row-m-span-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }
  .col-m-13 {
    -ms-grid-column: 13;
    grid-column-start: 13;
  }
  .col-m-span-13 {
    -ms-grid-column-span: 13;
    grid-column-end: span 13;
  }
  .row-m-13 {
    -ms-grid-row: 13;
    grid-row-start: 13;
  }
  .row-m-span-13 {
    -ms-grid-row-span: 13;
    grid-row-end: span 13;
  }
  .col-m-14 {
    -ms-grid-column: 14;
    grid-column-start: 14;
  }
  .col-m-span-14 {
    -ms-grid-column-span: 14;
    grid-column-end: span 14;
  }
  .row-m-14 {
    -ms-grid-row: 14;
    grid-row-start: 14;
  }
  .row-m-span-14 {
    -ms-grid-row-span: 14;
    grid-row-end: span 14;
  }
  .col-m-15 {
    -ms-grid-column: 15;
    grid-column-start: 15;
  }
  .col-m-span-15 {
    -ms-grid-column-span: 15;
    grid-column-end: span 15;
  }
  .row-m-15 {
    -ms-grid-row: 15;
    grid-row-start: 15;
  }
  .row-m-span-15 {
    -ms-grid-row-span: 15;
    grid-row-end: span 15;
  }
  .col-m-16 {
    -ms-grid-column: 16;
    grid-column-start: 16;
  }
  .col-m-span-16 {
    -ms-grid-column-span: 16;
    grid-column-end: span 16;
  }
  .row-m-16 {
    -ms-grid-row: 16;
    grid-row-start: 16;
  }
  .row-m-span-16 {
    -ms-grid-row-span: 16;
    grid-row-end: span 16;
  }
  .justify-self-m-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .justify-self-m-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .justify-self-m-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .justify-self-m-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .align-self-m-start {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .align-self-m-end {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .align-self-m-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-m-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .justify-content-m-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-m-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-m-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-m-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .align-items-m-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-m-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-m-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-m-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .mt-m-0-imp {
    margin-top: 0px !important;
  }
  .mb-m-0-imp {
    margin-bottom: 0px !important;
  }
  .pt-m-0-imp {
    padding-top: 0px !important;
  }
  .pb-m-0-imp {
    padding-bottom: 0px !important;
  }
  .mt-m-1-imp {
    margin-top: 1px !important;
  }
  .mb-m-1-imp {
    margin-bottom: 1px !important;
  }
  .pt-m-1-imp {
    padding-top: 1px !important;
  }
  .pb-m-1-imp {
    padding-bottom: 1px !important;
  }
  .mt-m-2-imp {
    margin-top: 2px !important;
  }
  .mb-m-2-imp {
    margin-bottom: 2px !important;
  }
  .pt-m-2-imp {
    padding-top: 2px !important;
  }
  .pb-m-2-imp {
    padding-bottom: 2px !important;
  }
  .mt-m-3-imp {
    margin-top: 3px !important;
  }
  .mb-m-3-imp {
    margin-bottom: 3px !important;
  }
  .pt-m-3-imp {
    padding-top: 3px !important;
  }
  .pb-m-3-imp {
    padding-bottom: 3px !important;
  }
  .mt-m-4-imp {
    margin-top: 4px !important;
  }
  .mb-m-4-imp {
    margin-bottom: 4px !important;
  }
  .pt-m-4-imp {
    padding-top: 4px !important;
  }
  .pb-m-4-imp {
    padding-bottom: 4px !important;
  }
  .mt-m-5-imp {
    margin-top: 5px !important;
  }
  .mb-m-5-imp {
    margin-bottom: 5px !important;
  }
  .pt-m-5-imp {
    padding-top: 5px !important;
  }
  .pb-m-5-imp {
    padding-bottom: 5px !important;
  }
  .mt-m-6-imp {
    margin-top: 6px !important;
  }
  .mb-m-6-imp {
    margin-bottom: 6px !important;
  }
  .pt-m-6-imp {
    padding-top: 6px !important;
  }
  .pb-m-6-imp {
    padding-bottom: 6px !important;
  }
  .mt-m-7-imp {
    margin-top: 7px !important;
  }
  .mb-m-7-imp {
    margin-bottom: 7px !important;
  }
  .pt-m-7-imp {
    padding-top: 7px !important;
  }
  .pb-m-7-imp {
    padding-bottom: 7px !important;
  }
  .mt-m-8-imp {
    margin-top: 8px !important;
  }
  .mb-m-8-imp {
    margin-bottom: 8px !important;
  }
  .pt-m-8-imp {
    padding-top: 8px !important;
  }
  .pb-m-8-imp {
    padding-bottom: 8px !important;
  }
  .mt-m-9-imp {
    margin-top: 9px !important;
  }
  .mb-m-9-imp {
    margin-bottom: 9px !important;
  }
  .pt-m-9-imp {
    padding-top: 9px !important;
  }
  .pb-m-9-imp {
    padding-bottom: 9px !important;
  }
  .mt-m-10-imp {
    margin-top: 10px !important;
  }
  .mb-m-10-imp {
    margin-bottom: 10px !important;
  }
  .pt-m-10-imp {
    padding-top: 10px !important;
  }
  .pb-m-10-imp {
    padding-bottom: 10px !important;
  }
  .mt-m-11-imp {
    margin-top: 11px !important;
  }
  .mb-m-11-imp {
    margin-bottom: 11px !important;
  }
  .pt-m-11-imp {
    padding-top: 11px !important;
  }
  .pb-m-11-imp {
    padding-bottom: 11px !important;
  }
  .mt-m-12-imp {
    margin-top: 12px !important;
  }
  .mb-m-12-imp {
    margin-bottom: 12px !important;
  }
  .pt-m-12-imp {
    padding-top: 12px !important;
  }
  .pb-m-12-imp {
    padding-bottom: 12px !important;
  }
  .mt-m-13-imp {
    margin-top: 13px !important;
  }
  .mb-m-13-imp {
    margin-bottom: 13px !important;
  }
  .pt-m-13-imp {
    padding-top: 13px !important;
  }
  .pb-m-13-imp {
    padding-bottom: 13px !important;
  }
  .mt-m-14-imp {
    margin-top: 14px !important;
  }
  .mb-m-14-imp {
    margin-bottom: 14px !important;
  }
  .pt-m-14-imp {
    padding-top: 14px !important;
  }
  .pb-m-14-imp {
    padding-bottom: 14px !important;
  }
  .mt-m-15-imp {
    margin-top: 15px !important;
  }
  .mb-m-15-imp {
    margin-bottom: 15px !important;
  }
  .pt-m-15-imp {
    padding-top: 15px !important;
  }
  .pb-m-15-imp {
    padding-bottom: 15px !important;
  }
  .mt-m-16-imp {
    margin-top: 16px !important;
  }
  .mb-m-16-imp {
    margin-bottom: 16px !important;
  }
  .pt-m-16-imp {
    padding-top: 16px !important;
  }
  .pb-m-16-imp {
    padding-bottom: 16px !important;
  }
  .mt-m-17-imp {
    margin-top: 17px !important;
  }
  .mb-m-17-imp {
    margin-bottom: 17px !important;
  }
  .pt-m-17-imp {
    padding-top: 17px !important;
  }
  .pb-m-17-imp {
    padding-bottom: 17px !important;
  }
  .mt-m-18-imp {
    margin-top: 18px !important;
  }
  .mb-m-18-imp {
    margin-bottom: 18px !important;
  }
  .pt-m-18-imp {
    padding-top: 18px !important;
  }
  .pb-m-18-imp {
    padding-bottom: 18px !important;
  }
  .mt-m-19-imp {
    margin-top: 19px !important;
  }
  .mb-m-19-imp {
    margin-bottom: 19px !important;
  }
  .pt-m-19-imp {
    padding-top: 19px !important;
  }
  .pb-m-19-imp {
    padding-bottom: 19px !important;
  }
  .mt-m-20-imp {
    margin-top: 20px !important;
  }
  .mb-m-20-imp {
    margin-bottom: 20px !important;
  }
  .pt-m-20-imp {
    padding-top: 20px !important;
  }
  .pb-m-20-imp {
    padding-bottom: 20px !important;
  }
  .mt-m-21-imp {
    margin-top: 21px !important;
  }
  .mb-m-21-imp {
    margin-bottom: 21px !important;
  }
  .pt-m-21-imp {
    padding-top: 21px !important;
  }
  .pb-m-21-imp {
    padding-bottom: 21px !important;
  }
  .mt-m-22-imp {
    margin-top: 22px !important;
  }
  .mb-m-22-imp {
    margin-bottom: 22px !important;
  }
  .pt-m-22-imp {
    padding-top: 22px !important;
  }
  .pb-m-22-imp {
    padding-bottom: 22px !important;
  }
  .mt-m-23-imp {
    margin-top: 23px !important;
  }
  .mb-m-23-imp {
    margin-bottom: 23px !important;
  }
  .pt-m-23-imp {
    padding-top: 23px !important;
  }
  .pb-m-23-imp {
    padding-bottom: 23px !important;
  }
  .mt-m-24-imp {
    margin-top: 24px !important;
  }
  .mb-m-24-imp {
    margin-bottom: 24px !important;
  }
  .pt-m-24-imp {
    padding-top: 24px !important;
  }
  .pb-m-24-imp {
    padding-bottom: 24px !important;
  }
  .mt-m-25-imp {
    margin-top: 25px !important;
  }
  .mb-m-25-imp {
    margin-bottom: 25px !important;
  }
  .pt-m-25-imp {
    padding-top: 25px !important;
  }
  .pb-m-25-imp {
    padding-bottom: 25px !important;
  }
  .mt-m-26-imp {
    margin-top: 26px !important;
  }
  .mb-m-26-imp {
    margin-bottom: 26px !important;
  }
  .pt-m-26-imp {
    padding-top: 26px !important;
  }
  .pb-m-26-imp {
    padding-bottom: 26px !important;
  }
  .mt-m-27-imp {
    margin-top: 27px !important;
  }
  .mb-m-27-imp {
    margin-bottom: 27px !important;
  }
  .pt-m-27-imp {
    padding-top: 27px !important;
  }
  .pb-m-27-imp {
    padding-bottom: 27px !important;
  }
  .mt-m-28-imp {
    margin-top: 28px !important;
  }
  .mb-m-28-imp {
    margin-bottom: 28px !important;
  }
  .pt-m-28-imp {
    padding-top: 28px !important;
  }
  .pb-m-28-imp {
    padding-bottom: 28px !important;
  }
  .mt-m-29-imp {
    margin-top: 29px !important;
  }
  .mb-m-29-imp {
    margin-bottom: 29px !important;
  }
  .pt-m-29-imp {
    padding-top: 29px !important;
  }
  .pb-m-29-imp {
    padding-bottom: 29px !important;
  }
  .mt-m-30-imp {
    margin-top: 30px !important;
  }
  .mb-m-30-imp {
    margin-bottom: 30px !important;
  }
  .pt-m-30-imp {
    padding-top: 30px !important;
  }
  .pb-m-30-imp {
    padding-bottom: 30px !important;
  }
  .mt-m-31-imp {
    margin-top: 31px !important;
  }
  .mb-m-31-imp {
    margin-bottom: 31px !important;
  }
  .pt-m-31-imp {
    padding-top: 31px !important;
  }
  .pb-m-31-imp {
    padding-bottom: 31px !important;
  }
  .mt-m-32-imp {
    margin-top: 32px !important;
  }
  .mb-m-32-imp {
    margin-bottom: 32px !important;
  }
  .pt-m-32-imp {
    padding-top: 32px !important;
  }
  .pb-m-32-imp {
    padding-bottom: 32px !important;
  }
  .mt-m-33-imp {
    margin-top: 33px !important;
  }
  .mb-m-33-imp {
    margin-bottom: 33px !important;
  }
  .pt-m-33-imp {
    padding-top: 33px !important;
  }
  .pb-m-33-imp {
    padding-bottom: 33px !important;
  }
  .mt-m-34-imp {
    margin-top: 34px !important;
  }
  .mb-m-34-imp {
    margin-bottom: 34px !important;
  }
  .pt-m-34-imp {
    padding-top: 34px !important;
  }
  .pb-m-34-imp {
    padding-bottom: 34px !important;
  }
  .mt-m-35-imp {
    margin-top: 35px !important;
  }
  .mb-m-35-imp {
    margin-bottom: 35px !important;
  }
  .pt-m-35-imp {
    padding-top: 35px !important;
  }
  .pb-m-35-imp {
    padding-bottom: 35px !important;
  }
  .mt-m-36-imp {
    margin-top: 36px !important;
  }
  .mb-m-36-imp {
    margin-bottom: 36px !important;
  }
  .pt-m-36-imp {
    padding-top: 36px !important;
  }
  .pb-m-36-imp {
    padding-bottom: 36px !important;
  }
  .mt-m-37-imp {
    margin-top: 37px !important;
  }
  .mb-m-37-imp {
    margin-bottom: 37px !important;
  }
  .pt-m-37-imp {
    padding-top: 37px !important;
  }
  .pb-m-37-imp {
    padding-bottom: 37px !important;
  }
  .mt-m-38-imp {
    margin-top: 38px !important;
  }
  .mb-m-38-imp {
    margin-bottom: 38px !important;
  }
  .pt-m-38-imp {
    padding-top: 38px !important;
  }
  .pb-m-38-imp {
    padding-bottom: 38px !important;
  }
  .mt-m-39-imp {
    margin-top: 39px !important;
  }
  .mb-m-39-imp {
    margin-bottom: 39px !important;
  }
  .pt-m-39-imp {
    padding-top: 39px !important;
  }
  .pb-m-39-imp {
    padding-bottom: 39px !important;
  }
  .mt-m-40-imp {
    margin-top: 40px !important;
  }
  .mb-m-40-imp {
    margin-bottom: 40px !important;
  }
  .pt-m-40-imp {
    padding-top: 40px !important;
  }
  .pb-m-40-imp {
    padding-bottom: 40px !important;
  }
  .mt-m-41-imp {
    margin-top: 41px !important;
  }
  .mb-m-41-imp {
    margin-bottom: 41px !important;
  }
  .pt-m-41-imp {
    padding-top: 41px !important;
  }
  .pb-m-41-imp {
    padding-bottom: 41px !important;
  }
  .mt-m-42-imp {
    margin-top: 42px !important;
  }
  .mb-m-42-imp {
    margin-bottom: 42px !important;
  }
  .pt-m-42-imp {
    padding-top: 42px !important;
  }
  .pb-m-42-imp {
    padding-bottom: 42px !important;
  }
  .mt-m-43-imp {
    margin-top: 43px !important;
  }
  .mb-m-43-imp {
    margin-bottom: 43px !important;
  }
  .pt-m-43-imp {
    padding-top: 43px !important;
  }
  .pb-m-43-imp {
    padding-bottom: 43px !important;
  }
  .mt-m-44-imp {
    margin-top: 44px !important;
  }
  .mb-m-44-imp {
    margin-bottom: 44px !important;
  }
  .pt-m-44-imp {
    padding-top: 44px !important;
  }
  .pb-m-44-imp {
    padding-bottom: 44px !important;
  }
  .mt-m-45-imp {
    margin-top: 45px !important;
  }
  .mb-m-45-imp {
    margin-bottom: 45px !important;
  }
  .pt-m-45-imp {
    padding-top: 45px !important;
  }
  .pb-m-45-imp {
    padding-bottom: 45px !important;
  }
  .mt-m-46-imp {
    margin-top: 46px !important;
  }
  .mb-m-46-imp {
    margin-bottom: 46px !important;
  }
  .pt-m-46-imp {
    padding-top: 46px !important;
  }
  .pb-m-46-imp {
    padding-bottom: 46px !important;
  }
  .mt-m-47-imp {
    margin-top: 47px !important;
  }
  .mb-m-47-imp {
    margin-bottom: 47px !important;
  }
  .pt-m-47-imp {
    padding-top: 47px !important;
  }
  .pb-m-47-imp {
    padding-bottom: 47px !important;
  }
  .mt-m-48-imp {
    margin-top: 48px !important;
  }
  .mb-m-48-imp {
    margin-bottom: 48px !important;
  }
  .pt-m-48-imp {
    padding-top: 48px !important;
  }
  .pb-m-48-imp {
    padding-bottom: 48px !important;
  }
  .mt-m-49-imp {
    margin-top: 49px !important;
  }
  .mb-m-49-imp {
    margin-bottom: 49px !important;
  }
  .pt-m-49-imp {
    padding-top: 49px !important;
  }
  .pb-m-49-imp {
    padding-bottom: 49px !important;
  }
  .mt-m-50-imp {
    margin-top: 50px !important;
  }
  .mb-m-50-imp {
    margin-bottom: 50px !important;
  }
  .pt-m-50-imp {
    padding-top: 50px !important;
  }
  .pb-m-50-imp {
    padding-bottom: 50px !important;
  }
  .mt-m-51-imp {
    margin-top: 51px !important;
  }
  .mb-m-51-imp {
    margin-bottom: 51px !important;
  }
  .pt-m-51-imp {
    padding-top: 51px !important;
  }
  .pb-m-51-imp {
    padding-bottom: 51px !important;
  }
  .mt-m-52-imp {
    margin-top: 52px !important;
  }
  .mb-m-52-imp {
    margin-bottom: 52px !important;
  }
  .pt-m-52-imp {
    padding-top: 52px !important;
  }
  .pb-m-52-imp {
    padding-bottom: 52px !important;
  }
  .mt-m-53-imp {
    margin-top: 53px !important;
  }
  .mb-m-53-imp {
    margin-bottom: 53px !important;
  }
  .pt-m-53-imp {
    padding-top: 53px !important;
  }
  .pb-m-53-imp {
    padding-bottom: 53px !important;
  }
  .mt-m-54-imp {
    margin-top: 54px !important;
  }
  .mb-m-54-imp {
    margin-bottom: 54px !important;
  }
  .pt-m-54-imp {
    padding-top: 54px !important;
  }
  .pb-m-54-imp {
    padding-bottom: 54px !important;
  }
  .mt-m-55-imp {
    margin-top: 55px !important;
  }
  .mb-m-55-imp {
    margin-bottom: 55px !important;
  }
  .pt-m-55-imp {
    padding-top: 55px !important;
  }
  .pb-m-55-imp {
    padding-bottom: 55px !important;
  }
  .mt-m-56-imp {
    margin-top: 56px !important;
  }
  .mb-m-56-imp {
    margin-bottom: 56px !important;
  }
  .pt-m-56-imp {
    padding-top: 56px !important;
  }
  .pb-m-56-imp {
    padding-bottom: 56px !important;
  }
  .mt-m-57-imp {
    margin-top: 57px !important;
  }
  .mb-m-57-imp {
    margin-bottom: 57px !important;
  }
  .pt-m-57-imp {
    padding-top: 57px !important;
  }
  .pb-m-57-imp {
    padding-bottom: 57px !important;
  }
  .mt-m-58-imp {
    margin-top: 58px !important;
  }
  .mb-m-58-imp {
    margin-bottom: 58px !important;
  }
  .pt-m-58-imp {
    padding-top: 58px !important;
  }
  .pb-m-58-imp {
    padding-bottom: 58px !important;
  }
  .mt-m-59-imp {
    margin-top: 59px !important;
  }
  .mb-m-59-imp {
    margin-bottom: 59px !important;
  }
  .pt-m-59-imp {
    padding-top: 59px !important;
  }
  .pb-m-59-imp {
    padding-bottom: 59px !important;
  }
  .mt-m-60-imp {
    margin-top: 60px !important;
  }
  .mb-m-60-imp {
    margin-bottom: 60px !important;
  }
  .pt-m-60-imp {
    padding-top: 60px !important;
  }
  .pb-m-60-imp {
    padding-bottom: 60px !important;
  }
  .mt-m-61-imp {
    margin-top: 61px !important;
  }
  .mb-m-61-imp {
    margin-bottom: 61px !important;
  }
  .pt-m-61-imp {
    padding-top: 61px !important;
  }
  .pb-m-61-imp {
    padding-bottom: 61px !important;
  }
  .mt-m-62-imp {
    margin-top: 62px !important;
  }
  .mb-m-62-imp {
    margin-bottom: 62px !important;
  }
  .pt-m-62-imp {
    padding-top: 62px !important;
  }
  .pb-m-62-imp {
    padding-bottom: 62px !important;
  }
  .mt-m-63-imp {
    margin-top: 63px !important;
  }
  .mb-m-63-imp {
    margin-bottom: 63px !important;
  }
  .pt-m-63-imp {
    padding-top: 63px !important;
  }
  .pb-m-63-imp {
    padding-bottom: 63px !important;
  }
  .mt-m-64-imp {
    margin-top: 64px !important;
  }
  .mb-m-64-imp {
    margin-bottom: 64px !important;
  }
  .pt-m-64-imp {
    padding-top: 64px !important;
  }
  .pb-m-64-imp {
    padding-bottom: 64px !important;
  }
  .mt-m-65-imp {
    margin-top: 65px !important;
  }
  .mb-m-65-imp {
    margin-bottom: 65px !important;
  }
  .pt-m-65-imp {
    padding-top: 65px !important;
  }
  .pb-m-65-imp {
    padding-bottom: 65px !important;
  }
  .mt-m-66-imp {
    margin-top: 66px !important;
  }
  .mb-m-66-imp {
    margin-bottom: 66px !important;
  }
  .pt-m-66-imp {
    padding-top: 66px !important;
  }
  .pb-m-66-imp {
    padding-bottom: 66px !important;
  }
  .mt-m-67-imp {
    margin-top: 67px !important;
  }
  .mb-m-67-imp {
    margin-bottom: 67px !important;
  }
  .pt-m-67-imp {
    padding-top: 67px !important;
  }
  .pb-m-67-imp {
    padding-bottom: 67px !important;
  }
  .mt-m-68-imp {
    margin-top: 68px !important;
  }
  .mb-m-68-imp {
    margin-bottom: 68px !important;
  }
  .pt-m-68-imp {
    padding-top: 68px !important;
  }
  .pb-m-68-imp {
    padding-bottom: 68px !important;
  }
  .mt-m-69-imp {
    margin-top: 69px !important;
  }
  .mb-m-69-imp {
    margin-bottom: 69px !important;
  }
  .pt-m-69-imp {
    padding-top: 69px !important;
  }
  .pb-m-69-imp {
    padding-bottom: 69px !important;
  }
  .mt-m-70-imp {
    margin-top: 70px !important;
  }
  .mb-m-70-imp {
    margin-bottom: 70px !important;
  }
  .pt-m-70-imp {
    padding-top: 70px !important;
  }
  .pb-m-70-imp {
    padding-bottom: 70px !important;
  }
  .mt-m-71-imp {
    margin-top: 71px !important;
  }
  .mb-m-71-imp {
    margin-bottom: 71px !important;
  }
  .pt-m-71-imp {
    padding-top: 71px !important;
  }
  .pb-m-71-imp {
    padding-bottom: 71px !important;
  }
  .mt-m-72-imp {
    margin-top: 72px !important;
  }
  .mb-m-72-imp {
    margin-bottom: 72px !important;
  }
  .pt-m-72-imp {
    padding-top: 72px !important;
  }
  .pb-m-72-imp {
    padding-bottom: 72px !important;
  }
  .mt-m-73-imp {
    margin-top: 73px !important;
  }
  .mb-m-73-imp {
    margin-bottom: 73px !important;
  }
  .pt-m-73-imp {
    padding-top: 73px !important;
  }
  .pb-m-73-imp {
    padding-bottom: 73px !important;
  }
  .mt-m-74-imp {
    margin-top: 74px !important;
  }
  .mb-m-74-imp {
    margin-bottom: 74px !important;
  }
  .pt-m-74-imp {
    padding-top: 74px !important;
  }
  .pb-m-74-imp {
    padding-bottom: 74px !important;
  }
  .mt-m-75-imp {
    margin-top: 75px !important;
  }
  .mb-m-75-imp {
    margin-bottom: 75px !important;
  }
  .pt-m-75-imp {
    padding-top: 75px !important;
  }
  .pb-m-75-imp {
    padding-bottom: 75px !important;
  }
  .mt-m-76-imp {
    margin-top: 76px !important;
  }
  .mb-m-76-imp {
    margin-bottom: 76px !important;
  }
  .pt-m-76-imp {
    padding-top: 76px !important;
  }
  .pb-m-76-imp {
    padding-bottom: 76px !important;
  }
  .mt-m-77-imp {
    margin-top: 77px !important;
  }
  .mb-m-77-imp {
    margin-bottom: 77px !important;
  }
  .pt-m-77-imp {
    padding-top: 77px !important;
  }
  .pb-m-77-imp {
    padding-bottom: 77px !important;
  }
  .mt-m-78-imp {
    margin-top: 78px !important;
  }
  .mb-m-78-imp {
    margin-bottom: 78px !important;
  }
  .pt-m-78-imp {
    padding-top: 78px !important;
  }
  .pb-m-78-imp {
    padding-bottom: 78px !important;
  }
  .mt-m-79-imp {
    margin-top: 79px !important;
  }
  .mb-m-79-imp {
    margin-bottom: 79px !important;
  }
  .pt-m-79-imp {
    padding-top: 79px !important;
  }
  .pb-m-79-imp {
    padding-bottom: 79px !important;
  }
  .mt-m-80-imp {
    margin-top: 80px !important;
  }
  .mb-m-80-imp {
    margin-bottom: 80px !important;
  }
  .pt-m-80-imp {
    padding-top: 80px !important;
  }
  .pb-m-80-imp {
    padding-bottom: 80px !important;
  }
  .mt-m-81-imp {
    margin-top: 81px !important;
  }
  .mb-m-81-imp {
    margin-bottom: 81px !important;
  }
  .pt-m-81-imp {
    padding-top: 81px !important;
  }
  .pb-m-81-imp {
    padding-bottom: 81px !important;
  }
  .mt-m-82-imp {
    margin-top: 82px !important;
  }
  .mb-m-82-imp {
    margin-bottom: 82px !important;
  }
  .pt-m-82-imp {
    padding-top: 82px !important;
  }
  .pb-m-82-imp {
    padding-bottom: 82px !important;
  }
  .mt-m-83-imp {
    margin-top: 83px !important;
  }
  .mb-m-83-imp {
    margin-bottom: 83px !important;
  }
  .pt-m-83-imp {
    padding-top: 83px !important;
  }
  .pb-m-83-imp {
    padding-bottom: 83px !important;
  }
  .mt-m-84-imp {
    margin-top: 84px !important;
  }
  .mb-m-84-imp {
    margin-bottom: 84px !important;
  }
  .pt-m-84-imp {
    padding-top: 84px !important;
  }
  .pb-m-84-imp {
    padding-bottom: 84px !important;
  }
  .mt-m-85-imp {
    margin-top: 85px !important;
  }
  .mb-m-85-imp {
    margin-bottom: 85px !important;
  }
  .pt-m-85-imp {
    padding-top: 85px !important;
  }
  .pb-m-85-imp {
    padding-bottom: 85px !important;
  }
  .mt-m-86-imp {
    margin-top: 86px !important;
  }
  .mb-m-86-imp {
    margin-bottom: 86px !important;
  }
  .pt-m-86-imp {
    padding-top: 86px !important;
  }
  .pb-m-86-imp {
    padding-bottom: 86px !important;
  }
  .mt-m-87-imp {
    margin-top: 87px !important;
  }
  .mb-m-87-imp {
    margin-bottom: 87px !important;
  }
  .pt-m-87-imp {
    padding-top: 87px !important;
  }
  .pb-m-87-imp {
    padding-bottom: 87px !important;
  }
  .mt-m-88-imp {
    margin-top: 88px !important;
  }
  .mb-m-88-imp {
    margin-bottom: 88px !important;
  }
  .pt-m-88-imp {
    padding-top: 88px !important;
  }
  .pb-m-88-imp {
    padding-bottom: 88px !important;
  }
  .mt-m-89-imp {
    margin-top: 89px !important;
  }
  .mb-m-89-imp {
    margin-bottom: 89px !important;
  }
  .pt-m-89-imp {
    padding-top: 89px !important;
  }
  .pb-m-89-imp {
    padding-bottom: 89px !important;
  }
  .mt-m-90-imp {
    margin-top: 90px !important;
  }
  .mb-m-90-imp {
    margin-bottom: 90px !important;
  }
  .pt-m-90-imp {
    padding-top: 90px !important;
  }
  .pb-m-90-imp {
    padding-bottom: 90px !important;
  }
  .mt-m-91-imp {
    margin-top: 91px !important;
  }
  .mb-m-91-imp {
    margin-bottom: 91px !important;
  }
  .pt-m-91-imp {
    padding-top: 91px !important;
  }
  .pb-m-91-imp {
    padding-bottom: 91px !important;
  }
  .mt-m-92-imp {
    margin-top: 92px !important;
  }
  .mb-m-92-imp {
    margin-bottom: 92px !important;
  }
  .pt-m-92-imp {
    padding-top: 92px !important;
  }
  .pb-m-92-imp {
    padding-bottom: 92px !important;
  }
  .mt-m-93-imp {
    margin-top: 93px !important;
  }
  .mb-m-93-imp {
    margin-bottom: 93px !important;
  }
  .pt-m-93-imp {
    padding-top: 93px !important;
  }
  .pb-m-93-imp {
    padding-bottom: 93px !important;
  }
  .mt-m-94-imp {
    margin-top: 94px !important;
  }
  .mb-m-94-imp {
    margin-bottom: 94px !important;
  }
  .pt-m-94-imp {
    padding-top: 94px !important;
  }
  .pb-m-94-imp {
    padding-bottom: 94px !important;
  }
  .mt-m-95-imp {
    margin-top: 95px !important;
  }
  .mb-m-95-imp {
    margin-bottom: 95px !important;
  }
  .pt-m-95-imp {
    padding-top: 95px !important;
  }
  .pb-m-95-imp {
    padding-bottom: 95px !important;
  }
  .mt-m-96-imp {
    margin-top: 96px !important;
  }
  .mb-m-96-imp {
    margin-bottom: 96px !important;
  }
  .pt-m-96-imp {
    padding-top: 96px !important;
  }
  .pb-m-96-imp {
    padding-bottom: 96px !important;
  }
  .mt-m-97-imp {
    margin-top: 97px !important;
  }
  .mb-m-97-imp {
    margin-bottom: 97px !important;
  }
  .pt-m-97-imp {
    padding-top: 97px !important;
  }
  .pb-m-97-imp {
    padding-bottom: 97px !important;
  }
  .mt-m-98-imp {
    margin-top: 98px !important;
  }
  .mb-m-98-imp {
    margin-bottom: 98px !important;
  }
  .pt-m-98-imp {
    padding-top: 98px !important;
  }
  .pb-m-98-imp {
    padding-bottom: 98px !important;
  }
  .mt-m-99-imp {
    margin-top: 99px !important;
  }
  .mb-m-99-imp {
    margin-bottom: 99px !important;
  }
  .pt-m-99-imp {
    padding-top: 99px !important;
  }
  .pb-m-99-imp {
    padding-bottom: 99px !important;
  }
  .mt-m-100-imp {
    margin-top: 100px !important;
  }
  .mb-m-100-imp {
    margin-bottom: 100px !important;
  }
  .pt-m-100-imp {
    padding-top: 100px !important;
  }
  .pb-m-100-imp {
    padding-bottom: 100px !important;
  }
  .mt-m-101-imp {
    margin-top: 101px !important;
  }
  .mb-m-101-imp {
    margin-bottom: 101px !important;
  }
  .pt-m-101-imp {
    padding-top: 101px !important;
  }
  .pb-m-101-imp {
    padding-bottom: 101px !important;
  }
  .mt-m-102-imp {
    margin-top: 102px !important;
  }
  .mb-m-102-imp {
    margin-bottom: 102px !important;
  }
  .pt-m-102-imp {
    padding-top: 102px !important;
  }
  .pb-m-102-imp {
    padding-bottom: 102px !important;
  }
  .mt-m-103-imp {
    margin-top: 103px !important;
  }
  .mb-m-103-imp {
    margin-bottom: 103px !important;
  }
  .pt-m-103-imp {
    padding-top: 103px !important;
  }
  .pb-m-103-imp {
    padding-bottom: 103px !important;
  }
  .mt-m-104-imp {
    margin-top: 104px !important;
  }
  .mb-m-104-imp {
    margin-bottom: 104px !important;
  }
  .pt-m-104-imp {
    padding-top: 104px !important;
  }
  .pb-m-104-imp {
    padding-bottom: 104px !important;
  }
  .mt-m-105-imp {
    margin-top: 105px !important;
  }
  .mb-m-105-imp {
    margin-bottom: 105px !important;
  }
  .pt-m-105-imp {
    padding-top: 105px !important;
  }
  .pb-m-105-imp {
    padding-bottom: 105px !important;
  }
  .mt-m-106-imp {
    margin-top: 106px !important;
  }
  .mb-m-106-imp {
    margin-bottom: 106px !important;
  }
  .pt-m-106-imp {
    padding-top: 106px !important;
  }
  .pb-m-106-imp {
    padding-bottom: 106px !important;
  }
  .mt-m-107-imp {
    margin-top: 107px !important;
  }
  .mb-m-107-imp {
    margin-bottom: 107px !important;
  }
  .pt-m-107-imp {
    padding-top: 107px !important;
  }
  .pb-m-107-imp {
    padding-bottom: 107px !important;
  }
  .mt-m-108-imp {
    margin-top: 108px !important;
  }
  .mb-m-108-imp {
    margin-bottom: 108px !important;
  }
  .pt-m-108-imp {
    padding-top: 108px !important;
  }
  .pb-m-108-imp {
    padding-bottom: 108px !important;
  }
  .mt-m-109-imp {
    margin-top: 109px !important;
  }
  .mb-m-109-imp {
    margin-bottom: 109px !important;
  }
  .pt-m-109-imp {
    padding-top: 109px !important;
  }
  .pb-m-109-imp {
    padding-bottom: 109px !important;
  }
  .mt-m-110-imp {
    margin-top: 110px !important;
  }
  .mb-m-110-imp {
    margin-bottom: 110px !important;
  }
  .pt-m-110-imp {
    padding-top: 110px !important;
  }
  .pb-m-110-imp {
    padding-bottom: 110px !important;
  }
  .mt-m-111-imp {
    margin-top: 111px !important;
  }
  .mb-m-111-imp {
    margin-bottom: 111px !important;
  }
  .pt-m-111-imp {
    padding-top: 111px !important;
  }
  .pb-m-111-imp {
    padding-bottom: 111px !important;
  }
  .mt-m-112-imp {
    margin-top: 112px !important;
  }
  .mb-m-112-imp {
    margin-bottom: 112px !important;
  }
  .pt-m-112-imp {
    padding-top: 112px !important;
  }
  .pb-m-112-imp {
    padding-bottom: 112px !important;
  }
  .mt-m-113-imp {
    margin-top: 113px !important;
  }
  .mb-m-113-imp {
    margin-bottom: 113px !important;
  }
  .pt-m-113-imp {
    padding-top: 113px !important;
  }
  .pb-m-113-imp {
    padding-bottom: 113px !important;
  }
  .mt-m-114-imp {
    margin-top: 114px !important;
  }
  .mb-m-114-imp {
    margin-bottom: 114px !important;
  }
  .pt-m-114-imp {
    padding-top: 114px !important;
  }
  .pb-m-114-imp {
    padding-bottom: 114px !important;
  }
  .mt-m-115-imp {
    margin-top: 115px !important;
  }
  .mb-m-115-imp {
    margin-bottom: 115px !important;
  }
  .pt-m-115-imp {
    padding-top: 115px !important;
  }
  .pb-m-115-imp {
    padding-bottom: 115px !important;
  }
  .mt-m-116-imp {
    margin-top: 116px !important;
  }
  .mb-m-116-imp {
    margin-bottom: 116px !important;
  }
  .pt-m-116-imp {
    padding-top: 116px !important;
  }
  .pb-m-116-imp {
    padding-bottom: 116px !important;
  }
  .mt-m-117-imp {
    margin-top: 117px !important;
  }
  .mb-m-117-imp {
    margin-bottom: 117px !important;
  }
  .pt-m-117-imp {
    padding-top: 117px !important;
  }
  .pb-m-117-imp {
    padding-bottom: 117px !important;
  }
  .mt-m-118-imp {
    margin-top: 118px !important;
  }
  .mb-m-118-imp {
    margin-bottom: 118px !important;
  }
  .pt-m-118-imp {
    padding-top: 118px !important;
  }
  .pb-m-118-imp {
    padding-bottom: 118px !important;
  }
  .mt-m-119-imp {
    margin-top: 119px !important;
  }
  .mb-m-119-imp {
    margin-bottom: 119px !important;
  }
  .pt-m-119-imp {
    padding-top: 119px !important;
  }
  .pb-m-119-imp {
    padding-bottom: 119px !important;
  }
  .mt-m-120-imp {
    margin-top: 120px !important;
  }
  .mb-m-120-imp {
    margin-bottom: 120px !important;
  }
  .pt-m-120-imp {
    padding-top: 120px !important;
  }
  .pb-m-120-imp {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .col-s-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  .col-s-span-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .row-s-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .row-s-span-1 {
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  .col-s-2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  .col-s-span-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .row-s-2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  .row-s-span-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
  .col-s-3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  .col-s-span-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .row-s-3 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  .row-s-span-3 {
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }
  .col-s-4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
  }
  .col-s-span-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .row-s-4 {
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
  .row-s-span-4 {
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
  }
  .col-s-5 {
    -ms-grid-column: 5;
    grid-column-start: 5;
  }
  .col-s-span-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .row-s-5 {
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
  .row-s-span-5 {
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }
  .col-s-6 {
    -ms-grid-column: 6;
    grid-column-start: 6;
  }
  .col-s-span-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .row-s-6 {
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
  .row-s-span-6 {
    -ms-grid-row-span: 6;
    grid-row-end: span 6;
  }
  .col-s-7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
  }
  .col-s-span-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .row-s-7 {
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  .row-s-span-7 {
    -ms-grid-row-span: 7;
    grid-row-end: span 7;
  }
  .col-s-8 {
    -ms-grid-column: 8;
    grid-column-start: 8;
  }
  .col-s-span-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .row-s-8 {
    -ms-grid-row: 8;
    grid-row-start: 8;
  }
  .row-s-span-8 {
    -ms-grid-row-span: 8;
    grid-row-end: span 8;
  }
  .col-s-9 {
    -ms-grid-column: 9;
    grid-column-start: 9;
  }
  .col-s-span-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .row-s-9 {
    -ms-grid-row: 9;
    grid-row-start: 9;
  }
  .row-s-span-9 {
    -ms-grid-row-span: 9;
    grid-row-end: span 9;
  }
  .col-s-10 {
    -ms-grid-column: 10;
    grid-column-start: 10;
  }
  .col-s-span-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .row-s-10 {
    -ms-grid-row: 10;
    grid-row-start: 10;
  }
  .row-s-span-10 {
    -ms-grid-row-span: 10;
    grid-row-end: span 10;
  }
  .col-s-11 {
    -ms-grid-column: 11;
    grid-column-start: 11;
  }
  .col-s-span-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .row-s-11 {
    -ms-grid-row: 11;
    grid-row-start: 11;
  }
  .row-s-span-11 {
    -ms-grid-row-span: 11;
    grid-row-end: span 11;
  }
  .col-s-12 {
    -ms-grid-column: 12;
    grid-column-start: 12;
  }
  .col-s-span-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
  .row-s-12 {
    -ms-grid-row: 12;
    grid-row-start: 12;
  }
  .row-s-span-12 {
    -ms-grid-row-span: 12;
    grid-row-end: span 12;
  }
  .col-s-13 {
    -ms-grid-column: 13;
    grid-column-start: 13;
  }
  .col-s-span-13 {
    -ms-grid-column-span: 13;
    grid-column-end: span 13;
  }
  .row-s-13 {
    -ms-grid-row: 13;
    grid-row-start: 13;
  }
  .row-s-span-13 {
    -ms-grid-row-span: 13;
    grid-row-end: span 13;
  }
  .col-s-14 {
    -ms-grid-column: 14;
    grid-column-start: 14;
  }
  .col-s-span-14 {
    -ms-grid-column-span: 14;
    grid-column-end: span 14;
  }
  .row-s-14 {
    -ms-grid-row: 14;
    grid-row-start: 14;
  }
  .row-s-span-14 {
    -ms-grid-row-span: 14;
    grid-row-end: span 14;
  }
  .col-s-15 {
    -ms-grid-column: 15;
    grid-column-start: 15;
  }
  .col-s-span-15 {
    -ms-grid-column-span: 15;
    grid-column-end: span 15;
  }
  .row-s-15 {
    -ms-grid-row: 15;
    grid-row-start: 15;
  }
  .row-s-span-15 {
    -ms-grid-row-span: 15;
    grid-row-end: span 15;
  }
  .col-s-16 {
    -ms-grid-column: 16;
    grid-column-start: 16;
  }
  .col-s-span-16 {
    -ms-grid-column-span: 16;
    grid-column-end: span 16;
  }
  .row-s-16 {
    -ms-grid-row: 16;
    grid-row-start: 16;
  }
  .row-s-span-16 {
    -ms-grid-row-span: 16;
    grid-row-end: span 16;
  }
  .justify-self-s-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .justify-self-s-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .justify-self-s-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .justify-self-s-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .align-self-s-start {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .align-self-s-end {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .align-self-s-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-s-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .justify-content-s-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-s-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-s-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-s-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .align-items-s-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-s-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-s-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-s-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .mt-s-0-imp {
    margin-top: 0px !important;
  }
  .mb-s-0-imp {
    margin-bottom: 0px !important;
  }
  .pt-s-0-imp {
    padding-top: 0px !important;
  }
  .pb-s-0-imp {
    padding-bottom: 0px !important;
  }
  .mt-s-1-imp {
    margin-top: 1px !important;
  }
  .mb-s-1-imp {
    margin-bottom: 1px !important;
  }
  .pt-s-1-imp {
    padding-top: 1px !important;
  }
  .pb-s-1-imp {
    padding-bottom: 1px !important;
  }
  .mt-s-2-imp {
    margin-top: 2px !important;
  }
  .mb-s-2-imp {
    margin-bottom: 2px !important;
  }
  .pt-s-2-imp {
    padding-top: 2px !important;
  }
  .pb-s-2-imp {
    padding-bottom: 2px !important;
  }
  .mt-s-3-imp {
    margin-top: 3px !important;
  }
  .mb-s-3-imp {
    margin-bottom: 3px !important;
  }
  .pt-s-3-imp {
    padding-top: 3px !important;
  }
  .pb-s-3-imp {
    padding-bottom: 3px !important;
  }
  .mt-s-4-imp {
    margin-top: 4px !important;
  }
  .mb-s-4-imp {
    margin-bottom: 4px !important;
  }
  .pt-s-4-imp {
    padding-top: 4px !important;
  }
  .pb-s-4-imp {
    padding-bottom: 4px !important;
  }
  .mt-s-5-imp {
    margin-top: 5px !important;
  }
  .mb-s-5-imp {
    margin-bottom: 5px !important;
  }
  .pt-s-5-imp {
    padding-top: 5px !important;
  }
  .pb-s-5-imp {
    padding-bottom: 5px !important;
  }
  .mt-s-6-imp {
    margin-top: 6px !important;
  }
  .mb-s-6-imp {
    margin-bottom: 6px !important;
  }
  .pt-s-6-imp {
    padding-top: 6px !important;
  }
  .pb-s-6-imp {
    padding-bottom: 6px !important;
  }
  .mt-s-7-imp {
    margin-top: 7px !important;
  }
  .mb-s-7-imp {
    margin-bottom: 7px !important;
  }
  .pt-s-7-imp {
    padding-top: 7px !important;
  }
  .pb-s-7-imp {
    padding-bottom: 7px !important;
  }
  .mt-s-8-imp {
    margin-top: 8px !important;
  }
  .mb-s-8-imp {
    margin-bottom: 8px !important;
  }
  .pt-s-8-imp {
    padding-top: 8px !important;
  }
  .pb-s-8-imp {
    padding-bottom: 8px !important;
  }
  .mt-s-9-imp {
    margin-top: 9px !important;
  }
  .mb-s-9-imp {
    margin-bottom: 9px !important;
  }
  .pt-s-9-imp {
    padding-top: 9px !important;
  }
  .pb-s-9-imp {
    padding-bottom: 9px !important;
  }
  .mt-s-10-imp {
    margin-top: 10px !important;
  }
  .mb-s-10-imp {
    margin-bottom: 10px !important;
  }
  .pt-s-10-imp {
    padding-top: 10px !important;
  }
  .pb-s-10-imp {
    padding-bottom: 10px !important;
  }
  .mt-s-11-imp {
    margin-top: 11px !important;
  }
  .mb-s-11-imp {
    margin-bottom: 11px !important;
  }
  .pt-s-11-imp {
    padding-top: 11px !important;
  }
  .pb-s-11-imp {
    padding-bottom: 11px !important;
  }
  .mt-s-12-imp {
    margin-top: 12px !important;
  }
  .mb-s-12-imp {
    margin-bottom: 12px !important;
  }
  .pt-s-12-imp {
    padding-top: 12px !important;
  }
  .pb-s-12-imp {
    padding-bottom: 12px !important;
  }
  .mt-s-13-imp {
    margin-top: 13px !important;
  }
  .mb-s-13-imp {
    margin-bottom: 13px !important;
  }
  .pt-s-13-imp {
    padding-top: 13px !important;
  }
  .pb-s-13-imp {
    padding-bottom: 13px !important;
  }
  .mt-s-14-imp {
    margin-top: 14px !important;
  }
  .mb-s-14-imp {
    margin-bottom: 14px !important;
  }
  .pt-s-14-imp {
    padding-top: 14px !important;
  }
  .pb-s-14-imp {
    padding-bottom: 14px !important;
  }
  .mt-s-15-imp {
    margin-top: 15px !important;
  }
  .mb-s-15-imp {
    margin-bottom: 15px !important;
  }
  .pt-s-15-imp {
    padding-top: 15px !important;
  }
  .pb-s-15-imp {
    padding-bottom: 15px !important;
  }
  .mt-s-16-imp {
    margin-top: 16px !important;
  }
  .mb-s-16-imp {
    margin-bottom: 16px !important;
  }
  .pt-s-16-imp {
    padding-top: 16px !important;
  }
  .pb-s-16-imp {
    padding-bottom: 16px !important;
  }
  .mt-s-17-imp {
    margin-top: 17px !important;
  }
  .mb-s-17-imp {
    margin-bottom: 17px !important;
  }
  .pt-s-17-imp {
    padding-top: 17px !important;
  }
  .pb-s-17-imp {
    padding-bottom: 17px !important;
  }
  .mt-s-18-imp {
    margin-top: 18px !important;
  }
  .mb-s-18-imp {
    margin-bottom: 18px !important;
  }
  .pt-s-18-imp {
    padding-top: 18px !important;
  }
  .pb-s-18-imp {
    padding-bottom: 18px !important;
  }
  .mt-s-19-imp {
    margin-top: 19px !important;
  }
  .mb-s-19-imp {
    margin-bottom: 19px !important;
  }
  .pt-s-19-imp {
    padding-top: 19px !important;
  }
  .pb-s-19-imp {
    padding-bottom: 19px !important;
  }
  .mt-s-20-imp {
    margin-top: 20px !important;
  }
  .mb-s-20-imp {
    margin-bottom: 20px !important;
  }
  .pt-s-20-imp {
    padding-top: 20px !important;
  }
  .pb-s-20-imp {
    padding-bottom: 20px !important;
  }
  .mt-s-21-imp {
    margin-top: 21px !important;
  }
  .mb-s-21-imp {
    margin-bottom: 21px !important;
  }
  .pt-s-21-imp {
    padding-top: 21px !important;
  }
  .pb-s-21-imp {
    padding-bottom: 21px !important;
  }
  .mt-s-22-imp {
    margin-top: 22px !important;
  }
  .mb-s-22-imp {
    margin-bottom: 22px !important;
  }
  .pt-s-22-imp {
    padding-top: 22px !important;
  }
  .pb-s-22-imp {
    padding-bottom: 22px !important;
  }
  .mt-s-23-imp {
    margin-top: 23px !important;
  }
  .mb-s-23-imp {
    margin-bottom: 23px !important;
  }
  .pt-s-23-imp {
    padding-top: 23px !important;
  }
  .pb-s-23-imp {
    padding-bottom: 23px !important;
  }
  .mt-s-24-imp {
    margin-top: 24px !important;
  }
  .mb-s-24-imp {
    margin-bottom: 24px !important;
  }
  .pt-s-24-imp {
    padding-top: 24px !important;
  }
  .pb-s-24-imp {
    padding-bottom: 24px !important;
  }
  .mt-s-25-imp {
    margin-top: 25px !important;
  }
  .mb-s-25-imp {
    margin-bottom: 25px !important;
  }
  .pt-s-25-imp {
    padding-top: 25px !important;
  }
  .pb-s-25-imp {
    padding-bottom: 25px !important;
  }
  .mt-s-26-imp {
    margin-top: 26px !important;
  }
  .mb-s-26-imp {
    margin-bottom: 26px !important;
  }
  .pt-s-26-imp {
    padding-top: 26px !important;
  }
  .pb-s-26-imp {
    padding-bottom: 26px !important;
  }
  .mt-s-27-imp {
    margin-top: 27px !important;
  }
  .mb-s-27-imp {
    margin-bottom: 27px !important;
  }
  .pt-s-27-imp {
    padding-top: 27px !important;
  }
  .pb-s-27-imp {
    padding-bottom: 27px !important;
  }
  .mt-s-28-imp {
    margin-top: 28px !important;
  }
  .mb-s-28-imp {
    margin-bottom: 28px !important;
  }
  .pt-s-28-imp {
    padding-top: 28px !important;
  }
  .pb-s-28-imp {
    padding-bottom: 28px !important;
  }
  .mt-s-29-imp {
    margin-top: 29px !important;
  }
  .mb-s-29-imp {
    margin-bottom: 29px !important;
  }
  .pt-s-29-imp {
    padding-top: 29px !important;
  }
  .pb-s-29-imp {
    padding-bottom: 29px !important;
  }
  .mt-s-30-imp {
    margin-top: 30px !important;
  }
  .mb-s-30-imp {
    margin-bottom: 30px !important;
  }
  .pt-s-30-imp {
    padding-top: 30px !important;
  }
  .pb-s-30-imp {
    padding-bottom: 30px !important;
  }
  .mt-s-31-imp {
    margin-top: 31px !important;
  }
  .mb-s-31-imp {
    margin-bottom: 31px !important;
  }
  .pt-s-31-imp {
    padding-top: 31px !important;
  }
  .pb-s-31-imp {
    padding-bottom: 31px !important;
  }
  .mt-s-32-imp {
    margin-top: 32px !important;
  }
  .mb-s-32-imp {
    margin-bottom: 32px !important;
  }
  .pt-s-32-imp {
    padding-top: 32px !important;
  }
  .pb-s-32-imp {
    padding-bottom: 32px !important;
  }
  .mt-s-33-imp {
    margin-top: 33px !important;
  }
  .mb-s-33-imp {
    margin-bottom: 33px !important;
  }
  .pt-s-33-imp {
    padding-top: 33px !important;
  }
  .pb-s-33-imp {
    padding-bottom: 33px !important;
  }
  .mt-s-34-imp {
    margin-top: 34px !important;
  }
  .mb-s-34-imp {
    margin-bottom: 34px !important;
  }
  .pt-s-34-imp {
    padding-top: 34px !important;
  }
  .pb-s-34-imp {
    padding-bottom: 34px !important;
  }
  .mt-s-35-imp {
    margin-top: 35px !important;
  }
  .mb-s-35-imp {
    margin-bottom: 35px !important;
  }
  .pt-s-35-imp {
    padding-top: 35px !important;
  }
  .pb-s-35-imp {
    padding-bottom: 35px !important;
  }
  .mt-s-36-imp {
    margin-top: 36px !important;
  }
  .mb-s-36-imp {
    margin-bottom: 36px !important;
  }
  .pt-s-36-imp {
    padding-top: 36px !important;
  }
  .pb-s-36-imp {
    padding-bottom: 36px !important;
  }
  .mt-s-37-imp {
    margin-top: 37px !important;
  }
  .mb-s-37-imp {
    margin-bottom: 37px !important;
  }
  .pt-s-37-imp {
    padding-top: 37px !important;
  }
  .pb-s-37-imp {
    padding-bottom: 37px !important;
  }
  .mt-s-38-imp {
    margin-top: 38px !important;
  }
  .mb-s-38-imp {
    margin-bottom: 38px !important;
  }
  .pt-s-38-imp {
    padding-top: 38px !important;
  }
  .pb-s-38-imp {
    padding-bottom: 38px !important;
  }
  .mt-s-39-imp {
    margin-top: 39px !important;
  }
  .mb-s-39-imp {
    margin-bottom: 39px !important;
  }
  .pt-s-39-imp {
    padding-top: 39px !important;
  }
  .pb-s-39-imp {
    padding-bottom: 39px !important;
  }
  .mt-s-40-imp {
    margin-top: 40px !important;
  }
  .mb-s-40-imp {
    margin-bottom: 40px !important;
  }
  .pt-s-40-imp {
    padding-top: 40px !important;
  }
  .pb-s-40-imp {
    padding-bottom: 40px !important;
  }
  .mt-s-41-imp {
    margin-top: 41px !important;
  }
  .mb-s-41-imp {
    margin-bottom: 41px !important;
  }
  .pt-s-41-imp {
    padding-top: 41px !important;
  }
  .pb-s-41-imp {
    padding-bottom: 41px !important;
  }
  .mt-s-42-imp {
    margin-top: 42px !important;
  }
  .mb-s-42-imp {
    margin-bottom: 42px !important;
  }
  .pt-s-42-imp {
    padding-top: 42px !important;
  }
  .pb-s-42-imp {
    padding-bottom: 42px !important;
  }
  .mt-s-43-imp {
    margin-top: 43px !important;
  }
  .mb-s-43-imp {
    margin-bottom: 43px !important;
  }
  .pt-s-43-imp {
    padding-top: 43px !important;
  }
  .pb-s-43-imp {
    padding-bottom: 43px !important;
  }
  .mt-s-44-imp {
    margin-top: 44px !important;
  }
  .mb-s-44-imp {
    margin-bottom: 44px !important;
  }
  .pt-s-44-imp {
    padding-top: 44px !important;
  }
  .pb-s-44-imp {
    padding-bottom: 44px !important;
  }
  .mt-s-45-imp {
    margin-top: 45px !important;
  }
  .mb-s-45-imp {
    margin-bottom: 45px !important;
  }
  .pt-s-45-imp {
    padding-top: 45px !important;
  }
  .pb-s-45-imp {
    padding-bottom: 45px !important;
  }
  .mt-s-46-imp {
    margin-top: 46px !important;
  }
  .mb-s-46-imp {
    margin-bottom: 46px !important;
  }
  .pt-s-46-imp {
    padding-top: 46px !important;
  }
  .pb-s-46-imp {
    padding-bottom: 46px !important;
  }
  .mt-s-47-imp {
    margin-top: 47px !important;
  }
  .mb-s-47-imp {
    margin-bottom: 47px !important;
  }
  .pt-s-47-imp {
    padding-top: 47px !important;
  }
  .pb-s-47-imp {
    padding-bottom: 47px !important;
  }
  .mt-s-48-imp {
    margin-top: 48px !important;
  }
  .mb-s-48-imp {
    margin-bottom: 48px !important;
  }
  .pt-s-48-imp {
    padding-top: 48px !important;
  }
  .pb-s-48-imp {
    padding-bottom: 48px !important;
  }
  .mt-s-49-imp {
    margin-top: 49px !important;
  }
  .mb-s-49-imp {
    margin-bottom: 49px !important;
  }
  .pt-s-49-imp {
    padding-top: 49px !important;
  }
  .pb-s-49-imp {
    padding-bottom: 49px !important;
  }
  .mt-s-50-imp {
    margin-top: 50px !important;
  }
  .mb-s-50-imp {
    margin-bottom: 50px !important;
  }
  .pt-s-50-imp {
    padding-top: 50px !important;
  }
  .pb-s-50-imp {
    padding-bottom: 50px !important;
  }
  .mt-s-51-imp {
    margin-top: 51px !important;
  }
  .mb-s-51-imp {
    margin-bottom: 51px !important;
  }
  .pt-s-51-imp {
    padding-top: 51px !important;
  }
  .pb-s-51-imp {
    padding-bottom: 51px !important;
  }
  .mt-s-52-imp {
    margin-top: 52px !important;
  }
  .mb-s-52-imp {
    margin-bottom: 52px !important;
  }
  .pt-s-52-imp {
    padding-top: 52px !important;
  }
  .pb-s-52-imp {
    padding-bottom: 52px !important;
  }
  .mt-s-53-imp {
    margin-top: 53px !important;
  }
  .mb-s-53-imp {
    margin-bottom: 53px !important;
  }
  .pt-s-53-imp {
    padding-top: 53px !important;
  }
  .pb-s-53-imp {
    padding-bottom: 53px !important;
  }
  .mt-s-54-imp {
    margin-top: 54px !important;
  }
  .mb-s-54-imp {
    margin-bottom: 54px !important;
  }
  .pt-s-54-imp {
    padding-top: 54px !important;
  }
  .pb-s-54-imp {
    padding-bottom: 54px !important;
  }
  .mt-s-55-imp {
    margin-top: 55px !important;
  }
  .mb-s-55-imp {
    margin-bottom: 55px !important;
  }
  .pt-s-55-imp {
    padding-top: 55px !important;
  }
  .pb-s-55-imp {
    padding-bottom: 55px !important;
  }
  .mt-s-56-imp {
    margin-top: 56px !important;
  }
  .mb-s-56-imp {
    margin-bottom: 56px !important;
  }
  .pt-s-56-imp {
    padding-top: 56px !important;
  }
  .pb-s-56-imp {
    padding-bottom: 56px !important;
  }
  .mt-s-57-imp {
    margin-top: 57px !important;
  }
  .mb-s-57-imp {
    margin-bottom: 57px !important;
  }
  .pt-s-57-imp {
    padding-top: 57px !important;
  }
  .pb-s-57-imp {
    padding-bottom: 57px !important;
  }
  .mt-s-58-imp {
    margin-top: 58px !important;
  }
  .mb-s-58-imp {
    margin-bottom: 58px !important;
  }
  .pt-s-58-imp {
    padding-top: 58px !important;
  }
  .pb-s-58-imp {
    padding-bottom: 58px !important;
  }
  .mt-s-59-imp {
    margin-top: 59px !important;
  }
  .mb-s-59-imp {
    margin-bottom: 59px !important;
  }
  .pt-s-59-imp {
    padding-top: 59px !important;
  }
  .pb-s-59-imp {
    padding-bottom: 59px !important;
  }
  .mt-s-60-imp {
    margin-top: 60px !important;
  }
  .mb-s-60-imp {
    margin-bottom: 60px !important;
  }
  .pt-s-60-imp {
    padding-top: 60px !important;
  }
  .pb-s-60-imp {
    padding-bottom: 60px !important;
  }
  .mt-s-61-imp {
    margin-top: 61px !important;
  }
  .mb-s-61-imp {
    margin-bottom: 61px !important;
  }
  .pt-s-61-imp {
    padding-top: 61px !important;
  }
  .pb-s-61-imp {
    padding-bottom: 61px !important;
  }
  .mt-s-62-imp {
    margin-top: 62px !important;
  }
  .mb-s-62-imp {
    margin-bottom: 62px !important;
  }
  .pt-s-62-imp {
    padding-top: 62px !important;
  }
  .pb-s-62-imp {
    padding-bottom: 62px !important;
  }
  .mt-s-63-imp {
    margin-top: 63px !important;
  }
  .mb-s-63-imp {
    margin-bottom: 63px !important;
  }
  .pt-s-63-imp {
    padding-top: 63px !important;
  }
  .pb-s-63-imp {
    padding-bottom: 63px !important;
  }
  .mt-s-64-imp {
    margin-top: 64px !important;
  }
  .mb-s-64-imp {
    margin-bottom: 64px !important;
  }
  .pt-s-64-imp {
    padding-top: 64px !important;
  }
  .pb-s-64-imp {
    padding-bottom: 64px !important;
  }
  .mt-s-65-imp {
    margin-top: 65px !important;
  }
  .mb-s-65-imp {
    margin-bottom: 65px !important;
  }
  .pt-s-65-imp {
    padding-top: 65px !important;
  }
  .pb-s-65-imp {
    padding-bottom: 65px !important;
  }
  .mt-s-66-imp {
    margin-top: 66px !important;
  }
  .mb-s-66-imp {
    margin-bottom: 66px !important;
  }
  .pt-s-66-imp {
    padding-top: 66px !important;
  }
  .pb-s-66-imp {
    padding-bottom: 66px !important;
  }
  .mt-s-67-imp {
    margin-top: 67px !important;
  }
  .mb-s-67-imp {
    margin-bottom: 67px !important;
  }
  .pt-s-67-imp {
    padding-top: 67px !important;
  }
  .pb-s-67-imp {
    padding-bottom: 67px !important;
  }
  .mt-s-68-imp {
    margin-top: 68px !important;
  }
  .mb-s-68-imp {
    margin-bottom: 68px !important;
  }
  .pt-s-68-imp {
    padding-top: 68px !important;
  }
  .pb-s-68-imp {
    padding-bottom: 68px !important;
  }
  .mt-s-69-imp {
    margin-top: 69px !important;
  }
  .mb-s-69-imp {
    margin-bottom: 69px !important;
  }
  .pt-s-69-imp {
    padding-top: 69px !important;
  }
  .pb-s-69-imp {
    padding-bottom: 69px !important;
  }
  .mt-s-70-imp {
    margin-top: 70px !important;
  }
  .mb-s-70-imp {
    margin-bottom: 70px !important;
  }
  .pt-s-70-imp {
    padding-top: 70px !important;
  }
  .pb-s-70-imp {
    padding-bottom: 70px !important;
  }
  .mt-s-71-imp {
    margin-top: 71px !important;
  }
  .mb-s-71-imp {
    margin-bottom: 71px !important;
  }
  .pt-s-71-imp {
    padding-top: 71px !important;
  }
  .pb-s-71-imp {
    padding-bottom: 71px !important;
  }
  .mt-s-72-imp {
    margin-top: 72px !important;
  }
  .mb-s-72-imp {
    margin-bottom: 72px !important;
  }
  .pt-s-72-imp {
    padding-top: 72px !important;
  }
  .pb-s-72-imp {
    padding-bottom: 72px !important;
  }
  .mt-s-73-imp {
    margin-top: 73px !important;
  }
  .mb-s-73-imp {
    margin-bottom: 73px !important;
  }
  .pt-s-73-imp {
    padding-top: 73px !important;
  }
  .pb-s-73-imp {
    padding-bottom: 73px !important;
  }
  .mt-s-74-imp {
    margin-top: 74px !important;
  }
  .mb-s-74-imp {
    margin-bottom: 74px !important;
  }
  .pt-s-74-imp {
    padding-top: 74px !important;
  }
  .pb-s-74-imp {
    padding-bottom: 74px !important;
  }
  .mt-s-75-imp {
    margin-top: 75px !important;
  }
  .mb-s-75-imp {
    margin-bottom: 75px !important;
  }
  .pt-s-75-imp {
    padding-top: 75px !important;
  }
  .pb-s-75-imp {
    padding-bottom: 75px !important;
  }
  .mt-s-76-imp {
    margin-top: 76px !important;
  }
  .mb-s-76-imp {
    margin-bottom: 76px !important;
  }
  .pt-s-76-imp {
    padding-top: 76px !important;
  }
  .pb-s-76-imp {
    padding-bottom: 76px !important;
  }
  .mt-s-77-imp {
    margin-top: 77px !important;
  }
  .mb-s-77-imp {
    margin-bottom: 77px !important;
  }
  .pt-s-77-imp {
    padding-top: 77px !important;
  }
  .pb-s-77-imp {
    padding-bottom: 77px !important;
  }
  .mt-s-78-imp {
    margin-top: 78px !important;
  }
  .mb-s-78-imp {
    margin-bottom: 78px !important;
  }
  .pt-s-78-imp {
    padding-top: 78px !important;
  }
  .pb-s-78-imp {
    padding-bottom: 78px !important;
  }
  .mt-s-79-imp {
    margin-top: 79px !important;
  }
  .mb-s-79-imp {
    margin-bottom: 79px !important;
  }
  .pt-s-79-imp {
    padding-top: 79px !important;
  }
  .pb-s-79-imp {
    padding-bottom: 79px !important;
  }
  .mt-s-80-imp {
    margin-top: 80px !important;
  }
  .mb-s-80-imp {
    margin-bottom: 80px !important;
  }
  .pt-s-80-imp {
    padding-top: 80px !important;
  }
  .pb-s-80-imp {
    padding-bottom: 80px !important;
  }
  .mt-s-81-imp {
    margin-top: 81px !important;
  }
  .mb-s-81-imp {
    margin-bottom: 81px !important;
  }
  .pt-s-81-imp {
    padding-top: 81px !important;
  }
  .pb-s-81-imp {
    padding-bottom: 81px !important;
  }
  .mt-s-82-imp {
    margin-top: 82px !important;
  }
  .mb-s-82-imp {
    margin-bottom: 82px !important;
  }
  .pt-s-82-imp {
    padding-top: 82px !important;
  }
  .pb-s-82-imp {
    padding-bottom: 82px !important;
  }
  .mt-s-83-imp {
    margin-top: 83px !important;
  }
  .mb-s-83-imp {
    margin-bottom: 83px !important;
  }
  .pt-s-83-imp {
    padding-top: 83px !important;
  }
  .pb-s-83-imp {
    padding-bottom: 83px !important;
  }
  .mt-s-84-imp {
    margin-top: 84px !important;
  }
  .mb-s-84-imp {
    margin-bottom: 84px !important;
  }
  .pt-s-84-imp {
    padding-top: 84px !important;
  }
  .pb-s-84-imp {
    padding-bottom: 84px !important;
  }
  .mt-s-85-imp {
    margin-top: 85px !important;
  }
  .mb-s-85-imp {
    margin-bottom: 85px !important;
  }
  .pt-s-85-imp {
    padding-top: 85px !important;
  }
  .pb-s-85-imp {
    padding-bottom: 85px !important;
  }
  .mt-s-86-imp {
    margin-top: 86px !important;
  }
  .mb-s-86-imp {
    margin-bottom: 86px !important;
  }
  .pt-s-86-imp {
    padding-top: 86px !important;
  }
  .pb-s-86-imp {
    padding-bottom: 86px !important;
  }
  .mt-s-87-imp {
    margin-top: 87px !important;
  }
  .mb-s-87-imp {
    margin-bottom: 87px !important;
  }
  .pt-s-87-imp {
    padding-top: 87px !important;
  }
  .pb-s-87-imp {
    padding-bottom: 87px !important;
  }
  .mt-s-88-imp {
    margin-top: 88px !important;
  }
  .mb-s-88-imp {
    margin-bottom: 88px !important;
  }
  .pt-s-88-imp {
    padding-top: 88px !important;
  }
  .pb-s-88-imp {
    padding-bottom: 88px !important;
  }
  .mt-s-89-imp {
    margin-top: 89px !important;
  }
  .mb-s-89-imp {
    margin-bottom: 89px !important;
  }
  .pt-s-89-imp {
    padding-top: 89px !important;
  }
  .pb-s-89-imp {
    padding-bottom: 89px !important;
  }
  .mt-s-90-imp {
    margin-top: 90px !important;
  }
  .mb-s-90-imp {
    margin-bottom: 90px !important;
  }
  .pt-s-90-imp {
    padding-top: 90px !important;
  }
  .pb-s-90-imp {
    padding-bottom: 90px !important;
  }
  .mt-s-91-imp {
    margin-top: 91px !important;
  }
  .mb-s-91-imp {
    margin-bottom: 91px !important;
  }
  .pt-s-91-imp {
    padding-top: 91px !important;
  }
  .pb-s-91-imp {
    padding-bottom: 91px !important;
  }
  .mt-s-92-imp {
    margin-top: 92px !important;
  }
  .mb-s-92-imp {
    margin-bottom: 92px !important;
  }
  .pt-s-92-imp {
    padding-top: 92px !important;
  }
  .pb-s-92-imp {
    padding-bottom: 92px !important;
  }
  .mt-s-93-imp {
    margin-top: 93px !important;
  }
  .mb-s-93-imp {
    margin-bottom: 93px !important;
  }
  .pt-s-93-imp {
    padding-top: 93px !important;
  }
  .pb-s-93-imp {
    padding-bottom: 93px !important;
  }
  .mt-s-94-imp {
    margin-top: 94px !important;
  }
  .mb-s-94-imp {
    margin-bottom: 94px !important;
  }
  .pt-s-94-imp {
    padding-top: 94px !important;
  }
  .pb-s-94-imp {
    padding-bottom: 94px !important;
  }
  .mt-s-95-imp {
    margin-top: 95px !important;
  }
  .mb-s-95-imp {
    margin-bottom: 95px !important;
  }
  .pt-s-95-imp {
    padding-top: 95px !important;
  }
  .pb-s-95-imp {
    padding-bottom: 95px !important;
  }
  .mt-s-96-imp {
    margin-top: 96px !important;
  }
  .mb-s-96-imp {
    margin-bottom: 96px !important;
  }
  .pt-s-96-imp {
    padding-top: 96px !important;
  }
  .pb-s-96-imp {
    padding-bottom: 96px !important;
  }
  .mt-s-97-imp {
    margin-top: 97px !important;
  }
  .mb-s-97-imp {
    margin-bottom: 97px !important;
  }
  .pt-s-97-imp {
    padding-top: 97px !important;
  }
  .pb-s-97-imp {
    padding-bottom: 97px !important;
  }
  .mt-s-98-imp {
    margin-top: 98px !important;
  }
  .mb-s-98-imp {
    margin-bottom: 98px !important;
  }
  .pt-s-98-imp {
    padding-top: 98px !important;
  }
  .pb-s-98-imp {
    padding-bottom: 98px !important;
  }
  .mt-s-99-imp {
    margin-top: 99px !important;
  }
  .mb-s-99-imp {
    margin-bottom: 99px !important;
  }
  .pt-s-99-imp {
    padding-top: 99px !important;
  }
  .pb-s-99-imp {
    padding-bottom: 99px !important;
  }
  .mt-s-100-imp {
    margin-top: 100px !important;
  }
  .mb-s-100-imp {
    margin-bottom: 100px !important;
  }
  .pt-s-100-imp {
    padding-top: 100px !important;
  }
  .pb-s-100-imp {
    padding-bottom: 100px !important;
  }
  .mt-s-101-imp {
    margin-top: 101px !important;
  }
  .mb-s-101-imp {
    margin-bottom: 101px !important;
  }
  .pt-s-101-imp {
    padding-top: 101px !important;
  }
  .pb-s-101-imp {
    padding-bottom: 101px !important;
  }
  .mt-s-102-imp {
    margin-top: 102px !important;
  }
  .mb-s-102-imp {
    margin-bottom: 102px !important;
  }
  .pt-s-102-imp {
    padding-top: 102px !important;
  }
  .pb-s-102-imp {
    padding-bottom: 102px !important;
  }
  .mt-s-103-imp {
    margin-top: 103px !important;
  }
  .mb-s-103-imp {
    margin-bottom: 103px !important;
  }
  .pt-s-103-imp {
    padding-top: 103px !important;
  }
  .pb-s-103-imp {
    padding-bottom: 103px !important;
  }
  .mt-s-104-imp {
    margin-top: 104px !important;
  }
  .mb-s-104-imp {
    margin-bottom: 104px !important;
  }
  .pt-s-104-imp {
    padding-top: 104px !important;
  }
  .pb-s-104-imp {
    padding-bottom: 104px !important;
  }
  .mt-s-105-imp {
    margin-top: 105px !important;
  }
  .mb-s-105-imp {
    margin-bottom: 105px !important;
  }
  .pt-s-105-imp {
    padding-top: 105px !important;
  }
  .pb-s-105-imp {
    padding-bottom: 105px !important;
  }
  .mt-s-106-imp {
    margin-top: 106px !important;
  }
  .mb-s-106-imp {
    margin-bottom: 106px !important;
  }
  .pt-s-106-imp {
    padding-top: 106px !important;
  }
  .pb-s-106-imp {
    padding-bottom: 106px !important;
  }
  .mt-s-107-imp {
    margin-top: 107px !important;
  }
  .mb-s-107-imp {
    margin-bottom: 107px !important;
  }
  .pt-s-107-imp {
    padding-top: 107px !important;
  }
  .pb-s-107-imp {
    padding-bottom: 107px !important;
  }
  .mt-s-108-imp {
    margin-top: 108px !important;
  }
  .mb-s-108-imp {
    margin-bottom: 108px !important;
  }
  .pt-s-108-imp {
    padding-top: 108px !important;
  }
  .pb-s-108-imp {
    padding-bottom: 108px !important;
  }
  .mt-s-109-imp {
    margin-top: 109px !important;
  }
  .mb-s-109-imp {
    margin-bottom: 109px !important;
  }
  .pt-s-109-imp {
    padding-top: 109px !important;
  }
  .pb-s-109-imp {
    padding-bottom: 109px !important;
  }
  .mt-s-110-imp {
    margin-top: 110px !important;
  }
  .mb-s-110-imp {
    margin-bottom: 110px !important;
  }
  .pt-s-110-imp {
    padding-top: 110px !important;
  }
  .pb-s-110-imp {
    padding-bottom: 110px !important;
  }
  .mt-s-111-imp {
    margin-top: 111px !important;
  }
  .mb-s-111-imp {
    margin-bottom: 111px !important;
  }
  .pt-s-111-imp {
    padding-top: 111px !important;
  }
  .pb-s-111-imp {
    padding-bottom: 111px !important;
  }
  .mt-s-112-imp {
    margin-top: 112px !important;
  }
  .mb-s-112-imp {
    margin-bottom: 112px !important;
  }
  .pt-s-112-imp {
    padding-top: 112px !important;
  }
  .pb-s-112-imp {
    padding-bottom: 112px !important;
  }
  .mt-s-113-imp {
    margin-top: 113px !important;
  }
  .mb-s-113-imp {
    margin-bottom: 113px !important;
  }
  .pt-s-113-imp {
    padding-top: 113px !important;
  }
  .pb-s-113-imp {
    padding-bottom: 113px !important;
  }
  .mt-s-114-imp {
    margin-top: 114px !important;
  }
  .mb-s-114-imp {
    margin-bottom: 114px !important;
  }
  .pt-s-114-imp {
    padding-top: 114px !important;
  }
  .pb-s-114-imp {
    padding-bottom: 114px !important;
  }
  .mt-s-115-imp {
    margin-top: 115px !important;
  }
  .mb-s-115-imp {
    margin-bottom: 115px !important;
  }
  .pt-s-115-imp {
    padding-top: 115px !important;
  }
  .pb-s-115-imp {
    padding-bottom: 115px !important;
  }
  .mt-s-116-imp {
    margin-top: 116px !important;
  }
  .mb-s-116-imp {
    margin-bottom: 116px !important;
  }
  .pt-s-116-imp {
    padding-top: 116px !important;
  }
  .pb-s-116-imp {
    padding-bottom: 116px !important;
  }
  .mt-s-117-imp {
    margin-top: 117px !important;
  }
  .mb-s-117-imp {
    margin-bottom: 117px !important;
  }
  .pt-s-117-imp {
    padding-top: 117px !important;
  }
  .pb-s-117-imp {
    padding-bottom: 117px !important;
  }
  .mt-s-118-imp {
    margin-top: 118px !important;
  }
  .mb-s-118-imp {
    margin-bottom: 118px !important;
  }
  .pt-s-118-imp {
    padding-top: 118px !important;
  }
  .pb-s-118-imp {
    padding-bottom: 118px !important;
  }
  .mt-s-119-imp {
    margin-top: 119px !important;
  }
  .mb-s-119-imp {
    margin-bottom: 119px !important;
  }
  .pt-s-119-imp {
    padding-top: 119px !important;
  }
  .pb-s-119-imp {
    padding-bottom: 119px !important;
  }
  .mt-s-120-imp {
    margin-top: 120px !important;
  }
  .mb-s-120-imp {
    margin-bottom: 120px !important;
  }
  .pt-s-120-imp {
    padding-top: 120px !important;
  }
  .pb-s-120-imp {
    padding-bottom: 120px !important;
  }
}
.grid--container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 20px 40px;
}
.grid--container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.grid--container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.grid--container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.grid--container > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.grid--container > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.grid--container > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
.grid--container > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.grid--container > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
}
.grid--container > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.grid--container > *:nth-child(10) {
  -ms-grid-row: 1;
  -ms-grid-column: 10;
}
.grid--container > *:nth-child(11) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
.grid--container > *:nth-child(12) {
  -ms-grid-row: 1;
  -ms-grid-column: 12;
}
.grid--container.green--light {
  background-color: #BFD175;
}
.grid--container.green--dark {
  background-color: #1F641D;
}
.grid--container.green--middle {
  background-color: #9DC03A;
}
.grid--container.green--middle p, .grid--container.green--middle strong, .grid--container.green--middle li, .grid--container.green--middle h1, .grid--container.green--middle h2, .grid--container.green--middle h3, .grid--container.green--middle h4, .grid--container.green--middle h5, .grid--container.green--middle h6, .grid--container.green--middle .h1, .grid--container.green--middle .h2, .grid--container.green--middle .h3, .grid--container.green--middle .h4, .grid--container.green--middle .h5, .grid--container.green--middle label, .grid--container.green--middle input, .grid--container.green--middle select, .grid--container.green--middle textarea {
  color: #1F641D;
}
.grid--container.brown--light {
  background-color: #FDDABA;
}
.grid--container.brown--dark {
  background-color: #72584A;
}
.grid--container.brown--middle {
  background-color: #E6B889;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid--container {
    padding: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .grid--container {
    padding: 15px;
  }
}
.grid--container.nopadding {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid--container {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .grid--container {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid--container-element {
  padding: 20px;
  position: relative;
}
.grid--container-element.green--light {
  background-color: #BFD175;
}
.grid--container-element.green--dark {
  background-color: #1F641D;
}
.grid--container-element.green--middle {
  background-color: #9DC03A;
}
.grid--container-element.brown--light {
  background-color: #FDDABA;
}
.grid--container-element.brown--dark {
  background-color: #72584A;
}
.grid--container-element.brown--middle {
  background-color: #E6B889;
}
@media (min-width: 320px) and (max-width: 767px) {
  .grid--container-element {
    padding: 20px 30px;
  }
}
.grid--container-element.nopadding {
  padding: 0;
}
.grid--container-element.default-index {
  position: relative;
  z-index: 20;
}
@media (min-width: 320px) and (max-width: 767px) {
  .grid--container-element.default-index {
    z-index: 5;
  }
}
.grid--container-element.background {
  z-index: 1;
}
.grid--container-element.foreground {
  z-index: 100;
}

video {
  width: 100%;
  height: 100%;
  display: block;
}

img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

.mod_article {
  padding: 80px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_article {
    padding: 50px 0;
  }
}
.mod_article .block {
  overflow: inherit;
}

.invisible {
  display: none;
}

svg {
  width: 100%;
}
svg.arrow-top-group {
  width: 125%;
}
svg.arrow-top-group.left {
  width: 150%;
  margin-left: -65%;
  margin-bottom: -30%;
}
@media (min-width: 768px) and (max-width: 991px) {
  svg.arrow-top-group.left {
    margin-bottom: -100px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  svg.arrow-top-group.left {
    margin-bottom: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  svg.arrow-top-group {
    width: 115%;
  }
}
svg.kritzel.w-200 {
  width: 200%;
}
svg.pos--abs {
  position: absolute;
}
svg.pos--rel {
  position: relative;
}
svg.foreground {
  z-index: 5;
}
svg.background {
  z-index: -1;
}
svg.w-40 {
  width: 40%;
  height: 40%;
}
svg.mb-2 {
  margin-bottom: -40px;
}
svg.mb-3 {
  margin-bottom: -80px;
}
svg.kritzel.top {
  margin-top: -60px;
}
svg.kritzel.right {
  margin-right: -100%;
  margin-left: 15%;
}
svg .green--light {
  fill: #BFD175;
}
svg .green--dark {
  fill: #1F641D;
}
svg .green--middle {
  fill: #9DC03A;
}
svg .brown--light {
  fill: #FDDABA;
}
svg .brown--dark {
  fill: #72584A;
}
svg .brown--middle {
  fill: #E6B889;
}

.grafik__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.grafik__container.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.grafik__container.left svg {
  left: 0;
}
.grafik__container.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grafik__container.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.grafik__container.right svg {
  right: 0;
}
.grafik__container.top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.grafik__container.top svg {
  top: 0;
}
.grafik__container.middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grafik__container.bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.grafik__container.bottom svg {
  bottom: 0;
}

.top-neg-100 {
  margin-top: -100px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-neg-100 {
    margin-top: -60px;
  }
}

.right-neg {
  margin-right: -80px;
  margin-top: -80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .right-neg {
    margin-right: 0;
    margin-top: 90px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .right-neg {
    margin-right: 0;
    margin-top: 90px;
  }
}

.start-auftrag-foreground {
  margin-left: -170px;
  margin-bottom: -70px;
  width: 100%;
}

.start-auftrag-background {
  margin-right: -80px;
  margin-top: -80px;
  width: 35%;
}

.kritzel--img {
  width: 50%;
  margin-left: -30%;
  margin-bottom: -100px;
}

@media (min-width: 1200px) {
  .arrow-bottom-group--img {
    margin-right: -55%;
    margin-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .arrow-bottom-group--img {
    margin-right: -40%;
    margin-top: 70px;
  }
}
.arrow-bottom-group.width {
  width: 130%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .arrow-bottom-group.width {
    width: 100%;
  }
}

.lines-circle--img {
  width: 50%;
  margin-right: -20%;
  margin-top: 10%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .lines-circle--img {
    margin-top: -100px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .lines-circle--img {
    margin-top: -65px;
  }
}

.lines-horizontal.rotate {
  -webkit-transform: rotate(125deg);
      -ms-transform: rotate(125deg);
          transform: rotate(125deg);
  margin-bottom: -40px;
}
@media (max-width: 992px) {
  .lines-horizontal.rotate {
    margin-bottom: 10px;
  }
}

.kringel-horizontal.left {
  margin-left: -20%;
}
.kringel-horizontal.left-40 {
  margin-left: -40%;
}
.kringel-horizontal.left-100 {
  margin-left: -100%;
}
.kringel-horizontal.w-200 {
  width: 200%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .kringel-horizontal.w-200 {
    width: 150%;
  }
}

.grafik__container svg.ring--img {
  width: 25%;
  margin-bottom: -40px;
  margin-right: -40px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .grafik__container svg.ring--img {
    width: 30%;
    margin-bottom: -40px;
    margin-right: 40px;
  }
}
.grafik__container svg.ring--img.ueber-uns {
  width: 40%;
  top: 40px;
  right: -20px;
}
.grafik__container svg.ring--img.musik-kunst {
  width: 50%;
  margin-bottom: -80px;
  margin-right: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .grafik__container svg.ring--img.musik-kunst {
    width: 40%;
    margin-bottom: -60px;
  }
}
.grafik__container svg.lines-circle.ueber-uns {
  width: 50%;
  margin-bottom: -100px;
}
.grafik__container svg.kritzel--img.ueber-uns {
  top: 60px;
  right: -90px;
}
.grafik__container svg.lines-horizontal.ueber-uns {
  left: -160px;
  bottom: 60px;
}
.grafik__container svg.lines-circle--img.glaube {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: -100px;
}

.plus.top {
  margin-top: -35%;
}
@media (min-width: 1200px) {
  .plus.top {
    margin-top: -20%;
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .plus.top {
    margin-top: -90px;
    width: 80%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .plus.top {
    margin-top: 0;
    width: 80%;
  }
}

.stripes-horizontal.top {
  margin-top: -100px;
}

.kritzel-group.left {
  margin-left: -30%;
}
.kritzel-group.right {
  margin-left: 25%;
}
.kritzel-group.w-150 {
  width: 150%;
}

.three-ring--img {
  width: 45%;
  margin-bottom: -160px;
}
.three-ring--img.ueber-uns {
  margin-bottom: -100px;
}
.three-ring--img.nachhaltigkeit {
  width: 60%;
  margin-bottom: -100px;
}
@media (min-width: 1200px) {
  .three-ring--img {
    margin-bottom: -100px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .three-ring--img {
    margin-bottom: -20px;
  }
}

.lines-horizontal.left {
  margin-left: -35%;
}

.three-arrow-up--img.w-50 {
  width: 50%;
}
.three-arrow-up--img.bottom {
  margin-bottom: -100px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .three-arrow-up--img.bottom {
    margin-bottom: -60px;
  }
}
.three-arrow-up--img.left {
  margin-left: -60px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .three-arrow-up--img.left {
    margin-left: -30px;
  }
}

.three-ring--img.top {
  margin-top: -70%;
}
@media (min-width: 1200px) {
  .three-ring--img.top {
    margin-top: -30%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .three-ring--img.top {
    margin-top: -30%;
  }
}

.welle-diagonal.w-60 {
  width: 60%;
}
.welle-diagonal.bottom {
  margin-bottom: -100px;
}

.lines-dots-vertical {
  max-height: 500px;
}

@media (min-width: 1200px) {
  .lines-circle {
    max-height: 230px;
  }
}

@media (min-width: 1200px) {
  .welle-diagonal {
    max-height: 260px;
  }
}

.anmeldung-arrows-down {
  width: 50%;
  margin-right: -30%;
  margin-top: 10%;
}

.kringel-schulspiel {
  width: 100%;
  right: 15%;
  bottom: -250px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .kringel-schulspiel {
    width: 80%;
    bottom: -290px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .kringel-schulspiel {
    width: 70%;
    bottom: -180px;
  }
}
.kringel-schulspiel.pos--rel {
  position: absolute;
}

.termine__svg {
  width: 45px;
}
.termine__svg svg {
  width: 17px;
  height: 18px;
  padding-top: 6px;
}

.termine__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 0;
}
.termine__container.termin__0 {
  padding-top: 40px;
}

.termine__text p {
  padding-bottom: 10px;
}

.accordion--container {
  border-bottom: 2px solid #9DC03A;
}

.accordion--title {
  background-color: transparent;
  color: brown--dark;
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  border-bottom: 0px solid #9DC03A;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 40px 0;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .accordion--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-hyphens: auto;
        hyphens: auto;
    text-align: left;
    padding: 30px 0;
    padding-right: 60px;
  }
}
.accordion--title::after {
  content: "+"; /* Unicode character for "plus" sign (+) */
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #72584A;
  float: right;
  -webkit-transition: ease-out 0.85s;
  transition: ease-out 0.85s;
  right: 0;
  position: absolute;
  top: calc(50% - 16px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .accordion--title::after {
    top: calc(50% - 20px);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .accordion--title::after {
    padding: 15px 0;
    top: calc(50% - 30px);
  }
}
.accordion--title.active::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion--title:hover::after {
  color: #9DC03A;
}

.accordion--desc {
  overflow: hidden;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  opacity: 0;
  visibility: collapse;
  height: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .accordion--desc {
    padding-right: inherit;
  }
}
.accordion--desc.active {
  padding-bottom: 40px;
  border-top: 0px;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.zitat__icon svg {
  width: 120px;
  height: auto;
  margin-bottom: 90px;
}

.zitat__txt--desc {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-style: italic;
  font-weight: 500;
}

.zitat__txt--author {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 400;
  font-style: italic;
  text-align: right;
}

.angebot__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.angebot__element {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 25%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .angebot__element {
    width: 33.33%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .angebot__element {
    width: 100%;
  }
}
.angebot__element:hover .angebot__element--icon img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.angebot__element--icon svg {
  width: 80px;
  height: 80px;
}
.angebot__element--icon img {
  width: 100px;
  height: 100px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.angebot__element--title, .angebot__element--desc {
  text-align: center;
  font-weight: 400;
}
.angebot__element--title:not(.angebot__element--desc), .angebot__element--desc:not(.angebot__element--desc) {
  padding-bottom: 10px;
  padding-top: 30px;
}

.three_cols .angebot__element {
  width: 33%;
}
.three_cols .angebot__element .h1 {
  padding-bottom: 0;
}

.teaser__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.teaser__element {
  width: 25%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .teaser__element {
    padding: 50px 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .teaser__element {
    padding: 50px 30px;
  }
}
.teaser__element:nth-child(0) .teaser__element--img {
  -webkit-mask-image: url("../../files/mose-schule/theme/img/img_mask_0.svg");
          mask-image: url("../../files/mose-schule/theme/img/img_mask_0.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.teaser__element:nth-child(1) .teaser__element--img {
  -webkit-mask-image: url("../../files/mose-schule/theme/img/img_mask_1.svg");
          mask-image: url("../../files/mose-schule/theme/img/img_mask_1.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.teaser__element:nth-child(2) .teaser__element--img {
  -webkit-mask-image: url("../../files/mose-schule/theme/img/img_mask_2.svg");
          mask-image: url("../../files/mose-schule/theme/img/img_mask_2.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.teaser__element:nth-child(3) .teaser__element--img {
  -webkit-mask-image: url("../../files/mose-schule/theme/img/img_mask_3.svg");
          mask-image: url("../../files/mose-schule/theme/img/img_mask_3.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.teaser__element:nth-child(4) .teaser__element--img {
  -webkit-mask-image: url("../../files/mose-schule/theme/img/img_mask_4.svg");
          mask-image: url("../../files/mose-schule/theme/img/img_mask_4.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .teaser__element {
    width: 50%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .teaser__element {
    width: 100%;
  }
}

.teaser__element--desc {
  text-align: center;
}

.teaser__element--img--container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teaser__element--img--container svg {
  position: absolute;
  z-index: 10;
  width: 40%;
  bottom: 40px;
}

.teaser__element--img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.formbody .error {
  color: red;
  padding: 20px 0;
}

.widget-text.w50, .widget-select.w50, .widget-textarea.w50, .widget-password.w50 {
  width: calc(50% - 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  display: inline-block;
}
@media (max-width: 992px) {
  .widget-text.w50, .widget-select.w50, .widget-textarea.w50, .widget-password.w50 {
    width: 100%;
  }
}
.widget-text.w50:nth-child(odd), .widget-select.w50:nth-child(odd), .widget-textarea.w50:nth-child(odd), .widget-password.w50:nth-child(odd) {
  margin-right: 40px;
}
.widget-text input, .widget-text select, .widget-text textarea, .widget-select input, .widget-select select, .widget-select textarea, .widget-textarea input, .widget-textarea select, .widget-textarea textarea, .widget-password input, .widget-password select, .widget-password textarea {
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #9DC03A;
  padding: 40px 0 15px 0;
  margin: 20px 0;
  outline: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .widget-text input, .widget-text select, .widget-text textarea, .widget-select input, .widget-select select, .widget-select textarea, .widget-textarea input, .widget-textarea select, .widget-textarea textarea, .widget-password input, .widget-password select, .widget-password textarea {
    padding: 30px 0 10px 0;
  }
}
.widget-text input::-webkit-input-placeholder, .widget-text select::-webkit-input-placeholder, .widget-text textarea::-webkit-input-placeholder, .widget-select input::-webkit-input-placeholder, .widget-select select::-webkit-input-placeholder, .widget-select textarea::-webkit-input-placeholder, .widget-textarea input::-webkit-input-placeholder, .widget-textarea select::-webkit-input-placeholder, .widget-textarea textarea::-webkit-input-placeholder, .widget-password input::-webkit-input-placeholder, .widget-password select::-webkit-input-placeholder, .widget-password textarea::-webkit-input-placeholder {
  color: #72584A;
}
.widget-text input::-moz-placeholder, .widget-text select::-moz-placeholder, .widget-text textarea::-moz-placeholder, .widget-select input::-moz-placeholder, .widget-select select::-moz-placeholder, .widget-select textarea::-moz-placeholder, .widget-textarea input::-moz-placeholder, .widget-textarea select::-moz-placeholder, .widget-textarea textarea::-moz-placeholder, .widget-password input::-moz-placeholder, .widget-password select::-moz-placeholder, .widget-password textarea::-moz-placeholder {
  color: #72584A;
}
.widget-text input:-ms-input-placeholder, .widget-text select:-ms-input-placeholder, .widget-text textarea:-ms-input-placeholder, .widget-select input:-ms-input-placeholder, .widget-select select:-ms-input-placeholder, .widget-select textarea:-ms-input-placeholder, .widget-textarea input:-ms-input-placeholder, .widget-textarea select:-ms-input-placeholder, .widget-textarea textarea:-ms-input-placeholder, .widget-password input:-ms-input-placeholder, .widget-password select:-ms-input-placeholder, .widget-password textarea:-ms-input-placeholder {
  color: #72584A;
}
.widget-text input::-ms-input-placeholder, .widget-text select::-ms-input-placeholder, .widget-text textarea::-ms-input-placeholder, .widget-select input::-ms-input-placeholder, .widget-select select::-ms-input-placeholder, .widget-select textarea::-ms-input-placeholder, .widget-textarea input::-ms-input-placeholder, .widget-textarea select::-ms-input-placeholder, .widget-textarea textarea::-ms-input-placeholder, .widget-password input::-ms-input-placeholder, .widget-password select::-ms-input-placeholder, .widget-password textarea::-ms-input-placeholder {
  color: #72584A;
}
.widget-text input::placeholder, .widget-text select::placeholder, .widget-text textarea::placeholder, .widget-select input::placeholder, .widget-select select::placeholder, .widget-select textarea::placeholder, .widget-textarea input::placeholder, .widget-textarea select::placeholder, .widget-textarea textarea::placeholder, .widget-password input::placeholder, .widget-password select::placeholder, .widget-password textarea::placeholder {
  color: #72584A;
}

.widget-radio, .widget-checkbox {
  padding-left: 5px;
  padding-right: 5px;
}
.widget-radio.w50, .widget-checkbox.w50 {
  width: calc(50% - 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  display: inline-block;
  margin: 60px 0;
}
@media (max-width: 992px) {
  .widget-radio.w50, .widget-checkbox.w50 {
    width: 100%;
  }
}
.widget-radio.w50:nth-child(odd), .widget-checkbox.w50:nth-child(odd) {
  margin-right: 50px;
}
.widget-radio span, .widget-checkbox span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.widget-radio span:last-child, .widget-checkbox span:last-child {
  margin-bottom: 0;
}
.widget-radio span input[type=radio], .widget-radio span input[type=checkbox], .widget-checkbox span input[type=radio], .widget-checkbox span input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.widget-radio span input[type=radio] + label, .widget-radio span input[type=checkbox] + label, .widget-checkbox span input[type=radio] + label, .widget-checkbox span input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 90px;
  height: 30px;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 767px) {
  .widget-radio span input[type=radio] + label, .widget-radio span input[type=checkbox] + label, .widget-checkbox span input[type=radio] + label, .widget-checkbox span input[type=checkbox] + label {
    padding-left: 0;
    padding-top: 80px;
  }
}
.widget-radio span input[type=radio] + label:before, .widget-radio span input[type=checkbox] + label:before, .widget-checkbox span input[type=radio] + label:before, .widget-checkbox span input[type=checkbox] + label:before {
  content: "";
  width: 60px;
  height: 30px;
  border-radius: 30px;
  border: 3px solid #BFD175;
  background-color: transparent;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
  z-index: 5;
  position: absolute;
  left: -11px;
  margin: 3px;
  top: -9px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .widget-radio span input[type=radio] + label:before, .widget-radio span input[type=checkbox] + label:before, .widget-checkbox span input[type=radio] + label:before, .widget-checkbox span input[type=checkbox] + label:before {
    top: 0;
  }
}
.widget-radio span input[type=radio] + label:after, .widget-radio span input[type=checkbox] + label:after, .widget-checkbox span input[type=radio] + label:after, .widget-checkbox span input[type=checkbox] + label:after {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: #1F641D;
  -webkit-transition: margin 0.1s linear;
  transition: margin 0.1s linear;
  position: absolute;
  left: -9px;
  top: -7px;
  z-index: 10;
  margin: 3px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .widget-radio span input[type=radio] + label:after, .widget-radio span input[type=checkbox] + label:after, .widget-checkbox span input[type=radio] + label:after, .widget-checkbox span input[type=checkbox] + label:after {
    top: 2px;
  }
}
.widget-radio span input[type=radio]:checked + label:before, .widget-radio span input[type=checkbox]:checked + label:before, .widget-checkbox span input[type=radio]:checked + label:before, .widget-checkbox span input[type=checkbox]:checked + label:before {
  background-color: #9DC03A;
}
.widget-radio span input[type=radio]:checked + label:after, .widget-radio span input[type=checkbox]:checked + label:after, .widget-checkbox span input[type=radio]:checked + label:after, .widget-checkbox span input[type=checkbox]:checked + label:after {
  margin: 3px 0px 3px 33px;
}

.widget-submit {
  margin-top: 40px;
  float: right;
}
.widget-submit .submit {
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: inline-block;
  background: transparent;
  border: 0;
  color: #72584A;
  cursor: pointer;
}
.widget-submit .submit::before {
  content: "";
  background-image: url("../../files/mose-schule/theme/img/arrow--right--brown.svg");
  width: 16px;
  height: 11px;
  position: absolute;
  top: 29px;
  left: 0;
}
.widget-submit .submit:hover {
  color: #9DC03A;
}
.widget-submit .submit:hover::before {
  background-image: url("../../files/mose-schule/theme/img/arrow--right--green.svg");
}

.registration .widget-text input, .registration .widget-select input, .registration .widget-textarea input, .registration .widget-password input, .mod_login .widget-text input, .mod_login .widget-select input, .mod_login .widget-textarea input, .mod_login .widget-password input {
  padding: 10px 0;
  margin: 0 0 40px 0;
}
.registration .widget-text, .registration .widget-password, .mod_login .widget-text, .mod_login .widget-password {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.registration .widget-text:nth-child(odd), .registration .widget-password:nth-child(odd), .mod_login .widget-text:nth-child(odd), .mod_login .widget-password:nth-child(odd) {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .registration .widget-text:nth-child(odd), .registration .widget-password:nth-child(odd), .mod_login .widget-text:nth-child(odd), .mod_login .widget-password:nth-child(odd) {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .registration .widget-text, .registration .widget-password, .mod_login .widget-text, .mod_login .widget-password {
    width: 100%;
  }
}

.news--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news--list .layout_latest, .news--list .layout_full {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 60px;
  position: relative;
}
@media (min-width: 1200px) {
  .news--list .layout_latest, .news--list .layout_full {
    width: 33%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .news--list .layout_latest, .news--list .layout_full {
    width: 100%;
    padding: 60px 30px;
  }
}
.news--list .layout_latest h2, .news--list .layout_full h2 {
  font-size: 1.75rem;
  line-height: 2rem;
}
.news--list .layout_latest img, .news--list .layout_full img {
  width: 100%;
  height: 100%;
  padding-bottom: -100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.news--list .layout_latest .blog--list--img--a, .news--list .layout_full .blog--list--img--a {
  position: relative;
  display: block;
  margin-bottom: 80px;
}
.news--list .layout_latest .icon--svg, .news--list .layout_full .icon--svg {
  height: 120px;
  width: 120px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 10;
  bottom: -40px;
  left: calc(50% - 60px);
}
.news--list .layout_latest .blog--list--img, .news--list .layout_full .blog--list--img {
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.news--list .layout_latest:nth-child(4n-7) .blog--list--img, .news--list .layout_full:nth-child(4n-7) .blog--list--img {
  -webkit-mask-image: url("../../files/mose-schule/theme/img/img_mask_1.svg");
          mask-image: url("../../files/mose-schule/theme/img/img_mask_1.svg");
}
.news--list .layout_latest:nth-child(4n-7) .icon--svg, .news--list .layout_full:nth-child(4n-7) .icon--svg {
  background-image: url("../../files/mose-schule/theme/img/icon--welle-diagonal--green--middle.svg");
}
.news--list .layout_latest:nth-child(4n-6) .blog--list--img, .news--list .layout_full:nth-child(4n-6) .blog--list--img {
  -webkit-mask-image: url("../../files/mose-schule/theme/img/img_mask_2.svg");
          mask-image: url("../../files/mose-schule/theme/img/img_mask_2.svg");
}
.news--list .layout_latest:nth-child(4n-6) .icon--svg, .news--list .layout_full:nth-child(4n-6) .icon--svg {
  background-image: url("../../files/mose-schule/theme/img/icon--plus--brown--dark.svg");
}
.news--list .layout_latest:nth-child(4n-5) .blog--list--img, .news--list .layout_full:nth-child(4n-5) .blog--list--img {
  -webkit-mask-image: url("../../files/mose-schule/theme/img/img_mask_3.svg");
          mask-image: url("../../files/mose-schule/theme/img/img_mask_3.svg");
}
.news--list .layout_latest:nth-child(4n-5) .icon--svg, .news--list .layout_full:nth-child(4n-5) .icon--svg {
  background-image: url("../../files/mose-schule/theme/img/icon--ring--green--dark.svg");
}
.news--list .layout_latest:nth-child(4n-4) .blog--list--img, .news--list .layout_full:nth-child(4n-4) .blog--list--img {
  -webkit-mask-image: url("../../files/mose-schule/theme/img/img_mask_4.svg");
          mask-image: url("../../files/mose-schule/theme/img/img_mask_4.svg");
}
.news--list .layout_latest:nth-child(4n-4) .icon--svg, .news--list .layout_full:nth-child(4n-4) .icon--svg {
  background-image: url("../../files/mose-schule/theme/img/icon--arrow--brown--light.svg");
}
.news--list .layout_latest .blog--list--img, .news--list .layout_full .blog--list--img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  z-index: 5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news--list .layout_latest .blog--button, .news--list .layout_full .blog--button {
  float: right;
}

.mod_newsreader p.back {
  display: none;
}

.blog--full--back {
  margin-top: 30px;
  float: left;
}

.layout_full .blog--list--img {
  width: 75%;
  padding-bottom: 40%;
  position: relative;
  z-index: 5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout_full .blog--list--img {
    padding-bottom: 50%;
    margin-bottom: 80px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .layout_full .blog--list--img {
    width: 100%;
    padding-bottom: 75%;
  }
}
.layout_full .icon--svg {
  height: 300px;
  width: 300px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 10;
  top: calc(50% - 150px);
  right: -180px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout_full .icon--svg {
    height: 180px;
    width: 180px;
    top: calc(50% - 90px);
    right: -110px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .layout_full .icon--svg {
    height: 150px;
    width: 150px;
    top: inherit;
    bottom: -80px;
    right: inherit;
    left: calc(50% - 75px);
  }
}
.layout_full.plus--brown--dark .icon--svg {
  background-image: url("../../files/mose-schule/theme/img/icon--plus--brown--dark.svg");
}
.layout_full.welle-diagonal--green--middle .icon--svg {
  background-image: url("../../files/mose-schule/theme/img/icon--welle-diagonal--green--middle.svg");
}
.layout_full.arrow--brown--light .icon--svg {
  background-image: url("../../files/mose-schule/theme/img/icon--arrow--brown--light.svg");
}
.layout_full.ring--green--dark .icon--svg {
  background-image: url("../../files/mose-schule/theme/img/icon--ring--green--dark.svg");
}

.galerie ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
}
.galerie ul li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

html {
  width: 100%;
  height: 100%;
}
html body {
  width: 100%;
  height: 100%;
}
html body #wrapper {
  width: 100%;
  height: 100%;
}
html body #wrapper svg #green--dark .st0 {
  fill: #1F641D;
}
html body #wrapper svg #green--dark .st1 {
  fill: #1F641D;
  fill-rule: evenodd;
  clip-rule: evenodd;
}
html body #wrapper svg #green--light .st2 {
  fill: #BFD175;
}
html body #wrapper svg #green--light .st3 {
  fill: #BFD175;
  fill-rule: evenodd;
  clip-rule: evenodd;
}
html body #wrapper svg #green--middle .st4 {
  fill: #9DC03A;
}
html body #wrapper svg #green--middle .st5 {
  fill: #9DC03A;
  fill-rule: evenodd;
  clip-rule: evenodd;
}
html body #wrapper svg #brown--light .st6 {
  fill: #FDDABA;
}
html body #wrapper svg #brown--middle .st7 {
  fill: #E6B889;
}
html body #wrapper svg #brown--darker .st8 {
  fill: #BA8C60;
}
html body #wrapper svg #brown--dark .st9 {
  fill: #72584A;
}
html body #wrapper .logo__container {
  width: 180px;
  height: auto;
}
@media (min-width: 993px) {
  html body #wrapper .logo__container.scrolled {
    width: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html body #wrapper .logo__container {
    width: 140px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper .logo__container {
    width: 120px;
  }
}
html body #wrapper .header__container {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 10000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 993px) {
  html body #wrapper .header__container.open {
    height: 370px;
  }
  html body #wrapper .header__container.open.scrolled {
    height: 320px;
  }
  html body #wrapper .header__container.open .nav--main {
    height: 100%;
  }
}
@media (max-width: 992px) {
  html body #wrapper .header__container.open {
    height: 100vh;
  }
}
html body #wrapper .nav--main__container {
  height: 100%;
  display: block;
}
@media (max-width: 992px) {
  html body #wrapper .nav--main__container {
    width: 100%;
    display: none;
  }
  html body #wrapper .nav--main__container.open {
    display: block;
  }
}
html body #wrapper .nav--main {
  position: relative;
  display: block;
  height: 50px;
  top: 50px;
}
@media (min-width: 993px) {
  html body #wrapper .nav--main.scrolled {
    top: 20px;
  }
}
@media (max-width: 992px) {
  html body #wrapper .nav--main {
    display: none;
  }
  html body #wrapper .nav--main.open {
    display: block;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html body #wrapper .nav--main {
    top: 110px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper .nav--main {
    top: 90px;
  }
}
html body #wrapper .nav--main ul {
  display: inline-block;
  z-index: 10;
}
@media (max-width: 992px) {
  html body #wrapper .nav--main ul {
    width: 100%;
  }
}
html body #wrapper .nav--main ul li {
  display: inline-block;
  position: relative;
}
@media (max-width: 992px) {
  html body #wrapper .nav--main ul li {
    display: block;
    width: 100%;
    text-align: center;
  }
}
html body #wrapper .nav--main ul li a, html body #wrapper .nav--main ul li strong {
  padding: 16px 35px;
  font-size: 1.125rem;
  line-height: 1.125rem;
  display: inline-block;
  font-weight: 400;
}
@media (min-width: 1200px) {
  html body #wrapper .nav--main ul li a, html body #wrapper .nav--main ul li strong {
    padding: 16px 24px;
  }
}
@media (min-width: 993px) {
  html body #wrapper .nav--main ul li a.submenu::after, html body #wrapper .nav--main ul li strong.submenu::after {
    content: "+";
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html body #wrapper .nav--main ul li a, html body #wrapper .nav--main ul li strong {
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding: 10px 30px;
    font-weight: 500;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper .nav--main ul li a, html body #wrapper .nav--main ul li strong {
    padding: 5px 20px;
  }
}
html body #wrapper .nav--main ul li a.trail, html body #wrapper .nav--main ul li a.active, html body #wrapper .nav--main ul li strong.trail, html body #wrapper .nav--main ul li strong.active {
  color: #9DC03A;
}
html body #wrapper .nav--main ul li a.last, html body #wrapper .nav--main ul li strong.last {
  padding-right: 0;
}
@media (max-width: 992px) {
  html body #wrapper .nav--main ul li a.last, html body #wrapper .nav--main ul li strong.last {
    padding-right: 30px;
  }
}
html body #wrapper .nav--main ul li a.last.button, html body #wrapper .nav--main ul li strong.last.button {
  margin-left: 35px;
}
@media (max-width: 992px) {
  html body #wrapper .nav--main ul li a.last.button, html body #wrapper .nav--main ul li strong.last.button {
    margin-left: 0;
  }
}
@media (min-width: 993px) {
  html body #wrapper .nav--main ul li:hover ul > li {
    visibility: visible;
    opacity: 1;
  }
}
html body #wrapper .nav--main ul li ul {
  position: absolute;
  top: 50px;
  left: 0;
  min-width: 300px;
  z-index: 5;
}
@media (max-width: 992px) {
  html body #wrapper .nav--main ul li ul {
    position: relative;
    width: 100%;
    top: 0;
    display: block;
    margin-bottom: 20px;
  }
}
html body #wrapper .nav--main ul li ul li {
  display: block;
}
@media (min-width: 993px) {
  html body #wrapper .nav--main ul li ul li {
    visibility: hidden;
    opacity: 0;
  }
}
html body #wrapper .nav--main ul li ul li a, html body #wrapper .nav--main ul li ul li strong {
  font-weight: 300;
  padding: 10px 35px;
}
@media (min-width: 1200px) {
  html body #wrapper .nav--main ul li ul li a, html body #wrapper .nav--main ul li ul li strong {
    padding: 10px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html body #wrapper .nav--main ul li ul li a, html body #wrapper .nav--main ul li ul li strong {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper .nav--main ul li ul li a, html body #wrapper .nav--main ul li ul li strong {
    padding: 5px 20px;
  }
}
@media (min-width: 993px) {
  html body #wrapper .nav--main--mmenu--icon--container {
    display: none;
  }
}
@media (max-width: 992px) {
  html body #wrapper .nav--main--mmenu--icon--container {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html body #wrapper .nav--main--mmenu--icon--container {
    padding: 30px 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper .nav--main--mmenu--icon--container {
    padding: 25px 0;
  }
}
html body #wrapper .nav--main--mmenu--icon--element {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
  top: 0;
}
html body #wrapper .nav--main--mmenu--icon--element span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #72584A;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
html body #wrapper .nav--main--mmenu--icon--element span:nth-child(1) {
  top: 0px;
}
html body #wrapper .nav--main--mmenu--icon--element span:nth-child(2), html body #wrapper .nav--main--mmenu--icon--element span:nth-child(3) {
  top: 10px;
}
html body #wrapper .nav--main--mmenu--icon--element span:nth-child(4) {
  top: 20px;
}
html body #wrapper .nav--main--mmenu--icon--element.open span {
  background: #72584A;
}
html body #wrapper .nav--main--mmenu--icon--element.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
html body #wrapper .nav--main--mmenu--icon--element.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
html body #wrapper .nav--main--mmenu--icon--element.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
html body #wrapper .nav--main--mmenu--icon--element.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
html body #wrapper #main .inside {
  margin-top: 150px;
}
@media (min-width: 768px) and (max-width: 991px) {
  html body #wrapper #main .inside {
    margin-top: 120px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper #main .inside {
    margin-top: 87px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html body #wrapper .hide--mobile {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper .hide--mobile {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper .hide--s {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html body #wrapper .hide--m {
    display: none;
  }
}
@media (min-width: 1200px) {
  html body #wrapper .hide--desktop {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html body #wrapper .hide--desktop {
    display: none;
  }
}
html body #wrapper .footer__logo img {
  width: 75px;
  height: auto;
}
html body #wrapper footer .green--dark a, html body #wrapper footer .green--dark p, html body #wrapper footer .green--dark strong, html body #wrapper footer .green--dark span {
  color: #9DC03A;
  padding-bottom: 0;
}
html body #wrapper footer .green--dark a:hover {
  color: #BFD175;
}
html body #wrapper footer .green--middle p {
  color: #1F641D;
  padding-bottom: 0;
}
html body #wrapper footer .green--middle p.h1 {
  padding-bottom: 40px;
}
html body #wrapper footer .green--middle a:first-child {
  margin-right: 30px;
  margin-bottom: 30px;
}
html body #wrapper footer .footer__contact__container {
  padding: 100px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper footer .footer__contact__container {
    padding: 160px 0 80px 0;
  }
}
html body #wrapper footer #lines-circle {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  html body #wrapper footer #lines-circle {
    margin-bottom: 60px;
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html body #wrapper footer #lines-circle {
    width: 70%;
    margin-bottom: 60px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  html body #wrapper footer #lines-circle {
    margin-bottom: 60px;
  }
}
html body #wrapper footer #three-arrows-down {
  margin-top: -90px;
}
