/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Bootstrap
# Blocks


--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
html .anwp-pg-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.anwp-pg-wrap *,
.anwp-pg-wrap *::before,
.anwp-pg-wrap *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.anwp-pg-wrap .container,
.anwp-pg-wrap .container-fluid,
.anwp-pg-wrap .container-sm,
.anwp-pg-wrap .container-md,
.anwp-pg-wrap .container-lg,
.anwp-pg-wrap .container-xl {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .anwp-pg-wrap .container, .anwp-pg-wrap .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .anwp-pg-wrap .container, .anwp-pg-wrap .container-sm, .anwp-pg-wrap .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .anwp-pg-wrap .container, .anwp-pg-wrap .container-sm, .anwp-pg-wrap .container-md, .anwp-pg-wrap .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .anwp-pg-wrap .container, .anwp-pg-wrap .container-sm, .anwp-pg-wrap .container-md, .anwp-pg-wrap .container-lg, .anwp-pg-wrap .container-xl {
    max-width: 1140px;
  }
}

.anwp-pg-wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.anwp-pg-wrap .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.anwp-pg-wrap .col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.anwp-pg-wrap .row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.anwp-pg-wrap .row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.anwp-pg-wrap .row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.anwp-pg-wrap .row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.anwp-pg-wrap .row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.anwp-pg-wrap .row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.anwp-pg-wrap .col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.anwp-pg-wrap .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.anwp-pg-wrap .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.anwp-pg-wrap .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.anwp-pg-wrap .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.anwp-pg-wrap .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.anwp-pg-wrap .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.anwp-pg-wrap .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.anwp-pg-wrap .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.anwp-pg-wrap .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.anwp-pg-wrap .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.anwp-pg-wrap .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.anwp-pg-wrap .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.anwp-pg-wrap .order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.anwp-pg-wrap .order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.anwp-pg-wrap .order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.anwp-pg-wrap .order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.anwp-pg-wrap .order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.anwp-pg-wrap .order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.anwp-pg-wrap .order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.anwp-pg-wrap .order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.anwp-pg-wrap .order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.anwp-pg-wrap .order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.anwp-pg-wrap .order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.anwp-pg-wrap .order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.anwp-pg-wrap .order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.anwp-pg-wrap .order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.anwp-pg-wrap .order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.anwp-pg-wrap .offset-1 {
  margin-left: 8.33333%;
}

.anwp-pg-wrap .offset-2 {
  margin-left: 16.66667%;
}

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

.anwp-pg-wrap .offset-4 {
  margin-left: 33.33333%;
}

.anwp-pg-wrap .offset-5 {
  margin-left: 41.66667%;
}

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

.anwp-pg-wrap .offset-7 {
  margin-left: 58.33333%;
}

.anwp-pg-wrap .offset-8 {
  margin-left: 66.66667%;
}

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

.anwp-pg-wrap .offset-10 {
  margin-left: 83.33333%;
}

.anwp-pg-wrap .offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .anwp-pg-wrap .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .anwp-pg-wrap .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .anwp-pg-wrap .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .anwp-pg-wrap .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .anwp-pg-wrap .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .anwp-pg-wrap .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .anwp-pg-wrap .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .anwp-pg-wrap .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .anwp-pg-wrap .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .anwp-pg-wrap .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .anwp-pg-wrap .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .anwp-pg-wrap .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .anwp-pg-wrap .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .anwp-pg-wrap .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .anwp-pg-wrap .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .anwp-pg-wrap .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .anwp-pg-wrap .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .anwp-pg-wrap .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .anwp-pg-wrap .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .anwp-pg-wrap .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .anwp-pg-wrap .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .anwp-pg-wrap .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .anwp-pg-wrap .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .anwp-pg-wrap .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .anwp-pg-wrap .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .anwp-pg-wrap .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .anwp-pg-wrap .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .anwp-pg-wrap .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .anwp-pg-wrap .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .anwp-pg-wrap .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .anwp-pg-wrap .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .anwp-pg-wrap .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .anwp-pg-wrap .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .anwp-pg-wrap .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .anwp-pg-wrap .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .anwp-pg-wrap .offset-sm-0 {
    margin-left: 0;
  }
  .anwp-pg-wrap .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .anwp-pg-wrap .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .anwp-pg-wrap .offset-sm-3 {
    margin-left: 25%;
  }
  .anwp-pg-wrap .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .anwp-pg-wrap .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .anwp-pg-wrap .offset-sm-6 {
    margin-left: 50%;
  }
  .anwp-pg-wrap .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .anwp-pg-wrap .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .anwp-pg-wrap .offset-sm-9 {
    margin-left: 75%;
  }
  .anwp-pg-wrap .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .anwp-pg-wrap .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .anwp-pg-wrap .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .anwp-pg-wrap .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .anwp-pg-wrap .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .anwp-pg-wrap .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .anwp-pg-wrap .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .anwp-pg-wrap .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .anwp-pg-wrap .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .anwp-pg-wrap .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .anwp-pg-wrap .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .anwp-pg-wrap .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .anwp-pg-wrap .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .anwp-pg-wrap .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .anwp-pg-wrap .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .anwp-pg-wrap .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .anwp-pg-wrap .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .anwp-pg-wrap .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .anwp-pg-wrap .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .anwp-pg-wrap .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .anwp-pg-wrap .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .anwp-pg-wrap .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .anwp-pg-wrap .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .anwp-pg-wrap .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .anwp-pg-wrap .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .anwp-pg-wrap .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .anwp-pg-wrap .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .anwp-pg-wrap .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .anwp-pg-wrap .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .anwp-pg-wrap .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .anwp-pg-wrap .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .anwp-pg-wrap .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .anwp-pg-wrap .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .anwp-pg-wrap .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .anwp-pg-wrap .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .anwp-pg-wrap .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .anwp-pg-wrap .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .anwp-pg-wrap .offset-md-0 {
    margin-left: 0;
  }
  .anwp-pg-wrap .offset-md-1 {
    margin-left: 8.33333%;
  }
  .anwp-pg-wrap .offset-md-2 {
    margin-left: 16.66667%;
  }
  .anwp-pg-wrap .offset-md-3 {
    margin-left: 25%;
  }
  .anwp-pg-wrap .offset-md-4 {
    margin-left: 33.33333%;
  }
  .anwp-pg-wrap .offset-md-5 {
    margin-left: 41.66667%;
  }
  .anwp-pg-wrap .offset-md-6 {
    margin-left: 50%;
  }
  .anwp-pg-wrap .offset-md-7 {
    margin-left: 58.33333%;
  }
  .anwp-pg-wrap .offset-md-8 {
    margin-left: 66.66667%;
  }
  .anwp-pg-wrap .offset-md-9 {
    margin-left: 75%;
  }
  .anwp-pg-wrap .offset-md-10 {
    margin-left: 83.33333%;
  }
  .anwp-pg-wrap .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .anwp-pg-wrap .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .anwp-pg-wrap .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .anwp-pg-wrap .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .anwp-pg-wrap .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .anwp-pg-wrap .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .anwp-pg-wrap .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .anwp-pg-wrap .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .anwp-pg-wrap .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .anwp-pg-wrap .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .anwp-pg-wrap .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .anwp-pg-wrap .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .anwp-pg-wrap .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .anwp-pg-wrap .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .anwp-pg-wrap .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .anwp-pg-wrap .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .anwp-pg-wrap .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .anwp-pg-wrap .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .anwp-pg-wrap .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .anwp-pg-wrap .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .anwp-pg-wrap .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .anwp-pg-wrap .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .anwp-pg-wrap .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .anwp-pg-wrap .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .anwp-pg-wrap .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .anwp-pg-wrap .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .anwp-pg-wrap .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .anwp-pg-wrap .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .anwp-pg-wrap .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .anwp-pg-wrap .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .anwp-pg-wrap .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .anwp-pg-wrap .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .anwp-pg-wrap .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .anwp-pg-wrap .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .anwp-pg-wrap .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .anwp-pg-wrap .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .anwp-pg-wrap .offset-lg-0 {
    margin-left: 0;
  }
  .anwp-pg-wrap .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .anwp-pg-wrap .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .anwp-pg-wrap .offset-lg-3 {
    margin-left: 25%;
  }
  .anwp-pg-wrap .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .anwp-pg-wrap .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .anwp-pg-wrap .offset-lg-6 {
    margin-left: 50%;
  }
  .anwp-pg-wrap .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .anwp-pg-wrap .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .anwp-pg-wrap .offset-lg-9 {
    margin-left: 75%;
  }
  .anwp-pg-wrap .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .anwp-pg-wrap .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .anwp-pg-wrap .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .anwp-pg-wrap .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .anwp-pg-wrap .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .anwp-pg-wrap .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .anwp-pg-wrap .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .anwp-pg-wrap .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .anwp-pg-wrap .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .anwp-pg-wrap .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .anwp-pg-wrap .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .anwp-pg-wrap .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .anwp-pg-wrap .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .anwp-pg-wrap .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .anwp-pg-wrap .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .anwp-pg-wrap .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .anwp-pg-wrap .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .anwp-pg-wrap .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .anwp-pg-wrap .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .anwp-pg-wrap .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .anwp-pg-wrap .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .anwp-pg-wrap .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .anwp-pg-wrap .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .anwp-pg-wrap .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .anwp-pg-wrap .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .anwp-pg-wrap .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .anwp-pg-wrap .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .anwp-pg-wrap .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .anwp-pg-wrap .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .anwp-pg-wrap .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .anwp-pg-wrap .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .anwp-pg-wrap .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .anwp-pg-wrap .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .anwp-pg-wrap .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .anwp-pg-wrap .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .anwp-pg-wrap .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .anwp-pg-wrap .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .anwp-pg-wrap .offset-xl-0 {
    margin-left: 0;
  }
  .anwp-pg-wrap .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .anwp-pg-wrap .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .anwp-pg-wrap .offset-xl-3 {
    margin-left: 25%;
  }
  .anwp-pg-wrap .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .anwp-pg-wrap .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .anwp-pg-wrap .offset-xl-6 {
    margin-left: 50%;
  }
  .anwp-pg-wrap .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .anwp-pg-wrap .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .anwp-pg-wrap .offset-xl-9 {
    margin-left: 75%;
  }
  .anwp-pg-wrap .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .anwp-pg-wrap .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.anwp-pg-wrap .align-baseline {
  vertical-align: baseline !important;
}

.anwp-pg-wrap .align-top {
  vertical-align: top !important;
}

.anwp-pg-wrap .align-middle {
  vertical-align: middle !important;
}

.anwp-pg-wrap .align-bottom {
  vertical-align: bottom !important;
}

.anwp-pg-wrap .align-text-bottom {
  vertical-align: text-bottom !important;
}

.anwp-pg-wrap .align-text-top {
  vertical-align: text-top !important;
}

.anwp-pg-wrap .bg-primary {
  background-color: #0085ba !important;
}

.anwp-pg-wrap a.bg-primary:hover, .anwp-pg-wrap a.bg-primary:focus,
.anwp-pg-wrap button.bg-primary:hover,
.anwp-pg-wrap button.bg-primary:focus {
  background-color: #006187 !important;
}

.anwp-pg-wrap .bg-secondary {
  background-color: #6c757d !important;
}

.anwp-pg-wrap a.bg-secondary:hover, .anwp-pg-wrap a.bg-secondary:focus,
.anwp-pg-wrap button.bg-secondary:hover,
.anwp-pg-wrap button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.anwp-pg-wrap .bg-success {
  background-color: #388E3C !important;
}

.anwp-pg-wrap a.bg-success:hover, .anwp-pg-wrap a.bg-success:focus,
.anwp-pg-wrap button.bg-success:hover,
.anwp-pg-wrap button.bg-success:focus {
  background-color: #2a692d !important;
}

.anwp-pg-wrap .bg-info {
  background-color: #17a2b8 !important;
}

.anwp-pg-wrap a.bg-info:hover, .anwp-pg-wrap a.bg-info:focus,
.anwp-pg-wrap button.bg-info:hover,
.anwp-pg-wrap button.bg-info:focus {
  background-color: #117a8b !important;
}

.anwp-pg-wrap .bg-warning {
  background-color: #FBC02D !important;
}

.anwp-pg-wrap a.bg-warning:hover, .anwp-pg-wrap a.bg-warning:focus,
.anwp-pg-wrap button.bg-warning:hover,
.anwp-pg-wrap button.bg-warning:focus {
  background-color: #f0ad05 !important;
}

.anwp-pg-wrap .bg-danger {
  background-color: #dc3545 !important;
}

.anwp-pg-wrap a.bg-danger:hover, .anwp-pg-wrap a.bg-danger:focus,
.anwp-pg-wrap button.bg-danger:hover,
.anwp-pg-wrap button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.anwp-pg-wrap .bg-light {
  background-color: #f8f9fa !important;
}

.anwp-pg-wrap a.bg-light:hover, .anwp-pg-wrap a.bg-light:focus,
.anwp-pg-wrap button.bg-light:hover,
.anwp-pg-wrap button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.anwp-pg-wrap .bg-dark {
  background-color: #343a40 !important;
}

.anwp-pg-wrap a.bg-dark:hover, .anwp-pg-wrap a.bg-dark:focus,
.anwp-pg-wrap button.bg-dark:hover,
.anwp-pg-wrap button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.anwp-pg-wrap .bg-white {
  background-color: #fff !important;
}

.anwp-pg-wrap .bg-transparent {
  background-color: transparent !important;
}

.anwp-pg-wrap .border {
  border: 1px solid #dee2e6 !important;
}

.anwp-pg-wrap .border-top {
  border-top: 1px solid #dee2e6 !important;
}

.anwp-pg-wrap .border-right {
  border-right: 1px solid #dee2e6 !important;
}

.anwp-pg-wrap .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.anwp-pg-wrap .border-left {
  border-left: 1px solid #dee2e6 !important;
}

.anwp-pg-wrap .border-0 {
  border: 0 !important;
}

.anwp-pg-wrap .border-top-0 {
  border-top: 0 !important;
}

.anwp-pg-wrap .border-right-0 {
  border-right: 0 !important;
}

.anwp-pg-wrap .border-bottom-0 {
  border-bottom: 0 !important;
}

.anwp-pg-wrap .border-left-0 {
  border-left: 0 !important;
}

.anwp-pg-wrap .border-primary {
  border-color: #0085ba !important;
}

.anwp-pg-wrap .border-secondary {
  border-color: #6c757d !important;
}

.anwp-pg-wrap .border-success {
  border-color: #388E3C !important;
}

.anwp-pg-wrap .border-info {
  border-color: #17a2b8 !important;
}

.anwp-pg-wrap .border-warning {
  border-color: #FBC02D !important;
}

.anwp-pg-wrap .border-danger {
  border-color: #dc3545 !important;
}

.anwp-pg-wrap .border-light {
  border-color: #f8f9fa !important;
}

.anwp-pg-wrap .border-dark {
  border-color: #343a40 !important;
}

.anwp-pg-wrap .border-white {
  border-color: #fff !important;
}

.anwp-pg-wrap .rounded-sm {
  border-radius: 4px !important;
}

.anwp-pg-wrap .rounded {
  border-radius: 4px !important;
}

.anwp-pg-wrap .rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.anwp-pg-wrap .rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.anwp-pg-wrap .rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.anwp-pg-wrap .rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.anwp-pg-wrap .rounded-lg {
  border-radius: 4px !important;
}

.anwp-pg-wrap .rounded-circle {
  border-radius: 50% !important;
}

.anwp-pg-wrap .rounded-pill {
  border-radius: 50rem !important;
}

.anwp-pg-wrap .rounded-0 {
  border-radius: 0 !important;
}

.anwp-pg-wrap .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.anwp-pg-wrap .d-none {
  display: none !important;
}

.anwp-pg-wrap .d-inline {
  display: inline !important;
}

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

.anwp-pg-wrap .d-block {
  display: block !important;
}

.anwp-pg-wrap .d-table {
  display: table !important;
}

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

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

.anwp-pg-wrap .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.anwp-pg-wrap .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .anwp-pg-wrap .d-sm-none {
    display: none !important;
  }
  .anwp-pg-wrap .d-sm-inline {
    display: inline !important;
  }
  .anwp-pg-wrap .d-sm-inline-block {
    display: inline-block !important;
  }
  .anwp-pg-wrap .d-sm-block {
    display: block !important;
  }
  .anwp-pg-wrap .d-sm-table {
    display: table !important;
  }
  .anwp-pg-wrap .d-sm-table-row {
    display: table-row !important;
  }
  .anwp-pg-wrap .d-sm-table-cell {
    display: table-cell !important;
  }
  .anwp-pg-wrap .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .anwp-pg-wrap .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .anwp-pg-wrap .d-md-none {
    display: none !important;
  }
  .anwp-pg-wrap .d-md-inline {
    display: inline !important;
  }
  .anwp-pg-wrap .d-md-inline-block {
    display: inline-block !important;
  }
  .anwp-pg-wrap .d-md-block {
    display: block !important;
  }
  .anwp-pg-wrap .d-md-table {
    display: table !important;
  }
  .anwp-pg-wrap .d-md-table-row {
    display: table-row !important;
  }
  .anwp-pg-wrap .d-md-table-cell {
    display: table-cell !important;
  }
  .anwp-pg-wrap .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .anwp-pg-wrap .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .anwp-pg-wrap .d-lg-none {
    display: none !important;
  }
  .anwp-pg-wrap .d-lg-inline {
    display: inline !important;
  }
  .anwp-pg-wrap .d-lg-inline-block {
    display: inline-block !important;
  }
  .anwp-pg-wrap .d-lg-block {
    display: block !important;
  }
  .anwp-pg-wrap .d-lg-table {
    display: table !important;
  }
  .anwp-pg-wrap .d-lg-table-row {
    display: table-row !important;
  }
  .anwp-pg-wrap .d-lg-table-cell {
    display: table-cell !important;
  }
  .anwp-pg-wrap .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .anwp-pg-wrap .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .anwp-pg-wrap .d-xl-none {
    display: none !important;
  }
  .anwp-pg-wrap .d-xl-inline {
    display: inline !important;
  }
  .anwp-pg-wrap .d-xl-inline-block {
    display: inline-block !important;
  }
  .anwp-pg-wrap .d-xl-block {
    display: block !important;
  }
  .anwp-pg-wrap .d-xl-table {
    display: table !important;
  }
  .anwp-pg-wrap .d-xl-table-row {
    display: table-row !important;
  }
  .anwp-pg-wrap .d-xl-table-cell {
    display: table-cell !important;
  }
  .anwp-pg-wrap .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .anwp-pg-wrap .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .anwp-pg-wrap .d-print-none {
    display: none !important;
  }
  .anwp-pg-wrap .d-print-inline {
    display: inline !important;
  }
  .anwp-pg-wrap .d-print-inline-block {
    display: inline-block !important;
  }
  .anwp-pg-wrap .d-print-block {
    display: block !important;
  }
  .anwp-pg-wrap .d-print-table {
    display: table !important;
  }
  .anwp-pg-wrap .d-print-table-row {
    display: table-row !important;
  }
  .anwp-pg-wrap .d-print-table-cell {
    display: table-cell !important;
  }
  .anwp-pg-wrap .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .anwp-pg-wrap .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.anwp-pg-wrap .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.anwp-pg-wrap .embed-responsive::before {
  display: block;
  content: "";
}

.anwp-pg-wrap .embed-responsive .embed-responsive-item,
.anwp-pg-wrap .embed-responsive iframe,
.anwp-pg-wrap .embed-responsive embed,
.anwp-pg-wrap .embed-responsive object,
.anwp-pg-wrap .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.anwp-pg-wrap .embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.anwp-pg-wrap .embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.anwp-pg-wrap .embed-responsive-4by3::before {
  padding-top: 75%;
}

.anwp-pg-wrap .embed-responsive-1by1::before {
  padding-top: 100%;
}

.anwp-pg-wrap .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.anwp-pg-wrap .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.anwp-pg-wrap .flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.anwp-pg-wrap .flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.anwp-pg-wrap .flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.anwp-pg-wrap .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.anwp-pg-wrap .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.anwp-pg-wrap .flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.anwp-pg-wrap .flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.anwp-pg-wrap .flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.anwp-pg-wrap .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.anwp-pg-wrap .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.anwp-pg-wrap .justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.anwp-pg-wrap .justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.anwp-pg-wrap .justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.anwp-pg-wrap .justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.anwp-pg-wrap .justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.anwp-pg-wrap .align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.anwp-pg-wrap .align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.anwp-pg-wrap .align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.anwp-pg-wrap .align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.anwp-pg-wrap .align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.anwp-pg-wrap .align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.anwp-pg-wrap .align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.anwp-pg-wrap .align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.anwp-pg-wrap .align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.anwp-pg-wrap .align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.anwp-pg-wrap .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.anwp-pg-wrap .align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.anwp-pg-wrap .align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.anwp-pg-wrap .align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.anwp-pg-wrap .align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.anwp-pg-wrap .align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.anwp-pg-wrap .align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .anwp-pg-wrap .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .anwp-pg-wrap .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .anwp-pg-wrap .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .anwp-pg-wrap .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .anwp-pg-wrap .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .anwp-pg-wrap .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .anwp-pg-wrap .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .anwp-pg-wrap .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .anwp-pg-wrap .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .anwp-pg-wrap .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .anwp-pg-wrap .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .anwp-pg-wrap .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .anwp-pg-wrap .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .anwp-pg-wrap .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .anwp-pg-wrap .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .anwp-pg-wrap .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .anwp-pg-wrap .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .anwp-pg-wrap .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .anwp-pg-wrap .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .anwp-pg-wrap .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .anwp-pg-wrap .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .anwp-pg-wrap .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .anwp-pg-wrap .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .anwp-pg-wrap .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .anwp-pg-wrap .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .anwp-pg-wrap .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .anwp-pg-wrap .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .anwp-pg-wrap .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .anwp-pg-wrap .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .anwp-pg-wrap .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .anwp-pg-wrap .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .anwp-pg-wrap .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .anwp-pg-wrap .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .anwp-pg-wrap .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .anwp-pg-wrap .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .anwp-pg-wrap .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .anwp-pg-wrap .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .anwp-pg-wrap .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .anwp-pg-wrap .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .anwp-pg-wrap .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .anwp-pg-wrap .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .anwp-pg-wrap .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .anwp-pg-wrap .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .anwp-pg-wrap .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .anwp-pg-wrap .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .anwp-pg-wrap .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .anwp-pg-wrap .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .anwp-pg-wrap .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .anwp-pg-wrap .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .anwp-pg-wrap .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .anwp-pg-wrap .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .anwp-pg-wrap .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .anwp-pg-wrap .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .anwp-pg-wrap .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .anwp-pg-wrap .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .anwp-pg-wrap .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .anwp-pg-wrap .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .anwp-pg-wrap .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .anwp-pg-wrap .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .anwp-pg-wrap .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .anwp-pg-wrap .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .anwp-pg-wrap .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .anwp-pg-wrap .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .anwp-pg-wrap .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .anwp-pg-wrap .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .anwp-pg-wrap .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .anwp-pg-wrap .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .anwp-pg-wrap .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .anwp-pg-wrap .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .anwp-pg-wrap .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .anwp-pg-wrap .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .anwp-pg-wrap .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .anwp-pg-wrap .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .anwp-pg-wrap .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .anwp-pg-wrap .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .anwp-pg-wrap .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .anwp-pg-wrap .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .anwp-pg-wrap .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .anwp-pg-wrap .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .anwp-pg-wrap .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .anwp-pg-wrap .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .anwp-pg-wrap .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .anwp-pg-wrap .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .anwp-pg-wrap .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .anwp-pg-wrap .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .anwp-pg-wrap .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .anwp-pg-wrap .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .anwp-pg-wrap .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .anwp-pg-wrap .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .anwp-pg-wrap .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .anwp-pg-wrap .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .anwp-pg-wrap .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .anwp-pg-wrap .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .anwp-pg-wrap .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .anwp-pg-wrap .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .anwp-pg-wrap .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .anwp-pg-wrap .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .anwp-pg-wrap .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .anwp-pg-wrap .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .anwp-pg-wrap .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .anwp-pg-wrap .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .anwp-pg-wrap .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .anwp-pg-wrap .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .anwp-pg-wrap .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .anwp-pg-wrap .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .anwp-pg-wrap .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .anwp-pg-wrap .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .anwp-pg-wrap .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .anwp-pg-wrap .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .anwp-pg-wrap .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .anwp-pg-wrap .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .anwp-pg-wrap .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .anwp-pg-wrap .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .anwp-pg-wrap .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .anwp-pg-wrap .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .anwp-pg-wrap .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .anwp-pg-wrap .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .anwp-pg-wrap .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .anwp-pg-wrap .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .anwp-pg-wrap .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .anwp-pg-wrap .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .anwp-pg-wrap .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .anwp-pg-wrap .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .anwp-pg-wrap .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .anwp-pg-wrap .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .anwp-pg-wrap .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .anwp-pg-wrap .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .anwp-pg-wrap .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .anwp-pg-wrap .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .anwp-pg-wrap .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .anwp-pg-wrap .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .anwp-pg-wrap .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .anwp-pg-wrap .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .anwp-pg-wrap .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .anwp-pg-wrap .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .anwp-pg-wrap .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.anwp-pg-wrap .float-left {
  float: left !important;
}

.anwp-pg-wrap .float-right {
  float: right !important;
}

.anwp-pg-wrap .float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .anwp-pg-wrap .float-sm-left {
    float: left !important;
  }
  .anwp-pg-wrap .float-sm-right {
    float: right !important;
  }
  .anwp-pg-wrap .float-sm-none {
    float: none !important;
  }
}

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

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

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

.anwp-pg-wrap .user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.anwp-pg-wrap .user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.anwp-pg-wrap .user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.anwp-pg-wrap .overflow-auto {
  overflow: auto !important;
}

.anwp-pg-wrap .overflow-hidden {
  overflow: hidden !important;
}

.anwp-pg-wrap .position-static {
  position: static !important;
}

.anwp-pg-wrap .position-relative {
  position: relative !important;
}

.anwp-pg-wrap .position-absolute {
  position: absolute !important;
}

.anwp-pg-wrap .position-fixed {
  position: fixed !important;
}

.anwp-pg-wrap .position-sticky {
  position: sticky !important;
}

.anwp-pg-wrap .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.anwp-pg-wrap .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .anwp-pg-wrap .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.anwp-pg-wrap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.anwp-pg-wrap .sr-only-focusable:active, .anwp-pg-wrap .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.anwp-pg-wrap .shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.anwp-pg-wrap .shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.anwp-pg-wrap .shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.anwp-pg-wrap .shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.anwp-pg-wrap .w-25 {
  width: 25% !important;
}

.anwp-pg-wrap .w-50 {
  width: 50% !important;
}

.anwp-pg-wrap .w-75 {
  width: 75% !important;
}

.anwp-pg-wrap .w-100 {
  width: 100% !important;
}

.anwp-pg-wrap .w-auto {
  width: auto !important;
}

.anwp-pg-wrap .h-25 {
  height: 25% !important;
}

.anwp-pg-wrap .h-50 {
  height: 50% !important;
}

.anwp-pg-wrap .h-75 {
  height: 75% !important;
}

.anwp-pg-wrap .h-100 {
  height: 100% !important;
}

.anwp-pg-wrap .h-auto {
  height: auto !important;
}

.anwp-pg-wrap .mw-100 {
  max-width: 100% !important;
}

.anwp-pg-wrap .mh-100 {
  max-height: 100% !important;
}

.anwp-pg-wrap .min-vw-100 {
  min-width: 100vw !important;
}

.anwp-pg-wrap .min-vh-100 {
  min-height: 100vh !important;
}

.anwp-pg-wrap .vw-100 {
  width: 100vw !important;
}

.anwp-pg-wrap .vh-100 {
  height: 100vh !important;
}

.anwp-pg-wrap .m-0 {
  margin: 0 !important;
}

.anwp-pg-wrap .mt-0,
.anwp-pg-wrap .my-0 {
  margin-top: 0 !important;
}

.anwp-pg-wrap .mr-0,
.anwp-pg-wrap .mx-0 {
  margin-right: 0 !important;
}

.anwp-pg-wrap .mb-0,
.anwp-pg-wrap .my-0 {
  margin-bottom: 0 !important;
}

.anwp-pg-wrap .ml-0,
.anwp-pg-wrap .mx-0 {
  margin-left: 0 !important;
}

.anwp-pg-wrap .m-1 {
  margin: 0.25rem !important;
}

.anwp-pg-wrap .mt-1,
.anwp-pg-wrap .my-1 {
  margin-top: 0.25rem !important;
}

.anwp-pg-wrap .mr-1,
.anwp-pg-wrap .mx-1 {
  margin-right: 0.25rem !important;
}

.anwp-pg-wrap .mb-1,
.anwp-pg-wrap .my-1 {
  margin-bottom: 0.25rem !important;
}

.anwp-pg-wrap .ml-1,
.anwp-pg-wrap .mx-1 {
  margin-left: 0.25rem !important;
}

.anwp-pg-wrap .m-2 {
  margin: 0.5rem !important;
}

.anwp-pg-wrap .mt-2,
.anwp-pg-wrap .my-2 {
  margin-top: 0.5rem !important;
}

.anwp-pg-wrap .mr-2,
.anwp-pg-wrap .mx-2 {
  margin-right: 0.5rem !important;
}

.anwp-pg-wrap .mb-2,
.anwp-pg-wrap .my-2 {
  margin-bottom: 0.5rem !important;
}

.anwp-pg-wrap .ml-2,
.anwp-pg-wrap .mx-2 {
  margin-left: 0.5rem !important;
}

.anwp-pg-wrap .m-3 {
  margin: 1rem !important;
}

.anwp-pg-wrap .mt-3,
.anwp-pg-wrap .my-3 {
  margin-top: 1rem !important;
}

.anwp-pg-wrap .mr-3,
.anwp-pg-wrap .mx-3 {
  margin-right: 1rem !important;
}

.anwp-pg-wrap .mb-3,
.anwp-pg-wrap .my-3 {
  margin-bottom: 1rem !important;
}

.anwp-pg-wrap .ml-3,
.anwp-pg-wrap .mx-3 {
  margin-left: 1rem !important;
}

.anwp-pg-wrap .m-4 {
  margin: 1.5rem !important;
}

.anwp-pg-wrap .mt-4,
.anwp-pg-wrap .my-4 {
  margin-top: 1.5rem !important;
}

.anwp-pg-wrap .mr-4,
.anwp-pg-wrap .mx-4 {
  margin-right: 1.5rem !important;
}

.anwp-pg-wrap .mb-4,
.anwp-pg-wrap .my-4 {
  margin-bottom: 1.5rem !important;
}

.anwp-pg-wrap .ml-4,
.anwp-pg-wrap .mx-4 {
  margin-left: 1.5rem !important;
}

.anwp-pg-wrap .m-5 {
  margin: 3rem !important;
}

.anwp-pg-wrap .mt-5,
.anwp-pg-wrap .my-5 {
  margin-top: 3rem !important;
}

.anwp-pg-wrap .mr-5,
.anwp-pg-wrap .mx-5 {
  margin-right: 3rem !important;
}

.anwp-pg-wrap .mb-5,
.anwp-pg-wrap .my-5 {
  margin-bottom: 3rem !important;
}

.anwp-pg-wrap .ml-5,
.anwp-pg-wrap .mx-5 {
  margin-left: 3rem !important;
}

.anwp-pg-wrap .p-0 {
  padding: 0 !important;
}

.anwp-pg-wrap .pt-0,
.anwp-pg-wrap .py-0 {
  padding-top: 0 !important;
}

.anwp-pg-wrap .pr-0,
.anwp-pg-wrap .px-0 {
  padding-right: 0 !important;
}

.anwp-pg-wrap .pb-0,
.anwp-pg-wrap .py-0 {
  padding-bottom: 0 !important;
}

.anwp-pg-wrap .pl-0,
.anwp-pg-wrap .px-0 {
  padding-left: 0 !important;
}

.anwp-pg-wrap .p-1 {
  padding: 0.25rem !important;
}

.anwp-pg-wrap .pt-1,
.anwp-pg-wrap .py-1 {
  padding-top: 0.25rem !important;
}

.anwp-pg-wrap .pr-1,
.anwp-pg-wrap .px-1 {
  padding-right: 0.25rem !important;
}

.anwp-pg-wrap .pb-1,
.anwp-pg-wrap .py-1 {
  padding-bottom: 0.25rem !important;
}

.anwp-pg-wrap .pl-1,
.anwp-pg-wrap .px-1 {
  padding-left: 0.25rem !important;
}

.anwp-pg-wrap .p-2 {
  padding: 0.5rem !important;
}

.anwp-pg-wrap .pt-2,
.anwp-pg-wrap .py-2 {
  padding-top: 0.5rem !important;
}

.anwp-pg-wrap .pr-2,
.anwp-pg-wrap .px-2 {
  padding-right: 0.5rem !important;
}

.anwp-pg-wrap .pb-2,
.anwp-pg-wrap .py-2 {
  padding-bottom: 0.5rem !important;
}

.anwp-pg-wrap .pl-2,
.anwp-pg-wrap .px-2 {
  padding-left: 0.5rem !important;
}

.anwp-pg-wrap .p-3 {
  padding: 1rem !important;
}

.anwp-pg-wrap .pt-3,
.anwp-pg-wrap .py-3 {
  padding-top: 1rem !important;
}

.anwp-pg-wrap .pr-3,
.anwp-pg-wrap .px-3 {
  padding-right: 1rem !important;
}

.anwp-pg-wrap .pb-3,
.anwp-pg-wrap .py-3 {
  padding-bottom: 1rem !important;
}

.anwp-pg-wrap .pl-3,
.anwp-pg-wrap .px-3 {
  padding-left: 1rem !important;
}

.anwp-pg-wrap .p-4 {
  padding: 1.5rem !important;
}

.anwp-pg-wrap .pt-4,
.anwp-pg-wrap .py-4 {
  padding-top: 1.5rem !important;
}

.anwp-pg-wrap .pr-4,
.anwp-pg-wrap .px-4 {
  padding-right: 1.5rem !important;
}

.anwp-pg-wrap .pb-4,
.anwp-pg-wrap .py-4 {
  padding-bottom: 1.5rem !important;
}

.anwp-pg-wrap .pl-4,
.anwp-pg-wrap .px-4 {
  padding-left: 1.5rem !important;
}

.anwp-pg-wrap .p-5 {
  padding: 3rem !important;
}

.anwp-pg-wrap .pt-5,
.anwp-pg-wrap .py-5 {
  padding-top: 3rem !important;
}

.anwp-pg-wrap .pr-5,
.anwp-pg-wrap .px-5 {
  padding-right: 3rem !important;
}

.anwp-pg-wrap .pb-5,
.anwp-pg-wrap .py-5 {
  padding-bottom: 3rem !important;
}

.anwp-pg-wrap .pl-5,
.anwp-pg-wrap .px-5 {
  padding-left: 3rem !important;
}

.anwp-pg-wrap .m-n1 {
  margin: -0.25rem !important;
}

.anwp-pg-wrap .mt-n1,
.anwp-pg-wrap .my-n1 {
  margin-top: -0.25rem !important;
}

.anwp-pg-wrap .mr-n1,
.anwp-pg-wrap .mx-n1 {
  margin-right: -0.25rem !important;
}

.anwp-pg-wrap .mb-n1,
.anwp-pg-wrap .my-n1 {
  margin-bottom: -0.25rem !important;
}

.anwp-pg-wrap .ml-n1,
.anwp-pg-wrap .mx-n1 {
  margin-left: -0.25rem !important;
}

.anwp-pg-wrap .m-n2 {
  margin: -0.5rem !important;
}

.anwp-pg-wrap .mt-n2,
.anwp-pg-wrap .my-n2 {
  margin-top: -0.5rem !important;
}

.anwp-pg-wrap .mr-n2,
.anwp-pg-wrap .mx-n2 {
  margin-right: -0.5rem !important;
}

.anwp-pg-wrap .mb-n2,
.anwp-pg-wrap .my-n2 {
  margin-bottom: -0.5rem !important;
}

.anwp-pg-wrap .ml-n2,
.anwp-pg-wrap .mx-n2 {
  margin-left: -0.5rem !important;
}

.anwp-pg-wrap .m-n3 {
  margin: -1rem !important;
}

.anwp-pg-wrap .mt-n3,
.anwp-pg-wrap .my-n3 {
  margin-top: -1rem !important;
}

.anwp-pg-wrap .mr-n3,
.anwp-pg-wrap .mx-n3 {
  margin-right: -1rem !important;
}

.anwp-pg-wrap .mb-n3,
.anwp-pg-wrap .my-n3 {
  margin-bottom: -1rem !important;
}

.anwp-pg-wrap .ml-n3,
.anwp-pg-wrap .mx-n3 {
  margin-left: -1rem !important;
}

.anwp-pg-wrap .m-n4 {
  margin: -1.5rem !important;
}

.anwp-pg-wrap .mt-n4,
.anwp-pg-wrap .my-n4 {
  margin-top: -1.5rem !important;
}

.anwp-pg-wrap .mr-n4,
.anwp-pg-wrap .mx-n4 {
  margin-right: -1.5rem !important;
}

.anwp-pg-wrap .mb-n4,
.anwp-pg-wrap .my-n4 {
  margin-bottom: -1.5rem !important;
}

.anwp-pg-wrap .ml-n4,
.anwp-pg-wrap .mx-n4 {
  margin-left: -1.5rem !important;
}

.anwp-pg-wrap .m-n5 {
  margin: -3rem !important;
}

.anwp-pg-wrap .mt-n5,
.anwp-pg-wrap .my-n5 {
  margin-top: -3rem !important;
}

.anwp-pg-wrap .mr-n5,
.anwp-pg-wrap .mx-n5 {
  margin-right: -3rem !important;
}

.anwp-pg-wrap .mb-n5,
.anwp-pg-wrap .my-n5 {
  margin-bottom: -3rem !important;
}

.anwp-pg-wrap .ml-n5,
.anwp-pg-wrap .mx-n5 {
  margin-left: -3rem !important;
}

.anwp-pg-wrap .m-auto {
  margin: auto !important;
}

.anwp-pg-wrap .mt-auto,
.anwp-pg-wrap .my-auto {
  margin-top: auto !important;
}

.anwp-pg-wrap .mr-auto,
.anwp-pg-wrap .mx-auto {
  margin-right: auto !important;
}

.anwp-pg-wrap .mb-auto,
.anwp-pg-wrap .my-auto {
  margin-bottom: auto !important;
}

.anwp-pg-wrap .ml-auto,
.anwp-pg-wrap .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .anwp-pg-wrap .m-sm-0 {
    margin: 0 !important;
  }
  .anwp-pg-wrap .mt-sm-0,
  .anwp-pg-wrap .my-sm-0 {
    margin-top: 0 !important;
  }
  .anwp-pg-wrap .mr-sm-0,
  .anwp-pg-wrap .mx-sm-0 {
    margin-right: 0 !important;
  }
  .anwp-pg-wrap .mb-sm-0,
  .anwp-pg-wrap .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .anwp-pg-wrap .ml-sm-0,
  .anwp-pg-wrap .mx-sm-0 {
    margin-left: 0 !important;
  }
  .anwp-pg-wrap .m-sm-1 {
    margin: 0.25rem !important;
  }
  .anwp-pg-wrap .mt-sm-1,
  .anwp-pg-wrap .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .anwp-pg-wrap .mr-sm-1,
  .anwp-pg-wrap .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .anwp-pg-wrap .mb-sm-1,
  .anwp-pg-wrap .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .anwp-pg-wrap .ml-sm-1,
  .anwp-pg-wrap .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .anwp-pg-wrap .m-sm-2 {
    margin: 0.5rem !important;
  }
  .anwp-pg-wrap .mt-sm-2,
  .anwp-pg-wrap .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .anwp-pg-wrap .mr-sm-2,
  .anwp-pg-wrap .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .anwp-pg-wrap .mb-sm-2,
  .anwp-pg-wrap .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .anwp-pg-wrap .ml-sm-2,
  .anwp-pg-wrap .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .anwp-pg-wrap .m-sm-3 {
    margin: 1rem !important;
  }
  .anwp-pg-wrap .mt-sm-3,
  .anwp-pg-wrap .my-sm-3 {
    margin-top: 1rem !important;
  }
  .anwp-pg-wrap .mr-sm-3,
  .anwp-pg-wrap .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .anwp-pg-wrap .mb-sm-3,
  .anwp-pg-wrap .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .anwp-pg-wrap .ml-sm-3,
  .anwp-pg-wrap .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .anwp-pg-wrap .m-sm-4 {
    margin: 1.5rem !important;
  }
  .anwp-pg-wrap .mt-sm-4,
  .anwp-pg-wrap .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .anwp-pg-wrap .mr-sm-4,
  .anwp-pg-wrap .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .anwp-pg-wrap .mb-sm-4,
  .anwp-pg-wrap .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .anwp-pg-wrap .ml-sm-4,
  .anwp-pg-wrap .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .anwp-pg-wrap .m-sm-5 {
    margin: 3rem !important;
  }
  .anwp-pg-wrap .mt-sm-5,
  .anwp-pg-wrap .my-sm-5 {
    margin-top: 3rem !important;
  }
  .anwp-pg-wrap .mr-sm-5,
  .anwp-pg-wrap .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .anwp-pg-wrap .mb-sm-5,
  .anwp-pg-wrap .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .anwp-pg-wrap .ml-sm-5,
  .anwp-pg-wrap .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .anwp-pg-wrap .p-sm-0 {
    padding: 0 !important;
  }
  .anwp-pg-wrap .pt-sm-0,
  .anwp-pg-wrap .py-sm-0 {
    padding-top: 0 !important;
  }
  .anwp-pg-wrap .pr-sm-0,
  .anwp-pg-wrap .px-sm-0 {
    padding-right: 0 !important;
  }
  .anwp-pg-wrap .pb-sm-0,
  .anwp-pg-wrap .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .anwp-pg-wrap .pl-sm-0,
  .anwp-pg-wrap .px-sm-0 {
    padding-left: 0 !important;
  }
  .anwp-pg-wrap .p-sm-1 {
    padding: 0.25rem !important;
  }
  .anwp-pg-wrap .pt-sm-1,
  .anwp-pg-wrap .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .anwp-pg-wrap .pr-sm-1,
  .anwp-pg-wrap .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .anwp-pg-wrap .pb-sm-1,
  .anwp-pg-wrap .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .anwp-pg-wrap .pl-sm-1,
  .anwp-pg-wrap .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .anwp-pg-wrap .p-sm-2 {
    padding: 0.5rem !important;
  }
  .anwp-pg-wrap .pt-sm-2,
  .anwp-pg-wrap .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .anwp-pg-wrap .pr-sm-2,
  .anwp-pg-wrap .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .anwp-pg-wrap .pb-sm-2,
  .anwp-pg-wrap .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .anwp-pg-wrap .pl-sm-2,
  .anwp-pg-wrap .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .anwp-pg-wrap .p-sm-3 {
    padding: 1rem !important;
  }
  .anwp-pg-wrap .pt-sm-3,
  .anwp-pg-wrap .py-sm-3 {
    padding-top: 1rem !important;
  }
  .anwp-pg-wrap .pr-sm-3,
  .anwp-pg-wrap .px-sm-3 {
    padding-right: 1rem !important;
  }
  .anwp-pg-wrap .pb-sm-3,
  .anwp-pg-wrap .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .anwp-pg-wrap .pl-sm-3,
  .anwp-pg-wrap .px-sm-3 {
    padding-left: 1rem !important;
  }
  .anwp-pg-wrap .p-sm-4 {
    padding: 1.5rem !important;
  }
  .anwp-pg-wrap .pt-sm-4,
  .anwp-pg-wrap .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .anwp-pg-wrap .pr-sm-4,
  .anwp-pg-wrap .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .anwp-pg-wrap .pb-sm-4,
  .anwp-pg-wrap .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .anwp-pg-wrap .pl-sm-4,
  .anwp-pg-wrap .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .anwp-pg-wrap .p-sm-5 {
    padding: 3rem !important;
  }
  .anwp-pg-wrap .pt-sm-5,
  .anwp-pg-wrap .py-sm-5 {
    padding-top: 3rem !important;
  }
  .anwp-pg-wrap .pr-sm-5,
  .anwp-pg-wrap .px-sm-5 {
    padding-right: 3rem !important;
  }
  .anwp-pg-wrap .pb-sm-5,
  .anwp-pg-wrap .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .anwp-pg-wrap .pl-sm-5,
  .anwp-pg-wrap .px-sm-5 {
    padding-left: 3rem !important;
  }
  .anwp-pg-wrap .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .anwp-pg-wrap .mt-sm-n1,
  .anwp-pg-wrap .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .anwp-pg-wrap .mr-sm-n1,
  .anwp-pg-wrap .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .anwp-pg-wrap .mb-sm-n1,
  .anwp-pg-wrap .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .anwp-pg-wrap .ml-sm-n1,
  .anwp-pg-wrap .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .anwp-pg-wrap .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .anwp-pg-wrap .mt-sm-n2,
  .anwp-pg-wrap .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .anwp-pg-wrap .mr-sm-n2,
  .anwp-pg-wrap .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .anwp-pg-wrap .mb-sm-n2,
  .anwp-pg-wrap .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .anwp-pg-wrap .ml-sm-n2,
  .anwp-pg-wrap .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .anwp-pg-wrap .m-sm-n3 {
    margin: -1rem !important;
  }
  .anwp-pg-wrap .mt-sm-n3,
  .anwp-pg-wrap .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .anwp-pg-wrap .mr-sm-n3,
  .anwp-pg-wrap .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .anwp-pg-wrap .mb-sm-n3,
  .anwp-pg-wrap .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .anwp-pg-wrap .ml-sm-n3,
  .anwp-pg-wrap .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .anwp-pg-wrap .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .anwp-pg-wrap .mt-sm-n4,
  .anwp-pg-wrap .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .anwp-pg-wrap .mr-sm-n4,
  .anwp-pg-wrap .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .anwp-pg-wrap .mb-sm-n4,
  .anwp-pg-wrap .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .anwp-pg-wrap .ml-sm-n4,
  .anwp-pg-wrap .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .anwp-pg-wrap .m-sm-n5 {
    margin: -3rem !important;
  }
  .anwp-pg-wrap .mt-sm-n5,
  .anwp-pg-wrap .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .anwp-pg-wrap .mr-sm-n5,
  .anwp-pg-wrap .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .anwp-pg-wrap .mb-sm-n5,
  .anwp-pg-wrap .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .anwp-pg-wrap .ml-sm-n5,
  .anwp-pg-wrap .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .anwp-pg-wrap .m-sm-auto {
    margin: auto !important;
  }
  .anwp-pg-wrap .mt-sm-auto,
  .anwp-pg-wrap .my-sm-auto {
    margin-top: auto !important;
  }
  .anwp-pg-wrap .mr-sm-auto,
  .anwp-pg-wrap .mx-sm-auto {
    margin-right: auto !important;
  }
  .anwp-pg-wrap .mb-sm-auto,
  .anwp-pg-wrap .my-sm-auto {
    margin-bottom: auto !important;
  }
  .anwp-pg-wrap .ml-sm-auto,
  .anwp-pg-wrap .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .anwp-pg-wrap .m-md-0 {
    margin: 0 !important;
  }
  .anwp-pg-wrap .mt-md-0,
  .anwp-pg-wrap .my-md-0 {
    margin-top: 0 !important;
  }
  .anwp-pg-wrap .mr-md-0,
  .anwp-pg-wrap .mx-md-0 {
    margin-right: 0 !important;
  }
  .anwp-pg-wrap .mb-md-0,
  .anwp-pg-wrap .my-md-0 {
    margin-bottom: 0 !important;
  }
  .anwp-pg-wrap .ml-md-0,
  .anwp-pg-wrap .mx-md-0 {
    margin-left: 0 !important;
  }
  .anwp-pg-wrap .m-md-1 {
    margin: 0.25rem !important;
  }
  .anwp-pg-wrap .mt-md-1,
  .anwp-pg-wrap .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .anwp-pg-wrap .mr-md-1,
  .anwp-pg-wrap .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .anwp-pg-wrap .mb-md-1,
  .anwp-pg-wrap .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .anwp-pg-wrap .ml-md-1,
  .anwp-pg-wrap .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .anwp-pg-wrap .m-md-2 {
    margin: 0.5rem !important;
  }
  .anwp-pg-wrap .mt-md-2,
  .anwp-pg-wrap .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .anwp-pg-wrap .mr-md-2,
  .anwp-pg-wrap .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .anwp-pg-wrap .mb-md-2,
  .anwp-pg-wrap .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .anwp-pg-wrap .ml-md-2,
  .anwp-pg-wrap .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .anwp-pg-wrap .m-md-3 {
    margin: 1rem !important;
  }
  .anwp-pg-wrap .mt-md-3,
  .anwp-pg-wrap .my-md-3 {
    margin-top: 1rem !important;
  }
  .anwp-pg-wrap .mr-md-3,
  .anwp-pg-wrap .mx-md-3 {
    margin-right: 1rem !important;
  }
  .anwp-pg-wrap .mb-md-3,
  .anwp-pg-wrap .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .anwp-pg-wrap .ml-md-3,
  .anwp-pg-wrap .mx-md-3 {
    margin-left: 1rem !important;
  }
  .anwp-pg-wrap .m-md-4 {
    margin: 1.5rem !important;
  }
  .anwp-pg-wrap .mt-md-4,
  .anwp-pg-wrap .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .anwp-pg-wrap .mr-md-4,
  .anwp-pg-wrap .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .anwp-pg-wrap .mb-md-4,
  .anwp-pg-wrap .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .anwp-pg-wrap .ml-md-4,
  .anwp-pg-wrap .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .anwp-pg-wrap .m-md-5 {
    margin: 3rem !important;
  }
  .anwp-pg-wrap .mt-md-5,
  .anwp-pg-wrap .my-md-5 {
    margin-top: 3rem !important;
  }
  .anwp-pg-wrap .mr-md-5,
  .anwp-pg-wrap .mx-md-5 {
    margin-right: 3rem !important;
  }
  .anwp-pg-wrap .mb-md-5,
  .anwp-pg-wrap .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .anwp-pg-wrap .ml-md-5,
  .anwp-pg-wrap .mx-md-5 {
    margin-left: 3rem !important;
  }
  .anwp-pg-wrap .p-md-0 {
    padding: 0 !important;
  }
  .anwp-pg-wrap .pt-md-0,
  .anwp-pg-wrap .py-md-0 {
    padding-top: 0 !important;
  }
  .anwp-pg-wrap .pr-md-0,
  .anwp-pg-wrap .px-md-0 {
    padding-right: 0 !important;
  }
  .anwp-pg-wrap .pb-md-0,
  .anwp-pg-wrap .py-md-0 {
    padding-bottom: 0 !important;
  }
  .anwp-pg-wrap .pl-md-0,
  .anwp-pg-wrap .px-md-0 {
    padding-left: 0 !important;
  }
  .anwp-pg-wrap .p-md-1 {
    padding: 0.25rem !important;
  }
  .anwp-pg-wrap .pt-md-1,
  .anwp-pg-wrap .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .anwp-pg-wrap .pr-md-1,
  .anwp-pg-wrap .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .anwp-pg-wrap .pb-md-1,
  .anwp-pg-wrap .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .anwp-pg-wrap .pl-md-1,
  .anwp-pg-wrap .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .anwp-pg-wrap .p-md-2 {
    padding: 0.5rem !important;
  }
  .anwp-pg-wrap .pt-md-2,
  .anwp-pg-wrap .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .anwp-pg-wrap .pr-md-2,
  .anwp-pg-wrap .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .anwp-pg-wrap .pb-md-2,
  .anwp-pg-wrap .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .anwp-pg-wrap .pl-md-2,
  .anwp-pg-wrap .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .anwp-pg-wrap .p-md-3 {
    padding: 1rem !important;
  }
  .anwp-pg-wrap .pt-md-3,
  .anwp-pg-wrap .py-md-3 {
    padding-top: 1rem !important;
  }
  .anwp-pg-wrap .pr-md-3,
  .anwp-pg-wrap .px-md-3 {
    padding-right: 1rem !important;
  }
  .anwp-pg-wrap .pb-md-3,
  .anwp-pg-wrap .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .anwp-pg-wrap .pl-md-3,
  .anwp-pg-wrap .px-md-3 {
    padding-left: 1rem !important;
  }
  .anwp-pg-wrap .p-md-4 {
    padding: 1.5rem !important;
  }
  .anwp-pg-wrap .pt-md-4,
  .anwp-pg-wrap .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .anwp-pg-wrap .pr-md-4,
  .anwp-pg-wrap .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .anwp-pg-wrap .pb-md-4,
  .anwp-pg-wrap .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .anwp-pg-wrap .pl-md-4,
  .anwp-pg-wrap .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .anwp-pg-wrap .p-md-5 {
    padding: 3rem !important;
  }
  .anwp-pg-wrap .pt-md-5,
  .anwp-pg-wrap .py-md-5 {
    padding-top: 3rem !important;
  }
  .anwp-pg-wrap .pr-md-5,
  .anwp-pg-wrap .px-md-5 {
    padding-right: 3rem !important;
  }
  .anwp-pg-wrap .pb-md-5,
  .anwp-pg-wrap .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .anwp-pg-wrap .pl-md-5,
  .anwp-pg-wrap .px-md-5 {
    padding-left: 3rem !important;
  }
  .anwp-pg-wrap .m-md-n1 {
    margin: -0.25rem !important;
  }
  .anwp-pg-wrap .mt-md-n1,
  .anwp-pg-wrap .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .anwp-pg-wrap .mr-md-n1,
  .anwp-pg-wrap .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .anwp-pg-wrap .mb-md-n1,
  .anwp-pg-wrap .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .anwp-pg-wrap .ml-md-n1,
  .anwp-pg-wrap .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .anwp-pg-wrap .m-md-n2 {
    margin: -0.5rem !important;
  }
  .anwp-pg-wrap .mt-md-n2,
  .anwp-pg-wrap .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .anwp-pg-wrap .mr-md-n2,
  .anwp-pg-wrap .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .anwp-pg-wrap .mb-md-n2,
  .anwp-pg-wrap .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .anwp-pg-wrap .ml-md-n2,
  .anwp-pg-wrap .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .anwp-pg-wrap .m-md-n3 {
    margin: -1rem !important;
  }
  .anwp-pg-wrap .mt-md-n3,
  .anwp-pg-wrap .my-md-n3 {
    margin-top: -1rem !important;
  }
  .anwp-pg-wrap .mr-md-n3,
  .anwp-pg-wrap .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .anwp-pg-wrap .mb-md-n3,
  .anwp-pg-wrap .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .anwp-pg-wrap .ml-md-n3,
  .anwp-pg-wrap .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .anwp-pg-wrap .m-md-n4 {
    margin: -1.5rem !important;
  }
  .anwp-pg-wrap .mt-md-n4,
  .anwp-pg-wrap .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .anwp-pg-wrap .mr-md-n4,
  .anwp-pg-wrap .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .anwp-pg-wrap .mb-md-n4,
  .anwp-pg-wrap .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .anwp-pg-wrap .ml-md-n4,
  .anwp-pg-wrap .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .anwp-pg-wrap .m-md-n5 {
    margin: -3rem !important;
  }
  .anwp-pg-wrap .mt-md-n5,
  .anwp-pg-wrap .my-md-n5 {
    margin-top: -3rem !important;
  }
  .anwp-pg-wrap .mr-md-n5,
  .anwp-pg-wrap .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .anwp-pg-wrap .mb-md-n5,
  .anwp-pg-wrap .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .anwp-pg-wrap .ml-md-n5,
  .anwp-pg-wrap .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .anwp-pg-wrap .m-md-auto {
    margin: auto !important;
  }
  .anwp-pg-wrap .mt-md-auto,
  .anwp-pg-wrap .my-md-auto {
    margin-top: auto !important;
  }
  .anwp-pg-wrap .mr-md-auto,
  .anwp-pg-wrap .mx-md-auto {
    margin-right: auto !important;
  }
  .anwp-pg-wrap .mb-md-auto,
  .anwp-pg-wrap .my-md-auto {
    margin-bottom: auto !important;
  }
  .anwp-pg-wrap .ml-md-auto,
  .anwp-pg-wrap .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .anwp-pg-wrap .m-lg-0 {
    margin: 0 !important;
  }
  .anwp-pg-wrap .mt-lg-0,
  .anwp-pg-wrap .my-lg-0 {
    margin-top: 0 !important;
  }
  .anwp-pg-wrap .mr-lg-0,
  .anwp-pg-wrap .mx-lg-0 {
    margin-right: 0 !important;
  }
  .anwp-pg-wrap .mb-lg-0,
  .anwp-pg-wrap .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .anwp-pg-wrap .ml-lg-0,
  .anwp-pg-wrap .mx-lg-0 {
    margin-left: 0 !important;
  }
  .anwp-pg-wrap .m-lg-1 {
    margin: 0.25rem !important;
  }
  .anwp-pg-wrap .mt-lg-1,
  .anwp-pg-wrap .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .anwp-pg-wrap .mr-lg-1,
  .anwp-pg-wrap .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .anwp-pg-wrap .mb-lg-1,
  .anwp-pg-wrap .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .anwp-pg-wrap .ml-lg-1,
  .anwp-pg-wrap .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .anwp-pg-wrap .m-lg-2 {
    margin: 0.5rem !important;
  }
  .anwp-pg-wrap .mt-lg-2,
  .anwp-pg-wrap .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .anwp-pg-wrap .mr-lg-2,
  .anwp-pg-wrap .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .anwp-pg-wrap .mb-lg-2,
  .anwp-pg-wrap .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .anwp-pg-wrap .ml-lg-2,
  .anwp-pg-wrap .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .anwp-pg-wrap .m-lg-3 {
    margin: 1rem !important;
  }
  .anwp-pg-wrap .mt-lg-3,
  .anwp-pg-wrap .my-lg-3 {
    margin-top: 1rem !important;
  }
  .anwp-pg-wrap .mr-lg-3,
  .anwp-pg-wrap .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .anwp-pg-wrap .mb-lg-3,
  .anwp-pg-wrap .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .anwp-pg-wrap .ml-lg-3,
  .anwp-pg-wrap .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .anwp-pg-wrap .m-lg-4 {
    margin: 1.5rem !important;
  }
  .anwp-pg-wrap .mt-lg-4,
  .anwp-pg-wrap .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .anwp-pg-wrap .mr-lg-4,
  .anwp-pg-wrap .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .anwp-pg-wrap .mb-lg-4,
  .anwp-pg-wrap .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .anwp-pg-wrap .ml-lg-4,
  .anwp-pg-wrap .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .anwp-pg-wrap .m-lg-5 {
    margin: 3rem !important;
  }
  .anwp-pg-wrap .mt-lg-5,
  .anwp-pg-wrap .my-lg-5 {
    margin-top: 3rem !important;
  }
  .anwp-pg-wrap .mr-lg-5,
  .anwp-pg-wrap .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .anwp-pg-wrap .mb-lg-5,
  .anwp-pg-wrap .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .anwp-pg-wrap .ml-lg-5,
  .anwp-pg-wrap .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .anwp-pg-wrap .p-lg-0 {
    padding: 0 !important;
  }
  .anwp-pg-wrap .pt-lg-0,
  .anwp-pg-wrap .py-lg-0 {
    padding-top: 0 !important;
  }
  .anwp-pg-wrap .pr-lg-0,
  .anwp-pg-wrap .px-lg-0 {
    padding-right: 0 !important;
  }
  .anwp-pg-wrap .pb-lg-0,
  .anwp-pg-wrap .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .anwp-pg-wrap .pl-lg-0,
  .anwp-pg-wrap .px-lg-0 {
    padding-left: 0 !important;
  }
  .anwp-pg-wrap .p-lg-1 {
    padding: 0.25rem !important;
  }
  .anwp-pg-wrap .pt-lg-1,
  .anwp-pg-wrap .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .anwp-pg-wrap .pr-lg-1,
  .anwp-pg-wrap .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .anwp-pg-wrap .pb-lg-1,
  .anwp-pg-wrap .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .anwp-pg-wrap .pl-lg-1,
  .anwp-pg-wrap .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .anwp-pg-wrap .p-lg-2 {
    padding: 0.5rem !important;
  }
  .anwp-pg-wrap .pt-lg-2,
  .anwp-pg-wrap .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .anwp-pg-wrap .pr-lg-2,
  .anwp-pg-wrap .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .anwp-pg-wrap .pb-lg-2,
  .anwp-pg-wrap .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .anwp-pg-wrap .pl-lg-2,
  .anwp-pg-wrap .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .anwp-pg-wrap .p-lg-3 {
    padding: 1rem !important;
  }
  .anwp-pg-wrap .pt-lg-3,
  .anwp-pg-wrap .py-lg-3 {
    padding-top: 1rem !important;
  }
  .anwp-pg-wrap .pr-lg-3,
  .anwp-pg-wrap .px-lg-3 {
    padding-right: 1rem !important;
  }
  .anwp-pg-wrap .pb-lg-3,
  .anwp-pg-wrap .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .anwp-pg-wrap .pl-lg-3,
  .anwp-pg-wrap .px-lg-3 {
    padding-left: 1rem !important;
  }
  .anwp-pg-wrap .p-lg-4 {
    padding: 1.5rem !important;
  }
  .anwp-pg-wrap .pt-lg-4,
  .anwp-pg-wrap .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .anwp-pg-wrap .pr-lg-4,
  .anwp-pg-wrap .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .anwp-pg-wrap .pb-lg-4,
  .anwp-pg-wrap .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .anwp-pg-wrap .pl-lg-4,
  .anwp-pg-wrap .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .anwp-pg-wrap .p-lg-5 {
    padding: 3rem !important;
  }
  .anwp-pg-wrap .pt-lg-5,
  .anwp-pg-wrap .py-lg-5 {
    padding-top: 3rem !important;
  }
  .anwp-pg-wrap .pr-lg-5,
  .anwp-pg-wrap .px-lg-5 {
    padding-right: 3rem !important;
  }
  .anwp-pg-wrap .pb-lg-5,
  .anwp-pg-wrap .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .anwp-pg-wrap .pl-lg-5,
  .anwp-pg-wrap .px-lg-5 {
    padding-left: 3rem !important;
  }
  .anwp-pg-wrap .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .anwp-pg-wrap .mt-lg-n1,
  .anwp-pg-wrap .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .anwp-pg-wrap .mr-lg-n1,
  .anwp-pg-wrap .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .anwp-pg-wrap .mb-lg-n1,
  .anwp-pg-wrap .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .anwp-pg-wrap .ml-lg-n1,
  .anwp-pg-wrap .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .anwp-pg-wrap .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .anwp-pg-wrap .mt-lg-n2,
  .anwp-pg-wrap .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .anwp-pg-wrap .mr-lg-n2,
  .anwp-pg-wrap .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .anwp-pg-wrap .mb-lg-n2,
  .anwp-pg-wrap .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .anwp-pg-wrap .ml-lg-n2,
  .anwp-pg-wrap .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .anwp-pg-wrap .m-lg-n3 {
    margin: -1rem !important;
  }
  .anwp-pg-wrap .mt-lg-n3,
  .anwp-pg-wrap .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .anwp-pg-wrap .mr-lg-n3,
  .anwp-pg-wrap .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .anwp-pg-wrap .mb-lg-n3,
  .anwp-pg-wrap .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .anwp-pg-wrap .ml-lg-n3,
  .anwp-pg-wrap .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .anwp-pg-wrap .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .anwp-pg-wrap .mt-lg-n4,
  .anwp-pg-wrap .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .anwp-pg-wrap .mr-lg-n4,
  .anwp-pg-wrap .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .anwp-pg-wrap .mb-lg-n4,
  .anwp-pg-wrap .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .anwp-pg-wrap .ml-lg-n4,
  .anwp-pg-wrap .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .anwp-pg-wrap .m-lg-n5 {
    margin: -3rem !important;
  }
  .anwp-pg-wrap .mt-lg-n5,
  .anwp-pg-wrap .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .anwp-pg-wrap .mr-lg-n5,
  .anwp-pg-wrap .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .anwp-pg-wrap .mb-lg-n5,
  .anwp-pg-wrap .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .anwp-pg-wrap .ml-lg-n5,
  .anwp-pg-wrap .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .anwp-pg-wrap .m-lg-auto {
    margin: auto !important;
  }
  .anwp-pg-wrap .mt-lg-auto,
  .anwp-pg-wrap .my-lg-auto {
    margin-top: auto !important;
  }
  .anwp-pg-wrap .mr-lg-auto,
  .anwp-pg-wrap .mx-lg-auto {
    margin-right: auto !important;
  }
  .anwp-pg-wrap .mb-lg-auto,
  .anwp-pg-wrap .my-lg-auto {
    margin-bottom: auto !important;
  }
  .anwp-pg-wrap .ml-lg-auto,
  .anwp-pg-wrap .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .anwp-pg-wrap .m-xl-0 {
    margin: 0 !important;
  }
  .anwp-pg-wrap .mt-xl-0,
  .anwp-pg-wrap .my-xl-0 {
    margin-top: 0 !important;
  }
  .anwp-pg-wrap .mr-xl-0,
  .anwp-pg-wrap .mx-xl-0 {
    margin-right: 0 !important;
  }
  .anwp-pg-wrap .mb-xl-0,
  .anwp-pg-wrap .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .anwp-pg-wrap .ml-xl-0,
  .anwp-pg-wrap .mx-xl-0 {
    margin-left: 0 !important;
  }
  .anwp-pg-wrap .m-xl-1 {
    margin: 0.25rem !important;
  }
  .anwp-pg-wrap .mt-xl-1,
  .anwp-pg-wrap .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .anwp-pg-wrap .mr-xl-1,
  .anwp-pg-wrap .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .anwp-pg-wrap .mb-xl-1,
  .anwp-pg-wrap .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .anwp-pg-wrap .ml-xl-1,
  .anwp-pg-wrap .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .anwp-pg-wrap .m-xl-2 {
    margin: 0.5rem !important;
  }
  .anwp-pg-wrap .mt-xl-2,
  .anwp-pg-wrap .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .anwp-pg-wrap .mr-xl-2,
  .anwp-pg-wrap .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .anwp-pg-wrap .mb-xl-2,
  .anwp-pg-wrap .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .anwp-pg-wrap .ml-xl-2,
  .anwp-pg-wrap .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .anwp-pg-wrap .m-xl-3 {
    margin: 1rem !important;
  }
  .anwp-pg-wrap .mt-xl-3,
  .anwp-pg-wrap .my-xl-3 {
    margin-top: 1rem !important;
  }
  .anwp-pg-wrap .mr-xl-3,
  .anwp-pg-wrap .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .anwp-pg-wrap .mb-xl-3,
  .anwp-pg-wrap .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .anwp-pg-wrap .ml-xl-3,
  .anwp-pg-wrap .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .anwp-pg-wrap .m-xl-4 {
    margin: 1.5rem !important;
  }
  .anwp-pg-wrap .mt-xl-4,
  .anwp-pg-wrap .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .anwp-pg-wrap .mr-xl-4,
  .anwp-pg-wrap .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .anwp-pg-wrap .mb-xl-4,
  .anwp-pg-wrap .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .anwp-pg-wrap .ml-xl-4,
  .anwp-pg-wrap .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .anwp-pg-wrap .m-xl-5 {
    margin: 3rem !important;
  }
  .anwp-pg-wrap .mt-xl-5,
  .anwp-pg-wrap .my-xl-5 {
    margin-top: 3rem !important;
  }
  .anwp-pg-wrap .mr-xl-5,
  .anwp-pg-wrap .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .anwp-pg-wrap .mb-xl-5,
  .anwp-pg-wrap .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .anwp-pg-wrap .ml-xl-5,
  .anwp-pg-wrap .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .anwp-pg-wrap .p-xl-0 {
    padding: 0 !important;
  }
  .anwp-pg-wrap .pt-xl-0,
  .anwp-pg-wrap .py-xl-0 {
    padding-top: 0 !important;
  }
  .anwp-pg-wrap .pr-xl-0,
  .anwp-pg-wrap .px-xl-0 {
    padding-right: 0 !important;
  }
  .anwp-pg-wrap .pb-xl-0,
  .anwp-pg-wrap .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .anwp-pg-wrap .pl-xl-0,
  .anwp-pg-wrap .px-xl-0 {
    padding-left: 0 !important;
  }
  .anwp-pg-wrap .p-xl-1 {
    padding: 0.25rem !important;
  }
  .anwp-pg-wrap .pt-xl-1,
  .anwp-pg-wrap .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .anwp-pg-wrap .pr-xl-1,
  .anwp-pg-wrap .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .anwp-pg-wrap .pb-xl-1,
  .anwp-pg-wrap .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .anwp-pg-wrap .pl-xl-1,
  .anwp-pg-wrap .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .anwp-pg-wrap .p-xl-2 {
    padding: 0.5rem !important;
  }
  .anwp-pg-wrap .pt-xl-2,
  .anwp-pg-wrap .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .anwp-pg-wrap .pr-xl-2,
  .anwp-pg-wrap .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .anwp-pg-wrap .pb-xl-2,
  .anwp-pg-wrap .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .anwp-pg-wrap .pl-xl-2,
  .anwp-pg-wrap .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .anwp-pg-wrap .p-xl-3 {
    padding: 1rem !important;
  }
  .anwp-pg-wrap .pt-xl-3,
  .anwp-pg-wrap .py-xl-3 {
    padding-top: 1rem !important;
  }
  .anwp-pg-wrap .pr-xl-3,
  .anwp-pg-wrap .px-xl-3 {
    padding-right: 1rem !important;
  }
  .anwp-pg-wrap .pb-xl-3,
  .anwp-pg-wrap .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .anwp-pg-wrap .pl-xl-3,
  .anwp-pg-wrap .px-xl-3 {
    padding-left: 1rem !important;
  }
  .anwp-pg-wrap .p-xl-4 {
    padding: 1.5rem !important;
  }
  .anwp-pg-wrap .pt-xl-4,
  .anwp-pg-wrap .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .anwp-pg-wrap .pr-xl-4,
  .anwp-pg-wrap .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .anwp-pg-wrap .pb-xl-4,
  .anwp-pg-wrap .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .anwp-pg-wrap .pl-xl-4,
  .anwp-pg-wrap .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .anwp-pg-wrap .p-xl-5 {
    padding: 3rem !important;
  }
  .anwp-pg-wrap .pt-xl-5,
  .anwp-pg-wrap .py-xl-5 {
    padding-top: 3rem !important;
  }
  .anwp-pg-wrap .pr-xl-5,
  .anwp-pg-wrap .px-xl-5 {
    padding-right: 3rem !important;
  }
  .anwp-pg-wrap .pb-xl-5,
  .anwp-pg-wrap .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .anwp-pg-wrap .pl-xl-5,
  .anwp-pg-wrap .px-xl-5 {
    padding-left: 3rem !important;
  }
  .anwp-pg-wrap .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .anwp-pg-wrap .mt-xl-n1,
  .anwp-pg-wrap .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .anwp-pg-wrap .mr-xl-n1,
  .anwp-pg-wrap .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .anwp-pg-wrap .mb-xl-n1,
  .anwp-pg-wrap .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .anwp-pg-wrap .ml-xl-n1,
  .anwp-pg-wrap .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .anwp-pg-wrap .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .anwp-pg-wrap .mt-xl-n2,
  .anwp-pg-wrap .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .anwp-pg-wrap .mr-xl-n2,
  .anwp-pg-wrap .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .anwp-pg-wrap .mb-xl-n2,
  .anwp-pg-wrap .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .anwp-pg-wrap .ml-xl-n2,
  .anwp-pg-wrap .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .anwp-pg-wrap .m-xl-n3 {
    margin: -1rem !important;
  }
  .anwp-pg-wrap .mt-xl-n3,
  .anwp-pg-wrap .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .anwp-pg-wrap .mr-xl-n3,
  .anwp-pg-wrap .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .anwp-pg-wrap .mb-xl-n3,
  .anwp-pg-wrap .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .anwp-pg-wrap .ml-xl-n3,
  .anwp-pg-wrap .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .anwp-pg-wrap .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .anwp-pg-wrap .mt-xl-n4,
  .anwp-pg-wrap .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .anwp-pg-wrap .mr-xl-n4,
  .anwp-pg-wrap .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .anwp-pg-wrap .mb-xl-n4,
  .anwp-pg-wrap .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .anwp-pg-wrap .ml-xl-n4,
  .anwp-pg-wrap .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .anwp-pg-wrap .m-xl-n5 {
    margin: -3rem !important;
  }
  .anwp-pg-wrap .mt-xl-n5,
  .anwp-pg-wrap .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .anwp-pg-wrap .mr-xl-n5,
  .anwp-pg-wrap .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .anwp-pg-wrap .mb-xl-n5,
  .anwp-pg-wrap .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .anwp-pg-wrap .ml-xl-n5,
  .anwp-pg-wrap .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .anwp-pg-wrap .m-xl-auto {
    margin: auto !important;
  }
  .anwp-pg-wrap .mt-xl-auto,
  .anwp-pg-wrap .my-xl-auto {
    margin-top: auto !important;
  }
  .anwp-pg-wrap .mr-xl-auto,
  .anwp-pg-wrap .mx-xl-auto {
    margin-right: auto !important;
  }
  .anwp-pg-wrap .mb-xl-auto,
  .anwp-pg-wrap .my-xl-auto {
    margin-bottom: auto !important;
  }
  .anwp-pg-wrap .ml-xl-auto,
  .anwp-pg-wrap .mx-xl-auto {
    margin-left: auto !important;
  }
}

.anwp-pg-wrap .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.anwp-pg-wrap .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.anwp-pg-wrap .text-justify {
  text-align: justify !important;
}

.anwp-pg-wrap .text-wrap {
  white-space: normal !important;
}

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

.anwp-pg-wrap .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.anwp-pg-wrap .text-left {
  text-align: left !important;
}

.anwp-pg-wrap .text-right {
  text-align: right !important;
}

.anwp-pg-wrap .text-center {
  text-align: center !important;
}

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

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

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

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

.anwp-pg-wrap .text-lowercase {
  text-transform: lowercase !important;
}

.anwp-pg-wrap .text-uppercase {
  text-transform: uppercase !important;
}

.anwp-pg-wrap .text-capitalize {
  text-transform: capitalize !important;
}

.anwp-pg-wrap .font-weight-light {
  font-weight: 300 !important;
}

.anwp-pg-wrap .font-weight-lighter {
  font-weight: lighter !important;
}

.anwp-pg-wrap .font-weight-normal {
  font-weight: 400 !important;
}

.anwp-pg-wrap .font-weight-bold {
  font-weight: 700 !important;
}

.anwp-pg-wrap .font-weight-bolder {
  font-weight: bolder !important;
}

.anwp-pg-wrap .font-italic {
  font-style: italic !important;
}

.anwp-pg-wrap .text-white {
  color: #fff !important;
}

.anwp-pg-wrap .text-primary {
  color: #0085ba !important;
}

.anwp-pg-wrap a.text-primary:hover, .anwp-pg-wrap a.text-primary:focus {
  color: #004e6e !important;
}

.anwp-pg-wrap .text-secondary {
  color: #6c757d !important;
}

.anwp-pg-wrap a.text-secondary:hover, .anwp-pg-wrap a.text-secondary:focus {
  color: #494f54 !important;
}

.anwp-pg-wrap .text-success {
  color: #388E3C !important;
}

.anwp-pg-wrap a.text-success:hover, .anwp-pg-wrap a.text-success:focus {
  color: #225725 !important;
}

.anwp-pg-wrap .text-info {
  color: #17a2b8 !important;
}

.anwp-pg-wrap a.text-info:hover, .anwp-pg-wrap a.text-info:focus {
  color: #0f6674 !important;
}

.anwp-pg-wrap .text-warning {
  color: #FBC02D !important;
}

.anwp-pg-wrap a.text-warning:hover, .anwp-pg-wrap a.text-warning:focus {
  color: #d79b04 !important;
}

.anwp-pg-wrap .text-danger {
  color: #dc3545 !important;
}

.anwp-pg-wrap a.text-danger:hover, .anwp-pg-wrap a.text-danger:focus {
  color: #a71d2a !important;
}

.anwp-pg-wrap .text-light {
  color: #f8f9fa !important;
}

.anwp-pg-wrap a.text-light:hover, .anwp-pg-wrap a.text-light:focus {
  color: #cbd3da !important;
}

.anwp-pg-wrap .text-dark {
  color: #343a40 !important;
}

.anwp-pg-wrap a.text-dark:hover, .anwp-pg-wrap a.text-dark:focus {
  color: #121416 !important;
}

.anwp-pg-wrap .text-body {
  color: #212529 !important;
}

.anwp-pg-wrap .text-muted {
  color: #6c757d !important;
}

.anwp-pg-wrap .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.anwp-pg-wrap .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.anwp-pg-wrap .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.anwp-pg-wrap .text-decoration-none {
  text-decoration: none !important;
}

.anwp-pg-wrap .text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.anwp-pg-wrap .text-reset {
  color: inherit !important;
}

.anwp-pg-wrap .visible {
  visibility: visible !important;
}

.anwp-pg-wrap .invisible {
  visibility: hidden !important;
}

.anwp-pg-wrap .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .anwp-pg-wrap .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.anwp-pg-wrap .btn:hover {
  color: #212529;
  text-decoration: none;
}

.anwp-pg-wrap .btn:focus, .anwp-pg-wrap .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 133, 186, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 133, 186, 0.25);
}

.anwp-pg-wrap .btn.disabled, .anwp-pg-wrap .btn:disabled {
  opacity: 0.65;
}

.anwp-pg-wrap .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.anwp-pg-wrap a.btn.disabled,
.anwp-pg-wrap fieldset:disabled a.btn {
  pointer-events: none;
}

.anwp-pg-wrap .btn-primary {
  color: #fff;
  background-color: #0085ba;
  border-color: #0085ba;
}

.anwp-pg-wrap .btn-primary:hover {
  color: #fff;
  background-color: #006a94;
  border-color: #006187;
}

.anwp-pg-wrap .btn-primary:focus, .anwp-pg-wrap .btn-primary.focus {
  color: #fff;
  background-color: #006a94;
  border-color: #006187;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 151, 196, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 151, 196, 0.5);
}

.anwp-pg-wrap .btn-primary.disabled, .anwp-pg-wrap .btn-primary:disabled {
  color: #fff;
  background-color: #0085ba;
  border-color: #0085ba;
}

.anwp-pg-wrap .btn-primary:not(:disabled):not(.disabled):active, .anwp-pg-wrap .btn-primary:not(:disabled):not(.disabled).active,
.show > .anwp-pg-wrap .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #006187;
  border-color: #00577a;
}

.anwp-pg-wrap .btn-primary:not(:disabled):not(.disabled):active:focus, .anwp-pg-wrap .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .anwp-pg-wrap .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 151, 196, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 151, 196, 0.5);
}

.anwp-pg-wrap .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

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

.anwp-pg-wrap .btn-secondary:focus, .anwp-pg-wrap .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.anwp-pg-wrap .btn-secondary.disabled, .anwp-pg-wrap .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.anwp-pg-wrap .btn-secondary:not(:disabled):not(.disabled):active, .anwp-pg-wrap .btn-secondary:not(:disabled):not(.disabled).active,
.show > .anwp-pg-wrap .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.anwp-pg-wrap .btn-secondary:not(:disabled):not(.disabled):active:focus, .anwp-pg-wrap .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .anwp-pg-wrap .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.anwp-pg-wrap .btn-success {
  color: #fff;
  background-color: #388E3C;
  border-color: #388E3C;
}

.anwp-pg-wrap .btn-success:hover {
  color: #fff;
  background-color: #2d7330;
  border-color: #2a692d;
}

.anwp-pg-wrap .btn-success:focus, .anwp-pg-wrap .btn-success.focus {
  color: #fff;
  background-color: #2d7330;
  border-color: #2a692d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(86, 159, 89, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(86, 159, 89, 0.5);
}

.anwp-pg-wrap .btn-success.disabled, .anwp-pg-wrap .btn-success:disabled {
  color: #fff;
  background-color: #388E3C;
  border-color: #388E3C;
}

.anwp-pg-wrap .btn-success:not(:disabled):not(.disabled):active, .anwp-pg-wrap .btn-success:not(:disabled):not(.disabled).active,
.show > .anwp-pg-wrap .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2a692d;
  border-color: #266029;
}

.anwp-pg-wrap .btn-success:not(:disabled):not(.disabled):active:focus, .anwp-pg-wrap .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .anwp-pg-wrap .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(86, 159, 89, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(86, 159, 89, 0.5);
}

.anwp-pg-wrap .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

.anwp-pg-wrap .btn-info:focus, .anwp-pg-wrap .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.anwp-pg-wrap .btn-info.disabled, .anwp-pg-wrap .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.anwp-pg-wrap .btn-info:not(:disabled):not(.disabled):active, .anwp-pg-wrap .btn-info:not(:disabled):not(.disabled).active,
.show > .anwp-pg-wrap .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.anwp-pg-wrap .btn-info:not(:disabled):not(.disabled):active:focus, .anwp-pg-wrap .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .anwp-pg-wrap .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.anwp-pg-wrap .btn-warning {
  color: #212529;
  background-color: #FBC02D;
  border-color: #FBC02D;
}

.anwp-pg-wrap .btn-warning:hover {
  color: #212529;
  background-color: #fab507;
  border-color: #f0ad05;
}

.anwp-pg-wrap .btn-warning:focus, .anwp-pg-wrap .btn-warning.focus {
  color: #212529;
  background-color: #fab507;
  border-color: #f0ad05;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 169, 44, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(218, 169, 44, 0.5);
}

.anwp-pg-wrap .btn-warning.disabled, .anwp-pg-wrap .btn-warning:disabled {
  color: #212529;
  background-color: #FBC02D;
  border-color: #FBC02D;
}

.anwp-pg-wrap .btn-warning:not(:disabled):not(.disabled):active, .anwp-pg-wrap .btn-warning:not(:disabled):not(.disabled).active,
.show > .anwp-pg-wrap .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f0ad05;
  border-color: #e4a404;
}

.anwp-pg-wrap .btn-warning:not(:disabled):not(.disabled):active:focus, .anwp-pg-wrap .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .anwp-pg-wrap .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 169, 44, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(218, 169, 44, 0.5);
}

.anwp-pg-wrap .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.anwp-pg-wrap .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.anwp-pg-wrap .btn-danger:focus, .anwp-pg-wrap .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.anwp-pg-wrap .btn-danger.disabled, .anwp-pg-wrap .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.anwp-pg-wrap .btn-danger:not(:disabled):not(.disabled):active, .anwp-pg-wrap .btn-danger:not(:disabled):not(.disabled).active,
.show > .anwp-pg-wrap .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.anwp-pg-wrap .btn-danger:not(:disabled):not(.disabled):active:focus, .anwp-pg-wrap .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .anwp-pg-wrap .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.anwp-pg-wrap .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.anwp-pg-wrap .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.anwp-pg-wrap .btn-light:focus, .anwp-pg-wrap .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.anwp-pg-wrap .btn-light.disabled, .anwp-pg-wrap .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.anwp-pg-wrap .btn-light:not(:disabled):not(.disabled):active, .anwp-pg-wrap .btn-light:not(:disabled):not(.disabled).active,
.show > .anwp-pg-wrap .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.anwp-pg-wrap .btn-light:not(:disabled):not(.disabled):active:focus, .anwp-pg-wrap .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .anwp-pg-wrap .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.anwp-pg-wrap .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

.anwp-pg-wrap .btn-dark:focus, .anwp-pg-wrap .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.anwp-pg-wrap .btn-dark.disabled, .anwp-pg-wrap .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.anwp-pg-wrap .btn-dark:not(:disabled):not(.disabled):active, .anwp-pg-wrap .btn-dark:not(:disabled):not(.disabled).active,
.show > .anwp-pg-wrap .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.anwp-pg-wrap .btn-dark:not(:disabled):not(.disabled):active:focus, .anwp-pg-wrap .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .anwp-pg-wrap .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.anwp-pg-wrap .btn-outline-primary {
  color: #0085ba;
  border-color: #0085ba;
}

.anwp-pg-wrap .btn-outline-primary:hover {
  color: #fff;
  background-color: #0085ba;
  border-color: #0085ba;
}

.anwp-pg-wrap .btn-outline-primary:focus, .anwp-pg-wrap .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 133, 186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 133, 186, 0.5);
}

.anwp-pg-wrap .btn-outline-primary.disabled, .anwp-pg-wrap .btn-outline-primary:disabled {
  color: #0085ba;
  background-color: transparent;
}

.anwp-pg-wrap .btn-outline-primary:not(:disabled):not(.disabled):active, .anwp-pg-wrap .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .anwp-pg-wrap .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0085ba;
  border-color: #0085ba;
}

.anwp-pg-wrap .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .anwp-pg-wrap .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .anwp-pg-wrap .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 133, 186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 133, 186, 0.5);
}

.anwp-pg-wrap .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.anwp-pg-wrap .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.anwp-pg-wrap .btn-outline-secondary:focus, .anwp-pg-wrap .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.anwp-pg-wrap .btn-outline-secondary.disabled, .anwp-pg-wrap .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.anwp-pg-wrap .btn-outline-secondary:not(:disabled):not(.disabled):active, .anwp-pg-wrap .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .anwp-pg-wrap .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.anwp-pg-wrap .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .anwp-pg-wrap .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .anwp-pg-wrap .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.anwp-pg-wrap .btn-outline-success {
  color: #388E3C;
  border-color: #388E3C;
}

.anwp-pg-wrap .btn-outline-success:hover {
  color: #fff;
  background-color: #388E3C;
  border-color: #388E3C;
}

.anwp-pg-wrap .btn-outline-success:focus, .anwp-pg-wrap .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 142, 60, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(56, 142, 60, 0.5);
}

.anwp-pg-wrap .btn-outline-success.disabled, .anwp-pg-wrap .btn-outline-success:disabled {
  color: #388E3C;
  background-color: transparent;
}

.anwp-pg-wrap .btn-outline-success:not(:disabled):not(.disabled):active, .anwp-pg-wrap .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .anwp-pg-wrap .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #388E3C;
  border-color: #388E3C;
}

.anwp-pg-wrap .btn-outline-success:not(:disabled):not(.disabled):active:focus, .anwp-pg-wrap .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .anwp-pg-wrap .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 142, 60, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(56, 142, 60, 0.5);
}

.anwp-pg-wrap .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.anwp-pg-wrap .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.anwp-pg-wrap .btn-outline-info:focus, .anwp-pg-wrap .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.anwp-pg-wrap .btn-outline-info.disabled, .anwp-pg-wrap .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.anwp-pg-wrap .btn-outline-info:not(:disabled):not(.disabled):active, .anwp-pg-wrap .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .anwp-pg-wrap .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.anwp-pg-wrap .btn-outline-info:not(:disabled):not(.disabled):active:focus, .anwp-pg-wrap .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .anwp-pg-wrap .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.anwp-pg-wrap .btn-outline-warning {
  color: #FBC02D;
  border-color: #FBC02D;
}

.anwp-pg-wrap .btn-outline-warning:hover {
  color: #212529;
  background-color: #FBC02D;
  border-color: #FBC02D;
}

.anwp-pg-wrap .btn-outline-warning:focus, .anwp-pg-wrap .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 192, 45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(251, 192, 45, 0.5);
}

.anwp-pg-wrap .btn-outline-warning.disabled, .anwp-pg-wrap .btn-outline-warning:disabled {
  color: #FBC02D;
  background-color: transparent;
}

.anwp-pg-wrap .btn-outline-warning:not(:disabled):not(.disabled):active, .anwp-pg-wrap .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .anwp-pg-wrap .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #FBC02D;
  border-color: #FBC02D;
}

.anwp-pg-wrap .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .anwp-pg-wrap .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .anwp-pg-wrap .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 192, 45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(251, 192, 45, 0.5);
}

.anwp-pg-wrap .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.anwp-pg-wrap .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.anwp-pg-wrap .btn-outline-danger:focus, .anwp-pg-wrap .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.anwp-pg-wrap .btn-outline-danger.disabled, .anwp-pg-wrap .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.anwp-pg-wrap .btn-outline-danger:not(:disabled):not(.disabled):active, .anwp-pg-wrap .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .anwp-pg-wrap .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.anwp-pg-wrap .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .anwp-pg-wrap .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .anwp-pg-wrap .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.anwp-pg-wrap .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.anwp-pg-wrap .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.anwp-pg-wrap .btn-outline-light:focus, .anwp-pg-wrap .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.anwp-pg-wrap .btn-outline-light.disabled, .anwp-pg-wrap .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.anwp-pg-wrap .btn-outline-light:not(:disabled):not(.disabled):active, .anwp-pg-wrap .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .anwp-pg-wrap .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.anwp-pg-wrap .btn-outline-light:not(:disabled):not(.disabled):active:focus, .anwp-pg-wrap .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .anwp-pg-wrap .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.anwp-pg-wrap .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.anwp-pg-wrap .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.anwp-pg-wrap .btn-outline-dark:focus, .anwp-pg-wrap .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.anwp-pg-wrap .btn-outline-dark.disabled, .anwp-pg-wrap .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.anwp-pg-wrap .btn-outline-dark:not(:disabled):not(.disabled):active, .anwp-pg-wrap .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .anwp-pg-wrap .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.anwp-pg-wrap .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .anwp-pg-wrap .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .anwp-pg-wrap .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.anwp-pg-wrap .btn-link {
  font-weight: 400;
  color: #0085ba;
  text-decoration: none;
}

.anwp-pg-wrap .btn-link:hover {
  color: #004e6e;
  text-decoration: none;
}

.anwp-pg-wrap .btn-link:focus, .anwp-pg-wrap .btn-link.focus {
  text-decoration: none;
}

.anwp-pg-wrap .btn-link:disabled, .anwp-pg-wrap .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.anwp-pg-wrap .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 4px;
}

.anwp-pg-wrap .btn-sm {
  padding: 0.2rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 4px;
}

.anwp-pg-wrap .btn-block {
  display: block;
  width: 100%;
}

.anwp-pg-wrap .btn-block + .btn-block {
  margin-top: 0.5rem;
}

.anwp-pg-wrap input[type="submit"].btn-block,
.anwp-pg-wrap input[type="reset"].btn-block,
.anwp-pg-wrap input[type="button"].btn-block {
  width: 100%;
}

.anwp-pg-wrap .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px;
}

.anwp-pg-wrap .alert-heading {
  color: inherit;
}

.anwp-pg-wrap .alert-link {
  font-weight: 700;
}

.anwp-pg-wrap .alert-dismissible {
  padding-right: 4rem;
}

.anwp-pg-wrap .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.anwp-pg-wrap .alert-primary {
  color: #004561;
  background-color: #cce7f1;
  border-color: #b8ddec;
}

.anwp-pg-wrap .alert-primary hr {
  border-top-color: #a4d3e7;
}

.anwp-pg-wrap .alert-primary .alert-link {
  color: #00212e;
}

.anwp-pg-wrap .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.anwp-pg-wrap .alert-secondary hr {
  border-top-color: #c8cbcf;
}

.anwp-pg-wrap .alert-secondary .alert-link {
  color: #202326;
}

.anwp-pg-wrap .alert-success {
  color: #1d4a1f;
  background-color: #d7e8d8;
  border-color: #c7dfc8;
}

.anwp-pg-wrap .alert-success hr {
  border-top-color: #b7d6b8;
}

.anwp-pg-wrap .alert-success .alert-link {
  color: #0f2510;
}

.anwp-pg-wrap .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.anwp-pg-wrap .alert-info hr {
  border-top-color: #abdde5;
}

.anwp-pg-wrap .alert-info .alert-link {
  color: #062c33;
}

.anwp-pg-wrap .alert-warning {
  color: #836417;
  background-color: #fef2d5;
  border-color: #feedc4;
}

.anwp-pg-wrap .alert-warning hr {
  border-top-color: #fee5ab;
}

.anwp-pg-wrap .alert-warning .alert-link {
  color: #58430f;
}

.anwp-pg-wrap .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.anwp-pg-wrap .alert-danger hr {
  border-top-color: #f1b0b7;
}

.anwp-pg-wrap .alert-danger .alert-link {
  color: #491217;
}

.anwp-pg-wrap .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.anwp-pg-wrap .alert-light hr {
  border-top-color: #ececf6;
}

.anwp-pg-wrap .alert-light .alert-link {
  color: #686868;
}

.anwp-pg-wrap .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.anwp-pg-wrap .alert-dark hr {
  border-top-color: #b9bbbe;
}

.anwp-pg-wrap .alert-dark .alert-link {
  color: #040505;
}

.anwp-pg-wrap .anwp-pg-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
  margin-top: 25px;
}

.anwp-pg-wrap .anwp-pg-pagination-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

.anwp-pg-wrap .anwp-pg-posts-wrapper {
  position: relative;
}

.anwp-pg-wrap .anwp-pg-posts-wrapper:not(.anwp-pg-pagination--loading) .anwp-pg-pagination-loader {
  display: none;
}

.anwp-pg-wrap .anwp-pg-posts-wrapper.anwp-pg-pagination--loading > :not(.anwp-pg-pagination-loader) {
  opacity: 0.1;
}

.anwp-pg-wrap .anwp-page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0085ba;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.anwp-pg-wrap .anwp-page-link:hover {
  z-index: 2;
  color: #004e6e;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.anwp-pg-wrap .anwp-page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 133, 186, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 133, 186, 0.25);
}

.anwp-pg-wrap .anwp-page-item {
  min-width: 32px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.anwp-pg-wrap .anwp-page-item:first-child .anwp-page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.anwp-pg-wrap .anwp-page-item:last-child .anwp-page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.anwp-pg-wrap .anwp-page-item .anwp-page-link--active {
  z-index: 3;
  color: #fff !important;
  background-color: #0085ba;
  border-color: #0085ba;
}

.anwp-pg-wrap .anwp-page-item .anwp-page-link--disabled {
  color: #6c757d !important;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
  opacity: 0.7;
}

.anwp-pg-wrap .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.anwp-pg-wrap .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.anwp-pg-wrap .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.anwp-pg-wrap .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.anwp-pg-wrap .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.anwp-pg-wrap .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.anwp-pg-wrap .anwp-max-width-1 {
  max-width: 1px;
}

.anwp-pg-wrap .anwp-min-width-0 {
  min-width: 0;
}

.anwp-pg-wrap .anwp-hidden {
  visibility: hidden;
}

.anwp-pg-wrap .anwp-no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.anwp-pg-wrap .anwp-flex-even {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 576px) {
  .anwp-pg-wrap .anwp-flex-sm-even {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.anwp-pg-wrap .anwp-pg-updated:not(.anwp-pg-published) {
  display: none;
}

.anwp-pg-wrap .anwp-bg-light {
  background-color: #f8f9fa;
}

.anwp-pg-wrap .anwp-bg-white {
  background-color: #fff;
}

.anwp-pg-wrap .anwp-bg-secondary {
  background-color: #6c757d;
}

.anwp-pg-wrap .anwp-bg-primary {
  background-color: #0085ba;
}

.anwp-pg-wrap .anwp-bg-success {
  background-color: #388E3C;
}

.anwp-pg-wrap .anwp-bg-info {
  background-color: #17a2b8;
}

.anwp-pg-wrap .anwp-bg-warning {
  background-color: #FBC02D;
}

.anwp-pg-wrap .anwp-bg-danger {
  background-color: #dc3545;
}

.anwp-pg-wrap .anwp-bg-dark {
  background-color: #343a40;
}

.anwp-pg-wrap .anwp-bg-transparent {
  background-color: transparent;
}

.anwp-pg-wrap .site-content .anwp-link, .anwp-pg-wrap .anwp-link {
  -webkit-transition: color 0.2s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0s;
}

.anwp-pg-wrap .site-content .anwp-link:hover, .anwp-pg-wrap .anwp-link:hover {
  color: #0085ba;
}

.bg-dark .anwp-pg-wrap .site-content .anwp-link:hover, .bg-dark .anwp-pg-wrap .site-content .anwp-link:focus, .bg-dark .anwp-pg-wrap .site-content .anwp-link:active, .bg-dark .anwp-pg-wrap .anwp-link:hover, .bg-dark .anwp-pg-wrap .anwp-link:focus, .bg-dark .anwp-pg-wrap .anwp-link:active {
  color: #80c2dd;
}

.anwp-pg-wrap .anwp-pg-wrap + .anwp-pg-wrap {
  margin-top: 1.5rem;
}

.anwp-pg-wrap .anwp-link-without-effects, .anwp-pg-wrap .anwp-link-without-effects:hover, .anwp-pg-wrap .anwp-link-without-effects:focus, .anwp-pg-wrap .anwp-link-without-effects:active {
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: none !important;
}

.anwp-pg-wrap .anwp-position-cover, .anwp-pg-wrap .anwp-link-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.anwp-pg-wrap .anwp-image-background-cover,
.anwp-pg-wrap .anwp-image-background-contain {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.anwp-pg-wrap .anwp-image-background-cover {
  background-size: cover;
}

.anwp-pg-wrap .anwp-image-background-contain {
  background-size: contain;
}

.anwp-pg-wrap .anwp-semi-opacity {
  opacity: 0.5;
}

.anwp-pg-wrap .row:before, .anwp-pg-wrap .row:after {
  display: none !important;
}

.anwp-pg-wrap .anwp-pg-load-more .anwp-pg-load-more__btn:not(.anwp-pg-load-more--active) .anwp-pg-wave {
  display: none !important;
}

.anwp-pg-wrap .anwp-pg-load-more .anwp-pg-load-more__btn.anwp-pg-load-more--active .anwp-pg-load-more__label {
  display: none !important;
}

.anwp-pg-wrap .anwp-pg-wave {
  margin: 0 auto;
  height: 24px;
  text-align: center;
  font-size: 10px;
}

.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect {
  background-color: rgba(41, 41, 41, 0.7);
  height: 80%;
  width: 8px;
  display: inline-block;
  -webkit-animation: anwpPGWaveStretchDelay 1.2s infinite ease-in-out;
          animation: anwpPGWaveStretchDelay 1.2s infinite ease-in-out;
  margin: 0 2px;
}

.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect1 {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes anwpPGWaveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes anwpPGWaveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.anwp-pg-wrap .anwp-pg-height-150 {
  height: 150px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-150 {
  height: 300px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-150 {
  height: 302px;
}

.anwp-pg-wrap .anwp-pg-height-160 {
  height: 160px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-160 {
  height: 320px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-160 {
  height: 322px;
}

.anwp-pg-wrap .anwp-pg-height-170 {
  height: 170px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-170 {
  height: 340px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-170 {
  height: 342px;
}

.anwp-pg-wrap .anwp-pg-height-180 {
  height: 180px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-180 {
  height: 360px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-180 {
  height: 362px;
}

.anwp-pg-wrap .anwp-pg-height-190 {
  height: 190px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-190 {
  height: 380px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-190 {
  height: 382px;
}

.anwp-pg-wrap .anwp-pg-height-200 {
  height: 200px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-200 {
  height: 400px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-200 {
  height: 402px;
}

.anwp-pg-wrap .anwp-pg-height-210 {
  height: 210px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-210 {
  height: 420px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-210 {
  height: 422px;
}

.anwp-pg-wrap .anwp-pg-height-220 {
  height: 220px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-220 {
  height: 440px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-220 {
  height: 442px;
}

.anwp-pg-wrap .anwp-pg-height-230 {
  height: 230px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-230 {
  height: 460px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-230 {
  height: 462px;
}

.anwp-pg-wrap .anwp-pg-height-240 {
  height: 240px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-240 {
  height: 480px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-240 {
  height: 482px;
}

.anwp-pg-wrap .anwp-pg-height-250 {
  height: 250px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-250 {
  height: 500px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-250 {
  height: 502px;
}

.anwp-pg-wrap .anwp-pg-height-260 {
  height: 260px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-260 {
  height: 520px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-260 {
  height: 522px;
}

.anwp-pg-wrap .anwp-pg-height-270 {
  height: 270px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-270 {
  height: 540px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-270 {
  height: 542px;
}

.anwp-pg-wrap .anwp-pg-height-280 {
  height: 280px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-280 {
  height: 560px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-280 {
  height: 562px;
}

.anwp-pg-wrap .anwp-pg-height-290 {
  height: 290px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-290 {
  height: 580px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-290 {
  height: 582px;
}

.anwp-pg-wrap .anwp-pg-height-300 {
  height: 300px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-300 {
  height: 600px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-300 {
  height: 602px;
}

.anwp-pg-wrap .anwp-pg-height-310 {
  height: 310px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-310 {
  height: 620px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-310 {
  height: 622px;
}

.anwp-pg-wrap .anwp-pg-height-320 {
  height: 320px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-320 {
  height: 640px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-320 {
  height: 642px;
}

.anwp-pg-wrap .anwp-pg-height-330 {
  height: 330px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-330 {
  height: 660px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-330 {
  height: 662px;
}

.anwp-pg-wrap .anwp-pg-height-340 {
  height: 340px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-340 {
  height: 680px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-340 {
  height: 682px;
}

.anwp-pg-wrap .anwp-pg-height-350 {
  height: 350px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-350 {
  height: 700px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-350 {
  height: 702px;
}

.anwp-pg-wrap .anwp-pg-height-360 {
  height: 360px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-360 {
  height: 720px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-360 {
  height: 722px;
}

.anwp-pg-wrap .anwp-pg-height-370 {
  height: 370px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-370 {
  height: 740px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-370 {
  height: 742px;
}

.anwp-pg-wrap .anwp-pg-height-380 {
  height: 380px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-380 {
  height: 760px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-380 {
  height: 762px;
}

.anwp-pg-wrap .anwp-pg-height-390 {
  height: 390px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-390 {
  height: 780px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-390 {
  height: 782px;
}

.anwp-pg-wrap .anwp-pg-height-400 {
  height: 400px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-400 {
  height: 800px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-400 {
  height: 802px;
}

.anwp-pg-wrap .anwp-pg-height-410 {
  height: 410px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-410 {
  height: 820px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-410 {
  height: 822px;
}

.anwp-pg-wrap .anwp-pg-height-420 {
  height: 420px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-420 {
  height: 840px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-420 {
  height: 842px;
}

.anwp-pg-wrap .anwp-pg-height-430 {
  height: 430px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-430 {
  height: 860px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-430 {
  height: 862px;
}

.anwp-pg-wrap .anwp-pg-height-440 {
  height: 440px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-440 {
  height: 880px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-440 {
  height: 882px;
}

.anwp-pg-wrap .anwp-pg-height-450 {
  height: 450px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-450 {
  height: 900px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-450 {
  height: 902px;
}

.anwp-pg-wrap .anwp-pg-height-460 {
  height: 460px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-460 {
  height: 920px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-460 {
  height: 922px;
}

.anwp-pg-wrap .anwp-pg-height-470 {
  height: 470px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-470 {
  height: 940px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-470 {
  height: 942px;
}

.anwp-pg-wrap .anwp-pg-height-480 {
  height: 480px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-480 {
  height: 960px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-480 {
  height: 962px;
}

.anwp-pg-wrap .anwp-pg-height-490 {
  height: 490px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-490 {
  height: 980px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-490 {
  height: 982px;
}

.anwp-pg-wrap .anwp-pg-height-500 {
  height: 500px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-500 {
  height: 1000px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-500 {
  height: 1002px;
}

.anwp-pg-wrap .anwp-pg-height-510 {
  height: 510px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-510 {
  height: 1020px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-510 {
  height: 1022px;
}

.anwp-pg-wrap .anwp-pg-height-520 {
  height: 520px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-520 {
  height: 1040px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-520 {
  height: 1042px;
}

.anwp-pg-wrap .anwp-pg-height-530 {
  height: 530px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-530 {
  height: 1060px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-530 {
  height: 1062px;
}

.anwp-pg-wrap .anwp-pg-height-540 {
  height: 540px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-540 {
  height: 1080px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-540 {
  height: 1082px;
}

.anwp-pg-wrap .anwp-pg-height-550 {
  height: 550px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-550 {
  height: 1100px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-550 {
  height: 1102px;
}

.anwp-pg-wrap .anwp-pg-height-560 {
  height: 560px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-560 {
  height: 1120px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-560 {
  height: 1122px;
}

.anwp-pg-wrap .anwp-pg-height-570 {
  height: 570px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-570 {
  height: 1140px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-570 {
  height: 1142px;
}

.anwp-pg-wrap .anwp-pg-height-580 {
  height: 580px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-580 {
  height: 1160px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-580 {
  height: 1162px;
}

.anwp-pg-wrap .anwp-pg-height-590 {
  height: 590px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-590 {
  height: 1180px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-590 {
  height: 1182px;
}

.anwp-pg-wrap .anwp-pg-height-600 {
  height: 600px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-600 {
  height: 1200px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-600 {
  height: 1202px;
}

.anwp-pg-wrap .anwp-pg-height-610 {
  height: 610px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-610 {
  height: 1220px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-610 {
  height: 1222px;
}

.anwp-pg-wrap .anwp-pg-height-620 {
  height: 620px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-620 {
  height: 1240px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-620 {
  height: 1242px;
}

.anwp-pg-wrap .anwp-pg-height-630 {
  height: 630px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-630 {
  height: 1260px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-630 {
  height: 1262px;
}

.anwp-pg-wrap .anwp-pg-height-640 {
  height: 640px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-640 {
  height: 1280px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-640 {
  height: 1282px;
}

.anwp-pg-wrap .anwp-pg-height-650 {
  height: 650px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-650 {
  height: 1300px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-650 {
  height: 1302px;
}

.anwp-pg-wrap .anwp-pg-height-660 {
  height: 660px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-660 {
  height: 1320px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-660 {
  height: 1322px;
}

.anwp-pg-wrap .anwp-pg-height-670 {
  height: 670px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-670 {
  height: 1340px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-670 {
  height: 1342px;
}

.anwp-pg-wrap .anwp-pg-height-680 {
  height: 680px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-680 {
  height: 1360px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-680 {
  height: 1362px;
}

.anwp-pg-wrap .anwp-pg-height-690 {
  height: 690px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-690 {
  height: 1380px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-690 {
  height: 1382px;
}

.anwp-pg-wrap .anwp-pg-height-700 {
  height: 700px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-700 {
  height: 1400px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-700 {
  height: 1402px;
}

.anwp-pg-wrap .anwp-pg-height-710 {
  height: 710px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-710 {
  height: 1420px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-710 {
  height: 1422px;
}

.anwp-pg-wrap .anwp-pg-height-720 {
  height: 720px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-720 {
  height: 1440px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-720 {
  height: 1442px;
}

.anwp-pg-wrap .anwp-pg-height-730 {
  height: 730px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-730 {
  height: 1460px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-730 {
  height: 1462px;
}

.anwp-pg-wrap .anwp-pg-height-740 {
  height: 740px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-740 {
  height: 1480px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-740 {
  height: 1482px;
}

.anwp-pg-wrap .anwp-pg-height-750 {
  height: 750px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-750 {
  height: 1500px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-750 {
  height: 1502px;
}

.anwp-pg-wrap .anwp-pg-height-760 {
  height: 760px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-760 {
  height: 1520px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-760 {
  height: 1522px;
}

.anwp-pg-wrap .anwp-pg-height-770 {
  height: 770px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-770 {
  height: 1540px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-770 {
  height: 1542px;
}

.anwp-pg-wrap .anwp-pg-height-780 {
  height: 780px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-780 {
  height: 1560px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-780 {
  height: 1562px;
}

.anwp-pg-wrap .anwp-pg-height-790 {
  height: 790px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-790 {
  height: 1580px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-790 {
  height: 1582px;
}

.anwp-pg-wrap .anwp-pg-height-800 {
  height: 800px;
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-800 {
  height: 1600px;
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-800 {
  height: 1602px;
}

.anwp-pg-wrap .anwp-pg-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  stroke-width: 0;
  stroke: none;
  fill: #595959;
}

.anwp-pg-wrap .anwp-pg-icon--trans {
  fill: transparent;
}

.anwp-pg-wrap .anwp-pg-icon--s1em {
  width: 1em;
  height: 1em;
}

.anwp-pg-wrap .anwp-pg-icon--s24 {
  width: 24px;
  height: 24px;
}

.anwp-pg-wrap .anwp-pg-icon--s18 {
  width: 18px;
  height: 18px;
}

.anwp-pg-wrap .anwp-pg-icon--s14 {
  width: 14px;
  height: 14px;
}

.anwp-pg-wrap .anwp-pg-icon--s12 {
  width: 12px;
  height: 12px;
}

.anwp-pg-wrap .anwp-pg-icon--s8 {
  width: 8px;
  height: 8px;
}

.anwp-pg-wrap .anwp-pg-icon--primary {
  fill: #0085ba;
}

.anwp-pg-wrap .anwp-pg-icon--white {
  fill: #fff;
}

.anwp-pg-wrap .anwp-pg-icon--danger {
  fill: #dc3545;
}

.anwp-pg-wrap .anwp-pg-icon--success {
  fill: #388E3C;
}

.anwp-pg-wrap .anwp-pg-icon.text-secondary {
  fill: #6c757d;
  opacity: 0.5;
}

.anwp-pg-pro-promotion-icon:before, .anwp-pg-pro-element:before {
  content: 'pro';
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #d48a0f;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  padding: 3px 5px 2px;
  opacity: 0.8;
  text-transform: uppercase;
  display: inline-block;
}

.anwp-pg-element:after {
  content: 'AnWP';
  position: absolute;
  top: 5px;
  right: 5px;
  color: #848484;
  border: 1px solid #969696;
  border-radius: 2px;
  font-size: 9px;
  font-style: normal;
  padding: 2px 4px;
  opacity: 0.9;
  display: inline-block;
}

.anwp-pg-pro-news-ticker__admin-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI3LjUgMTguNUgwLjVWMTAuNUgyNy41VjE4LjVaIiBzdHJva2U9IiM2RDc4ODIiLz4KPGxpbmUgeDE9IjcuNSIgeTE9IjExIiB4Mj0iNy41IiB5Mj0iMTgiIHN0cm9rZT0iIzZENzg4MiIvPgo8bGluZSB4MT0iMTkiIHkxPSIxMy41IiB4Mj0iMjUiIHkyPSIxMy41IiBzdHJva2U9IiM2RDc4ODIiLz4KPGxpbmUgeDE9IjEwIiB5MT0iMTMuNSIgeDI9IjE2IiB5Mj0iMTMuNSIgc3Ryb2tlPSIjNkQ3ODgyIi8+CjxsaW5lIHgxPSIxOSIgeTE9IjE1LjUiIHgyPSIyNSIgeTI9IjE1LjUiIHN0cm9rZT0iIzZENzg4MiIvPgo8bGluZSB4MT0iMTAiIHkxPSIxNS41IiB4Mj0iMTYiIHkyPSIxNS41IiBzdHJva2U9IiM2RDc4ODIiLz4KPC9zdmc+Cg==);
}

.anwp-pg-simple-grid__admin-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy41IDcuNUgwLjVWMC41SDcuNVY3LjVaIiBzdHJva2U9IiM2RDc4ODIiLz48cGF0aCBkPSJNNy41IDE3LjVIMC41VjEwLjVINy41VjE3LjVaIiBzdHJva2U9IiM2RDc4ODIiLz48cGF0aCBkPSJNNy41IDI3LjVIMC41VjIwLjVINy41VjI3LjVaIiBzdHJva2U9IiM2RDc4ODIiLz48cGF0aCBkPSJNMTcuNSA3LjVIMTAuNVYwLjVIMTcuNVY3LjVaIiBzdHJva2U9IiM2RDc4ODIiLz48cGF0aCBkPSJNMTcuNSAxNy41SDEwLjVWMTAuNUgxNy41VjE3LjVaIiBzdHJva2U9IiM2RDc4ODIiLz48cGF0aCBkPSJNMTcuNSAyNy41SDEwLjVWMjAuNUgxNy41VjI3LjVaIiBzdHJva2U9IiM2RDc4ODIiLz48cGF0aCBkPSJNMjcuNSA3LjVIMjAuNVYwLjVIMjcuNVY3LjVaIiBzdHJva2U9IiM2RDc4ODIiLz48cGF0aCBkPSJNMjcuNSAxNy41SDIwLjVWMTAuNUgyNy41VjE3LjVaIiBzdHJva2U9IiM2RDc4ODIiLz48cGF0aCBkPSJNMjcuNSAyNy41SDIwLjVWMjAuNUgyNy41VjI3LjVaIiBzdHJva2U9IiM2RDc4ODIiLz48L3N2Zz4=);
}

.anwp-pg-light-grid__admin-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC41IDYuNUgwLjVWMi41SDQuNVY2LjVaIiBzdHJva2U9IiM2RDc4ODIiLz48cGF0aCBkPSJNNC41IDEzLjVIMC41VjkuNUg0LjVWMTMuNVoiIHN0cm9rZT0iIzZENzg4MiIvPjxwYXRoIGQ9Ik00LjUgMjAuNUgwLjVWMTYuNUg0LjVWMjAuNVoiIHN0cm9rZT0iIzZENzg4MiIvPjxwYXRoIGQ9Ik00LjUgMjcuNUgwLjVWMjMuNUg0LjVWMjcuNVoiIHN0cm9rZT0iIzZENzg4MiIvPjxwYXRoIGQ9Ik0xOC41IDYuNUgxNC41VjIuNUgxOC41VjYuNVoiIHN0cm9rZT0iIzZENzg4MiIvPjxwYXRoIGQ9Ik0xOC41IDEzLjVIMTQuNVY5LjVIMTguNVYxMy41WiIgc3Ryb2tlPSIjNkQ3ODgyIi8+PHBhdGggZD0iTTE4LjUgMjAuNUgxNC41VjE2LjVIMTguNVYyMC41WiIgc3Ryb2tlPSIjNkQ3ODgyIi8+PHBhdGggZD0iTTE4LjUgMjcuNUgxNC41VjIzLjVIMTguNVYyNy41WiIgc3Ryb2tlPSIjNkQ3ODgyIi8+PGxpbmUgeDE9IjYiIHkxPSIzLjUiIHgyPSIxMSIgeTI9IjMuNSIgc3Ryb2tlPSIjNkQ3ODgyIi8+PGxpbmUgeDE9IjYiIHkxPSIxMC41IiB4Mj0iMTEiIHkyPSIxMC41IiBzdHJva2U9IiM2RDc4ODIiLz48bGluZSB4MT0iNiIgeTE9IjE3LjUiIHgyPSIxMSIgeTI9IjE3LjUiIHN0cm9rZT0iIzZENzg4MiIvPjxsaW5lIHgxPSI2IiB5MT0iMjQuNSIgeDI9IjExIiB5Mj0iMjQuNSIgc3Ryb2tlPSIjNkQ3ODgyIi8+PGxpbmUgeDE9IjIwIiB5MT0iMy41IiB4Mj0iMjUiIHkyPSIzLjUiIHN0cm9rZT0iIzZENzg4MiIvPjxsaW5lIHgxPSIyMCIgeTE9IjEwLjUiIHgyPSIyNSIgeTI9IjEwLjUiIHN0cm9rZT0iIzZENzg4MiIvPjxsaW5lIHgxPSIyMCIgeTE9IjE3LjUiIHgyPSIyNSIgeTI9IjE3LjUiIHN0cm9rZT0iIzZENzg4MiIvPjxsaW5lIHgxPSIyMCIgeTE9IjI0LjUiIHgyPSIyNSIgeTI9IjI0LjUiIHN0cm9rZT0iIzZENzg4MiIvPjxsaW5lIHgxPSI2IiB5MT0iNS41IiB4Mj0iMTIiIHkyPSI1LjUiIHN0cm9rZT0iIzZENzg4MiIvPjxsaW5lIHgxPSI2IiB5MT0iMTIuNSIgeDI9IjEyIiB5Mj0iMTIuNSIgc3Ryb2tlPSIjNkQ3ODgyIi8+PGxpbmUgeDE9IjYiIHkxPSIxOS41IiB4Mj0iMTIiIHkyPSIxOS41IiBzdHJva2U9IiM2RDc4ODIiLz48bGluZSB4MT0iNiIgeTE9IjI2LjUiIHgyPSIxMiIgeTI9IjI2LjUiIHN0cm9rZT0iIzZENzg4MiIvPjxsaW5lIHgxPSIyMCIgeTE9IjUuNSIgeDI9IjI2IiB5Mj0iNS41IiBzdHJva2U9IiM2RDc4ODIiLz48bGluZSB4MT0iMjAiIHkxPSIxMi41IiB4Mj0iMjYiIHkyPSIxMi41IiBzdHJva2U9IiM2RDc4ODIiLz48bGluZSB4MT0iMjAiIHkxPSIxOS41IiB4Mj0iMjYiIHkyPSIxOS41IiBzdHJva2U9IiM2RDc4ODIiLz48bGluZSB4MT0iMjAiIHkxPSIyNi41IiB4Mj0iMjYiIHkyPSIyNi41IiBzdHJva2U9IiM2RDc4ODIiLz48L3N2Zz4=);
}

.anwp-pg-classic-grid__admin-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjcuNSA3LjVIMTUuNVYwLjVIMjcuNVY3LjVaIiBzdHJva2U9IiM2RDc4ODIiLz48cGF0aCBkPSJNMjcuNSAyMi41SDE1LjVWMTUuNUgyNy41VjIyLjVaIiBzdHJva2U9IiM2RDc4ODIiLz48cGF0aCBkPSJNMTIuNSAyMi41SDAuNVYxNS41SDEyLjVWMjIuNVoiIHN0cm9rZT0iIzZENzg4MiIvPjxwYXRoIGQ9Ik0xMi41IDcuNUgwLjVWMC41SDEyLjVWNy41WiIgc3Ryb2tlPSIjNkQ3ODgyIi8+PGxpbmUgeTE9IjExLjUiIHgyPSIxMyIgeTI9IjExLjUiIHN0cm9rZT0iIzZENzg4MiIvPjxsaW5lIHgxPSIxNSIgeTE9IjExLjUiIHgyPSIyOCIgeTI9IjExLjUiIHN0cm9rZT0iIzZENzg4MiIvPjxsaW5lIHkxPSI5LjUiIHgyPSIxMyIgeTI9IjkuNSIgc3Ryb2tlPSIjNkQ3ODgyIi8+PGxpbmUgeDE9IjE1IiB5MT0iOS41IiB4Mj0iMjgiIHkyPSI5LjUiIHN0cm9rZT0iIzZENzg4MiIvPjxsaW5lIHgxPSIxNSIgeTE9IjI0LjUiIHgyPSIyOCIgeTI9IjI0LjUiIHN0cm9rZT0iIzZENzg4MiIvPjxsaW5lIHkxPSIyNC41IiB4Mj0iMTMiIHkyPSIyNC41IiBzdHJva2U9IiM2RDc4ODIiLz48bGluZSB4MT0iMTUiIHkxPSIyNi41IiB4Mj0iMjgiIHkyPSIyNi41IiBzdHJva2U9IiM2RDc4ODIiLz48bGluZSB5MT0iMjYuNSIgeDI9IjEzIiB5Mj0iMjYuNSIgc3Ryb2tlPSIjNkQ3ODgyIi8+PC9zdmc+);
}

.anwp-pg-classic-blog__admin-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjUgMjQuNUgxLjVWMTUuNUgxMS41VjI0LjVaIiBzdHJva2U9IiM2RDc4ODIiLz4KPHBhdGggZD0iTTExLjUgMTIuNUgxLjVWMy41SDExLjVWMTIuNVoiIHN0cm9rZT0iIzZENzg4MiIvPgo8bGluZSB4MT0iMTMiIHkxPSIxOC41IiB4Mj0iMTgiIHkyPSIxOC41IiBzdHJva2U9IiM2RDc4ODIiLz4KPGxpbmUgeDE9IjEzIiB5MT0iNi41IiB4Mj0iMTgiIHkyPSI2LjUiIHN0cm9rZT0iIzZENzg4MiIvPgo8bGluZSB4MT0iMTMiIHkxPSIxNi41IiB4Mj0iMjMiIHkyPSIxNi41IiBzdHJva2U9IiM2RDc4ODIiLz4KPGxpbmUgeDE9IjEzIiB5MT0iNC41IiB4Mj0iMjMiIHkyPSI0LjUiIHN0cm9rZT0iIzZENzg4MiIvPgo8bGluZSB4MT0iMTMiIHkxPSIyMS41IiB4Mj0iMjciIHkyPSIyMS41IiBzdHJva2U9IiM2RDc4ODIiLz4KPGxpbmUgeDE9IjEzIiB5MT0iOS41IiB4Mj0iMjciIHkyPSI5LjUiIHN0cm9rZT0iIzZENzg4MiIvPgo8bGluZSB4MT0iMTMiIHkxPSIyMy41IiB4Mj0iMjciIHkyPSIyMy41IiBzdHJva2U9IiM2RDc4ODIiLz4KPGxpbmUgeDE9IjEzIiB5MT0iMTEuNSIgeDI9IjI3IiB5Mj0iMTEuNSIgc3Ryb2tlPSIjNkQ3ODgyIi8+Cjwvc3ZnPgo=);
}

.anwp-pg-simple-slider__admin-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjUgMjAuNUgxNS41VjcuNUgyMi41VjIwLjVaIiBzdHJva2U9IiM2RDc4ODIiLz4KPHBhdGggZD0iTTEyLjUgMjAuNUg1LjVWNy41SDEyLjVWMjAuNVoiIHN0cm9rZT0iIzZENzg4MiIvPgo8cGF0aCBkPSJNMjUgMTBMMjcgMTRMMjUgMTgiIHN0cm9rZT0iIzZENzg4MiIvPgo8cGF0aCBkPSJNMyAxOEwxIDE0TDMgMTAiIHN0cm9rZT0iIzZENzg4MiIvPgo8L3N2Zz4K);
}

.anwp-pg-classic-slider__admin-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI1IDEwTDI3IDE0TDI1IDE4IiBzdHJva2U9IiM2RDc4ODIiLz4KPHBhdGggZD0iTTMgMThMMSAxNEwzIDEwIiBzdHJva2U9IiM2RDc4ODIiLz4KPHBhdGggZD0iTTEyLjUgMTYuNUg1LjVWNy41SDEyLjVWMTYuNVoiIHN0cm9rZT0iIzZENzg4MiIvPgo8cGF0aCBkPSJNMjIuNSAxNi41SDE1LjVWNy41SDIyLjVWMTYuNVoiIHN0cm9rZT0iIzZENzg4MiIvPgo8bGluZSB4MT0iNSIgeTE9IjIwLjUiIHgyPSIxMyIgeTI9IjIwLjUiIHN0cm9rZT0iIzZENzg4MiIvPgo8bGluZSB4MT0iMTUiIHkxPSIyMC41IiB4Mj0iMjMiIHkyPSIyMC41IiBzdHJva2U9IiM2RDc4ODIiLz4KPGxpbmUgeDE9IjUiIHkxPSIxOC41IiB4Mj0iMTMiIHkyPSIxOC41IiBzdHJva2U9IiM2RDc4ODIiLz4KPGxpbmUgeDE9IjE1IiB5MT0iMTguNSIgeDI9IjIzIiB5Mj0iMTguNSIgc3Ryb2tlPSIjNkQ3ODgyIi8+Cjwvc3ZnPgo=);
}

.anwp-pg-hero-block__admin-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjUgMTMuNUgxMy41VjcuNUgxOS41VjEzLjVaIiBzdHJva2U9IiM2RDc4ODIiLz4KPHBhdGggZD0iTTI3LjUgMTMuNUgyMS41VjcuNUgyNy41VjEzLjVaIiBzdHJva2U9IiM2RDc4ODIiLz4KPHBhdGggZD0iTTE5LjUgMjEuNUgxMy41VjE1LjVIMTkuNVYyMS41WiIgc3Ryb2tlPSIjNkQ3ODgyIi8+CjxwYXRoIGQ9Ik0yNy41IDIxLjVIMjEuNVYxNS41SDI3LjVWMjEuNVoiIHN0cm9rZT0iIzZENzg4MiIvPgo8cGF0aCBkPSJNMTEuNSAyMS41SDAuNVY3LjVIMTEuNVYyMS41WiIgc3Ryb2tlPSIjNkQ3ODgyIi8+Cjwvc3ZnPgo=);
}

.anwp-grid_card_bg_effect-darken_only .anwp-pg-post-teaser__thumbnail-img {
  -webkit-transform: none !important;
          transform: none !important;
}

.anwp-pg-not-ready {
  opacity: 0;
  visibility: hidden;
}

.anwp-pg-ready .anwp-pg-not-ready {
  opacity: 1;
  visibility: visible;
}

body:not(.anwp-pg-ready) .anwp-pg-not-ready-0 {
  display: none !important;
}

.elementor-control-section_anwp_pro_promo_tab .elementor-section-title,
.elementor-control-section_anwp_pro_promo_tab .elementor-panel-heading-toggle {
  color: #d48a0f;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.anwp-pg-wrap .anwp-pg-no-transform .anwp-pg-post-teaser:hover .anwp-pg-post-teaser__thumbnail-img {
  -webkit-transform: none !important;
          transform: none !important;
}

.anwp-pg-wrap .anwp-pg-post-teaser {
  font-size: 16px;
}

.anwp-pg-wrap .anwp-pg-post-teaser__thumbnail {
  overflow: hidden;
}

.anwp-pg-wrap .anwp-pg-post-teaser__format-icon {
  top: 30px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  right: 10px;
  left: auto;
  padding: 6px;
  z-index: 1;
}

.anwp-pg-wrap .anwp-pg-post-teaser__format-icon--top {
  top: 10px;
}

.anwp-pg-wrap .anwp-pg-post-teaser__thumbnail-bg {
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.anwp-pg-wrap .anwp-pg-post-teaser__thumbnail-img {
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.anwp-pg-wrap .anwp-pg-post-teaser:not(.anwp-pg-post-teaser--inner-cover-link):hover .anwp-pg-post-teaser__thumbnail-bg {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.4s ease-in-out 0s;
  transition: background-color 0.4s ease-in-out 0s;
}

.anwp-pg-wrap .anwp-pg-post-teaser:not(.anwp-pg-post-teaser--inner-cover-link):hover .anwp-pg-post-teaser__thumbnail-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
}

.anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--inner-cover-link .anwp-pg-post-teaser__thumbnail:hover .anwp-pg-post-teaser__thumbnail-bg {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.4s ease-in-out 0s;
  transition: background-color 0.4s ease-in-out 0s;
}

.anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--inner-cover-link .anwp-pg-post-teaser__thumbnail:hover .anwp-pg-post-teaser__thumbnail-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
}

.anwp-pg-wrap .anwp-pg-post-teaser__top-meta {
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.anwp-pg-wrap .anwp-pg-post-teaser__top-meta > span {
  padding: 4px 6px;
  background-color: rgba(39, 52, 58, 0.8);
  color: #fff;
  font-size: 0.75em;
  line-height: 1;
  text-align: center;
}

.anwp-pg-wrap .anwp-pg-post-teaser__bottom-meta {
  font-size: 0.75em;
  color: #f5f5f5;
  padding: 0 12px;
}

.anwp-pg-wrap .anwp-pg-post-teaser__category-wrapper {
  color: #fff;
  font-size: 0.75em;
  line-height: 1;
  text-transform: uppercase;
}

.anwp-pg-wrap .anwp-pg-post-teaser__title {
  font-size: 1em;
  line-height: 1.2em;
  word-spacing: 1px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 12px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-a .anwp-pg-post-teaser__title {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.4em;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-a .anwp-pg-post-teaser__muted_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 30%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-a .anwp-pg-post-teaser__bottom-meta:before {
  position: absolute;
  content: '';
  width: 40px;
  border-top: #fff 1px solid;
  top: -4px;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-a .anwp-pg-post-teaser__bottom-meta {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-b .anwp-pg-post-teaser__muted_bg {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAABpJREFUCJljZGBg8GVgYDBmYmBgMGZgYDgLAAg2AYRjQjgZAAAAAElFTkSuQmCC");
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-b .anwp-pg-post-teaser__title {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.4em;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-b .anwp-pg-post-teaser__bottom-meta:before {
  position: absolute;
  content: '';
  width: 40px;
  border-top: #fff 1px solid;
  top: -4px;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-b .anwp-pg-post-teaser__bottom-meta {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__top-meta {
  min-height: 20px;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__bottom-block {
  background-color: rgba(34, 34, 34, 0.6);
  width: 75%;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__bottom-meta {
  top: 4px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__bottom-meta + .anwp-pg-post-teaser__title {
  margin-bottom: -5px;
  margin-top: 3px;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.4em;
  min-height: 2.4em;
  line-height: 1.2em;
  color: #fff;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__thumbnail-img {
  min-height: 150px;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__top-meta {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__bottom-meta {
  font-size: 12px;
  color: #777;
  padding: 0;
  overflow: hidden;
  line-height: 1.5;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__bottom-meta .anwp-pg-icon {
  fill: #777;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__title {
  font-size: 1.1em;
  padding: 0;
  font-weight: 700;
  word-spacing: initial;
  letter-spacing: initial;
  text-transform: unset;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__excerpt {
  font-size: 0.9em;
  line-height: 1.2em;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__thumbnail-img {
  height: 80px;
  width: 80px;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__thumbnail {
  min-width: 80px;
  max-height: 80px;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.2em;
  line-height: 1em;
  font-size: 0.9em;
  margin-top: 2px;
  padding: 0;
  font-weight: 700;
  word-spacing: initial;
  letter-spacing: initial;
  text-transform: unset;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__bottom-meta {
  font-size: 12px;
  color: #777;
  padding: 0;
  overflow: hidden;
  max-height: 1.5em;
  line-height: 1.5;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__bottom-meta .anwp-pg-icon {
  fill: #777;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__bottom-meta > .anwp-pg-post-teaser__bottom-meta-item:first-child > .anwp-pg-icon {
  margin-left: -2px;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__category-wrapper {
  font-size: 10px;
  line-height: 12px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 2px;
  white-space: nowrap;
  border: 1px solid;
  padding: 1px 8px;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon {
  top: 23px;
  right: 23px;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__content {
  padding-left: 12px;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-e:hover .anwp-pg-post-teaser__content {
  background-color: #fafafa;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__thumbnail-img {
  height: 120px;
  width: 120px;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__thumbnail {
  min-width: 120px;
  max-height: 120px;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 3.3em;
  line-height: 1.1em;
  font-size: 1em;
  margin-top: 2px;
  padding: 0;
  font-weight: 700;
  word-spacing: initial;
  letter-spacing: initial;
  text-transform: unset;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__bottom-meta {
  font-size: 12px;
  color: #777;
  padding: 0;
  overflow: hidden;
  max-height: 1.5em;
  line-height: 1.5;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__bottom-meta .anwp-pg-icon {
  fill: #777;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__bottom-meta > .anwp-pg-post-teaser__bottom-meta-item:first-child > .anwp-pg-icon {
  margin-left: -2px;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__category-wrapper {
  font-size: 10px;
  line-height: 12px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 2px;
  white-space: nowrap;
  border: 1px solid;
  padding: 1px 8px;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon {
  top: 5px;
  right: 5px;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__content {
  padding-left: 12px;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-f:hover .anwp-pg-post-teaser__content {
  background-color: #fafafa;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__top-meta {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__bottom-meta {
  font-size: 12px;
  color: #777;
  padding: 0;
  line-height: 1.2;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__title {
  font-size: 1.1em;
  padding: 0;
  font-weight: 600;
  word-spacing: initial;
  letter-spacing: initial;
  text-transform: unset;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__excerpt {
  font-size: 0.9em;
  line-height: 1.3em;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__thumbnail:hover .anwp-pg-post-teaser__thumbnail-classic-bg {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.4s ease-in-out 0s;
  transition: background-color 0.4s ease-in-out 0s;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__thumbnail-classic-bg {
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-read-more__btn {
  font-size: 0.9em;
}

.anwp-pg-wrap .anwp-pg-post-teaser__category-column {
  position: absolute;
  top: 0;
  right: 0;
}

.anwp-pg-wrap .anwp-pg-post-teaser__category-column .anwp-pg-category__wrapper-filled {
  padding-top: 4px;
  padding-bottom: 4px;
}

.anwp-pg-wrap .anwp-pg-post-teaser__category-column .anwp-pg-post-teaser__category-wrapper + .anwp-pg-post-teaser__category-wrapper {
  margin-top: 4px;
}

.anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--has-comments-meta .anwp-pg-post-teaser__category-column {
  max-width: calc(100% - 50px);
}

.anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--has-pvc-meta .anwp-pg-post-teaser__category-column {
  max-width: calc(100% - 50px);
}

.anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--has-comments-meta.anwp-pg-post-teaser--has-pvc-meta .anwp-pg-post-teaser__category-column {
  max-width: calc(100% - 100px);
}

.anwp-pg-wrap .anwp-pg-simple-grid__gutter-thick {
  margin-top: -10px;
  margin-bottom: -10px;
}

.anwp-pg-wrap .anwp-pg-simple-grid__gutter-thick .anwp-pg-post-teaser {
  margin-top: 10px;
  margin-bottom: 10px;
}

.anwp-pg-wrap .anwp-pg-simple-grid__gutter-thin {
  margin: -1px;
}

.anwp-pg-wrap .anwp-pg-simple-grid__gutter-thin .anwp-pg-post-teaser {
  border: 1px solid transparent;
}

.anwp-pg-wrap .anwp-pg-classic-blog .anwp-pg-post-teaser + .anwp-pg-post-teaser {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .anwp-pg-wrap .anwp-pg-classic-blog .anwp-pg-post-teaser__content {
    padding-left: 20px;
  }
}

.anwp-pg-wrap .anwp-pg-classic-blog .anwp-pg-post-teaser__bottom-meta {
  margin-top: 15px;
  margin-bottom: 15px;
}

.anwp-pg-wrap .anwp-pg-classic-slider .anwp-pg-post-teaser__bottom-meta {
  margin-top: 10px;
  margin-bottom: 10px;
}

.anwp-pg-wrap .anwp-pg-classic-slider .anwp-pg-post-teaser.anwp-pg-post-teaser--with-read-more {
  height: auto;
  padding-bottom: 10px;
}

.anwp-pg-wrap .anwp-pg-simple-slider .elementor-swiper-button {
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms;
}

.anwp-pg-wrap .anwp-pg-simple-slider .elementor-swiper-button:hover {
  background-color: rgba(34, 34, 34, 0.4);
}

.anwp-pg-wrap .anwp-pg-simple-slider .elementor-swiper-button.elementor-swiper-button-prev {
  left: 6px;
  padding: 4px;
}

.anwp-pg-wrap .anwp-pg-simple-slider .elementor-swiper-button.elementor-swiper-button-next {
  right: 6px;
  padding: 4px;
}

.anwp-pg-wrap .anwp-pg-light-grid {
  margin-bottom: -20px;
}

.anwp-pg-wrap .anwp-pg-light-grid .anwp-pg-post-teaser {
  margin-bottom: 20px;
}

.anwp-pg-wrap .anwp-pg-classic-grid {
  margin-bottom: -20px;
}

.anwp-pg-wrap .anwp-pg-classic-grid .anwp-pg-post-teaser {
  margin-bottom: 20px;
}

.anwp-pg-wrap .anwp-pg-classic-grid .anwp-pg-post-teaser__content {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.anwp-pg-wrap .anwp-pg-classic-grid .anwp-pg-post-teaser__bottom-meta {
  margin-top: 10px;
  margin-bottom: 10px;
}

.anwp-pg-wrap .anwp-pg-hero-block .anwp-pg-hero-main-block .anwp-pg-post-teaser__title {
  font-size: 1.5em;
}

.anwp-pg-wrap .anwp-pg-hero-block.anwp-pg-gutter--thin .anwp-pg-post-teaser {
  border: 1px solid #fff;
}

.anwp-pg-wrap .anwp-pg-widget-header {
  border: none;
}

.anwp-pg-wrap .anwp-pg-widget-header__title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  z-index: 1;
  font-weight: 400;
}

.anwp-pg-wrap .anwp-pg-widget-header__secondary-line {
  z-index: 0;
}

.anwp-pg-wrap .anwp-pg-widget-header__icon {
  margin-right: 8px;
}

.anwp-pg-widget-header-style--b .anwp-pg-wrap .anwp-pg-widget-header__secondary-line {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.anwp-pg-widget-header-style--b .anwp-pg-wrap .anwp-pg-widget-header__title {
  padding: 3px 15px;
}

.anwp-pg-widget-header-style--c .anwp-pg-wrap .anwp-pg-widget-header__secondary-line {
  position: absolute;
  width: 100%;
  top: 0;
}

.anwp-pg-widget-header-style--c .anwp-pg-wrap .anwp-pg-widget-header__title {
  padding: 3px 15px;
}

.anwp-pg-widget-header-style--d .anwp-pg-wrap .anwp-pg-widget-header__secondary-line {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.anwp-pg-widget-header-style--d .anwp-pg-wrap .anwp-pg-widget-header__title {
  padding-bottom: 5px;
}

.anwp-pg-widget-header-style--e .anwp-pg-wrap .anwp-pg-widget-header__secondary-line {
  position: absolute;
  width: 100%;
  top: 0;
}

.anwp-pg-widget-header-style--e .anwp-pg-wrap .anwp-pg-widget-header__title {
  padding-top: 5px;
}

.anwp-pg-widget-header-style--f .anwp-pg-wrap .anwp-pg-widget-header__secondary-line {
  position: absolute;
  width: 100px;
  bottom: 0;
}

.anwp-pg-widget-header-style--f .anwp-pg-wrap .anwp-pg-widget-header__title {
  padding-bottom: 5px;
}

.anwp-pg-widget-header-style--g .anwp-pg-wrap .anwp-pg-widget-header__secondary-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.anwp-pg-widget-header-style--g .anwp-pg-wrap .anwp-pg-widget-header__title {
  padding-left: 10px;
}
