@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,500,600,700|Source+Sans+Pro:400,600,700&display=swap);body{background:#ddeefc;font-family:Source Sans Pro,sans-serif;font-size:16px}*{-webkit-box-sizing:border-box;box-sizing:border-box}:focus{outline:none}.wrapper{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;padding:50px 15px}@media (max-height:500px),screen and (max-width:700px){.wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.card-form{max-width:570px;margin:auto;width:100%}@media screen and (max-width:576px){.card-form{margin:0 auto}}.card-form__inner{background:#fff;-webkit-box-shadow:0 30px 60px 0 rgba(90,116,148,.4);box-shadow:0 30px 60px 0 rgba(90,116,148,.4);border-radius:10px;padding:35px;padding-top:180px}@media screen and (max-width:480px){.card-form__inner{padding:25px;padding-top:165px}}@media screen and (max-width:360px){.card-form__inner{padding:15px;padding-top:165px}}.card-form__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:480px){.card-form__row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.card-form__col{-webkit-box-flex:1;-ms-flex:auto;flex:auto;margin-right:35px}.card-form__col:last-child{margin-right:0}@media screen and (max-width:480px){.card-form__col{margin-right:0;-webkit-box-flex:unset;-ms-flex:unset;flex:unset;width:100%;margin-bottom:20px}.card-form__col:last-child{margin-bottom:0}}@media screen and (max-width:480px){.card-form__col.-cvv{max-width:none}}.card-form__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.card-form__group .card-input__input{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:15px}.card-form__group .card-input__input:last-child{margin-right:0}.card-form__button{width:100%;height:50px;background:#2364d2;border:none;border-radius:5px;font-size:20px;font-weight:600;font-family:Source Sans Pro,sans-serif;-webkit-box-shadow:3px 10px 20px 0 rgba(35,100,210,.3);box-shadow:3px 10px 20px 0 rgba(35,100,210,.3);color:#fff;margin-top:10px;cursor:pointer}@media screen and (max-width:480px){.card-form__button{margin-top:10px}}.purchase__button{background:#13b451}.card-layout__options{text-align:center}.card-layout__options .card-layout__options__button{color:#2364d2;text-decoration:none;background:none;border:none;font-size:15px;font-weight:600;cursor:pointer}.card-item{max-width:375px;height:525px;margin-left:auto;margin-right:auto;position:relative;z-index:2;width:100%;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media screen and (max-width:480px){.card-item{max-width:375px;height:525px}}@media screen and (max-width:360px){.card-item{height:180px}}.card-item.-active .card-item__side.-front{-webkit-transform:perspective(1000px) rotateY(180deg) rotateX(0deg) rotate(0deg);transform:perspective(1000px) rotateY(180deg) rotateX(0deg) rotate(0deg)}.card-item.-active .card-item__side.-back{-webkit-transform:perspective(1000px) rotateY(0) rotateX(0deg) rotate(0deg);transform:perspective(1000px) rotateY(0) rotateX(0deg) rotate(0deg)}.card-item__focus{z-index:99;border-radius:5px;-webkit-transition:all .35s cubic-bezier(.71,.03,.56,.85);transition:all .35s cubic-bezier(.71,.03,.56,.85);opacity:0;pointer-events:none;overflow:hidden;border:2px solid #ced6e0}.card-item__focus,.card-item__focus:after{position:absolute;left:0;top:0;width:100%;height:100%}.card-item__focus:after{content:"";background:#ced6e0;border-radius:5px;-webkit-filter:blur(25px);filter:blur(25px);opacity:.5}.card-item__focus.-active{opacity:1}.card-item__side{border-radius:5px;overflow:hidden;-webkit-box-shadow:0 20px 60px 0 rgba(14,42,90,.55);box-shadow:0 20px 60px 0 rgba(14,42,90,.55);-webkit-transform:perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg);transform:perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all .8s cubic-bezier(.71,.03,.56,.85);transition:all .8s cubic-bezier(.71,.03,.56,.85);-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%}.card-item__side.-back{position:absolute;top:0;left:0;width:100%;-webkit-transform:perspective(2000px) rotateY(-180deg) rotateX(0deg) rotate(0deg);transform:perspective(2000px) rotateY(-180deg) rotateX(0deg) rotate(0deg);z-index:2;padding:0;height:100%}.card-item__side.-back .card-item__cover{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.card-item__bg{max-width:100%;display:block;max-height:100%;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.card-item__cover{background-color:#fff;border-radius:5px;overflow:hidden}.card-item__cover,.card-item__cover:after{position:absolute;height:100%;left:0;top:0;width:100%}.card-item__cover:after{content:"";background:rgba(6,2,29,.45)}.card-item__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px;padding:0 10px}@media screen and (max-width:480px){.card-item__top{margin-bottom:25px}}@media screen and (max-width:360px){.card-item__top{margin-bottom:15px}}.card-item__chip{width:60px;position:fixed;top:25px;left:30px}@media screen and (max-width:480px){.card-item__chip{width:50px}}@media screen and (max-width:360px){.card-item__chip{width:40px}}.card-item__type{height:45px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;max-width:100px;margin-left:auto;width:100%}@media screen and (max-width:480px){.card-item__type{height:40px;max-width:90px}}@media screen and (max-width:360px){.card-item__type{height:30px}}.card-item__typeImg{max-width:100%;-o-object-fit:contain;object-fit:contain;max-height:100%;-o-object-position:top right;object-position:top right}.card-item__info{color:#fff;width:100%;padding:10px 15px;font-weight:500;display:block;cursor:pointer}@media screen and (max-width:480px){.card-item__info{padding:10px}}.card-item__holder{opacity:.7;font-size:13px;margin-bottom:6px}@media screen and (max-width:480px){.card-item__holder{font-size:12px;margin-bottom:5px}}.card-item__wrapper{font-family:Source Code Pro,monospace;padding:25px 15px;position:relative;z-index:4;height:100%;text-shadow:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:480px){.card-item__wrapper{padding:20px 10px}}.card-item__name{font-size:30px;line-height:1;white-space:break-spaces;color:#000!important;font-family:Arial,sans-serif;font-weight:800;max-width:100%;text-overflow:ellipsis}@media screen and (max-width:480px){.card-item__name{font-size:16px}}.card-item__nameItem{display:inline-block;min-width:8px;position:relative}.card-item__number{font-weight:500;line-height:1;color:#fff;font-size:27px;margin-bottom:25px;display:inline-block;padding:10px 15px;cursor:pointer}@media screen and (max-width:480px){.card-item__number{font-size:21px;margin-bottom:15px;padding:10px 10px}}@media screen and (max-width:360px){.card-item__number{font-size:19px;margin-bottom:10px;padding:10px 10px}}.card-item__numberItem{width:16px;display:inline-block}.card-item__numberItem.-active{width:30px}@media screen and (max-width:480px){.card-item__numberItem{width:13px}.card-item__numberItem.-active{width:16px}}@media screen and (max-width:360px){.card-item__numberItem{width:12px}.card-item__numberItem.-active{width:8px}}.card-item__content{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.card-item__date{-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:18px;margin-left:auto;padding:10px 15px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:50%;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0;text-align:right;cursor:pointer}@media screen and (max-width:480px){.card-item__date{font-size:16px}}.card-item__dateItem{position:relative;width:100%}.card-item__dateItem span{width:44px;display:inline-block}.card-item__dateTitle{opacity:.7;font-size:13px;padding-bottom:6px;width:100%}@media screen and (max-width:480px){.card-item__dateTitle{font-size:12px;padding-bottom:5px}}.card-item__band{background:rgba(0,0,19,.8);width:100%;height:50px;margin-top:30px;position:relative;z-index:2}@media screen and (max-width:480px){.card-item__band{margin-top:20px}}@media screen and (max-width:360px){.card-item__band{height:40px;margin-top:10px}}.card-item__cvv{text-align:right;position:relative;z-index:2;padding:7px 15px}.card-item__cvv .card-item__type{opacity:.7}@media screen and (max-width:360px){.card-item__cvv{padding:10px 15px}}.card-item__cvvTitle{padding-right:10px;font-size:16px;font-weight:600;text-align:left;margin-left:30px;color:#000;margin-bottom:5px;margin-top:15px}.card-item__cvvBand{height:45px;background:#fff;margin-bottom:30px;text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:10px;color:#1a3b5d;font-size:18px;border-radius:4px;-webkit-box-shadow:0 10px 20px -7px rgba(32,56,117,.35);box-shadow:0 10px 20px -7px rgba(32,56,117,.35)}@media screen and (max-width:480px){.card-item__cvvBand{height:40px;margin-bottom:20px}}@media screen and (max-width:360px){.card-item__cvvBand{margin-bottom:15px}}.card-list{margin-bottom:-130px}@media screen and (max-width:480px){.card-list{margin-bottom:-120px}}.card-input{margin-bottom:20px;position:relative}.card-input__label{font-size:14px;margin-bottom:5px;font-weight:500;color:#1a3b5d;width:100%;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.card-input__input{width:100%;height:50px;border-radius:5px;-webkit-box-shadow:none;box-shadow:none;border:1px solid #ced6e0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;font-size:18px;padding:5px 15px;background:none;color:#1a3b5d;font-family:Source Sans Pro,sans-serif}.card-input__input:focus,.card-input__input:hover{border-color:#3d9cff}.card-input__input:focus{-webkit-box-shadow:none;box-shadow:none}.card-input__input.-select{-webkit-appearance:none;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUxJREFUeNrM1sEJwkAQBdCsngXPHsQO9O5FS7AAMVYgdqAd2IGCDWgFnryLFQiCZ8EGnJUNimiyM/tnk4HNEAg/8y6ZmMRVqz9eUJvRaSbvutCZ347bXVJy/ZnvTmdJ862Me+hAbZCTs6GHpyUi1tTSvPnqTpoWZPUa7W7ncT3vK4h4zVejy8QzM3WhVUO8ykI6jOxoGA4ig3BLHcNFSCGqGAkig2yqgpEiMsjSfY9LxYQg7L6r0X6wS29YJiYQYecemY+wHrXD1+bklGhpAhBDeu/JfIVGxaAQ9sb8CI+CQSJ+QmJg0Ii/EE2MBiIXooHRQhRCkBhNhBcEhLkwf05ZCG8ICCOpk0MULmvDSY2M8UawIRExLIQIEgHDRoghihgRIgiigBEjgiFATBACAgFgghEwSAAGgoBCBBgYAg5hYKAIFYgHBo6w9RRgAFfy160QuV8NAAAAAElFTkSuQmCC");background-size:12px;background-position:90%;background-repeat:no-repeat;padding-right:30px}.card-input__eye{display:-webkit-inline-box;display:-ms-inline-flexbox;position:absolute;width:1em;height:1em;font-size:24px;border-radius:50%;top:35px;right:10px;opacity:.75;color:#8c9cae;cursor:pointer;padding:0;background:none;display:inline-flex;border:2px solid currentColor;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.card-input__eye:before{background:#fff;width:.35em;height:.35em;top:6px;left:6px;z-index:2;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-delay:.1s;transition-delay:.1s}.card-input__eye:after,.card-input__eye:before{content:"";position:absolute;border-radius:50%;-webkit-transform:scale(.1);transform:scale(.1);opacity:0}.card-input__eye:after{top:3px;left:3px;background:currentColor;width:.6em;height:.6em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.card-input__eye.-active:not(:disabled),.card-input__eye:hover:not(:disabled){color:#2364d2;opacity:1}.card-input__eye.-active:after,.card-input__eye.-active:before{-webkit-transform:scale(1);transform:scale(1);opacity:1}.card-input__eye:disabled{cursor:not-allowed;opacity:.4}.slide-fade-up-enter-active{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;-webkit-transition-delay:.1s;transition-delay:.1s;position:relative}.slide-fade-up-leave-active{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;position:absolute}.slide-fade-up-enter{opacity:0;-webkit-transform:translateY(15px);transform:translateY(15px);pointer-events:none}.slide-fade-up-leave-to{opacity:0;-webkit-transform:translateY(-15px);transform:translateY(-15px);pointer-events:none}.slide-fade-right-enter-active{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;-webkit-transition-delay:.1s;transition-delay:.1s;position:relative}.slide-fade-right-leave-active{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;position:absolute}.slide-fade-right-enter{opacity:0;-webkit-transform:translateX(10px) rotate(45deg);transform:translateX(10px) rotate(45deg);pointer-events:none}.slide-fade-right-leave-to{opacity:0;-webkit-transform:translateX(-10px) rotate(45deg);transform:translateX(-10px) rotate(45deg);pointer-events:none}.github-btn{position:absolute;right:40px;bottom:50px;text-decoration:none;padding:15px 25px;border-radius:4px;-webkit-box-shadow:0 4px 30px -6px rgba(36,52,70,.65);box-shadow:0 4px 30px -6px rgba(36,52,70,.65);background:#24292e;color:#fff;font-weight:700;letter-spacing:1px;font-size:16px;text-align:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (min-width:500px){.github-btn:hover{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-box-shadow:0 17px 20px -6px rgba(36,52,70,.36);box-shadow:0 17px 20px -6px rgba(36,52,70,.36)}}@media screen and (max-width:700px){.github-btn{position:relative;bottom:auto;right:auto;margin-top:20px}.github-btn:active{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-box-shadow:0 17px 20px -6px rgba(36,52,70,.36);box-shadow:0 17px 20px -6px rgba(36,52,70,.36)}}#photoUploadCustomTrigger{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;background-color:#ced6e0;border:none!important;font-weight:600;cursor:pointer}#photoUploadCustomTrigger:hover{-webkit-filter:brightness(.9);filter:brightness(.9);border:none!important}#card-back-cover,#card-cover{background-size:cover}#card-back-cover:after,#card-cover:after{background:none!important}button:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}#nameLabel{position:relative;bottom:26px;left:36px;text-shadow:none;width:263.5px}#card-back-cover img{-webkit-transform:scaleX(-1);transform:scaleX(-1)}#betaWarning{color:red;font-size:20px;margin-left:20px;font-family:Source Code Pro,sans-serif;font-weight:600;position:absolute}#cardUploadedPhoto{width:250px;border:8px solid #fff;border-radius:5px;position:relative;left:33px;top:17px;height:360px;-o-object-fit:cover;object-fit:cover}#italicFirst{font-weight:500;display:block;font-size:25px;line-height:1.1em}#purchaseBtn{cursor:not-allowed}#purchaseBtn:hover{-webkit-filter:none;filter:none}#sectionLabel{color:#000!important;font-weight:800;font-size:30px;text-transform:uppercase;margin-bottom:5px}.layoutLabels{position:relative;text-align:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:auto;top:135px;padding-right:5px;font-family:Source Sans Pro,sans-serif}#rearContent{position:relative;margin-top:130px}.rearDataSpan{float:left;margin-left:30px;text-align:left;max-width:280px;word-break:break-word}#card-item-object-horizontal{max-width:525px;height:375px}#card-item-object-vertical{max-width:375px;height:525px}