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


--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
.editor-styles-wrapper .dummy-class {
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.anwp-b-wrap table {
  table-layout: auto;
  border-collapse: collapse;
}
.anwp-b-wrap .align-top {
  vertical-align: top !important;
}
.anwp-b-wrap .align-middle {
  vertical-align: middle !important;
}
.anwp-b-wrap .align-bottom {
  vertical-align: bottom !important;
}
.anwp-b-wrap .align-text-bottom {
  vertical-align: text-bottom !important;
}
.anwp-b-wrap .align-text-top {
  vertical-align: text-top !important;
}
@media (max-width: 575.98px) {
  .anwp-b-wrap .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .anwp-b-wrap .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .anwp-b-wrap .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .anwp-b-wrap .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .anwp-b-wrap .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .anwp-b-wrap .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .anwp-b-wrap .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .anwp-b-wrap .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.anwp-b-wrap .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.anwp-b-wrap .table-responsive > .table-bordered {
  border: 0;
}
.anwp-b-wrap .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f9fa;
}
.anwp-b-wrap .table-sm th,
.anwp-b-wrap .table-sm td {
  padding: 5px;
}
.anwp-b-wrap .table-bordered {
  border: 1px solid #ced4da;
}
.anwp-b-wrap .table-bordered th,
.anwp-b-wrap .table-bordered td {
  border: 1px solid #ced4da;
}
.anwp-b-wrap .table-primary,
.anwp-b-wrap .table-primary > th,
.anwp-b-wrap .table-primary > td {
  background-color: #b8ddec;
}
.anwp-b-wrap .table-primary th,
.anwp-b-wrap .table-primary td,
.anwp-b-wrap .table-primary thead th,
.anwp-b-wrap .table-primary tbody + tbody {
  border-color: #7ac0db;
}
.anwp-b-wrap .table-hover .table-primary:hover {
  background-color: #a4d3e7;
}
.anwp-b-wrap .table-hover .table-primary:hover > td,
.anwp-b-wrap .table-hover .table-primary:hover > th {
  background-color: #a4d3e7;
}
.anwp-b-wrap .table-secondary,
.anwp-b-wrap .table-secondary > th,
.anwp-b-wrap .table-secondary > td {
  background-color: #d6d8db;
}
.anwp-b-wrap .table-secondary th,
.anwp-b-wrap .table-secondary td,
.anwp-b-wrap .table-secondary thead th,
.anwp-b-wrap .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.anwp-b-wrap .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.anwp-b-wrap .table-hover .table-secondary:hover > td,
.anwp-b-wrap .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.anwp-b-wrap .table-success,
.anwp-b-wrap .table-success > th,
.anwp-b-wrap .table-success > td {
  background-color: #c7dfc8;
}
.anwp-b-wrap .table-success th,
.anwp-b-wrap .table-success td,
.anwp-b-wrap .table-success thead th,
.anwp-b-wrap .table-success tbody + tbody {
  border-color: #98c49a;
}
.anwp-b-wrap .table-hover .table-success:hover {
  background-color: #b7d6b8;
}
.anwp-b-wrap .table-hover .table-success:hover > td,
.anwp-b-wrap .table-hover .table-success:hover > th {
  background-color: #b7d6b8;
}
.anwp-b-wrap .table-info,
.anwp-b-wrap .table-info > th,
.anwp-b-wrap .table-info > td {
  background-color: #bee5eb;
}
.anwp-b-wrap .table-info th,
.anwp-b-wrap .table-info td,
.anwp-b-wrap .table-info thead th,
.anwp-b-wrap .table-info tbody + tbody {
  border-color: #86cfda;
}
.anwp-b-wrap .table-hover .table-info:hover {
  background-color: #abdde5;
}
.anwp-b-wrap .table-hover .table-info:hover > td,
.anwp-b-wrap .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.anwp-b-wrap .table-warning,
.anwp-b-wrap .table-warning > th,
.anwp-b-wrap .table-warning > td {
  background-color: #feedc4;
}
.anwp-b-wrap .table-warning th,
.anwp-b-wrap .table-warning td,
.anwp-b-wrap .table-warning thead th,
.anwp-b-wrap .table-warning tbody + tbody {
  border-color: #fdde92;
}
.anwp-b-wrap .table-hover .table-warning:hover {
  background-color: #fee5ab;
}
.anwp-b-wrap .table-hover .table-warning:hover > td,
.anwp-b-wrap .table-hover .table-warning:hover > th {
  background-color: #fee5ab;
}
.anwp-b-wrap .table-danger,
.anwp-b-wrap .table-danger > th,
.anwp-b-wrap .table-danger > td {
  background-color: #f5c6cb;
}
.anwp-b-wrap .table-danger th,
.anwp-b-wrap .table-danger td,
.anwp-b-wrap .table-danger thead th,
.anwp-b-wrap .table-danger tbody + tbody {
  border-color: #ed969e;
}
.anwp-b-wrap .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.anwp-b-wrap .table-hover .table-danger:hover > td,
.anwp-b-wrap .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.anwp-b-wrap .table-light,
.anwp-b-wrap .table-light > th,
.anwp-b-wrap .table-light > td {
  background-color: #fdfdfe;
}
.anwp-b-wrap .table-light th,
.anwp-b-wrap .table-light td,
.anwp-b-wrap .table-light thead th,
.anwp-b-wrap .table-light tbody + tbody {
  border-color: #fbfcfc;
}
.anwp-b-wrap .table-hover .table-light:hover {
  background-color: #ececf6;
}
.anwp-b-wrap .table-hover .table-light:hover > td,
.anwp-b-wrap .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.anwp-b-wrap .table-dark,
.anwp-b-wrap .table-dark > th,
.anwp-b-wrap .table-dark > td {
  background-color: #c6c8ca;
}
.anwp-b-wrap .table-dark th,
.anwp-b-wrap .table-dark td,
.anwp-b-wrap .table-dark thead th,
.anwp-b-wrap .table-dark tbody + tbody {
  border-color: #95999c;
}
.anwp-b-wrap .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.anwp-b-wrap .table-hover .table-dark:hover > td,
.anwp-b-wrap .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.anwp-b-wrap .table-active,
.anwp-b-wrap .table-active > th,
.anwp-b-wrap .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.anwp-b-wrap .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.anwp-b-wrap .table-hover .table-active:hover > td,
.anwp-b-wrap .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.anwp-b-wrap .img-fluid {
  max-width: 100%;
  height: auto;
}
.anwp-b-wrap .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}
.anwp-b-wrap .figure {
  display: inline-block;
}
.anwp-b-wrap .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.anwp-b-wrap .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.anwp-b-wrap .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-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;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .anwp-b-wrap .btn {
    transition: none;
  }
}
.anwp-b-wrap .btn:hover {
  color: #212529;
  text-decoration: none;
}
.anwp-b-wrap .btn:focus, .anwp-b-wrap .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 186, 0.25);
}
.anwp-b-wrap .btn.disabled, .anwp-b-wrap .btn:disabled {
  opacity: 0.65;
}
.anwp-b-wrap .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.anwp-b-wrap a.btn.disabled,
.anwp-b-wrap fieldset:disabled a.btn {
  pointer-events: none;
}
.anwp-b-wrap .btn-primary {
  color: #fff;
  background-color: #0085ba;
  border-color: #0085ba;
}
.anwp-b-wrap .btn-primary:hover {
  color: #fff;
  background-color: #006a94;
  border-color: #006187;
}
.anwp-b-wrap .btn-primary:focus, .anwp-b-wrap .btn-primary.focus {
  color: #fff;
  background-color: #006a94;
  border-color: #006187;
  box-shadow: 0 0 0 0.2rem rgba(38, 151, 196, 0.5);
}
.anwp-b-wrap .btn-primary.disabled, .anwp-b-wrap .btn-primary:disabled {
  color: #fff;
  background-color: #0085ba;
  border-color: #0085ba;
}
.anwp-b-wrap .btn-primary:not(:disabled):not(.disabled):active, .anwp-b-wrap .btn-primary:not(:disabled):not(.disabled).active, .show > .anwp-b-wrap .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #006187;
  border-color: #00577a;
}
.anwp-b-wrap .btn-primary:not(:disabled):not(.disabled):active:focus, .anwp-b-wrap .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .anwp-b-wrap .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 151, 196, 0.5);
}
.anwp-b-wrap .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.anwp-b-wrap .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.anwp-b-wrap .btn-secondary:focus, .anwp-b-wrap .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.anwp-b-wrap .btn-secondary.disabled, .anwp-b-wrap .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.anwp-b-wrap .btn-secondary:not(:disabled):not(.disabled):active, .anwp-b-wrap .btn-secondary:not(:disabled):not(.disabled).active, .show > .anwp-b-wrap .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.anwp-b-wrap .btn-secondary:not(:disabled):not(.disabled):active:focus, .anwp-b-wrap .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .anwp-b-wrap .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.anwp-b-wrap .btn-success {
  color: #fff;
  background-color: #388E3C;
  border-color: #388E3C;
}
.anwp-b-wrap .btn-success:hover {
  color: #fff;
  background-color: #2d7330;
  border-color: #2a692d;
}
.anwp-b-wrap .btn-success:focus, .anwp-b-wrap .btn-success.focus {
  color: #fff;
  background-color: #2d7330;
  border-color: #2a692d;
  box-shadow: 0 0 0 0.2rem rgba(86, 159, 89, 0.5);
}
.anwp-b-wrap .btn-success.disabled, .anwp-b-wrap .btn-success:disabled {
  color: #fff;
  background-color: #388E3C;
  border-color: #388E3C;
}
.anwp-b-wrap .btn-success:not(:disabled):not(.disabled):active, .anwp-b-wrap .btn-success:not(:disabled):not(.disabled).active, .show > .anwp-b-wrap .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2a692d;
  border-color: #266029;
}
.anwp-b-wrap .btn-success:not(:disabled):not(.disabled):active:focus, .anwp-b-wrap .btn-success:not(:disabled):not(.disabled).active:focus, .show > .anwp-b-wrap .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 159, 89, 0.5);
}
.anwp-b-wrap .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.anwp-b-wrap .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.anwp-b-wrap .btn-info:focus, .anwp-b-wrap .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.anwp-b-wrap .btn-info.disabled, .anwp-b-wrap .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.anwp-b-wrap .btn-info:not(:disabled):not(.disabled):active, .anwp-b-wrap .btn-info:not(:disabled):not(.disabled).active, .show > .anwp-b-wrap .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.anwp-b-wrap .btn-info:not(:disabled):not(.disabled):active:focus, .anwp-b-wrap .btn-info:not(:disabled):not(.disabled).active:focus, .show > .anwp-b-wrap .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.anwp-b-wrap .btn-warning {
  color: #212529;
  background-color: #FBC02D;
  border-color: #FBC02D;
}
.anwp-b-wrap .btn-warning:hover {
  color: #212529;
  background-color: #fab507;
  border-color: #f0ad05;
}
.anwp-b-wrap .btn-warning:focus, .anwp-b-wrap .btn-warning.focus {
  color: #212529;
  background-color: #fab507;
  border-color: #f0ad05;
  box-shadow: 0 0 0 0.2rem rgba(218, 169, 44, 0.5);
}
.anwp-b-wrap .btn-warning.disabled, .anwp-b-wrap .btn-warning:disabled {
  color: #212529;
  background-color: #FBC02D;
  border-color: #FBC02D;
}
.anwp-b-wrap .btn-warning:not(:disabled):not(.disabled):active, .anwp-b-wrap .btn-warning:not(:disabled):not(.disabled).active, .show > .anwp-b-wrap .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f0ad05;
  border-color: #e4a404;
}
.anwp-b-wrap .btn-warning:not(:disabled):not(.disabled):active:focus, .anwp-b-wrap .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .anwp-b-wrap .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 169, 44, 0.5);
}
.anwp-b-wrap .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.anwp-b-wrap .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.anwp-b-wrap .btn-danger:focus, .anwp-b-wrap .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.anwp-b-wrap .btn-danger.disabled, .anwp-b-wrap .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.anwp-b-wrap .btn-danger:not(:disabled):not(.disabled):active, .anwp-b-wrap .btn-danger:not(:disabled):not(.disabled).active, .show > .anwp-b-wrap .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.anwp-b-wrap .btn-danger:not(:disabled):not(.disabled):active:focus, .anwp-b-wrap .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .anwp-b-wrap .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.anwp-b-wrap .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.anwp-b-wrap .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.anwp-b-wrap .btn-light:focus, .anwp-b-wrap .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.anwp-b-wrap .btn-light.disabled, .anwp-b-wrap .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.anwp-b-wrap .btn-light:not(:disabled):not(.disabled):active, .anwp-b-wrap .btn-light:not(:disabled):not(.disabled).active, .show > .anwp-b-wrap .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.anwp-b-wrap .btn-light:not(:disabled):not(.disabled):active:focus, .anwp-b-wrap .btn-light:not(:disabled):not(.disabled).active:focus, .show > .anwp-b-wrap .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.anwp-b-wrap .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.anwp-b-wrap .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.anwp-b-wrap .btn-dark:focus, .anwp-b-wrap .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.anwp-b-wrap .btn-dark.disabled, .anwp-b-wrap .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.anwp-b-wrap .btn-dark:not(:disabled):not(.disabled):active, .anwp-b-wrap .btn-dark:not(:disabled):not(.disabled).active, .show > .anwp-b-wrap .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.anwp-b-wrap .btn-dark:not(:disabled):not(.disabled):active:focus, .anwp-b-wrap .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .anwp-b-wrap .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.anwp-b-wrap .btn-outline-primary {
  color: #0085ba;
  border-color: #0085ba;
}
.anwp-b-wrap .btn-outline-primary:hover {
  color: #fff;
  background-color: #0085ba;
  border-color: #0085ba;
}
.anwp-b-wrap .btn-outline-primary:focus, .anwp-b-wrap .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 186, 0.5);
}
.anwp-b-wrap .btn-outline-primary.disabled, .anwp-b-wrap .btn-outline-primary:disabled {
  color: #0085ba;
  background-color: transparent;
}
.anwp-b-wrap .btn-outline-primary:not(:disabled):not(.disabled):active, .anwp-b-wrap .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .anwp-b-wrap .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0085ba;
  border-color: #0085ba;
}
.anwp-b-wrap .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .anwp-b-wrap .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .anwp-b-wrap .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 186, 0.5);
}
.anwp-b-wrap .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.anwp-b-wrap .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.anwp-b-wrap .btn-outline-secondary:focus, .anwp-b-wrap .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.anwp-b-wrap .btn-outline-secondary.disabled, .anwp-b-wrap .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.anwp-b-wrap .btn-outline-secondary:not(:disabled):not(.disabled):active, .anwp-b-wrap .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .anwp-b-wrap .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.anwp-b-wrap .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .anwp-b-wrap .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .anwp-b-wrap .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.anwp-b-wrap .btn-outline-success {
  color: #388E3C;
  border-color: #388E3C;
}
.anwp-b-wrap .btn-outline-success:hover {
  color: #fff;
  background-color: #388E3C;
  border-color: #388E3C;
}
.anwp-b-wrap .btn-outline-success:focus, .anwp-b-wrap .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 142, 60, 0.5);
}
.anwp-b-wrap .btn-outline-success.disabled, .anwp-b-wrap .btn-outline-success:disabled {
  color: #388E3C;
  background-color: transparent;
}
.anwp-b-wrap .btn-outline-success:not(:disabled):not(.disabled):active, .anwp-b-wrap .btn-outline-success:not(:disabled):not(.disabled).active, .show > .anwp-b-wrap .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #388E3C;
  border-color: #388E3C;
}
.anwp-b-wrap .btn-outline-success:not(:disabled):not(.disabled):active:focus, .anwp-b-wrap .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .anwp-b-wrap .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 142, 60, 0.5);
}
.anwp-b-wrap .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.anwp-b-wrap .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.anwp-b-wrap .btn-outline-info:focus, .anwp-b-wrap .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.anwp-b-wrap .btn-outline-info.disabled, .anwp-b-wrap .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.anwp-b-wrap .btn-outline-info:not(:disabled):not(.disabled):active, .anwp-b-wrap .btn-outline-info:not(:disabled):not(.disabled).active, .show > .anwp-b-wrap .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.anwp-b-wrap .btn-outline-info:not(:disabled):not(.disabled):active:focus, .anwp-b-wrap .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .anwp-b-wrap .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.anwp-b-wrap .btn-outline-warning {
  color: #FBC02D;
  border-color: #FBC02D;
}
.anwp-b-wrap .btn-outline-warning:hover {
  color: #212529;
  background-color: #FBC02D;
  border-color: #FBC02D;
}
.anwp-b-wrap .btn-outline-warning:focus, .anwp-b-wrap .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 192, 45, 0.5);
}
.anwp-b-wrap .btn-outline-warning.disabled, .anwp-b-wrap .btn-outline-warning:disabled {
  color: #FBC02D;
  background-color: transparent;
}
.anwp-b-wrap .btn-outline-warning:not(:disabled):not(.disabled):active, .anwp-b-wrap .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .anwp-b-wrap .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #FBC02D;
  border-color: #FBC02D;
}
.anwp-b-wrap .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .anwp-b-wrap .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .anwp-b-wrap .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 192, 45, 0.5);
}
.anwp-b-wrap .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.anwp-b-wrap .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.anwp-b-wrap .btn-outline-danger:focus, .anwp-b-wrap .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.anwp-b-wrap .btn-outline-danger.disabled, .anwp-b-wrap .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.anwp-b-wrap .btn-outline-danger:not(:disabled):not(.disabled):active, .anwp-b-wrap .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .anwp-b-wrap .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.anwp-b-wrap .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .anwp-b-wrap .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .anwp-b-wrap .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.anwp-b-wrap .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.anwp-b-wrap .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.anwp-b-wrap .btn-outline-light:focus, .anwp-b-wrap .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.anwp-b-wrap .btn-outline-light.disabled, .anwp-b-wrap .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.anwp-b-wrap .btn-outline-light:not(:disabled):not(.disabled):active, .anwp-b-wrap .btn-outline-light:not(:disabled):not(.disabled).active, .show > .anwp-b-wrap .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.anwp-b-wrap .btn-outline-light:not(:disabled):not(.disabled):active:focus, .anwp-b-wrap .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .anwp-b-wrap .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.anwp-b-wrap .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.anwp-b-wrap .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.anwp-b-wrap .btn-outline-dark:focus, .anwp-b-wrap .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.anwp-b-wrap .btn-outline-dark.disabled, .anwp-b-wrap .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.anwp-b-wrap .btn-outline-dark:not(:disabled):not(.disabled):active, .anwp-b-wrap .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .anwp-b-wrap .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.anwp-b-wrap .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .anwp-b-wrap .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .anwp-b-wrap .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.anwp-b-wrap .btn-link {
  font-weight: 400;
  color: #0085ba;
  text-decoration: none;
}
.anwp-b-wrap .btn-link:hover {
  color: #004e6e;
  text-decoration: none;
}
.anwp-b-wrap .btn-link:focus, .anwp-b-wrap .btn-link.focus {
  text-decoration: none;
}
.anwp-b-wrap .btn-link:disabled, .anwp-b-wrap .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.anwp-b-wrap .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 4px;
}
.anwp-b-wrap .btn-sm {
  padding: 0.2rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 4px;
}
.anwp-b-wrap .btn-block {
  display: block;
  width: 100%;
}
.anwp-b-wrap .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.anwp-b-wrap input[type=submit].btn-block,
.anwp-b-wrap input[type=reset].btn-block,
.anwp-b-wrap input[type=button].btn-block {
  width: 100%;
}
.anwp-b-wrap .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-right: 1.5rem;
  print-color-adjust: exact;
}
.anwp-b-wrap .custom-control-inline {
  display: inline-flex;
  margin-left: 1rem;
}
.anwp-b-wrap .custom-control-input {
  position: absolute;
  right: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.anwp-b-wrap .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0085ba;
  background-color: #0085ba;
}
.anwp-b-wrap .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 186, 0.25);
}
.anwp-b-wrap .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #3bc7ff;
}
.anwp-b-wrap .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #6ed6ff;
  border-color: #6ed6ff;
}
.anwp-b-wrap .custom-control-input[disabled] ~ .custom-control-label, .anwp-b-wrap .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.anwp-b-wrap .custom-control-input[disabled] ~ .custom-control-label::before, .anwp-b-wrap .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.anwp-b-wrap .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.anwp-b-wrap .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  right: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.anwp-b-wrap .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  right: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.anwp-b-wrap .custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.anwp-b-wrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.anwp-b-wrap .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0085ba;
  background-color: #0085ba;
}
.anwp-b-wrap .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.anwp-b-wrap .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 133, 186, 0.5);
}
.anwp-b-wrap .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 133, 186, 0.5);
}
.anwp-b-wrap .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.anwp-b-wrap .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.anwp-b-wrap .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 133, 186, 0.5);
}
.anwp-b-wrap .custom-switch {
  padding-right: 2.25rem;
}
.anwp-b-wrap .custom-switch .custom-control-label::before {
  right: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.anwp-b-wrap .custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  right: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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;
}
@media (prefers-reduced-motion: reduce) {
  .anwp-b-wrap .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.anwp-b-wrap .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(-0.75rem);
}
.anwp-b-wrap .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 133, 186, 0.5);
}
.anwp-b-wrap .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") left 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none;
}
.anwp-b-wrap .custom-select:focus {
  border-color: #3bc7ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 186, 0.25);
}
.anwp-b-wrap .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.anwp-b-wrap .custom-select[multiple], .anwp-b-wrap .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-left: 0.75rem;
  background-image: none;
}
.anwp-b-wrap .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.anwp-b-wrap .custom-select::-ms-expand {
  display: none;
}
.anwp-b-wrap .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.anwp-b-wrap .custom-select-sm {
  height: calc(1.5em + 0.4rem + 2px);
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
}
.anwp-b-wrap .custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  font-size: 1.25rem;
}
.anwp-b-wrap .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.anwp-b-wrap .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.anwp-b-wrap .custom-file-input:focus ~ .custom-file-label {
  border-color: #3bc7ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 186, 0.25);
}
.anwp-b-wrap .custom-file-input[disabled] ~ .custom-file-label, .anwp-b-wrap .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.anwp-b-wrap .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.anwp-b-wrap .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.anwp-b-wrap .custom-file-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.anwp-b-wrap .custom-file-label::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-right: inherit;
  border-radius: 0 0 0 0;
}
.anwp-b-wrap .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.anwp-b-wrap .custom-range:focus {
  outline: 0;
}
.anwp-b-wrap .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 133, 186, 0.25);
}
.anwp-b-wrap .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 133, 186, 0.25);
}
.anwp-b-wrap .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 133, 186, 0.25);
}
.anwp-b-wrap .custom-range::-moz-focus-outer {
  border: 0;
}
.anwp-b-wrap .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0085ba;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .anwp-b-wrap .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.anwp-b-wrap .custom-range::-webkit-slider-thumb:active {
  background-color: #6ed6ff;
}
.anwp-b-wrap .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.anwp-b-wrap .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0085ba;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .anwp-b-wrap .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.anwp-b-wrap .custom-range::-moz-range-thumb:active {
  background-color: #6ed6ff;
}
.anwp-b-wrap .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.anwp-b-wrap .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  background-color: #0085ba;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .anwp-b-wrap .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.anwp-b-wrap .custom-range::-ms-thumb:active {
  background-color: #6ed6ff;
}
.anwp-b-wrap .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.anwp-b-wrap .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.anwp-b-wrap .custom-range::-ms-fill-upper {
  margin-left: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.anwp-b-wrap .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.anwp-b-wrap .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.anwp-b-wrap .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.anwp-b-wrap .custom-range:disabled::-moz-range-track {
  cursor: default;
}
.anwp-b-wrap .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.anwp-b-wrap .custom-control-label::before,
.anwp-b-wrap .custom-file-label,
.anwp-b-wrap .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .anwp-b-wrap .custom-control-label::before,
  .anwp-b-wrap .custom-file-label,
  .anwp-b-wrap .custom-select {
    transition: none;
  }
}
.anwp-b-wrap .nav {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
}
.anwp-b-wrap .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.anwp-b-wrap .nav-link:hover, .anwp-b-wrap .nav-link:focus {
  text-decoration: none;
}
.anwp-b-wrap .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.anwp-b-wrap .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.anwp-b-wrap .nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.anwp-b-wrap .nav-tabs .nav-link:hover, .anwp-b-wrap .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.anwp-b-wrap .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.anwp-b-wrap .nav-tabs .nav-link.active,
.anwp-b-wrap .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.anwp-b-wrap .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.anwp-b-wrap .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0;
}
.anwp-b-wrap .nav-pills .nav-link.active,
.anwp-b-wrap .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0085ba;
}
.anwp-b-wrap .nav-fill > .nav-link,
.anwp-b-wrap .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.anwp-b-wrap .nav-justified > .nav-link,
.anwp-b-wrap .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.anwp-b-wrap .tab-content > .tab-pane {
  display: none;
}
.anwp-b-wrap .tab-content > .active {
  display: block;
}
.anwp-b-wrap .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.anwp-b-wrap .navbar > .container-xl, .anwp-b-wrap .navbar > .container-lg, .anwp-b-wrap .navbar > .container-md, .anwp-b-wrap .navbar > .container-sm, .anwp-b-wrap .navbar .container,
.anwp-b-wrap .navbar .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.anwp-b-wrap .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.anwp-b-wrap .navbar-brand:hover, .anwp-b-wrap .navbar-brand:focus {
  text-decoration: none;
}
.anwp-b-wrap .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
}
.anwp-b-wrap .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.anwp-b-wrap .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.anwp-b-wrap .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.anwp-b-wrap .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.anwp-b-wrap .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.anwp-b-wrap .navbar-toggler:hover, .anwp-b-wrap .navbar-toggler:focus {
  text-decoration: none;
}
.anwp-b-wrap .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.anwp-b-wrap .navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .anwp-b-wrap .navbar-expand-sm > .container-xl, .anwp-b-wrap .navbar-expand-sm > .container-lg, .anwp-b-wrap .navbar-expand-sm > .container-md, .anwp-b-wrap .navbar-expand-sm > .container-sm, .anwp-b-wrap .navbar-expand-sm > .container,
  .anwp-b-wrap .navbar-expand-sm > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .anwp-b-wrap .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .anwp-b-wrap .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .anwp-b-wrap .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .anwp-b-wrap .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .anwp-b-wrap .navbar-expand-sm > .container-xl, .anwp-b-wrap .navbar-expand-sm > .container-lg, .anwp-b-wrap .navbar-expand-sm > .container-md, .anwp-b-wrap .navbar-expand-sm > .container-sm, .anwp-b-wrap .navbar-expand-sm > .container,
  .anwp-b-wrap .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .anwp-b-wrap .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .anwp-b-wrap .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .anwp-b-wrap .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .anwp-b-wrap .navbar-expand-md > .container-xl, .anwp-b-wrap .navbar-expand-md > .container-lg, .anwp-b-wrap .navbar-expand-md > .container-md, .anwp-b-wrap .navbar-expand-md > .container-sm, .anwp-b-wrap .navbar-expand-md > .container,
  .anwp-b-wrap .navbar-expand-md > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .anwp-b-wrap .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .anwp-b-wrap .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .anwp-b-wrap .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .anwp-b-wrap .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .anwp-b-wrap .navbar-expand-md > .container-xl, .anwp-b-wrap .navbar-expand-md > .container-lg, .anwp-b-wrap .navbar-expand-md > .container-md, .anwp-b-wrap .navbar-expand-md > .container-sm, .anwp-b-wrap .navbar-expand-md > .container,
  .anwp-b-wrap .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .anwp-b-wrap .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .anwp-b-wrap .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .anwp-b-wrap .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .anwp-b-wrap .navbar-expand-lg > .container-xl, .anwp-b-wrap .navbar-expand-lg > .container-lg, .anwp-b-wrap .navbar-expand-lg > .container-md, .anwp-b-wrap .navbar-expand-lg > .container-sm, .anwp-b-wrap .navbar-expand-lg > .container,
  .anwp-b-wrap .navbar-expand-lg > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .anwp-b-wrap .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .anwp-b-wrap .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .anwp-b-wrap .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .anwp-b-wrap .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .anwp-b-wrap .navbar-expand-lg > .container-xl, .anwp-b-wrap .navbar-expand-lg > .container-lg, .anwp-b-wrap .navbar-expand-lg > .container-md, .anwp-b-wrap .navbar-expand-lg > .container-sm, .anwp-b-wrap .navbar-expand-lg > .container,
  .anwp-b-wrap .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .anwp-b-wrap .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .anwp-b-wrap .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .anwp-b-wrap .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .anwp-b-wrap .navbar-expand-xl > .container-xl, .anwp-b-wrap .navbar-expand-xl > .container-lg, .anwp-b-wrap .navbar-expand-xl > .container-md, .anwp-b-wrap .navbar-expand-xl > .container-sm, .anwp-b-wrap .navbar-expand-xl > .container,
  .anwp-b-wrap .navbar-expand-xl > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .anwp-b-wrap .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .anwp-b-wrap .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .anwp-b-wrap .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .anwp-b-wrap .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .anwp-b-wrap .navbar-expand-xl > .container-xl, .anwp-b-wrap .navbar-expand-xl > .container-lg, .anwp-b-wrap .navbar-expand-xl > .container-md, .anwp-b-wrap .navbar-expand-xl > .container-sm, .anwp-b-wrap .navbar-expand-xl > .container,
  .anwp-b-wrap .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .anwp-b-wrap .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .anwp-b-wrap .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .anwp-b-wrap .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.anwp-b-wrap .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.anwp-b-wrap .navbar-expand > .container-xl, .anwp-b-wrap .navbar-expand > .container-lg, .anwp-b-wrap .navbar-expand > .container-md, .anwp-b-wrap .navbar-expand > .container-sm, .anwp-b-wrap .navbar-expand > .container,
.anwp-b-wrap .navbar-expand > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.anwp-b-wrap .navbar-expand .navbar-nav {
  flex-direction: row;
}
.anwp-b-wrap .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.anwp-b-wrap .navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.anwp-b-wrap .navbar-expand > .container-xl, .anwp-b-wrap .navbar-expand > .container-lg, .anwp-b-wrap .navbar-expand > .container-md, .anwp-b-wrap .navbar-expand > .container-sm, .anwp-b-wrap .navbar-expand > .container,
.anwp-b-wrap .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.anwp-b-wrap .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.anwp-b-wrap .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.anwp-b-wrap .navbar-expand .navbar-toggler {
  display: none;
}
.anwp-b-wrap .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.anwp-b-wrap .navbar-light .navbar-brand:hover, .anwp-b-wrap .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.anwp-b-wrap .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.anwp-b-wrap .navbar-light .navbar-nav .nav-link:hover, .anwp-b-wrap .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.anwp-b-wrap .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.anwp-b-wrap .navbar-light .navbar-nav .show > .nav-link,
.anwp-b-wrap .navbar-light .navbar-nav .active > .nav-link,
.anwp-b-wrap .navbar-light .navbar-nav .nav-link.show,
.anwp-b-wrap .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.anwp-b-wrap .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.anwp-b-wrap .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.anwp-b-wrap .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.anwp-b-wrap .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.anwp-b-wrap .navbar-light .navbar-text a:hover, .anwp-b-wrap .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.anwp-b-wrap .navbar-dark .navbar-brand {
  color: #fff;
}
.anwp-b-wrap .navbar-dark .navbar-brand:hover, .anwp-b-wrap .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.anwp-b-wrap .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.anwp-b-wrap .navbar-dark .navbar-nav .nav-link:hover, .anwp-b-wrap .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.anwp-b-wrap .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.anwp-b-wrap .navbar-dark .navbar-nav .show > .nav-link,
.anwp-b-wrap .navbar-dark .navbar-nav .active > .nav-link,
.anwp-b-wrap .navbar-dark .navbar-nav .nav-link.show,
.anwp-b-wrap .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.anwp-b-wrap .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.anwp-b-wrap .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.anwp-b-wrap .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.anwp-b-wrap .navbar-dark .navbar-text a {
  color: #fff;
}
.anwp-b-wrap .navbar-dark .navbar-text a:hover, .anwp-b-wrap .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.anwp-b-wrap .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.anwp-b-wrap .card > hr {
  margin-left: 0;
  margin-right: 0;
}
.anwp-b-wrap .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.anwp-b-wrap .card > .list-group:first-child {
  border-top-width: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.anwp-b-wrap .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.anwp-b-wrap .card > .card-header + .list-group,
.anwp-b-wrap .card > .list-group + .card-footer {
  border-top: 0;
}
.anwp-b-wrap .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.anwp-b-wrap .card-title {
  margin-bottom: 0.75rem;
}
.anwp-b-wrap .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.anwp-b-wrap .card-text:last-child {
  margin-bottom: 0;
}
.anwp-b-wrap .card-link:hover {
  text-decoration: none;
}
.anwp-b-wrap .card-link + .card-link {
  margin-right: 1.25rem;
}
.anwp-b-wrap .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.anwp-b-wrap .card-header:first-child {
  border-radius: 0 0 0 0;
}
.anwp-b-wrap .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.anwp-b-wrap .card-footer:last-child {
  border-radius: 0 0 0 0;
}
.anwp-b-wrap .card-header-tabs {
  margin-left: -0.625rem;
  margin-bottom: -0.75rem;
  margin-right: -0.625rem;
  border-bottom: 0;
}
.anwp-b-wrap .card-header-pills {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.anwp-b-wrap .card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.25rem;
  border-radius: 0;
}
.anwp-b-wrap .card-img,
.anwp-b-wrap .card-img-top,
.anwp-b-wrap .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.anwp-b-wrap .card-img,
.anwp-b-wrap .card-img-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.anwp-b-wrap .card-img,
.anwp-b-wrap .card-img-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.anwp-b-wrap .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .anwp-b-wrap .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .anwp-b-wrap .card-deck .card {
    flex: 1 0 0%;
    margin-left: 15px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.anwp-b-wrap .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .anwp-b-wrap .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .anwp-b-wrap .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .anwp-b-wrap .card-group > .card + .card {
    margin-right: 0;
    border-right: 0;
  }
  .anwp-b-wrap .card-group > .card:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .anwp-b-wrap .card-group > .card:not(:last-child) .card-img-top,
  .anwp-b-wrap .card-group > .card:not(:last-child) .card-header {
    border-top-left-radius: 0;
  }
  .anwp-b-wrap .card-group > .card:not(:last-child) .card-img-bottom,
  .anwp-b-wrap .card-group > .card:not(:last-child) .card-footer {
    border-bottom-left-radius: 0;
  }
  .anwp-b-wrap .card-group > .card:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .anwp-b-wrap .card-group > .card:not(:first-child) .card-img-top,
  .anwp-b-wrap .card-group > .card:not(:first-child) .card-header {
    border-top-right-radius: 0;
  }
  .anwp-b-wrap .card-group > .card:not(:first-child) .card-img-bottom,
  .anwp-b-wrap .card-group > .card:not(:first-child) .card-footer {
    border-bottom-right-radius: 0;
  }
}
.anwp-b-wrap .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .anwp-b-wrap .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .anwp-b-wrap .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.anwp-b-wrap .accordion {
  overflow-anchor: none;
}
.anwp-b-wrap .accordion > .card {
  overflow: hidden;
}
.anwp-b-wrap .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.anwp-b-wrap .accordion > .card:not(:first-of-type) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.anwp-b-wrap .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.anwp-b-wrap .pagination {
  display: flex;
  padding-right: 0;
  list-style: none;
  border-radius: 0;
}
.anwp-b-wrap .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-right: -1px;
  line-height: 1.25;
  color: #0085ba;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.anwp-b-wrap .page-link:hover {
  z-index: 2;
  color: #004e6e;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.anwp-b-wrap .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 186, 0.25);
}
.anwp-b-wrap .page-item:first-child .page-link {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.anwp-b-wrap .page-item:last-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.anwp-b-wrap .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0085ba;
  border-color: #0085ba;
}
.anwp-b-wrap .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.anwp-b-wrap .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.anwp-b-wrap .pagination-lg .page-item:first-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.anwp-b-wrap .pagination-lg .page-item:last-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.anwp-b-wrap .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.anwp-b-wrap .pagination-sm .page-item:first-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.anwp-b-wrap .pagination-sm .page-item:last-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.anwp-b-wrap .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .anwp-b-wrap .badge {
    transition: none;
  }
}
a.anwp-b-wrap .badge:hover, a.anwp-b-wrap .badge:focus {
  text-decoration: none;
}

.anwp-b-wrap .badge:empty {
  display: none;
}
.anwp-b-wrap .btn .badge {
  position: relative;
  top: -1px;
}
.anwp-b-wrap .badge-pill {
  padding-left: 0.6em;
  padding-right: 0.6em;
  border-radius: 10rem;
}
.anwp-b-wrap .badge-primary {
  color: #fff;
  background-color: #0085ba;
}
a.anwp-b-wrap .badge-primary:hover, a.anwp-b-wrap .badge-primary:focus {
  color: #fff;
  background-color: #006187;
}
a.anwp-b-wrap .badge-primary:focus, a.anwp-b-wrap .badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 186, 0.5);
}

.anwp-b-wrap .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.anwp-b-wrap .badge-secondary:hover, a.anwp-b-wrap .badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.anwp-b-wrap .badge-secondary:focus, a.anwp-b-wrap .badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.anwp-b-wrap .badge-success {
  color: #fff;
  background-color: #388E3C;
}
a.anwp-b-wrap .badge-success:hover, a.anwp-b-wrap .badge-success:focus {
  color: #fff;
  background-color: #2a692d;
}
a.anwp-b-wrap .badge-success:focus, a.anwp-b-wrap .badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 142, 60, 0.5);
}

.anwp-b-wrap .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.anwp-b-wrap .badge-info:hover, a.anwp-b-wrap .badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.anwp-b-wrap .badge-info:focus, a.anwp-b-wrap .badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.anwp-b-wrap .badge-warning {
  color: #212529;
  background-color: #FBC02D;
}
a.anwp-b-wrap .badge-warning:hover, a.anwp-b-wrap .badge-warning:focus {
  color: #212529;
  background-color: #f0ad05;
}
a.anwp-b-wrap .badge-warning:focus, a.anwp-b-wrap .badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 192, 45, 0.5);
}

.anwp-b-wrap .badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.anwp-b-wrap .badge-danger:hover, a.anwp-b-wrap .badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.anwp-b-wrap .badge-danger:focus, a.anwp-b-wrap .badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.anwp-b-wrap .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.anwp-b-wrap .badge-light:hover, a.anwp-b-wrap .badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.anwp-b-wrap .badge-light:focus, a.anwp-b-wrap .badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.anwp-b-wrap .badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.anwp-b-wrap .badge-dark:hover, a.anwp-b-wrap .badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.anwp-b-wrap .badge-dark:focus, a.anwp-b-wrap .badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 100% 0;
  }
}
.anwp-b-wrap .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0;
}
.anwp-b-wrap .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0085ba;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .anwp-b-wrap .progress-bar {
    transition: none;
  }
}
.anwp-b-wrap .progress-bar-striped {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.anwp-b-wrap .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .anwp-b-wrap .progress-bar-animated {
    animation: none;
  }
}
.anwp-b-wrap .media {
  display: flex;
  align-items: flex-start;
}
.anwp-b-wrap .media-body {
  flex: 1;
}
.anwp-b-wrap .list-group {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.anwp-b-wrap .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.anwp-b-wrap .list-group-item-action:hover, .anwp-b-wrap .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.anwp-b-wrap .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.anwp-b-wrap .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.anwp-b-wrap .list-group-item:first-child {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
.anwp-b-wrap .list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.anwp-b-wrap .list-group-item.disabled, .anwp-b-wrap .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.anwp-b-wrap .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0085ba;
  border-color: #0085ba;
}
.anwp-b-wrap .list-group-item + .anwp-b-wrap .list-group-item {
  border-top-width: 0;
}
.anwp-b-wrap .list-group-item + .anwp-b-wrap .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.anwp-b-wrap .list-group-horizontal {
  flex-direction: row;
}
.anwp-b-wrap .list-group-horizontal > .list-group-item:first-child {
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
}
.anwp-b-wrap .list-group-horizontal > .list-group-item:last-child {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.anwp-b-wrap .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.anwp-b-wrap .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-right-width: 0;
}
.anwp-b-wrap .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-right: -1px;
  border-right-width: 1px;
}
@media (min-width: 576px) {
  .anwp-b-wrap .list-group-horizontal-sm {
    flex-direction: row;
  }
  .anwp-b-wrap .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
  }
  .anwp-b-wrap .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .anwp-b-wrap .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .anwp-b-wrap .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-right-width: 0;
  }
  .anwp-b-wrap .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 768px) {
  .anwp-b-wrap .list-group-horizontal-md {
    flex-direction: row;
  }
  .anwp-b-wrap .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
  }
  .anwp-b-wrap .list-group-horizontal-md > .list-group-item:last-child {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .anwp-b-wrap .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .anwp-b-wrap .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-right-width: 0;
  }
  .anwp-b-wrap .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 992px) {
  .anwp-b-wrap .list-group-horizontal-lg {
    flex-direction: row;
  }
  .anwp-b-wrap .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
  }
  .anwp-b-wrap .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .anwp-b-wrap .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .anwp-b-wrap .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-right-width: 0;
  }
  .anwp-b-wrap .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
@media (min-width: 1200px) {
  .anwp-b-wrap .list-group-horizontal-xl {
    flex-direction: row;
  }
  .anwp-b-wrap .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
  }
  .anwp-b-wrap .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .anwp-b-wrap .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .anwp-b-wrap .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-right-width: 0;
  }
  .anwp-b-wrap .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}
.anwp-b-wrap .list-group-flush {
  border-radius: 0;
}
.anwp-b-wrap .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.anwp-b-wrap .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.anwp-b-wrap .list-group-item-primary {
  color: #004561;
  background-color: #b8ddec;
}
.anwp-b-wrap .list-group-item-primary.list-group-item-action:hover, .anwp-b-wrap .list-group-item-primary.list-group-item-action:focus {
  color: #004561;
  background-color: #a4d3e7;
}
.anwp-b-wrap .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004561;
  border-color: #004561;
}
.anwp-b-wrap .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.anwp-b-wrap .list-group-item-secondary.list-group-item-action:hover, .anwp-b-wrap .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.anwp-b-wrap .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.anwp-b-wrap .list-group-item-success {
  color: #1d4a1f;
  background-color: #c7dfc8;
}
.anwp-b-wrap .list-group-item-success.list-group-item-action:hover, .anwp-b-wrap .list-group-item-success.list-group-item-action:focus {
  color: #1d4a1f;
  background-color: #b7d6b8;
}
.anwp-b-wrap .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1d4a1f;
  border-color: #1d4a1f;
}
.anwp-b-wrap .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.anwp-b-wrap .list-group-item-info.list-group-item-action:hover, .anwp-b-wrap .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.anwp-b-wrap .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.anwp-b-wrap .list-group-item-warning {
  color: #836417;
  background-color: #feedc4;
}
.anwp-b-wrap .list-group-item-warning.list-group-item-action:hover, .anwp-b-wrap .list-group-item-warning.list-group-item-action:focus {
  color: #836417;
  background-color: #fee5ab;
}
.anwp-b-wrap .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #836417;
  border-color: #836417;
}
.anwp-b-wrap .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.anwp-b-wrap .list-group-item-danger.list-group-item-action:hover, .anwp-b-wrap .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.anwp-b-wrap .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.anwp-b-wrap .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.anwp-b-wrap .list-group-item-light.list-group-item-action:hover, .anwp-b-wrap .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.anwp-b-wrap .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.anwp-b-wrap .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.anwp-b-wrap .list-group-item-dark.list-group-item-action:hover, .anwp-b-wrap .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.anwp-b-wrap .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.anwp-b-wrap .border {
  border: 1px solid #dee2e6 !important;
}
.anwp-b-wrap .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.anwp-b-wrap .border-right {
  border-left: 1px solid #dee2e6 !important;
}
.anwp-b-wrap .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.anwp-b-wrap .border-left {
  border-right: 1px solid #dee2e6 !important;
}
.anwp-b-wrap .border-0 {
  border: 0 !important;
}
.anwp-b-wrap .border-top-0 {
  border-top: 0 !important;
}
.anwp-b-wrap .border-right-0 {
  border-left: 0 !important;
}
.anwp-b-wrap .border-bottom-0 {
  border-bottom: 0 !important;
}
.anwp-b-wrap .border-left-0 {
  border-right: 0 !important;
}
.anwp-b-wrap .border-primary {
  border-color: #0085ba !important;
}
.anwp-b-wrap .border-secondary {
  border-color: #6c757d !important;
}
.anwp-b-wrap .border-success {
  border-color: #388E3C !important;
}
.anwp-b-wrap .border-info {
  border-color: #17a2b8 !important;
}
.anwp-b-wrap .border-warning {
  border-color: #FBC02D !important;
}
.anwp-b-wrap .border-danger {
  border-color: #dc3545 !important;
}
.anwp-b-wrap .border-light {
  border-color: #f8f9fa !important;
}
.anwp-b-wrap .border-dark {
  border-color: #343a40 !important;
}
.anwp-b-wrap .border-white {
  border-color: #fff !important;
}
.anwp-b-wrap .rounded-sm {
  border-radius: 0 !important;
}
.anwp-b-wrap .rounded {
  border-radius: 0 !important;
}
.anwp-b-wrap .rounded-top {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.anwp-b-wrap .rounded-right {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.anwp-b-wrap .rounded-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.anwp-b-wrap .rounded-left {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.anwp-b-wrap .rounded-lg {
  border-radius: 0 !important;
}
.anwp-b-wrap .rounded-circle {
  border-radius: 50% !important;
}
.anwp-b-wrap .rounded-pill {
  border-radius: 50rem !important;
}
.anwp-b-wrap .rounded-0 {
  border-radius: 0 !important;
}
.anwp-b-wrap .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.anwp-b-wrap .embed-responsive::before {
  display: block;
  content: "";
}
.anwp-b-wrap .embed-responsive .embed-responsive-item,
.anwp-b-wrap .embed-responsive iframe,
.anwp-b-wrap .embed-responsive embed,
.anwp-b-wrap .embed-responsive object,
.anwp-b-wrap .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.anwp-b-wrap .embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.anwp-b-wrap .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.anwp-b-wrap .embed-responsive-4by3::before {
  padding-top: 75%;
}
.anwp-b-wrap .embed-responsive-1by1::before {
  padding-top: 100%;
}
.anwp-b-wrap .flex-row {
  flex-direction: row !important;
}
.anwp-b-wrap .flex-column {
  flex-direction: column !important;
}
.anwp-b-wrap .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.anwp-b-wrap .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.anwp-b-wrap .flex-wrap {
  flex-wrap: wrap !important;
}
.anwp-b-wrap .flex-nowrap {
  flex-wrap: nowrap !important;
}
.anwp-b-wrap .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.anwp-b-wrap .flex-fill {
  flex: 1 1 auto !important;
}
.anwp-b-wrap .flex-grow-0 {
  flex-grow: 0 !important;
}
.anwp-b-wrap .flex-grow-1 {
  flex-grow: 1 !important;
}
.anwp-b-wrap .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.anwp-b-wrap .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.anwp-b-wrap .justify-content-start {
  justify-content: flex-start !important;
}
.anwp-b-wrap .justify-content-end {
  justify-content: flex-end !important;
}
.anwp-b-wrap .justify-content-center {
  justify-content: center !important;
}
.anwp-b-wrap .justify-content-between {
  justify-content: space-between !important;
}
.anwp-b-wrap .justify-content-around {
  justify-content: space-around !important;
}
.anwp-b-wrap .align-items-start {
  align-items: flex-start !important;
}
.anwp-b-wrap .align-items-end {
  align-items: flex-end !important;
}
.anwp-b-wrap .align-items-center {
  align-items: center !important;
}
.anwp-b-wrap .align-items-baseline {
  align-items: baseline !important;
}
.anwp-b-wrap .align-items-stretch {
  align-items: stretch !important;
}
.anwp-b-wrap .align-content-start {
  align-content: flex-start !important;
}
.anwp-b-wrap .align-content-end {
  align-content: flex-end !important;
}
.anwp-b-wrap .align-content-center {
  align-content: center !important;
}
.anwp-b-wrap .align-content-between {
  align-content: space-between !important;
}
.anwp-b-wrap .align-content-around {
  align-content: space-around !important;
}
.anwp-b-wrap .align-content-stretch {
  align-content: stretch !important;
}
.anwp-b-wrap .align-self-auto {
  align-self: auto !important;
}
.anwp-b-wrap .align-self-start {
  align-self: flex-start !important;
}
.anwp-b-wrap .align-self-end {
  align-self: flex-end !important;
}
.anwp-b-wrap .align-self-center {
  align-self: center !important;
}
.anwp-b-wrap .align-self-baseline {
  align-self: baseline !important;
}
.anwp-b-wrap .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .anwp-b-wrap .flex-sm-row {
    flex-direction: row !important;
  }
  .anwp-b-wrap .flex-sm-column {
    flex-direction: column !important;
  }
  .anwp-b-wrap .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .anwp-b-wrap .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .anwp-b-wrap .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .anwp-b-wrap .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .anwp-b-wrap .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .anwp-b-wrap .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .anwp-b-wrap .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .anwp-b-wrap .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .anwp-b-wrap .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .anwp-b-wrap .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .anwp-b-wrap .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .anwp-b-wrap .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .anwp-b-wrap .justify-content-sm-center {
    justify-content: center !important;
  }
  .anwp-b-wrap .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .anwp-b-wrap .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .anwp-b-wrap .align-items-sm-start {
    align-items: flex-start !important;
  }
  .anwp-b-wrap .align-items-sm-end {
    align-items: flex-end !important;
  }
  .anwp-b-wrap .align-items-sm-center {
    align-items: center !important;
  }
  .anwp-b-wrap .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .anwp-b-wrap .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .anwp-b-wrap .align-content-sm-start {
    align-content: flex-start !important;
  }
  .anwp-b-wrap .align-content-sm-end {
    align-content: flex-end !important;
  }
  .anwp-b-wrap .align-content-sm-center {
    align-content: center !important;
  }
  .anwp-b-wrap .align-content-sm-between {
    align-content: space-between !important;
  }
  .anwp-b-wrap .align-content-sm-around {
    align-content: space-around !important;
  }
  .anwp-b-wrap .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .anwp-b-wrap .align-self-sm-auto {
    align-self: auto !important;
  }
  .anwp-b-wrap .align-self-sm-start {
    align-self: flex-start !important;
  }
  .anwp-b-wrap .align-self-sm-end {
    align-self: flex-end !important;
  }
  .anwp-b-wrap .align-self-sm-center {
    align-self: center !important;
  }
  .anwp-b-wrap .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .anwp-b-wrap .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .anwp-b-wrap .flex-md-row {
    flex-direction: row !important;
  }
  .anwp-b-wrap .flex-md-column {
    flex-direction: column !important;
  }
  .anwp-b-wrap .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .anwp-b-wrap .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .anwp-b-wrap .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .anwp-b-wrap .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .anwp-b-wrap .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .anwp-b-wrap .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .anwp-b-wrap .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .anwp-b-wrap .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .anwp-b-wrap .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .anwp-b-wrap .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .anwp-b-wrap .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .anwp-b-wrap .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .anwp-b-wrap .justify-content-md-center {
    justify-content: center !important;
  }
  .anwp-b-wrap .justify-content-md-between {
    justify-content: space-between !important;
  }
  .anwp-b-wrap .justify-content-md-around {
    justify-content: space-around !important;
  }
  .anwp-b-wrap .align-items-md-start {
    align-items: flex-start !important;
  }
  .anwp-b-wrap .align-items-md-end {
    align-items: flex-end !important;
  }
  .anwp-b-wrap .align-items-md-center {
    align-items: center !important;
  }
  .anwp-b-wrap .align-items-md-baseline {
    align-items: baseline !important;
  }
  .anwp-b-wrap .align-items-md-stretch {
    align-items: stretch !important;
  }
  .anwp-b-wrap .align-content-md-start {
    align-content: flex-start !important;
  }
  .anwp-b-wrap .align-content-md-end {
    align-content: flex-end !important;
  }
  .anwp-b-wrap .align-content-md-center {
    align-content: center !important;
  }
  .anwp-b-wrap .align-content-md-between {
    align-content: space-between !important;
  }
  .anwp-b-wrap .align-content-md-around {
    align-content: space-around !important;
  }
  .anwp-b-wrap .align-content-md-stretch {
    align-content: stretch !important;
  }
  .anwp-b-wrap .align-self-md-auto {
    align-self: auto !important;
  }
  .anwp-b-wrap .align-self-md-start {
    align-self: flex-start !important;
  }
  .anwp-b-wrap .align-self-md-end {
    align-self: flex-end !important;
  }
  .anwp-b-wrap .align-self-md-center {
    align-self: center !important;
  }
  .anwp-b-wrap .align-self-md-baseline {
    align-self: baseline !important;
  }
  .anwp-b-wrap .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .anwp-b-wrap .flex-lg-row {
    flex-direction: row !important;
  }
  .anwp-b-wrap .flex-lg-column {
    flex-direction: column !important;
  }
  .anwp-b-wrap .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .anwp-b-wrap .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .anwp-b-wrap .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .anwp-b-wrap .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .anwp-b-wrap .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .anwp-b-wrap .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .anwp-b-wrap .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .anwp-b-wrap .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .anwp-b-wrap .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .anwp-b-wrap .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .anwp-b-wrap .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .anwp-b-wrap .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .anwp-b-wrap .justify-content-lg-center {
    justify-content: center !important;
  }
  .anwp-b-wrap .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .anwp-b-wrap .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .anwp-b-wrap .align-items-lg-start {
    align-items: flex-start !important;
  }
  .anwp-b-wrap .align-items-lg-end {
    align-items: flex-end !important;
  }
  .anwp-b-wrap .align-items-lg-center {
    align-items: center !important;
  }
  .anwp-b-wrap .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .anwp-b-wrap .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .anwp-b-wrap .align-content-lg-start {
    align-content: flex-start !important;
  }
  .anwp-b-wrap .align-content-lg-end {
    align-content: flex-end !important;
  }
  .anwp-b-wrap .align-content-lg-center {
    align-content: center !important;
  }
  .anwp-b-wrap .align-content-lg-between {
    align-content: space-between !important;
  }
  .anwp-b-wrap .align-content-lg-around {
    align-content: space-around !important;
  }
  .anwp-b-wrap .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .anwp-b-wrap .align-self-lg-auto {
    align-self: auto !important;
  }
  .anwp-b-wrap .align-self-lg-start {
    align-self: flex-start !important;
  }
  .anwp-b-wrap .align-self-lg-end {
    align-self: flex-end !important;
  }
  .anwp-b-wrap .align-self-lg-center {
    align-self: center !important;
  }
  .anwp-b-wrap .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .anwp-b-wrap .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .anwp-b-wrap .flex-xl-row {
    flex-direction: row !important;
  }
  .anwp-b-wrap .flex-xl-column {
    flex-direction: column !important;
  }
  .anwp-b-wrap .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .anwp-b-wrap .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .anwp-b-wrap .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .anwp-b-wrap .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .anwp-b-wrap .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .anwp-b-wrap .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .anwp-b-wrap .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .anwp-b-wrap .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .anwp-b-wrap .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .anwp-b-wrap .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .anwp-b-wrap .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .anwp-b-wrap .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .anwp-b-wrap .justify-content-xl-center {
    justify-content: center !important;
  }
  .anwp-b-wrap .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .anwp-b-wrap .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .anwp-b-wrap .align-items-xl-start {
    align-items: flex-start !important;
  }
  .anwp-b-wrap .align-items-xl-end {
    align-items: flex-end !important;
  }
  .anwp-b-wrap .align-items-xl-center {
    align-items: center !important;
  }
  .anwp-b-wrap .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .anwp-b-wrap .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .anwp-b-wrap .align-content-xl-start {
    align-content: flex-start !important;
  }
  .anwp-b-wrap .align-content-xl-end {
    align-content: flex-end !important;
  }
  .anwp-b-wrap .align-content-xl-center {
    align-content: center !important;
  }
  .anwp-b-wrap .align-content-xl-between {
    align-content: space-between !important;
  }
  .anwp-b-wrap .align-content-xl-around {
    align-content: space-around !important;
  }
  .anwp-b-wrap .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .anwp-b-wrap .align-self-xl-auto {
    align-self: auto !important;
  }
  .anwp-b-wrap .align-self-xl-start {
    align-self: flex-start !important;
  }
  .anwp-b-wrap .align-self-xl-end {
    align-self: flex-end !important;
  }
  .anwp-b-wrap .align-self-xl-center {
    align-self: center !important;
  }
  .anwp-b-wrap .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .anwp-b-wrap .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.anwp-b-wrap .user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}
.anwp-b-wrap .user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}
.anwp-b-wrap .user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}
.anwp-b-wrap .overflow-auto {
  overflow: auto !important;
}
.anwp-b-wrap .overflow-hidden {
  overflow: hidden !important;
}
.anwp-b-wrap .w-25 {
  width: 25% !important;
}
.anwp-b-wrap .w-50 {
  width: 50% !important;
}
.anwp-b-wrap .w-75 {
  width: 75% !important;
}
.anwp-b-wrap .w-100 {
  width: 100% !important;
}
.anwp-b-wrap .w-auto {
  width: auto !important;
}
.anwp-b-wrap .h-25 {
  height: 25% !important;
}
.anwp-b-wrap .h-50 {
  height: 50% !important;
}
.anwp-b-wrap .h-75 {
  height: 75% !important;
}
.anwp-b-wrap .h-100 {
  height: 100% !important;
}
.anwp-b-wrap .h-auto {
  height: auto !important;
}
.anwp-b-wrap .mw-100 {
  max-width: 100% !important;
}
.anwp-b-wrap .mh-100 {
  max-height: 100% !important;
}
.anwp-b-wrap .min-vw-100 {
  min-width: 100vw !important;
}
.anwp-b-wrap .min-vh-100 {
  min-height: 100vh !important;
}
.anwp-b-wrap .vw-100 {
  width: 100vw !important;
}
.anwp-b-wrap .vh-100 {
  height: 100vh !important;
}
.anwp-b-wrap .m-0 {
  margin: 0 !important;
}
.anwp-b-wrap .mt-0,
.anwp-b-wrap .my-0 {
  margin-top: 0 !important;
}
.anwp-b-wrap .mr-0,
.anwp-b-wrap .mx-0 {
  margin-left: 0 !important;
}
.anwp-b-wrap .mb-0,
.anwp-b-wrap .my-0 {
  margin-bottom: 0 !important;
}
.anwp-b-wrap .ml-0,
.anwp-b-wrap .mx-0 {
  margin-right: 0 !important;
}
.anwp-b-wrap .m-1 {
  margin: 0.25rem !important;
}
.anwp-b-wrap .mt-1,
.anwp-b-wrap .my-1 {
  margin-top: 0.25rem !important;
}
.anwp-b-wrap .mr-1,
.anwp-b-wrap .mx-1 {
  margin-left: 0.25rem !important;
}
.anwp-b-wrap .mb-1,
.anwp-b-wrap .my-1 {
  margin-bottom: 0.25rem !important;
}
.anwp-b-wrap .ml-1,
.anwp-b-wrap .mx-1 {
  margin-right: 0.25rem !important;
}
.anwp-b-wrap .m-2 {
  margin: 0.5rem !important;
}
.anwp-b-wrap .mt-2,
.anwp-b-wrap .my-2 {
  margin-top: 0.5rem !important;
}
.anwp-b-wrap .mr-2,
.anwp-b-wrap .mx-2 {
  margin-left: 0.5rem !important;
}
.anwp-b-wrap .mb-2,
.anwp-b-wrap .my-2 {
  margin-bottom: 0.5rem !important;
}
.anwp-b-wrap .ml-2,
.anwp-b-wrap .mx-2 {
  margin-right: 0.5rem !important;
}
.anwp-b-wrap .m-3 {
  margin: 1rem !important;
}
.anwp-b-wrap .mt-3,
.anwp-b-wrap .my-3 {
  margin-top: 1rem !important;
}
.anwp-b-wrap .mr-3,
.anwp-b-wrap .mx-3 {
  margin-left: 1rem !important;
}
.anwp-b-wrap .mb-3,
.anwp-b-wrap .my-3 {
  margin-bottom: 1rem !important;
}
.anwp-b-wrap .ml-3,
.anwp-b-wrap .mx-3 {
  margin-right: 1rem !important;
}
.anwp-b-wrap .m-4 {
  margin: 1.5rem !important;
}
.anwp-b-wrap .mt-4,
.anwp-b-wrap .my-4 {
  margin-top: 1.5rem !important;
}
.anwp-b-wrap .mr-4,
.anwp-b-wrap .mx-4 {
  margin-left: 1.5rem !important;
}
.anwp-b-wrap .mb-4,
.anwp-b-wrap .my-4 {
  margin-bottom: 1.5rem !important;
}
.anwp-b-wrap .ml-4,
.anwp-b-wrap .mx-4 {
  margin-right: 1.5rem !important;
}
.anwp-b-wrap .m-5 {
  margin: 3rem !important;
}
.anwp-b-wrap .mt-5,
.anwp-b-wrap .my-5 {
  margin-top: 3rem !important;
}
.anwp-b-wrap .mr-5,
.anwp-b-wrap .mx-5 {
  margin-left: 3rem !important;
}
.anwp-b-wrap .mb-5,
.anwp-b-wrap .my-5 {
  margin-bottom: 3rem !important;
}
.anwp-b-wrap .ml-5,
.anwp-b-wrap .mx-5 {
  margin-right: 3rem !important;
}
.anwp-b-wrap .p-0 {
  padding: 0 !important;
}
.anwp-b-wrap .pt-0,
.anwp-b-wrap .py-0 {
  padding-top: 0 !important;
}
.anwp-b-wrap .pr-0,
.anwp-b-wrap .px-0 {
  padding-left: 0 !important;
}
.anwp-b-wrap .pb-0,
.anwp-b-wrap .py-0 {
  padding-bottom: 0 !important;
}
.anwp-b-wrap .pl-0,
.anwp-b-wrap .px-0 {
  padding-right: 0 !important;
}
.anwp-b-wrap .p-1 {
  padding: 0.25rem !important;
}
.anwp-b-wrap .pt-1,
.anwp-b-wrap .py-1 {
  padding-top: 0.25rem !important;
}
.anwp-b-wrap .pr-1,
.anwp-b-wrap .px-1 {
  padding-left: 0.25rem !important;
}
.anwp-b-wrap .pb-1,
.anwp-b-wrap .py-1 {
  padding-bottom: 0.25rem !important;
}
.anwp-b-wrap .pl-1,
.anwp-b-wrap .px-1 {
  padding-right: 0.25rem !important;
}
.anwp-b-wrap .p-2 {
  padding: 0.5rem !important;
}
.anwp-b-wrap .pt-2,
.anwp-b-wrap .py-2 {
  padding-top: 0.5rem !important;
}
.anwp-b-wrap .pr-2,
.anwp-b-wrap .px-2 {
  padding-left: 0.5rem !important;
}
.anwp-b-wrap .pb-2,
.anwp-b-wrap .py-2 {
  padding-bottom: 0.5rem !important;
}
.anwp-b-wrap .pl-2,
.anwp-b-wrap .px-2 {
  padding-right: 0.5rem !important;
}
.anwp-b-wrap .p-3 {
  padding: 1rem !important;
}
.anwp-b-wrap .pt-3,
.anwp-b-wrap .py-3 {
  padding-top: 1rem !important;
}
.anwp-b-wrap .pr-3,
.anwp-b-wrap .px-3 {
  padding-left: 1rem !important;
}
.anwp-b-wrap .pb-3,
.anwp-b-wrap .py-3 {
  padding-bottom: 1rem !important;
}
.anwp-b-wrap .pl-3,
.anwp-b-wrap .px-3 {
  padding-right: 1rem !important;
}
.anwp-b-wrap .p-4 {
  padding: 1.5rem !important;
}
.anwp-b-wrap .pt-4,
.anwp-b-wrap .py-4 {
  padding-top: 1.5rem !important;
}
.anwp-b-wrap .pr-4,
.anwp-b-wrap .px-4 {
  padding-left: 1.5rem !important;
}
.anwp-b-wrap .pb-4,
.anwp-b-wrap .py-4 {
  padding-bottom: 1.5rem !important;
}
.anwp-b-wrap .pl-4,
.anwp-b-wrap .px-4 {
  padding-right: 1.5rem !important;
}
.anwp-b-wrap .p-5 {
  padding: 3rem !important;
}
.anwp-b-wrap .pt-5,
.anwp-b-wrap .py-5 {
  padding-top: 3rem !important;
}
.anwp-b-wrap .pr-5,
.anwp-b-wrap .px-5 {
  padding-left: 3rem !important;
}
.anwp-b-wrap .pb-5,
.anwp-b-wrap .py-5 {
  padding-bottom: 3rem !important;
}
.anwp-b-wrap .pl-5,
.anwp-b-wrap .px-5 {
  padding-right: 3rem !important;
}
.anwp-b-wrap .m-n1 {
  margin: -0.25rem !important;
}
.anwp-b-wrap .mt-n1,
.anwp-b-wrap .my-n1 {
  margin-top: -0.25rem !important;
}
.anwp-b-wrap .mr-n1,
.anwp-b-wrap .mx-n1 {
  margin-left: -0.25rem !important;
}
.anwp-b-wrap .mb-n1,
.anwp-b-wrap .my-n1 {
  margin-bottom: -0.25rem !important;
}
.anwp-b-wrap .ml-n1,
.anwp-b-wrap .mx-n1 {
  margin-right: -0.25rem !important;
}
.anwp-b-wrap .m-n2 {
  margin: -0.5rem !important;
}
.anwp-b-wrap .mt-n2,
.anwp-b-wrap .my-n2 {
  margin-top: -0.5rem !important;
}
.anwp-b-wrap .mr-n2,
.anwp-b-wrap .mx-n2 {
  margin-left: -0.5rem !important;
}
.anwp-b-wrap .mb-n2,
.anwp-b-wrap .my-n2 {
  margin-bottom: -0.5rem !important;
}
.anwp-b-wrap .ml-n2,
.anwp-b-wrap .mx-n2 {
  margin-right: -0.5rem !important;
}
.anwp-b-wrap .m-n3 {
  margin: -1rem !important;
}
.anwp-b-wrap .mt-n3,
.anwp-b-wrap .my-n3 {
  margin-top: -1rem !important;
}
.anwp-b-wrap .mr-n3,
.anwp-b-wrap .mx-n3 {
  margin-left: -1rem !important;
}
.anwp-b-wrap .mb-n3,
.anwp-b-wrap .my-n3 {
  margin-bottom: -1rem !important;
}
.anwp-b-wrap .ml-n3,
.anwp-b-wrap .mx-n3 {
  margin-right: -1rem !important;
}
.anwp-b-wrap .m-n4 {
  margin: -1.5rem !important;
}
.anwp-b-wrap .mt-n4,
.anwp-b-wrap .my-n4 {
  margin-top: -1.5rem !important;
}
.anwp-b-wrap .mr-n4,
.anwp-b-wrap .mx-n4 {
  margin-left: -1.5rem !important;
}
.anwp-b-wrap .mb-n4,
.anwp-b-wrap .my-n4 {
  margin-bottom: -1.5rem !important;
}
.anwp-b-wrap .ml-n4,
.anwp-b-wrap .mx-n4 {
  margin-right: -1.5rem !important;
}
.anwp-b-wrap .m-n5 {
  margin: -3rem !important;
}
.anwp-b-wrap .mt-n5,
.anwp-b-wrap .my-n5 {
  margin-top: -3rem !important;
}
.anwp-b-wrap .mr-n5,
.anwp-b-wrap .mx-n5 {
  margin-left: -3rem !important;
}
.anwp-b-wrap .mb-n5,
.anwp-b-wrap .my-n5 {
  margin-bottom: -3rem !important;
}
.anwp-b-wrap .ml-n5,
.anwp-b-wrap .mx-n5 {
  margin-right: -3rem !important;
}
.anwp-b-wrap .m-auto {
  margin: auto !important;
}
.anwp-b-wrap .mt-auto,
.anwp-b-wrap .my-auto {
  margin-top: auto !important;
}
.anwp-b-wrap .mr-auto,
.anwp-b-wrap .mx-auto {
  margin-left: auto !important;
}
.anwp-b-wrap .mb-auto,
.anwp-b-wrap .my-auto {
  margin-bottom: auto !important;
}
.anwp-b-wrap .ml-auto,
.anwp-b-wrap .mx-auto {
  margin-right: auto !important;
}
@media (min-width: 576px) {
  .anwp-b-wrap .m-sm-0 {
    margin: 0 !important;
  }
  .anwp-b-wrap .mt-sm-0,
  .anwp-b-wrap .my-sm-0 {
    margin-top: 0 !important;
  }
  .anwp-b-wrap .mr-sm-0,
  .anwp-b-wrap .mx-sm-0 {
    margin-left: 0 !important;
  }
  .anwp-b-wrap .mb-sm-0,
  .anwp-b-wrap .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .anwp-b-wrap .ml-sm-0,
  .anwp-b-wrap .mx-sm-0 {
    margin-right: 0 !important;
  }
  .anwp-b-wrap .m-sm-1 {
    margin: 0.25rem !important;
  }
  .anwp-b-wrap .mt-sm-1,
  .anwp-b-wrap .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .anwp-b-wrap .mr-sm-1,
  .anwp-b-wrap .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .anwp-b-wrap .mb-sm-1,
  .anwp-b-wrap .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .anwp-b-wrap .ml-sm-1,
  .anwp-b-wrap .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .anwp-b-wrap .m-sm-2 {
    margin: 0.5rem !important;
  }
  .anwp-b-wrap .mt-sm-2,
  .anwp-b-wrap .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .anwp-b-wrap .mr-sm-2,
  .anwp-b-wrap .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .anwp-b-wrap .mb-sm-2,
  .anwp-b-wrap .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .anwp-b-wrap .ml-sm-2,
  .anwp-b-wrap .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .anwp-b-wrap .m-sm-3 {
    margin: 1rem !important;
  }
  .anwp-b-wrap .mt-sm-3,
  .anwp-b-wrap .my-sm-3 {
    margin-top: 1rem !important;
  }
  .anwp-b-wrap .mr-sm-3,
  .anwp-b-wrap .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .anwp-b-wrap .mb-sm-3,
  .anwp-b-wrap .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .anwp-b-wrap .ml-sm-3,
  .anwp-b-wrap .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .anwp-b-wrap .m-sm-4 {
    margin: 1.5rem !important;
  }
  .anwp-b-wrap .mt-sm-4,
  .anwp-b-wrap .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .anwp-b-wrap .mr-sm-4,
  .anwp-b-wrap .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .anwp-b-wrap .mb-sm-4,
  .anwp-b-wrap .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .anwp-b-wrap .ml-sm-4,
  .anwp-b-wrap .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .anwp-b-wrap .m-sm-5 {
    margin: 3rem !important;
  }
  .anwp-b-wrap .mt-sm-5,
  .anwp-b-wrap .my-sm-5 {
    margin-top: 3rem !important;
  }
  .anwp-b-wrap .mr-sm-5,
  .anwp-b-wrap .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .anwp-b-wrap .mb-sm-5,
  .anwp-b-wrap .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .anwp-b-wrap .ml-sm-5,
  .anwp-b-wrap .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .anwp-b-wrap .p-sm-0 {
    padding: 0 !important;
  }
  .anwp-b-wrap .pt-sm-0,
  .anwp-b-wrap .py-sm-0 {
    padding-top: 0 !important;
  }
  .anwp-b-wrap .pr-sm-0,
  .anwp-b-wrap .px-sm-0 {
    padding-left: 0 !important;
  }
  .anwp-b-wrap .pb-sm-0,
  .anwp-b-wrap .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .anwp-b-wrap .pl-sm-0,
  .anwp-b-wrap .px-sm-0 {
    padding-right: 0 !important;
  }
  .anwp-b-wrap .p-sm-1 {
    padding: 0.25rem !important;
  }
  .anwp-b-wrap .pt-sm-1,
  .anwp-b-wrap .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .anwp-b-wrap .pr-sm-1,
  .anwp-b-wrap .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .anwp-b-wrap .pb-sm-1,
  .anwp-b-wrap .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .anwp-b-wrap .pl-sm-1,
  .anwp-b-wrap .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .anwp-b-wrap .p-sm-2 {
    padding: 0.5rem !important;
  }
  .anwp-b-wrap .pt-sm-2,
  .anwp-b-wrap .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .anwp-b-wrap .pr-sm-2,
  .anwp-b-wrap .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .anwp-b-wrap .pb-sm-2,
  .anwp-b-wrap .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .anwp-b-wrap .pl-sm-2,
  .anwp-b-wrap .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .anwp-b-wrap .p-sm-3 {
    padding: 1rem !important;
  }
  .anwp-b-wrap .pt-sm-3,
  .anwp-b-wrap .py-sm-3 {
    padding-top: 1rem !important;
  }
  .anwp-b-wrap .pr-sm-3,
  .anwp-b-wrap .px-sm-3 {
    padding-left: 1rem !important;
  }
  .anwp-b-wrap .pb-sm-3,
  .anwp-b-wrap .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .anwp-b-wrap .pl-sm-3,
  .anwp-b-wrap .px-sm-3 {
    padding-right: 1rem !important;
  }
  .anwp-b-wrap .p-sm-4 {
    padding: 1.5rem !important;
  }
  .anwp-b-wrap .pt-sm-4,
  .anwp-b-wrap .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .anwp-b-wrap .pr-sm-4,
  .anwp-b-wrap .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .anwp-b-wrap .pb-sm-4,
  .anwp-b-wrap .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .anwp-b-wrap .pl-sm-4,
  .anwp-b-wrap .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .anwp-b-wrap .p-sm-5 {
    padding: 3rem !important;
  }
  .anwp-b-wrap .pt-sm-5,
  .anwp-b-wrap .py-sm-5 {
    padding-top: 3rem !important;
  }
  .anwp-b-wrap .pr-sm-5,
  .anwp-b-wrap .px-sm-5 {
    padding-left: 3rem !important;
  }
  .anwp-b-wrap .pb-sm-5,
  .anwp-b-wrap .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .anwp-b-wrap .pl-sm-5,
  .anwp-b-wrap .px-sm-5 {
    padding-right: 3rem !important;
  }
  .anwp-b-wrap .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .anwp-b-wrap .mt-sm-n1,
  .anwp-b-wrap .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .anwp-b-wrap .mr-sm-n1,
  .anwp-b-wrap .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .anwp-b-wrap .mb-sm-n1,
  .anwp-b-wrap .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .anwp-b-wrap .ml-sm-n1,
  .anwp-b-wrap .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .anwp-b-wrap .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .anwp-b-wrap .mt-sm-n2,
  .anwp-b-wrap .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .anwp-b-wrap .mr-sm-n2,
  .anwp-b-wrap .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .anwp-b-wrap .mb-sm-n2,
  .anwp-b-wrap .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .anwp-b-wrap .ml-sm-n2,
  .anwp-b-wrap .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .anwp-b-wrap .m-sm-n3 {
    margin: -1rem !important;
  }
  .anwp-b-wrap .mt-sm-n3,
  .anwp-b-wrap .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .anwp-b-wrap .mr-sm-n3,
  .anwp-b-wrap .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .anwp-b-wrap .mb-sm-n3,
  .anwp-b-wrap .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .anwp-b-wrap .ml-sm-n3,
  .anwp-b-wrap .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .anwp-b-wrap .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .anwp-b-wrap .mt-sm-n4,
  .anwp-b-wrap .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .anwp-b-wrap .mr-sm-n4,
  .anwp-b-wrap .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .anwp-b-wrap .mb-sm-n4,
  .anwp-b-wrap .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .anwp-b-wrap .ml-sm-n4,
  .anwp-b-wrap .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .anwp-b-wrap .m-sm-n5 {
    margin: -3rem !important;
  }
  .anwp-b-wrap .mt-sm-n5,
  .anwp-b-wrap .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .anwp-b-wrap .mr-sm-n5,
  .anwp-b-wrap .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .anwp-b-wrap .mb-sm-n5,
  .anwp-b-wrap .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .anwp-b-wrap .ml-sm-n5,
  .anwp-b-wrap .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .anwp-b-wrap .m-sm-auto {
    margin: auto !important;
  }
  .anwp-b-wrap .mt-sm-auto,
  .anwp-b-wrap .my-sm-auto {
    margin-top: auto !important;
  }
  .anwp-b-wrap .mr-sm-auto,
  .anwp-b-wrap .mx-sm-auto {
    margin-left: auto !important;
  }
  .anwp-b-wrap .mb-sm-auto,
  .anwp-b-wrap .my-sm-auto {
    margin-bottom: auto !important;
  }
  .anwp-b-wrap .ml-sm-auto,
  .anwp-b-wrap .mx-sm-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 768px) {
  .anwp-b-wrap .m-md-0 {
    margin: 0 !important;
  }
  .anwp-b-wrap .mt-md-0,
  .anwp-b-wrap .my-md-0 {
    margin-top: 0 !important;
  }
  .anwp-b-wrap .mr-md-0,
  .anwp-b-wrap .mx-md-0 {
    margin-left: 0 !important;
  }
  .anwp-b-wrap .mb-md-0,
  .anwp-b-wrap .my-md-0 {
    margin-bottom: 0 !important;
  }
  .anwp-b-wrap .ml-md-0,
  .anwp-b-wrap .mx-md-0 {
    margin-right: 0 !important;
  }
  .anwp-b-wrap .m-md-1 {
    margin: 0.25rem !important;
  }
  .anwp-b-wrap .mt-md-1,
  .anwp-b-wrap .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .anwp-b-wrap .mr-md-1,
  .anwp-b-wrap .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .anwp-b-wrap .mb-md-1,
  .anwp-b-wrap .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .anwp-b-wrap .ml-md-1,
  .anwp-b-wrap .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .anwp-b-wrap .m-md-2 {
    margin: 0.5rem !important;
  }
  .anwp-b-wrap .mt-md-2,
  .anwp-b-wrap .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .anwp-b-wrap .mr-md-2,
  .anwp-b-wrap .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .anwp-b-wrap .mb-md-2,
  .anwp-b-wrap .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .anwp-b-wrap .ml-md-2,
  .anwp-b-wrap .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .anwp-b-wrap .m-md-3 {
    margin: 1rem !important;
  }
  .anwp-b-wrap .mt-md-3,
  .anwp-b-wrap .my-md-3 {
    margin-top: 1rem !important;
  }
  .anwp-b-wrap .mr-md-3,
  .anwp-b-wrap .mx-md-3 {
    margin-left: 1rem !important;
  }
  .anwp-b-wrap .mb-md-3,
  .anwp-b-wrap .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .anwp-b-wrap .ml-md-3,
  .anwp-b-wrap .mx-md-3 {
    margin-right: 1rem !important;
  }
  .anwp-b-wrap .m-md-4 {
    margin: 1.5rem !important;
  }
  .anwp-b-wrap .mt-md-4,
  .anwp-b-wrap .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .anwp-b-wrap .mr-md-4,
  .anwp-b-wrap .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .anwp-b-wrap .mb-md-4,
  .anwp-b-wrap .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .anwp-b-wrap .ml-md-4,
  .anwp-b-wrap .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .anwp-b-wrap .m-md-5 {
    margin: 3rem !important;
  }
  .anwp-b-wrap .mt-md-5,
  .anwp-b-wrap .my-md-5 {
    margin-top: 3rem !important;
  }
  .anwp-b-wrap .mr-md-5,
  .anwp-b-wrap .mx-md-5 {
    margin-left: 3rem !important;
  }
  .anwp-b-wrap .mb-md-5,
  .anwp-b-wrap .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .anwp-b-wrap .ml-md-5,
  .anwp-b-wrap .mx-md-5 {
    margin-right: 3rem !important;
  }
  .anwp-b-wrap .p-md-0 {
    padding: 0 !important;
  }
  .anwp-b-wrap .pt-md-0,
  .anwp-b-wrap .py-md-0 {
    padding-top: 0 !important;
  }
  .anwp-b-wrap .pr-md-0,
  .anwp-b-wrap .px-md-0 {
    padding-left: 0 !important;
  }
  .anwp-b-wrap .pb-md-0,
  .anwp-b-wrap .py-md-0 {
    padding-bottom: 0 !important;
  }
  .anwp-b-wrap .pl-md-0,
  .anwp-b-wrap .px-md-0 {
    padding-right: 0 !important;
  }
  .anwp-b-wrap .p-md-1 {
    padding: 0.25rem !important;
  }
  .anwp-b-wrap .pt-md-1,
  .anwp-b-wrap .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .anwp-b-wrap .pr-md-1,
  .anwp-b-wrap .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .anwp-b-wrap .pb-md-1,
  .anwp-b-wrap .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .anwp-b-wrap .pl-md-1,
  .anwp-b-wrap .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .anwp-b-wrap .p-md-2 {
    padding: 0.5rem !important;
  }
  .anwp-b-wrap .pt-md-2,
  .anwp-b-wrap .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .anwp-b-wrap .pr-md-2,
  .anwp-b-wrap .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .anwp-b-wrap .pb-md-2,
  .anwp-b-wrap .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .anwp-b-wrap .pl-md-2,
  .anwp-b-wrap .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .anwp-b-wrap .p-md-3 {
    padding: 1rem !important;
  }
  .anwp-b-wrap .pt-md-3,
  .anwp-b-wrap .py-md-3 {
    padding-top: 1rem !important;
  }
  .anwp-b-wrap .pr-md-3,
  .anwp-b-wrap .px-md-3 {
    padding-left: 1rem !important;
  }
  .anwp-b-wrap .pb-md-3,
  .anwp-b-wrap .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .anwp-b-wrap .pl-md-3,
  .anwp-b-wrap .px-md-3 {
    padding-right: 1rem !important;
  }
  .anwp-b-wrap .p-md-4 {
    padding: 1.5rem !important;
  }
  .anwp-b-wrap .pt-md-4,
  .anwp-b-wrap .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .anwp-b-wrap .pr-md-4,
  .anwp-b-wrap .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .anwp-b-wrap .pb-md-4,
  .anwp-b-wrap .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .anwp-b-wrap .pl-md-4,
  .anwp-b-wrap .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .anwp-b-wrap .p-md-5 {
    padding: 3rem !important;
  }
  .anwp-b-wrap .pt-md-5,
  .anwp-b-wrap .py-md-5 {
    padding-top: 3rem !important;
  }
  .anwp-b-wrap .pr-md-5,
  .anwp-b-wrap .px-md-5 {
    padding-left: 3rem !important;
  }
  .anwp-b-wrap .pb-md-5,
  .anwp-b-wrap .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .anwp-b-wrap .pl-md-5,
  .anwp-b-wrap .px-md-5 {
    padding-right: 3rem !important;
  }
  .anwp-b-wrap .m-md-n1 {
    margin: -0.25rem !important;
  }
  .anwp-b-wrap .mt-md-n1,
  .anwp-b-wrap .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .anwp-b-wrap .mr-md-n1,
  .anwp-b-wrap .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .anwp-b-wrap .mb-md-n1,
  .anwp-b-wrap .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .anwp-b-wrap .ml-md-n1,
  .anwp-b-wrap .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .anwp-b-wrap .m-md-n2 {
    margin: -0.5rem !important;
  }
  .anwp-b-wrap .mt-md-n2,
  .anwp-b-wrap .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .anwp-b-wrap .mr-md-n2,
  .anwp-b-wrap .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .anwp-b-wrap .mb-md-n2,
  .anwp-b-wrap .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .anwp-b-wrap .ml-md-n2,
  .anwp-b-wrap .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .anwp-b-wrap .m-md-n3 {
    margin: -1rem !important;
  }
  .anwp-b-wrap .mt-md-n3,
  .anwp-b-wrap .my-md-n3 {
    margin-top: -1rem !important;
  }
  .anwp-b-wrap .mr-md-n3,
  .anwp-b-wrap .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .anwp-b-wrap .mb-md-n3,
  .anwp-b-wrap .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .anwp-b-wrap .ml-md-n3,
  .anwp-b-wrap .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .anwp-b-wrap .m-md-n4 {
    margin: -1.5rem !important;
  }
  .anwp-b-wrap .mt-md-n4,
  .anwp-b-wrap .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .anwp-b-wrap .mr-md-n4,
  .anwp-b-wrap .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .anwp-b-wrap .mb-md-n4,
  .anwp-b-wrap .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .anwp-b-wrap .ml-md-n4,
  .anwp-b-wrap .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .anwp-b-wrap .m-md-n5 {
    margin: -3rem !important;
  }
  .anwp-b-wrap .mt-md-n5,
  .anwp-b-wrap .my-md-n5 {
    margin-top: -3rem !important;
  }
  .anwp-b-wrap .mr-md-n5,
  .anwp-b-wrap .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .anwp-b-wrap .mb-md-n5,
  .anwp-b-wrap .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .anwp-b-wrap .ml-md-n5,
  .anwp-b-wrap .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .anwp-b-wrap .m-md-auto {
    margin: auto !important;
  }
  .anwp-b-wrap .mt-md-auto,
  .anwp-b-wrap .my-md-auto {
    margin-top: auto !important;
  }
  .anwp-b-wrap .mr-md-auto,
  .anwp-b-wrap .mx-md-auto {
    margin-left: auto !important;
  }
  .anwp-b-wrap .mb-md-auto,
  .anwp-b-wrap .my-md-auto {
    margin-bottom: auto !important;
  }
  .anwp-b-wrap .ml-md-auto,
  .anwp-b-wrap .mx-md-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 992px) {
  .anwp-b-wrap .m-lg-0 {
    margin: 0 !important;
  }
  .anwp-b-wrap .mt-lg-0,
  .anwp-b-wrap .my-lg-0 {
    margin-top: 0 !important;
  }
  .anwp-b-wrap .mr-lg-0,
  .anwp-b-wrap .mx-lg-0 {
    margin-left: 0 !important;
  }
  .anwp-b-wrap .mb-lg-0,
  .anwp-b-wrap .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .anwp-b-wrap .ml-lg-0,
  .anwp-b-wrap .mx-lg-0 {
    margin-right: 0 !important;
  }
  .anwp-b-wrap .m-lg-1 {
    margin: 0.25rem !important;
  }
  .anwp-b-wrap .mt-lg-1,
  .anwp-b-wrap .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .anwp-b-wrap .mr-lg-1,
  .anwp-b-wrap .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .anwp-b-wrap .mb-lg-1,
  .anwp-b-wrap .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .anwp-b-wrap .ml-lg-1,
  .anwp-b-wrap .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .anwp-b-wrap .m-lg-2 {
    margin: 0.5rem !important;
  }
  .anwp-b-wrap .mt-lg-2,
  .anwp-b-wrap .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .anwp-b-wrap .mr-lg-2,
  .anwp-b-wrap .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .anwp-b-wrap .mb-lg-2,
  .anwp-b-wrap .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .anwp-b-wrap .ml-lg-2,
  .anwp-b-wrap .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .anwp-b-wrap .m-lg-3 {
    margin: 1rem !important;
  }
  .anwp-b-wrap .mt-lg-3,
  .anwp-b-wrap .my-lg-3 {
    margin-top: 1rem !important;
  }
  .anwp-b-wrap .mr-lg-3,
  .anwp-b-wrap .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .anwp-b-wrap .mb-lg-3,
  .anwp-b-wrap .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .anwp-b-wrap .ml-lg-3,
  .anwp-b-wrap .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .anwp-b-wrap .m-lg-4 {
    margin: 1.5rem !important;
  }
  .anwp-b-wrap .mt-lg-4,
  .anwp-b-wrap .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .anwp-b-wrap .mr-lg-4,
  .anwp-b-wrap .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .anwp-b-wrap .mb-lg-4,
  .anwp-b-wrap .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .anwp-b-wrap .ml-lg-4,
  .anwp-b-wrap .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .anwp-b-wrap .m-lg-5 {
    margin: 3rem !important;
  }
  .anwp-b-wrap .mt-lg-5,
  .anwp-b-wrap .my-lg-5 {
    margin-top: 3rem !important;
  }
  .anwp-b-wrap .mr-lg-5,
  .anwp-b-wrap .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .anwp-b-wrap .mb-lg-5,
  .anwp-b-wrap .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .anwp-b-wrap .ml-lg-5,
  .anwp-b-wrap .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .anwp-b-wrap .p-lg-0 {
    padding: 0 !important;
  }
  .anwp-b-wrap .pt-lg-0,
  .anwp-b-wrap .py-lg-0 {
    padding-top: 0 !important;
  }
  .anwp-b-wrap .pr-lg-0,
  .anwp-b-wrap .px-lg-0 {
    padding-left: 0 !important;
  }
  .anwp-b-wrap .pb-lg-0,
  .anwp-b-wrap .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .anwp-b-wrap .pl-lg-0,
  .anwp-b-wrap .px-lg-0 {
    padding-right: 0 !important;
  }
  .anwp-b-wrap .p-lg-1 {
    padding: 0.25rem !important;
  }
  .anwp-b-wrap .pt-lg-1,
  .anwp-b-wrap .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .anwp-b-wrap .pr-lg-1,
  .anwp-b-wrap .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .anwp-b-wrap .pb-lg-1,
  .anwp-b-wrap .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .anwp-b-wrap .pl-lg-1,
  .anwp-b-wrap .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .anwp-b-wrap .p-lg-2 {
    padding: 0.5rem !important;
  }
  .anwp-b-wrap .pt-lg-2,
  .anwp-b-wrap .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .anwp-b-wrap .pr-lg-2,
  .anwp-b-wrap .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .anwp-b-wrap .pb-lg-2,
  .anwp-b-wrap .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .anwp-b-wrap .pl-lg-2,
  .anwp-b-wrap .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .anwp-b-wrap .p-lg-3 {
    padding: 1rem !important;
  }
  .anwp-b-wrap .pt-lg-3,
  .anwp-b-wrap .py-lg-3 {
    padding-top: 1rem !important;
  }
  .anwp-b-wrap .pr-lg-3,
  .anwp-b-wrap .px-lg-3 {
    padding-left: 1rem !important;
  }
  .anwp-b-wrap .pb-lg-3,
  .anwp-b-wrap .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .anwp-b-wrap .pl-lg-3,
  .anwp-b-wrap .px-lg-3 {
    padding-right: 1rem !important;
  }
  .anwp-b-wrap .p-lg-4 {
    padding: 1.5rem !important;
  }
  .anwp-b-wrap .pt-lg-4,
  .anwp-b-wrap .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .anwp-b-wrap .pr-lg-4,
  .anwp-b-wrap .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .anwp-b-wrap .pb-lg-4,
  .anwp-b-wrap .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .anwp-b-wrap .pl-lg-4,
  .anwp-b-wrap .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .anwp-b-wrap .p-lg-5 {
    padding: 3rem !important;
  }
  .anwp-b-wrap .pt-lg-5,
  .anwp-b-wrap .py-lg-5 {
    padding-top: 3rem !important;
  }
  .anwp-b-wrap .pr-lg-5,
  .anwp-b-wrap .px-lg-5 {
    padding-left: 3rem !important;
  }
  .anwp-b-wrap .pb-lg-5,
  .anwp-b-wrap .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .anwp-b-wrap .pl-lg-5,
  .anwp-b-wrap .px-lg-5 {
    padding-right: 3rem !important;
  }
  .anwp-b-wrap .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .anwp-b-wrap .mt-lg-n1,
  .anwp-b-wrap .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .anwp-b-wrap .mr-lg-n1,
  .anwp-b-wrap .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .anwp-b-wrap .mb-lg-n1,
  .anwp-b-wrap .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .anwp-b-wrap .ml-lg-n1,
  .anwp-b-wrap .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .anwp-b-wrap .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .anwp-b-wrap .mt-lg-n2,
  .anwp-b-wrap .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .anwp-b-wrap .mr-lg-n2,
  .anwp-b-wrap .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .anwp-b-wrap .mb-lg-n2,
  .anwp-b-wrap .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .anwp-b-wrap .ml-lg-n2,
  .anwp-b-wrap .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .anwp-b-wrap .m-lg-n3 {
    margin: -1rem !important;
  }
  .anwp-b-wrap .mt-lg-n3,
  .anwp-b-wrap .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .anwp-b-wrap .mr-lg-n3,
  .anwp-b-wrap .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .anwp-b-wrap .mb-lg-n3,
  .anwp-b-wrap .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .anwp-b-wrap .ml-lg-n3,
  .anwp-b-wrap .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .anwp-b-wrap .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .anwp-b-wrap .mt-lg-n4,
  .anwp-b-wrap .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .anwp-b-wrap .mr-lg-n4,
  .anwp-b-wrap .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .anwp-b-wrap .mb-lg-n4,
  .anwp-b-wrap .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .anwp-b-wrap .ml-lg-n4,
  .anwp-b-wrap .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .anwp-b-wrap .m-lg-n5 {
    margin: -3rem !important;
  }
  .anwp-b-wrap .mt-lg-n5,
  .anwp-b-wrap .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .anwp-b-wrap .mr-lg-n5,
  .anwp-b-wrap .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .anwp-b-wrap .mb-lg-n5,
  .anwp-b-wrap .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .anwp-b-wrap .ml-lg-n5,
  .anwp-b-wrap .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .anwp-b-wrap .m-lg-auto {
    margin: auto !important;
  }
  .anwp-b-wrap .mt-lg-auto,
  .anwp-b-wrap .my-lg-auto {
    margin-top: auto !important;
  }
  .anwp-b-wrap .mr-lg-auto,
  .anwp-b-wrap .mx-lg-auto {
    margin-left: auto !important;
  }
  .anwp-b-wrap .mb-lg-auto,
  .anwp-b-wrap .my-lg-auto {
    margin-bottom: auto !important;
  }
  .anwp-b-wrap .ml-lg-auto,
  .anwp-b-wrap .mx-lg-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {
  .anwp-b-wrap .m-xl-0 {
    margin: 0 !important;
  }
  .anwp-b-wrap .mt-xl-0,
  .anwp-b-wrap .my-xl-0 {
    margin-top: 0 !important;
  }
  .anwp-b-wrap .mr-xl-0,
  .anwp-b-wrap .mx-xl-0 {
    margin-left: 0 !important;
  }
  .anwp-b-wrap .mb-xl-0,
  .anwp-b-wrap .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .anwp-b-wrap .ml-xl-0,
  .anwp-b-wrap .mx-xl-0 {
    margin-right: 0 !important;
  }
  .anwp-b-wrap .m-xl-1 {
    margin: 0.25rem !important;
  }
  .anwp-b-wrap .mt-xl-1,
  .anwp-b-wrap .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .anwp-b-wrap .mr-xl-1,
  .anwp-b-wrap .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .anwp-b-wrap .mb-xl-1,
  .anwp-b-wrap .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .anwp-b-wrap .ml-xl-1,
  .anwp-b-wrap .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .anwp-b-wrap .m-xl-2 {
    margin: 0.5rem !important;
  }
  .anwp-b-wrap .mt-xl-2,
  .anwp-b-wrap .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .anwp-b-wrap .mr-xl-2,
  .anwp-b-wrap .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .anwp-b-wrap .mb-xl-2,
  .anwp-b-wrap .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .anwp-b-wrap .ml-xl-2,
  .anwp-b-wrap .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .anwp-b-wrap .m-xl-3 {
    margin: 1rem !important;
  }
  .anwp-b-wrap .mt-xl-3,
  .anwp-b-wrap .my-xl-3 {
    margin-top: 1rem !important;
  }
  .anwp-b-wrap .mr-xl-3,
  .anwp-b-wrap .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .anwp-b-wrap .mb-xl-3,
  .anwp-b-wrap .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .anwp-b-wrap .ml-xl-3,
  .anwp-b-wrap .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .anwp-b-wrap .m-xl-4 {
    margin: 1.5rem !important;
  }
  .anwp-b-wrap .mt-xl-4,
  .anwp-b-wrap .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .anwp-b-wrap .mr-xl-4,
  .anwp-b-wrap .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .anwp-b-wrap .mb-xl-4,
  .anwp-b-wrap .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .anwp-b-wrap .ml-xl-4,
  .anwp-b-wrap .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .anwp-b-wrap .m-xl-5 {
    margin: 3rem !important;
  }
  .anwp-b-wrap .mt-xl-5,
  .anwp-b-wrap .my-xl-5 {
    margin-top: 3rem !important;
  }
  .anwp-b-wrap .mr-xl-5,
  .anwp-b-wrap .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .anwp-b-wrap .mb-xl-5,
  .anwp-b-wrap .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .anwp-b-wrap .ml-xl-5,
  .anwp-b-wrap .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .anwp-b-wrap .p-xl-0 {
    padding: 0 !important;
  }
  .anwp-b-wrap .pt-xl-0,
  .anwp-b-wrap .py-xl-0 {
    padding-top: 0 !important;
  }
  .anwp-b-wrap .pr-xl-0,
  .anwp-b-wrap .px-xl-0 {
    padding-left: 0 !important;
  }
  .anwp-b-wrap .pb-xl-0,
  .anwp-b-wrap .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .anwp-b-wrap .pl-xl-0,
  .anwp-b-wrap .px-xl-0 {
    padding-right: 0 !important;
  }
  .anwp-b-wrap .p-xl-1 {
    padding: 0.25rem !important;
  }
  .anwp-b-wrap .pt-xl-1,
  .anwp-b-wrap .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .anwp-b-wrap .pr-xl-1,
  .anwp-b-wrap .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .anwp-b-wrap .pb-xl-1,
  .anwp-b-wrap .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .anwp-b-wrap .pl-xl-1,
  .anwp-b-wrap .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .anwp-b-wrap .p-xl-2 {
    padding: 0.5rem !important;
  }
  .anwp-b-wrap .pt-xl-2,
  .anwp-b-wrap .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .anwp-b-wrap .pr-xl-2,
  .anwp-b-wrap .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .anwp-b-wrap .pb-xl-2,
  .anwp-b-wrap .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .anwp-b-wrap .pl-xl-2,
  .anwp-b-wrap .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .anwp-b-wrap .p-xl-3 {
    padding: 1rem !important;
  }
  .anwp-b-wrap .pt-xl-3,
  .anwp-b-wrap .py-xl-3 {
    padding-top: 1rem !important;
  }
  .anwp-b-wrap .pr-xl-3,
  .anwp-b-wrap .px-xl-3 {
    padding-left: 1rem !important;
  }
  .anwp-b-wrap .pb-xl-3,
  .anwp-b-wrap .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .anwp-b-wrap .pl-xl-3,
  .anwp-b-wrap .px-xl-3 {
    padding-right: 1rem !important;
  }
  .anwp-b-wrap .p-xl-4 {
    padding: 1.5rem !important;
  }
  .anwp-b-wrap .pt-xl-4,
  .anwp-b-wrap .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .anwp-b-wrap .pr-xl-4,
  .anwp-b-wrap .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .anwp-b-wrap .pb-xl-4,
  .anwp-b-wrap .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .anwp-b-wrap .pl-xl-4,
  .anwp-b-wrap .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .anwp-b-wrap .p-xl-5 {
    padding: 3rem !important;
  }
  .anwp-b-wrap .pt-xl-5,
  .anwp-b-wrap .py-xl-5 {
    padding-top: 3rem !important;
  }
  .anwp-b-wrap .pr-xl-5,
  .anwp-b-wrap .px-xl-5 {
    padding-left: 3rem !important;
  }
  .anwp-b-wrap .pb-xl-5,
  .anwp-b-wrap .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .anwp-b-wrap .pl-xl-5,
  .anwp-b-wrap .px-xl-5 {
    padding-right: 3rem !important;
  }
  .anwp-b-wrap .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .anwp-b-wrap .mt-xl-n1,
  .anwp-b-wrap .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .anwp-b-wrap .mr-xl-n1,
  .anwp-b-wrap .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .anwp-b-wrap .mb-xl-n1,
  .anwp-b-wrap .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .anwp-b-wrap .ml-xl-n1,
  .anwp-b-wrap .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .anwp-b-wrap .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .anwp-b-wrap .mt-xl-n2,
  .anwp-b-wrap .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .anwp-b-wrap .mr-xl-n2,
  .anwp-b-wrap .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .anwp-b-wrap .mb-xl-n2,
  .anwp-b-wrap .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .anwp-b-wrap .ml-xl-n2,
  .anwp-b-wrap .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .anwp-b-wrap .m-xl-n3 {
    margin: -1rem !important;
  }
  .anwp-b-wrap .mt-xl-n3,
  .anwp-b-wrap .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .anwp-b-wrap .mr-xl-n3,
  .anwp-b-wrap .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .anwp-b-wrap .mb-xl-n3,
  .anwp-b-wrap .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .anwp-b-wrap .ml-xl-n3,
  .anwp-b-wrap .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .anwp-b-wrap .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .anwp-b-wrap .mt-xl-n4,
  .anwp-b-wrap .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .anwp-b-wrap .mr-xl-n4,
  .anwp-b-wrap .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .anwp-b-wrap .mb-xl-n4,
  .anwp-b-wrap .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .anwp-b-wrap .ml-xl-n4,
  .anwp-b-wrap .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .anwp-b-wrap .m-xl-n5 {
    margin: -3rem !important;
  }
  .anwp-b-wrap .mt-xl-n5,
  .anwp-b-wrap .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .anwp-b-wrap .mr-xl-n5,
  .anwp-b-wrap .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .anwp-b-wrap .mb-xl-n5,
  .anwp-b-wrap .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .anwp-b-wrap .ml-xl-n5,
  .anwp-b-wrap .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .anwp-b-wrap .m-xl-auto {
    margin: auto !important;
  }
  .anwp-b-wrap .mt-xl-auto,
  .anwp-b-wrap .my-xl-auto {
    margin-top: auto !important;
  }
  .anwp-b-wrap .mr-xl-auto,
  .anwp-b-wrap .mx-xl-auto {
    margin-left: auto !important;
  }
  .anwp-b-wrap .mb-xl-auto,
  .anwp-b-wrap .my-xl-auto {
    margin-bottom: auto !important;
  }
  .anwp-b-wrap .ml-xl-auto,
  .anwp-b-wrap .mx-xl-auto {
    margin-right: auto !important;
  }
}
.anwp-b-wrap .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.anwp-b-wrap .text-justify {
  text-align: justify !important;
}
.anwp-b-wrap .text-wrap {
  white-space: normal !important;
}
.anwp-b-wrap .text-nowrap {
  white-space: nowrap !important;
}
.anwp-b-wrap .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.anwp-b-wrap .text-left {
  text-align: right !important;
}
.anwp-b-wrap .text-right {
  text-align: left !important;
}
.anwp-b-wrap .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .anwp-b-wrap .text-sm-left {
    text-align: right !important;
  }
  .anwp-b-wrap .text-sm-right {
    text-align: left !important;
  }
  .anwp-b-wrap .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .anwp-b-wrap .text-md-left {
    text-align: right !important;
  }
  .anwp-b-wrap .text-md-right {
    text-align: left !important;
  }
  .anwp-b-wrap .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .anwp-b-wrap .text-lg-left {
    text-align: right !important;
  }
  .anwp-b-wrap .text-lg-right {
    text-align: left !important;
  }
  .anwp-b-wrap .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .anwp-b-wrap .text-xl-left {
    text-align: right !important;
  }
  .anwp-b-wrap .text-xl-right {
    text-align: left !important;
  }
  .anwp-b-wrap .text-xl-center {
    text-align: center !important;
  }
}
.anwp-b-wrap .text-lowercase {
  text-transform: lowercase !important;
}
.anwp-b-wrap .text-uppercase {
  text-transform: uppercase !important;
}
.anwp-b-wrap .text-capitalize {
  text-transform: capitalize !important;
}
.anwp-b-wrap .font-weight-light {
  font-weight: 300 !important;
}
.anwp-b-wrap .font-weight-lighter {
  font-weight: lighter !important;
}
.anwp-b-wrap .font-weight-normal {
  font-weight: 400 !important;
}
.anwp-b-wrap .font-weight-bold {
  font-weight: 700 !important;
}
.anwp-b-wrap .font-weight-bolder {
  font-weight: bolder !important;
}
.anwp-b-wrap .font-italic {
  font-style: italic !important;
}
.anwp-b-wrap .text-white {
  color: #fff !important;
}
.anwp-b-wrap .text-primary {
  color: #0085ba !important;
}
.anwp-b-wrap a.text-primary:hover, .anwp-b-wrap a.text-primary:focus {
  color: #004e6e !important;
}
.anwp-b-wrap .text-secondary {
  color: #6c757d !important;
}
.anwp-b-wrap a.text-secondary:hover, .anwp-b-wrap a.text-secondary:focus {
  color: #494f54 !important;
}
.anwp-b-wrap .text-success {
  color: #388E3C !important;
}
.anwp-b-wrap a.text-success:hover, .anwp-b-wrap a.text-success:focus {
  color: #225725 !important;
}
.anwp-b-wrap .text-info {
  color: #17a2b8 !important;
}
.anwp-b-wrap a.text-info:hover, .anwp-b-wrap a.text-info:focus {
  color: #0f6674 !important;
}
.anwp-b-wrap .text-warning {
  color: #FBC02D !important;
}
.anwp-b-wrap a.text-warning:hover, .anwp-b-wrap a.text-warning:focus {
  color: #d79b04 !important;
}
.anwp-b-wrap .text-danger {
  color: #dc3545 !important;
}
.anwp-b-wrap a.text-danger:hover, .anwp-b-wrap a.text-danger:focus {
  color: #a71d2a !important;
}
.anwp-b-wrap .text-light {
  color: #f8f9fa !important;
}
.anwp-b-wrap a.text-light:hover, .anwp-b-wrap a.text-light:focus {
  color: #cbd3da !important;
}
.anwp-b-wrap .text-dark {
  color: #343a40 !important;
}
.anwp-b-wrap a.text-dark:hover, .anwp-b-wrap a.text-dark:focus {
  color: #121416 !important;
}
.anwp-b-wrap .text-body {
  color: #212529 !important;
}
.anwp-b-wrap .text-muted {
  color: #6c757d !important;
}
.anwp-b-wrap .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.anwp-b-wrap .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.anwp-b-wrap .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.anwp-b-wrap .text-decoration-none {
  text-decoration: none !important;
}
.anwp-b-wrap .text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.anwp-b-wrap .text-reset {
  color: inherit !important;
}
.anwp-b-wrap .visible {
  visibility: visible !important;
}
.anwp-b-wrap .invisible {
  visibility: hidden !important;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.anwp-sl-disable-link .anwp-link-cover {
  pointer-events: none !important;
}

.anwp-align-full {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  padding-right: 0;
  padding-left: 0;
  clear: both;
}

.anwp-sl-hover-effect:hover {
  background-color: rgba(228, 229, 230, 0.2);
}

.anwp-sl-btn {
  appearance: none;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 0.9em;
  display: inline-block;
  list-style: none;
  padding: 4px 16px;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}
.anwp-sl-btn:hover {
  background-color: rgba(164, 164, 164, 0.2);
  text-decoration: none;
}
.anwp-sl-btn:disabled {
  background-color: rgba(164, 164, 164, 0.4);
  border-color: rgba(27, 31, 35, 0.15);
  color: #959DA5;
  cursor: default;
}
.anwp-sl-btn:active {
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
}
.anwp-sl-btn:focus {
  outline: 1px transparent;
}
.anwp-sl-btn:before {
  display: none;
}
.anwp-sl-btn::-webkit-details-marker {
  display: none;
}

.anwp-sl-spinner {
  display: none;
}

.anwp-sl-btn__load-more--active .anwp-sl-spinner {
  display: inline-block;
}

.anwp-sl-border {
  border: 1px solid #dee2e6;
}

.anwp-sl-hover:hover, .anwp-sl-hover:hover .anwp-bg-light {
  background-color: #f0f6f1;
}

.anwp-text-white {
  color: #fff;
}

.anwp-sl-season-selector {
  margin-top: 25px;
  margin-bottom: 20px;
}

.anwp-sl-builder-block .anwp-sl-season-selector {
  margin-bottom: 0;
}

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

.anwp-b-wrap table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}

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

body.anwp-hide-titles.single-sl_tournament h1.entry-title,
body.anwp-hide-titles.single-sl_tournament .entry-header,
body.anwp-hide-titles.single-sl_game h1.entry-title,
body.anwp-hide-titles.single-sl_game .entry-header {
  display: none !important;
}

.bootstrap-table .fixed-table-footer {
  display: none;
}

.anwp-flex-even {
  flex: 1;
}

@media (min-width: 576px) {
  .anwp-flex-sm-even {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .anwp-flex-md-even {
    flex: 1;
  }
}
.anwp-max-width-1 {
  max-width: 1px;
}

.anwp-small-separator {
  line-height: 1.8;
  font-size: 50%;
}

.anwp-hidden {
  visibility: hidden;
}

.anwp-block-header {
  font-size: 1.2rem;
  border-bottom: 2px solid #dee2e6;
  text-transform: uppercase;
  word-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
}

.anwp-reset-block-header .anwp-block-header {
  font-size: 1.1rem;
  border-bottom: 0;
  text-transform: unset;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 8px;
}

.anwp-block-subheader {
  padding: 5px;
}

.anwp-section-header {
  font-size: 1.2rem;
  background-color: #eaeaea;
  text-transform: uppercase;
  word-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
  padding: 0.25rem 0.5rem;
}

.anwp-group-header {
  font-size: 1.2rem;
  text-transform: uppercase;
  word-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
}

.anwp-block-header__wrapper {
  border-bottom: 2px solid #c5c5c5;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
}
.anwp-block-header__wrapper .anwp-block-header {
  border-bottom: none;
  margin: 0;
}
.anwp-block-header__wrapper .anwp-season-dropdown {
  display: inline-block;
  width: auto;
  position: relative;
  top: -4px;
  margin-top: -5px;
}

.anwp-sub-block-header {
  background-color: #e9ecef;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.25rem;
  line-height: 1;
  font-size: 95%;
  font-weight: 500;
}
.squad.squad--blocks .anwp-sub-block-header {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0;
  background: none;
  text-transform: uppercase;
  color: #99a5ad;
  margin-top: 1.5rem !important;
}

.anwp-section + .anwp-section {
  margin-top: 3rem;
}

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

.anwp-bg-gray-light {
  background-color: #e9ecef;
}

.anwp-bg-gray {
  background-color: #dee2e6;
}

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

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

.anwp-bg-secondary-light {
  background-color: #d6d8db;
}

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

.anwp-bg-primary-light {
  background-color: #b8daff;
}

.anwp-bg-primary-lightest {
  background-color: #e8f5ff;
}

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

.anwp-bg-success-light {
  background-color: #c3e6cb;
}

.anwp-bg-success-lightest {
  background-color: #e6f7ea;
}

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

.anwp-bg-info-light {
  background-color: #bee5eb;
}

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

.anwp-bg-warning-light {
  background-color: #ffeeba;
}

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

.anwp-bg-danger-light {
  background-color: #f5c6cb;
}

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

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

.anwp-text-white {
  color: #fff;
}

.anwp-border-light {
  border-color: #ced4da;
}

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

.m-0 {
  margin: 0 !important;
}

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

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

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

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

.anwp-sl-video-player {
  display: none;
}
.plyr__video-wrapper .anwp-sl-video-player {
  display: block;
}

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

.bg-dark a.anwp-link {
  color: #fff;
}

.anwp-season-dropdown.dropdown .dropdown-toggle {
  border-color: #c5c5c5;
  display: block;
  position: relative;
  left: 0;
  padding-top: 1px;
  padding-bottom: 1px;
  height: auto;
  width: auto;
  cursor: pointer;
}
.anwp-season-dropdown.dropdown .dropdown-toggle:after {
  font-size: 1rem;
  width: auto;
}
.anwp-season-dropdown.dropdown .dropdown-menu {
  min-width: auto;
  max-height: 300px;
  overflow-y: auto;
}

.anwp-b-wrap .form-control, .anwp-b-wrap input[type=email], .anwp-b-wrap input[type=number], .anwp-b-wrap input[type=password], .anwp-b-wrap input[type=search], .anwp-b-wrap input[type=tel], .anwp-b-wrap input[type=text], .anwp-b-wrap input[type=url], .anwp-b-wrap select, .anwp-b-wrap textarea {
  width: auto;
}

body.theme--twentyseventeen .team-logo--grid {
  padding: 10px;
}
body.theme--twentyseventeen table.table-bordered th:first-child,
body.theme--twentyseventeen table.table-bordered td:first-child {
  padding-right: 0.3rem;
}
body.theme--twentyseventeen table.table-bordered th:last-child,
body.theme--twentyseventeen table.table-bordered td:last-child {
  padding-left: 0.3rem;
}

body.theme--twentysixteen caption, body.theme--twentysixteen th, body.theme--twentysixteen td {
  text-align: inherit;
}

body.theme--twentynineteen .club__squad--table .club__player-link {
  word-spacing: normal;
}

.anwp-b-wrap table, table.anwp-b-wrap {
  table-layout: auto !important;
}

.anwp-b-wrap.match-slim--shortcode + .anwp-b-wrap.match-slim--shortcode .list-group-item {
  border-top: 0;
}

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

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

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

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

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

.socss-active .anwp-position-cover, .socss-active .anwp-link-cover {
  display: none !important;
}

.anwp-grid-table {
  display: grid;
}
.anwp-grid-table--bordered {
  border-width: 1px;
  border-right-style: solid;
  border-top-style: solid;
}
.anwp-grid-table--bordered > div {
  border-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-color: inherit;
}
.anwp-grid-table__th {
  font-weight: 700;
  font-size: 0.8em;
}
.anwp-grid-table--aligned .anwp-grid-table__th, .anwp-grid-table--aligned .anwp-grid-table__td {
  display: flex;
  align-items: center;
}
.anwp-grid-table__th, .anwp-grid-table__td {
  padding: 4px 8px;
}
.anwp-grid-table__col-1 {
  grid-template-columns: repeat(1, auto);
}
.anwp-grid-table__col-2 {
  grid-template-columns: repeat(2, auto);
}
.anwp-grid-table__col-3 {
  grid-template-columns: repeat(3, auto);
}
.anwp-grid-table__col-4 {
  grid-template-columns: repeat(4, auto);
}
.anwp-grid-table__col-5 {
  grid-template-columns: repeat(5, auto);
}
.anwp-grid-table__col-6 {
  grid-template-columns: repeat(6, auto);
}
.anwp-grid-table__col-7 {
  grid-template-columns: repeat(7, auto);
}
.anwp-grid-table__col-8 {
  grid-template-columns: repeat(8, auto);
}
.anwp-grid-table__col-9 {
  grid-template-columns: repeat(9, auto);
}
.anwp-grid-table__col-10 {
  grid-template-columns: repeat(10, auto);
}
.anwp-grid-table__col-11 {
  grid-template-columns: repeat(11, auto);
}
.anwp-grid-table__col-12 {
  grid-template-columns: repeat(12, auto);
}

.anwp-responsive-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.anwp-sl-justified-gallery-item .img {
  height: 220px;
}

.anwp-sl-justified-gallery {
  position: relative;
  overflow: hidden;
}
.anwp-sl-justified-gallery::after {
  content: "";
  display: block;
  clear: both;
}
.anwp-sl-justified-gallery .anwp-sl-justified-gallery-item {
  float: right;
  top: 0;
  right: 0;
}
.anwp-sl-justified-gallery .anwp-sl-justified-gallery-item > img {
  display: block;
  width: 100%;
  height: auto;
}

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-left: -1px;
}

#baguetteBox-slider {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: right 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}

@keyframes bounceFromRight {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: -30px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: 30px;
  }
  100% {
    margin-right: 0;
  }
}
.baguetteBox-button#previous-button, .baguetteBox-button#next-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  left: 2%;
}
.baguetteBox-button#previous-button {
  right: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  left: 2%;
  left: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  right: 0;
  top: 0;
}

.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -20px;
  margin-right: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  animation-delay: -1s;
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.anwp-sl-game-countdown__value {
  font-size: 42px;
  line-height: 1;
  padding: 0 15px;
}
.anwp-sl-game-countdown__label {
  font-size: 13px;
  line-height: 1;
}
.anwp-sl-game-countdown__separator {
  border: 1px solid #e5e5e5;
}

.anwp-sl-game-countdown--widget .anwp-sl-game-countdown__value {
  font-size: 32px;
  padding: 0 10px;
}
.anwp-sl-game-countdown--widget .anwp-sl-game-countdown__label {
  font-size: 11px;
}

.anwp-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  stroke-width: 2px;
  stroke: none;
  fill: #495057;
  transition: stroke 0.15s ease-in-out;
}
.anwp-icon--trans {
  fill: transparent;
}
.anwp-icon--feather {
  stroke: currentColor !important;
  fill: none;
  stroke-width: 2px;
}
.anwp-icon--s24 {
  width: 24px;
  height: 24px;
}
.anwp-icon--s20 {
  width: 20px;
  height: 20px;
}
.anwp-icon--s18 {
  width: 18px;
  height: 18px;
}
.anwp-icon--s16 {
  width: 16px;
  height: 16px;
}
.anwp-icon--s14 {
  width: 14px;
  height: 14px;
}
.anwp-icon--s12 {
  width: 12px;
  height: 12px;
}
.anwp-icon--s10 {
  width: 10px;
  height: 10px;
}
.anwp-icon--s8 {
  width: 8px;
  height: 8px;
}
.anwp-icon--danger {
  fill: #dc3545;
}
.anwp-icon--success {
  fill: #388E3C;
}
.anwp-icon--white {
  fill: #fff;
}
.anwp-icon--gray-200 {
  fill: #e9ecef;
}
.anwp-icon--gray-300 {
  fill: #dee2e6;
}
.anwp-icon--gray-500 {
  fill: #adb5bd;
}
.anwp-icon--gray-700 {
  fill: #495057;
}
.anwp-icon--gray-900 {
  fill: #212529;
}
.anwp-icon.text-secondary {
  fill: #6c757d;
  opacity: 0.5;
}

.btn:hover .anwp-icon--hover-white,
.btn:hover .anwp-icon--danger,
.btn:hover .anwp-icon--success {
  stroke: #fff;
}

.anwp-sl-modal-full__container {
  position: fixed;
  inset: 0;
  background-color: #fff;
  z-index: 100600;
  padding: 30px 30px 30px 70px !important;
  overflow-y: auto;
}

.anwp-sl-modal__container--full .anwp-sl-modal__close {
  background-color: #f1f1f1;
}
.anwp-sl-modal__container--full .anwp-sl-modal__close:hover, .anwp-sl-modal__container--full .anwp-sl-modal__close:focus, .anwp-sl-modal__container--full .anwp-sl-modal__close:active {
  background-color: #f1f1f1 !important;
}
.anwp-sl-modal__container--full .anwp-sl-modal-full-open {
  display: none !important;
}

.anwp-sl-modal {
  position: relative;
  display: none;
}
.anwp-sl-modal.anwp-sl-modal__is-open {
  display: block;
}
.anwp-sl-modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100600;
}
.anwp-sl-modal__container {
  box-sizing: border-box;
  max-height: 90%;
  max-width: 700px;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.anwp-sl-modal__close {
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjRweCcgaGVpZ2h0PScyNHB4JyB2aWV3Qm94PScwIDAgMjQgMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGc+PGc+PHJlY3Qgd2lkdGg9JzI0JyBoZWlnaHQ9JzI0JyB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgMTIgMTIpJyBvcGFjaXR5PScwJy8+PHBhdGggZD0nTTEzLjQxIDEybDQuMy00LjI5YTEgMSAwIDEgMC0xLjQyLTEuNDJMMTIgMTAuNTlsLTQuMjktNC4zYTEgMSAwIDAgMC0xLjQyIDEuNDJsNC4zIDQuMjktNC4zIDQuMjlhMSAxIDAgMCAwIDAgMS40MiAxIDEgMCAwIDAgMS40MiAwbDQuMjktNC4zIDQuMjkgNC4zYTEgMSAwIDAgMCAxLjQyIDAgMSAxIDAgMCAwIDAtMS40MnonLz48L2c+PC9nPjwvc3ZnPg==") !important;
  position: fixed;
  left: 30px;
  top: 30px;
  width: 50px;
  height: 50px;
  z-index: 100650;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anwp-sl-modal__close:hover, .anwp-sl-modal__close:focus, .anwp-sl-modal__close:active {
  background-color: #f5f5f5 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjRweCcgaGVpZ2h0PScyNHB4JyB2aWV3Qm94PScwIDAgMjQgMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGc+PGc+PHJlY3Qgd2lkdGg9JzI0JyBoZWlnaHQ9JzI0JyB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgMTIgMTIpJyBvcGFjaXR5PScwJy8+PHBhdGggZD0nTTEzLjQxIDEybDQuMy00LjI5YTEgMSAwIDEgMC0xLjQyLTEuNDJMMTIgMTAuNTlsLTQuMjktNC4zYTEgMSAwIDAgMC0xLjQyIDEuNDJsNC4zIDQuMjktNC4zIDQuMjlhMSAxIDAgMCAwIDAgMS40MiAxIDEgMCAwIDAgMS40MiAwbDQuMjktNC4zIDQuMjkgNC4zYTEgMSAwIDAgMCAxLjQyIDAgMSAxIDAgMCAwIDAtMS40MnonLz48L2c+PC9nPjwvc3ZnPg==") !important;
}
.anwp-sl-modal__close svg {
  flex: none;
}

.anwp-sl-v-modal {
  position: relative;
  display: none;
}
.anwp-sl-v-modal.anwp-sl-v-is-open {
  display: block;
}
.anwp-sl-v-modal #anwp-sl-v-spinner {
  display: inline-block;
  width: 64px;
  height: 64px;
  border: 6px solid #eee;
  border-radius: 50%;
  border-top-color: transparent;
  animation: anwp-sl-v-spin 1s ease-in-out infinite;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -32px;
  margin-right: -32px;
}
@keyframes anwp-sl-v-spin {
  to {
    transform: rotate(-360deg);
  }
}
.anwp-sl-v-modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100600;
}
.anwp-sl-v-modal__container {
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  position: relative;
  max-height: 90%;
  max-width: 1300px;
  width: 90%;
}
@media (min-aspect-ratio: 9/5) {
  .anwp-sl-v-modal__container {
    width: 80%;
  }
}
@media (min-aspect-ratio: 2/1) {
  .anwp-sl-v-modal__container {
    width: 70%;
  }
}
@media (min-aspect-ratio: 9/4) {
  .anwp-sl-v-modal__container {
    width: 60%;
  }
}
@media (min-aspect-ratio: 13/5) {
  .anwp-sl-v-modal__container {
    width: 50%;
  }
}
.anwp-sl-v-modal__container figure {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0;
}
.anwp-sl-v-modal__container iframe,
.anwp-sl-v-modal__container object,
.anwp-sl-v-modal__container embed {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.anwp-sl-v-modal__close {
  position: absolute;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  fill: #ddd !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 100650;
  left: -20px;
  top: -20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjRweCcgaGVpZ2h0PScyNHB4JyB2aWV3Qm94PScwIDAgMjQgMjQnIGZpbGw9JyNmZmYnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGc+PGc+PHJlY3Qgd2lkdGg9JzI0JyBoZWlnaHQ9JzI0JyB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgMTIgMTIpJyBvcGFjaXR5PScwJy8+PHBhdGggZD0nTTEzLjQxIDEybDQuMy00LjI5YTEgMSAwIDEgMC0xLjQyLTEuNDJMMTIgMTAuNTlsLTQuMjktNC4zYTEgMSAwIDAgMC0xLjQyIDEuNDJsNC4zIDQuMjktNC4zIDQuMjlhMSAxIDAgMCAwIDAgMS40MiAxIDEgMCAwIDAgMS40MiAwbDQuMjktNC4zIDQuMjkgNC4zYTEgMSAwIDAgMCAxLjQyIDAgMSAxIDAgMCAwIDAtMS40MnonLz48L2c+PC9nPjwvc3ZnPg==");
  display: flex;
  align-items: center;
  justify-content: center;
}
.anwp-sl-v-modal__close:hover, .anwp-sl-v-modal__close:focus, .anwp-sl-v-modal__close:active {
  background-color: #000 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjRweCcgaGVpZ2h0PScyNHB4JyB2aWV3Qm94PScwIDAgMjQgMjQnIGZpbGw9JyNmZmYnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGc+PGc+PHJlY3Qgd2lkdGg9JzI0JyBoZWlnaHQ9JzI0JyB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgMTIgMTIpJyBvcGFjaXR5PScwJy8+PHBhdGggZD0nTTEzLjQxIDEybDQuMy00LjI5YTEgMSAwIDEgMC0xLjQyLTEuNDJMMTIgMTAuNTlsLTQuMjktNC4zYTEgMSAwIDAgMC0xLjQyIDEuNDJsNC4zIDQuMjktNC4zIDQuMjlhMSAxIDAgMCAwIDAgMS40MiAxIDEgMCAwIDAgMS40MiAwbDQuMjktNC4zIDQuMjkgNC4zYTEgMSAwIDAgMCAxLjQyIDAgMSAxIDAgMCAwIDAtMS40MnonLz48L2c+PC9nPjwvc3ZnPg==") !important;
}

/* play button */
.anwp-sl-v-playbtn {
  display: block;
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  transform: translate3d(50%, -50%, 0);
  top: 50%;
  right: 50%;
  z-index: 1;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
  opacity: 0.8;
}

.anwp-sl-v-video__item-big:hover .anwp-sl-v-playbtn,
.anwp-sl-v-video__item:hover .anwp-sl-v-playbtn {
  filter: none;
}

.anwp-sl-v-playbtn__visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*--------------------------------------------------------------
# ANWP CSS Module
--------------------------------------------------------------*/
.anwp-container,
.anwp-container-fluid,
.anwp-container-xl,
.anwp-container-lg,
.anwp-container-md,
.anwp-container-sm {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .anwp-container-sm, .anwp-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .anwp-container-md, .anwp-container-sm, .anwp-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .anwp-container-lg, .anwp-container-md, .anwp-container-sm, .anwp-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .anwp-container-xl, .anwp-container-lg, .anwp-container-md, .anwp-container-sm, .anwp-container {
    max-width: 1140px;
  }
}
.anwp-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

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

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

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

.anwp-row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.anwp-row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.anwp-row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.anwp-row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.anwp-row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.anwp-row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.anwp-offset-1 {
  margin-right: 8.33333333%;
}

.anwp-offset-2 {
  margin-right: 16.66666667%;
}

.anwp-offset-3 {
  margin-right: 25%;
}

.anwp-offset-4 {
  margin-right: 33.33333333%;
}

.anwp-offset-5 {
  margin-right: 41.66666667%;
}

.anwp-offset-6 {
  margin-right: 50%;
}

.anwp-offset-7 {
  margin-right: 58.33333333%;
}

.anwp-offset-8 {
  margin-right: 66.66666667%;
}

.anwp-offset-9 {
  margin-right: 75%;
}

.anwp-offset-10 {
  margin-right: 83.33333333%;
}

.anwp-offset-11 {
  margin-right: 91.66666667%;
}

@media (min-width: 576px) {
  .anwp-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .anwp-row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .anwp-row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .anwp-row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .anwp-row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .anwp-row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .anwp-row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .anwp-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .anwp-col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .anwp-col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .anwp-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .anwp-col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .anwp-col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .anwp-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .anwp-col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .anwp-col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .anwp-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .anwp-col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .anwp-col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .anwp-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .anwp-order-sm-first {
    order: -1;
  }
  .anwp-order-sm-last {
    order: 13;
  }
  .anwp-order-sm-0 {
    order: 0;
  }
  .anwp-order-sm-1 {
    order: 1;
  }
  .anwp-order-sm-2 {
    order: 2;
  }
  .anwp-order-sm-3 {
    order: 3;
  }
  .anwp-order-sm-4 {
    order: 4;
  }
  .anwp-order-sm-5 {
    order: 5;
  }
  .anwp-order-sm-6 {
    order: 6;
  }
  .anwp-order-sm-7 {
    order: 7;
  }
  .anwp-order-sm-8 {
    order: 8;
  }
  .anwp-order-sm-9 {
    order: 9;
  }
  .anwp-order-sm-10 {
    order: 10;
  }
  .anwp-order-sm-11 {
    order: 11;
  }
  .anwp-order-sm-12 {
    order: 12;
  }
  .anwp-offset-sm-0 {
    margin-right: 0;
  }
  .anwp-offset-sm-1 {
    margin-right: 8.33333333%;
  }
  .anwp-offset-sm-2 {
    margin-right: 16.66666667%;
  }
  .anwp-offset-sm-3 {
    margin-right: 25%;
  }
  .anwp-offset-sm-4 {
    margin-right: 33.33333333%;
  }
  .anwp-offset-sm-5 {
    margin-right: 41.66666667%;
  }
  .anwp-offset-sm-6 {
    margin-right: 50%;
  }
  .anwp-offset-sm-7 {
    margin-right: 58.33333333%;
  }
  .anwp-offset-sm-8 {
    margin-right: 66.66666667%;
  }
  .anwp-offset-sm-9 {
    margin-right: 75%;
  }
  .anwp-offset-sm-10 {
    margin-right: 83.33333333%;
  }
  .anwp-offset-sm-11 {
    margin-right: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .anwp-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .anwp-row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .anwp-row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .anwp-row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .anwp-row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .anwp-row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .anwp-row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .anwp-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .anwp-col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .anwp-col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .anwp-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .anwp-col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .anwp-col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .anwp-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .anwp-col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .anwp-col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .anwp-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .anwp-col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .anwp-col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .anwp-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .anwp-order-md-first {
    order: -1;
  }
  .anwp-order-md-last {
    order: 13;
  }
  .anwp-order-md-0 {
    order: 0;
  }
  .anwp-order-md-1 {
    order: 1;
  }
  .anwp-order-md-2 {
    order: 2;
  }
  .anwp-order-md-3 {
    order: 3;
  }
  .anwp-order-md-4 {
    order: 4;
  }
  .anwp-order-md-5 {
    order: 5;
  }
  .anwp-order-md-6 {
    order: 6;
  }
  .anwp-order-md-7 {
    order: 7;
  }
  .anwp-order-md-8 {
    order: 8;
  }
  .anwp-order-md-9 {
    order: 9;
  }
  .anwp-order-md-10 {
    order: 10;
  }
  .anwp-order-md-11 {
    order: 11;
  }
  .anwp-order-md-12 {
    order: 12;
  }
  .anwp-offset-md-0 {
    margin-right: 0;
  }
  .anwp-offset-md-1 {
    margin-right: 8.33333333%;
  }
  .anwp-offset-md-2 {
    margin-right: 16.66666667%;
  }
  .anwp-offset-md-3 {
    margin-right: 25%;
  }
  .anwp-offset-md-4 {
    margin-right: 33.33333333%;
  }
  .anwp-offset-md-5 {
    margin-right: 41.66666667%;
  }
  .anwp-offset-md-6 {
    margin-right: 50%;
  }
  .anwp-offset-md-7 {
    margin-right: 58.33333333%;
  }
  .anwp-offset-md-8 {
    margin-right: 66.66666667%;
  }
  .anwp-offset-md-9 {
    margin-right: 75%;
  }
  .anwp-offset-md-10 {
    margin-right: 83.33333333%;
  }
  .anwp-offset-md-11 {
    margin-right: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .anwp-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .anwp-row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .anwp-row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .anwp-row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .anwp-row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .anwp-row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .anwp-row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .anwp-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .anwp-col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .anwp-col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .anwp-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .anwp-col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .anwp-col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .anwp-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .anwp-col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .anwp-col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .anwp-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .anwp-col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .anwp-col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .anwp-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .anwp-order-lg-first {
    order: -1;
  }
  .anwp-order-lg-last {
    order: 13;
  }
  .anwp-order-lg-0 {
    order: 0;
  }
  .anwp-order-lg-1 {
    order: 1;
  }
  .anwp-order-lg-2 {
    order: 2;
  }
  .anwp-order-lg-3 {
    order: 3;
  }
  .anwp-order-lg-4 {
    order: 4;
  }
  .anwp-order-lg-5 {
    order: 5;
  }
  .anwp-order-lg-6 {
    order: 6;
  }
  .anwp-order-lg-7 {
    order: 7;
  }
  .anwp-order-lg-8 {
    order: 8;
  }
  .anwp-order-lg-9 {
    order: 9;
  }
  .anwp-order-lg-10 {
    order: 10;
  }
  .anwp-order-lg-11 {
    order: 11;
  }
  .anwp-order-lg-12 {
    order: 12;
  }
  .anwp-offset-lg-0 {
    margin-right: 0;
  }
  .anwp-offset-lg-1 {
    margin-right: 8.33333333%;
  }
  .anwp-offset-lg-2 {
    margin-right: 16.66666667%;
  }
  .anwp-offset-lg-3 {
    margin-right: 25%;
  }
  .anwp-offset-lg-4 {
    margin-right: 33.33333333%;
  }
  .anwp-offset-lg-5 {
    margin-right: 41.66666667%;
  }
  .anwp-offset-lg-6 {
    margin-right: 50%;
  }
  .anwp-offset-lg-7 {
    margin-right: 58.33333333%;
  }
  .anwp-offset-lg-8 {
    margin-right: 66.66666667%;
  }
  .anwp-offset-lg-9 {
    margin-right: 75%;
  }
  .anwp-offset-lg-10 {
    margin-right: 83.33333333%;
  }
  .anwp-offset-lg-11 {
    margin-right: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .anwp-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .anwp-row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .anwp-row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .anwp-row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .anwp-row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .anwp-row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .anwp-row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .anwp-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .anwp-col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .anwp-col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .anwp-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .anwp-col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .anwp-col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .anwp-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .anwp-col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .anwp-col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .anwp-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .anwp-col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .anwp-col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .anwp-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .anwp-order-xl-first {
    order: -1;
  }
  .anwp-order-xl-last {
    order: 13;
  }
  .anwp-order-xl-0 {
    order: 0;
  }
  .anwp-order-xl-1 {
    order: 1;
  }
  .anwp-order-xl-2 {
    order: 2;
  }
  .anwp-order-xl-3 {
    order: 3;
  }
  .anwp-order-xl-4 {
    order: 4;
  }
  .anwp-order-xl-5 {
    order: 5;
  }
  .anwp-order-xl-6 {
    order: 6;
  }
  .anwp-order-xl-7 {
    order: 7;
  }
  .anwp-order-xl-8 {
    order: 8;
  }
  .anwp-order-xl-9 {
    order: 9;
  }
  .anwp-order-xl-10 {
    order: 10;
  }
  .anwp-order-xl-11 {
    order: 11;
  }
  .anwp-order-xl-12 {
    order: 12;
  }
  .anwp-offset-xl-0 {
    margin-right: 0;
  }
  .anwp-offset-xl-1 {
    margin-right: 8.33333333%;
  }
  .anwp-offset-xl-2 {
    margin-right: 16.66666667%;
  }
  .anwp-offset-xl-3 {
    margin-right: 25%;
  }
  .anwp-offset-xl-4 {
    margin-right: 33.33333333%;
  }
  .anwp-offset-xl-5 {
    margin-right: 41.66666667%;
  }
  .anwp-offset-xl-6 {
    margin-right: 50%;
  }
  .anwp-offset-xl-7 {
    margin-right: 58.33333333%;
  }
  .anwp-offset-xl-8 {
    margin-right: 66.66666667%;
  }
  .anwp-offset-xl-9 {
    margin-right: 75%;
  }
  .anwp-offset-xl-10 {
    margin-right: 83.33333333%;
  }
  .anwp-offset-xl-11 {
    margin-right: 91.66666667%;
  }
}
.anwp-border {
  border-width: 1px;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

.anwp-border-collapse {
  border-collapse: collapse;
}

.anwp-border-separate {
  border-collapse: separate;
}

.anwp-box-border {
  box-sizing: border-box;
}

.anwp-box-content {
  box-sizing: content-box;
}

.anwp-bg-gray-100 {
  background-color: #f7fafc !important;
}

.anwp-text-gray-100 {
  color: #f7fafc !important;
}

.anwp-border-gray-100 {
  border-color: #f7fafc !important;
}

.anwp-bg-gray-200 {
  background-color: #edf2f7 !important;
}

.anwp-text-gray-200 {
  color: #edf2f7 !important;
}

.anwp-border-gray-200 {
  border-color: #edf2f7 !important;
}

.anwp-bg-gray-300 {
  background-color: #e2e8f0 !important;
}

.anwp-text-gray-300 {
  color: #e2e8f0 !important;
}

.anwp-border-gray-300 {
  border-color: #e2e8f0 !important;
}

.anwp-bg-gray-400 {
  background-color: #cbd5e0 !important;
}

.anwp-text-gray-400 {
  color: #cbd5e0 !important;
}

.anwp-border-gray-400 {
  border-color: #cbd5e0 !important;
}

.anwp-bg-gray-500 {
  background-color: #a0aec0 !important;
}

.anwp-text-gray-500 {
  color: #a0aec0 !important;
}

.anwp-border-gray-500 {
  border-color: #a0aec0 !important;
}

.anwp-bg-gray-600 {
  background-color: #718096 !important;
}

.anwp-text-gray-600 {
  color: #718096 !important;
}

.anwp-border-gray-600 {
  border-color: #718096 !important;
}

.anwp-bg-gray-700 {
  background-color: #4a5568 !important;
}

.anwp-text-gray-700 {
  color: #4a5568 !important;
}

.anwp-border-gray-700 {
  border-color: #4a5568 !important;
}

.anwp-bg-gray-800 {
  background-color: #2d3748 !important;
}

.anwp-text-gray-800 {
  color: #2d3748 !important;
}

.anwp-border-gray-800 {
  border-color: #2d3748 !important;
}

.anwp-bg-gray-900 {
  background-color: #1a202c !important;
}

.anwp-text-gray-900 {
  color: #1a202c !important;
}

.anwp-border-gray-900 {
  border-color: #1a202c !important;
}

.anwp-bg-red-100 {
  background-color: #fff5f5 !important;
}

.anwp-text-red-100 {
  color: #fff5f5 !important;
}

.anwp-border-red-100 {
  border-color: #fff5f5 !important;
}

.anwp-bg-red-200 {
  background-color: #fed7d7 !important;
}

.anwp-text-red-200 {
  color: #fed7d7 !important;
}

.anwp-border-red-200 {
  border-color: #fed7d7 !important;
}

.anwp-bg-red-300 {
  background-color: #feb2b2 !important;
}

.anwp-text-red-300 {
  color: #feb2b2 !important;
}

.anwp-border-red-300 {
  border-color: #feb2b2 !important;
}

.anwp-bg-red-400 {
  background-color: #fc8181 !important;
}

.anwp-text-red-400 {
  color: #fc8181 !important;
}

.anwp-border-red-400 {
  border-color: #fc8181 !important;
}

.anwp-bg-red-500 {
  background-color: #f56565 !important;
}

.anwp-text-red-500 {
  color: #f56565 !important;
}

.anwp-border-red-500 {
  border-color: #f56565 !important;
}

.anwp-bg-red-600 {
  background-color: #e53e3e !important;
}

.anwp-text-red-600 {
  color: #e53e3e !important;
}

.anwp-border-red-600 {
  border-color: #e53e3e !important;
}

.anwp-bg-red-700 {
  background-color: #c53030 !important;
}

.anwp-text-red-700 {
  color: #c53030 !important;
}

.anwp-border-red-700 {
  border-color: #c53030 !important;
}

.anwp-bg-red-800 {
  background-color: #9b2c2c !important;
}

.anwp-text-red-800 {
  color: #9b2c2c !important;
}

.anwp-border-red-800 {
  border-color: #9b2c2c !important;
}

.anwp-bg-red-900 {
  background-color: #742a2a !important;
}

.anwp-text-red-900 {
  color: #742a2a !important;
}

.anwp-border-red-900 {
  border-color: #742a2a !important;
}

.anwp-bg-orange-100 {
  background-color: #fffaf0 !important;
}

.anwp-text-orange-100 {
  color: #fffaf0 !important;
}

.anwp-border-orange-100 {
  border-color: #fffaf0 !important;
}

.anwp-bg-orange-200 {
  background-color: #feebc8 !important;
}

.anwp-text-orange-200 {
  color: #feebc8 !important;
}

.anwp-border-orange-200 {
  border-color: #feebc8 !important;
}

.anwp-bg-orange-300 {
  background-color: #fbd38d !important;
}

.anwp-text-orange-300 {
  color: #fbd38d !important;
}

.anwp-border-orange-300 {
  border-color: #fbd38d !important;
}

.anwp-bg-orange-400 {
  background-color: #f6ad55 !important;
}

.anwp-text-orange-400 {
  color: #f6ad55 !important;
}

.anwp-border-orange-400 {
  border-color: #f6ad55 !important;
}

.anwp-bg-orange-500 {
  background-color: #ed8936 !important;
}

.anwp-text-orange-500 {
  color: #ed8936 !important;
}

.anwp-border-orange-500 {
  border-color: #ed8936 !important;
}

.anwp-bg-orange-600 {
  background-color: #dd6b20 !important;
}

.anwp-text-orange-600 {
  color: #dd6b20 !important;
}

.anwp-border-orange-600 {
  border-color: #dd6b20 !important;
}

.anwp-bg-orange-700 {
  background-color: #c05621 !important;
}

.anwp-text-orange-700 {
  color: #c05621 !important;
}

.anwp-border-orange-700 {
  border-color: #c05621 !important;
}

.anwp-bg-orange-800 {
  background-color: #9c4221 !important;
}

.anwp-text-orange-800 {
  color: #9c4221 !important;
}

.anwp-border-orange-800 {
  border-color: #9c4221 !important;
}

.anwp-bg-orange-900 {
  background-color: #7b341e !important;
}

.anwp-text-orange-900 {
  color: #7b341e !important;
}

.anwp-border-orange-900 {
  border-color: #7b341e !important;
}

.anwp-bg-green-100 {
  background-color: #f0fff4 !important;
}

.anwp-text-green-100 {
  color: #f0fff4 !important;
}

.anwp-border-green-100 {
  border-color: #f0fff4 !important;
}

.anwp-bg-green-200 {
  background-color: #c6f6d5 !important;
}

.anwp-text-green-200 {
  color: #c6f6d5 !important;
}

.anwp-border-green-200 {
  border-color: #c6f6d5 !important;
}

.anwp-bg-green-300 {
  background-color: #9ae6b4 !important;
}

.anwp-text-green-300 {
  color: #9ae6b4 !important;
}

.anwp-border-green-300 {
  border-color: #9ae6b4 !important;
}

.anwp-bg-green-400 {
  background-color: #68d391 !important;
}

.anwp-text-green-400 {
  color: #68d391 !important;
}

.anwp-border-green-400 {
  border-color: #68d391 !important;
}

.anwp-bg-green-500 {
  background-color: #48bb78 !important;
}

.anwp-text-green-500 {
  color: #48bb78 !important;
}

.anwp-border-green-500 {
  border-color: #48bb78 !important;
}

.anwp-bg-green-600 {
  background-color: #38a169 !important;
}

.anwp-text-green-600 {
  color: #38a169 !important;
}

.anwp-border-green-600 {
  border-color: #38a169 !important;
}

.anwp-bg-green-700 {
  background-color: #2f855a !important;
}

.anwp-text-green-700 {
  color: #2f855a !important;
}

.anwp-border-green-700 {
  border-color: #2f855a !important;
}

.anwp-bg-green-800 {
  background-color: #276749 !important;
}

.anwp-text-green-800 {
  color: #276749 !important;
}

.anwp-border-green-800 {
  border-color: #276749 !important;
}

.anwp-bg-green-900 {
  background-color: #22543d !important;
}

.anwp-text-green-900 {
  color: #22543d !important;
}

.anwp-border-green-900 {
  border-color: #22543d !important;
}

.anwp-bg-teal-100 {
  background-color: #e6fffa !important;
}

.anwp-text-teal-100 {
  color: #e6fffa !important;
}

.anwp-border-teal-100 {
  border-color: #e6fffa !important;
}

.anwp-bg-teal-200 {
  background-color: #b2f5ea !important;
}

.anwp-text-teal-200 {
  color: #b2f5ea !important;
}

.anwp-border-teal-200 {
  border-color: #b2f5ea !important;
}

.anwp-bg-teal-300 {
  background-color: #81e6d9 !important;
}

.anwp-text-teal-300 {
  color: #81e6d9 !important;
}

.anwp-border-teal-300 {
  border-color: #81e6d9 !important;
}

.anwp-bg-teal-400 {
  background-color: #4fd1c5 !important;
}

.anwp-text-teal-400 {
  color: #4fd1c5 !important;
}

.anwp-border-teal-400 {
  border-color: #4fd1c5 !important;
}

.anwp-bg-teal-500 {
  background-color: #38b2ac !important;
}

.anwp-text-teal-500 {
  color: #38b2ac !important;
}

.anwp-border-teal-500 {
  border-color: #38b2ac !important;
}

.anwp-bg-teal-600 {
  background-color: #319795 !important;
}

.anwp-text-teal-600 {
  color: #319795 !important;
}

.anwp-border-teal-600 {
  border-color: #319795 !important;
}

.anwp-bg-teal-700 {
  background-color: #2c7a7b !important;
}

.anwp-text-teal-700 {
  color: #2c7a7b !important;
}

.anwp-border-teal-700 {
  border-color: #2c7a7b !important;
}

.anwp-bg-teal-800 {
  background-color: #285e61 !important;
}

.anwp-text-teal-800 {
  color: #285e61 !important;
}

.anwp-border-teal-800 {
  border-color: #285e61 !important;
}

.anwp-bg-teal-900 {
  background-color: #234e52 !important;
}

.anwp-text-teal-900 {
  color: #234e52 !important;
}

.anwp-border-teal-900 {
  border-color: #234e52 !important;
}

.anwp-bg-blue-100 {
  background-color: #ebf8ff !important;
}

.anwp-text-blue-100 {
  color: #ebf8ff !important;
}

.anwp-border-blue-100 {
  border-color: #ebf8ff !important;
}

.anwp-bg-blue-200 {
  background-color: #bee3f8 !important;
}

.anwp-text-blue-200 {
  color: #bee3f8 !important;
}

.anwp-border-blue-200 {
  border-color: #bee3f8 !important;
}

.anwp-bg-blue-300 {
  background-color: #90cdf4 !important;
}

.anwp-text-blue-300 {
  color: #90cdf4 !important;
}

.anwp-border-blue-300 {
  border-color: #90cdf4 !important;
}

.anwp-bg-blue-400 {
  background-color: #63b3ed !important;
}

.anwp-text-blue-400 {
  color: #63b3ed !important;
}

.anwp-border-blue-400 {
  border-color: #63b3ed !important;
}

.anwp-bg-blue-500 {
  background-color: #4299e1 !important;
}

.anwp-text-blue-500 {
  color: #4299e1 !important;
}

.anwp-border-blue-500 {
  border-color: #4299e1 !important;
}

.anwp-bg-blue-600 {
  background-color: #3182ce !important;
}

.anwp-text-blue-600 {
  color: #3182ce !important;
}

.anwp-border-blue-600 {
  border-color: #3182ce !important;
}

.anwp-bg-blue-700 {
  background-color: #2b6cb0 !important;
}

.anwp-text-blue-700 {
  color: #2b6cb0 !important;
}

.anwp-border-blue-700 {
  border-color: #2b6cb0 !important;
}

.anwp-bg-blue-800 {
  background-color: #2c5282 !important;
}

.anwp-text-blue-800 {
  color: #2c5282 !important;
}

.anwp-border-blue-800 {
  border-color: #2c5282 !important;
}

.anwp-bg-blue-900 {
  background-color: #2a4365 !important;
}

.anwp-text-blue-900 {
  color: #2a4365 !important;
}

.anwp-border-blue-900 {
  border-color: #2a4365 !important;
}

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

.anwp-cursor-auto {
  cursor: auto;
}

.anwp-cursor-default {
  cursor: default;
}

.anwp-cursor-pointer {
  cursor: pointer;
}

.anwp-cursor-wait {
  cursor: wait;
}

.anwp-cursor-text {
  cursor: text;
}

.anwp-cursor-move {
  cursor: move;
}

.anwp-cursor-not-allowed {
  cursor: not-allowed;
}

.anwp-flex-1 {
  flex: 1 1 0%;
}

.anwp-flex-auto {
  flex: 1 1 auto;
}

.anwp-flex-initial {
  flex: 0 1 auto;
}

.anwp-flex-none {
  flex: none;
}

@media (min-width: 576px) {
  .anwp-flex-sm-1 {
    flex: 1 1 0%;
  }
  .anwp-flex-sm-auto {
    flex: 1 1 auto;
  }
  .anwp-flex-sm-initial {
    flex: 0 1 auto;
  }
  .anwp-flex-sm-none {
    flex: none;
  }
}
@media (min-width: 768px) {
  .anwp-flex-md-1 {
    flex: 1 1 0%;
  }
  .anwp-flex-md-auto {
    flex: 1 1 auto;
  }
  .anwp-flex-md-initial {
    flex: 0 1 auto;
  }
  .anwp-flex-md-none {
    flex: none;
  }
}
@media (min-width: 992px) {
  .anwp-flex-lg-1 {
    flex: 1 1 0%;
  }
  .anwp-flex-lg-auto {
    flex: 1 1 auto;
  }
  .anwp-flex-lg-initial {
    flex: 0 1 auto;
  }
  .anwp-flex-lg-none {
    flex: none;
  }
}
@media (min-width: 1200px) {
  .anwp-flex-xl-1 {
    flex: 1 1 0%;
  }
  .anwp-flex-xl-auto {
    flex: 1 1 auto;
  }
  .anwp-flex-xl-initial {
    flex: 0 1 auto;
  }
  .anwp-flex-xl-none {
    flex: none;
  }
}
.anwp-image-background-cover,
.anwp-image-background-contain {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

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

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

.anwp-user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.anwp-user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.anwp-user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.anwp-object-contain {
  object-fit: contain;
}

.anwp-object-cover {
  object-fit: cover;
}

.anwp-object-fill {
  object-fit: fill;
}

.anwp-object-none {
  object-fit: none;
}

.anwp-object-scale-down {
  object-fit: scale-down;
}

.anwp-opacity-0 {
  opacity: 0;
}

.anwp-opacity-10 {
  opacity: 0.1;
}

.anwp-opacity-20 {
  opacity: 0.2;
}

.anwp-opacity-30 {
  opacity: 0.3;
}

.anwp-opacity-40 {
  opacity: 0.4;
}

.anwp-opacity-50 {
  opacity: 0.5;
}

.anwp-opacity-60 {
  opacity: 0.6;
}

.anwp-opacity-70 {
  opacity: 0.7;
}

.anwp-opacity-80 {
  opacity: 0.8;
}

.anwp-opacity-90 {
  opacity: 0.9;
}

.anwp-opacity-100 {
  opacity: 1;
}

.anwp-overflow-auto {
  overflow: auto;
}

.anwp-overflow-hidden {
  overflow: hidden;
}

.anwp-overflow-visible {
  overflow: visible;
}

.anwp-overflow-scroll {
  overflow: scroll;
}

.anwp-overflow-x-auto {
  overflow-x: auto;
}

.anwp-overflow-y-auto {
  overflow-y: auto;
}

.anwp-overflow-x-hidden {
  overflow-x: hidden;
}

.anwp-overflow-y-hidden {
  overflow-y: hidden;
}

.anwp-overflow-x-visible {
  overflow-x: visible;
}

.anwp-overflow-y-visible {
  overflow-y: visible;
}

.anwp-overflow-x-scroll {
  overflow-x: scroll;
}

.anwp-overflow-y-scroll {
  overflow-y: scroll;
}

/*---
title:   Rounded
section: Utilities
---
```
*/
.anwp-rounded-none {
  border-radius: 0 !important;
}

.anwp-rounded-sm {
  border-radius: 0.125rem !important;
}

.anwp-rounded {
  border-radius: 0.25rem !important;
}

.anwp-rounded-md {
  border-radius: 0.375rem !important;
}

.anwp-rounded-lg {
  border-radius: 0.5rem !important;
}

.anwp-w-10 {
  width: 10px;
}

.anwp-h-10 {
  height: 10px;
}

.anwp-h-min-10 {
  min-height: 10px;
}

.anwp-h-max-10 {
  max-height: 10px;
}

.anwp-w-20 {
  width: 20px;
}

.anwp-h-20 {
  height: 20px;
}

.anwp-h-min-20 {
  min-height: 20px;
}

.anwp-h-max-20 {
  max-height: 20px;
}

.anwp-w-30 {
  width: 30px;
}

.anwp-h-30 {
  height: 30px;
}

.anwp-h-min-30 {
  min-height: 30px;
}

.anwp-h-max-30 {
  max-height: 30px;
}

.anwp-w-40 {
  width: 40px;
}

.anwp-h-40 {
  height: 40px;
}

.anwp-h-min-40 {
  min-height: 40px;
}

.anwp-h-max-40 {
  max-height: 40px;
}

.anwp-w-50 {
  width: 50px;
}

.anwp-h-50 {
  height: 50px;
}

.anwp-h-min-50 {
  min-height: 50px;
}

.anwp-h-max-50 {
  max-height: 50px;
}

.anwp-w-60 {
  width: 60px;
}

.anwp-h-60 {
  height: 60px;
}

.anwp-h-min-60 {
  min-height: 60px;
}

.anwp-h-max-60 {
  max-height: 60px;
}

.anwp-w-70 {
  width: 70px;
}

.anwp-h-70 {
  height: 70px;
}

.anwp-h-min-70 {
  min-height: 70px;
}

.anwp-h-max-70 {
  max-height: 70px;
}

.anwp-w-80 {
  width: 80px;
}

.anwp-h-80 {
  height: 80px;
}

.anwp-h-min-80 {
  min-height: 80px;
}

.anwp-h-max-80 {
  max-height: 80px;
}

.anwp-w-90 {
  width: 90px;
}

.anwp-h-90 {
  height: 90px;
}

.anwp-h-min-90 {
  min-height: 90px;
}

.anwp-h-max-90 {
  max-height: 90px;
}

.anwp-w-100 {
  width: 100px;
}

.anwp-h-100 {
  height: 100px;
}

.anwp-h-min-100 {
  min-height: 100px;
}

.anwp-h-max-100 {
  max-height: 100px;
}

.anwp-w-110 {
  width: 110px;
}

.anwp-h-110 {
  height: 110px;
}

.anwp-h-min-110 {
  min-height: 110px;
}

.anwp-h-max-110 {
  max-height: 110px;
}

.anwp-w-120 {
  width: 120px;
}

.anwp-h-120 {
  height: 120px;
}

.anwp-h-min-120 {
  min-height: 120px;
}

.anwp-h-max-120 {
  max-height: 120px;
}

.anwp-w-130 {
  width: 130px;
}

.anwp-h-130 {
  height: 130px;
}

.anwp-h-min-130 {
  min-height: 130px;
}

.anwp-h-max-130 {
  max-height: 130px;
}

.anwp-w-140 {
  width: 140px;
}

.anwp-h-140 {
  height: 140px;
}

.anwp-h-min-140 {
  min-height: 140px;
}

.anwp-h-max-140 {
  max-height: 140px;
}

.anwp-w-150 {
  width: 150px;
}

.anwp-w-200 {
  width: 200px;
}

.anwp-w-250 {
  width: 250px;
}

.anwp-w-300 {
  width: 300px;
}

.anwp-w-350 {
  width: 350px;
}

.anwp-w-400 {
  width: 400px;
}

.anwp-w-450 {
  width: 450px;
}

.anwp-w-500 {
  width: 500px;
}

.anwp-w-min-100 {
  min-width: 100px;
}

.anwp-w-min-150 {
  min-width: 150px;
}

.anwp-w-min-200 {
  min-width: 200px;
}

.anwp-w-min-250 {
  min-width: 250px;
}

.anwp-w-min-300 {
  min-width: 300px;
}

.anwp-w-min-350 {
  min-width: 350px;
}

.anwp-w-min-400 {
  min-width: 400px;
}

.anwp-w-15 {
  width: 15px;
}

.anwp-h-15 {
  height: 15px;
}

.anwp-h-min-15 {
  min-height: 15px;
}

.anwp-h-max-15 {
  max-height: 15px;
}

.anwp-w-25 {
  width: 25px;
}

.anwp-h-25 {
  height: 25px;
}

.anwp-h-min-25 {
  min-height: 25px;
}

.anwp-h-max-25 {
  max-height: 25px;
}

.anwp-w-35 {
  width: 35px;
}

.anwp-h-35 {
  height: 35px;
}

.anwp-h-min-35 {
  min-height: 35px;
}

.anwp-h-max-35 {
  max-height: 35px;
}

.anwp-w-45 {
  width: 45px;
}

.anwp-h-45 {
  height: 45px;
}

.anwp-h-min-45 {
  min-height: 45px;
}

.anwp-h-max-45 {
  max-height: 45px;
}

.anwp-w-55 {
  width: 55px;
}

.anwp-h-55 {
  height: 55px;
}

.anwp-h-min-55 {
  min-height: 55px;
}

.anwp-h-max-55 {
  max-height: 55px;
}

.anwp-w-max-100 {
  max-width: 100px;
}

.anwp-w-max-200 {
  max-width: 200px;
}

.anwp-w-max-300 {
  max-width: 300px;
}

.anwp-w-max-400 {
  max-width: 400px;
}

.anwp-w-max-500 {
  max-width: 500px;
}

.anwp-w-max-600 {
  max-width: 600px;
}

.anwp-w-max-700 {
  max-width: 700px;
}

.anwp-w-max-800 {
  max-width: 800px;
}

.anwp-h-min-200 {
  min-height: 200px;
}

.anwp-h-min-300 {
  min-height: 300px;
}

.anwp-h-min-400 {
  min-height: 400px;
}

.anwp-h-min-500 {
  min-height: 500px;
}

.anwp-max-width-1 {
  max-width: 1px;
}

.anwp-max-width-100 {
  max-width: 100%;
}

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

@media (min-width: 576px) {
  .anwp-w-sm-15 {
    width: 15px;
  }
  .anwp-h-sm-15 {
    height: 15px;
  }
  .anwp-w-sm-25 {
    width: 25px;
  }
  .anwp-h-sm-25 {
    height: 25px;
  }
  .anwp-w-sm-35 {
    width: 35px;
  }
  .anwp-h-sm-35 {
    height: 35px;
  }
  .anwp-w-sm-45 {
    width: 45px;
  }
  .anwp-h-sm-45 {
    height: 45px;
  }
  .anwp-w-sm-55 {
    width: 55px;
  }
  .anwp-h-sm-55 {
    height: 55px;
  }
  .anwp-w-sm-10 {
    width: 10px;
  }
  .anwp-h-sm-10 {
    height: 10px;
  }
  .anwp-w-sm-20 {
    width: 20px;
  }
  .anwp-h-sm-20 {
    height: 20px;
  }
  .anwp-w-sm-30 {
    width: 30px;
  }
  .anwp-h-sm-30 {
    height: 30px;
  }
  .anwp-w-sm-40 {
    width: 40px;
  }
  .anwp-h-sm-40 {
    height: 40px;
  }
  .anwp-w-sm-50 {
    width: 50px;
  }
  .anwp-h-sm-50 {
    height: 50px;
  }
  .anwp-w-sm-60 {
    width: 60px;
  }
  .anwp-h-sm-60 {
    height: 60px;
  }
  .anwp-w-sm-70 {
    width: 70px;
  }
  .anwp-h-sm-70 {
    height: 70px;
  }
  .anwp-w-sm-80 {
    width: 80px;
  }
  .anwp-h-sm-80 {
    height: 80px;
  }
  .anwp-w-sm-90 {
    width: 90px;
  }
  .anwp-h-sm-90 {
    height: 90px;
  }
  .anwp-w-sm-100 {
    width: 100px;
  }
  .anwp-h-sm-100 {
    height: 100px;
  }
}
.anwp-fill-current {
  fill: currentColor !important;
}

.anwp-stroke-current {
  stroke: currentColor !important;
}

.anwp-stroke-0 {
  stroke-width: 0;
}

.anwp-stroke-1 {
  stroke-width: 1;
}

.anwp-stroke-2 {
  stroke-width: 2;
}

.anwp-font-thin {
  font-weight: 100;
}

.anwp-font-extralight {
  font-weight: 200;
}

.anwp-font-light {
  font-weight: 300;
}

.anwp-font-normal {
  font-weight: 400;
}

.anwp-font-medium {
  font-weight: 500;
}

.anwp-font-semibold {
  font-weight: 600;
}

.anwp-font-bold {
  font-weight: 700;
}

.anwp-font-extrabold {
  font-weight: 800;
}

.anwp-font-black {
  font-weight: 900;
}

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

.anwp-text-truncate-multiline {
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: normal;
  word-break: normal;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .anwp-text-sm-left {
    text-align: right !important;
  }
  .anwp-text-sm-right {
    text-align: left !important;
  }
  .anwp-text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .anwp-text-md-left {
    text-align: right !important;
  }
  .anwp-text-md-right {
    text-align: left !important;
  }
  .anwp-text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .anwp-text-lg-left {
    text-align: right !important;
  }
  .anwp-text-lg-right {
    text-align: left !important;
  }
  .anwp-text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .anwp-text-xl-left {
    text-align: right !important;
  }
  .anwp-text-xl-right {
    text-align: left !important;
  }
  .anwp-text-xl-center {
    text-align: center !important;
  }
}
.anwp-text-lowercase {
  text-transform: lowercase !important;
}

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

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

.anwp-text-xxs {
  font-size: 0.6rem;
  line-height: 0.8rem;
}

.anwp-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.anwp-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.anwp-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.anwp-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.anwp-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.anwp-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.anwp-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.anwp-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.anwp-leading-1 {
  line-height: 1;
}

.anwp-leading-1-25 {
  line-height: 1.25;
}

.anwp-leading-1-5 {
  line-height: 1.5;
}

.anwp-leading-2 {
  line-height: 2;
}

.anwp-break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.anwp-break-words {
  overflow-wrap: break-word;
  word-break: break-word;
}

.anwp-break-all {
  word-break: break-all;
}

.anwp-z-0 {
  z-index: 0 !important;
}

.anwp-z-1 {
  z-index: 1 !important;
}

.anwp-z-2 {
  z-index: 2 !important;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.options-list__term:first-child {
  padding: 0.3rem;
}
.options-list__value:first-child {
  padding: 0.3rem;
}

.map--venue {
  height: 300px;
  width: 100%;
  margin: 5px 0;
  border: solid 1px #DDD;
  box-sizing: border-box;
}
.map a img {
  box-shadow: none !important;
}

.player__main-photo, .staff__main-photo {
  max-width: 150px;
}
.player__main-photo-caption, .staff__main-photo-caption {
  max-width: 150px;
  line-height: 1.1;
  font-size: 0.8rem;
}
.player__latest-matches th, .player__totals th, .staff__latest-matches th, .staff__totals th {
  font-size: 12px;
}
.player__latest-matches td, .player__totals td, .staff__latest-matches td, .staff__totals td {
  vertical-align: middle;
  font-size: 12px;
}

.staff-header, .player-header, .official-header {
  padding: 20px;
}
.staff-header__options, .player-header__options, .official-header__options {
  grid-template-columns: minmax(120px, auto) 1fr;
}
.staff-header__option-title, .staff-header__option-value, .player-header__option-title, .player-header__option-value, .official-header__option-title, .official-header__option-value {
  align-items: center;
  border-bottom-color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  padding: 4px 0 4px 10px;
}
.staff-header__option-title, .player-header__option-title, .official-header__option-title {
  opacity: 0.8;
  font-size: 13px;
}

.player__photo-wrapper--list {
  min-width: 55px;
  max-width: 55px;
}
.player__photo-wrapper--list .player__photo {
  max-height: 55px;
  width: auto;
}

.table-sm .player__photo-wrapper--list {
  min-width: 40px;
  max-width: 40px;
}
.table-sm .player__photo-wrapper--list .player__photo {
  max-height: 40px;
  width: auto;
}

.player-photo__wrapper {
  min-width: 55px;
  max-width: 55px;
}
.player-photo__img {
  max-height: 55px;
  width: auto;
}

.player-gallery__notes {
  font-size: 0.8em;
}

.game-player {
  border-bottom: 1px solid #dadada;
}
.game-player-group + .game-player {
  border-top: 1px solid #dadada;
  margin-top: 2px;
}
.game-player__number {
  width: 32px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #dadada;
}
.game-player__role {
  line-height: 1.2;
  opacity: 0.5;
  font-size: 0.7rem;
  margin-top: 2px;
}
.game-player__name {
  line-height: 1.1;
}
.game-player__flag {
  line-height: 1;
  padding-top: 2px;
  margin-right: 10px;
}
.game-player__flag > div + div {
  margin-right: 3px;
}
.game-player__event {
  width: 12px;
  height: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.game-player__event-time {
  font-family: monospace;
  font-size: 12px;
  line-height: 1;
}

.game-player-group {
  padding: 2px 10px;
  background-color: #f8f9fa;
  margin-top: 5px;
}
.game-player + .game-player-group {
  margin-top: 25px;
}

.team-stats__value span {
  width: 25px;
  display: inline-block;
}
.team-stats__bar {
  max-height: 16px;
  height: 16px;
}
.team-stats__bar + .team-stats__bar {
  margin-right: 5px;
}
.team-stats__bar-empty {
  background-color: #eee;
}
.team-stats__bar-separator-wrapper {
  justify-content: space-evenly;
  overflow: hidden;
}
.team-stats__bar-separator {
  width: 2px;
  min-width: 2px;
  background-color: #fff;
  opacity: 0.5;
}

.player-block {
  max-width: 400px;
}
.player-block__photo {
  max-width: 40%;
}
.player-block__option-value {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 40px;
  font-size: 18px;
}
.player-block__option-value--wide {
  width: auto;
  white-space: nowrap;
}
.player-block__option-label {
  font-size: 14px;
  padding-right: 10px;
}

.standing--widget {
  font-size: 12px;
}

.standing__inner {
  max-width: 100%;
}

.modaal-container .standing-table {
  margin-top: 40px;
}
.standing-table__logo {
  height: 24px;
  width: auto;
}
.standing-table__logo-wrapper {
  width: 25px;
  text-align: center;
  margin-left: 5px;
}
.standing-table__cell {
  min-width: 34px;
  line-height: 1.4;
}
.standing-table__cell-form {
  min-width: 16px;
  margin-right: 1px;
  margin-left: 1px;
  font-size: 10px;
}
.standing-table__cell-form span[data-anwp-sl-game-card-tooltip] {
  opacity: 0.8;
}
.standing-table__mini-cell-form {
  width: 10px;
  height: 3px;
  margin-left: 3px;
  opacity: 0.8;
}
.standing-table__notes {
  font-size: 12px;
  line-height: 14px;
  color: #777;
}
.anwp-b-wrap .standing-table th, .anwp-b-wrap .standing-table td {
  vertical-align: middle;
}
.standing-table .team-logo__cover {
  margin: 3px;
}

.tournament__tabs-item {
  border: 1px solid #eee;
}
.tournament__match.list-group-item {
  padding: 5px;
}
.tournament__logo {
  max-height: 80px;
}
.tournament .anwp-tournament-stage-title + .anwp-block-header {
  margin-top: 1rem !important;
}

.sl-tournament-header__wrapper {
  margin-bottom: 1.5rem;
  padding: 0.5rem;
}
.sl-tournament-header__logo-wrapper {
  margin-left: 1rem;
}
.sl-tournament-header__logo {
  width: 80px;
  height: 80px;
}
.sl-tournament-header__title {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.2;
}
.sl-tournament-header__stage-title {
  background-color: #6c757d;
  font-size: 0.875em;
  color: #f8f9fa;
}

.sl-tournament-header__subtitle + .sl-tournament-header__date {
  margin-top: 10px;
}

.game-list {
  min-height: 40px;
}
.game-list__time, .game-list__date, .game-list__venue {
  font-size: 11px;
  line-height: 14px;
}
.game-list__scores-number {
  background-color: #343a40;
  color: #fff;
  min-width: 30px;
  font-size: 14px;
  line-height: 26px;
  box-sizing: border-box;
  font-family: monospace;
  white-space: nowrap;
  padding: 0 3px;
}
.game-list__scores-number:first-child {
  margin-right: 10px;
}
.game-list__scores-number:last-child {
  margin-left: 10px;
}
.game-list__scores-number--small {
  min-width: 20px;
  font-size: 12px;
  line-height: 20px;
}
.game-list__time-result {
  font-size: 12px;
  line-height: 14px;
  margin-top: 3px;
  display: block;
  color: #888;
}
@media (max-width: 575.98px) {
  .game-list__time-result {
    margin-top: 0;
    color: inherit;
  }
}
.game-list__time-result-wrapper {
  line-height: 1;
}
@media (max-width: 575.98px) {
  .game-list__time-result-wrapper {
    background-color: rgba(200, 200, 200, 0.1);
    padding: 3px !important;
    margin-top: 5px;
  }
}
.game-list__scores {
  min-width: 25px;
}
.game-list__tournament {
  background-color: rgba(128, 128, 128, 0.05);
  border: 1px dotted #eee;
  z-index: 2;
}
.game-list__tournament-title {
  font-size: 12px;
  line-height: 14px;
  padding: 0 !important;
  margin-bottom: 2px;
}
.game-list__kickoff {
  min-width: 100px;
  max-width: 100px;
  line-height: 16px;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .game-list__kickoff {
    background-color: rgba(200, 200, 200, 0.1);
    padding: 0.25rem !important;
    margin-bottom: 5px;
    min-width: initial;
    max-width: initial;
  }
}
.game-list--classic .game-list__kickoff, .game-list--modern .game-list__kickoff {
  max-width: none;
}
.game-list__venue {
  overflow: hidden;
  max-width: 95px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.game-list__venue .anwp-icon {
  margin-left: 2px;
  position: relative;
  top: -2px;
}
.game-list__team {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  margin: 0 5px;
}
.game-list.layout--modern .game-list__team {
  min-height: 18px;
}
@media (min-width: 576px) {
  .game-list--slim:hover .game-list__kickoff {
    background-color: transparent;
  }
}
.widget-title + .game-list.game-list--widget > .list-group:first-child > .anwp-block-header:first-child {
  margin-top: 0;
}

.game-list--modern .game-list__kickoff {
  display: flex;
  line-height: 12px;
}

.game-list--modern .game-list__venue {
  max-width: unset !important;
}

.list-group-item.game-list + .list-group-item.game-list, .list-group-item.game-list--classic + .list-group-item.game-list--classic {
  border-top-width: 1px;
  margin-top: -1px;
}

.game-card {
  width: 200px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 5px 0;
}
.game-card__header {
  font-size: 11px;
  line-height: 1.2;
}
.game-card__footer {
  font-size: 11px;
  line-height: 1.2;
  padding-top: 2px;
  padding-bottom: 2px;
}
.game-card__scores span {
  font-size: 24px;
  line-height: 1.2;
  color: #222222;
}
.game-card--a .team-logo__cover {
  width: 45px;
  min-width: 45px;
  height: 45px;
}
.game-card__team-title {
  font-size: 11px;
  line-height: 1.2;
}
.game-card--a .game-card__scores {
  margin-top: 10px;
}
.game-card__tournament {
  font-size: 14px;
  line-height: 18px;
  margin-top: 2px;
}
.game-card__venue {
  font-size: 12px;
  line-height: 14px;
}
.game-card__venue .anwp-icon {
  margin-top: -2px;
}

.game-widget {
  padding: 15px;
  min-width: 190px;
}
.game-widget__tournament {
  font-size: 14px;
  line-height: 18px;
  margin-top: 2px;
}
.game-widget__scores-number, .game-widget__scores-separator {
  font-size: 28px;
}
.game-widget__header {
  font-size: 11px;
  line-height: 1.2;
}
.game-widget__team-title {
  font-size: 12px;
  line-height: 1.2;
}
.game-widget__venue {
  font-size: 12px;
  line-height: 14px;
}
.game-widget__venue .anwp-icon {
  margin-top: -2px;
}

.game-card--a {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .game-card--a {
    transition: none;
  }
}

.team-header {
  padding: 20px;
}
.team-header__options {
  grid-template-columns: minmax(120px, auto) 1fr;
}
.team-header__option-title, .team-header__option-value {
  align-items: center;
  border-bottom-color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  padding: 4px 0 4px 10px;
}
.team-header__option-title {
  opacity: 0.8;
  font-size: 13px;
}

.roster .team-subteams__roster-item--hidden {
  display: none !important;
}

.team-subteams__item {
  background-color: rgba(164, 164, 164, 0.2);
}
.team-subteams__item--active {
  background-color: #fff;
}
.team-subteams__item--active:hover {
  background-color: #fff;
  text-decoration: none;
}

.team-roster-grid {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 15px;
}
.team-roster-grid__header {
  grid-column: 1/-1;
  margin-bottom: -5px;
  padding: 4px;
  text-transform: uppercase;
}
.team-roster-grid__block {
  border-width: 1px;
  border-style: solid;
}
.team-roster-grid__player-number {
  font-size: 52px;
  line-height: 1;
}
.team-roster-grid__player-content {
  padding: 0 24px;
  margin-bottom: 8px;
}
.team-roster-grid__photo-wrapper {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 24px;
}
.team-roster-grid__status-badge {
  padding: 2px 5px;
  left: 10px;
  right: 10px;
  top: -10px;
  border-radius: 5px;
}
.team-roster-grid__player-param-title {
  font-size: 14px;
}
.team-roster-grid__player-param-value {
  font-size: 16px;
}
.team-roster-grid__name {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.team-roster-grid__name + .team-roster-grid__player-param {
  margin-top: 15px;
}
.team-roster-grid__player-param {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: 2px;
  padding-bottom: 2px;
}
.team-roster-grid__player-param:last-child {
  border-bottom: none;
}

.team__link {
  text-decoration: none;
  box-shadow: none !important;
  border-bottom: 0 !important;
}
.team__player-card {
  margin-bottom: 30px;
}
.team__player-number {
  font-size: 60px;
  white-space: nowrap;
  color: #6c757d;
  min-height: 90px;
}
.team__player-photo {
  max-height: 70px;
  width: auto;
}
.team__kit-photo {
  max-height: 150px;
  width: auto;
}
.team__player-photo-empty {
  height: 70px;
  width: 70px;
}
.team__player-content {
  min-height: 155px;
  position: relative;
}
.team__player-status-badge {
  top: -9px;
  right: 20px;
  left: 20px;
  text-align: center;
}
.team__player-card-link {
  transition: all 0.3s;
}
.team__player-card-link:hover {
  border: 1px solid #adb5bd;
}
.team__roster--grid .team__player-param .options__flag {
  position: relative;
  z-index: 2;
}
.team__roster--table td {
  vertical-align: top;
}
.team__roster--table tr {
  border-bottom: 1px solid #eee;
}
.team__roster--table .team__player-number {
  font-size: 28px;
  min-height: 55px;
  line-height: 1;
  color: #fff;
}
.team__roster--table .team__player-name {
  font-size: 1rem;
  font-weight: 600;
}
.team__roster--table .team__player-status-badge {
  font-size: 10px;
  line-height: 11px;
  padding: 1px 5px;
  position: absolute;
  bottom: 3px;
  top: auto;
  right: 0;
  left: 0;
  text-align: center;
}
.team__roster--table .team__player-param-name {
  font-size: 10px;
  color: #bbb;
  text-transform: uppercase;
}
.team__roster--table .team__player-photo {
  max-height: 55px;
}
.team__roster--table .team__player-photo-wrapper {
  min-width: 80px;
  max-width: 80px;
  vertical-align: middle;
}
.team__roster--table .team__player-name-cell {
  width: 90%;
}
.team__roster--table .team__player-role {
  font-size: 85%;
  color: #555;
}
.team__roster--table .team__player-photo-empty {
  height: 80px;
  width: 80px;
}

.game-header__top {
  font-size: 12px;
  border-bottom: 1px solid #e0e0e0;
}
.game-header__top-separator {
  margin-right: 5px;
  margin-left: 5px;
}
.game-header__kickoff {
  font-size: 0.85rem;
}
.game-header__kickoff .anwp-icon {
  opacity: 0.6;
  margin-left: 1px;
}
.game-header__scores-number {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  min-width: 60px;
  text-align: center;
  font-family: monospace;
  border: 1px solid;
  padding: 5px;
  white-space: nowrap;
}
.game-header__finished-label span {
  background-color: #dee2e6;
  text-transform: uppercase;
  font-size: 0.75rem;
  word-spacing: 3px;
  border: 1px solid #ccc;
}
.game-header__period_scores {
  font-family: monospace;
  white-space: nowrap;
}
.game-header__footer {
  font-size: 0.75rem;
  border-top: 1px solid #e0e0e0;
}
.game-header__footer span.anwp-words-separator {
  opacity: 0.5;
  font-size: 0.5rem;
}
.game-header__footer span.anwp-words-separator:first-child {
  display: none;
}
.game-header__scores-number-wrapper {
  white-space: nowrap;
}
.game-header__team {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.game-header__team-wrapper {
  min-height: 70px;
}
.game-header__events {
  margin-top: 20px;
  font-size: 14px;
}
.game-header__event-separator {
  font-size: 12px;
}
.game-header__scores-vs {
  font-size: 24px;
}
@media (max-width: 576px) {
  .game-header__team-logo {
    width: 50px !important;
    height: 50px !important;
  }
  .game-header__scores-number {
    font-size: 26px;
    line-height: 26px;
  }
}

.team-logo {
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 3px;
  margin-left: 3px;
  transition: all 0.3s;
}
.team-logo:hover {
  border-color: #aaa;
}
.team-logo__text {
  padding: 5px 0;
  line-height: 1;
}
.team-logo__cover {
  background: center/contain no-repeat;
  display: inline-block;
}
.team-logo__cover--large {
  width: 40px;
  height: 40px;
}
.team-logo__cover--xlarge {
  width: 60px;
  height: 60px;
  min-width: 60px;
}
.team-logo__cover--xxlarge {
  width: 90px;
  height: 90px;
  min-width: 90px;
}
.team-logo__cover--small {
  width: 32px;
  height: 28px;
  min-width: 32px;
}
.team-logo__cover--mini {
  width: 24px;
  height: 20px;
  min-width: 24px;
}
.team-logo--grid {
  padding: 5px;
  margin: 0;
}

.teams--shortcode.teams__inner.layout--grid {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.anwp-team-logo--widget {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.team-form__item {
  font-size: 0.8rem;
  line-height: 20px;
  height: 20px;
  text-align: center;
  opacity: 0.9;
  font-weight: 700;
}
.standing-table__cell-form .team-form__item {
  font-size: 0.7rem;
  line-height: 16px;
  height: 16px;
  text-align: center;
  opacity: 0.9;
  font-weight: 700;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.standing-table__mini-cell-form .team-form__item {
  content: "";
  line-height: 3px;
  height: 3px;
  max-height: 3px;
  padding-left: 2px !important;
  padding-right: 2px !important;
  color: transparent !important;
}

.standing-table__mini-cell-form {
  bottom: 5px;
}

.team-players-stats .table-secondary, .team-players-stats .table-secondary > th, .team-players-stats .table-secondary > td {
  background-color: #fbfcfd;
}

.player_stats .table-secondary, .player_stats .table-secondary > th, .player_stats .table-secondary > td {
  background-color: #fbfcfd;
}

#anwp-sl-modal-stat-players__players:empty {
  display: none !important;
}

.game__player-stats .table-secondary, .game__player-stats .table-secondary > th, .game__player-stats .table-secondary > td {
  background-color: #fbfcfd;
}

.dataTables_empty {
  font-size: 0.8rem;
  opacity: 0.7;
  padding-top: 7px;
}

.anwp-stats-table {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
}

table.cell-border th {
  border-bottom: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  border-top: 1px solid #ced4da;
  font-size: 0.8em;
}

table.cell-border th:first-child {
  border-right: 1px solid #ced4da;
}

.anwp-b-wrap .dataTables_wrapper.no-footer .dataTables_scrollBody, table.cell-border.dataTable thead td, table.cell-border.dataTable thead th {
  border-bottom: 1px solid #ced4da;
}

.anwp-b-wrap table.dataTable tfoot th, table.dataTable tfoot td {
  border-top: 1px solid #ced4da;
}

.dtfc-right-bottom-blocker, .dtfc-right-top-blocker {
  visibility: hidden;
}

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

.player-birthday-card__photo {
  max-height: 90px;
  width: auto;
  margin: 5px;
}
.player-birthday-card__name {
  font-size: 16px;
}
.player-birthday-card__position, .player-birthday-card__team-wrapper, .player-birthday-card__date-wrapper {
  color: #555555;
  font-size: 12px;
}
.player-birthday-card__age {
  font-size: 28px;
  line-height: 28px;
}
.player-birthday-card__date-subtitle:nth-child(n+2) {
  margin-top: 10px;
}

.anwp-video-grid__item-info {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.2rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.1rem;
}

.anwp-sl-yt-video {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.anwp-sl-yt-video:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(35, 35, 35, 0.35);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQ3Ljg3NzkgMjQuOTg2OEM0Ny44OTUxIDI4LjAwNDUgNDcuMzE0MSAzMC45OTU3IDQ2LjE2OCAzMy43ODg2QzQ1LjAyMiAzNi41ODE1IDQzLjMzMzYgMzkuMTIwOCA0MS4yIDQxLjI2MDdDMzkuMDY2NCA0My40MDA2IDM2LjUyOTcgNDUuMDk4OCAzMy43MzU3IDQ2LjI1NzZDMzAuOTQxNyA0Ny40MTYzIDI3Ljk0NTUgNDguMDEyOSAyNC45MTk1IDQ4LjAxMjlDMjEuODkzNSA0OC4wMTI5IDE4Ljg5NzQgNDcuNDE2MyAxNi4xMDM0IDQ2LjI1NzZDMTMuMzA5NCA0NS4wOTg4IDEwLjc3MjYgNDMuNDAwNiA4LjYzOTAxIDQxLjI2MDdDNi41MDU0MiAzOS4xMjA4IDQuODE3MDcgMzYuNTgxNSAzLjY3MTA0IDMzLjc4ODZDMi41MjUwMSAzMC45OTU3IDEuOTQzOTIgMjguMDA0NSAxLjk2MTE5IDI0Ljk4NjhDMS45NDM5MiAyMS45NjkyIDIuNTI1MDEgMTguOTc4IDMuNjcxMDQgMTYuMTg1MUM0LjgxNzA3IDEzLjM5MjIgNi41MDU0MiAxMC44NTI5IDguNjM5MDEgOC43MTI5N0MxMC43NzI2IDYuNTczMDggMTMuMzA5NCA0Ljg3NDkyIDE2LjEwMzQgMy43MTYxM0MxOC44OTc0IDIuNTU3MzUgMjEuODkzNSAxLjk2MDc4IDI0LjkxOTUgMS45NjA3OEMyNy45NDU1IDEuOTYwNzggMzAuOTQxNyAyLjU1NzM1IDMzLjczNTcgMy43MTYxM0MzNi41Mjk3IDQuODc0OTIgMzkuMDY2NCA2LjU3MzA4IDQxLjIgOC43MTI5N0M0My4zMzM2IDEwLjg1MjkgNDUuMDIyIDEzLjM5MjIgNDYuMTY4IDE2LjE4NTFDNDcuMzE0MSAxOC45NzggNDcuODk1MSAyMS45NjkyIDQ3Ljg3NzkgMjQuOTg2OFYyNC45ODY4WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyLjg3NDA0Ii8+CjxwYXRoIGQ9Ik0xOC4wOTg4IDE1LjY0MjdWMzQuOTM0N0wzNy4wMTk2IDI1LjI3MzdMMTguMDk4OCAxNS42NDI3IiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}
.anwp-sl-yt-video:after:hover {
  background-color: rgba(35, 35, 35, 0);
}

@media screen and (max-height: 900px) {
  .modaal-video-container {
    max-height: 507px;
  }
}
.anwp-sl-videos-yt-modal {
  z-index: 1000005 !important;
}