<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stripe-container * {
  -moz-box-sizing: border-box!important;
  -webkit-box-sizing: border-box!important;
  box-sizing: border-box!important;
}

/* Foundation fixes */

.stripe-container input[type="text"] {
    margin: 0rem;
}
h1 {
	margin-top: 0rem;
}
/* Foundation fixes end */

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@-moz-keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@-o-keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@keyframes fadeIn {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.stripe-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.cf:before, .cf:after {
    content: "";
    display: block;
}
.cf:after {
    clear: both;
}
html {
    min-height: 100%}
html, body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.stripe-container {
    width: 300px;
    margin: auto;
    position: relative;
    top: 20px;
    padding: 0;
	font-size: 13px;
	line-height: 20px;
}
.checkout {
    width: 260px;
    margin: 30px auto;
    padding: 15px;
}
.checkout {
    background: #f3f6fa;
    border: 1px solid;
    border-color: #c2cadb #bbc5d6 #b7c0cd;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.checkout&gt;p {
    zoom: 1;
}
.checkout&gt;p:before, .checkout&gt;p:after {
    content: '';
    display: table;
}
.checkout&gt;p:after {
    clear: both;
}
.checkout&gt;p+p {
    margin-top: 15px;
}
.checkout-header {
    position: relative;
    margin: -15px -15px 15px;
}
.checkout-title {
    padding: 10px 15px;
    line-height: 38px;
	font-size: 13px;
	font-weight: bold;
	color: #7f889e;
    text-shadow: 0 1px rgba(255, 255, 255, 0.7);
    background: #eceff5;
    border-bottom: 1px solid #c5ccdb;
    border-radius: 7px 7px 0 0;
    background-image: -webkit-linear-gradient(top, #f5f8fb, #e9edf3);
    background-image: -moz-linear-gradient(top, #f5f8fb, #e9edf3);
    background-image: -o-linear-gradient(top, #f5f8fb, #e9edf3);
    background-image: linear-gradient(to bottom, #f5f8fb, #e9edf3);
    -webkit-box-shadow: inset 0 1px white;
    box-shadow: inset 0 1px white;
    letter-spacing: 0;
    margin-top: 0em!important;
}
.checkout-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
%[if ]% .checkout-price {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 40px;
    font: 14px/40px Helvetica, Arial, sans-serif;
    color: white;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
    text-indent: -1px;
    letter-spacing: -1px;
    background: !important;
    border: 1px solid !important;
    border-color: #b33323 #ab3123 #982b1f;
    border-radius: 21px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: -webkit-linear-gradient(top, #f75a3b, #d63b29);
    background-image: -moz-linear-gradient(top, #f75a3b, #d63b29);
    background-image: -o-linear-gradient(top, #f75a3b, #d63b29);
    background-image: linear-gradient(to bottom, #f75a3b, #d63b29);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.checkout-price:before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    border: 2px solid #f5f8fb;
    border-radius: 18px;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.25);
}
%[endif]% p {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: 15px 0;
}
p a {
    text-decoration: none;
    color: #94abb8;
    background: #fff;
    padding: 2px 4px;
    border-radius: 3px;
    text-shadow: none;
}
.form-row {
    display: block;
    margin: 20px 0;
}
input[type=text] {
    display: inline-block;
    width: 100%;
    font-size: 16px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #4e3043;
    border: 1px solid rgba(78, 48, 67, 0.8);
    background: rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
}
input[type=number] {
    display: inline-block;
    width: 100%;
    font-size: 16px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #4e3043;
    border: 1px solid rgba(78, 48, 67, 0.8);
    background: rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
}
::-webkit-input-placeholder {
    color: #613b34;
}
:-moz-placeholder {
    color: #613b34;
}
::-moz-placeholder {
    color: #613b34;
}
:-ms-input-placeholder {
    color: #613b34;
}
 input[type=text] {
    color: #525864;
    background: white;
    border: 1px solid;
    border-color: #b3c0e2 #bcc5e2 #c0ccea;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, #f6f8fa, white);
    background-image: -moz-linear-gradient(top, #f6f8fa, white);
    background-image: -o-linear-gradient(top, #f6f8fa, white);
    background-image: linear-gradient(to bottom, #f6f8fa, white);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
}
input[type=number] {
    color: #525864;
    background: white;
    border: 1px solid;
    border-color: #b3c0e2 #bcc5e2 #c0ccea;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, #f6f8fa, white);
    background-image: -moz-linear-gradient(top, #f6f8fa, white);
    background-image: -o-linear-gradient(top, #f6f8fa, white);
    background-image: linear-gradient(to bottom, #f6f8fa, white);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
}
input[type=text]:focus {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(255, 255, 255, 0.15);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(255, 255, 255, 0.15);
    outline: 0;
}
input[type=number]:focus {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(255, 255, 255, 0.15);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(255, 255, 255, 0.15);
    outline: 0;
}
%[if ]% input[type=text]:focus {
    border-color: #46aefe!important;
    outline: none!important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe!important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe!important;
    color: #525864!important;
}
input[type=number]:focus {
    border-color: #46aefe!important;
    outline: none!important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe!important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #46aefe!important;
    color: #525864!important;
}
%[endif]%
.charge-amount {
    background-size: 14px 14px!important;
    background-repeat: no-repeat!important;
    background-position: 10px center!important;
    text-indent: 20px!important;
}
.buyer-name {
}
.card-number {
}
.card-cvc, .card-expiry {
    width: 100%;
    text-align: center;
}
.halfsies {
    float: left;
    width: 50%}
.halfsies:first-child {
    padding-right: 20px;
}
.submit-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 45px;
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
    cursor: pointer;
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    background: #634056;
    background: -moz-linear-gradient(rgba(99, 64, 86, 0.5), rgba(76, 49, 65, 0.7));
    background: -ms-linear-gradient(rgba(99, 64, 86, 0.5), rgba(76, 49, 65, 0.7));
    background: -o-linear-gradient(rgba(99, 64, 86, 0.5), rgba(76, 49, 65, 0.7));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(99, 64, 86, 0.5)), to(rgba(76, 49, 65, 0.7)));
    background: -webkit-linear-gradient(rgba(99, 64, 86, 0.5), rgba(76, 49, 65, 0.7));
    background: linear-gradient(rgba(99, 64, 86, 0.5), rgba(76, 49, 65, 0.7));
    border-radius: 5px;
    border: 1px solid #4e3043;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 2px 1px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    padding: 0;
}
.submit-button {
    text-shadow: 0 0 0!important;
    border: 1px solid!important;
    border-color: #1486f9 #0f7de9 #0d6acf!important;
    background: #1993fb!important;
    border-radius: 4px!important;
    background-image: -webkit-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6)!important;
    background-image: -moz-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6)!important;
    background-image: -o-linear-gradient(top, #4cb1fe, #229afc 40%, #138df6)!important;
    background-image: linear-gradient(to bottom, #4cb1fe, #229afc 40%, #138df6)!important;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2)!important;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2)!important;
}
.submit-button:active {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(255, 255, 255, 0.15);
    outline: 0;
}
.submit-button:active {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2)!important;
    border-color: #075bba #0c69d2 #0f7de9!important;
    background-image: -webkit-linear-gradient(top, #1281dc, #1593fc)!important;
    background-image: -moz-linear-gradient(top, #1281dc, #1593fc)!important;
    background-image: -o-linear-gradient(top, #1281dc, #1593fc)!important;
    background-image: linear-gradient(to bottom, #1281dc, #1593fc)!important;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5)!important;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5)!important;
}
.submit-button[disabled="disabled"] {
    opacity: .5;
    pointer-events: none;
}
.payment-errors, .payment-success {
    display: block;
    width: 100%;
    font-family: 'Lucida Grande', Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 3px;
    margin: 10px 0;
    text-align: center;
    padding: 10px 0;
}
.payment-errors {
    color: #f12531;
}
.payment-success {
    color: #666;
}
input.error {
    border: 1px solid #f12531;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 8px rgba(241, 37, 48, 0.7);
}
 @media only screen and (max-width:400px) {
    .checkout, .container {
    width: 100%!important;
}
.stripe-container  {
    width:  100%;
}
.checkout {
    margin: 15px auto 40px;
}
.container {
    top: 0!important;
}
.checkout-price {
    right: -2px;
}
input[type=text] {
    font-size: 14px;
}
}.logo {
    height: 36px;
    width: 60px;
    font-style: italic;
}
.logo, .logo:before, .logo:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.logo.amex {
    text-transform: uppercase;
    font-size: 4px;
    font-weight: bold;
    color: white;
    background-image: -webkit-repeating-radial-gradient(center, circle, #FFF 1px, #999 2px);
    background-image: repeating-radial-gradient(circle at center, #FFF 1px, #999 2px);
    background-image: repeating-radial-gradient(circle at center, #FFF 1px, #999 2px);
    border: 1px solid #EEE;
}
.logo.amex:before, .logo.amex:after {
    width: 28px;
    display: block;
    position: absolute;
    left: 16px;
}
.logo.amex:before {
    height: 28px;
    content: "american";
    top: 3px;
    text-align: left;
    padding-left: 2px;
    padding-top: 11px;
    background: #267ac3;
}
.logo.amex:after {
    content: "express";
    bottom: 11px;
    text-align: right;
    padding-right: 2px;
}
.card.amex.flipped {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.card.amex.identified .front:before, .card.amex.identified .back:before {
    background-color: #108168;
}
.card.amex.identified .front .logo.amex {
    opacity: 1;
}
.card.amex.identified .front .cvc {
    visibility: visible;
}
.card.amex.identified .front:after {
    opacity: 1;
}
.logo {
    height: 36px;
    width: 60px;
    font-style: italic;
}
.logo, .logo:before, .logo:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.logo.discover {
    background: #f60;
    color: #111;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    padding-top: 9px;
    letter-spacing: .03em;
    border: 1px solid #EEE;
}
.logo.discover:before, .logo.discover:after {
    content: " ";
    display: block;
    position: absolute;
}
.logo.discover:before {
    background: white;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    bottom: -5%;
    right: -80%;
    z-index: -1;
}
.logo.discover:after {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    top: 10px;
    left: 27px;
    background-color: #FFF;
    background-image: -webkit-radial-gradient(#FFF, #f60);
    background-image: radial-gradient(#FFF, #f60);
    content: "network";
    font-size: 4px;
    line-height: 24px;
    text-indent: -7px;
}
.card .front .logo.discover {
    right: 12%;
    top: 18%}
.card.discover.identified .front:before, .card.discover.identified .back:before {
    background-color: #86b8cf;
}
.card.discover.identified .logo.discover {
    opacity: 1;
}
.card.discover.identified .front:after {
    -webkit-transition: 400ms;
    transition: 400ms;
    content: " ";
    display: block;
    background-color: #f60;
    background-image: -webkit-linear-gradient(#f60, #ffa166, #f60);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f60), color-stop(#ffa166), to(#f60));
    background-image: linear-gradient(#f60, #ffa166, #f60);
    height: 50px;
    width: 50px;
    border-radius: 25px;
    position: absolute;
    left: 100%;
    top: 15%;
    margin-left: -25px;
    -webkit-box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
}
.logo {
    height: 36px;
    width: 60px;
    font-style: italic;
}
.logo, .logo:before, .logo:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.logo.visa.visa {
    background: white;
    text-transform: uppercase;
    color: #1a1876;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.logo.visa.visa:before, .logo.visa.visa:after {
    content: " ";
    display: block;
    width: 100%;
    height: 25%}
.logo.visa.visa:before {
    background: #1a1876;
    bottom: 100%}
.logo.visa.visa:after {
    background: #e79800;
    top: 100%}
.card.visa.identified .front:before, .card.visa.identified .back:before {
    background-color: #191278;
}
.card.visa.identified .logo.visa {
    opacity: 1;
}
.logo {
    height: 36px;
    width: 60px;
    font-style: italic;
}
.logo, .logo:before, .logo:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.logo.mastercard {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 9px;
    line-height: 36px;
    z-index: 1;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}
.logo.mastercard:before, .logo.mastercard:after {
    content: " ";
    display: block;
    width: 36px;
    top: 0;
    position: absolute;
    height: 36px;
    border-radius: 18px;
}
.logo.mastercard:before {
    left: 0;
    background: #f00;
    z-index: -1;
}
.logo.mastercard:after {
    right: 0;
    background: #ffab00;
    z-index: -2;
}
.card.mastercard.identified .front .logo.mastercard, .card.mastercard.identified .back .logo.mastercard {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.card.mastercard.identified .front:before, .card.mastercard.identified .back:before {
    background-color: #0061a8;
}
.card.mastercard.identified .logo.mastercard {
    opacity: 1;
}
.card-container {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 350px;
    height: 200px;
    margin: auto;
    z-index: 1;
    position: relative;
    left: -25px;
}
.card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.card.flipped {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.card .front, .card .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #DDD;
}
.card .front:before, .card .back:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 10px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.card .front:after, .card .back:after {
    content: " ";
    display: block;
}
.card .front .display, .card .back .display {
    color: white;
    font-weight: normal;
    opacity: .5;
    -webkit-transition: opacity 400ms linear;
    transition: opacity 400ms linear;
}
.card .front .display.focused, .card .back .display.focused {
    opacity: 1;
    font-weight: 700;
}
.card .front .cvc, .card .back .cvc {
    font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
    font-size: 14px;
}
.card .front .shiny, .card .back .shiny {
    width: 50px;
    height: 35px;
    border-radius: 5px;
    background: #CCC;
    position: relative;
}
.card .front .shiny:before, .card .back .shiny:before {
    content: " ";
    display: block;
    width: 70%;
    height: 60%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #d9d9d9;
    position: absolute;
    top: 20%}
.card .front .logo {
    position: absolute;
    opacity: 0;
    right: 5%;
    top: 8%;
    -webkit-transition: 400ms;
    transition: 400ms;
}
.card .front .lower {
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: 30px;
}
.card .front .lower .cvc {
    visibility: hidden;
    float: right;
    position: relative;
    bottom: 5px;
}
.card .front .lower .number {
    font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
    font-size: 24px;
    clear: both;
    margin-bottom: 30px;
}
.card .front .lower .expiry {
    font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
    letter-spacing: 0;
    position: relative;
    float: right;
    width: 20%}
.card .front .lower .expiry:before, .card .front .lower .expiry:after {
    font-family: "Helvetica Neue";
    font-weight: bold;
    font-size: 7px;
    white-space: pre;
    display: block;
    opacity: .5;
}
.card .front .lower .expiry:before {
    content: "month/year";
    margin-bottom: 2px;
    font-size: 7px;
    text-transform: uppercase;
}
.card .front .lower .expiry:after {
    position: absolute;
    content: "valid\Athru";
    text-align: right;
    right: 100%;
    margin-right: 5px;
    margin-top: 2px;
    bottom: 0;
}
.card .front .lower .name {
    text-transform: uppercase;
    font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    width: 190px;
}
.card .back {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.card .back .bar {
    background-color: #444;
    background-image: -webkit-linear-gradient(#444, #333);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
    background-image: linear-gradient(#444, #333);
    width: 100%;
    height: 20%;
    position: absolute;
    top: 10%}
.card .back:after {
    content: " ";
    display: block;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(#FFF, #FFF);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
    background-image: linear-gradient(#FFF, #FFF);
    width: 80%;
    height: 16%;
    position: absolute;
    top: 40%;
    left: 2%}
.card .back .cvc {
    position: absolute;
    top: 40%;
    left: 85%;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}
.card .back .shiny {
    position: absolute;
    top: 66%;
    left: 2%}
.card .back .shiny:after {
    content: "";
    position: absolute;
    left: 120%;
    top: 5%;
    color: white;
    font-size: 7px;
    width: 230px;
    opacity: .5;
}
.card.identified {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.card.identified .front:before, .card.identified .back:before {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    background-image: -webkit-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(315deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), -webkit-repeating-linear-gradient(0deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(240deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-radial-gradient(30% 30%, circle, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-radial-gradient(70% 70%, circle, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-radial-gradient(90% 20%, circle, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-radial-gradient(15% 80%, circle, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 15% 80%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
    background-image: -webkit-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(315deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), -webkit-repeating-linear-gradient(0deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(240deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-radial-gradient(30% 30%, circle, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-radial-gradient(70% 70%, circle, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-radial-gradient(90% 20%, circle, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-radial-gradient(15% 80%, circle, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(115deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-radial-gradient(circle at 15% 80%, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
    opacity: 1;
}
.card.identified .front .logo, .card.identified .back .logo {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.card.identified.no-radial-gradient .front:before, .card.identified.no-radial-gradient .back:before {
    background-image: -webkit-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(315deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), -webkit-repeating-linear-gradient(0deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(240deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
    background-image: -webkit-repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(315deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), -webkit-repeating-linear-gradient(0deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-repeating-linear-gradient(240deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(115deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.03) 4px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), repeating-linear-gradient(210deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), linear-gradient(-25deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
}
@media only screen and (max-width:400px) {
    .card-container {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 370px;
    height: 200px;
    margin: auto;
    z-index: 1;
    position: relative;
    left: -25px;
}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
	.card-container {
		left: 0px;
	}
}

/* Hide amount */
input.charge-amount {
    display: none;
}

/* Decimal place fixes for mobile */




/* Credit Cards */

.cc-icon_container {
	margin: 2em auto 0.5em;
	width: 214px;
}

/* clearfix */
.cc-icon_container:after {
  content: "";
  display: table;
  clear: both;
}

.cc-icon {
  width: 46px;
  height: 29px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
  box-shadow: 0 2px 5px rgba(0,0,0,0.25);
  float: left;
  margin-right: 10px;
  border-bottom: 1px solid #c5bbb0;
}

.cc-icon:last-child {
  margin: 0;
}

.cc-icon.amex {
  background: url('cc-icon-amex.png') 0 0;
  background-image: url('cc-icon-amex2x.png');
  background-size: 46px 29px;
  border-color: #c88e0b;
}

.cc-icon.discover {
  background: url('cc-icon-discover.png') 0 0;
  background-image: url('cc-icon-discover2x.png');
  background-size: 46px 29px;
  border-color: #c88e0b;
}

.cc-icon.mastercard {
  background: url('cc-icon-mastercard.png') 0 0;
  background-image: url('cc-icon-mastercard2x.png');
  background-size: 46px 29px;
  border-color: #c88e0b;
}

.cc-icon.visa {
  background: url('cc-icon-visa.png') 0 0;
  background-image: url('cc-icon-visa2x.png');
  background-size: 46px 29px;
  border-color: #c88e0b;
}

hr {
    padding-top: 5px;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
    width: 300px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

hr:after {
    content: "OR";
    display: inline-block;
    position: relative; 
    top: -0.7em;  
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

/* Buttons Section */

.paypal-btn {
  cursor: pointer;
  width         : 250px;
  border-color  : transparent;
  border-radius : 6px;
  font-size     : 16px;
  height : 42px;
  display: block;
  margin: 20px auto;
  padding: 0;
}

.paypal-btn a {
  text-decoration : none;
  cursor          : pointer;
}

.paypal-btn {
  color : rgba(242, 242, 242, 0.7)!important;
}

.paypal-btn {
  padding-right : 95px;
  background    : url("../files/lib/paypal.svg") no-repeat 65% 56% #009cde;
}
#stacks_out_296_1 {
	width: 300px;
}
 #stacks_in_296_2 .button_icon,#stacks_in_296_2 .button_icon i{margin:0;padding:0;display:inline-block;font-weight:normal;height:32px;line-height:32px;font-size:19px}  #stacks_in_296_2 .button_label{font:500 16px/150% "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;height:2em;line-height:2em;display:inline-block; } #stacks_in_296_2 .button_icon{border-right:1px solid rgba(0,0,0,0.2);float:left;padding-right:14px}#stacks_in_296_2 .button_label{border-left:1px solid rgba(255,255,255,0.2);float:left;padding:0 7px 0 14px}  #stacks_in_296_2 .sweet_button_wrapper{text-align:center; height:32px;}@media screen and (max-width:500px){#stacks_in_296_2 .sweet_button_wrapper{ height:28px;} #stacks_in_296_2 .button_icon,#stacks_in_296_2 .button_icon i{height:28px;line-height:2em;font-size:17px}  #stacks_in_296_2 .button_label{font:500 14px/150% "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;line-height:2em}}#stacks_in_296_2 a.sweet_button{cursor:pointer;display:inline-block;margin:0;padding:0 14px;text-decoration:none;text-align:center;color:rgba(255, 255, 255, 1.00);border-style:solid;border-width:0px;border-color:rgba(0, 0, 0, 1.00);border-radius:5px;background:rgba(74, 115, 224, 1.00)}#stacks_in_296_2 a.sweet_button:visited{color:rgba(255, 255, 255, 1.00)}#stacks_in_296_2 a.sweet_button:hover{border-color:rgba(153, 153, 153, 1.00)}    #stacks_in_296_2 .button_label{width:120px}#stacks_in_296_2 .button_icon{width:20px}  #stacks_in_296_2 .sweet_button:hover{color:rgba(255, 255, 255, 1.00);background:rgba(94, 135, 244, 1.00)}#stacks_in_296_2 .sweet_button:active{background:rgba(54, 95, 204, 1.00)}#stacks_in_296_2 .sweet_button.clicked{background:rgba(38, 113, 45, 1.00);border-color:rgba(0, 0, 0, 1.00)}#stacks_in_296_2 .sweet_button.clicked:hover{background:rgba(58, 133, 65, 1.00);border-color:rgba(153, 153, 153, 1.00)}#stacks_in_296_2 .sweet_button.clicked:active{background:rgba(18, 93, 25, 1.00)}    #stacks_in_296_2 .sweet_button.candy{background:rgba(74, 115, 224, 1.00);background:-webkit-linear-gradient(top,rgba(133, 207, 255, 1.00) 0,rgba(94, 135, 244, 1.00) 50%,rgba(74, 115, 224, 1.00) 50%,rgba(104, 145, 254, 1.00) 75%,rgba(111, 172, 255, 1.00) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(133, 207, 255, 1.00)),color-stop(50%,rgba(94, 135, 244, 1.00)),color-stop(50%,rgba(74, 115, 224, 1.00)),color-stop(75%,rgba(104, 145, 254, 1.00)),color-stop(100%,rgba(111, 172, 255, 1.00)));background:-moz-linear-gradient(top,rgba(133, 207, 255, 1.00) 0,rgba(94, 135, 244, 1.00) 50%,rgba(74, 115, 224, 1.00) 50%,rgba(104, 145, 254, 1.00) 75%,rgba(111, 172, 255, 1.00) 100%);background:-o-linear-gradient(top,rgba(133, 207, 255, 1.00) 0,rgba(94, 135, 244, 1.00) 50%,rgba(74, 115, 224, 1.00) 50%,rgba(104, 145, 254, 1.00) 75%,rgba(111, 172, 255, 1.00) 100%);background:-ms-linear-gradient(top,rgba(133, 207, 255, 1.00) 0,rgba(94, 135, 244, 1.00) 50%,rgba(74, 115, 224, 1.00) 50%,rgba(104, 145, 254, 1.00) 75%,rgba(111, 172, 255, 1.00) 100%);background:linear-gradient(top,rgba(133, 207, 255, 1.00) 0,rgba(94, 135, 244, 1.00) 50%,rgba(74, 115, 224, 1.00) 50%,rgba(104, 145, 254, 1.00) 75%,rgba(111, 172, 255, 1.00) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(133, 207, 255, 1.00)',endColorstr='rgba(74, 115, 224, 1.00)',GradientType=0)}#stacks_in_296_2 .sweet_button.candy:hover{background:rgba(94, 135, 244, 1.00);background:-webkit-linear-gradient(top,rgba(140, 218, 255, 1.00) 0,rgba(114, 155, 255, 1.00) 50%,rgba(94, 135, 244, 1.00) 50%,rgba(118, 184, 255, 1.00) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(140, 218, 255, 1.00)),color-stop(50%,rgba(114, 155, 255, 1.00)),color-stop(50%,rgba(94, 135, 244, 1.00)),color-stop(100%,rgba(118, 184, 255, 1.00)));background:-moz-linear-gradient(top,rgba(140, 218, 255, 1.00) 0,rgba(114, 155, 255, 1.00) 50%,rgba(94, 135, 244, 1.00) 50%,rgba(118, 184, 255, 1.00) 100%);background:-o-linear-gradient(top,rgba(140, 218, 255, 1.00) 0,rgba(114, 155, 255, 1.00) 50%,rgba(94, 135, 244, 1.00) 50%,rgba(118, 184, 255, 1.00) 100%);background:-ms-linear-gradient(top,rgba(140, 218, 255, 1.00) 0,rgba(114, 155, 255, 1.00) 50%,rgba(94, 135, 244, 1.00) 50%,rgba(118, 184, 255, 1.00) 100%);background:linear-gradient(top,rgba(140, 218, 255, 1.00) 0,rgba(114, 155, 255, 1.00) 50%,rgba(94, 135, 244, 1.00) 50%,rgba(118, 184, 255, 1.00) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(140, 218, 255, 1.00)',endColorstr='rgba(94, 135, 244, 1.00)',GradientType=0)}#stacks_in_296_2 .sweet_button.candy:active{background:rgba(54, 95, 204, 1.00);background:-webkit-linear-gradient(top,rgba(118, 184, 255, 1.00) 0,rgba(94, 135, 244, 1.00) 50%,rgba(74, 115, 224, 1.00) 50%,rgba(96, 149, 255, 1.00) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(118, 184, 255, 1.00)),color-stop(50%,rgba(94, 135, 244, 1.00)),color-stop(50%,rgba(74, 115, 224, 1.00)),color-stop(100%,rgba(96, 149, 255, 1.00)));background:-moz-linear-gradient(top,rgba(118, 184, 255, 1.00) 0,rgba(94, 135, 244, 1.00) 50%,rgba(74, 115, 224, 1.00) 50%,rgba(96, 149, 255, 1.00) 100%);background:-o-linear-gradient(top,rgba(118, 184, 255, 1.00) 0,rgba(94, 135, 244, 1.00) 50%,rgba(74, 115, 224, 1.00) 50%,rgba(96, 149, 255, 1.00) 100%);background:-ms-linear-gradient(top,rgba(118, 184, 255, 1.00) 0,rgba(94, 135, 244, 1.00) 50%,rgba(74, 115, 224, 1.00) 50%,rgba(96, 149, 255, 1.00) 100%);background:linear-gradient(top,rgba(118, 184, 255, 1.00) 0,rgba(94, 135, 244, 1.00) 50%,rgba(74, 115, 224, 1.00) 50%,rgba(96, 149, 255, 1.00) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(118, 184, 255, 1.00)',endColorstr='rgba(74, 115, 224, 1.00)',GradientType=0)}
#stacks_in_296_2 .sweet_button.candy.clicked{background:rgba(38, 113, 45, 1.00);background:-webkit-linear-gradient(top,rgba(68, 203, 81, 1.00) 0,rgba(58, 133, 65, 1.00) 50%,rgba(38, 113, 45, 1.00) 50%,rgba(68, 143, 75, 1.00) 75%,rgba(57, 169, 67, 1.00) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(68, 203, 81, 1.00)),color-stop(50%,rgba(58, 133, 65, 1.00)),color-stop(50%,rgba(38, 113, 45, 1.00)),color-stop(75%,rgba(68, 143, 75, 1.00)),color-stop(100%,rgba(57, 169, 67, 1.00)));background:-moz-linear-gradient(top,rgba(68, 203, 81, 1.00) 0,rgba(58, 133, 65, 1.00) 50%,rgba(38, 113, 45, 1.00) 50%,rgba(68, 143, 75, 1.00) 75%,rgba(57, 169, 67, 1.00) 100%);background:-o-linear-gradient(top,rgba(68, 203, 81, 1.00) 0,rgba(58, 133, 65, 1.00) 50%,rgba(38, 113, 45, 1.00) 50%,rgba(68, 143, 75, 1.00) 75%,rgba(57, 169, 67, 1.00) 100%);background:-ms-linear-gradient(top,rgba(68, 203, 81, 1.00) 0,rgba(58, 133, 65, 1.00) 50%,rgba(38, 113, 45, 1.00) 50%,rgba(68, 143, 75, 1.00) 75%,rgba(57, 169, 67, 1.00) 100%);background:linear-gradient(top,rgba(68, 203, 81, 1.00) 0,rgba(58, 133, 65, 1.00) 50%,rgba(38, 113, 45, 1.00) 50%,rgba(68, 143, 75, 1.00) 75%,rgba(57, 169, 67, 1.00) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(68, 203, 81, 1.00)',endColorstr='rgba(38, 113, 45, 1.00)',GradientType=0)}#stacks_in_296_2 .sweet_button.candy.clicked:hover{background:rgba(68, 143, 75, 1.00);background:-webkit-linear-gradient(top,rgba(72, 214, 85, 1.00) 0,rgba(78, 153, 85, 1.00) 50%,rgba(58, 133, 65, 1.00) 50%,rgba(60, 180, 72, 1.00) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(72, 214, 85, 1.00)),color-stop(50%,rgba(78, 153, 85, 1.00)),color-stop(50%,rgba(58, 133, 65, 1.00)),color-stop(100%,rgba(60, 180, 72, 1.00)));background:-moz-linear-gradient(top,rgba(72, 214, 85, 1.00) 0,rgba(78, 153, 85, 1.00) 50%,rgba(58, 133, 65, 1.00) 50%,rgba(60, 180, 72, 1.00) 100%);background:-o-linear-gradient(top,rgba(72, 214, 85, 1.00) 0,rgba(78, 153, 85, 1.00) 50%,rgba(58, 133, 65, 1.00) 50%,rgba(60, 180, 72, 1.00) 100%);background:-ms-linear-gradient(top,rgba(72, 214, 85, 1.00) 0,rgba(78, 153, 85, 1.00) 50%,rgba(58, 133, 65, 1.00) 50%,rgba(60, 180, 72, 1.00) 100%);background:linear-gradient(top,rgba(72, 214, 85, 1.00) 0,rgba(78, 153, 85, 1.00) 50%,rgba(58, 133, 65, 1.00) 50%,rgba(60, 180, 72, 1.00) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(72, 214, 85, 1.00)',endColorstr='rgba(58, 133, 65, 1.00)',GradientType=0)}#stacks_in_296_2 .sweet_button.candy.clicked:active{background:rgba(18, 93, 25, 1.00);background:-webkit-linear-gradient(top,rgba(60, 180, 72, 1.00) 0,rgba(58, 133, 65, 1.00) 50%,rgba(38, 113, 45, 1.00) 50%,rgba(49, 146, 58, 1.00) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(60, 180, 72, 1.00)),color-stop(50%,rgba(58, 133, 65, 1.00)),color-stop(50%,rgba(38, 113, 45, 1.00)),color-stop(100%,rgba(49, 146, 58, 1.00)));background:-moz-linear-gradient(top,rgba(60, 180, 72, 1.00) 0,rgba(58, 133, 65, 1.00) 50%,rgba(38, 113, 45, 1.00) 50%,rgba(49, 146, 58, 1.00) 100%);background:-o-linear-gradient(top,rgba(60, 180, 72, 1.00) 0,rgba(58, 133, 65, 1.00) 50%,rgba(38, 113, 45, 1.00) 50%,rgba(49, 146, 58, 1.00) 100%);background:-ms-linear-gradient(top,rgba(60, 180, 72, 1.00) 0,rgba(58, 133, 65, 1.00) 50%,rgba(38, 113, 45, 1.00) 50%,rgba(49, 146, 58, 1.00) 100%);background:linear-gradient(top,rgba(60, 180, 72, 1.00) 0,rgba(58, 133, 65, 1.00) 50%,rgba(38, 113, 45, 1.00) 50%,rgba(49, 146, 58, 1.00) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(60, 180, 72, 1.00)',endColorstr='rgba(38, 113, 45, 1.00)',GradientType=0)}

#stacks_out_296_2 {
	width: 250px;
}
</pre></body></html>