@import url(//fonts.googleapis.com/earlyaccess/notokufiarabic.css);
:root {
  --primary: #0001b9;
  --secondary: #6c757d;
  --gray: #ccc;
  --muted: #979797;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --white: #ffffff;
  --dark: #343a40;
}

@media (max-width: 575px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}

@media (max-width: 1199px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}

@media (max-width: 1399px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}

.block {
  display: block;
}

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

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

.flex {
  display: flex;
}

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

.flex {
  display: flex;
}

.justify-items-start {
  justify-items: left;
}

.justify-items-end {
  justify-items: right;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

@media (min-width: 576px) {
  .justify-items-sm-start {
    justify-items: left;
  }
  .justify-items-sm-end {
    justify-items: right;
  }
  .justify-items-sm-center {
    justify-items: center;
  }
  .justify-items-sm-stretch {
    justify-items: stretch;
  }
}

@media (min-width: 768px) {
  .justify-items-md-start {
    justify-items: left;
  }
  .justify-items-md-end {
    justify-items: right;
  }
  .justify-items-md-center {
    justify-items: center;
  }
  .justify-items-md-stretch {
    justify-items: stretch;
  }
}

@media (min-width: 992px) {
  .justify-items-lg-start {
    justify-items: left;
  }
  .justify-items-lg-end {
    justify-items: right;
  }
  .justify-items-lg-center {
    justify-items: center;
  }
  .justify-items-lg-stretch {
    justify-items: stretch;
  }
}

@media (min-width: 1200px) {
  .justify-items-xl-start {
    justify-items: left;
  }
  .justify-items-xl-end {
    justify-items: right;
  }
  .justify-items-xl-center {
    justify-items: center;
  }
  .justify-items-xl-stretch {
    justify-items: stretch;
  }
}

@media (min-width: 1400px) {
  .justify-items-xxl-start {
    justify-items: left;
  }
  .justify-items-xxl-end {
    justify-items: right;
  }
  .justify-items-xxl-center {
    justify-items: center;
  }
  .justify-items-xxl-stretch {
    justify-items: stretch;
  }
}

.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;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-grow-2 {
  flex-grow: 2 !important;
}

.flex-grow-3 {
  flex-grow: 3 !important;
}

.flex-grow-4 {
  flex-grow: 4 !important;
}

.flex-grow-5 {
  flex-grow: 5 !important;
}

.flex-grow-6 {
  flex-grow: 6 !important;
}

.flex-grow-7 {
  flex-grow: 7 !important;
}

.flex-grow-8 {
  flex-grow: 8 !important;
}

.flex-grow-9 {
  flex-grow: 9 !important;
}

.flex-grow-10 {
  flex-grow: 10 !important;
}

.flex-grow-11 {
  flex-grow: 11 !important;
}

.flex-grow-12 {
  flex-grow: 12 !important;
}

@media (min-width: 0) {
  .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;
  }
  .flex-grow--0 {
    flex-grow: 0 !important;
  }
  .flex-grow--1 {
    flex-grow: 1 !important;
  }
  .flex-grow--2 {
    flex-grow: 2 !important;
  }
  .flex-grow--3 {
    flex-grow: 3 !important;
  }
  .flex-grow--4 {
    flex-grow: 4 !important;
  }
  .flex-grow--5 {
    flex-grow: 5 !important;
  }
  .flex-grow--6 {
    flex-grow: 6 !important;
  }
  .flex-grow--7 {
    flex-grow: 7 !important;
  }
  .flex-grow--8 {
    flex-grow: 8 !important;
  }
  .flex-grow--9 {
    flex-grow: 9 !important;
  }
  .flex-grow--10 {
    flex-grow: 10 !important;
  }
  .flex-grow--11 {
    flex-grow: 11 !important;
  }
  .flex-grow--12 {
    flex-grow: 12 !important;
  }
}

@media (min-width: 576px) {
  .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;
  }
  .flex-grow-sm-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-sm-1 {
    flex-grow: 1 !important;
  }
  .flex-grow-sm-2 {
    flex-grow: 2 !important;
  }
  .flex-grow-sm-3 {
    flex-grow: 3 !important;
  }
  .flex-grow-sm-4 {
    flex-grow: 4 !important;
  }
  .flex-grow-sm-5 {
    flex-grow: 5 !important;
  }
  .flex-grow-sm-6 {
    flex-grow: 6 !important;
  }
  .flex-grow-sm-7 {
    flex-grow: 7 !important;
  }
  .flex-grow-sm-8 {
    flex-grow: 8 !important;
  }
  .flex-grow-sm-9 {
    flex-grow: 9 !important;
  }
  .flex-grow-sm-10 {
    flex-grow: 10 !important;
  }
  .flex-grow-sm-11 {
    flex-grow: 11 !important;
  }
  .flex-grow-sm-12 {
    flex-grow: 12 !important;
  }
}

@media (min-width: 768px) {
  .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;
  }
  .flex-grow-md-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-md-1 {
    flex-grow: 1 !important;
  }
  .flex-grow-md-2 {
    flex-grow: 2 !important;
  }
  .flex-grow-md-3 {
    flex-grow: 3 !important;
  }
  .flex-grow-md-4 {
    flex-grow: 4 !important;
  }
  .flex-grow-md-5 {
    flex-grow: 5 !important;
  }
  .flex-grow-md-6 {
    flex-grow: 6 !important;
  }
  .flex-grow-md-7 {
    flex-grow: 7 !important;
  }
  .flex-grow-md-8 {
    flex-grow: 8 !important;
  }
  .flex-grow-md-9 {
    flex-grow: 9 !important;
  }
  .flex-grow-md-10 {
    flex-grow: 10 !important;
  }
  .flex-grow-md-11 {
    flex-grow: 11 !important;
  }
  .flex-grow-md-12 {
    flex-grow: 12 !important;
  }
}

@media (min-width: 992px) {
  .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;
  }
  .flex-grow-lg-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-lg-1 {
    flex-grow: 1 !important;
  }
  .flex-grow-lg-2 {
    flex-grow: 2 !important;
  }
  .flex-grow-lg-3 {
    flex-grow: 3 !important;
  }
  .flex-grow-lg-4 {
    flex-grow: 4 !important;
  }
  .flex-grow-lg-5 {
    flex-grow: 5 !important;
  }
  .flex-grow-lg-6 {
    flex-grow: 6 !important;
  }
  .flex-grow-lg-7 {
    flex-grow: 7 !important;
  }
  .flex-grow-lg-8 {
    flex-grow: 8 !important;
  }
  .flex-grow-lg-9 {
    flex-grow: 9 !important;
  }
  .flex-grow-lg-10 {
    flex-grow: 10 !important;
  }
  .flex-grow-lg-11 {
    flex-grow: 11 !important;
  }
  .flex-grow-lg-12 {
    flex-grow: 12 !important;
  }
}

@media (min-width: 1200px) {
  .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;
  }
  .flex-grow-xl-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-xl-1 {
    flex-grow: 1 !important;
  }
  .flex-grow-xl-2 {
    flex-grow: 2 !important;
  }
  .flex-grow-xl-3 {
    flex-grow: 3 !important;
  }
  .flex-grow-xl-4 {
    flex-grow: 4 !important;
  }
  .flex-grow-xl-5 {
    flex-grow: 5 !important;
  }
  .flex-grow-xl-6 {
    flex-grow: 6 !important;
  }
  .flex-grow-xl-7 {
    flex-grow: 7 !important;
  }
  .flex-grow-xl-8 {
    flex-grow: 8 !important;
  }
  .flex-grow-xl-9 {
    flex-grow: 9 !important;
  }
  .flex-grow-xl-10 {
    flex-grow: 10 !important;
  }
  .flex-grow-xl-11 {
    flex-grow: 11 !important;
  }
  .flex-grow-xl-12 {
    flex-grow: 12 !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .flex-grow-xxl-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-xxl-1 {
    flex-grow: 1 !important;
  }
  .flex-grow-xxl-2 {
    flex-grow: 2 !important;
  }
  .flex-grow-xxl-3 {
    flex-grow: 3 !important;
  }
  .flex-grow-xxl-4 {
    flex-grow: 4 !important;
  }
  .flex-grow-xxl-5 {
    flex-grow: 5 !important;
  }
  .flex-grow-xxl-6 {
    flex-grow: 6 !important;
  }
  .flex-grow-xxl-7 {
    flex-grow: 7 !important;
  }
  .flex-grow-xxl-8 {
    flex-grow: 8 !important;
  }
  .flex-grow-xxl-9 {
    flex-grow: 9 !important;
  }
  .flex-grow-xxl-10 {
    flex-grow: 10 !important;
  }
  .flex-grow-xxl-11 {
    flex-grow: 11 !important;
  }
  .flex-grow-xxl-12 {
    flex-grow: 12 !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  flex-wrap: wrap;
}

@media (min-width: 0) {
  .container {
    max-width: -60px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 516px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 708px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 932px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.column {
  padding-right: 15px;
  padding-left: 15px;
  flex-grow: 1;
  max-width: 100%;
}

@media (min-width: 0) {
  .column.xs-1 {
    flex: 0 0 3.125%;
    max-width: 3.125%;
  }
}

@media (min-width: 576px) {
  .column.sm-1 {
    flex: 0 0 3.125%;
    max-width: 3.125%;
  }
}

@media (min-width: 768px) {
  .column.md-1 {
    flex: 0 0 3.125%;
    max-width: 3.125%;
  }
}

@media (min-width: 992px) {
  .column.lg-1 {
    flex: 0 0 3.125%;
    max-width: 3.125%;
  }
}

@media (min-width: 1200px) {
  .column.xl-1 {
    flex: 0 0 3.125%;
    max-width: 3.125%;
  }
}

@media (min-width: 0) {
  .column.xs-2 {
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }
}

@media (min-width: 576px) {
  .column.sm-2 {
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }
}

@media (min-width: 768px) {
  .column.md-2 {
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }
}

@media (min-width: 992px) {
  .column.lg-2 {
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }
}

@media (min-width: 1200px) {
  .column.xl-2 {
    flex: 0 0 6.25%;
    max-width: 6.25%;
  }
}

@media (min-width: 0) {
  .column.xs-3 {
    flex: 0 0 9.375%;
    max-width: 9.375%;
  }
}

@media (min-width: 576px) {
  .column.sm-3 {
    flex: 0 0 9.375%;
    max-width: 9.375%;
  }
}

@media (min-width: 768px) {
  .column.md-3 {
    flex: 0 0 9.375%;
    max-width: 9.375%;
  }
}

@media (min-width: 992px) {
  .column.lg-3 {
    flex: 0 0 9.375%;
    max-width: 9.375%;
  }
}

@media (min-width: 1200px) {
  .column.xl-3 {
    flex: 0 0 9.375%;
    max-width: 9.375%;
  }
}

@media (min-width: 0) {
  .column.xs-4 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media (min-width: 576px) {
  .column.sm-4 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media (min-width: 768px) {
  .column.md-4 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media (min-width: 992px) {
  .column.lg-4 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media (min-width: 1200px) {
  .column.xl-4 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media (min-width: 0) {
  .column.xs-5 {
    flex: 0 0 15.625%;
    max-width: 15.625%;
  }
}

@media (min-width: 576px) {
  .column.sm-5 {
    flex: 0 0 15.625%;
    max-width: 15.625%;
  }
}

@media (min-width: 768px) {
  .column.md-5 {
    flex: 0 0 15.625%;
    max-width: 15.625%;
  }
}

@media (min-width: 992px) {
  .column.lg-5 {
    flex: 0 0 15.625%;
    max-width: 15.625%;
  }
}

@media (min-width: 1200px) {
  .column.xl-5 {
    flex: 0 0 15.625%;
    max-width: 15.625%;
  }
}

@media (min-width: 0) {
  .column.xs-6 {
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }
}

@media (min-width: 576px) {
  .column.sm-6 {
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }
}

@media (min-width: 768px) {
  .column.md-6 {
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }
}

@media (min-width: 992px) {
  .column.lg-6 {
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }
}

@media (min-width: 1200px) {
  .column.xl-6 {
    flex: 0 0 18.75%;
    max-width: 18.75%;
  }
}

@media (min-width: 0) {
  .column.xs-7 {
    flex: 0 0 21.875%;
    max-width: 21.875%;
  }
}

@media (min-width: 576px) {
  .column.sm-7 {
    flex: 0 0 21.875%;
    max-width: 21.875%;
  }
}

@media (min-width: 768px) {
  .column.md-7 {
    flex: 0 0 21.875%;
    max-width: 21.875%;
  }
}

@media (min-width: 992px) {
  .column.lg-7 {
    flex: 0 0 21.875%;
    max-width: 21.875%;
  }
}

@media (min-width: 1200px) {
  .column.xl-7 {
    flex: 0 0 21.875%;
    max-width: 21.875%;
  }
}

@media (min-width: 0) {
  .column.xs-8 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 576px) {
  .column.sm-8 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .column.md-8 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .column.lg-8 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .column.xl-8 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 0) {
  .column.xs-9 {
    flex: 0 0 28.125%;
    max-width: 28.125%;
  }
}

@media (min-width: 576px) {
  .column.sm-9 {
    flex: 0 0 28.125%;
    max-width: 28.125%;
  }
}

@media (min-width: 768px) {
  .column.md-9 {
    flex: 0 0 28.125%;
    max-width: 28.125%;
  }
}

@media (min-width: 992px) {
  .column.lg-9 {
    flex: 0 0 28.125%;
    max-width: 28.125%;
  }
}

@media (min-width: 1200px) {
  .column.xl-9 {
    flex: 0 0 28.125%;
    max-width: 28.125%;
  }
}

@media (min-width: 0) {
  .column.xs-10 {
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
}

@media (min-width: 576px) {
  .column.sm-10 {
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
}

@media (min-width: 768px) {
  .column.md-10 {
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
}

@media (min-width: 992px) {
  .column.lg-10 {
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
}

@media (min-width: 1200px) {
  .column.xl-10 {
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
}

@media (min-width: 0) {
  .column.xs-11 {
    flex: 0 0 34.375%;
    max-width: 34.375%;
  }
}

@media (min-width: 576px) {
  .column.sm-11 {
    flex: 0 0 34.375%;
    max-width: 34.375%;
  }
}

@media (min-width: 768px) {
  .column.md-11 {
    flex: 0 0 34.375%;
    max-width: 34.375%;
  }
}

@media (min-width: 992px) {
  .column.lg-11 {
    flex: 0 0 34.375%;
    max-width: 34.375%;
  }
}

@media (min-width: 1200px) {
  .column.xl-11 {
    flex: 0 0 34.375%;
    max-width: 34.375%;
  }
}

@media (min-width: 0) {
  .column.xs-12 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}

@media (min-width: 576px) {
  .column.sm-12 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}

@media (min-width: 768px) {
  .column.md-12 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}

@media (min-width: 992px) {
  .column.lg-12 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}

@media (min-width: 1200px) {
  .column.xl-12 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}

@media (min-width: 0) {
  .column.xs-13 {
    flex: 0 0 40.625%;
    max-width: 40.625%;
  }
}

@media (min-width: 576px) {
  .column.sm-13 {
    flex: 0 0 40.625%;
    max-width: 40.625%;
  }
}

@media (min-width: 768px) {
  .column.md-13 {
    flex: 0 0 40.625%;
    max-width: 40.625%;
  }
}

@media (min-width: 992px) {
  .column.lg-13 {
    flex: 0 0 40.625%;
    max-width: 40.625%;
  }
}

@media (min-width: 1200px) {
  .column.xl-13 {
    flex: 0 0 40.625%;
    max-width: 40.625%;
  }
}

@media (min-width: 0) {
  .column.xs-14 {
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }
}

@media (min-width: 576px) {
  .column.sm-14 {
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }
}

@media (min-width: 768px) {
  .column.md-14 {
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }
}

@media (min-width: 992px) {
  .column.lg-14 {
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }
}

@media (min-width: 1200px) {
  .column.xl-14 {
    flex: 0 0 43.75%;
    max-width: 43.75%;
  }
}

@media (min-width: 0) {
  .column.xs-15 {
    flex: 0 0 46.875%;
    max-width: 46.875%;
  }
}

@media (min-width: 576px) {
  .column.sm-15 {
    flex: 0 0 46.875%;
    max-width: 46.875%;
  }
}

@media (min-width: 768px) {
  .column.md-15 {
    flex: 0 0 46.875%;
    max-width: 46.875%;
  }
}

@media (min-width: 992px) {
  .column.lg-15 {
    flex: 0 0 46.875%;
    max-width: 46.875%;
  }
}

@media (min-width: 1200px) {
  .column.xl-15 {
    flex: 0 0 46.875%;
    max-width: 46.875%;
  }
}

@media (min-width: 0) {
  .column.xs-16 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 576px) {
  .column.sm-16 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .column.md-16 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .column.lg-16 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .column.xl-16 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 0) {
  .column.xs-17 {
    flex: 0 0 53.125%;
    max-width: 53.125%;
  }
}

@media (min-width: 576px) {
  .column.sm-17 {
    flex: 0 0 53.125%;
    max-width: 53.125%;
  }
}

@media (min-width: 768px) {
  .column.md-17 {
    flex: 0 0 53.125%;
    max-width: 53.125%;
  }
}

@media (min-width: 992px) {
  .column.lg-17 {
    flex: 0 0 53.125%;
    max-width: 53.125%;
  }
}

@media (min-width: 1200px) {
  .column.xl-17 {
    flex: 0 0 53.125%;
    max-width: 53.125%;
  }
}

@media (min-width: 0) {
  .column.xs-18 {
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
}

@media (min-width: 576px) {
  .column.sm-18 {
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
}

@media (min-width: 768px) {
  .column.md-18 {
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
}

@media (min-width: 992px) {
  .column.lg-18 {
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
}

@media (min-width: 1200px) {
  .column.xl-18 {
    flex: 0 0 56.25%;
    max-width: 56.25%;
  }
}

@media (min-width: 0) {
  .column.xs-19 {
    flex: 0 0 59.375%;
    max-width: 59.375%;
  }
}

@media (min-width: 576px) {
  .column.sm-19 {
    flex: 0 0 59.375%;
    max-width: 59.375%;
  }
}

@media (min-width: 768px) {
  .column.md-19 {
    flex: 0 0 59.375%;
    max-width: 59.375%;
  }
}

@media (min-width: 992px) {
  .column.lg-19 {
    flex: 0 0 59.375%;
    max-width: 59.375%;
  }
}

@media (min-width: 1200px) {
  .column.xl-19 {
    flex: 0 0 59.375%;
    max-width: 59.375%;
  }
}

@media (min-width: 0) {
  .column.xs-20 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}

@media (min-width: 576px) {
  .column.sm-20 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}

@media (min-width: 768px) {
  .column.md-20 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}

@media (min-width: 992px) {
  .column.lg-20 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}

@media (min-width: 1200px) {
  .column.xl-20 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}

@media (min-width: 0) {
  .column.xs-21 {
    flex: 0 0 65.625%;
    max-width: 65.625%;
  }
}

@media (min-width: 576px) {
  .column.sm-21 {
    flex: 0 0 65.625%;
    max-width: 65.625%;
  }
}

@media (min-width: 768px) {
  .column.md-21 {
    flex: 0 0 65.625%;
    max-width: 65.625%;
  }
}

@media (min-width: 992px) {
  .column.lg-21 {
    flex: 0 0 65.625%;
    max-width: 65.625%;
  }
}

@media (min-width: 1200px) {
  .column.xl-21 {
    flex: 0 0 65.625%;
    max-width: 65.625%;
  }
}

@media (min-width: 0) {
  .column.xs-22 {
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }
}

@media (min-width: 576px) {
  .column.sm-22 {
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }
}

@media (min-width: 768px) {
  .column.md-22 {
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }
}

@media (min-width: 992px) {
  .column.lg-22 {
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }
}

@media (min-width: 1200px) {
  .column.xl-22 {
    flex: 0 0 68.75%;
    max-width: 68.75%;
  }
}

@media (min-width: 0) {
  .column.xs-23 {
    flex: 0 0 71.875%;
    max-width: 71.875%;
  }
}

@media (min-width: 576px) {
  .column.sm-23 {
    flex: 0 0 71.875%;
    max-width: 71.875%;
  }
}

@media (min-width: 768px) {
  .column.md-23 {
    flex: 0 0 71.875%;
    max-width: 71.875%;
  }
}

@media (min-width: 992px) {
  .column.lg-23 {
    flex: 0 0 71.875%;
    max-width: 71.875%;
  }
}

@media (min-width: 1200px) {
  .column.xl-23 {
    flex: 0 0 71.875%;
    max-width: 71.875%;
  }
}

@media (min-width: 0) {
  .column.xs-24 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 576px) {
  .column.sm-24 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .column.md-24 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .column.lg-24 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1200px) {
  .column.xl-24 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 0) {
  .column.xs-25 {
    flex: 0 0 78.125%;
    max-width: 78.125%;
  }
}

@media (min-width: 576px) {
  .column.sm-25 {
    flex: 0 0 78.125%;
    max-width: 78.125%;
  }
}

@media (min-width: 768px) {
  .column.md-25 {
    flex: 0 0 78.125%;
    max-width: 78.125%;
  }
}

@media (min-width: 992px) {
  .column.lg-25 {
    flex: 0 0 78.125%;
    max-width: 78.125%;
  }
}

@media (min-width: 1200px) {
  .column.xl-25 {
    flex: 0 0 78.125%;
    max-width: 78.125%;
  }
}

@media (min-width: 0) {
  .column.xs-26 {
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }
}

@media (min-width: 576px) {
  .column.sm-26 {
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }
}

@media (min-width: 768px) {
  .column.md-26 {
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }
}

@media (min-width: 992px) {
  .column.lg-26 {
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }
}

@media (min-width: 1200px) {
  .column.xl-26 {
    flex: 0 0 81.25%;
    max-width: 81.25%;
  }
}

@media (min-width: 0) {
  .column.xs-27 {
    flex: 0 0 84.375%;
    max-width: 84.375%;
  }
}

@media (min-width: 576px) {
  .column.sm-27 {
    flex: 0 0 84.375%;
    max-width: 84.375%;
  }
}

@media (min-width: 768px) {
  .column.md-27 {
    flex: 0 0 84.375%;
    max-width: 84.375%;
  }
}

@media (min-width: 992px) {
  .column.lg-27 {
    flex: 0 0 84.375%;
    max-width: 84.375%;
  }
}

@media (min-width: 1200px) {
  .column.xl-27 {
    flex: 0 0 84.375%;
    max-width: 84.375%;
  }
}

@media (min-width: 0) {
  .column.xs-28 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}

@media (min-width: 576px) {
  .column.sm-28 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}

@media (min-width: 768px) {
  .column.md-28 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}

@media (min-width: 992px) {
  .column.lg-28 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}

@media (min-width: 1200px) {
  .column.xl-28 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}

@media (min-width: 0) {
  .column.xs-29 {
    flex: 0 0 90.625%;
    max-width: 90.625%;
  }
}

@media (min-width: 576px) {
  .column.sm-29 {
    flex: 0 0 90.625%;
    max-width: 90.625%;
  }
}

@media (min-width: 768px) {
  .column.md-29 {
    flex: 0 0 90.625%;
    max-width: 90.625%;
  }
}

@media (min-width: 992px) {
  .column.lg-29 {
    flex: 0 0 90.625%;
    max-width: 90.625%;
  }
}

@media (min-width: 1200px) {
  .column.xl-29 {
    flex: 0 0 90.625%;
    max-width: 90.625%;
  }
}

@media (min-width: 0) {
  .column.xs-30 {
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }
}

@media (min-width: 576px) {
  .column.sm-30 {
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }
}

@media (min-width: 768px) {
  .column.md-30 {
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }
}

@media (min-width: 992px) {
  .column.lg-30 {
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }
}

@media (min-width: 1200px) {
  .column.xl-30 {
    flex: 0 0 93.75%;
    max-width: 93.75%;
  }
}

@media (min-width: 0) {
  .column.xs-31 {
    flex: 0 0 96.875%;
    max-width: 96.875%;
  }
}

@media (min-width: 576px) {
  .column.sm-31 {
    flex: 0 0 96.875%;
    max-width: 96.875%;
  }
}

@media (min-width: 768px) {
  .column.md-31 {
    flex: 0 0 96.875%;
    max-width: 96.875%;
  }
}

@media (min-width: 992px) {
  .column.lg-31 {
    flex: 0 0 96.875%;
    max-width: 96.875%;
  }
}

@media (min-width: 1200px) {
  .column.xl-31 {
    flex: 0 0 96.875%;
    max-width: 96.875%;
  }
}

@media (min-width: 0) {
  .column.xs-32 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .column.sm-32 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .column.md-32 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .column.lg-32 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .column.xl-32 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px !important;
  padding-left: 0px !important;
  width: 100%;
  position: relative;
}

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

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

.ms-0 {
  margin-left: 0 !important;
}

.me-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

.ps-0 {
  padding-left: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (min-width: 0) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .mx-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xs-1 {
    margin-left: 0.25rem !important;
  }
  .me-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mx-xs-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.5rem !important;
  }
  .me-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mx-xs-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ms-xs-3 {
    margin-left: 1rem !important;
  }
  .me-xs-3 {
    margin-right: 1rem !important;
  }
  .mx-xs-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xs-4 {
    margin-left: 1.5rem !important;
  }
  .me-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mx-xs-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ms-xs-5 {
    margin-left: 3rem !important;
  }
  .me-xs-5 {
    margin-right: 3rem !important;
  }
  .mx-xs-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }
  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }
  .px-xs-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }
  .px-xs-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .ps-xs-3 {
    padding-left: 1rem !important;
  }
  .pe-xs-3 {
    padding-right: 1rem !important;
  }
  .px-xs-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xs-4 {
    padding-left: 1.5rem !important;
  }
  .pe-xs-4 {
    padding-right: 1.5rem !important;
  }
  .px-xs-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xs-5 {
    padding-left: 3rem !important;
  }
  .pe-xs-5 {
    padding-right: 3rem !important;
  }
  .px-xs-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.m-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin: 0 !important;
}

.p-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding: 0 !important;
}

.h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-weight: 700;
}

.h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-weight: 700;
}

.h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-weight: 700;
}

.h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-weight: 700;
}

.h5 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-weight: 700;
}

.h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-weight: 700;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

* {
  font-family: "Roboto",'Noto Sans JP','Noto Kufi Arabic';
}

body {
  color: black;
  font-size: 15px;
  height: 100%;
  overflow-x: hidden;
  margin: 0px auto;
}

.unselectable {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  supported by Chrome and Opera */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard syntax */
}

span {
  font-size: 15px;
  font-weight: 400;
}

a {
  color: black;
}

.bold {
  font-variation-settings: "wght" 600;
}

.saudiflag {
  display: block !important;
  width: 20px !important;
  height: 10px !important;
  background: green !important;
  color: white !important;
  line-height: 7px !important;
  text-align: center !important;
  font-weight: 100 !important;
  font-family: sans-serif;
}

ul, li, a {
  list-style-type: none !important;
  text-decoration: none !important;
}

.w-auto {
  width: auto !important;
}

.border {
  border: 1px solid #ececec;
}

.border-0 {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.color-white {
  color: var(--white) !important;
}

.color-primary {
  color: var(--primary) !important;
}

.header {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  justify-items: center !important;
  box-shadow: rgba(0, 0, 0, 0.075) 0 1px;
  background: var(--white);
  justify-content: center;
}

.nav-buttons {
  gap: 20px;
  flex-grow: 1;
  justify-content: center;
}

.logo {
  font-size: 24px;
  font-weight: bold;
  height: 50px;
  flex-grow: 1;
}

.nav-buttons {
  display: flex;
  gap: 10px;
  align-items: center !important;
}

@media (min-width: 576px) {
  .nav-buttons {
    gap: 20px;
  }
}

.muted {
  color: var(--muted);
}

.divider {
  min-height: 30px;
  height: 60%;
  top: 10%;
  width: 1px;
  position: relative;
  background: rgba(0, 0, 0, 0.075);
  display: block;
}

.link {
  font-variation-settings: "wght" 100;
  cursor: pointer;
}

.link:focus {
  color: var(--primary);
}

.settingsMenu {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  background: var(--white);
  z-index: 999;
  padding: 4px;
  width: 120px;
  right: calc(100%   - 50px);
  align-items: center;
  font-size: 14px;
  font-weight: 100;
  cursor: pointer;
  box-shadow: -4px 2px 29px -22px rgba(0, 0, 0, 0.51);
  -webkit-box-shadow: -4px 2px 29px -22px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: -4px 2px 29px -22px rgba(0, 0, 0, 0.51);
  top: calc(100% + 5px);
  padding: 10px;
}

.settingsMenu:hover {
  color: inherit;
}

.settingsMenu::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--primary);
  top: -10px;
  right: 5px;
}

.settingsMenu div {
  width: 100%;
}

.settingsMenu ul, .settingsMenu li {
  padding: 0px;
}

.settingsMenu div {
  display: flex;
  justify-items: start;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard syntax */
}

.active-settings {
  color: var(--primary);
  font-weight: 500;
}

.languange-menu {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  background: var(--white);
  z-index: 999;
  padding: 4px;
  width: 100px;
  border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  right: calc(100%   - 50px);
  align-items: center;
  font-size: 14px;
  font-weight: 100;
  cursor: pointer;
  box-shadow: -4px 2px 29px -22px rgba(0, 0, 0, 0.51);
  -webkit-box-shadow: -4px 2px 29px -22px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: -4px 2px 29px -22px rgba(0, 0, 0, 0.51);
}

.languange-menu:hover {
  color: inherit;
}

.languange-menu div {
  width: 100%;
}

.active-language {
  color: var(--primary);
  font-weight: 500;
}

select {
  border-radius: 8px;
  padding: 0 10px;
  height: 36px;
  font-size: 14px;
}

select:focus {
  outline: none;
}

.switch-language::before {
  font-size: 40px !important;
}

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fafafa;
  height: 45px;
  width: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.51 29.6'><defs><style>.cls-1{fill:#fff;}.cls-2{fill:none;stroke:blue;stroke-miterlimit:10;}</style></defs><rect class='cls-1' width='29.51' height='29.6'/><path class='cls-2' d='M25.88,10.29l-10.91,10.91L4.06,10.29H25.88Z'/></svg>");
  background-size: 20px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
}

input[type="text"], input[type="number"],
textarea, select {
  border: none;
  transition: box-shadow 0.1s;
  outline: none;
  font-size: 16px !important;
  font-weight: 300;
  border: 1px solid var(--gray);
  direction: ltr;
  unicode-bidi: embed;
}

input[type="text"]:focus:not(:disabled), input[type="number"]:focus:not(:disabled),
textarea:focus:not(:disabled), select:focus:not(:disabled) {
  outline: none;
  box-shadow: inset var(--primary) 0 0 0 1px, inset white 0 0 0 100px !important;
}

.input-s {
  border-radius: 8px;
  padding: 0 10px;
  height: 36px;
  font-size: 14px;
}

.input-m {
  border-radius: 10px;
  padding: 0 14px;
  height: 46px;
  font-size: 15px;
}

.input-l {
  border-radius: 14px;
  padding: 0 21px;
  height: 58px;
  font-size: 16px;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button;
  -moz-appearance: inner-spin-button;
  appearance: inner-spin-button;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 0.5;
  transform: scale(1.3);
  cursor: pointer;
  padding: 10px 0px;
  border-radius: 25px;
}

label {
  display: block;
  padding-bottom: 5px;
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-transform: none;
  font-size: 12px !important;
  font-variation-settings: "wght" 400;
  letter-spacing: 0;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#favorites {
  /* height: 200px; */
  display: flex;
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-variation-settings: "wght" 600;
  justify-content: center !important;
  justify-items: center !important;
  align-items: center !important;
  display: inline-flex !important;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn:disabled {
  opacity: 0.65;
}

.btn-primary {
  background-color: #0001b9;
  border-color: #0001b9;
  outline: 0;
}

.btn-primary:hover {
  background-color: #000193;
  border-color: #000186;
}

.btn-primary:focus {
  outline: 0;
  box-shadow: none;
}

.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  outline: 0;
}

.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus {
  outline: 0;
  box-shadow: none;
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  outline: 0;
}

.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus {
  outline: 0;
  box-shadow: none;
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  outline: 0;
}

.btn-info:hover {
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus {
  outline: 0;
  box-shadow: none;
}

.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  outline: 0;
}

.btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus {
  outline: 0;
  box-shadow: none;
}

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  outline: 0;
}

.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus {
  outline: 0;
  box-shadow: none;
}

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  outline: 0;
}

.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus {
  outline: 0;
  box-shadow: none;
}

.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  outline: 0;
}

.btn-dark:hover {
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus {
  outline: 0;
  box-shadow: none;
}

svg {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 1000px;
  /* For IE 11 */
  transform: scale(1, 1);
  transform-origin: 0 0;
  min-width: 50px;
  max-width: 100%;
}

/* Style the guide system SVG */
svg {
  max-width: auto;
}

.svgborder {
  margin: 0 auto;
  width: auto;
  min-height: -webkit-fit-content !important;
  align-items: start;
  justify-items: start;
}

#favorites svg {
  margin: 50px;
}

#favorites svg {
  margin: 50px;
}

.fave-show {
  position: fixed !important;
  background: black;
  height: 40px;
  width: 40px;
  color: white;
  padding: 40px;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  margin: 50px;
}

.randomgrids {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.randomgrids img {
  width: 100px !important;
  position: relative;
  height: auto !important;
  border-color: blue;
  background-color: yellow;
  opacity: 0.4;
}

.randomgrids img:hover {
  opacity: 1;
}

.randomgrids img::before {
  display: block;
  content: "";
  height: 400px;
  width: 500px;
  position: absolute;
  background: red;
  top: 0px;
  height: 100%;
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before{
  font-size:18px!important;
}
i::before {
  font-size: 18px;
}

i::before {
  font-size: 18px;
}

.btn-sm {
  border-radius: 8px !important;
  font-size: 14px !important;
  padding: 0 12px;
  height: 36px !important;
  line-height: 36px !important;
}

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

.radius {
  border-radius: 40px !important;
}

.border {
  border: 1px solid;
}

.border-top {
  border-top: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-right {
  border-right: 1px solid;
}

.border-bottom {
  border-bottom: 1px solid;
}

.bg-primary {
  background: var(--primary);
}

.border-primary {
  border-color: var(--primary) !important;
}

.border-gray {
  border-color: var(--gray) !important;
}

.border-muted {
  border-color: var(--muted) !important;
}

.relative {
  position: relative;
}

#copyGuideSystem {
  position: relative;
}

.copied:before, .download:before {
  width: 60px;
  height: 30px;
  position: absolute;
  content: "download";
  border-radius: 5px;
  top: -10px;
  margin-top: 50px;
  right: 0;
  background: var(--primary);
  color: white;
  border: 1px solid var(--primary);
  padding: 5px 15px;
  transition: height 0.5s ease-in;
}

.copied:after, .download:after {
  content: "";
  position: absolute;
  right: 60px;
  top: 100%;
  width: 10px;
  height: 10px;
  background: var(--primary);
  transform: rotate(45deg);
}

.copied::before {
  content: 'Copied';
}

.progress-bar {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 5.4px;
  background: repeating-linear-gradient(to right, blue 0%, blue 10%, transparent 10%, transparent 20%, blue 20%, blue 30%, transparent 30%, transparent 40%, blue 40%, blue 50%, transparent 50%, transparent 60%, blue 60%, blue 70%, transparent 70%, transparent 80%, blue 80%, blue 90%, transparent 90%, transparent 100%);
  animation: progress-bar 1s ease-out forwards;
  background-color: var(--primary);
}

@keyframes progress-bar {
  0% {
    width: 0%;
    opacity: 0;
  }
  50% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}

.modal {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: block;
}

#overly {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.modal-body {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 300px;
  max-width: 90% !important;
  margin: 0 auto;
  background: var(--white);
  padding: 30px;
  text-align: center;
  z-index: 999;
  border-radius: 20px;
}

.modal-body {
  width: 50% !important;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .modal-body {
    width: 95%;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .modal-body {
    width: 70%;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .modal-body {
    width: 600px;
  }
}

@media (min-width: 1199px) and (max-width: 1600px) {
  .modal-body {
    width: 1000px;
  }
}

@media (min-width: 1600px) {
  .modal-body {
    width: 1100px;
  }
}

.modal-sm {
  width: 40%;
}

@media (max-width: 575px) {
  .modal-sm {
    width: 60%;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .modal-sm {
    width: 40%;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .modal-sm {
    width: 400px;
  }
}

@media (min-width: 1199px) and (max-width: 1600px) {
  .modal-sm {
    width: 800px;
  }
}

@media (min-width: 1600px) {
  .modal-sm {
    width: 1000px;
  }
}

.fade {
  display: none;
  opacity: 0;
  transition: visibility 10s, opacity 10.5s linear;
  animation: fade-out 0.5s;
}

.show {
  opacity: 1;
  transition: visibility 10s, opacity 10.5s linear;
  display: block;
  animation: fade-in 0.5s;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.rotateicon i {
  transition: all 0.5s ease-in-out !important;
}
