.pal-blue{background-color:#009cde}.pay-blue{background-color:#003087}.pink{background-color:#de0063}.purple{background-color:#640487}.green{background-color:#00cf92}.orange{background-color:#ff9600}.pink,.purple,.green,.orange,.pink *,.purple *,.green *,.orange *,.pay-blue *,.pal-blue *{color:#fff}.hero-bg,.hero-bg .parallax-bg{background-image:url("https://www.paypalobjects.com/marketing/web/us/pp-digitize-cash/pp-digitize-cash-hero.jpg")}@media (orientation:portrait){html[data-device-type="portable"] .hero-bg .heroBtn,html[data-device-type="portable"] .hero-bg .parallax-bg .heroBtn{width:75%}}@media (orientation:landscape){html[data-device-type="mobile"]  .hero-bg{background-size:auto 315px}html[data-device-type="mobile"]  .heroBtn{width:100%;max-width:345px}}.hero-bg .editorial-container{padding-right:0}.pageHeadline{font-weight:bold}.pageHeadline b{font-weight:300;display:block}.steps-section{padding-top:45px}.fleft{float:left}.badges{margin-left:0;margin-top:30px}html[data-device-type="mobile"] .bottom-spacing{padding-bottom:20px}.match-height{text-align:center}.match-height:before{content:' ';display:inline-block;vertical-align:middle;height:100%}.match-height img{vertical-align:middle;display:inline-block}.app-logos{float:left;width:20%;padding-bottom:18px;padding-top:18px;text-indent:-999em;position:relative}.app-logos:after{content:"";display:block;height:100px;background:url("https://www.paypalobjects.com/webstatic/en_US/mktg/wright/buy_onthego/buy_onthego_logos.png") no-repeat center 25px transparent}.app-logos.uber:after{background-position:center -95px}.app-logos.stubhub:after{background-position:center -190px}.app-logos.tt:after{background-position:80% -375px}.app-logos.jane:after{background-position:center -280px}.n1,.n1 .parallax-bg{background-image:url("https://www.paypalobjects.com/webstatic/en_US/mktg/wright/buy_onthego/buy_onthego_n1S5_1x.jpg")}.n2,.n2 .parallax-bg{background-image:url("https://www.paypalobjects.com/webstatic/en_US/mktg/wright/buy_onthego/buy_onthego_n2topdown_1x.jpg")}.n3{padding-bottom:375px;background:url("https://www.paypalobjects.com/webstatic/en_US/mktg/wright/buy_onthego/buy_onthego_n4lockup_1x.jpg") no-repeat center bottom}.pulloutPara{padding-bottom:0}html[data-device-type="dedicated"] .steps,html[data-device-type="portable"] .steps{padding-top:60px;padding-bottom:60px}html[data-device-type="portable"] .n1{background-position:42% center}html[data-device-type="portable"] .n3{background-size:auto 350px}html[data-device-type="mobile"] .hero-bg.hero-pop-out .editorial-container:nth-child(2) img{width:auto;height:300px}html[data-device-type="mobile"] .hero-bg:not(.no-img) .editorial-cell{display:block;padding-top:250px}html[data-device-type="mobile"] .pageHeadline b{display:inline}html[data-device-type="mobile"] .n3{background-size:auto 265px}@media (max-width:467px){html[data-device-type="mobile"] .hero-bg.hero-pop-out .editorial-container:nth-child(2) img{left:22%}html[data-device-type="mobile"] .app-logos{width:50%}}@media (min-width:468px){html[data-device-type="mobile"] .hero-bg.hero-pop-out .editorial-container:nth-child(2) img{left:35%}html[data-device-type="mobile"] .app-logos{width:32%}}html p.circle:nth-child(2){border:none}p.contentPara{padding:20px 0}.istlye{font-size:55px;font-size:3.92857143rem;margin-right:7px;margin-left:-12px}.imgstlye{width:35px;margin-right:15px}.imgstlye img{border-radius:20px}.linkClass,.linkClass:first-of-type{display:inline-block;border:1px solid #009cde;padding:9px 15px 10px;font-size:15px;font-size:1.07142857rem;font-weight:bold;line-height:1.4545em;-webkit-font-smoothing:antialiased;color:#009cde;text-align:center;vertical-align:middle;cursor:pointer;border-radius:5px;-moz-box-sizing:border-box;box-sizing:border-box}.legal-notes{padding-top:90px}html[data-device-type="mobile"] .legal-notes{padding-top:20px}.contentLink:first-of-type:not(.btn){border-left:1px solid #009cde;padding-left:15px;margin-top:30px}@media (orientation:portrait){html[data-device-type="portable"] .closing-section .closing-cta{width:40%}}

/**
* @fileOverview App badges to show on page as needed
* @name app-badges.css
* @author mdaveshah
*/
.app {
  display: inline-block;
  margin-left: 10px;
  height: 40px;
  width: 135px;
  background: url("https://www.paypalobjects.com/webstatic/en_US/mktg/wright/icons/appbadges_2x_sprite.png") no-repeat 0 0;
  background-size: 135px 800px;
}
.app-fr{
  background: url("https://www.paypalobjects.com/webstatic/fr_CA/mktg/wright/icons/appbadges_1x_sprite.png") no-repeat 0 0;
}
.no-backgroundsize .app {
  /* for IE 8 and IE 9*/
  background-image: url("https://www.paypalobjects.com/webstatic/en_US/mktg/wright/icons/appbadges_1x_sprite.png");
}
.apple,
.apple-light {
  margin-left: 0;
}
.apple:hover,
.apple:focus {
  background-position: 0 -40px;
}
.android {
  background-position: 0 -80px;
}
.android:hover,
.android:focus {
  background-position: 0 -120px;
}
.windows {
  background-position: 0 -160px;
}
.windows:hover,
.windows:focus {
  background-position: 0 -200px;
}
.amazon {
  background-position: 0 -480px;
}
.amazon:hover,
.amazon:focus {
  background-position: 0px -520px;
}
/* lighter version */
.apple-light {
  background-position: 0 -240px;
}
.apple-light:hover,
.apple-light:focus {
  background-position: 0 -280px;
}
.android-light {
  background-position: 0 -320px;
}
.android-light:hover,
.android-light:focus {
  background-position: 0 -360px;
}
.windows-light {
  background-position: 0 -400px;
}
.windows-light:hover,
.windows-light:focus {
  background-position: 0 -440px;
}
.amazon-light {
  background-position: 0 -480px;
}
.amazon-light:hover,
.amazon-light:focus {
  background-position: 0px -520px;
}

