/* resources/less/global.less */
/* Note: Compile this file to get all the CSS inside 'resources/jsx_components/paypal-components/resources/less/master.less' */
/*!
 * 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)
 */


/*! 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 {
    outline: 0;
}

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"] {
    -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;
    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 {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    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;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

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;
}

html {
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #0275d8;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #014c8c;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button:focus {
    outline: 1px dotted;
    outline: 3px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

input[type="search"] {
    box-sizing: inherit;
    -webkit-appearance: none;
}

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.container::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 480px) {
    .container {
        max-width: 576px;
    }
}

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

@media (min-width: 980px) {
    .container {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.container-fluid::after {
    content: "";
    display: table;
    clear: both;
}

.row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

.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: 0.9375rem;
    padding-right: 0.9375rem;
}

.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: 480px) {
    .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: 768px) {
    .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: 980px) {
    .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: 1200px) {
    .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%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.table th,
.table td {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
    border-top: 2px solid #eceeef;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
    background-color: #f5f5f5;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: #f5f5f5;
}

.table-hover .table-active:hover {
    background-color: #e8e8e8;
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: #e8e8e8;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #dff0d8;
}

.table-hover .table-success:hover {
    background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #d9edf7;
}

.table-hover .table-info:hover {
    background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f2dede;
}

.table-hover .table-danger:hover {
    background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: auto;
}

.thead-inverse th {
    color: #fff;
    background-color: #373a3c;
}

.thead-default th {
    color: #55595c;
    background-color: #eceeef;
}

.table-inverse {
    color: #eceeef;
    background-color: #373a3c;
}

.table-inverse.table-bordered {
    border: 0;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #55595c;
}

.table-reflow thead {
    float: left;
}

.table-reflow tbody {
    display: block;
    white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
    border-right: 1px solid #eceeef;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #eceeef;
}

.table-reflow tr {
    float: left;
}

.table-reflow tr th,
.table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef;
}

.clearfix::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: 480px) {
    .pull-sm-left {
        float: left !important;
    }
    .pull-sm-right {
        float: right !important;
    }
    .pull-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .pull-md-left {
        float: left !important;
    }
    .pull-md-right {
        float: right !important;
    }
    .pull-md-none {
        float: none !important;
    }
}

@media (min-width: 980px) {
    .pull-lg-left {
        float: left !important;
    }
    .pull-lg-right {
        float: right !important;
    }
    .pull-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .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: 480px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

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

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

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

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

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

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

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.text-muted {
    color: #818a91;
}

.text-primary {
    color: #0275d8 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #025aa5;
}

.text-success {
    color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #449d44;
}

.text-info {
    color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5;
}

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

a.text-warning:focus,
a.text-warning:hover {
    color: #ec971f;
}

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

a.text-danger:focus,
a.text-danger:hover {
    color: #c9302c;
}

.bg-inverse {
    color: #eceeef;
    background-color: #373a3c;
}

.bg-faded {
    background-color: #f7f7f9;
}

.bg-primary {
    color: #fff !important;
    background-color: #0275d8 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #025aa5;
}

.bg-success {
    color: #fff !important;
    background-color: #5cb85c !important;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #449d44;
}

.bg-info {
    color: #fff !important;
    background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5;
}

.bg-warning {
    color: #fff !important;
    background-color: #f0ad4e !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ec971f;
}

.bg-danger {
    color: #fff !important;
    background-color: #d9534f !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #c9302c;
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

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

.m-t-0 {
    margin-top: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

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

.m-t-1 {
    margin-top: 1rem !important;
}

.m-r-1 {
    margin-right: 1rem !important;
}

.m-b-1 {
    margin-bottom: 1rem !important;
}

.m-l-1 {
    margin-left: 1rem !important;
}

.m-x-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.m-y-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-a-2 {
    margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
    margin-top: 1.5rem !important;
}

.m-r-2 {
    margin-right: 1.5rem !important;
}

.m-b-2 {
    margin-bottom: 1.5rem !important;
}

.m-l-2 {
    margin-left: 1.5rem !important;
}

.m-x-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.m-y-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

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

.m-t-3 {
    margin-top: 3rem !important;
}

.m-r-3 {
    margin-right: 3rem !important;
}

.m-b-3 {
    margin-bottom: 3rem !important;
}

.m-l-3 {
    margin-left: 3rem !important;
}

.m-x-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.m-y-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

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

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-x-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

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

.p-t-1 {
    padding-top: 1rem !important;
}

.p-r-1 {
    padding-right: 1rem !important;
}

.p-b-1 {
    padding-bottom: 1rem !important;
}

.p-l-1 {
    padding-left: 1rem !important;
}

.p-x-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.p-y-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-a-2 {
    padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
    padding-top: 1.5rem !important;
}

.p-r-2 {
    padding-right: 1.5rem !important;
}

.p-b-2 {
    padding-bottom: 1.5rem !important;
}

.p-l-2 {
    padding-left: 1.5rem !important;
}

.p-x-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.p-y-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

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

.p-t-3 {
    padding-top: 3rem !important;
}

.p-r-3 {
    padding-right: 3rem !important;
}

.p-b-3 {
    padding-bottom: 3rem !important;
}

.p-l-3 {
    padding-left: 3rem !important;
}

.p-x-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.p-y-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 479px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 480px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 979px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 980px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .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;
    }
}

/* ==================================
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;
}
/* ==================================
Component: Anchor.less
==================================== */
a {
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;
  font-family: 'pp-sans-small-medium', Helvetica Neue, Arial, sans-serif;
}
a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: underline;
}
a {
  color: #0070ba;
}
a:hover,
a:focus {
  color: #005ea6;
}
a:active {
  color: #005ea6;
}
a.link--white {
  color: #ffffff;
}
a.link--white:hover,
a.link--white:focus {
  color: #f7f9fa;
}
a.link--white:active {
  color: #f7f9fa;
}
a.link--gray {
  color: #2c2e2f;
}
a.link--gray:hover,
a.link--gray:focus {
  color: #000000;
}
a.link--gray:active {
  color: #000000;
}
/* ==================================
Component: Button.less
==================================== */
.pypl-btn {
  display: inline-block;
  padding: 13px 30px;
  margin-bottom: 0;
  background: #0070ba;
  font-size: 15px;
  font-size: 1rem;
  font-family: 'pp-sans-small-medium', Helvetica Neue, Arial, sans-serif;
  font-weight: 500;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 25px;
  border: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Flavors */
}
.pypl-btn:hover {
  text-decoration: none;
  background: #005ea6;
  color: #ffffff;
}
.pypl-btn:focus,
.pypl-btn:active {
  text-decoration: underline;
  background: #005ea6;
  color: #ffffff;
}
.pypl-btn.pypl-btn--small {
  padding: 12px 15px;
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 12px;
}
.pypl-btn.pypl-btn--outline-white {
  background-color: transparent;
  color: #ffffff;
  border: 0;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 1px #ffffff;
}
.pypl-btn.pypl-btn--outline-white:hover,
.pypl-btn.pypl-btn--outline-white:focus {
  color: #eaeced;
}
.pypl-btn.pypl-btn--outline-white:active {
  color: #d4d9dc;
}
.pypl-btn.pypl-btn--outline-blue {
  background-color: transparent;
  color: #0070ba;
  border: 1px solid #0070ba;
  box-shadow: none;
}
.pypl-btn.pypl-btn--outline-blue:hover,
.pypl-btn.pypl-btn--outline-blue:focus {
  color: #005ea6;
}
.pypl-btn.pypl-btn--gray {
  background-color: #eaeced;
  color: #2c2e2f;
}
.pypl-btn.pypl-btn--gray:hover,
.pypl-btn.pypl-btn--gray:focus {
  background-color: #d4d9dc;
}
.pypl-btn.pypl-btn--gray:active {
  background-color: #d4d9dc;
}
.pypl-btn.pypl-btn--white {
  background-color: #ffffff;
  color: #2c2e2f;
}
.pypl-btn.pypl-btn--white:hover,
.pypl-btn.pypl-btn--white:focus {
  background-color: #eaeced;
}
.pypl-btn.pypl-btn--white:active {
  background-color: #eaeced;
}
/* ==================================
Component: Heading.less
==================================== */
h1.pypl-heading,
.h1.pypl-heading {
  font-size: 40px;
  font-size: 2.66666667rem;
  line-height: 1.25;
}
h2.pypl-heading,
.h2.pypl-heading {
  font-size: 28px;
  font-size: 1.86666667rem;
  line-height: 1.25;
}
h3.pypl-heading,
.h3.pypl-heading {
  font-size: 20px;
  font-size: 1.33333333rem;
  line-height: 1.4;
}
h4.pypl-heading,
.h4.pypl-heading {
  font-size: 20px;
  font-size: 1.33333333rem;
  line-height: 1.4;
}
h5.pypl-heading,
.h5.pypl-heading {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.53333333;
}
h6.pypl-heading,
.h6.pypl-heading {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.53333333;
}
@media (min-width: 980px) {
  h1.pypl-heading,
  .h1.pypl-heading {
    font-size: 60px;
    font-size: 4rem;
    line-height: 1.16666667;
  }
  h2.pypl-heading,
  .h2.pypl-heading {
    font-size: 40px;
    font-size: 2.66666667rem;
    line-height: 1.25;
  }
  h3.pypl-heading,
  .h3.pypl-heading {
    font-size: 28px;
    font-size: 1.86666667rem;
    line-height: 1.25;
  }
}
/* ==================================
Component: Logo.less
==================================== */
.pypl-logo {
  width: 136px;
  height: 43px;
  display: inline-block;
  padding: 0;
  background: transparent url(https://www.paypalobjects.com/digitalassets/c/website/logo/full-text/pp_fc_hl.svg) center center no-repeat;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: 0 50%;
  background-size: contain;
  overflow: hidden;
  text-indent: -999em;
}
.pypl-logo[class*="pypl-logo--monogram"] {
  width: 29px;
}
.pypl-logo :focus {
  box-shadow: 0 0 1px 1px #ccc;
  border-radius: 5px;
}
.pypl-logo--monogram {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram/pp_fc_mg.svg);
}
.pypl-logo--monogram-text {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram-text/pp_fc_vl.svg);
}
.pypl-logo--white {
  background-image: url(https://www.paypalobjects.com/webstatic/i/logo/rebrand/ppcom-white.svg);
}
.pypl-logo--white.pypl-logo--monogram {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram/pp_rv_mg.svg);
}
.pypl-logo--white.pypl-logo--monogram-text {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram-text/pp_rv_vl.svg);
}
.pypl-logo--black-white {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/full-text/pp_bw_hl.svg);
}
.pypl-logo--black-white.pypl-logo--monogram {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram/pp_bw_mg.svg);
}
.pypl-logo--black-white.pypl-logo--monogram-text {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram-text/pp_bw_vl.svg);
}
.no-svg .pypl-logo {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/full-text/pp_fc_hl.png);
}
.no-svg .pypl-logo--monogram {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram/pp_fc_mg.png);
}
.no-svg .pypl-logo--monogram-text {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram-text/pp_fc_vl.png);
}
.no-svg .pypl-logo--white {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/full-text/pp_rv_hl.png);
}
.no-svg .pypl-logo--white.pypl-logo--monogram {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram/pp_rv_mg.png);
}
.no-svg .pypl-logo--white.pypl-logo--monogram-text {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram-text/pp_rv_vl.png);
}
.no-svg .pypl-logo--black-white {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/full-text/pp_bw_hl.png);
}
.no-svg .pypl-logo--black-white.pypl-logo--monogram {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram/pp_bw_mg.png);
}
.no-svg .pypl-logo--black-white.pypl-logo--monogram-text {
  background-image: url(https://www.paypalobjects.com/digitalassets/c/website/logo/monogram-text/pp_bw_vl.png);
}
/* resources/jsx_components/mpp-components/resources/less/master.less */
/* Note: Add your @import less here, then go compile this: 'resources/less/global.less' */
/** Atomic Design Master Imports */
/** custom fees calculator flat style **/
.theme-background-color-blue {
  background-color: #009cde;
  background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  color: #ffffff;
}
.theme-background-color-blue a {
  color: #ffffff;
}
.theme-background-color-blue a:hover,
.theme-background-color-blue a:focus {
  color: #f7f9fa;
}
.theme-background-color-blue a:active {
  color: #f7f9fa;
}
.theme-background-color-blue .mpp-btn {
  background-color: #ffffff;
  color: #4a4a4a;
}
.theme-background-color-blue .mpp-data-point {
  color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 1px #ffffff;
}
.no-boxshadow .theme-background-color-blue .mpp-data-point {
  border: 1px solid #ffffff;
}
.theme-background-color-blue .arrow-indicator {
  border: 1px solid #ffffff;
  border-top: 0;
  border-left: 0;
}
.theme-background-color-dark {
  background-color: #6c7378;
  background-image: radial-gradient(circle farthest-side at center bottom, #6c7378, #2c2e2f 125%);
  color: #ffffff;
}
.theme-background-color-dark a {
  color: #ffffff;
}
.theme-background-color-dark a:hover,
.theme-background-color-dark a:focus {
  color: #f7f9fa;
}
.theme-background-color-dark a:active {
  color: #f7f9fa;
}
.theme-background-color-light {
  background-color: #f7f9fa;
}
.theme-background-color-light .pypl-heading {
  color: #4a4a4a;
}
.theme-background-color-light .mpp-data-point {
  color: #009cde;
  box-shadow: 0 0 0 1px #009cde, 0 0 0 1px #009cde;
}
.no-boxshadow .theme-background-color-light .mpp-data-point {
  border: 1px solid #009cde;
}
.theme-background-color-light .arrow-indicator {
  border: 1px solid #009cde;
  border-top: 0;
  border-left: 0;
}
.theme-background-color-white {
  background-color: #ffffff;
}
.theme-background-color-white .pypl-heading {
  color: #4a4a4a;
}
.theme-background-color-white .mpp-data-point {
  color: #009cde;
  box-shadow: 0 0 0 1px #009cde, 0 0 0 1px #009cde;
}
.no-boxshadow .theme-background-color-white .mpp-data-point {
  border: 1px solid #009cde;
}
.theme-background-color-white .arrow-indicator {
  border: 1px solid #2c2e2f;
  border-top: 0;
  border-left: 0;
}
.theme-background-image-white {
  background-color: #009cde;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}
.theme-background-image-white a {
  color: #ffffff;
}
.theme-background-image-white a:hover,
.theme-background-image-white a:focus {
  color: #f7f9fa;
}
.theme-background-image-white a:active {
  color: #f7f9fa;
}
.theme-background-image-white .mpp-data-point {
  color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 1px #ffffff;
}
.no-boxshadow .theme-background-image-white .mpp-data-point {
  border: 1px solid #ffffff;
}
.theme-background-image-white .arrow-indicator {
  border: 1px solid #ffffff;
  border-top: 0;
  border-left: 0;
}
.theme-background-image-body {
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: 'pp-sans-small-regular', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  color: #2c2e2f;
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.5;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */
b,
strong {
  font-weight: inherit;
  /* 1 */
}
b,
strong {
  font-weight: bolder;
  /* 2 */
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
  background-image: linear-gradient(to right, #c0c0c0 50%, rgba(255, 255, 255, 0) 40%);
  background-position: top;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  height: 1px;
  margin: 0;
  padding: 0;
  border-top: 0px;
  border-bottom: 0px;
  box-sizing: content-box;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore focus style in Firefox 4+ (unset by a rule above)
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Restore font weight (unset by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
ul,
ol {
  list-style-type: none;
  padding-left: 0;
}
p + p {
  padding-top: 20px;
}
.vertical-center-block {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.legal-notes {
  font-size: 13px;
  font-size: 0.86666667rem;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.phone-line {
  background: transparent url(https://www.paypalobjects.com/webstatic/en_US/mktg/wright/merchant/businesshomepage_telicon_1x.png) 2px center no-repeat;
  background-size: 11px 13px;
  padding-left: 20px;
}
.phone-line-white {
  background: url(https://www.paypalobjects.com/webstatic/icon/Phone-Icon-White_12x12_baseline.png) 0 2px no-repeat;
  background-size: 11px 13px;
  padding-left: 20px;
}
ul.bullet-list li {
  list-style-type: disc;
  list-style-position: inside;
}
.pypl-btn {
  display: block;
  position: relative;
  max-width: 320px;
}
.pypl-btn .mpp-media-btn__icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0;
  height: 0;
}
.pypl-btn .mpp-media-btn__icon:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  left: 12px;
}
.pypl-btn .mpp-media-btn__icon:before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-radius: 50%;
}
.pypl-btn.pypl-btn--outline-white .mpp-media-btn__icon:after {
  border-left: 7px solid #9da3a6;
}
.pypl-btn.pypl-btn--outline-blue .mpp-media-btn__icon:after {
  border-left: 7px solid #ffffff;
}
.pypl-btn.pypl-btn--outline-white .mpp-media-btn__icon:before {
  border: 15px solid #ffffff;
}
.pypl-btn.pypl-btn--outline-blue .mpp-media-btn__icon:before {
  border: 15px solid #0070ba;
}
/* resources/jsx_components/mpp-components/atoms/svg-cons/less/svg-icons.less */
/* NOTE: Add your @import less to 'resources/jsx_components/mpp-components/resources/less/master.less'. */
/* Then go to 'resources/less/global.less' and save/compile. */
.svg-icon {
  width: 45px;
  height: 45px;
  display: block;
}
.svg-icon svg {
  width: 100%;
  height: 100%;
  fill: #2c2e2f;
}
.svg-icon.svg-icon--circle {
  border: 2px solid #2c2e2f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
}
.svg-icon.svg-icon--gray,
.svg-icon--gray .svg-icon {
  border-color: #4a4a4a;
}
.svg-icon.svg-icon--gray svg,
.svg-icon--gray .svg-icon svg {
  fill: #4a4a4a;
}
.svg-icon.svg-icon--blue,
.svg-icon--blue .svg-icon {
  border-color: #009cde;
}
.svg-icon.svg-icon--blue svg,
.svg-icon--blue .svg-icon svg {
  fill: #009cde;
}
.svg-icon.svg-icon--black,
.svg-icon--black .svg-icon {
  border-color: #9da3a6;
}
.svg-icon.svg-icon--black svg,
.svg-icon--black .svg-icon svg {
  fill: #9da3a6;
}
.svg-icon.svg-icon--white,
.svg-icon--white .svg-icon {
  border-color: #ffffff;
}
.svg-icon.svg-icon--white svg,
.svg-icon--white .svg-icon svg {
  fill: #ffffff;
}
.svg-icon.svg-icon--accent-purple,
.svg-icon--accent-purple .svg-icon {
  border-color: #640487;
}
.svg-icon.svg-icon--accent-purple svg,
.svg-icon--accent-purple .svg-icon svg {
  fill: #640487;
}
.svg-icon.svg-icon--accent-pink,
.svg-icon--accent-pink .svg-icon {
  border-color: #de0063;
}
.svg-icon.svg-icon--accent-pink svg,
.svg-icon--accent-pink .svg-icon svg {
  fill: #de0063;
}
.svg-icon.svg-icon--accent-orange,
.svg-icon--accent-orange .svg-icon {
  border-color: #ff9600;
}
.svg-icon.svg-icon--accent-orange svg,
.svg-icon--accent-orange .svg-icon svg {
  fill: #ff9600;
}
.svg-icon.svg-icon--accent-green,
.svg-icon--accent-green .svg-icon {
  border-color: #00cf92;
}
.svg-icon.svg-icon--accent-green svg,
.svg-icon--accent-green .svg-icon svg {
  fill: #00cf92;
}
@media (min-width: 768px) {
  .svg-icon {
    width: 60px;
    height: 60px;
  }
}
/**
* @fileOverview App badges to show on page as needed
* @name app-badges.css
* @author mdaveshah
*/
.app-badge {
  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;
  /* lighter version */
}
.no-backgroundsize .app-badge {
  /* for IE 8 and IE 9*/
  background-image: url("https://www.paypalobjects.com/webstatic/en_US/mktg/wright/icons/appbadges_1x_sprite.png");
}
.app-badge--apple,
.app-badge--apple-light {
  margin-left: 0;
}
.app-badge--apple:hover,
.app-badge--apple:focus {
  background-position: 0 -40px;
}
.app-badge--android {
  background-position: 0 -80px;
}
.app-badge--android:hover,
.app-badge--android:focus {
  background-position: 0 -120px;
}
.app-badge--windows {
  background-position: 0 -160px;
}
.app-badge--windows:hover,
.app-badge--windows:focus {
  background-position: 0 -200px;
}
.app-badge--amazon {
  background-position: 0 -480px;
}
.app-badge--amazon:hover,
.app-badge--amazon:focus {
  background-position: 0px -520px;
}
.app-badge--apple-light {
  background-position: 0 -240px;
}
.app-badge--apple-light:hover,
.app-badge--apple-light:focus {
  background-position: 0 -280px;
}
.app-badge--android-light {
  background-position: 0 -320px;
}
.app-badge--android-light:hover,
.app-badge--android-light:focus {
  background-position: 0 -360px;
}
.app-badge--windows-light {
  background-position: 0 -400px;
}
.app-badge--windows-light:hover,
.app-badge--windows-light:focus {
  background-position: 0 -440px;
}
.app-badge--amazon-light {
  background-position: 0 -480px;
}
.app-badge--amazon-light:hover,
.app-badge--amazon-light:focus {
  background-position: 0px -520px;
}
.mpp-data-point {
  font-style: normal;
  display: inline-block;
  height: 125px;
  width: 125px;
  border: 0;
  box-shadow: 0 0 0 1px #2c2e2f, 0 0 0 1px #2c2e2f;
  color: #2c2e2f;
  border-radius: 50%;
  overflow: hidden;
}
.mpp-data-point .text {
  display: table-cell;
  vertical-align: middle;
  height: 125px;
  width: 125px;
  padding: 10px;
}
.mpp-data-point .stats-text {
  display: block;
  font-size: 28px;
  font-family: 'pp-sans-big-light', Helvetica Neue, Arial, sans-serif;
}
.mpp-data-point .description-text {
  font-size: 15px;
  font-family: 'pp-sans-small-light', Helvetica Neue, Arial, sans-serif;
}
.hero {
  padding: 90px 0 40px;
  text-align: center;
}
.hero .pypl-btn {
  margin: 30px auto 0 auto;
}
.hero__showDesktop {
  display: none;
}
.hero__container {
  min-height: 385px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__hatchlink {
  padding-top: 20px;
}
.below-hero {
  padding: 40px 0;
  text-align: center;
}
.below-hero .hero__paragraph,
.below-hero .hero__btn,
.below-hero .hero__hatchlink {
  display: block;
}
.below-hero .hero__paragraph {
  font-family: 'pp-sans-small-light', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.below-hero .pypl-btn {
  margin: 30px auto 0 auto;
}
.below-hero .hero__hatchlink {
  padding-top: 20px;
  font-family: 'pp-sans-big-medium', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  font-size: 13px;
  font-size: 0.86666667rem;
}
.below-hero .mpp-data-point {
  margin: 20px 20px 0;
}
.below-hero .mpp-data-point:first-child {
  margin-left: 0;
}
.below-hero .mpp-data-point {
  color: #009cde;
  box-shadow: 0 0 0 1px #009cde, 0 0 0 1px #009cde;
}
@media (min-width: 768px) {
  .hero {
    padding: 132px 0 60px;
    text-align: left;
  }
  .hero__headline {
    padding-bottom: 20px;
  }
  .hero__paragraph {
    font-family: 'pp-sans-small-light', Helvetica Neue, Arial, sans-serif;
    font-weight: normal;
    font-variant: normal;
    font-size: 20px;
    font-size: 1.33333333rem;
  }
  .hero__container {
    min-height: 530px;
  }
  .hero__hatchlink {
    font-family: 'pp-sans-big-medium', Helvetica Neue, Arial, sans-serif;
    font-weight: normal;
    font-variant: normal;
    font-size: 13px;
    font-size: 0.86666667rem;
  }
  .hero .pypl-btn {
    margin: 30px 0 0;
  }
  .hero .mpp-data-point {
    margin-top: 30px;
  }
  .hero__showDesktop {
    display: block;
  }
  .below-hero {
    display: none;
  }
}
.home-hero {
  min-height: 500px;
  height: calc(100vh - 197px);
  padding: 40px 0;
}
.home-hero .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-hero__paragraph {
  padding-top: 20px;
  font-family: 'pp-sans-small-light', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.home-hero__hatchlink {
  padding-top: 20px;
  font-family: 'pp-sans-big-medium', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  font-size: 13px;
  font-size: 0.86666667rem;
}
.home-hero__container.center-block .pypl-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.home-hero .pypl-btn {
  margin-top: 30px;
}
.home-hero .pypl-btn + .pypl-btn {
  margin-top: 20px;
}
/*
  *** For video player in the background ***
  background: none;
  position: relative;
  &.video-paused {
    background-color: rgba(0,0,0,.5);
  }
  video {
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    object-fit: cover;
    opacity: .9;
    transition: opacity .3s ease;
  }
  */
@media (min-width: 768px) {
  .home-hero__paragraph {
    font-size: 20px;
    font-size: 1.33333333rem;
  }
}
.pullout {
  padding: 40px 0;
  /*
        adding multiple break points for data points -- to keep them 2 on smaller screens and 4 on larger screens

        NEED TO REVISIT TO THINK OF SOMETHING BETTER
    */
}
.pullout__logo {
  padding-bottom: 20px;
}
.pullout .app-badge {
  margin-top: 20px;
}
.pullout__headline.h3 {
  font-size: 20px;
  font-size: 1.33333333rem;
}
.pullout__paragraph {
  font-size: 20px;
  font-size: 1.33333333rem;
  font-family: 'pp-sans-small-light', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  padding-top: 20px;
}
.pullout__hatch {
  padding-top: 20px;
  font-size: 13px;
  font-size: 0.86666667rem;
}
.pullout__btn,
.pullout__mediaBtn {
  margin-top: 30px;
}
.pullout__btn--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.pullout .pypl-btn + .pypl-btn {
  margin-top: 20px;
}
.pullout__link {
  display: inline-block;
  padding-top: 20px;
}
.pullout__deviceImage {
  width: 100%;
}
.pullout .mpp-data-point {
  margin: 20px 4% 0;
}
@media (min-width: 480px) {
  .pullout .mpp-data-point {
    margin: 20px 9% 0;
  }
}
@media (min-width: 768px) {
  .pullout {
    padding: 60px 0;
  }
  .pullout__headline.h3 {
    font-size: 28px;
    font-size: 1.86666667rem;
  }
  .pullout .mpp-data-point {
    margin: 20px 9% 0;
  }
}
@media (min-width: 995px) {
  .pullout .mpp-data-point {
    margin: 20px 20px 0;
  }
}
@media (max-width: 544px) {
  .app {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
.editorial {
  padding: 40px 0;
  background-repeat: no-repeat;
}
.editorial__device-image {
  text-align: center;
}
.editorial__image {
  max-width: 100%;
}
.editorial__paragraph {
  padding-top: 20px;
}
.editorial__container {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .editorial {
    padding: 60px 0;
  }
  .editorial.reverse-image {
    /* re-positioning the containers to switch image from left to right */
  }
  .editorial.reverse-image .editorial__device-image {
    right: 50%;
  }
  .editorial.reverse-image .editorial__text {
    left: 50%;
  }
}
/* resources/jsx_components/mpp-components/organisms/panels/less/panels */
/* NOTE: Add your @import less to 'resources/jsx_components/mpp-components/resources/less/master.less'. */
/* Then go to 'resources/less/global.less' and save/compile. */
.testimonial {
  padding: 60px 0;
}
.testimonial__image {
  /* Mimicking bootstrap col-md-4, because we need to make it work with Page Builder */
  margin: 20px auto;
  display: block;
  width: 150px;
  height: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
}
.testimonial__image:before {
  content: "";
}
.testimonial.no-image .col-md-8.col-md-offset-2 {
  width: 100%;
  margin: auto;
  text-align: center;
}
.testimonial__quote {
  margin-bottom: 0;
  padding-top: 20px;
  color: #2c2e2f;
}
@media (min-width: 980px) {
  .testimonial {
    /* Mimicking bootstrap col-md-4, because we need to make it work with Page Builder */
  }
  .testimonial__image {
    margin-left: 7.732rem;
  }
  .testimonial__container h4 {
    margin-top: 20px;
  }
  .testimonial .col-md-4 {
    float: none;
    display: inline-block;
  }
}
.testimonial__column {
  /* vertical align content */
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.testimonial__name {
  color: #6c7378;
  padding-top: 20px;
}
@media (min-width: 481px) {
  .testimonial__name {
    font-size: 20px;
    font-size: 1.33333333rem;
  }
}
@media (max-width: 981px) {
  .testimonial__name .company {
    display: block;
  }
}
@media (max-width: 981px) {
  .testimonial {
    /* Mimicking bootstrap col-md-4, because we need to make it work with Page Builder */
  }
  .testimonial__quote {
    padding-top: 20px;
  }
  .testimonial .col-sm-12 {
    text-align: center;
    width: 100%;
  }
  .testimonial .col-md-8.testimonial__column {
    width: 100%;
    text-align: center;
  }
  .testimonial__image {
    margin: 0 auto;
    display: block;
  }
}
.testimonial .hide {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
/* accordion organism */
.accordion .container-fluid {
  padding: 0;
}
.accordion__headline {
  padding-bottom: 30px;
  padding-top: 30px;
}
.accordion__section {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
.accordion__section__head,
.accordion__section__svg {
  display: inline-block;
}
.accordion__section__svg {
  position: absolute;
  top: 20px;
  left: 0.9375rem;
  padding: 0;
}
.accordion__section__head {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 26px 65px;
  cursor: pointer;
}
.accordion__section__summary {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in;
  -moz-transition: max-height 0.2s ease-in;
  -o-transition: max-height 0.2s ease-in;
  -ms-transition: max-height 0.2s ease-in;
  transition: max-height 0.2s ease-in;
}
.accordion__section__summary p {
  padding: 14px 22px 20px 14px;
}
.accordion__section__arrow {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 20px;
  right: 12px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transition: all 0.2s ease-in;
}
.accordion__section--open .accordion__section__summary {
  max-height: 400px;
  height: auto;
}
.accordion__section--open .accordion__section__arrow {
  top: 30px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
/* resources/jsx_components/mpp-components/organisms/panels/less/panels */
/* NOTE: Add your @import less to 'resources/jsx_components/mpp-components/resources/less/master.less'. */
/* Then go to 'resources/less/global.less' and save/compile. */
.panels {
  padding: 40px 0;
}
.panels header {
  padding-bottom: 20px;
}
.panels header p {
  padding-top: 20px;
}
.panels.device-image {
  border-top: 80px solid #f7f9fa;
  padding-top: 85px;
  position: relative;
}
.panels.device-image .panels__device-image {
  display: block;
}
.panels__device-image {
  display: none;
  content: "";
  position: absolute;
  top: -260px;
  left: 0;
  width: 100%;
  height: 460px;
  background: url(https://www.paypalobjects.com/webstatic/en_US/mktg/wright/home/devices_homepage_0802.png) center center no-repeat;
  background-size: contain;
}
.panels__panel {
  cursor: pointer;
}
.panels__panel__image-area {
  display: none;
}
.panels__panel .panel__image,
.panels__panel__headline {
  display: inline-block;
  vertical-align: middle;
}
.panels__panel__paragraph {
  font-family: 'pp-sans-big-light', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.panels__panel__cta {
  margin: 20px auto 20px 0;
}
.panels__panel .panels__panel__image {
  width: auto;
  height: 45px;
  margin-right: 20px;
}
.panels__panel__arrow {
  display: none;
}
.panels__panel__hatchlink {
  padding-top: 20px;
}
.panels__footer {
  padding-top: 20px;
}
.panels .container .row p:last-child,
.panels .container .row .clearfix {
  margin-bottom: 0;
  padding-bottom: 0;
}
.panels.accordion .panels__panel {
  padding-top: 20px;
  padding-bottom: 20px;
}
.panels.accordion .panels__panel__icon-head-area {
  height: 45px;
}
.panels.accordion .panels__panel__arrow {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 25px;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
}
.panels.accordion .panels__panel:before {
  display: block;
  width: 100%;
  content: '';
  position: absolute;
  height: 0;
  border-top: 1px solid #d4d9dc;
  top: 0;
  left: 0;
}
.panels.accordion .panels__panel:last-of-type:after {
  display: block;
  width: 100%;
  content: '';
  position: absolute;
  height: 0;
  border-top: 1px solid #d4d9dc;
  bottom: 0;
  left: 0;
}
.panels.accordion .panels__panel__headline.pypl-heading {
  font-size: 20px;
  font-size: 1.33333333rem;
  font-weight: bold;
}
.panels.accordion .panels__panel__text-hatch-area {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in;
}
.panels.accordion .panels__panel__paragraph {
  padding-top: 20px;
}
.panels.accordion .panels__panel--active .panels__panel__text-hatch-area {
  max-height: 20em;
}
.panels.accordion .panels__panel--active .panels__panel__arrow {
  transform: rotate(-135deg);
  top: 25px;
}
.panels.theme-background-color-blue .pypl-btn--outline-blue.mpp-btn {
  background-color: transparent;
  color: #fff;
  box-shadow: 0 0 0 1px #fff, 0 0 0 1px #fff;
}
@media (min-width: 768px) {
  .panels {
    padding: 60px 0;
  }
  .panels header p {
    padding-top: 20px;
  }
  .panels.device-image {
    border-top: 250px solid #f7f9fa;
    padding-top: 200px;
  }
  .panels.center-aligned {
    text-align: center;
  }
  .panels.center-aligned .panels__panel__cta {
    margin: 20px auto;
  }
  .panels.center-aligned .panels__panel__image {
    margin: 20px auto;
  }
  .panels__panel {
    padding-top: 0;
    padding-bottom: 0;
    cursor: auto;
  }
  .panels__panel .panels__panel__image,
  .panels__panel__headline {
    display: block;
  }
  .panels__panel__cta {
    margin: 20px auto 20px 0;
  }
  .panels__panel .panels__panel__image {
    width: auto;
    height: 60px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .panels.accordion .panels__panel__text-hatch-area {
    max-height: initial;
    overflow: visible;
  }
  .panels.accordion .panels__panel__icon-head-area {
    height: auto;
  }
  .panels.accordion .panels__panel__arrow,
  .panels.accordion .panels__panel:before,
  .panels.accordion .panels__panel:last-of-type:after {
    display: none;
  }
}
.panels-accordion .panels {
  display: none;
}
.panels-accordion .accordion {
  display: block;
}
@media (min-width: 768px) {
  .panels-accordion .panels {
    display: block;
  }
  .panels-accordion .accordion {
    display: none;
  }
}
.featured-merchants {
  padding: 40px 0;
}
.featured-merchants__headline {
  padding-bottom: 30px;
}
.featured-merchants__paragraph {
  padding-bottom: 30px;
}
.featured-merchants__container {
  padding: 30px 0;
}
.featured-merchants__image {
  max-width: 100%;
}
.featured-merchants__hatch {
  padding-top: 10px;
  display: block;
}
@media (min-width: 768px) {
  .featured-merchants {
    padding: 60px 0;
  }
}
.steps {
  padding: 40px 0;
}
.steps__headline {
  padding-bottom: 20px;
}
.steps__container {
  padding-top: 20px;
  display: flex;
  align-items: stretch;
}
.steps__step:not(:last-of-type) {
  padding-bottom: 20px;
}
.steps__circle {
  border: 1px solid #9da3a6;
  padding: 10px 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
  margin-right: 20px;
  font-family: 'pp-sans-big-medium', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.steps__text {
  align-items: flex-end;
  font-family: 'pp-sans-small-light', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.steps__cta-container {
  padding-top: 20px;
}
.steps__cta-container .mpp-btn {
  margin: auto;
}
.steps__cta-container:empty {
  display: none;
}
.steps__disclaimer {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .steps {
    padding: 60px 0;
  }
  .steps__headline {
    padding-bottom: 20px;
  }
  .steps__step:not(:last-of-type) {
    padding-bottom: 0;
  }
  .steps__disclaimer {
    margin-top: 20px;
  }
}
/* 
resources/jsx_components/mpp-components/organisms/carousel/less/carousel
NOTE: Add your @import less to 'resources/jsx_components/mpp-components/resources/less/master.less'. 
Then go to 'resources/less/global.less' and save/compile. 
*/
.carousel {
  padding: 40px 0;
}
.carousel .slider {
  padding: 10px 30px 40px;
  overflow: hidden;
}
.carousel .arrow {
  width: 20px;
  height: 20px;
  border-top: 2px solid #9da3a6;
  border-right: 2px solid #9da3a6;
  display: block;
  text-indent: -9999px;
}
.carousel .arrow.left {
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  margin-left: 5px;
}
.carousel .arrow.right {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-right: 5px;
}
@media (min-width: 980px) {
  .carousel {
    padding: 60px 0;
  }
}
.steps-accordion {
  padding: 40px 0;
}
.steps-accordion__img-wrapper {
  display: none;
  padding: 20px;
  width: 100%;
  height: 150px;
  text-align: center;
}
.steps-accordion__img {
  max-height: 100%;
  max-width: 100%;
}
.steps-accordion__headline {
  padding-bottom: 20px;
}
.steps-accordion__step__headline.pypl-heading {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 20px;
  font-size: 1.33333333rem;
  font-weight: bold;
}
.steps-accordion__circle-col {
  width: 45px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 16px;
  margin-right: 15px;
}
.steps-accordion__content {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  width: calc(100% - 60px);
}
.steps-accordion__no-accordion p {
  padding-top: 10px;
}
.steps-accordion__circle {
  border: 1px solid #9da3a6;
  padding: 12px 19px;
  border-radius: 50%;
  font-family: 'pp-sans-big-medium', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.steps-accordion__text {
  font-family: 'pp-sans-small-light', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.steps-accordion__cta-container {
  padding: 20px 0;
}
.steps-accordion__cta-container .mpp-btn {
  margin: auto;
}
.steps-accordion__cta-container:empty {
  display: none;
}
.steps-accordion__steps-container {
  flex-direction: column;
}
.steps-accordion__disclaimer {
  text-align: center;
}
@media (min-width: 768px) {
  .steps-accordion {
    padding: 60px 0;
  }
  .steps-accordion__img-wrapper {
    display: block;
  }
  .steps-accordion__img-wrapper:empty {
    display: none;
  }
  .steps-accordion__headline {
    padding-bottom: 0;
  }
  .steps-accordion__step__headline.pypl-heading {
    padding-bottom: 20px;
    padding-top: 0;
  }
  .steps-accordion__steps-container {
    padding-top: 20px;
    display: flex;
    align-items: stretch;
    flex-direction: row;
  }
  .steps-accordion__cta-container {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .steps-accordion {
    padding: 60px 0 0 0;
  }
  .steps-accordion__step {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.3s ease-out;
  }
  .steps-accordion__step__headline.pypl-heading {
    padding-bottom: 0;
    padding-right: 40px;
  }
  .steps-accordion__container .steps-accordion__steps-container {
    padding-bottom: 0;
  }
  .steps-accordion__step:before {
    display: block;
    width: 100%;
    content: '';
    position: absolute;
    height: 0;
    border-top: 1px solid #d4d9dc;
    top: 0;
    left: 0;
  }
  .steps-accordion__step:last-of-type:after {
    display: block;
    width: 100%;
    content: '';
    position: absolute;
    height: 0;
    border-top: 1px solid #d4d9dc;
    bottom: 0;
    left: 0;
  }
  .steps-accordion__no-accordion {
    padding-bottom: 20px;
  }
  .steps-accordion__no-accordion .steps-accordion__content p {
    min-height: 50px;
    padding-top: 20px;
  }
  .steps-accordion__step p {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
  }
  .steps-accordion__step__headline:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 25px;
    right: 25px;
    border: 1px solid #2c2e2f;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    transition: all 0.3s ease-out;
  }
  .steps-accordion__step-active .steps-accordion__step__headline:after {
    transform: rotate(-135deg);
    top: 35px;
  }
  .steps-accordion__step-active {
    padding-bottom: 20px;
  }
  .steps-accordion__step-active p {
    max-height: 4em;
  }
}
/* resources/jsx_components/mpp-components/organisms/panels/less/panels */
/* NOTE: Add your @import less to 'resources/jsx_components/mpp-components/resources/less/master.less'. */
/* Then go to 'resources/less/global.less' and save/compile. */
.fees-section {
  padding: 40px 0;
}
.fees-section p {
  padding-top: 20px;
}
.fees-section .container .row p:last-child,
.fees-section .container .row .clearfix {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .fees-section {
    padding: 60px 0;
  }
}
/* 
  resources/jsx_components/mpp-components/organisms/carousel/less/carousel 
  NOTE: Add your @import less to 'resources/jsx_components/mpp-components/resources/less/master.less'. 
  Then go to 'resources/less/global.less' and save/compile. 
*/
.testimonials-carousel .testimonial {
  background-color: transparent;
}
.testimonials-carousel .testimonial.no-image .col-md-offset-2 {
  margin-top: 40px;
}
@media (min-width: 980px) {
  .testimonials-carousel .col-md-8.testimonial__column {
    text-align: left;
  }
  .testimonials-carousel.no-image .col-md-offset-2 {
    margin-top: 60px;
  }
}
.fees-calculator {
  padding: 40px 0;
}
.fees-calculator .dual-background {
  margin-top: 20px;
}
.fees-calculator__panel {
  height: 400px;
}
.fees-calculator__panel h3.pypl-heading {
  font-size: 20px;
  font-size: 1.33333333rem;
  padding-bottom: 15px;
}
.fees-calculator__panel li {
  list-style-type: none;
  margin-left: 0;
}
.fees-calculator__panel__select-wrapper {
  position: relative;
}
.fees-calculator__panel__select {
  background: #ffffff;
  font-family: 'pp-sans-big-light', Helvetica Neue, Arial, sans-serif;
  font-size: 20px;
  border: 1px solid #d4d9dc;
  border-radius: 3px;
  padding: 15px;
  width: 100%;
  height: auto;
  color: inherit;
  box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}
.fees-calculator__panel__label {
  content: '';
  text-indent: -999px;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 25px;
  border: 1px solid #d4d9dc;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.fees-calculator__panel__input {
  background: #ffffff;
  font-family: 'pp-sans-big-light', Helvetica Neue, Arial, sans-serif;
  font-size: 20px;
  border: 1px solid #d4d9dc;
  border-radius: 3px;
  padding: 15px;
  width: 100%;
  height: auto;
  color: inherit;
  box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  font-size: 22px;
  text-align: right;
}
.fees-calculator__panel__input-group {
  padding: 0;
}
.fees-calculator__panel__input-group__wrapper {
  padding-left: 0;
}
.fees-calculator__panel__input-group__wrapper:last-child {
  padding-right: 0;
}
.fees-calculator__panel__radio {
  margin-right: 8px;
}
.fees-calculator__panel__summary__fee {
  background: #f7f9fa;
  border-radius: 5px;
  padding: 30px 20px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .fees-calculator__panel__summary__fee {
    max-width: 330px;
  }
}
.fees-calculator__panel__summary__fee span {
  font-family: 'pp-sans-small-light', Helvetica Neue, Arial, sans-serif;
  font-size: 40px;
  font-size: 2.66666667rem;
}
.fees-calculator__panel__summary__disclamer {
  font-size: 13px;
  font-size: 0.86666667rem;
  color: #4a4a4a;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .fees-calculator__panel {
    height: auto;
  }
  .fees-calculator__panel .split-panel__wrapper {
    padding: 0;
  }
  .fees-calculator__panel__headline {
    width: 100%;
  }
  .fees-calculator__panel__input-group.container-fluid .fees-calculator__panel__input-group__wrapper {
    float: left;
    width: 66.66667%;
  }
  .fees-calculator__panel__input-group.container-fluid .fees-calculator__panel__input-group__wrapper.col-md-4 {
    width: 33.33333%;
  }
  .fees-calculator__panel__summary__fee {
    padding: 0;
    background: none;
  }
}
@media (min-width: 768px) {
  .dual-background {
    background: #f7f9fa;
    background: -moz-linear-gradient(left, #f7f9fa 0%, #f7f9fa 49.9%, #eaeced 50%, #eaeced 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #f7f9fa), color-stop(49.9%, #f7f9fa), color-stop(50%, #eaeced), color-stop(100%, #eaeced));
    background: -webkit-linear-gradient(left, #f7f9fa 0%, #f7f9fa 49.9%, #eaeced 50%, #eaeced 100%);
    background: -o-linear-gradient(left, #f7f9fa 0%, #f7f9fa 49.9%, #eaeced 50%, #eaeced 100%);
    background: -ms-linear-gradient(left, #f7f9fa 0%, #f7f9fa 49.9%, #eaeced 50%, #eaeced 100%);
    background: linear-gradient(to right, #f7f9fa 0%, #f7f9fa 49.9%, #eaeced 50%, #eaeced 100%);
  }
}
@media (max-width: 767px) {
  .dual-background > .container {
    max-width: initial;
    padding-left: 0;
    padding-right: 0;
  }
}
.split-panel {
  min-height: 300px;
}
.split-panel select::-ms-expand {
  display: none;
}
.split-panel--dark {
  background-color: #eaeced;
}
.split-panel__triangle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #f7f9fa;
  border-bottom: 20px solid transparent;
}
@media (max-width: 767px) {
  .split-panel {
    padding-left: 0.975rem;
    padding-right: 0.975rem;
  }
}
@media (min-width: 768px) {
  .split-panel__wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .split-panel {
    padding: 30px 15px;
  }
  .split-panel__triangle-wrapper {
    float: left;
    position: relative;
    left: 50%;
  }
  .split-panel__triangle {
    top: -10px;
    left: -50%;
    float: left;
    position: relative;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f7f9fa;
  }
}
.video-thumbnail {
  padding: 40px 0;
  text-align: center;
}
.video-thumbnail__image {
  max-width: 400px;
  border-radius: 5px;
  height: 225px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 20px;
}
.video-thumbnail__paragraph {
  padding-top: 20px;
}
.video-thumbnail__media-btn {
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-thumbnail__container {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .video-thumbnail {
    padding: 60px 0;
    text-align: left;
  }
  .video-thumbnail__image {
    margin-top: 0;
  }
}
.intent-strategy .split-panel {
  height: 300px;
}
.intent-strategy .split-panel__wrapper {
  text-align: center;
}
.intent-strategy__selection-wrapper {
  margin-top: 30px;
}
.intent-strategy__selection-wrapper h3 {
  font-size: 20px;
  font-size: 1.33333333rem;
  line-height: 45px;
  padding: 0;
}
.intent-strategy__select-wrapper {
  position: relative;
}
.intent-strategy__select {
  background: #ffffff;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 5px;
  height: 45px;
  color: #de0063;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.intent-strategy__label {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-width: 5px 5px;
  border-top-color: #de0063;
}
.intent-strategy__summary {
  background: #ffffff;
  border-radius: 5px;
  padding: 30px 20px;
  margin: 20px auto;
  font-size: 20px;
  font-family: 'pp-sans-small-light', Helvetica Neue, Arial, sans-serif;
}
@media (min-width: 768px) {
  .intent-strategy__summary {
    max-width: 330px;
  }
}
.intent-strategy__summary span {
  font-size: 40px;
  font-size: 2.66666667rem;
}
.intent-fees .intent-strategy__selection-wrapper {
  text-align: center;
}
.intent-fees .intent-strategy__selection-wrapper h3 {
  line-height: 55px;
  width: auto;
  font-family: 'pp-sans-small-regular', Helvetica Neue, Arial, sans-serif;
}
.intent-fees .intent-strategy__select-wrapper {
  padding-right: 0;
}
.intent-fees .intent-strategy__select {
  background: #ffffff;
  font-family: 'pp-sans-big-light', Helvetica Neue, Arial, sans-serif;
  font-size: 20px;
  border: 1px solid #d4d9dc;
  border-radius: 3px;
  padding: 15px;
  width: 100%;
  height: auto;
  color: inherit;
  box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}
.intent-fees .intent-strategy__label {
  content: '';
  text-indent: -999px;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 25px;
  border: 1px solid #d4d9dc;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
  overflow: hidden;
}
@media (max-width: 767px) {
  .intent-strategy .split-panel {
    height: auto;
    min-height: 0;
    text-align: center;
  }
  .intent-strategy__select-wrapper {
    max-width: none;
  }
  .intent-strategy__summary {
    background: none;
  }
  .intent-fees .intent-strategy__summary {
    background: #ffffff;
  }
}
.tables {
  padding: 40px 0;
}
.tables td {
  line-height: 2;
}
.tables thead {
  background-color: #d4d9dc;
}
.tables thead th {
  vertical-align: middle;
  border-bottom: 2px solid #d4d9dc;
  line-height: 2;
}
.tables tbody {
  border-bottom: 1px solid #d4d9dc;
}
@media (min-width: 768px) {
  .tables {
    padding: 60px 0;
  }
}
.notification-bar {
  padding: 20px 0;
  text-align: center;
}
.notification-bar__headline.pypl-heading {
  font-size: 20px;
  font-size: 1.33333333rem;
}
.notification-bar__cta {
  margin: 30px auto 0 auto;
  height: 36px;
  min-width: 140px;
  display: inline-block;
}
@media (min-width: 768px) {
  .notification-bar {
    padding: 0;
  }
  .notification-bar__headline {
    display: inline-block;
  }
  .notification-bar__cta {
    margin: 20px auto;
    min-width: 110px;
    margin-left: 20px;
  }
}
.notification {
  padding: 10px 0;
  transition: all 0.3s ease-in;
}
.notification__paragraph {
  font-size: 13px;
  font-size: 0.86666667rem;
  padding-right: 25px;
}
.notification__close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}
.notification__close:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAQAAABu4E3oAAAFFWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTIgMS4xNDk2MDIsIDIwMTIvMTAvMTAtMTg6MTA6MjQgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICB4bWxuczpkYW09Imh0dHA6Ly93d3cuZGF5LmNvbS9kYW0vMS4wIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpQYXlQYWw9Ind3dy5wYXlwYWwuY29tL2Jhc2UvdjEiCiAgIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIgogICBkYzptb2RpZmllZD0iMjAxMy0xMi0xMFQxNTo0ODo1Ny41MjEtMDg6MDAiCiAgIGRhbTpzaXplPSIxNzEiCiAgIGRhbTpQaHlzaWNhbHdpZHRoaW5pbmNoZXM9Ii0xLjAiCiAgIGRhbTpleHRyYWN0ZWQ9IjIwMTMtMTItMTBUMTU6NDg6NTYuMTYxLTA4OjAwIgogICBkYW06c2hhMT0iZjQwZTM2OGI1NmNlMDdhZDRlNWNlY2ZiNGY5NDQxZmU1YjM3NDFjMiIKICAgZGFtOk51bWJlcm9mdGV4dHVhbGNvbW1lbnRzPSIwIgogICBkYW06RmlsZWZvcm1hdD0iUE5HIgogICBkYW06UHJvZ3Jlc3NpdmU9Im5vIgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmRwaT0iLTEiCiAgIGRhbTpNSU1FdHlwZT0iaW1hZ2UvcG5nIgogICBkYW06TnVtYmVyb2ZpbWFnZXM9IjEiCiAgIGRhbTpCaXRzcGVycGl4ZWw9IjE2IgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmluY2hlcz0iLTEuMCIKICAgZGFtOlBoeXNpY2Fsd2lkdGhpbmRwaT0iLTEiCiAgIHRpZmY6SW1hZ2VMZW5ndGg9IjI1IgogICB0aWZmOkltYWdlV2lkdGg9IjI1IgogICBQYXlQYWw6c3RhdHVzPSJTb3VyY2VBcHByb3ZlZCIKICAgUGF5UGFsOnNvdXJjZU5vZGVQYXRoPSIvY29udGVudC9kYW0vUGF5UGFsRGlnaXRhbEFzc2V0cy9zcGFydGFJbWFnZXMvR2xvYmFsSW1hZ2VzL21rdGcvMjAxNGRlc2lnbi9jbG9zZV9kZWZhdWx0LnBuZyIKICAgUGF5UGFsOmlzU291cmNlPSJ0cnVlIj4KICAgPGRjOmxhbmd1YWdlPgogICAgPHJkZjpCYWcvPgogICA8L2RjOmxhbmd1YWdlPgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/PhESLTAAAABySURBVHgBzdIxCoAwFATRtZCACYpoITaCl9BjeP/T2AnB4W+b6V+K7Ff7FcVN6lWVdGkNwKz7/2hm9IFRECMGjBg4xIARA4MQGHSGANr16BAUDbeZcfFbc4gAyCIAHgFgxMAjBgYVBhVaVNVpsBeR1HYvtcwLhzoX1iQAAAAASUVORK5CYII=') center center no-repeat;
}
.menu-open .notification {
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  transform: translateX(-240px);
}
.steps-intent {
  background-color: #f7f9fa;
  padding: 30px 0;
}
.steps-intent__head {
  text-align: center;
}
.steps-intent__head,
.steps-intent__body {
  padding-bottom: 40px;
}
.steps-intent p.dd-text {
  display: inline-block;
  font-size: 18px;
  font-size: 1.2rem;
}
.steps-intent a:hover {
  text-decoration: none;
}
.steps-intent .steps-dd-container {
  display: inline-block;
  position: relative;
  padding-top: 40px;
}
.steps-intent .steps-dd-container .steps-dd-header {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  min-width: 293px;
  padding: 14px 36px 15px 30px;
  background-color: #ffffff;
  color: #de0063;
  display: inline-block;
  font-weight: normal;
  text-align: left;
}
.steps-intent .steps-dd-container .steps-dd-header:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 20px;
  border: 1px solid #d4d9dc;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.steps-intent .steps-dd-container .steps-dd-list {
  margin: 0px;
  max-height: 0;
  background-color: #ffffff;
  color: #de0063;
  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  overflow-y: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 40px;
  z-index: 120;
  text-align: left;
}
.steps-intent .steps-dd-container .steps-dd-list.slide-down {
  max-height: 800px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.steps-intent .steps-dd-container .steps-dd-list .list {
  padding: 9px 0;
  color: #6c7378;
  display: block;
  font-weight: normal;
}
.steps-intent .steps-dd-container .steps-dd-list .list:hover,
.steps-intent .steps-dd-container .steps-dd-list .list:focus {
  color: #005ea6;
}
.steps-intent .steps-dd-container .steps-dd-list .list.selected {
  color: #de0063;
}
.steps-intent .steps-dd-container .steps-dd-list li:first-child a {
  padding-top: 20px;
}
.steps-intent .steps-dd-container .steps-dd-list li:last-child a {
  padding-bottom: 20px;
}
.steps-intent .steps-intent__img-wrapper {
  padding-bottom: 40px;
  text-align: center;
}
.steps-intent__circle-col {
  display: inline-block;
  margin-right: 15px;
}
.steps-intent__circle {
  border: 1px solid #9da3a6;
  padding: 12px 19px;
  border-radius: 50%;
  margin-right: 40px;
  float: left;
  font-family: 'pp-sans-big-medium', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
}
.steps-intent__content__paragraph {
  display: table-cell;
  height: 46px;
  vertical-align: middle;
}
.steps-intent .steps-intent__body__desktop {
  display: none;
}
.steps-intent .steps-intent__body__mobile {
  display: block;
}
.steps-intent .steps-intent__footer .steps-intent__btn {
  margin: auto;
}
@media (min-width: 768px) {
  .steps-intent {
    padding: 60px 0;
  }
  .steps-intent__head,
  .steps-intent__body {
    padding-bottom: 20px;
  }
  .steps-intent p.dd-text {
    margin-right: 40px;
  }
  .steps-intent .steps-dd-container {
    margin: auto;
  }
  .steps-intent .steps-dd-container .steps-dd-header {
    min-width: 320px;
  }
  .steps-intent .steps-intent__body .steps-intent__body__image-desktop {
    max-width: 100%;
  }
  .steps-intent .steps-intent__img-wrapper {
    display: none;
  }
  .steps-intent .steps-intent__body__desktop {
    display: block;
  }
  .steps-intent .steps-intent__body__mobile {
    display: none;
  }
}
@media (min-width: 980px) {
  .steps-intent .steps-dd-container {
    padding-top: 0;
  }
}
/* Styles when no JS */
html.no-js .steps-intent .three-steps .three-steps-container {
  display: none;
}
html.no-js .steps-intent .three-steps .three-steps-container:first-child {
  display: block;
}
html.no-js .steps-intent .cta-container {
  display: none;
}
html.no-js .steps-intent .cta-container:first-child {
  display: block;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out, -o-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out, -o-transform 0.6s ease-out;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border: none;
  height: auto;
  min-height: 100%;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: .5;
}
.modal-header {
  height: 40px;
}
.modal-header::after {
  display: table;
  clear: both;
  content: "";
}
.modal-header .close {
  float: right;
  cursor: pointer;
  text-indent: -9999999px;
  background: transparent;
  border: none;
  padding: 10px 15px 0;
  margin-right: 6px;
  margin-top: 3px;
}
.modal-header .close:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  width: 35px;
  height: 35px;
  background: transparent url(https://www.paypalobjects.com/digitalassets/c/website/marketing/global/kui/organisms/modal/close-arrow.png) center center no-repeat;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 0;
  padding-top: 15%;
}
.modal-body > div {
  height: 100%;
}
.modal-body iframe {
  width: 100%;
  height: 100%;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 544px) {
  .modal-dialog {
    width: 550px;
    height: 350px;
    margin: 7% auto;
  }
  .modal-content {
    border-radius: 1rem;
    outline: 0;
    min-height: initial;
    height: 100%;
  }
  .modal-sm {
    width: 300px;
  }
  .modal-body {
    padding: 0 40px 40px;
    height: 91%;
  }
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
    height: 500px;
  }
}
/* iphone - portrait */
@media (max-width: 543px) {
  .modal-body {
    height: 93vh;
    padding-top: 0;
  }
  .modal-body > div,
  .modal-body iframe {
    height: 100%;
  }
}
.tabs-accordion {
  padding: 60px 0 0;
}
.tabs-accordion__headline.h3 {
  font-size: 20px;
  font-size: 1.33333333rem;
}
.tabs-accordion__paragraph {
  font-size: 20px;
  font-size: 1.33333333rem;
  font-family: 'pp-sans-small-light', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  padding-top: 20px;
}
.tabs-accordion__hatch {
  padding-top: 20px;
  font-size: 13px;
  font-size: 0.86666667rem;
}
.view {
  padding: 60px 0 0;
}
.tabs-menu {
  display: table;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs-menu-item {
  float: left;
  padding-right: 20px;
}
.tabs-menu-item:last-of-type {
  padding-right: 0;
}
.tabs-menu-item a {
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-size: 1.33333333rem;
  color: #005ea6;
}
.tabs-menu-item a:hover {
  text-decoration: none;
}
.tabs-menu-item.is-active a,
.tabs-menu-item.is-active a:hover {
  color: #2c2e2f;
  padding-bottom: 10px;
  border-bottom: 2px solid #2c2e2f;
  text-decoration: none;
}
.tab-panel {
  padding: 30px 0;
}
.react-sanfona-item-title {
  padding: 20px;
}
.react-sanfona-item {
  border-bottom: 1px solid #d4d9dc;
}
.react-sanfona-item:first-child {
  border-top: 1px solid #d4d9dc;
}
.react-sanfona-item .react-sanfona-item-title:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #2c2e2f;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
  float: right;
}
.react-sanfona-item.react-sanfona-item-expanded .react-sanfona-item-title:after {
  transform: rotate(-135deg);
  margin-top: 10px;
}
.react-sanfona-item-body {
  background-color: #ffffff;
}
.react-sanfona-item-body-wrapper {
  padding: 20px;
}
@-moz-keyframes headerclose {
  0% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  40% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  50% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.5), rgba(0, 48, 135, 0.75) 125%);
  }
  65% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.65), rgba(0, 48, 135, 0.5) 125%);
  }
  80% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.3), rgba(0, 48, 135, 0.25) 125%);
  }
  90% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.1), rgba(0, 0, 0, 0.05) 125%);
  }
  100% {
    background-image: none;
  }
}
@-webkit-keyframes headerclose {
  0% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  40% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  50% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.5), rgba(0, 48, 135, 0.75) 125%);
  }
  65% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.65), rgba(0, 48, 135, 0.5) 125%);
  }
  80% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.3), rgba(0, 48, 135, 0.25) 125%);
  }
  90% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.1), rgba(0, 0, 0, 0.05) 125%);
  }
  100% {
    background-image: none;
  }
}
@keyframes headerclose {
  0% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  40% {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
  }
  50% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.5), rgba(0, 48, 135, 0.75) 125%);
  }
  65% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.65), rgba(0, 48, 135, 0.5) 125%);
  }
  80% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.3), rgba(0, 48, 135, 0.25) 125%);
  }
  90% {
    background-image: radial-gradient(circle farthest-side at left top, rgba(0, 156, 222, 0.1), rgba(0, 0, 0, 0.05) 125%);
  }
  100% {
    background-image: none;
  }
}
@-moz-keyframes slide-from-left {
  0% {
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    transform: translateX(-240px);
    opacity: 0;
  }
  1% {
    opacity: 1;
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    transform: translateX(-240px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes slide-from-left {
  0% {
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    transform: translateX(-240px);
    opacity: 0;
  }
  1% {
    opacity: 1;
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    transform: translateX(-240px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes slide-from-left {
  0% {
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    transform: translateX(-240px);
    opacity: 0;
  }
  1% {
    opacity: 1;
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    transform: translateX(-240px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.main-menu {
  position: absolute;
  left: 0;
  top: 0;
  text-align: initial;
  display: none;
}
@media (min-width: 980px) {
  .main-menu {
    text-align: inherit;
    position: static;
    display: inline-block;
  }
  .main-menu li {
    display: inline-block;
  }
}
.main-menu .closer-mobile {
  display: inline-block;
}
@media (min-width: 980px) {
  .main-menu .closer-mobile {
    display: none;
  }
}
.main-menu .closer-mobile a {
  font-family: 'pp-sans-big-medium', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  padding: 0;
  font-size: 1rem;
}
.main-menu .closer-mobile a:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  overflow: hidden;
  border: 1px solid #fff;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  opacity: .75;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: -1;
  margin-right: 10px;
}
.main-menu .closer-desktop {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
}
@media (min-width: 980px) {
  .main-menu .closer-desktop {
    display: inline-block;
  }
}
.main-menu .closer-desktop a {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 29px;
  height: 29px;
  text-indent: -999em;
  overflow: hidden;
  border-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 980px) {
  .main-menu .closer-desktop a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAFFWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTIgMS4xNDk2MDIsIDIwMTIvMTAvMTAtMTg6MTA6MjQgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICB4bWxuczpkYW09Imh0dHA6Ly93d3cuZGF5LmNvbS9kYW0vMS4wIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpQYXlQYWw9Ind3dy5wYXlwYWwuY29tL2Jhc2UvdjEiCiAgIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIgogICBkYzptb2RpZmllZD0iMjAxMy0xMi0xMFQxNTo0ODo1Ny41NjQtMDg6MDAiCiAgIGRhbTpzaXplPSIyMTIiCiAgIGRhbTpQaHlzaWNhbHdpZHRoaW5pbmNoZXM9Ii0xLjAiCiAgIGRhbTpleHRyYWN0ZWQ9IjIwMTMtMTItMTBUMTU6NDg6NTYuMjYzLTA4OjAwIgogICBkYW06c2hhMT0iMDc0OWZkM2I0ZWVjYWZhOWM1OGExZDY1MzU3N2M5MGFhMTE5MDMzZSIKICAgZGFtOk51bWJlcm9mdGV4dHVhbGNvbW1lbnRzPSIwIgogICBkYW06RmlsZWZvcm1hdD0iUE5HIgogICBkYW06UHJvZ3Jlc3NpdmU9Im5vIgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmRwaT0iLTEiCiAgIGRhbTpNSU1FdHlwZT0iaW1hZ2UvcG5nIgogICBkYW06TnVtYmVyb2ZpbWFnZXM9IjEiCiAgIGRhbTpCaXRzcGVycGl4ZWw9IjMyIgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmluY2hlcz0iLTEuMCIKICAgZGFtOlBoeXNpY2Fsd2lkdGhpbmRwaT0iLTEiCiAgIHRpZmY6SW1hZ2VMZW5ndGg9IjI1IgogICB0aWZmOkltYWdlV2lkdGg9IjI1IgogICBQYXlQYWw6c3RhdHVzPSJTb3VyY2VBcHByb3ZlZCIKICAgUGF5UGFsOnNvdXJjZU5vZGVQYXRoPSIvY29udGVudC9kYW0vUGF5UGFsRGlnaXRhbEFzc2V0cy9zcGFydGFJbWFnZXMvR2xvYmFsSW1hZ2VzL21rdGcvMjAxNGRlc2lnbi9jbG9zZV9yZXZlcnNlLnBuZyIKICAgUGF5UGFsOmlzU291cmNlPSJ0cnVlIj4KICAgPGRjOmxhbmd1YWdlPgogICAgPHJkZjpCYWcvPgogICA8L2RjOmxhbmd1YWdlPgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/PoWTukgAAACbSURBVEjH7dM7CoAwEATQ2AlaiB9EEAQLCzsLb6Ol9z9CnEIhhZr9JJ0L0214EHaM+Ucz1tpa+b5D0q+FHNmQUQj0yI40vsVKAjlAS33AgtgAFxIDVEgN+KBgwBsUHHiA1iiAA83IgSyxgPuLJk1hyWcqLSy7B8Eg3xWpIeqZiiFuD9iQtGhk6FoUF82Bhq+lBCmUx1IimflHOieo30np52rwiAAAAABJRU5ErkJggg==") center center no-repeat;
  }
  .main-menu .closer-desktop a:active,
  .main-menu .closer-desktop a:focus {
    box-shadow: 0 0 0 1px #ccc;
  }
}
.closer-mobile a,
.main-link:focus,
.main-link:hover,
.main-link {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 2.7;
  letter-spacing: 1px;
}
.closer-mobile a[rel='menuitem']:after,
.main-link:focus[rel='menuitem']:after,
.main-link:hover[rel='menuitem']:after,
.main-link[rel='menuitem']:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  overflow: hidden;
  border: 1px solid #fff;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  opacity: .75;
  position: relative;
  left: 6px;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
  z-index: -1;
}
@media (min-width: 980px) {
  .closer-mobile a[rel='menuitem']:after,
  .main-link:focus[rel='menuitem']:after,
  .main-link:hover[rel='menuitem']:after,
  .main-link[rel='menuitem']:after {
    top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (min-width: 980px) {
  .closer-mobile a,
  .main-link:focus,
  .main-link:hover,
  .main-link {
    padding: 25px 15px;
    margin: 0 1px;
    letter-spacing: 0px;
  }
  .closer-mobile a.pypl-header__subnav-control--is-active,
  .main-link:focus.pypl-header__subnav-control--is-active,
  .main-link:hover.pypl-header__subnav-control--is-active,
  .main-link.pypl-header__subnav-control--is-active,
  .closer-mobile a.pypl-header__subnav-control--is-highlighted,
  .main-link:focus.pypl-header__subnav-control--is-highlighted,
  .main-link:hover.pypl-header__subnav-control--is-highlighted,
  .main-link.pypl-header__subnav-control--is-highlighted,
  .closer-mobile a:hover,
  .main-link:focus:hover,
  .main-link:hover:hover,
  .main-link:hover,
  .closer-mobile a:focus,
  .main-link:focus:focus,
  .main-link:hover:focus,
  .main-link:focus {
    text-decoration: none;
    outline: none;
    border-bottom: 2px solid #ffffff;
  }
}
@media (min-width: 1200px) {
  .closer-mobile a,
  .main-link:focus,
  .main-link:hover,
  .main-link {
    padding: 25px 25px;
    letter-spacing: 1px;
  }
}
.submenu-wrapper {
  display: none;
  width: 100%;
}
@media (min-width: 980px) {
  .submenu-wrapper {
    position: absolute;
    left: 0;
    top: 72px;
  }
}
.pp-header__subnav {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 979px) {
  .pp-header__subnav {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
    width: 240px;
    height: 100%;
    padding: 15px;
  }
}
.pp-header__subnav a {
  color: #ffffff;
  display: block;
  text-align: left;
  font-size: 15px;
  font-family: 'pp-sans-small-light', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  padding: 10px 0 10px 10px;
}
.pp-header__subnav a:hover,
.pp-header__subnav a:focus {
  outline: none;
  text-decoration: underline;
}
@media (min-width: 980px) {
  .pp-header__subnav a {
    padding: 5% 1em 0 0;
    font-family: 'pp-sans-small-regular', Helvetica Neue, Arial, sans-serif;
    font-weight: normal;
    font-variant: normal;
    font-weight: bold;
  }
}
.pp-header__subnav li {
  display: list-item;
  width: 100%;
}
.pp-header__subnav em {
  display: none;
  font-style: normal;
  font-size: 12px;
}
.pp-header__subnav .submenu-cols.lvl-2 .submenu-col:last-of-type {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 980px) {
  .pp-header__subnav {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pp-header__subnav li {
    height: 72px;
  }
  .pp-header__subnav .submenu-row-3 li {
    height: 36px;
  }
  .pp-header__subnav em {
    display: block;
  }
  .pp-header__subnav .submenu-cols {
    display: flex;
    padding-top: 10px;
    justify-content: space-around;
    align-content: stretch;
  }
  .no-flexbox .pp-header__subnav .submenu-cols {
    display: inline-block;
  }
  .pp-header__subnav .submenu-cols.lvl-2 .submenu-col {
    max-width: 20%;
  }
  .pp-header__subnav .submenu-cols.lvl-2 .submenu-col a {
    padding-top: 20px;
  }
  .pp-header__subnav .submenu-cols.lvl-2 .submenu-col:last-of-type {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
    position: relative;
    height: 144px;
    padding-left: 20px;
  }
  .pp-header__subnav .submenu-cols.lvl-2 .submenu-col:last-of-type:before {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    content: '';
    width: 0;
    height: 90%;
    position: absolute;
    top: 5px;
    left: -10px;
  }
  .pp-header__subnav .submenu-cols.lvl-2 .submenu-col:last-of-type a {
    font-family: 'pp-sans-small-light', Helvetica Neue, Arial, sans-serif;
    font-weight: normal;
    font-variant: normal;
  }
  .pp-header__subnav .submenu-col {
    flex-grow: 1;
    max-width: 25%;
  }
}
.submenu-lvl2 li {
  height: 36px;
}
.submenu-lvl2.submenu-lvl2-row-4 li {
  height: 24px;
}
.main-menu__sublist {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 30px;
  width: 86%;
}
.main-menu__sublist li {
  min-height: 42px;
}
.main-menu__sublist a:not(.pypl-btn) {
  font-family: 'pp-sans-small-light', Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-variant: normal;
  color: #ffffff;
}
@media (min-width: 980px) {
  .main-menu__sublist {
    display: none;
  }
}
.sublist-cta-wrapper {
  position: absolute;
  min-width: 80%;
  top: 25em;
  top: 80vh;
  z-index: -1;
}
@media screen and (orientation: landscape) {
  .sublist-cta-wrapper {
    position: relative;
    top: 3em;
  }
}
.pp-header--menu-open .main-menu {
  display: inline-block;
}
@media (max-width: 979px) {
  .pp-header--menu-open .main-menu {
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
    transform: translateX(-240px);
    width: 240px;
    height: 100%;
    padding-top: 15px;
    padding-left: 15px;
    position: absolute;
    min-height: 1000px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 980px) {
  .pp-header--menu-open .main-menu {
    background: none;
  }
}
.pypl-header__subnav-control--is-active[rel='menuitem']:focus:after,
.pypl-header__subnav-control--is-active[rel='menuitem']:hover:after,
.pypl-header__subnav-control--is-active[rel='menuitem']:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 2px;
}
.pypl-header__subnav-control--is-active + .submenu-wrapper {
  display: block;
  z-index: 2;
}
@media (max-width: 979px) {
  .pypl-header__subnav-control--is-active + .submenu-wrapper .pp-header__subnav {
    -webkit-animation: slide-from-left 0.4s ease-out 1;
    -moz-animation: slide-from-left 0.4s ease-out 1;
    animation: slide-from-left 0.4s ease-out 1;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.no-flexboxlegacy .pp-header__subnav ul,
.no-flexboxlegacy .pp-header__subnav li,
.no-flexboxlegacy .pp-header__subnav a,
.no-flexboxlegacy .pp-header__subnav div {
  display: inline-block;
  vertical-align: top;
}
.no-flexboxlegacy .pp-header__subnav li {
  text-align: left;
}
.pp-header {
  font-size: 14px;
  font-size: 0.93333333rem;
  text-align: center;
  position: absolute;
  width: 100%;
  padding-top: 18px;
  z-index: 2;
}
.pp-header:before,
.pp-header:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
}
.pp-header:before {
  height: 140px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 100%);
  top: 0;
  z-index: -1;
}
.pp-header:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  top: 72px;
  content: initial;
  display: none;
}
@media (min-width: 980px) {
  .pp-header:after {
    content: '';
    display: block;
  }
}
@media (min-width: 980px) {
  .pp-header {
    overflow: hidden;
    height: 72px;
    transition: height 0.3s ease-out;
    overflow: visible;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .pp-header__wrapper.container {
    min-width: 100%;
  }
}
.no-borderradius .pp-header__wrapper {
  background: #009cde;
}
.no-borderradius .pp-header__wrapper .menu-button-wrapper,
.no-borderradius .pp-header__wrapper .main-menu__sublist {
  display: none;
}
.no-borderradius .pp-header__wrapper .main-menu-list,
.no-borderradius .pp-header__wrapper .main-menu-list li,
.no-borderradius .pp-header__wrapper .header-buttons {
  display: inline-block;
}
.no-borderradius .pp-header__wrapper .header-buttons {
  position: static;
}
.no-borderradius .pp-header__wrapper .main-menu-list li {
  margin-left: 20px;
}
.header-buttons {
  width: 0;
  float: right;
  position: relative;
  text-align: right;
}
.header-buttons > div {
  min-width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 980px) {
  .header-buttons > div {
    min-width: 250px;
  }
}
.header-buttons .pypl-btn.pypl-btn--small {
  min-width: 84px;
  display: inline-block;
  margin-left: 9px;
}
.header-buttons .pypl-btn.pypl-btn--small:last-of-type {
  display: none;
}
@media (min-width: 980px) {
  .header-buttons .pypl-btn.pypl-btn--small:last-of-type {
    display: inline-block;
  }
}
.menu-button-wrapper {
  width: 0;
  float: left;
}
@media (min-width: 980px) {
  .menu-button-wrapper {
    display: none;
  }
}
.menu-button-wrapper .menu-button {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  padding-left: 37px;
}
.pp-header--menu-open .menu-button-wrapper .menu-button:before,
.pp-header--menu-open .menu-button-wrapper .menu-button:after {
  height: 0px;
  border-bottom: 0;
  top: 17px;
}
.pp-header--menu-open .menu-button-wrapper .menu-button:before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}
.pp-header--menu-open .menu-button-wrapper .menu-button:after {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.menu-button-wrapper .menu-button:before,
.menu-button-wrapper .menu-button:after {
  display: block;
  content: "";
  width: 13px;
  position: absolute;
  border: 1px solid #fff;
  left: 14px;
  border-left: 0;
  border-right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.menu-button-wrapper .menu-button:before {
  height: 9px;
  top: 13px;
}
.menu-button-wrapper .menu-button:after {
  height: 0;
  top: 17px;
  border-bottom: 0;
}
.pypl-logo-wrapper {
  width: auto;
  display: inline-block;
  position: relative;
  top: 1px;
}
@media (min-width: 980px) {
  .pypl-logo-wrapper {
    width: 0;
    float: left;
    top: -6px;
  }
}
.pypl-logo:focus {
  outline: none;
  box-shadow: 0 0 1px 1px #ccc;
  border-radius: 5px;
}
.no-boxshadow .pypl-logo:focus {
  border: 1px solid #ccc;
}
@media (max-width: 979px) {
  .pypl-logo {
    width: 29px;
    height: 34px;
    background-size: cover;
    background-position: left;
    background-clip: content-box;
    background-origin: content-box;
  }
}
.no-svg .pypl-logo {
  width: 126px;
  height: 33px;
  background: url("https://www.paypalobjects.com/webstatic/i/logo/rebrand/ppcom-white.png") center top no-repeat;
}
@media (max-width: 979px) {
  #mpp-app,
  #app-element-mountpoint {
    transition: all 0.3s ease-in;
  }
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  body.menu-open #mpp-app,
  body.menu-open #app-element-mountpoint {
    transform: translateX(240px);
  }
  body.menu-open header.pp-header {
    height: 100%;
  }
}
@media (min-width: 980px) {
  .pp-header ~ section,
  .pp-header ~ div,
  .pp-header ~ footer {
    position: relative;
    top: 0;
    transition: all 0.3s ease-out;
  }
  .pp-header ~ #document-body-root {
    position: relative;
    top: 0;
    transition: all 0.3s ease-out;
  }
  .pp-header--submenu-open:before {
    display: none;
  }
  .pp-header--submenu-close {
    -webkit-animation: headerclose 0.4s steps(10, end) 1;
    -moz-animation: headerclose 0.4s steps(10, end) 1;
    animation: headerclose 0.4s steps(10, end) 1;
  }
  .pp-header--submenu-open {
    height: 230px;
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .pp-header--submenu-open ~ section,
  .pp-header--submenu-open ~ div,
  .pp-header--submenu-open ~ footer {
    top: 158px;
  }
}
/* Country selector */
.country-selector .language {
  font-size: 13px;
  font-size: 0.86666667rem;
  font-weight: normal;
  line-height: 13px;
  padding: 1px 6px 2px 0;
  border-right: 1px solid #ddd;
  margin: 0 4px 0 2px;
}
.country-selector .country {
  display: inline-block;
  overflow: hidden;
  width: 32px;
  height: 26px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  text-indent: -999em;
  text-align: left;
  background: transparent url("https://www.paypalobjects.com/webstatic/mktg/icons/sprite_countries_flag4.png") 5px 100px no-repeat;
}
.country-selector .country:focus {
  box-shadow: 0 0 0 1px #ccc;
  border-radius: 5px;
}
.country-selector .zambia,
.country-selector .ZM {
  background-position: 5px 1px;
}
.country-selector .southafrica,
.country-selector .ZA {
  background-position: 5px -34px;
}
.country-selector .yemen,
.country-selector .YE {
  background-position: 5px -69px;
}
.country-selector .samoa,
.country-selector .WS {
  background-position: 5px -104px;
}
.country-selector .vanuatu,
.country-selector .VU {
  background-position: 5px -139px;
}
.country-selector .unitedstates,
.country-selector .US {
  background-position: 5px -383px;
}
.country-selector .taiwan,
.country-selector .TW {
  background-position: 5px -524px;
}
.country-selector .turkey,
.country-selector .TR {
  background-position: 5px -629px;
}
.country-selector .thailand,
.country-selector .TH {
  background-position: 5px -804px;
}
.country-selector .switzerland,
.country-selector .CH {
  background-position: 5px -944px;
}
.country-selector .argentina,
.country-selector .AR {
  background-position: 5px -6055px;
}
.country-selector .slovakia,
.country-selector .SK {
  background-position: 5px -1224px;
}
.country-selector .singapore,
.country-selector .SG {
  background-position: 5px -1294px;
}
.country-selector .sweden,
.country-selector .SE {
  background-position: 5px -1329px;
}
.country-selector .portugal,
.country-selector .PT {
  background-position: 5px -1679px;
}
.country-selector .poland,
.country-selector .PL {
  background-position: 5px -1714px;
}
.country-selector .philippines,
.country-selector .PH {
  background-position: 5px -1749px;
}
.country-selector .newzealand,
.country-selector .NZ {
  background-position: 5px -1959px;
}
.country-selector .norway,
.country-selector .NO {
  background-position: 5px -2099px;
}
.country-selector .netherlands,
.country-selector .NL {
  background-position: 5px -2134px;
}
.country-selector .malaysia,
.country-selector .MY {
  background-position: 5px -2379px;
}
.country-selector .mexico,
.country-selector .MX {
  background-position: 5px -2414px;
}
.country-selector .martinique,
.country-selector .MQ {
  background-position: 5px -2659px;
}
.country-selector .luxembourg,
.country-selector .LU {
  background-position: 5px -2904px;
}
.country-selector .southkorea,
.country-selector .KR {
  background-position: 5px -3254px;
}
.country-selector .japan,
.country-selector .JP {
  background-position: 5px -3499px;
}
.country-selector .jamaica,
.country-selector .JM {
  background-position: 5px -3569px;
}
.country-selector .italy,
.country-selector .IT {
  background-position: 5px -3604px;
}
.country-selector .israel,
.country-selector .IL {
  background-position: 5px -3709px;
}
.country-selector .ireland,
.country-selector .IE {
  background-position: 5px -3744px;
}
.country-selector .indonesia,
.country-selector .ID {
  background-position: 5px -3779px;
}
.country-selector .hungary,
.country-selector .HU {
  background-position: 5px -3814px;
}
.country-selector .hongkong,
.country-selector .HK {
  background-position: 5px -3919px;
}
.country-selector .greece,
.country-selector .GR {
  background-position: 5px -4059px;
}
.country-selector .unitedkingdom,
.country-selector .GB {
  background-position: 5px -4304px;
}
.country-selector .france,
.country-selector .reunion,
.country-selector .guadeloupe,
.country-selector .FR,
.country-selector .RE,
.country-selector .GP {
  background-position: 5px -4374px;
}
.country-selector .frenchguiana,
.country-selector .GF {
  background-position: 5px -4374px;
}
.country-selector .finland,
.country-selector .FI {
  background-position: 5px -4549px;
}
.country-selector .spain,
.country-selector .ES {
  background-position: 5px -4618px;
}
.country-selector .ecuador,
.country-selector .EC {
  background-position: 5px -4724px;
}
.country-selector .algeria,
.country-selector .DZ {
  background-position: 5px -4759px;
}
.country-selector .denmark,
.country-selector .DK {
  background-position: 5px -4864px;
}
.country-selector .germany,
.country-selector .DE {
  background-position: 5px -4934px;
}
.country-selector .egypt,
.country-selector .EG {
  background-position: 5px -69px;
}
.country-selector .czechrepublic,
.country-selector .CZ {
  background-position: 5px -4969px;
}
.country-selector .china,
.country-selector .CN,
.country-selector .C2 {
  background-position: 5px -5144px;
}
.country-selector .canada,
.country-selector .CA {
  background-position: 5px -5319px;
}
.country-selector .botswana,
.country-selector .BW {
  background-position: 5px -5389px;
}
.country-selector .belize,
.country-selector .BZ {
  background-position: 5px -5354px;
}
.country-selector .bahamas,
.country-selector .BS {
  background-position: 5px -5459px;
}
.country-selector .brazil,
.country-selector .BR {
  background-position: 5px -5494px;
}
.country-selector .bermuda,
.country-selector .BM {
  background-position: 5px -5599px;
}
.country-selector .bahrain,
.country-selector .BH {
  background-position: 5px -5704px;
}
.country-selector .belgium,
.country-selector .BE {
  background-position: 5px -5809px;
}
.country-selector .barbados,
.country-selector .BB {
  background-position: 5px -5844px;
}
.country-selector .bosniaandherzegovina,
.country-selector .BA {
  background-position: 5px -5879px;
}
.country-selector .burkinafaso,
.country-selector .BF {
  background-position: 5px -5773px;
}
.country-selector .australia,
.country-selector .AU {
  background-position: 5px -5984px;
}
.country-selector .austria,
.country-selector .AT {
  background-position: 5px -6019px;
}
.country-selector .albania,
.country-selector .AL {
  background-position: 5px -6194px;
}
.country-selector .antiguaandbarbuda,
.country-selector .AG {
  background-position: 5px -6264px;
}
.country-selector .andorra,
.country-selector .AD {
  background-position: 5px -6334px;
}
.country-selector .bulgaria,
.country-selector .BG {
  background-position: 5px -5739px;
}
.country-selector .cambodia,
.country-selector .KH {
  background-position: 5px -3397px;
}
.country-selector .caymanislands,
.country-selector .KY {
  background-position: 5px -4479px;
}
.country-selector .colombia,
.country-selector .CO {
  background-position: 5px -5109px;
}
.country-selector .croatia,
.country-selector .HR {
  background-position: 5px -3849px;
}
.country-selector .cyprus,
.country-selector .CY {
  background-position: 5px -5004px;
}
.country-selector .dominica,
.country-selector .DM {
  background-position: 5px -4829px;
}
.country-selector .dominicanrepublic,
.country-selector .DO {
  background-position: 5px -4794px;
}
.country-selector .elsalvador,
.country-selector .SV {
  background-position: 5px -979px;
}
.country-selector .eritrea,
.country-selector .ER {
  background-position: 5px -4655px;
}
.country-selector .estonia,
.country-selector .EE {
  background-position: 5px -4689px;
}
.country-selector .ethiopia,
.country-selector .ET {
  background-position: 5px -4587px;
}
.country-selector .faroeislands,
.country-selector .FO {
  background-position: 5px -4409px;
}
.country-selector .fiji,
.country-selector .FJ {
  background-position: 5px -4514px;
}
.country-selector .frenchpolynesia,
.country-selector .PF {
  background-position: 5px -1819px;
}
.country-selector .gibraltar,
.country-selector .GI {
  background-position: 5px -4199px;
}
.country-selector .greenland,
.country-selector .GL {
  background-position: 5px -4164px;
}
.country-selector .grenada,
.country-selector .GD {
  background-position: 5px -4269px;
}
.country-selector .guatemala,
.country-selector .GT {
  background-position: 5px -4024px;
}
.country-selector .honduras,
.country-selector .HN {
  background-position: 5px -3884px;
}
.country-selector .iceland,
.country-selector .IS {
  background-position: 5px -3639px;
}
.country-selector .jordan,
.country-selector .JO {
  background-position: 5px -3534px;
}
.country-selector .kenya,
.country-selector .KE {
  background-position: 5px -3464px;
}
.country-selector .kuwait,
.country-selector .KW {
  background-position: 5px -3219px;
}
.country-selector .latvia,
.country-selector .LV {
  background-position: 5px -2869px;
}
.country-selector .lesotho,
.country-selector .LS {
  background-position: 5px -2974px;
}
.country-selector .liechtenstein,
.country-selector .LI {
  background-position: 5px -3044px;
}
.country-selector .lithuania,
.country-selector .LT {
  background-position: 5px -2939px;
}
.country-selector .malawi,
.country-selector .MW {
  background-position: 5px -2449px;
}
.country-selector .malta,
.country-selector .MT {
  background-position: 5px -2554px;
}
.country-selector .mongolia,
.country-selector .MN {
  background-position: 5px -6369px;
}
.country-selector .morocco,
.country-selector .MA {
  background-position: 5px -2834px;
}
.country-selector .mozambique,
.country-selector .MZ {
  background-position: 5px -2344px;
}
.country-selector .newcaledonia,
.country-selector .NC {
  background-position: 5px -2274px;
}
.country-selector .oman,
.country-selector .OM {
  background-position: 5px -1924px;
}
.country-selector .palau,
.country-selector .PW {
  background-position: 5px -1644px;
}
.country-selector .panama,
.country-selector .PA {
  background-position: 5px -1889px;
}
.country-selector .philippines,
.country-selector .PH {
  background-position: 5px -1749px;
}
.country-selector .pitcairnislands,
.country-selector .PN {
  background-position: 5px -6229px;
}
.country-selector .qatar,
.country-selector .QA {
  background-position: 5px -5704px;
}
.country-selector .romania,
.country-selector .RO {
  background-position: 5px -1539px;
}
.country-selector .russia,
.country-selector .RU {
  background-position: 5px -1503px;
}
.country-selector .rwanda,
.country-selector .RW {
  background-position: 5px -6439px;
}
.country-selector .saotomeandprincipe,
.country-selector .ST {
  background-position: 5px -1014px;
}
.country-selector .saintkittsandnevis,
.country-selector .KN {
  background-position: 5px -3289px;
}
.country-selector .sainthelena,
.country-selector .SH {
  background-position: 5px -909px;
}
.country-selector .saintvincentandthegrenadines,
.country-selector .VC {
  background-position: 5px -278px;
}
.country-selector .saintlucia,
.country-selector .LC {
  background-position: 5px -3079px;
}
.country-selector .saintpierreandmiquelon,
.country-selector .PM {
  background-position: 5px -6824px;
}
.country-selector .sanmarino,
.country-selector .SM {
  background-position: 5px -1154px;
}
.country-selector .saudiarabia,
.country-selector .SA {
  background-position: 5px -1434px;
}
.country-selector .seychelles,
.country-selector .SC {
  background-position: 5px -1364px;
}
.country-selector .slovenia,
.country-selector .SI {
  background-position: 5px -1259px;
}
.country-selector .tajikistan,
.country-selector .TJ {
  background-position: 5px -769px;
}
.country-selector .trinidadandtobago,
.country-selector .TT {
  background-position: 5px -594px;
}
.country-selector .unitedarabemirates,
.country-selector .AE {
  background-position: 5px -6299px;
}
.country-selector .uruguay,
.country-selector .UY {
  background-position: 5px -351px;
}
.country-selector .venezuela,
.country-selector .VE {
  background-position: 5px -244px;
}
.country-selector .india,
.country-selector .IN {
  background-position: 5px -3674px;
}
.country-selector .vietnam,
.country-selector .VN {
  background-position: 5px -174px;
}
.country-selector .angola,
.country-selector .AO {
  background-position: 5px -6089px;
}
.country-selector .anguilla,
.country-selector .AI {
  background-position: 5px -6229px;
}
.country-selector .armenia,
.country-selector .AM {
  background-position: 5px -6159px;
}
.country-selector .aruba,
.country-selector .AW {
  background-position: 5px -5949px;
}
.country-selector .azerbaijanrepublic,
.country-selector .AZ {
  background-position: 5px -5914px;
}
.country-selector .benin,
.country-selector .BJ {
  background-position: 5px -5634px;
}
.country-selector .bhutan,
.country-selector .BT {
  background-position: 5px -5424px;
}
.country-selector .bolivia,
.country-selector .BO {
  background-position: 5px -5529px;
}
.country-selector .brunei,
.country-selector .BN {
  background-position: 5px -5564px;
}
.country-selector .burundi,
.country-selector .BI {
  background-position: 5px -5669px;
}
.country-selector .capeverde,
.country-selector .CV {
  background-position: 5px -5039px;
}
.country-selector .chad,
.country-selector .TD {
  background-position: 5px -1539px;
}
.country-selector .chile,
.country-selector .CL {
  background-position: 5px -5179px;
}
.country-selector .comoros,
.country-selector .KM {
  background-position: 5px -3324px;
}
.country-selector .cookislands,
.country-selector .CK {
  background-position: 5px -5214px;
}
.country-selector .costarica,
.country-selector .CR {
  background-position: 5px -5074px;
}
.country-selector .democraticrepublicofthecongo,
.country-selector .CD {
  background-position: 5px -5284px;
}
.country-selector .djibouti,
.country-selector .DJ {
  background-position: 5px -4899px;
}
.country-selector .falklandislands,
.country-selector .FK {
  background-position: 5px -6229px;
}
.country-selector .gabonrepublic,
.country-selector .GA {
  background-position: 5px -4339px;
}
.country-selector .gambia,
.country-selector .GM {
  background-position: 5px -4129px;
}
.country-selector .georgia,
.country-selector .GE {
  background-position: 5px -6652px;
}
.country-selector .guinea,
.country-selector .guineabissau,
.country-selector .GN,
.country-selector .GW {
  background-position: 5px -3989px;
}
.country-selector .guyana,
.country-selector .GY {
  background-position: 5px -3954px;
}
.country-selector .kazakhstan,
.country-selector .KZ {
  background-position: 5px -3149px;
}
.country-selector .kiribati,
.country-selector .KI {
  background-position: 5px -3359px;
}
.country-selector .kyrgyzstan,
.country-selector .KG {
  background-position: 5px -3429px;
}
.country-selector .laos,
.country-selector .LA {
  background-position: 5px -3114px;
}
.country-selector .madagascar,
.country-selector .MG {
  background-position: 5px -2799px;
}
.country-selector .maldives,
.country-selector .MV {
  background-position: 5px -2484px;
}
.country-selector .mali,
.country-selector .ML {
  background-position: 5px -2729px;
}
.country-selector .marshallislands,
.country-selector .MH {
  background-position: 5px -2764px;
}
.country-selector .mauritania,
.country-selector .MR {
  background-position: 5px -2624px;
}
.country-selector .mauritius,
.country-selector .MU {
  background-position: 5px -2519px;
}
.country-selector .micronesia,
.country-selector .FM {
  background-position: 5px -4444px;
}
.country-selector .montserrat,
.country-selector .MS {
  background-position: 5px -2589px;
}
.country-selector .mayotte,
.country-selector .YT {
  background-position: 5px -6544px;
}
.country-selector .namibia,
.country-selector .NA {
  background-position: 5px -2309px;
}
.country-selector .nauru,
.country-selector .NR {
  background-position: 5px -2029px;
}
.country-selector .nepal,
.country-selector .NP {
  background-position: 5px -2064px;
}
.country-selector .netherlandsantilles,
.country-selector .AN {
  background-position: 5px -6124px;
}
.country-selector .nicaragua,
.country-selector .NI {
  background-position: 5px -2169px;
}
.country-selector .niger,
.country-selector .NE {
  background-position: 5px -2239px;
}
.country-selector .niue,
.country-selector .NU {
  background-position: 5px -1994px;
}
.country-selector .norfolkisland,
.country-selector .NF {
  background-position: 5px -2204px;
}
.country-selector .papuanewguinea,
.country-selector .PG {
  background-position: 5px -1784px;
}
.country-selector .peru,
.country-selector .PE {
  background-position: 5px -1854px;
}
.country-selector .republicofcongo,
.country-selector .CG {
  background-position: 5px -5252px;
}
.country-selector .senegal,
.country-selector .SN {
  background-position: 5px -1119px;
}
.country-selector .serbia,
.country-selector .RS {
  background-position: 5px -6718px;
}
.country-selector .sierraleone,
.country-selector .SL {
  background-position: 5px -1189px;
}
.country-selector .solomonislands,
.country-selector .SB {
  background-position: 5px -1399px;
}
.country-selector .somalia,
.country-selector .SO {
  background-position: 5px -1084px;
}
.country-selector .srilanka,
.country-selector .LK {
  background-position: 5px -3009px;
}
.country-selector .sthelena,
.country-selector .SH {
  background-position: 5px -909px;
}
.country-selector .suriname,
.country-selector .SR {
  background-position: 5px -1049px;
}
.country-selector .swaziland,
.country-selector .SZ {
  background-position: 5px -6509px;
}
.country-selector .svalbardandjanmayen,
.country-selector .SJ {
  background-position: 5px -2099px;
}
.country-selector .tanzania,
.country-selector .TZ {
  background-position: 5px -489px;
}
.country-selector .togo,
.country-selector .TG {
  background-position: 5px -839px;
}
.country-selector .tonga,
.country-selector .TO {
  background-position: 5px -664px;
}
.country-selector .tunisia,
.country-selector .TN {
  background-position: 5px -699px;
}
.country-selector .turkmenistan,
.country-selector .TM {
  background-position: 5px -734px;
}
.country-selector .turksandcaicos,
.country-selector .TC {
  background-position: 5px -909px;
}
.country-selector .tuvalu,
.country-selector .TV {
  background-position: 5px -559px;
}
.country-selector .uganda,
.country-selector .UG {
  background-position: 5px -419px;
}
.country-selector .ukraine,
.country-selector .UA {
  background-position: 5px -454px;
}
.country-selector .vaticancity,
.country-selector .VA {
  background-position: 5px -314px;
}
.country-selector .virginislands,
.country-selector .VG {
  background-position: 5px -209px;
}
.country-selector .wallisandfutuna,
.country-selector .WF {
  background-position: 5px -6792px;
}
.country-selector .montenegro,
.country-selector .ME {
  background-position: 5px -6859px;
}
.country-selector .macedonia,
.country-selector .MK {
  background-position: 5px -6894px;
}
.country-selector .moldova,
.country-selector .MD {
  background-position: 5px -6929px;
}
.country-selector .kosovo,
.country-selector .XK {
  background-position: 5px -6964px;
}
.country-selector .belarus,
.country-selector .BY {
  background-position: 5px -6999px;
}
.country-selector .monaco,
.country-selector .MC {
  background-position: 5px -7034px;
}
.country-selector .nigeria,
.country-selector .NG {
  background-position: 5px -7069px;
}
.country-selector .ghana,
.country-selector .GH {
  background-position: 5px -7104px;
}
.country-selector .cotedivoire,
.country-selector .CI {
  background-position: 5px -7139px;
}
.country-selector .cameroon,
.country-selector .CM {
  background-position: 5px -7174px;
}
.country-selector .zimbabwe,
.country-selector .ZW {
  background-position: 5px -7209px;
}
.country-selector .paraguay,
.country-selector .PY {
  background-position: 5px -7244px;
}
.global-footer {
  padding: 60px 0;
}
.global-footer hr {
  background-image: linear-gradient(to right, #c0c0c0 50%, rgba(255, 255, 255, 0) 40%);
  background-position: top;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  height: 1px;
  border-top: 0px;
  border-bottom: 0px;
  margin-top: 0;
  margin-bottom: 0;
}
.global-footer .footer-main,
.global-footer .footer-secondary,
.global-footer .footer-tertiary {
  line-height: 1.5;
  margin-bottom: 0;
}
.global-footer .footer-main li,
.global-footer .footer-secondary li,
.global-footer .footer-tertiary li {
  margin: 6px 18px 6px 0;
}
.global-footer .footer-main li:last-child,
.global-footer .footer-secondary li:last-child,
.global-footer .footer-tertiary li:last-child {
  margin-right: 0px;
}
.global-footer .footer-main {
  font-size: 15px;
  font-size: 1rem;
}
.global-footer .footer-main a {
  color: #2c2e2f;
}
.global-footer .footer-main .footer-search .search-icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAFR2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTIgMS4xNDk2MDIsIDIwMTIvMTAvMTAtMTg6MTA6MjQgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICB4bWxuczpkYW09Imh0dHA6Ly93d3cuZGF5LmNvbS9kYW0vMS4wIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpwcmlzbT0iaHR0cDovL3ByaXNtc3RhbmRhcmQub3JnL25hbWVzcGFjZXMvYmFzaWMvMi4xLyIKICAgIHhtbG5zOlBheVBhbD0id3d3LnBheXBhbC5jb20vYmFzZS92MSIKICAgZGM6Zm9ybWF0PSJpbWFnZS9wbmciCiAgIGRjOm1vZGlmaWVkPSIyMDEzLTEwLTI4VDEyOjEwOjUyLjgyLTA3OjAwIgogICBkYW06c2l6ZT0iNDYzIgogICBkYW06UGh5c2ljYWx3aWR0aGluaW5jaGVzPSItMS4wIgogICBkYW06ZXh0cmFjdGVkPSIyMDEzLTEwLTI4VDEyOjEwOjUxLjk3Ny0wNzowMCIKICAgZGFtOnNoYTE9IjgxYjdmMWM5MWU2MDNiNDhkZWRhNjFhNmVkNGIwOWI0Mzg1M2IxZGIiCiAgIGRhbTpOdW1iZXJvZnRleHR1YWxjb21tZW50cz0iMCIKICAgZGFtOkZpbGVmb3JtYXQ9IlBORyIKICAgZGFtOlByb2dyZXNzaXZlPSJubyIKICAgZGFtOlBoeXNpY2FsaGVpZ2h0aW5kcGk9Ii0xIgogICBkYW06TUlNRXR5cGU9ImltYWdlL3BuZyIKICAgZGFtOk51bWJlcm9maW1hZ2VzPSIxIgogICBkYW06Qml0c3BlcnBpeGVsPSIzMiIKICAgZGFtOlBoeXNpY2FsaGVpZ2h0aW5pbmNoZXM9Ii0xLjAiCiAgIGRhbTpQaHlzaWNhbHdpZHRoaW5kcGk9Ii0xIgogICB0aWZmOkltYWdlTGVuZ3RoPSIyOCIKICAgdGlmZjpJbWFnZVdpZHRoPSIyOCIKICAgcHJpc206ZXhwaXJhdGlvbkRhdGU9IjIwMTgtMTEtMTJUMDE6MzAtMDg6MDAiCiAgIFBheVBhbDpzdGF0dXM9IlNvdXJjZUFwcHJvdmVkIgogICBQYXlQYWw6c291cmNlTm9kZVBhdGg9Ii9jb250ZW50L2RhbS9QYXlQYWxEaWdpdGFsQXNzZXRzL3NwYXJ0YUltYWdlcy9HbG9iYWxJbWFnZXMvbWt0Zy8yMDE0ZGVzaWduL3NlYXJjaF9nbGFzc19sYXJnZTJ4LnBuZyIKICAgUGF5UGFsOmlzU291cmNlPSJ0cnVlIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+1D5OBAAAAZZJREFUeNq11L8rhHEAx/GH5+RHiEkiAwbluM2/QCgRi8WiG00Gi8GvVUo2DKKblPWy+BEpZfDrZLhSUgy67kJxebyHG/QZvs/3eeoZXsv5fr7v+8lJJpN+XDQjUdIAJyzTH4dwgDw8cYVFNIUJqgTO4FkoYAEVYYPj+IIX0AkagwaHUYQHlUEap8jBg7pApW2wBe9yQRHraJNRDCO4g0bXbIM7MvxAv8+4BvvQJ9ntF2zGjwwn4ViowqVst/yC0zI4ghNAn+xzcE3BPRlMwQkoI3f0moLHcrgzRHBb7hg1Ba/lcGOI4Kp+B0zBczkcDxFMyR0DpuCmHJ4JGCvHq9zRbgpOyOFHxAIEx2X/5PezqEdBRiuWsRY8y3bJ5j/Nsox+MY8yw7gDt/BECq5fsBYP0PE5xlD3b9SDZXlX1J5EJQh0481wSR7f+rh9VINAHFkdq6BRDaoGbFi+mnu82EY1qFoxh0Nk8YkcbrCFQZSjyyK6C1eC4QWJyjDy6KyMIo2mUS2DiKKlmHyGEUQlJsFIojsoxYA/UaC7EdMjt6gAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: left 0px;
  background-size: 16px 16px;
  text-indent: -999em;
  width: 16px;
  height: 16px;
  display: inline-block;
  min-width: 0;
  margin: 0;
}
.global-footer .footer-main .footer-search .search-icon:focus {
  box-shadow: 0 0 0 1px #ccc;
  border-radius: 5px;
  outline: 0;
}
.global-footer .footer-main .country-selector {
  margin: 5px 18px 5px 0;
}
.global-footer .footer-secondary,
.global-footer .footer-tertiary {
  font-size: 13px;
  font-size: 0.86666667rem;
  color: #6c7378;
  padding-top: 10px;
}
.global-footer .footer-secondary a,
.global-footer .footer-tertiary a {
  color: #6c7378;
  font-weight: normal;
}
.global-footer .footer-notes {
  font-size: 13px;
  font-size: 0.86666667rem;
  color: #6c7378;
  line-height: 1.5;
  padding-top: 10px;
}
.global-footer .footer-notes a {
  font-weight: normal;
}
/* Tablets and Mobile */
@media (max-width: 1200px) {
  .global-footer {
    text-align: center;
  }
  .global-footer ul li {
    display: inline-block;
  }
  .global-footer .footer-search .search-icon {
    background-position: left 3px;
    height: 17px;
  }
}
/* desktop */
@media (min-width: 1200px) {
  .global-footer .footer-search {
    float: left;
  }
  .global-footer .country-selector {
    float: right;
  }
  .global-footer li {
    display: inline-block;
  }
  .global-footer .copyright-section {
    float: right;
  }
  .global-footer .footer-corplinks {
    float: left;
  }
  .global-footer .footer-search .search-icon {
    margin: 3px 5px 0 0;
    overflow: hidden;
  }
}
.fat-footer {
  text-align: center;
  padding: 60px 0;
}
.fat-footer__headline {
  padding-bottom: 20px;
}
.fat-footer__selectContainer {
  display: block;
}
.fat-footer__anchorContainer {
  display: none;
}
.fat-footer__select-wrapper {
  position: relative;
  max-width: 320px;
  margin: 20px auto;
}
.fat-footer__select {
  background: #ffffff;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 5px;
  height: 45px;
  color: #de0063;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.fat-footer__label {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-width: 5px 5px;
  border-top-color: #de0063;
}
@media (min-width: 768px) {
  .fat-footer {
    text-align: left;
  }
  .fat-footer__headline {
    padding-bottom: 30px;
  }
  .fat-footer__column-headline {
    padding-bottom: 20px;
  }
  .fat-footer__selectContainer {
    display: none;
  }
  .fat-footer__anchorContainer {
    display: block;
  }
  .fat-footer__anchorContainer a.fat-footer__link {
    color: #6c7378;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
  }
}
