@charset "UTF-8";
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.g-recaptcha {
    margin: 0 auto;
    text-align: center;
    width: 30%;
    margin-top: 30px;
}


.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
.ml-100 {
  margin-left: 100% !important;
}

.ml-99 {
  margin-left: 99% !important;
}

.ml-98 {
  margin-left: 98% !important;
}

.ml-97 {
  margin-left: 97% !important;
}

.ml-96 {
  margin-left: 96% !important;
}

.ml-95 {
  margin-left: 95% !important;
}

.ml-94 {
  margin-left: 94% !important;
}

.ml-93 {
  margin-left: 93% !important;
}

.ml-92 {
  margin-left: 92% !important;
}

.ml-91 {
  margin-left: 91% !important;
}

.ml-90 {
  margin-left: 90% !important;
}

.ml-89 {
  margin-left: 89% !important;
}

.ml-88 {
  margin-left: 88% !important;
}

.ml-87 {
  margin-left: 87% !important;
}

.ml-86 {
  margin-left: 86% !important;
}

.ml-85 {
  margin-left: 85% !important;
}

.ml-84 {
  margin-left: 84% !important;
}

.ml-83 {
  margin-left: 83% !important;
}

.ml-82 {
  margin-left: 82% !important;
}

.ml-81 {
  margin-left: 81% !important;
}

.ml-80 {
  margin-left: 80% !important;
}

.ml-79 {
  margin-left: 79% !important;
}

.ml-78 {
  margin-left: 78% !important;
}

.ml-77 {
  margin-left: 77% !important;
}

.ml-76 {
  margin-left: 76% !important;
}

.ml-75 {
  margin-left: 75% !important;
}

.ml-74 {
  margin-left: 74% !important;
}

.ml-73 {
  margin-left: 73% !important;
}

.ml-72 {
  margin-left: 72% !important;
}

.ml-71 {
  margin-left: 71% !important;
}

.ml-70 {
  margin-left: 70% !important;
}

.ml-69 {
  margin-left: 69% !important;
}

.ml-68 {
  margin-left: 68% !important;
}

.ml-67 {
  margin-left: 67% !important;
}

.ml-66 {
  margin-left: 66% !important;
}

.ml-65 {
  margin-left: 65% !important;
}

.ml-64 {
  margin-left: 64% !important;
}

.ml-63 {
  margin-left: 63% !important;
}

.ml-62 {
  margin-left: 62% !important;
}

.ml-61 {
  margin-left: 61% !important;
}

.ml-60 {
  margin-left: 60% !important;
}

.ml-59 {
  margin-left: 59% !important;
}

.ml-58 {
  margin-left: 58% !important;
}

.ml-57 {
  margin-left: 57% !important;
}

.ml-56 {
  margin-left: 56% !important;
}

.ml-55 {
  margin-left: 55% !important;
}

.ml-54 {
  margin-left: 54% !important;
}

.ml-53 {
  margin-left: 53% !important;
}

.ml-52 {
  margin-left: 52% !important;
}

.ml-51 {
  margin-left: 51% !important;
}

.ml-50 {
  margin-left: 50% !important;
}

.ml-49 {
  margin-left: 49% !important;
}

.ml-48 {
  margin-left: 48% !important;
}

.ml-47 {
  margin-left: 47% !important;
}

.ml-46 {
  margin-left: 46% !important;
}

.ml-45 {
  margin-left: 45% !important;
}

.ml-44 {
  margin-left: 44% !important;
}

.ml-43 {
  margin-left: 43% !important;
}

.ml-42 {
  margin-left: 42% !important;
}

.ml-41 {
  margin-left: 41% !important;
}

.ml-40 {
  margin-left: 40% !important;
}

.ml-39 {
  margin-left: 39% !important;
}

.ml-38 {
  margin-left: 38% !important;
}

.ml-37 {
  margin-left: 37% !important;
}

.ml-36 {
  margin-left: 36% !important;
}

.ml-35 {
  margin-left: 35% !important;
}

.ml-34 {
  margin-left: 34% !important;
}

.ml-33 {
  margin-left: 33% !important;
}

.ml-32 {
  margin-left: 32% !important;
}

.ml-31 {
  margin-left: 31% !important;
}

.ml-30 {
  margin-left: 30% !important;
}

.ml-29 {
  margin-left: 29% !important;
}

.ml-28 {
  margin-left: 28% !important;
}

.ml-27 {
  margin-left: 27% !important;
}

.ml-26 {
  margin-left: 26% !important;
}

.ml-25 {
  margin-left: 25% !important;
}

.ml-24 {
  margin-left: 24% !important;
}

.ml-23 {
  margin-left: 23% !important;
}

.ml-22 {
  margin-left: 22% !important;
}

.ml-21 {
  margin-left: 21% !important;
}

.ml-20 {
  margin-left: 20% !important;
}

.ml-19 {
  margin-left: 19% !important;
}

.ml-18 {
  margin-left: 18% !important;
}

.ml-17 {
  margin-left: 17% !important;
}

.ml-16 {
  margin-left: 16% !important;
}

.ml-15 {
  margin-left: 15% !important;
}

.ml-14 {
  margin-left: 14% !important;
}

.ml-13 {
  margin-left: 13% !important;
}

.ml-12 {
  margin-left: 12% !important;
}

.ml-11 {
  margin-left: 11% !important;
}

.ml-10 {
  margin-left: 10% !important;
}

.ml-9 {
  margin-left: 9% !important;
}

.ml-8 {
  margin-left: 8% !important;
}

.ml-7 {
  margin-left: 7% !important;
}

.ml-6 {
  margin-left: 6% !important;
}

.ml-5 {
  margin-left: 5% !important;
}

.ml-4 {
  margin-left: 4% !important;
}

.ml-3 {
  margin-left: 3% !important;
}

.ml-2 {
  margin-left: 2% !important;
}

.ml-1 {
  margin-left: 1% !important;
}

.ml-0 {
  margin-left: 0% !important;
}

.mr-100 {
  margin-right: 100% !important;
}

.mr-99 {
  margin-right: 99% !important;
}

.mr-98 {
  margin-right: 98% !important;
}

.mr-97 {
  margin-right: 97% !important;
}

.mr-96 {
  margin-right: 96% !important;
}

.mr-95 {
  margin-right: 95% !important;
}

.mr-94 {
  margin-right: 94% !important;
}

.mr-93 {
  margin-right: 93% !important;
}

.mr-92 {
  margin-right: 92% !important;
}

.mr-91 {
  margin-right: 91% !important;
}

.mr-90 {
  margin-right: 90% !important;
}

.mr-89 {
  margin-right: 89% !important;
}

.mr-88 {
  margin-right: 88% !important;
}

.mr-87 {
  margin-right: 87% !important;
}

.mr-86 {
  margin-right: 86% !important;
}

.mr-85 {
  margin-right: 85% !important;
}

.mr-84 {
  margin-right: 84% !important;
}

.mr-83 {
  margin-right: 83% !important;
}

.mr-82 {
  margin-right: 82% !important;
}

.mr-81 {
  margin-right: 81% !important;
}

.mr-80 {
  margin-right: 80% !important;
}

.mr-79 {
  margin-right: 79% !important;
}

.mr-78 {
  margin-right: 78% !important;
}

.mr-77 {
  margin-right: 77% !important;
}

.mr-76 {
  margin-right: 76% !important;
}

.mr-75 {
  margin-right: 75% !important;
}

.mr-74 {
  margin-right: 74% !important;
}

.mr-73 {
  margin-right: 73% !important;
}

.mr-72 {
  margin-right: 72% !important;
}

.mr-71 {
  margin-right: 71% !important;
}

.mr-70 {
  margin-right: 70% !important;
}

.mr-69 {
  margin-right: 69% !important;
}

.mr-68 {
  margin-right: 68% !important;
}

.mr-67 {
  margin-right: 67% !important;
}

.mr-66 {
  margin-right: 66% !important;
}

.mr-65 {
  margin-right: 65% !important;
}

.mr-64 {
  margin-right: 64% !important;
}

.mr-63 {
  margin-right: 63% !important;
}

.mr-62 {
  margin-right: 62% !important;
}

.mr-61 {
  margin-right: 61% !important;
}

.mr-60 {
  margin-right: 60% !important;
}

.mr-59 {
  margin-right: 59% !important;
}

.mr-58 {
  margin-right: 58% !important;
}

.mr-57 {
  margin-right: 57% !important;
}

.mr-56 {
  margin-right: 56% !important;
}

.mr-55 {
  margin-right: 55% !important;
}

.mr-54 {
  margin-right: 54% !important;
}

.mr-53 {
  margin-right: 53% !important;
}

.mr-52 {
  margin-right: 52% !important;
}

.mr-51 {
  margin-right: 51% !important;
}

.mr-50 {
  margin-right: 50% !important;
}

.mr-49 {
  margin-right: 49% !important;
}

.mr-48 {
  margin-right: 48% !important;
}

.mr-47 {
  margin-right: 47% !important;
}

.mr-46 {
  margin-right: 46% !important;
}

.mr-45 {
  margin-right: 45% !important;
}

.mr-44 {
  margin-right: 44% !important;
}

.mr-43 {
  margin-right: 43% !important;
}

.mr-42 {
  margin-right: 42% !important;
}

.mr-41 {
  margin-right: 41% !important;
}

.mr-40 {
  margin-right: 40% !important;
}

.mr-39 {
  margin-right: 39% !important;
}

.mr-38 {
  margin-right: 38% !important;
}

.mr-37 {
  margin-right: 37% !important;
}

.mr-36 {
  margin-right: 36% !important;
}

.mr-35 {
  margin-right: 35% !important;
}

.mr-34 {
  margin-right: 34% !important;
}

.mr-33 {
  margin-right: 33% !important;
}

.mr-32 {
  margin-right: 32% !important;
}

.mr-31 {
  margin-right: 31% !important;
}

.mr-30 {
  margin-right: 30% !important;
}

.mr-29 {
  margin-right: 29% !important;
}

.mr-28 {
  margin-right: 28% !important;
}

.mr-27 {
  margin-right: 27% !important;
}

.mr-26 {
  margin-right: 26% !important;
}

.mr-25 {
  margin-right: 25% !important;
}

.mr-24 {
  margin-right: 24% !important;
}

.mr-23 {
  margin-right: 23% !important;
}

.mr-22 {
  margin-right: 22% !important;
}

.mr-21 {
  margin-right: 21% !important;
}

.mr-20 {
  margin-right: 20% !important;
}

.mr-19 {
  margin-right: 19% !important;
}

.mr-18 {
  margin-right: 18% !important;
}

.mr-17 {
  margin-right: 17% !important;
}

.mr-16 {
  margin-right: 16% !important;
}

.mr-15 {
  margin-right: 15% !important;
}

.mr-14 {
  margin-right: 14% !important;
}

.mr-13 {
  margin-right: 13% !important;
}

.mr-12 {
  margin-right: 12% !important;
}

.mr-11 {
  margin-right: 11% !important;
}

.mr-10 {
  margin-right: 10% !important;
}

.mr-9 {
  margin-right: 9% !important;
}

.mr-8 {
  margin-right: 8% !important;
}

.mr-7 {
  margin-right: 7% !important;
}

.mr-6 {
  margin-right: 6% !important;
}

.mr-5 {
  margin-right: 5% !important;
}

.mr-4 {
  margin-right: 4% !important;
}

.mr-3 {
  margin-right: 3% !important;
}

.mr-2 {
  margin-right: 2% !important;
}

.mr-1 {
  margin-right: 1% !important;
}

.mr-0 {
  margin-right: 0% !important;
}

.pr-100 {
  padding-right: 100% !important;
}

.pr-99 {
  padding-right: 99% !important;
}

.pr-98 {
  padding-right: 98% !important;
}

.pr-97 {
  padding-right: 97% !important;
}

.pr-96 {
  padding-right: 96% !important;
}

.pr-95 {
  padding-right: 95% !important;
}

.pr-94 {
  padding-right: 94% !important;
}

.pr-93 {
  padding-right: 93% !important;
}

.pr-92 {
  padding-right: 92% !important;
}

.pr-91 {
  padding-right: 91% !important;
}

.pr-90 {
  padding-right: 90% !important;
}

.pr-89 {
  padding-right: 89% !important;
}

.pr-88 {
  padding-right: 88% !important;
}

.pr-87 {
  padding-right: 87% !important;
}

.pr-86 {
  padding-right: 86% !important;
}

.pr-85 {
  padding-right: 85% !important;
}

.pr-84 {
  padding-right: 84% !important;
}

.pr-83 {
  padding-right: 83% !important;
}

.pr-82 {
  padding-right: 82% !important;
}

.pr-81 {
  padding-right: 81% !important;
}

.pr-80 {
  padding-right: 80% !important;
}

.pr-79 {
  padding-right: 79% !important;
}

.pr-78 {
  padding-right: 78% !important;
}

.pr-77 {
  padding-right: 77% !important;
}

.pr-76 {
  padding-right: 76% !important;
}

.pr-75 {
  padding-right: 75% !important;
}

.pr-74 {
  padding-right: 74% !important;
}

.pr-73 {
  padding-right: 73% !important;
}

.pr-72 {
  padding-right: 72% !important;
}

.pr-71 {
  padding-right: 71% !important;
}

.pr-70 {
  padding-right: 70% !important;
}

.pr-69 {
  padding-right: 69% !important;
}

.pr-68 {
  padding-right: 68% !important;
}

.pr-67 {
  padding-right: 67% !important;
}

.pr-66 {
  padding-right: 66% !important;
}

.pr-65 {
  padding-right: 65% !important;
}

.pr-64 {
  padding-right: 64% !important;
}

.pr-63 {
  padding-right: 63% !important;
}

.pr-62 {
  padding-right: 62% !important;
}

.pr-61 {
  padding-right: 61% !important;
}

.pr-60 {
  padding-right: 60% !important;
}

.pr-59 {
  padding-right: 59% !important;
}

.pr-58 {
  padding-right: 58% !important;
}

.pr-57 {
  padding-right: 57% !important;
}

.pr-56 {
  padding-right: 56% !important;
}

.pr-55 {
  padding-right: 55% !important;
}

.pr-54 {
  padding-right: 54% !important;
}

.pr-53 {
  padding-right: 53% !important;
}

.pr-52 {
  padding-right: 52% !important;
}

.pr-51 {
  padding-right: 51% !important;
}

.pr-50 {
  padding-right: 50% !important;
}

.pr-49 {
  padding-right: 49% !important;
}

.pr-48 {
  padding-right: 48% !important;
}

.pr-47 {
  padding-right: 47% !important;
}

.pr-46 {
  padding-right: 46% !important;
}

.pr-45 {
  padding-right: 45% !important;
}

.pr-44 {
  padding-right: 44% !important;
}

.pr-43 {
  padding-right: 43% !important;
}

.pr-42 {
  padding-right: 42% !important;
}

.pr-41 {
  padding-right: 41% !important;
}

.pr-40 {
  padding-right: 40% !important;
}

.pr-39 {
  padding-right: 39% !important;
}

.pr-38 {
  padding-right: 38% !important;
}

.pr-37 {
  padding-right: 37% !important;
}

.pr-36 {
  padding-right: 36% !important;
}

.pr-35 {
  padding-right: 35% !important;
}

.pr-34 {
  padding-right: 34% !important;
}

.pr-33 {
  padding-right: 33% !important;
}

.pr-32 {
  padding-right: 32% !important;
}

.pr-31 {
  padding-right: 31% !important;
}

.pr-30 {
  padding-right: 30% !important;
}

.pr-29 {
  padding-right: 29% !important;
}

.pr-28 {
  padding-right: 28% !important;
}

.pr-27 {
  padding-right: 27% !important;
}

.pr-26 {
  padding-right: 26% !important;
}

.pr-25 {
  padding-right: 25% !important;
}

.pr-24 {
  padding-right: 24% !important;
}

.pr-23 {
  padding-right: 23% !important;
}

.pr-22 {
  padding-right: 22% !important;
}

.pr-21 {
  padding-right: 21% !important;
}

.pr-20 {
  padding-right: 20% !important;
}

.pr-19 {
  padding-right: 19% !important;
}

.pr-18 {
  padding-right: 18% !important;
}

.pr-17 {
  padding-right: 17% !important;
}

.pr-16 {
  padding-right: 16% !important;
}

.pr-15 {
  padding-right: 15% !important;
}

.pr-14 {
  padding-right: 14% !important;
}

.pr-13 {
  padding-right: 13% !important;
}

.pr-12 {
  padding-right: 12% !important;
}

.pr-11 {
  padding-right: 11% !important;
}

.pr-10 {
  padding-right: 10% !important;
}

.pr-9 {
  padding-right: 9% !important;
}

.pr-8 {
  padding-right: 8% !important;
}

.pr-7 {
  padding-right: 7% !important;
}

.pr-6 {
  padding-right: 6% !important;
}

.pr-5 {
  padding-right: 5% !important;
}

.pr-4 {
  padding-right: 4% !important;
}

.pr-3 {
  padding-right: 3% !important;
}

.pr-2 {
  padding-right: 2% !important;
}

.pr-1 {
  padding-right: 1% !important;
}

.pr-0 {
  padding-right: 0% !important;
}

.pl-100 {
  padding-left: 100% !important;
}

.pl-99 {
  padding-left: 99% !important;
}

.pl-98 {
  padding-left: 98% !important;
}

.pl-97 {
  padding-left: 97% !important;
}

.pl-96 {
  padding-left: 96% !important;
}

.pl-95 {
  padding-left: 95% !important;
}

.pl-94 {
  padding-left: 94% !important;
}

.pl-93 {
  padding-left: 93% !important;
}

.pl-92 {
  padding-left: 92% !important;
}

.pl-91 {
  padding-left: 91% !important;
}

.pl-90 {
  padding-left: 90% !important;
}

.pl-89 {
  padding-left: 89% !important;
}

.pl-88 {
  padding-left: 88% !important;
}

.pl-87 {
  padding-left: 87% !important;
}

.pl-86 {
  padding-left: 86% !important;
}

.pl-85 {
  padding-left: 85% !important;
}

.pl-84 {
  padding-left: 84% !important;
}

.pl-83 {
  padding-left: 83% !important;
}

.pl-82 {
  padding-left: 82% !important;
}

.pl-81 {
  padding-left: 81% !important;
}

.pl-80 {
  padding-left: 80% !important;
}

.pl-79 {
  padding-left: 79% !important;
}

.pl-78 {
  padding-left: 78% !important;
}

.pl-77 {
  padding-left: 77% !important;
}

.pl-76 {
  padding-left: 76% !important;
}

.pl-75 {
  padding-left: 75% !important;
}

.pl-74 {
  padding-left: 74% !important;
}

.pl-73 {
  padding-left: 73% !important;
}

.pl-72 {
  padding-left: 72% !important;
}

.pl-71 {
  padding-left: 71% !important;
}

.pl-70 {
  padding-left: 70% !important;
}

.pl-69 {
  padding-left: 69% !important;
}

.pl-68 {
  padding-left: 68% !important;
}

.pl-67 {
  padding-left: 67% !important;
}

.pl-66 {
  padding-left: 66% !important;
}

.pl-65 {
  padding-left: 65% !important;
}

.pl-64 {
  padding-left: 64% !important;
}

.pl-63 {
  padding-left: 63% !important;
}

.pl-62 {
  padding-left: 62% !important;
}

.pl-61 {
  padding-left: 61% !important;
}

.pl-60 {
  padding-left: 60% !important;
}

.pl-59 {
  padding-left: 59% !important;
}

.pl-58 {
  padding-left: 58% !important;
}

.pl-57 {
  padding-left: 57% !important;
}

.pl-56 {
  padding-left: 56% !important;
}

.pl-55 {
  padding-left: 55% !important;
}

.pl-54 {
  padding-left: 54% !important;
}

.pl-53 {
  padding-left: 53% !important;
}

.pl-52 {
  padding-left: 52% !important;
}

.pl-51 {
  padding-left: 51% !important;
}

.pl-50 {
  padding-left: 50% !important;
}

.pl-49 {
  padding-left: 49% !important;
}

.pl-48 {
  padding-left: 48% !important;
}

.pl-47 {
  padding-left: 47% !important;
}

.pl-46 {
  padding-left: 46% !important;
}

.pl-45 {
  padding-left: 45% !important;
}

.pl-44 {
  padding-left: 44% !important;
}

.pl-43 {
  padding-left: 43% !important;
}

.pl-42 {
  padding-left: 42% !important;
}

.pl-41 {
  padding-left: 41% !important;
}

.pl-40 {
  padding-left: 40% !important;
}

.pl-39 {
  padding-left: 39% !important;
}

.pl-38 {
  padding-left: 38% !important;
}

.pl-37 {
  padding-left: 37% !important;
}

.pl-36 {
  padding-left: 36% !important;
}

.pl-35 {
  padding-left: 35% !important;
}

.pl-34 {
  padding-left: 34% !important;
}

.pl-33 {
  padding-left: 33% !important;
}

.pl-32 {
  padding-left: 32% !important;
}

.pl-31 {
  padding-left: 31% !important;
}

.pl-30 {
  padding-left: 30% !important;
}

.pl-29 {
  padding-left: 29% !important;
}

.pl-28 {
  padding-left: 28% !important;
}

.pl-27 {
  padding-left: 27% !important;
}

.pl-26 {
  padding-left: 26% !important;
}

.pl-25 {
  padding-left: 25% !important;
}

.pl-24 {
  padding-left: 24% !important;
}

.pl-23 {
  padding-left: 23% !important;
}

.pl-22 {
  padding-left: 22% !important;
}

.pl-21 {
  padding-left: 21% !important;
}

.pl-20 {
  padding-left: 20% !important;
}

.pl-19 {
  padding-left: 19% !important;
}

.pl-18 {
  padding-left: 18% !important;
}

.pl-17 {
  padding-left: 17% !important;
}

.pl-16 {
  padding-left: 16% !important;
}

.pl-15 {
  padding-left: 15% !important;
}

.pl-14 {
  padding-left: 14% !important;
}

.pl-13 {
  padding-left: 13% !important;
}

.pl-12 {
  padding-left: 12% !important;
}

.pl-11 {
  padding-left: 11% !important;
}

.pl-10 {
  padding-left: 10% !important;
}

.pl-9 {
  padding-left: 9% !important;
}

.pl-8 {
  padding-left: 8% !important;
}

.pl-7 {
  padding-left: 7% !important;
}

.pl-6 {
  padding-left: 6% !important;
}

.pl-5 {
  padding-left: 5% !important;
}

.pl-4 {
  padding-left: 4% !important;
}

.pl-3 {
  padding-left: 3% !important;
}

.pl-2 {
  padding-left: 2% !important;
}

.pl-1 {
  padding-left: 1% !important;
}

.pl-0 {
  padding-left: 0% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 575px) {
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 767px) {
  .mb-md-100 {
    margin-bottom: 100px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-md-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 991px) {
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
}
.mt-100 {
  margin-top: 100px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 575px) {
  .mt-sm-100 {
    margin-top: 100px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-0 {
    margin-top: 0px !important;
  }
}
@media (min-width: 767px) {
  .mt-md-100 {
    margin-top: 100px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-md-4 {
    margin-top: 4px !important;
  }

  .mt-md-3 {
    margin-top: 3px !important;
  }

  .mt-md-2 {
    margin-top: 2px !important;
  }

  .mt-md-1 {
    margin-top: 1px !important;
  }

  .mt-md-0 {
    margin-top: 0px !important;
  }
}
@media (min-width: 991px) {
  .mt-lg-100 {
    margin-top: 100px !important;
  }

  .mt-lg-99 {
    margin-top: 99px !important;
  }

  .mt-lg-98 {
    margin-top: 98px !important;
  }

  .mt-lg-97 {
    margin-top: 97px !important;
  }

  .mt-lg-96 {
    margin-top: 96px !important;
  }

  .mt-lg-95 {
    margin-top: 95px !important;
  }

  .mt-lg-94 {
    margin-top: 94px !important;
  }

  .mt-lg-93 {
    margin-top: 93px !important;
  }

  .mt-lg-92 {
    margin-top: 92px !important;
  }

  .mt-lg-91 {
    margin-top: 91px !important;
  }

  .mt-lg-90 {
    margin-top: 90px !important;
  }

  .mt-lg-89 {
    margin-top: 89px !important;
  }

  .mt-lg-88 {
    margin-top: 88px !important;
  }

  .mt-lg-87 {
    margin-top: 87px !important;
  }

  .mt-lg-86 {
    margin-top: 86px !important;
  }

  .mt-lg-85 {
    margin-top: 85px !important;
  }

  .mt-lg-84 {
    margin-top: 84px !important;
  }

  .mt-lg-83 {
    margin-top: 83px !important;
  }

  .mt-lg-82 {
    margin-top: 82px !important;
  }

  .mt-lg-81 {
    margin-top: 81px !important;
  }

  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .mt-lg-79 {
    margin-top: 79px !important;
  }

  .mt-lg-78 {
    margin-top: 78px !important;
  }

  .mt-lg-77 {
    margin-top: 77px !important;
  }

  .mt-lg-76 {
    margin-top: 76px !important;
  }

  .mt-lg-75 {
    margin-top: 75px !important;
  }

  .mt-lg-74 {
    margin-top: 74px !important;
  }

  .mt-lg-73 {
    margin-top: 73px !important;
  }

  .mt-lg-72 {
    margin-top: 72px !important;
  }

  .mt-lg-71 {
    margin-top: 71px !important;
  }

  .mt-lg-70 {
    margin-top: 70px !important;
  }

  .mt-lg-69 {
    margin-top: 69px !important;
  }

  .mt-lg-68 {
    margin-top: 68px !important;
  }

  .mt-lg-67 {
    margin-top: 67px !important;
  }

  .mt-lg-66 {
    margin-top: 66px !important;
  }

  .mt-lg-65 {
    margin-top: 65px !important;
  }

  .mt-lg-64 {
    margin-top: 64px !important;
  }

  .mt-lg-63 {
    margin-top: 63px !important;
  }

  .mt-lg-62 {
    margin-top: 62px !important;
  }

  .mt-lg-61 {
    margin-top: 61px !important;
  }

  .mt-lg-60 {
    margin-top: 60px !important;
  }

  .mt-lg-59 {
    margin-top: 59px !important;
  }

  .mt-lg-58 {
    margin-top: 58px !important;
  }

  .mt-lg-57 {
    margin-top: 57px !important;
  }

  .mt-lg-56 {
    margin-top: 56px !important;
  }

  .mt-lg-55 {
    margin-top: 55px !important;
  }

  .mt-lg-54 {
    margin-top: 54px !important;
  }

  .mt-lg-53 {
    margin-top: 53px !important;
  }

  .mt-lg-52 {
    margin-top: 52px !important;
  }

  .mt-lg-51 {
    margin-top: 51px !important;
  }

  .mt-lg-50 {
    margin-top: 50px !important;
  }

  .mt-lg-49 {
    margin-top: 49px !important;
  }

  .mt-lg-48 {
    margin-top: 48px !important;
  }

  .mt-lg-47 {
    margin-top: 47px !important;
  }

  .mt-lg-46 {
    margin-top: 46px !important;
  }

  .mt-lg-45 {
    margin-top: 45px !important;
  }

  .mt-lg-44 {
    margin-top: 44px !important;
  }

  .mt-lg-43 {
    margin-top: 43px !important;
  }

  .mt-lg-42 {
    margin-top: 42px !important;
  }

  .mt-lg-41 {
    margin-top: 41px !important;
  }

  .mt-lg-40 {
    margin-top: 40px !important;
  }

  .mt-lg-39 {
    margin-top: 39px !important;
  }

  .mt-lg-38 {
    margin-top: 38px !important;
  }

  .mt-lg-37 {
    margin-top: 37px !important;
  }

  .mt-lg-36 {
    margin-top: 36px !important;
  }

  .mt-lg-35 {
    margin-top: 35px !important;
  }

  .mt-lg-34 {
    margin-top: 34px !important;
  }

  .mt-lg-33 {
    margin-top: 33px !important;
  }

  .mt-lg-32 {
    margin-top: 32px !important;
  }

  .mt-lg-31 {
    margin-top: 31px !important;
  }

  .mt-lg-30 {
    margin-top: 30px !important;
  }

  .mt-lg-29 {
    margin-top: 29px !important;
  }

  .mt-lg-28 {
    margin-top: 28px !important;
  }

  .mt-lg-27 {
    margin-top: 27px !important;
  }

  .mt-lg-26 {
    margin-top: 26px !important;
  }

  .mt-lg-25 {
    margin-top: 25px !important;
  }

  .mt-lg-24 {
    margin-top: 24px !important;
  }

  .mt-lg-23 {
    margin-top: 23px !important;
  }

  .mt-lg-22 {
    margin-top: 22px !important;
  }

  .mt-lg-21 {
    margin-top: 21px !important;
  }

  .mt-lg-20 {
    margin-top: 20px !important;
  }

  .mt-lg-19 {
    margin-top: 19px !important;
  }

  .mt-lg-18 {
    margin-top: 18px !important;
  }

  .mt-lg-17 {
    margin-top: 17px !important;
  }

  .mt-lg-16 {
    margin-top: 16px !important;
  }

  .mt-lg-15 {
    margin-top: 15px !important;
  }

  .mt-lg-14 {
    margin-top: 14px !important;
  }

  .mt-lg-13 {
    margin-top: 13px !important;
  }

  .mt-lg-12 {
    margin-top: 12px !important;
  }

  .mt-lg-11 {
    margin-top: 11px !important;
  }

  .mt-lg-10 {
    margin-top: 10px !important;
  }

  .mt-lg-9 {
    margin-top: 9px !important;
  }

  .mt-lg-8 {
    margin-top: 8px !important;
  }

  .mt-lg-7 {
    margin-top: 7px !important;
  }

  .mt-lg-6 {
    margin-top: 6px !important;
  }

  .mt-lg-5 {
    margin-top: 5px !important;
  }

  .mt-lg-4 {
    margin-top: 4px !important;
  }

  .mt-lg-3 {
    margin-top: 3px !important;
  }

  .mt-lg-2 {
    margin-top: 2px !important;
  }

  .mt-lg-1 {
    margin-top: 1px !important;
  }

  .mt-lg-0 {
    margin-top: 0px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-100 {
    margin-top: 100px !important;
  }

  .mt-xl-99 {
    margin-top: 99px !important;
  }

  .mt-xl-98 {
    margin-top: 98px !important;
  }

  .mt-xl-97 {
    margin-top: 97px !important;
  }

  .mt-xl-96 {
    margin-top: 96px !important;
  }

  .mt-xl-95 {
    margin-top: 95px !important;
  }

  .mt-xl-94 {
    margin-top: 94px !important;
  }

  .mt-xl-93 {
    margin-top: 93px !important;
  }

  .mt-xl-92 {
    margin-top: 92px !important;
  }

  .mt-xl-91 {
    margin-top: 91px !important;
  }

  .mt-xl-90 {
    margin-top: 90px !important;
  }

  .mt-xl-89 {
    margin-top: 89px !important;
  }

  .mt-xl-88 {
    margin-top: 88px !important;
  }

  .mt-xl-87 {
    margin-top: 87px !important;
  }

  .mt-xl-86 {
    margin-top: 86px !important;
  }

  .mt-xl-85 {
    margin-top: 85px !important;
  }

  .mt-xl-84 {
    margin-top: 84px !important;
  }

  .mt-xl-83 {
    margin-top: 83px !important;
  }

  .mt-xl-82 {
    margin-top: 82px !important;
  }

  .mt-xl-81 {
    margin-top: 81px !important;
  }

  .mt-xl-80 {
    margin-top: 80px !important;
  }

  .mt-xl-79 {
    margin-top: 79px !important;
  }

  .mt-xl-78 {
    margin-top: 78px !important;
  }

  .mt-xl-77 {
    margin-top: 77px !important;
  }

  .mt-xl-76 {
    margin-top: 76px !important;
  }

  .mt-xl-75 {
    margin-top: 75px !important;
  }

  .mt-xl-74 {
    margin-top: 74px !important;
  }

  .mt-xl-73 {
    margin-top: 73px !important;
  }

  .mt-xl-72 {
    margin-top: 72px !important;
  }

  .mt-xl-71 {
    margin-top: 71px !important;
  }

  .mt-xl-70 {
    margin-top: 70px !important;
  }

  .mt-xl-69 {
    margin-top: 69px !important;
  }

  .mt-xl-68 {
    margin-top: 68px !important;
  }

  .mt-xl-67 {
    margin-top: 67px !important;
  }

  .mt-xl-66 {
    margin-top: 66px !important;
  }

  .mt-xl-65 {
    margin-top: 65px !important;
  }

  .mt-xl-64 {
    margin-top: 64px !important;
  }

  .mt-xl-63 {
    margin-top: 63px !important;
  }

  .mt-xl-62 {
    margin-top: 62px !important;
  }

  .mt-xl-61 {
    margin-top: 61px !important;
  }

  .mt-xl-60 {
    margin-top: 60px !important;
  }

  .mt-xl-59 {
    margin-top: 59px !important;
  }

  .mt-xl-58 {
    margin-top: 58px !important;
  }

  .mt-xl-57 {
    margin-top: 57px !important;
  }

  .mt-xl-56 {
    margin-top: 56px !important;
  }

  .mt-xl-55 {
    margin-top: 55px !important;
  }

  .mt-xl-54 {
    margin-top: 54px !important;
  }

  .mt-xl-53 {
    margin-top: 53px !important;
  }

  .mt-xl-52 {
    margin-top: 52px !important;
  }

  .mt-xl-51 {
    margin-top: 51px !important;
  }

  .mt-xl-50 {
    margin-top: 50px !important;
  }

  .mt-xl-49 {
    margin-top: 49px !important;
  }

  .mt-xl-48 {
    margin-top: 48px !important;
  }

  .mt-xl-47 {
    margin-top: 47px !important;
  }

  .mt-xl-46 {
    margin-top: 46px !important;
  }

  .mt-xl-45 {
    margin-top: 45px !important;
  }

  .mt-xl-44 {
    margin-top: 44px !important;
  }

  .mt-xl-43 {
    margin-top: 43px !important;
  }

  .mt-xl-42 {
    margin-top: 42px !important;
  }

  .mt-xl-41 {
    margin-top: 41px !important;
  }

  .mt-xl-40 {
    margin-top: 40px !important;
  }

  .mt-xl-39 {
    margin-top: 39px !important;
  }

  .mt-xl-38 {
    margin-top: 38px !important;
  }

  .mt-xl-37 {
    margin-top: 37px !important;
  }

  .mt-xl-36 {
    margin-top: 36px !important;
  }

  .mt-xl-35 {
    margin-top: 35px !important;
  }

  .mt-xl-34 {
    margin-top: 34px !important;
  }

  .mt-xl-33 {
    margin-top: 33px !important;
  }

  .mt-xl-32 {
    margin-top: 32px !important;
  }

  .mt-xl-31 {
    margin-top: 31px !important;
  }

  .mt-xl-30 {
    margin-top: 30px !important;
  }

  .mt-xl-29 {
    margin-top: 29px !important;
  }

  .mt-xl-28 {
    margin-top: 28px !important;
  }

  .mt-xl-27 {
    margin-top: 27px !important;
  }

  .mt-xl-26 {
    margin-top: 26px !important;
  }

  .mt-xl-25 {
    margin-top: 25px !important;
  }

  .mt-xl-24 {
    margin-top: 24px !important;
  }

  .mt-xl-23 {
    margin-top: 23px !important;
  }

  .mt-xl-22 {
    margin-top: 22px !important;
  }

  .mt-xl-21 {
    margin-top: 21px !important;
  }

  .mt-xl-20 {
    margin-top: 20px !important;
  }

  .mt-xl-19 {
    margin-top: 19px !important;
  }

  .mt-xl-18 {
    margin-top: 18px !important;
  }

  .mt-xl-17 {
    margin-top: 17px !important;
  }

  .mt-xl-16 {
    margin-top: 16px !important;
  }

  .mt-xl-15 {
    margin-top: 15px !important;
  }

  .mt-xl-14 {
    margin-top: 14px !important;
  }

  .mt-xl-13 {
    margin-top: 13px !important;
  }

  .mt-xl-12 {
    margin-top: 12px !important;
  }

  .mt-xl-11 {
    margin-top: 11px !important;
  }

  .mt-xl-10 {
    margin-top: 10px !important;
  }

  .mt-xl-9 {
    margin-top: 9px !important;
  }

  .mt-xl-8 {
    margin-top: 8px !important;
  }

  .mt-xl-7 {
    margin-top: 7px !important;
  }

  .mt-xl-6 {
    margin-top: 6px !important;
  }

  .mt-xl-5 {
    margin-top: 5px !important;
  }

  .mt-xl-4 {
    margin-top: 4px !important;
  }

  .mt-xl-3 {
    margin-top: 3px !important;
  }

  .mt-xl-2 {
    margin-top: 2px !important;
  }

  .mt-xl-1 {
    margin-top: 1px !important;
  }

  .mt-xl-0 {
    margin-top: 0px !important;
  }
}
.pb-100 {
  padding-bottom: 100px !important;
}

.pb-99 {
  padding-bottom: 99px !important;
}

.pb-98 {
  padding-bottom: 98px !important;
}

.pb-97 {
  padding-bottom: 97px !important;
}

.pb-96 {
  padding-bottom: 96px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-94 {
  padding-bottom: 94px !important;
}

.pb-93 {
  padding-bottom: 93px !important;
}

.pb-92 {
  padding-bottom: 92px !important;
}

.pb-91 {
  padding-bottom: 91px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-89 {
  padding-bottom: 89px !important;
}

.pb-88 {
  padding-bottom: 88px !important;
}

.pb-87 {
  padding-bottom: 87px !important;
}

.pb-86 {
  padding-bottom: 86px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-84 {
  padding-bottom: 84px !important;
}

.pb-83 {
  padding-bottom: 83px !important;
}

.pb-82 {
  padding-bottom: 82px !important;
}

.pb-81 {
  padding-bottom: 81px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-79 {
  padding-bottom: 79px !important;
}

.pb-78 {
  padding-bottom: 78px !important;
}

.pb-77 {
  padding-bottom: 77px !important;
}

.pb-76 {
  padding-bottom: 76px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-74 {
  padding-bottom: 74px !important;
}

.pb-73 {
  padding-bottom: 73px !important;
}

.pb-72 {
  padding-bottom: 72px !important;
}

.pb-71 {
  padding-bottom: 71px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-69 {
  padding-bottom: 69px !important;
}

.pb-68 {
  padding-bottom: 68px !important;
}

.pb-67 {
  padding-bottom: 67px !important;
}

.pb-66 {
  padding-bottom: 66px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.pb-63 {
  padding-bottom: 63px !important;
}

.pb-62 {
  padding-bottom: 62px !important;
}

.pb-61 {
  padding-bottom: 61px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-59 {
  padding-bottom: 59px !important;
}

.pb-58 {
  padding-bottom: 58px !important;
}

.pb-57 {
  padding-bottom: 57px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-54 {
  padding-bottom: 54px !important;
}

.pb-53 {
  padding-bottom: 53px !important;
}

.pb-52 {
  padding-bottom: 52px !important;
}

.pb-51 {
  padding-bottom: 51px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-49 {
  padding-bottom: 49px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pb-47 {
  padding-bottom: 47px !important;
}

.pb-46 {
  padding-bottom: 46px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-44 {
  padding-bottom: 44px !important;
}

.pb-43 {
  padding-bottom: 43px !important;
}

.pb-42 {
  padding-bottom: 42px !important;
}

.pb-41 {
  padding-bottom: 41px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-39 {
  padding-bottom: 39px !important;
}

.pb-38 {
  padding-bottom: 38px !important;
}

.pb-37 {
  padding-bottom: 37px !important;
}

.pb-36 {
  padding-bottom: 36px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-34 {
  padding-bottom: 34px !important;
}

.pb-33 {
  padding-bottom: 33px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-31 {
  padding-bottom: 31px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-29 {
  padding-bottom: 29px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.pb-26 {
  padding-bottom: 26px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-23 {
  padding-bottom: 23px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.pb-21 {
  padding-bottom: 21px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-19 {
  padding-bottom: 19px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pb-17 {
  padding-bottom: 17px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.pb-13 {
  padding-bottom: 13px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-11 {
  padding-bottom: 11px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pb-1 {
  padding-bottom: 1px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

@media (min-width: 575px) {
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }

  .pb-sm-99 {
    padding-bottom: 99px !important;
  }

  .pb-sm-98 {
    padding-bottom: 98px !important;
  }

  .pb-sm-97 {
    padding-bottom: 97px !important;
  }

  .pb-sm-96 {
    padding-bottom: 96px !important;
  }

  .pb-sm-95 {
    padding-bottom: 95px !important;
  }

  .pb-sm-94 {
    padding-bottom: 94px !important;
  }

  .pb-sm-93 {
    padding-bottom: 93px !important;
  }

  .pb-sm-92 {
    padding-bottom: 92px !important;
  }

  .pb-sm-91 {
    padding-bottom: 91px !important;
  }

  .pb-sm-90 {
    padding-bottom: 90px !important;
  }

  .pb-sm-89 {
    padding-bottom: 89px !important;
  }

  .pb-sm-88 {
    padding-bottom: 88px !important;
  }

  .pb-sm-87 {
    padding-bottom: 87px !important;
  }

  .pb-sm-86 {
    padding-bottom: 86px !important;
  }

  .pb-sm-85 {
    padding-bottom: 85px !important;
  }

  .pb-sm-84 {
    padding-bottom: 84px !important;
  }

  .pb-sm-83 {
    padding-bottom: 83px !important;
  }

  .pb-sm-82 {
    padding-bottom: 82px !important;
  }

  .pb-sm-81 {
    padding-bottom: 81px !important;
  }

  .pb-sm-80 {
    padding-bottom: 80px !important;
  }

  .pb-sm-79 {
    padding-bottom: 79px !important;
  }

  .pb-sm-78 {
    padding-bottom: 78px !important;
  }

  .pb-sm-77 {
    padding-bottom: 77px !important;
  }

  .pb-sm-76 {
    padding-bottom: 76px !important;
  }

  .pb-sm-75 {
    padding-bottom: 75px !important;
  }

  .pb-sm-74 {
    padding-bottom: 74px !important;
  }

  .pb-sm-73 {
    padding-bottom: 73px !important;
  }

  .pb-sm-72 {
    padding-bottom: 72px !important;
  }

  .pb-sm-71 {
    padding-bottom: 71px !important;
  }

  .pb-sm-70 {
    padding-bottom: 70px !important;
  }

  .pb-sm-69 {
    padding-bottom: 69px !important;
  }

  .pb-sm-68 {
    padding-bottom: 68px !important;
  }

  .pb-sm-67 {
    padding-bottom: 67px !important;
  }

  .pb-sm-66 {
    padding-bottom: 66px !important;
  }

  .pb-sm-65 {
    padding-bottom: 65px !important;
  }

  .pb-sm-64 {
    padding-bottom: 64px !important;
  }

  .pb-sm-63 {
    padding-bottom: 63px !important;
  }

  .pb-sm-62 {
    padding-bottom: 62px !important;
  }

  .pb-sm-61 {
    padding-bottom: 61px !important;
  }

  .pb-sm-60 {
    padding-bottom: 60px !important;
  }

  .pb-sm-59 {
    padding-bottom: 59px !important;
  }

  .pb-sm-58 {
    padding-bottom: 58px !important;
  }

  .pb-sm-57 {
    padding-bottom: 57px !important;
  }

  .pb-sm-56 {
    padding-bottom: 56px !important;
  }

  .pb-sm-55 {
    padding-bottom: 55px !important;
  }

  .pb-sm-54 {
    padding-bottom: 54px !important;
  }

  .pb-sm-53 {
    padding-bottom: 53px !important;
  }

  .pb-sm-52 {
    padding-bottom: 52px !important;
  }

  .pb-sm-51 {
    padding-bottom: 51px !important;
  }

  .pb-sm-50 {
    padding-bottom: 50px !important;
  }

  .pb-sm-49 {
    padding-bottom: 49px !important;
  }

  .pb-sm-48 {
    padding-bottom: 48px !important;
  }

  .pb-sm-47 {
    padding-bottom: 47px !important;
  }

  .pb-sm-46 {
    padding-bottom: 46px !important;
  }

  .pb-sm-45 {
    padding-bottom: 45px !important;
  }

  .pb-sm-44 {
    padding-bottom: 44px !important;
  }

  .pb-sm-43 {
    padding-bottom: 43px !important;
  }

  .pb-sm-42 {
    padding-bottom: 42px !important;
  }

  .pb-sm-41 {
    padding-bottom: 41px !important;
  }

  .pb-sm-40 {
    padding-bottom: 40px !important;
  }

  .pb-sm-39 {
    padding-bottom: 39px !important;
  }

  .pb-sm-38 {
    padding-bottom: 38px !important;
  }

  .pb-sm-37 {
    padding-bottom: 37px !important;
  }

  .pb-sm-36 {
    padding-bottom: 36px !important;
  }

  .pb-sm-35 {
    padding-bottom: 35px !important;
  }

  .pb-sm-34 {
    padding-bottom: 34px !important;
  }

  .pb-sm-33 {
    padding-bottom: 33px !important;
  }

  .pb-sm-32 {
    padding-bottom: 32px !important;
  }

  .pb-sm-31 {
    padding-bottom: 31px !important;
  }

  .pb-sm-30 {
    padding-bottom: 30px !important;
  }

  .pb-sm-29 {
    padding-bottom: 29px !important;
  }

  .pb-sm-28 {
    padding-bottom: 28px !important;
  }

  .pb-sm-27 {
    padding-bottom: 27px !important;
  }

  .pb-sm-26 {
    padding-bottom: 26px !important;
  }

  .pb-sm-25 {
    padding-bottom: 25px !important;
  }

  .pb-sm-24 {
    padding-bottom: 24px !important;
  }

  .pb-sm-23 {
    padding-bottom: 23px !important;
  }

  .pb-sm-22 {
    padding-bottom: 22px !important;
  }

  .pb-sm-21 {
    padding-bottom: 21px !important;
  }

  .pb-sm-20 {
    padding-bottom: 20px !important;
  }

  .pb-sm-19 {
    padding-bottom: 19px !important;
  }

  .pb-sm-18 {
    padding-bottom: 18px !important;
  }

  .pb-sm-17 {
    padding-bottom: 17px !important;
  }

  .pb-sm-16 {
    padding-bottom: 16px !important;
  }

  .pb-sm-15 {
    padding-bottom: 15px !important;
  }

  .pb-sm-14 {
    padding-bottom: 14px !important;
  }

  .pb-sm-13 {
    padding-bottom: 13px !important;
  }

  .pb-sm-12 {
    padding-bottom: 12px !important;
  }

  .pb-sm-11 {
    padding-bottom: 11px !important;
  }

  .pb-sm-10 {
    padding-bottom: 10px !important;
  }

  .pb-sm-9 {
    padding-bottom: 9px !important;
  }

  .pb-sm-8 {
    padding-bottom: 8px !important;
  }

  .pb-sm-7 {
    padding-bottom: 7px !important;
  }

  .pb-sm-6 {
    padding-bottom: 6px !important;
  }

  .pb-sm-5 {
    padding-bottom: 5px !important;
  }

  .pb-sm-4 {
    padding-bottom: 4px !important;
  }

  .pb-sm-3 {
    padding-bottom: 3px !important;
  }

  .pb-sm-2 {
    padding-bottom: 2px !important;
  }

  .pb-sm-1 {
    padding-bottom: 1px !important;
  }

  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 767px) {
  .hero-banner {
    padding: 30px 0 0 0px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .pb-md-99 {
    padding-bottom: 99px !important;
  }

  .pb-md-98 {
    padding-bottom: 98px !important;
  }

  .pb-md-97 {
    padding-bottom: 97px !important;
  }

  .pb-md-96 {
    padding-bottom: 96px !important;
  }

  .pb-md-95 {
    padding-bottom: 95px !important;
  }

  .pb-md-94 {
    padding-bottom: 94px !important;
  }

  .pb-md-93 {
    padding-bottom: 93px !important;
  }

  .pb-md-92 {
    padding-bottom: 92px !important;
  }

  .pb-md-91 {
    padding-bottom: 91px !important;
  }

  .pb-md-90 {
    padding-bottom: 90px !important;
  }

  .pb-md-89 {
    padding-bottom: 89px !important;
  }

  .pb-md-88 {
    padding-bottom: 88px !important;
  }

  .pb-md-87 {
    padding-bottom: 87px !important;
  }

  .pb-md-86 {
    padding-bottom: 86px !important;
  }

  .pb-md-85 {
    padding-bottom: 85px !important;
  }

  .pb-md-84 {
    padding-bottom: 84px !important;
  }

  .pb-md-83 {
    padding-bottom: 83px !important;
  }

  .pb-md-82 {
    padding-bottom: 82px !important;
  }

  .pb-md-81 {
    padding-bottom: 81px !important;
  }

  .pb-md-80 {
    padding-bottom: 80px !important;
  }

  .pb-md-79 {
    padding-bottom: 79px !important;
  }

  .pb-md-78 {
    padding-bottom: 78px !important;
  }

  .pb-md-77 {
    padding-bottom: 77px !important;
  }

  .pb-md-76 {
    padding-bottom: 76px !important;
  }

  .pb-md-75 {
    padding-bottom: 75px !important;
  }

  .pb-md-74 {
    padding-bottom: 74px !important;
  }

  .pb-md-73 {
    padding-bottom: 73px !important;
  }

  .pb-md-72 {
    padding-bottom: 72px !important;
  }

  .pb-md-71 {
    padding-bottom: 71px !important;
  }

  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  .pb-md-69 {
    padding-bottom: 69px !important;
  }

  .pb-md-68 {
    padding-bottom: 68px !important;
  }

  .pb-md-67 {
    padding-bottom: 67px !important;
  }

  .pb-md-66 {
    padding-bottom: 66px !important;
  }

  .pb-md-65 {
    padding-bottom: 65px !important;
  }

  .pb-md-64 {
    padding-bottom: 64px !important;
  }

  .pb-md-63 {
    padding-bottom: 63px !important;
  }

  .pb-md-62 {
    padding-bottom: 62px !important;
  }

  .pb-md-61 {
    padding-bottom: 61px !important;
  }

  .pb-md-60 {
    padding-bottom: 60px !important;
  }

  .pb-md-59 {
    padding-bottom: 59px !important;
  }

  .pb-md-58 {
    padding-bottom: 58px !important;
  }

  .pb-md-57 {
    padding-bottom: 57px !important;
  }

  .pb-md-56 {
    padding-bottom: 56px !important;
  }

  .pb-md-55 {
    padding-bottom: 55px !important;
  }

  .pb-md-54 {
    padding-bottom: 54px !important;
  }

  .pb-md-53 {
    padding-bottom: 53px !important;
  }

  .pb-md-52 {
    padding-bottom: 52px !important;
  }

  .pb-md-51 {
    padding-bottom: 51px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px !important;
  }

  .pb-md-49 {
    padding-bottom: 49px !important;
  }

  .pb-md-48 {
    padding-bottom: 48px !important;
  }

  .pb-md-47 {
    padding-bottom: 47px !important;
  }

  .pb-md-46 {
    padding-bottom: 46px !important;
  }

  .pb-md-45 {
    padding-bottom: 45px !important;
  }

  .pb-md-44 {
    padding-bottom: 44px !important;
  }

  .pb-md-43 {
    padding-bottom: 43px !important;
  }

  .pb-md-42 {
    padding-bottom: 42px !important;
  }

  .pb-md-41 {
    padding-bottom: 41px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .pb-md-39 {
    padding-bottom: 39px !important;
  }

  .pb-md-38 {
    padding-bottom: 38px !important;
  }

  .pb-md-37 {
    padding-bottom: 37px !important;
  }

  .pb-md-36 {
    padding-bottom: 36px !important;
  }

  .pb-md-35 {
    padding-bottom: 35px !important;
  }

  .pb-md-34 {
    padding-bottom: 34px !important;
  }

  .pb-md-33 {
    padding-bottom: 33px !important;
  }

  .pb-md-32 {
    padding-bottom: 32px !important;
  }

  .pb-md-31 {
    padding-bottom: 31px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px !important;
  }

  .pb-md-29 {
    padding-bottom: 29px !important;
  }

  .pb-md-28 {
    padding-bottom: 28px !important;
  }

  .pb-md-27 {
    padding-bottom: 27px !important;
  }

  .pb-md-26 {
    padding-bottom: 26px !important;
  }

  .pb-md-25 {
    padding-bottom: 25px !important;
  }

  .pb-md-24 {
    padding-bottom: 24px !important;
  }

  .pb-md-23 {
    padding-bottom: 23px !important;
  }

  .pb-md-22 {
    padding-bottom: 22px !important;
  }

  .pb-md-21 {
    padding-bottom: 21px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .pb-md-19 {
    padding-bottom: 19px !important;
  }

  .pb-md-18 {
    padding-bottom: 18px !important;
  }

  .pb-md-17 {
    padding-bottom: 17px !important;
  }

  .pb-md-16 {
    padding-bottom: 16px !important;
  }

  .pb-md-15 {
    padding-bottom: 15px !important;
  }

  .pb-md-14 {
    padding-bottom: 14px !important;
  }

  .pb-md-13 {
    padding-bottom: 13px !important;
  }

  .pb-md-12 {
    padding-bottom: 12px !important;
  }

  .pb-md-11 {
    padding-bottom: 11px !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .pb-md-9 {
    padding-bottom: 9px !important;
  }

  .pb-md-8 {
    padding-bottom: 8px !important;
  }

  .pb-md-7 {
    padding-bottom: 7px !important;
  }

  .pb-md-6 {
    padding-bottom: 6px !important;
  }

  .pb-md-5 {
    padding-bottom: 5px !important;
  }

  .pb-md-4 {
    padding-bottom: 4px !important;
  }

  .pb-md-3 {
    padding-bottom: 3px !important;
  }

  .pb-md-2 {
    padding-bottom: 2px !important;
  }

  .pb-md-1 {
    padding-bottom: 1px !important;
  }

  .pb-md-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 991px) {
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }

  .pb-lg-99 {
    padding-bottom: 99px !important;
  }

  .pb-lg-98 {
    padding-bottom: 98px !important;
  }

  .pb-lg-97 {
    padding-bottom: 97px !important;
  }

  .pb-lg-96 {
    padding-bottom: 96px !important;
  }

  .pb-lg-95 {
    padding-bottom: 95px !important;
  }

  .pb-lg-94 {
    padding-bottom: 94px !important;
  }

  .pb-lg-93 {
    padding-bottom: 93px !important;
  }

  .pb-lg-92 {
    padding-bottom: 92px !important;
  }

  .pb-lg-91 {
    padding-bottom: 91px !important;
  }

  .pb-lg-90 {
    padding-bottom: 90px !important;
  }

  .pb-lg-89 {
    padding-bottom: 89px !important;
  }

  .pb-lg-88 {
    padding-bottom: 88px !important;
  }

  .pb-lg-87 {
    padding-bottom: 87px !important;
  }

  .pb-lg-86 {
    padding-bottom: 86px !important;
  }

  .pb-lg-85 {
    padding-bottom: 85px !important;
  }

  .pb-lg-84 {
    padding-bottom: 84px !important;
  }

  .pb-lg-83 {
    padding-bottom: 83px !important;
  }

  .pb-lg-82 {
    padding-bottom: 82px !important;
  }

  .pb-lg-81 {
    padding-bottom: 81px !important;
  }

  .pb-lg-80 {
    padding-bottom: 80px !important;
  }

  .pb-lg-79 {
    padding-bottom: 79px !important;
  }

  .pb-lg-78 {
    padding-bottom: 78px !important;
  }

  .pb-lg-77 {
    padding-bottom: 77px !important;
  }

  .pb-lg-76 {
    padding-bottom: 76px !important;
  }

  .pb-lg-75 {
    padding-bottom: 75px !important;
  }

  .pb-lg-74 {
    padding-bottom: 74px !important;
  }

  .pb-lg-73 {
    padding-bottom: 73px !important;
  }

  .pb-lg-72 {
    padding-bottom: 72px !important;
  }

  .pb-lg-71 {
    padding-bottom: 71px !important;
  }

  .pb-lg-70 {
    padding-bottom: 70px !important;
  }

  .pb-lg-69 {
    padding-bottom: 69px !important;
  }

  .pb-lg-68 {
    padding-bottom: 68px !important;
  }

  .pb-lg-67 {
    padding-bottom: 67px !important;
  }

  .pb-lg-66 {
    padding-bottom: 66px !important;
  }

  .pb-lg-65 {
    padding-bottom: 65px !important;
  }

  .pb-lg-64 {
    padding-bottom: 64px !important;
  }

  .pb-lg-63 {
    padding-bottom: 63px !important;
  }

  .pb-lg-62 {
    padding-bottom: 62px !important;
  }

  .pb-lg-61 {
    padding-bottom: 61px !important;
  }

  .pb-lg-60 {
    padding-bottom: 60px !important;
  }

  .pb-lg-59 {
    padding-bottom: 59px !important;
  }

  .pb-lg-58 {
    padding-bottom: 58px !important;
  }

  .pb-lg-57 {
    padding-bottom: 57px !important;
  }

  .pb-lg-56 {
    padding-bottom: 56px !important;
  }

  .pb-lg-55 {
    padding-bottom: 55px !important;
  }

  .pb-lg-54 {
    padding-bottom: 54px !important;
  }

  .pb-lg-53 {
    padding-bottom: 53px !important;
  }

  .pb-lg-52 {
    padding-bottom: 52px !important;
  }

  .pb-lg-51 {
    padding-bottom: 51px !important;
  }

  .pb-lg-50 {
    padding-bottom: 50px !important;
  }

  .pb-lg-49 {
    padding-bottom: 49px !important;
  }

  .pb-lg-48 {
    padding-bottom: 48px !important;
  }

  .pb-lg-47 {
    padding-bottom: 47px !important;
  }

  .pb-lg-46 {
    padding-bottom: 46px !important;
  }

  .pb-lg-45 {
    padding-bottom: 45px !important;
  }

  .pb-lg-44 {
    padding-bottom: 44px !important;
  }

  .pb-lg-43 {
    padding-bottom: 43px !important;
  }

  .pb-lg-42 {
    padding-bottom: 42px !important;
  }

  .pb-lg-41 {
    padding-bottom: 41px !important;
  }

  .pb-lg-40 {
    padding-bottom: 40px !important;
  }

  .pb-lg-39 {
    padding-bottom: 39px !important;
  }

  .pb-lg-38 {
    padding-bottom: 38px !important;
  }

  .pb-lg-37 {
    padding-bottom: 37px !important;
  }

  .pb-lg-36 {
    padding-bottom: 36px !important;
  }

  .pb-lg-35 {
    padding-bottom: 35px !important;
  }

  .pb-lg-34 {
    padding-bottom: 34px !important;
  }

  .pb-lg-33 {
    padding-bottom: 33px !important;
  }

  .pb-lg-32 {
    padding-bottom: 32px !important;
  }

  .pb-lg-31 {
    padding-bottom: 31px !important;
  }

  .pb-lg-30 {
    padding-bottom: 30px !important;
  }

  .pb-lg-29 {
    padding-bottom: 29px !important;
  }

  .pb-lg-28 {
    padding-bottom: 28px !important;
  }

  .pb-lg-27 {
    padding-bottom: 27px !important;
  }

  .pb-lg-26 {
    padding-bottom: 26px !important;
  }

  .pb-lg-25 {
    padding-bottom: 25px !important;
  }

  .pb-lg-24 {
    padding-bottom: 24px !important;
  }

  .pb-lg-23 {
    padding-bottom: 23px !important;
  }

  .pb-lg-22 {
    padding-bottom: 22px !important;
  }

  .pb-lg-21 {
    padding-bottom: 21px !important;
  }

  .pb-lg-20 {
    padding-bottom: 20px !important;
  }

  .pb-lg-19 {
    padding-bottom: 19px !important;
  }

  .pb-lg-18 {
    padding-bottom: 18px !important;
  }

  .pb-lg-17 {
    padding-bottom: 17px !important;
  }

  .pb-lg-16 {
    padding-bottom: 16px !important;
  }

  .pb-lg-15 {
    padding-bottom: 15px !important;
  }

  .pb-lg-14 {
    padding-bottom: 14px !important;
  }

  .pb-lg-13 {
    padding-bottom: 13px !important;
  }

  .pb-lg-12 {
    padding-bottom: 12px !important;
  }

  .pb-lg-11 {
    padding-bottom: 11px !important;
  }

  .pb-lg-10 {
    padding-bottom: 10px !important;
  }

  .pb-lg-9 {
    padding-bottom: 9px !important;
  }

  .pb-lg-8 {
    padding-bottom: 8px !important;
  }

  .pb-lg-7 {
    padding-bottom: 7px !important;
  }

  .pb-lg-6 {
    padding-bottom: 6px !important;
  }

  .pb-lg-5 {
    padding-bottom: 5px !important;
  }

  .pb-lg-4 {
    padding-bottom: 4px !important;
  }

  .pb-lg-3 {
    padding-bottom: 3px !important;
  }

  .pb-lg-2 {
    padding-bottom: 2px !important;
  }

  .pb-lg-1 {
    padding-bottom: 1px !important;
  }

  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1200px) {
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }

  .pb-xl-99 {
    padding-bottom: 99px !important;
  }

  .pb-xl-98 {
    padding-bottom: 98px !important;
  }

  .pb-xl-97 {
    padding-bottom: 97px !important;
  }

  .pb-xl-96 {
    padding-bottom: 96px !important;
  }

  .pb-xl-95 {
    padding-bottom: 95px !important;
  }

  .pb-xl-94 {
    padding-bottom: 94px !important;
  }

  .pb-xl-93 {
    padding-bottom: 93px !important;
  }

  .pb-xl-92 {
    padding-bottom: 92px !important;
  }

  .pb-xl-91 {
    padding-bottom: 91px !important;
  }

  .pb-xl-90 {
    padding-bottom: 90px !important;
  }

  .pb-xl-89 {
    padding-bottom: 89px !important;
  }

  .pb-xl-88 {
    padding-bottom: 88px !important;
  }

  .pb-xl-87 {
    padding-bottom: 87px !important;
  }

  .pb-xl-86 {
    padding-bottom: 86px !important;
  }

  .pb-xl-85 {
    padding-bottom: 85px !important;
  }

  .pb-xl-84 {
    padding-bottom: 84px !important;
  }

  .pb-xl-83 {
    padding-bottom: 83px !important;
  }

  .pb-xl-82 {
    padding-bottom: 82px !important;
  }

  .pb-xl-81 {
    padding-bottom: 81px !important;
  }

  .pb-xl-80 {
    padding-bottom: 80px !important;
  }

  .pb-xl-79 {
    padding-bottom: 79px !important;
  }

  .pb-xl-78 {
    padding-bottom: 78px !important;
  }

  .pb-xl-77 {
    padding-bottom: 77px !important;
  }

  .pb-xl-76 {
    padding-bottom: 76px !important;
  }

  .pb-xl-75 {
    padding-bottom: 75px !important;
  }

  .pb-xl-74 {
    padding-bottom: 74px !important;
  }

  .pb-xl-73 {
    padding-bottom: 73px !important;
  }

  .pb-xl-72 {
    padding-bottom: 72px !important;
  }

  .pb-xl-71 {
    padding-bottom: 71px !important;
  }

  .pb-xl-70 {
    padding-bottom: 70px !important;
  }

  .pb-xl-69 {
    padding-bottom: 69px !important;
  }

  .pb-xl-68 {
    padding-bottom: 68px !important;
  }

  .pb-xl-67 {
    padding-bottom: 67px !important;
  }

  .pb-xl-66 {
    padding-bottom: 66px !important;
  }

  .pb-xl-65 {
    padding-bottom: 65px !important;
  }

  .pb-xl-64 {
    padding-bottom: 64px !important;
  }

  .pb-xl-63 {
    padding-bottom: 63px !important;
  }

  .pb-xl-62 {
    padding-bottom: 62px !important;
  }

  .pb-xl-61 {
    padding-bottom: 61px !important;
  }

  .pb-xl-60 {
    padding-bottom: 60px !important;
  }

  .pb-xl-59 {
    padding-bottom: 59px !important;
  }

  .pb-xl-58 {
    padding-bottom: 58px !important;
  }

  .pb-xl-57 {
    padding-bottom: 57px !important;
  }

  .pb-xl-56 {
    padding-bottom: 56px !important;
  }

  .pb-xl-55 {
    padding-bottom: 55px !important;
  }

  .pb-xl-54 {
    padding-bottom: 54px !important;
  }

  .pb-xl-53 {
    padding-bottom: 53px !important;
  }

  .pb-xl-52 {
    padding-bottom: 52px !important;
  }

  .pb-xl-51 {
    padding-bottom: 51px !important;
  }

  .pb-xl-50 {
    padding-bottom: 50px !important;
  }

  .pb-xl-49 {
    padding-bottom: 49px !important;
  }

  .pb-xl-48 {
    padding-bottom: 48px !important;
  }

  .pb-xl-47 {
    padding-bottom: 47px !important;
  }

  .pb-xl-46 {
    padding-bottom: 46px !important;
  }

  .pb-xl-45 {
    padding-bottom: 45px !important;
  }

  .pb-xl-44 {
    padding-bottom: 44px !important;
  }

  .pb-xl-43 {
    padding-bottom: 43px !important;
  }

  .pb-xl-42 {
    padding-bottom: 42px !important;
  }

  .pb-xl-41 {
    padding-bottom: 41px !important;
  }

  .pb-xl-40 {
    padding-bottom: 40px !important;
  }

  .pb-xl-39 {
    padding-bottom: 39px !important;
  }

  .pb-xl-38 {
    padding-bottom: 38px !important;
  }

  .pb-xl-37 {
    padding-bottom: 37px !important;
  }

  .pb-xl-36 {
    padding-bottom: 36px !important;
  }

  .pb-xl-35 {
    padding-bottom: 35px !important;
  }

  .pb-xl-34 {
    padding-bottom: 34px !important;
  }

  .pb-xl-33 {
    padding-bottom: 33px !important;
  }

  .pb-xl-32 {
    padding-bottom: 32px !important;
  }

  .pb-xl-31 {
    padding-bottom: 31px !important;
  }

  .pb-xl-30 {
    padding-bottom: 30px !important;
  }

  .pb-xl-29 {
    padding-bottom: 29px !important;
  }

  .pb-xl-28 {
    padding-bottom: 28px !important;
  }

  .pb-xl-27 {
    padding-bottom: 27px !important;
  }

  .pb-xl-26 {
    padding-bottom: 26px !important;
  }

  .pb-xl-25 {
    padding-bottom: 25px !important;
  }

  .pb-xl-24 {
    padding-bottom: 24px !important;
  }

  .pb-xl-23 {
    padding-bottom: 23px !important;
  }

  .pb-xl-22 {
    padding-bottom: 22px !important;
  }

  .pb-xl-21 {
    padding-bottom: 21px !important;
  }

  .pb-xl-20 {
    padding-bottom: 20px !important;
  }

  .pb-xl-19 {
    padding-bottom: 19px !important;
  }

  .pb-xl-18 {
    padding-bottom: 18px !important;
  }

  .pb-xl-17 {
    padding-bottom: 17px !important;
  }

  .pb-xl-16 {
    padding-bottom: 16px !important;
  }

  .pb-xl-15 {
    padding-bottom: 15px !important;
  }

  .pb-xl-14 {
    padding-bottom: 14px !important;
  }

  .pb-xl-13 {
    padding-bottom: 13px !important;
  }

  .pb-xl-12 {
    padding-bottom: 12px !important;
  }

  .pb-xl-11 {
    padding-bottom: 11px !important;
  }

  .pb-xl-10 {
    padding-bottom: 10px !important;
  }

  .pb-xl-9 {
    padding-bottom: 9px !important;
  }

  .pb-xl-8 {
    padding-bottom: 8px !important;
  }

  .pb-xl-7 {
    padding-bottom: 7px !important;
  }

  .pb-xl-6 {
    padding-bottom: 6px !important;
  }

  .pb-xl-5 {
    padding-bottom: 5px !important;
  }

  .pb-xl-4 {
    padding-bottom: 4px !important;
  }

  .pb-xl-3 {
    padding-bottom: 3px !important;
  }

  .pb-xl-2 {
    padding-bottom: 2px !important;
  }

  .pb-xl-1 {
    padding-bottom: 1px !important;
  }

  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
}
.pt-100 {
  padding-top: 100px !important;
}

.pt-99 {
  padding-top: 99px !important;
}

.pt-98 {
  padding-top: 98px !important;
}

.pt-97 {
  padding-top: 97px !important;
}

.pt-96 {
  padding-top: 96px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-94 {
  padding-top: 94px !important;
}

.pt-93 {
  padding-top: 93px !important;
}

.pt-92 {
  padding-top: 92px !important;
}

.pt-91 {
  padding-top: 91px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-89 {
  padding-top: 89px !important;
}

.pt-88 {
  padding-top: 88px !important;
}

.pt-87 {
  padding-top: 87px !important;
}

.pt-86 {
  padding-top: 86px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-84 {
  padding-top: 84px !important;
}

.pt-83 {
  padding-top: 83px !important;
}

.pt-82 {
  padding-top: 82px !important;
}

.pt-81 {
  padding-top: 81px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-79 {
  padding-top: 79px !important;
}

.pt-78 {
  padding-top: 78px !important;
}

.pt-77 {
  padding-top: 77px !important;
}

.pt-76 {
  padding-top: 76px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-74 {
  padding-top: 74px !important;
}

.pt-73 {
  padding-top: 73px !important;
}

.pt-72 {
  padding-top: 72px !important;
}

.pt-71 {
  padding-top: 71px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-69 {
  padding-top: 69px !important;
}

.pt-68 {
  padding-top: 68px !important;
}

.pt-67 {
  padding-top: 67px !important;
}

.pt-66 {
  padding-top: 66px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pt-63 {
  padding-top: 63px !important;
}

.pt-62 {
  padding-top: 62px !important;
}

.pt-61 {
  padding-top: 61px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-59 {
  padding-top: 59px !important;
}

.pt-58 {
  padding-top: 58px !important;
}

.pt-57 {
  padding-top: 57px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-54 {
  padding-top: 54px !important;
}

.pt-53 {
  padding-top: 53px !important;
}

.pt-52 {
  padding-top: 52px !important;
}

.pt-51 {
  padding-top: 51px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-49 {
  padding-top: 49px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pt-47 {
  padding-top: 47px !important;
}

.pt-46 {
  padding-top: 46px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-44 {
  padding-top: 44px !important;
}

.pt-43 {
  padding-top: 43px !important;
}

.pt-42 {
  padding-top: 42px !important;
}

.pt-41 {
  padding-top: 41px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-39 {
  padding-top: 39px !important;
}

.pt-38 {
  padding-top: 38px !important;
}

.pt-37 {
  padding-top: 37px !important;
}

.pt-36 {
  padding-top: 36px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-34 {
  padding-top: 34px !important;
}

.pt-33 {
  padding-top: 33px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pt-31 {
  padding-top: 31px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-29 {
  padding-top: 29px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pt-27 {
  padding-top: 27px !important;
}

.pt-26 {
  padding-top: 26px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-23 {
  padding-top: 23px !important;
}

.pt-22 {
  padding-top: 22px !important;
}

.pt-21 {
  padding-top: 21px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-19 {
  padding-top: 19px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pt-17 {
  padding-top: 17px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pt-13 {
  padding-top: 13px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-11 {
  padding-top: 11px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

@media (min-width: 575px) {
  .pt-sm-100 {
    padding-top: 100px !important;
  }

  .pt-sm-99 {
    padding-top: 99px !important;
  }

  .pt-sm-98 {
    padding-top: 98px !important;
  }

  .pt-sm-97 {
    padding-top: 97px !important;
  }

  .pt-sm-96 {
    padding-top: 96px !important;
  }

  .pt-sm-95 {
    padding-top: 95px !important;
  }

  .pt-sm-94 {
    padding-top: 94px !important;
  }

  .pt-sm-93 {
    padding-top: 93px !important;
  }

  .pt-sm-92 {
    padding-top: 92px !important;
  }

  .pt-sm-91 {
    padding-top: 91px !important;
  }

  .pt-sm-90 {
    padding-top: 90px !important;
  }

  .pt-sm-89 {
    padding-top: 89px !important;
  }

  .pt-sm-88 {
    padding-top: 88px !important;
  }

  .pt-sm-87 {
    padding-top: 87px !important;
  }

  .pt-sm-86 {
    padding-top: 86px !important;
  }

  .pt-sm-85 {
    padding-top: 85px !important;
  }

  .pt-sm-84 {
    padding-top: 84px !important;
  }

  .pt-sm-83 {
    padding-top: 83px !important;
  }

  .pt-sm-82 {
    padding-top: 82px !important;
  }

  .pt-sm-81 {
    padding-top: 81px !important;
  }

  .pt-sm-80 {
    padding-top: 80px !important;
  }

  .pt-sm-79 {
    padding-top: 79px !important;
  }

  .pt-sm-78 {
    padding-top: 78px !important;
  }

  .pt-sm-77 {
    padding-top: 77px !important;
  }

  .pt-sm-76 {
    padding-top: 76px !important;
  }

  .pt-sm-75 {
    padding-top: 75px !important;
  }

  .pt-sm-74 {
    padding-top: 74px !important;
  }

  .pt-sm-73 {
    padding-top: 73px !important;
  }

  .pt-sm-72 {
    padding-top: 72px !important;
  }

  .pt-sm-71 {
    padding-top: 71px !important;
  }

  .pt-sm-70 {
    padding-top: 70px !important;
  }

  .pt-sm-69 {
    padding-top: 69px !important;
  }

  .pt-sm-68 {
    padding-top: 68px !important;
  }

  .pt-sm-67 {
    padding-top: 67px !important;
  }

  .pt-sm-66 {
    padding-top: 66px !important;
  }

  .pt-sm-65 {
    padding-top: 65px !important;
  }

  .pt-sm-64 {
    padding-top: 64px !important;
  }

  .pt-sm-63 {
    padding-top: 63px !important;
  }

  .pt-sm-62 {
    padding-top: 62px !important;
  }

  .pt-sm-61 {
    padding-top: 61px !important;
  }

  .pt-sm-60 {
    padding-top: 60px !important;
  }

  .pt-sm-59 {
    padding-top: 59px !important;
  }

  .pt-sm-58 {
    padding-top: 58px !important;
  }

  .pt-sm-57 {
    padding-top: 57px !important;
  }

  .pt-sm-56 {
    padding-top: 56px !important;
  }

  .pt-sm-55 {
    padding-top: 55px !important;
  }

  .pt-sm-54 {
    padding-top: 54px !important;
  }

  .pt-sm-53 {
    padding-top: 53px !important;
  }

  .pt-sm-52 {
    padding-top: 52px !important;
  }

  .pt-sm-51 {
    padding-top: 51px !important;
  }

  .pt-sm-50 {
    padding-top: 50px !important;
  }

  .pt-sm-49 {
    padding-top: 49px !important;
  }

  .pt-sm-48 {
    padding-top: 48px !important;
  }

  .pt-sm-47 {
    padding-top: 47px !important;
  }

  .pt-sm-46 {
    padding-top: 46px !important;
  }

  .pt-sm-45 {
    padding-top: 45px !important;
  }

  .pt-sm-44 {
    padding-top: 44px !important;
  }

  .pt-sm-43 {
    padding-top: 43px !important;
  }

  .pt-sm-42 {
    padding-top: 42px !important;
  }

  .pt-sm-41 {
    padding-top: 41px !important;
  }

  .pt-sm-40 {
    padding-top: 40px !important;
  }

  .pt-sm-39 {
    padding-top: 39px !important;
  }

  .pt-sm-38 {
    padding-top: 38px !important;
  }

  .pt-sm-37 {
    padding-top: 37px !important;
  }

  .pt-sm-36 {
    padding-top: 36px !important;
  }

  .pt-sm-35 {
    padding-top: 35px !important;
  }

  .pt-sm-34 {
    padding-top: 34px !important;
  }

  .pt-sm-33 {
    padding-top: 33px !important;
  }

  .pt-sm-32 {
    padding-top: 32px !important;
  }

  .pt-sm-31 {
    padding-top: 31px !important;
  }

  .pt-sm-30 {
    padding-top: 30px !important;
  }

  .pt-sm-29 {
    padding-top: 29px !important;
  }

  .pt-sm-28 {
    padding-top: 28px !important;
  }

  .pt-sm-27 {
    padding-top: 27px !important;
  }

  .pt-sm-26 {
    padding-top: 26px !important;
  }

  .pt-sm-25 {
    padding-top: 25px !important;
  }

  .pt-sm-24 {
    padding-top: 24px !important;
  }

  .pt-sm-23 {
    padding-top: 23px !important;
  }

  .pt-sm-22 {
    padding-top: 22px !important;
  }

  .pt-sm-21 {
    padding-top: 21px !important;
  }

  .pt-sm-20 {
    padding-top: 20px !important;
  }

  .pt-sm-19 {
    padding-top: 19px !important;
  }

  .pt-sm-18 {
    padding-top: 18px !important;
  }

  .pt-sm-17 {
    padding-top: 17px !important;
  }

  .pt-sm-16 {
    padding-top: 16px !important;
  }

  .pt-sm-15 {
    padding-top: 15px !important;
  }

  .pt-sm-14 {
    padding-top: 14px !important;
  }

  .pt-sm-13 {
    padding-top: 13px !important;
  }

  .pt-sm-12 {
    padding-top: 12px !important;
  }

  .pt-sm-11 {
    padding-top: 11px !important;
  }

  .pt-sm-10 {
    padding-top: 10px !important;
  }

  .pt-sm-9 {
    padding-top: 9px !important;
  }

  .pt-sm-8 {
    padding-top: 8px !important;
  }

  .pt-sm-7 {
    padding-top: 7px !important;
  }

  .pt-sm-6 {
    padding-top: 6px !important;
  }

  .pt-sm-5 {
    padding-top: 5px !important;
  }

  .pt-sm-4 {
    padding-top: 4px !important;
  }

  .pt-sm-3 {
    padding-top: 3px !important;
  }

  .pt-sm-2 {
    padding-top: 2px !important;
  }

  .pt-sm-1 {
    padding-top: 1px !important;
  }

  .pt-sm-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 767px) {
  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pt-md-99 {
    padding-top: 99px !important;
  }

  .pt-md-98 {
    padding-top: 98px !important;
  }

  .pt-md-97 {
    padding-top: 97px !important;
  }

  .pt-md-96 {
    padding-top: 96px !important;
  }

  .pt-md-95 {
    padding-top: 95px !important;
  }

  .pt-md-94 {
    padding-top: 94px !important;
  }

  .pt-md-93 {
    padding-top: 93px !important;
  }

  .pt-md-92 {
    padding-top: 92px !important;
  }

  .pt-md-91 {
    padding-top: 91px !important;
  }

  .pt-md-90 {
    padding-top: 90px !important;
  }

  .pt-md-89 {
    padding-top: 89px !important;
  }

  .pt-md-88 {
    padding-top: 88px !important;
  }

  .pt-md-87 {
    padding-top: 87px !important;
  }

  .pt-md-86 {
    padding-top: 86px !important;
  }

  .pt-md-85 {
    padding-top: 85px !important;
  }

  .pt-md-84 {
    padding-top: 84px !important;
  }

  .pt-md-83 {
    padding-top: 83px !important;
  }

  .pt-md-82 {
    padding-top: 82px !important;
  }

  .pt-md-81 {
    padding-top: 81px !important;
  }

  .pt-md-80 {
    padding-top: 80px !important;
  }

  .pt-md-79 {
    padding-top: 79px !important;
  }

  .pt-md-78 {
    padding-top: 78px !important;
  }

  .pt-md-77 {
    padding-top: 77px !important;
  }

  .pt-md-76 {
    padding-top: 76px !important;
  }

  .pt-md-75 {
    padding-top: 75px !important;
  }

  .pt-md-74 {
    padding-top: 74px !important;
  }

  .pt-md-73 {
    padding-top: 73px !important;
  }

  .pt-md-72 {
    padding-top: 72px !important;
  }

  .pt-md-71 {
    padding-top: 71px !important;
  }

  .pt-md-70 {
    padding-top: 70px !important;
  }

  .pt-md-69 {
    padding-top: 69px !important;
  }

  .pt-md-68 {
    padding-top: 68px !important;
  }

  .pt-md-67 {
    padding-top: 67px !important;
  }

  .pt-md-66 {
    padding-top: 66px !important;
  }

  .pt-md-65 {
    padding-top: 65px !important;
  }

  .pt-md-64 {
    padding-top: 64px !important;
  }

  .pt-md-63 {
    padding-top: 63px !important;
  }

  .pt-md-62 {
    padding-top: 62px !important;
  }

  .pt-md-61 {
    padding-top: 61px !important;
  }

  .pt-md-60 {
    padding-top: 60px !important;
  }

  .pt-md-59 {
    padding-top: 59px !important;
  }

  .pt-md-58 {
    padding-top: 58px !important;
  }

  .pt-md-57 {
    padding-top: 57px !important;
  }

  .pt-md-56 {
    padding-top: 56px !important;
  }

  .pt-md-55 {
    padding-top: 55px !important;
  }

  .pt-md-54 {
    padding-top: 54px !important;
  }

  .pt-md-53 {
    padding-top: 53px !important;
  }

  .pt-md-52 {
    padding-top: 52px !important;
  }

  .pt-md-51 {
    padding-top: 51px !important;
  }

  .pt-md-50 {
    padding-top: 50px !important;
  }

  .pt-md-49 {
    padding-top: 49px !important;
  }

  .pt-md-48 {
    padding-top: 48px !important;
  }

  .pt-md-47 {
    padding-top: 47px !important;
  }

  .pt-md-46 {
    padding-top: 46px !important;
  }

  .pt-md-45 {
    padding-top: 45px !important;
  }

  .pt-md-44 {
    padding-top: 44px !important;
  }

  .pt-md-43 {
    padding-top: 43px !important;
  }

  .pt-md-42 {
    padding-top: 42px !important;
  }

  .pt-md-41 {
    padding-top: 41px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pt-md-39 {
    padding-top: 39px !important;
  }

  .pt-md-38 {
    padding-top: 38px !important;
  }

  .pt-md-37 {
    padding-top: 37px !important;
  }

  .pt-md-36 {
    padding-top: 36px !important;
  }

  .pt-md-35 {
    padding-top: 35px !important;
  }

  .pt-md-34 {
    padding-top: 34px !important;
  }

  .pt-md-33 {
    padding-top: 33px !important;
  }

  .pt-md-32 {
    padding-top: 32px !important;
  }

  .pt-md-31 {
    padding-top: 31px !important;
  }

  .pt-md-30 {
    padding-top: 30px !important;
  }

  .pt-md-29 {
    padding-top: 29px !important;
  }

  .pt-md-28 {
    padding-top: 28px !important;
  }

  .pt-md-27 {
    padding-top: 27px !important;
  }

  .pt-md-26 {
    padding-top: 26px !important;
  }

  .pt-md-25 {
    padding-top: 25px !important;
  }

  .pt-md-24 {
    padding-top: 24px !important;
  }

  .pt-md-23 {
    padding-top: 23px !important;
  }

  .pt-md-22 {
    padding-top: 22px !important;
  }

  .pt-md-21 {
    padding-top: 21px !important;
  }

  .pt-md-20 {
    padding-top: 20px !important;
  }

  .pt-md-19 {
    padding-top: 19px !important;
  }

  .pt-md-18 {
    padding-top: 18px !important;
  }

  .pt-md-17 {
    padding-top: 17px !important;
  }

  .pt-md-16 {
    padding-top: 16px !important;
  }

  .pt-md-15 {
    padding-top: 15px !important;
  }

  .pt-md-14 {
    padding-top: 14px !important;
  }

  .pt-md-13 {
    padding-top: 13px !important;
  }

  .pt-md-12 {
    padding-top: 12px !important;
  }

  .pt-md-11 {
    padding-top: 11px !important;
  }

  .pt-md-10 {
    padding-top: 10px !important;
  }

  .pt-md-9 {
    padding-top: 9px !important;
  }

  .pt-md-8 {
    padding-top: 8px !important;
  }

  .pt-md-7 {
    padding-top: 7px !important;
  }

  .pt-md-6 {
    padding-top: 6px !important;
  }

  .pt-md-5 {
    padding-top: 5px !important;
  }

  .pt-md-4 {
    padding-top: 4px !important;
  }

  .pt-md-3 {
    padding-top: 3px !important;
  }

  .pt-md-2 {
    padding-top: 2px !important;
  }

  .pt-md-1 {
    padding-top: 1px !important;
  }

  .pt-md-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 991px) {
  .pt-lg-100 {
    padding-top: 100px !important;
  }

  .pt-lg-99 {
    padding-top: 99px !important;
  }

  .pt-lg-98 {
    padding-top: 98px !important;
  }

  .pt-lg-97 {
    padding-top: 97px !important;
  }

  .pt-lg-96 {
    padding-top: 96px !important;
  }

  .pt-lg-95 {
    padding-top: 95px !important;
  }

  .pt-lg-94 {
    padding-top: 94px !important;
  }

  .pt-lg-93 {
    padding-top: 93px !important;
  }

  .pt-lg-92 {
    padding-top: 92px !important;
  }

  .pt-lg-91 {
    padding-top: 91px !important;
  }

  .pt-lg-90 {
    padding-top: 90px !important;
  }

  .pt-lg-89 {
    padding-top: 89px !important;
  }

  .pt-lg-88 {
    padding-top: 88px !important;
  }

  .pt-lg-87 {
    padding-top: 87px !important;
  }

  .pt-lg-86 {
    padding-top: 86px !important;
  }

  .pt-lg-85 {
    padding-top: 85px !important;
  }

  .pt-lg-84 {
    padding-top: 84px !important;
  }

  .pt-lg-83 {
    padding-top: 83px !important;
  }

  .pt-lg-82 {
    padding-top: 82px !important;
  }

  .pt-lg-81 {
    padding-top: 81px !important;
  }

  .pt-lg-80 {
    padding-top: 80px !important;
  }

  .pt-lg-79 {
    padding-top: 79px !important;
  }

  .pt-lg-78 {
    padding-top: 78px !important;
  }

  .pt-lg-77 {
    padding-top: 77px !important;
  }

  .pt-lg-76 {
    padding-top: 76px !important;
  }

  .pt-lg-75 {
    padding-top: 75px !important;
  }

  .pt-lg-74 {
    padding-top: 74px !important;
  }

  .pt-lg-73 {
    padding-top: 73px !important;
  }

  .pt-lg-72 {
    padding-top: 72px !important;
  }

  .pt-lg-71 {
    padding-top: 71px !important;
  }

  .pt-lg-70 {
    padding-top: 70px !important;
  }

  .pt-lg-69 {
    padding-top: 69px !important;
  }

  .pt-lg-68 {
    padding-top: 68px !important;
  }

  .pt-lg-67 {
    padding-top: 67px !important;
  }

  .pt-lg-66 {
    padding-top: 66px !important;
  }

  .pt-lg-65 {
    padding-top: 65px !important;
  }

  .pt-lg-64 {
    padding-top: 64px !important;
  }

  .pt-lg-63 {
    padding-top: 63px !important;
  }

  .pt-lg-62 {
    padding-top: 62px !important;
  }

  .pt-lg-61 {
    padding-top: 61px !important;
  }

  .pt-lg-60 {
    padding-top: 60px !important;
  }

  .pt-lg-59 {
    padding-top: 59px !important;
  }

  .pt-lg-58 {
    padding-top: 58px !important;
  }

  .pt-lg-57 {
    padding-top: 57px !important;
  }

  .pt-lg-56 {
    padding-top: 56px !important;
  }

  .pt-lg-55 {
    padding-top: 55px !important;
  }

  .pt-lg-54 {
    padding-top: 54px !important;
  }

  .pt-lg-53 {
    padding-top: 53px !important;
  }

  .pt-lg-52 {
    padding-top: 52px !important;
  }

  .pt-lg-51 {
    padding-top: 51px !important;
  }

  .pt-lg-50 {
    padding-top: 50px !important;
  }

  .pt-lg-49 {
    padding-top: 49px !important;
  }

  .pt-lg-48 {
    padding-top: 48px !important;
  }

  .pt-lg-47 {
    padding-top: 47px !important;
  }

  .pt-lg-46 {
    padding-top: 46px !important;
  }

  .pt-lg-45 {
    padding-top: 45px !important;
  }

  .pt-lg-44 {
    padding-top: 44px !important;
  }

  .pt-lg-43 {
    padding-top: 43px !important;
  }

  .pt-lg-42 {
    padding-top: 42px !important;
  }

  .pt-lg-41 {
    padding-top: 41px !important;
  }

  .pt-lg-40 {
    padding-top: 40px !important;
  }

  .pt-lg-39 {
    padding-top: 39px !important;
  }

  .pt-lg-38 {
    padding-top: 38px !important;
  }

  .pt-lg-37 {
    padding-top: 37px !important;
  }

  .pt-lg-36 {
    padding-top: 36px !important;
  }

  .pt-lg-35 {
    padding-top: 35px !important;
  }

  .pt-lg-34 {
    padding-top: 34px !important;
  }

  .pt-lg-33 {
    padding-top: 33px !important;
  }

  .pt-lg-32 {
    padding-top: 32px !important;
  }

  .pt-lg-31 {
    padding-top: 31px !important;
  }

  .pt-lg-30 {
    padding-top: 30px !important;
  }

  .pt-lg-29 {
    padding-top: 29px !important;
  }

  .pt-lg-28 {
    padding-top: 28px !important;
  }

  .pt-lg-27 {
    padding-top: 27px !important;
  }

  .pt-lg-26 {
    padding-top: 26px !important;
  }

  .pt-lg-25 {
    padding-top: 25px !important;
  }

  .pt-lg-24 {
    padding-top: 24px !important;
  }

  .pt-lg-23 {
    padding-top: 23px !important;
  }

  .pt-lg-22 {
    padding-top: 22px !important;
  }

  .pt-lg-21 {
    padding-top: 21px !important;
  }

  .pt-lg-20 {
    padding-top: 20px !important;
  }

  .pt-lg-19 {
    padding-top: 19px !important;
  }

  .pt-lg-18 {
    padding-top: 18px !important;
  }

  .pt-lg-17 {
    padding-top: 17px !important;
  }

  .pt-lg-16 {
    padding-top: 16px !important;
  }

  .pt-lg-15 {
    padding-top: 15px !important;
  }

  .pt-lg-14 {
    padding-top: 14px !important;
  }

  .pt-lg-13 {
    padding-top: 13px !important;
  }

  .pt-lg-12 {
    padding-top: 12px !important;
  }

  .pt-lg-11 {
    padding-top: 11px !important;
  }

  .pt-lg-10 {
    padding-top: 10px !important;
  }

  .pt-lg-9 {
    padding-top: 9px !important;
  }

  .pt-lg-8 {
    padding-top: 8px !important;
  }

  .pt-lg-7 {
    padding-top: 7px !important;
  }

  .pt-lg-6 {
    padding-top: 6px !important;
  }

  .pt-lg-5 {
    padding-top: 5px !important;
  }

  .pt-lg-4 {
    padding-top: 4px !important;
  }

  .pt-lg-3 {
    padding-top: 3px !important;
  }

  .pt-lg-2 {
    padding-top: 2px !important;
  }

  .pt-lg-1 {
    padding-top: 1px !important;
  }

  .pt-lg-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 1200px) {
  .pt-xl-100 {
    padding-top: 100px !important;
  }

  .pt-xl-99 {
    padding-top: 99px !important;
  }

  .pt-xl-98 {
    padding-top: 98px !important;
  }

  .pt-xl-97 {
    padding-top: 97px !important;
  }

  .pt-xl-96 {
    padding-top: 96px !important;
  }

  .pt-xl-95 {
    padding-top: 95px !important;
  }

  .pt-xl-94 {
    padding-top: 94px !important;
  }

  .pt-xl-93 {
    padding-top: 93px !important;
  }

  .pt-xl-92 {
    padding-top: 92px !important;
  }

  .pt-xl-91 {
    padding-top: 91px !important;
  }

  .pt-xl-90 {
    padding-top: 90px !important;
  }

  .pt-xl-89 {
    padding-top: 89px !important;
  }

  .pt-xl-88 {
    padding-top: 88px !important;
  }

  .pt-xl-87 {
    padding-top: 87px !important;
  }

  .pt-xl-86 {
    padding-top: 86px !important;
  }

  .pt-xl-85 {
    padding-top: 85px !important;
  }

  .pt-xl-84 {
    padding-top: 84px !important;
  }

  .pt-xl-83 {
    padding-top: 83px !important;
  }

  .pt-xl-82 {
    padding-top: 82px !important;
  }

  .pt-xl-81 {
    padding-top: 81px !important;
  }

  .pt-xl-80 {
    padding-top: 80px !important;
  }

  .pt-xl-79 {
    padding-top: 79px !important;
  }

  .pt-xl-78 {
    padding-top: 78px !important;
  }

  .pt-xl-77 {
    padding-top: 77px !important;
  }

  .pt-xl-76 {
    padding-top: 76px !important;
  }

  .pt-xl-75 {
    padding-top: 75px !important;
  }

  .pt-xl-74 {
    padding-top: 74px !important;
  }

  .pt-xl-73 {
    padding-top: 73px !important;
  }

  .pt-xl-72 {
    padding-top: 72px !important;
  }

  .pt-xl-71 {
    padding-top: 71px !important;
  }

  .pt-xl-70 {
    padding-top: 70px !important;
  }

  .pt-xl-69 {
    padding-top: 69px !important;
  }

  .pt-xl-68 {
    padding-top: 68px !important;
  }

  .pt-xl-67 {
    padding-top: 67px !important;
  }

  .pt-xl-66 {
    padding-top: 66px !important;
  }

  .pt-xl-65 {
    padding-top: 65px !important;
  }

  .pt-xl-64 {
    padding-top: 64px !important;
  }

  .pt-xl-63 {
    padding-top: 63px !important;
  }

  .pt-xl-62 {
    padding-top: 62px !important;
  }

  .pt-xl-61 {
    padding-top: 61px !important;
  }

  .pt-xl-60 {
    padding-top: 60px !important;
  }

  .pt-xl-59 {
    padding-top: 59px !important;
  }

  .pt-xl-58 {
    padding-top: 58px !important;
  }

  .pt-xl-57 {
    padding-top: 57px !important;
  }

  .pt-xl-56 {
    padding-top: 56px !important;
  }

  .pt-xl-55 {
    padding-top: 55px !important;
  }

  .pt-xl-54 {
    padding-top: 54px !important;
  }

  .pt-xl-53 {
    padding-top: 53px !important;
  }

  .pt-xl-52 {
    padding-top: 52px !important;
  }

  .pt-xl-51 {
    padding-top: 51px !important;
  }

  .pt-xl-50 {
    padding-top: 50px !important;
  }

  .pt-xl-49 {
    padding-top: 49px !important;
  }

  .pt-xl-48 {
    padding-top: 48px !important;
  }

  .pt-xl-47 {
    padding-top: 47px !important;
  }

  .pt-xl-46 {
    padding-top: 46px !important;
  }

  .pt-xl-45 {
    padding-top: 45px !important;
  }

  .pt-xl-44 {
    padding-top: 44px !important;
  }

  .pt-xl-43 {
    padding-top: 43px !important;
  }

  .pt-xl-42 {
    padding-top: 42px !important;
  }

  .pt-xl-41 {
    padding-top: 41px !important;
  }

  .pt-xl-40 {
    padding-top: 40px !important;
  }

  .pt-xl-39 {
    padding-top: 39px !important;
  }

  .pt-xl-38 {
    padding-top: 38px !important;
  }

  .pt-xl-37 {
    padding-top: 37px !important;
  }

  .pt-xl-36 {
    padding-top: 36px !important;
  }

  .pt-xl-35 {
    padding-top: 35px !important;
  }

  .pt-xl-34 {
    padding-top: 34px !important;
  }

  .pt-xl-33 {
    padding-top: 33px !important;
  }

  .pt-xl-32 {
    padding-top: 32px !important;
  }

  .pt-xl-31 {
    padding-top: 31px !important;
  }

  .pt-xl-30 {
    padding-top: 30px !important;
  }

  .pt-xl-29 {
    padding-top: 29px !important;
  }

  .pt-xl-28 {
    padding-top: 28px !important;
  }

  .pt-xl-27 {
    padding-top: 27px !important;
  }

  .pt-xl-26 {
    padding-top: 26px !important;
  }

  .pt-xl-25 {
    padding-top: 25px !important;
  }

  .pt-xl-24 {
    padding-top: 24px !important;
  }

  .pt-xl-23 {
    padding-top: 23px !important;
  }

  .pt-xl-22 {
    padding-top: 22px !important;
  }

  .pt-xl-21 {
    padding-top: 21px !important;
  }

  .pt-xl-20 {
    padding-top: 20px !important;
  }

  .pt-xl-19 {
    padding-top: 19px !important;
  }

  .pt-xl-18 {
    padding-top: 18px !important;
  }

  .pt-xl-17 {
    padding-top: 17px !important;
  }

  .pt-xl-16 {
    padding-top: 16px !important;
  }

  .pt-xl-15 {
    padding-top: 15px !important;
  }

  .pt-xl-14 {
    padding-top: 14px !important;
  }

  .pt-xl-13 {
    padding-top: 13px !important;
  }

  .pt-xl-12 {
    padding-top: 12px !important;
  }

  .pt-xl-11 {
    padding-top: 11px !important;
  }

  .pt-xl-10 {
    padding-top: 10px !important;
  }

  .pt-xl-9 {
    padding-top: 9px !important;
  }

  .pt-xl-8 {
    padding-top: 8px !important;
  }

  .pt-xl-7 {
    padding-top: 7px !important;
  }

  .pt-xl-6 {
    padding-top: 6px !important;
  }

  .pt-xl-5 {
    padding-top: 5px !important;
  }

  .pt-xl-4 {
    padding-top: 4px !important;
  }

  .pt-xl-3 {
    padding-top: 3px !important;
  }

  .pt-xl-2 {
    padding-top: 2px !important;
  }

  .pt-xl-1 {
    padding-top: 1px !important;
  }

  .pt-xl-0 {
    padding-top: 0px !important;
  }
}
.h-100 {
  height: 100px !important;
}

.h-99 {
  height: 99px !important;
}

.h-98 {
  height: 98px !important;
}

.h-97 {
  height: 97px !important;
}

.h-96 {
  height: 96px !important;
}

.h-95 {
  height: 95px !important;
}

.h-94 {
  height: 94px !important;
}

.h-93 {
  height: 93px !important;
}

.h-92 {
  height: 92px !important;
}

.h-91 {
  height: 91px !important;
}

.h-90 {
  height: 90px !important;
}

.h-89 {
  height: 89px !important;
}

.h-88 {
  height: 88px !important;
}

.h-87 {
  height: 87px !important;
}

.h-86 {
  height: 86px !important;
}

.h-85 {
  height: 85px !important;
}

.h-84 {
  height: 84px !important;
}

.h-83 {
  height: 83px !important;
}

.h-82 {
  height: 82px !important;
}

.h-81 {
  height: 81px !important;
}

.h-80 {
  height: 80px !important;
}

.h-79 {
  height: 79px !important;
}

.h-78 {
  height: 78px !important;
}

.h-77 {
  height: 77px !important;
}

.h-76 {
  height: 76px !important;
}

.h-75 {
  height: 75px !important;
}

.h-74 {
  height: 74px !important;
}

.h-73 {
  height: 73px !important;
}

.h-72 {
  height: 72px !important;
}

.h-71 {
  height: 71px !important;
}

.h-70 {
  height: 70px !important;
}

.h-69 {
  height: 69px !important;
}

.h-68 {
  height: 68px !important;
}

.h-67 {
  height: 67px !important;
}

.h-66 {
  height: 66px !important;
}

.h-65 {
  height: 65px !important;
}

.h-64 {
  height: 64px !important;
}

.h-63 {
  height: 63px !important;
}

.h-62 {
  height: 62px !important;
}

.h-61 {
  height: 61px !important;
}

.h-60 {
  height: 60px !important;
}

.h-59 {
  height: 59px !important;
}

.h-58 {
  height: 58px !important;
}

.h-57 {
  height: 57px !important;
}

.h-56 {
  height: 56px !important;
}

.h-55 {
  height: 55px !important;
}

.h-54 {
  height: 54px !important;
}

.h-53 {
  height: 53px !important;
}

.h-52 {
  height: 52px !important;
}

.h-51 {
  height: 51px !important;
}

.h-50 {
  height: 50px !important;
}

.h-49 {
  height: 49px !important;
}

.h-48 {
  height: 48px !important;
}

.h-47 {
  height: 47px !important;
}

.h-46 {
  height: 46px !important;
}

.h-45 {
  height: 45px !important;
}

.h-44 {
  height: 44px !important;
}

.h-43 {
  height: 43px !important;
}

.h-42 {
  height: 42px !important;
}

.h-41 {
  height: 41px !important;
}

.h-40 {
  height: 40px !important;
}

.h-39 {
  height: 39px !important;
}

.h-38 {
  height: 38px !important;
}

.h-37 {
  height: 37px !important;
}

.h-36 {
  height: 36px !important;
}

.h-35 {
  height: 35px !important;
}

.h-34 {
  height: 34px !important;
}

.h-33 {
  height: 33px !important;
}

.h-32 {
  height: 32px !important;
}

.h-31 {
  height: 31px !important;
}

.h-30 {
  height: 30px !important;
}

.h-29 {
  height: 29px !important;
}

.h-28 {
  height: 28px !important;
}

.h-27 {
  height: 27px !important;
}

.h-26 {
  height: 26px !important;
}

.h-25 {
  height: 25px !important;
}

.h-24 {
  height: 24px !important;
}

.h-23 {
  height: 23px !important;
}

.h-22 {
  height: 22px !important;
}

.h-21 {
  height: 21px !important;
}

.h-20 {
  height: 20px !important;
}

.h-19 {
  height: 19px !important;
}

.h-18 {
  height: 18px !important;
}

.h-17 {
  height: 17px !important;
}

.h-16 {
  height: 16px !important;
}

.h-15 {
  height: 15px !important;
}

.h-14 {
  height: 14px !important;
}

.h-13 {
  height: 13px !important;
}

.h-12 {
  height: 12px !important;
}

.h-11 {
  height: 11px !important;
}

.h-10 {
  height: 10px !important;
}

.h-9 {
  height: 9px !important;
}

.h-8 {
  height: 8px !important;
}

.h-7 {
  height: 7px !important;
}

.h-6 {
  height: 6px !important;
}

.h-5 {
  height: 5px !important;
}

.h-4 {
  height: 4px !important;
}

.h-3 {
  height: 3px !important;
}

.h-2 {
  height: 2px !important;
}

.h-1 {
  height: 1px !important;
}

.h-0 {
  height: 0px !important;
}

.wpx-100 {
  width: 100px !important;
}

.wpx-99 {
  width: 99px !important;
}

.wpx-98 {
  width: 98px !important;
}

.wpx-97 {
  width: 97px !important;
}

.wpx-96 {
  width: 96px !important;
}

.wpx-95 {
  width: 95px !important;
}

.wpx-94 {
  width: 94px !important;
}

.wpx-93 {
  width: 93px !important;
}

.wpx-92 {
  width: 92px !important;
}

.wpx-91 {
  width: 91px !important;
}

.wpx-90 {
  width: 90px !important;
}

.wpx-89 {
  width: 89px !important;
}

.wpx-88 {
  width: 88px !important;
}

.wpx-87 {
  width: 87px !important;
}

.wpx-86 {
  width: 86px !important;
}

.wpx-85 {
  width: 85px !important;
}

.wpx-84 {
  width: 84px !important;
}

.wpx-83 {
  width: 83px !important;
}

.wpx-82 {
  width: 82px !important;
}

.wpx-81 {
  width: 81px !important;
}

.wpx-80 {
  width: 80px !important;
}

.wpx-79 {
  width: 79px !important;
}

.wpx-78 {
  width: 78px !important;
}

.wpx-77 {
  width: 77px !important;
}

.wpx-76 {
  width: 76px !important;
}

.wpx-75 {
  width: 75px !important;
}

.wpx-74 {
  width: 74px !important;
}

.wpx-73 {
  width: 73px !important;
}

.wpx-72 {
  width: 72px !important;
}

.wpx-71 {
  width: 71px !important;
}

.wpx-70 {
  width: 70px !important;
}

.wpx-69 {
  width: 69px !important;
}

.wpx-68 {
  width: 68px !important;
}

.wpx-67 {
  width: 67px !important;
}

.wpx-66 {
  width: 66px !important;
}

.wpx-65 {
  width: 65px !important;
}

.wpx-64 {
  width: 64px !important;
}

.wpx-63 {
  width: 63px !important;
}

.wpx-62 {
  width: 62px !important;
}

.wpx-61 {
  width: 61px !important;
}

.wpx-60 {
  width: 60px !important;
}

.wpx-59 {
  width: 59px !important;
}

.wpx-58 {
  width: 58px !important;
}

.wpx-57 {
  width: 57px !important;
}

.wpx-56 {
  width: 56px !important;
}

.wpx-55 {
  width: 55px !important;
}

.wpx-54 {
  width: 54px !important;
}

.wpx-53 {
  width: 53px !important;
}

.wpx-52 {
  width: 52px !important;
}

.wpx-51 {
  width: 51px !important;
}

.wpx-50 {
  width: 50px !important;
}

.wpx-49 {
  width: 49px !important;
}

.wpx-48 {
  width: 48px !important;
}

.wpx-47 {
  width: 47px !important;
}

.wpx-46 {
  width: 46px !important;
}

.wpx-45 {
  width: 45px !important;
}

.wpx-44 {
  width: 44px !important;
}

.wpx-43 {
  width: 43px !important;
}

.wpx-42 {
  width: 42px !important;
}

.wpx-41 {
  width: 41px !important;
}

.wpx-40 {
  width: 40px !important;
}

.wpx-39 {
  width: 39px !important;
}

.wpx-38 {
  width: 38px !important;
}

.wpx-37 {
  width: 37px !important;
}

.wpx-36 {
  width: 36px !important;
}

.wpx-35 {
  width: 35px !important;
}

.wpx-34 {
  width: 34px !important;
}

.wpx-33 {
  width: 33px !important;
}

.wpx-32 {
  width: 32px !important;
}

.wpx-31 {
  width: 31px !important;
}

.wpx-30 {
  width: 30px !important;
}

.wpx-29 {
  width: 29px !important;
}

.wpx-28 {
  width: 28px !important;
}

.wpx-27 {
  width: 27px !important;
}

.wpx-26 {
  width: 26px !important;
}

.wpx-25 {
  width: 25px !important;
}

.wpx-24 {
  width: 24px !important;
}

.wpx-23 {
  width: 23px !important;
}

.wpx-22 {
  width: 22px !important;
}

.wpx-21 {
  width: 21px !important;
}

.wpx-20 {
  width: 20px !important;
}

.wpx-19 {
  width: 19px !important;
}

.wpx-18 {
  width: 18px !important;
}

.wpx-17 {
  width: 17px !important;
}

.wpx-16 {
  width: 16px !important;
}

.wpx-15 {
  width: 15px !important;
}

.wpx-14 {
  width: 14px !important;
}

.wpx-13 {
  width: 13px !important;
}

.wpx-12 {
  width: 12px !important;
}

.wpx-11 {
  width: 11px !important;
}

.wpx-10 {
  width: 10px !important;
}

.wpx-9 {
  width: 9px !important;
}

.wpx-8 {
  width: 8px !important;
}

.wpx-7 {
  width: 7px !important;
}

.wpx-6 {
  width: 6px !important;
}

.wpx-5 {
  width: 5px !important;
}

.wpx-4 {
  width: 4px !important;
}

.wpx-3 {
  width: 3px !important;
}

.wpx-2 {
  width: 2px !important;
}

.wpx-1 {
  width: 1px !important;
}

.wpx-0 {
  width: 0px !important;
}

.w-100 {
  width: 100% !important;
}

.w-99 {
  width: 99% !important;
}

.w-98 {
  width: 98% !important;
}

.w-97 {
  width: 97% !important;
}

.w-96 {
  width: 96% !important;
}

.w-95 {
  width: 95% !important;
}

.w-94 {
  width: 94% !important;
}

.w-93 {
  width: 93% !important;
}

.w-92 {
  width: 92% !important;
}

.w-91 {
  width: 91% !important;
}

.w-90 {
  width: 90% !important;
}

.w-89 {
  width: 89% !important;
}

.w-88 {
  width: 88% !important;
}

.w-87 {
  width: 87% !important;
}

.w-86 {
  width: 86% !important;
}

.w-85 {
  width: 85% !important;
}

.w-84 {
  width: 84% !important;
}

.w-83 {
  width: 83% !important;
}

.w-82 {
  width: 82% !important;
}

.w-81 {
  width: 81% !important;
}

.w-80 {
  width: 80% !important;
}

.w-79 {
  width: 79% !important;
}

.w-78 {
  width: 78% !important;
}

.w-77 {
  width: 77% !important;
}

.w-76 {
  width: 76% !important;
}

.w-75 {
  width: 75% !important;
}

.w-74 {
  width: 74% !important;
}

.w-73 {
  width: 73% !important;
}

.w-72 {
  width: 72% !important;
}

.w-71 {
  width: 71% !important;
}

.w-70 {
  width: 70% !important;
}

.w-69 {
  width: 69% !important;
}

.w-68 {
  width: 68% !important;
}

.w-67 {
  width: 67% !important;
}

.w-66 {
  width: 66% !important;
}

.w-65 {
  width: 65% !important;
}

.w-64 {
  width: 64% !important;
}

.w-63 {
  width: 63% !important;
}

.w-62 {
  width: 62% !important;
}

.w-61 {
  width: 61% !important;
}

.w-60 {
  width: 60% !important;
}

.w-59 {
  width: 59% !important;
}

.w-58 {
  width: 58% !important;
}

.w-57 {
  width: 57% !important;
}

.w-56 {
  width: 56% !important;
}

.w-55 {
  width: 55% !important;
}

.w-54 {
  width: 54% !important;
}

.w-53 {
  width: 53% !important;
}

.w-52 {
  width: 52% !important;
}

.w-51 {
  width: 51% !important;
}

.w-50 {
  width: 50% !important;
}

.w-49 {
  width: 49% !important;
}

.w-48 {
  width: 48% !important;
}

.w-47 {
  width: 47% !important;
}

.w-46 {
  width: 46% !important;
}

.w-45 {
  width: 45% !important;
}

.w-44 {
  width: 44% !important;
}

.w-43 {
  width: 43% !important;
}

.w-42 {
  width: 42% !important;
}

.w-41 {
  width: 41% !important;
}

.w-40 {
  width: 40% !important;
}

.w-39 {
  width: 39% !important;
}

.w-38 {
  width: 38% !important;
}

.w-37 {
  width: 37% !important;
}

.w-36 {
  width: 36% !important;
}

.w-35 {
  width: 35% !important;
}

.w-34 {
  width: 34% !important;
}

.w-33 {
  width: 33% !important;
}

.w-32 {
  width: 32% !important;
}

.w-31 {
  width: 31% !important;
}

.w-30 {
  width: 30% !important;
}

.w-29 {
  width: 29% !important;
}

.w-28 {
  width: 28% !important;
}

.w-27 {
  width: 27% !important;
}

.w-26 {
  width: 26% !important;
}

.w-25 {
  width: 25% !important;
}

.w-24 {
  width: 24% !important;
}

.w-23 {
  width: 23% !important;
}

.w-22 {
  width: 22% !important;
}

.w-21 {
  width: 21% !important;
}

.w-20 {
  width: 20% !important;
}

.w-19 {
  width: 19% !important;
}

.w-18 {
  width: 18% !important;
}

.w-17 {
  width: 17% !important;
}

.w-16 {
  width: 16% !important;
}

.w-15 {
  width: 15% !important;
}

.w-14 {
  width: 14% !important;
}

.w-13 {
  width: 13% !important;
}

.w-12 {
  width: 12% !important;
}

.w-11 {
  width: 11% !important;
}

.w-10 {
  width: 10% !important;
}

.w-9 {
  width: 9% !important;
}

.w-8 {
  width: 8% !important;
}

.w-7 {
  width: 7% !important;
}

.w-6 {
  width: 6% !important;
}

.w-5 {
  width: 5% !important;
}

.w-4 {
  width: 4% !important;
}

.w-3 {
  width: 3% !important;
}

.w-2 {
  width: 2% !important;
}

.w-1 {
  width: 1% !important;
}

.w-0 {
  width: 0% !important;
}

@media (min-width: 575px) {
  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-99 {
    width: 99% !important;
  }

  .w-sm-98 {
    width: 98% !important;
  }

  .w-sm-97 {
    width: 97% !important;
  }

  .w-sm-96 {
    width: 96% !important;
  }

  .w-sm-95 {
    width: 95% !important;
  }

  .w-sm-94 {
    width: 94% !important;
  }

  .w-sm-93 {
    width: 93% !important;
  }

  .w-sm-92 {
    width: 92% !important;
  }

  .w-sm-91 {
    width: 91% !important;
  }

  .w-sm-90 {
    width: 90% !important;
  }

  .w-sm-89 {
    width: 89% !important;
  }

  .w-sm-88 {
    width: 88% !important;
  }

  .w-sm-87 {
    width: 87% !important;
  }

  .w-sm-86 {
    width: 86% !important;
  }

  .w-sm-85 {
    width: 85% !important;
  }

  .w-sm-84 {
    width: 84% !important;
  }

  .w-sm-83 {
    width: 83% !important;
  }

  .w-sm-82 {
    width: 82% !important;
  }

  .w-sm-81 {
    width: 81% !important;
  }

  .w-sm-80 {
    width: 80% !important;
  }

  .w-sm-79 {
    width: 79% !important;
  }

  .w-sm-78 {
    width: 78% !important;
  }

  .w-sm-77 {
    width: 77% !important;
  }

  .w-sm-76 {
    width: 76% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-74 {
    width: 74% !important;
  }

  .w-sm-73 {
    width: 73% !important;
  }

  .w-sm-72 {
    width: 72% !important;
  }

  .w-sm-71 {
    width: 71% !important;
  }

  .w-sm-70 {
    width: 70% !important;
  }

  .w-sm-69 {
    width: 69% !important;
  }

  .w-sm-68 {
    width: 68% !important;
  }

  .w-sm-67 {
    width: 67% !important;
  }

  .w-sm-66 {
    width: 66% !important;
  }

  .w-sm-65 {
    width: 65% !important;
  }

  .w-sm-64 {
    width: 64% !important;
  }

  .w-sm-63 {
    width: 63% !important;
  }

  .w-sm-62 {
    width: 62% !important;
  }

  .w-sm-61 {
    width: 61% !important;
  }

  .w-sm-60 {
    width: 60% !important;
  }

  .w-sm-59 {
    width: 59% !important;
  }

  .w-sm-58 {
    width: 58% !important;
  }

  .w-sm-57 {
    width: 57% !important;
  }

  .w-sm-56 {
    width: 56% !important;
  }

  .w-sm-55 {
    width: 55% !important;
  }

  .w-sm-54 {
    width: 54% !important;
  }

  .w-sm-53 {
    width: 53% !important;
  }

  .w-sm-52 {
    width: 52% !important;
  }

  .w-sm-51 {
    width: 51% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-49 {
    width: 49% !important;
  }

  .w-sm-48 {
    width: 48% !important;
  }

  .w-sm-47 {
    width: 47% !important;
  }

  .w-sm-46 {
    width: 46% !important;
  }

  .w-sm-45 {
    width: 45% !important;
  }

  .w-sm-44 {
    width: 44% !important;
  }

  .w-sm-43 {
    width: 43% !important;
  }

  .w-sm-42 {
    width: 42% !important;
  }

  .w-sm-41 {
    width: 41% !important;
  }

  .w-sm-40 {
    width: 40% !important;
  }

  .w-sm-39 {
    width: 39% !important;
  }

  .w-sm-38 {
    width: 38% !important;
  }

  .w-sm-37 {
    width: 37% !important;
  }

  .w-sm-36 {
    width: 36% !important;
  }

  .w-sm-35 {
    width: 35% !important;
  }

  .w-sm-34 {
    width: 34% !important;
  }

  .w-sm-33 {
    width: 33% !important;
  }

  .w-sm-32 {
    width: 32% !important;
  }

  .w-sm-31 {
    width: 31% !important;
  }

  .w-sm-30 {
    width: 30% !important;
  }

  .w-sm-29 {
    width: 29% !important;
  }

  .w-sm-28 {
    width: 28% !important;
  }

  .w-sm-27 {
    width: 27% !important;
  }

  .w-sm-26 {
    width: 26% !important;
  }

  .w-sm-25 {
    width: 25% !important;
  }

  .w-sm-24 {
    width: 24% !important;
  }

  .w-sm-23 {
    width: 23% !important;
  }

  .w-sm-22 {
    width: 22% !important;
  }

  .w-sm-21 {
    width: 21% !important;
  }

  .w-sm-20 {
    width: 20% !important;
  }

  .w-sm-19 {
    width: 19% !important;
  }

  .w-sm-18 {
    width: 18% !important;
  }

  .w-sm-17 {
    width: 17% !important;
  }

  .w-sm-16 {
    width: 16% !important;
  }

  .w-sm-15 {
    width: 15% !important;
  }

  .w-sm-14 {
    width: 14% !important;
  }

  .w-sm-13 {
    width: 13% !important;
  }

  .w-sm-12 {
    width: 12% !important;
  }

  .w-sm-11 {
    width: 11% !important;
  }

  .w-sm-10 {
    width: 10% !important;
  }

  .w-sm-9 {
    width: 9% !important;
  }

  .w-sm-8 {
    width: 8% !important;
  }

  .w-sm-7 {
    width: 7% !important;
  }

  .w-sm-6 {
    width: 6% !important;
  }

  .w-sm-5 {
    width: 5% !important;
  }

  .w-sm-4 {
    width: 4% !important;
  }

  .w-sm-3 {
    width: 3% !important;
  }

  .w-sm-2 {
    width: 2% !important;
  }

  .w-sm-1 {
    width: 1% !important;
  }

  .w-sm-0 {
    width: 0% !important;
  }
}
@media (min-width: 767px) {
  .w-md-100 {
    width: 100% !important;
  }

  .w-md-99 {
    width: 99% !important;
  }

  .w-md-98 {
    width: 98% !important;
  }

  .w-md-97 {
    width: 97% !important;
  }

  .w-md-96 {
    width: 96% !important;
  }

  .w-md-95 {
    width: 95% !important;
  }

  .w-md-94 {
    width: 94% !important;
  }

  .w-md-93 {
    width: 93% !important;
  }

  .w-md-92 {
    width: 92% !important;
  }

  .w-md-91 {
    width: 91% !important;
  }

  .w-md-90 {
    width: 90% !important;
  }

  .w-md-89 {
    width: 89% !important;
  }

  .w-md-88 {
    width: 88% !important;
  }

  .w-md-87 {
    width: 87% !important;
  }

  .w-md-86 {
    width: 86% !important;
  }

  .w-md-85 {
    width: 85% !important;
  }

  .w-md-84 {
    width: 84% !important;
  }

  .w-md-83 {
    width: 83% !important;
  }

  .w-md-82 {
    width: 82% !important;
  }

  .w-md-81 {
    width: 81% !important;
  }

  .w-md-80 {
    width: 80% !important;
  }

  .w-md-79 {
    width: 79% !important;
  }

  .w-md-78 {
    width: 78% !important;
  }

  .w-md-77 {
    width: 77% !important;
  }

  .w-md-76 {
    width: 76% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-74 {
    width: 74% !important;
  }

  .w-md-73 {
    width: 73% !important;
  }

  .w-md-72 {
    width: 72% !important;
  }

  .w-md-71 {
    width: 71% !important;
  }

  .w-md-70 {
    width: 70% !important;
  }

  .w-md-69 {
    width: 69% !important;
  }

  .w-md-68 {
    width: 68% !important;
  }

  .w-md-67 {
    width: 67% !important;
  }

  .w-md-66 {
    width: 66% !important;
  }

  .w-md-65 {
    width: 65% !important;
  }

  .w-md-64 {
    width: 64% !important;
  }

  .w-md-63 {
    width: 63% !important;
  }

  .w-md-62 {
    width: 62% !important;
  }

  .w-md-61 {
    width: 61% !important;
  }

  .w-md-60 {
    width: 60% !important;
  }

  .w-md-59 {
    width: 59% !important;
  }

  .w-md-58 {
    width: 58% !important;
  }

  .w-md-57 {
    width: 57% !important;
  }

  .w-md-56 {
    width: 56% !important;
  }

  .w-md-55 {
    width: 55% !important;
  }

  .w-md-54 {
    width: 54% !important;
  }

  .w-md-53 {
    width: 53% !important;
  }

  .w-md-52 {
    width: 52% !important;
  }

  .w-md-51 {
    width: 51% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-49 {
    width: 49% !important;
  }

  .w-md-48 {
    width: 48% !important;
  }

  .w-md-47 {
    width: 47% !important;
  }

  .w-md-46 {
    width: 46% !important;
  }

  .w-md-45 {
    width: 45% !important;
  }

  .w-md-44 {
    width: 44% !important;
  }

  .w-md-43 {
    width: 43% !important;
  }

  .w-md-42 {
    width: 42% !important;
  }

  .w-md-41 {
    width: 41% !important;
  }

  .w-md-40 {
    width: 40% !important;
  }

  .w-md-39 {
    width: 39% !important;
  }

  .w-md-38 {
    width: 38% !important;
  }

  .w-md-37 {
    width: 37% !important;
  }

  .w-md-36 {
    width: 36% !important;
  }

  .w-md-35 {
    width: 35% !important;
  }

  .w-md-34 {
    width: 34% !important;
  }

  .w-md-33 {
    width: 33% !important;
  }

  .w-md-32 {
    width: 32% !important;
  }

  .w-md-31 {
    width: 31% !important;
  }

  .w-md-30 {
    width: 30% !important;
  }

  .w-md-29 {
    width: 29% !important;
  }

  .w-md-28 {
    width: 28% !important;
  }

  .w-md-27 {
    width: 27% !important;
  }

  .w-md-26 {
    width: 26% !important;
  }

  .w-md-25 {
    width: 25% !important;
  }

  .w-md-24 {
    width: 24% !important;
  }

  .w-md-23 {
    width: 23% !important;
  }

  .w-md-22 {
    width: 22% !important;
  }

  .w-md-21 {
    width: 21% !important;
  }

  .w-md-20 {
    width: 20% !important;
  }

  .w-md-19 {
    width: 19% !important;
  }

  .w-md-18 {
    width: 18% !important;
  }

  .w-md-17 {
    width: 17% !important;
  }

  .w-md-16 {
    width: 16% !important;
  }

  .w-md-15 {
    width: 15% !important;
  }

  .w-md-14 {
    width: 14% !important;
  }

  .w-md-13 {
    width: 13% !important;
  }

  .w-md-12 {
    width: 12% !important;
  }

  .w-md-11 {
    width: 11% !important;
  }

  .w-md-10 {
    width: 10% !important;
  }

  .w-md-9 {
    width: 9% !important;
  }

  .w-md-8 {
    width: 8% !important;
  }

  .w-md-7 {
    width: 7% !important;
  }

  .w-md-6 {
    width: 6% !important;
  }

  .w-md-5 {
    width: 5% !important;
  }

  .w-md-4 {
    width: 4% !important;
  }

  .w-md-3 {
    width: 3% !important;
  }

  .w-md-2 {
    width: 2% !important;
  }

  .w-md-1 {
    width: 1% !important;
  }

  .w-md-0 {
    width: 0% !important;
  }
}
@media (min-width: 991px) {
  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-99 {
    width: 99% !important;
  }

  .w-lg-98 {
    width: 98% !important;
  }

  .w-lg-97 {
    width: 97% !important;
  }

  .w-lg-96 {
    width: 96% !important;
  }

  .w-lg-95 {
    width: 95% !important;
  }

  .w-lg-94 {
    width: 94% !important;
  }

  .w-lg-93 {
    width: 93% !important;
  }

  .w-lg-92 {
    width: 92% !important;
  }

  .w-lg-91 {
    width: 91% !important;
  }

  .w-lg-90 {
    width: 90% !important;
  }

  .w-lg-89 {
    width: 89% !important;
  }

  .w-lg-88 {
    width: 88% !important;
  }

  .w-lg-87 {
    width: 87% !important;
  }

  .w-lg-86 {
    width: 86% !important;
  }

  .w-lg-85 {
    width: 85% !important;
  }

  .w-lg-84 {
    width: 84% !important;
  }

  .w-lg-83 {
    width: 83% !important;
  }

  .w-lg-82 {
    width: 82% !important;
  }

  .w-lg-81 {
    width: 81% !important;
  }

  .w-lg-80 {
    width: 80% !important;
  }

  .w-lg-79 {
    width: 79% !important;
  }

  .w-lg-78 {
    width: 78% !important;
  }

  .w-lg-77 {
    width: 77% !important;
  }

  .w-lg-76 {
    width: 76% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-74 {
    width: 74% !important;
  }

  .w-lg-73 {
    width: 73% !important;
  }

  .w-lg-72 {
    width: 72% !important;
  }

  .w-lg-71 {
    width: 71% !important;
  }

  .w-lg-70 {
    width: 70% !important;
  }

  .w-lg-69 {
    width: 69% !important;
  }

  .w-lg-68 {
    width: 68% !important;
  }

  .w-lg-67 {
    width: 67% !important;
  }

  .w-lg-66 {
    width: 66% !important;
  }

  .w-lg-65 {
    width: 65% !important;
  }

  .w-lg-64 {
    width: 64% !important;
  }

  .w-lg-63 {
    width: 63% !important;
  }

  .w-lg-62 {
    width: 62% !important;
  }

  .w-lg-61 {
    width: 61% !important;
  }

  .w-lg-60 {
    width: 60% !important;
  }

  .w-lg-59 {
    width: 59% !important;
  }

  .w-lg-58 {
    width: 58% !important;
  }

  .w-lg-57 {
    width: 57% !important;
  }

  .w-lg-56 {
    width: 56% !important;
  }

  .w-lg-55 {
    width: 55% !important;
  }

  .w-lg-54 {
    width: 54% !important;
  }

  .w-lg-53 {
    width: 53% !important;
  }

  .w-lg-52 {
    width: 52% !important;
  }

  .w-lg-51 {
    width: 51% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-49 {
    width: 49% !important;
  }

  .w-lg-48 {
    width: 48% !important;
  }

  .w-lg-47 {
    width: 47% !important;
  }

  .w-lg-46 {
    width: 46% !important;
  }

  .w-lg-45 {
    width: 45% !important;
  }

  .w-lg-44 {
    width: 44% !important;
  }

  .w-lg-43 {
    width: 43% !important;
  }

  .w-lg-42 {
    width: 42% !important;
  }

  .w-lg-41 {
    width: 41% !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }

  .w-lg-39 {
    width: 39% !important;
  }

  .w-lg-38 {
    width: 38% !important;
  }

  .w-lg-37 {
    width: 37% !important;
  }

  .w-lg-36 {
    width: 36% !important;
  }

  .w-lg-35 {
    width: 35% !important;
  }

  .w-lg-34 {
    width: 34% !important;
  }

  .w-lg-33 {
    width: 33% !important;
  }

  .w-lg-32 {
    width: 32% !important;
  }

  .w-lg-31 {
    width: 31% !important;
  }

  .w-lg-30 {
    width: 30% !important;
  }

  .w-lg-29 {
    width: 29% !important;
  }

  .w-lg-28 {
    width: 28% !important;
  }

  .w-lg-27 {
    width: 27% !important;
  }

  .w-lg-26 {
    width: 26% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-24 {
    width: 24% !important;
  }

  .w-lg-23 {
    width: 23% !important;
  }

  .w-lg-22 {
    width: 22% !important;
  }

  .w-lg-21 {
    width: 21% !important;
  }

  .w-lg-20 {
    width: 20% !important;
  }

  .w-lg-19 {
    width: 19% !important;
  }

  .w-lg-18 {
    width: 18% !important;
  }

  .w-lg-17 {
    width: 17% !important;
  }

  .w-lg-16 {
    width: 16% !important;
  }

  .w-lg-15 {
    width: 15% !important;
  }

  .w-lg-14 {
    width: 14% !important;
  }

  .w-lg-13 {
    width: 13% !important;
  }

  .w-lg-12 {
    width: 12% !important;
  }

  .w-lg-11 {
    width: 11% !important;
  }

  .w-lg-10 {
    width: 10% !important;
  }

  .w-lg-9 {
    width: 9% !important;
  }

  .w-lg-8 {
    width: 8% !important;
  }

  .w-lg-7 {
    width: 7% !important;
  }

  .w-lg-6 {
    width: 6% !important;
  }

  .w-lg-5 {
    width: 5% !important;
  }

  .w-lg-4 {
    width: 4% !important;
  }

  .w-lg-3 {
    width: 3% !important;
  }

  .w-lg-2 {
    width: 2% !important;
  }

  .w-lg-1 {
    width: 1% !important;
  }

  .w-lg-0 {
    width: 0% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-99 {
    width: 99% !important;
  }

  .w-xl-98 {
    width: 98% !important;
  }

  .w-xl-97 {
    width: 97% !important;
  }

  .w-xl-96 {
    width: 96% !important;
  }

  .w-xl-95 {
    width: 95% !important;
  }

  .w-xl-94 {
    width: 94% !important;
  }

  .w-xl-93 {
    width: 93% !important;
  }

  .w-xl-92 {
    width: 92% !important;
  }

  .w-xl-91 {
    width: 91% !important;
  }

  .w-xl-90 {
    width: 90% !important;
  }

  .w-xl-89 {
    width: 89% !important;
  }

  .w-xl-88 {
    width: 88% !important;
  }

  .w-xl-87 {
    width: 87% !important;
  }

  .w-xl-86 {
    width: 86% !important;
  }

  .w-xl-85 {
    width: 85% !important;
  }

  .w-xl-84 {
    width: 84% !important;
  }

  .w-xl-83 {
    width: 83% !important;
  }

  .w-xl-82 {
    width: 82% !important;
  }

  .w-xl-81 {
    width: 81% !important;
  }

  .w-xl-80 {
    width: 80% !important;
  }

  .w-xl-79 {
    width: 79% !important;
  }

  .w-xl-78 {
    width: 78% !important;
  }

  .w-xl-77 {
    width: 77% !important;
  }

  .w-xl-76 {
    width: 76% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-74 {
    width: 74% !important;
  }

  .w-xl-73 {
    width: 73% !important;
  }

  .w-xl-72 {
    width: 72% !important;
  }

  .w-xl-71 {
    width: 71% !important;
  }

  .w-xl-70 {
    width: 70% !important;
  }

  .w-xl-69 {
    width: 69% !important;
  }

  .w-xl-68 {
    width: 68% !important;
  }

  .w-xl-67 {
    width: 67% !important;
  }

  .w-xl-66 {
    width: 66% !important;
  }

  .w-xl-65 {
    width: 65% !important;
  }

  .w-xl-64 {
    width: 64% !important;
  }

  .w-xl-63 {
    width: 63% !important;
  }

  .w-xl-62 {
    width: 62% !important;
  }

  .w-xl-61 {
    width: 61% !important;
  }

  .w-xl-60 {
    width: 60% !important;
  }

  .w-xl-59 {
    width: 59% !important;
  }

  .w-xl-58 {
    width: 58% !important;
  }

  .w-xl-57 {
    width: 57% !important;
  }

  .w-xl-56 {
    width: 56% !important;
  }

  .w-xl-55 {
    width: 55% !important;
  }

  .w-xl-54 {
    width: 54% !important;
  }

  .w-xl-53 {
    width: 53% !important;
  }

  .w-xl-52 {
    width: 52% !important;
  }

  .w-xl-51 {
    width: 51% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-49 {
    width: 49% !important;
  }

  .w-xl-48 {
    width: 48% !important;
  }

  .w-xl-47 {
    width: 47% !important;
  }

  .w-xl-46 {
    width: 46% !important;
  }

  .w-xl-45 {
    width: 45% !important;
  }

  .w-xl-44 {
    width: 44% !important;
  }

  .w-xl-43 {
    width: 43% !important;
  }

  .w-xl-42 {
    width: 42% !important;
  }

  .w-xl-41 {
    width: 41% !important;
  }

  .w-xl-40 {
    width: 40% !important;
  }

  .w-xl-39 {
    width: 39% !important;
  }

  .w-xl-38 {
    width: 38% !important;
  }

  .w-xl-37 {
    width: 37% !important;
  }

  .w-xl-36 {
    width: 36% !important;
  }

  .w-xl-35 {
    width: 35% !important;
  }

  .w-xl-34 {
    width: 34% !important;
  }

  .w-xl-33 {
    width: 33% !important;
  }

  .w-xl-32 {
    width: 32% !important;
  }

  .w-xl-31 {
    width: 31% !important;
  }

  .w-xl-30 {
    width: 30% !important;
  }

  .w-xl-29 {
    width: 29% !important;
  }

  .w-xl-28 {
    width: 28% !important;
  }

  .w-xl-27 {
    width: 27% !important;
  }

  .w-xl-26 {
    width: 26% !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-24 {
    width: 24% !important;
  }

  .w-xl-23 {
    width: 23% !important;
  }

  .w-xl-22 {
    width: 22% !important;
  }

  .w-xl-21 {
    width: 21% !important;
  }

  .w-xl-20 {
    width: 20% !important;
  }

  .w-xl-19 {
    width: 19% !important;
  }

  .w-xl-18 {
    width: 18% !important;
  }

  .w-xl-17 {
    width: 17% !important;
  }

  .w-xl-16 {
    width: 16% !important;
  }

  .w-xl-15 {
    width: 15% !important;
  }

  .w-xl-14 {
    width: 14% !important;
  }

  .w-xl-13 {
    width: 13% !important;
  }

  .w-xl-12 {
    width: 12% !important;
  }

  .w-xl-11 {
    width: 11% !important;
  }

  .w-xl-10 {
    width: 10% !important;
  }

  .w-xl-9 {
    width: 9% !important;
  }

  .w-xl-8 {
    width: 8% !important;
  }

  .w-xl-7 {
    width: 7% !important;
  }

  .w-xl-6 {
    width: 6% !important;
  }

  .w-xl-5 {
    width: 5% !important;
  }

  .w-xl-4 {
    width: 4% !important;
  }

  .w-xl-3 {
    width: 3% !important;
  }

  .w-xl-2 {
    width: 2% !important;
  }

  .w-xl-1 {
    width: 1% !important;
  }

  .w-xl-0 {
    width: 0% !important;
  }
}
::-moz-selection {
  background: #ffffff;
  color: #03332f;
  text-shadow: none;
}

::selection {
  background: #ffffff;
  color: #03332f;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  border-radius: 6px;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0px;
  border-left: 1px solid #888;
}

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: #03332f;
}

html {
  position: relative;
}

*, html, body {
  padding: 0px;
  padding: 0rem;
  margin: 0px;
  margin: 0rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #181411;
  background-color: white;
  -webkit-font-smoothing: antialiased;
}
body.modal-open {
  overflow: hidden;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}

.app-container {
  overflow: hidden;
  position: relative;
  min-height: 0vh;
}

a {
  color: #181411;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
img.inherit {
  max-width: inherit;
}
img.responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.relative-block {
  position: relative;
}

.absolute-block {
  position: absolute;
}

.unstyled {
  padding: 0px;
  padding: 0rem;
  margin: 0px;
  margin: 0rem;
  list-style: none;
}

.inline li {
  display: inline-block;
}

.block li {
  display: block;
}

.table {
  display: table;
}
.table li {
  display: table-cell;
}

.nomar li:last-child {
  margin-right: 0px;
  margin-right: 0rem;
}
.nomar li:first-child {
  margin-left: 0px;
  margin-left: 0rem;
}

hr {
  border: none;
}

.clearfix::after, .tabbing .tabbing-head::after {
  content: "";
  display: table;
  clear: both;
}

.m-auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.visiblity-hidden {
  visibility: hidden;
}

.ff-primary, .default-form .custom-file-upload .custom-file-label, .default-form .custom-label, .default-form .control-group .form-label, .default-form .control-group .form-field {
  font-family: "Source Sans Pro", sans-serif;
}

.ff-secondary {
  font-family: "Source Sans Pro", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  padding: 0px;
  padding: 0rem;
  margin: 0px;
  margin: 0rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, p {
  padding: 0px;
  padding: 0rem;
  margin: 0px;
  margin: 0rem;
}

h1, .h1 {
  font-size: 100px;
  font-size: 6.25rem;
}

h2, .h2 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h3, .h3 {
  font-size: 26px;
  font-size: 1.625rem;
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h4, .h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 22px;
  font-size: 1.375rem;
}

h6, .h6 {
  font-size: 20px;
  font-size: 1.25rem;
}

p {
  font-size: 14px;
  font-size: 0.875rem;
}

.td-underline {
  text-decoration: underline;
}

.td-border {
  border-bottom: 1px solid;
}

.td-border-dashed {
  border-bottom: 1px dashed;
}

.td-border-dotted {
  border-bottom: 1px dotted;
}

.fs-default {
  font-size: 14px;
  font-size: 0.875rem;
}

.fs-xsmall {
  font-size: 10px;
  font-size: 0.625rem;
}

.fs-small {
  font-size: 12px;
  font-size: 0.75rem;
}

.fs-medium {
  font-size: 16px;
  font-size: 1rem;
}

.fs-large {
  font-size: 18px;
  font-size: 1.125rem;
}

.fw-thin {
  font-weight: 100 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-black {
  font-weight: 800 !important;
}

.fw-xblack {
  font-weight: 900 !important;
}

.tt-normal {
  text-transform: inherit !important;
}

.tt-uppercase {
  text-transform: uppercase !important;
}

.tt-capital {
  text-transform: capitalize !important;
}

.lh-normal {
  line-height: 1;
}

.lh-medium {
  line-height: 1.2;
}

.lh-large {
  line-height: 1.8;
}

.lh-xlarge {
  line-height: 2;
}

.ls-xsmall {
  letter-spacing: -2px;
}

.ls-small {
  letter-spacing: -1px;
}

.ls-normal {
  letter-spacing: 0px;
}

.ls-medium {
  letter-spacing: 1px;
}

.ls-large {
  letter-spacing: 2px;
}

.ls-xlarge {
  letter-spacing: 4px;
}

.va-middle {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.va-bottom {
  vertical-align: bottom;
}

.fc-primary {
  color: #03332f;
}

.fc-secondary {
  color: #37474f;
}

.fc-default {
  color: #181411;
}

.fc-white {
  color: #ffffff;
}

.fc-black {
  color: #000000;
}

.fc-grey {
  color: #666666;
}

.fc-spgrey {
  color: #4b545c;
}

.fc-dgrey {
  color: #343a40;
}

.fc-lgrey {
  color: #f4f6f9;
}

.fc-success {
  color: #2ed8b6;
}

.fc-warning {
  color: #ffb64d;
}

.fc-danger {
  color: #ff5370;
}

.fc-info {
  color: #00bcd4;
}

.bg-primary {
  background: #03332f;
}

.bg-secondary {
  background: #37474f;
}

.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #000000;
}

.bg-grey {
  background: #666666;
}

.bg-lgrey {
  background: #f4f6f9;
}

.bg-spgrey {
  background: #4b545c;
}

.bg-success {
  background: #2ed8b6;
}

.bg-warning {
  background: #ffb64d;
}

.bg-danger {
  background: #ff5370;
}

.bg-info {
  background: #00bcd4;
}

.facebook:hover {
  color: #3b5998 !important;
}

.facebook-icon:hover {
  background: #3b5998 !important;
}

.twitter:hover {
  color: #00aced !important;
}

.twitter-icon:hover {
  background: #00aced !important;
}

.linkedin:hover {
  color: #4875b4 !important;
}

.linkedin-icon:hover {
  background: #4875b4 !important;
}

.googleplus:hover {
  color: #d34836 !important;
}

.googleplus-icon:hover {
  background: #d34836 !important;
}

.instagram:hover {
  color: #E4405F !important;
}

.instagram-icon:hover {
  background: #E4405F !important;
}

.youtube:hover {
  color: #d10000 !important;
}

.youtube-icon:hover {
  background: #d10000 !important;
}

.grid-block {
  overflow: hidden;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.grid-block > * {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-block.\--type-inline-blocks > * {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
}
.grid-block.\--type-two-blocks > * {
  width: 50% !important;
}
.grid-block.\--type-three-blocks > * {
  width: 33.333% !important;
}
.grid-block.\--type-four-blocks > * {
  width: 25% !important;
}
.grid-block.\--type-five-blocks > * {
  width: 20% !important;
}
.grid-block.\--type-six-blocks > * {
  width: 16.6667% !important;
}
.grid-block.\--style-offsets {
  margin-left: -30px;
}
.grid-block.\--style-offsets > * {
  padding-left: 30px;
}
.grid-block.\--style-offsets.\--offset-small {
  margin-left: -20px;
}
.grid-block.\--style-offsets.\--offset-small > * {
  padding-left: 20px;
}
.grid-block.\--style-bottom-offsets > * {
  margin-bottom: 50px;
}
.grid-block.\--style-bottom-offsets.\--offset-bottom-small > * {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .grid-block.\--ipad-half-grid > * {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .grid-block.\--mobile-full-grid > * {
    width: 100% !important;
  }
}

ul.grid-block {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

@font-face {
  font-family: "xicon";
  src: url("fonts/xicon.eot?mphv5v");
  src: url("fonts/xicon.eot?mphv5v#iefix") format("embedded-opentype"), url("fonts/xicon.ttf?mphv5v") format("truetype"), url("fonts/xicon.woff?mphv5v") format("woff"), url("fonts/xicon.svg?mphv5v#xicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=xicon-], [class*=" xicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "xicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xicon-mobile:before {
  content: "";
}

.xicon-arrow_right:before {
  content: "";
}

.xicon-arrow_left:before {
  content: "";
}

.xicon-play_btn:before {
  content: "";
}

.xicon-arrow_up:before {
  content: "";
}

.xicon-arrow_down:before {
  content: "";
}

.xicon-search:before {
  content: "";
}

.xicon-close_circle:before {
  content: "";
}

.xicon-close:before {
  content: "";
}

.xicon-google:before {
  content: "";
}

.xicon-google_square:before {
  content: "";
}

.xicon-linkedin_square:before {
  content: "";
}

.xicon-youtube_square:before {
  content: "";
}

.xicon-twitter_square:before {
  content: "";
}

.xicon-facebook_square:before {
  content: "";
}

.xicon-instagram:before {
  content: "";
}

.xicon-youtube:before {
  content: "";
}

.xicon-map_pointer:before {
  content: "";
}

.xicon-phone:before {
  content: "";
}

.xicon-email:before {
  content: "";
}

.xicon-twitter:before {
  content: "";
}

.xicon-linkedin:before {
  content: "";
}

.xicon-facebook:before {
  content: "";
}

@font-face {
  font-family: "feather";
  src: url("fonts/feather.eot?t=1501841394106");
  /* IE9*/
  src: url("fonts/feather.eot?t=1501841394106#iefix") format("embedded-opentype"), url("fonts/feather.woff?t=1501841394106") format("woff"), url("fonts/feather.ttf?t=1501841394106") format("truetype"), url("fonts/feather.svg?t=1501841394106#feather") format("svg");
  /* iOS 4.1- */
}
.xxicon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xxicon-alert-octagon:before {
  content: "";
}

.xxicon-alert-circle:before {
  content: "";
}

.xxicon-activity:before {
  content: "";
}

.xxicon-alert-triangle:before {
  content: "";
}

.xxicon-align-center:before {
  content: "";
}

.xxicon-airplay:before {
  content: "";
}

.xxicon-align-justify:before {
  content: "";
}

.xxicon-align-left:before {
  content: "";
}

.xxicon-align-right:before {
  content: "";
}

.xxicon-arrow-down-left:before {
  content: "";
}

.xxicon-arrow-down-right:before {
  content: "";
}

.xxicon-anchor:before {
  content: "";
}

.xxicon-aperture:before {
  content: "";
}

.xxicon-arrow-left:before {
  content: "";
}

.xxicon-arrow-right:before {
  content: "";
}

.xxicon-arrow-down:before {
  content: "";
}

.xxicon-arrow-up-left:before {
  content: "";
}

.xxicon-arrow-up-right:before {
  content: "";
}

.xxicon-arrow-up:before {
  content: "";
}

.xxicon-award:before {
  content: "";
}

.xxicon-bar-chart:before {
  content: "";
}

.xxicon-at-sign:before {
  content: "";
}

.xxicon-bar-chart-2:before {
  content: "";
}

.xxicon-battery-charging:before {
  content: "";
}

.xxicon-bell-off:before {
  content: "";
}

.xxicon-battery:before {
  content: "";
}

.xxicon-bluetooth:before {
  content: "";
}

.xxicon-bell:before {
  content: "";
}

.xxicon-book:before {
  content: "";
}

.xxicon-briefcase:before {
  content: "";
}

.xxicon-camera-off:before {
  content: "";
}

.xxicon-calendar:before {
  content: "";
}

.xxicon-bookmark:before {
  content: "";
}

.xxicon-box:before {
  content: "";
}

.xxicon-camera:before {
  content: "";
}

.xxicon-check-circle:before {
  content: "";
}

.xxicon-check:before {
  content: "";
}

.xxicon-check-square:before {
  content: "";
}

.xxicon-cast:before {
  content: "";
}

.xxicon-chevron-down:before {
  content: "";
}

.xxicon-chevron-left:before {
  content: "";
}

.xxicon-chevron-right:before {
  content: "";
}

.xxicon-chevron-up:before {
  content: "";
}

.xxicon-chevrons-down:before {
  content: "";
}

.xxicon-chevrons-right:before {
  content: "";
}

.xxicon-chevrons-up:before {
  content: "";
}

.xxicon-chevrons-left:before {
  content: "";
}

.xxicon-circle:before {
  content: "";
}

.xxicon-clipboard:before {
  content: "";
}

.xxicon-chrome:before {
  content: "";
}

.xxicon-clock:before {
  content: "";
}

.xxicon-cloud-lightning:before {
  content: "";
}

.xxicon-cloud-drizzle:before {
  content: "";
}

.xxicon-cloud-rain:before {
  content: "";
}

.xxicon-cloud-off:before {
  content: "";
}

.xxicon-codepen:before {
  content: "";
}

.xxicon-cloud-snow:before {
  content: "";
}

.xxicon-compass:before {
  content: "";
}

.xxicon-copy:before {
  content: "";
}

.xxicon-corner-down-right:before {
  content: "";
}

.xxicon-corner-down-left:before {
  content: "";
}

.xxicon-corner-left-down:before {
  content: "";
}

.xxicon-corner-left-up:before {
  content: "";
}

.xxicon-corner-up-left:before {
  content: "";
}

.xxicon-corner-up-right:before {
  content: "";
}

.xxicon-corner-right-down:before {
  content: "";
}

.xxicon-corner-right-up:before {
  content: "";
}

.xxicon-cpu:before {
  content: "";
}

.xxicon-credit-card:before {
  content: "";
}

.xxicon-crosshair:before {
  content: "";
}

.xxicon-disc:before {
  content: "";
}

.xxicon-delete:before {
  content: "";
}

.xxicon-download-cloud:before {
  content: "";
}

.xxicon-download:before {
  content: "";
}

.xxicon-droplet:before {
  content: "";
}

.xxicon-edit-2:before {
  content: "";
}

.xxicon-edit:before {
  content: "";
}

.xxicon-edit-1:before {
  content: "";
}

.xxicon-external-link:before {
  content: "";
}

.xxicon-eye:before {
  content: "";
}

.xxicon-feather:before {
  content: "";
}

.xxicon-facebook:before {
  content: "";
}

.xxicon-file-minus:before {
  content: "";
}

.xxicon-eye-off:before {
  content: "";
}

.xxicon-fast-forward:before {
  content: "";
}

.xxicon-file-text:before {
  content: "";
}

.xxicon-film:before {
  content: "";
}

.xxicon-file:before {
  content: "";
}

.xxicon-file-plus:before {
  content: "";
}

.xxicon-folder:before {
  content: "";
}

.xxicon-filter:before {
  content: "";
}

.xxicon-flag:before {
  content: "";
}

.xxicon-globe:before {
  content: "";
}

.xxicon-grid:before {
  content: "";
}

.xxicon-heart:before {
  content: "";
}

.xxicon-home:before {
  content: "";
}

.xxicon-github:before {
  content: "";
}

.xxicon-image:before {
  content: "";
}

.xxicon-inbox:before {
  content: "";
}

.xxicon-layers:before {
  content: "";
}

.xxicon-info:before {
  content: "";
}

.xxicon-instagram:before {
  content: "";
}

.xxicon-layout:before {
  content: "";
}

.xxicon-link-2:before {
  content: "";
}

.xxicon-life-buoy:before {
  content: "";
}

.xxicon-link:before {
  content: "";
}

.xxicon-log-in:before {
  content: "";
}

.xxicon-list:before {
  content: "";
}

.xxicon-lock:before {
  content: "";
}

.xxicon-log-out:before {
  content: "";
}

.xxicon-loader:before {
  content: "";
}

.xxicon-mail:before {
  content: "";
}

.xxicon-maximize-2:before {
  content: "";
}

.xxicon-map:before {
  content: "";
}

.xxicon-map-pin:before {
  content: "";
}

.xxicon-menu:before {
  content: "";
}

.xxicon-message-circle:before {
  content: "";
}

.xxicon-message-square:before {
  content: "";
}

.xxicon-minimize-2:before {
  content: "";
}

.xxicon-mic-off:before {
  content: "";
}

.xxicon-minus-circle:before {
  content: "";
}

.xxicon-mic:before {
  content: "";
}

.xxicon-minus-square:before {
  content: "";
}

.xxicon-minus:before {
  content: "";
}

.xxicon-moon:before {
  content: "";
}

.xxicon-monitor:before {
  content: "";
}

.xxicon-more-vertical:before {
  content: "";
}

.xxicon-more-horizontal:before {
  content: "";
}

.xxicon-move:before {
  content: "";
}

.xxicon-music:before {
  content: "";
}

.xxicon-navigation-2:before {
  content: "";
}

.xxicon-navigation:before {
  content: "";
}

.xxicon-octagon:before {
  content: "";
}

.xxicon-package:before {
  content: "";
}

.xxicon-pause-circle:before {
  content: "";
}

.xxicon-pause:before {
  content: "";
}

.xxicon-percent:before {
  content: "";
}

.xxicon-phone-call:before {
  content: "";
}

.xxicon-phone-forwarded:before {
  content: "";
}

.xxicon-phone-missed:before {
  content: "";
}

.xxicon-phone-off:before {
  content: "";
}

.xxicon-phone-incoming:before {
  content: "";
}

.xxicon-phone:before {
  content: "";
}

.xxicon-phone-outgoing:before {
  content: "";
}

.xxicon-pie-chart:before {
  content: "";
}

.xxicon-play-circle:before {
  content: "";
}

.xxicon-play:before {
  content: "";
}

.xxicon-plus-square:before {
  content: "";
}

.xxicon-plus-circle:before {
  content: "";
}

.xxicon-plus:before {
  content: "";
}

.xxicon-pocket:before {
  content: "";
}

.xxicon-printer:before {
  content: "";
}

.xxicon-power:before {
  content: "";
}

.xxicon-radio:before {
  content: "";
}

.xxicon-repeat:before {
  content: "";
}

.xxicon-refresh-ccw:before {
  content: "";
}

.xxicon-rewind:before {
  content: "";
}

.xxicon-rotate-ccw:before {
  content: "";
}

.xxicon-refresh-cw:before {
  content: "";
}

.xxicon-rotate-cw:before {
  content: "";
}

.xxicon-save:before {
  content: "";
}

.xxicon-search:before {
  content: "";
}

.xxicon-server:before {
  content: "";
}

.xxicon-scissors:before {
  content: "";
}

.xxicon-share-2:before {
  content: "";
}

.xxicon-share:before {
  content: "";
}

.xxicon-shield:before {
  content: "";
}

.xxicon-settings:before {
  content: "";
}

.xxicon-skip-back:before {
  content: "";
}

.xxicon-shuffle:before {
  content: "";
}

.xxicon-sidebar:before {
  content: "";
}

.xxicon-skip-forward:before {
  content: "";
}

.xxicon-slack:before {
  content: "";
}

.xxicon-slash:before {
  content: "";
}

.xxicon-smartphone:before {
  content: "";
}

.xxicon-square:before {
  content: "";
}

.xxicon-speaker:before {
  content: "";
}

.xxicon-star:before {
  content: "";
}

.xxicon-stop-circle:before {
  content: "";
}

.xxicon-sun:before {
  content: "";
}

.xxicon-sunrise:before {
  content: "";
}

.xxicon-tablet:before {
  content: "";
}

.xxicon-tag:before {
  content: "";
}

.xxicon-sunset:before {
  content: "";
}

.xxicon-target:before {
  content: "";
}

.xxicon-thermometer:before {
  content: "";
}

.xxicon-thumbs-up:before {
  content: "";
}

.xxicon-thumbs-down:before {
  content: "";
}

.xxicon-toggle-left:before {
  content: "";
}

.xxicon-toggle-right:before {
  content: "";
}

.xxicon-trash-2:before {
  content: "";
}

.xxicon-trash:before {
  content: "";
}

.xxicon-trending-up:before {
  content: "";
}

.xxicon-trending-down:before {
  content: "";
}

.xxicon-triangle:before {
  content: "";
}

.xxicon-type:before {
  content: "";
}

.xxicon-twitter:before {
  content: "";
}

.xxicon-upload:before {
  content: "";
}

.xxicon-umbrella:before {
  content: "";
}

.xxicon-upload-cloud:before {
  content: "";
}

.xxicon-unlock:before {
  content: "";
}

.xxicon-user-check:before {
  content: "";
}

.xxicon-user-minus:before {
  content: "";
}

.xxicon-user-plus:before {
  content: "";
}

.xxicon-user-x:before {
  content: "";
}

.xxicon-user:before {
  content: "";
}

.xxicon-users:before {
  content: "";
}

.xxicon-video-off:before {
  content: "";
}

.xxicon-video:before {
  content: "";
}

.xxicon-voicemail:before {
  content: "";
}

.xxicon-volume-x:before {
  content: "";
}

.xxicon-volume-2:before {
  content: "";
}

.xxicon-volume-1:before {
  content: "";
}

.xxicon-volume:before {
  content: "";
}

.xxicon-watch:before {
  content: "";
}

.xxicon-wifi:before {
  content: "";
}

.xxicon-x-square:before {
  content: "";
}

.xxicon-wind:before {
  content: "";
}

.xxicon-x:before {
  content: "";
}

.xxicon-x-circle:before {
  content: "";
}

.xxicon-zap:before {
  content: "";
}

.xxicon-zoom-in:before {
  content: "";
}

.xxicon-zoom-out:before {
  content: "";
}

.xxicon-command:before {
  content: "";
}

.xxicon-cloud:before {
  content: "";
}

.xxicon-hash:before {
  content: "";
}

.xxicon-headphones:before {
  content: "";
}

.xxicon-underline:before {
  content: "";
}

.xxicon-italic:before {
  content: "";
}

.xxicon-bold:before {
  content: "";
}

.xxicon-crop:before {
  content: "";
}

.xxicon-help-circle:before {
  content: "";
}

.xxicon-paperclip:before {
  content: "";
}

.xxicon-shopping-cart:before {
  content: "";
}

.xxicon-tv:before {
  content: "";
}

.xxicon-wifi-off:before {
  content: "";
}

.xxicon-minimize:before {
  content: "";
}

.xxicon-maximize:before {
  content: "";
}

.xxicon-gitlab:before {
  content: "";
}

.xxicon-sliders:before {
  content: "";
}

.xxicon-star-on:before {
  content: "";
}

.xxicon-heart-on:before {
  content: "";
}

.badge {
  display: inline-block;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
}
.badge.\--success {
  background-color: #2ed8b6;
  color: #ffffff;
}
.badge.\--warning {
  background-color: #ffb64d;
  color: #ffffff;
}
.badge.\--danger {
  background-color: #ff5370;
  color: #ffffff;
}
.badge.\--info {
  background-color: #00bcd4;
  color: #ffffff;
}

.btn {
  border-radius: 3.5px;
  padding: 10px 18px;
  padding: 0.625rem 1.125rem;
  display: inline-block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.btn.\--btn-primary {
  background: #03332f;
  color: white;
  border-color: #03332f;
}
.btn.\--btn-outline-primary {
  background: transparent;
  color: #03332f;
  border-color: #03332f;
}
.btn.\--btn-outline-primary:hover {
  background: #03332f;
  color: #ffffff;
}
.btn.\--btn-secondary {
  background: #37474f;
  color: white;
  border-color: #37474f;
}
.btn.\--btn-outline-secondary {
  background: transparent;
  color: #37474f;
  border-color: #37474f;
}
.btn.\--btn-outline-secondary:hover {
  background: #37474f;
  color: #ffffff;
}
.btn.\--btn-small {
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
}
.btn.\--btn-block {
  width: 100%;
  display: block;
}
.btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.alert {
  position: relative;
  padding: 10px 38px 10px 18px;
  padding: 0.625rem 2.375rem 0.625rem 1.125rem;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.alert .close-alert {
  position: absolute;
  right: 10px;
  top: 0;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
}
.alert.\--success {
  background-color: #2ed8b6;
  color: #ffffff;
  border-color: #2ed8b6;
}
.alert.\--warning {
  background-color: #ffb64d;
  color: #ffffff;
  border-color: #ffb64d;
}
.alert.\--info {
  background-color: #00bcd4;
  color: #ffffff;
  border-color: #00bcd4;
}
.alert.\--danger {
  background-color: #ff5370;
  color: #ffffff;
  border-color: #ff5370;
}

.x-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 12;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  align-items: center;
}
.x-modal .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #03332f;
  font-size: 22px;
  font-size: 1.375rem;
}
.x-modal .modal-content {
  position: relative;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 600px;
  width: 100%;
  height: 400px;
  margin: auto;
  border: 1px solid #03332f;
  background-color: #ffffff;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
@media (max-width: 991px) {
  .x-modal .modal-content {
    margin: 0px 20px;
    margin: 0rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .x-modal .modal-content {
    position: absolute;
  }
}
.x-modal .modal-content .inner-content {
  padding: 40px;
  padding: 2.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.x-modal .modal-content .inner-content .title {
  color: #03332f;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 400;
}
.x-modal .modal-content .inner-content .desc {
  color: #03332f;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.x-modal.show {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: flex;
}
.pagination {
  display: flex;
  list-style: none;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  position: relative;
  display: block;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  margin-left: -1px;
  color: #03332f;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.pagination li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination li:first-child a .xxicon {
  position: relative;
  top: 0.6px;
}
.pagination li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination li:last-child a .xxicon {
  position: relative;
  top: 0.6px;
}
.pagination li:hover a, .pagination li.active a {
  background-color: #03332f;
  color: #ffffff;
}

.accordian-tabs .accordian-head {
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  color: #ffffff;
  background-color: #03332f;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
}
.accordian-tabs .accordian-head:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "";
  font-family: "xicon" !important;
  width: auto;
  height: auto;
  text-align: center;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 28px;
  font-size: 1.75rem;
}
.accordian-tabs .accordian-body {
  padding: 20px;
  padding: 1.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-top: 0;
  display: none;
}
.accordian-tabs.open .accordian-head:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tabbing .tabbing-head li {
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 1px solid #dee2e6;
  border-bottom: 0;
  float: left;
  cursor: pointer;
}
.tabbing .tabbing-head li.current {
  background-color: #f4f6f9;
}
.tabbing .tabbing-body {
  padding: 20px;
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/fonts/slick.eot");
  src: url("fonts/fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/fonts/slick.woff") format("woff"), url("fonts/fonts/slick.ttf") format("truetype"), url("fonts/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.\--big-dot .slick-dots {
  bottom: -40px;
}
.\--xbig-dot .slick-dots {
  bottom: -60px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 36px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-iosfix {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.check-list {
  margin-bottom: 30px;
}
.check-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
}
.check-list li:before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #03332f;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.topbar-nav {
  background-color: #ffffff;
  margin-left: 250px;
  margin-left: 15.625rem;
  border-bottom: 1px solid #dee2e6;
  padding: 6px 16px;
  padding: 0.375rem 1rem;
}
.topbar-nav .topbar-navigation li a {
  color: rgba(0, 0, 0, 0.5);
  padding: 8px 14px;
  padding: 0.5rem 0.875rem;
  display: block;
}

.side-bar {
  background-color: #343a40;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  height: inherit;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  width: 250px;
}
.side-bar .header-logo {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  white-space: nowrap;
  border-bottom: 1px solid #4b545c;
}
.side-bar .header-logo img {
  width: 140px;
}
.side-bar .header-user {
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  border-bottom: 1px solid #4b545c;
  display: flex;
  align-items: center;
}
.side-bar .header-user .user-img {
  display: inline-block;
  padding-right: 10px;
  padding-right: 0.625rem;
}
.side-bar .header-user .user-img img {
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  width: 32px;
}
.side-bar .header-user .username {
  white-space: nowrap;
  color: #ffffff;
  letter-spacing: 0.6px;
  font-size: 16px;
  font-size: 1rem;
}
.side-bar .primary-navigation {
  margin: 12px 0px;
  margin: 0.75rem 0rem;
  padding: 0px 8px;
  padding: 0rem 0.5rem;
}
.side-bar .primary-navigation ul li a {
  white-space: nowrap;
  padding: 8px 14px;
  padding: 0.5rem 0.875rem;
  display: block;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-size: 1rem;
  border-radius: 4px;
}
.side-bar .primary-navigation ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.side-bar .primary-navigation ul li a.active {
  background-color: #03332f;
  color: #ffffff;
}
.side-bar .primary-navigation ul li a .xxicon {
  margin-right: 6px;
  margin-right: 0.375rem;
}

.box {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #ffffff;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
.box .box-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
.box .box-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.box .box-body {
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
.box.\--info-box {
  display: flex;
  min-height: 80px;
  padding: 8px;
  padding: 0.5rem;
  position: relative;
}
.box.\--info-box .box-icon {
  border-radius: 4px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  width: 70px;
  color: #ffffff;
  line-height: 1;
}
.box.\--info-box .box-content {
  flex: 1;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
}
.box.\--info-box .box-content .box-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.box.\--info-box .box-content .box-number {
  display: block;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
}

.hero-banner {
  /*min-height: 600px;*/
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 0px 40px;
  padding: 30px 0 0 0px !important;
}
.hero-banner .banner-content {
  padding: 0px 30px;
  padding: 0rem 1.875rem;
}
.hero-banner .banner-content .banner-logo {
  display: block;
  text-align: center;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
.hero-banner .banner-content .banner-text {
  text-align: center;
}
.hero-banner .banner-content .banner-text .title {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .hero-banner .banner-content .banner-text .title {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 575px) {
  .hero-banner .banner-content .banner-text .title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.hero-banner .banner-content .banner-text .subtitle {
  color: #ffffff;
  font-weight: 300;
}
@media (max-width: 767px) {
  .hero-banner .banner-content .banner-text .subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px 20px;
  margin: 0rem 0rem 1.25rem;
  padding: 0px;
  padding: 0rem;
  /* Table column sizing
  ================================== */
}
.Rtable .Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  overflow: hidden;
  list-style: none;
  border: 1px solid #666666;
}
.Rtable .Rtable-cell.\--head {
  background-color: #03332f;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  border-color: #03332f;
}
@media (max-width: 991px) {
  .Rtable .Rtable-cell.\--head {
    display: none;
  }
}
.Rtable .Rtable-cell .body .header {
  color: #03332f;
  font-weight: 700;
  margin-right: 10px;
  margin-right: 0.625rem;
  display: none;
  line-height: 2;
}
@media (max-width: 991px) {
  .Rtable .Rtable-cell .body .header {
    display: inline-block;
    width: 40%;
    float: left;
  }
}
.Rtable .Rtable-cell .body .content {
  line-height: 2;
}
@media (max-width: 991px) {
  .Rtable .Rtable-cell .body .content {
    float: left;
    width: 54%;
  }
}
@media (max-width: 991px) {
  .Rtable.\--collapse {
    display: block;
  }
  .Rtable.\--collapse .Rtable-cell {
    width: 100% !important;
  }
}
.Rtable.\--2cols .Rtable-cell {
  width: 50%;
}
@media (max-width: 991px) {
  .Rtable.\--2cols .Rtable-cell:nth-child(2n) {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
.Rtable.\--3cols .Rtable-cell {
  width: 33.33%;
}
@media (max-width: 991px) {
  .Rtable.\--3cols .Rtable-cell:nth-child(3n) {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
.Rtable.\--4cols .Rtable-cell {
  width: 25%;
}
@media (max-width: 991px) {
  .Rtable.\--4cols .Rtable-cell:nth-child(4n) {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
.Rtable.\--5cols .Rtable-cell {
  width: 20%;
}
@media (max-width: 991px) {
  .Rtable.\--5cols .Rtable-cell:nth-child(5n) {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
.Rtable.\--6cols .Rtable-cell {
  width: 16.6%;
}
@media (max-width: 991px) {
  .Rtable.\--6cols .Rtable-cell:nth-child(6n) {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
.Rtable.\--7cols .Rtable-cell {
  width: 14.28%;
}
@media (max-width: 991px) {
  .Rtable.\--7cols .Rtable-cell:nth-child(7n) {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}

.table-responsive {
  display: inline-block;
  width: 100%;
  overflow-x: auto;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border-collapse: collapse;
  border-spacing: 2px;
}
.table th, .table td {
  padding: 12px;
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  text-align: left;
}
.table.\--bordered th, .table.\--bordered td {
  border: 1px solid #dee2e6;
}
.table.\--hover tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.primary-footer {
  padding: 40px 0px 10px;
  padding: 2.5rem 0rem 0.625rem;
}
.primary-footer .desc {
  text-align: center;
  color: #adadad;
}

.sec-padding {
  padding: 120px 0px;
  padding: 7.5rem 0rem;
}
@media (max-width: 767px) {
  .sec-padding {
    padding: 30px 0px;
    padding: 1.875rem 0rem;
  }
}
.sec-padding.\--small {
  padding: 40px 0px;
  padding: 2.5rem 0rem;
}
.sec-padding.\--xsmall {
  padding: 30px 0px;
  padding: 1.875rem 0rem;
}

.form-section {
  background-color: #ffffff;
  padding: 60px;
  padding: 3.75rem;
  margin-top: -110px;
  margin-top: -6.875rem;
  position: relative;
  z-index: 10;
}
.form-section .title {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 767px) {
  .form-section .title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .form-section {
    padding: 20px;
    padding: 1.25rem;
  }
}

/**** Form Styling Default ****/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background: transparent !important;
}

input::-webkit-input-placeholder {
  color: #666666;
}

input:-moz-placeholder {
  color: #666666;
}

input::-moz-placeholder {
  color: #666666;
}

input:-ms-input-placeholder {
  color: #666666;
}

textarea::-webkit-input-placeholder {
  color: #666666;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.default-form .control-group {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  position: relative;
}
.default-form .control-group .form-field {
  color: #666666;
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
  height: 44px;
  border: 1px solid #4b545c;
  box-shadow: none;
  border-radius: 4px;
  position: relative;
  z-index: 4;
}
.default-form .control-group textarea {
  resize: none;
  min-height: 180px;
}
.default-form .control-group .form-button {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
}
.default-form .control-group .codearea {
  float: left;
  width: 28%;
  position: relative;
}
.default-form .control-group .numberarea {
  float: right;
  width: 70%;
  position: relative;
}
.default-form .control-group .form-label {
  display: block;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
}
.default-form .control-group.\--search-group {
  display: flex;
}
.default-form .control-group.\--search-group .search-field {
  background-color: #dee2e6;
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
  border-radius: 0px;
  border: 0;
}
.default-form .control-group.\--search-group .search-button {
  display: flex;
  background-color: #dee2e6;
}
.default-form .control-group.\--search-group .search-button .form-button {
  padding: 0px 8px;
  padding: 0rem 0.5rem;
  cursor: pointer;
  z-index: 6;
}
.default-form .checkbox {
  position: relative;
  line-height: 20px;
}
.default-form .checkbox .label {
  position: relative;
  display: block;
  float: left;
  margin: 0px 10px 10px 0px;
  margin: 0rem 0.625rem 0.625rem 0rem;
  width: 18px;
  height: 18px;
  border: 2px solid #03332f;
  -webkit-tap-highlight-color: transparent;
  top: 1px;
}
.default-form .checkbox .label:after {
  content: "✔";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  color: #03332f;
  text-align: center;
  line-height: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.08;
  filter: alpha(opacity=8);
  color: #03332f;
}
.default-form .checkbox input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 20px;
  z-index: 9;
  cursor: pointer;
}
.default-form .checkbox input[type=checkbox]:checked + .label {
  border-color: #03332f;
}
.default-form .checkbox input[type=checkbox]:checked + .label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
  filter: alpha(opacity=100);
}
.default-form .checkbox .text {
  font-weight: 700;
}
.default-form .radiobox {
  position: relative;
  line-height: 20px;
}
.default-form .radiobox .label {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #03332f;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
.default-form .radiobox .label:after {
  content: "";
  position: absolute;
  top: 3.2px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #03332f;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.08;
  filter: alpha(opacity=8);
}
.default-form .radiobox input[type=radio] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 9;
  cursor: pointer;
}
.default-form .radiobox input[type=radio]:checked + .label {
  border-color: #03332f;
}
.default-form .radiobox input[type=radio]:checked + .label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
  filter: alpha(opacity=100);
}
.default-form .radiobox .text {
  font-weight: 700;
}
.default-form .custom-label {
  display: block;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
}
.default-form .custom-file-upload {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 44px;
}
.default-form .custom-file-upload .custom-file-field {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.default-form .custom-file-upload .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 8;
  color: #666666;
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
  height: 44px;
  border: 1px solid #4b545c;
  box-shadow: none;
  border-radius: 4px;
  z-index: 4;
}
.default-form .custom-file-upload .custom-file-label:after {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: block;
  padding: 0px 20px;
  padding: 0rem 1.25rem;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #4b545c;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  line-height: 44px;
}
.default-form.\--animate-form .control-group .form-field {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #4b545c;
  padding: 10px 0px;
  padding: 0.625rem 0rem;
  border-radius: 0;
}
.default-form.\--animate-form .control-group select.form-field {
  padding: 10px;
  padding: 0.625rem;
}
.default-form.\--animate-form .control-group .form-label {
  position: absolute;
  left: 0px;
  top: 12px;
}
.default-form.\--animate-form .control-group .bar {
  position: relative;
  display: block;
}
.default-form.\--animate-form .control-group .bar:before, .default-form.\--animate-form .control-group .bar:after {
  content: "";
  width: 0px;
  height: 2px;
  bottom: 1px;
  position: absolute;
  background: #000000;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.default-form.\--animate-form .control-group .bar:before {
  left: 50%;
}
.default-form.\--animate-form .control-group .bar:after {
  right: 50%;
}
.default-form.\--animate-form .control-group .form-field {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.default-form.\--animate-form .control-group .form-field:focus {
  border: none;
}
.default-form.\--animate-form .control-group .form-field:focus ~ .bar:before, .default-form.\--animate-form .control-group .form-field:focus ~ .bar:after {
  width: 50%;
}
.default-form.\--animate-form .control-group.focused .form-field {
  border: none;
}
.default-form.\--animate-form .control-group.focused .form-label {
  top: -6px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
}
.default-form.\--animate-form .control-group.focused .bar:before, .default-form.\--animate-form .control-group.focused .bar:after {
  width: 50%;
}

.mobile-nav-btn {
  display: inline-block;
  width: 30px;
  height: 20px;
  z-index: 1000;
  color: #181411;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.mobile-nav-btn .lines {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #181411;
  border-radius: 3px;
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile-nav-btn .lines:nth-child(1) {
  top: 1px;
  width: 80%;
}
.mobile-nav-btn .lines:nth-child(2), .mobile-nav-btn .lines:nth-child(3) {
  top: 11px;
}
.mobile-nav-btn .lines:nth-child(4) {
  top: 21px;
  width: 60%;
}
.mobile-nav-btn:hover .lines:nth-child(1) {
  width: 50%;
}
.mobile-nav-btn:hover .lines:nth-child(4) {
  width: 80%;
}
.mobile-nav-btn.nav-active .lines:nth-child(1), .mobile-nav-btn.nav-active .lines:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.mobile-nav-btn.nav-active .lines:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav-btn.nav-active .lines:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sticky .mobile-nav-btn {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.mobile-nav-btn.mobile-btn .lines {
  background: #ffffff;
}

.mobile-navigation {
  position: fixed;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 8;
  background: #03332f;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.mobile-navigation ul {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  padding: 0px 30px;
  padding: 0rem 1.875rem;
}
.mobile-navigation ul a {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  display: block;
  position: relative;
  text-transform: uppercase;
}
.mobile-navigation ul a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mobile-navigation ul a:hover:after {
  width: 100%;
}
.mobile-navigation.nav-active {
  width: 80%;
}

.form-wizard {
  color: #888888;
  padding: 30px;
}

.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}

.form-wizard .wizard-form-radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #dddddd;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.form-wizard .wizard-form-radio input[type=radio]:focus {
  outline: 0;
}

.form-wizard .wizard-form-radio input[type=radio]:checked {
  background-color: #fb1647;
}

.form-wizard .wizard-form-radio input[type=radio]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}

.form-wizard .wizard-form-radio input[type=radio]:checked::after {
  content: "";
  display: inline-block;
  webkit-animation: click-radio-wave 0.65s;
  -moz-animation: click-radio-wave 0.65s;
  animation: click-radio-wave 0.65s;
  background: #000000;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}

.form-wizard .wizard-form-radio input[type=radio] ~ label {
  padding-left: 10px;
  cursor: pointer;
}

.form-wizard .form-wizard-header {
  text-align: center;
}

.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
  background-color: #000;
  color: #ffffff;
  display: inline-block;
  min-width: 100px;
  min-width: 120px;
  padding: 10px 40px;
  text-align: center;
  margin: 20px auto 0;
  font-size: 24px;
  width: 240px;
  text-transform: uppercase;
}

.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}

.wizard-fieldset .desc {
  font-size: 18px;
}

.form-wizard .wizard-fieldset {
  display: none;
  border: none;
}

.form-wizard .wizard-fieldset.show {
  display: block;
}

.form-wizard .wizard-form-error {
  display: none;
  background-color: #d70b0b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.form-wizard .form-wizard-previous-btn {
  background-color: transparent;
  color: #282728;
  border: 1px solid #c6c6c6;
  margin-right: 10px;
}

.form-wizard .form-wizard-previous-btn:hover {
  color: #282728;
}

.form-group.double-btn {
  text-align: center;
}

.form-wizard .extra-section-bg {
  padding: 30px;
  background-color: #e6edec;
  margin-top: 30px;
}

.form-wizard .extra-section-bg .subheading {
  color: #282728;
  font-size: 18px;
  font-weight: bold;
}

.form-wizard .form-label {
  font-size: 18px;
  color: #282728;
  font-weight: bold;
}

.form-wizard .fileupload {
  position: relative;
}

.form-wizard .fileupload .file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}

.form-wizard .fileupload .file-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  background-color: #d0d0d0;
  color: #7a7a7a;
  height: 40px;
  width: 40px;
  border-radius: 6px;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}

.form-wizard .form-control {
  font-weight: 300;
  height: auto !important;
  color: #888888;
  background-color: #ffffff;
  border: none;
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #c6c6c6;
  height: 54px !important;
  display: block;
}

.form-wizard .form-control:focus {
  box-shadow: none;
}

.form-wizard .form-group {
  position: relative;
  margin: 25px 0 0;
}

.form-wizard .wizard-form-text-label {
  position: absolute;
  left: 10px;
  top: 16px;
  transition: 0.2s linear all;
}

.form-wizard .focus-input .wizard-form-text-label {
  color: #03332f;
  top: -18px;
  transition: 0.2s linear all;
  font-size: 12px;
}

.form-wizard .form-wizard-steps {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}

.form-wizard .form-wizard-steps li {
  width: 25%;
  float: left;
  position: relative;
}

.form-wizard .form-wizard-steps li::after {
  background-color: #f3f3f3;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.form-wizard .form-wizard-steps li span {
  background-color: #dddddd;
  border-radius: 50%;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
  width: 60px;
  z-index: 1;
  font-size: 30px;
}

.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}

.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
  background-color: #000;
  color: #ffffff;
}

.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
  background-color: #000;
  left: 50%;
  width: 50%;
  border-color: #03332f;
}

.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #03332f;
}

.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}

.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .wizard-content-left {
    height: auto;
  }

  .form-wizard .extra-section-bg {
    padding: 10px;
  }

  .form-wizard .extra-section-bg .subheading {
    margin-top: 20px;
  }

  .extra-section-bg {
    padding: 10px 0;
  }

  .form-wizard .form-wizard-steps li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */