/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #2c2e2f;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0079c1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00457c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #f2f2f2;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
a {
  font-weight: bold;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:active {
  color: #006ba8;
}
a.secondaryLink,
.secondaryLink a {
  color: #666;
}
a.secondaryLink:hover,
.secondaryLink a:hover,
a.secondaryLink:focus,
.secondaryLink a:focus,
a.secondaryLink:active,
.secondaryLink a:active {
  color: #444;
}
a.reverseLink,
.reverseLink a {
  color: #fff;
}
a.reverseLink:hover,
.reverseLink a:hover,
a.reverseLink:focus,
.reverseLink a:focus,
a.reverseLink:active,
.reverseLink a:active {
  color: #e4e4e4;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
  color: #444;
  margin: 0;
}
h1,
h2,
.h1,
.h2 {
  letter-spacing: 0.02em;
}
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: 0.01em;
}
h1,
.h1 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 24px;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 36px;
  }
}
h2,
.h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 24px;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 24px;
  }
}
h3,
.h3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 24px;
}
h4,
.h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
}
h5,
.h5 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
h6,
.h6 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
}
p {
  padding-top: 14px;
  padding-bottom: 20px;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  color: #666;
}
@media (min-width: 768px) {
  p {
    padding-top: 4px;
    padding-bottom: 14px;
  }
}
.lead {
  padding-bottom: 0;
  padding-top: 0;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.333;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #0079c1;
}
a.text-primary:hover {
  color: #00598e;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #0079c1;
}
a.bg-primary:hover {
  background-color: #00598e;
}
.bg-dark {
  color: #fff;
  background-color: #333;
}
a.bg-dark:hover {
  background-color: #1a1a1a;
}
.bg-light {
  color: #666;
  background-color: #f5f5f5;
}
a.bg-light:hover {
  background-color: #dcdcdc;
}
.bg-reverse {
  color: #2c2e2f;
  background-color: #fff;
}
a.bg-reverse:hover {
  background-color: #e6e6e6;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #f2f2f2;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0;
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.px-nav nav:before,
.px-nav nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.px-nav nav:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.center-block {
  float: none;
}
.accessAid {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * @fileOverview Mixins contains mixins (taking this from fxo)
 * @name Mixins
 * @author hdoan, mdaveshah
 * @tested browsers FF 12, Chrome 18, Safari 5 on Mac
 */
/* mixin for creating a triangle */
/* Mixin for bubbles */
/* mixin for creating carets bubbles with a border */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 798px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1022px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1230px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #444;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 4px;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f2f2f2;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 35px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.legalCheckbox {
  height: 1.14rem;
  width: 1.7rem;
}
.legalCopy {
  color: #ffffff;
  font-size: .9rem;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
}
.legalCopy a,
.legalCopy a:visited {
  color: #ffffff;
}
.legalCopy a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.legalContainer {
  padding-bottom: 24px;
}
.input-sm {
  height: 372px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 24px;
  border-radius: 3px;
}
select.input-sm {
  height: 372px;
  line-height: 372px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 1102px;
  padding: 10px 16px;
  font-size: 30px;
  line-height: 36px;
  border-radius: 6px;
}
select.input-lg {
  height: 1102px;
  line-height: 1102px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 26px;
  right: 0;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6a6e71;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
/**** Text inputs ******/
.textInput input.userText,
.textInput input.completed {
  border-color: #cee0eb;
  background-color: #fff;
  box-shadow: none;
  color: #333;
}
.textInput.tall input {
  height: 3.0769em;
}
.textInput.small {
  width: 33%;
}
.textInput.medium {
  width: 50%;
}
.textInput.large {
  width: 67%;
}
.textInput.hasError input,
.textInput.hasError input:hover,
.textInput.hasError input:focus {
  border-color: #de746a;
  -moz-box-shadow: 0 0 5px rgba(220, 99, 88, 0.6), 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 0 5px rgba(220, 99, 88, 0.6), 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 5px rgba(220, 99, 88, 0.6), 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  background: url('https://www.paypalobjects.com/webstatic/i/sprite/sprite_ui.png') #fff right -2190px no-repeat;
}
/******* Lap **********/
.lap {
  margin: 15px 0;
}
.lap label {
  position: absolute;
  left: 16px;
  color: #666;
  z-index: 1;
  cursor: text;
  text-shadow: 0 1px 0 #fff;
  font-weight: lighter;
  line-height: 2.61539em;
}
.lap label.focus {
  color: #888;
}
.lap.medium label {
  left: 14px;
}
.lap.tall label {
  line-height: 3.0769em;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #e0e0e0;
  border-color: #d3d3d3;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #cccccc;
  border-color: #b5b5b5;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  border-color: #d3d3d3;
}
.btn-default .badge {
  color: #e0e0e0;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #0079c1;
  border-color: #0069a8;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #005f98;
  border-color: #00436a;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0079c1;
  border-color: #0069a8;
}
.btn-primary .badge {
  color: #0079c1;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #d7ae0a;
  border-color: #bf9a09;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #b08e08;
  border-color: #846b06;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #d7ae0a;
  border-color: #bf9a09;
}
.btn-warning .badge {
  color: #d7ae0a;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #bb1827;
  border-color: #a41522;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #97131f;
  border-color: #6e0e17;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #bb1827;
  border-color: #a41522;
}
.btn-danger .badge {
  color: #bb1827;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #0089db;
  border-color: #0079c2;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #006fb2;
  border-color: #005384;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #0089db;
  border-color: #0079c2;
}
.btn-success .badge {
  color: #0089db;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #0079c1;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00457c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 30px;
  line-height: 36px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 24px;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 24px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn {
  font-weight: bold;
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
.btn-primary {
  text-shadow: 0 -1px #00629c;
  border-color: #0079c1 #00588b #004b77;
  background: -webkit-linear-gradient(bottom, #0079c1 0%, #0079c1 20%, #00a1ff 100%);
  background: -moz-linear-gradient(bottom, #0079c1 0%, #0079c1 20%, #00a1ff 100%);
  background: -o-linear-gradient(bottom, #0079c1 0%, #0079c1 20%, #00a1ff 100%);
  background: linear-gradient(bottom, #0079c1 0%, #0079c1 20%, #00a1ff 100%);
  -webkit-box-shadow: 0 1px #4dbeff inset;
  box-shadow: 0 1px #4dbeff inset;
}
.btn-primary:hover,
.btn-primary:focus {
  text-shadow: 0 -1px #004c77;
  border-color: #00629b #004872 #003b5d;
  background: -webkit-linear-gradient(bottom, #005282 0%, #005282 20%, #0083cf 100%);
  background: -moz-linear-gradient(bottom, #005282 0%, #005282 20%, #0083cf 100%);
  background: -o-linear-gradient(bottom, #005282 0%, #005282 20%, #0083cf 100%);
  background: linear-gradient(bottom, #005282 0%, #005282 20%, #0083cf 100%);
  -webkit-box-shadow: 0 1px #1794dc inset;
  box-shadow: 0 1px #1794dc inset;
}
.btn-default {
  text-shadow: 0 1px #e0e0e0;
  border-color: #cbcbcb #b2b2b2 #8b8b8b;
  background: -webkit-linear-gradient(bottom, #bfbfbf 0%, #bfbfbf 20%, #e0e0e0 100%);
  background: -moz-linear-gradient(bottom, #bfbfbf 0%, #bfbfbf 20%, #e0e0e0 100%);
  background: -o-linear-gradient(bottom, #bfbfbf 0%, #bfbfbf 20%, #e0e0e0 100%);
  background: linear-gradient(bottom, #bfbfbf 0%, #bfbfbf 20%, #e0e0e0 100%);
  -webkit-box-shadow: 0 1px #ececec inset;
  box-shadow: 0 1px #ececec inset;
}
.btn-default:hover,
.btn-default:focus {
  border-color: #cbcbcb #b2b2b2 #8d8d8d;
  background: -webkit-linear-gradient(bottom, #a5a5a5 0%, #a5a5a5 20%, #e0e0e0 100%);
  background: -moz-linear-gradient(bottom, #a5a5a5 0%, #a5a5a5 20%, #e0e0e0 100%);
  background: -o-linear-gradient(bottom, #a5a5a5 0%, #a5a5a5 20%, #e0e0e0 100%);
  background: linear-gradient(bottom, #a5a5a5 0%, #a5a5a5 20%, #e0e0e0 100%);
  -webkit-box-shadow: 0 1px #ebe9ec inset;
  box-shadow: 0 1px #ebe9ec inset;
}
.btn-link {
  padding: 0;
  vertical-align: baseline;
}
.px-nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 2px #d7d7d7;
  background-color: #f5f5f5;
  z-index: 1;
}
.px-nav nav {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  top: 0;
}
@media (min-width: 768px) {
  .px-nav nav {
    width: 798px;
  }
}
@media (min-width: 992px) {
  .px-nav nav {
    width: 1022px;
  }
}
@media (min-width: 1200px) {
  .px-nav nav {
    width: 1230px;
  }
}
@media (min-width: 768px) {
  .px-nav nav {
    width: 798px;
  }
}
@media (min-width: 992px) {
  .px-nav nav {
    width: 1022px;
  }
}
@media (min-width: 1200px) {
  .px-nav nav {
    width: 1230px;
  }
}
.px-nav nav:before,
.px-nav nav:after {
  content: " ";
  display: table;
}
.px-nav nav:after {
  clear: both;
}
.px-nav nav:before,
.px-nav nav:after {
  content: " ";
  display: table;
}
.px-nav nav:after {
  clear: both;
}
.px-nav ul {
  list-style: none;
  margin: 0;
}
.px-nav a {
  text-decoration: none;
}
.px-nav-logo {
  float: left;
  margin-right: 13px;
}
.px-nav-logo a {
  display: inline-block;
  height: 58px;
}
.px-nav-logo img {
  padding-top: 18px;
}
.px-nav-links li,
.px-nav-actions li {
  margin-right: 13px;
  padding-left: 20px;
  float: left;
  background: url("https://www.paypalobjects.com/webstatic/i/ex_ce2/sprite/sprite_ia.png") left -7px no-repeat;
}
.px-nav-links li a,
.px-nav-actions li a {
  display: inline-block;
  height: 55px;
  padding-top: 18px;
  color: #666;
  font-weight: bold;
}
.px-nav-actions {
  float: right;
}
.px-nav-actions li {
  background: none;
}
.px-footer-container {
  position: fixed;
  bottom: 0;
  height: 69px;
  width: 100%;
  display: none;
  border-top: 1px solid #d4d4d4;
  background: #f5f5f5;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
}
.px-footer-container ul.inline {
  padding: 0;
  list-style: none;
  text-shadow: 0 1px 1px #fff;
}
.px-footer-container ul.inline:first-child {
  margin: 10px 0 0 0;
}
.px-footer-container ul.inline:last-child {
  color: #999;
}
.px-footer-container ul.inline:last-child li a {
  color: #999;
}
.px-footer-container ul.inline li {
  margin: 0 18px 0 0;
  display: inline-block;
}
.px-footer-container ul.inline li a {
  color: #666;
}
.px-footer-container a {
  text-shadow: 0 1px 1px #fff;
}
.px-footer-container a:hover,
.px-footer-container a:focus {
  text-shadow: none;
}
.px-footer-container .copyright {
  font-size: 12px;
}
/**
 * DO NOT EDIT THIS FILE AS IT'S GENERATED CODE.
 * PLEASE NOTE: If you have specific icon needs, place them in your project's own Less file.
*/
/*
 * Use this for local testing
 *
@font-face {
	font-family: 'consumer-icons';

	src: url('fonts/ConsumerIcons-Regular.eot');
	src: url('fonts/ConsumerIcons-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/ConsumerIcons-Regular.woff') format('woff'),
		url('fonts/ConsumerIcons-Regular.ttf')  format('truetype'),
		url('fonts/ConsumerIcons-Regular.svg#69ac2c9fc1e0803e59e06e93859bed03') format('svg');

	font-style: normal;
	font-weight: 400;
} */
/*
 * Use this for production
 *
 */
@font-face {
  font-family: 'consumer-icons';
  src: url('https://www.paypalobjects.com/ui-web/iconfont-consumer/3-4-0/fonts/ConsumerIcons-Regular.eot');
  src: url('https://www.paypalobjects.com/ui-web/iconfont-consumer/3-4-0/fonts/ConsumerIcons-Regular.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/ui-web/iconfont-consumer/3-4-0/fonts/ConsumerIcons-Regular.woff') format('woff'), url('https://www.paypalobjects.com/ui-web/iconfont-consumer/3-4-0/fonts/ConsumerIcons-Regular.ttf') format('truetype'), url('https://www.paypalobjects.com/ui-web/iconfont-consumer/3-4-0/fonts/ConsumerIcons-Regular.svg#69ac2c9fc1e0803e59e06e93859bed03') format('svg');
  font-style: normal;
  font-weight: 400;
}
.icon {
  font-family: 'consumer-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-small:before {
  font-size: 1.58rem;
}
.icon-medium:before {
  font-size: 2.6rem;
}
.icon-large:before {
  font-size: 7.8rem;
}
.icon-burger-small:before {
  content: "\e000";
}
.icon-slider-small:before {
  content: "\e001";
}
.icon-slider-half-small:before {
  content: "\e002";
}
.icon-close-small:before {
  content: "\e003";
}
.icon-add-small:before {
  content: "\e004";
}
.icon-arrow-down-small:before {
  content: "\e005";
}
.icon-arrow-up-small:before {
  content: "\e006";
}
.icon-arrow-left-small:before {
  content: "\e007";
}
.icon-arrow-right-small:before {
  content: "\e008";
}
.icon-arrow-down-half-small:before {
  content: "\e009";
}
.icon-arrow-up-half-small:before {
  content: "\e010";
}
.icon-arrow-left-half-small:before {
  content: "\e011";
}
.icon-arrow-right-half-small:before {
  content: "\e012";
}
.icon-clear-half-small:before {
  content: "\e013";
}
.icon-checkmark-small:before {
  content: "\e014";
}
.icon-checkmark-small-bold:before {
  content: "\e015";
}
.icon-action-arrow-half-small:before {
  content: "\e016";
}
.icon-tooltip-outline-small:before {
  content: "\e017";
}
.icon-tooltip-small:before {
  content: "\e018";
}
.icon-info-small:before {
  content: "\e019";
}
.icon-positive-small:before {
  content: "\e020";
}
.icon-attention-small:before {
  content: "\e021";
}
.icon-critical-small:before {
  content: "\e022";
}
.icon-info-large:before {
  content: "\e023";
}
.icon-positive-large:before {
  content: "\e024";
}
.icon-attention-large:before {
  content: "\e025";
}
.icon-critical-large:before {
  content: "\e026";
}
.icon-pp-logo:before {
  content: "\e029";
}
.icon-visa-logo:before {
  content: "\e030";
}
.icon-mastercard-logo:before {
  content: "\e031";
}
.icon-maestro-logo:before {
  content: "\e032";
}
.icon-amex-logo:before {
  content: "\e033";
}
.icon-discover-logo:before {
  content: "\e034";
}
.icon-card-half-solid:before {
  content: "\e035";
}
.icon-bank-half-solid:before {
  content: "\e036";
}
.icon-profile-large:before {
  content: "\e037";
}
.icon-profile-add-large:before {
  content: "\e038";
}
.icon-notification-small:before {
  content: "\e039";
}
.icon-settings-small:before {
  content: "\e040";
}
.icon-profile-small:before {
  content: "\e041";
}
.icon-funnel-small:before {
  content: "\e042";
}
.icon-delete-small:before {
  content: "\e043";
}
.icon-edit-small:before {
  content: "\e044";
}
.icon-lock-small:before {
  content: "\e045";
}
.icon-pdf-small:before {
  content: "\e046";
}
.icon-contact-small:before {
  content: "\e047";
}
.icon-undo-small:before {
  content: "\e048";
}
.icon-cancel-small:before {
  content: "\e049";
}
.icon-simple-list-small:before {
  content: "\e050";
}
.icon-detailed-list-small:before {
  content: "\e051";
}
.icon-print-small:before {
  content: "\e052";
}
.icon-camera-small:before {
  content: "\e053";
}
.icon-info-outline-small:before {
  content: "\e054";
}
.icon-us-dollar-outline-small:before {
  content: "\e055";
}
.icon-calendar-half-small:before {
  content: "\e056";
}
.icon-hiper-logo:before {
  content: "\e057";
}
.icon-hipercard-logo:before {
  content: "\e058";
}
.icon-elo-logo:before {
  content: "\e059";
}
.icon-star-small:before {
  content: "\e060";
}
.icon-jcb-logo:before {
  content: "\e061";
}
.icon-attention-outline-small:before {
  content: "\e062";
}
.icon-unionpay-logo:before {
  content: "\e063";
}
.icon-search-small:before {
  content: "\e064";
}
.icon-desktop-small:before {
  content: "\e065";
}
.icon-mobile-small:before {
  content: "\e066";
}
.icon-laptop-small:before {
  content: "\e067";
}
.icon-tablet-small:before {
  content: "\e068";
}
.icon-send-money:before {
  content: "\e500";
}
.icon-request-money:before {
  content: "\e501";
}
.icon-photo:before {
  content: "\e502";
}
.icon-gift-cards:before {
  content: "\e503";
}
.icon-credit-card:before {
  content: "\e504";
}
.icon-truck:before {
  content: "\e505";
}
.icon-email:before {
  content: "\e506";
}
.icon-email-solid:before {
  content: "\e507";
}
.icon-bank-check:before {
  content: "\e508";
}
.icon-calendar:before {
  content: "\e509";
}
.icon-holiday:before {
  content: "\e510";
}
.icon-gift:before {
  content: "\e511";
}
.icon-wallet:before {
  content: "\e512";
}
.icon-play-video:before {
  content: "\e513";
}
.icon-heart:before {
  content: "\e514";
}
.icon-shield:before {
  content: "\e515";
}
.icon-tunes:before {
  content: "\e516";
}
.icon-invoice:before {
  content: "\e517";
}
.icon-shopping-bag:before {
  content: "\e518";
}
.icon-phone:before {
  content: "\e519";
}
.icon-phone-solid:before {
  content: "\e520";
}
.icon-tag:before {
  content: "\e521";
}
.icon-delivery:before {
  content: "\e522";
}
.icon-questionmark:before {
  content: "\e523";
}
.icon-cut-coupons:before {
  content: "\e524";
}
.icon-register:before {
  content: "\e525";
}
.icon-house:before {
  content: "\e526";
}
.icon-gift-card:before {
  content: "\e527";
}
.icon-messages:before {
  content: "\e528";
}
.icon-add-money:before {
  content: "\e529";
}
.icon-send-check:before {
  content: "\e530";
}
.icon-paypal-me:before {
  content: "\e531";
}
.icon-pp-logo-outline:before {
  content: "\e532";
}
.icon-money-bag:before {
  content: "\e533";
}
.icon-chip-pin:before {
  content: "\e534";
}
.icon-boleto-ready:before {
  content: "\e535";
}
.icon-boleto-topup:before {
  content: "\e536";
}
.icon-clock-pay:before {
  content: "\e537";
}
.icon-speeding-cart:before {
  content: "\e538";
}
.icon-international-transfer:before {
  content: "\e539";
}
.icon-link-small:before {
  content: "\e540";
}
/* ==================================
Component: PayPal-Sans.less
==================================== */
@font-face {
  font-family: "pp-sans-big-light";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-big-medium";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-big-thin";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Thin.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-small-light";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Light.svg") format("svg");
}
@font-face {
  font-family: "pp-sans-small-regular";
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.svg") format("svg");
}
@font-face {
  font-family: 'pp-sans-small-medium';
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot");
  src: url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot?#iefix") format("embedded-opentype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.woff") format("woff"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/headlinedark/festivo1.ttf") format("truetype"), url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.svg") format("svg");
}
.pp-sans-big-light {
  font-family: 'pp-sans-big-light', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-big-medium {
  font-family: 'pp-sans-big-medium', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-big-thin {
  font-family: 'pp-sans-big-thin', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-small-light {
  font-family: 'pp-sans-small-light', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-small-regular {
  font-family: 'pp-sans-small-regular', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.pp-sans-small-medium {
  font-family: 'pp-sans-small-medium', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 798px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1022px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1230px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.table-container {
  margin-right: -15px;
  margin-left: -15px;
}
.row,
.row-align-center,
.row-align-right {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.row-align-center {
  text-align: center;
}
.row-align-right {
  text-align: right;
}
.table-row {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.col-xs-1, .table-col-xs-1, .table-col-xs, .table-col-sm, .table-col-md, .table-col-lg, .col-xs-2, .table-col-xs-2, .col-xs-3, .table-col-xs-3, .col-xs-4, .table-col-xs-4, .col-xs-5, .table-col-xs-5, .col-xs-6, .table-col-xs-6, .col-xs-7, .table-col-xs-7, .col-xs-8, .table-col-xs-8, .col-xs-9, .table-col-xs-9, .col-xs-10, .table-col-xs-10, .col-xs-11, .table-col-xs-11, .col-xs-12, .table-col-xs-12, .col-sm-1, .table-col-sm-1, .col-sm-2, .table-col-sm-2, .col-sm-3, .table-col-sm-3, .col-sm-4, .table-col-sm-4, .col-sm-5, .table-col-sm-5, .col-sm-6, .table-col-sm-6, .col-sm-7, .table-col-sm-7, .col-sm-8, .table-col-sm-8, .col-sm-9, .table-col-sm-9, .col-sm-10, .table-col-sm-10, .col-sm-11, .table-col-sm-11, .col-sm-12, .table-col-sm-12, .col-md-1, .table-col-md-1, .col-md-2, .table-col-md-2, .col-md-3, .table-col-md-3, .col-md-4, .table-col-md-4, .col-md-5, .table-col-md-5, .col-md-6, .table-col-md-6, .col-md-7, .table-col-md-7, .col-md-8, .table-col-md-8, .col-md-9, .table-col-md-9, .col-md-10, .table-col-md-10, .col-md-11, .table-col-md-11, .col-md-12, .table-col-md-12, .col-lg-1, .table-col-lg-1, .col-lg-2, .table-col-lg-2, .col-lg-3, .table-col-lg-3, .col-lg-4, .table-col-lg-4, .col-lg-5, .table-col-lg-5, .col-lg-6, .table-col-lg-6, .col-lg-7, .table-col-lg-7, .col-lg-8, .table-col-lg-8, .col-lg-9, .table-col-lg-9, .col-lg-10, .table-col-lg-10, .col-lg-11, .table-col-lg-11, .col-lg-12, .table-col-lg-12 {
  display: block;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  text-align: left;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  display: inline-block;
  vertical-align: top;
}
.table-col-xs, .table-col-xs-1, .table-col-xs-2, .table-col-xs-3, .table-col-xs-4, .table-col-xs-5, .table-col-xs-6, .table-col-xs-7, .table-col-xs-8, .table-col-xs-9, .table-col-xs-10, .table-col-xs-11, .table-col-xs-12 {
  display: table-cell;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.table-col-xs-12 {
  width: 100%;
}
.table-col-xs-11 {
  width: 91.66666667%;
}
.table-col-xs-10 {
  width: 83.33333333%;
}
.table-col-xs-9 {
  width: 75%;
}
.table-col-xs-8 {
  width: 66.66666667%;
}
.table-col-xs-7 {
  width: 58.33333333%;
}
.table-col-xs-6 {
  width: 50%;
}
.table-col-xs-5 {
  width: 41.66666667%;
}
.table-col-xs-4 {
  width: 33.33333333%;
}
.table-col-xs-3 {
  width: 25%;
}
.table-col-xs-2 {
  width: 16.66666667%;
}
.table-col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    display: inline-block;
    vertical-align: top;
  }
  .table-col-sm, .table-col-sm-1, .table-col-sm-2, .table-col-sm-3, .table-col-sm-4, .table-col-sm-5, .table-col-sm-6, .table-col-sm-7, .table-col-sm-8, .table-col-sm-9, .table-col-sm-10, .table-col-sm-11, .table-col-sm-12 {
    display: table-cell;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .table-col-sm-12 {
    width: 100%;
  }
  .table-col-sm-11 {
    width: 91.66666667%;
  }
  .table-col-sm-10 {
    width: 83.33333333%;
  }
  .table-col-sm-9 {
    width: 75%;
  }
  .table-col-sm-8 {
    width: 66.66666667%;
  }
  .table-col-sm-7 {
    width: 58.33333333%;
  }
  .table-col-sm-6 {
    width: 50%;
  }
  .table-col-sm-5 {
    width: 41.66666667%;
  }
  .table-col-sm-4 {
    width: 33.33333333%;
  }
  .table-col-sm-3 {
    width: 25%;
  }
  .table-col-sm-2 {
    width: 16.66666667%;
  }
  .table-col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    display: inline-block;
    vertical-align: top;
  }
  .table-col-md, .table-col-md-1, .table-col-md-2, .table-col-md-3, .table-col-md-4, .table-col-md-5, .table-col-md-6, .table-col-md-7, .table-col-md-8, .table-col-md-9, .table-col-md-10, .table-col-md-11, .table-col-md-12 {
    display: table-cell;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .table-col-md-12 {
    width: 100%;
  }
  .table-col-md-11 {
    width: 91.66666667%;
  }
  .table-col-md-10 {
    width: 83.33333333%;
  }
  .table-col-md-9 {
    width: 75%;
  }
  .table-col-md-8 {
    width: 66.66666667%;
  }
  .table-col-md-7 {
    width: 58.33333333%;
  }
  .table-col-md-6 {
    width: 50%;
  }
  .table-col-md-5 {
    width: 41.66666667%;
  }
  .table-col-md-4 {
    width: 33.33333333%;
  }
  .table-col-md-3 {
    width: 25%;
  }
  .table-col-md-2 {
    width: 16.66666667%;
  }
  .table-col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    display: inline-block;
    vertical-align: top;
  }
  .table-col-lg, .table-col-lg-1, .table-col-lg-2, .table-col-lg-3, .table-col-lg-4, .table-col-lg-5, .table-col-lg-6, .table-col-lg-7, .table-col-lg-8, .table-col-lg-9, .table-col-lg-10, .table-col-lg-11, .table-col-lg-12 {
    display: table-cell;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .table-col-lg-12 {
    width: 100%;
  }
  .table-col-lg-11 {
    width: 91.66666667%;
  }
  .table-col-lg-10 {
    width: 83.33333333%;
  }
  .table-col-lg-9 {
    width: 75%;
  }
  .table-col-lg-8 {
    width: 66.66666667%;
  }
  .table-col-lg-7 {
    width: 58.33333333%;
  }
  .table-col-lg-6 {
    width: 50%;
  }
  .table-col-lg-5 {
    width: 41.66666667%;
  }
  .table-col-lg-4 {
    width: 33.33333333%;
  }
  .table-col-lg-3 {
    width: 25%;
  }
  .table-col-lg-2 {
    width: 16.66666667%;
  }
  .table-col-lg-1 {
    width: 8.33333333%;
  }
}
/**
 * @fileOverview Contains type treatment for PayPal's new VX Patterns
 * @name type-vxPtrn
 * @author jlowery
 * @notes The below styles are mobile first
 */
body {
  font-size: inherit !important;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
.vx_text-xl {
  font-size: 3.75rem;
  line-height: 1.1;
  font-weight: 300;
  text-transform: none;
  font-family: 'PayPal-Sans-Big', sans-serif;
}
h1,
.vx_text-1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 300;
  text-transform: none;
  font-family: 'PayPal-Sans-Big', sans-serif;
}
h2,
.vx_text-2 {
  font-size: 1.875rem;
  line-height: 1.4;
  font-weight: 300;
  text-transform: none;
  font-family: 'PayPal-Sans-Big', sans-serif;
}
h3,
.vx_text-3 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans-Big', sans-serif;
}
.vx_text-3_lighter {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 300;
  text-transform: none;
  font-family: 'PayPal-Sans-Big', sans-serif;
}
h4,
.vx_text-4 {
  font-size: 1.125rem;
  line-height: 1.33333;
  font-weight: 400;
  text-transform: none;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
}
h5,
.vx_text-5 {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 500;
  text-transform: none;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
}
.vx_text-5_lighter {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 400;
  text-transform: none;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
}
h6,
.vx_text-6 {
  font-size: 0.8125rem;
  line-height: 1.84615385;
  font-weight: 500;
  text-transform: none;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
}
.vx_text-6_lighter {
  font-size: 0.8125rem;
  line-height: 1.84615385;
  font-weight: 400;
  text-transform: none;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
}
.vx_text-body,
p,
li,
dd,
dt,
label,
input,
textarea,
pre,
code {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 400;
  text-transform: none;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
}
.vx_text-body_secondary {
  font-size: 0.8125rem;
  line-height: 1.84615385;
  font-weight: 400;
  text-transform: none;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
}
.vx_text-legal {
  font-size: 0.8125rem;
  line-height: 1.38461538;
  font-weight: 400;
  text-transform: none;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
  color: #6C7378;
}
.vx_h1,
.vx_h2,
.vx_h3,
.vx_h4 {
  -webkit-font-smoothing: antialiased;
}
.vx_h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 300;
  text-transform: none;
  font-family: 'PayPal-Sans-Big', sans-serif;
}
.vx_h2 {
  /* Yes, the below H3 vars are intended
	 * this is the mobile sizing, so it's this first.
	 * Desktop is below.
	 */
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 300;
  text-transform: none;
  font-family: 'PayPal-Sans-Big', sans-serif;
  /* Mobile First, aka Desktop Later */
}
@media (min-width: 768px) {
  .vx_h2 {
    font-size: 1.875rem;
    line-height: 1.4;
    font-weight: 300;
    text-transform: none;
    font-family: 'PayPal-Sans-Big', sans-serif;
  }
}
.vx_h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
  font-family: 'PayPal-Sans-Big', sans-serif;
}
.vx_h4 {
  font-size: 1.125rem;
  line-height: 1.33333;
  font-weight: 400;
  text-transform: none;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
}
.vx_h5 {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 500;
  text-transform: none;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
}
.vx_h6 {
  font-size: 0.8125rem;
  line-height: 1.84615385;
  font-weight: 500;
  text-transform: none;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
}
.vx_h7 {
  font-size: 0.8125rem;
  line-height: 1.84615385;
  font-weight: 400;
  text-transform: none;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
}
.vx_base-text {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 400;
  text-transform: none;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
}
.vx_small-text {
  font-size: 0.8125rem;
  line-height: 1.84615385;
  font-weight: 400;
  text-transform: none;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
}
.vx_legal-text {
  font-size: 0.8125rem;
  line-height: 1.38461538;
  font-weight: 400;
  text-transform: none;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
  color: #6C7378;
}
.vx_secondary-text {
  color: #9DA3A6;
}
.vx_text-block {
  padding: 1.6em 1.6em 0.8em;
}
.vx_reverse-contrast {
  background: #2c2e2f;
  color: #FFFFFF;
}
.vx_reverse-contrast .vx_secondary-text {
  color: #CBD2D6;
}
.vx_reverse-contrast .small-text {
  font-weight: 500;
}
ul,
ol {
  padding: 0;
  margin: 0 0 0.8rem 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 1.6;
}
dl {
  margin-bottom: 1.6rem;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: 500;
}
dd {
  margin-left: 0.8rem;
}
.vx_unstyled-list {
  list-style: none;
  padding: 0;
}
a,
a:visited {
  color: #0070BA;
  text-decoration: none;
  font-weight: 500;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
}
a:active,
a:focus,
a:hover {
  color: #005EA6;
  text-decoration: underline;
}
p > a,
li > a {
  font-weight: 500;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* Setting these elements to height of 100% ensures that
 * .vx_foreground-container fully covers the whole viewport
 */
html,
body {
  height: 100%;
}
/* This wraps the foreground or main part of the app.
 * It's purpose is to provide the "front" layer of the app and
 * allow the "back" layer to exist behind it.
 */
.vx_foreground-container {
  position: relative;
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 800;
  background: #F5F7FA;
  -moz-transition: left 250ms, right 250ms;
  -ms-transition: left 250ms, right 250ms;
  -webkit-transition: left 250ms, right 250ms;
  -o-transition: left 250ms, right 250ms;
  transition: left 250ms, right 250ms;
}
.vx_mainContent {
  max-width: 1024px;
  margin: 0 auto;
  padding: 72px 0 9rem;
  position: relative;
}
.vx_a11yText,
.screenreader-only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
@media (max-width: 768px) {
  .vx_hidden-phone {
    display: none !important;
  }
  .vx_foreground-container {
    width: 100%;
    min-height: 100%;
  }
  .vx_mainContent {
    padding-top: 0;
  }
}
/**
 * DO NOT EDIT THIS FILE AS IT'S GENERATED CODE.
 * UED: cgrigson, adustin, nvandewater
 * UIE: jlowery
 * Note: If modifications are needed, don't modify this file! Either override or make a PR to:
 * https://github.paypal.com/jlowery/paypal-vxpattern-lib
*/
/* Icons */
/* Z-index list */
/* user for a bird's eye view of components based on z-axis */
/* for example, if you want to put a button in header, just assign z-index of that button to @zindexHeader */
/* these will overwrite the bootstrap pre defined variables */
/* TODO: check the clean the non-needed modal styles in bootstrap */
/* the same as bootstrap one, just overwrite */
/* Setting for Sidepanel */
/* This is not used by all side panels, only for the default one */
/* what about larger phones like gs3? what about phablets like the note?
/* responsive breakpoints */
/* Navigation */
/* Spinner */
/*
* @name buttons
* @description All defined button styles and states belong here, including any helper class button style options, like `vx_btn-secondary` or `vx_btn-medium` etc.
*
* @group elements
*/
.vx_btn,
.vx_btn-small,
.vx_btn-medium {
  display: inline-block;
  min-width: 6rem;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #0070BA;
  border-radius: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: #0070BA;
  transition: all 250ms ease;
  -webkit-font-smoothing: antialiased;
}
.vx_btn:visited,
.vx_btn-small:visited,
.vx_btn-medium:visited,
.vx_btn:active,
.vx_btn-small:active,
.vx_btn-medium:active,
.vx_btn:hover,
.vx_btn-small:hover,
.vx_btn-medium:hover,
.vx_btn:focus,
.vx_btn-small:focus,
.vx_btn-medium:focus {
  color: #fff;
}
.vx_btn:visited,
.vx_btn-small:visited,
.vx_btn-medium:visited {
  text-decoration: none;
}
.vx_btn:hover,
.vx_btn-small:hover,
.vx_btn-medium:hover,
.vx_btn:focus,
.vx_btn-small:focus,
.vx_btn-medium:focus {
  background-color: #003087;
  border: 1px solid #003087;
  box-shadow: none;
  text-decoration: none;
}
.vx_btn:focus,
.vx_btn-small:focus,
.vx_btn-medium:focus {
  outline: none;
  text-decoration: underline;
}
.vx_btn[disabled],
.vx_btn-small[disabled],
.vx_btn-medium[disabled],
.vx_btn[disabled]:hover,
.vx_btn-small[disabled]:hover,
.vx_btn-medium[disabled]:hover,
.vx_btn[disabled]:active,
.vx_btn-small[disabled]:active,
.vx_btn-medium[disabled]:active,
.vx_btn.vx_is-disabled,
.vx_btn-small.vx_is-disabled,
.vx_btn-medium.vx_is-disabled,
.vx_btn.vx_is-disabled:hover,
.vx_btn-small.vx_is-disabled:hover,
.vx_btn-medium.vx_is-disabled:hover,
.vx_btn.vx_is-disabled:active,
.vx_btn-small.vx_is-disabled:active,
.vx_btn-medium.vx_is-disabled:active {
  color: #CBD2D6;
  background: #F5F6F8;
  box-shadow: none;
  border: 1px solid #CBD2D6;
  text-decoration: none;
  cursor: not-allowed;
  outline: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.vx_btn + .vx_btn,
.vx_btn + .vx_btn-small,
.vx_btn + .vx_btn-medium,
.vx_btn-small + .vx_btn,
.vx_btn-small + .vx_btn-small,
.vx_btn-small + .vx_btn-medium,
.vx_btn-medium + .vx_btn,
.vx_btn-medium + .vx_btn-small,
.vx_btn-medium + .vx_btn-medium {
  margin-left: 0.75rem;
}
.vx_btn.vx_btn-block,
.vx_btn-small.vx_btn-block,
.vx_btn-medium.vx_btn-block {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.vx_btn-secondary {
  background-color: transparent;
  border-color: #0070BA;
  color: #0070BA;
}
.vx_btn-secondary:hover,
.vx_btn-secondary:focus {
  color: #003087;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #003087;
  box-shadow: 0 0 0 1px #003087 inset;
}
.vx_btn-secondary:visited {
  text-decoration: none;
  color: #0070BA;
}
.vx_btn_reversed {
  border-color: #fff;
  background-color: #fff;
  color: #0070BA;
}
.vx_btn_reversed:hover,
.vx_btn_reversed:focus {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #003087;
}
.vx_btn_reversed:visited {
  color: #0070BA;
}
.vx_btn_reversed:visited:hover {
  color: #003087;
}
.vx_btn-secondary_reversed {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.vx_btn-secondary_reversed:hover,
.vx_btn-secondary_reversed:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 1px #fff inset;
}
.vx_btn-medium {
  font-size: 0.8125rem;
  line-height: 1.38461538;
  min-width: 4.5rem;
  padding: 0.5625rem 1.125rem;
}
.vx_btn-small {
  font-size: 0.8125rem;
  line-height: 1.36363636;
  min-width: 3.75rem;
  padding: 0.46875rem 0.9375rem;
}
.vx_btn-icon {
  display: inline-block;
  width: 1.5rem;
  position: relative;
  margin-right: 0.625rem;
}
.vx_btn-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: -1.125rem;
  left: 0;
}
.vx_btn-icon .svg-stroke {
  stroke: #fff;
}
.vx_btn-icon .svg-fill {
  fill: #fff;
}
.vx_btn-secondary .vx_btn-icon .svg-stroke {
  stroke: #0070BA;
}
.vx_btn-secondary .vx_btn-icon .svg-fill {
  fill: #0070BA;
}
.vx_btn-secondary:hover .vx_btn-icon .svg-stroke,
.vx_btn-secondary:focus .vx_btn-icon .svg-stroke {
  stroke: #003087;
}
.vx_btn-secondary:hover .vx_btn-icon .svg-fill,
.vx_btn-secondary:focus .vx_btn-icon .svg-fill {
  fill: #003087;
}
[disabled] .vx_btn-icon .svg-stroke,
[disabled]:hover .vx_btn-icon .svg-stroke,
[disabled]:active .vx_btn-icon .svg-stroke,
.vx_is-disabled .vx_btn-icon .svg-stroke,
.vx_is-disabled:hover .vx_btn-icon .svg-stroke,
.vx_is-disabled:active .vx_btn-icon .svg-stroke {
  stroke: #CBD2D6;
}
[disabled] .vx_btn-icon .svg-fill,
[disabled]:hover .vx_btn-icon .svg-fill,
[disabled]:active .vx_btn-icon .svg-fill,
.vx_is-disabled .vx_btn-icon .svg-fill,
.vx_is-disabled:hover .vx_btn-icon .svg-fill,
.vx_is-disabled:active .vx_btn-icon .svg-fill {
  fill: #CBD2D6;
}
.vx_btn-medium .vx_btn-icon {
  width: 1.125rem;
  margin-right: 0.5rem;
}
.vx_btn-medium .vx_btn-icon svg {
  width: 1.125rem;
  height: 1.125rem;
  top: -0.8125rem;
}
.vx_btn-small .vx_btn-icon {
  width: 1.10795454rem;
  margin-right: 0.375rem;
}
.vx_btn-small .vx_btn-icon svg {
  width: 1.10795454rem;
  height: 1.10795454rem;
  top: -0.75rem;
}
.vx_btn-group,
.vx_btn-group_stacked {
  text-align: center;
}
.vx_btn-group_stacked .vx_btn,
.vx_btn-group_stacked .vx_btn-small,
.vx_btn-group_stacked .vx_btn-medium {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.vx_addBtn-primary,
.vx_addBtn-secondary {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  background: none;
  border: none;
  color: #0070BA;
  padding-left: 0.125rem;
}
.vx_addBtn-primary:before,
.vx_addBtn-secondary:before {
  content: "\002B";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'paypal-vx-icons';
  line-height: 0;
  font-size: 1.25rem;
}
.vx_addBtn-primary:hover,
.vx_addBtn-secondary:hover {
  color: #005EA6;
  text-decoration: none;
}
.vx_addBtn-primary:before {
  color: #FFFFFF;
  background: #0070BA;
  border-radius: 100%;
  padding: 0 5px 3px;
  box-shadow: 0 1px 2px #2C2E2F;
  margin-right: 12px;
}
.vx_addBtn-secondary:before {
  margin-right: 5px;
}
.vx_backBtn {
  background: none;
  border: none;
  color: #0070BA;
  font-weight: normal;
  padding: 0;
}
.vx_backBtn:focus,
.vx_backBtn:active,
.vx_backBtn:hover {
  color: #005EA6;
  text-decoration: none;
}
.vx_backBtn:focus span,
.vx_backBtn:active span,
.vx_backBtn:hover span {
  text-decoration: underline;
}
.vx_backBtn:before {
  font-family: 'paypal-vx-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\2190';
  display: inline;
  font-size: 1.5em;
  vertical-align: -0.1em;
  padding-right: 0.1em;
}
.vx_btn-twoUp .vx_btn {
  display: inline-block;
  width: 48%;
  margin-left: 0;
  margin-right: 0;
}
.vx_btn-twoUp .vx_btn:first-of-type {
  margin-right: 1.5%;
}
.vx_btn-twoUp .vx_btn:last-of-type {
  margin-left: 1.5%;
}
@media (max-width: 768px) {
  .vx_blocks-for-mobile .vx_btn {
    display: block;
    width: 100%;
  }
  .vx_blocks-for-mobile .vx_btn + .vx_btn {
    margin: 5px 0 0;
  }
}
.vx_btn-link {
  background: none;
  border: none;
  color: #0070BA;
  font-weight: 500;
  padding: 0;
}
.vx_btn-link:hover {
  color: #005EA6;
  text-decoration: underline;
}
/*
*	CSS for Panel with optional Action
*/
.vx_panel,
.vx_panel-tile,
.vx_panel-well {
  min-height: 1.5rem;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 6px;
}
.vx_panel,
.vx_panel-well {
  display: table;
  width: 100%;
}
.vx_panel-tile {
  background-color: #FFFFFF;
  border: 1px solid #CBD2D6;
}
.vx_panel-well {
  background-color: #F5F7FA;
}
.vx_panel-info {
  display: table-cell;
  color: #2c2e2f;
}
.vx_panel-header,
.vx_panel-text,
.vx_panel-action {
  color: #2c2e2f;
  margin: 0;
  font-family: Arial, "Helvetica Neue", helvetica, sans-serif;
  line-height: 1.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
}
.vx_panel-action {
  display: table-cell;
  max-width: 7em;
  color: #0070BA;
  text-align: right;
}
.vx_panel-text {
  font-weight: 400;
  font-size: 0.9375rem;
}
@font-face {
  font-family: 'paypal-vx-icons';
  src: url('https://www.paypalobjects.com/ui-web/vx-icons/2-0-1/PayPalVXIcons-Regular.eot');
  /* IE9 Compat Modes */
  src: url('https://www.paypalobjects.com/ui-web/vx-icons/2-0-1/PayPalVXIcons-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.paypalobjects.com/ui-web/vx-icons/2-0-1/PayPalVXIcons-Regular.woff') format('woff'), /* Modern Browsers */ url('https://www.paypalobjects.com/ui-web/vx-icons/2-0-1/PayPalVXIcons-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.paypalobjects.com/ui-web/vx-icons/2-0-1/PayPalVXIcons-Regular.svg#69ac2c9fc1e0803e59e06e93859bed03') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
/**
 * THIS ICONS COMPONENT IS BEING DEPRECATED. USE THE ICONOGRAPHY COMPONENT INSTEAD.
 * DO NOT EDIT THIS FILE AS IT'S GENERATED CODE.
 * UED: cgrigson, adustin, nvandewater
 * UIE: jlowery
 * Note: If modifications are needed, don't modify this file! Either override or make a PR to:
 * https://github.paypal.com/jlowery/paypal-vxpattern-lib
*/
.icon {
  font-family: 'paypal-vx-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-small:before {
  font-size: 1.58rem;
}
.icon-medium:before {
  font-size: 2.6rem;
}
.icon-large:before {
  font-size: 7.8rem;
}
.icon-slider-small:before {
  content: "\205D";
}
.icon-slider-half-small:before {
  content: "\205E";
}
.icon-close-small:before {
  content: "\274E";
}
.icon-add-small:before {
  content: "\002B";
}
.icon-arrow-down-small:before {
  content: "\2193";
}
.icon-arrow-up-small:before {
  content: "\2191";
}
.icon-arrow-left-small:before {
  content: "\2190";
}
.icon-arrow-right-small:before {
  content: "\2192";
}
.icon-arrow-down-half-small:before {
  content: "\21E3";
}
.icon-arrow-up-half-small:before {
  content: "\21E1";
}
.icon-arrow-left-half-small:before {
  content: "\21E0";
}
.icon-arrow-right-half-small:before {
  content: "\21E2";
}
.icon-arrow-back-small:before {
  content: "\21E6";
}
.icon-clear-half-small:before {
  content: "\2716";
}
.icon-checkmark-small:before {
  content: "\2705";
}
.icon-checkmark-small-bold:before {
  content: "\2611";
}
.icon-circled-checkmark-small:before {
  content: "\2714";
}
.icon-circled-checkmark-large:before {
  content: "\2713";
}
.icon-action-arrow-half-small:before {
  content: "\25BA";
}
.icon-action-arrow-right-half-small:before {
  content: "\25BA";
}
.icon-action-arrow-down-half-small:before {
  content: "\25BC";
}
.icon-action-arrow-up-half-small:before {
  content: "\25B2";
}
.icon-tooltip-small:before {
  content: "\2753";
}
.icon-info-small:before {
  content: "\2139";
}
.icon-positive-small:before {
  content: "\002B";
}
.icon-attention-small:before {
  content: "\2755";
}
.icon-critical-small:before {
  content: "\26A0";
}
.icon-info-large:before {
  content: "\24D8";
}
.icon-positive-large:before {
  content: "\002B";
}
.icon-attention-large:before {
  content: "\2762";
}
.icon-critical-large:before {
  content: "\2757";
}
.icon-pp-logo:before {
  content: "\E498";
}
.icon-pp-logo-half:before {
  content: "\E499";
}
.icon-gear:before {
  content: "\2699";
}
.icon-magnifying-glass:before {
  content: "\1F50D";
}
.icon-bell:before {
  content: "\1F514";
}
.icon-chain-link:before {
  content: "\1F517";
}
.icon-calendar:before {
  content: "\1F4C5";
}
.icon-camera-add:before {
  content: "\1F4F7";
}
.icon-avatar:before {
  content: "\1F471";
}
/**
 * DO NOT EDIT THIS FILE AS IT'S GENERATED CODE.
 * UED: cgrigson, adustin, nvandewater
 * UIE: jlowery
 * Note: If modifications are needed, don't modify this file! Either override or make a PR to:
 * https://github.paypal.com/jlowery/paypal-vxpattern-lib
*/
.vx_icon {
  font-family: 'paypal-vx-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vx_icon-small:before {
  font-size: 1.58rem;
}
.vx_icon-medium:before {
  font-size: 2.6rem;
}
.vx_icon-large:before {
  font-size: 7.8rem;
}
.vx_icon-slider-small:before {
  content: "\205D";
}
.vx_icon-slider-half-small:before {
  content: "\205E";
}
.vx_icon-close-small:before {
  content: "\274E";
}
.vx_icon-add-small:before {
  content: "\002B";
}
.vx_icon-arrow-down-small:before {
  content: "\2193";
}
.vx_icon-arrow-up-small:before {
  content: "\2191";
}
.vx_icon-arrow-left-small:before {
  content: "\2190";
}
.vx_icon-arrow-right-small:before {
  content: "\2192";
}
.vx_icon-arrow-down-half-small:before {
  content: "\21E3";
}
.vx_icon-arrow-up-half-small:before {
  content: "\21E1";
}
.vx_icon-arrow-left-half-small:before {
  content: "\21E0";
}
.vx_icon-arrow-right-half-small:before {
  content: "\21E2";
}
.vx_icon-arrow-back-small:before {
  content: "\21E6";
}
.vx_icon-clear-half-small:before {
  content: "\2716";
}
.vx_icon-checkmark-small:before {
  content: "\2705";
}
.vx_icon-checkmark-small-bold:before {
  content: "\2611";
}
.vx_icon-circled-checkmark-small:before {
  content: "\2714";
}
.vx_icon-circled-checkmark-large:before {
  content: "\2713";
}
.vx_icon-action-arrow-half-small:before {
  content: "\25BA";
}
.vx_icon-action-arrow-right-half-small:before {
  content: "\25BA";
}
.vx_icon-action-arrow-down-half-small:before {
  content: "\25BC";
}
.vx_icon-action-arrow-up-half-small:before {
  content: "\25B2";
}
.vx_icon-tooltip-small:before {
  content: "\2753";
}
.vx_icon-info-small:before {
  content: "\2139";
}
.vx_icon-positive-small:before {
  content: "\002B";
}
.vx_icon-attention-small:before {
  content: "\2755";
}
.vx_icon-critical-small:before {
  content: "\26A0";
}
.vx_icon-info-large:before {
  content: "\24D8";
}
.vx_icon-positive-large:before {
  content: "\002B";
}
.vx_icon-attention-large:before {
  content: "\2762";
}
.vx_icon-critical-large:before {
  content: "\2757";
}
.vx_icon-pp-logo:before {
  content: "\E498";
}
.vx_icon-pp-logo-half:before {
  content: "\E499";
}
.vx_icon-gear:before {
  content: "\2699";
}
.vx_icon-magnifying-glass:before {
  content: "\1F50D";
}
.vx_icon-bell:before {
  content: "\1F514";
}
.vx_icon-chain-link:before {
  content: "\1F517";
}
.vx_icon-calendar:before {
  content: "\1F4C5";
}
.vx_icon-camera-add:before {
  content: "\1F4F7";
}
.vx_icon-avatar:before {
  content: "\1F471";
}
/* Mixin for placeholder */
.vx_form-control {
  width: 100%;
  height: 50px;
  padding: 12.5px;
  border: 1px solid #9DA3A6;
  border-radius: 5px;
  background: #FFFFFF;
  -o-transition: border-color 0.15s;
  -webkit-transition: border-color 0.15s;
  -moz-transition: border-color 0.15s;
  -ms-transition: border-color 0.15s;
  transition: border-color 0.15s;
}
.vx_form-control:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.vx_form-control:hover,
.vx_form-control:focus,
.vx_form-control:active,
.vx_form-control.vx_is-active {
  border-color: #009CDE;
}
.vx_form-control[disabled],
.vx_form-control[disabled]:hover,
.vx_form-control[disabled]:active,
.vx_form-control.vx_is-disabled,
.vx_form-control.vx_is-disabled:hover,
.vx_form-control.vx_is-disabled:active {
  border-color: #CBD2D6;
  background: #F5F7FA;
  color: #6C7378;
  cursor: default;
}
.vx_form-group,
.vx_form-group_hiddenLabel {
  padding-top: 1em;
  text-align: left;
}
.vx_form-group label,
.vx_form-group_hiddenLabel label {
  font-weight: 500;
}
.vx_form-group_hiddenLabel label,
.vx_form-group-nolabel label {
  position: absolute;
  left: -999em;
}
input.vx_has-error {
  background: #FFFFFF;
  border-color: #D20000;
}
.vx_has-error,
.vx_has-error input,
.vx_has-error label,
input.vx_has-error,
label.vx_has-error {
  color: #D20000;
}
.vx_has-error input,
.vx_has-error select,
.vx_has-error input:hover,
.vx_has-error input:active,
input:focus input.vx_has-error,
input.vx_has-error:hover,
input.vx_has-error:active,
input.vx_has-error:focus {
  background: #FFFFFF;
  border-color: #D20000;
}
.vx_has-error .vx_form-control_complex {
  border-color: #D20000;
}
.vx_has-error .vx_form-control-icon {
  color: #D20000;
}
.vx_has-error .vx_selectIcon_error {
  position: relative;
  display: block;
  text-align: right;
  height: 0;
  font-family: 'paypal-vx-icons';
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
}
.vx_has-error .vx_selectIcon_error:before {
  content: "\26A0";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.58rem;
  position: absolute;
  right: 1.25em;
  top: -1.25em;
}
.vx_selectIcon_error {
  display: none;
}
.vx_form-control_complex {
  padding: 0;
  display: table;
  table-layout: fixed;
  height: auto;
}
.vx_form-control_complex input {
  background: none;
  border: none;
  display: table-cell;
  width: 100%;
  padding: 12px;
  height: 48px;
}
.vx_form-control_complex input:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.vx_form-control_complex input:hover {
  background: none;
}
.vx_form-control-icon,
.vx_form-control-error-icon {
  display: table-cell;
  width: 2.5em;
  min-width: 2.5em;
  color: #9DA3A6;
  text-align: right;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.vx_form-control-error-icon {
  width: 1px;
  min-width: 1px;
  visibility: hidden;
}
.vx_form-control-icon + input {
  padding-left: 0.5em;
}
label.vx_has-error-with-message,
input.vx_has-error-with-message,
.vx_form-control_complex.vx_has-error-with-message {
  color: #D20000;
}
input.vx_has-error-with-message,
.vx_form-control_complex.vx_has-error-with-message {
  background: #FFFFFF;
  border-color: #D20000;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vx_has-message > input,
.vx_has-error-with-message > input,
.vx_has-message > .vx_form-control_complex,
.vx_has-error-with-message > .vx_form-control_complex {
  margin-bottom: 0 !important;
  border: 1px solid #0092d1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vx_has-message.hasFocus:after,
.vx_has-error-with-message.hasFocus:after {
  color: #D20000;
}
.vx_has-error-with-message > label,
.vx_has-error-with-message > .vx_form-control_complex {
  color: #D20000;
}
.vx_has-error-with-message > input,
.vx_has-error-with-message > .vx_form-control_complex {
  background: #FFFFFF;
  border-color: #D20000;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vx_has-error-with-message .vx_form-control-message {
  background: #FEFAFA;
  border: 1px solid #D20000;
  border-top-width: 0;
}
.vx_has-error-with-message .vx_form-control-icon {
  color: #D20000;
}
.vx_has-error-with-message.hasFocus:after {
  color: #D20000;
}
.vx_has-error .vx_form-control_complex .vx_form-control-error-icon,
.vx_has-error-with-message .vx_form-control_complex .vx_form-control-error-icon {
  display: table-cell;
  visibility: visible;
  width: 2.25em;
  color: #D20000;
  text-align: left;
}
.vx_form-control-message {
  display: block;
  background: #FDFEFF;
  padding: 0.5em 1em;
  border: 1px solid #0092d1;
  border-top-width: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/*********************************
 *       FLOATING LABEL          *
 *********************************/
.vx_floatingLabel,
.vx_floatingLabel_complex,
.vx_floatingLabel_active {
  position: relative;
  padding: 0;
  margin-top: 15px;
  background: white;
  border-radius: 5px;
  text-align: left;
}
.vx_floatingLabel.vx_floatingLabel_complex > .vx_form-control,
.vx_floatingLabel_complex.vx_floatingLabel_complex > .vx_form-control,
.vx_floatingLabel_active.vx_floatingLabel_complex > .vx_form-control {
  position: relative;
  display: table-cell;
  height: 48px;
}
.vx_floatingLabel.vx_floatingLabel_complex > .vx_form-control input,
.vx_floatingLabel_complex.vx_floatingLabel_complex > .vx_form-control input,
.vx_floatingLabel_active.vx_floatingLabel_complex > .vx_form-control input {
  height: 48px;
}
.vx_floatingLabel:before,
.vx_floatingLabel_complex:before,
.vx_floatingLabel_active:before,
.vx_floatingLabel:after,
.vx_floatingLabel_complex:after,
.vx_floatingLabel_active:after,
.vx_floatingLabel.vx_floatingLabel_complex > .vx_form-control:before,
.vx_floatingLabel_complex.vx_floatingLabel_complex > .vx_form-control:before,
.vx_floatingLabel_active.vx_floatingLabel_complex > .vx_form-control:before,
.vx_floatingLabel.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_complex.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_active.vx_floatingLabel_complex > .vx_form-control:after {
  content: attr(data-label-content);
  position: absolute;
  padding: 0 15px;
  line-height: 48px;
  margin: 1px;
  transition: opacity 0.25s ease-out;
  z-index: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  color: #6C7378;
}
.vx_floatingLabel.vx_floatingLabel > .vx_form-control:before,
.vx_floatingLabel_complex.vx_floatingLabel > .vx_form-control:before,
.vx_floatingLabel_active.vx_floatingLabel > .vx_form-control:before {
  line-height: 50px;
}
.vx_floatingLabel:after,
.vx_floatingLabel_complex:after,
.vx_floatingLabel_active:after,
.vx_floatingLabel.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_complex.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_active.vx_floatingLabel_complex > .vx_form-control:after {
  top: -10px;
  left: 0;
  font-size: 12px;
  color: #6C7378;
  font-weight: 500;
  transition: opacity 0.4s ease-in-out, top 0.3s ease-out;
}
.vx_floatingLabel.hasFocus:after,
.vx_floatingLabel_complex.hasFocus:after,
.vx_floatingLabel_active.hasFocus:after,
.vx_floatingLabel.hasFocus.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_complex.hasFocus.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_active.hasFocus.vx_floatingLabel_complex > .vx_form-control:after {
  color: #0070BA;
}
.vx_floatingLabel label,
.vx_floatingLabel_complex label,
.vx_floatingLabel_active label {
  position: absolute;
  left: -999em;
}
.vx_floatingLabel input,
.vx_floatingLabel_complex input,
.vx_floatingLabel_active input {
  position: relative;
  z-index: 2;
  padding: 18px 15px 0;
  background: transparent;
  color: #2C2E2F;
}
.vx_floatingLabel input.vx_form-control,
.vx_floatingLabel_complex input.vx_form-control,
.vx_floatingLabel_active input.vx_form-control {
  height: 50px;
}
.vx_floatingLabel .vx_form-control-icon,
.vx_floatingLabel_complex .vx_form-control-icon,
.vx_floatingLabel_active .vx_form-control-icon,
.vx_floatingLabel .vx_form-control-error-icon,
.vx_floatingLabel_complex .vx_form-control-error-icon,
.vx_floatingLabel_active .vx_form-control-error-icon {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.vx_floatingLabel .vx_form-control-error-icon,
.vx_floatingLabel_complex .vx_form-control-error-icon,
.vx_floatingLabel_active .vx_form-control-error-icon {
  top: -3px;
}
.vx_floatingLabel .vx_form-control-error-icon:before,
.vx_floatingLabel_complex .vx_form-control-error-icon:before,
.vx_floatingLabel_active .vx_form-control-error-icon:before {
  display: none;
}
.vx_floatingLabel .vx_form-control-icon,
.vx_floatingLabel_complex .vx_form-control-icon,
.vx_floatingLabel_active .vx_form-control-icon {
  vertical-align: middle;
}
.vx_floatingLabel.vx_has-error .vx_form-control-error-icon:before,
.vx_floatingLabel_complex.vx_has-error .vx_form-control-error-icon:before,
.vx_floatingLabel_active.vx_has-error .vx_form-control-error-icon:before,
.vx_floatingLabel.vx_has-error-with-message .vx_form-control-error-icon:before,
.vx_floatingLabel_complex.vx_has-error-with-message .vx_form-control-error-icon:before,
.vx_floatingLabel_active.vx_has-error-with-message .vx_form-control-error-icon:before {
  display: inline;
}
.vx_floatingLabel.vx_has-error,
.vx_floatingLabel_complex.vx_has-error,
.vx_floatingLabel_active.vx_has-error,
.vx_floatingLabel.vx_has-error-with-message,
.vx_floatingLabel_complex.vx_has-error-with-message,
.vx_floatingLabel_active.vx_has-error-with-message {
  border-color: #D20000;
}
.vx_floatingLabel.vx_has-error .vx_form-control,
.vx_floatingLabel_complex.vx_has-error .vx_form-control,
.vx_floatingLabel_active.vx_has-error .vx_form-control,
.vx_floatingLabel.vx_has-error-with-message .vx_form-control,
.vx_floatingLabel_complex.vx_has-error-with-message .vx_form-control,
.vx_floatingLabel_active.vx_has-error-with-message .vx_form-control {
  border-color: #D20000;
}
.vx_floatingLabel.vx_has-error .vx_form-control:hover,
.vx_floatingLabel_complex.vx_has-error .vx_form-control:hover,
.vx_floatingLabel_active.vx_has-error .vx_form-control:hover,
.vx_floatingLabel.vx_has-error-with-message .vx_form-control:hover,
.vx_floatingLabel_complex.vx_has-error-with-message .vx_form-control:hover,
.vx_floatingLabel_active.vx_has-error-with-message .vx_form-control:hover {
  background: transparent;
}
.vx_floatingLabel.vx_has-error.hasFocus:after,
.vx_floatingLabel_complex.vx_has-error.hasFocus:after,
.vx_floatingLabel_active.vx_has-error.hasFocus:after,
.vx_floatingLabel.vx_has-error-with-message.hasFocus:after,
.vx_floatingLabel_complex.vx_has-error-with-message.hasFocus:after,
.vx_floatingLabel_active.vx_has-error-with-message.hasFocus:after,
.vx_floatingLabel.vx_has-error.hasFocus.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_complex.vx_has-error.hasFocus.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_active.vx_has-error.hasFocus.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel.vx_has-error-with-message.hasFocus.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_complex.vx_has-error-with-message.hasFocus.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_active.vx_has-error-with-message.hasFocus.vx_floatingLabel_complex > .vx_form-control:after {
  color: #D20000;
}
.vx_floatingLabel.vx_has-error .vx_form-control-error-icon,
.vx_floatingLabel_complex.vx_has-error .vx_form-control-error-icon,
.vx_floatingLabel_active.vx_has-error .vx_form-control-error-icon,
.vx_floatingLabel.vx_has-error-with-message .vx_form-control-error-icon,
.vx_floatingLabel_complex.vx_has-error-with-message .vx_form-control-error-icon,
.vx_floatingLabel_active.vx_has-error-with-message .vx_form-control-error-icon {
  display: table-cell;
  visibility: visible;
  width: inherit;
  min-width: 2.25em;
  color: #D20000;
  text-align: left;
}
.vx_floatingLabel.vx_has-error:before,
.vx_floatingLabel_complex.vx_has-error:before,
.vx_floatingLabel_active.vx_has-error:before,
.vx_floatingLabel.vx_has-error-with-message:before,
.vx_floatingLabel_complex.vx_has-error-with-message:before,
.vx_floatingLabel_active.vx_has-error-with-message:before,
.vx_floatingLabel.vx_has-error:after,
.vx_floatingLabel_complex.vx_has-error:after,
.vx_floatingLabel_active.vx_has-error:after,
.vx_floatingLabel.vx_has-error-with-message:after,
.vx_floatingLabel_complex.vx_has-error-with-message:after,
.vx_floatingLabel_active.vx_has-error-with-message:after {
  color: #D20000;
}
.vx_floatingLabel.vx_has-error.hasValue input,
.vx_floatingLabel_complex.vx_has-error.hasValue input,
.vx_floatingLabel_active.vx_has-error.hasValue input,
.vx_floatingLabel.vx_has-error-with-message.hasValue input,
.vx_floatingLabel_complex.vx_has-error-with-message.hasValue input,
.vx_floatingLabel_active.vx_has-error-with-message.hasValue input,
.vx_floatingLabel.vx_has-error.hasFocus input,
.vx_floatingLabel_complex.vx_has-error.hasFocus input,
.vx_floatingLabel_active.vx_has-error.hasFocus input,
.vx_floatingLabel.vx_has-error-with-message.hasFocus input,
.vx_floatingLabel_complex.vx_has-error-with-message.hasFocus input,
.vx_floatingLabel_active.vx_has-error-with-message.hasFocus input {
  color: #2c2e2f;
}
.vx_floatingLabel_complex {
  display: block;
  padding: 0;
  height: auto;
  border: 1px solid #9da3a6;
  border-radius: 5px;
  text-align: left;
  -webkit-transition: border-color 0.15s;
  -o-transition: border-color 0.15s;
  transition: border-color 0.15s;
}
.vx_floatingLabel_complex .vx_form-control {
  display: table;
  table-layout: fixed;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}
.vx_floatingLabel_complex .vx_form-control input {
  display: block;
  width: 100%;
  border: none;
  background: none;
}
.vx_floatingLabel_complex .vx_form-control-icon + .vx_form-control input,
.vx_floatingLabel_complex .vx_form-control-icon + .vx_form-control:before,
.vx_floatingLabel_complex .vx_form-control-icon + .vx_form-control:after {
  padding-left: 8px;
  padding-right: 8px;
}
.vx_floatingLabel_complex label {
  max-width: 1px;
}
.vx_floatingLabel_complex:before,
.vx_floatingLabel_complex:after {
  content: '';
  display: none;
}
.vx_floatingLabel_complex.vx_has-message {
  border-color: #0092d1;
}
.vx_floatingLabel_complex.vx_has-error .vx_form-control:before,
.vx_floatingLabel_complex.vx_has-error-with-message .vx_form-control:before,
.vx_floatingLabel_complex.vx_has-error .vx_form-control:after,
.vx_floatingLabel_complex.vx_has-error-with-message .vx_form-control:after {
  color: #D20000;
}
.vx_floatingLabel_complex .vx_form-control-message {
  border-width: 0;
  border-top-width: 1px;
}
.vx_floatingLabel:before {
  color: #2C2E2F;
  opacity: 0;
}
.vx_floatingLabel input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}
.vx_floatingLabel input:-moz-placeholder {
  /* FF 4-18 */
  opacity: 1;
}
.vx_floatingLabel input::-moz-placeholder {
  /* FF 19+ */
  opacity: 1;
}
.vx_floatingLabel input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
.vx_floatingLabel input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}
.vx_floatingLabel input:focus:-moz-placeholder {
  /* FF 4-18 */
  opacity: 1;
}
.vx_floatingLabel input:focus::-moz-placeholder {
  /* FF 19+ */
  opacity: 1;
}
.vx_floatingLabel input:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
.vx_floatingLabel.hasFocus:before,
.vx_floatingLabel.hasValue:before {
  opacity: 0;
}
.vx_floatingLabel.hasFocus:before input,
.vx_floatingLabel.hasValue:before input {
  color: inherit;
}
.vx_floatingLabel.hasFocus:after,
.vx_floatingLabel.hasValue:after {
  opacity: 1;
  top: -10px;
}
.vx_floatingLabel.hasValue:after {
  color: #2C2E2F;
}
.vx_floatingLabel_active input {
  color: transparent;
}
.vx_floatingLabel_active input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0;
}
.vx_floatingLabel_active input:-moz-placeholder {
  /* FF 4-18 */
  opacity: 0;
}
.vx_floatingLabel_active input::-moz-placeholder {
  /* FF 19+ */
  opacity: 0;
}
.vx_floatingLabel_active input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0;
}
.vx_floatingLabel_active input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}
.vx_floatingLabel_active input:focus:-moz-placeholder {
  /* FF 4-18 */
  opacity: 1;
}
.vx_floatingLabel_active input:focus::-moz-placeholder {
  /* FF 19+ */
  opacity: 1;
}
.vx_floatingLabel_active input:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
.vx_floatingLabel_active:before,
.vx_floatingLabel_active.vx_floatingLabel_complex > .vx_form-control:before {
  opacity: 1;
}
.vx_floatingLabel_active:after,
.vx_floatingLabel_active.vx_floatingLabel_complex > .vx_form-control:after {
  opacity: 0;
}
.vx_floatingLabel_active.hasFocus input,
.vx_floatingLabel_active.hasValue input {
  color: inherit;
}
.vx_floatingLabel_active.hasFocus:before,
.vx_floatingLabel_active.hasFocus.vx_floatingLabel_complex > .vx_form-control:before,
.vx_floatingLabel_active.hasValue:before,
.vx_floatingLabel_active.hasValue.vx_floatingLabel_complex > .vx_form-control:before {
  opacity: 0;
}
.vx_floatingLabel_active.hasFocus:after,
.vx_floatingLabel_active.hasFocus.vx_floatingLabel_complex > .vx_form-control:after,
.vx_floatingLabel_active.hasValue:after,
.vx_floatingLabel_active.hasValue.vx_floatingLabel_complex > .vx_form-control:after {
  opacity: 1;
}
.vx_floatingLabel_active.hasFocus:after,
.vx_floatingLabel_active.hasFocus.vx_floatingLabel_complex > .vx_form-control:after {
  color: #0070BA;
}
.vx_floatingLabel_active.vx_is-disabled {
  background: #F5F7FA;
}
.vx_floatingLabel_active.vx_is-disabled.hasFocus:after,
.vx_floatingLabel_active.vx_is-disabled.hasFocus.vx_floatingLabel_complex > .vx_form-control:after {
  color: #6C7378;
}
.vx_floatingLabel_active.vx_is-disabled input[disabled],
.vx_floatingLabel_active.vx_is-disabled input[disabled]:hover,
.vx_floatingLabel_active.vx_is-disabled input[disabled]:active,
.vx_floatingLabel_active.vx_is-disabled input.vx_is-disabled,
.vx_floatingLabel_active.vx_is-disabled input.vx_is-disabled:hover,
.vx_floatingLabel_active.vx_is-disabled input.vx_is-disabled:active {
  background: transparent;
  color: #6C7378;
}
/* Container used for styling the custom select */
.vx_select {
  position: relative;
  display: block;
}
/* This is the native select, we're making everything but the text invisible so
* we can see the button styles in the wrapper */
.vx_select select {
  width: 100%;
  margin: 0;
}
.vx_select select:focus {
  outline: none;
}
/* Custom arrow sits on top of the select - could be an image, SVG, icon font,
* etc. or the arrow could just baked into the bg image on the select. */
.vx_select:after {
  font-family: 'paypal-vx-icons';
  speak: none;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  /* Better Font Rendering =========== */
  content: "\21E3";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 12.5px;
  z-index: 2;
  /* These hacks make the select behind the arrow clickable in some browsers */
  pointer-events: none;
  display: none;
}
@supports ( -webkit-appearance: none ) or ( appearance: none )
	/* Firefox <= 34 has a false positive on @supports( -moz-appearance: none )
	* @supports ( mask-type: alpha ) is Firefox 35+
	*/
	or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {
  /* Show custom arrow */
  .vx_select:after {
    display: block;
  }
  /* Remove select styling */
  .vx_select select {
    padding-right: 2.75rem;
    /* inside @supports so that iOS <= 8 display the native arrow */
    background: #FFFFFF;
    /* inside @supports so that Android <= 4.3 display the native arrow */
    border: 1px solid #9DA3A6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .vx_select select:focus {
    border-color: #009CDE;
  }
  .vx_has-error .vx_selectIcon_error:before {
    right: 2.2rem;
  }
  .vx_has-error select {
    padding-right: 4.5rem;
  }
  /*********************************
	*       FLOATING LABEL          *
	*********************************/
  .vx_floatingLabel select {
    position: relative;
    z-index: 1;
    height: 50px;
    padding: 18px 15px 0;
    background: transparent;
    color: #2C2E2F;
  }
  .vx_floatingLabel .vx_select:before {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 12px;
    font-weight: 500;
    content: attr(data-label-content);
    padding: 0 15px;
    line-height: 50px;
    margin: 1px;
    z-index: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    color: #6C7378;
  }
  .vx_floatingLabel.vx_has-error .vx_select:before {
    color: #D20000;
  }
  .vx_floatingLabel.hasFocus .vx_select:before,
  .vx_floatingLabel.hasFocus .vx_select:after {
    color: #0070BA;
  }
}
/**
 * Hacks to adjust alignment for Firefox and Edge
 */
@supports ( ( -moz-appearance: none ) and ( mask-type: alpha ) )
	or (-ms-ime-align: auto) {
  .vx_floatingLabel select {
    padding-left: 11px;
  }
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
@font-face {
  font-family: "PayPalSansSmall-Regular";
  font-style: normal;
  font-display: swap;
  src: url('https://www.paypalobjects.com/digitalassets/c/paypal-ui/fonts/PayPalSansSmall-Regular.woff2') format('woff2'), url('https://www.paypalobjects.com/digitalassets/c/paypal-ui/fonts/PayPalSansSmall-Regular.woff') format('woff'), url('https://www.paypalobjects.com/digitalassets/c/paypal-ui/fonts/PayPalSansSmall-Regular.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/digitalassets/c/paypal-ui/fonts/PayPalSansSmall-Regular.svg') format('svg');
}
@font-face {
  font-family: "PayPalSansBig-Light";
  font-style: normal;
  font-display: swap;
  src: url('https://www.paypalobjects.com/digitalassets/c/paypal-ui/fonts/PayPalSansBig-Light.woff2') format('woff2'), url('https://www.paypalobjects.com/digitalassets/c/paypal-ui/fonts/PayPalSansBig-Light.woff') format('woff'), url('https://www.paypalobjects.com/digitalassets/c/paypal-ui/fonts/PayPalSansBig-Light.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/digitalassets/c/paypal-ui/fonts/PayPalSansBig-Light.svg') format('svg');
}
@font-face {
  font-family: "PayPalSansBig-Medium";
  font-style: normal;
  font-display: swap;
  src: url('https://www.paypalobjects.com/digitalassets/c/paypal-ui/fonts/PayPalSansBig-Medium.woff2') format('woff2'), url('https://www.paypalobjects.com/digitalassets/c/paypal-ui/fonts/PayPalSansBig-Medium.woff') format('woff'), url('https://www.paypalobjects.com/digitalassets/c/paypal-ui/fonts/PayPalSansBig-Medium.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/digitalassets/c/paypal-ui/fonts/PayPalSansBig-Medium.svg') format('svg');
}
/* stylelint-enable */
/* stylelint-disable */
@font-face {
  font-family: 'PPUI-Icons';
  src: url('https://www.paypalobjects.com/digitalassets/c/paypal-ui/icons/font_icon/0-0-14/PPUI-Icons.woff2') format('woff2'), url('https://www.paypalobjects.com/digitalassets/c/paypal-ui/icons/font_icon/0-0-14/PPUI-Icons.woff') format('woff'), url('https://www.paypalobjects.com/digitalassets/c/paypal-ui/icons/font_icon/0-0-14/PPUI-Icons.eot?#iefix') format('embedded-opentype'), url('https://www.paypalobjects.com/digitalassets/c/paypal-ui/icons/font_icon/0-0-14/PPUI-Icons.svg') format('svg');
  font-style: normal;
  font-weight: normal;
}
/* stylelint-enable */
/* stylelint-disable */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
}
/* stylelint-disable selector-max-universal */
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* stylelint-enable selector-max-universal */
/* Setting these elements to height of 100% ensures that
 * .ppvx_foreground-container fully covers the whole viewport
 */
html,
body {
  height: 100%;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
}
.ppvx_body--no-scrolling {
  overflow: hidden;
}
/* Critical Path */
/*
 * 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 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.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-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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.ppvx_col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.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-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-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-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-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 */
/* stylelint-disable */
.ppvx_text--xl8 {
  font-size: 5rem;
  line-height: 6rem;
  font-family: "PayPalSansBig-Light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
}
.ppvx_text--xl7 {
  font-size: 4.5rem;
  line-height: 5.25rem;
  font-family: "PayPalSansBig-Light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
}
.ppvx_text--xl6 {
  font-size: 3.75rem;
  line-height: 4.5rem;
  font-family: "PayPalSansBig-Light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
}
.ppvx_text--xl5 {
  font-size: 3.125rem;
  line-height: 3.75rem;
  font-family: "PayPalSansBig-Light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
}
.ppvx_text--xl4 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-family: "PayPalSansBig-Light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
}
.ppvx_text--xl3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-family: "PayPalSansBig-Light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
}
.ppvx_text--xl2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-family: "PayPalSansBig-Light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
}
.ppvx_text--xl {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: "PayPalSansBig-Light", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
}
.ppvx_text--lg {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
}
.ppvx_text--md {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
}
.ppvx_text--sm {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
}
.ppvx_text--xs {
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
}
.ppvx_text--regular {
  font-weight: 700;
}
.ppvx_text--medium {
  font-family: "PayPalSansBig-Medium", Helvetica Neue, Arial, sans-serif;
}
/* stylelint-enable */
.ppvx_btn {
  background-color: #0070ba;
  border-radius: 1.5rem;
  border: 0.0625rem solid #0070ba;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-weight: 700;
  min-width: 6rem;
  padding: 0.6875rem 1.4375rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.ppvx_btn:hover,
.ppvx_btn:focus,
.ppvx_btn:active,
.ppvx_btn:visited {
  color: #ffffff;
}
.ppvx_btn:hover,
.ppvx_btn:focus,
.ppvx_btn:active {
  background-color: #003087;
  border-color: #003087;
}
.ppvx_btn:hover {
  text-decoration: none;
}
.ppvx_btn:focus,
.ppvx_btn:active {
  outline: none;
  text-decoration: underline;
}
.ppvx_btn--inverse {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0070ba;
}
.ppvx_btn--inverse:visited {
  color: #0070ba;
}
.ppvx_btn--inverse:hover,
.ppvx_btn--inverse:focus,
.ppvx_btn--inverse:active {
  background-color: #f5f7fa;
  border-color: #f5f7fa;
  color: #003087;
}
.ppvx_btn--secondary {
  background: rgba(0, 0, 0, 0);
  border-color: #0070ba;
  color: #0070ba;
}
.ppvx_btn--secondary:visited {
  color: #0070ba;
}
.ppvx_btn--secondary:hover,
.ppvx_btn--secondary:focus,
.ppvx_btn--secondary:active {
  background: rgba(0, 0, 0, 0);
  border-color: #003087;
  box-shadow: 0 0 0 0.0625rem #003087 inset;
  color: #003087;
}
.ppvx_btn--secondary.ppvx_btn--inverse {
  border-color: #ffffff;
  color: #ffffff;
}
.ppvx_btn--secondary.ppvx_btn--inverse:visited {
  color: #ffffff;
}
.ppvx_btn--secondary.ppvx_btn--inverse:hover,
.ppvx_btn--secondary.ppvx_btn--inverse:focus,
.ppvx_btn--secondary.ppvx_btn--inverse:active {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: 0 0 0 0.0625rem #ffffff inset;
}
.ppvx_btn--icon {
  background: rgba(0, 0, 0, 0);
  border-color: #0070ba;
  color: #0070ba;
  padding-left: 0.5625rem;
}
.ppvx_btn--icon:visited {
  color: #0070ba;
}
.ppvx_btn--icon:hover,
.ppvx_btn--icon:focus,
.ppvx_btn--icon:active {
  background: rgba(0, 0, 0, 0);
  border-color: #003087;
  box-shadow: 0 0 0 0.0625rem #003087 inset;
  color: #003087;
}
.ppvx_btn--icon.ppvx_btn--inverse {
  border-color: #ffffff;
  color: #ffffff;
}
.ppvx_btn--icon.ppvx_btn--inverse:visited {
  color: #ffffff;
}
.ppvx_btn--icon.ppvx_btn--inverse:hover,
.ppvx_btn--icon.ppvx_btn--inverse:focus,
.ppvx_btn--icon.ppvx_btn--inverse:active {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: 0 0 0 0.0625rem #ffffff inset;
}
.ppvx_btn--icon > span {
  vertical-align: top;
  padding-right: 0.375rem;
  display: inline-block;
}
.ppvx_btn--icon.ppvx_btn--size_md,
.ppvx_btn--icon.ppvx_btn--size_sm {
  padding-left: 0.375rem;
}
/*
  Buttons are large by default
  Class for medium size button
*/
.ppvx_btn--size_md {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-weight: 700;
  border-radius: 1.125rem;
  min-width: 4.5rem;
  padding: 0.5rem 1.0625rem;
}
/* Class for small size button */
.ppvx_btn--size_sm {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-weight: 700;
  min-width: 3.75rem;
  padding: 0.3125rem 0.875rem;
}
a,
.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;
  text-decoration: none;
}
a:visited,
.ppvx_link:visited {
  color: #0070ba;
}
a:active,
.ppvx_link:active,
a:focus,
.ppvx_link:focus,
a:hover,
.ppvx_link:hover {
  color: #003087;
  text-decoration: underline;
  outline: none;
}
a .ppvx_icon,
.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;
}
/* Core Elements */
/* stylelint-disable */
/* Icon base class */
.ppvx_icon {
  /* using !important to prevent issues with browser extensions that change fonts */
  font-family: 'PPUI-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  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-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-ppc-rocket:before {
  content: '\e94c';
}
.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-elipsis-vertical:before {
  content: '\e91d';
}
.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_divider {
  border: none;
  border-top: 0.0625rem solid #cbd2d6;
  margin: 0.75rem 0;
}
.ppvx_divider--inverse {
  border-color: #ffffff;
}
.ppvx_divider--secondary {
  background-image: linear-gradient(to right, #9da3a6, #9da3a6 33%, transparent 34%);
  background-position: top;
  background-size: 0.1875rem 0.0625rem;
  background-repeat: repeat-x;
  height: 0.0625rem;
  border-top: none;
}
.ppvx_divider--secondary.ppvx_divider--inverse {
  background-image: linear-gradient(to right, #ffffff, #ffffff 33%, transparent 34%);
}
.ppvx_progress-meter {
  padding: 0.25rem 0.625rem 0.75rem;
  transition: value 0.5s;
}
.ppvx_progress-meter > progress {
  width: 100%;
  height: 0.375rem;
  border: none;
  border-radius: 4px;
  background-color: #cbd2d6;
  color: #00cf92;
}
.ppvx_progress-meter > progress::-moz-progress-bar {
  background-color: #00cf92;
  height: 6px;
  border-radius: 4px;
  padding: 0;
}
.ppvx_progress-meter > progress::-webkit-progress-value {
  background-color: #00cf92;
  height: 6px;
  border-radius: 4px;
}
.ppvx_progress-meter > progress::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #cbd2d6;
  height: 6px;
}
.ppvx_progress-meter--inverse .ppvx_progress__label {
  color: #f5f7fa;
}
.ppvx_progress__steps {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-weight: 700;
  letter-spacing: normal;
  margin-right: 0.75rem;
}
.ppvx_progress__title {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  margin-top: 0.375rem;
  letter-spacing: normal;
}
/* stylelint-disable font-family-no-missing-generic-family-keyword */
.ppvx_alert {
  box-sizing: border-box;
  padding: 0.75rem 2.625rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-radius: 4px;
  color: #2c2e2f;
  position: relative;
  text-align: initial;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  border-color: #bfdbee;
  background-color: #f5fbfe;
}
.ppvx_alert:before {
  content: '\e935';
  color: #0070ba;
  /* using !important to prevent issues with browser extensions that change fonts */
  font-family: 'PPUI-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.5rem;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: block;
  font-size: 1.125rem;
  text-align: center;
}
.ppvx_alert__close-btn {
  /* using !important to prevent issues with browser extensions that change fonts */
  font-family: 'PPUI-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.125rem;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  text-align: center;
  background-color: transparent;
  color: #2c2e2f;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
}
.ppvx_alert__close-btn:hover {
  background-color: #eaeced;
}
.ppvx_alert__close-btn:focus {
  outline: none;
  background-color: #cbd2d6;
}
.ppvx_alert__close-btn:before {
  content: '\e919';
  margin-left: 0.0625rem;
}
/* stylelint-enable font-family-no-missing-generic-family-keyword */
.ppvx_alert--type_attention {
  border-color: #ff9600;
  background-color: #fffbf5;
}
.ppvx_alert--type_attention:before {
  content: '\e947';
  color: #ff9600;
}
.ppvx_alert--type_info {
  border-color: #9da3a6;
  background-color: #f5f7fa;
}
.ppvx_alert--type_info:before {
  content: '\e925';
  color: #2c2e2f;
}
.ppvx_alert--type_success {
  border-color: #299976;
  background-color: #f5fdfb;
}
.ppvx_alert--type_success:before {
  content: '\e90e';
  color: #299976;
}
.ppvx_alert--type_error {
  border-color: #d20000;
  background-color: #fff7f7;
}
.ppvx_alert--type_error:before {
  color: #d20000;
  content: '\e91a';
}
.ppvx_badge {
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-weight: 700;
  background-color: #0070ba;
  border-radius: 0.25rem;
  color: #ffffff;
  display: inline-block;
  padding: 0 0.5rem 0.0625rem 0.5rem;
  text-transform: uppercase;
}
.ppvx_badge--status {
  background-color: #f5fbfe;
  box-shadow: 0 0 0 0.0625rem #009cde inset;
  color: #0070ba;
}
.ppvx_badge--type_success {
  background-color: #018065;
}
.ppvx_badge--type_success.ppvx_badge--status {
  background-color: #f5fdfb;
  box-shadow: 0 0 0 0.0625rem #299976 inset;
  color: #018065;
}
.ppvx_badge--type_warning {
  background-color: #ffbd5d;
  color: #2c2e2f;
}
.ppvx_badge--type_warning.ppvx_badge--status {
  background-color: #fffbf5;
  box-shadow: 0 0 0 0.0625rem #ff9600 inset;
  color: #d64003;
}
.ppvx_badge--type_critical {
  background-color: #d20000;
}
.ppvx_badge--type_critical.ppvx_badge--status {
  background-color: #fff7f7;
  box-shadow: 0 0 0 0.0625rem #d20000 inset;
  color: #d20000;
}
.ppvx_badge--type_neutral {
  background-color: #687173;
}
.ppvx_badge--type_neutral.ppvx_badge--status {
  background-color: #f5f7fa;
  box-shadow: 0 0 0 0.0625rem #687173 inset;
  color: #2c2e2f;
}
.ppvx_loading-spinner {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  color: #005ea6;
  border: 0.125rem solid currentColor;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  -webkit-animation: border-spinner 1s linear infinite;
          animation: border-spinner 1s linear infinite;
}
@-webkit-keyframes border-spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes border-spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ppvx_loading-spinner--size_md {
  width: 2.25rem;
  height: 2.25rem;
}
.ppvx_loading-spinner--size_lg {
  width: 3rem;
  height: 3rem;
}
.ppvx_loading-spinner--inverse {
  color: #ffffff;
}
.ppvx_loading-spinner__screenreader {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* Forms */
/* stylelint-disable */
/* Checkbox group class */
.ppvx_checkbox-group {
  margin: 0.75rem;
  padding: 0;
  border: none;
  text-align: initial;
}
/* Checkbox base class */
.ppvx_checkbox {
  margin-top: 0.75rem;
  position: relative;
  text-align: initial;
}
/* Checkbox label class */
.ppvx_checkbox__label {
  -moz-osx-font-smoothing: grayscale;
  color: #2c2e2f;
  cursor: pointer;
  display: inline-block;
  padding-left: 2.375rem;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
}
.ppvx_checkbox__label:before {
  border-radius: 0.125rem;
  border: 0.0625rem solid #b7bcbf;
  content: '';
  box-sizing: border-box;
  height: 1.5rem;
  left: 0;
  position: absolute;
  width: 1.5rem;
  font-family: 'PPUI-Icons';
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
}
.ppvx_checkbox__label .ppvx_icon {
  color: #2c2e2f;
  position: relative;
  top: 0.125rem;
  margin-left: 0.375rem;
}
/* Checkbox input class */
.ppvx_checkbox__input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.ppvx_checkbox__input:checked + .ppvx_checkbox__label:before {
  background-color: #0070ba;
  border-color: #0070ba;
  color: #ffffff;
  content: '\e90d';
}
.ppvx_checkbox__input:focus + .ppvx_checkbox__label:before {
  box-shadow: 0 0 0 0.1875rem #009cde;
  outline: none;
}
/* Error style for checkbox */
.ppvx_field--error .ppvx_checkbox__input:checked + .ppvx_checkbox__label:before {
  border-color: #d20000;
}
.ppvx_field--error .ppvx_checkbox__label:before {
  border-color: #d20000;
}
.ppvx_checkbox-group__label {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  display: block;
  color: #687173;
}
.ppvx_checkbox-group__label .ppvx_icon {
  color: #2c2e2f;
  position: relative;
  top: 0.125rem;
  margin-left: 0.5625rem;
}
.ppvx_checkbox__helper-text {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  text-align: initial;
  display: -ms-flexbox;
  display: flex;
  margin: 0.375rem 0 0;
  color: #687173;
  margin-top: 0.125rem;
  padding-left: 2.375rem;
}
.ppvx_checkbox-group__helper-text {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  text-align: initial;
  display: -ms-flexbox;
  display: flex;
  margin: 0.375rem 0 0;
  color: #687173;
}
.ppvx_checkbox-group__error-text {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  text-align: initial;
  display: -ms-flexbox;
  display: flex;
  margin: 0.375rem 0 0;
  margin-top: 0.5rem;
  color: #d20000;
}
.ppvx_checkbox-group__error-text:before {
  content: '\e91a';
}
.ppvx_checkbox-group__error-text:before {
  /* using !important to prevent issues with browser extensions that change fonts */
  font-family: 'PPUI-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.125rem;
  margin-right: 0.375rem;
  margin-left: initial;
}
/* uber level error */
.ppvx_field--error .ppvx_checkbox-group__label {
  color: #d20000;
}
/* stylelint-enable */
/* stylelint-disable */
.ppvx_dropdown__label {
  pointer-events: none;
  text-align: initial;
  color: #6c7378;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  position: absolute;
  padding-top: 0.3125rem;
  top: 0.125rem;
  transition: font-size 0.1s ease-in-out, top 0.1s ease-in-out, background-color 10ms 0.1s linear;
  left: 0.75rem;
}
.ppvx_dropdown {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
}
.ppvx_dropdown .ppvx_dropdown__icon--left,
.ppvx_dropdown .ppvx_dropdown__icon--right {
  text-decoration: none;
  /* stylelint-disable declaration-no-important */
  color: #2c2e2f;
  /* stylelint-enable declaration-no-important */
}
.ppvx_dropdown .ppvx_dropdown__icon--left:focus:after,
.ppvx_dropdown .ppvx_dropdown__icon--right:focus:after {
  content: '';
  border: 0.25rem solid #bfdbee;
  border-radius: 2px;
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}
.ppvx_dropdown:before {
  content: '\e913';
  /* using !important to prevent issues with browser extensions that change fonts */
  font-family: 'PPUI-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.875rem;
  display: block;
  color: #2c2e2f;
  text-indent: -0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  pointer-events: none;
}
.ppvx_dropdown__control {
  padding: 1.15rem 2.5rem 0.15rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  display: block;
  box-sizing: border-box;
  height: 3rem;
  width: 100%;
  border: 0.0625rem solid #b7bcbf;
  border-radius: 4px;
  background-color: #ffffff;
  color: #2e2e2f;
  -moz-padding-start: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ppvx_dropdown__control:focus {
  border-color: #009cde;
  outline: none;
  box-shadow: inset 0 0 0 0.0625rem #009cde;
}
.ppvx_dropdown__control:focus + .ppvx_dropdown__label {
  color: #0070ba;
}
.ppvx_dropdown__control:invalid:not(:focus) {
  box-shadow: none;
}
.ppvx_dropdown--nolabel .ppvx_dropdown__control {
  padding: 0.625rem 0.75rem 0.75rem;
}
.ppvx_field--error .ppvx_dropdown__control {
  border-color: #d20000;
}
.ppvx_field--error .ppvx_dropdown__control:focus {
  border-color: #d20000;
  outline: none;
  box-shadow: inset 0 0 0 0.0625rem #d20000;
}
.ppvx_field--error .ppvx_dropdown__control:focus + .ppvx_dropdown__label,
.ppvx_field--error .ppvx_dropdown__control:valid + .ppvx_dropdown__label {
  color: #d20000;
}
.ppvx_field--error .ppvx_dropdown__label {
  color: #d20000;
}
.ppvx_dropdown__control::-ms-expand {
  display: none;
}
.ppvx_dropdown__control::-ms-value {
  background-color: #ffffff;
  color: #2c2e2f;
}
.ppvx_dropdown__control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}
.ppvx_dropdown__icon--left {
  left: 1.5rem;
  right: initial;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ppvx_dropdown__icon--right {
  right: 1.5rem;
  left: initial;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  margin-right: 2rem;
}
.ppvx_dropdown__icon--left,
.ppvx_dropdown__icon--right {
  position: absolute;
  z-index: 10;
  top: 1.5rem;
  text-decoration: none;
  /* stylelint-disable declaration-no-important */
  color: #2c2e2f;
  /* stylelint-enable declaration-no-important */
}
.ppvx_dropdown__icon--left:hover,
.ppvx_dropdown__icon--right:hover,
.ppvx_dropdown__icon--left:active,
.ppvx_dropdown__icon--right:active,
.ppvx_dropdown__icon--left:focus,
.ppvx_dropdown__icon--right:focus {
  text-decoration: none;
  /* stylelint-disable declaration-no-important */
  color: #2c2e2f;
  /* stylelint-enable declaration-no-important */
}
.ppvx_dropdown__control--icon-right,
.ppvx_dropdown__icon--right ~ .ppvx_dropdown__control {
  padding-right: 5rem;
}
.ppvx_dropdown__icon--left ~ .ppvx_dropdown__control {
  padding-left: 2.75rem;
  -moz-padding-start: 2.425rem;
}
.ppvx_dropdown__icon--left ~ .ppvx_dropdown__label {
  left: 2.75rem;
}
.ppvx_dropdown__helper-text {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  text-align: initial;
  display: -ms-flexbox;
  display: flex;
  margin: 0.375rem 0 0;
  color: #687173;
}
/*
 * If the input doesn't have focus or any text in it...
 * ...AND we're on a browser that knows what it's doing...
 * ...Show the label full sized and vertically centered
 */
.ppvx_dropdown__control:invalid + .ppvx_dropdown__label {
  top: 0.625rem;
  font-size: 1rem;
}
/* error text */
.ppvx_dropdown__error-text {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  text-align: initial;
  display: -ms-flexbox;
  display: flex;
  margin: 0.375rem 0 0;
  margin-top: 0.5rem;
  color: #d20000;
}
.ppvx_dropdown__error-text:before {
  content: '\e91a';
}
.ppvx_dropdown__error-text:before {
  /* using !important to prevent issues with browser extensions that change fonts */
  font-family: 'PPUI-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.125rem;
  margin-right: 0.375rem;
  margin-left: initial;
}
/* stylelint-enable */
/* stylelint-disable */
.ppvx_radio-group {
  margin: 0.75rem;
  padding: 0;
  text-align: initial;
  border: none;
}
/* Radio base class */
.ppvx_radio {
  margin-top: 0.75rem;
  position: relative;
  text-align: initial;
}
/* Radio input class */
.ppvx_radio__input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.ppvx_radio__input:checked + .ppvx_radio__label:before {
  border: 6.25rem;
  box-shadow: inset 0 0 0 0.5rem #0070ba;
}
.ppvx_radio__input:focus + .ppvx_radio__label:before {
  box-shadow: inset 0 0 0 0.5rem #0070ba, 0 0 0 0.1875rem #009cde;
  outline: none;
}
/* Radio label class */
.ppvx_radio__label {
  -moz-osx-font-smoothing: grayscale;
  color: #2c2e2f;
  cursor: pointer;
  display: inline-block;
  padding-left: 2.375rem;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
}
.ppvx_radio__label:before {
  border-radius: 100%;
  border: 0.0625rem solid #b7bcbf;
  content: '';
  height: 1.5rem;
  left: 0;
  position: absolute;
  width: 1.5rem;
}
.ppvx_radio__label .ppvx_icon {
  color: #2c2e2f;
  position: relative;
  top: 0.125rem;
  margin-left: 0.375rem;
}
/* Error style  for radio */
.ppvx_field--error .ppvx_radio__input:checked + .ppvx_radio__label:before {
  border: 0.0625rem solid #d20000;
  box-shadow: inset 0 0 0 0.4375rem #0070ba;
}
.ppvx_field--error .ppvx_radio__input:focus + .ppvx_radio__label:before {
  box-shadow: inset 0 0 0 0.4375rem #0070ba, 0 0 0 0.1875rem #009cde;
  outline: none;
}
.ppvx_field--error .ppvx_radio__label:before {
  border-color: #d20000;
}
.ppvx_radio-group__label {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  display: block;
  color: #687173;
}
.ppvx_radio-group__label .ppvx_icon {
  color: #2c2e2f;
  position: relative;
  top: 0.125rem;
  margin-left: 0.5625rem;
}
.ppvx_radio__helper-text {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  text-align: initial;
  display: -ms-flexbox;
  display: flex;
  margin: 0.375rem 0 0;
  color: #687173;
  margin-top: 0.125rem;
  padding-left: 2.375rem;
}
.ppvx_radio-group__helper-text {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  text-align: initial;
  display: -ms-flexbox;
  display: flex;
  margin: 0.375rem 0 0;
  color: #687173;
}
.ppvx_radio-group__error-text {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  text-align: initial;
  display: -ms-flexbox;
  display: flex;
  margin: 0.375rem 0 0;
  margin-top: 0.5rem;
  color: #d20000;
}
.ppvx_radio-group__error-text:before {
  content: '\e91a';
}
.ppvx_radio-group__error-text:before {
  /* using !important to prevent issues with browser extensions that change fonts */
  font-family: 'PPUI-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.125rem;
  margin-right: 0.375rem;
  margin-left: initial;
}
/* uber level error */
.ppvx_field--error .ppvx_radio-group__label {
  color: #d20000;
}
/* stylelint-enable */
.ppvx_text-input__label {
  pointer-events: none;
  text-align: initial;
  color: #6c7378;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  position: absolute;
  padding-top: 0.3125rem;
  top: 0.125rem;
  transition: font-size 0.1s ease-in-out, top 0.1s ease-in-out, background-color 10ms 0.1s linear;
  right: 0.75rem;
  left: 0.75rem;
}
[dir='ltr'] .ppvx_text-input__label {
  left: 0.75rem;
  right: 0.75rem;
}
.ppvx_text-input__helper-text {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  text-align: initial;
  display: -ms-flexbox;
  display: flex;
  margin: 0.375rem 0 0;
  color: #687173;
}
.ppvx_text-input {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ppvx_text-input .ppvx_text-input__icon--left,
.ppvx_text-input .ppvx_text-input__icon--right {
  text-decoration: none;
  /* stylelint-disable declaration-no-important */
  color: #2c2e2f;
  /* stylelint-enable declaration-no-important */
}
.ppvx_text-input .ppvx_text-input__icon--left:focus:after,
.ppvx_text-input .ppvx_text-input__icon--right:focus:after {
  content: '';
  border: 0.25rem solid #bfdbee;
  border-radius: 2px;
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}
.ppvx_text-input__control {
  padding: 1.25rem 0.75rem 0.25rem;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  display: block;
  box-sizing: border-box;
  height: 3rem;
  width: 100%;
  border: 0.0625rem solid #b7bcbf;
  border-radius: 4px;
  background-color: #ffffff;
  color: #2e2e2f;
}
.ppvx_text-input__control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.ppvx_text-input__control:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.ppvx_text-input__control:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.ppvx_text-input__control:placeholder-shown:not(:focus)::-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.ppvx_text-input__control:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.ppvx_text-input__control:focus {
  border-color: #009cde;
  outline: none;
  box-shadow: inset 0 0 0 0.0625rem #009cde;
}
/* stylelint-disable no-descending-specificity, selector-max-type */
textarea ~ .ppvx_text-input__label {
  background-color: #ffffff;
}
/* stylelint-enable no-descending-specificity, selector-max-type  */
.ppvx_text-input__control:focus + .ppvx_text-input__label {
  color: #0070ba;
}
.ppvx_text-input--nolabel .ppvx_text-input__control {
  padding: 0.75rem;
}
.ppvx_text-input--nolabel .ppvx_text-input__control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 1;
}
.ppvx_text-input--nolabel .ppvx_text-input__control:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 1;
}
.ppvx_text-input--nolabel .ppvx_text-input__control:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 1;
}
.ppvx_text-input--nolabel .ppvx_text-input__control:placeholder-shown:not(:focus)::-ms-input-placeholder {
  opacity: 1;
}
.ppvx_text-input--nolabel .ppvx_text-input__control:placeholder-shown:not(:focus)::placeholder {
  opacity: 1;
}
/* stylelint-disable selector-no-qualifying-type, selector-max-type */
textarea.ppvx_text-input__control {
  min-height: 3.75rem;
  resize: vertical;
}
/* stylelint-enable selector-no-qualifying-type, selector-max-type */
.ppvx_field--error .ppvx_text-input__control {
  border-color: #d20000;
}
.ppvx_field--error .ppvx_text-input__control + .ppvx_text-input__label {
  color: #6c7378;
}
.ppvx_field--error .ppvx_text-input__control:focus {
  border-color: #d20000;
  outline: none;
  box-shadow: inset 0 0 0 0.0625rem #d20000;
}
.ppvx_field--error .ppvx_text-input__control:focus + .ppvx_text-input__label,
.ppvx_field--error .ppvx_text-input__control:not(:placeholder-shown) + .ppvx_text-input__label {
  color: #d20000;
}
/*
 * If the input doesn't have focus or any text in it...
 * ...AND we're on a browser that knows what it's doing...
 * ...Show the label full sized and vertically centered
 */
.ppvx_text-input__control:placeholder-shown:not(:focus) + .ppvx_text-input__label {
  top: 0.6875rem;
  font-size: 1rem;
  background-color: transparent;
}
/* stylelint-disable no-descending-specificity */
.ppvx_text-input__icon--left,
[dir='rtl'] .ppvx_text-input__icon--right {
  position: absolute;
  z-index: 10;
  top: 1.5rem;
  text-decoration: none;
  /* stylelint-disable declaration-no-important */
  color: #2c2e2f;
  /* stylelint-enable declaration-no-important */
  left: 1.5rem;
  right: initial;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ppvx_text-input__icon--right,
[dir='rtl'] .ppvx_text-input__icon--left {
  position: absolute;
  z-index: 10;
  top: 1.5rem;
  text-decoration: none;
  /* stylelint-disable declaration-no-important */
  color: #2c2e2f;
  /* stylelint-enable declaration-no-important */
  right: 1.5rem;
  left: initial;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
/* Padding has been set by default */
:not([dir='rtl']) .ppvx_text-input__icon--right ~ .ppvx_text-input__control,
:not([dir='rtl']) .ppvx_text-input__control--icon-right,
[dir='rtl'] .ppvx_text-input__icon--left ~ .ppvx_text-input__control {
  padding-right: 2.5rem;
}
:not([dir='rtl']) .ppvx_text-input__icon--left ~ .ppvx_text-input__control,
[dir='rtl'] .ppvx_text-input__icon--right ~ .ppvx_text-input__control {
  padding-left: 2.5rem;
}
.ppvx_text-input__icon--left ~ .ppvx_text-input__label,
[dir='rtl'] .ppvx_text-input__icon--right ~ .ppvx_text-input__label {
  left: 2.5rem;
}
[dir='rtl'] .ppvx_text-input__icon--left ~ .ppvx_text-input__label {
  right: 2.5rem;
  left: initial;
}
/* stylelint-disable selector-no-vendor-prefix */
/* Chrome/Opera/Safari */
.ppvx_text-input__control::-webkit-input-placeholder {
  color: #6c7378;
  opacity: 1;
}
/* FF 19+ */
.ppvx_text-input__control:-moz-placeholder {
  color: #6c7378;
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}
/* IE 10+ */
.ppvx_text-input__control:-ms-input-placeholder {
  color: #6c7378;
}
/* stylelint-enable selector-no-vendor-prefix */
/* stylelint-enable no-descending-specificity */
/* error text */
.ppvx_text-input__error-text {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  text-align: initial;
  display: -ms-flexbox;
  display: flex;
  margin: 0.375rem 0 0;
  margin-top: 0.5rem;
  color: #d20000;
}
.ppvx_text-input__error-text:before {
  content: '\e91a';
}
.ppvx_text-input__error-text:before {
  /* using !important to prevent issues with browser extensions that change fonts */
  font-family: 'PPUI-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.125rem;
  margin-right: 0.375rem;
  margin-left: initial;
}
[dir='rtl'] .ppvx_text-input__error-text:before {
  margin-left: 0.375rem;
  margin-right: initial;
}
.ppvx_selection-group {
  box-sizing: border-box;
  border-style: none;
  padding: 0;
  text-align: initial;
}
.ppvx_selection-group__buttons {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 3rem;
}
.ppvx_selection-group__label {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  color: #687173;
  display: block;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.ppvx_selection-group__label .ppvx_icon {
  color: #2c2e2f;
  position: relative;
  top: 0.125rem;
  margin-left: 0.5625rem;
}
.ppvx_selection-group__helper-text {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  text-align: initial;
  display: -ms-flexbox;
  display: flex;
  margin: 0.375rem 0 0;
  color: #687173;
  margin-top: 0.5625rem;
}
.ppvx_selection-group__error-text {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  text-align: initial;
  display: -ms-flexbox;
  display: flex;
  margin: 0.375rem 0 0;
  margin-top: 0.5rem;
  color: #d20000;
  margin-top: 0.5625rem;
}
.ppvx_selection-group__error-text:before {
  content: '\e91a';
}
.ppvx_selection-group__error-text:before {
  /* using !important to prevent issues with browser extensions that change fonts */
  font-family: 'PPUI-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.125rem;
  margin-right: 0.375rem;
  margin-left: initial;
}
.ppvx_selection-group__buttons--center {
  -ms-flex-pack: center;
      justify-content: center;
}
.ppvx_selection-group__buttons--justify {
  -ms-flex-pack: stretch;
      justify-content: stretch;
}
.ppvx_selection__control {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  /* We're hiding these so no need to use rems */
  width: 1px;
  height: 1px;
}
.ppvx_selection__label {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  background-color: #ffffff;
  color: #0070ba;
  padding: 0.75rem 1.5rem;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-style: solid;
  border-color: #b7bcbf;
  border-width: 0.0625rem;
}
.ppvx_selection__label:focus {
  outline-offset: -0.1875rem;
}
.ppvx_selection__label:hover {
  background-color: #e4f1fb;
}
.ppvx_selection-group__buttons--justify .ppvx_selection__label {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
.ppvx_selection__control:focus + .ppvx_selection__label {
  position: relative;
  z-index: 1;
  color: #0070ba;
  box-shadow: 0 0 0 0.1875rem #bfdbee, 0 0 0.25rem;
}
.ppvx_selection__control:checked + .ppvx_selection__label {
  background-color: #0070ba;
  color: #ffffff;
  border-color: #0070ba;
}
/* stylelint-disable no-descending-specificity */
.ppvx_field--error .ppvx_selection-group__label {
  color: #d20000;
}
.ppvx_field--error .ppvx_selection__label {
  border-color: #d20000;
}
.ppvx_field--error .ppvx_selection__control:checked + .ppvx_selection__label {
  border-color: #d20000;
}
.ppvx_selection__control[type='checkbox'] + .ppvx_selection__label {
  border-radius: 4px;
}
/*
 * Multi select is easy: just don't add a margin after the last item
 */
/*
 * Single is trickier: neighbors share a border, which means that
 * only the first item rounds its left corners and only the last one
 * rounds its right ones.
 */
:not([dir='rtl']) .ppvx_selection__control[type='checkbox'] + .ppvx_selection__label:not(:last-of-type) {
  margin-right: 0.5625rem;
}
:not([dir='rtl']) .ppvx_selection__control[type='radio'] + .ppvx_selection__label:not(:first-of-type) {
  margin-left: -0.0625rem;
}
:not([dir='rtl']) .ppvx_selection__control[type='radio'] + .ppvx_selection__label:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
:not([dir='rtl']) .ppvx_selection__control[type='radio'] + .ppvx_selection__label:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
[dir='rtl'] .ppvx_selection__control[type='checkbox'] + .ppvx_selection__label:not(:last-of-type) {
  margin-left: 0.5625rem;
}
[dir='rtl'] .ppvx_selection__control[type='radio'] + .ppvx_selection__label:not(:first-of-type) {
  margin-right: -0.0625rem;
}
[dir='rtl'] .ppvx_selection__control[type='radio'] + .ppvx_selection__label:first-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
[dir='rtl'] .ppvx_selection__control[type='radio'] + .ppvx_selection__label:last-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* stylelint-enable no-descending-specificity */
/* stylelint-disable */
/* tilde and quotes prevent less from interpreting the / */
.ppvx_switch {
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  line-height: 1.5rem;
  font-size: 0.9375rem;
  text-align: initial;
  position: relative;
}
.ppvx_switch__label {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  color: #687173;
  display: block;
  margin-bottom: 12px;
}
.ppvx_switch__label .ppvx_icon {
  color: #2c2e2f;
  position: relative;
  top: 0.125rem;
  margin-left: 0.5625rem;
}
.ppvx_switch__control {
  opacity: 0;
  position: absolute;
}
.ppvx_switch__state {
  color: #2c2e2f;
  padding-left: 3.75rem;
  position: relative;
  display: inline-block;
}
.ppvx_switch__state:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 1.5rem;
  border-radius: 50% / 100%;
  background-color: #9da3a6;
  transition: background-color 0.2s;
}
.ppvx_switch__state:after {
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ffffff;
  position: absolute;
  top: 0.125rem;
  left: -0.125rem;
  border-radius: 50%;
  transition: right 0.1s, left 0.1s;
  margin-left: 0.25rem;
}
.ppvx_field--error .ppvx_switch__label {
  color: #d20000;
}
.ppvx_field--error .ppvx_switch__state:before,
.ppvx_field--error .ppvx_switch__control:checked + .ppvx_switch__state:before {
  border: 0.0625rem solid #d20000;
}
.ppvx_switch__state--off,
.ppvx_switch__control:checked + .ppvx_switch__state .ppvx_switch__state--on {
  display: inline-block;
}
.ppvx_switch__control:checked + .ppvx_switch__state .ppvx_switch__state--off,
.ppvx_switch__state--on {
  display: none;
}
.ppvx_switch__control:checked + .ppvx_switch__state:before {
  background-color: #0070ba;
}
.ppvx_switch__control:checked + .ppvx_switch__state:after {
  left: 1.375rem;
}
.ppvx_switch__control:focus ~ .ppvx_switch__state:before {
  box-shadow: 0 0 0.125rem 0.125rem #0070ba;
}
.ppvx_switch__control:checked {
  outline: none;
}
.ppvx_switch__icon--left {
  position: relative;
  top: 0.0625rem;
  margin-right: 0.325rem;
}
.ppvx_switch__helper-text {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  text-align: initial;
  display: -ms-flexbox;
  display: flex;
  margin: 0.375rem 0 0;
  color: #687173;
}
.ppvx_switch__error-text {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  text-align: initial;
  display: -ms-flexbox;
  display: flex;
  margin: 0.375rem 0 0;
  margin-top: 0.5rem;
  color: #d20000;
}
.ppvx_switch__error-text:before {
  content: '\e91a';
}
.ppvx_switch__error-text:before {
  /* using !important to prevent issues with browser extensions that change fonts */
  font-family: 'PPUI-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.125rem;
  margin-right: 0.375rem;
  margin-left: initial;
}
/* stylelint-enable */
/* Complex Components */
/* DO NOT USE THESE VARIABLES. THESE ARE TEMPORARY VARIABLES, SOON WILL BE REPLACED BY TOKENS */
/* stylelint-disable */
.ppvx_table {
  border-spacing: 0;
  border-radius: 0.25rem;
  border: 0.0625rem solid #cbd2d6;
  border-collapse: inherit;
}
.ppvx_table-scroll-context {
  position: relative;
  border-spacing: 0;
  border-radius: 4px;
  border: 0.0625rem solid #cbd2d6;
  overflow: auto;
}
.ppvx_table-scroll-context > .ppvx_table {
  border: none;
  table-layout: fixed;
}
.ppvx_table__column--remaining {
  width: 100%;
}
.ppvx_table__column--right {
  text-align: right;
}
.ppvx_table__column--center {
  text-align: center;
}
.ppvx_table th {
  text-align: left;
}
.ppvx_table > thead > tr > th,
.ppvx_table > tbody > tr > td,
.ppvx_table > tbody > tr > th {
  padding: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  color: #2c2e2f;
}
.ppvx_table > tbody {
  background-color: #ffffff;
}
.ppvx_table > tbody > tr:not(:last-of-type) td,
.ppvx_table > tbody > tr:not(:last-of-type) th {
  border-bottom: 0.0625rem solid #cbd2d6;
}
.ppvx_table > thead > tr > th:first-child,
.ppvx_table > tbody > tr > td:first-child,
.ppvx_table > tbody > tr > th:first-child {
  padding-left: 1rem;
}
.ppvx_table > thead > tr > th:last-child,
.ppvx_table > tbody > tr > td:last-child {
  padding-right: 1rem;
}
.ppvx_table > thead > tr {
  background-color: #eaeced;
  white-space: nowrap;
}
.ppvx_table > thead > tr > th {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-weight: 700;
  position: relative;
  border-bottom: 0.0625rem solid #cbd2d6;
}
.ppvx_table > thead > tr > th:not(:last-of-type):before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  border-left: 0.0625rem solid #cbd2d6;
  width: 0.125rem;
  top: 0.75rem;
  bottom: 0.75rem;
}
.ppvx_table-scroll-context .ppvx_table > thead > tr > th {
  border-bottom: none;
  /*
   * Someday, if you're interested, I'll explain why I had to simulate
   * a drop shadow using an :after with a gradient background. --love, BCC
   */
}
.ppvx_table-scroll-context .ppvx_table > thead > tr > th:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0.25rem;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.05) 90%, rgba(0, 0, 0, 0) 100%);
}
.ppvx_table > tbody > tr:hover,
.ppvx_table > tbody > tr:hover td,
.ppvx_table > tbody > tr:hover th {
  background-color: #f5f7fa;
}
.ppvx_table-scroll-context .ppvx_table > tbody th {
  box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.15);
}
.ppvx_table-scroll-context > .ppvx_table > thead > tr > th[scope='row'],
.ppvx_table-scroll-context.ppvx_table-scroll-context--fixed-first-column > .ppvx_table > thead > tr > th:first-child {
  border-bottom: none;
  box-shadow: 0 -0.0625rem 0.0625rem 0.1875rem #cbd2d6;
  z-index: 1;
}
.ppvx_table-scroll-context > .ppvx_table > thead > tr > th[scope='row']:before,
.ppvx_table-scroll-context.ppvx_table-scroll-context--fixed-first-column > .ppvx_table > thead > tr > th:first-child:before {
  top: 100%;
  left: 0;
  width: auto;
  height: 0.25rem;
  background-color: #ffffff;
  margin-left: -2px;
}
.ppvx_table-scroll-context > .ppvx_table {
  display: block;
  overflow: auto;
}
.ppvx_table-scroll-context > .ppvx_table > thead th:first-child[scope='row'],
.ppvx_table-scroll-context.ppvx_table-scroll-context--fixed-first-column > .ppvx_table > thead th:first-child,
.ppvx_table-scroll-context > .ppvx_table > tbody th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.ppvx_table-scroll-context > .ppvx_table > tbody th:first-child {
  background-color: #ffffff;
}
.ppvx_table-scroll-context > .ppvx_table > thead > tr > th:first-child {
  background: #eaeced;
}
.ppvx_table-scroll-context > .ppvx_table > thead > tr > th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #eaeced;
}
.ppvx_table-scroll-context > .ppvx_table > tbody > tr > td:nth-child(2) {
  padding-left: 0.75rem;
}
.ppvx_table-scroll-context > .ppvx_table > thead {
  position: relative;
  z-index: 10;
}
/* stylelint-enable */
/*
*   CSS for Tiles
*/
.ppvx_tile {
  background-color: transparent;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  position: relative;
  text-align: left;
}
@media (min-width: 47rem) {
  .ppvx_tile {
    margin-bottom: 0;
  }
}
.ppvx_tile--card {
  background-color: #ffffff;
  border-radius: 4px;
  border-top: 0.0625rem solid rgba(183, 188, 191, 0.15);
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.15);
}
.ppvx_tile--divider {
  border-top: 0.0625rem solid #b7bcbf;
}
.ppvx_tile__header {
  margin-bottom: 1.5rem;
  display: table;
}
.ppvx_tile__header-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "PayPalSansSmall-Regular", Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-family: "PayPalSansBig-Medium", Helvetica Neue, Arial, sans-serif;
  width: 100%;
  display: table-cell;
  margin: 0;
  padding: 0.375rem 0;
  text-transform: none;
  vertical-align: middle;
}
.ppvx_tile__content {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.ppvx_tile__footer {
  margin-top: 1.5rem;
}
.ppvx_tile__footer button,
.ppvx_tile__footer a {
  margin: 0;
}
.ppvx_tile__footer a:not(:last-child),
.ppvx_tile__footer button:not(:last-child) {
  margin-right: 1.5rem;
}
/* stylelint-disable */
/* DO NOT USE THESE VARIABLES. THESE ARE TEMPORARY VARIABLES, SOON WILL BE REPLACED BY TOKENS */
.ppvx_modal {
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.ppvx_modal:not(.ppvx_modal--overpanel) {
  min-height: 8rem;
  border-radius: 0.25rem;
  max-height: 100vh;
  width: 75%;
  max-width: 54rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow: 0 0.4rem 1.25rem 0 rgba(0, 0, 0, 0.15), inset 0 1px 0 0 rgba(183, 188, 191, 0.15);
  padding-bottom: 4rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.ppvx_modal.ppvx_modal--overpanel {
  position: relative;
  height: 100vh;
  top: 100vh;
  width: 75%;
  max-width: 54rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: top 0.3s ease-in-out 0.3s;
  padding-bottom: 4rem;
}
@media screen and (max-width: 47rem) {
  .ppvx_modal.ppvx_modal--overpanel,
  .ppvx_modal:not(.ppvx_modal--overpanel) {
    width: 100%;
  }
}
.ppvx_modal-backdrop {
  background-color: rgba(108, 115, 120, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1050;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.ppvx_modal-backdrop[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.ppvx_modal-backdrop[aria-hidden='false'] .ppvx_modal:not(.ppvx_modal--overpanel) {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.3s;
}
.ppvx_modal-backdrop[aria-hidden='false'] .ppvx_modal--overpanel {
  transition: top 0.3s ease-in-out 0.3s;
  top: 0;
}
.ppvx_modal__contents {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  overflow: auto;
  padding: 0 calc(8.3333% + 0.75rem);
}
.ppvx_modal__contents--center {
  text-align: center;
}
.ppvx_modal:not(.ppvx_modal--overpanel) .ppvx_modal__contents {
  max-height: 70vh;
}
.ppvx_modal__screenreader {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.ppvx_modal-header--scrolled {
  box-shadow: 0 0.4rem 1.25rem 0 rgba(0, 0, 0, 0.15), inset 0 1px 0 0 rgba(183, 188, 191, 0.15);
}
.ppvx_modal-header {
  min-height: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  -ms-flex: 0 0;
      flex: 0 0;
}
.ppvx_modal-header__action {
  min-height: 4rem;
  -ms-flex: 1 0 4rem;
      flex: 1 0 4rem;
  padding: 1rem 0 0 1rem;
}
.ppvx_modal-header__close {
  min-height: 4rem;
  -ms-flex: 0 0 4rem;
      flex: 0 0 4rem;
  text-align: right;
  padding: 1rem 1rem 0 0;
}
.ppvx_modal-header__close-btn {
  /* using !important to prevent issues with browser extensions that change fonts */
  font-family: 'PPUI-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  background-color: #ffffff;
  color: #2c2e2f;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  text-indent: 0.0625rem;
}
.ppvx_modal-header__close-btn:before {
  content: '\e919';
}
.ppvx_modal-header__close-btn:hover {
  background-color: #eaeced;
}
.ppvx_modal-header__close-btn:focus {
  outline: none;
  background-color: #cbd2d6;
}
.ppvx_modal--overpanel .ppvx_modal-header:not(.ppvx_modal-header--no-logo) {
  background: url("https://www.paypalobjects.com/digitalassets/c/website/logo/monogram/pp_fc_mg_2x.png") no-repeat 50% 1.5rem;
  background-size: 1.5rem;
}
/* stylelint-enable */
.ppvx_overflow-menu {
  position: relative;
  display: table-cell;
}
.ppvx_overflow-menu__btn {
  /* using !important to prevent issues with browser extensions that change fonts */
  font-family: 'PPUI-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.875rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  color: #2c2e2f;
  cursor: pointer;
  padding: 0;
  line-height: inherit;
}
.ppvx_overflow-menu__btn:before {
  content: '\e96d';
}
.ppvx_overflow-menu__btn:hover {
  background: #eaeced;
}
.ppvx_overflow-menu__btn:focus {
  outline: none;
  background: #cbd2d6;
}
.ppvx_overflow-menu__btn--active {
  background: #eaeced;
}
.ppvx_overflow-menu__list {
  top: 1.25rem;
  right: 0.75rem;
  position: absolute;
  z-index: 1040;
  list-style: none;
  border-radius: 0.3125rem;
  box-shadow: 0 0.1875rem 0.625rem 0 rgba(0, 0, 0, 0.15);
  border: 0.0625rem solid #cbd2d6;
  background-color: #ffffff;
  display: none;
  padding: 0.75rem 0;
}
.ppvx_overflow-menu__list--open {
  display: block;
}
.ppvx_overflow-menu__list-item {
  white-space: nowrap;
  padding: 0.375rem 0.75rem;
  display: block;
  font-weight: 300;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ppvx_overflow-menu__list-item:hover {
  background-color: #e4f1fb;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}
.ppvx_overflow-menu__list .ppvx_overflow-menu__list-item {
  color: #2c2e2f;
}

/**
 * @fileOverview Variables contains variables
 * @name Variables
 * @author hdoan, mdaveshah, ziliu
 * @tested browsers FF 12, Chrome 18, Safari 5 on Mac
 */
/* Fonts */
/** old styles **/
/****************/
/* Colors */
/* generic colors for colors except text like box-border, shadow, background */
/* sizes */
/* @baseFontSize - 2 */
/* textColor for all the colors of text */
/* Z-index list */
/* user for a bird's eye view of componets based on z-axis */
/* for example, if you want to put a button in header, just assign z-index of that button to @zindexHeader */
/* these will overwrite the bootstrap pre defined variables */
/* TODO: check the clean the non-needed modal styles in bootstrap */
/* the same as bootstrap one, just overwrite */
/* what about larger phones like gs3? what about phablets like the note?
/* responsive breakpoints */
/* borders */
/* Image Paths */
/* Image URIs */
/* Navigation */
/* send money */
/* data uri for notification */
/* payment preference */
/* transter static landing page */
/* feedback icon */
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/**
 * @fileOverview Global CSS settings/reset
 * @name paypal.css
 * @author dlembree, hdoan
 * @tested IE7, IE8, IE9, FF12, Chrome18, Opera11
 */
nav,
header,
footer,
section,
aside,
hgroup {
  display: block;
}
.headline {
  /* only for text over 14px */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}
input,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
.no-js body {
  display: block !important;
}
.clear {
  clear: both;
}
.accessAid {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.hide {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
}
/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 576px) {
  .container {
    max-width: 751px;
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 752px) {
  .container {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1151px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1152px) {
  .container {
    max-width: 1192px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 576px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 752px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1152px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.33333%;
  }
  .col-xl-push-2 {
    left: 16.66667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333%;
  }
  .col-xl-push-5 {
    left: 41.66667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333%;
  }
  .col-xl-push-8 {
    left: 66.66667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333%;
  }
  .col-xl-push-11 {
    left: 91.66667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.clearfix::after,
.container::after,
.container-fluid::after,
.row::after,
.form-horizontal .form-group::after,
.px-nav nav::after {
  content: "";
  display: table;
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-xs-left {
  float: left !important;
}
.pull-xs-right {
  float: right !important;
}
.pull-xs-none {
  float: none !important;
}
@media (min-width: 576px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}
@media (min-width: 752px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-none {
    float: none !important;
  }
}
@media (min-width: 1152px) {
  .pull-xl-left {
    float: left !important;
  }
  .pull-xl-right {
    float: right !important;
  }
  .pull-xl-none {
    float: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.invisible {
  visibility: hidden !important;
}
.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-xs-left {
  text-align: left !important;
}
.text-xs-right {
  text-align: right !important;
}
.text-xs-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 752px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1152px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.hidden-xs-up {
  display: none !important;
}
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 751px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 752px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1151px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1152px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.signupContainer {
  max-width: 100%;
  padding: 50px 0;
  background-color: #003087;
  background-image: radial-gradient(circle at 50% 100%, #009cde, #003087);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .signupContainer .container {
    max-width: 751px;
  }
  .signupContainer .col-xs-12 {
    width: 83.33%;
  }
}
@media only screen and (min-width: 651px) and (max-width: 767px) {
  .signupContainer .col-xs-12 {
    width: 75%;
  }
}
.signupContainer .hidden {
  display: none;
}
.signupContainer .center-block {
  float: none;
}
.signupContainer .hideHtml {
  display: none;
}
.signupContainer .displayHtml {
  display: block;
}
.signupContainer .signup-header {
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 318px) and (max-width: 1024px) {
  .signupContainer .signup-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.signupContainer .vx_form-group_hiddenLabel {
  padding-top: 0;
  padding-bottom: 24px;
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  color: #6c7378;
  max-width: 572px;
}
@media only screen and (min-width: 1200px) {
  .signupContainer .vx_form-group_hiddenLabel {
    margin-left: 40px;
  }
}
.signupContainer select {
  width: 100% !important;
  height: 50px;
  text-indent: 5px;
}
.signupContainer .btn-container {
  max-width: 294px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 374px) {
  .signupContainer .btn-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.signupContainer .btn-container .signup-btn {
  background-color: #ffffff;
  color: #0070ba;
  font-size: 15px;
  width: 100%;
}
.signupContainer .btn-container .signup-btn:focus,
.signupContainer .btn-container .signup-btn:active,
.signupContainer .btn-container .signup-btn:hover {
  outline: none;
  background-color: #f5f7fa;
}
.signupContainer .signupCheck {
  color: #ffffff;
  font-size: 0.9rem;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
}
.signupContainer .signupPolicy {
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9rem;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
}
.signupContainer .legalCheckbox {
  margin-right: 3px;
  height: 1.14rem;
  width: 1.7rem;
}
.signupContainer .inputEmail {
  color: #6c7378;
  font-size: 15px;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
}
.signupContainer .error-message {
  display: block;
  font-size: 15px;
  color: #ffd700;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
}
.helpsectionContainer {
  background-color: #f7f9fa;
  max-width: 100%;
  -webkit-animation-name: fadeScaleIn;
  animation-name: fadeScaleIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}
.helpsectionContainer .vnFont {
  font-family: Helvetica Neue, Arial, sans-serif !important;
}
.helpsectionContainer .jpFont {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.helpsectionContainer .call-header {
  padding-top: 28px;
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
  color: #2c2e2f;
}
.helpsectionContainer .contact-panels {
  display: table;
  margin-top: 48px;
  margin-left: 15%;
  margin-right: 15%;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .helpsectionContainer .contact-panels {
    margin-top: 28px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .helpsectionContainer .contact-panels {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1555px) {
  .helpsectionContainer .contact-panels {
    margin-left: 8%;
    margin-right: 8%;
  }
}
.helpsectionContainer .contact-panels .contact-panel {
  text-align: center;
  display: table-cell;
  width: 20%;
  padding-bottom: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .helpsectionContainer .contact-panels .contact-panel {
    float: none;
    display: inline-flex;
    width: 100%;
    padding: 0 20px 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .helpsectionContainer .contact-panels .contact-panel {
    float: none;
    display: inline-flex;
    width: 100%;
    padding: 0 200px 24px;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .helpsectionContainer .contact-panels .contact-panel {
    text-align: center;
    display: table-cell;
    width: 20%;
  }
}
.helpsectionContainer .contact-panels .contact-panel .icon-properties {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  margin-bottom: 12px;
  height: 72px;
  width: 72px;
  display: inline-block;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .helpsectionContainer .contact-panels .contact-panel .icon-properties {
    height: 55px;
    width: 55px;
    margin-top: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .helpsectionContainer .contact-panels .contact-panel .icon-properties {
    height: 55px;
    width: 55px;
    margin-top: 1px;
  }
}
.helpsectionContainer .contact-panels .contact-panel .icon-help {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAYAAAGQQdIuAAAAAXNSR0IArs4c6QAAIbJJREFUeAHtXQm4HEW1ruq5SxKysAkkJLl3wiqLIjvq9wAVUBFFlihbILkRfIqKIvqEFx+CuICA4oLA9NwQFkkUeIIPRUFQFEVRFBAEYXruTQgk7Lkhy12633+qp2qqe6Znqmd6bu6NXd8307WcOufU6dO11ynG/k1druCxXPETovS2cz+jcCxXL4PtbKyPTyKRz3AOGW87fwwnlcPLlm8tAhKYnnbhTypOxtvFD5czVfNJQErT/TqsjsQuqCJaOgybkZ2gwty6QPl1j+fepoIe61D+2B6dU80f5CjX926FOFfoU34DTxARG7lHyzNb8/ve65e/JRBnWd+SYS49gSexvHAOZ73F49iIe2sgjeL9Il0CmP8OpAUCstyEpJqT6Z4XKk0t4GppFLds9eRwUvWiSShJXYapWKnb9BKIfgvyje2T7WCPrdidjQw9yhi/hi3MftyMbc+DRi/fOxJYEogEkAm9/Qcw23lOBgNP+8UpIlwXmQSQyGTY7nunquhknHwGKFUL2M7fKqL1zL3Ld6lIFxG2M6wScs4flN/QU/6CPS9TzuMdXPab+cqIOPuzymJxv1FUEY16qJrQ5SHx6HG2s1RG07NND4jMUydPYXO3Wwt/qEniS1lHZ5dQjZ7sjsh3fCBvRcAuHl+VGwm4ZOXsmukSTjz1IgQSogM1vjVqmgKtChMNQjSuNGWcSSD65ZsWJFe4AaAfxY++kadZxvoSm99d7kGZ4inBxWNIqrtpu02dT48dwDjbh/XM+bsJb/UZohbFdlzG+UrmeTNifyLUWHgDa8DM6/hNq5e/NkMkkQkds9iGweUs03Ygmz/7z6Iq0hnLO59lrneFKD3nT7Ge7O7CLxmR0iRc3DqOUYdYxglA0z/5enR4iqPWjp6286yeVOEnmLu8Th82NEaohrsCgR6Rd47C4OMxPUr54yDLO6eznDOi8uqeOHgiK/VYSErUo/JExJcbWJ37TeivztDUrP/uw4yRMkaULAwqwrazHor8+appsSOJ8OL+nVQ+vTdhO/majNmF1Sqd+o7hQoTDigj6uJq/0ms7DiAsfNaz1adKyDLW8Ua1McF2TOhi82b0q+qCqNT47GszJFmUJaJ6pKf7dhlt/JT5LesdbEH3g7XymTEkMdiFI9EU3I3gMErZLqPTZyqBVAKpBDYnCcSrGMMlzxWPZty7HF3b3dDF9VBp/hCzLU0NxeMzZBd+BcLvKfH2AOuwzmLzup8UYds5B8xdqfiu0WYpmJDHnCG78EEw8lM0tj/DCOKYEJ7K4DLMhKwpTas0wFglQj2GGkfZQOrxJn6aLo+Rt3oHTSfkI+sXUTQkiuvEtDv/YxymoknkCi8GEBFzcZgieDkDliucFsAVQbWehLZFF/RihYh0gQaNkil/EFkU6UQ8X1yo6AjJQjILs4cg/TTELxFjOxGvoGJ49Ix28SLFFKGgNPnrdfZRWO3C0yo+SjI6XpXRxBPOKJmy+2cEmKuGyy68XmKs+msK466GIxBHGZYtnxiIo4BkqiKhSoTtvBTJeA2GonVo7qz1FWQ8dxFrb39rRXy1iJ7sttWiS3EbWf65WdXSoxmqBk1xp8/ChLyh4/x2DMm/VwGdaTuCeYN3VsRHRkSJNCo+EhESovJExMeXUC3iCaSNOYaCc+cJlDCAgqZiMpkDA3EUsAuL8P/9ivjIiIj3i1r6ZujEvyLzhROi8ETFI3/EK+NPMpqqCzvPOwlRO6OO2jqcVBGWRGUzUwFQPaI6Qwuze6h5Q5mPCHD+kJgoWDP0MssXHpBJFU8By74gYPW2jwDtYg/mONZV5ClF1NahfN972IKue8SnS8z0ZA+GnxpKhs5a9CfN+S1ogC8FxGX+TAcKQwvRopvr5vw4QhLXUUnpJ3dHGHYhBBnb+ZHIK2kKXM4bwBVYkZLJZs8lL2ynkMZhRmLXmbKL5ytcMr3Ks34PkPo4rnudyNtI35iY8jxaeqg5USXSjf96nW5RulzxbcZ5dEB9G4oeX8VfX0J6JtIDcpnMkWx+16/0pKT88RiSVHPOy/jMouuiRl6txJ0+UwmkEkglkEoglUAqgVQCoyaBxrpCjbLnz7Ffg94sbRhrwPFnWXvbcbEmXxqgomdprYBs59cQxuGKIGcDGCZ/CEvI96m4OB67eApjbh6jQX0/N43wPhYHTRzY5AWUKzwFBnYVTOj7duJwZQp7n9fGni2uUh17zu7FeodcgDHFUhMuGQEJRp2hAKWerD+GD0S2KCA3TenoExrxNC8gOWZkmEqi2RtytO+EdoORa6WgAoIprV4QTdtZC/pbYLZnBDzVntgh+BqucQHlnM9Atb8dwC23y8nIVgkqSjBEVy7vSB7o2cSAvzEB+cdQcIKE/xRv6FjBCy1+0HqDYKi0r1AE8BcWVH75dOwb7sdbzkiQOs+1bOrk6WyA89JGSIBrGkOZdcHoe4lyDvZfe1lA/B6V+TsJNI6LL6Bc4QUQ2F7sJ+vpvryCWJSgburbiq0feUXBW3wBW5DtVeFanlyBTthcrEB2yrazw7m/Vz9KMAoYnpxzK4R0HBatH0YlfoCeVM8fT0B2AfsE2OdA6FYQOqEmcl1QEpDza1EnnSWDDT1zDroI3mGBvLrGBBK0QM5ZiXzTmcXPwIu5Xkup6Y0nIFkhm7YQvX1HsJGRXwoOTPPUZFdLlLzQduFTZ67QUqK9Mk8MXqqvJVQjYRfuEdHcOrVackVcr4PzPxAOTdfHYKgCT1SExEl7qZd5escxKgfi+dUiMed8sQZQIMlcQB57t8jZ031TAENUYMTzd8hQM98q197hLyyvMTlVCibU1iHvG6YstY55Uw6agTt9JqbHW+vGt4BaKxuBvXUC4owObqCJpbNSLXJ55wsCM+e/NaLQ6+xQgqMDJUbOXEAW/5zAmHMWG2HumTPNhwsdJDPKbADU62yJRelvCsie7KEGOTAR4P1JwHFmBg9gcwEtyJa2InqnGzFDQHzKVAFLzSvNBSXl8sUL2Ij3qkBn2gjcuXIS+nCz/DxmZ6QINl4/iNajB9dhegFONrMiEPqjwxVr1mLuB45W9j2PzoOeLcKW9W4cCfi18Mf9yztnQQt+6ONBT9xll4jOH0XUGxQ30AcitPEERDnyzkfA5C0o+AiYCo6Uw4KhLQ/S6UMCGcf4XSzDetj8LA1fKt31K3Zlw0OLIeBDAonyUIiMDI/1qO+lOymc9vaZmI18Tk+q548vIMJIZ8lGhv3vmTTJVDDhkzF28SoMcD9Vk0nOv4IXcaGC0Tcg1BMUKYBdOjZGn3vPm3ytVsjqexoTkMQr34wI1xhdhwUj8zfzNBUU0ahVHdThoTkBEXLd1gVnR6Ei3B6xSwTdVghGINb+woIaGjwbWnmegLAyO2GXE6Y7GnfNC0jSpm0u0lAKHXz1j7rL1NY/dUF1tu/CTpv1TBJEkxOQzo1dWAVN2k5E0UpG57SZ7NRt/I6jDjcO/K0RkF5w2l7muWiONcf5a6g+L8XvSrRgG7SUSm+u0AW4eZig+33D3YNKrMYxrRdQNVaWFN/Mhrz/QvM9r1pyMI6/CgHdwNraL2KjMDgN0k5DqQRSCaQSSCWQSiCVQCqBVAKpBFIJpBJIJZBKIJVAKoHNTgKbZj6IxEiGQwc3noS5ng9ibWsXzEC+SUmX8/XwYznZu5fxzlvYgh2Xq7RR9oyegMgWy9ritVhTW9BwGTn7Gna2XdBw/gYytl5AZAuN8V9g9jBECzOFjN2Cxe+lrG3ik2zeDqsV/7SLla99F/M4Nj54C5F3okojD2lYW/s+mGF8OhDfgkCI6QQp9DoHY/08aAiZW9ext3Z9ku3Pg5vOTcj6W39vAugxZXDuskmTZrCTt/eXw8sJiflaIyDbWYG3vqPi0rL2w4T7X1W4WY9dmIs6a6lCw/kTWGbaU4UT9CQroMV9e7LhkccVfxl+OFYt7lfhpD354tk4R/9dhbaBtXeVN8KTnIByzjdRX/gbmhj/C/YD7h9BM/lossrjedsIxBY/Ftt8f5oUEfP9QbUokq0RJRwC9B6pBd6CNDph5DvX+18YUQmuw8m0Bp7NCyhXWIa3d5Kg3dYhjyItxNGA6xrgJ34W2/k96L9dZORtHxJPj52PXR3nxEdWmaM5AdmFTwLliQJtpzWDnTHzXpZp37VEpvVC0oUzYdo01jP7DqzA+sIi43x5x3irXaVo/JjG66AbitPZRndlCfEAtpj42+0ogi5DGBny+yjUtPd0n1mCS+4RFo6+9i9MSZcuPyF7x3P5YKOEG9egsnCI9hR8Uq8pJubP+hdr79hNhD33Y7DUc61KS8KTK/xOfVakOVWFgz4SOdNN5hF8NaZBxCBj70CX9lW0VltDOHLL2+vQpC0VLdpCNzToV6DVNMkuvBX9mYvRM/4ACqzzMoS4n7B2fgFsWjoKH3kUbfgjhcOGwEcH6qFh4M1gvHcFhijnBvAYBnSmzLKQobw1Q77dJn3nVhwh+RX4QjOCgJLb8OIIh5DTztZVG94QdHReRYTZX3wByeOO3LoMdUup31MiZiIknS/abMn5Ija567JAPUF7HgfWfVntFNPzkL+e5ujwduFOaOkHEPUnaNVBepKJP56AyLj/SsffzxP1RqKEpFeqjK3A0AD7fkr1RC1OSQtWb3gBhZwiwMKfarlC9j+rargkT1E8V8tTiotXST9f9MdT2mVdFbjLTExTFbe/Tddvftsye+FNzjISDiE/ZsY61B9T0Xy/X9ASlb7zoPCbCIcAyTwuOdu5Wjxj/MXToDhvQsJyNoi33yF40o9SxmBSgZIRPrJ7Jxxpn2jKozVHZtSPrZdfoEyt+TTXoMV9aLWEW1sTo0yUjEjhdEyarM6ZSpi4z7mzXmG0c1U4Q+EQrDzfSv4lL2xBD1NnLqBh93s+Uu4bCzSlQHC0PXjeDn5rEidfNVja1mtZ/ulqXjrYWw0uHMf5VSJqaB0G1ebO/BOTn4zUjHo0yM6G594I6bjoK2XqgcdOl/xQnXZG1z/q5m+wyTfXoLochACEcBCXYaVPIpTebJA2qZMbdh8wQkWVfQPOTEAPe+0Cd/iQiAnB+dmiCVhsGHU3lbdV7LwxMpgJ6LH+wwROz6MhRn1nFw8vASWy2z2SIJ04IrfslWmRMHqCMM+DCJrfNnRmAnK9vQU+/R7AWgS458/LcKu3FljTaXQFALm1A8cY4fJ4v4DLrJttBA8gMwF5nnxD5RF7LQpeyX4QY4/UAms6jXt/83Hg1ggzt1yAea5/8tAgj5mALNyoRs7jZuctPDZRwFserZC20Fmy4p1gRIR7fifT5f78tUEmMwG53gqBi3tmkufecwLeZd0GPDQB4mb9zN5KIyQely1qwQgeQGYCYtyvbD2+sxFi/1YpAvXrIqNMDQFhXZ+cdbf/rPfv+fzzTuPGw0xAlvWoT9qTw43anEzN3iwAPO/Y2oBNpspTzAu6njDEtK2AWzD9RUN4Qw0qn9rzCdTDPrfU/NaDayb95lXbN5PdNK+ZBpliC8Dx20RQXigfSEsgsG6drzVR18QnQIJQxBHQWkEz17+XEe2FWX8oQBeeyp64UUYDoBtXzESTurWA7On+mkEOmsv2l6doZjGGiyEg64sCLx++0hw/zq6S+3ux9qlCc4Q+JNkMIset+/wIk3++WEBl2nwDByZZAGMuoIXdPxA4yzdp1SYhJthLpgLpXoScY9xy1EScKwyodM893HxJyZsk8tGltjGcuYB8pEPikS/606dRhMKrDwLO2wlC8jtqUfnqxecKtAA4WYDFWXfLO58WeTjvq0cinB5PQBnu9ztc9zdhRCocFg4t6tHqpnCoN2gexy4eouBNPPm+E0Q+xjCrQPNLsPZAu8tMheR63xFkJnbub0JOh4knoPnZX5Qyt2EHReX4p5pwKINY+tVWMDz3QRR4CGvnZ+rMVPjJPhAJ1B35sZZW1gITIZGtEXI0N37yjJc0PEZebgSlA+mWFvTZxSjhUF599YFbh2Km8UEdpeYfhr9NC/temoey2nZT6/2MO5ilnKPgaq3gqpnHtp3ZGbOfVXkMPfEFRIhlgTm7HEsyn8db/h1i/V626aKe3Q91H74NKx7R4zvaWpfJfFAVTL+10ERIucJD4OtA/FaIpSZ44rrGBEQrA4Pr/H4RY8TEQYKwqXCiuKTlGX0FohqcqZAYdVRhfZOcrunVcNaIi1cHSURihYLL/lAywiHc9YRDMDSMmSrtFsFGq7DVSglwep0khWNlTvMTG/tvTIMkrZzzCt7SVlglDRpbkp8gK+2ykPBJPmtpkqx3yJxFT/c7myHbnICIMrVGVLFyvgHr7RNV/dRK4cgSVxOSEg5/GfxsK0EbfTYvIKIcvtpsNIQjSxwQUimSjKf0ZBNZ7WisDpLMyaewRKemP7EW1mY2byTzN/MM1ElARL3lhITTDFvV89rFx0THjtSctruMpqMdavoltAnRTuYT05kR9hLdn6koi5+Pjd1fV+Fx5kleQFIAOedxtHB7yiB0/2Y2tXueaKbLkWPe1zoBUdGFOVH2JDZS7hCUBNlPzHyDzZ9df12d7ghn7Ej02GPN4wTpNR5qrYAkX6J+cK7DsKJHRsV+YvwOIS2Jna/JDKMjIJ1JX1gL8cmRia7ygFOH0f2c/wYLlkvYwu68Hp36UwmkEkglkEoglUAqgVQCqQRSCaQSSCWQSiCVQCqBVAKpBFIJpBJIJZBKIJVAKoFUAqkEUgmkEkglkEoglUAqgXEtgdHfszAexHXjy1MZWz+VuW2DbELHRjZ5qw3s/XzjeGB9tHn891AgcTZy+L3COA8dSPAYFCRhxxmO9nEYLcQvk3mAzZ/1WMIUxiS6zUuBlhSzbJgtwG6s+fjt2LDEyfKJx15HfjJ1MwH7iemQWydwNiYvzv+JvDcxa+I1LMY59Ib5H8WMjQlkFBmsSarXOQwXB1yMl13vDMZaKMGvUTvczdpgmaGBs2I1+aCT3I8V94NZeuLjP0DrCChMtA0ROvPmsTtQY30F2wkfqYl7jCeOLwWivsmGNd9AU/TxyNqA8z9AUXKsY8LSxGzJNfMSaffzCDblcnYOeO6uioqzNYj/KpuS/U7ACGlV4LEVOfYVyFcaGFj2/OO4Yflx/kvW1raInT4rlg2FMJpRDecdukf9CijUHhV06bgxs3Bgo+sK1GTSrnIF2FiJGLsKlO//CPNGFldpCujE3qVsRvbizWJkRPZW1w5fVvUOH27B8oL1Xtief3isKEyYj7GlQGTTI+9ci6+z8gwHZ/9k07P7bBZKE34LMuzb/qeatGzFXaTBCANn5+Jg4Lcl6Fh5jg0FWuZ1sIHiUtQ2QQtedHiaTNAHXQ6CPHM8VO9BtmuEhJ3LtXRhVshGDDVhoZEf2Y8yNZFUg2RSSckc4W2GG7oBiC5yCCrPM+gEd0FR2sS1Jbxklsmns1CcqaZrAhodVjfDb5J5SXGE4fqBNUHl4X8UVvoXZi0Ygt4PJGlKwXeee4k4BdyC07iSRJznpquB6Jo6j/0czGpKbL3ErPZ9q15gSNW7O3w/BD0jVMDxVyNF1zhQnKlHBW5NkYUV1oI9qqU6ZBSatTW4lm8PDCB8K54qYfQ8o69A4vhlkQRxZEQxX4cRgiNwuLe6XbEoRaKrIxZ0nTWmmzZSHG+APpqQkQWqcSIUh4SUK8AYCxmkEzb7KSbk+NWwnfSJUOSoBEdXgfwlBRpRlMyXwcc5rPrREoC7KFTi2opEBqaGh+6rqJGaUSS6gWedS2eKtwQ/UzB/g1lobx0qyQFcvPAS657pGFnrCRVE2PJOTnFwxZGFmXb3QpDZuUyKO2z7zr3ElSPlyJb7Rk+ByKya690SKtFc2IEqm2qzixe1XJEW9++EKynngQ981TDF1LTDzY0WW8ImdN5cYS4u2RqHFOcj6EDfrli2C5ejG/A5FRbG6jMHj+awf3QUyC4sQkEvKhcUk2Ud7Xuy02Y9o+J0T6KKlFkMpXy+NBPsm0TXael+MepjRSjWC6gVB5CHbKlOAu+4RAhW58zW11Yh7zeBg4zWJtFUVSqOznNv3xFsZOSXehR4PQrmKIJxAYDkAq1XoHzxAlwK+1XFMmerWee0Xap2FBVQyZOkIum4OXscTecP0Ne6o6kO6JLim2GN7cNQLBhY8abrJIL+hvo4tRVHJ5Arvg1N7V/AR/l9Wplj0CcsmyPS4RP0lwkmiFShsos9+PpzKkyjhs5ps4yUR2WCx1SRep3d0UzegRpjFz07lGUDvsr/we8q3KBMtUprXP75NzG+cRF4ODvwMokaLeZOaTuR0UVW0lXvHJsrjsRDT+pf8pFHA3TbMvvjeqO/6GBJ+1unQNcvP5ANDZEtTumGmdU5p+oQXULUe0YpEsscDeFdCcU5IICCOuht7SfCzGRzxpgDSA0DVDsNulhx1zu6lJdfj9rqXjwX46lNYaAuC/dxCDyOI5NT8k4aykcf7HYTpreyY90aBRJDdacPhZmlym9lTkSV+hMVbsZTXZHKGDm/nS3oPh5f/aZfjBQd6bV/gLJoRtvKrMLXvOLo6HLO10DrSyqKs3vRH3qPCifsaY0C2Q5qA+8cxSvnP8Ks8skqnJQn5zwLYdGw23ecvQal3Qcjuz4ZNWaeYu8SuwdyKS/NWNZtQtGTZtJ2aAPbbgotmZWe33WnCifo0avQZNDS9guPfVohEwbDWbKTXFTD2c5fA8rD+C/wpW01JpWHhDE/ez+G+5Ph61eycd3jsHhsq3BiHv7ZAKoRV1qvDkQnEUhegQYHzsOL1fFeA+G9lgSzCkfeeQhf2NtUmJOhwOz7VHiseqgD35PNgr1HFYuutwAfw9UqnISnp/vn6P/8royKLuUoHl0OJ+fTX3QyWF2XJuk05yW7BUH0f7TOMl2s2JM9XSM4tr10w3eGH4T+2RuKUc/7OGqiD6lwEh4O47i64+5JejApf7IKdMPyncHYbI05XIs+5ykt3JxXdEjdcgeRsGUy85tDuglyi6kEL9isewyd3wRdpxWc9ffYCai1E+/zJqtAg0OHB0XAMVxN0PG1pwJbm8JITZfJNc4qwxjyCMPF/B+KI9re2tsfnIZQiQ14Tul6FblWaDk72U3PNX5SRUOke5NVIM6DlzDIy0J1is34PXZYILu/HSQQNa4CFqeV+bLzRkIfYDmpIR8v3TssM28cLk+ryLgmn8kqkBvaisl5eSNUk4yK7F5ouSCT2WT7YJIoDpqUIP8em54IXonEo8OOmuOe3r3QEhr3JqtAnLkBVjxebm4CCQ0HQqM5b8uGMY2NjGH+Q+VrmskpAQwcC8QJu2QVyOP/CvJXujY5GNlMqDz8JSwj7iHNIBsDeUP882D5mmYwJH/XxcRrsi5ZBWJucHuG5+2aKLttmfJeGELM2X8yuq9uPDq6HlPflUnnwaZ0/V/CRZkTwDcnO8YVqCf7QGB+g/bDJHldN60sc1beouChCSv0XREQ0rgJ8N4gq/zriZ5K7S2+H/i1jwtbSkzuPgwyVTeUbA1EyxacLQ1QXb/upEC42cCUdjomPKjQeO6ncF/Yu1R4PHjswnmofcrNF+dPYTL0wkRZd72PBfHx64LhZELJKpDP05IQa58PhZsL0n6aTObtgZV2170XNybPbQ7xKOWmY0weTtYqx1/FGtnBKpiEh/Yl6cekaD/UTl3h95IEJf1ITSL4GC7h+w0wlVd+aRuoXTw3Iew+GtGUWTsHayLUfHb/okTpJI0sX0Qfx/uChrafzeienvhaobv++xoNePl3W9F8EY3Ep7YF42Lj+nC5Q01NzsQJO1ZsOhfADfxFblYXJVrDeOYQ7D16ogHMrcmSc46FpHGbd9WlhGTPteX7TgjcKc95sbSA25KytUaBiNVcgZquyxTXdN15TzZqU5UCq+lZtnoyW4MjwJWb1R182dlA3vD16oHEUQrknUPRXN0KxdlGUbT4IHP5Gsbc0Kx9Aufa7lw5ia3euBr0tlD02tsPaqXlktYpEJXALvwEAjxeFYbWrhpZOY9SHM4fYp1TjxR7rGk4/6xzF2gdoegJjzWMr/8cHIcJVetBqMRCZGzq0f4foxaoXF23rG9hA9l5ghadaxsauh+KPz1Au9FzbUT3b04BuGYqfNy6GOX+sgq3wNNaBRLWNor/wBexu+KdWzegUPNUuJbHRHGq5c85N0FpTqreZPDbcILh/ER3CeQKZJXsUtA7qJIdsqyR6cFZrcWVaYhJ4oCkb9UEuxC1wwScfxsfa3BjWVUGmotsrQIRb9Tu5x2cFmB7lVnlS7EB7KPlcMjXsOJUPQJMyyvRo02aevAYNv976ODyx1kHhtQj3vOsu3ut6HiS5ZD1z01h7hDOhbHdsFizL5QTm9e1jyLEPvCAZmBTHSC4wzo6D2PzZvRXgFNEo4p0l9fJVkK+jJUnbakW6+k+syqdhCNbr0DEsFCi4sN47qv457zAtuvcO3BiIFnFGWIZ66NsfvdtiiZt2vKETcW9VVxSHo79zqztS+pU6DLsfR4o3gh6oQ8lQUXqXb43GxmiYzvtqhicfR+1K86pjY4bHQWSZck5mDX2ytUqnQRta3s7m9j5RNXOsd7HkTj0Z9S5qrDi6HnCftoER/uYPPYWJGEjOqfpga3w4mn/chv8mLQUi5AvIe5pmFt5CmX4K+Lvw/AbJ1jruFYpUr74GfBzZYB6CzfPB+hogdFVICLsm3W5W+Oh0jsailNJtbUxSStSgFtMRk6a9GZ28varAtGjEBh9BaJC0YipUKQjLoeGyvgMDCvtF3lyNYkaJ0Rw1IPNKdIjkNmkAM8cxjp75iQ7URsgUDuwaRRI8pR3DsIx4AcQLLfhdNAuYx2LvgsNyX23OSiOLIt8xlEku3g+johfIrOKJ+dPYwrjgMiPLQDcusCmVSBZLrt4Cr4srNUERi50YnMx4nsq4uP0cSSNsfqspUhc2E06LcA6neawMu+DAS768Da5GxsKJMVgFz8JhbkqpDAytXJUJVM2h2ekIqnCrWLt7UdiVpmG7GPGjS0FkmKh0wnuMPpIFZeiUK10Ida5YK2e5lo2Q+cr0g34kE4SpaN7Njrbj2CnztRPWIyZgo9NBZLiIZNzA0PfgiIFz1D5ksUMr9fLJm5xwaYYfUgW/92fY1uB9Lez5IXt2OD6a9G8Va4xEZx/38R1jHd+pykTMjrN1F9XAuNHgfSiiGmAvrNQzV8EhdpaTwr4OXsRmnUrFjKWsjO6f7vZNnuBQo9uYHwqUFhGYj2o7xQ0aedCqfYIJ1cN+zPM2AbCClBCPK0Chsr9mEJ4A03mBmaJGwo3YJrBA8yWMNO3DeJIWbcGjR1LM9c0ez0Nv7LzZ9f3HWud3TKDyfo2DwWqJhNxhxcMULrilp+j8dLLe3KqwScXtwrGE/YxWuZIjuYmw7T5KlA9kdKuRjYwB1dRZNG0zcEGL/zYDvhNED+PbESTPWueQRgH/rxXUEu9glruFSglLOpn/omlsr+n/S1IJ3WpBFIJpBJIJZBKIJVAKoFUAqkEUgmkEkglkEoglUAqgVQCqQRSCaQSSCWQSqBlEvh/6IwJAg2EpOUAAAAASUVORK5CYII=');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  margin-bottom: 12px;
  height: 72px;
  width: 72px;
  display: inline-block;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .helpsectionContainer .contact-panels .contact-panel .icon-help {
    height: 55px;
    width: 55px;
    margin-top: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .helpsectionContainer .contact-panels .contact-panel .icon-help {
    height: 55px;
    width: 55px;
    margin-top: 1px;
  }
}
.helpsectionContainer .contact-panels .contact-panel .icon-community {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/icons/man_blue_72_2x.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  margin-bottom: 12px;
  height: 72px;
  width: 72px;
  display: inline-block;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .helpsectionContainer .contact-panels .contact-panel .icon-community {
    height: 55px;
    width: 55px;
    margin-top: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .helpsectionContainer .contact-panels .contact-panel .icon-community {
    height: 55px;
    width: 55px;
    margin-top: 1px;
  }
}
.helpsectionContainer .contact-panels .contact-panel .icon-resolution {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/icons/rescenter_blue_72.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  margin-bottom: 12px;
  height: 72px;
  width: 72px;
  display: inline-block;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .helpsectionContainer .contact-panels .contact-panel .icon-resolution {
    height: 55px;
    width: 55px;
    margin-top: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .helpsectionContainer .contact-panels .contact-panel .icon-resolution {
    height: 55px;
    width: 55px;
    margin-top: 1px;
  }
}
.helpsectionContainer .contact-panels .contact-panel .icon-tax {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/icons/browser_blue_72.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  margin-bottom: 12px;
  height: 72px;
  width: 72px;
  display: inline-block;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .helpsectionContainer .contact-panels .contact-panel .icon-tax {
    height: 55px;
    width: 55px;
    margin-top: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .helpsectionContainer .contact-panels .contact-panel .icon-tax {
    height: 55px;
    width: 55px;
    margin-top: 1px;
  }
}
.helpsectionContainer .contact-panels .contact-panel .icon-contact {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/icons/chat_blue_72.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  margin-bottom: 12px;
  height: 72px;
  width: 72px;
  display: inline-block;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .helpsectionContainer .contact-panels .contact-panel .icon-contact {
    height: 55px;
    width: 55px;
    margin-top: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .helpsectionContainer .contact-panels .contact-panel .icon-contact {
    height: 55px;
    width: 55px;
    margin-top: 1px;
  }
}
.helpsectionContainer .contact-panels .contact-panel .channel-content {
  width: 100%;
  display: inline-block;
}
.helpsectionContainer .contact-panels .contact-panel .channel-content .contact-link {
  font-family: pp-sans-small-medium, Helvetica Neue, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  text-align: center;
  color: #0070ba;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .helpsectionContainer .contact-panels .contact-panel .channel-content .contact-link {
    display: block;
    margin-left: 14px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .helpsectionContainer .contact-panels .contact-panel .channel-content .contact-link {
    display: block;
    margin-left: 14px;
    text-align: left;
  }
}
.helpsectionContainer .contact-panels .contact-panel .channel-content .support-message {
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: #2c2e2f;
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .helpsectionContainer .contact-panels .contact-panel .channel-content .support-message {
    text-align: left;
    margin-left: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .helpsectionContainer .contact-panels .contact-panel .channel-content .support-message {
    text-align: left;
    margin-left: 14px;
  }
}
.ReactModal__Body--open {
  overflow: hidden;
}
.video-modal-player .circle {
  background: #fff;
  width: 86px;
  height: 86px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  border: none;
}
.video-modal-player .circle:hover {
  background: #e7e7e7;
}
.video-modal-player .circle:focus {
  outline-color: #fff;
}
.video-modal-player .triangle-right {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-left: 20px solid #0070ba;
  border-bottom: 14px solid transparent;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 55%;
}
.video-modal-header {
  height: 45px;
}
@media only screen and (min-width: 318px) and (max-width: 767px) {
  .video-modal-header {
    height: 25px;
  }
}
.video-modal-header .close {
  font-size: 25px;
  float: right;
  cursor: pointer;
  background: 0 0;
  border: none;
  width: 35px;
  height: 35px;
}
@media only screen and (min-width: 318px) and (max-width: 767px) {
  .video-modal-header .close {
    height: 25px;
    font-size: 20px;
  }
}
.video-modal-body {
  width: 750px;
  height: 485px;
  padding: 0 40px 40px;
}
@media only screen and (min-width: 318px) and (max-width: 374px) {
  .video-modal-body {
    width: 300px;
    height: 225px;
    padding: 0 15px 15px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .video-modal-body {
    width: 350px;
    height: 250px;
    padding: 0 15px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 812px) {
  .video-modal-body {
    width: 400px;
    height: 300px;
    padding: 0 15px 15px;
  }
}
.brcMainContainer .searchContainer .search {
  width: auto;
  height: 100px;
  background: #2c2e2f;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0;
}
.brcMainContainer .searchContainer .search-value {
  font-size: 15px;
  line-height: 1.2;
  color: #6c7378;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
}
.brcMainContainer .searchContainer .brcsearch-icon {
  width: 48px;
  height: 48px;
  border-radius: 5px;
  text-align: center;
  top: 0;
  text-decoration: none;
  color: #000;
}
.brcMainContainer .searchContainer .icon {
  color: #000;
  border-left: solid 1px #2c2e2f;
  border-radius: 0;
  font-weight: bold;
}
.brcMainContainer .searchContainer .search-btn {
  width: 48px;
  height: 48px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #ffffff;
  border: 0 solid white;
  border-left: solid 1px #2c2e2f;
}
.brcMainContainer .searchContainer ::-webkit-input-placeholder {
  width: 419px;
  height: 28px;
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
  color: #6c7378;
  padding-left: 15px;
}
.brcMainContainer .searchContainer ::-moz-placeholder {
  width: 419px;
  height: 28px;
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
  color: #6c7378;
  padding-left: 14px;
}
.brcMainContainer .searchContainer :-ms-input-placeholder {
  width: 419px;
  height: 28px;
  font-size: 15px !important;
  line-height: 1.2;
  text-align: left;
  color: #6c7378 !important;
  padding-left: 15px;
}
.brcMainContainer .searchContainer .groupbrc {
  width: 571px;
  height: 48px;
  border: 0 solid white;
  border-radius: 5px;
  background: #ffffff;
  align-self: center;
}
.brcMainContainer .searchContainer .hide-text {
  display: block;
  font-size: 0px;
  line-height: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .brcMainContainer .searchContainer .search {
    width: auto;
    height: 96px;
  }
  .brcMainContainer .searchContainer .groupbrc {
    width: 570px;
    height: 48px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .brcMainContainer .searchContainer .search {
    width: auto;
    height: 96px;
  }
  .brcMainContainer .searchContainer .groupbrc {
    width: 327px;
    height: 48px;
  }
}
@media only screen and (min-width: 318px) and (max-width: 374px) {
  .brcMainContainer .searchContainer .search {
    width: auto;
    height: 94px;
  }
  .brcMainContainer .searchContainer .groupbrc {
    width: 300px;
    height: 44px;
  }
}
.Sticky {
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.Sticky.sticky {
  position: fixed;
  top: 800px;
  right: 0;
  border-radius: 0;
  margin: 0;
  z-index: 99999;
}
@media only screen and (max-height: 480px) {
  .Sticky.sticky {
    top: 280px;
  }
}
@media only screen and (min-height: 481px) and (max-height: 812px) {
  .Sticky.sticky {
    top: 500px;
  }
}
.full-width {
  color: "#ffffff" !important;
}
/* Home page styles*/
/* 
These variables are hardcoded as we have removed 
marketing-components from package.json and 
these were being imported from marketing-components before.
So just for workround these are hardcoded here
*/
/* ---------------------*/
.carousel {
  position: relative;
}
.carousel__wrapper {
  background: none;
  display: flex;
}
.carousel__wrapper--no-js {
  display: block;
}
.carousel__wrapper--no-js > :not(:first-of-type) {
  display: none;
}
.carousel__arrow {
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  width: 30px;
  height: 30px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  display: table-cell;
  text-indent: -99999em;
  background: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: calc(50% - 15px);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel__arrow__left {
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  left: 25px;
}
.carousel__arrow__left:focus {
  outline-color: #0070ba;
  outline-style: solid;
}
.carousel__arrow__right {
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  float: right;
  right: 25px;
}
.carousel__arrow__right:focus {
  outline-color: #0070ba;
  outline-style: solid;
}
.carousel__arrow__left--disabled,
.carousel__arrow__right--disabled {
  border-width: 1px;
  cursor: default;
}
.theme-background-color-light .carousel__arrow,
.theme-background-color-white .carousel__arrow {
  border-color: #9da3a6;
}
.theme-background-color-blue .carousel__arrow {
  border-color: #ffffff;
}
@media (min-width: 752px) {
  .carousel__arrow__left {
    left: 28px;
  }
  .carousel__arrow__right {
    right: 28px;
  }
}
@media (min-width: 1024px) {
  .carousel__arrow__left {
    left: 33px;
  }
  .carousel__arrow__right {
    right: 33px;
  }
}
@media (min-width: 1300px) {
  .carousel__arrow__left {
    left: 150px;
  }
  .carousel__arrow__right {
    right: 150px;
  }
}
@media (min-width: 1500px) {
  .carousel__arrow__left {
    left: 214px;
  }
  .carousel__arrow__right {
    right: 214px;
  }
}
.carousel__dot-selector {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 24px;
  line-height: 0;
  margin: 0;
}
.carousel__dot-selector,
.carousel__dot-selector li {
  background: none;
}
.carousel__dot-selector__button {
  background: #ffffff;
  border: 1px solid #9da3a6;
  border-radius: 15px;
  cursor: pointer;
  display: block;
  height: 15px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 15px;
  margin: 0 4px;
}
@media (min-width: 576px) {
  .carousel__dot-selector__button {
    height: 16px;
    width: 16px;
  }
}
.carousel__dot-selector__button:active {
  outline: none;
}
.carousel__dot-selector__button:focus {
  outline-color: #0070ba;
  outline-style: solid;
}
.carousel__dot-selector__button--active {
  background: #9da3a6;
  cursor: default;
  outline: none;
}
.carousel__dot-selector__button--active:hover {
  background: #9da3a6;
}
.carousel__dot-selector__button--transitioning {
  outline: none;
}
.carousel__slide-counter {
  bottom: 20px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.theme-background-color-light .carousel__slide-counter,
.theme-background-color-white .carousel__slide-counter {
  border-color: #9da3a6;
}
.theme-background-color-blue .carousel__slide-counter {
  border-color: #ffffff;
}
@media (min-width: 752px) {
  .carousel__dot-selector {
    bottom: 24px;
  }
}
@media (min-width: 576px) {
  .carousel__dot-selector__button {
    margin: 0 10px;
  }
}
.no-js .carousel__arrow,
.no-js .carousel__dot-selector {
  display: none;
}
/* TODO - deprecated styles - delete when all dependend pages are recompiled */
.carousel__arrow--label {
  display: block;
  height: 0;
  text-indent: -99999rem;
}
.carousel__dot-selector--label {
  cursor: pointer;
  display: inline-block;
  height: 19px;
  position: relative;
  text-indent: -99999rem;
  width: 24px;
}
@media (min-width: 576px) {
  .carousel__dot-selector--label {
    height: 19px;
    width: 36px;
  }
}
/* end of deprecated styles */
.hero-carousel {
  padding-top: 0 !important;
}
.hero-carousel__carousel__hero {
  padding-top: 72px;
}
@media (max-width: 792px) {
  .hero-carousel__carousel__arrow {
    top: auto;
    bottom: 17px;
  }
}
.hero-carousel.theme-background-image-light .hero-carousel__carousel .carousel__arrow {
  border-color: #9da3a6;
}
.hero-carousel.theme-background-image-light .hero-carousel__carousel .carousel__slide-counter {
  color: #9da3a6;
}
@media (min-width: 1024px) {
  .hero-carousel__carousel__hero {
    padding-top: 112px;
  }
}
.home-carousel-hero {
  height: 480px;
  padding: 60px 0 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.no-js .home-carousel-hero + .home-carousel-hero {
  display: none;
}
.no-flexboxlegacy .home-carousel-hero {
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}
.home-carousel-hero .container {
  width: 100%;
}
.home-carousel-hero .center-block {
  float: none;
}
.home-carousel-hero .vnFont {
  font-family: Helvetica Neue, Arial, sans-serif !important;
}
.home-carousel-hero .jpFont {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.home-carousel-hero .headline2 {
  font-family: 'pp-sans-big-medium', Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.home-carousel-hero__headline {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.0;
  text-align: center;
  color: #ffffff;
  font-family: 'pp-sans-big-light', Helvetica Neue, Arial, sans-serif;
  margin: 0;
}
.home-carousel-hero .date {
  text-align: center;
  color: #ffffff;
  font-family: 'pp-sans-small-regular', Helvetica Neue, Arial, sans-serif;
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.6;
  padding-top: 0;
  padding-bottom: 0;
}
.home-carousel-hero__paragraph {
  display: none;
}
.home-carousel-hero .seehow-btn {
  width: 280px;
  border-radius: 50px;
  background-color: #ffffff;
  font-family: 'pp-sans-small-medium', Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #0070ba;
  border: none;
  outline: none;
  display: inline-block;
  margin-top: 25px;
}
.home-carousel-hero .seehow-btn:focus,
.home-carousel-hero .seehow-btn:hover {
  background-color: #f5f7fa;
  outline: none;
}
.home-carousel-hero__hatch-text {
  padding-top: 10px;
}
.home-carousel-hero__container.center-block .pypl-btn {
  float: none;
}
.home-carousel-hero__container.text-xs-left .home-hero__hatch-text {
  max-width: 320px;
  text-align: center;
}
.home-carousel-hero__container div + .pypl-btn,
.home-carousel-hero .pypl-btn + .pypl-btn {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .home-carousel-hero.short {
    min-height: 480px;
  }
  .home-carousel-hero.tall {
    min-height: 600px;
  }
  .home-carousel-hero__headline {
    font-size: 60px;
  }
  .home-carousel-hero__paragraph {
    padding-top: 24px;
    color: #ffffff;
    font-family: 'pp-sans-small-regular', Helvetica Neue, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
    padding-bottom: 0;
    display: block;
  }
}
@media (min-width: 570px) and (max-width: 752px) {
  .home-carousel-hero {
    height: 350px;
  }
  .home-carousel-hero .headline2 {
    font-size: 14px;
  }
  .home-carousel-hero__headline {
    font-size: 35px;
  }
  .home-carousel-hero .date {
    font-size: 14px;
  }
  .home-carousel-hero .seehow-btn {
    width: 250px;
    margin-top: 20px;
  }
}
@media (min-width: 390px) and (max-width: 570px) {
  .home-carousel-hero {
    height: 300px;
  }
  .home-carousel-hero .headline2 {
    font-size: 12px;
  }
  .home-carousel-hero__headline {
    font-size: 25px;
  }
  .home-carousel-hero .date {
    font-size: 12px;
  }
  .home-carousel-hero .seehow-btn {
    height: 47px;
    width: 165px;
    margin-top: 10px;
  }
}
@media (max-width: 390px) {
  .home-carousel-hero {
    height: 250px;
  }
  .home-carousel-hero .headline2 {
    font-size: 11px;
  }
  .home-carousel-hero__headline {
    font-size: 18px;
  }
  .home-carousel-hero .date {
    font-size: 11px;
    margin-top: 10px;
  }
  .home-carousel-hero .seehow-btn {
    height: 39px;
    width: 150px;
    margin-top: 8px;
    padding-top: 5px;
  }
  .home-carousel-hero .container {
    margin-bottom: -15px;
  }
}
/** custom fees calculator flat style **/
.topicsContainer {
  background: #F7F9FA;
  max-width: auto;
  height: auto;
}
.topicsContainer .topicsSection {
  margin: auto;
  max-width: 1600px;
}
.topicsContainer .topicsSection .vnFont {
  font-family: Helvetica Neue, Arial, sans-serif !important;
}
.topicsContainer .topicsSection .jpFont {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.topicsContainer .topicsSection .topicsHeading .header_style {
  margin: auto;
  text-align: center;
  width: auto;
  font-size: 30px;
  font-weight: inherit;
  color: #2c2e2f;
  line-height: 1.4;
  padding-top: 50px;
  letter-spacing: inherit;
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif;
}
.topicsContainer .topicsSection .topic_list {
  padding-right: 40px;
}
.topicsContainer .topicsSection .topic_list .inlineList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin-top: 30px;
  margin-bottom: 0;
}
.topicsContainer .topicsSection .topic_list .inlineList .reqPath {
  color: #2C2E2F;
  font-weight: 600;
  text-decoration: none;
}
.topicsContainer .topicsSection .topic_list .inlineList .li_style {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.14;
  color: #2c2e2f;
  font-family: 'pp-sans-big-medium', Helvetica Neue, Arial, sans-serif;
  position: relative;
  display: block;
  padding-right: 15px;
  width: 325px;
}
.topicsContainer .topicsSection .topic_list .inlineList .wrap {
  display: inline-block;
}
.topicsContainer .topicsSection .topic_list .inlineList .panel {
  display: inline-block;
  background: #FFFFFF;
  float: left;
  font-weight: 600;
  line-height: 1.14;
  text-align: left;
  border: solid 1px #EAECED;
  padding-left: 15px;
  vertical-align: middle;
  margin-right: 18px;
  margin-bottom: 30px;
  padding-top: 27px;
  padding-bottom: 27px;
}
.topicsContainer .topicsSection .topic_list .inlineList .rightArrow {
  position: absolute;
  width: 11px;
  height: 11px;
  border-color: #6c7378;
  /* @noflip */
  border-right: solid 1px;
  /* @noflip */
  border-top: solid 1px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /* @noflip */
  border-left: 0;
  /* @noflip */
  border-bottom: 0;
  top: 8px;
  right: 0;
}
.topicsContainer .topicsSection .topic_list .inlineList .panel1 {
  min-width: 375px;
  width: 375px;
}
.topicsContainer .topicsSection .topic_list .inlineList .small {
  margin-right: 18px;
  margin-bottom: 30px;
  padding-top: 25px;
}
.topicsContainer .topicsSection .topic_list .inlineList .li_style {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.14;
  color: #2c2e2f;
}
.topicsContainer .topicsSection .topic_list .inlineList span::after {
  display: block;
  content: '';
  height: 11px;
  width: 11px;
  border-right: solid 1px #6c7378;
  border-top: solid 1px #6c7378;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  float: right;
  margin-top: 8px;
  margin-right: 23px;
}
.topicsContainer .topicsSection .topic_list .inlineList .small:hover {
  background: #F3F6F9;
}
.topicsContainer .topicsSection .topic_list .inlineList button {
  background: none;
  border: 0px solid transparent;
  box-shadow: 0px 0px 0px transparent;
  text-shadow: 0px 0px 0px transparent;
}
.topicsContainer .topicsSection .topic_list .inlineList button:focus {
  outline: none;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topicsContainer {
    width: auto;
    height: auto;
    margin-left: -6px;
  }
  .topicsContainer .topicsSection .topicsHeading {
    width: auto;
    margin: auto;
  }
  .topicsContainer .topicsSection .topic_list {
    padding-right: 0;
    margin: auto;
  }
  .topicsContainer .topicsSection .topic_list .inlineList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-bottom: 0;
  }
  .topicsContainer .topicsSection .topic_list .inlineList .panel {
    border: solid 1px #CBD2D6;
  }
  .topicsContainer .topicsSection .topic_list .inlineList .panel .li_style {
    width: 300px;
  }
  .topicsContainer .topicsSection .topic_list .inlineList .panel1 {
    min-width: 340px;
    width: 340px;
  }
  .topicsContainer .topicsSection .topic_list .inlineList .small {
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .topicsContainer {
    width: auto;
    background-color: #F7F9FA;
    padding-bottom: 20px;
  }
  .topicsContainer .topicsSection {
    max-width: 375px;
    width: 375px;
  }
  .topicsContainer .topicsSection .topicsHeading {
    width: auto;
    margin: auto;
  }
  .topicsContainer .topicsSection .topic_list {
    margin: auto;
    padding-right: 26px;
  }
  .topicsContainer .topicsSection .topic_list .inlineList .panel {
    border: solid 1px #CBD2D6;
    margin-right: 0;
  }
  .topicsContainer .topicsSection .topic_list .inlineList .panel .li_style {
    width: 290px;
  }
  .topicsContainer .topicsSection .topic_list .inlineList .panel1 {
    min-width: 327px;
    width: 327px;
  }
  .topicsContainer .topicsSection .topic_list .inlineList .small {
    margin-left: 24px;
    margin-bottom: 10px;
    margin-right: 24px;
  }
}
@media only screen and (min-width: 318px) and (max-width: 374px) {
  .topicsContainer {
    width: auto;
    height: auto;
    background-color: #F7F9FA;
    padding-bottom: 20px;
  }
  .topicsContainer .topicsSection {
    max-width: 318px;
    width: 318px;
  }
  .topicsContainer .topicsSection .topicsHeading {
    width: auto;
    margin: auto;
  }
  .topicsContainer .topicsSection .topic_list {
    margin: auto;
    padding-right: 26px;
  }
  .topicsContainer .topicsSection .topic_list .inlineList .panel {
    border: solid 1px #CBD2D6;
    margin-right: 0;
  }
  .topicsContainer .topicsSection .topic_list .inlineList .panel .li_style {
    width: 265px;
  }
  .topicsContainer .topicsSection .topic_list .inlineList .panel1 {
    min-width: 300px;
    width: 300px;
  }
  .topicsContainer .topicsSection .topic_list .inlineList .small {
    margin-left: 24px;
    margin-bottom: 10px;
    margin-right: 24px;
    padding-top: 17px;
  }
  .topicsContainer .topicsSection .topic_list .inlineList .small:after {
    height: 8px;
    width: 8px;
    margin-top: 8px;
    margin-right: 14px;
  }
  .topicsContainer .topicsSection .topic_list .inlineList .reqPath .li_style {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.tilesContainer {
  height: auto;
}
.tilesContainer .Maintilescontainer {
  margin: auto;
  max-width: 1600px;
  height: auto;
}
.tilesContainer .Maintilescontainer .vnFont {
  font-family: Helvetica Neue, Arial, sans-serif !important;
}
.tilesContainer .Maintilescontainer .jpFont {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.tilesContainer .Maintilescontainer .tilesheading {
  font-size: 30px;
  font-weight: inherit;
  line-height: 1.4;
  text-align: center;
  color: #2c2e2f;
  padding: 50px 0 30px;
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif;
}
.tilesContainer .Maintilescontainer .tiles_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 25px;
  margin-bottom: 0;
}
.tilesContainer .Maintilescontainer .tiles_list .tile_elements {
  width: 375px;
  height: 375px;
  margin: auto;
  border: 0 solid gray;
  float: left;
  list-style-type: none;
  border-radius: 4px;
  background-color: #424242;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.tilesContainer .Maintilescontainer .tiles_list .tile_property {
  margin-right: 23px;
  margin-left: -4px;
  margin-bottom: 25px;
  background-size: cover;
}
.tilesContainer .Maintilescontainer .tiles_list .tile_property:hover {
  box-shadow: 0 10px 45px rgba(0, 0, 0, 0.8);
}
.tilesContainer .Maintilescontainer .tiles_list .reqPath {
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.tilesContainer .Maintilescontainer .tiles_list .reqPath:focus {
  box-shadow: 0 10px 45px rgba(0, 0, 0, 0.8);
}
.tilesContainer .Maintilescontainer .tiles_list .vx_panel-header:after {
  display: block;
  content: "";
  height: 12px;
  width: 12px;
  border-color: white;
  /* @noflip */
  border-right: solid 1px;
  /* @noflip */
  border-top: solid 1px;
  /* @noflip */
  border-left: 0;
  /* @noflip */
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  float: right;
  margin-top: 9px;
  margin-right: 35px;
}
.tilesContainer .Maintilescontainer .tiles_list .tile_header {
  margin-left: 24px;
  margin-top: 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  text-align: left;
  color: #ffffff;
  font-family: pp-sans-big-medium, Helvetica Neue, Arial, sans-serif !important;
  margin-right: 5px;
}
.tilesContainer .Maintilescontainer .tiles_list .tile_sd {
  margin-left: 24px;
  width: 273px;
  height: auto;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  color: #ffffff;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif !important;
}
.tilesContainer .Maintilescontainer .tiles_list .tile_sd sup,
.tilesContainer .Maintilescontainer .tiles_list .tile_sd sub,
.tilesContainer .Maintilescontainer .tiles_list .tile_sd sup *,
.tilesContainer .Maintilescontainer .tiles_list .tile_sd sub * {
  font-size: small !important;
}
.tilesContainer .Maintilescontainer .tiles_list .tile_sd * {
  color: #ffffff !important;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif !important;
  font-size: 20px !important;
}
.tilesContainer .Maintilescontainer .tiles_list .tile_description {
  width: 311.8px;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.71;
  text-align: left;
  color: #ffffff;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif !important;
  height: 6.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  padding: 0;
}
.tilesContainer .Maintilescontainer .tiles_list .tile_description sup,
.tilesContainer .Maintilescontainer .tiles_list .tile_description sub,
.tilesContainer .Maintilescontainer .tiles_list .tile_description sup *,
.tilesContainer .Maintilescontainer .tiles_list .tile_description sub * {
  font-size: small !important;
}
.tilesContainer .Maintilescontainer .tiles_list .tile_description * {
  font-size: 14px !important;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif !important;
  color: #ffffff !important;
}
.tilesContainer .Maintilescontainer .tiles_list .tile_date {
  position: absolute;
  bottom: 24px;
  margin-left: 24px;
  font-size: 13px;
  line-height: 1.85;
  text-align: left;
  color: #ffffff;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif !important;
}
.tilesContainer .Maintilescontainer .tileBtn {
  border: 0 solid transparent;
  background: inherit;
  background-color: transparent;
}
.tilesContainer .Maintilescontainer .tileBtn:focus {
  width: 375px;
  height: 375px;
  margin-right: 23px;
  margin-bottom: 25px;
  outline-color: #f7b733;
}
.tilesContainer .Maintilescontainer .tile-btn {
  margin-top: 50px;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
}
.tilesContainer .Maintilescontainer .tile-btn .load-more-btn {
  width: 294px;
  height: 48px;
  border-radius: 50px;
  border: solid 1px #0070ba;
  background-color: #ffffff;
  color: #0070ba;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  font-family: pp-sans-small-medium, Helvetica Neue, Arial, sans-serif !important;
}
.tilesContainer .Maintilescontainer .load-more-btn:hover {
  background-color: #0070ba;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tilesContainer .Maintilescontainer .tiles_list {
    margin: auto;
    max-width: auto;
  }
  .tilesContainer .Maintilescontainer .tiles_list .tile_elements {
    width: 340px;
  }
  .tilesContainer .Maintilescontainer .tiles_list .tile_property {
    margin-right: 10px;
    margin-left: 4px;
    margin-bottom: 25px;
  }
  .tilesContainer .Maintilescontainer .tiles_list button {
    border: none;
  }
  .tilesContainer .Maintilescontainer .tiles_list .tileBtn {
    background: inherit;
  }
  .tilesContainer .Maintilescontainer .tiles_list .tileBtn:focus {
    width: 340px;
    height: 375px;
    margin-right: 20px;
    outline-color: #f7b733;
    float: left;
    padding: 0;
  }
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .tilesContainer .Maintilescontainer {
    max-width: 375px;
    width: 375px;
  }
  .tilesContainer .Maintilescontainer .tiles_list {
    padding-right: 0;
  }
  .tilesContainer .Maintilescontainer .tiles_list .tile_elements {
    width: 327px;
    height: 327px;
    margin: auto;
  }
  .tilesContainer .Maintilescontainer .tiles_list .tile_property {
    margin-bottom: 25px;
  }
  .tilesContainer .Maintilescontainer .tiles_list .tile_sd {
    width: 247px;
  }
  .tilesContainer .Maintilescontainer .tiles_list .tile_description {
    width: 269.7px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tilesContainer .Maintilescontainer .tile-btn {
    margin-top: 0;
    margin-bottom: 58px;
    display: flex;
    justify-content: center;
  }
  .tilesContainer .Maintilescontainer .tileBtn {
    background: inherit;
  }
  .tilesContainer .Maintilescontainer .tileBtn:focus {
    outline: none;
  }
}
@media only screen and (min-width: 318px) and (max-width: 374px) {
  .tilesContainer .Maintilescontainer {
    max-width: 318px;
    width: 318px;
  }
  .tilesContainer .Maintilescontainer .tiles_list {
    margin-bottom: 0;
    padding-right: 0;
  }
  .tilesContainer .Maintilescontainer .tiles_list .tile_elements {
    width: 300px;
    height: 300px;
    margin: auto;
  }
  .tilesContainer .Maintilescontainer .tiles_list .tile_property {
    margin-bottom: 25px;
  }
  .tilesContainer .Maintilescontainer .tiles_list .vx_panel-header:after {
    display: block;
    content: "";
    height: 10px;
    width: 10px;
    border-right: solid 1px white;
    border-top: solid 1px white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    float: right;
    margin-top: 7px;
    margin-right: 30px;
  }
  .tilesContainer .Maintilescontainer .tiles_list .tile_sd {
    width: 240px;
  }
  .tilesContainer .Maintilescontainer .tiles_list .tile_description {
    width: 260px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
  }
  .tilesContainer .Maintilescontainer .tile-btn {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.vnFont * {
  font-family: Helvetica Neue, Arial, sans-serif !important;
}
.jpFont * {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.legalFooter * {
  text-align: left;
  background-color: #f7f9fa !important;
  font-size: 13px !important;
  font-family: pp-sans-small-light, Helvetica Neue, Arial, sans-serif;
}
.legalFooter * span {
  font-size: 13px !important;
}
.legalFooter * a {
  color: #0070ba;
  font-weight: bold;
}
.LegalContent {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 25px;
  line-height: 1.9;
}
/* search component icons and styles */
/* Category page styles*/
.brcMainContainer .categoriesContainer .flexContainer {
  height: auto;
  display: flex;
  flex-direction: row;
  max-width: 1166px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 318px) and (max-width: 767px) {
  .brcMainContainer .categoriesContainer .flexContainer {
    flex-wrap: wrap;
  }
}
.brcMainContainer .categoriesContainer .flexContainer .noArticlesFound {
  width: 100%;
  text-align: center;
  margin-top: 5em;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer {
  height: auto;
  flex-grow: 1;
  margin-top: 40px;
  max-width: 870px;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_list {
  list-style-type: none;
  margin-left: 0;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results-content {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 60px;
  padding-right: 85px;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results-image {
  display: table-cell;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_cat {
  font-size: 12px;
  font-weight: 600;
  line-height: 2.0;
  text-align: left;
  color: #2c2e2f;
  margin: 15px 0 5px;
  font-family: pp-sans-big-medium, Helvetica Neue, Arial, sans-serif !important;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .vnFont * {
  font-family: Helvetica Neue, Arial, sans-serif !important;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .jpFont * {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_heading {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  text-align: left;
  color: #0070ba;
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_heading sup,
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_heading sub,
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_heading sub *,
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_heading sup * {
  font-size: small !important;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_heading * {
  color: #0070ba !important;
  font-size: 20px !important;
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_heading:hover {
  text-decoration: underline;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_date {
  font-size: 13px;
  line-height: 1.85;
  text-align: left;
  color: #6C7378;
  padding-top: 15px;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif !important;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_description {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #2c2e2f;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-right: 25px;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_description sup,
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_description sub,
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_description sub *,
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_description sup * {
  font-size: small !important;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_description * {
  font-size: 15px !important;
  color: #2c2e2f !important;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif !important;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .resultsBtn:after {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  border-color: #2c2e2f;
  /* @noflip */
  border-right: solid 1px;
  /* @noflip */
  border-top: solid 1px;
  /* @noflip */
  border-left: 0;
  /* @noflip */
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  float: right;
  margin-top: 15px;
  margin-right: 80px;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .resultsBtn {
  border: 0 solid transparent;
  float: right;
  background: inherit;
  padding: 0;
  background-color: transparent;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .resultsBtn:focus {
  border: 2px solid;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .article-divider,
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .content-seperator {
  border: solid 0.5px #cbd2d6;
  margin-right: 25px;
  margin-top: 1px;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .category-btn {
  margin-bottom: 70px;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .category-btn .load-more-btn {
  width: 294px;
  height: 48px;
  border-radius: 50px;
  border: solid 1px #0070ba;
  background-color: #ffffff;
  color: #0070ba;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 40px;
  font-family: pp-sans-small-medium, Helvetica Neue, Arial, sans-serif !important;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .load-more-btn:hover {
  background-color: #0070ba;
  color: #ffffff;
}
.brcMainContainer .categoriesContainer .flexContainer .resultsContainer .set-image {
  float: left;
  width: 274px;
  height: 274px;
  margin: 4px 24px 50px 0;
  border-radius: 4px;
  background-color: #4f4f4f;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .resultslistcontainer {
    margin-right: 24px;
  }
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_cat {
    margin: 23px 0 2px;
  }
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_cat:after {
    margin-top: 9px;
    margin-right: 25px;
  }
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_description {
    margin-bottom: 24px;
  }
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .resultsBtn:after {
    margin-right: 32px;
    margin-top: 32px;
  }
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results-content {
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .category-btn {
    margin: 0 24px 60px;
  }
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .article-divider,
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .content-seperator {
    margin-right: 0;
  }
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .set-image {
    display: none;
  }
}
@media only screen and (min-width: 318px) and (max-width: 767px) {
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer {
    margin-top: 24px;
    display: block;
  }
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .resultslistcontainer {
    margin-left: 24px;
    margin-right: 24px;
  }
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_cat {
    margin: 4px 0 2px 0;
  }
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results-content {
    padding-bottom: 24px;
    padding-right: 20px;
  }
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .resultsBtn:after {
    margin-top: 14px;
    margin-right: 27px;
  }
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_description {
    margin-bottom: 24px;
    margin-right: 0;
  }
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .article-divider {
    width: auto;
  }
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .category-btn {
    text-align: center;
    margin-top: 0;
  }
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .set-image {
    display: none;
  }
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .article-divider {
    margin-right: 0;
  }
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .content-seperator {
    margin-left: 24px;
    margin-right: 24px;
  }
  .brcMainContainer .categoriesContainer .flexContainer .resultsContainer .results_heading {
    padding-right: 3px;
  }
}
/* 
These variables are hardcoded as we have removed 
marketing-components from package.json and 
these were being imported from marketing-components before.
So just for workround these are hardcoded here
*/
/* --------------------- */
.brcMainContainer .categoriesContainer {
  overflow: auto;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer {
  float: left;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav {
  max-height: 60px;
  background-color: #ffffff;
  border: 1px solid #eaeced;
  transition: all 0.2s cubic-bezier(0.62, 0.13, 0.31, 0.9);
  width: 272px;
  margin: 40px 24px 40px 10px;
  overflow: hidden;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__menu-btn {
  position: relative;
  color: #2c2e2f;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #eaeced;
  width: 100%;
  height: 59px;
  text-align: left;
  padding-left: 23px;
  outline: none;
  font-size: 15px;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__menu-btn:enabled:hover {
  padding-left: 23px;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__menu-btn:enabled:after,
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__menu-btn:enabled:before {
  transition: all 0.2s cubic-bezier(0.62, 0.13, 0.31, 0.9);
  display: block;
  content: "";
  width: 15px;
  position: absolute;
  border: 2px solid #6c7378;
  right: 20px;
  border-left: 0;
  border-right: 0;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__menu-btn:enabled:before {
  height: 12px;
  top: 24px;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__menu-btn:enabled:after {
  height: 0;
  top: 29px;
  border-bottom: 0;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__home-btn {
  position: relative;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #eaeced;
  width: 100%;
  height: 59px;
  text-align: left;
  outline: none;
  padding: 0;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__home-btn a {
  font-family: pp-sans-small-medium, Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  text-decoration: none;
  color: #2c2e2f;
  display: block;
  padding: 19px 20px;
  border-left: 3px solid #ffffff;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__home-btn a:focus,
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__home-btn a:hover {
  border-left: 3px solid #0070ba;
  padding-left: 20px;
  background-color: #f5f7fa;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__menu ul {
  margin: 0;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__sections > li {
  border-bottom: 1px solid #eaeced;
  line-height: 1.53;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__sections > li:last-child {
  border-bottom: none;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__sections > li a {
  border-left: 3px solid #ffffff;
  font-family: pp-sans-small-medium, Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__sections > li a:hover {
  border-left-color: #0070ba;
  background-color: #f5f7fa;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__sections > li.highlight {
  background-color: #f5f7fa;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__sections > li.highlight > a {
  border-left-color: #0070ba;
  color: #0070ba;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__sections a {
  display: block;
  padding: 19px 20px;
  color: #2c2e2f;
  text-decoration: none;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__sections a:hover {
  padding: 19px 20px;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__categories {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.62, 0.13, 0.31, 0.9);
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__categories a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__categories a:hover {
  padding-top: 10px;
  padding-bottom: 10px;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__categories a {
  padding-left: 30px;
  padding-right: 30px;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav__categories a:hover {
  padding-left: 30px;
  padding-right: 30px;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav ul.active {
  background-color: #f5f7fa;
  max-height: 1000px;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav ul.active a {
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
  border-left-color: #f5f7fa;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav ul.active a:hover,
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav ul.active a:focus {
  border-left-color: #0070ba;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav ul.active .highlight a {
  color: #0070ba;
  border-left-color: #0070ba;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav ul.hidden {
  display: none;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav.left {
  left: 28px;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav a:focus {
  background-color: #f5f7fa;
  text-decoration: underline;
  border-left-color: #0070ba;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav.active {
  overflow-y: visible;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav.active .vertical-nav__menu-btn:after,
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav.active .vertical-nav__menu-btn:before {
  height: 0;
  border-bottom: 0;
  top: 29px;
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav.active .vertical-nav__menu-btn:before {
  transform: rotate(135deg);
}
.brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav.active .vertical-nav__menu-btn:after {
  transform: rotate(-135deg);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .brcMainContainer .categoriesContainer .flexContainer .leftnavContainer .vertical-nav {
    width: auto;
    margin: 24px 24px 0px 24px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .brcMainContainer .categoriesContainer .flexContainer .leftnavContainer {
    float: none;
    flex-grow: 1;
  }
}
.categoryHeroImageContainer .info-hero {
  padding-top: 0px !important;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.categoryHeroImageContainer .info-hero .vnFont.h1 {
  font-family: Helvetica Neue, Arial, sans-serif !important;
}
.categoryHeroImageContainer .info-hero .jpFont.h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.categoryHeroImageContainer .info-hero__headline.h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  font-family: 'pp-sans-big-light', Helvetica Neue, Arial, sans-serif;
}
.categoryHeroImageContainer .info-hero__paragraph {
  padding-top: 24px;
  font-family: 'pp-sans-small-regular', Helvetica Neue, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  color: #ffffff;
}
.categoryHeroImageContainer .info-hero .container {
  width: 100%;
  padding-top: 35px;
}
.categoryHeroImageContainer .info-hero .center-block {
  float: none;
}
.categoryHeroImageContainer .info-hero .contact-sales-btn-wrapper {
  position: absolute;
  float: right;
  top: 390px;
  right: 20px;
}
.categoryHeroImageContainer .info-hero .contact-sales-btn {
  min-width: 140px;
  border-radius: 50px;
  background-color: #ffffff;
  font-family: 'pp-sans-small-medium', Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #0070ba;
  border: none;
  outline: none;
  display: inline-block;
}
.categoryHeroImageContainer .info-hero .contact-sales-btn:focus,
.categoryHeroImageContainer .info-hero .contact-sales-btn:hover {
  background-color: #f5f7fa;
  outline: none;
}
@media (min-width: 1024px) {
  .categoryHeroImageContainer .info-hero__headline.h1 {
    font-size: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1250px) {
  .categoryHeroImageContainer .info-hero {
    height: 430px;
  }
  .categoryHeroImageContainer .info-hero .contact-sales-btn-wrapper {
    top: 345px;
  }
}
@media (min-width: 752px) and (max-width: 1024px) {
  .categoryHeroImageContainer .info-hero {
    height: 350px;
  }
  .categoryHeroImageContainer .info-hero__headline.h1 {
    font-size: 50px;
  }
  .categoryHeroImageContainer .info-hero .contact-sales-btn-wrapper {
    top: 275px;
  }
}
@media (min-width: 570px) and (max-width: 752px) {
  .categoryHeroImageContainer .info-hero {
    height: 300px;
  }
  .categoryHeroImageContainer .info-hero__headline.h1 {
    font-size: 38px;
  }
  .categoryHeroImageContainer .info-hero__paragraph {
    font-size: 17px;
    padding-top: 20px;
  }
  .categoryHeroImageContainer .info-hero .contact-sales-btn-wrapper {
    top: 230px;
  }
  .categoryHeroImageContainer .info-hero .contact-sales-btn {
    min-width: 140px;
  }
  .categoryHeroImageContainer .info-hero .container {
    padding-top: 0;
  }
}
@media (min-width: 375px) and (max-width: 570px) {
  .categoryHeroImageContainer .info-hero {
    height: 275px;
    align-items: flex-end;
  }
  .categoryHeroImageContainer .info-hero__headline.h1 {
    font-size: 28px;
  }
  .categoryHeroImageContainer .info-hero__paragraph {
    font-size: 13px;
    padding-top: 10px;
  }
  .categoryHeroImageContainer .info-hero .contact-sales-btn-wrapper {
    top: 210px;
  }
  .categoryHeroImageContainer .info-hero .contact-sales-btn {
    min-width: 120px;
    font-size: 12px;
  }
  .categoryHeroImageContainer .container {
    margin-bottom: 60px;
  }
}
@media (max-width: 374px) {
  .categoryHeroImageContainer .info-hero {
    height: 240px;
    align-items: flex-end;
  }
  .categoryHeroImageContainer .info-hero__headline.h1 {
    font-size: 21px;
  }
  .categoryHeroImageContainer .info-hero__paragraph {
    padding-top: 8px;
    font-size: 11px;
  }
  .categoryHeroImageContainer .info-hero .contact-sales-btn-wrapper {
    top: 175px;
  }
  .categoryHeroImageContainer .info-hero .contact-sales-btn {
    min-width: 100px;
    font-size: 12px;
    margin-top: 10px;
    padding-top: 8px;
  }
  .categoryHeroImageContainer .info-hero .container {
    margin-bottom: 45px;
  }
}
/* article page styles*/
.brcMainContainer .articleContainer .flex .middle .articleBreadCrumbContainer {
  max-width: 100%;
  margin-top: 47px;
  margin-bottom: 14px;
}
.brcMainContainer .articleContainer .flex .middle .articleBreadCrumbContainer .vnFont {
  font-family: Helvetica Neue, Arial, sans-serif !important;
}
.brcMainContainer .articleContainer .flex .middle .articleBreadCrumbContainer .jpFont {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.brcMainContainer .articleContainer .flex .middle .articleBreadCrumbContainer .category {
  font-family: 'pp-sans-big-light', Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.38;
  text-align: left;
  color: #0070ba;
  font-weight: bold;
}
.brcMainContainer .articleContainer .flex .middle .articleBreadCrumbContainer .category:after {
  display: inline-block;
  content: '';
  height: 10px;
  width: 10px;
  border-right: solid 1px #9b9b9b;
  border-top: solid 1px #9b9b9b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
  margin-right: 10px;
}
.brcMainContainer .articleContainer .flex .middle .articleBreadCrumbContainer .category:last-child:after {
  display: none;
}
.brcMainContainer .articleContainer .flex .middle .articleBreadCrumbContainer .vx_icon-small {
  display: -webkit-inline-box;
}
.brcMainContainer .articleContainer .flex .middle .articleBreadCrumbContainer .vx_icon-small:before {
  font-size: 24px;
  color: #0070ba;
  padding-right: 7px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .brcMainContainer .articleContainer .flex .middle .articleBreadCrumbContainer {
    margin-top: 33px;
    margin-bottom: 27px;
  }
  .brcMainContainer .articleContainer .flex .middle .articleBreadCrumbContainer .category {
    font-family: 'pp-sans-big-medium', Helvetica Neue, Arial, sans-serif;
    font-size: 13px;
  }
  .brcMainContainer .articleContainer .flex .middle .articleBreadCrumbContainer .category:after {
    display: none;
  }
  .brcMainContainer .articleContainer .flex .middle .articleBreadCrumbContainer .vx_icon-small {
    display: -webkit-inline-box;
  }
  .brcMainContainer .articleContainer .flex .middle .articleBreadCrumbContainer .vx_icon-small:before {
    font-size: 24px;
    color: #0070ba;
    padding-right: 7px;
  }
}
/* social share icons styles */
.brcMainContainer .articleContainer .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1178px;
}
.brcMainContainer .articleContainer .flex .social {
  flex: 0 0 3%;
  margin-right: 75px;
  margin-left: 10px;
  max-width: 24px;
}
.brcMainContainer .articleContainer .flex .social .socialsectionContainer {
  margin-top: 77px;
  text-align: right;
}
.brcMainContainer .articleContainer .flex .social .socialsectionContainer button {
  border: 0 solid transparent;
  background: inherit;
  background-color: transparent;
}
.brcMainContainer .articleContainer .flex .social .socialsectionContainer .twitter-icon .twitter {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAABMBJREFUaAXtmF1oFFcUx3c3u0p32xCSrFIfLP2CQBGRUtQHP/pgLZSAtCWFdCFdmrhJ9qUgpUhLBUEI+GqWLE0piYHWQJVq6YOlLLRQobWKLViJ1k8UZRXjJqlmzWb9nTEz7M7O7MzsbOKDM3C5c8/n/5x775k71+fzHi8DXga8DHgZeJoz4F/M4IvFYiCVSm3Bxwe0t/x+/7IFf//yPh4Ohw93dXXdMcKA3kv9/f0XjXilNC2A4eHhVwqFwo1EIvF/qUCt7+l0+nnsHSKITWY2COIeLd7X13dEZCTgoaGhrfS7aSeSyeSXZroqXQuAiL+H2NzQ0PCO2yAGBwffwNYx2krVkUX/FYFEAL0duRbaDWbntXg8Pmmh5wuIwPj4+DN07RjYStZ+Gh0djVgpmvHJfBgw38K3C15M9eC7k17A30H/PQEPLnXJiYzhowSQzWbXYSAkEvRbpqamag6CBOzDxsuG3iyIAP8vEAi8j9gKZvEbcHVbqDyeAZSadYKbp6enTy9sQB3LfJjJZIJwPzaXqM4h8FXz8/MZ+h+QDLMHUtU1fI8DQGFKLwjtVWgZgkiPjY016vlG44mJiQ3oPWfEs0mTpexjJo5Fo9GP7OgoSygUCp1DqahXAIyftjOXy50lkM6FDOvFtDHZk83r9jlAVdrR0dFx344hrQqx5n5HYWM1JYK8Cj9Ffwgnl/WyBLmTgNN6ut0xdm9T+6N25UVO1qzysA/2k8HD6tioB9xq6AP0AwR8ivcMen/Q/g4Gg9fz+fwkPCNVWzR087YES4S0GRAaGTyCkR0lfEevZDCPvmXpq2L0FBv39Sr8CpYyA3z91sIJ8fGISQnlfXOFpA2CS/Di4aYNN2UiyiZm6bxI/f4T8CfJ4iTtQZnU0g0cB6DMAFXoDOtXYLaRxbalw1vuicRdKKdYj5QZ6OnpuYToSWvxRZc47tSDEoAocYjb5VS5zvJZSrNUNkePFkBvb++vaMoh7Ik8LJ+faY5rsBaAoKaWd2Fk9ElEwLdE+Sdw6rvsO6Aq8z34jPfP2dBuzjWqOcuepJ1n+bTRz1sK6wTKZkB4nOdXk41feG3H4FGa42nV+bAc4mOgFvBiWDtKqF7YzMtmZ2dPGPFUmXr2AL9Gwg7WarNiBrq7uy9gtGaDToGwTL/gF/ahUz1VviKABcYugjitCi1Wj4/vOPu4KhqGAXCkvRuJRLbh4K/FAo/dS42NjQm39g0DEKNyX9Pa2rqe9RlneMWto1J9EvOQ1hmLxXKl9FreDcuokSHujV5gc8fg7aWZBm6kq6PdJykdlM0fdfSahraAyPUG4ONkbQ9ebOmYoMlR5d6uF3jxUXUGRkZGWmZmZhJUiiSyq0xA2SVnyfx2wNe1OPhlaQBQzv+hubm5KFleyXg97U3aBujL7SI0k8PmQY7sn3LqvWUmUys9yI9MkbYfsB9ixM3yMMLwD+CTVLXfjJj1oGlLSH4rCeQTjMrN2LNujAP6DPopqtjXXI8U3Niy0tUCUAXlXpR1/y4z0g5NlpLcRFR9AFxATn6IjrNJj3I0X7Kfo4oA9Ejlmpy9sQZgLfw7NwO0CZlZNqTc5t2Gfq6pqek8mXZ8JaL35Y29DHgZ8DLgZWDJM/AIDTS030lb2noAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-bottom: 41.7px;
}
.brcMainContainer .articleContainer .flex .social .socialsectionContainer .twitter-icon .twitter:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAABN5JREFUaAXtWFtoHGUU/s5kN2ka29xog31I8YaRIkVsaSs0MeRSoRaKSAWtaFGah75kG6UURRdBDTRmXyRQRAT7oC1YsYoPuS1WaIPGllbUQtWKYjW2JUlDTdKdnd9vdnbZTXZ2LrsbK7gDyb9zbnO+c85//gtQekoRKEWgFIFSBP7PEZAlBR9WGq6PtMAwnoCgE5Dy5Pd+4PsxVMhxvNl+zdaH0PCdiLT/bMvLIKYBhKJ3o3rFZYQ3/J3Bz/9n98nbIfNHodTWnEZEpgFtDyJtHydkTMBTow9DjIMQdRr9na/k1E0y0gC6hz4irQ41tdsLBtEzvBFx9SmgGtwcSPBF3uFYBYVt1Klnpi6jJrAO4dYpN30LQOhUJdQNRkMFIfIFylZvR9/6G27Ktvzw+HJMTZ6nrbts+a5EuQYNj6K/Ywzh78oRXnfTSUVLMGX2gYTz5otSLdAnPscL56qcFHPypiZfL8D5nxDA49Rfje7B9zD9x/M5v5NkWACg6hYJNkP/6yxCgy2L6M6v4WiAk/M5ZyEHrmANdBWFgU9YCcs5iQccpBMsC4AyZrIF1T1QEkVo6DDCYyuz+TaUGX0zM7jChuONpFRlQlDA+VP1rBclC0CldoETR2UrKKFDezE98z2BPAkzwk6PgY1ObE88kbdR3bETkYdmvchndqFTrL0tzkryKzQ1gPLgUfS2/pIlGxreC2UczqJ7JYhcRaRjlVdxUy4dUdEOQcWPOyurRtZnL+ZivczIGWYtStBfQQucR1nwd8RmXdueo30Fx45jp5vOgMntHuKConbaCXqiCR1QSK22nlQWCImcYQYeXEBzebEysH90PZQeZP/fnWihQLOLnj27EOcti3/aG85NTa4Dxh2M3NeIT4yzLKbYwuZyqywhR8E3ACsDEjwHzLN60MR/TRxvzaPJj34/bGWgr+USo87o3+JHtEG/HlgATC1N6/GrXGT5K+hrZWfz96QBvNV2kvX/gT/1IkqLDLEKfBdvGoDpy321zxDE+0V0y7spJdaZwLtGQnLhOpBS3j94gPuglwra16RseRrlImramxAWw5N4htDCDJiMA0ON7EIj7EY7mI0T/POd1gz73n5qXN3zcN40nt5KpD51M8CVVD/N6JO39L5z+/0b7q09kvq83zE7A5FWsxfnbdCvA5y4L6NrQ8y3XlIhG4DJqFjWQ8Nn8zXqWU/wIY+OBTUNewC9WyexTDqY3m88O+NXUHAJ1Su7/KotlrfvQimpY6oMY6NPc48f5pxYmyIXPkqMB/fmxMG9QGPOADKN94ysJZDdBPIa57Z95jLlc/0WmWV57kJ/+2e5RPzQvTliXm8oYw8PM68W5DxwnVuWR4rlvAnUOQMHh+sxZ3RxUdvHlrrGT2RsZK9Ak20sm6I2B4FZGhVqDnpZELq+is42sEw2EVorx810pMLGGX8kkSOolBfxRvuEP0V36QAChsIsDgGxp6zySC5exVjDRL5lkvfxfudLd1fyk0iXkHmsNPRuftC8GbstP3NJLQEPSNoAtrS9i10SL8iWi3IaQErQvFLUJx5jCe1gOW0imMYUy2E0nRxnbxpkFk8g0vmvHY6yASz2MnFNHrsfWrweca2O90I17EbznJAzBHcVquwCqhsuul3CLjZbei9FoBSBUgRKEfhPROAfMqRXo40VArUAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-bottom: 41.7px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}
.brcMainContainer .articleContainer .flex .social .socialsectionContainer .linkedin-icon .linkedin {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAw1JREFUaAXtmLuLE0Ecx7ObMzkRg0W4ThEURLDRQhSxOLQQBK85AkLKaF6VoIji+RdYibkkRcAincI1vkofcBYWNmJlI4fFIfi6yEliEj8TsmGJOzOru5Ok2IVlZn+P+X2/v9+8klgseqIMRBmIMjDNDFhO8FqtttztdguWZR1D9oV3PZFIrORyuY+OzSy2AwKrPP1+vzgOEDJbvBeKxeLzcd2sfFvDzD+QAYLARiqVOpLNZn/IbKYpt8W0UQGgMntbrdZ5lc00dfZwzisx9Hq9o0qDKSptYosFq3wgqbVRDmBQKQis68aHgNZGN4YpvS22SgBuKQKsFQqFlwr9VFW22OdZqEuQ2PBAspZMJnMe8pkRjQ6yZrOZErsNC3Z0kJVKpRczgzQCMqMZGE2hSeBrNBq72+32QdbbAdbdTqbrZjwe3+T7fT6f7/wPBqtSqSwywIrMmUDb5XL5r5OY69N9fPbJ/NjdltkgBucHtqcZ5wq2S7xi6x5/voHhETZ3ifVmXKn6nkO5gOOiwuinRHcCv0MSXYwrSrJer++gvYfdZZndUL4HmywkLkL2DpfHm/R7Gp+BWhAw8ti2He90Ok8AdtZvAGzj2F6vVquivebHz6ucfvy0Nsz12/8C3j0gfle5JZ9zy2R9YwQIeEkW1I+cBX7Lj51JAn7iS22owik2mMNSg6FiYgRYlG1ifqbt60A5etbRGacva40TAPBjgh9nZ5lni1xIp9O7+M4hV10gB3ipwkkZcEdubBcaBngI8IzIOuAHokwms02nwSL9xBb71AEiafdL5COx0Qpwk70hmzJc0Z+heztC4tGhAtKD0jE3RgBw7ziJPziBvFpsXnvJXbKUq+/ZNUaAaK88I7qEZFhZAQjOu8w9u8YIENzP7+jvnqiGQggmVHqhM0aAsb/qggPwl85GpzdJQHs9pkq/dQB1epMEdLFD0UcEQkljgEGiCgRIXiiuUQVCSWOAQaIKBEheKK5RBUJJY4BB5vjd2eZSpbo5ev6xhY/4N03q5/Oi1lGNEYBX5DqxDPwBwW7xjV/cHoYAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-bottom: 41.7px;
}
.brcMainContainer .articleContainer .flex .social .socialsectionContainer .linkedin-icon .linkedin:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAxFJREFUaAXtWc1rE1EQ/83btlaiqafeFEGhCF4sIrXioTQpgmAvRRA81q9bI1pRrOQPaBsRETwI3hW8+IXNwS+qoOBFxIMXKR6K0GqLVJp0x9lNSZrsvt2N8Lo57Ltk3szvvfnNzO68lwRIRpKBJANJBuLMAFWdjxVHQHwe4F4wLYAwC6UmMDX4vYppQaESwNjMHSF+wcOPaBkWTmAy+9JjaxEFwck87AdaPoQ5dKX3I9+3pMXEaFCVxyaAAWMnlpeOByBiNSn3mQ+jYNOBMEhcduW+sOHeF8Ih8SDkEZJuEzaUCseE7WHIrtxW6XQb3SA8klb6WmeOW6/cPk80LJWY85BxyGPbqEffQoraQZZ/n3a7DVMvIAcZ27MoDL1qIa4JlZbMQO0R2gx642+3o7yyFzbtkdN/K8iaB9E8etJfcO5g6X8oEC4WB8A8EbB4BYWs9yTOvbgv78ou/brUCAr9lfMjVzwqhHOCHQZDDs/GQb/kRvBYOuItTGU+NFqD5m1i7JYABrQgwh9fG1OfnOI9vjZXWd6Cux/b8XXxtjSEs3qcY+EdEthprNmnkCtOomvwGvJkB6+pWJ0AzIyONUvIP5XkZJpwYEmwV7BUtGTN5SjrfMoZZVkETKl8o0nytU1tviSVOFZT6CVzATCf0buNYrGvR0GZCyCK9yAM4wjGZ/YFQRzb5gVAWBV/P6VzcRipqr2EwaqsEcwHQPQEljqE6Wwnbg51g1IpkBqV/q+/QNbIHq6J/pK5LuT4IzzEdOakkGVMrRMo9K+IdE9e0h/SPp+tazUfvFtjqKoNV6D9qku+6m6DUMg8F9unDRqvyAg4KCtwkwF8RmHgm5dVneZd3cw7SXtV9RqDAdCbelc+M+bgChA6fVbVqQwGgPDv0Qq/69g0ThgdjarGubkAiBcbnXnmbP316JpUGAxAhV+PFcpN8vXAzQXgcWVGkQRgJq/Rd00qED1XZpBJBczkNfquSQWi58oMMqmAmbxG37VN/qFZlW9OQTdH/x+2wPJrWsA6RvhFzeZS4B7R40iQsWXgHy7gsxHRIk0tAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-bottom: 41.7px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}
.brcMainContainer .articleContainer .flex .social .socialsectionContainer .fb-icon .facebook {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAyCAYAAAAayliMAAAABGdBTUEAALGPC/xhBQAAAjZJREFUaAXtWLFKA0EQTe6MCIGAKGJl4zdokVpEBNvYaBWbcNhZWIog2AqGJIWVVmn9AksbO2tBBDUGlFMIxLvEt3Ibgrq7x80dg7ALw172zey8mdm7zW4uZxtvBvJpu2+32263293AvKuQ8nA4nEc/k0dD/wnpQd4hr8A6nucJvcRtIrHlH4b1en0T5I9AbPEnjDEx5EKmINOQBQi5pRJAlPUTkPQiomRicSdw4irq9JD1Y0Fep5MVRg6g2WyugfxeVgRN85IDGAwGhyYnWeKkABqNxjKyv5QlQdPcpJcY5FdMDiK8h6/oDZ5fIGFMm1hqpADgoWzyAuKXkJ1ardYx6SbBqQGITUrX3kql0haar1OiYKR3AEto1uD8KkvywjcpANiLXVXZsHSelWBKADWA7/8HKi6oUF+FpTVODSAtHonnsQEkTl1KhsbzQKvVUn5pwjC8xTqfU3HBS3zmuu6+Ci8Wi33qV8q4DwRBIHbPRA3BVWFfVRn7vn8BbFuFxxlnfQcQ4F0ckjod1gCwxGwArBUoFAr/ugIB/ug96NZ3HIytAlj/95VKhXw2YAsgjS+QqJBxH0Cmft3xjJX2GkSUGx1sz6F7MKY/egT2MfpBeDDuxLq5cZH1CFx3qDnFzduubg4qxraEqMSlvQ1AZoKrtxXgyrz0aysgM8HV2wpwZV76tRWQmeDqbQW4Mi/92grITHD1tgJcmZd+bQVkJrh646FeR8xxnHXIpEoHN9NPKsyORxn4ArU3j63M+AI+AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-bottom: 41.7px;
}
.brcMainContainer .articleContainer .flex .social .socialsectionContainer .fb-icon .facebook:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAyCAYAAAAayliMAAAABGdBTUEAALGPC/xhBQAAAg5JREFUaAXtWLtKBEEQrL4V8QQ10MDcb/CBZiKHCKaaaKSZ0akfIIJgIKjfoJGpoSdipomfoCAGPgKfINzebjuLqTs9Xu/ccTAbTlU/qnpmll0gPO11gAovf8IRrs/nkXAFxJNgGgZhEMwEohjgb7P2abBXMJ5xUKloeihWwHptESnvmCZHnJs6qKh66HIuZCNmrl+dHSJN12w0H1ipkKRXtV2kaHnzWe96AdXarNk2m4UY0UQSvQDm7SbqFhaiE1A9HzMHdrSwbppIpDzEyYxTTaJvI/TGXJ8v5kpNnGIcSUoBNGkas5cinCLqXcXe1LOd2Byq20LgYXtZesNA/5Kv5rPaSgE0ZBVAuMTWxIeVowR1Ahg9Qv0nAVfDOgEkHQDU1R0KCXQChOStgIOAVrhsqyG/BzYu8m+aNBYmyGXY4vvKde0tJQtI4hebA1aMsYIkXsnlvMfHBlvOxR0AwUGHDBoK4U4TnsW2VwBThwuIOn4CpQ6eAFED49MPnXwG7rFA6m+Ddh5i9fbJpie/B6hk+cfD1+aHVf6LjugIoK0/t0lU/vpz/Z+LsoD9mdvcnNWzRi72C7zDFi8Eu8Dt3EIu/YmcIEC0yDMhTMCzwWL6MAHRIs+EMAHPBovpwwREizwTwgQ8GyymDxMQLfJMCBPwbLCYPkxAtMgzQf4mtjVAmEPU1Z1LYX7MxQLw68APWOhvSkFa8eEAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-bottom: 41.7px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}
.brcMainContainer .articleContainer .flex .social .socialsectionContainer .mail-icon .mail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAzdJREFUaAXtVz1oU1EYbV4MySAFN8FgyCioQyerokg7tFkqKOjSDvGF/CyCioO1DlpEHRwK+TOFgASHOAiKFhwkYsQiuAkpiODfUiKKAdMhf54jfSVp+v7yXkLFG7i8++53vnPO992bm3ZoSHxEB0QHRAdEB0QHRAdEB/7fDjhYeiaT8dZqtaVWq7V/O7TC4XC8d7lck6FQ6JueHymVSk0Q6HQ6jyLxhV5Cv+P0QC/0RG96elKj0XgSj8fPhcPhX0icAEFOL6lfcWrTA73QE73pae0AgGMRCT4kXsN8OpFIfMFxuqKXbGcc5m/GYrFZcsLLdTzmjPDTvPKZg3EfOiCjkFnMPyOQQCFOBdCPJ4w3wAvvsXvpdNqFri9Cc8aoltQOZCIInuVyuWESIjaF8bsdY/Oc3FPUoia1zZinl44CuACC8Uql8iqZTO4B8VN06DiWVxmz+bNKbmpQi5rUNqvRVQAJQHSw2WwuY0sPQOCdJEmHsLxillwDv0JOclODWtTUwKuGtixgHe2t1+tFXGVj0Wj0k9vtPoL1oiqT8UCRXOQkNzWQ6jWe3onUKoDIYXRnCVs8LcvyD7/fP45tf9hJYfyNueQgF26aGXJTwzhDN7L9FuqOYgVb68K4zxsqEAjMY34GBX3F88KWCSqLMH8XXb+EZwtcV5F/A0MFbXxZbwc2mCgI4UyhUHDi7F7EGT6PYHMDoD5pEssc5pKDXOpwcxHDBZAWwnKpVHqcz+d3opsLMHYay2sakmvEEMsc5pJDA286ZKoAssPAZLlcfpnNZnfD2CP88I3hWHzfrMw1xoghljnM3Yyz+m66gHXBkWq1uowv4r5IJPIGXT4Mwx8VM5xzjTFiiEVsRInb+ey1AHrwwehrXIXHYPSDx+MZxftbDs65xhgxxNppup3LSgE8Trvw8/8ct9LZYDBYxpE5wcE51xgjpl3Q7rnuNWpA0A2TD3BU9uKPwDvEY34Za7cw/fsPkwGOniF2FMCdoNHbuCJH6QTvJzF6NmUm0ZYCFEEaV+aDelr6DgzKpJaOKECrO4OI/fM7wC/xKYy+3tUWduKnhVyRKjogOiA6IDogOiA6IDqg14E/NARydoEPYRcAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-bottom: 41.7px;
}
.brcMainContainer .articleContainer .flex .social .socialsectionContainer .mail-icon .mail:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAA1ZJREFUaAXtVk1oE0EYfbvZWoVSaU+CxYggWFAP0oOtUolJSntSUNBLe7EgeihJ1B6slaCibdWmeFCUnkS8eBAULSSpRaxYRG+CBRH8u4hiW0UEm+z4fRODSWq6m23WKs5AyOzM+95739vNZAE1VAIqAZWASkAloBJQCfy/CWiy9e6xOnyfHaH5+r8kimdYUtGGAd87Kz86wslWCazUtkLDPasC1/fZA3th8+zNYuiAuE3AfegPzmBdbSs1cc2ixr1t1mYP7IU9sTeLYUAIg4DDiMS92N9wnPDtVPwGwjxqUVvebU0/jVigR5JG4idgmr12BMj8z2GiF6GEF/U1ndRIDzXxmpq4SLueLMSl7zQ0/SCZv4LLTyrwfGoYpuiwq0WPUO6gwsmpu4hOVEtCaDvokfqaiyjrXHKTBptnTdaGffPspaABWhEigOkvDxAeXYmh4B3oxjZAe19W45KMOJmbNViLNVm7xDG3AUkgNkKkJxBObMD57U+x1NhMd2KyRO7icOZiTuZmDdYCaToYRRqQTHWUyDj9uP3o870CqrbQnRh3oFFQwhzExZzMzRpAXQHI9uV8DTBJNUxtBKF4O2JNn7BmdYDuxA3b7IVArmUO5ookOiQ3ayxgGNa1ooIwV+lWe9G19hQltofmb2ktYl2bhxjEYPAwNE1Q/TE6aU7m7Tq80ChdYbtW14dR7TmAqC+FSLKLjtkYxG8OglxCDSYdk2EMBi4gOmbgc/oSnfGduZB550MtmdedIiCrRyi/jIWnZ2+RkSppCJ7dlOi3fFDOldwjTMZ8lawtxXwOVbFpaQ1kWNowk7qPI2MrEPPfhEfzUxMf5wjwGu8xhrFcA7TNwS1wwUkD/F+xCanUBLoT9TgXeARDNNEJ9fKXF5rzGu8xhrFc48Jw1gAbEcKLWfEQh0abcbblBZZVNtIJ9Vh+eM5rvMcYxro0nDcgm0AN0uk4vTftxZnmD1he65MfnvMa7wnCuDhsHKOW6pWU8HWEkqsQbRiQ6FCym9b6aD7vCWLJbANQjgZIRpBR0U9vs40ZTXOnDe2yQMrUQNaL+GPGs4oL+w1kWRbxWzWwiOFL6X/+Dhj0d7+LXmtdPasd3yVdTDmuVYUqAZWASkAloBJQCagErBP4AVC+Fr39nPLDAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-bottom: 41.7px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}
.brcMainContainer .articleContainer .flex .middle {
  flex: 59%;
  margin-right: 35px;
  max-width: 770px;
}
.brcMainContainer .articleContainer .flex .middle .socialsectionContainer {
  display: none;
}
.brcMainContainer .articleContainer .flex .rt {
  flex: 0 0 25%;
  max-width: 275px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .brcMainContainer .articleContainer .flex {
    display: block;
    margin-right: 36px;
    margin-left: 36px;
  }
  .brcMainContainer .articleContainer .flex .social {
    display: none;
  }
  .brcMainContainer .articleContainer .flex .middle {
    flex: none;
    max-width: 100%;
    margin-right: 0;
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer {
    display: inline;
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline {
    display: inline-flex;
    margin: 15px 0;
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline button {
    border: 0 solid transparent;
    background: inherit;
    background-color: transparent;
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline .twitter-icon .twitter {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAABMBJREFUaAXtmF1oFFcUx3c3u0p32xCSrFIfLP2CQBGRUtQHP/pgLZSAtCWFdCFdmrhJ9qUgpUhLBUEI+GqWLE0piYHWQJVq6YOlLLRQobWKLViJ1k8UZRXjJqlmzWb9nTEz7M7O7MzsbOKDM3C5c8/n/5x775k71+fzHi8DXga8DHgZeJoz4F/M4IvFYiCVSm3Bxwe0t/x+/7IFf//yPh4Ohw93dXXdMcKA3kv9/f0XjXilNC2A4eHhVwqFwo1EIvF/qUCt7+l0+nnsHSKITWY2COIeLd7X13dEZCTgoaGhrfS7aSeSyeSXZroqXQuAiL+H2NzQ0PCO2yAGBwffwNYx2krVkUX/FYFEAL0duRbaDWbntXg8Pmmh5wuIwPj4+DN07RjYStZ+Gh0djVgpmvHJfBgw38K3C15M9eC7k17A30H/PQEPLnXJiYzhowSQzWbXYSAkEvRbpqamag6CBOzDxsuG3iyIAP8vEAi8j9gKZvEbcHVbqDyeAZSadYKbp6enTy9sQB3LfJjJZIJwPzaXqM4h8FXz8/MZ+h+QDLMHUtU1fI8DQGFKLwjtVWgZgkiPjY016vlG44mJiQ3oPWfEs0mTpexjJo5Fo9GP7OgoSygUCp1DqahXAIyftjOXy50lkM6FDOvFtDHZk83r9jlAVdrR0dFx344hrQqx5n5HYWM1JYK8Cj9Ffwgnl/WyBLmTgNN6ut0xdm9T+6N25UVO1qzysA/2k8HD6tioB9xq6AP0AwR8ivcMen/Q/g4Gg9fz+fwkPCNVWzR087YES4S0GRAaGTyCkR0lfEevZDCPvmXpq2L0FBv39Sr8CpYyA3z91sIJ8fGISQnlfXOFpA2CS/Di4aYNN2UiyiZm6bxI/f4T8CfJ4iTtQZnU0g0cB6DMAFXoDOtXYLaRxbalw1vuicRdKKdYj5QZ6OnpuYToSWvxRZc47tSDEoAocYjb5VS5zvJZSrNUNkePFkBvb++vaMoh7Ik8LJ+faY5rsBaAoKaWd2Fk9ElEwLdE+Sdw6rvsO6Aq8z34jPfP2dBuzjWqOcuepJ1n+bTRz1sK6wTKZkB4nOdXk41feG3H4FGa42nV+bAc4mOgFvBiWDtKqF7YzMtmZ2dPGPFUmXr2AL9Gwg7WarNiBrq7uy9gtGaDToGwTL/gF/ahUz1VviKABcYugjitCi1Wj4/vOPu4KhqGAXCkvRuJRLbh4K/FAo/dS42NjQm39g0DEKNyX9Pa2rqe9RlneMWto1J9EvOQ1hmLxXKl9FreDcuokSHujV5gc8fg7aWZBm6kq6PdJykdlM0fdfSahraAyPUG4ONkbQ9ebOmYoMlR5d6uF3jxUXUGRkZGWmZmZhJUiiSyq0xA2SVnyfx2wNe1OPhlaQBQzv+hubm5KFleyXg97U3aBujL7SI0k8PmQY7sn3LqvWUmUys9yI9MkbYfsB9ixM3yMMLwD+CTVLXfjJj1oGlLSH4rCeQTjMrN2LNujAP6DPopqtjXXI8U3Niy0tUCUAXlXpR1/y4z0g5NlpLcRFR9AFxATn6IjrNJj3I0X7Kfo4oA9Ejlmpy9sQZgLfw7NwO0CZlZNqTc5t2Gfq6pqek8mXZ8JaL35Y29DHgZ8DLgZWDJM/AIDTS030lb2noAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-bottom: 41.7px;
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline .twitter-icon .twitter:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAABN5JREFUaAXtWFtoHGUU/s5kN2ka29xog31I8YaRIkVsaSs0MeRSoRaKSAWtaFGah75kG6UURRdBDTRmXyRQRAT7oC1YsYoPuS1WaIPGllbUQtWKYjW2JUlDTdKdnd9vdnbZTXZ2LrsbK7gDyb9zbnO+c85//gtQekoRKEWgFIFSBP7PEZAlBR9WGq6PtMAwnoCgE5Dy5Pd+4PsxVMhxvNl+zdaH0PCdiLT/bMvLIKYBhKJ3o3rFZYQ3/J3Bz/9n98nbIfNHodTWnEZEpgFtDyJtHydkTMBTow9DjIMQdRr9na/k1E0y0gC6hz4irQ41tdsLBtEzvBFx9SmgGtwcSPBF3uFYBYVt1Klnpi6jJrAO4dYpN30LQOhUJdQNRkMFIfIFylZvR9/6G27Ktvzw+HJMTZ6nrbts+a5EuQYNj6K/Ywzh78oRXnfTSUVLMGX2gYTz5otSLdAnPscL56qcFHPypiZfL8D5nxDA49Rfje7B9zD9x/M5v5NkWACg6hYJNkP/6yxCgy2L6M6v4WiAk/M5ZyEHrmANdBWFgU9YCcs5iQccpBMsC4AyZrIF1T1QEkVo6DDCYyuz+TaUGX0zM7jChuONpFRlQlDA+VP1rBclC0CldoETR2UrKKFDezE98z2BPAkzwk6PgY1ObE88kbdR3bETkYdmvchndqFTrL0tzkryKzQ1gPLgUfS2/pIlGxreC2UczqJ7JYhcRaRjlVdxUy4dUdEOQcWPOyurRtZnL+ZivczIGWYtStBfQQucR1nwd8RmXdueo30Fx45jp5vOgMntHuKConbaCXqiCR1QSK22nlQWCImcYQYeXEBzebEysH90PZQeZP/fnWihQLOLnj27EOcti3/aG85NTa4Dxh2M3NeIT4yzLKbYwuZyqywhR8E3ACsDEjwHzLN60MR/TRxvzaPJj34/bGWgr+USo87o3+JHtEG/HlgATC1N6/GrXGT5K+hrZWfz96QBvNV2kvX/gT/1IkqLDLEKfBdvGoDpy321zxDE+0V0y7spJdaZwLtGQnLhOpBS3j94gPuglwra16RseRrlImramxAWw5N4htDCDJiMA0ON7EIj7EY7mI0T/POd1gz73n5qXN3zcN40nt5KpD51M8CVVD/N6JO39L5z+/0b7q09kvq83zE7A5FWsxfnbdCvA5y4L6NrQ8y3XlIhG4DJqFjWQ8Nn8zXqWU/wIY+OBTUNewC9WyexTDqY3m88O+NXUHAJ1Su7/KotlrfvQimpY6oMY6NPc48f5pxYmyIXPkqMB/fmxMG9QGPOADKN94ysJZDdBPIa57Z95jLlc/0WmWV57kJ/+2e5RPzQvTliXm8oYw8PM68W5DxwnVuWR4rlvAnUOQMHh+sxZ3RxUdvHlrrGT2RsZK9Ak20sm6I2B4FZGhVqDnpZELq+is42sEw2EVorx810pMLGGX8kkSOolBfxRvuEP0V36QAChsIsDgGxp6zySC5exVjDRL5lkvfxfudLd1fyk0iXkHmsNPRuftC8GbstP3NJLQEPSNoAtrS9i10SL8iWi3IaQErQvFLUJx5jCe1gOW0imMYUy2E0nRxnbxpkFk8g0vmvHY6yASz2MnFNHrsfWrweca2O90I17EbznJAzBHcVquwCqhsuul3CLjZbei9FoBSBUgRKEfhPROAfMqRXo40VArUAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-bottom: 41.7px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline .linkedin-icon .linkedin {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAw1JREFUaAXtmLuLE0Ecx7ObMzkRg0W4ThEURLDRQhSxOLQQBK85AkLKaF6VoIji+RdYibkkRcAincI1vkofcBYWNmJlI4fFIfi6yEliEj8TsmGJOzOru5Ok2IVlZn+P+X2/v9+8klgseqIMRBmIMjDNDFhO8FqtttztdguWZR1D9oV3PZFIrORyuY+OzSy2AwKrPP1+vzgOEDJbvBeKxeLzcd2sfFvDzD+QAYLARiqVOpLNZn/IbKYpt8W0UQGgMntbrdZ5lc00dfZwzisx9Hq9o0qDKSptYosFq3wgqbVRDmBQKQis68aHgNZGN4YpvS22SgBuKQKsFQqFlwr9VFW22OdZqEuQ2PBAspZMJnMe8pkRjQ6yZrOZErsNC3Z0kJVKpRczgzQCMqMZGE2hSeBrNBq72+32QdbbAdbdTqbrZjwe3+T7fT6f7/wPBqtSqSwywIrMmUDb5XL5r5OY69N9fPbJ/NjdltkgBucHtqcZ5wq2S7xi6x5/voHhETZ3ifVmXKn6nkO5gOOiwuinRHcCv0MSXYwrSrJer++gvYfdZZndUL4HmywkLkL2DpfHm/R7Gp+BWhAw8ti2He90Ok8AdtZvAGzj2F6vVquivebHz6ucfvy0Nsz12/8C3j0gfle5JZ9zy2R9YwQIeEkW1I+cBX7Lj51JAn7iS22owik2mMNSg6FiYgRYlG1ifqbt60A5etbRGacva40TAPBjgh9nZ5lni1xIp9O7+M4hV10gB3ipwkkZcEdubBcaBngI8IzIOuAHokwms02nwSL9xBb71AEiafdL5COx0Qpwk70hmzJc0Z+heztC4tGhAtKD0jE3RgBw7ziJPziBvFpsXnvJXbKUq+/ZNUaAaK88I7qEZFhZAQjOu8w9u8YIENzP7+jvnqiGQggmVHqhM0aAsb/qggPwl85GpzdJQHs9pkq/dQB1epMEdLFD0UcEQkljgEGiCgRIXiiuUQVCSWOAQaIKBEheKK5RBUJJY4BB5vjd2eZSpbo5ev6xhY/4N03q5/Oi1lGNEYBX5DqxDPwBwW7xjV/cHoYAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-bottom: 41.7px;
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline .linkedin-icon .linkedin:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAxFJREFUaAXtWc1rE1EQ/83btlaiqafeFEGhCF4sIrXioTQpgmAvRRA81q9bI1pRrOQPaBsRETwI3hW8+IXNwS+qoOBFxIMXKR6K0GqLVJp0x9lNSZrsvt2N8Lo57Ltk3szvvfnNzO68lwRIRpKBJANJBuLMAFWdjxVHQHwe4F4wLYAwC6UmMDX4vYppQaESwNjMHSF+wcOPaBkWTmAy+9JjaxEFwck87AdaPoQ5dKX3I9+3pMXEaFCVxyaAAWMnlpeOByBiNSn3mQ+jYNOBMEhcduW+sOHeF8Ih8SDkEZJuEzaUCseE7WHIrtxW6XQb3SA8klb6WmeOW6/cPk80LJWY85BxyGPbqEffQoraQZZ/n3a7DVMvIAcZ27MoDL1qIa4JlZbMQO0R2gx642+3o7yyFzbtkdN/K8iaB9E8etJfcO5g6X8oEC4WB8A8EbB4BYWs9yTOvbgv78ou/brUCAr9lfMjVzwqhHOCHQZDDs/GQb/kRvBYOuItTGU+NFqD5m1i7JYABrQgwh9fG1OfnOI9vjZXWd6Cux/b8XXxtjSEs3qcY+EdEthprNmnkCtOomvwGvJkB6+pWJ0AzIyONUvIP5XkZJpwYEmwV7BUtGTN5SjrfMoZZVkETKl8o0nytU1tviSVOFZT6CVzATCf0buNYrGvR0GZCyCK9yAM4wjGZ/YFQRzb5gVAWBV/P6VzcRipqr2EwaqsEcwHQPQEljqE6Wwnbg51g1IpkBqV/q+/QNbIHq6J/pK5LuT4IzzEdOakkGVMrRMo9K+IdE9e0h/SPp+tazUfvFtjqKoNV6D9qku+6m6DUMg8F9unDRqvyAg4KCtwkwF8RmHgm5dVneZd3cw7SXtV9RqDAdCbelc+M+bgChA6fVbVqQwGgPDv0Qq/69g0ThgdjarGubkAiBcbnXnmbP316JpUGAxAhV+PFcpN8vXAzQXgcWVGkQRgJq/Rd00qED1XZpBJBczkNfquSQWi58oMMqmAmbxG37VN/qFZlW9OQTdH/x+2wPJrWsA6RvhFzeZS4B7R40iQsWXgHy7gsxHRIk0tAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-bottom: 41.7px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline .fb-icon .facebook {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAyCAYAAAAayliMAAAABGdBTUEAALGPC/xhBQAAAjZJREFUaAXtWLFKA0EQTe6MCIGAKGJl4zdokVpEBNvYaBWbcNhZWIog2AqGJIWVVmn9AksbO2tBBDUGlFMIxLvEt3Ibgrq7x80dg7ALw172zey8mdm7zW4uZxtvBvJpu2+32263293AvKuQ8nA4nEc/k0dD/wnpQd4hr8A6nucJvcRtIrHlH4b1en0T5I9AbPEnjDEx5EKmINOQBQi5pRJAlPUTkPQiomRicSdw4irq9JD1Y0Fep5MVRg6g2WyugfxeVgRN85IDGAwGhyYnWeKkABqNxjKyv5QlQdPcpJcY5FdMDiK8h6/oDZ5fIGFMm1hqpADgoWzyAuKXkJ1ardYx6SbBqQGITUrX3kql0haar1OiYKR3AEto1uD8KkvywjcpANiLXVXZsHSelWBKADWA7/8HKi6oUF+FpTVODSAtHonnsQEkTl1KhsbzQKvVUn5pwjC8xTqfU3HBS3zmuu6+Ci8Wi33qV8q4DwRBIHbPRA3BVWFfVRn7vn8BbFuFxxlnfQcQ4F0ckjod1gCwxGwArBUoFAr/ugIB/ug96NZ3HIytAlj/95VKhXw2YAsgjS+QqJBxH0Cmft3xjJX2GkSUGx1sz6F7MKY/egT2MfpBeDDuxLq5cZH1CFx3qDnFzduubg4qxraEqMSlvQ1AZoKrtxXgyrz0aysgM8HV2wpwZV76tRWQmeDqbQW4Mi/92grITHD1tgJcmZd+bQVkJrh646FeR8xxnHXIpEoHN9NPKsyORxn4ArU3j63M+AI+AAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-bottom: 41.7px;
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline .fb-icon .facebook:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAyCAYAAAAayliMAAAABGdBTUEAALGPC/xhBQAAAg5JREFUaAXtWLtKBEEQrL4V8QQ10MDcb/CBZiKHCKaaaKSZ0akfIIJgIKjfoJGpoSdipomfoCAGPgKfINzebjuLqTs9Xu/ccTAbTlU/qnpmll0gPO11gAovf8IRrs/nkXAFxJNgGgZhEMwEohjgb7P2abBXMJ5xUKloeihWwHptESnvmCZHnJs6qKh66HIuZCNmrl+dHSJN12w0H1ipkKRXtV2kaHnzWe96AdXarNk2m4UY0UQSvQDm7SbqFhaiE1A9HzMHdrSwbppIpDzEyYxTTaJvI/TGXJ8v5kpNnGIcSUoBNGkas5cinCLqXcXe1LOd2Byq20LgYXtZesNA/5Kv5rPaSgE0ZBVAuMTWxIeVowR1Ahg9Qv0nAVfDOgEkHQDU1R0KCXQChOStgIOAVrhsqyG/BzYu8m+aNBYmyGXY4vvKde0tJQtI4hebA1aMsYIkXsnlvMfHBlvOxR0AwUGHDBoK4U4TnsW2VwBThwuIOn4CpQ6eAFED49MPnXwG7rFA6m+Ddh5i9fbJpie/B6hk+cfD1+aHVf6LjugIoK0/t0lU/vpz/Z+LsoD9mdvcnNWzRi72C7zDFi8Eu8Dt3EIu/YmcIEC0yDMhTMCzwWL6MAHRIs+EMAHPBovpwwREizwTwgQ8GyymDxMQLfJMCBPwbLCYPkxAtMgzQf4mtjVAmEPU1Z1LYX7MxQLw68APWOhvSkFa8eEAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-bottom: 41.7px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline .mail-icon .mail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAzdJREFUaAXtVz1oU1EYbV4MySAFN8FgyCioQyerokg7tFkqKOjSDvGF/CyCioO1DlpEHRwK+TOFgASHOAiKFhwkYsQiuAkpiODfUiKKAdMhf54jfSVp+v7yXkLFG7i8++53vnPO992bm3ZoSHxEB0QHRAdEB0QHRAdEB/7fDjhYeiaT8dZqtaVWq7V/O7TC4XC8d7lck6FQ6JueHymVSk0Q6HQ6jyLxhV5Cv+P0QC/0RG96elKj0XgSj8fPhcPhX0icAEFOL6lfcWrTA73QE73pae0AgGMRCT4kXsN8OpFIfMFxuqKXbGcc5m/GYrFZcsLLdTzmjPDTvPKZg3EfOiCjkFnMPyOQQCFOBdCPJ4w3wAvvsXvpdNqFri9Cc8aoltQOZCIInuVyuWESIjaF8bsdY/Oc3FPUoia1zZinl44CuACC8Uql8iqZTO4B8VN06DiWVxmz+bNKbmpQi5rUNqvRVQAJQHSw2WwuY0sPQOCdJEmHsLxillwDv0JOclODWtTUwKuGtixgHe2t1+tFXGVj0Wj0k9vtPoL1oiqT8UCRXOQkNzWQ6jWe3onUKoDIYXRnCVs8LcvyD7/fP45tf9hJYfyNueQgF26aGXJTwzhDN7L9FuqOYgVb68K4zxsqEAjMY34GBX3F88KWCSqLMH8XXb+EZwtcV5F/A0MFbXxZbwc2mCgI4UyhUHDi7F7EGT6PYHMDoD5pEssc5pKDXOpwcxHDBZAWwnKpVHqcz+d3opsLMHYay2sakmvEEMsc5pJDA286ZKoAssPAZLlcfpnNZnfD2CP88I3hWHzfrMw1xoghljnM3Yyz+m66gHXBkWq1uowv4r5IJPIGXT4Mwx8VM5xzjTFiiEVsRInb+ey1AHrwwehrXIXHYPSDx+MZxftbDs65xhgxxNppup3LSgE8Trvw8/8ct9LZYDBYxpE5wcE51xgjpl3Q7rnuNWpA0A2TD3BU9uKPwDvEY34Za7cw/fsPkwGOniF2FMCdoNHbuCJH6QTvJzF6NmUm0ZYCFEEaV+aDelr6DgzKpJaOKECrO4OI/fM7wC/xKYy+3tUWduKnhVyRKjogOiA6IDogOiA6IDqg14E/NARydoEPYRcAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-bottom: 41.7px;
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline .mail-icon .mail:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAA1ZJREFUaAXtVk1oE0EYfbvZWoVSaU+CxYggWFAP0oOtUolJSntSUNBLe7EgeihJ1B6slaCibdWmeFCUnkS8eBAULSSpRaxYRG+CBRH8u4hiW0UEm+z4fRODSWq6m23WKs5AyOzM+95739vNZAE1VAIqAZWASkAloBJQCfy/CWiy9e6xOnyfHaH5+r8kimdYUtGGAd87Kz86wslWCazUtkLDPasC1/fZA3th8+zNYuiAuE3AfegPzmBdbSs1cc2ixr1t1mYP7IU9sTeLYUAIg4DDiMS92N9wnPDtVPwGwjxqUVvebU0/jVigR5JG4idgmr12BMj8z2GiF6GEF/U1ndRIDzXxmpq4SLueLMSl7zQ0/SCZv4LLTyrwfGoYpuiwq0WPUO6gwsmpu4hOVEtCaDvokfqaiyjrXHKTBptnTdaGffPspaABWhEigOkvDxAeXYmh4B3oxjZAe19W45KMOJmbNViLNVm7xDG3AUkgNkKkJxBObMD57U+x1NhMd2KyRO7icOZiTuZmDdYCaToYRRqQTHWUyDj9uP3o870CqrbQnRh3oFFQwhzExZzMzRpAXQHI9uV8DTBJNUxtBKF4O2JNn7BmdYDuxA3b7IVArmUO5ookOiQ3ayxgGNa1ooIwV+lWe9G19hQltofmb2ktYl2bhxjEYPAwNE1Q/TE6aU7m7Tq80ChdYbtW14dR7TmAqC+FSLKLjtkYxG8OglxCDSYdk2EMBi4gOmbgc/oSnfGduZB550MtmdedIiCrRyi/jIWnZ2+RkSppCJ7dlOi3fFDOldwjTMZ8lawtxXwOVbFpaQ1kWNowk7qPI2MrEPPfhEfzUxMf5wjwGu8xhrFcA7TNwS1wwUkD/F+xCanUBLoT9TgXeARDNNEJ9fKXF5rzGu8xhrFc48Jw1gAbEcKLWfEQh0abcbblBZZVNtIJ9Vh+eM5rvMcYxro0nDcgm0AN0uk4vTftxZnmD1he65MfnvMa7wnCuDhsHKOW6pWU8HWEkqsQbRiQ6FCym9b6aD7vCWLJbANQjgZIRpBR0U9vs40ZTXOnDe2yQMrUQNaL+GPGs4oL+w1kWRbxWzWwiOFL6X/+Dhj0d7+LXmtdPasd3yVdTDmuVYUqAZWASkAloBJQCagErBP4AVC+Fr39nPLDAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-bottom: 41.7px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .iconspace {
    margin-right: 34px;
  }
  .brcMainContainer .articleContainer .flex .rt {
    flex: none;
    max-width: 100%;
  }
}
@media only screen and (min-width: 318px) and (max-width: 767px) {
  .brcMainContainer .articleContainer .flex {
    display: block;
    margin-left: 24px;
    margin-right: 24px;
  }
  .brcMainContainer .articleContainer .flex .social {
    display: none;
  }
  .brcMainContainer .articleContainer .flex .middle {
    flex: none;
    margin-right: 0;
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer {
    display: inline;
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline {
    display: inline-flex;
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline button {
    border: 0 solid transparent;
    background: inherit;
    background-color: transparent;
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline .twitter-icon .twitter {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAABMBJREFUaAXtmF1oFFcUx3c3u0p32xCSrFIfLP2CQBGRUtQHP/pgLZSAtCWFdCFdmrhJ9qUgpUhLBUEI+GqWLE0piYHWQJVq6YOlLLRQobWKLViJ1k8UZRXjJqlmzWb9nTEz7M7O7MzsbOKDM3C5c8/n/5x775k71+fzHi8DXga8DHgZeJoz4F/M4IvFYiCVSm3Bxwe0t/x+/7IFf//yPh4Ohw93dXXdMcKA3kv9/f0XjXilNC2A4eHhVwqFwo1EIvF/qUCt7+l0+nnsHSKITWY2COIeLd7X13dEZCTgoaGhrfS7aSeSyeSXZroqXQuAiL+H2NzQ0PCO2yAGBwffwNYx2krVkUX/FYFEAL0duRbaDWbntXg8Pmmh5wuIwPj4+DN07RjYStZ+Gh0djVgpmvHJfBgw38K3C15M9eC7k17A30H/PQEPLnXJiYzhowSQzWbXYSAkEvRbpqamag6CBOzDxsuG3iyIAP8vEAi8j9gKZvEbcHVbqDyeAZSadYKbp6enTy9sQB3LfJjJZIJwPzaXqM4h8FXz8/MZ+h+QDLMHUtU1fI8DQGFKLwjtVWgZgkiPjY016vlG44mJiQ3oPWfEs0mTpexjJo5Fo9GP7OgoSygUCp1DqahXAIyftjOXy50lkM6FDOvFtDHZk83r9jlAVdrR0dFx344hrQqx5n5HYWM1JYK8Cj9Ffwgnl/WyBLmTgNN6ut0xdm9T+6N25UVO1qzysA/2k8HD6tioB9xq6AP0AwR8ivcMen/Q/g4Gg9fz+fwkPCNVWzR087YES4S0GRAaGTyCkR0lfEevZDCPvmXpq2L0FBv39Sr8CpYyA3z91sIJ8fGISQnlfXOFpA2CS/Di4aYNN2UiyiZm6bxI/f4T8CfJ4iTtQZnU0g0cB6DMAFXoDOtXYLaRxbalw1vuicRdKKdYj5QZ6OnpuYToSWvxRZc47tSDEoAocYjb5VS5zvJZSrNUNkePFkBvb++vaMoh7Ik8LJ+faY5rsBaAoKaWd2Fk9ElEwLdE+Sdw6rvsO6Aq8z34jPfP2dBuzjWqOcuepJ1n+bTRz1sK6wTKZkB4nOdXk41feG3H4FGa42nV+bAc4mOgFvBiWDtKqF7YzMtmZ2dPGPFUmXr2AL9Gwg7WarNiBrq7uy9gtGaDToGwTL/gF/ahUz1VviKABcYugjitCi1Wj4/vOPu4KhqGAXCkvRuJRLbh4K/FAo/dS42NjQm39g0DEKNyX9Pa2rqe9RlneMWto1J9EvOQ1hmLxXKl9FreDcuokSHujV5gc8fg7aWZBm6kq6PdJykdlM0fdfSahraAyPUG4ONkbQ9ebOmYoMlR5d6uF3jxUXUGRkZGWmZmZhJUiiSyq0xA2SVnyfx2wNe1OPhlaQBQzv+hubm5KFleyXg97U3aBujL7SI0k8PmQY7sn3LqvWUmUys9yI9MkbYfsB9ixM3yMMLwD+CTVLXfjJj1oGlLSH4rCeQTjMrN2LNujAP6DPopqtjXXI8U3Niy0tUCUAXlXpR1/y4z0g5NlpLcRFR9AFxATn6IjrNJj3I0X7Kfo4oA9Ejlmpy9sQZgLfw7NwO0CZlZNqTc5t2Gfq6pqek8mXZ8JaL35Y29DHgZ8DLgZWDJM/AIDTS030lb2noAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-bottom: 41.7px;
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline .twitter-icon .twitter:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAABN5JREFUaAXtWFtoHGUU/s5kN2ka29xog31I8YaRIkVsaSs0MeRSoRaKSAWtaFGah75kG6UURRdBDTRmXyRQRAT7oC1YsYoPuS1WaIPGllbUQtWKYjW2JUlDTdKdnd9vdnbZTXZ2LrsbK7gDyb9zbnO+c85//gtQekoRKEWgFIFSBP7PEZAlBR9WGq6PtMAwnoCgE5Dy5Pd+4PsxVMhxvNl+zdaH0PCdiLT/bMvLIKYBhKJ3o3rFZYQ3/J3Bz/9n98nbIfNHodTWnEZEpgFtDyJtHydkTMBTow9DjIMQdRr9na/k1E0y0gC6hz4irQ41tdsLBtEzvBFx9SmgGtwcSPBF3uFYBYVt1Klnpi6jJrAO4dYpN30LQOhUJdQNRkMFIfIFylZvR9/6G27Ktvzw+HJMTZ6nrbts+a5EuQYNj6K/Ywzh78oRXnfTSUVLMGX2gYTz5otSLdAnPscL56qcFHPypiZfL8D5nxDA49Rfje7B9zD9x/M5v5NkWACg6hYJNkP/6yxCgy2L6M6v4WiAk/M5ZyEHrmANdBWFgU9YCcs5iQccpBMsC4AyZrIF1T1QEkVo6DDCYyuz+TaUGX0zM7jChuONpFRlQlDA+VP1rBclC0CldoETR2UrKKFDezE98z2BPAkzwk6PgY1ObE88kbdR3bETkYdmvchndqFTrL0tzkryKzQ1gPLgUfS2/pIlGxreC2UczqJ7JYhcRaRjlVdxUy4dUdEOQcWPOyurRtZnL+ZivczIGWYtStBfQQucR1nwd8RmXdueo30Fx45jp5vOgMntHuKConbaCXqiCR1QSK22nlQWCImcYQYeXEBzebEysH90PZQeZP/fnWihQLOLnj27EOcti3/aG85NTa4Dxh2M3NeIT4yzLKbYwuZyqywhR8E3ACsDEjwHzLN60MR/TRxvzaPJj34/bGWgr+USo87o3+JHtEG/HlgATC1N6/GrXGT5K+hrZWfz96QBvNV2kvX/gT/1IkqLDLEKfBdvGoDpy321zxDE+0V0y7spJdaZwLtGQnLhOpBS3j94gPuglwra16RseRrlImramxAWw5N4htDCDJiMA0ON7EIj7EY7mI0T/POd1gz73n5qXN3zcN40nt5KpD51M8CVVD/N6JO39L5z+/0b7q09kvq83zE7A5FWsxfnbdCvA5y4L6NrQ8y3XlIhG4DJqFjWQ8Nn8zXqWU/wIY+OBTUNewC9WyexTDqY3m88O+NXUHAJ1Su7/KotlrfvQimpY6oMY6NPc48f5pxYmyIXPkqMB/fmxMG9QGPOADKN94ysJZDdBPIa57Z95jLlc/0WmWV57kJ/+2e5RPzQvTliXm8oYw8PM68W5DxwnVuWR4rlvAnUOQMHh+sxZ3RxUdvHlrrGT2RsZK9Ak20sm6I2B4FZGhVqDnpZELq+is42sEw2EVorx810pMLGGX8kkSOolBfxRvuEP0V36QAChsIsDgGxp6zySC5exVjDRL5lkvfxfudLd1fyk0iXkHmsNPRuftC8GbstP3NJLQEPSNoAtrS9i10SL8iWi3IaQErQvFLUJx5jCe1gOW0imMYUy2E0nRxnbxpkFk8g0vmvHY6yASz2MnFNHrsfWrweca2O90I17EbznJAzBHcVquwCqhsuul3CLjZbei9FoBSBUgRKEfhPROAfMqRXo40VArUAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-bottom: 41.7px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline .linkedin-icon .linkedin {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAw1JREFUaAXtmLuLE0Ecx7ObMzkRg0W4ThEURLDRQhSxOLQQBK85AkLKaF6VoIji+RdYibkkRcAincI1vkofcBYWNmJlI4fFIfi6yEliEj8TsmGJOzOru5Ok2IVlZn+P+X2/v9+8klgseqIMRBmIMjDNDFhO8FqtttztdguWZR1D9oV3PZFIrORyuY+OzSy2AwKrPP1+vzgOEDJbvBeKxeLzcd2sfFvDzD+QAYLARiqVOpLNZn/IbKYpt8W0UQGgMntbrdZ5lc00dfZwzisx9Hq9o0qDKSptYosFq3wgqbVRDmBQKQis68aHgNZGN4YpvS22SgBuKQKsFQqFlwr9VFW22OdZqEuQ2PBAspZMJnMe8pkRjQ6yZrOZErsNC3Z0kJVKpRczgzQCMqMZGE2hSeBrNBq72+32QdbbAdbdTqbrZjwe3+T7fT6f7/wPBqtSqSwywIrMmUDb5XL5r5OY69N9fPbJ/NjdltkgBucHtqcZ5wq2S7xi6x5/voHhETZ3ifVmXKn6nkO5gOOiwuinRHcCv0MSXYwrSrJer++gvYfdZZndUL4HmywkLkL2DpfHm/R7Gp+BWhAw8ti2He90Ok8AdtZvAGzj2F6vVquivebHz6ucfvy0Nsz12/8C3j0gfle5JZ9zy2R9YwQIeEkW1I+cBX7Lj51JAn7iS22owik2mMNSg6FiYgRYlG1ifqbt60A5etbRGacva40TAPBjgh9nZ5lni1xIp9O7+M4hV10gB3ipwkkZcEdubBcaBngI8IzIOuAHokwms02nwSL9xBb71AEiafdL5COx0Qpwk70hmzJc0Z+heztC4tGhAtKD0jE3RgBw7ziJPziBvFpsXnvJXbKUq+/ZNUaAaK88I7qEZFhZAQjOu8w9u8YIENzP7+jvnqiGQggmVHqhM0aAsb/qggPwl85GpzdJQHs9pkq/dQB1epMEdLFD0UcEQkljgEGiCgRIXiiuUQVCSWOAQaIKBEheKK5RBUJJY4BB5vjd2eZSpbo5ev6xhY/4N03q5/Oi1lGNEYBX5DqxDPwBwW7xjV/cHoYAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-bottom: 41.7px;
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline .linkedin-icon .linkedin:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAxFJREFUaAXtWc1rE1EQ/83btlaiqafeFEGhCF4sIrXioTQpgmAvRRA81q9bI1pRrOQPaBsRETwI3hW8+IXNwS+qoOBFxIMXKR6K0GqLVJp0x9lNSZrsvt2N8Lo57Ltk3szvvfnNzO68lwRIRpKBJANJBuLMAFWdjxVHQHwe4F4wLYAwC6UmMDX4vYppQaESwNjMHSF+wcOPaBkWTmAy+9JjaxEFwck87AdaPoQ5dKX3I9+3pMXEaFCVxyaAAWMnlpeOByBiNSn3mQ+jYNOBMEhcduW+sOHeF8Ih8SDkEZJuEzaUCseE7WHIrtxW6XQb3SA8klb6WmeOW6/cPk80LJWY85BxyGPbqEffQoraQZZ/n3a7DVMvIAcZ27MoDL1qIa4JlZbMQO0R2gx642+3o7yyFzbtkdN/K8iaB9E8etJfcO5g6X8oEC4WB8A8EbB4BYWs9yTOvbgv78ou/brUCAr9lfMjVzwqhHOCHQZDDs/GQb/kRvBYOuItTGU+NFqD5m1i7JYABrQgwh9fG1OfnOI9vjZXWd6Cux/b8XXxtjSEs3qcY+EdEthprNmnkCtOomvwGvJkB6+pWJ0AzIyONUvIP5XkZJpwYEmwV7BUtGTN5SjrfMoZZVkETKl8o0nytU1tviSVOFZT6CVzATCf0buNYrGvR0GZCyCK9yAM4wjGZ/YFQRzb5gVAWBV/P6VzcRipqr2EwaqsEcwHQPQEljqE6Wwnbg51g1IpkBqV/q+/QNbIHq6J/pK5LuT4IzzEdOakkGVMrRMo9K+IdE9e0h/SPp+tazUfvFtjqKoNV6D9qku+6m6DUMg8F9unDRqvyAg4KCtwkwF8RmHgm5dVneZd3cw7SXtV9RqDAdCbelc+M+bgChA6fVbVqQwGgPDv0Qq/69g0ThgdjarGubkAiBcbnXnmbP316JpUGAxAhV+PFcpN8vXAzQXgcWVGkQRgJq/Rd00qED1XZpBJBczkNfquSQWi58oMMqmAmbxG37VN/qFZlW9OQTdH/x+2wPJrWsA6RvhFzeZS4B7R40iQsWXgHy7gsxHRIk0tAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-bottom: 41.7px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline .fb-icon .facebook {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAyCAYAAAAayliMAAAABGdBTUEAALGPC/xhBQAAAjZJREFUaAXtWLFKA0EQTe6MCIGAKGJl4zdokVpEBNvYaBWbcNhZWIog2AqGJIWVVmn9AksbO2tBBDUGlFMIxLvEt3Ibgrq7x80dg7ALw172zey8mdm7zW4uZxtvBvJpu2+32263293AvKuQ8nA4nEc/k0dD/wnpQd4hr8A6nucJvcRtIrHlH4b1en0T5I9AbPEnjDEx5EKmINOQBQi5pRJAlPUTkPQiomRicSdw4irq9JD1Y0Fep5MVRg6g2WyugfxeVgRN85IDGAwGhyYnWeKkABqNxjKyv5QlQdPcpJcY5FdMDiK8h6/oDZ5fIGFMm1hqpADgoWzyAuKXkJ1ardYx6SbBqQGITUrX3kql0haar1OiYKR3AEto1uD8KkvywjcpANiLXVXZsHSelWBKADWA7/8HKi6oUF+FpTVODSAtHonnsQEkTl1KhsbzQKvVUn5pwjC8xTqfU3HBS3zmuu6+Ci8Wi33qV8q4DwRBIHbPRA3BVWFfVRn7vn8BbFuFxxlnfQcQ4F0ckjod1gCwxGwArBUoFAr/ugIB/ug96NZ3HIytAlj/95VKhXw2YAsgjS+QqJBxH0Cmft3xjJX2GkSUGx1sz6F7MKY/egT2MfpBeDDuxLq5cZH1CFx3qDnFzduubg4qxraEqMSlvQ1AZoKrtxXgyrz0aysgM8HV2wpwZV76tRWQmeDqbQW4Mi/92grITHD1tgJcmZd+bQVkJrh646FeR8xxnHXIpEoHN9NPKsyORxn4ArU3j63M+AI+AAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-bottom: 41.7px;
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline .fb-icon .facebook:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAyCAYAAAAayliMAAAABGdBTUEAALGPC/xhBQAAAg5JREFUaAXtWLtKBEEQrL4V8QQ10MDcb/CBZiKHCKaaaKSZ0akfIIJgIKjfoJGpoSdipomfoCAGPgKfINzebjuLqTs9Xu/ccTAbTlU/qnpmll0gPO11gAovf8IRrs/nkXAFxJNgGgZhEMwEohjgb7P2abBXMJ5xUKloeihWwHptESnvmCZHnJs6qKh66HIuZCNmrl+dHSJN12w0H1ipkKRXtV2kaHnzWe96AdXarNk2m4UY0UQSvQDm7SbqFhaiE1A9HzMHdrSwbppIpDzEyYxTTaJvI/TGXJ8v5kpNnGIcSUoBNGkas5cinCLqXcXe1LOd2Byq20LgYXtZesNA/5Kv5rPaSgE0ZBVAuMTWxIeVowR1Ahg9Qv0nAVfDOgEkHQDU1R0KCXQChOStgIOAVrhsqyG/BzYu8m+aNBYmyGXY4vvKde0tJQtI4hebA1aMsYIkXsnlvMfHBlvOxR0AwUGHDBoK4U4TnsW2VwBThwuIOn4CpQ6eAFED49MPnXwG7rFA6m+Ddh5i9fbJpie/B6hk+cfD1+aHVf6LjugIoK0/t0lU/vpz/Z+LsoD9mdvcnNWzRi72C7zDFi8Eu8Dt3EIu/YmcIEC0yDMhTMCzwWL6MAHRIs+EMAHPBovpwwREizwTwgQ8GyymDxMQLfJMCBPwbLCYPkxAtMgzQf4mtjVAmEPU1Z1LYX7MxQLw68APWOhvSkFa8eEAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-bottom: 41.7px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline .mail-icon .mail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAzdJREFUaAXtVz1oU1EYbV4MySAFN8FgyCioQyerokg7tFkqKOjSDvGF/CyCioO1DlpEHRwK+TOFgASHOAiKFhwkYsQiuAkpiODfUiKKAdMhf54jfSVp+v7yXkLFG7i8++53vnPO992bm3ZoSHxEB0QHRAdEB0QHRAdEB/7fDjhYeiaT8dZqtaVWq7V/O7TC4XC8d7lck6FQ6JueHymVSk0Q6HQ6jyLxhV5Cv+P0QC/0RG96elKj0XgSj8fPhcPhX0icAEFOL6lfcWrTA73QE73pae0AgGMRCT4kXsN8OpFIfMFxuqKXbGcc5m/GYrFZcsLLdTzmjPDTvPKZg3EfOiCjkFnMPyOQQCFOBdCPJ4w3wAvvsXvpdNqFri9Cc8aoltQOZCIInuVyuWESIjaF8bsdY/Oc3FPUoia1zZinl44CuACC8Uql8iqZTO4B8VN06DiWVxmz+bNKbmpQi5rUNqvRVQAJQHSw2WwuY0sPQOCdJEmHsLxillwDv0JOclODWtTUwKuGtixgHe2t1+tFXGVj0Wj0k9vtPoL1oiqT8UCRXOQkNzWQ6jWe3onUKoDIYXRnCVs8LcvyD7/fP45tf9hJYfyNueQgF26aGXJTwzhDN7L9FuqOYgVb68K4zxsqEAjMY34GBX3F88KWCSqLMH8XXb+EZwtcV5F/A0MFbXxZbwc2mCgI4UyhUHDi7F7EGT6PYHMDoD5pEssc5pKDXOpwcxHDBZAWwnKpVHqcz+d3opsLMHYay2sakmvEEMsc5pJDA286ZKoAssPAZLlcfpnNZnfD2CP88I3hWHzfrMw1xoghljnM3Yyz+m66gHXBkWq1uowv4r5IJPIGXT4Mwx8VM5xzjTFiiEVsRInb+ey1AHrwwehrXIXHYPSDx+MZxftbDs65xhgxxNppup3LSgE8Trvw8/8ct9LZYDBYxpE5wcE51xgjpl3Q7rnuNWpA0A2TD3BU9uKPwDvEY34Za7cw/fsPkwGOniF2FMCdoNHbuCJH6QTvJzF6NmUm0ZYCFEEaV+aDelr6DgzKpJaOKECrO4OI/fM7wC/xKYy+3tUWduKnhVyRKjogOiA6IDogOiA6IDqg14E/NARydoEPYRcAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-bottom: 41.7px;
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .social-icons-inline .mail-icon .mail:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAA1ZJREFUaAXtVk1oE0EYfbvZWoVSaU+CxYggWFAP0oOtUolJSntSUNBLe7EgeihJ1B6slaCibdWmeFCUnkS8eBAULSSpRaxYRG+CBRH8u4hiW0UEm+z4fRODSWq6m23WKs5AyOzM+95739vNZAE1VAIqAZWASkAloBJQCfy/CWiy9e6xOnyfHaH5+r8kimdYUtGGAd87Kz86wslWCazUtkLDPasC1/fZA3th8+zNYuiAuE3AfegPzmBdbSs1cc2ixr1t1mYP7IU9sTeLYUAIg4DDiMS92N9wnPDtVPwGwjxqUVvebU0/jVigR5JG4idgmr12BMj8z2GiF6GEF/U1ndRIDzXxmpq4SLueLMSl7zQ0/SCZv4LLTyrwfGoYpuiwq0WPUO6gwsmpu4hOVEtCaDvokfqaiyjrXHKTBptnTdaGffPspaABWhEigOkvDxAeXYmh4B3oxjZAe19W45KMOJmbNViLNVm7xDG3AUkgNkKkJxBObMD57U+x1NhMd2KyRO7icOZiTuZmDdYCaToYRRqQTHWUyDj9uP3o870CqrbQnRh3oFFQwhzExZzMzRpAXQHI9uV8DTBJNUxtBKF4O2JNn7BmdYDuxA3b7IVArmUO5ookOiQ3ayxgGNa1ooIwV+lWe9G19hQltofmb2ktYl2bhxjEYPAwNE1Q/TE6aU7m7Tq80ChdYbtW14dR7TmAqC+FSLKLjtkYxG8OglxCDSYdk2EMBi4gOmbgc/oSnfGduZB550MtmdedIiCrRyi/jIWnZ2+RkSppCJ7dlOi3fFDOldwjTMZ8lawtxXwOVbFpaQ1kWNowk7qPI2MrEPPfhEfzUxMf5wjwGu8xhrFcA7TNwS1wwUkD/F+xCanUBLoT9TgXeARDNNEJ9fKXF5rzGu8xhrFc48Jw1gAbEcKLWfEQh0abcbblBZZVNtIJ9Vh+eM5rvMcYxro0nDcgm0AN0uk4vTftxZnmD1he65MfnvMa7wnCuDhsHKOW6pWU8HWEkqsQbRiQ6FCym9b6aD7vCWLJbANQjgZIRpBR0U9vs40ZTXOnDe2yQMrUQNaL+GPGs4oL+w1kWRbxWzWwiOFL6X/+Dhj0d7+LXmtdPasd3yVdTDmuVYUqAZWASkAloBJQCagErBP4AVC+Fr39nPLDAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-bottom: 41.7px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
  }
  .brcMainContainer .articleContainer .flex .middle .socialsectionContainer .iconspace {
    margin-right: 34px;
  }
  .brcMainContainer .articleContainer .flex .rt {
    flex: none;
    max-width: 100%;
  }
}
.brcMainContainer .articleContainer .flex .middle .vnFont * {
  font-family: Helvetica Neue, Arial, sans-serif !important;
}
.brcMainContainer .articleContainer .flex .middle .jpFont * {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.brcMainContainer .articleContainer .flex .middle .articleHeaderContainer * {
  font-family: 'pp-sans-big-light', Helvetica Neue, Arial, sans-serif;
  font-size: 26px !important;
  font-weight: 300;
  line-height: 1.46;
  text-align: left;
  color: #6C7378;
  margin-bottom: 26px;
}
.brcMainContainer .articleContainer .ratingContent {
  text-align: center;
}
.brcMainContainer .articleContainer .active-yes-no {
  background: #0070ba !important;
  color: #ffffff !important;
}
.brcMainContainer .articleContainer .yesButton,
.brcMainContainer .articleContainer .noButton {
  width: 113px;
  height: 44px;
  margin: 10px;
  border-radius: 10px;
  border: solid 1px #0070ba;
  background-color: #ffffff;
  color: #0070ba;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 20px;
  font-family: pp-sans-small-medium, Helvetica Neue, Arial, sans-serif !important;
}
.brcMainContainer .articleContainer .yesButton:hover,
.brcMainContainer .articleContainer .noButton:hover {
  background-color: #0070ba;
  color: #ffffff;
}
.brcMainContainer .articleContainer .yesButton:focus,
.brcMainContainer .articleContainer .noButton:focus {
  background-color: #0070ba;
  color: #ffffff;
}
.brcMainContainer .articleContainer .commentBox {
  width: 98%;
  height: 100px;
  border: solid 1px #0070ba;
  border-radius: 10px;
  padding: 5px;
}
.brcMainContainer .articleContainer .comments {
  margin: 20px;
}
.brcMainContainer .articleContainer .ratingSubmit {
  width: 110px;
  height: 44px;
  margin: 5px;
  float: right;
  border-radius: 10px;
  border: solid 1px #0070ba;
  background-color: #0070ba;
  color: #ffffff;
}
.brcMainContainer .articleContainer .articleRating {
  border-style: solid;
  border-width: 8px;
  border-color: #f0f4f5;
  display: inline-block;
  width: 80%;
  padding: 10px;
  margin: 15px;
}
.brcMainContainer .articleContainer .review-header-title {
  color: #0070ba;
  font-weight: bolder;
}
.brcMainContainer .articleContainer .review-textarea-label {
  color: #0070ba;
}
.brcMainContainer .articleContainer .review-thanks-message {
  border: .0625rem solid #299976;
  background: #f5fdfb;
  padding: .75rem 2.625rem;
  color: #299976;
  margin: 15px;
}
.brcMainContainer .articleContainer .disable-submit-review {
  cursor: not-allowed;
}
.brcMainContainer .articleContainer .flex .middle .gatewayContent {
  position: relative;
  z-index: 999;
}
.brcMainContainer .articleContainer .flex .middle .gatewayContent p + p {
  padding-top: 14px;
}
@media only screen and (min-width: 318px) and (max-width: 767px) {
  .brcMainContainer .articleContainer .flex .middle .gatewayContent p + p {
    padding-top: 8px;
  }
}
.brcMainContainer .articleContainer .flex .middle .gatewayFormClass a,
.brcMainContainer .articleContainer .flex .middle .gatewayFormClass iframe {
  cursor: default !important;
  pointer-events: none;
}
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * {
  font-family: 'pp-sans-small-regular', Helvetica Neue, Arial, sans-serif !important;
  line-height: 1.6;
  text-align: left;
}
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * img {
  height: 100% !important;
  max-width: 100% !important;
}
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * iframe {
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (min-width: 318px) and (max-width: 767px) {
  .brcMainContainer .articleContainer .flex .middle .mainsectionContainer * iframe {
    height: 300px !important;
  }
}
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * a {
  font-weight: bold;
}
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * span {
  font-size: 15px !important;
}
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * ul {
  list-style-type: disc;
}
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * ol {
  list-style-type: decimal;
}
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * h1 span {
  font-size: 20px;
}
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * h2 span {
  font-size: 18px;
}
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * h3 span {
  font-size: 16px;
}
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * h4 span {
  font-size: 15px;
}
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * p,
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * a,
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * table,
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * u,
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * em,
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * li,
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * ul,
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * ol,
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * strong {
  font-size: 15px;
}
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * sup span {
  font-size: small;
}
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * .download-button {
  width: 294px;
  height: 48px;
  border-radius: 50px;
  background-color: #0070ba;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 318px) and (max-width: 479px) {
  .brcMainContainer .articleContainer .flex .middle .mainsectionContainer * .download-button {
    width: 100%;
  }
}
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * .wrapper {
  display: table;
  position: relative;
  width: 50%;
}
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * .button {
  cursor: pointer;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  text-indent: -999em;
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
  border-image: initial;
  border-radius: 36px;
}
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * .button::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -10px;
  overflow: hidden;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
  border-image: initial;
  border-width: 12px 24px;
}
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.brcMainContainer .articleContainer .flex .middle .mainsectionContainer * ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 318px) and (max-width: 767px) {
  .brcMainContainer .articleContainer .flex .middle .mainsectionContainer * table {
    display: inline-block;
    overflow: auto;
  }
}
.popularHeading {
  font-size: 12px;
  font-weight: 600;
  line-height: 2.0;
  color: #2c2e2f;
  font-family: pp-sans-big-medium, Helvetica Neue, Arial, sans-serif !important;
}
.articleLink {
  color: #212b35;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 5px;
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif !important;
  display: block;
}
.borderLine {
  border: solid 0.5px #cbd2d6;
}
.popArticleContentContainer {
  margin-top: 5em;
  margin-right: 12em;
  margin-left: 13em;
}
.popArticleContentContainer ul {
  list-style-type: none !important;
}
.popArticleHomeButton {
  font-size: 1.5em;
}
.popArticleHomeBack:before {
  display: inline-block;
  content: '';
  height: 10px;
  width: 10px;
  border-right: solid 1px #0070BA;
  border-top: solid 1px #0070BA;
  -webkit-transform: rotate(45deg);
  transform: rotate(-135deg);
  margin-left: 5px;
}
.popArticleHeading {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  text-align: left;
  color: #0070ba;
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif !important;
}
.popArticleHeading sup,
.popArticleHeading sub,
.popArticleHeading sub *,
.popArticleHeading sup * {
  font-size: small !important;
}
.popArticleHeading * {
  color: #0070ba !important;
  font-size: 20px !important;
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif !important;
}
.popArticleHeading:hover {
  text-decoration: underline;
}
.popArticleDate {
  font-size: 13px;
  line-height: 1.85;
  text-align: left;
  color: #6C7378;
  padding-top: 15px;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif !important;
}
.popArticleDescription {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #2c2e2f;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-right: 25px;
}
.popArticleDescription sup,
.popArticleDescription sub,
.popArticleDescription sub *,
.popArticleDescription sup * {
  font-size: small !important;
}
.popArticleDescription * {
  font-size: 15px !important;
  color: #2c2e2f !important;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif !important;
}
.popArticleContent {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 20px;
  padding-right: 85px;
}
.popCategoryHeading {
  margin-right: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: #0070ba;
  margin-bottom: 5px;
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif !important;
  display: block;
}
.popCategoryRightArrow::after {
  display: block;
  content: '';
  height: 11px;
  width: 11px;
  object-fit: contain;
  border-right: solid 1px #2c2e2f;
  border-top: solid 1px #2c2e2f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  float: right;
  margin-top: 8px;
  margin-right: 17px;
}
.popArticleCat {
  font-size: 12px;
  font-weight: 600;
  line-height: 2.0;
  text-align: left;
  color: #2c2e2f;
  margin: 15px 0 5px;
  font-family: pp-sans-big-medium, Helvetica Neue, Arial, sans-serif !important;
}
.popArticleImageStyling {
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.rightPopArticleContainer {
  margin: 60px 0 0;
}
.rightPopArticleContainer .section-container {
  margin: -13px 0 0;
}
.rightPopArticleContainer li {
  list-style: none !important;
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .rightsectionContainer .popularArticlesContainer .parentdiv {
    margin-bottom: -50px;
  }
  .rightsectionContainer .set-image {
    height: 190px;
    width: 275px;
    background-size: cover;
    display: block;
    text-indent: -9999px;
  }
}
@media only screen and (min-width: 318px) and (max-width: 374px) {
  .rightsectionContainer .popularArticlesContainer .parentdiv {
    margin-bottom: -50px;
  }
  .rightsectionContainer .set-image {
    width: 280px;
    height: 190px;
    width: 275px;
    background-size: cover;
    display: block;
    text-indent: -9999px;
  }
  .rightsectionContainer .title:after {
    margin-top: 8px;
    margin-right: -14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .popArticleContentContainer {
    margin-left: 8em;
    margin-right: 8em;
  }
  .popArticlelistcontainer {
    margin-right: 24px;
  }
  .popArticleCat {
    margin: 23px 0 2px;
  }
  .popArticleCat:after {
    margin-top: 9px;
    margin-right: 25px;
  }
  .popArticleDescription {
    margin-bottom: 24px;
  }
  .popArticleContent {
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .article-divider {
    margin-right: 0;
  }
  .set-image {
    display: none;
  }
}
@media only screen and (min-width: 318px) and (max-width: 767px) {
  .popArticleContentContainer {
    margin-top: 24px;
    margin-left: 5em;
    margin-right: 5em;
    display: block;
  }
  .popArticleContentContainer .popArticlelistcontainer {
    margin-left: 24px;
    margin-right: 24px;
  }
  .popArticleContentContainer .popArticleCat {
    margin: 4px 0 2px 0;
  }
  .popArticleContentContainer .popArticleContent {
    padding-bottom: 24px;
    padding-right: 20px;
  }
  .popArticleContentContainer .popArticleDescription {
    margin-bottom: 24px;
    margin-right: 0;
  }
  .popArticleContentContainer .article-divider {
    width: auto;
  }
  .popArticleContentContainer .set-image {
    display: none;
  }
  .popArticleContentContainer .article-divider {
    margin-right: 0;
  }
  .popArticleContentContainer .popArticleHeading {
    padding-right: 3px;
  }
}
.brcMainContainer .articleContainer .flex .middle .qasContainer .main {
  overflow: hidden;
  margin: 59px 0 70px;
}
.brcMainContainer .articleContainer .flex .middle .qasContainer .main .faq-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  color: #4a4a4a;
  padding-bottom: 38px;
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif;
}
.brcMainContainer .articleContainer .flex .middle .qasContainer .section .faqbtn:before {
  display: block;
  content: '';
  object-fit: contain;
  border-color: #cbd2d6;
  /* @noflip */
  border-right: solid 1px #cbd2d6;
  /* @noflip */
  border-top: solid 1px #cbd2d6;
  /* @noflip */
  border-left: 0;
  float: right;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  margin-top: 11px;
  margin-right: 15px;
  transition: all 0.3s ease-out;
}
.brcMainContainer .articleContainer .flex .middle .qasContainer .section .articlewrap {
  display: none;
}
.brcMainContainer .articleContainer .flex .middle .qasContainer .faq-bordeline {
  border: solid 0.5px #cbd2d6;
}
.brcMainContainer .articleContainer .flex .middle .qasContainer .section.open .faqbtn:before {
  display: block;
  content: '';
  object-fit: contain;
  /* @noflip */
  border-right: solid 1px #cbd2d6;
  /* @noflip */
  border-top: solid 1px #cbd2d6;
  /* @noflip */
  border-left: 0;
  float: right;
  height: 18px;
  width: 18px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transition: all 0.3s ease-out;
  margin-top: 20px;
  margin-right: 15px;
}
.brcMainContainer .articleContainer .flex .middle .qasContainer .section.open .articlewrap {
  display: block;
  height: auto;
  margin-bottom: 30px;
}
.brcMainContainer .articleContainer .flex .middle .qasContainer .articlewrap {
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in;
}
.brcMainContainer .articleContainer .flex .middle .qasContainer .sectionhead * {
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #4a4a4a;
  font-weight: 400;
  font-variant: normal;
  cursor: pointer;
  padding: 10px 51px 10px 0;
  transition: all 0.2s ease-in;
  display: block;
}
.brcMainContainer .articleContainer .flex .middle .qasContainer .accordion-head {
  padding-top: 20px;
  padding-bottom: 24px;
}
.brcMainContainer .articleContainer .flex .middle .qasContainer button {
  border: 0 solid transparent;
  background: inherit;
  background-color: transparent;
}
.brcMainContainer .articleContainer .flex .middle .qasContainer button:focus {
  text-decoration: underline;
  outline: none;
}
.brcMainContainer .articleContainer .flex .middle .qasContainer .faqbtn {
  padding: 0;
  width: 100%;
}
.brcMainContainer .articleContainer .flex .middle .qasContainer .article * {
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  text-align: left;
  color: #2c2e2f;
  overflow-x: auto;
}
.brcMainContainer .articleContainer .flex .middle .qasContainer .article * img {
  height: 100% !important;
  max-width: 100% !important;
}
.brcMainContainer .articleContainer .flex .middle .qasContainer .article * a {
  color: #0070ba;
  font-weight: bold;
}
.brcMainContainer .articleContainer .flex .middle .qasContainer .article * a * {
  color: #0070ba;
  font-weight: bold;
}
@media only screen and (min-width: 318px) and (max-width: 767px) {
  .brcMainContainer .articleContainer .flex .middle .qasContainer .main {
    margin-left: -24px;
    margin-right: -24px;
  }
  .brcMainContainer .articleContainer .flex .middle .qasContainer .main .faq-title {
    margin-left: 24px;
    margin-right: 24px;
    text-align: center;
    font-size: 30px;
  }
  .brcMainContainer .articleContainer .flex .middle .qasContainer .main .section {
    margin-left: 24px;
    margin-right: 24px;
  }
}
.brcMainContainer .articleContainer .relatedStories {
  background: #f7f9fa;
  display: block;
  width: 100%;
}
.brcMainContainer .articleContainer .relatedStories .relate-stories-component {
  padding-top: 40px;
  padding-bottom: 70px;
}
.brcMainContainer .articleContainer .relatedStories .vnFont {
  font-family: Helvetica Neue, Arial, sans-serif !important;
}
.brcMainContainer .articleContainer .relatedStories .vnFont * {
  font-family: Helvetica Neue, Arial, sans-serif !important;
}
.brcMainContainer .articleContainer .relatedStories .jpFont {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.brcMainContainer .articleContainer .relatedStories .jpFont * {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.brcMainContainer .articleContainer .relatedStories .mainheading {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.6;
  color: #2c2e2f;
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif;
  max-width: 968px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.brcMainContainer .articleContainer .relatedStories .relatedstories-container {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  flex-flow: wrap;
  flex-wrap: wrap;
  max-width: 968px;
  justify-content: space-between;
}
.brcMainContainer .articleContainer .relatedStories .relatedstories-item {
  width: 472px;
  height: auto;
  text-align: left;
}
.brcMainContainer .articleContainer .relatedStories .story-divider {
  border: solid 0.5px #cbd2d6;
  margin-bottom: 23px;
  margin-top: 15px;
}
.brcMainContainer .articleContainer .relatedStories .set-image {
  float: left;
  width: 140px;
  height: 140px;
  border-radius: 4px;
  background-color: #4f4f4f;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  background-size: cover;
  margin-right: 25.1px;
}
.brcMainContainer .articleContainer .relatedStories .rstory {
  padding-right: 90px;
}
.brcMainContainer .articleContainer .relatedStories .relatedstories_category {
  font-size: 12px;
  font-weight: 600;
  line-height: 2.0;
  color: #2c2e2f;
  font-family: pp-sans-big-medium, Helvetica Neue, Arial, sans-serif;
}
.brcMainContainer .articleContainer .relatedStories .relatedstories_title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: #0070ba;
  padding-bottom: 15px;
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif;
  display: -webkit-box;
}
.brcMainContainer .articleContainer .relatedStories .relatedstories_title sup,
.brcMainContainer .articleContainer .relatedStories .relatedstories_title sub,
.brcMainContainer .articleContainer .relatedStories .relatedstories_title sup *,
.brcMainContainer .articleContainer .relatedStories .relatedstories_title sub * {
  font-size: small !important;
}
.brcMainContainer .articleContainer .relatedStories .relatedstories_title * {
  font-size: 20px !important;
  color: #0070ba !important;
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif;
}
.brcMainContainer .articleContainer .relatedStories .image_title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: #0070ba;
  margin-bottom: 15px;
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 75px;
}
.brcMainContainer .articleContainer .relatedStories .image_title sup,
.brcMainContainer .articleContainer .relatedStories .image_title sub,
.brcMainContainer .articleContainer .relatedStories .image_title sup *,
.brcMainContainer .articleContainer .relatedStories .image_title sub * {
  font-size: small !important;
}
.brcMainContainer .articleContainer .relatedStories .image_title * {
  font-size: 20px !important;
  color: #0070ba !important;
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif;
}
.brcMainContainer .articleContainer .relatedStories .relatedstories_date {
  font-size: 13px;
  line-height: 1.85;
  color: #6C7378;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
}
.brcMainContainer .articleContainer .relatedStories .relatedstories_description {
  font-size: 13px;
  color: #2c2e2f;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  text-overflow: ellipsis;
  height: 2.6em;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
}
.brcMainContainer .articleContainer .relatedStories .image_des {
  font-size: 13px;
  color: #2c2e2f;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.3;
  overflow: hidden;
  height: 2.6em;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
}
.brcMainContainer .articleContainer .relatedStories .rs-arrow:after {
  display: block;
  content: '';
  height: 11px;
  width: 11px;
  object-fit: contain;
  boder-color: grey;
  /* @noflip */
  border-right: solid 1px;
  /* @noflip */
  border-top: solid 1px;
  /* @noflip */
  border-left: 0;
  /* @noflip */
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  float: right;
  margin-top: 3.5px;
  margin-right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .brcMainContainer .articleContainer .relatedStories .relate-stories-component {
    margin-left: 36px;
    margin-right: 36px;
  }
  .brcMainContainer .articleContainer .relatedStories .relatedstories-item {
    margin-right: 0;
    width: 100%;
    height: 100%;
    max-width: inherit;
  }
  .brcMainContainer .articleContainer .relatedStories .rs-arrow:after {
    margin-right: 17px;
  }
  .brcMainContainer .articleContainer .relatedStories .image_title {
    max-width: none;
  }
  .brcMainContainer .articleContainer .relatedStories .image_title,
  .brcMainContainer .articleContainer .relatedStories .relatedstories_title {
    margin-right: 80px;
  }
  .brcMainContainer .articleContainer .relatedStories .image_des,
  .brcMainContainer .articleContainer .relatedStories .relatedstories_description {
    margin-right: 80px;
    -webkit-line-clamp: 2;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 318px) and (max-width: 767px) {
  .brcMainContainer .articleContainer .relatedStories .relate-stories-component {
    margin-left: 24px;
    margin-right: 24px;
  }
  .brcMainContainer .articleContainer .relatedStories .rs-arrow:after {
    margin-right: 17px;
  }
  .brcMainContainer .articleContainer .relatedStories .rstory {
    padding-right: 4px;
  }
  .brcMainContainer .articleContainer .relatedStories .relatedstories-item {
    width: 100%;
    height: 100%;
    margin-right: 0;
    max-width: none;
  }
  .brcMainContainer .articleContainer .relatedStories .set-image {
    display: none;
  }
  .brcMainContainer .articleContainer .relatedStories .image_title,
  .brcMainContainer .articleContainer .relatedStories .relatedstories_title {
    margin-right: 80px;
  }
  .brcMainContainer .articleContainer .relatedStories .image_des,
  .brcMainContainer .articleContainer .relatedStories .relatedstories_description {
    margin-right: 39px;
    -webkit-line-clamp: 4;
    line-height: 1.4;
    height: 5.6em;
  }
  .brcMainContainer .articleContainer .relatedStories .rs-arrow:after {
    margin-top: 3.5px;
    margin-right: 17px;
  }
}
.brcMainContainer .articleContainer .flex .rt .rightsectionContainer .sidepanelcomponent {
  margin: 60px 0 0;
}
.brcMainContainer .articleContainer .flex .rt .rightsectionContainer .section-container {
  margin: -13px 0 0;
  list-style-type: none;
}
.brcMainContainer .articleContainer .flex .rt .rightsectionContainer .h-line {
  border: solid 0.5px #cbd2d6;
}
.brcMainContainer .articleContainer .flex .rt .rightsectionContainer .content-name {
  font-size: 12px;
  font-weight: 600;
  line-height: 2.0;
  color: #2c2e2f;
  font-family: pp-sans-big-medium, Helvetica Neue, Arial, sans-serif !important;
}
.brcMainContainer .articleContainer .flex .rt .rightsectionContainer ._title {
  margin-right: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: #0070ba;
  margin-bottom: 5px;
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif !important;
  display: block;
}
.brcMainContainer .articleContainer .flex .rt .rightsectionContainer .rightarrow:after {
  display: block;
  content: '';
  height: 11px;
  width: 11px;
  object-fit: contain;
  border-right: solid 1px #2c2e2f;
  border-top: solid 1px #2c2e2f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  float: right;
  margin-top: 8px;
  margin-right: 17px;
}
.brcMainContainer .articleContainer .flex .rt .rightsectionContainer ._shortdesc {
  margin-right: 36px;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.38;
  color: #2c2e2f;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif !important;
}
.brcMainContainer .articleContainer .flex .rt .rightsectionContainer .set-image {
  height: 190px;
  width: 275px;
  background-size: cover;
  display: block;
  text-indent: -9999px;
}
@media only screen and (min-width: 768px) and (max-width: 1046px) {
  .brcMainContainer .articleContainer .flex .rt .rightsectionContainer {
    width: auto;
    max-width: none;
    margin: 0;
    margin-top: 57px;
  }
  .brcMainContainer .articleContainer .flex .rt .rightsectionContainer .section-container {
    padding-bottom: 30px;
  }
  .brcMainContainer .articleContainer .flex .rt .rightsectionContainer .set-image {
    width: 300px;
    height: 190px;
    width: 275px;
    background-size: cover;
    display: block;
    text-indent: -9999px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .brcMainContainer .articleContainer .flex .rt .rightsectionContainer {
    margin: 0;
    max-width: none;
    width: auto;
  }
  .brcMainContainer .articleContainer .flex .rt .rightsectionContainer .sidepanel-component .sidepanelcomponent .parentdiv {
    margin-bottom: -50px;
  }
  .brcMainContainer .articleContainer .flex .rt .rightsectionContainer .set-image {
    height: 190px;
    width: 275px;
    background-size: cover;
    display: block;
    text-indent: -9999px;
  }
}
@media only screen and (min-width: 318px) and (max-width: 374px) {
  .brcMainContainer .articleContainer .flex .rt .rightsectionContainer {
    margin: 0;
    max-width: none;
    width: auto;
  }
  .brcMainContainer .articleContainer .flex .rt .rightsectionContainer .sidepanel-component .sidepanelcomponent .parentdiv {
    margin-bottom: -50px;
  }
  .brcMainContainer .articleContainer .flex .rt .rightsectionContainer .set-image {
    width: 280px;
    height: 190px;
    width: 275px;
    background-size: cover;
    display: block;
    text-indent: -9999px;
  }
  .brcMainContainer .articleContainer .flex .rt .rightsectionContainer .title:after {
    margin-top: 8px;
    margin-right: -14px;
  }
}
.brcMainContainer .articleContainer {
  /** @media (max-width: 575px) {
      .articleHero {
        .container {
          padding-left: 30px;
          padding-right: 0;
        }
      }
    } */
}
.brcMainContainer .articleContainer .articleHero {
  height: 515px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.brcMainContainer .articleContainer .articleHero .vnFont.h1 * {
  font-family: Helvetica Neue, Arial, sans-serif !important;
}
.brcMainContainer .articleContainer .articleHero .jpFont.h1 * {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.brcMainContainer .articleContainer .articleHero__headline.h1 * {
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  color: #ffffff !important;
  font-family: "pp-sans-big-light", Helvetica Neue, Arial, sans-serif !important;
}
.brcMainContainer .articleContainer .articleHero__headline.h1 * sup,
.brcMainContainer .articleContainer .articleHero__headline.h1 * sub,
.brcMainContainer .articleContainer .articleHero__headline.h1 * sup *,
.brcMainContainer .articleContainer .articleHero__headline.h1 * sub * {
  font-size: 45px !important;
}
.brcMainContainer .articleContainer .articleHero__meta {
  padding-bottom: 0;
  padding-top: 0;
  font-family: "pp-sans-small-regular", Helvetica Neue, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  color: #ffffff;
  margin-bottom: 20px;
}
.brcMainContainer .articleContainer .articleHero .container {
  width: 100%;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .brcMainContainer .articleContainer .articleHero .container {
    padding-left: 115px;
    padding-right: 115px;
  }
}
@media (max-width: 375px) {
  .brcMainContainer .articleContainer .articleHero .container {
    margin-bottom: -10px;
  }
}
.brcMainContainer .articleContainer .articleHero .contact-sales-btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
  margin-bottom: 20px;
}
.brcMainContainer .articleContainer .articleHero .contact-sales-btn {
  min-width: 140px;
  border-radius: 50px;
  background-color: #ffffff;
  font-family: 'pp-sans-small-medium', Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #0070ba;
  border: none;
  outline: none;
  display: inline-block;
}
.brcMainContainer .articleContainer .articleHero .contact-sales-btn:focus,
.brcMainContainer .articleContainer .articleHero .contact-sales-btn:hover {
  background-color: #f5f7fa;
  outline: none;
}
@media (min-width: 1024px) {
  .brcMainContainer .articleContainer .articleHero .articleHero_headline10.h1 * {
    font-size: 60px !important;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline45.h1 * {
    font-size: 60px !important;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline100.h1 * {
    font-size: 60px !important;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline150.h1 * {
    font-size: 40px !important;
  }
  .brcMainContainer .articleContainer .articleHero__meta {
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .brcMainContainer .articleContainer .articleHero {
    height: 470px;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline10.h1 * {
    font-size: 60px !important;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline45.h1 * {
    font-size: 55px !important;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline100.h1 * {
    font-size: 55px !important;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline150.h1 * {
    font-size: 28px !important;
  }
}
@media (min-width: 752px) and (max-width: 1023px) {
  .brcMainContainer .articleContainer .articleHero {
    height: 400px;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline10.h1 * {
    font-size: 60px !important;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline45.h1 * {
    font-size: 45px !important;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline100.h1 * {
    font-size: 40px !important;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline150.h1 * {
    font-size: 21px !important;
  }
}
@media (min-width: 580px) and (max-width: 752px) {
  .brcMainContainer .articleContainer .articleHero {
    height: 355px;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline10.h1 * {
    font-size: 50px !important;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline45.h1 * {
    font-size: 40px !important;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline100.h1 * {
    font-size: 35px !important;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline150.h1 * {
    font-size: 20px !important;
  }
  .brcMainContainer .articleContainer .articleHero .contact-sales-btn {
    min-width: 140px;
  }
}
@media (min-width: 375px) and (max-width: 580px) {
  .brcMainContainer .articleContainer .articleHero {
    height: 285px;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline10.h1 * {
    font-size: 35px !important;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline45.h1 * {
    font-size: 20px !important;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline100.h1 * {
    line-height: 0.8;
    font-size: 21px !important;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline150.h1 * {
    font-size: 12px !important;
    line-height: 0;
  }
  .brcMainContainer .articleContainer .articleHero__meta {
    font-size: 0.8rem;
    padding-top: 10px;
  }
  .brcMainContainer .articleContainer .articleHero .contact-sales-btn {
    min-width: 120px;
    font-size: 12px;
    margin-top: 8px;
    padding-top: 8px;
  }
}
@media (max-width: 374px) {
  .brcMainContainer .articleContainer .articleHero {
    height: 260px;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline10.h1 * {
    font-size: 26px !important;
    line-height: 0.8;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline45.h1 * {
    font-size: 17px !important;
    line-height: 0.2;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline100.h1 * {
    line-height: 0;
    font-size: 16px !important;
  }
  .brcMainContainer .articleContainer .articleHero .articleHero_headline150.h1 * {
    font-size: 10px !important;
    line-height: 0;
  }
  .brcMainContainer .articleContainer .articleHero__meta {
    font-size: 0.8rem;
    padding-top: 15px;
  }
  .brcMainContainer .articleContainer .articleHero .contact-sales-btn {
    min-width: 100px;
    font-size: 12px;
    margin-top: 8px;
    padding-top: 8px;
  }
}
.brcMainContainer .articleContainer .no-rgba section .articleHero {
  margin-top: 0;
}
.style-type {
  list-style-type: none;
}
.horizontal-line {
  border: solid 0.5px #cbd2d6;
}
.title {
  font-size: 12px;
  font-weight: 600;
  line-height: 2.0;
  color: #2c2e2f;
  font-family: pp-sans-big-medium, Helvetica Neue, Arial, sans-serif !important;
}
.name {
  margin-right: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: #0070ba;
  margin-bottom: 5px;
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif !important;
  display: block;
}
.shortdesc {
  margin-right: 36px;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.38;
  color: #2c2e2f;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif !important;
}
.if-image {
  height: 190px;
  width: 275px;
  background-size: cover;
  display: block;
  text-indent: -9999px;
}
.if-tablet-image {
  width: 300px;
  height: 190px;
  width: 275px;
  background-size: cover;
  display: block;
  text-indent: -9999px;
}
.if-image-mobile {
  height: 190px;
  width: 275px;
  background-size: cover;
  display: block;
  text-indent: -9999px;
}
.if-xs-mobile {
  width: 280px;
  height: 190px;
  width: 275px;
  background-size: cover;
  display: block;
  text-indent: -9999px;
}
.brcMainContainer .articleContainer .flex .middle .foot-note * {
  text-align: left;
  background-color: #f7f9fa !important;
  font-size: 13px !important;
  font-family: pp-sans-small-light, Helvetica Neue, Arial, sans-serif !important;
}
.brcMainContainer .articleContainer .flex .middle .foot-note * span {
  font-size: 13px !important;
}
.brcMainContainer .articleContainer .flex .middle .foot-note * a {
  color: #0070ba;
  font-weight: bold;
}
.brcMainContainer .articleContainer .flex .middle .foot-note {
  margin-bottom: 26px;
  margin-top: 25px;
}
.gatewayMainContainer {
  padding-bottom: 20px;
}
.gatewayMainContainer select {
  height: 60px;
  width: 100% !important;
  color: #000000;
}
.gatewayMainContainer select.vx_has-error {
  background: #FFFFFF;
  border-color: #D20000;
}
.gatewayMainContainer .microsite {
  margin-top: 10px;
}
.gatewayMainContainer .microsite p {
  font-size: 1.2em;
}
.gatewayMainContainer .microsite a {
  font-size: 1em;
}
.gatewayMainContainer .headSection {
  padding-right: 2em;
  padding-left: 2em;
  padding-top: 1em;
  padding-bottom: 0.5em;
  display: flex;
  background: #5dcb96;
  background-image: linear-gradient(to bottom left, #5dcb96, #3f95d4, #003087);
}
.gatewayMainContainer .headSection img {
  margin-right: -15px;
  margin-top: 25px;
}
.gatewayMainContainer .headSection .textSection * {
  color: white;
  padding-bottom: 10px;
  margin-right: 5px;
}
.gatewayMainContainer .phnNum {
  width: 100%;
}
.gatewayMainContainer .formSection {
  padding: 25px;
  background: #003087;
}
.gatewayMainContainer .formSection p {
  color: white;
  font-size: 1rem;
  font-weight: normal;
}
.gatewayMainContainer .formSection p a,
.gatewayMainContainer .formSection p a:visited {
  color: white !important;
  font-size: 1rem;
}
.gatewayMainContainer .formSection .inputEmail {
  color: #6c7378;
  font-size: 15px;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
  white-space: normal;
  height: 60px;
}
.gatewayMainContainer .formSection .inputfields {
  display: flex;
  padding-bottom: 10px;
}
.gatewayMainContainer .formSection .formFields {
  padding-bottom: 15px;
  content: " *";
}
.gatewayMainContainer .formSection .phoneNumber {
  display: flex;
}
.gatewayMainContainer .formSection .ppvx_dropdown__label {
  font-size: 1rem;
  color: #6c7378;
  background-color: #FFF;
}
.gatewayMainContainer .formSection .ppvx_dropdown__control {
  padding: 1.6rem 2.5rem 0.15rem 0.75rem;
  font-size: 1.1rem;
}
.gatewayMainContainer .formSection .gatewayPolicy {
  color: #ffffff !important;
  font-weight: bold;
  font-size: 12px;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
}
.gatewayMainContainer .formSection .gatewayPolicy a,
.gatewayMainContainer .formSection .gatewayPolicy a:visited {
  color: #ffffff !important;
}
.gatewayMainContainer .formSection .countryCode {
  width: 50%;
  padding-right: 5px;
}
.gatewayMainContainer .formSection .countryCode input {
  font-size: 12.5px;
}
.gatewayMainContainer .formSection .radioButtons {
  padding-bottom: 25px;
}
.gatewayMainContainer .formSection .radioButtons .radioOptions {
  display: flex;
  margin-top: -4px;
}
.gatewayMainContainer .formSection .radioButtons .radioOptionYes {
  padding-right: 10px ;
}
.gatewayMainContainer .formSection .radioButtons .ppvx_radio-group {
  margin: 0px;
}
.gatewayMainContainer .formSection .radioButtons .dropShipperText {
  color: #ffffff;
  font-size: 14px;
}
.gatewayMainContainer .formSection .radioButtons label {
  color: #ffffff;
  padding-left: 10px;
}
.gatewayMainContainer .formSection .firstForm,
.gatewayMainContainer .formSection .secondForm {
  width: 50%;
}
.gatewayMainContainer .formSection .firstForm {
  padding-right: 10px;
}
.gatewayMainContainer .formSection .downloadBtn {
  background-color: #0070ba;
  color: #ffffff;
  font-size: 15px;
  width: 50%;
  height: 50px;
  margin: auto;
  white-space: normal;
}
.gatewayMainContainer .formSection .cookieBtn {
  background-color: #0070ba;
  color: #ffffff;
  font-size: 15px;
  width: 50%;
  height: 50px;
  white-space: normal;
}
.gatewayMainContainer .error-message {
  display: block;
  font-size: 15px;
  color: #FFD700;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .gatewayMainContainer .formSection .countryCode {
    width: 61%;
    padding-right: 5px;
  }
  .gatewayMainContainer .formSection .countryCode input {
    font-size: 13px !important;
  }
}
@media (min-width: 375px) and (max-width: 580px) {
  .gatewayMainContainer .headSection {
    display: block;
  }
  .gatewayMainContainer .formSection .inputfields,
  .gatewayMainContainer .formSection .phoneNumber {
    display: block;
  }
  .gatewayMainContainer .formSection .firstForm,
  .gatewayMainContainer .formSection .secondForm {
    width: 100%;
    padding-right: 0px;
  }
  .gatewayMainContainer .formSection .downloadBtn {
    padding: 5px;
  }
  .gatewayMainContainer .formSection .cookieBtn {
    background-color: #0070ba;
    color: #ffffff;
    font-size: 15px;
    width: 75%;
    height: 70px;
    white-space: normal;
  }
  .gatewayMainContainer .formSection .countryCode {
    width: 100%;
    padding-right: 0px;
  }
}
@media (max-width: 374px) {
  .gatewayMainContainer .headSection {
    display: block;
  }
  .gatewayMainContainer .formSection .inputfields,
  .gatewayMainContainer .formSection .phoneNumber {
    display: block;
  }
  .gatewayMainContainer .formSection .firstForm,
  .gatewayMainContainer .formSection .secondForm {
    width: 100%;
    padding-right: 0px;
  }
  .gatewayMainContainer .formSection .downloadBtn {
    margin-left: 3.5em;
    padding: 5px;
  }
  .gatewayMainContainer .formSection .cookieBtn {
    background-color: #0070ba;
    color: #ffffff;
    font-size: 15px;
    width: 75%;
    height: 70px;
    white-space: normal;
  }
  .gatewayMainContainer .formSection .countryCode {
    width: 100%;
    padding-right: 0px;
  }
}
.gatewayFormMainContainer {
  margin-top: 25px;
  border-radius: 5px;
}
.gatewayFormMainContainer .headSection {
  text-align: center;
}
.gatewayFormMainContainer .headSection h2 {
  margin: 0em;
  padding-top: 1em;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .gatewayFormMainContainer .headSection {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .gatewayFormMainContainer {
    width: 600px;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .gatewayFormMainContainer {
    width: 950px;
  }
}
@media (min-width: 375px) and (max-width: 580px) {
  .gatewayFormMainContainer {
    width: 375px;
    padding-left: 1em;
    padding-right: 1em;
  }
  .gatewayFormMainContainer .headSection {
    display: block;
    padding-right: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 374px) {
  .gatewayFormMainContainer {
    width: 300px !important;
    padding-left: 1em;
    padding-right: 1em;
  }
  .gatewayFormMainContainer .headSection {
    display: block;
  }
}
.podcastContainer {
  width: 100%;
}
.podcastContainer .podcastTitle {
  background-color: #f6c343;
  color: #003087;
  text-align: center;
  padding: 8px 4px;
  font-size: 1.7rem;
  font-weight: bold;
  border-radius: 4px;
}
.podcastContainer .podcastButtons {
  padding-bottom: 46px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.podcastContainer .podcastButtons button {
  min-width: 150px;
  border: solid 1px #0070ba;
  background-color: #0070ba;
  color: #ffffff;
  border-radius: 26px;
  padding: 12px 14px;
  margin-top: 20px;
  margin-left: 4px;
  margin-right: 4px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .podcastContainer .podcastTitle {
    font-size: 1.6rem;
  }
}
@media (max-width: 580px) {
  .podcastContainer .podcastTitle {
    font-size: 1.4rem;
  }
}
.brcMainContainer .thankyouMainContainer .thankyouHero {
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.brcMainContainer .thankyouMainContainer .thankyouHero__headline.h2 * {
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-family: "pp-sans-big-light", Helvetica Neue, Arial, sans-serif !important;
}
.brcMainContainer .thankyouMainContainer .thankyouHero .container {
  width: 100%;
}
@media (min-width: 1024px) {
  .brcMainContainer .thankyouMainContainer .thankyouHero .container {
    padding-left: 115px;
    padding-right: 115px;
  }
}
@media (max-width: 375px) {
  .brcMainContainer .thankyouMainContainer .thankyouHero .container {
    margin-bottom: -10px;
  }
}
.brcMainContainer .thankyouMainContainer .thankyouHero .thankyou_download_btn {
  width: 280px;
  max-width: 320px;
  border-radius: 50px;
  background-color: #ffffff;
  font-family: 'pp-sans-small-medium', Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #0070ba;
  border: none;
  outline: none;
  display: inline-block;
  margin-top: 25px;
  padding: 13px 24px;
}
.brcMainContainer .thankyouMainContainer .thankyouHero .thankyou_download_btn:focus,
.brcMainContainer .thankyouMainContainer .thankyouHero .thankyou_download_btn:hover {
  background-color: #f5f7fa;
  outline: none;
}
.brcMainContainer .thankyouMainContainer .text-font {
  font-size: 45px !important;
}
.brcMainContainer .thankyouMainContainer .sub-text-font {
  font-size: 35px !important;
}
.brcMainContainer .thankyouMainContainer .mr-10 {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .brcMainContainer .thankyouMainContainer .thankyouHero .text-font {
    font-size: 45px !important;
  }
  .brcMainContainer .thankyouMainContainer .thankyouHero .sub-text-font {
    font-size: 35px !important;
  }
}
@media (max-width: 575px) {
  .brcMainContainer .thankyouMainContainer .thankyouHero .container {
    padding-left: 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .brcMainContainer .thankyouMainContainer .thankyouHero {
    height: 430px;
  }
  .brcMainContainer .thankyouMainContainer .thankyouHero .text-font {
    font-size: 38px !important;
  }
  .brcMainContainer .thankyouMainContainer .thankyouHero .sub-text-font {
    font-size: 28px !important;
  }
}
@media (min-width: 752px) and (max-width: 1023px) {
  .brcMainContainer .thankyouMainContainer .thankyouHero {
    height: 350px;
  }
  .brcMainContainer .thankyouMainContainer .thankyouHero .text-font {
    font-size: 31px !important;
  }
  .brcMainContainer .thankyouMainContainer .thankyouHero .sub-text-font {
    font-size: 21px !important;
  }
}
@media (min-width: 580px) and (max-width: 752px) {
  .brcMainContainer .thankyouMainContainer .thankyouHero {
    height: 350px;
  }
  .brcMainContainer .thankyouMainContainer .thankyouHero .text-font {
    font-size: 28px !important;
  }
  .brcMainContainer .thankyouMainContainer .thankyouHero .sub-text-font {
    font-size: 20px !important;
  }
  .brcMainContainer .thankyouMainContainer .thankyouHero .thankyou_download_btn {
    width: 250px;
    margin-top: 20px;
  }
}
@media (min-width: 375px) and (max-width: 580px) {
  .brcMainContainer .thankyouMainContainer .thankyouHero {
    height: 290px;
  }
  .brcMainContainer .thankyouMainContainer .thankyouHero .text-font {
    font-size: 18px !important;
    line-height: 0;
  }
  .brcMainContainer .thankyouMainContainer .thankyouHero .sub-text-font {
    font-size: 13px !important;
    line-height: 0;
    margin-top: 25px;
  }
  .brcMainContainer .thankyouMainContainer .thankyouHero .thankyou_download_btn {
    height: 47px;
    width: 165px;
    margin-top: 20px;
    padding-top: 8px;
    font-size: 12px;
  }
}
@media (max-width: 374px) {
  .brcMainContainer .thankyouMainContainer .thankyouHero {
    height: 245px;
  }
  .brcMainContainer .thankyouMainContainer .thankyouHero .text-font {
    font-size: 14px !important;
    line-height: 0;
  }
  .brcMainContainer .thankyouMainContainer .thankyouHero .sub-text-font {
    font-size: 10px !important;
    line-height: 0;
    margin-top: 20px;
  }
  .brcMainContainer .thankyouMainContainer .thankyouHero .thankyou_download_btn {
    height: 39px;
    width: 160px;
    margin-top: 15px;
    padding-top: 5px;
    font-size: 12px;
  }
}
.brcMainContainer .thankyouMainContainer .no-rgba section .thankyouHero {
  margin-top: 0;
}
.thankyouTilesContainer {
  height: auto;
}
.thankyouTilesContainer .Maintilescontainer {
  margin: auto;
  max-width: 1600px;
  height: auto;
}
.thankyouTilesContainer .Maintilescontainer .vnFont {
  font-family: Helvetica Neue, Arial, sans-serif !important;
}
.thankyouTilesContainer .Maintilescontainer .jpFont {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.thankyouTilesContainer .Maintilescontainer .tilesheading {
  font-size: 30px;
  font-weight: inherit;
  line-height: 1.4;
  text-align: center;
  color: #2c2e2f;
  padding: 50px 0 30px;
  font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif;
}
.thankyouTilesContainer .Maintilescontainer .tiles_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 25px;
  margin-bottom: 0;
}
.thankyouTilesContainer .Maintilescontainer .tiles_list .tile_elements {
  width: 375px;
  height: 375px;
  margin: auto;
  border: 0 solid gray;
  float: left;
  list-style-type: none;
  border-radius: 4px;
  background-color: #424242;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.thankyouTilesContainer .Maintilescontainer .tiles_list .tile_property {
  margin-right: 23px;
  margin-left: -4px;
  margin-bottom: 25px;
  background-size: cover;
}
.thankyouTilesContainer .Maintilescontainer .tiles_list .tile_property:hover {
  box-shadow: 0 10px 45px rgba(0, 0, 0, 0.8);
}
.thankyouTilesContainer .Maintilescontainer .tiles_list .reqPath {
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.thankyouTilesContainer .Maintilescontainer .tiles_list .reqPath:focus {
  box-shadow: 0 10px 45px rgba(0, 0, 0, 0.8);
}
.thankyouTilesContainer .Maintilescontainer .tiles_list .vx_panel-header:after {
  display: block;
  content: "";
  height: 12px;
  width: 12px;
  border-color: white;
  /* @noflip */
  border-right: solid 1px;
  /* @noflip */
  border-top: solid 1px;
  /* @noflip */
  border-left: 0;
  /* @noflip */
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  float: right;
  margin-top: 9px;
  margin-right: 35px;
}
.thankyouTilesContainer .Maintilescontainer .tiles_list .tile_header {
  margin-left: 24px;
  margin-top: 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  text-align: left;
  color: #ffffff;
  font-family: pp-sans-big-medium, Helvetica Neue, Arial, sans-serif !important;
  margin-right: 5px;
}
.thankyouTilesContainer .Maintilescontainer .tiles_list .tile_sd {
  margin-left: 24px;
  width: 273px;
  height: auto;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  color: #ffffff;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif !important;
}
.thankyouTilesContainer .Maintilescontainer .tiles_list .tile_sd sup,
.thankyouTilesContainer .Maintilescontainer .tiles_list .tile_sd sub,
.thankyouTilesContainer .Maintilescontainer .tiles_list .tile_sd sup *,
.thankyouTilesContainer .Maintilescontainer .tiles_list .tile_sd sub * {
  font-size: small !important;
}
.thankyouTilesContainer .Maintilescontainer .tiles_list .tile_sd * {
  color: #ffffff !important;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif !important;
  font-size: 20px !important;
}
.thankyouTilesContainer .Maintilescontainer .tiles_list .tile_description {
  width: 311.8px;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.71;
  text-align: left;
  color: #ffffff;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif !important;
  height: 6.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  padding: 0;
}
.thankyouTilesContainer .Maintilescontainer .tiles_list .tile_description sup,
.thankyouTilesContainer .Maintilescontainer .tiles_list .tile_description sub,
.thankyouTilesContainer .Maintilescontainer .tiles_list .tile_description sup *,
.thankyouTilesContainer .Maintilescontainer .tiles_list .tile_description sub * {
  font-size: small !important;
}
.thankyouTilesContainer .Maintilescontainer .tiles_list .tile_description * {
  font-size: 14px !important;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif !important;
  color: #ffffff !important;
}
.thankyouTilesContainer .Maintilescontainer .tiles_list .tile_date {
  position: absolute;
  bottom: 24px;
  margin-left: 24px;
  font-size: 13px;
  line-height: 1.85;
  text-align: left;
  color: #ffffff;
  font-family: pp-sans-small-regular, Helvetica Neue, Arial, sans-serif !important;
}
.thankyouTilesContainer .Maintilescontainer .tileBtn {
  border: 0 solid transparent;
  background: inherit;
  background-color: transparent;
}
.thankyouTilesContainer .Maintilescontainer .tileBtn:focus {
  width: 375px;
  height: 375px;
  margin-right: 23px;
  margin-bottom: 25px;
  outline-color: #f7b733;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .thankyouTilesContainer .Maintilescontainer .tiles_list {
    margin: auto;
    max-width: auto;
  }
  .thankyouTilesContainer .Maintilescontainer .tiles_list .tile_elements {
    width: 340px;
  }
  .thankyouTilesContainer .Maintilescontainer .tiles_list .tile_property {
    margin-right: 10px;
    margin-left: 4px;
    margin-bottom: 25px;
  }
  .thankyouTilesContainer .Maintilescontainer .tiles_list button {
    border: none;
  }
  .thankyouTilesContainer .Maintilescontainer .tiles_list .tileBtn {
    background: inherit;
  }
  .thankyouTilesContainer .Maintilescontainer .tiles_list .tileBtn:focus {
    width: 340px;
    height: 375px;
    margin-right: 20px;
    outline-color: #f7b733;
    float: left;
    padding: 0;
  }
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .thankyouTilesContainer .Maintilescontainer {
    max-width: 375px;
    width: 375px;
  }
  .thankyouTilesContainer .Maintilescontainer .tiles_list {
    padding-right: 0;
  }
  .thankyouTilesContainer .Maintilescontainer .tiles_list .tile_elements {
    width: 327px;
    height: 327px;
    margin: auto;
  }
  .thankyouTilesContainer .Maintilescontainer .tiles_list .tile_property {
    margin-bottom: 25px;
  }
  .thankyouTilesContainer .Maintilescontainer .tiles_list .tile_sd {
    width: 247px;
  }
  .thankyouTilesContainer .Maintilescontainer .tiles_list .tile_description {
    width: 269.7px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .thankyouTilesContainer .Maintilescontainer .tileBtn {
    background: inherit;
  }
  .thankyouTilesContainer .Maintilescontainer .tileBtn:focus {
    outline: none;
  }
}
@media only screen and (min-width: 318px) and (max-width: 374px) {
  .thankyouTilesContainer .Maintilescontainer {
    max-width: 318px;
    width: 318px;
  }
  .thankyouTilesContainer .Maintilescontainer .tiles_list {
    margin-bottom: 0;
    padding-right: 0;
  }
  .thankyouTilesContainer .Maintilescontainer .tiles_list .tile_elements {
    width: 300px;
    height: 300px;
    margin: auto;
  }
  .thankyouTilesContainer .Maintilescontainer .tiles_list .tile_property {
    margin-bottom: 25px;
  }
  .thankyouTilesContainer .Maintilescontainer .tiles_list .vx_panel-header:after {
    display: block;
    content: "";
    height: 10px;
    width: 10px;
    border-right: solid 1px white;
    border-top: solid 1px white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    float: right;
    margin-top: 7px;
    margin-right: 30px;
  }
  .thankyouTilesContainer .Maintilescontainer .tiles_list .tile_sd {
    width: 240px;
  }
  .thankyouTilesContainer .Maintilescontainer .tiles_list .tile_description {
    width: 260px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
  }
}
/* scrollup button styles */
.scrollupContainer .scrollupbtn {
  margin-right: 26px;
  float: right;
  cursor: pointer;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #0070ba;
  color: white;
  border-radius: 99%;
  width: 40px;
  height: 40px;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .scrollupContainer .scrollupbtn {
    margin-right: 24px;
  }
}
@media only screen and (min-width: 318px) and (max-width: 767px) {
  .scrollupContainer .scrollupbtn {
    margin-right: 9px;
  }
}
.scrollupContainer .scrollupbtn::after {
  content: '';
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/marketing/na/us/what-can-paypal-do/icons/icons.png);
  width: 25px;
  height: 25px;
  position: relative;
  background-position: 0 0;
  transform: rotate(90deg);
  display: block;
  left: 8px;
}
.scrollupContainer .scrollupbtn:hover {
  background-color: #005ea6;
}
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}
/* for transition effect of search topics and tiles*/
@-webkit-keyframes fadeScaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeScaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.homeHeading {
  position: absolute;
  left: -9999px;
}
html {
  font-size: 15px;
}
.gdprCookieBanner-acceptedAll {
  margin-bottom: 0px !important;
  padding-bottom: 12em;
}
@media only screen and (min-width: 318px) and (max-width: 767px) {
  .gdprCookieBanner-acceptedAll {
    padding-bottom: 15em;
  }
}
.logo {
  background-image: url(http://krakenjs.com/img/kraken.svg);
  background-repeat: no-repeat;
  padding-bottom: 40px;
  padding-left: 160px;
}
.login {
  margin: 40px 0 10px 0;
  width: 30%;
}
.login-form p {
  margin-bottom: 5px;
}
.errorbody {
  padding: 200px;
}
.loadingEffect {
  -webkit-animation-name: fadeScaleIn;
  animation-name: fadeScaleIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
li > a {
  text-align: left;
}
@media only screen and (min-width: 318px) and (max-width: 767px) {
  .flex-container {
    display: flex;
    flex-direction: column;
  }
  #topics-container {
    order: 1;
  }
}
.global-footer .footer-secondary a {
  font-size: 13px;
}
.global-footer .footer-main li,
.global-footer .footer-secondary li,
.global-footer .footer-tertiary li {
  margin-left: 18px;
  margin-top: 6px;
  margin-right: 0;
  margin-bottom: 2px;
}
@media (max-width: 1151px) {
  .pypl-logo {
    width: 26px;
    height: 30px;
    background-size: cover;
    /* @noflip */
    background-position: left;
  }
}
@media (min-width: 1152px) {
  /* @noflip */
  .pp-header .closer-mobile button.pypl-header__subnav-control::after,
  .pp-header .main-link.pypl-header__subnav-control::after,
  .pp-header .main-link:focus.pypl-header__subnav-control::after,
  .pp-header .main-link:hover.pypl-header__subnav-control::after {
    border: 1px solid white;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
  }
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  font-size: 2rem;
  font-weight: bold;
}
.visuallyhidden-white {
  color: #fff;
}
