.wpfe-container,
.wpfe-container-fluid,
.wpfe-container-sm,
.wpfe-container-md,
.wpfe-container-lg,
.wpfe-container-xl,
.wpfe-container-xxl,
.wpfe-container-xxxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

@media (min-width: 1200px) {
  .wpfe-container, .wpfe-container-sm, .wpfe-container-md, .wpfe-container-lg, .wpfe-container-xl {
    max-width: 1160px; } }

@media (min-width: 1440px) {
  .wpfe-container, .wpfe-container-sm, .wpfe-container-md, .wpfe-container-lg, .wpfe-container-xl, .wpfe-container-xxl {
    max-width: 1400px; } }

@media (min-width: 1600px) {
  .wpfe-container, .wpfe-container-sm, .wpfe-container-md, .wpfe-container-lg, .wpfe-container-xl, .wpfe-container-xxl, .wpfe-container-xxxl {
    max-width: 1560px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wpfe-offset-1 {
  margin-left: 8.33333%; }

.wpfe-offset-2 {
  margin-left: 16.66667%; }

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

.wpfe-offset-4 {
  margin-left: 33.33333%; }

.wpfe-offset-5 {
  margin-left: 41.66667%; }

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

.wpfe-offset-7 {
  margin-left: 58.33333%; }

.wpfe-offset-8 {
  margin-left: 66.66667%; }

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

.wpfe-offset-10 {
  margin-left: 83.33333%; }

.wpfe-offset-11 {
  margin-left: 91.66667%; }

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

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

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

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

@media (min-width: 1440px) {
  .wpfe-col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .wpfe-row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .wpfe-row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .wpfe-row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .wpfe-row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .wpfe-row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .wpfe-row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .wpfe-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .wpfe-col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .wpfe-col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .wpfe-col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .wpfe-col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .wpfe-col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .wpfe-col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .wpfe-col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .wpfe-col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .wpfe-col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .wpfe-col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .wpfe-col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .wpfe-col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .wpfe-order-xxl-first {
    order: -1; }
  .wpfe-order-xxl-last {
    order: 13; }
  .wpfe-order-xxl-0 {
    order: 0; }
  .wpfe-order-xxl-1 {
    order: 1; }
  .wpfe-order-xxl-2 {
    order: 2; }
  .wpfe-order-xxl-3 {
    order: 3; }
  .wpfe-order-xxl-4 {
    order: 4; }
  .wpfe-order-xxl-5 {
    order: 5; }
  .wpfe-order-xxl-6 {
    order: 6; }
  .wpfe-order-xxl-7 {
    order: 7; }
  .wpfe-order-xxl-8 {
    order: 8; }
  .wpfe-order-xxl-9 {
    order: 9; }
  .wpfe-order-xxl-10 {
    order: 10; }
  .wpfe-order-xxl-11 {
    order: 11; }
  .wpfe-order-xxl-12 {
    order: 12; }
  .wpfe-offset-xxl-0 {
    margin-left: 0; }
  .wpfe-offset-xxl-1 {
    margin-left: 8.33333%; }
  .wpfe-offset-xxl-2 {
    margin-left: 16.66667%; }
  .wpfe-offset-xxl-3 {
    margin-left: 25%; }
  .wpfe-offset-xxl-4 {
    margin-left: 33.33333%; }
  .wpfe-offset-xxl-5 {
    margin-left: 41.66667%; }
  .wpfe-offset-xxl-6 {
    margin-left: 50%; }
  .wpfe-offset-xxl-7 {
    margin-left: 58.33333%; }
  .wpfe-offset-xxl-8 {
    margin-left: 66.66667%; }
  .wpfe-offset-xxl-9 {
    margin-left: 75%; }
  .wpfe-offset-xxl-10 {
    margin-left: 83.33333%; }
  .wpfe-offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1600px) {
  .wpfe-col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .wpfe-row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .wpfe-row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .wpfe-row-cols-xxxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .wpfe-row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .wpfe-row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .wpfe-row-cols-xxxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .wpfe-col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .wpfe-col-xxxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .wpfe-col-xxxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .wpfe-col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .wpfe-col-xxxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .wpfe-col-xxxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .wpfe-col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .wpfe-col-xxxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .wpfe-col-xxxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .wpfe-col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .wpfe-col-xxxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .wpfe-col-xxxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .wpfe-col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .wpfe-order-xxxl-first {
    order: -1; }
  .wpfe-order-xxxl-last {
    order: 13; }
  .wpfe-order-xxxl-0 {
    order: 0; }
  .wpfe-order-xxxl-1 {
    order: 1; }
  .wpfe-order-xxxl-2 {
    order: 2; }
  .wpfe-order-xxxl-3 {
    order: 3; }
  .wpfe-order-xxxl-4 {
    order: 4; }
  .wpfe-order-xxxl-5 {
    order: 5; }
  .wpfe-order-xxxl-6 {
    order: 6; }
  .wpfe-order-xxxl-7 {
    order: 7; }
  .wpfe-order-xxxl-8 {
    order: 8; }
  .wpfe-order-xxxl-9 {
    order: 9; }
  .wpfe-order-xxxl-10 {
    order: 10; }
  .wpfe-order-xxxl-11 {
    order: 11; }
  .wpfe-order-xxxl-12 {
    order: 12; }
  .wpfe-offset-xxxl-0 {
    margin-left: 0; }
  .wpfe-offset-xxxl-1 {
    margin-left: 8.33333%; }
  .wpfe-offset-xxxl-2 {
    margin-left: 16.66667%; }
  .wpfe-offset-xxxl-3 {
    margin-left: 25%; }
  .wpfe-offset-xxxl-4 {
    margin-left: 33.33333%; }
  .wpfe-offset-xxxl-5 {
    margin-left: 41.66667%; }
  .wpfe-offset-xxxl-6 {
    margin-left: 50%; }
  .wpfe-offset-xxxl-7 {
    margin-left: 58.33333%; }
  .wpfe-offset-xxxl-8 {
    margin-left: 66.66667%; }
  .wpfe-offset-xxxl-9 {
    margin-left: 75%; }
  .wpfe-offset-xxxl-10 {
    margin-left: 83.33333%; }
  .wpfe-offset-xxxl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .wpfe-d-sm-none {
    display: none !important; }
  .wpfe-d-sm-inline {
    display: inline !important; }
  .wpfe-d-sm-inline-block {
    display: inline-block !important; }
  .wpfe-d-sm-block {
    display: block !important; }
  .wpfe-d-sm-table {
    display: table !important; }
  .wpfe-d-sm-table-row {
    display: table-row !important; }
  .wpfe-d-sm-table-cell {
    display: table-cell !important; }
  .wpfe-d-sm-flex {
    display: flex !important; }
  .wpfe-d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .wpfe-d-md-none {
    display: none !important; }
  .wpfe-d-md-inline {
    display: inline !important; }
  .wpfe-d-md-inline-block {
    display: inline-block !important; }
  .wpfe-d-md-block {
    display: block !important; }
  .wpfe-d-md-table {
    display: table !important; }
  .wpfe-d-md-table-row {
    display: table-row !important; }
  .wpfe-d-md-table-cell {
    display: table-cell !important; }
  .wpfe-d-md-flex {
    display: flex !important; }
  .wpfe-d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .wpfe-d-lg-none {
    display: none !important; }
  .wpfe-d-lg-inline {
    display: inline !important; }
  .wpfe-d-lg-inline-block {
    display: inline-block !important; }
  .wpfe-d-lg-block {
    display: block !important; }
  .wpfe-d-lg-table {
    display: table !important; }
  .wpfe-d-lg-table-row {
    display: table-row !important; }
  .wpfe-d-lg-table-cell {
    display: table-cell !important; }
  .wpfe-d-lg-flex {
    display: flex !important; }
  .wpfe-d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .wpfe-d-xl-none {
    display: none !important; }
  .wpfe-d-xl-inline {
    display: inline !important; }
  .wpfe-d-xl-inline-block {
    display: inline-block !important; }
  .wpfe-d-xl-block {
    display: block !important; }
  .wpfe-d-xl-table {
    display: table !important; }
  .wpfe-d-xl-table-row {
    display: table-row !important; }
  .wpfe-d-xl-table-cell {
    display: table-cell !important; }
  .wpfe-d-xl-flex {
    display: flex !important; }
  .wpfe-d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .wpfe-d-xxl-none {
    display: none !important; }
  .wpfe-d-xxl-inline {
    display: inline !important; }
  .wpfe-d-xxl-inline-block {
    display: inline-block !important; }
  .wpfe-d-xxl-block {
    display: block !important; }
  .wpfe-d-xxl-table {
    display: table !important; }
  .wpfe-d-xxl-table-row {
    display: table-row !important; }
  .wpfe-d-xxl-table-cell {
    display: table-cell !important; }
  .wpfe-d-xxl-flex {
    display: flex !important; }
  .wpfe-d-xxl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1600px) {
  .wpfe-d-xxxl-none {
    display: none !important; }
  .wpfe-d-xxxl-inline {
    display: inline !important; }
  .wpfe-d-xxxl-inline-block {
    display: inline-block !important; }
  .wpfe-d-xxxl-block {
    display: block !important; }
  .wpfe-d-xxxl-table {
    display: table !important; }
  .wpfe-d-xxxl-table-row {
    display: table-row !important; }
  .wpfe-d-xxxl-table-cell {
    display: table-cell !important; }
  .wpfe-d-xxxl-flex {
    display: flex !important; }
  .wpfe-d-xxxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .wpfe-d-print-none {
    display: none !important; }
  .wpfe-d-print-inline {
    display: inline !important; }
  .wpfe-d-print-inline-block {
    display: inline-block !important; }
  .wpfe-d-print-block {
    display: block !important; }
  .wpfe-d-print-table {
    display: table !important; }
  .wpfe-d-print-table-row {
    display: table-row !important; }
  .wpfe-d-print-table-cell {
    display: table-cell !important; }
  .wpfe-d-print-flex {
    display: flex !important; }
  .wpfe-d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

.wpfe-flex-fill {
  flex: 1 1 auto !important; }

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

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

.wpfe-flex-shrink-0 {
  flex-shrink: 0 !important; }

.wpfe-flex-shrink-1 {
  flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .wpfe-flex-sm-row {
    flex-direction: row !important; }
  .wpfe-flex-sm-column {
    flex-direction: column !important; }
  .wpfe-flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .wpfe-flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .wpfe-flex-sm-wrap {
    flex-wrap: wrap !important; }
  .wpfe-flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .wpfe-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .wpfe-flex-sm-fill {
    flex: 1 1 auto !important; }
  .wpfe-flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .wpfe-flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .wpfe-flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .wpfe-flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .wpfe-justify-content-sm-start {
    justify-content: flex-start !important; }
  .wpfe-justify-content-sm-end {
    justify-content: flex-end !important; }
  .wpfe-justify-content-sm-center {
    justify-content: center !important; }
  .wpfe-justify-content-sm-between {
    justify-content: space-between !important; }
  .wpfe-justify-content-sm-around {
    justify-content: space-around !important; }
  .wpfe-align-items-sm-start {
    align-items: flex-start !important; }
  .wpfe-align-items-sm-end {
    align-items: flex-end !important; }
  .wpfe-align-items-sm-center {
    align-items: center !important; }
  .wpfe-align-items-sm-baseline {
    align-items: baseline !important; }
  .wpfe-align-items-sm-stretch {
    align-items: stretch !important; }
  .wpfe-align-content-sm-start {
    align-content: flex-start !important; }
  .wpfe-align-content-sm-end {
    align-content: flex-end !important; }
  .wpfe-align-content-sm-center {
    align-content: center !important; }
  .wpfe-align-content-sm-between {
    align-content: space-between !important; }
  .wpfe-align-content-sm-around {
    align-content: space-around !important; }
  .wpfe-align-content-sm-stretch {
    align-content: stretch !important; }
  .wpfe-align-self-sm-auto {
    align-self: auto !important; }
  .wpfe-align-self-sm-start {
    align-self: flex-start !important; }
  .wpfe-align-self-sm-end {
    align-self: flex-end !important; }
  .wpfe-align-self-sm-center {
    align-self: center !important; }
  .wpfe-align-self-sm-baseline {
    align-self: baseline !important; }
  .wpfe-align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .wpfe-flex-md-row {
    flex-direction: row !important; }
  .wpfe-flex-md-column {
    flex-direction: column !important; }
  .wpfe-flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .wpfe-flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .wpfe-flex-md-wrap {
    flex-wrap: wrap !important; }
  .wpfe-flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .wpfe-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .wpfe-flex-md-fill {
    flex: 1 1 auto !important; }
  .wpfe-flex-md-grow-0 {
    flex-grow: 0 !important; }
  .wpfe-flex-md-grow-1 {
    flex-grow: 1 !important; }
  .wpfe-flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .wpfe-flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .wpfe-justify-content-md-start {
    justify-content: flex-start !important; }
  .wpfe-justify-content-md-end {
    justify-content: flex-end !important; }
  .wpfe-justify-content-md-center {
    justify-content: center !important; }
  .wpfe-justify-content-md-between {
    justify-content: space-between !important; }
  .wpfe-justify-content-md-around {
    justify-content: space-around !important; }
  .wpfe-align-items-md-start {
    align-items: flex-start !important; }
  .wpfe-align-items-md-end {
    align-items: flex-end !important; }
  .wpfe-align-items-md-center {
    align-items: center !important; }
  .wpfe-align-items-md-baseline {
    align-items: baseline !important; }
  .wpfe-align-items-md-stretch {
    align-items: stretch !important; }
  .wpfe-align-content-md-start {
    align-content: flex-start !important; }
  .wpfe-align-content-md-end {
    align-content: flex-end !important; }
  .wpfe-align-content-md-center {
    align-content: center !important; }
  .wpfe-align-content-md-between {
    align-content: space-between !important; }
  .wpfe-align-content-md-around {
    align-content: space-around !important; }
  .wpfe-align-content-md-stretch {
    align-content: stretch !important; }
  .wpfe-align-self-md-auto {
    align-self: auto !important; }
  .wpfe-align-self-md-start {
    align-self: flex-start !important; }
  .wpfe-align-self-md-end {
    align-self: flex-end !important; }
  .wpfe-align-self-md-center {
    align-self: center !important; }
  .wpfe-align-self-md-baseline {
    align-self: baseline !important; }
  .wpfe-align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .wpfe-flex-lg-row {
    flex-direction: row !important; }
  .wpfe-flex-lg-column {
    flex-direction: column !important; }
  .wpfe-flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .wpfe-flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .wpfe-flex-lg-wrap {
    flex-wrap: wrap !important; }
  .wpfe-flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .wpfe-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .wpfe-flex-lg-fill {
    flex: 1 1 auto !important; }
  .wpfe-flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .wpfe-flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .wpfe-flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .wpfe-flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .wpfe-justify-content-lg-start {
    justify-content: flex-start !important; }
  .wpfe-justify-content-lg-end {
    justify-content: flex-end !important; }
  .wpfe-justify-content-lg-center {
    justify-content: center !important; }
  .wpfe-justify-content-lg-between {
    justify-content: space-between !important; }
  .wpfe-justify-content-lg-around {
    justify-content: space-around !important; }
  .wpfe-align-items-lg-start {
    align-items: flex-start !important; }
  .wpfe-align-items-lg-end {
    align-items: flex-end !important; }
  .wpfe-align-items-lg-center {
    align-items: center !important; }
  .wpfe-align-items-lg-baseline {
    align-items: baseline !important; }
  .wpfe-align-items-lg-stretch {
    align-items: stretch !important; }
  .wpfe-align-content-lg-start {
    align-content: flex-start !important; }
  .wpfe-align-content-lg-end {
    align-content: flex-end !important; }
  .wpfe-align-content-lg-center {
    align-content: center !important; }
  .wpfe-align-content-lg-between {
    align-content: space-between !important; }
  .wpfe-align-content-lg-around {
    align-content: space-around !important; }
  .wpfe-align-content-lg-stretch {
    align-content: stretch !important; }
  .wpfe-align-self-lg-auto {
    align-self: auto !important; }
  .wpfe-align-self-lg-start {
    align-self: flex-start !important; }
  .wpfe-align-self-lg-end {
    align-self: flex-end !important; }
  .wpfe-align-self-lg-center {
    align-self: center !important; }
  .wpfe-align-self-lg-baseline {
    align-self: baseline !important; }
  .wpfe-align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .wpfe-flex-xl-row {
    flex-direction: row !important; }
  .wpfe-flex-xl-column {
    flex-direction: column !important; }
  .wpfe-flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .wpfe-flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .wpfe-flex-xl-wrap {
    flex-wrap: wrap !important; }
  .wpfe-flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .wpfe-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .wpfe-flex-xl-fill {
    flex: 1 1 auto !important; }
  .wpfe-flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .wpfe-flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .wpfe-flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .wpfe-flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .wpfe-justify-content-xl-start {
    justify-content: flex-start !important; }
  .wpfe-justify-content-xl-end {
    justify-content: flex-end !important; }
  .wpfe-justify-content-xl-center {
    justify-content: center !important; }
  .wpfe-justify-content-xl-between {
    justify-content: space-between !important; }
  .wpfe-justify-content-xl-around {
    justify-content: space-around !important; }
  .wpfe-align-items-xl-start {
    align-items: flex-start !important; }
  .wpfe-align-items-xl-end {
    align-items: flex-end !important; }
  .wpfe-align-items-xl-center {
    align-items: center !important; }
  .wpfe-align-items-xl-baseline {
    align-items: baseline !important; }
  .wpfe-align-items-xl-stretch {
    align-items: stretch !important; }
  .wpfe-align-content-xl-start {
    align-content: flex-start !important; }
  .wpfe-align-content-xl-end {
    align-content: flex-end !important; }
  .wpfe-align-content-xl-center {
    align-content: center !important; }
  .wpfe-align-content-xl-between {
    align-content: space-between !important; }
  .wpfe-align-content-xl-around {
    align-content: space-around !important; }
  .wpfe-align-content-xl-stretch {
    align-content: stretch !important; }
  .wpfe-align-self-xl-auto {
    align-self: auto !important; }
  .wpfe-align-self-xl-start {
    align-self: flex-start !important; }
  .wpfe-align-self-xl-end {
    align-self: flex-end !important; }
  .wpfe-align-self-xl-center {
    align-self: center !important; }
  .wpfe-align-self-xl-baseline {
    align-self: baseline !important; }
  .wpfe-align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1440px) {
  .wpfe-flex-xxl-row {
    flex-direction: row !important; }
  .wpfe-flex-xxl-column {
    flex-direction: column !important; }
  .wpfe-flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .wpfe-flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .wpfe-flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .wpfe-flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .wpfe-flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .wpfe-flex-xxl-fill {
    flex: 1 1 auto !important; }
  .wpfe-flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .wpfe-flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .wpfe-flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .wpfe-flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .wpfe-justify-content-xxl-start {
    justify-content: flex-start !important; }
  .wpfe-justify-content-xxl-end {
    justify-content: flex-end !important; }
  .wpfe-justify-content-xxl-center {
    justify-content: center !important; }
  .wpfe-justify-content-xxl-between {
    justify-content: space-between !important; }
  .wpfe-justify-content-xxl-around {
    justify-content: space-around !important; }
  .wpfe-align-items-xxl-start {
    align-items: flex-start !important; }
  .wpfe-align-items-xxl-end {
    align-items: flex-end !important; }
  .wpfe-align-items-xxl-center {
    align-items: center !important; }
  .wpfe-align-items-xxl-baseline {
    align-items: baseline !important; }
  .wpfe-align-items-xxl-stretch {
    align-items: stretch !important; }
  .wpfe-align-content-xxl-start {
    align-content: flex-start !important; }
  .wpfe-align-content-xxl-end {
    align-content: flex-end !important; }
  .wpfe-align-content-xxl-center {
    align-content: center !important; }
  .wpfe-align-content-xxl-between {
    align-content: space-between !important; }
  .wpfe-align-content-xxl-around {
    align-content: space-around !important; }
  .wpfe-align-content-xxl-stretch {
    align-content: stretch !important; }
  .wpfe-align-self-xxl-auto {
    align-self: auto !important; }
  .wpfe-align-self-xxl-start {
    align-self: flex-start !important; }
  .wpfe-align-self-xxl-end {
    align-self: flex-end !important; }
  .wpfe-align-self-xxl-center {
    align-self: center !important; }
  .wpfe-align-self-xxl-baseline {
    align-self: baseline !important; }
  .wpfe-align-self-xxl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1600px) {
  .wpfe-flex-xxxl-row {
    flex-direction: row !important; }
  .wpfe-flex-xxxl-column {
    flex-direction: column !important; }
  .wpfe-flex-xxxl-row-reverse {
    flex-direction: row-reverse !important; }
  .wpfe-flex-xxxl-column-reverse {
    flex-direction: column-reverse !important; }
  .wpfe-flex-xxxl-wrap {
    flex-wrap: wrap !important; }
  .wpfe-flex-xxxl-nowrap {
    flex-wrap: nowrap !important; }
  .wpfe-flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .wpfe-flex-xxxl-fill {
    flex: 1 1 auto !important; }
  .wpfe-flex-xxxl-grow-0 {
    flex-grow: 0 !important; }
  .wpfe-flex-xxxl-grow-1 {
    flex-grow: 1 !important; }
  .wpfe-flex-xxxl-shrink-0 {
    flex-shrink: 0 !important; }
  .wpfe-flex-xxxl-shrink-1 {
    flex-shrink: 1 !important; }
  .wpfe-justify-content-xxxl-start {
    justify-content: flex-start !important; }
  .wpfe-justify-content-xxxl-end {
    justify-content: flex-end !important; }
  .wpfe-justify-content-xxxl-center {
    justify-content: center !important; }
  .wpfe-justify-content-xxxl-between {
    justify-content: space-between !important; }
  .wpfe-justify-content-xxxl-around {
    justify-content: space-around !important; }
  .wpfe-align-items-xxxl-start {
    align-items: flex-start !important; }
  .wpfe-align-items-xxxl-end {
    align-items: flex-end !important; }
  .wpfe-align-items-xxxl-center {
    align-items: center !important; }
  .wpfe-align-items-xxxl-baseline {
    align-items: baseline !important; }
  .wpfe-align-items-xxxl-stretch {
    align-items: stretch !important; }
  .wpfe-align-content-xxxl-start {
    align-content: flex-start !important; }
  .wpfe-align-content-xxxl-end {
    align-content: flex-end !important; }
  .wpfe-align-content-xxxl-center {
    align-content: center !important; }
  .wpfe-align-content-xxxl-between {
    align-content: space-between !important; }
  .wpfe-align-content-xxxl-around {
    align-content: space-around !important; }
  .wpfe-align-content-xxxl-stretch {
    align-content: stretch !important; }
  .wpfe-align-self-xxxl-auto {
    align-self: auto !important; }
  .wpfe-align-self-xxxl-start {
    align-self: flex-start !important; }
  .wpfe-align-self-xxxl-end {
    align-self: flex-end !important; }
  .wpfe-align-self-xxxl-center {
    align-self: center !important; }
  .wpfe-align-self-xxxl-baseline {
    align-self: baseline !important; }
  .wpfe-align-self-xxxl-stretch {
    align-self: stretch !important; } }

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

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

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

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

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

.wpfe-m-1 {
  margin: 0.25rem !important; }

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

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

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

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

.wpfe-m-2 {
  margin: 0.5rem !important; }

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

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

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

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

.wpfe-m-3 {
  margin: 1rem !important; }

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

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

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

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

.wpfe-m-4 {
  margin: 1.5rem !important; }

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

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

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

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

.wpfe-m-5 {
  margin: 3rem !important; }

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

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

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

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

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

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

.wpfe-pr-0,
.wpfe-px-0 {
  padding-right: 0 !important; }

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

.wpfe-pl-0,
.wpfe-px-0 {
  padding-left: 0 !important; }

.wpfe-p-1 {
  padding: 0.25rem !important; }

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

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

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

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

.wpfe-p-2 {
  padding: 0.5rem !important; }

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

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

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

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

.wpfe-p-3 {
  padding: 1rem !important; }

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

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

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

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

.wpfe-p-4 {
  padding: 1.5rem !important; }

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

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

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

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

.wpfe-p-5 {
  padding: 3rem !important; }

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

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

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

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

.wpfe-m-n1 {
  margin: -0.25rem !important; }

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

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

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

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

.wpfe-m-n2 {
  margin: -0.5rem !important; }

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

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

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

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

.wpfe-m-n3 {
  margin: -1rem !important; }

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

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

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

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

.wpfe-m-n4 {
  margin: -1.5rem !important; }

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

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

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

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

.wpfe-m-n5 {
  margin: -3rem !important; }

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

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

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

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

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

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

.wpfe-mr-auto,
.wpfe-mx-auto {
  margin-right: auto !important; }

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

.wpfe-ml-auto,
.wpfe-mx-auto {
  margin-left: auto !important; }

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

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

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

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

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

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

.wpfe-btn {
  display: inline-block;
  font-weight: 700;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.625rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .wpfe-btn {
      transition: none; } }
  .wpfe-btn:hover {
    color: #212529;
    text-decoration: none; }
  .wpfe-btn:focus, .wpfe-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 112, 201, 0.25); }
  .wpfe-btn.disabled, .wpfe-btn:disabled {
    opacity: 0.65; }
  .wpfe-btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.wpfe-btn.disabled,
fieldset:disabled a.wpfe-btn {
  pointer-events: none; }

.wpfe-btn-primary {
  color: #fff;
  background-color: #0070C9;
  border-color: #0070C9; }
  .wpfe-btn-primary:hover {
    color: #fff;
    background-color: #005ba3;
    border-color: #005496; }
  .wpfe-btn-primary:focus, .wpfe-btn-primary.focus {
    color: #fff;
    background-color: #005ba3;
    border-color: #005496;
    box-shadow: 0 0 0 0.2rem rgba(38, 133, 209, 0.5); }
  .wpfe-btn-primary.disabled, .wpfe-btn-primary:disabled {
    color: #fff;
    background-color: #0070C9;
    border-color: #0070C9; }
  .wpfe-btn-primary:not(:disabled):not(.disabled):active, .wpfe-btn-primary:not(:disabled):not(.disabled).active,
  .show > .wpfe-btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #005496;
    border-color: #004c89; }
    .wpfe-btn-primary:not(:disabled):not(.disabled):active:focus, .wpfe-btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .wpfe-btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 133, 209, 0.5); }

.wpfe-btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .wpfe-btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .wpfe-btn-secondary:focus, .wpfe-btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .wpfe-btn-secondary.disabled, .wpfe-btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .wpfe-btn-secondary:not(:disabled):not(.disabled):active, .wpfe-btn-secondary:not(:disabled):not(.disabled).active,
  .show > .wpfe-btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .wpfe-btn-secondary:not(:disabled):not(.disabled):active:focus, .wpfe-btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .wpfe-btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.wpfe-btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .wpfe-btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .wpfe-btn-success:focus, .wpfe-btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .wpfe-btn-success.disabled, .wpfe-btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .wpfe-btn-success:not(:disabled):not(.disabled):active, .wpfe-btn-success:not(:disabled):not(.disabled).active,
  .show > .wpfe-btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .wpfe-btn-success:not(:disabled):not(.disabled):active:focus, .wpfe-btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .wpfe-btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.wpfe-btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .wpfe-btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .wpfe-btn-info:focus, .wpfe-btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .wpfe-btn-info.disabled, .wpfe-btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .wpfe-btn-info:not(:disabled):not(.disabled):active, .wpfe-btn-info:not(:disabled):not(.disabled).active,
  .show > .wpfe-btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .wpfe-btn-info:not(:disabled):not(.disabled):active:focus, .wpfe-btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .wpfe-btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.wpfe-btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .wpfe-btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .wpfe-btn-warning:focus, .wpfe-btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .wpfe-btn-warning.disabled, .wpfe-btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .wpfe-btn-warning:not(:disabled):not(.disabled):active, .wpfe-btn-warning:not(:disabled):not(.disabled).active,
  .show > .wpfe-btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .wpfe-btn-warning:not(:disabled):not(.disabled):active:focus, .wpfe-btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .wpfe-btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.wpfe-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .wpfe-btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .wpfe-btn-danger:focus, .wpfe-btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .wpfe-btn-danger.disabled, .wpfe-btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .wpfe-btn-danger:not(:disabled):not(.disabled):active, .wpfe-btn-danger:not(:disabled):not(.disabled).active,
  .show > .wpfe-btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .wpfe-btn-danger:not(:disabled):not(.disabled):active:focus, .wpfe-btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .wpfe-btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.wpfe-btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .wpfe-btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .wpfe-btn-light:focus, .wpfe-btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .wpfe-btn-light.disabled, .wpfe-btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .wpfe-btn-light:not(:disabled):not(.disabled):active, .wpfe-btn-light:not(:disabled):not(.disabled).active,
  .show > .wpfe-btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .wpfe-btn-light:not(:disabled):not(.disabled):active:focus, .wpfe-btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .wpfe-btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.wpfe-btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .wpfe-btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .wpfe-btn-dark:focus, .wpfe-btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .wpfe-btn-dark.disabled, .wpfe-btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .wpfe-btn-dark:not(:disabled):not(.disabled):active, .wpfe-btn-dark:not(:disabled):not(.disabled).active,
  .show > .wpfe-btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .wpfe-btn-dark:not(:disabled):not(.disabled):active:focus, .wpfe-btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .wpfe-btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.wpfe-btn-outline-primary {
  color: #0070C9;
  border-color: #0070C9; }
  .wpfe-btn-outline-primary:hover {
    color: #fff;
    background-color: #0070C9;
    border-color: #0070C9; }
  .wpfe-btn-outline-primary:focus, .wpfe-btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 112, 201, 0.5); }
  .wpfe-btn-outline-primary.disabled, .wpfe-btn-outline-primary:disabled {
    color: #0070C9;
    background-color: transparent; }
  .wpfe-btn-outline-primary:not(:disabled):not(.disabled):active, .wpfe-btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .wpfe-btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0070C9;
    border-color: #0070C9; }
    .wpfe-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .wpfe-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .wpfe-btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 112, 201, 0.5); }

.wpfe-btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .wpfe-btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .wpfe-btn-outline-secondary:focus, .wpfe-btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .wpfe-btn-outline-secondary.disabled, .wpfe-btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .wpfe-btn-outline-secondary:not(:disabled):not(.disabled):active, .wpfe-btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .wpfe-btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .wpfe-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .wpfe-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .wpfe-btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.wpfe-btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .wpfe-btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .wpfe-btn-outline-success:focus, .wpfe-btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .wpfe-btn-outline-success.disabled, .wpfe-btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .wpfe-btn-outline-success:not(:disabled):not(.disabled):active, .wpfe-btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .wpfe-btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .wpfe-btn-outline-success:not(:disabled):not(.disabled):active:focus, .wpfe-btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .wpfe-btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.wpfe-btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .wpfe-btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .wpfe-btn-outline-info:focus, .wpfe-btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .wpfe-btn-outline-info.disabled, .wpfe-btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .wpfe-btn-outline-info:not(:disabled):not(.disabled):active, .wpfe-btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .wpfe-btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .wpfe-btn-outline-info:not(:disabled):not(.disabled):active:focus, .wpfe-btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .wpfe-btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.wpfe-btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .wpfe-btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .wpfe-btn-outline-warning:focus, .wpfe-btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .wpfe-btn-outline-warning.disabled, .wpfe-btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .wpfe-btn-outline-warning:not(:disabled):not(.disabled):active, .wpfe-btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .wpfe-btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .wpfe-btn-outline-warning:not(:disabled):not(.disabled):active:focus, .wpfe-btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .wpfe-btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.wpfe-btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .wpfe-btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .wpfe-btn-outline-danger:focus, .wpfe-btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .wpfe-btn-outline-danger.disabled, .wpfe-btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .wpfe-btn-outline-danger:not(:disabled):not(.disabled):active, .wpfe-btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .wpfe-btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .wpfe-btn-outline-danger:not(:disabled):not(.disabled):active:focus, .wpfe-btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .wpfe-btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.wpfe-btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .wpfe-btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .wpfe-btn-outline-light:focus, .wpfe-btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .wpfe-btn-outline-light.disabled, .wpfe-btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .wpfe-btn-outline-light:not(:disabled):not(.disabled):active, .wpfe-btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .wpfe-btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .wpfe-btn-outline-light:not(:disabled):not(.disabled):active:focus, .wpfe-btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .wpfe-btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.wpfe-btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .wpfe-btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .wpfe-btn-outline-dark:focus, .wpfe-btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .wpfe-btn-outline-dark.disabled, .wpfe-btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .wpfe-btn-outline-dark:not(:disabled):not(.disabled):active, .wpfe-btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .wpfe-btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .wpfe-btn-outline-dark:not(:disabled):not(.disabled):active:focus, .wpfe-btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .wpfe-btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.wpfe-btn-link {
  font-weight: 400;
  color: #0070C9;
  text-decoration: none; }
  .wpfe-btn-link:hover {
    color: #00457d;
    text-decoration: underline; }
  .wpfe-btn-link:focus, .wpfe-btn-link.focus {
    text-decoration: underline; }
  .wpfe-btn-link:disabled, .wpfe-btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.wpfe-btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.wpfe-btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.wpfe-btn-block {
  display: block;
  width: 100%; }
  .wpfe-btn-block + .wpfe-btn-block {
    margin-top: 0.5rem; }

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

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

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

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

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

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

.wpfe-m-1 {
  margin: 0.25rem !important; }

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

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

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

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

.wpfe-m-2 {
  margin: 0.5rem !important; }

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

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

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

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

.wpfe-m-3 {
  margin: 1rem !important; }

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

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

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

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

.wpfe-m-4 {
  margin: 1.5rem !important; }

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

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

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

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

.wpfe-m-5 {
  margin: 3rem !important; }

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

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

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

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

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

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

.wpfe-pr-0,
.wpfe-px-0 {
  padding-right: 0 !important; }

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

.wpfe-pl-0,
.wpfe-px-0 {
  padding-left: 0 !important; }

.wpfe-p-1 {
  padding: 0.25rem !important; }

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

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

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

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

.wpfe-p-2 {
  padding: 0.5rem !important; }

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

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

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

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

.wpfe-p-3 {
  padding: 1rem !important; }

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

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

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

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

.wpfe-p-4 {
  padding: 1.5rem !important; }

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

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

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

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

.wpfe-p-5 {
  padding: 3rem !important; }

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

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

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

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

.wpfe-m-n1 {
  margin: -0.25rem !important; }

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

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

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

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

.wpfe-m-n2 {
  margin: -0.5rem !important; }

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

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

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

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

.wpfe-m-n3 {
  margin: -1rem !important; }

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

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

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

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

.wpfe-m-n4 {
  margin: -1.5rem !important; }

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

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

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

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

.wpfe-m-n5 {
  margin: -3rem !important; }

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

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

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

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

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

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

.wpfe-mr-auto,
.wpfe-mx-auto {
  margin-right: auto !important; }

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

.wpfe-ml-auto,
.wpfe-mx-auto {
  margin-left: auto !important; }

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

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

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

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

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

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

:root {
  --wpfe-primary-platform-color: #00C89B;
  --wpfe-primary-platform-color-dark: #016d54; }

.wpfe_primary_btn {
  color: white;
  background-color: red;
  font-weight: normal; }

button {
  border: none;
  background: none; }

.wpfe-btn-platform {
  background-color: var(--wpfe-primary-platform-color);
  border-color: var(--wpfe-primary-platform-color);
  font-weight: normal; }
  .wpfe-btn-platform:hover, .wpfe-btn-platform:focus, .wpfe-btn-platform.focus, .wpfe-btn-platform:active, .wpfe-btn-platform.active, .wpfe-btn-platform:not(:disabled):not(.disabled):active, .wpfe-btn-platform:not(:disabled):not(.disabled).active {
    background-color: var(--wpfe-primary-platform-color-dark);
    border-color: var(--wpfe-primary-platform-color-dark); }

.wpfe-c-refresh-subscriptions-btn:hover, .wpfe-c-refresh-subscriptions-btn:focus, .wpfe-c-refresh-subscriptions-btn.focus {
  outline: none; }

.wpfe-c-refresh-subscriptions-btn svg {
  width: .875rem;
  height: .875rem; }

.wpfe-c-refresh-subscriptions-btn.checking svg {
  animation: refreshBtnRotation 2s infinite linear; }

@keyframes refreshBtnRotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.wpfe-badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .wpfe-badge {
      transition: none; } }
  a.wpfe-badge:hover, a.wpfe-badge:focus {
    text-decoration: none; }
  .wpfe-badge:empty {
    display: none; }

.wpfe-btn .wpfe-badge {
  position: relative;
  top: -1px; }

.wpfe-badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.wpfe-badge-primary {
  color: #fff;
  background-color: #0070C9; }
  a.wpfe-badge-primary:hover, a.wpfe-badge-primary:focus {
    color: #fff;
    background-color: #005496; }
  a.wpfe-badge-primary:focus, a.wpfe-badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 112, 201, 0.5); }

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

.wpfe-badge-success {
  color: #fff;
  background-color: #28a745; }
  a.wpfe-badge-success:hover, a.wpfe-badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.wpfe-badge-success:focus, a.wpfe-badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

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

.wpfe-badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.wpfe-badge-warning:hover, a.wpfe-badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.wpfe-badge-warning:focus, a.wpfe-badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

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

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

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

.wpfe-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.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .wpfe-form-control {
      transition: none; } }
  .wpfe-form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .wpfe-form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .wpfe-form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #404040;
    outline: 0; }
  .wpfe-form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .wpfe-form-control:disabled, .wpfe-form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].wpfe-form-control,
input[type="time"].wpfe-form-control,
input[type="datetime-local"].wpfe-form-control,
input[type="month"].wpfe-form-control {
  appearance: none; }

select.wpfe-form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.wpfe-form-control-file,
.wpfe-form-control-range {
  display: block;
  width: 100%; }

.wpfe-col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.wpfe-col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.wpfe-col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.wpfe-form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .wpfe-form-control-plaintext.wpfe-form-control-sm, .wpfe-form-control-plaintext.wpfe-form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.wpfe-form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.wpfe-form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.wpfe-form-control[size], select.wpfe-form-control[multiple] {
  height: auto; }

textarea.wpfe-form-control {
  height: auto; }

.wpfe-form-group {
  margin-bottom: 1rem; }

.wpfe-form-text {
  display: block;
  margin-top: 0.25rem; }

.wpfe-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .wpfe-form-row > .wpfe-col,
  .wpfe-form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.wpfe-form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.wpfe-form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .wpfe-form-check-input[disabled] ~ .wpfe-form-check-label,
  .wpfe-form-check-input:disabled ~ .wpfe-form-check-label {
    color: #6c757d; }

.wpfe-form-check-label {
  margin-bottom: 0; }

.wpfe-form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .wpfe-form-check-inline .wpfe-form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.wpfe-valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.wpfe-valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.wpfe-was-validated :valid ~ .wpfe-valid-feedback,
.wpfe-was-validated :valid ~ .wpfe-valid-tooltip,
.wpfe-is-valid ~ .wpfe-valid-feedback,
.wpfe-is-valid ~ .wpfe-valid-tooltip {
  display: block; }

.wpfe-was-validated .wpfe-form-control:valid, .wpfe-form-control.wpfe-is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .wpfe-was-validated .wpfe-form-control:valid:focus, .wpfe-form-control.wpfe-is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.wpfe-was-validated textarea.wpfe-form-control:valid, textarea.wpfe-form-control.wpfe-is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.wpfe-was-validated .wpfe-custom-select:valid, .wpfe-custom-select.wpfe-is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .wpfe-was-validated .wpfe-custom-select:valid:focus, .wpfe-custom-select.wpfe-is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.wpfe-was-validated .wpfe-form-check-input:valid ~ .wpfe-form-check-label, .wpfe-form-check-input.wpfe-is-valid ~ .wpfe-form-check-label {
  color: #28a745; }

.wpfe-was-validated .wpfe-form-check-input:valid ~ .wpfe-valid-feedback,
.wpfe-was-validated .wpfe-form-check-input:valid ~ .wpfe-valid-tooltip, .wpfe-form-check-input.wpfe-is-valid ~ .wpfe-valid-feedback,
.wpfe-form-check-input.wpfe-is-valid ~ .wpfe-valid-tooltip {
  display: block; }

.wpfe-was-validated .wpfe-custom-control-input:valid ~ .wpfe-custom-control-label, .wpfe-custom-control-input.wpfe-is-valid ~ .wpfe-custom-control-label {
  color: #28a745; }
  .wpfe-was-validated .wpfe-custom-control-input:valid ~ .wpfe-custom-control-label::before, .wpfe-custom-control-input.wpfe-is-valid ~ .wpfe-custom-control-label::before {
    border-color: #28a745; }

.wpfe-was-validated .wpfe-custom-control-input:valid:checked ~ .wpfe-custom-control-label::before, .wpfe-custom-control-input.wpfe-is-valid:checked ~ .wpfe-custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.wpfe-was-validated .wpfe-custom-control-input:valid:focus ~ .wpfe-custom-control-label::before, .wpfe-custom-control-input.wpfe-is-valid:focus ~ .wpfe-custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.wpfe-was-validated .wpfe-custom-control-input:valid:focus:not(:checked) ~ .wpfe-custom-control-label::before, .wpfe-custom-control-input.wpfe-is-valid:focus:not(:checked) ~ .wpfe-custom-control-label::before {
  border-color: #28a745; }

.wpfe-was-validated .wpfe-custom-file-input:valid ~ .wpfe-custom-file-label, .wpfe-custom-file-input.wpfe-is-valid ~ .wpfe-custom-file-label {
  border-color: #28a745; }

.wpfe-was-validated .wpfe-custom-file-input:valid:focus ~ .wpfe-custom-file-label, .wpfe-custom-file-input.wpfe-is-valid:focus ~ .wpfe-custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.wpfe-invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.wpfe-invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.wpfe-was-validated :invalid ~ .wpfe-invalid-feedback,
.wpfe-was-validated :invalid ~ .wpfe-invalid-tooltip,
.wpfe-is-invalid ~ .wpfe-invalid-feedback,
.wpfe-is-invalid ~ .wpfe-invalid-tooltip {
  display: block; }

.wpfe-was-validated .wpfe-form-control:invalid, .wpfe-form-control.wpfe-is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .wpfe-was-validated .wpfe-form-control:invalid:focus, .wpfe-form-control.wpfe-is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.wpfe-was-validated textarea.wpfe-form-control:invalid, textarea.wpfe-form-control.wpfe-is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.wpfe-was-validated .wpfe-custom-select:invalid, .wpfe-custom-select.wpfe-is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .wpfe-was-validated .wpfe-custom-select:invalid:focus, .wpfe-custom-select.wpfe-is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.wpfe-was-validated .wpfe-form-check-input:invalid ~ .wpfe-form-check-label, .wpfe-form-check-input.wpfe-is-invalid ~ .wpfe-form-check-label {
  color: #dc3545; }

.wpfe-was-validated .wpfe-form-check-input:invalid ~ .wpfe-invalid-feedback,
.wpfe-was-validated .wpfe-form-check-input:invalid ~ .wpfe-invalid-tooltip, .wpfe-form-check-input.wpfe-is-invalid ~ .wpfe-invalid-feedback,
.wpfe-form-check-input.wpfe-is-invalid ~ .wpfe-invalid-tooltip {
  display: block; }

.wpfe-was-validated .wpfe-custom-control-input:invalid ~ .wpfe-custom-control-label, .wpfe-custom-control-input.wpfe-is-invalid ~ .wpfe-custom-control-label {
  color: #dc3545; }
  .wpfe-was-validated .wpfe-custom-control-input:invalid ~ .wpfe-custom-control-label::before, .wpfe-custom-control-input.wpfe-is-invalid ~ .wpfe-custom-control-label::before {
    border-color: #dc3545; }

.wpfe-was-validated .wpfe-custom-control-input:invalid:checked ~ .wpfe-custom-control-label::before, .wpfe-custom-control-input.wpfe-is-invalid:checked ~ .wpfe-custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.wpfe-was-validated .wpfe-custom-control-input:invalid:focus ~ .wpfe-custom-control-label::before, .wpfe-custom-control-input.wpfe-is-invalid:focus ~ .wpfe-custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.wpfe-was-validated .wpfe-custom-control-input:invalid:focus:not(:checked) ~ .wpfe-custom-control-label::before, .wpfe-custom-control-input.wpfe-is-invalid:focus:not(:checked) ~ .wpfe-custom-control-label::before {
  border-color: #dc3545; }

.wpfe-was-validated .wpfe-custom-file-input:invalid ~ .wpfe-custom-file-label, .wpfe-custom-file-input.wpfe-is-invalid ~ .wpfe-custom-file-label {
  border-color: #dc3545; }

.wpfe-was-validated .wpfe-custom-file-input:invalid:focus ~ .wpfe-custom-file-label, .wpfe-custom-file-input.wpfe-is-invalid:focus ~ .wpfe-custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.wpfe-form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .wpfe-form-inline .wpfe-form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .wpfe-form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .wpfe-form-inline .wpfe-form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .wpfe-form-inline .wpfe-form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .wpfe-form-inline .wpfe-form-control-plaintext {
      display: inline-block; }
    .wpfe-form-inline .wpfe-input-group,
    .wpfe-form-inline .wpfe-custom-select {
      width: auto; }
    .wpfe-form-inline .wpfe-form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .wpfe-form-inline .wpfe-form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .wpfe-form-inline .wpfe-custom-control {
      align-items: center;
      justify-content: center; }
    .wpfe-form-inline .wpfe-custom-control-label {
      margin-bottom: 0; } }

.wpfe-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid white;
  border-radius: 0.25rem; }
  .wpfe-card > hr {
    margin-right: 0;
    margin-left: 0; }
  .wpfe-card > .wpfe-list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .wpfe-card > .wpfe-list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .wpfe-card > .wpfe-list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .wpfe-card > .wpfe-card-header + .wpfe-list-group,
  .wpfe-card > .wpfe-list-group + .wpfe-card-footer {
    border-top: 0; }

.wpfe-card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.wpfe-card-title {
  margin-bottom: 1.125rem; }

.wpfe-card-subtitle {
  margin-top: -0.5625rem;
  margin-bottom: 0; }

.wpfe-card-text:last-child {
  margin-bottom: 0; }

.wpfe-card-link:hover {
  text-decoration: none; }

.wpfe-card-link + .wpfe-card-link {
  margin-left: 1.25rem; }

.wpfe-card-header {
  padding: 1.125rem 1.25rem;
  margin-bottom: 0;
  text-transform: uppercase;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .wpfe-card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.wpfe-card-footer {
  padding: 1.125rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .wpfe-card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.wpfe-card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -1.125rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.wpfe-card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.wpfe-card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.wpfe-card-img,
.wpfe-card-img-top,
.wpfe-card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.wpfe-card-img,
.wpfe-card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.wpfe-card-img,
.wpfe-card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.wpfe-card-deck .wpfe-card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .wpfe-card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .wpfe-card-deck .wpfe-card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.wpfe-card-group > .wpfe-card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .wpfe-card-group {
    display: flex;
    flex-flow: row wrap; }
    .wpfe-card-group > .wpfe-card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .wpfe-card-group > .wpfe-card + .wpfe-card {
        margin-left: 0;
        border-left: 0; }
      .wpfe-card-group > .wpfe-card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .wpfe-card-group > .wpfe-card:not(:last-child) .wpfe-card-img-top,
        .wpfe-card-group > .wpfe-card:not(:last-child) .wpfe-card-header {
          border-top-right-radius: 0; }
        .wpfe-card-group > .wpfe-card:not(:last-child) .wpfe-card-img-bottom,
        .wpfe-card-group > .wpfe-card:not(:last-child) .wpfe-card-footer {
          border-bottom-right-radius: 0; }
      .wpfe-card-group > .wpfe-card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .wpfe-card-group > .wpfe-card:not(:first-child) .wpfe-card-img-top,
        .wpfe-card-group > .wpfe-card:not(:first-child) .wpfe-card-header {
          border-top-left-radius: 0; }
        .wpfe-card-group > .wpfe-card:not(:first-child) .wpfe-card-img-bottom,
        .wpfe-card-group > .wpfe-card:not(:first-child) .wpfe-card-footer {
          border-bottom-left-radius: 0; } }

.wpfe-card-columns .wpfe-card {
  margin-bottom: 1.125rem; }

@media (min-width: 576px) {
  .wpfe-card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .wpfe-card-columns .wpfe-card {
      display: inline-block;
      width: 100%; } }

.wpfe-accordion {
  overflow-anchor: none; }
  .wpfe-accordion > .wpfe-card {
    overflow: hidden; }
    .wpfe-accordion > .wpfe-card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .wpfe-accordion > .wpfe-card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .wpfe-accordion > .wpfe-card > .wpfe-card-header {
      border-radius: 0;
      margin-bottom: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
  .wpfe-text-xxl-left {
    text-align: left !important; }
  .wpfe-text-xxl-right {
    text-align: right !important; }
  .wpfe-text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1600px) {
  .wpfe-text-xxxl-left {
    text-align: left !important; }
  .wpfe-text-xxxl-right {
    text-align: right !important; }
  .wpfe-text-xxxl-center {
    text-align: center !important; } }

.wpfe-text-lowercase {
  text-transform: lowercase !important; }

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

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

.wpfe-font-weight-light {
  font-weight: 300 !important; }

.wpfe-font-weight-lighter {
  font-weight: lighter !important; }

.wpfe-font-weight-normal {
  font-weight: 400 !important; }

.wpfe-font-weight-bold {
  font-weight: 700 !important; }

.wpfe-font-weight-bolder {
  font-weight: bolder !important; }

.wpfe-font-italic {
  font-style: italic !important; }

.wpfe-text-white {
  color: #fff !important; }

.wpfe-text-primary {
  color: #0070C9 !important; }

a.wpfe-text-primary:hover, a.wpfe-text-primary:focus {
  color: #00457d !important; }

.wpfe-text-secondary {
  color: #6c757d !important; }

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

.wpfe-text-success {
  color: #28a745 !important; }

a.wpfe-text-success:hover, a.wpfe-text-success:focus {
  color: #19692c !important; }

.wpfe-text-info {
  color: #17a2b8 !important; }

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

.wpfe-text-warning {
  color: #ffc107 !important; }

a.wpfe-text-warning:hover, a.wpfe-text-warning:focus {
  color: #ba8b00 !important; }

.wpfe-text-danger {
  color: #dc3545 !important; }

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

.wpfe-text-light {
  color: #f8f9fa !important; }

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

.wpfe-text-dark {
  color: #343a40 !important; }

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

.wpfe-text-body {
  color: #212529 !important; }

.wpfe-text-muted {
  color: #6c757d !important; }

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

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

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

.wpfe-text-decoration-none {
  text-decoration: none !important; }

.wpfe-text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.wpfe-text-reset {
  color: inherit !important; }

.wpfe-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.wpfe-alert-heading {
  color: inherit; }

.wpfe-alert-link {
  font-weight: 700; }

.wpfe-alert-dismissible {
  padding-right: 4rem; }
  .wpfe-alert-dismissible .wpfe-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.wpfe-alert-primary {
  color: #003a69;
  background-color: #cce2f4;
  border-color: #b8d7f0; }
  .wpfe-alert-primary hr {
    border-top-color: #a3cbec; }
  .wpfe-alert-primary .alert-link {
    color: #001e36; }

.wpfe-alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .wpfe-alert-secondary hr {
    border-top-color: #c8cbcf; }
  .wpfe-alert-secondary .alert-link {
    color: #202326; }

.wpfe-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .wpfe-alert-success hr {
    border-top-color: #b1dfbb; }
  .wpfe-alert-success .alert-link {
    color: #0b2e13; }

.wpfe-alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .wpfe-alert-info hr {
    border-top-color: #abdde5; }
  .wpfe-alert-info .alert-link {
    color: #062c33; }

.wpfe-alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .wpfe-alert-warning hr {
    border-top-color: #ffe8a1; }
  .wpfe-alert-warning .alert-link {
    color: #533f03; }

.wpfe-alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .wpfe-alert-danger hr {
    border-top-color: #f1b0b7; }
  .wpfe-alert-danger .alert-link {
    color: #491217; }

.wpfe-alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .wpfe-alert-light hr {
    border-top-color: #ececf6; }
  .wpfe-alert-light .alert-link {
    color: #686868; }

.wpfe-alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .wpfe-alert-dark hr {
    border-top-color: #b9bbbe; }
  .wpfe-alert-dark .alert-link {
    color: #040505; }

.wpfe-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.wpfe-nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .wpfe-nav-link:hover, .wpfe-nav-link:focus {
    text-decoration: none; }
  .wpfe-nav-link.wpfe-disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.wpfe-nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .wpfe-nav-tabs .wpfe-nav-item {
    margin-bottom: -1px; }
  .wpfe-nav-tabs .wpfe-nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .wpfe-nav-tabs .wpfe-nav-link:hover, .wpfe-nav-tabs .wpfe-nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .wpfe-nav-tabs .wpfe-nav-link.wpfe-disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .wpfe-nav-tabs .wpfe-nav-link.wpfe-active,
  .wpfe-nav-tabs .wpfe-nav-item.wpfe-show .wpfe-nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .wpfe-nav-tabs .wpfe-dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.wpfe-nav-pills .wpfe-nav-link {
  border-radius: 0.25rem; }

.wpfe-nav-pills .wpfe-nav-link.wpfe-active,
.wpfe-nav-pills .wpfe-show > .wpfe-nav-link {
  color: #fff;
  background-color: #0070C9; }

.wpfe-nav-fill > .wpfe-nav-link,
.wpfe-nav-fill .wpfe-nav-item {
  flex: 1 1 auto;
  text-align: center; }

.wpfe-nav-justified > .wpfe-nav-link,
.wpfe-nav-justified .wpfe-nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.wpfe-tab-content > .wpfe-tab-pane {
  display: none; }

.wpfe-tab-content > .wpfe-active {
  display: block; }

.wpfe_layout {
  font-size: 16px !important; }
  .wpfe_layout .wpfe_content-wrapper a:hover {
    color: #0070C9; }

.wpfe_content-wrapper {
  background-color: #F9F9F9; }

.wpfe_content *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-family: inherit; }

.wpfe_content h1 {
  font-size: 3rem;
  color: #323232;
  line-height: normal; }

.wpfe_content .nav-link {
  font-size: 16px; }

.wpfe_content .wpfe_account_nav_icon svg {
  width: 20px;
  height: auto; }

.wpfe_form .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .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; }

.wpfe_paywall {
  position: relative; }

.wpfe_text_right {
  float: right; }

.wpfe_account_nav a.wpfe-nav-link {
  color: black; }
  .wpfe_account_nav a.wpfe-nav-link svg g g {
    fill: gray; }
  .wpfe_account_nav a.wpfe-nav-link:hover, .wpfe_account_nav a.wpfe-nav-link.wpfe-active {
    color: #0070C9; }
    .wpfe_account_nav a.wpfe-nav-link:hover svg g g, .wpfe_account_nav a.wpfe-nav-link.wpfe-active svg g g {
      fill: #0070C9; }

.wpfe-card-header-text {
  display: block;
  font-size: 1.125rem;
  color: #898989; }
