@import url("//fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&display=swap&subset=latin-ext");
@import url("//fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*--- HTML-DEFAULTS ---*/
/*--- FONT-SIZES ---*/
/*--- FONT-FAMILIES ---*/
/*--- BASIC-COLOURS ---*/
/*--- BASIC-HIGHLIGHT-COLOURS ---*/
/*--- APP-COLOURS ---*/
/*--- END:APP-COLOURS ---*/
/*--- DISPLAY-UTILITIES ---*/
/*--- HTML-DEFAULTS ---*/
/*--- HTML-DEFAULTS ---*/
html, body {
  font-size: 18px;
  line-height: 20px;
  font-family: "Work Sans", sans-serif;
}

@media (max-width: 576px) {
  html, body {
    font-size: 14px;
    line-height: 16px;
    font-family: "Work Sans", sans-serif;
  }
}
a, a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

.common-font-family-worksans {
  font-family: "Work Sans", sans-serif !important;
}

.common-font-family-barlowcondensed {
  font-family: "Barlow Condensed", sans-serif !important;
}

/*--- END:HTML-DEFAULTS ---*/
/*--- COMMON-LAYOUT ---*/
.common-fluid-container {
  width: 100vw;
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
}

.common-container {
  max-width: 1220px;
  margin: auto;
  padding: 0 20px;
  min-height: 100%;
  height: 100%;
}

/*--- END:COMMON-LAYOUT ---*/
/*--- COMMON-LAYOUT-HELPERS ---*/
.common-display-hide {
  display: none !important;
}

.common-display-flex-show {
  display: flex;
}

.common-display-block-show {
  display: block;
}

.common-display-inlineblock-show {
  display: inline-block;
}

@media (max-width: 576px) {
  .common-display-sm-hide {
    display: none !important;
  }

  .common-display-sm-flex-show {
    display: flex;
  }

  .common-display-sm-block-show {
    display: block;
  }

  .common-display-sm-inlineblock-show {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .common-display-md-hide {
    display: none !important;
  }

  .common-display-md-flex-show {
    display: flex;
  }

  .common-display-md-block-show {
    display: block;
  }

  .common-display-md-inlineblock-show {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .common-display-lg-hide {
    display: none !important;
  }

  .common-display-lg-flex-show {
    display: flex;
  }

  .common-display-lg-block-show {
    display: block;
  }

  .common-display-lg-inlineblock-show {
    display: inline-block;
  }
}
@media (max-width: 1200px) {
  .common-display-xl-hide {
    display: none !important;
  }

  .common-display-xl-flex-show {
    display: flex;
  }

  .common-display-xl-block-show {
    display: block;
  }

  .common-display-xl-inlineblock-show {
    display: inline-block;
  }
}
@media (max-width: 1600px) {
  .common-display-xxl-hide {
    display: none !important;
  }

  .common-display-xxl-flex-show {
    display: flex;
  }

  .common-display-xxl-block-show {
    display: block;
  }

  .common-display-xxl-inlineblock-show {
    display: inline-block;
  }
}
/*--- END:COMMON-LAYOUT-HELPERS ---*/
/*--- COMMON-GRID ---*/
.common-flex {
  display: flex;
  /*--- ALIGN-BLOCK ---*/
  /*--- ALIGN-ITEM ---*/
  /*--- ROW+COLUMN ---*/
}
.common-flex .common-align-item-left {
  justify-content: flex-start;
}
.common-flex .common-align-item-center {
  justify-content: center;
}
.common-flex .common-align-item-right {
  justify-content: flex-end;
}
.common-flex .common-align-item-top {
  align-items: flex-start;
}
.common-flex .common-align-item-middle {
  align-items: center;
}
.common-flex .common-align-item-bottom {
  align-items: flex-end;
}
.common-flex .common-align-self-top {
  align-self: flex-start;
}
.common-flex .common-align-self-center {
  align-self: center;
}
.common-flex .common-align-self-bottom {
  align-self: flex-end;
}
.common-flex .common-column {
  flex-direction: column;
}
.common-flex .common-row {
  display: inherit;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.common-flex .common-row .offset-0 {
  margin-left: 0 !important;
}
.common-flex .common-row .offset-1 {
  margin-left: 8.3333333333% !important;
}
.common-flex .common-row .column-1 {
  padding: 0 4px;
  box-sizing: border-box;
  width: 8.3333333333% !important;
}
.common-flex .common-row .offset-2 {
  margin-left: 16.6666666667% !important;
}
.common-flex .common-row .column-2 {
  padding: 0 4px;
  box-sizing: border-box;
  width: 16.6666666667% !important;
}
.common-flex .common-row .offset-3 {
  margin-left: 25% !important;
}
.common-flex .common-row .column-3 {
  padding: 0 4px;
  box-sizing: border-box;
  width: 25% !important;
}
.common-flex .common-row .offset-4 {
  margin-left: 33.3333333333% !important;
}
.common-flex .common-row .column-4 {
  padding: 0 4px;
  box-sizing: border-box;
  width: 33.3333333333% !important;
}
.common-flex .common-row .offset-5 {
  margin-left: 41.6666666667% !important;
}
.common-flex .common-row .column-5 {
  padding: 0 4px;
  box-sizing: border-box;
  width: 41.6666666667% !important;
}
.common-flex .common-row .offset-6 {
  margin-left: 50% !important;
}
.common-flex .common-row .column-6 {
  padding: 0 4px;
  box-sizing: border-box;
  width: 50% !important;
}
.common-flex .common-row .offset-7 {
  margin-left: 58.3333333333% !important;
}
.common-flex .common-row .column-7 {
  padding: 0 4px;
  box-sizing: border-box;
  width: 58.3333333333% !important;
}
.common-flex .common-row .offset-8 {
  margin-left: 66.6666666667% !important;
}
.common-flex .common-row .column-8 {
  padding: 0 4px;
  box-sizing: border-box;
  width: 66.6666666667% !important;
}
.common-flex .common-row .offset-9 {
  margin-left: 75% !important;
}
.common-flex .common-row .column-9 {
  padding: 0 4px;
  box-sizing: border-box;
  width: 75% !important;
}
.common-flex .common-row .offset-10 {
  margin-left: 83.3333333333% !important;
}
.common-flex .common-row .column-10 {
  padding: 0 4px;
  box-sizing: border-box;
  width: 83.3333333333% !important;
}
.common-flex .common-row .offset-11 {
  margin-left: 91.6666666667% !important;
}
.common-flex .common-row .column-11 {
  padding: 0 4px;
  box-sizing: border-box;
  width: 91.6666666667% !important;
}
.common-flex .common-row .offset-12 {
  margin-left: 100% !important;
}
.common-flex .common-row .column-12 {
  padding: 0 4px;
  box-sizing: border-box;
  width: 100% !important;
}
@media (max-width: 576px) {
  .common-flex .common-row .offset-sm-0 {
    margin-left: 0 !important;
  }
  .common-flex .common-row .offset-sm-1 {
    margin-left: 8.3333333333% !important;
  }
  .common-flex .common-row .column-sm-1 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 8.3333333333% !important;
  }
  .common-flex .common-row .offset-sm-2 {
    margin-left: 16.6666666667% !important;
  }
  .common-flex .common-row .column-sm-2 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 16.6666666667% !important;
  }
  .common-flex .common-row .offset-sm-3 {
    margin-left: 25% !important;
  }
  .common-flex .common-row .column-sm-3 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 25% !important;
  }
  .common-flex .common-row .offset-sm-4 {
    margin-left: 33.3333333333% !important;
  }
  .common-flex .common-row .column-sm-4 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 33.3333333333% !important;
  }
  .common-flex .common-row .offset-sm-5 {
    margin-left: 41.6666666667% !important;
  }
  .common-flex .common-row .column-sm-5 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 41.6666666667% !important;
  }
  .common-flex .common-row .offset-sm-6 {
    margin-left: 50% !important;
  }
  .common-flex .common-row .column-sm-6 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 50% !important;
  }
  .common-flex .common-row .offset-sm-7 {
    margin-left: 58.3333333333% !important;
  }
  .common-flex .common-row .column-sm-7 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 58.3333333333% !important;
  }
  .common-flex .common-row .offset-sm-8 {
    margin-left: 66.6666666667% !important;
  }
  .common-flex .common-row .column-sm-8 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 66.6666666667% !important;
  }
  .common-flex .common-row .offset-sm-9 {
    margin-left: 75% !important;
  }
  .common-flex .common-row .column-sm-9 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 75% !important;
  }
  .common-flex .common-row .offset-sm-10 {
    margin-left: 83.3333333333% !important;
  }
  .common-flex .common-row .column-sm-10 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 83.3333333333% !important;
  }
  .common-flex .common-row .offset-sm-11 {
    margin-left: 91.6666666667% !important;
  }
  .common-flex .common-row .column-sm-11 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 91.6666666667% !important;
  }
  .common-flex .common-row .offset-sm-12 {
    margin-left: 100% !important;
  }
  .common-flex .common-row .column-sm-12 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .common-flex .common-row .offset-md-0 {
    margin-left: 0 !important;
  }
  .common-flex .common-row .offset-md-1 {
    margin-left: 8.3333333333% !important;
  }
  .common-flex .common-row .column-md-1 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 8.3333333333% !important;
  }
  .common-flex .common-row .offset-md-2 {
    margin-left: 16.6666666667% !important;
  }
  .common-flex .common-row .column-md-2 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 16.6666666667% !important;
  }
  .common-flex .common-row .offset-md-3 {
    margin-left: 25% !important;
  }
  .common-flex .common-row .column-md-3 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 25% !important;
  }
  .common-flex .common-row .offset-md-4 {
    margin-left: 33.3333333333% !important;
  }
  .common-flex .common-row .column-md-4 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 33.3333333333% !important;
  }
  .common-flex .common-row .offset-md-5 {
    margin-left: 41.6666666667% !important;
  }
  .common-flex .common-row .column-md-5 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 41.6666666667% !important;
  }
  .common-flex .common-row .offset-md-6 {
    margin-left: 50% !important;
  }
  .common-flex .common-row .column-md-6 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 50% !important;
  }
  .common-flex .common-row .offset-md-7 {
    margin-left: 58.3333333333% !important;
  }
  .common-flex .common-row .column-md-7 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 58.3333333333% !important;
  }
  .common-flex .common-row .offset-md-8 {
    margin-left: 66.6666666667% !important;
  }
  .common-flex .common-row .column-md-8 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 66.6666666667% !important;
  }
  .common-flex .common-row .offset-md-9 {
    margin-left: 75% !important;
  }
  .common-flex .common-row .column-md-9 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 75% !important;
  }
  .common-flex .common-row .offset-md-10 {
    margin-left: 83.3333333333% !important;
  }
  .common-flex .common-row .column-md-10 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 83.3333333333% !important;
  }
  .common-flex .common-row .offset-md-11 {
    margin-left: 91.6666666667% !important;
  }
  .common-flex .common-row .column-md-11 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 91.6666666667% !important;
  }
  .common-flex .common-row .offset-md-12 {
    margin-left: 100% !important;
  }
  .common-flex .common-row .column-md-12 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .common-flex .common-row .offset-lg-0 {
    margin-left: 0 !important;
  }
  .common-flex .common-row .offset-lg-1 {
    margin-left: 8.3333333333% !important;
  }
  .common-flex .common-row .column-lg-1 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 8.3333333333% !important;
  }
  .common-flex .common-row .offset-lg-2 {
    margin-left: 16.6666666667% !important;
  }
  .common-flex .common-row .column-lg-2 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 16.6666666667% !important;
  }
  .common-flex .common-row .offset-lg-3 {
    margin-left: 25% !important;
  }
  .common-flex .common-row .column-lg-3 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 25% !important;
  }
  .common-flex .common-row .offset-lg-4 {
    margin-left: 33.3333333333% !important;
  }
  .common-flex .common-row .column-lg-4 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 33.3333333333% !important;
  }
  .common-flex .common-row .offset-lg-5 {
    margin-left: 41.6666666667% !important;
  }
  .common-flex .common-row .column-lg-5 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 41.6666666667% !important;
  }
  .common-flex .common-row .offset-lg-6 {
    margin-left: 50% !important;
  }
  .common-flex .common-row .column-lg-6 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 50% !important;
  }
  .common-flex .common-row .offset-lg-7 {
    margin-left: 58.3333333333% !important;
  }
  .common-flex .common-row .column-lg-7 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 58.3333333333% !important;
  }
  .common-flex .common-row .offset-lg-8 {
    margin-left: 66.6666666667% !important;
  }
  .common-flex .common-row .column-lg-8 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 66.6666666667% !important;
  }
  .common-flex .common-row .offset-lg-9 {
    margin-left: 75% !important;
  }
  .common-flex .common-row .column-lg-9 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 75% !important;
  }
  .common-flex .common-row .offset-lg-10 {
    margin-left: 83.3333333333% !important;
  }
  .common-flex .common-row .column-lg-10 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 83.3333333333% !important;
  }
  .common-flex .common-row .offset-lg-11 {
    margin-left: 91.6666666667% !important;
  }
  .common-flex .common-row .column-lg-11 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 91.6666666667% !important;
  }
  .common-flex .common-row .offset-lg-12 {
    margin-left: 100% !important;
  }
  .common-flex .common-row .column-lg-12 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .common-flex .common-row .offset-xl-0 {
    margin-left: 0 !important;
  }
  .common-flex .common-row .offset-xl-1 {
    margin-left: 8.3333333333% !important;
  }
  .common-flex .common-row .column-xl-1 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 8.3333333333% !important;
  }
  .common-flex .common-row .offset-xl-2 {
    margin-left: 16.6666666667% !important;
  }
  .common-flex .common-row .column-xl-2 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 16.6666666667% !important;
  }
  .common-flex .common-row .offset-xl-3 {
    margin-left: 25% !important;
  }
  .common-flex .common-row .column-xl-3 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 25% !important;
  }
  .common-flex .common-row .offset-xl-4 {
    margin-left: 33.3333333333% !important;
  }
  .common-flex .common-row .column-xl-4 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 33.3333333333% !important;
  }
  .common-flex .common-row .offset-xl-5 {
    margin-left: 41.6666666667% !important;
  }
  .common-flex .common-row .column-xl-5 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 41.6666666667% !important;
  }
  .common-flex .common-row .offset-xl-6 {
    margin-left: 50% !important;
  }
  .common-flex .common-row .column-xl-6 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 50% !important;
  }
  .common-flex .common-row .offset-xl-7 {
    margin-left: 58.3333333333% !important;
  }
  .common-flex .common-row .column-xl-7 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 58.3333333333% !important;
  }
  .common-flex .common-row .offset-xl-8 {
    margin-left: 66.6666666667% !important;
  }
  .common-flex .common-row .column-xl-8 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 66.6666666667% !important;
  }
  .common-flex .common-row .offset-xl-9 {
    margin-left: 75% !important;
  }
  .common-flex .common-row .column-xl-9 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 75% !important;
  }
  .common-flex .common-row .offset-xl-10 {
    margin-left: 83.3333333333% !important;
  }
  .common-flex .common-row .column-xl-10 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 83.3333333333% !important;
  }
  .common-flex .common-row .offset-xl-11 {
    margin-left: 91.6666666667% !important;
  }
  .common-flex .common-row .column-xl-11 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 91.6666666667% !important;
  }
  .common-flex .common-row .offset-xl-12 {
    margin-left: 100% !important;
  }
  .common-flex .common-row .column-xl-12 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .common-flex .common-row .offset-xxl-0 {
    margin-left: 0 !important;
  }
  .common-flex .common-row .offset-xxl-1 {
    margin-left: 8.3333333333% !important;
  }
  .common-flex .common-row .column-xxl-1 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 8.3333333333% !important;
  }
  .common-flex .common-row .offset-xxl-2 {
    margin-left: 16.6666666667% !important;
  }
  .common-flex .common-row .column-xxl-2 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 16.6666666667% !important;
  }
  .common-flex .common-row .offset-xxl-3 {
    margin-left: 25% !important;
  }
  .common-flex .common-row .column-xxl-3 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 25% !important;
  }
  .common-flex .common-row .offset-xxl-4 {
    margin-left: 33.3333333333% !important;
  }
  .common-flex .common-row .column-xxl-4 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 33.3333333333% !important;
  }
  .common-flex .common-row .offset-xxl-5 {
    margin-left: 41.6666666667% !important;
  }
  .common-flex .common-row .column-xxl-5 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 41.6666666667% !important;
  }
  .common-flex .common-row .offset-xxl-6 {
    margin-left: 50% !important;
  }
  .common-flex .common-row .column-xxl-6 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 50% !important;
  }
  .common-flex .common-row .offset-xxl-7 {
    margin-left: 58.3333333333% !important;
  }
  .common-flex .common-row .column-xxl-7 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 58.3333333333% !important;
  }
  .common-flex .common-row .offset-xxl-8 {
    margin-left: 66.6666666667% !important;
  }
  .common-flex .common-row .column-xxl-8 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 66.6666666667% !important;
  }
  .common-flex .common-row .offset-xxl-9 {
    margin-left: 75% !important;
  }
  .common-flex .common-row .column-xxl-9 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 75% !important;
  }
  .common-flex .common-row .offset-xxl-10 {
    margin-left: 83.3333333333% !important;
  }
  .common-flex .common-row .column-xxl-10 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 83.3333333333% !important;
  }
  .common-flex .common-row .offset-xxl-11 {
    margin-left: 91.6666666667% !important;
  }
  .common-flex .common-row .column-xxl-11 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 91.6666666667% !important;
  }
  .common-flex .common-row .offset-xxl-12 {
    margin-left: 100% !important;
  }
  .common-flex .common-row .column-xxl-12 {
    padding: 0 4px;
    box-sizing: border-box;
    width: 100% !important;
  }
}
.common-flex .common-row .column-no-padding {
  padding: 0;
}

/*--- END:COMMON-GRID ---*/
/*--- COMMON-PADDING ---*/
.common-padding-none {
  padding: 0;
}

.common-padding-top-none {
  padding-top: 0;
}

.common-padding-bottom-none {
  padding-bottom: 0;
}

.common-padding-left-none {
  padding-left: 0;
}

.common-padding-right-none {
  padding-right: 0;
}

.common-padding-topbottom-none {
  padding-top: 0;
  padding-bottom: 0;
}

.common-padding-leftright-none {
  padding-left: 0;
  padding-right: 0;
}

.common-padding-5 {
  padding: 5px;
}

.common-padding-top-5 {
  padding-top: 5px;
}

.common-padding-bottom-5 {
  padding-bottom: 5px;
}

.common-padding-left-5 {
  padding-left: 5px;
}

.common-padding-right-5 {
  padding-right: 5px;
}

.common-padding-topbottom-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.common-padding-leftright-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.common-padding-10 {
  padding: 10px !important;
}

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

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

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

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

.common-padding-topbottom-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

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

.common-padding-20 {
  padding: 20px !important;
}

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

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

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

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

.common-padding-topbottom-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

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

.common-padding-30 {
  padding: 30px !important;
}

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

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

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

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

.common-padding-topbottom-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

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

.common-padding-40 {
  padding: 40px !important;
}

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

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

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

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

.common-padding-topbottom-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

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

.common-padding-50 {
  padding: 50px !important;
}

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

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

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

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

.common-padding-topbottom-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

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

.common-padding-60 {
  padding: 60px !important;
}

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

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

.common-padding-left-60 {
  padding-left: 60px !important;
}

.common-padding-right-60 {
  padding-right: 60px !important;
}

.common-padding-topbottom-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.common-padding-leftright-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.common-padding-70 {
  padding: 70px !important;
}

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

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

.common-padding-left-70 {
  padding-left: 70px !important;
}

.common-padding-right-70 {
  padding-right: 70px !important;
}

.common-padding-topbottom-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.common-padding-leftright-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.common-padding-80 {
  padding: 80px !important;
}

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

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

.common-padding-left-80 {
  padding-left: 80px !important;
}

.common-padding-right-80 {
  padding-right: 80px !important;
}

.common-padding-topbottom-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.common-padding-leftright-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.common-padding-90 {
  padding: 90px !important;
}

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

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

.common-padding-left-90 {
  padding-left: 90px !important;
}

.common-padding-right-90 {
  padding-right: 90px !important;
}

.common-padding-topbottom-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.common-padding-leftright-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.common-padding-100 {
  padding: 100px !important;
}

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

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

.common-padding-left-100 {
  padding-left: 100px !important;
}

.common-padding-right-100 {
  padding-right: 100px !important;
}

.common-padding-topbottom-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.common-padding-leftright-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/*--- END:COMMON-PADDING ---*/
/*--- COMMON-MARGINS ---*/
.common-margin-none {
  margin: 0 !important;
}

.common-margin-top-none {
  margin-top: 0 !important;
}

.common-margin-bottom-none {
  margin-bottom: 0 !important;
}

.common-margin-left-none {
  margin-left: 0 !important;
}

.common-margin-right-none {
  margin-right: 0 !important;
}

.common-margin-topbottom-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.common-margin-leftright-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.common-margin-5 {
  margin: 5px !important;
}

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

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

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

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

.common-margin-topbottom-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.common-margin-leftright-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.common-margin-10 {
  margin: 10px !important;
}

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

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

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

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

.common-margin-topbottom-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.common-margin-leftright-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.common-margin-20 {
  margin: 20px !important;
}

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

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

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

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

.common-margin-topbottom-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.common-margin-leftright-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.common-margin-30 {
  margin: 30px !important;
}

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

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

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

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

.common-margin-topbottom-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.common-margin-leftright-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.common-margin-40 {
  margin: 40px !important;
}

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

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

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

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

.common-margin-topbottom-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.common-margin-leftright-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.common-margin-50 {
  margin: 50px !important;
}

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

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

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

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

.common-margin-topbottom-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.common-margin-leftright-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.common-margin-60 {
  margin: 60px !important;
}

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

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

.common-margin-left-60 {
  margin-left: 60px !important;
}

.common-margin-right-60 {
  margin-right: 60px !important;
}

.common-margin-topbottom-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.common-margin-leftright-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.common-margin-70 {
  margin: 70px !important;
}

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

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

.common-margin-left-70 {
  margin-left: 70px !important;
}

.common-margin-right-70 {
  margin-right: 70px !important;
}

.common-margin-topbottom-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.common-margin-leftright-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.common-margin-80 {
  margin: 80px !important;
}

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

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

.common-margin-left-80 {
  margin-left: 80px !important;
}

.common-margin-right-80 {
  margin-right: 80px !important;
}

.common-margin-topbottom-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.common-margin-leftright-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.common-margin-90 {
  margin: 90px !important;
}

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

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

.common-margin-left-90 {
  margin-left: 90px !important;
}

.common-margin-right-90 {
  margin-right: 90px !important;
}

.common-margin-topbottom-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.common-margin-leftright-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.common-margin-100 {
  margin: 100px !important;
}

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

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

.common-margin-left-100 {
  margin-left: 100px !important;
}

.common-margin-right-100 {
  margin-right: 100px !important;
}

.common-margin-topbottom-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.common-margin-leftright-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

/*--- END:COMMON-MARGINS ---*/
/*--- COMMON-SIZING ---*/
.common-height-5 {
  height: 5% !important;
}

.common-width-5 {
  width: 5% !important;
}

.common-min-height-5 {
  min-height: 5% !important;
}

.common-min-width-5 {
  min-width: 5% !important;
}

.common-height-10 {
  height: 10% !important;
}

.common-min-height-10 {
  min-height: 10% !important;
}

.common-width-10 {
  width: 10% !important;
}

.common-min-width-10 {
  min-width: 10% !important;
}

.common-height-20 {
  height: 20% !important;
}

.common-min-height-20 {
  min-height: 20% !important;
}

.common-width-20 {
  width: 20% !important;
}

.common-min-width-20 {
  min-width: 20% !important;
}

.common-height-30 {
  height: 30% !important;
}

.common-min-height-30 {
  min-height: 30% !important;
}

.common-width-30 {
  width: 30% !important;
}

.common-min-width-30 {
  min-width: 30% !important;
}

.common-height-40 {
  height: 40% !important;
}

.common-min-height-40 {
  min-height: 40% !important;
}

.common-width-40 {
  width: 40% !important;
}

.common-min-width-40 {
  min-width: 40% !important;
}

.common-height-50 {
  height: 50% !important;
}

.common-min-height-50 {
  min-height: 50% !important;
}

.common-width-50 {
  width: 50% !important;
}

.common-min-width-50 {
  min-width: 50% !important;
}

.common-height-60 {
  height: 60% !important;
}

.common-min-height-60 {
  min-height: 60% !important;
}

.common-width-60 {
  width: 60% !important;
}

.common-min-width-60 {
  min-width: 60% !important;
}

.common-height-70 {
  height: 70% !important;
}

.common-min-height-70 {
  min-height: 70% !important;
}

.common-width-70 {
  width: 70% !important;
}

.common-min-width-70 {
  min-width: 70% !important;
}

.common-height-80 {
  height: 80% !important;
}

.common-min-height-80 {
  min-height: 80% !important;
}

.common-width-80 {
  width: 80% !important;
}

.common-min-width-80 {
  min-width: 80% !important;
}

.common-height-90 {
  height: 90% !important;
}

.common-min-height-90 {
  min-height: 90% !important;
}

.common-width-90 {
  width: 90% !important;
}

.common-min-width-90 {
  min-width: 90% !important;
}

.common-height-100 {
  height: 100% !important;
}

.common-min-height-100 {
  min-height: 100% !important;
}

.common-width-100 {
  width: 100% !important;
}

.common-min-width-100 {
  min-width: 100% !important;
}

.common-width-15 {
  width: 25% !important;
}

.common-width-25 {
  width: 25% !important;
}

.common-width-75 {
  width: 75% !important;
}

/*--- END:COMMON-SIZING ---*/
/*--- COMMON-TYPOGRAPHY ---*/
.common-font-weight-thin {
  font-weight: 100 !important;
}

.common-font-weight-extra-light {
  font-weight: 200 !important;
}

.common-font-weight-light {
  font-weight: 300 !important;
}

.common-font-weight-normal {
  font-weight: 400 !important;
}

.common-font-weight-medium {
  font-weight: 500 !important;
}

.common-font-weight-semi-bold {
  font-weight: 600 !important;
}

.common-font-weight-bold {
  font-weight: 700 !important;
}

/*---*/
.common-text-style-italic {
  font-style: italic !important;
}

.common-text-style-undeline {
  text-decoration: underline !important;
}

.common-text-style-none {
  font-style: normal !important;
  text-decoration: none !important;
}

/*---*/
.common-font-size-xxxl {
  font-size: calc(18px * 3.750) !important;
  line-height: 1em !important;
}

.common-font-size-xxl {
  font-size: calc(18px * 3.000) !important;
  line-height: 1em !important;
}

.common-font-size-xl {
  font-size: calc(18px * 2.000) !important;
  line-height: 1em !important;
}

.common-font-size-lg {
  font-size: calc(18px * 1.500) !important;
  line-height: 1em !important;
}

.common-font-size-md {
  font-size: calc(18px * 1.125) !important;
  line-height: 1em !important;
}

.common-font-size-sm {
  font-size: calc(18px * 0.750) !important;
  line-height: 1em !important;
}

.common-font-size-xs {
  font-size: calc(18px * 0.625) !important;
  line-height: 1em !important;
}

.common-font-size-xxs {
  font-size: calc(18px * 0.375) !important;
  line-height: 1em !important;
}

@media (max-width: 576px) {
  .common-font-size-xxxl {
    font-size: calc(14px * 3.750);
    line-height: 1em !important;
  }

  .common-font-size-xxl {
    font-size: calc(14px * 3.000) !important;
    line-height: 1em !important;
  }

  .common-font-size-xl {
    font-size: calc(14px * 2.000) !important;
    line-height: 1em !important;
  }

  .common-font-size-lg {
    font-size: calc(14px * 1.500) !important;
    line-height: 1em !important;
  }

  .common-font-size-md {
    font-size: calc(14px * 1.125) !important;
    line-height: 1em !important;
  }

  .common-font-size-sm {
    font-size: calc(14px * 0.750) !important;
    line-height: 1em !important;
  }

  .common-font-size-xs {
    font-size: calc(14px * 0.625) !important;
    line-height: 1em !important;
  }

  .common-font-size-xxs {
    font-size: calc(14px * 0.375) !important;
    line-height: 1em !important;
  }
}
/*---*/
.common-font-line-height-xl {
  line-height: 2em !important;
}

.common-font-line-height-lg {
  line-height: 1.5em !important;
}

.common-font-line-height-md {
  line-height: 1.125em !important;
}

.common-font-line-height-sm {
  line-height: 0.75em !important;
}

.common-font-line-height-xs {
  line-height: 0.625em !important;
}

.common-font-line-height-xxs {
  line-height: 0.475em !important;
}

@media (max-width: 576px) {
  .common-font-line-height-xxxl {
    line-height: 2.25em !important;
  }

  .common-font-line-height-xxl {
    line-height: 2em !important;
  }

  .common-font-line-height-xl {
    line-height: 1.75em !important;
  }

  .common-font-line-height-lg {
    line-height: 1.5em !important;
  }

  .common-font-line-height-md {
    line-height: 1.25em !important;
  }

  .common-font-line-height-sm {
    line-height: 1em !important;
  }

  .common-font-line-height-xs {
    line-height: 0.75em !important;
  }

  .common-font-line-height-xxs {
    line-height: 0.5em !important;
  }
}
/*---*/
.common-font-color-white {
  color: white !important;
}

.common-font-color-gray {
  color: dimgrey !important;
}

.common-font-color-light-gray {
  color: #C0C0C0 !important;
}

.common-font-color-black {
  color: black !important;
}

.common-font-color-blue {
  color: darkblue !important;
}

.common-font-color-light-blue {
  color: dodgerblue !important;
}

.common-font-color-red {
  color: darkred !important;
}

.common-font-color-orange {
  color: orange !important;
}

.common-font-color-green {
  color: green !important;
}

/*---*/
.common-font-style-italic {
  font-style: italic;
}

.common-font-style-underline {
  text-decoration: underline;
}

.common-font-style-strike {
  text-decoration: line-through;
}

/*--- END:COMMON-TYPOGRAPHY ---*/
/*--- COMMON-BACKGROUND ---*/
.common-background-color-white {
  background-color: white !important;
}

.common-background-color-gray {
  background-color: dimgrey !important;
}

.common-background-color-light-gray {
  background-color: #C0C0C0 !important;
}

.common-background-color-black {
  background-color: black !important;
}

.common-background-color-blue {
  background-color: darkblue !important;
}

.common-background-color-light-blue {
  background-color: dodgerblue !important;
}

.common-background-color-red {
  background-color: darkred !important;
}

.common-background-color-orange {
  background-color: orange !important;
}

.common-background-color-green {
  background-color: green !important;
}

/*---OPAQUES ---*/
.common-background-opaque-color-white {
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.common-background-opaque-color-light-gray {
  background-color: rgba(192, 192, 192, 0.75) !important;
}

.common-background-opaque-color-gray {
  background-color: rgba(105, 105, 105, 0.75) !important;
}

.common-background-opaque-color-black {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

/*--- END:COMMON-BACKGROUND ---*/
/*--- COMMON-BORDERS ---*/
.common-border-none {
  border: none;
}

.common-border-all {
  border-width: 1px;
  border-style: solid;
}

.common-border-medium {
  border-width: 2px;
}

.common-border-thick {
  border-width: 3px;
}

.common-border-top {
  border-top-width: 1px;
  border-top-style: solid;
}

.common-border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.common-border-left {
  border-left-width: 1px;
  border-left-style: solid;
}

.common-border-right {
  border-right-width: 1px;
  border-right-style: solid;
}

.common-border-color-white {
  border-color: white !important;
}

.common-border-color-gray {
  border-color: dimgrey !important;
}

.common-border-color-light-gray {
  border-color: #C0C0C0 !important;
}

.common-border-color-black {
  border-color: black !important;
}

.common-border-color-blue {
  border-color: darkblue !important;
}

.common-border-color-light-blue {
  border-color: dodgerblue !important;
}

.common-border-color-red {
  border-color: darkred !important;
}

.common-border-color-orange {
  border-color: orange !important;
}

.common-border-color-green {
  border-color: green !important;
}

/*--- END:COMMON-BORDERS ---*/
/*--- COMMON-POSITIONING ---*/
.common-text-right {
  text-align: right !important;
}

.common-text-left {
  text-align: left !important;
}

.common-text-centered {
  text-align: center !important;
}

.common-text-justify {
  text-align: justify !important;
}

.common-text-uppercase {
  text-transform: uppercase;
}

.common-float-left {
  float: left !important;
}

.common-float-right {
  float: right !important;
}

.clearfix {
  clear: both;
}

.common-block-centering {
  margin: 0 auto !important;
}

.common-inline-block {
  display: inline-block !important;
}

.common-block {
  display: block !important;
}

.common-position-relative {
  position: relative;
}

.common-position-fixed {
  position: fixed;
}
.common-position-fixed.align-top {
  position: inherit;
  top: 0 !important;
}
.common-position-fixed.align-bottom {
  position: inherit;
  bottom: 0 !important;
}
.common-position-fixed.align-left {
  position: inherit;
  left: 0 !important;
}
.common-position-fixed.align-right {
  position: inherit;
  right: 0 !important;
}

/*--- END:COMMON-POSITIONING ---*/
/*--- COMMON-HELPERS ---*/
.common-cursor-pointer {
  cursor: pointer;
}

.common-border-corners {
  border-radius: 4px;
}

.common-border-corners-bottom {
  border-radius: 0 0 4px 4px;
}

.common-border-corners-top {
  border-radius: 4px 4px 0 0;
}

.common-border-corners-right {
  border-radius: 0 4px 4px 0;
}

.common-border-corners-left {
  border-radius: 4px 0 0 4px;
}

.common-box-shadow {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

/*--- COMMON-HELPERS ---*/
/*--- APPLICATION-HELPERS ---*/
/*--- END:APPLICATION-HELPERS ---*/

/*# sourceMappingURL=style.common.framework.css.map */
