/* Down Arrow - Banner Image */
html[data-device-type=dedicated] .down-arrow, html[data-device-type="portable"] .down-arrow  {
  cursor: pointer;
  position: absolute;
  display: block;
  width: 3em;
  height: 3em;
  bottom: 25px;
  left: 48.5%;
  transform: rotate(45deg);
  transition: all .3s ease-out;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
html[data-device-type="portable"] .down-arrow  {
  left: 47%;
}
html[data-device-type="portable"] .account-selection .down-arrow  {
  left: 48%;
}

/* /hero-full.css */
.row-fluid .content-block {
    min-height: 540px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.table-row.hero > #hero {
    text-align: center;
    vertical-align: middle;
}
.novideo-bg {
    display: none;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    height: 400%\9;
    z-index: -1;
}
.no-backgroundsize .novideo-bg {
    top: -280px\9;
}
.novideo-bg.show {
    display: block;
}
.hero .novideo-bg {
    background-image: url("https://www.paypalobjects.com/webstatic/mktg/wright/home/city_bg_mobile.jpg");
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}
.dark .hero-video-still .novideo-bg {
    background-color: #333;
}
#hero.video-loaded > .novideo-bg {
    display: none;
}
.hero h1 {
    margin-bottom: 20px;
    line-height: 1.3em;
}
.hero .row-fluid {
    background: transparent;
}
.hero .btn {
    width: 321px;
}
.hero .legal-notes {
    color: #fff;
    line-height: 1.5em;
}
.hero .signup-subline {
    margin-top: 26px;
    font-size: 15px;
    font-size: 1.07142857142857rem;
}
#fixed-top > .table-row.hero > div {
    text-align: center;
    vertical-align: middle;
}
html[data-device-type="dedicated"] .hero-fixed {
  min-height: 500px;
}
html[data-device-type="dedicated"] .hero-subheadline,
html[data-device-type="portable"] .hero-subheadline {
    margin-bottom: 26px;
    font-size: 18px;
}
html[data-device-type="dedicated"] .hero-hatch,
html[data-device-type="portable"] .hero-hatch {
    margin-top: 26px;
}
/* content on the left half */
html[data-device-type="dedicated"] .hero .span7,
html[data-device-type="portable"] .hero .span7 {
    padding: 0;
    text-align: left;
}
/* Portable */
html[data-device-type="portable"] .hero .btn {
    width: 32%;
}
/* Mobile version */
html[data-device-type="mobile"] .hero .row-fluid .span7 {
    width: 100%;
}
html[data-device-type="mobile"] .hero .span12,
html[data-device-type="mobile"] .hero .span7 {
    padding: 3.75%;
}
html[data-device-type="mobile"] .hero .btn {
    width: 89%;
    display: block;
    margin: 0 auto;
    -webkit-touch-callout: none;
}
html[data-device-type="mobile"] .hero h1 {
    font-size: 40px;
    font-size: 2.857rem;
    line-height: 1.25em;
    padding: 4% 8% 0;
    text-shadow: none;
    margin-top: 0;
}
html[data-device-type="mobile"] .hero.mobile-img-top .span12 {
    padding-top: 225px;
}
html[data-device-type="mobile"] .hero.mobile-img-top .hero-video-still .novideo-bg {
    background-size: auto 225px;
    background-repeat: no-repeat;
    background-position: right top;
}
html[data-device-type="mobile"] .hero .signup-subline {
    margin-top: 0;
}

/********* px-video.css ************/

/* utilities */
.sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.show-inline {
  display: inline-block;
}

/* containers */
.px-video-img-captions-container * {
  box-sizing: border-box;
}
.px-video-img-captions-container {
  position: relative;
  background-color: #FFF;
}
.px-video-container {
  position: relative;
}
.px-video-container .loading-spinner {
  background: no-repeat url('https://www.paypalobjects.com/webstatic/es_MX/mktg/logos-buttons/redesign/loading.gif');
  content: '';
  position: absolute;
  left: 50%;
  top: 40%;
  width: 45px;
  height: 45px;
  margin-left: -30px;
  margin-top: -30px;
  text-indent: -999em;
  overflow: hidden;
}

/* progress indicator */
.px-video-progress {
  width: 100%;
  height: 10px;
}
.px-video-progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  border: none;
}
.px-video-progress[value]::-webkit-progress-bar {
  background-color: #E6E6E6;
}
.px-video-progress[value]::-webkit-progress-value {
  background-color: #009CDF;
}

/* caption area */
.px-video-captions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: .5em;
  min-height: 2.5em;
  background-color: #000;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  opacity: 0.75;
}

/* buttons */
.px-video-controls button {
  border: 1px #fff solid;
  background: transparent;
  padding: 0;
  margin: 0 5px;
  min-width: 25px;
  height: 20px;
  overflow: hidden;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
}
.px-video-controls button:focus {
  border: 1px #999 dotted;
  outline: none;
}
.px-video-controls button {
  cursor: pointer;
}
button.px-video-restart {
  margin-left: 0;
}
/* restart button */

.px-video-controls button.px-video-restart {
  background-position: -6px -333px;
}
.px-video-controls button.px-video-restart:hover,
.px-video-controls button.px-video-restart:focus {
  background-position: -6px -297px;
}

/* rewind button */
.px-video-controls button.px-video-rewind {
  background-position: -6px -189px;
}
.px-video-controls button.px-video-rewind:hover,
.px-video-controls button.px-video-rewind:focus {
  background-position: -6px -153px;
}

/* play button */
.px-video-controls button.px-video-play {
  background-position: -6px -45px;
}
.px-video-controls button.px-video-play:hover,
.px-video-controls button.px-video-play:focus {
  background-position: -6px -9px;
}

/* pause button */
.px-video-controls button.px-video-pause {
  background-position: -6px -117px;
}
.px-video-controls button.px-video-pause:hover,
.px-video-controls button.px-video-pause:focus {
  background-position: -6px -81px;
}

/* forward button */
.px-video-controls button.px-video-forward {
  background-position: -6px -261px;
}
.px-video-controls button.px-video-forward:hover,
.px-video-controls button.px-video-forward:focus {
  background-position: -6px -225px;
}

/* captions button */
.px-video-captions-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-left: 25px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -835px;
}
.px-video-captions-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -799px;
}
.px-video-captions-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -799px;
  cursor: pointer;
}
.px-video-captions-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -799px;
}
.px-video-captions-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -871px;
}

/* mute button */
.px-video-mute-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-left: 240px;
  margin-top: 2px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -476px;
}
.px-video-mute-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -440px;
}
.px-video-mute-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -440px;
  cursor: pointer;
}
.px-video-mute-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -440px;
}
/* checked state of mute button */
.px-video-mute-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -692px;
}
.px-video-mute-btn-container input[type="checkbox"]:checked:hover+label,
.px-video-mute-btn-container input[type="checkbox"]:checked:focus+label {
  background-position: -6px -656px;
}

/* volume range input */
.px-video-controls input[type='range'] {
  -webkit-appearance: none;
  height: 6px;
  width: 100px;
  margin-top: 8px;
  background-color: #E6E6E6;
  outline:none;
}
.px-video-controls input[type='range']:focus::-webkit-slider-thumb {
  outline: 1px #999 dotted;
}
.px-video-controls input[type='range']::-moz-range-track {
  -moz-appearance: none;
  height: 6px;
  background-color: #E6E6E6;
  border: none;
}
.px-video-controls input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  height: 10px;
  width: 6px;
  background-color: #666;
}
.px-video-controls input[type='range']::-moz-range-thumb {
  height: 12px;
  width: 8px;
}
/* fixing display for IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .px-video-controls input[type='range'] {
    position: relative;
    padding: 0;
    height: 8px;
    top: -3px;
  }
  .px-video-time {
    margin-top: 4px;
  }
  .px-video-captions {
    padding: 8px;
    min-height: 36px;
  }
}

/* Fullscreen styles */
.px-video-fullscreen-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin: 0 10px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -907px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -943px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -943px;
  cursor: pointer;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -943px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -979px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:checked:hover+label {
  background-position: -6px -1015px;
}
.px-video-container.fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-cursor-visibility: auto-hide;
}
.display-inline {
  display: inline-block;
  vertical-align: top;
}
/* style applied through js */
.px-video-controls.js-fullscreen-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 940;
  background: white;
  text-align: center;
}

  .px-video-captions.js-fullscreen-captions {
  min-height: 3.5em;
  font-size: 2.5em;
  padding: 1em;
}

.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;
}
/* For mobile - shorter height and width */
.sticky-nav-global {
  z-index: 3;
  line-height: 60px;
  padding: 1px;
  opacity: .95;
}
.sticky-nav-global .stickyContainer {
  padding: 10px 0;
  overflow: auto;
}
.sticky-nav-global.white {
  background: #fff;
}
.sticky-nav-global.white .links-section ul li a {
  font-weight: bold;
}
.sticky-nav-global.white .stickyContainer {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.sticky-nav-global.white.on {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.sticky-nav-global.white.on .stickyContainer {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
}
.sticky-nav-global.gray {
  background: #f5f5f5;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.sticky-nav-global .btn-section {
  width: 25%;
  float: left;
}
.sticky-nav-global .btn-section .btn {
  visibility: hidden;
  font-size: 13px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sticky-nav-global .mobile-control {
  display: none;
}
.sticky-nav-global .links-section {
  width: 75%;
  float: left;
}
.sticky-nav-global .links-section .links-container {
  float: right;
}
.sticky-nav-global .links-section .links-container p {
  display: inline-block;
  margin-right: 10px;
}
.sticky-nav-global .links-section .links-container ul {
  display: inline-block;
  margin: 0;
}
.sticky-nav-global .links-section .links-container ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  justify-content: space-between;
}
.sticky-nav-global .links-section .links-container ul li.justified {
  display: flex;
}
.sticky-nav-global.on {
  position: fixed;
  top: 0;
  z-index: 4;
}
.sticky-nav-global.on .btn-section .btn {
  visibility: visible;
}
.sticky-nav-global.non-sticky {
  position: static;
}
.sticky-nav-global.btn-right .btn-section {
  float: right;
}
.sticky-nav-global.btn-right .links-section .links-container {
  float: left;
}
.sticky-nav-global.btn-right .links-section .links-container .link-item:first-of-type a {
  margin-left: 0;
}
@media (max-width: 1000px) {
  .sticky-nav-global {
    line-height: 30px;
  }
  .sticky-nav-global .containerCentered {
    min-width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sticky-nav-global .containerCentered .links-container {
    float: left;
    margin-left: 10px;
  }
  .sticky-nav-global .containerCentered .links-container .links-headline {
    display: none;
  }
  .sticky-nav-global .containerCentered .links-container .sticky-nav-links {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .sticky-nav-global .links-section {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.3s height;
    -moz-transition: 0.3s height;
    -webkit-transition: 0.3s height;
  }
  .sticky-nav-global .links-section .links-container {
    margin-left: 0;
    width: inherit;
  }
  .sticky-nav-global .links-section .links-container ul {
    width: inherit;
  }
  .sticky-nav-global .links-section .links-container ul li {
    display: block;
    width: inherit;
  }
  .sticky-nav-global .links-section .links-container ul li a.sticky-nav-links {
    display: block;
    width: inherit;
    margin-left: 0;
    line-height: 25px;
  }
  .sticky-nav-global.on .mobile-control {
    float: right;
  }
  .sticky-nav-global.on .btn-section {
    display: block;
  }
  .sticky-nav-global.on.btn-right .mobile-control {
    float: left;
  }
  .sticky-nav-global .mobile-control {
    margin: auto;
    min-width: 40px;
    display: block;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMjhDQUY2RjQ4RjcxMUU1QkIzNUVGNzFBNTcxOEQ4MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMjhDQUY3MDQ4RjcxMUU1QkIzNUVGNzFBNTcxOEQ4MCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjEyOENBRjZENDhGNzExRTVCQjM1RUY3MUE1NzE4RDgwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjEyOENBRjZFNDhGNzExRTVCQjM1RUY3MUE1NzE4RDgwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+XITWJgAAARtJREFUeNrs2dENgjAQBmAwbsAaPoAkLqA+uIAOpfv4oA8uQOIgMAOeSZsQIlra/6rB/5J7ABKuH4H2gLRt22QKMUsmEoQQQgghhBBCCCGEEPI/kPnQgaqqfnLAZVny1lpKXiWzL4wvM7ULBOQouZa8RMZkpuaz9gkBOUjezVWJhbGIwtTeIyC15DYipo/YSDao6TcWxgsxdtaqzYm1MN0HexTCZ/ptlDAWkfsgfNcRNCYYEbIgojAQROjKHoqBIRAtSh/j2gFAEaheq4vJHTBwBLJpdMWoINDd7yeMGkKjjR/CqCLevlgBMHbgN7N/oYXQgrzCJJoITUgXczbbOy2ENsRiVvyKMiJS/tUlhBBCCCGEEEIIUYuHAAMAg89oVszT+ikAAAAASUVORK5CYII=');
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .sticky-nav-global .mobile-control.on {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAQAAABu4E3oAAAFFWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTIgMS4xNDk2MDIsIDIwMTIvMTAvMTAtMTg6MTA6MjQgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICB4bWxuczpkYW09Imh0dHA6Ly93d3cuZGF5LmNvbS9kYW0vMS4wIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpQYXlQYWw9Ind3dy5wYXlwYWwuY29tL2Jhc2UvdjEiCiAgIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIgogICBkYzptb2RpZmllZD0iMjAxMy0xMi0xMFQxNTo0ODo1Ny41MjEtMDg6MDAiCiAgIGRhbTpzaXplPSIxNzEiCiAgIGRhbTpQaHlzaWNhbHdpZHRoaW5pbmNoZXM9Ii0xLjAiCiAgIGRhbTpleHRyYWN0ZWQ9IjIwMTMtMTItMTBUMTU6NDg6NTYuMTYxLTA4OjAwIgogICBkYW06c2hhMT0iZjQwZTM2OGI1NmNlMDdhZDRlNWNlY2ZiNGY5NDQxZmU1YjM3NDFjMiIKICAgZGFtOk51bWJlcm9mdGV4dHVhbGNvbW1lbnRzPSIwIgogICBkYW06RmlsZWZvcm1hdD0iUE5HIgogICBkYW06UHJvZ3Jlc3NpdmU9Im5vIgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmRwaT0iLTEiCiAgIGRhbTpNSU1FdHlwZT0iaW1hZ2UvcG5nIgogICBkYW06TnVtYmVyb2ZpbWFnZXM9IjEiCiAgIGRhbTpCaXRzcGVycGl4ZWw9IjE2IgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmluY2hlcz0iLTEuMCIKICAgZGFtOlBoeXNpY2Fsd2lkdGhpbmRwaT0iLTEiCiAgIHRpZmY6SW1hZ2VMZW5ndGg9IjI1IgogICB0aWZmOkltYWdlV2lkdGg9IjI1IgogICBQYXlQYWw6c3RhdHVzPSJTb3VyY2VBcHByb3ZlZCIKICAgUGF5UGFsOnNvdXJjZU5vZGVQYXRoPSIvY29udGVudC9kYW0vUGF5UGFsRGlnaXRhbEFzc2V0cy9zcGFydGFJbWFnZXMvR2xvYmFsSW1hZ2VzL21rdGcvMjAxNGRlc2lnbi9jbG9zZV9kZWZhdWx0LnBuZyIKICAgUGF5UGFsOmlzU291cmNlPSJ0cnVlIj4KICAgPGRjOmxhbmd1YWdlPgogICAgPHJkZjpCYWcvPgogICA8L2RjOmxhbmd1YWdlPgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/PhESLTAAAABySURBVHgBzdIxCoAwFATRtZCACYpoITaCl9BjeP/T2AnB4W+b6V+K7Ff7FcVN6lWVdGkNwKz7/2hm9IFRECMGjBg4xIARA4MQGHSGANr16BAUDbeZcfFbc4gAyCIAHgFgxMAjBgYVBhVaVNVpsBeR1HYvtcwLhzoX1iQAAAAASUVORK5CYII=');
    background-size: 25px 25px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sticky-nav-global .btn-section {
    display: none;
    width: auto;
    max-width: 75%;
  }
  .sticky-nav-global .btn-section .btn {
    min-width: 100%;
  }
}

.hero-bg.account-selection {
  min-height: 630px;
  /* Styles Specific to BR Home Hero */
}
.hero-bg.account-selection.show-personal-bg,
.hero-bg.account-selection:before {
  background-image: url("https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/shared/account-select-hero-banner/bg_personal.jpg");
  background-size: cover;
  background-position: left top;
}
.hero-bg.account-selection.show-business-bg,
.hero-bg.account-selection:after {
  background-image: url("https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/shared/account-select-hero-banner/bg_business.jpg");
  background-size: cover;
  background-position: right top;
}
.hero-bg.account-selection:before {
  content: "";
  display: inline-block;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.hero-bg.account-selection:after {
  content: "";
  display: inline-block;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.hero-bg.account-selection.show-personal-bg:before,
.hero-bg.account-selection.show-business-bg:before,
.hero-bg.account-selection.show-personal-bg:after,
.hero-bg.account-selection.show-business-bg:after {
  background: none;
}
.hero-bg.account-selection .acct-select-block {
  padding-top: 30px;
}
.hero-bg.account-selection h1 {
  font-family: "DharmaGothicE-RegularItalic", Helvetica Neue, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 56px;
}
.hero-bg.account-selection h2,
.hero-bg.account-selection p {
  margin-bottom: 15px;
}
.hero-bg.account-selection .personal-block {
  text-align: left;
  padding-right: 140px;
}
.hero-bg.account-selection .business-block {
  text-align: right;
  padding-left: 120px;
}
.hero-bg.account-selection .img-icon {
  width: 100px;
}
.hero-bg.account-selection .acct-para {
  font-size: 15px;
}
.hero-bg.account-selection .btn.white-btn {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.hero-bg.account-selection .btn.white-btn:hover {
  background-color: transparent;
  color: #fff;
}
.hero-bg.account-selection .link-para a {
  font-size: 15px;
}
.hero-bg.account-selection .link-para a.video-link:before {
  content: '';
  border: 12px solid transparent;
  border-width: 6px 12px;
  border-left-color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.hero-bg.account-selection .info-block {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 82px 30px 20px 30px;
  box-sizing: border-box;
}
.hero-bg.account-selection .info-block.personal-info {
  right: 0;
}
.hero-bg.account-selection .info-block.business-info {
  left: 0;
  text-align: left;
}
.hero-bg.account-selection .info-block .close {
  float: right;
  width: 8%;
  cursor: pointer;
}
.hero-bg.account-selection .info-block .close img {
  width: 20px;
  height: 20px;
}
.hero-bg.account-selection .info-block .info-list {
  width: 90%;
}
.hero-bg.account-selection .info-block .info-list li {
  display: table;
  margin-bottom: 50px;
}
.hero-bg.account-selection .info-block .icon-container {
  display: table-cell;
  width: 10%;
  padding: 0 2% 0 0;
  vertical-align: top;
}
.hero-bg.account-selection .info-block .icon-container img {
  width: 100%;
}
.hero-bg.account-selection .info-block .info-container {
  display: table-cell;
  width: 80%;
  padding-left: 1%;
  padding-right: 7%;
}
.hero-bg.account-selection .info-block .info-container .info-head {
  font-size: 20px;
  margin-bottom: 5px;
}
.hero-bg.account-selection .info-block .info-container .info-para {
  font-size: 15px;
}
.hero-bg.account-selection .info-block .info-container .info-para a {
  text-decoration: underline;
}
.hero-bg.account-selection.br-acct-select {
  min-height: 700px;
}
.hero-bg.account-selection.br-acct-select .business-block {
  padding-left: 100px;
}
.hero-bg.account-selection.br-acct-select .business-block .cta-para {
  text-align: right;
}
.hero-bg.account-selection.br-acct-select .acct-para {
  min-height: 40px;
}
.hero-bg.account-selection.br-acct-select .cta-para .btn {
  display: inline-block;
  width: 66%;
}
.hero-bg.account-selection.br-acct-select .cta-para .btn:last-child {
  margin-top: 10px;
}
.in-visible {
  visibility: hidden;
}
/* Portable Style Starts */
html[data-device-type="portable"] .hero-bg.account-selection {
  background-image: url("https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/shared/account-select-hero-banner/tablet_mobile_split_account_bg.jpg");
  background-size: cover;
  background-position: center center;
  /* Styles Specific to BR Home Hero */
}
html[data-device-type="portable"] .hero-bg.account-selection:before,
html[data-device-type="portable"] .hero-bg.account-selection:after {
  background: none;
}
html[data-device-type="portable"] .hero-bg.account-selection h1 {
  font-size: 42px;
}
html[data-device-type="portable"] .hero-bg.account-selection .acct-select-block {
  padding-top: 15px;
}
html[data-device-type="portable"] .hero-bg.account-selection .img-icon {
  width: 80px;
}
html[data-device-type="portable"] .hero-bg.account-selection h2 {
  font-size: 28px;
}
html[data-device-type="portable"] .hero-bg.account-selection .personal-block {
  padding-right: 15px;
}
html[data-device-type="portable"] .hero-bg.account-selection .business-block {
  padding-left: 15px;
}
html[data-device-type="portable"] .hero-bg.account-selection .cta-para a.btn {
  display: inline-block;
  width: 75%;
}
html[data-device-type="portable"] .hero-bg.account-selection .cta-para a.btn:last-child {
  margin-top: 10px;
}
html[data-device-type="portable"] .hero-bg.account-selection .info-block {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 82px 10px 20px 10px;
  box-sizing: border-box;
}
html[data-device-type="portable"] .hero-bg.account-selection .info-block.personal-info {
  right: 0;
}
html[data-device-type="portable"] .hero-bg.account-selection .info-block.business-info {
  left: 0;
  text-align: left;
}
html[data-device-type="portable"] .hero-bg.account-selection .info-block .close {
  float: right;
  width: 8%;
  cursor: pointer;
}
html[data-device-type="portable"] .hero-bg.account-selection .info-block .close img {
  width: 25px;
  height: 25px;
}
html[data-device-type="portable"] .hero-bg.account-selection .info-block .info-list {
  width: 90%;
}
html[data-device-type="portable"] .hero-bg.account-selection .info-block .info-list li {
  display: table;
  margin-bottom: 20px;
}
html[data-device-type="portable"] .hero-bg.account-selection .info-block .icon-container {
  width: 15%;
  padding-right: 2%;
}
html[data-device-type="portable"] .hero-bg.account-selection .info-block .icon-container img {
  width: 100%;
}
html[data-device-type="portable"] .hero-bg.account-selection .info-block .info-container {
  width: 81%;
  padding-left: 1%;
  padding-right: 1%;
}
html[data-device-type="portable"] .hero-bg.account-selection .info-block .info-container .info-head {
  font-size: 20px;
  margin-bottom: 5px;
}
html[data-device-type="portable"] .hero-bg.account-selection .info-block .info-container .info-para {
  font-size: 15px;
}
html[data-device-type="portable"] .hero-bg.account-selection .info-block .info-container .info-para a {
  text-decoration: underline;
}
html[data-device-type="portable"] .hero-bg.account-selection.br-acct-select .cta-para .btn {
  width: 90%;
}
html[data-device-type="portable"] .hero-bg.account-selection.br-acct-select .acct-select-block .acct-para {
  min-height: 60px;
}
/* Portable Style Ends */
/* Mobile Style Starts */
html[data-device-type="mobile"] header[role="banner"].pp-header + #main > section.account-selection:first-of-type {
  padding: 0;
}
html[data-device-type="mobile"] .hero-bg.account-selection {
  /* Styles Specific to BR Home Hero */
}
html[data-device-type="mobile"] .hero-bg.account-selection .containerCentered {
  padding: 0;
}
html[data-device-type="mobile"] .hero-bg.account-selection .editorial-container {
  padding-right: 0;
}
html[data-device-type="mobile"] .hero-bg.account-selection .editorial-cell {
  padding-top: 0;
}
html[data-device-type="mobile"] .hero-bg.account-selection:before,
html[data-device-type="mobile"] .hero-bg.account-selection:after {
  background: none;
}
html[data-device-type="mobile"] .hero-bg.account-selection h1,
html[data-device-type="mobile"] .hero-bg.account-selection p.contentPara {
  display: none;
}
html[data-device-type="mobile"] .hero-bg.account-selection p {
  padding: 0;
  color: #fff;
}
html[data-device-type="mobile"] .hero-bg.account-selection .acct-select-block {
  padding-top: 0;
}
html[data-device-type="mobile"] .hero-bg.account-selection .acct-select-block .acct-para {
  font-size: 15px;
  padding: 0 5px;
}
html[data-device-type="mobile"] .hero-bg.account-selection .acct-select-block a[href^=tel] {
  color: #fff;
}
html[data-device-type="mobile"] .hero-bg.account-selection .img-icon {
  width: 80px;
}
html[data-device-type="mobile"] .hero-bg.account-selection h2 {
  font-size: 22px;
  color: #fff;
}
html[data-device-type="mobile"] .hero-bg.account-selection .personal-block {
  padding: 72px 0 20px;
  width: 100%;
  text-align: center;
  background: url("https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/shared/account-select-hero-banner/bg_personal.jpg") no-repeat;
  background-position: 28% 0;
  background-size: cover;
}
html[data-device-type="mobile"] .hero-bg.account-selection .business-block {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  background: url("https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/shared/account-select-hero-banner/bg_business.jpg") no-repeat;
  background-position: 95% 0;
  background-size: cover;
}
html[data-device-type="mobile"] .hero-bg.account-selection .cta-para a.btn {
  display: inline-block;
  width: 75%;
}
html[data-device-type="mobile"] .hero-bg.account-selection .cta-para a.btn:last-child {
  margin-top: 10px;
}
html[data-device-type="mobile"] .hero-bg.account-selection .link-para a {
  color: #fff;
}
html[data-device-type="mobile"] .hero-bg.account-selection .info-block {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px 10px 20px 10px;
  box-sizing: border-box;
  position: static;
  width: 100%;
}
html[data-device-type="mobile"] .hero-bg.account-selection .info-block.personal-info {
  text-align: left;
}
html[data-device-type="mobile"] .hero-bg.account-selection .info-block.business-info {
  text-align: left;
}
html[data-device-type="mobile"] .hero-bg.account-selection .info-block .close {
  float: right;
  width: 8%;
  cursor: pointer;
}
html[data-device-type="mobile"] .hero-bg.account-selection .info-block .close img {
  width: 25px;
  height: 25px;
}
html[data-device-type="mobile"] .hero-bg.account-selection .info-block .info-list {
  width: 90%;
}
html[data-device-type="mobile"] .hero-bg.account-selection .info-block .info-list li {
  display: table;
  margin-bottom: 20px;
}
html[data-device-type="mobile"] .hero-bg.account-selection .info-block .icon-container {
  width: 15%;
  padding-right: 2%;
}
html[data-device-type="mobile"] .hero-bg.account-selection .info-block .icon-container img {
  width: 100%;
}
html[data-device-type="mobile"] .hero-bg.account-selection .info-block .info-container {
  width: 81%;
  padding-left: 1%;
  padding-right: 1%;
}
html[data-device-type="mobile"] .hero-bg.account-selection .info-block .info-container .info-head {
  font-size: 20px;
  margin-bottom: 5px;
  color: #fff;
}
html[data-device-type="mobile"] .hero-bg.account-selection .info-block .info-container .info-para {
  font-size: 15px;
}
html[data-device-type="mobile"] .hero-bg.account-selection .info-block .info-container .info-para a {
  text-decoration: underline;
  color: #fff;
}
html[data-device-type="mobile"] .hero-bg.account-selection.br-acct-select .business-block .cta-para {
  text-align: center;
}
html[data-device-type="mobile"] .hero-bg.account-selection.br-acct-select .cta-para .btn {
  width: 90%;
}
/* Mobile Style Ends */

.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}.green,.green *,.orange,.orange *,.pal-blue *,.pay-blue *,.pink,.pink *,.purple,.purple *{color:#fff}.dropdown-based h2{padding:30px}.dropdown-based select.dropdown{color:#444;padding:5px 10px;box-sizing:border-box;height:40px;border:1px solid #ccc;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.dropdown-based .dropdown-container{position:relative;width:25%;margin:auto}.dropdown-based .div-dropdown{width:90%;max-width:300px;margin:auto;padding:5%;background:#fff;color:#444}.dropdown-based .div-dropdown:after{content:"";width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid #444;position:absolute;right:10px;margin-top:2px}.dropdown-based .dropdown-list-container{display:none;position:absolute;background:#fff;margin:0;color:#444;width:100%;z-index:5}.dropdown-based .dropdown-list-container li{color:#444;padding:8px 0;cursor:pointer}.dropdown-based .dropdown-list-container li.active-list,.dropdown-based .dropdown-list-container li:hover{background-color:#eee}.dropdown-based .open-list .div-dropdown:after{border-right:8px solid transparent;border-left:8px solid transparent;border-top:8px solid #444;margin-top:6px}.dropdown-based .contentContainer .telefone{padding:0;display:none;transition:.4s linear opacity,display}.dropdown-based .contentContainer .telefone .panel-right{width:60%;margin:auto;text-align:center;background:#fff;padding:20px}.dropdown-based .contentContainer .telefone .panel-right p{color:#de0063}.dropdown-based .contentContainer .default,.dropdown-based .contentContainer .email{position:absolute;padding:0;display:none;transition:.4s linear opacity,display}.dropdown-based .contentContainer .default .pulloutPara,.dropdown-based .contentContainer .email .pulloutPara{padding:5px}.dropdown-based .contentContainer .default .btn,.dropdown-based .contentContainer .email .btn{background:#fff;color:#de0063;margin-top:10px}.dropdown-based .contentContainer .default .btn:hover,.dropdown-based .contentContainer .email .btn:hover{color:#fff;background:#005ea6}.dropdown-based .contentContainer .socials{position:absolute;padding:0;display:none;transition:.4s linear opacity,display}.dropdown-based .contentContainer .socials .panel-img{margin:auto;margin-bottom:10px}.dropdown-based .contentContainer .socials .contentPara{width:60%;text-align:center;margin:auto}.dropdown-based .contentContainer .ouvidoria{position:absolute;padding:0;display:none;transition:.4s linear opacity,display}.dropdown-based .contentContainer .ouvidoria .pulloutPara{padding:10px 0}.dropdown-based .activeContent.default,.dropdown-based .activeContent.email,.dropdown-based .activeContent.ouvidoria,.dropdown-based .activeContent.socials,.dropdown-based .activeContent.telefone{display:block;position:relative;height:auto;z-index:3}html[data-device-type=portable] .dropdown-based .dropdown-container{width:45%}html[data-device-type=portable] .dropdown-based .dropdown-container .div-dropdown{max-width:none}html[data-device-type=portable] .dropdown-based .telefone .panel-right{width:90%}html[data-device-type=mobile] .dropdown-based .dropdown-container{width:90%}html[data-device-type=mobile] .dropdown-based .dropdown-container .div-dropdown{max-width:none}html[data-device-type=mobile] .dropdown-based .dropdown-list-container{top:-50px}html[data-device-type=mobile] .dropdown-based .telefone .panel-right{width:80%}html[data-device-type=mobile] .dropdown-based .contentContainer .default,html[data-device-type=mobile] .dropdown-based .contentContainer .email,html[data-device-type=mobile] .dropdown-based .contentContainer .ouvidoria,html[data-device-type=mobile] .dropdown-based .contentContainer .socials,html[data-device-type=mobile] .dropdown-based .contentContainer .telefone{opacity:1;position:relative;height:auto;display:none}html[data-device-type=mobile] .dropdown-based .activeContent.default,html[data-device-type=mobile] .dropdown-based .activeContent.email,html[data-device-type=mobile] .dropdown-based .activeContent.ouvidoria,html[data-device-type=mobile] .dropdown-based .activeContent.socials,html[data-device-type=mobile] .dropdown-based .activeContent.telefone{display:block}

.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}.steps-interaction p.dd-text{display:inline-block;font-size:18px;font-size:1.28571429rem}.steps-interaction a:hover{text-decoration:none}.steps-interaction .steps-dd-container{display:inline-block;position:relative}.steps-interaction .steps-dd-container .steps-dd-header{box-shadow:0 2px 10px rgba(0,0,0,0.1);position:relative;padding:14px 36px 15px 16px;background-color:#fff;color:#de0063;display:inline-block;font-weight:normal}.steps-interaction .steps-dd-container .steps-dd-header:after{content:"";position:absolute;right:15px;top:23px;border:4px solid rgba(0,0,0,0);border-width:5px 5px;border-top-color:#de0063}.steps-interaction .steps-dd-container .steps-dd-list{margin:0;max-height:0;background-color:#fff;color:#de0063;-webkit-transition:max-height .2s ease-out;-moz-transition:max-height .2s ease-out;-o-transition:max-height .2s ease-out;transition:max-height .2s ease-out;overflow-y:hidden;position:absolute;top:0;left:0;width:100%;z-index:120}.steps-interaction .steps-dd-container .steps-dd-list.slide-down{max-height:800px;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.steps-interaction .steps-dd-container .steps-dd-list .list{padding:9px 0;color:#6c7378;display:block;font-weight:normal}.steps-interaction .steps-dd-container .steps-dd-list .list:hover,.steps-interaction .steps-dd-container .steps-dd-list .list:focus{color:#0c8dc4}.steps-interaction .steps-dd-container .steps-dd-list .list.selected{color:#de0063}.steps-interaction .steps-dd-container .steps-dd-list li:first-child a{padding-top:20px}.steps-interaction .steps-dd-container .steps-dd-list li:last-child a{padding-bottom:20px}.steps-interaction .svg-icon{pointer-events:none;text-align:center}.steps-interaction .svg-icon,.steps-interaction .three-steps{transition:opacity 1s ease-in-out;opacity:1}.steps-interaction .animate-steps{opacity:0}.steps-interaction .hatch-link{display:block;margin-top:10px}html.no-js .steps-interaction .three-steps .three-steps-container{display:none}html.no-js .steps-interaction .three-steps .three-steps-container:first-child{display:block}html.no-js .steps-interaction .cta-container{display:none}html.no-js .steps-interaction .cta-container:first-child{display:block}html[data-device-type="dedicated"] .steps-interaction .dd-text,html[data-device-type="portable"] .steps-interaction .dd-text{margin-right:15px}html[data-device-type="dedicated"] .steps-interaction .svg-icon,html[data-device-type="portable"] .steps-interaction .svg-icon{height:0;width:100%;padding-top:22.3%;position:relative}html[data-device-type="dedicated"] .steps-interaction .svg-icon svg,html[data-device-type="portable"] .steps-interaction .svg-icon svg{position:absolute;top:0;left:0}html[data-device-type="dedicated"] .steps-interaction .steps-dd-container,html[data-device-type="portable"] .steps-interaction .steps-dd-container{width:auto;text-align:left}html[data-device-type="dedicated"] .steps-interaction .steps-dd-container .steps-dd-header,html[data-device-type="portable"] .steps-interaction .steps-dd-container .steps-dd-header{font-size:18px;font-size:1.28571429rem}html[data-device-type="dedicated"] .steps-interaction .steps-dd-container .steps-dd-list,html[data-device-type="portable"] .steps-interaction .steps-dd-container .steps-dd-list{overflow:hidden;width:auto;font-size:18px;font-size:1.28571429rem}html[data-device-type="dedicated"] .steps-interaction .steps-dd-container .list,html[data-device-type="portable"] .steps-interaction .steps-dd-container .list{white-space:pre;padding:9px 15px}html[data-device-type="dedicated"] .steps-interaction .steps,html[data-device-type="portable"] .steps-interaction .steps{padding:0 0 50px}html[data-device-type="portable"] .steps-interaction .dd-text{margin-right:10px}html[data-device-type="mobile"] .steps-interaction{overflow:hidden}html[data-device-type="mobile"] .steps-interaction .span12{padding-right:0}html[data-device-type="mobile"] .steps{padding:0;border:none;overflow:hidden}html[data-device-type="mobile"] .slide-control{position:absolute;background-repeat:no-repeat;background-size:30px 30px;width:30px;height:30px;text-indent:9999px;top:54%}html[data-device-type="mobile"] .slide-control.left{background-image:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/global/icons/steps-control-left.svg")}html[data-device-type="mobile"] .slide-control.right{background-image:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/global/icons/steps-control-right.svg");right:16px}html[data-device-type="mobile"] .indicator-container{text-align:center;padding-top:15px}html[data-device-type="mobile"] .indicator-container .indicator{position:relative;display:inline-block;margin-left:5px;width:12px;height:12px;border-radius:12px;border:1px solid #9da3a6;background:#fff}html[data-device-type="mobile"] .indicator-container .indicator.on{background:#9da3a6}@font-face{font-family:"pp-sans-big-bold";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Bold.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-Bold.svg") format("svg")}@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-regular";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Regular.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-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/PayPalSansBig-Regular.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-bold";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Bold.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-Bold.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-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")}@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-thin";src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.eot");src:url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Thin.eot?#iefix") format("embedded-opentype"),url("https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-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/PayPalSansSmall-Thin.svg") format("svg")}.pp-sans-big-bold{font-family:"pp-sans-big-bold",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}.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-regular{font-family:"pp-sans-big-regular",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}.pp-sans-small-bold{font-family:"pp-sans-small-bold",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-medium{font-family:"pp-sans-small-medium",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-thin{font-family:"pp-sans-small-thin",Helvetica Neue,Arial,sans-serif;font-weight:normal;font-variant:normal}@font-face{font-family:'DharmaGothicE-Regular';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_0_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-ExLightItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_1_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-Heavy';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_2_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-Thin';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_3_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-ExBoldItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_4_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-ThinItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_5_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-Bold';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_6_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-RegularItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_7_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-ExLight';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_8_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-LightItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_9_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-Light';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_A_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-BoldItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_B_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-HeavyItalic';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_C_0.ttf') format('truetype')}@font-face{font-family:'DharmaGothicE-ExBold';src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.eot');src:url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.eot?#iefix') format('embedded-opentype'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.woff') format('woff'),url('https://www.paypalobjects.com/webstatic/mktg/2014design/font/Dharma-Gothic-Expanded/webfonts/2F7DFA_D_0.ttf') format('truetype')}sup.sup-headline{font-size:16px;top:-17px}sup{font-size:10px;top:-0.5em}html[data-device-type="dedicated"] .hero-bg span.customHatch{bottom:0;position:absolute;right:38px}html[data-device-type="portable"] .hero-bg.br-sales .editorial-container.span8{width:100%;text-align:center}html[data-device-type="portable"] .hero-bg.br-sales .editorial-container.span8 h1 .col-content{margin-left:15px;margin-right:15px}html[data-device-type="portable"] .hero-bg.br-sales .editorial-container.span8 h1 .col-content .date-content{font-size:20px}html[data-device-type="portable"] .hero-bg.br-sales .editorial-container.span8 h1 .col-content sub{font-size:15px}html[data-device-type="portable"] .hero-bg.br-sales .editorial-container.span8 .heroBtn{width:50%;float:none}html[data-device-type="portable"] .hero-bg .btn{width:100%}html[data-device-type="portable"] .hero-bg p.contentPara{color:#fff}html[data-device-type="portable"] .hero-bg span.customHatch{bottom:0;position:absolute;right:0}@media (orientation:landscape){html[data-device-type="mobile"] .hero-bg.br-sales .editorial-container.span8 .heroBtn{width:50%;display:inline-block;float:none}}html[data-device-type="mobile"] .hero-bg{background-size:cover;background-position:left center}html[data-device-type="mobile"] .hero-bg.br-sales .editorial-container.span8 h1{margin-top:20px;font-size:60px;font-size:4.28571429rem}html[data-device-type="mobile"] .hero-bg.br-sales .editorial-container.span8 h1 .dot{display:block;margin-bottom:45px;line-height:0}html[data-device-type="mobile"] .hero-bg.br-sales .editorial-container.span8 .heroBtn{width:90%;display:inline-block;float:none}html[data-device-type="mobile"] .hero-bg .editorial-cell{text-align:center;padding-top:44px}html[data-device-type="mobile"] .hero-bg .editorial-cell p.contentPara,html[data-device-type="mobile"] .hero-bg .editorial-cell h1.pageHeadline{color:#fff}html[data-device-type="mobile"] .hero-bg span.customHatch{top:14px;position:relative;right:0}html[data-device-type="dedicated"] .how-pp-works:hover,html[data-device-type="portable"] .how-pp-works:hover{background-color:transparent}.row-fluid.get-paid-easier .containerCentered h3{margin-bottom:30px}.moving-background,.moving-background.playing .mb-button.pause,.moving-background.playing .mb-button.play,.moving-background .mb-button{display:none}section.get-paid-easier{padding:60px 0}.btn-white{border:1px solid #009cde;color:#009cde;background-color:#fff}.n1{background-image:url("https://www.paypalobjects.com/webstatic/pt_BR/mktg/wright/home/home_n1_1x.jpg")}.n2,.n2.parallax .parallax-bg{background-image:url("https://www.paypalobjects.com/webstatic/pt_BR/mktg/wright/home/home_n2_1x.jpg")}.n3{background-image:url("https://www.paypalobjects.com/webstatic/pt_BR/mktg/wright/home/home_n3_1x.jpg")}.c1 .pulloutHeadline{position:relative}.icon-play{display:inline-block;position:relative;width:32px;height:32px;color:#fff;text-indent:-998em;vertical-align:middle;margin-right:12px}.icon-play:after{content:'';position:absolute;top:9px;left:11px;width:0;height:0;border:14px solid transparent;border-width:7px 14px;border-left-color:#009cde;overflow:hidden}.btn-white:visited{color:#009cde;text-decoration:none}.btn-white:hover{color:#fff}.btn-white:hover .icon-play:after{border-left-color:#009cde}.ui-dialog.ui-widget{transform:translate(50%, 25%)}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1){html[data-device-type="portable"] #fixed-top>.hero{height:740px}}.custom-logos{padding:0 0 90px}.custom-logos .row-fluid{background-position:50% 10px}.custom-logos .appslogos{background:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/br/home/logos2.png") no-repeat;width:20%;height:105px;float:left;margin-left:0;margin:10px 0}.custom-logos .appslogos.dealextreme{background-position:50% -13px}.custom-logos .appslogos.riotgames{background-position:50% -95px}.custom-logos .appslogos.lan{background-position:50% -204px}.custom-logos .appslogos.eBay{background-position:50% -325px}.custom-logos .appslogos.toysRus{background-position:50% -426px}.custom-logos .appslogos.aeropostale{background-position:50% -515px}.custom-logos .appslogos.skype{background-position:50% -610px}.custom-logos .appslogos.disney{background-position:50% -707px}.custom-logos .appslogos.spotify{background-position:50% -794px}.custom-logos .appslogos.steam{background-position:50% -888px}@media (orientation:portrait){html[data-device-type="portable"] .hero-bg .pageHeadline,html[data-device-type="mobile"] .hero-bg .pageHeadline{font-size:2.5rem}html[data-device-type="portable"] .hero-bg a.btn.treatment2Btn,html[data-device-type="mobile"] .hero-bg a.btn.treatment2Btn{width:47%}html[data-device-type="mobile"] .hero-bg a.btn.treatment2Btn{padding-left:10px;padding-right:10px;line-height:1.1}html[data-device-type="portable"] .custom-logos .appslogos{width:25%}html[data-device-type="portable"] .clickable-logos .containerCentered .logos-container .logo{width:25%;margin:20px}html[data-device-type="mobile"] .clickable-logos .containerCentered .logos-container{padding:0}html[data-device-type="mobile"] .clickable-logos .containerCentered .logos-container .logo{width:50%;height:60px}html[data-device-type="mobile"] .clickable-logos .containerCentered .logos-container .pontofrio{line-height:80px}html[data-device-type="mobile"] .clickable-logos .containerCentered .logos-container .casas-bahia{line-height:80px}html[data-device-type="mobile"] .clickable-logos .containerCentered .logos-container .casas-bahia img{width:125px;height:35px}html[data-device-type="mobile"] .clickable-logos .containerCentered .logos-container .extra{line-height:120px}html[data-device-type="mobile"] .clickable-logos .containerCentered .logos-container .extra img{width:55px;height:65px}html[data-device-type="mobile"] .clickable-logos .containerCentered .logos-container .uber{line-height:80px}html[data-device-type="mobile"] .clickable-logos .containerCentered .logos-container .uber img{width:95px;height:22px}html[data-device-type="mobile"] .clickable-logos .containerCentered .logos-container .latam{line-height:90px}html[data-device-type="mobile"] .clickable-logos .containerCentered .logos-container .latam img{width:115px;height:35px}html[data-device-type="mobile"] .clickable-logos .containerCentered .logos-container .taxi-99{line-height:115px}html[data-device-type="mobile"] .clickable-logos .containerCentered .logos-container .gol{line-height:90px}html[data-device-type="mobile"] .clickable-logos .containerCentered .logos-container .gol img{width:80px}html[data-device-type="mobile"] .clickable-logos .containerCentered .logos-container .privalia{line-height:105px}html[data-device-type="mobile"] .clickable-logos .containerCentered .logos-container .privalia img{width:150px}html[data-device-type="mobile"] .clickable-logos .containerCentered .logos-container .ingresso{line-height:80px}html[data-device-type="mobile"] .clickable-logos .containerCentered .logos-container .azul{margin-top:-10px;padding-bottom:90px}}html[data-device-type="mobile"] .hero-bg .pageHeadline{font-size:2.5rem}html[data-device-type="mobile"] .hero-bg .hatch span{font-size:1.1rem}@media (orientation:landscape){html[data-device-type="portable"] .hero-bg a.btn.treatment2Btn,html[data-device-type="mobile"] .hero-bg a.btn.treatment2Btn{width:47%;padding-right:20px;padding-left:20px}html[data-device-type="portable"] .hero-bg a.btn.treatment2Btn.how-pp-works,html[data-device-type="mobile"] .hero-bg a.btn.treatment2Btn.how-pp-works{margin-left:5px}}html[data-device-type="portable"] .containerCentered .logos-container .logo{width:25%;height:105px}html[data-device-type="mobile"] .hero-bg .editorial-container .editorial-cell p,html[data-device-type="mobile"] .parallax-bg .editorial-container .editorial-cell p{font-size:1.4rem}html[data-device-type="mobile"] .hero-bg .editorial-container .editorial-cell .heroBtn,html[data-device-type="mobile"] .parallax-bg .editorial-container .editorial-cell .heroBtn{color:#fff}html[data-device-type="mobile"] .custom-logos .containerCentered .appslogos{width:50%;background-size:130px;height:85px}html[data-device-type="mobile"] .custom-logos .containerCentered .appslogos.dealextreme{background-position:50% 5px}html[data-device-type="mobile"] .custom-logos .containerCentered .appslogos.riotgames{background-position:50% -50px}html[data-device-type="mobile"] .custom-logos .containerCentered .appslogos.lan{background-position:50% -136px}html[data-device-type="mobile"] .custom-logos .containerCentered .appslogos.eBay{background-position:50% -222px}html[data-device-type="mobile"] .custom-logos .containerCentered .appslogos.toysRus{background-position:50% -287px}html[data-device-type="mobile"] .custom-logos .containerCentered .appslogos.aeropostale{background-position:50% -346px}html[data-device-type="mobile"] .custom-logos .containerCentered .appslogos.skype{background-position:50% -411px}html[data-device-type="mobile"] .custom-logos .containerCentered .appslogos.disney{background-position:50% -478px}html[data-device-type="mobile"] .custom-logos .containerCentered .appslogos.spotify{background-position:50% -536px}html[data-device-type="mobile"] .custom-logos .containerCentered .appslogos.steam{background-position:50% -603px}html[data-device-type="mobile"] .clickable-logos .containerCentered .logos-container .logo{width:50%}html[data-device-type="dedicated"] .btn-white .icon-play,html[data-device-type="portable"] .btn-white .icon-play,html[data-device-type="mobile"] .btn-white .icon-play{border-left:0 solid #0070ba}.sticky-nav-global.without-btn.on .btn-section .btn{visibility:hidden}.clickable-logos{padding:0 0 90px}.clickable-logos .clearfix{content:" ";display:table;clear:both}.clickable-logos .containerCentered .logos-container{padding:10px 20px}.clickable-logos .containerCentered .logos-container .logo{width:20%;height:105px;line-height:105px;float:left;margin:20px 0;text-align:center;vertical-align:middle;box-sizing:border-box}.clickable-logos .containerCentered .logos-container img{width:auto}.clickable-logos .containerCentered .logos-container .pontofrio{line-height:130px}.clickable-logos .containerCentered .logos-container .casas-bahia{line-height:145px}.clickable-logos .containerCentered .logos-container .casas-bahia img{width:150px;height:45px}.clickable-logos .containerCentered .logos-container .extra{line-height:175px}.clickable-logos .containerCentered .logos-container .uber{line-height:130px}.clickable-logos .containerCentered .logos-container .uber img{width:135px;height:30px}.clickable-logos .containerCentered .logos-container .latam{line-height:150px}.clickable-logos .containerCentered .logos-container .gol{line-height:160px}.clickable-logos .containerCentered .logos-container .gol img{width:100px}.clickable-logos .containerCentered .logos-container .privalia{line-height:180px}.clickable-logos .containerCentered .logos-container .ingresso{line-height:150px}.clickable-logos .containerCentered .logos-container .ingresso img{width:270px;height:70px}.clickable-logos .containerCentered .logos-container .taxi-99{line-height:170px}.clickable-logos .containerCentered .logos-container .taxi-99 img{width:270px;height:70px}.hero-bg.january-hero{background-size:cover}.hero-bg.january-hero .block{display:block}.hero-bg.january-hero.cookied{background:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/br/home/hero_banner_jan_cookied_bg.jpg") no-repeat;background-position:60% center}.hero-bg.january-hero.cookied h1{padding-bottom:10px}.hero-bg.january-hero.cookied h1 .block{font-family:"DharmaGothicE-BoldItalic",Arial,sans-serif}.hero-bg.january-hero.cookied h1 .block.first{font-size:48px;font-size:3.42857143rem;color:#009cde}.hero-bg.january-hero.cookied h1 .block.second{font-size:62px;font-size:4.42857143rem;color:#003087;line-height:52px}.hero-bg.january-hero.cookied p.contentPara{color:#003087;font-weight:200;font-size:15px;font-size:1.07142857rem;line-height:2em}html[data-device-type="dedicated"] .hero-bg.january-hero.cookied:before,html[data-device-type="portable"] .hero-bg.january-hero.cookied:before{content:"";width:0;height:0;border-style:solid;position:fixed;border-width:calc(355.1px) calc(38.16px) 0 0;border-color:#CD1968 transparent transparent transparent;top:0;left:0;z-index:-1}html[data-device-type="dedicated"] .hero-bg.january-hero.cookied:after,html[data-device-type="portable"] .hero-bg.january-hero.cookied:after{content:"";width:0;height:0;border-style:solid;position:fixed;border-width:0 0 calc(355.1px) calc(38.16px);border-color:transparent transparent #003087 transparent;bottom:0;right:0;z-index:-1}html[data-device-type="mobile"] .hero-bg.january-hero.cookied:before{content:"";width:0;height:0;border-style:solid;position:fixed;border-width:calc(132.5px) calc(10.6px) 0 0;border-color:#CD1968 transparent transparent transparent;top:0;left:0;z-index:-1}html[data-device-type="mobile"] .hero-bg.january-hero.cookied:after{content:"";width:0;height:0;border-style:solid;position:fixed;border-width:0 0 calc(132.5px) calc(10.6px);border-color:transparent transparent #003087 transparent;bottom:0;right:0;z-index:-1}html[data-device-type="mobile"] .hero-bg.january-hero.cookied.no-img:before,html[data-device-type="mobile"] .hero-bg.january-hero.cookied.no-img:after{content:none}html[data-device-type="portable"] .hero-bg.january-hero{background-position:50% center}html[data-device-type="portable"] .hero-bg.january-hero.cookied .legal-notes .block{display:inline}html[data-device-type="portable"] .hero-bg.january-hero.cookied h1 .block.first{font-size:42px;font-size:3rem;color:#009cde}html[data-device-type="portable"] .hero-bg.january-hero.cookied h1 .block.second{font-size:48px;font-size:3.42857143rem;color:#003087;line-height:1em}html[data-device-type="portable"] .hero-bg.january-hero.cookied p.contentPara{color:#003087;font-weight:200;font-size:14px;font-size:1rem;line-height:1.5em}html[data-device-type="portable"] .hero-bg.january-hero.cookied p.hatch{line-height:1em}html[data-device-type="portable"] .hero-bg.january-hero.cookied p.hatch .legal-notes{color:#fff}html[data-device-type="portable"] .hero-bg.january-hero.cookied .btn{width:50%}html[data-device-type="mobile"] .hero-bg.january-hero.cookied{background-position:30% center}@media (orientation:portrait){html[data-device-type="mobile"] .hero-bg.january-hero.cookied .block{display:inline}}@media (orientation:landscape){html[data-device-type="mobile"] .hero-bg.january-hero.cookied .legal-notes .block{display:inline}}html[data-device-type="mobile"] .hero-bg.january-hero.cookied h1 .block.first{font-size:32px;font-size:2.28571429rem;color:#009cde}html[data-device-type="mobile"] .hero-bg.january-hero.cookied h1 .block.second{font-size:37px;font-size:2.64285714rem;color:#003087;line-height:1em}html[data-device-type="mobile"] .hero-bg.january-hero.cookied p.contentPara{color:#003087;font-weight:200;font-size:14px;font-size:1rem;line-height:1.5em}html[data-device-type="mobile"] .hero-bg.january-hero.cookied p.hatch{line-height:1em}html[data-device-type="mobile"] .hero-bg.january-hero.cookied p.hatch .legal-notes{color:#fff}html[data-device-type="mobile"] .hero-bg.january-hero.cookied a.pay-blue{margin-top:10px}.feb-hero.hero-bg{background:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/br/home/hero_banner_feb_bg.jpg") no-repeat center center;background-size:cover}.feb-hero.hero-bg .block{display:block}.feb-hero.hero-bg h1{font-family:"DharmaGothicE-BoldItalic",Arial,sans-serif;color:#003087;margin-bottom:30px}.feb-hero.hero-bg h1 .first{font-size:42px;font-size:3rem}.feb-hero.hero-bg h1 .second{font-size:70px;font-size:5rem}.feb-hero.hero-bg .contentPara{color:#2c2e2f;width:75%}.feb-hero.hero-bg .heroBtn.pal-blue{background-color:#009cde}html[data-device-type="portable"] .feb-hero.hero-bg{background-position:center center}html[data-device-type="portable"] .feb-hero.hero-bg h1 .first{font-size:36px;font-size:2.57142857rem}html[data-device-type="portable"] .feb-hero.hero-bg h1 .second{font-size:56px;font-size:4rem}html[data-device-type="portable"] .feb-hero.hero-bg .contentPara{color:#2c2e2f}html[data-device-type="portable"] .feb-hero.hero-bg .btn.span5{width:60%}html[data-device-type="mobile"] .feb-hero.hero-bg{background-position:left center}html[data-device-type="mobile"] .feb-hero.hero-bg .editorial-cell h1{color:#003087}html[data-device-type="mobile"] .feb-hero.hero-bg .editorial-cell h1 .first{font-size:30px;font-size:2.14285714rem}html[data-device-type="mobile"] .feb-hero.hero-bg .editorial-cell h1 .second{font-size:42px;font-size:3rem}html[data-device-type="mobile"] .feb-hero.hero-bg .editorial-cell .contentPara{color:#2c2e2f;width:100%}html[data-device-type="mobile"] .feb-hero.hero-bg .btn.span5{width:100%}

