/*
 * This implementation is based on:
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
 * The gutter widths, padding and precise breakpoints have been changed
 * to reflect the PayPal design system.
 */
/* DO NOT USE THESE VARIABLES. THESE ARE TEMPORARY VARIABLES, SOON WILL BE REPLACED BY TOKENS */
/* stylelint-disable declaration-no-important */
/* stylelint-disable at-rule-no-vendor-prefix */
/* stylelint-disable property-no-vendor-prefix */
/* stylelint-disable value-no-vendor-prefix */
.ppvx_container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 36rem) {
  .ppvx_container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    max-width: 36rem;
  }
}
@media (min-width: 47rem) {
  .ppvx_container {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
    max-width: 47rem;
  }
}
@media (min-width: 64rem) {
  .ppvx_container {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
    max-width: 64rem;
  }
}
@media (min-width: 72rem) {
  .ppvx_container {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
    max-width: 72rem;
  }
}
.ppvx_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.ppvx_container--form {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.ppvx_container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
.ppvx_no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.ppvx_no-gutters > .ppvx_col,
.ppvx_no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.ppvx_col-1,
.ppvx_col-2,
.ppvx_col-3,
.ppvx_col-4,
.ppvx_col-5,
.ppvx_col-6,
.ppvx_col-7,
.ppvx_col-8,
.ppvx_col-9,
.ppvx_col-10,
.ppvx_col-11,
.ppvx_col-12,
.ppvx_col,
.ppvx_col-auto,
.ppvx_col-sm-1,
.ppvx_col-sm-2,
.ppvx_col-sm-3,
.ppvx_col-sm-4,
.ppvx_col-sm-5,
.ppvx_col-sm-6,
.ppvx_col-sm-7,
.ppvx_col-sm-8,
.ppvx_col-sm-9,
.ppvx_col-sm-10,
.ppvx_col-sm-11,
.ppvx_col-sm-12,
.ppvx_col-sm,
.ppvx_col-sm-auto,
.ppvx_col-md-1,
.ppvx_col-md-2,
.ppvx_col-md-3,
.ppvx_col-md-4,
.ppvx_col-md-5,
.ppvx_col-md-6,
.ppvx_col-md-7,
.ppvx_col-md-8,
.ppvx_col-md-9,
.ppvx_col-md-10,
.ppvx_col-md-11,
.ppvx_col-md-12,
.ppvx_col-md,
.ppvx_col-md-auto,
.ppvx_col-lg-1,
.ppvx_col-lg-2,
.ppvx_col-lg-3,
.ppvx_col-lg-4,
.ppvx_col-lg-5,
.ppvx_col-lg-6,
.ppvx_col-lg-7,
.ppvx_col-lg-8,
.ppvx_col-lg-9,
.ppvx_col-lg-10,
.ppvx_col-lg-11,
.ppvx_col-lg-12,
.ppvx_col-lg,
.ppvx_col-lg-auto,
.ppvx_col-xl-1,
.ppvx_col-xl-2,
.ppvx_col-xl-3,
.ppvx_col-xl-4,
.ppvx_col-xl-5,
.ppvx_col-xl-6,
.ppvx_col-xl-7,
.ppvx_col-xl-8,
.ppvx_col-xl-9,
.ppvx_col-xl-10,
.ppvx_col-xl-11,
.ppvx_col-xl-12,
.ppvx_col-xl,
.ppvx_col-xl-auto,
.ppvx_col-form--full,
.ppvx_col-form--half,
.ppvx_col-form--3qtr,
.ppvx_col-form--1qtr,
.ppvx_col-form--auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.ppvx_col-form--vspace,
.ppvx_col-form--full,
.ppvx_col-form--half,
.ppvx_col-form--3qtr,
.ppvx_col-form--1qtr,
.ppvx_col-form--auto {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ppvx_col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.ppvx_col-form--auto,
.ppvx_col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.ppvx_col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.ppvx_col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.ppvx_col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.ppvx_col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.ppvx_col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.ppvx_col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.ppvx_col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.ppvx_col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.ppvx_col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.ppvx_col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.ppvx_col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.ppvx_col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.ppvx_order-first {
  -ms-flex-order: -1;
  order: -1;
}
.ppvx_order-last {
  -ms-flex-order: 13;
  order: 13;
}
.ppvx_order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.ppvx_order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.ppvx_order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.ppvx_order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.ppvx_order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.ppvx_order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.ppvx_order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.ppvx_order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.ppvx_order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.ppvx_order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.ppvx_order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.ppvx_order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.ppvx_order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.ppvx_offset-1 {
  margin-left: 8.333333%;
}
.ppvx_offset-2 {
  margin-left: 16.666667%;
}
.ppvx_offset-3 {
  margin-left: 25%;
}
.ppvx_offset-4 {
  margin-left: 33.333333%;
}
.ppvx_offset-5 {
  margin-left: 41.666667%;
}
.ppvx_offset-6 {
  margin-left: 50%;
}
.ppvx_offset-7 {
  margin-left: 58.333333%;
}
.ppvx_offset-8 {
  margin-left: 66.666667%;
}
.ppvx_offset-9 {
  margin-left: 75%;
}
.ppvx_offset-10 {
  margin-left: 83.333333%;
}
.ppvx_offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 36rem) {
  .ppvx_col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .ppvx_col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .ppvx_col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .ppvx_col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .ppvx_col-form--1qtr,
  .ppvx_col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ppvx_col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .ppvx_col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .ppvx_col-form--half,
  .ppvx_col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ppvx_col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .ppvx_col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .ppvx_col-form--3qtr,
  .ppvx_col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ppvx_col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .ppvx_col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .ppvx_col-form--full,
  .ppvx_col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ppvx_order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .ppvx_order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .ppvx_order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .ppvx_order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .ppvx_order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .ppvx_order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .ppvx_order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .ppvx_order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .ppvx_order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .ppvx_order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .ppvx_order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .ppvx_order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .ppvx_order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .ppvx_order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .ppvx_order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .ppvx_offset-sm-0 {
    margin-left: 0;
  }
  .ppvx_offset-sm-1 {
    margin-left: 8.333333%;
  }
  .ppvx_offset-sm-2 {
    margin-left: 16.666667%;
  }
  .ppvx_offset-sm-3 {
    margin-left: 25%;
  }
  .ppvx_offset-sm-4 {
    margin-left: 33.333333%;
  }
  .ppvx_offset-sm-5 {
    margin-left: 41.666667%;
  }
  .ppvx_offset-sm-6 {
    margin-left: 50%;
  }
  .ppvx_offset-sm-7 {
    margin-left: 58.333333%;
  }
  .ppvx_offset-sm-8 {
    margin-left: 66.666667%;
  }
  .ppvx_offset-sm-9 {
    margin-left: 75%;
  }
  .ppvx_offset-sm-10 {
    margin-left: 83.333333%;
  }
  .ppvx_offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 47rem) {
  .ppvx_col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .ppvx_col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .ppvx_col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .ppvx_col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .ppvx_col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ppvx_col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .ppvx_col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .ppvx_col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ppvx_col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .ppvx_col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .ppvx_col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ppvx_col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .ppvx_col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .ppvx_col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ppvx_order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .ppvx_order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .ppvx_order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .ppvx_order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .ppvx_order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .ppvx_order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .ppvx_order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .ppvx_order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .ppvx_order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .ppvx_order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .ppvx_order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .ppvx_order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .ppvx_order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .ppvx_order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .ppvx_order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .ppvx_offset-md-0 {
    margin-left: 0;
  }
  .ppvx_offset-md-1 {
    margin-left: 8.333333%;
  }
  .ppvx_offset-md-2 {
    margin-left: 16.666667%;
  }
  .ppvx_offset-md-3 {
    margin-left: 25%;
  }
  .ppvx_offset-md-4 {
    margin-left: 33.333333%;
  }
  .ppvx_offset-md-5 {
    margin-left: 41.666667%;
  }
  .ppvx_offset-md-6 {
    margin-left: 50%;
  }
  .ppvx_offset-md-7 {
    margin-left: 58.333333%;
  }
  .ppvx_offset-md-8 {
    margin-left: 66.666667%;
  }
  .ppvx_offset-md-9 {
    margin-left: 75%;
  }
  .ppvx_offset-md-10 {
    margin-left: 83.333333%;
  }
  .ppvx_offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 64rem) {
  .ppvx_col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .ppvx_col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .ppvx_col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .ppvx_col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .ppvx_col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ppvx_col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .ppvx_col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .ppvx_col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ppvx_col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .ppvx_col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .ppvx_col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ppvx_col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .ppvx_col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .ppvx_col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ppvx_order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .ppvx_order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .ppvx_order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .ppvx_order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .ppvx_order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .ppvx_order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .ppvx_order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .ppvx_order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .ppvx_order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .ppvx_order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .ppvx_order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .ppvx_order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .ppvx_order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .ppvx_order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .ppvx_order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .ppvx_offset-lg-0 {
    margin-left: 0;
  }
  .ppvx_offset-lg-1 {
    margin-left: 8.333333%;
  }
  .ppvx_offset-lg-2 {
    margin-left: 16.666667%;
  }
  .ppvx_offset-lg-3 {
    margin-left: 25%;
  }
  .ppvx_offset-lg-4 {
    margin-left: 33.333333%;
  }
  .ppvx_offset-lg-5 {
    margin-left: 41.666667%;
  }
  .ppvx_offset-lg-6 {
    margin-left: 50%;
  }
  .ppvx_offset-lg-7 {
    margin-left: 58.333333%;
  }
  .ppvx_offset-lg-8 {
    margin-left: 66.666667%;
  }
  .ppvx_offset-lg-9 {
    margin-left: 75%;
  }
  .ppvx_offset-lg-10 {
    margin-left: 83.333333%;
  }
  .ppvx_offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 72rem) {
  .ppvx_col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .ppvx_col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .ppvx_col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .ppvx_col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .ppvx_col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ppvx_col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .ppvx_col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .ppvx_col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ppvx_col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .ppvx_col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .ppvx_col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ppvx_col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .ppvx_col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .ppvx_col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ppvx_order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .ppvx_order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .ppvx_order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .ppvx_order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .ppvx_order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .ppvx_order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .ppvx_order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .ppvx_order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .ppvx_order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .ppvx_order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .ppvx_order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .ppvx_order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .ppvx_order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .ppvx_order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .ppvx_order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .ppvx_offset-xl-0 {
    margin-left: 0;
  }
  .ppvx_offset-xl-1 {
    margin-left: 8.333333%;
  }
  .ppvx_offset-xl-2 {
    margin-left: 16.666667%;
  }
  .ppvx_offset-xl-3 {
    margin-left: 25%;
  }
  .ppvx_offset-xl-4 {
    margin-left: 33.333333%;
  }
  .ppvx_offset-xl-5 {
    margin-left: 41.666667%;
  }
  .ppvx_offset-xl-6 {
    margin-left: 50%;
  }
  .ppvx_offset-xl-7 {
    margin-left: 58.333333%;
  }
  .ppvx_offset-xl-8 {
    margin-left: 66.666667%;
  }
  .ppvx_offset-xl-9 {
    margin-left: 75%;
  }
  .ppvx_offset-xl-10 {
    margin-left: 83.333333%;
  }
  .ppvx_offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.ppvx_d-none {
  display: none !important;
}
.ppvx_d-inline {
  display: inline !important;
}
.ppvx_d-inline-block {
  display: inline-block !important;
}
.ppvx_d-block {
  display: block !important;
}
.ppvx_d-table {
  display: table !important;
}
.ppvx_d-table-row {
  display: table-row !important;
}
.ppvx_d-table-cell {
  display: table-cell !important;
}
.ppvx_d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.ppvx_d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 36rem) {
  .ppvx_d-sm-none {
    display: none !important;
  }
  .ppvx_d-sm-inline {
    display: inline !important;
  }
  .ppvx_d-sm-inline-block {
    display: inline-block !important;
  }
  .ppvx_d-sm-block {
    display: block !important;
  }
  .ppvx_d-sm-table {
    display: table !important;
  }
  .ppvx_d-sm-table-row {
    display: table-row !important;
  }
  .ppvx_d-sm-table-cell {
    display: table-cell !important;
  }
  .ppvx_d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ppvx_d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 47rem) {
  .ppvx_d-md-none {
    display: none !important;
  }
  .ppvx_d-md-inline {
    display: inline !important;
  }
  .ppvx_d-md-inline-block {
    display: inline-block !important;
  }
  .ppvx_d-md-block {
    display: block !important;
  }
  .ppvx_d-md-table {
    display: table !important;
  }
  .ppvx_d-md-table-row {
    display: table-row !important;
  }
  .ppvx_d-md-table-cell {
    display: table-cell !important;
  }
  .ppvx_d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ppvx_d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 64rem) {
  .ppvx_d-lg-none {
    display: none !important;
  }
  .ppvx_d-lg-inline {
    display: inline !important;
  }
  .ppvx_d-lg-inline-block {
    display: inline-block !important;
  }
  .ppvx_d-lg-block {
    display: block !important;
  }
  .ppvx_d-lg-table {
    display: table !important;
  }
  .ppvx_d-lg-table-row {
    display: table-row !important;
  }
  .ppvx_d-lg-table-cell {
    display: table-cell !important;
  }
  .ppvx_d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ppvx_d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 72rem) {
  .ppvx_d-xl-none {
    display: none !important;
  }
  .ppvx_d-xl-inline {
    display: inline !important;
  }
  .ppvx_d-xl-inline-block {
    display: inline-block !important;
  }
  .ppvx_d-xl-block {
    display: block !important;
  }
  .ppvx_d-xl-table {
    display: table !important;
  }
  .ppvx_d-xl-table-row {
    display: table-row !important;
  }
  .ppvx_d-xl-table-cell {
    display: table-cell !important;
  }
  .ppvx_d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ppvx_d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .ppvx_d-print-none {
    display: none !important;
  }
  .ppvx_d-print-inline {
    display: inline !important;
  }
  .ppvx_d-print-inline-block {
    display: inline-block !important;
  }
  .ppvx_d-print-block {
    display: block !important;
  }
  .ppvx_d-print-table {
    display: table !important;
  }
  .ppvx_d-print-table-row {
    display: table-row !important;
  }
  .ppvx_d-print-table-cell {
    display: table-cell !important;
  }
  .ppvx_d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ppvx_d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.ppvx_flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.ppvx_flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.ppvx_flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.ppvx_flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.ppvx_flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.ppvx_flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.ppvx_flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.ppvx_flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.ppvx_flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.ppvx_flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.ppvx_flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.ppvx_flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.ppvx_justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.ppvx_justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.ppvx_justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.ppvx_justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.ppvx_justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.ppvx_align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.ppvx_align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.ppvx_align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.ppvx_align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.ppvx_align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.ppvx_align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.ppvx_align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.ppvx_align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.ppvx_align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.ppvx_align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.ppvx_align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.ppvx_align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.ppvx_align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.ppvx_align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.ppvx_align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.ppvx_align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.ppvx_align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 36rem) {
  .ppvx_flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .ppvx_flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .ppvx_flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .ppvx_flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .ppvx_flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .ppvx_flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .ppvx_flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .ppvx_flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .ppvx_flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .ppvx_flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .ppvx_flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .ppvx_flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .ppvx_justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .ppvx_justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .ppvx_justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .ppvx_justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .ppvx_justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .ppvx_align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ppvx_align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .ppvx_align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ppvx_align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .ppvx_align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .ppvx_align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .ppvx_align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .ppvx_align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .ppvx_align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .ppvx_align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .ppvx_align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .ppvx_align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .ppvx_align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .ppvx_align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .ppvx_align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .ppvx_align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .ppvx_align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 47rem) {
  .ppvx_flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .ppvx_flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .ppvx_flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .ppvx_flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .ppvx_flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .ppvx_flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .ppvx_flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .ppvx_flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .ppvx_flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .ppvx_flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .ppvx_flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .ppvx_flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .ppvx_justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .ppvx_justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .ppvx_justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .ppvx_justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .ppvx_justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .ppvx_align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ppvx_align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .ppvx_align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ppvx_align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .ppvx_align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .ppvx_align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .ppvx_align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .ppvx_align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .ppvx_align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .ppvx_align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .ppvx_align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .ppvx_align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .ppvx_align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .ppvx_align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .ppvx_align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .ppvx_align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .ppvx_align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 64rem) {
  .ppvx_flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .ppvx_flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .ppvx_flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .ppvx_flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .ppvx_flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .ppvx_flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .ppvx_flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .ppvx_flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .ppvx_flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .ppvx_flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .ppvx_flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .ppvx_flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .ppvx_justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .ppvx_justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .ppvx_justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .ppvx_justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .ppvx_justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .ppvx_align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ppvx_align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .ppvx_align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ppvx_align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .ppvx_align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .ppvx_align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .ppvx_align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .ppvx_align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .ppvx_align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .ppvx_align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .ppvx_align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .ppvx_align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .ppvx_align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .ppvx_align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .ppvx_align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .ppvx_align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .ppvx_align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 72rem) {
  .ppvx_flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .ppvx_flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .ppvx_flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .ppvx_flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .ppvx_flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .ppvx_flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .ppvx_flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .ppvx_flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .ppvx_flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .ppvx_flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .ppvx_flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .ppvx_flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .ppvx_justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .ppvx_justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .ppvx_justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .ppvx_justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .ppvx_justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .ppvx_align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ppvx_align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .ppvx_align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ppvx_align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .ppvx_align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .ppvx_align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .ppvx_align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .ppvx_align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .ppvx_align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .ppvx_align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .ppvx_align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .ppvx_align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .ppvx_align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .ppvx_align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .ppvx_align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .ppvx_align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .ppvx_align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* stylelint-enable declaration-no-important */
/* stylelint-enable at-rule-no-vendor-prefix */
/* stylelint-enable property-no-vendor-prefix */
/* stylelint-enable value-no-vendor-prefix */

/* Icon base class */
@font-face {
  font-family: 'PPUI-Icons';
  src: url('https://www.paypalobjects.com/paypal-ui/icons/font_icon/0-0-20/PPUI-Icons.woff2') format('woff2'), url('https://www.paypalobjects.com/paypal-ui/icons/font_icon/0-0-20/PPUI-Icons.woff') format('woff'), url('https://www.paypalobjects.com/paypal-ui/icons/font_icon/0-0-20/PPUI-Icons.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/paypal-ui/icons/font_icon/0-0-20/PPUI-Icons.svg') format('svg');
  font-style: normal;
  font-weight: 500;
}
.ppvx_icon {
  /* stylelint-disable declaration-no-important */
  /* using !important to prevent issues with browser extensions that change fonts */
  font-family: 'PPUI-Icons' !important;
  /* stylelint-enable declaration-no-important */
  speak: none;
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.ppvx_icon--size_xs {
  font-size: 1.125rem;
}
.ppvx_icon--size_sm {
  font-size: 1.5rem;
}
.ppvx_icon--size_md {
  font-size: 1.875rem;
}
.ppvx_icon--size_lg {
  font-size: 2.25rem;
}
.ppvx_icon--size_xl {
  font-size: 2.5rem;
}
.ppvx_icon--size_xl2 {
  font-size: 3rem;
}
/* Icon list */
.ppvx_icon-message-center:before {
  content: '\e98e';
}
.ppvx_icon-direct-deposit:before {
  content: '\e98d';
}
.ppvx_icon-arrow-up:before {
  content: '\e98c';
}
.ppvx_icon-verified-alt:before {
  content: '\e98b';
}
.ppvx_icon-working-capital:before {
  content: '\e988';
}
.ppvx_icon-code:before {
  content: '\e989';
}
.ppvx_icon-tools:before {
  content: '\e98a';
}
.ppvx_icon-preferred-selected:before {
  content: '\e986';
}
.ppvx_icon-preferred:before {
  content: '\e987';
}
.ppvx_icon-external:before {
  content: '\e985';
}
.ppvx_icon-purchase-protection-alt:before {
  content: '\e984';
}
.ppvx_icon-favorite-selected:before {
  content: '\e981';
}
.ppvx_icon-favorite:before {
  content: '\e982';
}
.ppvx_icon-resolution:before {
  content: '\e983';
}
.ppvx_icon-disaster-relief:before {
  content: '\e97b';
}
.ppvx_icon-add-payment-method:before {
  content: '\e97c';
}
.ppvx_icon-arrow-down:before {
  content: '\e97d';
}
.ppvx_icon-credit-debit-cards:before {
  content: '\e97e';
}
.ppvx_icon-activity:before {
  content: '\e97f';
}
.ppvx_icon-refund:before {
  content: '\e980';
}
.ppvx_icon-auto-top-up:before {
  content: '\e979';
}
.ppvx_icon-world:before {
  content: '\e97a';
}
.ppvx_icon-money-delivery:before {
  content: '\e975';
}
.ppvx_icon-face-id:before {
  content: '\e96e';
}
.ppvx_icon-special-financing:before {
  content: '\e96f';
}
.ppvx_icon-achievement:before {
  content: '\e970';
}
.ppvx_icon-add-image:before {
  content: '\e971';
}
.ppvx_icon-copy-to-clipboard:before {
  content: '\e972';
}
.ppvx_icon-decline:before {
  content: '\e973';
}
.ppvx_icon-location:before {
  content: '\e974';
}
.ppvx_icon-number-pad:before {
  content: '\e976';
}
.ppvx_icon-share:before {
  content: '\e977';
}
.ppvx_icon-split-bill:before {
  content: '\e978';
}
.ppvx_icon-overflow:before {
  content: '\e96d';
}
.ppvx_icon-calculator:before {
  content: '\e96a';
}
.ppvx_icon-subtract:before {
  content: '\e96c';
}
.ppvx_icon-sort-ascending-alt:before {
  content: '\e969';
}
.ppvx_icon-sort-descending-alt:before {
  content: '\e96b';
}
.ppvx_icon-microphone:before {
  content: '\e968';
}
.ppvx_icon-attach:before {
  content: '\e966';
}
.ppvx_icon-light-bulb:before {
  content: '\e967';
}
.ppvx_icon-download:before {
  content: '\e964';
}
.ppvx_icon-upload:before {
  content: '\e965';
}
.ppvx_icon-fingerprint:before {
  content: '\e963';
}
.ppvx_icon-rocket:before {
  content: '\e962';
}
.ppvx_icon-clear-alt:before {
  content: '\e95a';
}
.ppvx_icon-cash:before {
  content: '\e95b';
}
.ppvx_icon-contact-info:before {
  content: '\e95c';
}
.ppvx_icon-home:before {
  content: '\e95d';
}
.ppvx_icon-insights:before {
  content: '\e95e';
}
.ppvx_icon-invoice:before {
  content: '\e95f';
}
.ppvx_icon-shipping:before {
  content: '\e960';
}
.ppvx_icon-transfer:before {
  content: '\e961';
}
.ppvx_icon-withdraw-cash:before {
  content: '\e959';
}
.ppvx_icon-add-cash:before {
  content: '\e952';
}
.ppvx_icon-pp-cash-card:before {
  content: '\e953';
}
.ppvx_icon-gift:before {
  content: '\e950';
}
.ppvx_icon-lock:before {
  content: '\e951';
}
.ppvx_icon-money-pools:before {
  content: '\e954';
}
.ppvx_icon-photo:before {
  content: '\e955';
}
.ppvx_icon-print:before {
  content: '\e956';
}
.ppvx_icon-trash:before {
  content: '\e957';
}
.ppvx_icon-scan-to-send:before {
  content: '\e958';
}
.ppvx_icon-acorns:before {
  content: '\e93d';
}
.ppvx_icon-cash-check:before {
  content: '\e93e';
}
.ppvx_icon-donate:before {
  content: '\e948';
}
.ppvx_icon-goals:before {
  content: '\e949';
}
.ppvx_icon-offers-rewards:before {
  content: '\e94a';
}
.ppvx_icon-order-ahead:before {
  content: '\e94b';
}
.ppvx_icon-request:before {
  content: '\e94d';
}
.ppvx_icon-send:before {
  content: '\e94e';
}
.ppvx_icon-transfer-money:before {
  content: '\e94f';
}
.ppvx_icon-add:before {
  content: '\e900';
}
.ppvx_icon-arrow-left:before {
  content: '\e901';
}
.ppvx_icon-arrow-right:before {
  content: '\e902';
}
.ppvx_icon-warning:before {
  content: '\e903';
}
.ppvx_icon-bank:before {
  content: '\e904';
}
.ppvx_icon-browser:before {
  content: '\e905';
}
.ppvx_icon-calendar-paused:before {
  content: '\e906';
}
.ppvx_icon-calendar:before {
  content: '\e907';
}
.ppvx_icon-camera-add:before {
  content: '\e908';
}
.ppvx_icon-camera:before {
  content: '\e909';
}
.ppvx_icon-card:before {
  content: '\e90a';
}
.ppvx_icon-cart:before {
  content: '\e90b';
}
.ppvx_icon-chat:before {
  content: '\e90c';
}
.ppvx_icon-check-alt:before {
  content: '\e90d';
}
.ppvx_icon-check-circle-alt:before {
  content: '\e90e';
}
.ppvx_icon-check-circle:before {
  content: '\e90f';
}
.ppvx_icon-check:before {
  content: '\e910';
}
.ppvx_icon-chevron-circle-down:before {
  content: '\e911';
}
.ppvx_icon-chevron-circle-up:before {
  content: '\e912';
}
.ppvx_icon-chevron-down:before {
  content: '\e913';
}
.ppvx_icon-chevron-left:before {
  content: '\e914';
}
.ppvx_icon-chevron-right-alt:before {
  content: '\e915';
}
.ppvx_icon-chevron-right:before {
  content: '\e916';
}
.ppvx_icon-chevron-up:before {
  content: '\e917';
}
.ppvx_icon-clear:before {
  content: '\e918';
}
.ppvx_icon-close:before {
  content: '\e919';
}
.ppvx_icon-critical-alt:before {
  content: '\e91a';
}
.ppvx_icon-desktop:before {
  content: '\e91b';
}
.ppvx_icon-edit:before {
  content: '\e91c';
}
.ppvx_icon-email:before {
  content: '\e91e';
}
.ppvx_icon-error:before {
  content: '\e91f';
}
.ppvx_icon-external-alt:before {
  content: '\e920';
}
.ppvx_icon-faq:before {
  content: '\e921';
}
.ppvx_icon-filter:before {
  content: '\e922';
}
.ppvx_icon-heart:before {
  content: '\e923';
}
.ppvx_icon-hide-alt:before {
  content: '\e924';
}
.ppvx_icon-info-alt:before {
  content: '\e925';
}
.ppvx_icon-info:before {
  content: '\e926';
}
.ppvx_icon-laptop:before {
  content: '\e927';
}
.ppvx_icon-link:before {
  content: '\e928';
}
.ppvx_icon-list-detailed:before {
  content: '\e929';
}
.ppvx_icon-list-simple:before {
  content: '\e92a';
}
.ppvx_icon-lock-alt:before {
  content: '\e92b';
}
.ppvx_icon-logo-paypal:before {
  content: '\e92c';
}
.ppvx_icon-menu:before {
  content: '\e92d';
}
.ppvx_icon-mobile:before {
  content: '\e92e';
}
.ppvx_icon-notification:before {
  content: '\e92f';
}
.ppvx_icon-pending-paused:before {
  content: '\e930';
}
.ppvx_icon-pending:before {
  content: '\e931';
}
.ppvx_icon-phone:before {
  content: '\e932';
}
.ppvx_icon-play-sm:before {
  content: '\e933';
}
.ppvx_icon-play:before {
  content: '\e934';
}
.ppvx_icon-question-alt:before {
  content: '\e935';
}
.ppvx_icon-recurring-paused:before {
  content: '\e936';
}
.ppvx_icon-recurring:before {
  content: '\e937';
}
.ppvx_icon-refresh:before {
  content: '\e938';
}
.ppvx_icon-search:before {
  content: '\e939';
}
.ppvx_icon-settings:before {
  content: '\e93a';
}
.ppvx_icon-shield:before {
  content: '\e93b';
}
.ppvx_icon-show-alt:before {
  content: '\e93c';
}
.ppvx_icon-star-alt:before {
  content: '\e93f';
}
.ppvx_icon-store:before {
  content: '\e940';
}
.ppvx_icon-support:before {
  content: '\e941';
}
.ppvx_icon-trash-alt:before {
  content: '\e942';
}
.ppvx_icon-unlock-alt:before {
  content: '\e943';
}
.ppvx_icon-user-add:before {
  content: '\e944';
}
.ppvx_icon-user:before {
  content: '\e945';
}
.ppvx_icon-wallet:before {
  content: '\e946';
}
.ppvx_icon-warning-alt:before {
  content: '\e947';
}
/* stylelint-enable */

.ppvx_link {
  color: #0070ba;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-weight: 700;
  --deprecated: 'Do not use';
  text-decoration: none;
}
.ppvx_link:visited {
  color: #0070ba;
}
.ppvx_link:active,
.ppvx_link:focus,
.ppvx_link:hover {
  color: #003087;
  text-decoration: underline;
  outline: none;
  cursor: pointer;
}
.ppvx_link .ppvx_icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.375rem;
}
.ppvx_link--inverse {
  color: #ffffff;
}
.ppvx_link--inverse:visited,
.ppvx_link--inverse:active,
.ppvx_link--inverse:focus,
.ppvx_link--inverse:hover {
  color: #ffffff;
}
.ppvx_link--secondary:not(.ppvx_link--inverse) {
  color: #2c2e2f;
}
.ppvx_link--secondary:not(.ppvx_link--inverse):active,
.ppvx_link--secondary:not(.ppvx_link--inverse):focus,
.ppvx_link--secondary:not(.ppvx_link--inverse):hover {
  color: #2c2e2f;
}

.ppvx_text--xl8 {
  font-size: 5rem;
  line-height: 6rem;
  font-family: "PayPalSansBig-Light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  --deprecated: 'Do not use';
}
.ppvx_text--xl7 {
  font-size: 4.5rem;
  line-height: 5.25rem;
  font-family: "PayPalSansBig-Light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  --deprecated: 'Do not use';
}
.ppvx_text--xl6 {
  font-size: 3.75rem;
  line-height: 4.5rem;
  font-family: "PayPalSansBig-Light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  --deprecated: 'Do not use';
}
.ppvx_text--xl5 {
  font-size: 3.125rem;
  line-height: 3.75rem;
  font-family: "PayPalSansBig-Light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  --deprecated: 'Do not use';
}
.ppvx_text--xl4 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-family: "PayPalSansBig-Light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  --deprecated: 'Do not use';
}
.ppvx_text--xl3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-family: "PayPalSansBig-Light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  --deprecated: 'Do not use';
}
.ppvx_text--xl2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-family: "PayPalSansBig-Light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  --deprecated: 'Do not use';
}
.ppvx_text--xl {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: "PayPalSansBig-Light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  --deprecated: 'Do not use';
}
.ppvx_text--lg {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  --deprecated: 'Do not use';
}
.ppvx_text--md {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  --deprecated: 'Do not use';
}
.ppvx_text--sm {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  --deprecated: 'Do not use';
}
.ppvx_text--xs {
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  --deprecated: 'Do not use';
}
.ppvx_text--regular {
  font-weight: 700;
  --deprecated: 'Do not use';
}
.ppvx_text--medium {
  font-family: "PayPalSansBig-Medium", Helvetica Neue, Arial, sans-serif;
  --deprecated: 'Do not use';
}
.ppvx_text--caption {
  font-family: "PayPalSansBig-Regular", Helvetica Neue, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.ppvx_text--caption-strong {
  font-family: "PayPalSansBig-Medium", Helvetica Neue, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.ppvx_text--body {
  font-family: "PayPalSansBig-Regular", Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.ppvx_text--body-strong {
  font-family: "PayPalSansBig-Medium", Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.ppvx_text--heading-xs {
  font-family: "PayPalSansBig-Medium", Helvetica Neue, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 500;
}
.ppvx_text--heading-sm {
  font-family: "PayPalSansBig-Regular", Helvetica Neue, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.ppvx_text--heading-md {
  font-family: "PayPalSansBig-Regular", Helvetica Neue, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}
.ppvx_text--heading-lg {
  font-family: "PayPalSansBig-Regular", Helvetica Neue, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
}
.ppvx_text--hero {
  font-family: "PayPalSansBig-Regular", Helvetica Neue, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 500;
}

.pageNotFoundContainer {
  display: flex;
  align-items: center;
  min-height: calc(100vh - (72px + 170px + 20px * 2));
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  color: #2c2e2f;
}
.pageNotFoundContainer .warningIcon {
  color: #d20000;
}
.pageNotFoundContainer .messageHeader {
  font-weight: lighter;
}
.pageNotFoundContainer .contentAlignment {
  text-align: center;
  margin-bottom: 20px;
}
.pageNotFoundContainer .contentAlignment:first-child {
  margin-top: 20px;
}
.pageNotFoundContainer .messageContent {
  font-size: 1rem;
}
.pageNotFoundContainer .messageContent p:first-child {
  margin-bottom: -4px;
}
@media only screen and (max-width: 662px) {
  .pageNotFoundContainer {
    min-height: calc(100vh - (72px + 217px + 20px * 2));
  }
}
.foreground-container #content {
  margin-top: 72px;
}
@media only screen and (max-width: 769px) {
  .foreground-container #content {
    margin-top: 0;
  }
}
body {
  background-color: #f5f7fa;
}


/*# sourceMappingURL=error404.css.map*/