+
+}
+
+.socialaccount_providers {
+ list-style: none;
+ padding: 0;
+
+ li {
+ display: inline-block;
+ margin-right: 10px;
+ }
+}
+
+
+
+
+
+.experiment {
+ display: flex;
+ margin: 1em 16px;
+ font-size: 1.5em;
+ align-items: center;
+ flex-direction: column;
+ margin-top: 2em;
+ @include rwd($break-flow) {
+ flex-direction: row;
+ align-items: flex-end;
+ }
+
+ > span, > div {
+ text-align: center;
+ @include rwd($break-flow) {
+ width: 50%;
+ }
+ }
+}
+
+
+.legend {
+ margin: 1em 16px;
+ font-size: .7em;
+ color: #777;
+ text-align:right;
+ font-style:italic;
+}
+
+
+.funding-promo-bar {
+ margin: 18px auto;
+
+ .l-checkout__support {
+ margin: 0;
+ a {
+ display: flex;
+ align-items: start;
+
+ .buttonlike {
+ margin-right: 10px;
+ background: #FFA500;
+ //color: #083F4D;
+ color: black;
+ border-radius: 5px;
+ font-size: 1.125rem;
+ line-height: 50px;
+ letter-spacing: -0.01em;
+ padding: 0 20px;
+ font-weight: 600;
+ transition: all cubic-bezier(0.25, 1, 0.5, 1) 350ms;
+ &:hover {
+ background: #92BD39;
+ }
+ }
+ .funding-bar-container {
+ flex-grow: 1;
+ }
+ }
+ }
+}
+
+.l-checkout__support__bar {
+ overflow: hidden;
+}
+
+.poll-bar {
+ height: 10px;
+ width: 100%;
+ display: block;
+ border-radius: 5px;
+ position: relative;
+ overflow: hidden;
+
+ .poll-bar-inner {
+ height: 100%;
+ position: absolute;
+ border-radius: 5px;
+ background-color: #006066;
+ top: 0; left: 0;
+ }