@charset "UTF-8";
.anwp-aspect-auto{
  aspect-ratio:auto;
}

.anwp-aspect-square{
  aspect-ratio:1/1;
}

.anwp-aspect-video{
  aspect-ratio:16/9;
}

.anwp-aspect-4-3{
  aspect-ratio:4/3;
}

.anwp-aspect-3-2{
  aspect-ratio:3/2;
}
.anwp-border{
  border-width:1px;
  border-style:solid;
}

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

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

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

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

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

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

.anwp-border-right-0{
  border-right:0;
}

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

.anwp-border-left-0{
  border-left:0;
}

.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;
}
:root{
  --anwp-color-black:#000;
  --anwp-color-white:#fff;
}

.anwp-text-current{
  color:currentColor !important;
}

.anwp-text-transparent{
  color:transparent !important;
}

.anwp-text-black{
  color:var(--anwp-color-black) !important;
}

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

.anwp-bg-current{
  background-color:currentColor !important;
}

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

.anwp-bg-black{
  background-color:var(--anwp-color-black) !important;
}

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

.anwp-border-current{
  border-color:currentColor !important;
}

.anwp-border-transparent{
  border-color:transparent !important;
}

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

.anwp-border-white{
  border-color:var(--anwp-color-white) !important;
}
.anwp-bg-gray-50{
  background-color:#f9fafb !important;
}

.anwp-text-gray-50{
  color:#f9fafb !important;
}

.anwp-border-gray-50{
  border-color:#f9fafb !important;
}

.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-50{
  background-color:#fef2f2 !important;
}

.anwp-text-red-50{
  color:#fef2f2 !important;
}

.anwp-border-red-50{
  border-color:#fef2f2 !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-50{
  background-color:#fffcf8 !important;
}

.anwp-text-orange-50{
  color:#fffcf8 !important;
}

.anwp-border-orange-50{
  border-color:#fffcf8 !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-yellow-50{
  background-color:#fefce8 !important;
}

.anwp-text-yellow-50{
  color:#fefce8 !important;
}

.anwp-border-yellow-50{
  border-color:#fefce8 !important;
}

.anwp-bg-yellow-100{
  background-color:#fffff0 !important;
}

.anwp-text-yellow-100{
  color:#fffff0 !important;
}

.anwp-border-yellow-100{
  border-color:#fffff0 !important;
}

.anwp-bg-yellow-200{
  background-color:#fefcbf !important;
}

.anwp-text-yellow-200{
  color:#fefcbf !important;
}

.anwp-border-yellow-200{
  border-color:#fefcbf !important;
}

.anwp-bg-yellow-300{
  background-color:#faf089 !important;
}

.anwp-text-yellow-300{
  color:#faf089 !important;
}

.anwp-border-yellow-300{
  border-color:#faf089 !important;
}

.anwp-bg-yellow-400{
  background-color:#f6e05e !important;
}

.anwp-text-yellow-400{
  color:#f6e05e !important;
}

.anwp-border-yellow-400{
  border-color:#f6e05e !important;
}

.anwp-bg-yellow-500{
  background-color:#ecc94b !important;
}

.anwp-text-yellow-500{
  color:#ecc94b !important;
}

.anwp-border-yellow-500{
  border-color:#ecc94b !important;
}

.anwp-bg-yellow-600{
  background-color:#d69e2e !important;
}

.anwp-text-yellow-600{
  color:#d69e2e !important;
}

.anwp-border-yellow-600{
  border-color:#d69e2e !important;
}

.anwp-bg-yellow-700{
  background-color:#b7791f !important;
}

.anwp-text-yellow-700{
  color:#b7791f !important;
}

.anwp-border-yellow-700{
  border-color:#b7791f !important;
}

.anwp-bg-yellow-800{
  background-color:#975a16 !important;
}

.anwp-text-yellow-800{
  color:#975a16 !important;
}

.anwp-border-yellow-800{
  border-color:#975a16 !important;
}

.anwp-bg-yellow-900{
  background-color:#744210 !important;
}

.anwp-text-yellow-900{
  color:#744210 !important;
}

.anwp-border-yellow-900{
  border-color:#744210 !important;
}

.anwp-bg-green-50{
  background-color:#fafffc !important;
}

.anwp-text-green-50{
  color:#fafffc !important;
}

.anwp-border-green-50{
  border-color:#fafffc !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-50{
  background-color:#f0fdfa !important;
}

.anwp-text-teal-50{
  color:#f0fdfa !important;
}

.anwp-border-teal-50{
  border-color:#f0fdfa !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-50{
  background-color:#eff6ff !important;
}

.anwp-text-blue-50{
  color:#eff6ff !important;
}

.anwp-border-blue-50{
  border-color:#eff6ff !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-bg-purple-50{
  background-color:#faf5ff !important;
}

.anwp-text-purple-50{
  color:#faf5ff !important;
}

.anwp-border-purple-50{
  border-color:#faf5ff !important;
}

.anwp-bg-purple-100{
  background-color:#f3e8ff !important;
}

.anwp-text-purple-100{
  color:#f3e8ff !important;
}

.anwp-border-purple-100{
  border-color:#f3e8ff !important;
}

.anwp-bg-purple-200{
  background-color:#e9d8fd !important;
}

.anwp-text-purple-200{
  color:#e9d8fd !important;
}

.anwp-border-purple-200{
  border-color:#e9d8fd !important;
}

.anwp-bg-purple-300{
  background-color:#d6bcfa !important;
}

.anwp-text-purple-300{
  color:#d6bcfa !important;
}

.anwp-border-purple-300{
  border-color:#d6bcfa !important;
}

.anwp-bg-purple-400{
  background-color:#b794f4 !important;
}

.anwp-text-purple-400{
  color:#b794f4 !important;
}

.anwp-border-purple-400{
  border-color:#b794f4 !important;
}

.anwp-bg-purple-500{
  background-color:#9f7aea !important;
}

.anwp-text-purple-500{
  color:#9f7aea !important;
}

.anwp-border-purple-500{
  border-color:#9f7aea !important;
}

.anwp-bg-purple-600{
  background-color:#805ad5 !important;
}

.anwp-text-purple-600{
  color:#805ad5 !important;
}

.anwp-border-purple-600{
  border-color:#805ad5 !important;
}

.anwp-bg-purple-700{
  background-color:#6b46c1 !important;
}

.anwp-text-purple-700{
  color:#6b46c1 !important;
}

.anwp-border-purple-700{
  border-color:#6b46c1 !important;
}

.anwp-bg-purple-800{
  background-color:#553c9a !important;
}

.anwp-text-purple-800{
  color:#553c9a !important;
}

.anwp-border-purple-800{
  border-color:#553c9a !important;
}

.anwp-bg-purple-900{
  background-color:#44337a !important;
}

.anwp-text-purple-900{
  color:#44337a !important;
}

.anwp-border-purple-900{
  border-color:#44337a !important;
}
.anwp-position-cover, .anwp-link-cover{
  position:absolute;
  inset: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-dashicons-16{
  font-size:16px !important;
  width:16px !important;
  height:16px !important;
}

.anwp-dashicons-18{
  font-size:18px !important;
  width:18px !important;
  height:18px !important;
}

.anwp-dashicons-20{
  font-size:20px !important;
  width:20px !important;
  height:20px !important;
}

.anwp-dashicons-24{
  font-size:24px !important;
  width:24px !important;
  height:24px !important;
}

.anwp-dashicons-32{
  font-size:32px !important;
  width:32px !important;
  height:32px !important;
}

.anwp-dashicons-48{
  font-size:48px !important;
  width:48px !important;
  height:48px !important;
}
.anwp-d-block{
  display:block !important;
}

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

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

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

.anwp-hidden{
  visibility:hidden !important;
}

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

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

.anwp-d-grid{
  display:grid !important;
}

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

.anwp-sr-only{
  clip:rect(0 0 0 0) !important;
  clip-path:inset(50%) !important;
  height:1px !important;
  overflow:hidden !important;
  position:absolute !important;
  white-space:nowrap !important;
  width:1px !important;
}
.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-grow{
  flex-grow:1;
}

.anwp-grow-0{
  flex-grow:0;
}

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

.anwp-shrink-0{
  flex-shrink:0;
}

.anwp-flex-row{
  flex-direction:row;
}

.anwp-flex-row-reverse{
  flex-direction:row-reverse;
}

.anwp-flex-col{
  flex-direction:column;
}

.anwp-flex-col-reverse{
  flex-direction:column-reverse;
}

@media (min-width: 576px){
  .anwp-flex-sm-row{
    flex-direction:row;
  }
  .anwp-flex-sm-row-reverse{
    flex-direction:row-reverse;
  }
  .anwp-flex-sm-col{
    flex-direction:column;
  }
  .anwp-flex-sm-col-reverse{
    flex-direction:column-reverse;
  }
}
@media (min-width: 768px){
  .anwp-flex-md-row{
    flex-direction:row;
  }
  .anwp-flex-md-row-reverse{
    flex-direction:row-reverse;
  }
  .anwp-flex-md-col{
    flex-direction:column;
  }
  .anwp-flex-md-col-reverse{
    flex-direction:column-reverse;
  }
}
@media (min-width: 992px){
  .anwp-flex-lg-row{
    flex-direction:row;
  }
  .anwp-flex-lg-row-reverse{
    flex-direction:row-reverse;
  }
  .anwp-flex-lg-col{
    flex-direction:column;
  }
  .anwp-flex-lg-col-reverse{
    flex-direction:column-reverse;
  }
}
@media (min-width: 1200px){
  .anwp-flex-xl-row{
    flex-direction:row;
  }
  .anwp-flex-xl-row-reverse{
    flex-direction:row-reverse;
  }
  .anwp-flex-xl-col{
    flex-direction:column;
  }
  .anwp-flex-xl-col-reverse{
    flex-direction:column-reverse;
  }
}
.anwp-flex-wrap{
  flex-wrap:wrap;
}

.anwp-flex-wrap-reverse{
  flex-wrap:wrap-reverse;
}

.anwp-flex-nowrap{
  flex-wrap:nowrap;
}

.anwp-justify-start{
  justify-content:flex-start;
}

.anwp-justify-end{
  justify-content:flex-end;
}

.anwp-justify-center{
  justify-content:center;
}

.anwp-justify-between{
  justify-content:space-between;
}

.anwp-justify-around{
  justify-content:space-around;
}

.anwp-justify-evenly{
  justify-content:space-evenly;
}

.anwp-items-start{
  align-items:flex-start;
}

.anwp-items-end{
  align-items:flex-end;
}

.anwp-items-center{
  align-items:center;
}

.anwp-items-baseline{
  align-items:baseline;
}

.anwp-items-stretch{
  align-items:stretch;
}

.anwp-content-start{
  align-content:flex-start;
}

.anwp-content-end{
  align-content:flex-end;
}

.anwp-content-center{
  align-content:center;
}

.anwp-content-between{
  align-content:space-between;
}

.anwp-content-around{
  align-content:space-around;
}

.anwp-content-stretch{
  align-content:stretch;
}

.anwp-self-auto{
  align-self:auto;
}

.anwp-self-start{
  align-self:flex-start;
}

.anwp-self-end{
  align-self:flex-end;
}

.anwp-self-center{
  align-self:center;
}

.anwp-self-stretch{
  align-self:stretch;
}

.anwp-self-baseline{
  align-self:baseline;
}

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

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

.anwp-order-none{
  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-place-center{
  place-items:center;
}

.anwp-place-self-center{
  place-self:center;
}
.anwp-gap-0{
  gap:0;
}

.anwp-gap-1{
  gap:5px;
}

.anwp-gap-2{
  gap:10px;
}

.anwp-gap-3{
  gap:15px;
}

.anwp-gap-4{
  gap:20px;
}

.anwp-gap-5{
  gap:25px;
}

.anwp-gap-y-0{
  row-gap:0;
}

.anwp-gap-y-1{
  row-gap:5px;
}

.anwp-gap-y-2{
  row-gap:10px;
}

.anwp-gap-y-3{
  row-gap:15px;
}

.anwp-gap-y-4{
  row-gap:20px;
}

.anwp-gap-y-5{
  row-gap:25px;
}

.anwp-gap-x-0{
  column-gap:0;
}

.anwp-gap-x-1{
  column-gap:5px;
}

.anwp-gap-x-2{
  column-gap:10px;
}

.anwp-gap-x-3{
  column-gap:15px;
}

.anwp-gap-x-4{
  column-gap:20px;
}

.anwp-gap-x-5{
  column-gap:25px;
}

.anwp-grid-auto-fill{
  --grid-min-width:200px;
  grid-template-columns:repeat(auto-fill, minmax(min(var(--grid-min-width), 100%), 1fr));
}

.anwp-grid-auto-fit{
  --grid-min-width:200px;
  grid-template-columns:repeat(auto-fit, minmax(min(var(--grid-min-width), 100%), 1fr));
}

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

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

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

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

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

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

.anwp-grid-dense{
  grid-auto-flow:dense;
}

.anwp-grid-cols-1{
  grid-template-columns:repeat(1, minmax(0, 1fr));
}

.anwp-grid-cols-2{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

.anwp-grid-cols-3{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.anwp-grid-cols-4{
  grid-template-columns:repeat(4, minmax(0, 1fr));
}

.anwp-grid-cols-6{
  grid-template-columns:repeat(6, minmax(0, 1fr));
}

@media (min-width: 576px){
  .anwp-grid-cols-sm-1{
    grid-template-columns:repeat(1, minmax(0, 1fr));
  }
  .anwp-grid-cols-sm-2{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
  .anwp-grid-cols-sm-3{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
  .anwp-grid-cols-sm-4{
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }
  .anwp-grid-cols-sm-6{
    grid-template-columns:repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .anwp-grid-cols-md-1{
    grid-template-columns:repeat(1, minmax(0, 1fr));
  }
  .anwp-grid-cols-md-2{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
  .anwp-grid-cols-md-3{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
  .anwp-grid-cols-md-4{
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }
  .anwp-grid-cols-md-6{
    grid-template-columns:repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 992px){
  .anwp-grid-cols-lg-1{
    grid-template-columns:repeat(1, minmax(0, 1fr));
  }
  .anwp-grid-cols-lg-2{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
  .anwp-grid-cols-lg-3{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
  .anwp-grid-cols-lg-4{
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }
  .anwp-grid-cols-lg-6{
    grid-template-columns:repeat(6, minmax(0, 1fr));
  }
}
.anwp-col-span-2{
  grid-column:span 2;
}

.anwp-col-span-3{
  grid-column:span 3;
}

.anwp-col-span-4{
  grid-column:span 4;
}

.anwp-col-span-6{
  grid-column:span 6;
}

.anwp-col-span-full{
  grid-column:1/-1;
}

.anwp-row-span-2{
  grid-row:span 2;
}

.anwp-row-span-3{
  grid-row:span 3;
}

.anwp-row-span-full{
  grid-row:1/-1;
}
.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;
          user-select:all;
}

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

.anwp-user-select-none{
  -webkit-user-select:none;
          user-select:none;
}
.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;
}
.anwp-static{
  position:static;
}

.anwp-relative{
  position:relative;
}

.anwp-absolute{
  position:absolute;
}

.anwp-fixed{
  position:fixed;
}

.anwp-sticky{
  position:sticky;
}

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

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

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

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

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

.anwp-inset-y-0{
  top:0;
  bottom:0;
}

.anwp-inset-x-0{
  left:0;
  right:0;
}
.anwp-rounded-none{
  border-radius:0;
}

.anwp-rounded-sm{
  border-radius:2px;
}

.anwp-rounded{
  border-radius:4px;
}

.anwp-rounded-md{
  border-radius:6px;
}

.anwp-rounded-lg{
  border-radius:8px;
}
.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-w-max-900{
  max-width:900px;
}

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

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

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

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

.anwp-w-full{
  width:100%;
}

.anwp-h-full{
  height:100%;
}

.anwp-w-1-4{
  width:25%;
}

.anwp-w-1-3{
  width:33.333333%;
}

.anwp-w-1-2{
  width:50%;
}

.anwp-w-2-3{
  width:66.666667%;
}

.anwp-w-3-4{
  width:75%;
}

.anwp-w-auto{
  width:auto;
}

.anwp-h-auto{
  height:auto;
}

@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-m-0{
  margin:0 !important;
}

.anwp-m-1{
  margin:5px !important;
}

.anwp-m-2{
  margin:10px !important;
}

.anwp-m-3{
  margin:15px !important;
}

.anwp-m-4{
  margin:20px !important;
}

.anwp-m-5{
  margin:25px !important;
}

.anwp-m-6{
  margin:30px !important;
}

.anwp-m-7{
  margin:35px !important;
}

.anwp-m-8{
  margin:40px !important;
}

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

.anwp-mt-1{
  margin-top:5px !important;
}

.anwp-mt-2{
  margin-top:10px !important;
}

.anwp-mt-3{
  margin-top:15px !important;
}

.anwp-mt-4{
  margin-top:20px !important;
}

.anwp-mt-5{
  margin-top:25px !important;
}

.anwp-mt-6{
  margin-top:30px !important;
}

.anwp-mt-7{
  margin-top:35px !important;
}

.anwp-mt-8{
  margin-top:40px !important;
}

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

.anwp-mr-1{
  margin-right:5px !important;
}

.anwp-mr-2{
  margin-right:10px !important;
}

.anwp-mr-3{
  margin-right:15px !important;
}

.anwp-mr-4{
  margin-right:20px !important;
}

.anwp-mr-5{
  margin-right:25px !important;
}

.anwp-mr-6{
  margin-right:30px !important;
}

.anwp-mr-7{
  margin-right:35px !important;
}

.anwp-mr-8{
  margin-right:40px !important;
}

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

.anwp-mb-1{
  margin-bottom:5px !important;
}

.anwp-mb-2{
  margin-bottom:10px !important;
}

.anwp-mb-3{
  margin-bottom:15px !important;
}

.anwp-mb-4{
  margin-bottom:20px !important;
}

.anwp-mb-5{
  margin-bottom:25px !important;
}

.anwp-mb-6{
  margin-bottom:30px !important;
}

.anwp-mb-7{
  margin-bottom:35px !important;
}

.anwp-mb-8{
  margin-bottom:40px !important;
}

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

.anwp-ml-1{
  margin-left:5px !important;
}

.anwp-ml-2{
  margin-left:10px !important;
}

.anwp-ml-3{
  margin-left:15px !important;
}

.anwp-ml-4{
  margin-left:20px !important;
}

.anwp-ml-5{
  margin-left:25px !important;
}

.anwp-ml-6{
  margin-left:30px !important;
}

.anwp-ml-7{
  margin-left:35px !important;
}

.anwp-ml-8{
  margin-left:40px !important;
}

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

.anwp-mx-1{
  margin-left:5px !important;
  margin-right:5px !important;
}

.anwp-mx-2{
  margin-left:10px !important;
  margin-right:10px !important;
}

.anwp-mx-3{
  margin-left:15px !important;
  margin-right:15px !important;
}

.anwp-mx-4{
  margin-left:20px !important;
  margin-right:20px !important;
}

.anwp-mx-5{
  margin-left:25px !important;
  margin-right:25px !important;
}

.anwp-mx-6{
  margin-left:30px !important;
  margin-right:30px !important;
}

.anwp-mx-7{
  margin-left:35px !important;
  margin-right:35px !important;
}

.anwp-mx-8{
  margin-left:40px !important;
  margin-right:40px !important;
}

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

.anwp-my-1{
  margin-top:5px !important;
  margin-bottom:5px !important;
}

.anwp-my-2{
  margin-top:10px !important;
  margin-bottom:10px !important;
}

.anwp-my-3{
  margin-top:15px !important;
  margin-bottom:15px !important;
}

.anwp-my-4{
  margin-top:20px !important;
  margin-bottom:20px !important;
}

.anwp-my-5{
  margin-top:25px !important;
  margin-bottom:25px !important;
}

.anwp-my-6{
  margin-top:30px !important;
  margin-bottom:30px !important;
}

.anwp-my-7{
  margin-top:35px !important;
  margin-bottom:35px !important;
}

.anwp-my-8{
  margin-top:40px !important;
  margin-bottom:40px !important;
}

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

.anwp-mt-auto{
  margin-top:auto !important;
}

.anwp-mr-auto{
  margin-right:auto !important;
}

.anwp-mb-auto{
  margin-bottom:auto !important;
}

.anwp-ml-auto{
  margin-left:auto !important;
}

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

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

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

.anwp-p-1{
  padding:5px !important;
}

.anwp-p-2{
  padding:10px !important;
}

.anwp-p-3{
  padding:15px !important;
}

.anwp-p-4{
  padding:20px !important;
}

.anwp-p-5{
  padding:25px !important;
}

.anwp-p-6{
  padding:30px !important;
}

.anwp-p-7{
  padding:35px !important;
}

.anwp-p-8{
  padding:40px !important;
}

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

.anwp-pt-1{
  padding-top:5px !important;
}

.anwp-pt-2{
  padding-top:10px !important;
}

.anwp-pt-3{
  padding-top:15px !important;
}

.anwp-pt-4{
  padding-top:20px !important;
}

.anwp-pt-5{
  padding-top:25px !important;
}

.anwp-pt-6{
  padding-top:30px !important;
}

.anwp-pt-7{
  padding-top:35px !important;
}

.anwp-pt-8{
  padding-top:40px !important;
}

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

.anwp-pr-1{
  padding-right:5px !important;
}

.anwp-pr-2{
  padding-right:10px !important;
}

.anwp-pr-3{
  padding-right:15px !important;
}

.anwp-pr-4{
  padding-right:20px !important;
}

.anwp-pr-5{
  padding-right:25px !important;
}

.anwp-pr-6{
  padding-right:30px !important;
}

.anwp-pr-7{
  padding-right:35px !important;
}

.anwp-pr-8{
  padding-right:40px !important;
}

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

.anwp-pb-1{
  padding-bottom:5px !important;
}

.anwp-pb-2{
  padding-bottom:10px !important;
}

.anwp-pb-3{
  padding-bottom:15px !important;
}

.anwp-pb-4{
  padding-bottom:20px !important;
}

.anwp-pb-5{
  padding-bottom:25px !important;
}

.anwp-pb-6{
  padding-bottom:30px !important;
}

.anwp-pb-7{
  padding-bottom:35px !important;
}

.anwp-pb-8{
  padding-bottom:40px !important;
}

.anwp-pl-0{
  padding-left:0 !important;
}

.anwp-pl-1{
  padding-left:5px !important;
}

.anwp-pl-2{
  padding-left:10px !important;
}

.anwp-pl-3{
  padding-left:15px !important;
}

.anwp-pl-4{
  padding-left:20px !important;
}

.anwp-pl-5{
  padding-left:25px !important;
}

.anwp-pl-6{
  padding-left:30px !important;
}

.anwp-pl-7{
  padding-left:35px !important;
}

.anwp-pl-8{
  padding-left:40px !important;
}

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

.anwp-px-1{
  padding-left:5px !important;
  padding-right:5px !important;
}

.anwp-px-2{
  padding-left:10px !important;
  padding-right:10px !important;
}

.anwp-px-3{
  padding-left:15px !important;
  padding-right:15px !important;
}

.anwp-px-4{
  padding-left:20px !important;
  padding-right:20px !important;
}

.anwp-px-5{
  padding-left:25px !important;
  padding-right:25px !important;
}

.anwp-px-6{
  padding-left:30px !important;
  padding-right:30px !important;
}

.anwp-px-7{
  padding-left:35px !important;
  padding-right:35px !important;
}

.anwp-px-8{
  padding-left:40px !important;
  padding-right:40px !important;
}

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

.anwp-py-1{
  padding-top:5px !important;
  padding-bottom:5px !important;
}

.anwp-py-2{
  padding-top:10px !important;
  padding-bottom:10px !important;
}

.anwp-py-3{
  padding-top:15px !important;
  padding-bottom:15px !important;
}

.anwp-py-4{
  padding-top:20px !important;
  padding-bottom:20px !important;
}

.anwp-py-5{
  padding-top:25px !important;
  padding-bottom:25px !important;
}

.anwp-py-6{
  padding-top:30px !important;
  padding-bottom:30px !important;
}

.anwp-py-7{
  padding-top:35px !important;
  padding-bottom:35px !important;
}

.anwp-py-8{
  padding-top:40px !important;
  padding-bottom:40px !important;
}
.anwp-fill-current{
  fill:currentColor;
}

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

.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-font-italic{
  font-style:italic;
}

.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-line-clamp-2{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.anwp-line-clamp-3{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

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

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

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

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

.anwp-text-left{
  text-align:left;
}

.anwp-text-right{
  text-align:right;
}

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

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

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

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

.anwp-text-xxs{
  font-size:10px;
  line-height:13px;
}

.anwp-text-xs{
  font-size:12px;
  line-height:16px;
}

.anwp-text-sm{
  font-size:14px;
  line-height:20px;
}

.anwp-text-base{
  font-size:16px;
  line-height:24px;
}

.anwp-text-lg{
  font-size:18px;
  line-height:28px;
}

.anwp-text-xl{
  font-size:20px;
  line-height:28px;
}

.anwp-text-2xl{
  font-size:24px;
  line-height:32px;
}

.anwp-text-3xl{
  font-size:30px;
  line-height:36px;
}

.anwp-text-4xl{
  font-size:36px;
  line-height:40px;
}

.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-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;
}
.anwp-z-0{
  z-index:0;
}

.anwp-z-10{
  z-index:10;
}

.anwp-z-20{
  z-index:20;
}

.anwp-z-30{
  z-index:30;
}

.anwp-z-40{
  z-index:40;
}

.anwp-z-50{
  z-index:50;
}

.anwp-z-auto{
  z-index:auto;
}

.anwp-admin-table-scores{
  background-color:#777;
  padding:8px;
  color:#fff;
  display:inline-block;
  line-height:1.1;
  font-weight:600;
  margin-right:10px;
  min-width:15px;
  text-align:center;
  font-size:15px;
}

.anwp-sl-td-vertical{
  writing-mode:vertical-rl;
  min-width:40px;
  padding:10px !important;
  text-align:left !important;
  transform:rotate(180deg);
  vertical-align:middle !important;
}

.anwp-admin-table-team{
  font-size:15px;
  font-weight:600;
}

.anwp-admin-table-outcome{
  font-size:11px;
  font-family:monospace;
  line-height:13px;
}

.anwp-sl-stats-table{
  width:auto !important;
}
.anwp-sl-stats-table td{
  padding:0 !important;
  width:70px;
  text-align:center;
}
.anwp-sl-stats-table th{
  padding:7px !important;
  text-align:center;
  font-size:12px;
  line-height:1.1;
}
.anwp-sl-stats-table input{
  width:70px;
  border-style:dotted;
}
.anwp-sl-stats-table input[type=checkbox]{
  width:auto;
  margin-top:3px;
}

.anwp-sl-game-edit--player-stats td:first-child{
  position:sticky !important;
  left:0;
  background-color:#f9f9f9;
  padding-right:5px !important;
  vertical-align:middle;
  border:1px solid #dee2e6 !important;
  z-index:3;
}
.anwp-sl-game-edit--player-stats th:first-child{
  position:sticky !important;
  left:0;
  background-color:#f7fafc;
  vertical-align:middle;
}

#anwp-sl-batch-import-tool .tabulator .tabulator-tableholder{
  overflow:visible;
}
#anwp-sl-batch-import-tool{
  max-height:80vh;
}

.anwp-sl-parent-of-dependent--hidden{
  display:none !important;
}

.anwp-sl-admin-metabox{
  background-color:#fff;
  border:1px solid #a6ca98;
  box-shadow:0 1px 1px rgba(0, 0, 0, 0.04);
  margin-bottom:30px;
}
.anwp-sl-admin-metabox__header{
  font-size:14px;
  line-height:1.2;
  min-height:36px;
  background-color:#f8fbf3;
  border-bottom:1px solid #a6ca98;
}
.anwp-sl-admin-metabox .anwp-sl-admin-metabox__header .anwp-icon{
  fill:#2c6116;
}
.anwp-sl-admin-metabox__header-text{
  color:#2c6116;
}
.anwp-sl-admin-metabox__content{
  padding:15px 12px;
}
.anwp-sl-admin-metabox__content--accent{
  background-color:#f1f8e9;
}
.anwp-sl-admin-metabox__footer{
  border-top:1px solid rgba(134, 142, 150, 0.1);
  padding:10px;
  clear:both;
  background:#f5f5f5;
}
.anwp-sl-admin-metabox__hero{
  border:2px solid #cccccc;
  background:#f1f1f1;
}
.anwp-sl-admin-metabox__th label{
  font-weight:600;
  margin-bottom:3px;
  display:inline-block;
}
@media (min-width: 768px){
  .anwp-sl-admin-metabox__th{
    width:200px;
    max-width:200px;
  }
}
.anwp-sl-admin-metabox__row{
  padding:15px 0;
}
.anwp-sl-admin-metabox__text-medium{
  min-width:200px;
}

.anwp-bg-secondary{
  background-color:#607D8B;
}

.anwp-admin-modal__header{
  border-bottom:1px solid #eee;
  color:#23282d;
  font-size:14px;
  line-height:1.2;
  padding:15px;
}
.anwp-admin-modal__content{
  padding:10px 15px;
  max-height:calc(100vh - 150px);
  overflow-y:auto;
  background-color:#fff;
}
.anwp-admin-modal__footer{
  border-top:1px solid rgba(134, 142, 150, 0.1);
  padding:15px;
  clear:both;
  background:#f5f5f5;
}

.anwp-b-wrap .anwp-icon{
  display:inline-block;
  width:16px;
  height:16px;
  stroke-width:0;
  stroke:none;
  fill:#595959;
}
.anwp-b-wrap .anwp-icon--trans{
  fill:transparent;
}
.anwp-b-wrap .anwp-icon--feather{
  stroke:currentColor !important;
  fill:none;
  stroke-width:2px;
}
.anwp-b-wrap .anwp-icon.anwp-sl-icon--shirt{
  width:45px;
  height:40px;
  stroke-width:1px;
  stroke:#c3c3c3;
}
.anwp-b-wrap .anwp-icon--s36{
  width:36px;
  height:36px;
}
.anwp-b-wrap .anwp-icon--s24{
  width:24px;
  height:24px;
}
.anwp-b-wrap .anwp-icon--s18{
  width:18px;
  height:18px;
}
.anwp-b-wrap .anwp-icon--s14{
  width:14px;
  height:14px;
}
.anwp-b-wrap .anwp-icon--s12{
  width:12px;
  height:12px;
}
.anwp-b-wrap .anwp-icon--s8{
  width:8px;
  height:8px;
}
.anwp-b-wrap .anwp-icon--primary{
  fill:#0085ba;
}
.anwp-b-wrap .anwp-icon--danger{
  fill:#dc3545;
}
.anwp-b-wrap .anwp-icon--success{
  fill:#439328;
}
.anwp-b-wrap .anwp-icon--warning{
  fill:#FBC02D;
}
.anwp-b-wrap .anwp-icon.text-secondary{
  fill:#6c757d;
  opacity:0.5;
}
.anwp-b-wrap .anwp-icon.text-white{
  fill:#fff;
}
.anwp-b-wrap .anwp-icon.sl-label-icon{
  position:relative;
  width:14px;
  height:14px;
  top:2px;
}
.anwp-b-wrap .btn.btn-sm .anwp-icon{
  position:relative;
  top:3px;
}
.anwp-b-wrap .btn:hover .anwp-icon--hover-white,
.anwp-b-wrap .btn:hover .anwp-icon--danger,
.anwp-b-wrap .btn:hover .anwp-icon--success{
  fill:#fff;
}

.anwp-b-wrap .anwp-sl-input-sm, .anwp-b-wrap .anwp-sl-input-md, .anwp-b-wrap .anwp-sl-input-lg, .anwp-b-wrap .anwp-sl-input-xl{
  max-width:100%;
}
.anwp-b-wrap .anwp-sl-input-sm{
  width:100px;
}
.anwp-b-wrap .anwp-sl-input-md{
  width:200px;
}
.anwp-b-wrap .anwp-sl-input-lg{
  width:300px;
}
.anwp-b-wrap .anwp-sl-input-xl{
  width:400px;
}

.anwp-b-wrap .anwp-sl-button-sm{
  line-height:1.4 !important;
  min-height:24px !important;
}

.anwp-b-wrap .anwp-sl-button-info{
  color:#fff;
  background-color:#17a2b8;
  border-color:#17a2b8;
}
.anwp-b-wrap .anwp-sl-button-info:hover{
  color:#fff;
  background-color:#138496;
  border-color:#117a8b;
}
.anwp-b-wrap .anwp-sl-button-info:focus, .anwp-b-wrap .anwp-sl-button-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 .anwp-sl-button-info.disabled, .anwp-b-wrap .anwp-sl-button-info:disabled{
  color:#fff;
  background-color:#17a2b8;
  border-color:#17a2b8;
}
.anwp-b-wrap .anwp-sl-button-info:not(:disabled):not(.disabled):active, .anwp-b-wrap .anwp-sl-button-info:not(:disabled):not(.disabled).active{
  color:#fff;
  background-color:#117a8b;
  border-color:#10707f;
}
.anwp-b-wrap .anwp-sl-button-info:not(:disabled):not(.disabled):active:focus, .anwp-b-wrap .anwp-sl-button-info:not(:disabled):not(.disabled).active:focus{
  box-shadow:0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.anwp-b-wrap .anwp-sl-button-warning{
  color:#212529;
  background-color:#ffc107;
  border-color:#ffc107;
}
.anwp-b-wrap .anwp-sl-button-warning:hover{
  color:#212529;
  background-color:#e0a800;
  border-color:#d39e00;
}
.anwp-b-wrap .anwp-sl-button-warning:focus, .anwp-b-wrap .anwp-sl-button-warning.focus{
  color:#212529;
  background-color:#e0a800;
  border-color:#d39e00;
  box-shadow:0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.anwp-b-wrap .anwp-sl-button-warning.disabled, .anwp-b-wrap .anwp-sl-button-warning:disabled{
  color:#212529;
  background-color:#ffc107;
  border-color:#ffc107;
}
.anwp-b-wrap .anwp-sl-button-warning:not(:disabled):not(.disabled):active, .anwp-b-wrap .anwp-sl-button-warning:not(:disabled):not(.disabled).active{
  color:#212529;
  background-color:#d39e00;
  border-color:#c69500;
}
.anwp-b-wrap .anwp-sl-button-warning:not(:disabled):not(.disabled):active:focus, .anwp-b-wrap .anwp-sl-button-warning:not(:disabled):not(.disabled).active:focus{
  box-shadow:0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.anwp-b-wrap .anwp-sl-button-danger{
  color:#fff;
  background-color:#dc3545;
  border-color:#dc3545;
}
.anwp-b-wrap .anwp-sl-button-danger:hover{
  color:#fff;
  background-color:#c82333;
  border-color:#bd2130;
}
.anwp-b-wrap .anwp-sl-button-danger:focus, .anwp-b-wrap .anwp-sl-button-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 .anwp-sl-button-danger.disabled, .anwp-b-wrap .anwp-sl-button-danger:disabled{
  color:#fff;
  background-color:#dc3545;
  border-color:#dc3545;
}
.anwp-b-wrap .anwp-sl-button-danger:not(:disabled):not(.disabled):active, .anwp-b-wrap .anwp-sl-button-danger:not(:disabled):not(.disabled).active{
  color:#fff;
  background-color:#bd2130;
  border-color:#b21f2d;
}
.anwp-b-wrap .anwp-sl-button-danger:not(:disabled):not(.disabled):active:focus, .anwp-b-wrap .anwp-sl-button-danger:not(:disabled):not(.disabled).active:focus{
  box-shadow:0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.anwp-sl-tabs-wrapper{
  border-bottom:1px solid #dcdcde;
  padding:0 5px;
}
.anwp-sl-tabs-wrapper .anwp-tab-item{
  border:1px solid #dcdcde;
  background:#f6f7f7;
  cursor:pointer;
  padding:10px;
  text-align:center;
  color:#707070;
  margin-bottom:-1px;
}
.anwp-sl-tabs-wrapper .anwp-tab-item--active{
  background:#fff;
  color:inherit;
  border-bottom:0;
}
* html .cmb2-element.ui-helper-clearfix{
  height:1%;
}

.cmb2-element.ui-datepicker,
.cmb2-element .ui-datepicker{
  padding:0;
  margin:0;
  border-radius:0;
  background-color:#fff;
  border:1px solid #dfdfdf;
  border-top:none;
  box-shadow:0 3px 6px rgba(0, 0, 0, 0.075);
  min-width:17em;
  width:auto;
}

.cmb2-element.ui-datepicker *,
.cmb2-element .ui-datepicker *{
  padding:0;
  font-family:"Open Sans", sans-serif;
  border-radius:0;
}

.cmb2-element.ui-datepicker table,
.cmb2-element .ui-datepicker table{
  font-size:13px;
  margin:0;
  border:none;
  border-collapse:collapse;
}

.cmb2-element.ui-datepicker .ui-widget-header,
.cmb2-element.ui-datepicker .ui-datepicker-header,
.cmb2-element .ui-datepicker .ui-widget-header,
.cmb2-element .ui-datepicker .ui-datepicker-header{
  background-image:none;
  border:none;
  color:#fff;
  font-weight:normal;
}

.cmb2-element.ui-datepicker .ui-datepicker-header .ui-state-hover,
.cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover{
  background:transparent;
  border-color:transparent;
  cursor:pointer;
}

.cmb2-element.ui-datepicker .ui-datepicker-title,
.cmb2-element .ui-datepicker .ui-datepicker-title{
  margin:0;
  padding:10px 0;
  color:#fff;
  font-size:14px;
  line-height:14px;
  text-align:center;
}

.cmb2-element.ui-datepicker .ui-datepicker-title select,
.cmb2-element .ui-datepicker .ui-datepicker-title select{
  margin-top:-8px;
  margin-bottom:-8px;
}

.cmb2-element.ui-datepicker .ui-datepicker-prev,
.cmb2-element.ui-datepicker .ui-datepicker-next,
.cmb2-element .ui-datepicker .ui-datepicker-prev,
.cmb2-element .ui-datepicker .ui-datepicker-next{
  position:relative;
  top:0;
  height:34px;
  width:34px;
}

.cmb2-element.ui-datepicker .ui-state-hover.ui-datepicker-prev,
.cmb2-element.ui-datepicker .ui-state-hover.ui-datepicker-next,
.cmb2-element .ui-datepicker .ui-state-hover.ui-datepicker-prev,
.cmb2-element .ui-datepicker .ui-state-hover.ui-datepicker-next{
  border:none;
}

.cmb2-element.ui-datepicker .ui-datepicker-prev,
.cmb2-element.ui-datepicker .ui-datepicker-prev-hover,
.cmb2-element .ui-datepicker .ui-datepicker-prev,
.cmb2-element .ui-datepicker .ui-datepicker-prev-hover{
  left:0;
}

.cmb2-element.ui-datepicker .ui-datepicker-next,
.cmb2-element.ui-datepicker .ui-datepicker-next-hover,
.cmb2-element .ui-datepicker .ui-datepicker-next,
.cmb2-element .ui-datepicker .ui-datepicker-next-hover{
  right:0;
}

.cmb2-element.ui-datepicker .ui-datepicker-next span,
.cmb2-element.ui-datepicker .ui-datepicker-prev span,
.cmb2-element .ui-datepicker .ui-datepicker-next span,
.cmb2-element .ui-datepicker .ui-datepicker-prev span{
  display:none;
}

.cmb2-element.ui-datepicker .ui-datepicker-prev,
.cmb2-element .ui-datepicker .ui-datepicker-prev{
  float:left;
}

.cmb2-element.ui-datepicker .ui-datepicker-next,
.cmb2-element .ui-datepicker .ui-datepicker-next{
  float:right;
}

.cmb2-element.ui-datepicker .ui-datepicker-prev:before,
.cmb2-element.ui-datepicker .ui-datepicker-next:before,
.cmb2-element .ui-datepicker .ui-datepicker-prev:before,
.cmb2-element .ui-datepicker .ui-datepicker-next:before{
  font:normal 20px/34px "dashicons";
  padding-left:7px;
  color:#fff;
  speak:none;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  width:34px;
  height:34px;
}

.cmb2-element.ui-datepicker .ui-datepicker-prev:before,
.cmb2-element .ui-datepicker .ui-datepicker-prev:before{
  content:"\f341";
}

.cmb2-element.ui-datepicker .ui-datepicker-next:before,
.cmb2-element .ui-datepicker .ui-datepicker-next:before{
  content:"\f345";
}

.cmb2-element.ui-datepicker .ui-datepicker-prev-hover:before,
.cmb2-element.ui-datepicker .ui-datepicker-next-hover:before,
.cmb2-element .ui-datepicker .ui-datepicker-prev-hover:before,
.cmb2-element .ui-datepicker .ui-datepicker-next-hover:before{
  opacity:0.7;
}

.cmb2-element.ui-datepicker select.ui-datepicker-month,
.cmb2-element.ui-datepicker select.ui-datepicker-year,
.cmb2-element .ui-datepicker select.ui-datepicker-month,
.cmb2-element .ui-datepicker select.ui-datepicker-year{
  width:33%;
  background:transparent;
  border-color:transparent;
  box-shadow:none;
  color:#fff;
}

.cmb2-element.ui-datepicker select.ui-datepicker-month option,
.cmb2-element.ui-datepicker select.ui-datepicker-year option,
.cmb2-element .ui-datepicker select.ui-datepicker-month option,
.cmb2-element .ui-datepicker select.ui-datepicker-year option{
  color:#333;
}

.cmb2-element.ui-datepicker thead,
.cmb2-element .ui-datepicker thead{
  color:#fff;
  font-weight:600;
}

.cmb2-element.ui-datepicker thead th,
.cmb2-element .ui-datepicker thead th{
  font-weight:normal;
}

.cmb2-element.ui-datepicker th,
.cmb2-element .ui-datepicker th{
  padding:10px;
}

.cmb2-element.ui-datepicker td,
.cmb2-element .ui-datepicker td{
  padding:0;
  border:1px solid #f4f4f4;
}

.cmb2-element.ui-datepicker td.ui-datepicker-other-month,
.cmb2-element .ui-datepicker td.ui-datepicker-other-month{
  border:transparent;
}

.cmb2-element.ui-datepicker td.ui-datepicker-week-end,
.cmb2-element .ui-datepicker td.ui-datepicker-week-end{
  background-color:#f4f4f4;
  border:1px solid #f4f4f4;
}

.cmb2-element.ui-datepicker td.ui-datepicker-week-end.ui-datepicker-today,
.cmb2-element .ui-datepicker td.ui-datepicker-week-end.ui-datepicker-today{
  box-shadow:inset 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.cmb2-element.ui-datepicker td.ui-datepicker-today,
.cmb2-element .ui-datepicker td.ui-datepicker-today{
  background-color:#f0f0c0;
}

.cmb2-element.ui-datepicker td.ui-datepicker-current-day,
.cmb2-element .ui-datepicker td.ui-datepicker-current-day{
  background:#bbdd88;
}

.cmb2-element.ui-datepicker td .ui-state-default,
.cmb2-element .ui-datepicker td .ui-state-default{
  background:transparent;
  border:none;
  text-align:center;
  text-decoration:none;
  width:auto;
  display:block;
  padding:5px 10px;
  font-weight:normal;
  color:#444;
}

.cmb2-element.ui-datepicker td.ui-state-disabled .ui-state-default,
.cmb2-element .ui-datepicker td.ui-state-disabled .ui-state-default{
  opacity:0.5;
}

.cmb2-element.ui-datepicker .ui-widget-header,
.cmb2-element.ui-datepicker .ui-datepicker-header,
.cmb2-element .ui-datepicker .ui-widget-header,
.cmb2-element .ui-datepicker .ui-datepicker-header{
  background:#00a0d2;
}

.cmb2-element.ui-datepicker thead,
.cmb2-element .ui-datepicker thead{
  background:#32373c;
}

.cmb2-element.ui-datepicker td .ui-state-hover,
.cmb2-element.ui-datepicker td .ui-state-active,
.cmb2-element .ui-datepicker td .ui-state-hover,
.cmb2-element .ui-datepicker td .ui-state-active{
  background:#0073aa;
  color:#fff;
}

.cmb2-element.ui-datepicker .ui-timepicker-div,
.cmb2-element .ui-datepicker .ui-timepicker-div{
  font-size:14px;
}

.cmb2-element.ui-datepicker .ui-timepicker-div dl,
.cmb2-element .ui-datepicker .ui-timepicker-div dl{
  text-align:left;
  padding:0 0.6em;
}

.cmb2-element.ui-datepicker .ui-timepicker-div dl dt,
.cmb2-element .ui-datepicker .ui-timepicker-div dl dt{
  float:left;
  clear:left;
  padding:0 0 0 5px;
}

.cmb2-element.ui-datepicker .ui-timepicker-div dl dd,
.cmb2-element .ui-datepicker .ui-timepicker-div dl dd{
  margin:0 10px 10px 40%;
}

.cmb2-element.ui-datepicker .ui-timepicker-div dl dd select,
.cmb2-element .ui-datepicker .ui-timepicker-div dl dd select{
  width:100%;
}

.cmb2-element.ui-datepicker .ui-timepicker-div + .ui-datepicker-buttonpane,
.cmb2-element .ui-datepicker .ui-timepicker-div + .ui-datepicker-buttonpane{
  padding:0.6em;
  text-align:left;
}

.cmb2-element.ui-datepicker .ui-timepicker-div + .ui-datepicker-buttonpane .button-primary,
.cmb2-element.ui-datepicker .ui-timepicker-div + .ui-datepicker-buttonpane .button-secondary,
.cmb2-element .ui-datepicker .ui-timepicker-div + .ui-datepicker-buttonpane .button-primary,
.cmb2-element .ui-datepicker .ui-timepicker-div + .ui-datepicker-buttonpane .button-secondary{
  padding:0 10px 1px;
  border-radius:3px;
  margin:0 0.6em 0.4em 0.4em;
}

.admin-color-fresh .cmb2-element.ui-datepicker .ui-widget-header,
.admin-color-fresh .cmb2-element.ui-datepicker .ui-datepicker-header,
.admin-color-fresh .cmb2-element .ui-datepicker .ui-widget-header,
.admin-color-fresh .cmb2-element .ui-datepicker .ui-datepicker-header{
  background:#00a0d2;
}

.admin-color-fresh .cmb2-element.ui-datepicker thead,
.admin-color-fresh .cmb2-element .ui-datepicker thead{
  background:#32373c;
}

.admin-color-fresh .cmb2-element.ui-datepicker td .ui-state-hover,
.admin-color-fresh .cmb2-element .ui-datepicker td .ui-state-hover{
  background:#0073aa;
  color:#fff;
}

.admin-color-blue .cmb2-element.ui-datepicker .ui-widget-header,
.admin-color-blue .cmb2-element.ui-datepicker .ui-datepicker-header,
.admin-color-blue .cmb2-element .ui-datepicker .ui-widget-header,
.admin-color-blue .cmb2-element .ui-datepicker .ui-datepicker-header{
  background:#52accc;
}

.admin-color-blue .cmb2-element.ui-datepicker thead,
.admin-color-blue .cmb2-element .ui-datepicker thead{
  background:#4796b3;
}

.admin-color-blue .cmb2-element.ui-datepicker td .ui-state-hover,
.admin-color-blue .cmb2-element.ui-datepicker td .ui-state-active,
.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-hover,
.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-active{
  background:#096484;
  color:#fff;
}

.admin-color-blue .cmb2-element.ui-datepicker td.ui-datepicker-today,
.admin-color-blue .cmb2-element .ui-datepicker td.ui-datepicker-today{
  background:#eee;
}

.admin-color-coffee .cmb2-element.ui-datepicker .ui-widget-header,
.admin-color-coffee .cmb2-element.ui-datepicker .ui-datepicker-header,
.admin-color-coffee .cmb2-element .ui-datepicker .ui-widget-header,
.admin-color-coffee .cmb2-element .ui-datepicker .ui-datepicker-header{
  background:#59524c;
}

.admin-color-coffee .cmb2-element.ui-datepicker thead,
.admin-color-coffee .cmb2-element .ui-datepicker thead{
  background:#46403c;
}

.admin-color-coffee .cmb2-element.ui-datepicker td .ui-state-hover,
.admin-color-coffee .cmb2-element .ui-datepicker td .ui-state-hover{
  background:#c7a589;
  color:#fff;
}

.admin-color-ectoplasm .cmb2-element.ui-datepicker .ui-widget-header,
.admin-color-ectoplasm .cmb2-element.ui-datepicker .ui-datepicker-header,
.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-widget-header,
.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-datepicker-header{
  background:#523f6d;
}

.admin-color-ectoplasm .cmb2-element.ui-datepicker thead,
.admin-color-ectoplasm .cmb2-element .ui-datepicker thead{
  background:#413256;
}

.admin-color-ectoplasm .cmb2-element.ui-datepicker td .ui-state-hover,
.admin-color-ectoplasm .cmb2-element .ui-datepicker td .ui-state-hover{
  background:#a3b745;
  color:#fff;
}

.admin-color-midnight .cmb2-element.ui-datepicker .ui-widget-header,
.admin-color-midnight .cmb2-element.ui-datepicker .ui-datepicker-header,
.admin-color-midnight .cmb2-element .ui-datepicker .ui-widget-header,
.admin-color-midnight .cmb2-element .ui-datepicker .ui-datepicker-header{
  background:#363b3f;
}

.admin-color-midnight .cmb2-element.ui-datepicker thead,
.admin-color-midnight .cmb2-element .ui-datepicker thead{
  background:#26292c;
}

.admin-color-midnight .cmb2-element.ui-datepicker td .ui-state-hover,
.admin-color-midnight .cmb2-element .ui-datepicker td .ui-state-hover{
  background:#e14d43;
  color:#fff;
}

.admin-color-ocean .cmb2-element.ui-datepicker .ui-widget-header,
.admin-color-ocean .cmb2-element.ui-datepicker .ui-datepicker-header,
.admin-color-ocean .cmb2-element .ui-datepicker .ui-widget-header,
.admin-color-ocean .cmb2-element .ui-datepicker .ui-datepicker-header{
  background:#738e96;
}

.admin-color-ocean .cmb2-element.ui-datepicker thead,
.admin-color-ocean .cmb2-element .ui-datepicker thead{
  background:#627c83;
}

.admin-color-ocean .cmb2-element.ui-datepicker td .ui-state-hover,
.admin-color-ocean .cmb2-element .ui-datepicker td .ui-state-hover{
  background:#9ebaa0;
  color:#fff;
}

.admin-color-sunrise .cmb2-element.ui-datepicker .ui-widget-header,
.admin-color-sunrise .cmb2-element.ui-datepicker .ui-datepicker-header,
.admin-color-sunrise .cmb2-element.ui-datepicker .ui-datepicker-header .ui-state-hover,
.admin-color-sunrise .cmb2-element .ui-datepicker .ui-widget-header,
.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header,
.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover{
  background:#cf4944;
}

.admin-color-sunrise .cmb2-element.ui-datepicker th,
.admin-color-sunrise .cmb2-element .ui-datepicker th{
  border-color:#be3631;
  background:#be3631;
}

.admin-color-sunrise .cmb2-element.ui-datepicker td .ui-state-hover,
.admin-color-sunrise .cmb2-element .ui-datepicker td .ui-state-hover{
  background:#dd823b;
  color:#fff;
}

.admin-color-light .cmb2-element.ui-datepicker .ui-widget-header,
.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-header,
.admin-color-light .cmb2-element .ui-datepicker .ui-widget-header,
.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-header{
  background:#e5e5e5;
}

.admin-color-light .cmb2-element.ui-datepicker select.ui-datepicker-month,
.admin-color-light .cmb2-element.ui-datepicker select.ui-datepicker-year,
.admin-color-light .cmb2-element .ui-datepicker select.ui-datepicker-month,
.admin-color-light .cmb2-element .ui-datepicker select.ui-datepicker-year{
  color:#555;
}

.admin-color-light .cmb2-element.ui-datepicker thead,
.admin-color-light .cmb2-element .ui-datepicker thead{
  background:#888;
}

.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-title,
.admin-color-light .cmb2-element.ui-datepicker td .ui-state-default,
.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-prev:before,
.admin-color-light .cmb2-element.ui-datepicker .ui-datepicker-next:before,
.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-title,
.admin-color-light .cmb2-element .ui-datepicker td .ui-state-default,
.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-prev:before,
.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-next:before{
  color:#555;
}

.admin-color-light .cmb2-element.ui-datepicker td .ui-state-hover,
.admin-color-light .cmb2-element.ui-datepicker td .ui-state-active,
.admin-color-light .cmb2-element .ui-datepicker td .ui-state-hover,
.admin-color-light .cmb2-element .ui-datepicker td .ui-state-active{
  background:#ccc;
}

.admin-color-light .cmb2-element.ui-datepicker td.ui-datepicker-today,
.admin-color-light .cmb2-element .ui-datepicker td.ui-datepicker-today{
  background:#eee;
}

.admin-color-bbp-evergreen .cmb2-element.ui-datepicker .ui-widget-header,
.admin-color-bbp-evergreen .cmb2-element.ui-datepicker .ui-datepicker-header,
.admin-color-bbp-evergreen .cmb2-element .ui-datepicker .ui-widget-header,
.admin-color-bbp-evergreen .cmb2-element .ui-datepicker .ui-datepicker-header{
  background:#56b274;
}

.admin-color-bbp-evergreen .cmb2-element.ui-datepicker thead,
.admin-color-bbp-evergreen .cmb2-element .ui-datepicker thead{
  background:#36533f;
}

.admin-color-bbp-evergreen .cmb2-element.ui-datepicker td .ui-state-hover,
.admin-color-bbp-evergreen .cmb2-element .ui-datepicker td .ui-state-hover{
  background:#446950;
  color:#fff;
}

.admin-color-bbp-mint .cmb2-element.ui-datepicker .ui-widget-header,
.admin-color-bbp-mint .cmb2-element.ui-datepicker .ui-datepicker-header,
.admin-color-bbp-mint .cmb2-element .ui-datepicker .ui-widget-header,
.admin-color-bbp-mint .cmb2-element .ui-datepicker .ui-datepicker-header{
  background:#4ca26a;
}

.admin-color-bbp-mint .cmb2-element.ui-datepicker thead,
.admin-color-bbp-mint .cmb2-element .ui-datepicker thead{
  background:#4f6d59;
}

.admin-color-bbp-mint .cmb2-element.ui-datepicker td .ui-state-hover,
.admin-color-bbp-mint .cmb2-element .ui-datepicker td .ui-state-hover{
  background:#5fb37c;
  color:#fff;
}
.cmb-type-pw-multiselect .select2-selection__choice,
.cmb-type-pw-multiselect .select2-search--inline{
  margin-bottom:0;
  line-height:inherit;
}

.cmb-type-pw-multiselect .select2-selection__choice{
  cursor:move !important;
}

.select2.select2-container{
  min-width:150px;
}

#anwp_sl_map_wrapper{
  height:400px;
  width:100%;
  margin:5px 0;
  border:solid 1px #DDD;
  box-sizing:border-box;
}

#anwp_sl_map_wrapper img{
  max-width:none;
}
.img-status.cmb2-media-item{
  margin-top:10px;
}
.img-status.cmb2-media-item img{
  max-height:70px !important;
  width:auto !important;
  box-shadow:0 1px 2px rgba(0, 0, 0, 0.075);
}
.button-secondary.cmb-remove-row-button, .cmb-repeat-table .cmb-remove-row > .cmb-remove-row-button{
  min-height:unset !important;
}

.anwp-b-wrap .cmb2-wrap input, .anwp-b-wrap .cmb2-wrap textarea{
  padding:0 8px;
}

#sl_player_metabox > .inside,
#sl_official_metabox > .inside,
#sl_staff_metabox > .inside,
#sl_venue_metabox > .inside,
#sl_team_metabox > .inside{
  margin:0;
  padding:0;
}

img.cmb-file-field-image{
  max-width:100px !important;
}

.anwp-cmb2-hint{
  display:none;
  color:#439328;
}

.cmb2-metabox.sl-show-config-hints .anwp-cmb2-hint{
  display:block;
}
.cmb2-metabox.sl-show-config-hints .anwp-cmb2-hint:empty{
  display:none !important;
}
.cmb2-metabox.sl-show-config-hints .anwp-cmb2-hint .anwp-cmb2-hint-header{
  text-transform:uppercase;
  font-weight:600;
  font-size:16px;
}

.cmb-th .anwp-cmb2-label{
  font-weight:600;
  padding-bottom:0;
  padding-top:0;
  position:relative;
  padding-right:10px;
}
.cmb-th .anwp-cmb2-label span[data-sl_tippy]{
  position:absolute;
  right:-10px;
  top:0;
}
.cmb-th .anwp-cmb2-label__helper{
  font-size:12px;
  color:#999;
  line-height:1.2;
  display:inline-block;
  font-weight:400;
}

.anwp-metabox-tabs{
  background-color:#fff;
  max-width:900px;
}
.anwp-metabox-tabs .wp-editor-container iframe{
  min-height:100px;
}
.cmb2-options-page .anwp-metabox-tabs{
  box-shadow:0 1px 1px rgba(0, 0, 0, 0.04);
  border:1px solid #e5e5e5;
}
.anwp-metabox-tabs__controls{
  background-color:#f5f5f5;
  border-right:1px solid #eee;
}
.anwp-metabox-tabs__control-item{
  cursor:pointer;
  text-align:center;
  border-bottom:1px solid #ddd;
}
.anwp-metabox-tabs__control-item span{
  width:50px;
  line-height:1.2;
  margin-top:2px;
}
.anwp-metabox-tabs__control-item.anwp-active-tab{
  background-color:#ffffff;
}
.anwp-metabox-tabs__control-item .anwp-icon{
  width:24px;
  height:24px;
}
.anwp-metabox-tabs__control-item--premium .anwp-icon{
  fill:#FBC02D;
}
.anwp-metabox-tabs .cmb-th label{
  color:#444;
  margin-top:3px;
  font-size:13px;
  font-weight:600;
}
.cmb2-postbox .anwp-metabox-tabs .cmb-th, .cmb2-options-page .anwp-metabox-tabs .cmb-th{
  padding:5px 10px 5px 0;
  width:200px;
}
.cmb2-postbox .anwp-metabox-tabs .cmb-td, .cmb2-options-page .anwp-metabox-tabs .cmb-td{
  padding:5px 10px;
}
.cmb2-postbox .anwp-metabox-tabs .cmb-th + .cmb-td, .cmb2-options-page .anwp-metabox-tabs .cmb-th + .cmb-td{
  float:left;
  width:auto;
  min-width:250px;
}
.cmb2-postbox .anwp-metabox-tabs .cmb2-wrap > .cmb-field-list .cmb-row, .cmb2-options-page .anwp-metabox-tabs .cmb2-wrap > .cmb-field-list .cmb-row{
  padding:18px 0;
}
.cmb2-postbox .anwp-metabox-tabs .cmb-row, .cmb2-options-page .anwp-metabox-tabs .cmb-row{
  margin-bottom:0;
}
.cmb2-postbox .anwp-metabox-tabs .cmb-row:not(:last-of-type), .cmb2-postbox .anwp-metabox-tabs .cmb-repeatable-group:not(:last-of-type), .cmb2-options-page .anwp-metabox-tabs .cmb-row:not(:last-of-type), .cmb2-options-page .anwp-metabox-tabs .cmb-repeatable-group:not(:last-of-type){
  border-bottom:1px dotted #e9e9e9;
}
@media (max-width: 450px){
  .cmb2-postbox .anwp-metabox-tabs .cmb-th, .cmb2-postbox .anwp-metabox-tabs .cmb-th + .cmb-td, .cmb2-options-page .anwp-metabox-tabs .cmb-th, .cmb2-options-page .anwp-metabox-tabs .cmb-th + .cmb-td{
    width:100%;
    float:none;
    display:block;
  }
}
.cmb2-postbox .anwp-metabox-tabs .cmb-repeat-table .cmb-row.cmb-repeat-row, .cmb2-options-page .anwp-metabox-tabs .cmb-repeat-table .cmb-row.cmb-repeat-row{
  padding:10px 10px 10px 50px;
}
.cmb2-postbox .anwp-metabox-tabs .cmb-field-list .cmb-type-title.cmb-row, .cmb2-options-page .anwp-metabox-tabs .cmb-field-list .cmb-type-title.cmb-row{
  padding:0 5px 5px;
  background-color:#e3e6e4;
  border-bottom:none;
}
.anwp-metabox-tabs .wp-switch-editor{
  float:left;
  box-sizing:content-box;
  position:relative;
  top:1px;
  background:#ebebeb;
  color:#666;
  cursor:pointer;
  font-size:13px;
  line-height:19px;
  height:20px;
  margin:5px 0 0 5px;
  padding:3px 8px 4px;
  border:1px solid #e5e5e5;
}
.anwp-metabox-tabs .cmb-repeat-group-wrap .cmb-row.cmb-repeatable-grouping.postbox{
  padding:0;
}
#poststuff .anwp-metabox-tabs .cmb-repeat-group-wrap .cmb-group-title{
  margin:0;
}
.anwp-metabox-tabs .cmb-repeat-group-wrap .cmb-row .cmbhandle{
  right:0;
}
.anwp-metabox-tabs .cmb-repeat-group-wrap .postbox.cmb-row.cmb-repeatable-grouping + .postbox.cmb-row.cmb-repeatable-grouping{
  margin-top:15px;
}
.anwp-metabox-tabs .cmb-repeat-group-wrap .cmb-remove-field-row{
  padding:1rem !important;
}

#side-sortables .cmb-type-file-list .img-status.cmb2-media-item p{
  margin:0;
}
#side-sortables .cmb-type-file-list .img-status.cmb2-media-item img{
  max-width:100%;
}
#side-sortables .cmb-type-file-list .img-status.cmb2-media-item{
  padding-bottom:10px;
  border-bottom:1px dotted #ccc;
  margin-right:10px;
}

#side-sortables .cmb-row{
  padding:10px 0 !important;
  margin:0;
}
#side-sortables div.cmb-th{
  padding-bottom:0;
}
#side-sortables label{
  font-weight:600 !important;
}

#side-sortables .cmb-type-textarea-small textarea{
  max-width:100%;
}
.anwp-event-icon-field-wrap{
  width:36px;
  height:36px;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain;
  position:relative;
  margin:10px;
}
.anwp-event-icon-field-wrap:after{
  position:absolute;
  top:-5px;
  bottom:-5px;
  left:-5px;
  right:-5px;
  border:1px solid #ccc;
  content:"";
}

.anwp-event-icon-field-icon{
  width:36px;
  height:36px;
  cursor:pointer;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain;
  position:relative;
  margin:10px;
}
.anwp-event-icon-field-icon:after{
  position:absolute;
  top:-5px;
  bottom:-5px;
  left:-5px;
  right:-5px;
  border:1px solid #ccc;
  content:"";
}

#cmb2-metabox-sports_leagues_event_metabox h3.cmb2-metabox-title{
  padding-top:0;
}

.anwp-edit-mode-active ~ .anwp-admin-game-save-btn{
  display:none;
}
.anwp-b-wrap .anwp-sl-button-group{
  position:relative;
  display:inline-block;
  white-space:nowrap;
  font-size:0;
  vertical-align:middle;
}
.anwp-b-wrap .anwp-sl-button-group > .button{
  display:inline-block;
  border-radius:0;
  margin-right:-1px;
  z-index:10;
  padding:0 30px;
  margin-left:0;
  box-shadow:none;
  margin-top:3px;
  height:28px !important;
  line-height:26px !important;
  min-width:100px;
  text-align:center;
  transition:all 0.15s ease-in-out;
}
.anwp-b-wrap .anwp-sl-button-group > .button:active{
  transform:translateY(0px);
}
.anwp-b-wrap .anwp-sl-button-group__mini > .button{
  padding:0 8px;
  margin-top:3px;
  height:22px !important;
  min-height:22px !important;
  line-height:20px !important;
  min-width:auto;
}
.anwp-b-wrap .anwp-sl-button-group > input:checked + .button.anwp-sl-button-success{
  background-color:#4b8f6a;
  color:#fff;
  border-color:#375a46;
}
.anwp-b-wrap .anwp-sl-button-group > input:checked + .button.anwp-sl-button-success + input + .button{
  border-left-color:#375a46;
}
.anwp-b-wrap .anwp-sl-button-group > input:checked + .button.anwp-sl-button-primary{
  background-color:#3f57b0;
  color:#fff;
  border-color:#0c1844;
}
.anwp-b-wrap .anwp-sl-button-group > input:checked + .button.anwp-sl-button-primary + input + .button{
  border-left-color:#0c1844;
}
.anwp-b-wrap .anwp-sl-button-group > input:checked + .button.anwp-sl-button-success:hover, .anwp-b-wrap .anwp-sl-button-group > input:checked + .button.anwp-sl-button-success:active{
  background-color:#3d7b56;
}
.anwp-b-wrap .anwp-sl-button-group > input:checked + .button.anwp-sl-button-neutral{
  background-color:#555555;
  color:#fff;
  border-color:#282828;
}
.anwp-b-wrap .anwp-sl-button-group > input:checked + .button.anwp-sl-button-neutral:hover, .anwp-b-wrap .anwp-sl-button-group > input:checked + .button.anwp-sl-button-neutral:active{
  background-color:#464646;
}
.anwp-b-wrap .anwp-sl-button-group > input:checked + .button.anwp-sl-button-inherit{
  background-color:#909090;
  color:#fff;
  border-color:#808080;
}
.anwp-b-wrap .anwp-sl-button-group > input:checked + .button.anwp-sl-button-inherit:hover, .anwp-b-wrap .anwp-sl-button-group > input:checked + .button.anwp-sl-button-inherit:active{
  background-color:#808080;
}
.anwp-b-wrap .anwp-sl-button-group > .button:first-of-type{
  border-radius:3px 0 0 3px;
}
.anwp-b-wrap .anwp-sl-button-group > .button:last-of-type{
  border-radius:0 3px 3px 0;
}
.anwp-modaal-wrapper.modaal-wrapper{
  z-index:100010;
}
.anwp-modaal-wrapper .modaal-content-container{
  padding:0;
}
.anwp-modaal-wrapper--top .modaal-inner-wrapper{
  vertical-align:top;
  padding-top:50px !important;
}
.anwp-modaal-wrapper--top .anwp-admin-modal__content{
  max-height:calc(100vh - 200px);
}
.anwp-modaal-wrapper .modaal-inner-wrapper{
  padding-top:0;
  padding-bottom:0;
}
.anwp-modaal-wrapper--mini .modaal-container{
  max-width:350px;
  max-height:80%;
}
.anwp-modaal-wrapper + .modaal-overlay{
  z-index:100005;
}
.anwp-modaal-wrapper .custom-control-label::before, .anwp-modaal-wrapper .custom-control-label::after{
  box-sizing:border-box;
  width:18px;
  height:18px;
  top:7px;
}
.anwp-modaal-wrapper label{
  color:#444;
  font-weight:600;
}

.anwp-vfm-admin-modal{
  display:flex;
  justify-content:center;
  align-items:center;
}
.anwp-vfm-admin-modal__title{
  border-bottom:1px solid #eee;
  color:#23282d;
  font-size:14px;
  line-height:1.2;
  padding:15px;
  background:#f5f5f5;
}
.anwp-vfm-admin-modal__content{
  max-height:calc(100vh - 150px);
  overflow-y:auto;
  padding:15px;
}
.anwp-vfm-admin-modal__close{
  position:absolute;
  top:0;
  right:0;
}
.anwp-vfm-admin-modal__wrapper{
  color:#222;
  width:100%;
  border-radius:0;
  box-shadow:0 4px 15px rgba(0, 0, 0, 0.2);
  max-width:1000px;
  background-color:#fff;
  position:relative;
}
.anwp-vfm-admin-modal__wrapper--mini{
  max-width:350px;
}
.anwp-vfm-admin-modal__wrapper--medium{
  max-width:650px;
}
.anwp-vfm-admin-modal__wrapper--top{
  align-self:start;
  top:15px;
}
.anwp-vfm-admin-modal__actions{
  border-top:1px solid rgba(134, 142, 150, 0.1);
  padding:15px;
  clear:both;
  background:#f5f5f5;
}
.options__flag.f32{
  min-width:30px;
  display:inline-block;
  max-height:28px;
}
.options__flag.f32 .flag{
  position:absolute;
  top:0;
  margin-top:-1px;
}
fieldset[disabled] .multiselect{
  pointer-events:none;
}

.multiselect__spinner{
  position:absolute;
  right:3px;
  top:3px;
  width:24px;
  height:24px;
  background:#fff;
  display:block;
}

.multiselect__spinner:after, .multiselect__spinner:before{
  position:absolute;
  content:"";
  top:50%;
  left:50%;
  margin:-8px 0 0 -8px;
  width:16px;
  height:16px;
  border-radius:100%;
  border:2px solid transparent;
  border-top-color:#41b883;
  box-shadow:0 0 0 1px transparent;
}

.multiselect__spinner:before{
  animation:spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count:infinite;
}

.multiselect__spinner:after{
  animation:spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count:infinite;
}

.multiselect__loading-enter-active, .multiselect__loading-leave-active{
  transition:opacity 0.4s ease-in-out;
  opacity:1;
}

.multiselect__loading-enter, .multiselect__loading-leave-active{
  opacity:0;
}

.multiselect, .multiselect__input, .multiselect__single{
  touch-action:manipulation;
}

.multiselect{
  box-sizing:content-box;
  display:block;
  position:relative;
  width:100%;
  min-height:30px;
  text-align:left;
  color:#35495e;
}

.multiselect *{
  box-sizing:border-box;
}

.multiselect:focus{
  outline:none !important;
}

.multiselect--disabled{
  background:#ededed;
  pointer-events:none;
  opacity:0.6;
}

.multiselect--active{
  z-index:50;
}

.multiselect:not(.multiselect--active) .multiselect__input{
  display:none !important;
}

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}

.multiselect--active .multiselect__select{
  transform:rotate(180deg);
}

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.multiselect__input, .multiselect__single{
  position:relative;
  display:inline-block;
  border:none;
  border-radius:5px;
  margin:0;
  background:#fff;
  padding:0 8px;
  font-size:14px;
  min-height:28px !important;
  line-height:28px;
  width:100%;
  transition:border 0.1s ease;
  vertical-align:top;
  max-height:28px !important;
  box-sizing:border-box !important;
}

.multiselect__input::placeholder{
  color:#35495e;
}

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single{
  width:auto;
}

.multiselect__input:hover, .multiselect__single:hover{
  border-color:#cfcfcf;
}

.multiselect__input:focus, .multiselect__single:focus{
  border-color:#a8a8a8;
  outline:none !important;
}

.multiselect__tags-wrap{
  display:inline;
}

.multiselect__tags{
  min-height:30px;
  display:block;
  padding:0 30px 0 0;
  border-radius:5px;
  border:1px solid #7e8993;
  background:#fff;
}

.multiselect__tag{
  position:relative;
  display:inline-block;
  padding:4px 26px 4px 10px;
  border-radius:5px;
  margin-right:10px;
  color:#fff;
  line-height:1;
  background:#41b883;
  margin-bottom:5px;
  white-space:nowrap;
  overflow:hidden;
  max-width:100%;
  text-overflow:ellipsis;
}

.multiselect__tag-icon{
  cursor:pointer;
  margin-left:7px;
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  font-weight:700;
  font-style:normal;
  width:22px;
  text-align:center;
  line-height:22px;
  transition:all 0.2s ease;
  border-radius:5px;
}

.multiselect__tag-icon:after{
  content:"×";
  color:#266d4d;
}

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover{
  background:#369a6e;
}

.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after{
  color:#fff;
}

.multiselect__current{
  min-height:30px;
  overflow:hidden;
  padding:8px 30px 0 12px;
  white-space:nowrap;
  border-radius:5px;
  border:1px solid #e8e8e8;
}

.multiselect__current, .multiselect__select{
  line-height:16px;
  box-sizing:border-box;
  display:block;
  margin:0;
  text-decoration:none;
  cursor:pointer;
}

.multiselect__select{
  position:absolute;
  width:30px;
  height:28px;
  right:1px;
  top:1px;
  padding:4px 8px;
  text-align:center;
  transition:transform 0.2s ease;
}

.multiselect__select:before{
  position:relative;
  right:0;
  top:65%;
  color:#999;
  margin-top:4px;
  border-color:#999 transparent transparent;
  border-style:solid;
  border-width:5px 5px 0;
  content:"";
}

.multiselect__placeholder{
  color:#adadad;
  display:inline-block;
  padding:0 8px;
  line-height:2;
  font-size:14px;
}

.multiselect--active .multiselect__placeholder{
  display:none;
}

.multiselect__content-wrapper{
  position:absolute;
  display:block;
  background:#fff;
  width:100%;
  max-height:240px;
  overflow:auto;
  border:1px solid #7e8993;
  border-top:none;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  z-index:50;
  -webkit-overflow-scrolling:touch;
}

.multiselect__content{
  list-style:none;
  display:inline-block;
  padding:0;
  margin:0;
  min-width:100%;
  vertical-align:top;
}

.multiselect--above .multiselect__content-wrapper{
  bottom:100%;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom:none;
  border-top:1px solid #7e8993;
}

.multiselect__content::webkit-scrollbar{
  display:none;
}

.multiselect__element{
  display:block;
  margin-bottom:0;
  border-bottom:1px dotted #ccc;
}

.multiselect__option{
  display:block;
  padding:0 8px;
  min-height:30px;
  line-height:30px;
  text-decoration:none;
  text-transform:none;
  vertical-align:middle;
  position:relative;
  cursor:pointer;
  white-space:nowrap;
}

.multiselect__option:after{
  top:0;
  right:0;
  position:absolute;
  line-height:30px;
  padding-right:12px;
  padding-left:20px;
}

.multiselect__option--highlight{
  background:#41b883;
  outline:none;
  color:#fff;
}

.multiselect__option--highlight:after{
  content:attr(data-select);
  background:#41b883;
  color:#fff;
}

.multiselect__option--selected{
  background:#f3f3f3;
  color:#35495e;
  font-weight:700;
}

.multiselect__option--selected:after{
  content:attr(data-selected);
  color:silver;
}

.multiselect__option--selected.multiselect__option--highlight{
  background:#ff6a6a;
  color:#fff;
}

.multiselect__option--selected.multiselect__option--highlight:after{
  background:#ff6a6a;
  content:attr(data-deselect);
  color:#fff;
}

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select{
  background:#ededed;
  color:#a6a6a6;
}

.multiselect__option--disabled{
  background:#ededed !important;
  color:#a6a6a6 !important;
  cursor:text;
  pointer-events:none;
}

.multiselect__option--group{
  background:#ededed;
  color:#35495e;
}

.multiselect__option--group.multiselect__option--highlight{
  background:#35495e;
  color:#fff;
}

.multiselect__option--group.multiselect__option--highlight:after{
  background:#35495e;
}

.multiselect__option--disabled.multiselect__option--highlight{
  background:#dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight{
  background:#ff6a6a;
  color:#fff;
}

.multiselect__option--group-selected.multiselect__option--highlight:after{
  background:#ff6a6a;
  content:attr(data-deselect);
  color:#fff;
}

.multiselect-enter-active, .multiselect-leave-active{
  transition:all 0.15s ease;
}

.multiselect-enter, .multiselect-leave-active{
  opacity:0;
}

.multiselect__strong{
  margin-bottom:8px;
  line-height:20px;
  display:inline-block;
  vertical-align:top;
}

[dir=rtl] .multiselect{
  text-align:right;
}

[dir=rtl] .multiselect__select{
  right:auto;
  left:1px;
}

[dir=rtl] .multiselect__tags{
  padding:0 0 0 30px;
}

[dir=rtl] .multiselect__content{
  text-align:right;
}

[dir=rtl] .multiselect__option:after{
  right:auto;
  left:0;
}

[dir=rtl] .multiselect__clear{
  right:auto;
  left:12px;
}

[dir=rtl] .multiselect__spinner{
  right:auto;
  left:3px;
}

@keyframes spinning{
  0%{
    transform:rotate(0);
  }
  to{
    transform:rotate(2turn);
  }
}
.toast-title{
  font-weight:bold;
}

.toast-message{
  -ms-word-wrap:break-word;
  word-wrap:break-word;
}

.toast-message a,
.toast-message label{
  color:#ffffff;
}

.toast-message a:hover{
  color:#cccccc;
  text-decoration:none;
}

.toast-close-button{
  position:relative;
  right:-0.3em;
  top:-0.3em;
  float:right;
  font-size:20px;
  font-weight:bold;
  color:#ffffff;
  -webkit-text-shadow:0 1px 0 #ffffff;
  text-shadow:0 1px 0 #ffffff;
  opacity:0.8;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter:alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus{
  color:#000000;
  text-decoration:none;
  cursor:pointer;
  opacity:0.4;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter:alpha(opacity=40);
}
button.toast-close-button{
  padding:0;
  cursor:pointer;
  background:transparent;
  border:0;
  -webkit-appearance:none;
}

.toast-top-center{
  top:0;
  right:0;
  width:100%;
}

.toast-bottom-center{
  bottom:0;
  right:0;
  width:100%;
}

.toast-top-full-width{
  top:0;
  right:0;
  width:100%;
}

.toast-bottom-full-width{
  bottom:0;
  right:0;
  width:100%;
}

.toast-top-left{
  top:12px;
  left:12px;
}

.toast-top-right{
  top:12px;
  right:12px;
}

.toast-bottom-right{
  right:12px;
  bottom:12px;
}

.toast-bottom-left{
  bottom:12px;
  left:12px;
}

#toast-container{
  position:fixed;
  z-index:999999;
}

#toast-container *{
  box-sizing:border-box;
}

#toast-container > div{
  position:relative;
  overflow:hidden;
  margin:0 0 6px;
  padding:15px 15px 15px 50px;
  width:300px;
  border-radius:3px 3px 3px 3px;
  background-position:15px center;
  background-repeat:no-repeat;
  box-shadow:0 0 12px #999999;
  color:#ffffff;
  opacity:0.8;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter:alpha(opacity=80);
}

#toast-container > div:hover{
  box-shadow:0 0 12px #000000;
  opacity:1;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter:alpha(opacity=100);
  cursor:pointer;
}

#toast-container > .toast-info{
  background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error{
  background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success{
  background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning{
  background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div{
  width:300px;
  margin-left:auto;
  margin-right:auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div{
  width:96%;
  margin-left:auto;
  margin-right:auto;
}

.toast{
  background-color:#030303;
}

.toast-success{
  background-color:#51a351;
}

.toast-error{
  background-color:#bd362f;
}

.toast-info{
  background-color:#2f96b4;
}

.toast-warning{
  background-color:#f89406;
}

.toast-progress{
  position:absolute;
  left:0;
  bottom:0;
  height:4px;
  background-color:#000000;
  opacity:0.4;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter:alpha(opacity=40);
}
@media all and (max-width: 240px){
  #toast-container > div{
    padding:8px 8px 8px 50px;
    width:11em;
  }
  #toast-container .toast-close-button{
    right:-0.2em;
    top:-0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px){
  #toast-container > div{
    padding:8px 8px 8px 50px;
    width:18em;
  }
  #toast-container .toast-close-button{
    right:-0.2em;
    top:-0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px){
  #toast-container > div{
    padding:15px 15px 15px 50px;
    width:25em;
  }
}
.anwp-v-tooltip{
  display:block !important;
  z-index:100030;
  border:1px solid #ccc;
}
.anwp-v-tooltip .tooltip-inner{
  background:black;
  color:white;
  border-radius:16px;
  padding:5px 10px 4px;
}
.anwp-v-tooltip .tooltip-arrow{
  width:0;
  height:0;
  border-style:solid;
  position:absolute;
  margin:5px;
  border-color:black;
  z-index:1;
}
.anwp-v-tooltip[x-placement^=top]{
  margin-bottom:5px;
}
.anwp-v-tooltip[x-placement^=top] .tooltip-arrow{
  border-width:5px 5px 0 5px;
  border-left-color:transparent !important;
  border-right-color:transparent !important;
  border-bottom-color:transparent !important;
  bottom:-5px;
  left:calc(50% - 5px);
  margin-top:0;
  margin-bottom:0;
}
.anwp-v-tooltip[x-placement^=bottom]{
  margin-top:5px;
}
.anwp-v-tooltip[x-placement^=bottom] .tooltip-arrow{
  border-width:0 5px 5px 5px;
  border-left-color:transparent !important;
  border-right-color:transparent !important;
  border-top-color:transparent !important;
  top:-5px;
  left:calc(50% - 5px);
  margin-top:0;
  margin-bottom:0;
}
.anwp-v-tooltip[x-placement^=right]{
  margin-left:5px;
}
.anwp-v-tooltip[x-placement^=right] .tooltip-arrow{
  border-width:5px 5px 5px 0;
  border-left-color:transparent !important;
  border-top-color:transparent !important;
  border-bottom-color:transparent !important;
  left:-5px;
  top:calc(50% - 5px);
  margin-left:0;
  margin-right:0;
}
.anwp-v-tooltip[x-placement^=left]{
  margin-right:5px;
}
.anwp-v-tooltip[x-placement^=left] .tooltip-arrow{
  border-width:5px 0 5px 5px;
  border-top-color:transparent !important;
  border-right-color:transparent !important;
  border-bottom-color:transparent !important;
  right:-5px;
  top:calc(50% - 5px);
  margin-left:0;
  margin-right:0;
}
.anwp-v-tooltip.popover .popover-inner{
  background:#f9f9f9;
  color:black;
  padding:18px;
  border-radius:5px;
  box-shadow:0 5px 30px rgba(0, 0, 0, 0.1);
}
.anwp-v-tooltip.popover .popover-arrow{
  border-color:#989898;
}
.anwp-v-tooltip[aria-hidden=true]{
  visibility:hidden;
  opacity:0;
  transition:opacity 0.15s, visibility 0.15s;
}
.anwp-v-tooltip[aria-hidden=false]{
  visibility:visible;
  opacity:1;
  transition:opacity 0.15s;
}

.anwp-pagination{
  display:flex;
  padding-left:0;
  list-style:none;
  border-radius:0;
}

.anwp-page-link{
  position:relative;
  display:block;
  padding:0.5rem 0.75rem;
  margin-left:-1px;
  line-height:1.25;
  color:#0085ba;
  background-color:#fff;
  border:1px solid #dee2e6;
}
.anwp-page-link:hover{
  z-index:2;
  color:rgb(0, 78.2983870968, 109.5);
  text-decoration:none;
  background-color:#e9ecef;
  border-color:#dee2e6;
}
.anwp-page-link:focus{
  z-index:3;
  outline:0;
  box-shadow:0 0 0 0.2rem rgba(0, 133, 186, 0.25);
}

.anwp-page-item:first-child .anwp-page-link{
  margin-left:0;
  border-top-left-radius:0;
  border-bottom-left-radius:0;
}
.anwp-page-item:last-child .anwp-page-link{
  border-top-right-radius:0;
  border-bottom-right-radius:0;
}
.anwp-page-item.active .anwp-page-link{
  z-index:3;
  color:#fff;
  background-color:#0085ba;
  border-color:#0085ba;
}
.anwp-page-item.disabled .anwp-page-link{
  color:#6c757d;
  pointer-events:none;
  cursor:auto;
  background-color:#fff;
  border-color:#dee2e6;
}

@keyframes notyf-fadeinup{
  0%{
    opacity:0;
    transform:translateY(25%);
  }
  100%{
    opacity:1;
    transform:translateY(0);
  }
}
@keyframes notyf-fadeinleft{
  0%{
    opacity:0;
    transform:translateX(25%);
  }
  100%{
    opacity:1;
    transform:translateX(0);
  }
}
@keyframes notyf-fadeoutright{
  0%{
    opacity:1;
    transform:translateX(0);
  }
  100%{
    opacity:0;
    transform:translateX(25%);
  }
}
@keyframes notyf-fadeoutdown{
  0%{
    opacity:1;
    transform:translateY(0);
  }
  100%{
    opacity:0;
    transform:translateY(25%);
  }
}
@keyframes ripple{
  0%{
    transform:scale(0) translateY(-45%) translateX(13%);
  }
  100%{
    transform:scale(1) translateY(-45%) translateX(13%);
  }
}
.notyf{
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  color:#ffffff;
  z-index:100650;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:flex-end;
  pointer-events:none;
  box-sizing:border-box;
  padding:20px;
}
.notyf__icon--error, .notyf__icon--success{
  height:21px;
  width:21px;
  background:white;
  border-radius:50%;
  display:block;
  margin:0 auto;
  position:relative;
}
.notyf__icon--error:after, .notyf__icon--error:before{
  content:"";
  background:currentColor;
  display:block;
  position:absolute;
  width:3px;
  border-radius:3px;
  left:9px;
  height:12px;
  top:5px;
}
.notyf__icon--error:after{
  transform:rotate(-45deg);
}
.notyf__icon--error:before{
  transform:rotate(45deg);
}
.notyf__icon--success:after, .notyf__icon--success:before{
  content:"";
  background:currentColor;
  display:block;
  position:absolute;
  width:3px;
  border-radius:3px;
}
.notyf__icon--success:after{
  height:6px;
  transform:rotate(-45deg);
  top:9px;
  left:6px;
}
.notyf__icon--success:before{
  height:11px;
  transform:rotate(45deg);
  top:5px;
  left:10px;
}
.notyf__toast{
  display:block;
  overflow:hidden;
  pointer-events:auto;
  animation:notyf-fadeinup 0.3s ease-in forwards;
  box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.25);
  position:relative;
  padding:0 15px;
  border-radius:2px;
  max-width:300px;
  transform:translateY(25%);
  box-sizing:border-box;
  flex-shrink:0;
}
.notyf__toast--disappear{
  transform:translateY(0);
  animation:notyf-fadeoutdown 0.3s forwards;
  animation-delay:0.25s;
}
.notyf__toast--disappear .notyf__message, .notyf__toast--disappear .notyf__icon{
  animation:notyf-fadeoutdown 0.3s forwards;
  opacity:1;
  transform:translateY(0);
}
.notyf__toast--disappear .notyf__dismiss{
  animation:notyf-fadeoutright 0.3s forwards;
  opacity:1;
  transform:translateX(0);
}
.notyf__toast--disappear .notyf__message{
  animation-delay:0.05s;
}
.notyf__toast--upper{
  margin-bottom:20px;
}
.notyf__toast--lower{
  margin-top:20px;
}
.notyf__toast--dismissible .notyf__wrapper{
  padding-right:30px;
}
.notyf__ripple{
  height:400px;
  width:400px;
  position:absolute;
  transform-origin:bottom right;
  right:0;
  top:0;
  border-radius:50%;
  transform:scale(0) translateY(-51%) translateX(13%);
  z-index:5;
  animation:ripple 0.4s ease-out forwards;
}
.notyf__wrapper{
  display:flex;
  align-items:center;
  padding-top:17px;
  padding-bottom:17px;
  padding-right:15px;
  border-radius:3px;
  position:relative;
  z-index:10;
}
.notyf__icon{
  width:22px;
  text-align:center;
  font-size:1.3em;
  opacity:0;
  animation:notyf-fadeinup 0.3s forwards;
  animation-delay:0.3s;
  margin-right:13px;
}
.notyf__dismiss{
  position:absolute;
  top:0;
  right:0;
  height:100%;
  width:26px;
  margin-right:-15px;
  animation:notyf-fadeinleft 0.3s forwards;
  animation-delay:0.35s;
  opacity:0;
}
.notyf__dismiss-btn{
  background-color:rgba(0, 0, 0, 0.25);
  border:none;
  cursor:pointer;
  transition:opacity 0.2s ease, background-color 0.2s ease;
  outline:none;
  opacity:0.35;
  height:100%;
  width:100%;
}
.notyf__dismiss-btn:after, .notyf__dismiss-btn:before{
  content:"";
  background:white;
  height:12px;
  width:2px;
  border-radius:3px;
  position:absolute;
  left:calc(50% - 1px);
  top:calc(50% - 5px);
}
.notyf__dismiss-btn:after{
  transform:rotate(-45deg);
}
.notyf__dismiss-btn:before{
  transform:rotate(45deg);
}
.notyf__dismiss-btn:hover{
  opacity:0.7;
  background-color:rgba(0, 0, 0, 0.15);
}
.notyf__dismiss-btn:active{
  opacity:0.8;
}
.notyf__message{
  vertical-align:middle;
  position:relative;
  opacity:0;
  animation:notyf-fadeinup 0.3s forwards;
  animation-delay:0.25s;
  line-height:1.5em;
}
@media only screen and (max-width: 480px){
  .notyf{
    padding:0;
  }
  .notyf__ripple{
    height:600px;
    width:600px;
    animation-duration:0.5s;
  }
  .notyf__toast{
    max-width:initial;
    border-radius:0;
    box-shadow:0px -2px 7px 0px rgba(0, 0, 0, 0.13);
    width:100%;
  }
  .notyf__dismiss{
    width:56px;
  }
}
.v-select:not(.vs--open) input.vs__search{
  max-width:1px;
}
.v-select .vs__selected-options{
  min-height:24px;
}
.v-select input.vs__search{
  border:none;
  min-height:20px;
  line-height:1.5;
  box-shadow:none;
  outline:none;
}
.v-select.vs--single.vs--open .vs__selected{
  top:0;
}
.v-select.vs--single .vs__selected-options{
  flex-wrap:nowrap;
}
.v-select .vs__dropdown-toggle{
  border:1px solid #7e8993;
}
.v-select .vs__dropdown-option{
  padding:8px 20px;
  white-space:normal;
  border-top:1px dotted #ccc;
  margin:0;
}
.v-select .vs__actions img.emoji{
  width:14px !important;
  height:14px !important;
}
.v-select .vs__dropdown-menu{
  padding:0;
}
.anwp-staff-attach-to-roster-modal .v-select .vs__search, .anwp-player-attach-to-roster-modal .v-select .vs__search{
  padding:0 !important;
  opacity:0;
}
.v-select input.vs__search[readonly]{
  background-color:#ffffff;
}

#sl_tournament_metabox{
  background-color:#F1F1F1;
  box-shadow:none;
  border:none;
}
#sl_tournament_metabox .inside{
  margin:0;
  padding:0;
}
#sl_tournament_metabox h2.hndle{
  display:none;
}
#sl_tournament_metabox > button.handlediv{
  display:none;
}
#sl_tournament_metabox > .postbox-header{
  display:none;
}

#sl_tournament_cmb2_metabox .inside{
  margin:0;
  padding:0;
}

.anwp-vue-stage-team{
  border:1px solid #ddd;
  background-color:#fff;
}

.anwp-sl-admin-metabox__td #stage_edit__system{
  text-transform:lowercase;
}

.sl-tournament-stage-list + .sl-tournament-stage-list{
  border-top:1px solid #eee;
}
.sl-tournament-stage-list span.list-stage-title{
  font-size:16px;
  font-weight:600;
  text-transform:uppercase;
}

.anwp-b-wrap .anwp-stage-badge{
  text-transform:uppercase;
}
.anwp-b-wrap .anwp-stage-header{
  text-transform:uppercase;
  font-size:13px;
  background-color:#f5f5f5;
  padding:3px 10px;
  color:#222;
  display:inline-block;
}
.anwp-b-wrap .anwp-stage-header:empty{
  display:none;
}
.anwp-b-wrap .anwp-admin-stage-team-logo{
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  width:24px;
  height:24px;
  display:inline-block;
}
.anwp-b-wrap .anwp-stage-rule__btn{
  border:1px solid #ddd;
  padding:2px;
  text-decoration:none;
}
.anwp-b-wrap .anwp-stage-rule__btn:hover, .anwp-b-wrap .anwp-stage-rule__btn:active{
  text-decoration:none;
  border-color:#bbb;
}
.anwp-b-wrap .anwp-stage-group-schema{
  min-width:200px;
  box-shadow:none;
  max-width:none;
  border:1px solid #9ccc65;
}
.anwp-b-wrap .anwp-stage-group-schema .card-header{
  font-weight:400;
  background-color:#C8E6C9;
  color:#1b5e20;
  border-bottom:1px solid #9ccc65;
}
.anwp-b-wrap .anwp-stage-group-schema .card-header span{
  font-size:14px;
}
.anwp-b-wrap .anwp-stage-group-schema .card-header .anwp-icon{
  fill:#1b5e20;
}
.anwp-b-wrap .anwp-stage-group-schema .card-body{
  padding:6px;
}
.anwp-b-wrap .anwp-stage-group-schema__team{
  border:1px solid #ddd;
}
.anwp-b-wrap .anwp-stage-group-schema__edit{
  line-height:12px;
  border-left:1px solid #9ccc65;
}
.anwp-b-wrap .anwp-stage-group-schema__edit i{
  font-size:16px;
}

@media screen and (min-width: 782.5px){
  body.wp-admin.post-type-sl_tournament.edit-php table.wp-list-table #tournament_id{
    width:5%;
  }
}

#sl_standing_metabox{
  background-color:#F1F1F1;
  box-shadow:none;
  border:none;
}
#sl_standing_metabox .inside{
  margin:0;
  padding:0;
}
#sl_standing_metabox h2.hndle{
  display:none;
}
#sl_standing_metabox > button.handlediv{
  display:none;
}
#sl_standing_metabox > .postbox-header{
  display:none;
}

body.wp-admin.post-type-sl_standing #post-body-content{
  display:none;
}

#sl_cmb2_standing_metabox .inside{
  margin:0;
  padding:0;
}

.anwp-sl-icon--shirt-number{
  position:absolute;
  left:0;
  right:0;
  top:12px;
  font-size:18px;
  color:#555;
  font-weight:700;
}

.game-hero .team-logo__cover{
  background:center/contain no-repeat;
  width:60px;
  height:60px;
}

#sl_game_cmb2_metabox > .inside{
  margin:0;
  padding:0;
}

.anwp-vue-game-wrapper .event__time{
  width:80px;
  text-align:center;
}
.anwp-vue-game-wrapper .event__icon{
  width:50px;
  text-align:center;
}
.anwp-vue-game-wrapper .event__icon-image{
  background-position:center;
  background-size:contain;
  width:50px;
  height:50px;
  background-repeat:no-repeat;
}

#sl_game_metabox{
  background-color:#F1F1F1;
  box-shadow:none;
  border:none;
}
#sl_game_metabox .inside{
  margin:0;
  padding:0;
}
#sl_game_metabox h2.hndle{
  display:none;
}
#sl_game_metabox > button.handlediv{
  display:none;
}
#sl_game_metabox > .postbox-header{
  display:none;
}

.anwp-input-table__sticky-outer{
  width:calc(100% - 10px);
  overflow-x:scroll;
}

.anwp-input-table__sticky-outer .anwp-input-table__sticky-first td:first-child, .anwp-input-table__sticky-outer .anwp-input-table__sticky-first th:first-child{
  position:sticky;
  left:-1px;
  background-color:#f7f7f7;
  border-bottom:1px solid #dee2e6;
}

.anwp-input-table{
  width:auto !important;
}
.anwp-input-table td{
  padding:0 !important;
  width:70px;
  text-align:center;
}
.anwp-input-table th{
  padding:7px !important;
  text-align:center;
  font-size:12px;
  line-height:1.1;
}
.anwp-input-table__cell-38{
  height:38px !important;
  max-height:38px !important;
}
.anwp-input-table input{
  width:70px;
  border-style:dotted;
}
.anwp-input-table input[type=checkbox]{
  width:auto;
  margin-top:3px;
}

body.wp-admin.post-type-sl_game #post-body-content{
  display:none;
}

.game-players-selector .option__number{
  padding:4px 8px;
  border:1px solid #ccc;
  margin-right:10px;
  font-size:16px;
  font-weight:600;
}
.game-players-selector__group{
  background-color:#c5d4c6;
  font-size:16px;
}
.game-players-selector .multiselect__tags-wrap .multiselect__tag{
  display:none !important;
}
.game-players-selector .multiselect__input::placeholder{
  color:#ddd;
}

#sl_team_roster{
  background-color:#F1F1F1;
  box-shadow:none;
  border:none;
}
#sl_team_roster .inside{
  margin:0;
  padding:0;
}
#sl_team_roster h2.hndle{
  display:none;
}
#sl_team_roster > button.handlediv{
  display:none;
}
#sl_team_roster > .postbox-header{
  display:none;
}

.roster-item__outer{
  margin-bottom:5px;
  border:1px solid #e5e5e5;
  background-color:#fff;
}
.roster-item__group{
  background-color:#c5d4c6;
}
.roster-item__number{
  width:60px;
}
.roster-item__label{
  font-size:10px;
  color:#265829;
  display:block;
  line-height:1.1;
}
.roster-item__title{
  font-size:16px;
}
.roster-item__group .roster-item__title{
  text-transform:uppercase;
  letter-spacing:1px;
}

.anwp-vue-roster-wrapper .multiselect{
  max-width:500px;
}
.anwp-vue-roster-wrapper .multiselect .multiselect__tags-wrap{
  display:none;
}
.anwp-vue-roster-wrapper #ajax::placeholder{
  color:#aaa;
}
.anwp-vue-roster-wrapper .multiselect__option--highlight{
  background:#c7e8da;
  outline:none;
  color:#444;
}
.anwp-vue-roster-wrapper .option__attr span{
  font-size:12px;
  color:#888;
  display:inline-block;
}
.anwp-vue-roster-wrapper .multiselect__strong{
  display:none !important;
}

.anwp-stats-admin-col{
  min-width:170px;
}

.anwp-sl-edit-event-icon{
  width:36px;
  height:36px;
}

#sl-options-event-config th{
  padding:4px 10px;
  font-weight:500;
  border-left:1px solid #a6ca98;
  border-bottom-width:1px;
}
#sl-options-event-config, #sl-options-event-config tr, #sl-options-event-config td, #sl-options-event-config th{
  border-color:#a6ca98 !important;
}
#sl-options-event-config{
  border:1px solid;
  border-top:none;
}
#sl-options-event-config thead{
  background-color:#f8fbf3;
  color:#2c6116;
}

.anwp-request-spinner{
  display:none;
}
.anwp-request-active + .anwp-request-spinner{
  display:inline-block;
}

.sl-dashboard__section-boxes{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(350px, 1fr));
  gap:30px;
}
.sl-dashboard__section-box{
  position:relative;
  min-width:255px;
  border:1px solid #c3c4c7;
  box-shadow:0 1px 1px rgba(0, 0, 0, 0.04);
  background:#fff;
}
.sl-dashboard__section-box-header{
  font-size:14px;
  line-height:1;
  color:#1d2327;
  font-weight:600;
  border-bottom:1px solid #c3c4c7;
  min-height:35px;
}
.sl-dashboard__section-box-header-info{
  border-left:1px solid #c3c4c7;
  padding:4px 8px;
  height:35px;
  color:#444;
}
.sl-dashboard__section-box-header-icon{
  padding:6px 8px;
  height:35px;
}
.sl-dashboard__section-box-header-title{
  padding:2px 4px;
  font-size:15px;
}
.sl-dashboard__section-box-inside{
  padding:15px;
  min-height:150px;
  font-size:14px;
}
.sl-dashboard__section-box-inside--mini{
  min-height:100px;
}
.sl-dashboard__section-box-item{
  border-bottom:1px solid rgba(195, 196, 199, 0.3);
}
.sl-dashboard__section-box-item + .sl-dashboard__section-box-item{
  margin-top:6px;
}
.sl-dashboard .components-tip svg{
  margin-right:6px;
}

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

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

.anwp-b-wrap *,
.anwp-b-wrap *::before,
.anwp-b-wrap *::after{
  box-sizing:border-box;
}

.anwp-sl-event-table-comment{
  left:125px;
  border:0 !important;
  border-top:1px dotted #ddd !important;
  right:15px;
  bottom:0;
}

.anwp-sl-event-table-row-with-comment:not(.sortable-drag){
  position:relative;
}
.anwp-sl-event-table-row-with-comment:not(.sortable-drag) td:not(.anwp-sl-event-table-comment){
  padding-bottom:32px !important;
}

.anwp-sl-event-table-row-with-comment.sortable-drag .anwp-sl-event-table-comment{
  display:none !important;
}

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

.anwp-drag-handler, .anwp-drag-handler2{
  cursor:move;
  -webkit-user-select:none !important;
          user-select:none !important;
}

.anwp-min-height-unset{
  min-height:unset !important;
}

.anwp-sl-hover-bg:hover{
  background-color:#f3fcf4;
}

.anwp-b-wrap .anwp-sl-line-height-1-0{
  line-height:1 !important;
}
.anwp-b-wrap .anwp-sl-line-height-1-2{
  line-height:1.2 !important;
}
.anwp-b-wrap .anwp-sl-line-height-1-4{
  line-height:1.4 !important;
}
.anwp-b-wrap .anwp-sl-line-height-1-6{
  line-height:1.6 !important;
}
.anwp-b-wrap .anwp-sl-line-height-1-8{
  line-height:1.8 !important;
}
.anwp-b-wrap .anwp-sl-line-height-2-0{
  line-height:2 !important;
}

.anwp-b-wrap .h1{
  font-size:28px;
}
.anwp-b-wrap .h2{
  font-size:25px;
}
.anwp-b-wrap .h3{
  font-size:22px;
}
.anwp-b-wrap .h4{
  font-size:19px;
}
.anwp-b-wrap .h5{
  font-size:17px;
}
.anwp-b-wrap .h6{
  font-size:14px;
}

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

.anwp-b-wrap select, .anwp-b-wrap .button, .anwp-b-wrap .button-primary, .anwp-b-wrap .button-secondary{
  min-height:30px;
}
.anwp-b-wrap .button{
  line-height:28px;
}
.anwp-b-wrap input{
  max-height:32px;
}
.anwp-b-wrap .custom-control-description{
  line-height:22px;
}

a.btn{
  cursor:pointer;
}

.anwp-input-number-small{
  max-width:50px;
}

.anwp-input-number-medium{
  max-width:80px;
}

.anwp-toggle-w-60 .toggle{
  width:60px !important;
}

.anwp-toggle-w-80 .toggle{
  width:80px !important;
}

.anwp-toggle-w-90 .toggle{
  width:90px !important;
}

.anwp-toggle-w-100 .toggle{
  width:100px !important;
}

.sl-toggle-green-blue{
  --toggle-bg-on:#00733a;
  --toggle-border-on:#00733a;
  --toggle-bg-off:#0d37a1;
  --toggle-border-off:#0d37a1;
  --toggle-text-off:#fff;
}

.toggle-label{
  width:auto !important;
  padding-left:6px;
  padding-right:6px;
}

.anwp-pagination a{
  cursor:pointer;
}

.anwp-sl-stage-tab__active{
  background-color:white;
  border-bottom:1px solid #fff !important;
  z-index:3;
}

.anwp-sl-stage-tab__content{
  position:relative;
  z-index:2;
}

.anwp-dashed-inline-list > * + *:before{
  margin-left:10px;
  padding-right:10px;
  content:"-";
}

.anwp-checkbox-icon--checked{
  display:none !important;
}
input:checked ~ .anwp-checkbox-icon--checked{
  display:inline-block !important;
}

input:checked ~ .anwp-checkbox-icon--unchecked{
  display:none !important;
}

.anwp-b-wrap table{
  box-sizing:border-box;
  border-collapse:collapse;
}

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

.anwp-small{
  font-size:85%;
  font-weight:400;
}

.anwp-font-18{
  font-size:18px;
  line-height:1.3;
}

.anwp-td-px2 td{
  padding-right:0.5rem !important;
  padding-left:0.5rem !important;
}

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

.anwp-subtle-info-bg{
  background-color:rgba(23, 162, 184, 0.15);
}

.anwp-text-line-through{
  text-decoration:line-through;
}

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

.sortable-ghost, .anwp-b-wrap .sortable-ghost{
  background-color:#fffcdd !important;
}

body .anwp-b-wrap .anwp-d-flex-not-important{
  display:flex;
}

.anwp-border-top-dotted{
  border-top:1px dotted #e1e1e1;
}

.anwp-sl-menu-wrapper{
  width:200px;
}
.anwp-sl-menu-wrapper .anwp-sl-collapse-menu svg{
  transition:transform 0.2s ease-in-out;
}
.anwp-sl-menu-wrapper.anwp-sl-collapsed-menu{
  width:44px;
}
.anwp-sl-menu-wrapper.anwp-sl-collapsed-menu .anwp-sl-metabox-page-nav__item > a > span{
  display:none;
}
.anwp-sl-menu-wrapper.anwp-sl-collapsed-menu #anwp-sl-publish-click-proxy span{
  display:none;
}
.anwp-sl-menu-wrapper.anwp-sl-collapsed-menu .anwp-sl-collapse-menu svg{
  transform:rotate(180deg);
}

#anwp-sl-publish-click-proxy .spinner{
  display:none;
}

#anwp-sl-publish-click-proxy:disabled span, #anwp-sl-publish-click-proxy:disabled svg{
  display:none;
}
#anwp-sl-publish-click-proxy:disabled .spinner.is-active{
  display:block;
}

.anwp-b-wrap .anwp-sl-metabox-page-nav__item > a{
  border-left:1px solid transparent !important;
}

.anwp-b-wrap .anwp-sl-metabox-page-nav--active{
  background-color:#ebf8ff;
  border-left:1px solid #2271b1 !important;
}
.anwp-b-wrap .anwp-sl-metabox-page-nav--active > a{
  border-left:1px solid #2271b1 !important;
}

.anwp-vue-stage-teams{
  backface-visibility:hidden;
}

.anwp-standing-rules-leave-active{
  position:absolute;
  z-index:0;
  transition:all 0s ease;
  opacity:0 !important;
  display:none;
}
.anwp-standing-rules-move{
  transition:all 0.3s ease;
}
.anwp-b-wrap .col-1{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-2{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-3{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-4{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-5{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-6{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-7{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-8{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-9{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-10{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-11{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-12{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col,
.anwp-b-wrap .col-auto{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col{
  flex-basis:0;
  flex-grow:1;
  max-width:100%;
}
.anwp-b-wrap .col-auto{
  flex:0 0 auto;
  width:auto;
  max-width:100%;
}
.anwp-b-wrap .col-1{
  flex:0 0 8.3333333333%;
  max-width:8.3333333333%;
}
.anwp-b-wrap .col-2{
  flex:0 0 16.6666666667%;
  max-width:16.6666666667%;
}
.anwp-b-wrap .col-3{
  flex:0 0 25%;
  max-width:25%;
}
.anwp-b-wrap .col-4{
  flex:0 0 33.3333333333%;
  max-width:33.3333333333%;
}
.anwp-b-wrap .col-5{
  flex:0 0 41.6666666667%;
  max-width:41.6666666667%;
}
.anwp-b-wrap .col-6{
  flex:0 0 50%;
  max-width:50%;
}
.anwp-b-wrap .col-7{
  flex:0 0 58.3333333333%;
  max-width:58.3333333333%;
}
.anwp-b-wrap .col-8{
  flex:0 0 66.6666666667%;
  max-width:66.6666666667%;
}
.anwp-b-wrap .col-9{
  flex:0 0 75%;
  max-width:75%;
}
.anwp-b-wrap .col-10{
  flex:0 0 83.3333333333%;
  max-width:83.3333333333%;
}
.anwp-b-wrap .col-11{
  flex:0 0 91.6666666667%;
  max-width:91.6666666667%;
}
.anwp-b-wrap .col-12{
  flex:0 0 100%;
  max-width:100%;
}
.anwp-b-wrap .col-sm-1{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-sm-2{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-sm-3{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-sm-4{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-sm-5{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-sm-6{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-sm-7{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-sm-8{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-sm-9{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-sm-10{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-sm-11{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-sm-12{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-sm,
.anwp-b-wrap .col-sm-auto{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
@media (min-width: 576px){
  .anwp-b-wrap .col-sm{
    flex-basis:0;
    flex-grow:1;
    max-width:100%;
  }
  .anwp-b-wrap .col-sm-auto{
    flex:0 0 auto;
    width:auto;
    max-width:100%;
  }
  .anwp-b-wrap .col-sm-1{
    flex:0 0 8.3333333333%;
    max-width:8.3333333333%;
  }
  .anwp-b-wrap .col-sm-2{
    flex:0 0 16.6666666667%;
    max-width:16.6666666667%;
  }
  .anwp-b-wrap .col-sm-3{
    flex:0 0 25%;
    max-width:25%;
  }
  .anwp-b-wrap .col-sm-4{
    flex:0 0 33.3333333333%;
    max-width:33.3333333333%;
  }
  .anwp-b-wrap .col-sm-5{
    flex:0 0 41.6666666667%;
    max-width:41.6666666667%;
  }
  .anwp-b-wrap .col-sm-6{
    flex:0 0 50%;
    max-width:50%;
  }
  .anwp-b-wrap .col-sm-7{
    flex:0 0 58.3333333333%;
    max-width:58.3333333333%;
  }
  .anwp-b-wrap .col-sm-8{
    flex:0 0 66.6666666667%;
    max-width:66.6666666667%;
  }
  .anwp-b-wrap .col-sm-9{
    flex:0 0 75%;
    max-width:75%;
  }
  .anwp-b-wrap .col-sm-10{
    flex:0 0 83.3333333333%;
    max-width:83.3333333333%;
  }
  .anwp-b-wrap .col-sm-11{
    flex:0 0 91.6666666667%;
    max-width:91.6666666667%;
  }
  .anwp-b-wrap .col-sm-12{
    flex:0 0 100%;
    max-width:100%;
  }
}
.anwp-b-wrap .col-md-1{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-md-2{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-md-3{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-md-4{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-md-5{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-md-6{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-md-7{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-md-8{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-md-9{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-md-10{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-md-11{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-md-12{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-md,
.anwp-b-wrap .col-md-auto{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
@media (min-width: 768px){
  .anwp-b-wrap .col-md{
    flex-basis:0;
    flex-grow:1;
    max-width:100%;
  }
  .anwp-b-wrap .col-md-auto{
    flex:0 0 auto;
    width:auto;
    max-width:100%;
  }
  .anwp-b-wrap .col-md-1{
    flex:0 0 8.3333333333%;
    max-width:8.3333333333%;
  }
  .anwp-b-wrap .col-md-2{
    flex:0 0 16.6666666667%;
    max-width:16.6666666667%;
  }
  .anwp-b-wrap .col-md-3{
    flex:0 0 25%;
    max-width:25%;
  }
  .anwp-b-wrap .col-md-4{
    flex:0 0 33.3333333333%;
    max-width:33.3333333333%;
  }
  .anwp-b-wrap .col-md-5{
    flex:0 0 41.6666666667%;
    max-width:41.6666666667%;
  }
  .anwp-b-wrap .col-md-6{
    flex:0 0 50%;
    max-width:50%;
  }
  .anwp-b-wrap .col-md-7{
    flex:0 0 58.3333333333%;
    max-width:58.3333333333%;
  }
  .anwp-b-wrap .col-md-8{
    flex:0 0 66.6666666667%;
    max-width:66.6666666667%;
  }
  .anwp-b-wrap .col-md-9{
    flex:0 0 75%;
    max-width:75%;
  }
  .anwp-b-wrap .col-md-10{
    flex:0 0 83.3333333333%;
    max-width:83.3333333333%;
  }
  .anwp-b-wrap .col-md-11{
    flex:0 0 91.6666666667%;
    max-width:91.6666666667%;
  }
  .anwp-b-wrap .col-md-12{
    flex:0 0 100%;
    max-width:100%;
  }
}
.anwp-b-wrap .col-lg-1{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-lg-2{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-lg-3{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-lg-4{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-lg-5{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-lg-6{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-lg-7{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-lg-8{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-lg-9{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-lg-10{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-lg-11{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-lg-12{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-lg,
.anwp-b-wrap .col-lg-auto{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
@media (min-width: 992px){
  .anwp-b-wrap .col-lg{
    flex-basis:0;
    flex-grow:1;
    max-width:100%;
  }
  .anwp-b-wrap .col-lg-auto{
    flex:0 0 auto;
    width:auto;
    max-width:100%;
  }
  .anwp-b-wrap .col-lg-1{
    flex:0 0 8.3333333333%;
    max-width:8.3333333333%;
  }
  .anwp-b-wrap .col-lg-2{
    flex:0 0 16.6666666667%;
    max-width:16.6666666667%;
  }
  .anwp-b-wrap .col-lg-3{
    flex:0 0 25%;
    max-width:25%;
  }
  .anwp-b-wrap .col-lg-4{
    flex:0 0 33.3333333333%;
    max-width:33.3333333333%;
  }
  .anwp-b-wrap .col-lg-5{
    flex:0 0 41.6666666667%;
    max-width:41.6666666667%;
  }
  .anwp-b-wrap .col-lg-6{
    flex:0 0 50%;
    max-width:50%;
  }
  .anwp-b-wrap .col-lg-7{
    flex:0 0 58.3333333333%;
    max-width:58.3333333333%;
  }
  .anwp-b-wrap .col-lg-8{
    flex:0 0 66.6666666667%;
    max-width:66.6666666667%;
  }
  .anwp-b-wrap .col-lg-9{
    flex:0 0 75%;
    max-width:75%;
  }
  .anwp-b-wrap .col-lg-10{
    flex:0 0 83.3333333333%;
    max-width:83.3333333333%;
  }
  .anwp-b-wrap .col-lg-11{
    flex:0 0 91.6666666667%;
    max-width:91.6666666667%;
  }
  .anwp-b-wrap .col-lg-12{
    flex:0 0 100%;
    max-width:100%;
  }
}
.anwp-b-wrap .col-xl-1{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-xl-2{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-xl-3{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-xl-4{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-xl-5{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-xl-6{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-xl-7{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-xl-8{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-xl-9{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-xl-10{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-xl-11{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-xl-12{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
.anwp-b-wrap .col-xl,
.anwp-b-wrap .col-xl-auto{
  position:relative;
  width:100%;
  padding-right:15px;
  padding-left:15px;
}
@media (min-width: 1200px){
  .anwp-b-wrap .col-xl{
    flex-basis:0;
    flex-grow:1;
    max-width:100%;
  }
  .anwp-b-wrap .col-xl-auto{
    flex:0 0 auto;
    width:auto;
    max-width:100%;
  }
  .anwp-b-wrap .col-xl-1{
    flex:0 0 8.3333333333%;
    max-width:8.3333333333%;
  }
  .anwp-b-wrap .col-xl-2{
    flex:0 0 16.6666666667%;
    max-width:16.6666666667%;
  }
  .anwp-b-wrap .col-xl-3{
    flex:0 0 25%;
    max-width:25%;
  }
  .anwp-b-wrap .col-xl-4{
    flex:0 0 33.3333333333%;
    max-width:33.3333333333%;
  }
  .anwp-b-wrap .col-xl-5{
    flex:0 0 41.6666666667%;
    max-width:41.6666666667%;
  }
  .anwp-b-wrap .col-xl-6{
    flex:0 0 50%;
    max-width:50%;
  }
  .anwp-b-wrap .col-xl-7{
    flex:0 0 58.3333333333%;
    max-width:58.3333333333%;
  }
  .anwp-b-wrap .col-xl-8{
    flex:0 0 66.6666666667%;
    max-width:66.6666666667%;
  }
  .anwp-b-wrap .col-xl-9{
    flex:0 0 75%;
    max-width:75%;
  }
  .anwp-b-wrap .col-xl-10{
    flex:0 0 83.3333333333%;
    max-width:83.3333333333%;
  }
  .anwp-b-wrap .col-xl-11{
    flex:0 0 91.6666666667%;
    max-width:91.6666666667%;
  }
  .anwp-b-wrap .col-xl-12{
    flex:0 0 100%;
    max-width:100%;
  }
}
.anwp-b-wrap .table{
  width:100%;
  margin-bottom:1rem;
  color:#212529;
  background-color:transparent;
}
.anwp-b-wrap .table th,
.anwp-b-wrap .table td{
  padding:0.75rem;
  vertical-align:top;
  border-top:1px solid #dee2e6;
}
.anwp-b-wrap .table thead th{
  vertical-align:bottom;
  border-bottom:2px solid #dee2e6;
}
.anwp-b-wrap .table tbody + tbody{
  border-top:2px solid #dee2e6;
}
.anwp-b-wrap .table-sm th,
.anwp-b-wrap .table-sm td{
  padding:0.3rem;
}
.anwp-b-wrap .table-bordered{
  border:1px solid #dee2e6;
}
.anwp-b-wrap .table-bordered th,
.anwp-b-wrap .table-bordered td{
  border:1px solid #dee2e6;
}
.anwp-b-wrap .table-bordered thead th,
.anwp-b-wrap .table-bordered thead td{
  border-bottom-width:2px;
}
.anwp-b-wrap .table-borderless th,
.anwp-b-wrap .table-borderless td,
.anwp-b-wrap .table-borderless thead th,
.anwp-b-wrap .table-borderless tbody + tbody{
  border:0;
}
.anwp-b-wrap .table-striped tbody tr:nth-of-type(odd){
  background-color:rgba(0, 0, 0, 0.05);
}
.anwp-b-wrap .table-hover tbody tr:hover{
  background-color:rgba(0, 0, 0, 0.075);
}
.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;
}
@media (max-width: 575.98px){
  .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;
  }
}
@media (max-width: 767.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: 991.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: 1199.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;
  }
}
.anwp-b-wrap .table-primary{
  background-color:rgba(0, 133, 186, 0.15);
}
.anwp-b-wrap .table-secondary{
  background-color:rgba(108, 117, 125, 0.15);
}
.anwp-b-wrap .table-success{
  background-color:rgba(67, 147, 40, 0.15);
}
.anwp-b-wrap .table-danger{
  background-color:rgba(220, 53, 69, 0.15);
}
.anwp-b-wrap .table-warning{
  background-color:rgba(251, 192, 45, 0.15);
}
.anwp-b-wrap .table-info{
  background-color:rgba(23, 162, 184, 0.15);
}
.anwp-b-wrap .form-control{
  display:block;
  width:100%;
  height:calc(1.5em + 0.75rem + 2px);
  padding:0.375rem 0.75rem;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#495057;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid #ced4da;
  border-radius:0;
  transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.anwp-b-wrap .form-control:focus{
  color:#495057;
  background-color:#fff;
  border-color:rgb(58.5, 199.0080645161, 255);
  outline:0;
  box-shadow:0 0 0 0.2rem rgba(0, 133, 186, 0.25);
}
.anwp-b-wrap .form-control::placeholder{
  color:#6c757d;
  opacity:1;
}
.anwp-b-wrap .form-control:disabled, .anwp-b-wrap .form-control[readonly]{
  background-color:#e9ecef;
  opacity:1;
}
.anwp-b-wrap textarea.form-control{
  height:auto;
}
.anwp-b-wrap select.form-control:focus::-ms-value{
  color:#495057;
  background-color:#fff;
}
.anwp-b-wrap .alert{
  position:relative;
  padding:0.75rem 1.25rem;
  margin-bottom:1rem;
  border:1px solid transparent;
  border-radius:0;
}
.anwp-b-wrap .alert-primary{
  color:rgb(0, 23.5967741935, 33);
  background-color:rgb(135, 220.8064516129, 255);
  border-color:rgb(109.5, 213.5403225806, 255);
}
.anwp-b-wrap .alert-secondary{
  color:rgb(37.0815450644, 40.1716738197, 42.9184549356);
  background-color:rgb(215.8369098712, 218.6566523605, 221.1630901288);
  border-color:rgb(202.1566523605, 205.9613733906, 209.3433476395);
}
.anwp-b-wrap .alert-success{
  color:rgb(12.1818181818, 26.7272727273, 7.2727272727);
  background-color:rgb(178.6363636364, 229.5454545455, 161.4545454545);
  border-color:rgb(162.2727272727, 224.0909090909, 141.4090909091);
}
.anwp-b-wrap .alert-danger{
  color:rgb(102.2784810127, 17.7215189873, 25.8227848101);
  background-color:rgb(250.1265822785, 226.8734177215, 229.1012658228);
  border-color:rgb(246.3607594937, 205.1392405063, 209.0886075949);
}
.anwp-b-wrap .alert-warning{
  color:rgb(140.3271028037, 100.9018691589, 2.6728971963);
  background-color:rgb(254.8130841121, 252.0560747664, 245.1869158879);
  border-color:rgb(254.3364485981, 244.5490654206, 220.1635514019);
}
.anwp-b-wrap .alert-info{
  color:rgb(6, 42.2608695652, 48);
  background-color:rgb(167, 233.4782608696, 244);
  border-color:rgb(144.3333333333, 227.9347826087, 241.1666666667);
}
.anwp-b-wrap .alert-light{
  color:#495057;
  background-color:#f8f9fa;
  border-color:#dee2e6;
}
.anwp-b-wrap .alert-dark{
  color:#fff;
  background-color:#343a40;
  border-color:rgb(40.5689655172, 45.25, 49.9310344828);
}
.anwp-b-wrap .alert-heading{
  color:inherit;
}
.anwp-b-wrap .alert-link{
  font-weight:700;
}
.anwp-b-wrap .alert-dismissible{
  padding-right:4rem;
}
.anwp-b-wrap .alert-dismissible .close{
  position:absolute;
  top:0;
  right:0;
  padding:0.75rem 1.25rem;
  color:inherit;
}
.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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right:-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-left:-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-right:-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-left:-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-right:-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-left:-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-right:-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-left:-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-right:-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-left:-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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right:-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-left:-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-right:-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-left:-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-right:-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-left:-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-right:-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-left:-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-right:-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-left:-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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right:-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-left:-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-right:-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-left:-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-right:-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-left:-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-right:-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-left:-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-right:-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-left:-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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right:-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-left:-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-right:-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-left:-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-right:-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-left:-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-right:-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-left:-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-right:-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-left:-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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right: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-left: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-right:-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-left:-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-right:-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-left:-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-right:-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-left:-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-right:-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-left:-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-right:-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-left:-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-right: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-left:auto !important;
  }
}
.anwp-b-wrap .d-none{
  display:none !important;
}
.anwp-b-wrap .d-inline{
  display:inline !important;
}
.anwp-b-wrap .d-inline-block{
  display:inline-block !important;
}
.anwp-b-wrap .d-block{
  display:block !important;
}
.anwp-b-wrap .d-table{
  display:table !important;
}
.anwp-b-wrap .d-table-row{
  display:table-row !important;
}
.anwp-b-wrap .d-table-cell{
  display:table-cell !important;
}
.anwp-b-wrap .d-flex{
  display:flex !important;
}
.anwp-b-wrap .d-inline-flex{
  display:inline-flex !important;
}
@media (min-width: 576px){
  .anwp-b-wrap .d-sm-none{
    display:none !important;
  }
  .anwp-b-wrap .d-sm-inline{
    display:inline !important;
  }
  .anwp-b-wrap .d-sm-inline-block{
    display:inline-block !important;
  }
  .anwp-b-wrap .d-sm-block{
    display:block !important;
  }
  .anwp-b-wrap .d-sm-table{
    display:table !important;
  }
  .anwp-b-wrap .d-sm-table-row{
    display:table-row !important;
  }
  .anwp-b-wrap .d-sm-table-cell{
    display:table-cell !important;
  }
  .anwp-b-wrap .d-sm-flex{
    display:flex !important;
  }
  .anwp-b-wrap .d-sm-inline-flex{
    display:inline-flex !important;
  }
}
@media (min-width: 768px){
  .anwp-b-wrap .d-md-none{
    display:none !important;
  }
  .anwp-b-wrap .d-md-inline{
    display:inline !important;
  }
  .anwp-b-wrap .d-md-inline-block{
    display:inline-block !important;
  }
  .anwp-b-wrap .d-md-block{
    display:block !important;
  }
  .anwp-b-wrap .d-md-table{
    display:table !important;
  }
  .anwp-b-wrap .d-md-table-row{
    display:table-row !important;
  }
  .anwp-b-wrap .d-md-table-cell{
    display:table-cell !important;
  }
  .anwp-b-wrap .d-md-flex{
    display:flex !important;
  }
  .anwp-b-wrap .d-md-inline-flex{
    display:inline-flex !important;
  }
}
@media (min-width: 992px){
  .anwp-b-wrap .d-lg-none{
    display:none !important;
  }
  .anwp-b-wrap .d-lg-inline{
    display:inline !important;
  }
  .anwp-b-wrap .d-lg-inline-block{
    display:inline-block !important;
  }
  .anwp-b-wrap .d-lg-block{
    display:block !important;
  }
  .anwp-b-wrap .d-lg-table{
    display:table !important;
  }
  .anwp-b-wrap .d-lg-table-row{
    display:table-row !important;
  }
  .anwp-b-wrap .d-lg-table-cell{
    display:table-cell !important;
  }
  .anwp-b-wrap .d-lg-flex{
    display:flex !important;
  }
  .anwp-b-wrap .d-lg-inline-flex{
    display:inline-flex !important;
  }
}
@media (min-width: 1200px){
  .anwp-b-wrap .d-xl-none{
    display:none !important;
  }
  .anwp-b-wrap .d-xl-inline{
    display:inline !important;
  }
  .anwp-b-wrap .d-xl-inline-block{
    display:inline-block !important;
  }
  .anwp-b-wrap .d-xl-block{
    display:block !important;
  }
  .anwp-b-wrap .d-xl-table{
    display:table !important;
  }
  .anwp-b-wrap .d-xl-table-row{
    display:table-row !important;
  }
  .anwp-b-wrap .d-xl-table-cell{
    display:table-cell !important;
  }
  .anwp-b-wrap .d-xl-flex{
    display:flex !important;
  }
  .anwp-b-wrap .d-xl-inline-flex{
    display:inline-flex !important;
  }
}
.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-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-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-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-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-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 .text-muted{
  color:#6c757d !important;
}
.anwp-b-wrap .text-white{
  color:#fff !important;
}
.anwp-b-wrap .text-primary{
  color:#0085ba !important;
}
.anwp-b-wrap .text-secondary{
  color:#6c757d !important;
}
.anwp-b-wrap .text-success{
  color:#439328 !important;
}
.anwp-b-wrap .text-danger{
  color:#dc3545 !important;
}
.anwp-b-wrap .text-warning{
  color:#FBC02D !important;
}
.anwp-b-wrap .text-info{
  color:#17a2b8 !important;
}
.anwp-b-wrap .text-left{
  text-align:left !important;
}
.anwp-b-wrap .text-right{
  text-align:right !important;
}
.anwp-b-wrap .text-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 .text-decoration-none{
  text-decoration:none !important;
}
.anwp-b-wrap .text-wrap{
  white-space:normal !important;
}
.anwp-b-wrap .text-nowrap{
  white-space:nowrap !important;
}
.anwp-b-wrap .text-break{
  word-wrap:break-word !important;
  word-break:break-word !important;
}
.anwp-b-wrap .text-truncate{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.anwp-b-wrap .font-weight-light{
  font-weight:300 !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-italic{
  font-style:italic !important;
}
.anwp-b-wrap .align-baseline{
  vertical-align:baseline !important;
}
.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-top{
  vertical-align:text-top !important;
}
.anwp-b-wrap .align-text-bottom{
  vertical-align:text-bottom !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 .bg-white{
  background-color:#fff !important;
}
.anwp-b-wrap .bg-light{
  background-color:#f8f9fa !important;
}
.anwp-b-wrap .bg-dark{
  background-color:#343a40 !important;
}
.anwp-b-wrap .bg-primary{
  background-color:#0085ba !important;
}
.anwp-b-wrap .bg-secondary{
  background-color:#6c757d !important;
}
.anwp-b-wrap .bg-success{
  background-color:#439328 !important;
}
.anwp-b-wrap .bg-danger{
  background-color:#dc3545 !important;
}
.anwp-b-wrap .bg-warning{
  background-color:#FBC02D !important;
}
.anwp-b-wrap .bg-info{
  background-color:#17a2b8 !important;
}
.anwp-b-wrap .bg-transparent{
  background-color:transparent !important;
}
.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-right:1px solid #dee2e6 !important;
}
.anwp-b-wrap .border-bottom{
  border-bottom:1px solid #dee2e6 !important;
}
.anwp-b-wrap .border-left{
  border-left: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-right:0 !important;
}
.anwp-b-wrap .border-bottom-0{
  border-bottom:0 !important;
}
.anwp-b-wrap .border-left-0{
  border-left: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:#439328 !important;
}
.anwp-b-wrap .border-danger{
  border-color:#dc3545 !important;
}
.anwp-b-wrap .border-warning{
  border-color:#FBC02D !important;
}
.anwp-b-wrap .border-info{
  border-color:#17a2b8 !important;
}
.anwp-b-wrap .border-white{
  border-color:#fff !important;
}
.anwp-b-wrap .rounded{
  border-radius:0 !important;
}
.anwp-b-wrap .rounded-top{
  border-top-left-radius:0 !important;
  border-top-right-radius:0 !important;
}
.anwp-b-wrap .rounded-right{
  border-top-right-radius:0 !important;
  border-bottom-right-radius:0 !important;
}
.anwp-b-wrap .rounded-bottom{
  border-bottom-right-radius:0 !important;
  border-bottom-left-radius:0 !important;
}
.anwp-b-wrap .rounded-left{
  border-top-left-radius:0 !important;
  border-bottom-left-radius:0 !important;
}
.anwp-b-wrap .rounded-circle{
  border-radius:50% !important;
}
.anwp-b-wrap .rounded-0{
  border-radius:0 !important;
}
.anwp-b-wrap .shadow-sm{
  box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.anwp-b-wrap .shadow-none{
  box-shadow:none !important;
}
.anwp-b-wrap .visible{
  visibility:visible !important;
}
.anwp-b-wrap .invisible{
  visibility:hidden !important;
}
.anwp-b-wrap .position-static{
  position:static !important;
}
.anwp-b-wrap .position-relative{
  position:relative !important;
}
.anwp-b-wrap .position-absolute{
  position:absolute !important;
}
.anwp-b-wrap .position-fixed{
  position:fixed !important;
}
.anwp-b-wrap .position-sticky{
  position:sticky !important;
}
.anwp-b-wrap .top-0{
  top:0 !important;
}
.anwp-b-wrap .top-50{
  top:50% !important;
}
.anwp-b-wrap .top-100{
  top:100% !important;
}
.anwp-b-wrap .bottom-0{
  bottom:0 !important;
}
.anwp-b-wrap .left-0{
  left:0 !important;
}
.anwp-b-wrap .right-0{
  right:0 !important;
}