.loading-dot{width:16px;margin:0 auto;visibility:hidden;opacity:0;transition:all ease-in-out .25s}.loading-dot.active{opacity:1;visibility:visible}.dot-pulse{position:relative;left:-9999px;width:10px;height:10px;border-radius:5px;background-color:var(--primary-color);color:var(--primary-color);box-shadow:9999px 0 0 -5px;animation:dot-pulse 1.5s infinite linear;animation-delay:.25s}.dot-pulse:before,.dot-pulse:after{content:"";display:inline-block;position:absolute;top:0;width:10px;height:10px;border-radius:5px;background-color:var(--primary-color);color:var(--primary-color)}.dot-pulse:before{box-shadow:9975px 0 0 -5px;animation:dot-pulse-before 1.5s infinite linear;animation-delay:0s}.dot-pulse:after{box-shadow:10014px 0 0 -5px;animation:dot-pulse-after 1.5s infinite linear;animation-delay:.5s}.loading .dot-pulse{box-shadow:9995px 0 0 -5px;animation:dot-pulse-l 1.5s infinite linear;animation-delay:.25s}@keyframes dot-pulse-before{0%{box-shadow:9975px 0 0 -5px}30%{box-shadow:9975px 0 0 2px}60%,to{box-shadow:9975px 0 0 -5px}}@keyframes dot-pulse{0%{box-shadow:9999px 0 0 -5px}30%{box-shadow:9999px 0 0 2px}60%,to{box-shadow:9999px 0 0 -5px}}@keyframes dot-pulse-after{0%{box-shadow:10014px 0 0 -5px}30%{box-shadow:10014px 0 0 2px}60%,to{box-shadow:10014px 0 0 -5px}}@keyframes dot-pulse-l{0%{box-shadow:9995px 0 0 -5px}30%{box-shadow:9995px 0 0 2px}60%,to{box-shadow:9995px 0 0 -5px}}header{background-color:#fff;box-shadow:1px 1px 10px 1px #f2f2f2}.container{width:100%;display:block;max-width:1232px;margin:0 auto;padding:0 16px}html::-webkit-scrollbar,body::-webkit-scrollbar{width:6px}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track{border-radius:4px;background-color:#fff}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{border-radius:8px;background-color:#bdbdbd;border:1px solid #fff}body{background-color:#fafafa;min-width:375px;color:#333}body.disable-scroll{overflow:hidden}h1,h2,h3,h4,h5,h6{margin:0}a{color:var(--primary-color);text-decoration:none}.page{padding-bottom:224px;display:inline-block;width:100%}.page .head{padding:24px 0;text-align:center}.page .head h1{text-align:center;font-size:16px;font-weight:500}.page .head small{color:#7b7b7b;font-size:11px;margin-top:6px;display:inline-block}button{cursor:pointer}.gg-dummy-btn,.gg-dummy-btn2{position:absolute;top:0;left:0;width:420px;opacity:.001}.gg-dummy-btn div,.gg-dummy-btn2 div{width:100%!important;max-width:999px!important}.gg-dummy-btn2{top:0;left:auto;right:-52px}.section{display:inline-block;margin-bottom:24px;width:100%}.section.nmb{margin-bottom:0}.section .card{box-shadow:1px 1px 10px 1px #f2f2f2;width:100%;background-color:#fff;padding:16px;margin-bottom:24px}.section .content-left{width:62%;float:left}.section .content-left.swap{width:36%}.section .card-left{box-shadow:1px 1px 10px 1px #f2f2f2;width:62%;background-color:#fff;padding:16px;float:left}.section .card-right{box-shadow:1px 1px 10px 1px #f2f2f2;width:36%;background-color:#fff;margin-left:auto;padding:16px;float:right}.section .card-right.swap{width:62%}.section h3{font-size:14px;font-weight:500}.section hr{background:none;border:none;width:100%;height:1px;border-bottom:1px solid #ddd}@media screen and (max-width: 1200px){.page{padding-bottom:236px}.section{display:flex;flex-direction:column}.section .card-left,.section .card-right{width:100%;max-width:100%;margin-left:0}.section .card-left.swap,.section .card-right.swap{width:100%}.section .content-left,.section .content-right{width:100%;max-width:100%;margin-left:0}.section .content-left.swap,.section .content-right.swap{width:100%}.section .card-right{margin-top:32px}.section .card-right.mid-small-no-margin-top{margin-top:0}}.img-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999}.img-popup .img-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:610px;height:auto;padding:20px 15px;width:100%}.img-popup .img-container img{max-width:100%;max-height:100%;width:auto;height:auto}.img-popup .img-container .close-container{position:absolute;top:12px;right:6px;width:12px;cursor:pointer;background-color:#fff;width:26px;height:26px;border-radius:50%;box-shadow:0 0 15px #333;text-align:center;padding:4px 0}.img-popup .img-container .close-container .close{width:8px}#telegram-signin-root iframe{width:100%!important}input,textarea,select{font-size:12px;font-family:OpenSans,sans-serif}input[type=text]:hover,input[type=text]:focus,input[type=password]:hover,input[type=password]:focus,input[type=email]:hover,input[type=email]:focus,input[type=number]:hover,input[type=number]:focus,input[type=tel]:hover,input[type=tel]:focus,textarea:hover,textarea:focus{border-color:#cbcbcb!important;transition:border-color .2s ease-in-out;outline:none}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{border-color:#cbcbcb!important;transition:border-color .2s ease-in-out;outline:none}select{border:1px solid rgb(226,226,226);width:100%;border-radius:3px;height:42px;min-height:42px;padding:0 10px;font-size:12px;background-color:#fff;outline:none;transition:border-color .2s ease-in-out}select:focus,select:visited{box-shadow:none!important;border-color:#cbcbcb!important;transition:border-color .2s ease-in-out}select:hover{box-shadow:none!important;border-color:#cbcbcb!important;transition:border-color .2s ease-in-out}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important}::placeholder{color:#333;opacity:1}textarea{width:100%;border:1px solid rgb(226,226,226);border-radius:3px;min-height:120px;padding:12px;font-size:12px;background-color:#fff;outline:none;transition:border-color .2s ease-in-out;resize:none}textarea:focus{border-color:#cbcbcb!important;transition:border-color .2s ease-in-out}textarea:active{border-color:#cbcbcb!important;transition:border-color .2s ease-in-out}button{background-color:#fff;height:40px;border:1px solid #ccc;border-radius:2px;display:flex;align-items:center;padding:0 12px;transition:all ease-in-out .25s;color:#333}button:disabled{opacity:.4;cursor:default}button.primary{background-color:var(--primary-color);border:1px solid var(--primary-color);color:#fff}button.primary:hover{background-color:var(--primary-color-darken-10)}button.secondary{border-color:var(--primary-color);color:var(--primary-color)}button.sm{height:24px}button svg-icon{margin-left:4px}form .error input,form .error select{border:1px solid #cc0000}form .error app-telephone-field fieldset,form .error app-text-field fieldset{border-color:#e95a52!important}form .error app-telephone-field fieldset legend,form .error app-text-field fieldset legend{color:#e95a52!important}form .warning{padding-bottom:4px!important}form .warning input,form .warning select{border:1px solid rgb(213,193,107)}form small{padding:2px 6px;border-radius:2px;margin-top:4px;display:inline-flex}form small.warning{background-color:#f6e9af;border:1px solid rgb(231,216,148)}form small.warning:after{border-bottom-color:#f6e9af;border-width:4px;margin-left:-4px}form small.warning:before{border-bottom-color:#e7d894;border-width:5px;margin-left:-5px}form small.error{color:#fff;background-color:#dd2c00}#telephone-code{position:absolute;background-color:#fff;border:1px solid #eee;border-radius:4px;padding:8px 0;text-align:left;max-height:138px;overflow:auto;display:none;z-index:999}#telephone-code::-webkit-scrollbar{width:6px}#telephone-code::-webkit-scrollbar-track{border-radius:4px;background-color:#fff}#telephone-code::-webkit-scrollbar-thumb{border-radius:8px;background-color:#bdbdbd;border:1px solid #fff}#telephone-code span{display:flex;text-align:left;top:32px;padding:2px 12px;white-space:nowrap;cursor:pointer}#telephone-code span:hover{background-color:#fafafa}#telephone-code span.center{text-align:center}#telephone-code span span{display:inline-block;padding:0}#telephone-code span img{display:inline-block;margin-right:6px;width:16px}app-address-selector .space{display:block;height:6px}app-address-picker .space{display:block;height:6px}app-digital-shipment .instruction-popup img{max-width:100%}app-ticket-shipment img.qrcode{display:block;margin:0 auto}app-ticket-shipment .instruction-popup h3{color:#7b7b7b}app-ticket-shipment .instruction-popup h4{font-weight:500}app-ticket-shipment .navs span{cursor:pointer;font-size:32px;position:absolute;left:24px;top:42%}app-ticket-shipment .navs span:last-child{right:24px;left:auto}app-ticket-shipment .navs span.disabled{opacity:.3}.pm-icon{display:inline-block;width:36px;height:24px;overflow:hidden}.paymentmethod-icon{display:inline-block;transform:scale(.6);position:relative;top:-8px;left:-20px}.paymentmethod-icon.afterpay{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px 0px;width:60px;height:40px}.paymentmethod-icon.aktia{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -41px;width:60px;height:40px}.paymentmethod-icon.alandsbanken{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -82px;width:60px;height:40px}.paymentmethod-icon.alior-bank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -123px;width:60px;height:40px}.paymentmethod-icon.amex{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -205px;width:60px;height:40px}.paymentmethod-icon.arganta-spaarbank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -287px;width:60px;height:40px}.paymentmethod-icon.asn-bank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -328px;width:60px;height:40px}.paymentmethod-icon.axa{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -410px;width:60px;height:40px}.paymentmethod-icon.banca-carige{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -451px;width:60px;height:40px}.paymentmethod-icon.banca-delle-marche{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -492px;width:60px;height:40px}.paymentmethod-icon.bancopastor{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -697px;width:60px;height:40px}.paymentmethod-icon.bancopopular{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -738px;width:60px;height:40px}.paymentmethod-icon.banco-posta{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -533px;width:60px;height:40px}.paymentmethod-icon.bancosabadell{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -779px;width:60px;height:40px}.paymentmethod-icon.bancosantander{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -820px;width:60px;height:40px}.paymentmethod-icon.banesto{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -861px;width:60px;height:40px}.paymentmethod-icon.bank-bpi{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -902px;width:60px;height:40px}.paymentmethod-icon.bankia{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -984px;width:60px;height:40px}.paymentmethod-icon.bankinter{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1025px;width:60px;height:40px}.paymentmethod-icon.bank-pekao{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -943px;width:60px;height:40px}.paymentmethod-icon.banktrans{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1107px;width:60px;height:40px}.paymentmethod-icon.bancontact{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -656px;width:60px;height:40px}.paymentmethod-icon.barclays{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1148px;width:60px;height:40px}.paymentmethod-icon.bbva{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1189px;width:60px;height:40px}.paymentmethod-icon.belfius{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1230px;width:60px;height:40px}.paymentmethod-icon.beobank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1271px;width:60px;height:40px}.paymentmethod-icon.bitcoin{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1312px;width:60px;height:40px}.paymentmethod-icon.bnl{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1476px;width:60px;height:40px}.paymentmethod-icon.bnp-fortis{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1517px;width:60px;height:40px}.paymentmethod-icon.bper-banca{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1599px;width:60px;height:40px}.paymentmethod-icon.bpm{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1640px;width:60px;height:40px}.paymentmethod-icon.bpost-bank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1681px;width:60px;height:40px}.paymentmethod-icon.caixa-geral-de-depositos{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1722px;width:60px;height:40px}.paymentmethod-icon.checkoutfi{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1845px;width:60px;height:40px}.paymentmethod-icon.clydesdale-bank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1886px;width:60px;height:40px}.paymentmethod-icon.coinsph{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1968px;width:62px;height:42px}.paymentmethod-icon.co-operative-bank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1927px;width:60px;height:40px}.paymentmethod-icon.credembanca{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2011px;width:60px;height:40px}.paymentmethod-icon.credit-agricole{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2052px;width:60px;height:40px}.paymentmethod-icon.creditcard{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2093px;width:60px;height:40px}.paymentmethod-icon.crelan-bank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2134px;width:60px;height:40px}.paymentmethod-icon.creval{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2175px;width:60px;height:40px}.paymentmethod-icon.danskebank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2257px;width:60px;height:40px}.paymentmethod-icon.directdebit{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2339px;width:60px;height:40px}.paymentmethod-icon.dnb{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2421px;width:60px;height:40px}.paymentmethod-icon.easybank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2544px;width:60px;height:40px}.paymentmethod-icon.fblike{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2708px;width:60px;height:40px}.paymentmethod-icon.forex{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2790px;width:60px;height:40px}.paymentmethod-icon.free{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2831px;width:60px;height:40px}.paymentmethod-icon.g2apay{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2872px;width:60px;height:40px}.paymentmethod-icon.gcash{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2913px;width:62px;height:42px}.paymentmethod-icon.giropay{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2956px;width:60px;height:40px}.paymentmethod-icon.googlepay{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2997px;width:60px;height:40px}.paymentmethod-icon.grabpay{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3038px;width:62px;height:42px}.paymentmethod-icon.gsb{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3081px;width:62px;height:42px}.paymentmethod-icon.halifax{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3124px;width:60px;height:40px}.paymentmethod-icon.handelsbanken{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3165px;width:60px;height:40px}.paymentmethod-icon.hsbc{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3247px;width:60px;height:40px}.paymentmethod-icon.icabanken{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3329px;width:60px;height:40px}.paymentmethod-icon.ideal{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3370px;width:60px;height:40px}.paymentmethod-icon.in3{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3411px;width:60px;height:40px}.paymentmethod-icon.ing{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3534px;width:60px;height:40px}.paymentmethod-icon.ing-belgique{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3452px;width:60px;height:40px}.paymentmethod-icon.ing-diba{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3493px;width:60px;height:40px}.paymentmethod-icon.ingdirect{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3575px;width:60px;height:40px}.paymentmethod-icon.inghomepay{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3616px;width:60px;height:40px}.paymentmethod-icon.intesa-sanpaolo{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3657px;width:60px;height:40px}.paymentmethod-icon.jyskebank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3739px;width:60px;height:40px}.paymentmethod-icon.kb-bank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3780px;width:60px;height:40px}.paymentmethod-icon.kbank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3821px;width:62px;height:42px}.paymentmethod-icon.kbc{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3864px;width:60px;height:40px}.paymentmethod-icon.klarna{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3905px;width:60px;height:40px}.paymentmethod-icon.laciaxa{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4110px;width:60px;height:40px}.paymentmethod-icon.lansforsakringar{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4151px;width:60px;height:40px}.paymentmethod-icon.lloyds-bank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4192px;width:60px;height:40px}.paymentmethod-icon.maestro{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4233px;width:60px;height:40px}.paymentmethod-icon.mastercard{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4274px;width:60px;height:40px}.paymentmethod-icon.maya{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4315px;width:62px;height:42px}.paymentmethod-icon.mediolanum{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4399px;width:60px;height:40px}.paymentmethod-icon.metro-bank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4440px;width:60px;height:40px}.paymentmethod-icon.microincasso{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4481px;width:60px;height:40px}.paymentmethod-icon.millennium-bcp{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4522px;width:60px;height:40px}.paymentmethod-icon.cash{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1763px;width:60px;height:40px}.paymentmethod-icon.mistercash{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4563px;width:60px;height:40px}.paymentmethod-icon.multibanco{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4686px;width:60px;height:40px}.paymentmethod-icon.mps{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4645px;width:60px;height:40px}.paymentmethod-icon.nationwide{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4768px;width:60px;height:40px}.paymentmethod-icon.natwest{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4809px;width:60px;height:40px}.paymentmethod-icon.nordea{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4973px;width:60px;height:40px}.paymentmethod-icon.omasp{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5014px;width:60px;height:40px}.paymentmethod-icon.osuuspankki{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5137px;width:60px;height:40px}.paymentmethod-icon.paymentterminal{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5178px;width:60px;height:40px}.paymentmethod-icon.paypal{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5219px;width:60px;height:40px}.paymentmethod-icon.payu{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5424px;width:60px;height:40px}.paymentmethod-icon.paysafe{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5260px;width:60px;height:40px}.paymentmethod-icon.payson{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5342px;width:60px;height:40px}.paymentmethod-icon.poppankii{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5465px;width:60px;height:40px}.paymentmethod-icon.populare-vicenza{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5506px;width:60px;height:40px}.paymentmethod-icon.promptpay{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5547px;width:62px;height:42px}.paymentmethod-icon.rabobank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5672px;width:60px;height:40px}.paymentmethod-icon.raiffeisen-bank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5713px;width:60px;height:40px}.paymentmethod-icon.royal-bank-of-scotland{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5918px;width:60px;height:40px}.paymentmethod-icon.saastopankki{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5959px;width:60px;height:40px}.paymentmethod-icon.safetypay{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6000px;width:60px;height:40px}.paymentmethod-icon.santander-totta{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6041px;width:60px;height:40px}.paymentmethod-icon.seb{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6164px;width:60px;height:40px}.paymentmethod-icon.sebbank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6205px;width:60px;height:40px}.paymentmethod-icon.shopee{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6246px;width:62px;height:42px}.paymentmethod-icon.skandiabanken{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6330px;width:60px;height:40px}.paymentmethod-icon.skrill{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6412px;width:60px;height:40px}.paymentmethod-icon.sofort{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6453px;width:60px;height:40px}.paymentmethod-icon.spankki{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6494px;width:60px;height:40px}.paymentmethod-icon.sparbanken{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6535px;width:60px;height:40px}.paymentmethod-icon.sparboresund{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6576px;width:60px;height:40px}.paymentmethod-icon.sparebank-1{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6617px;width:60px;height:40px}.paymentmethod-icon.sparebanken-vest{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6658px;width:60px;height:40px}.paymentmethod-icon.spraypay{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6699px;width:60px;height:40px}.paymentmethod-icon.swedbank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6740px;width:60px;height:40px}.paymentmethod-icon.tapiola{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6822px;width:60px;height:40px}.paymentmethod-icon.triodos-bank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6904px;width:60px;height:40px}.paymentmethod-icon.truemoney{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6945px;width:62px;height:42px}.paymentmethod-icon.trustly{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6988px;width:60px;height:40px}.paymentmethod-icon.ipko{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3698px;width:60px;height:40px}.paymentmethod-icon.mbank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4358px;width:60px;height:40px}.paymentmethod-icon.ulster-bank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -7070px;width:60px;height:40px}.paymentmethod-icon.unicredit{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -7111px;width:60px;height:40px}.paymentmethod-icon.visa{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -7275px;width:60px;height:40px}.paymentmethod-icon.voksbank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -7316px;width:60px;height:40px}.paymentmethod-icon.yorkshire-bank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -7562px;width:60px;height:40px}.paymentmethod-icon.zuno-bank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -7603px;width:60px;height:40px}.paymentmethod-icon.scb{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6123px;width:60px;height:40px}.paymentmethod-icon.ibanking{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3288px;width:60px;height:40px}.paymentmethod-icon.krungsrionline{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4028px;width:60px;height:40px}.paymentmethod-icon.ktb{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4069px;width:60px;height:40px}.paymentmethod-icon.tmb{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6863px;width:60px;height:40px}.paymentmethod-icon.uob{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -7193px;width:60px;height:40px}.paymentmethod-icon.yandex{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -7521px;width:60px;height:40px}.paymentmethod-icon.wechat{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -7439px;width:60px;height:40px}.paymentmethod-icon.qiwi{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5631px;width:60px;height:40px}.paymentmethod-icon.neteller{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4891px;width:60px;height:40px}.paymentmethod-icon.unionpay{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -7152px;width:60px;height:40px}.paymentmethod-icon.webmoney{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -7398px;width:60px;height:40px}.paymentmethod-icon.nexi{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4932px;width:60px;height:40px}.paymentmethod-icon.diners-club{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2298px;width:60px;height:40px}.paymentmethod-icon.boleto-bancario{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1558px;width:60px;height:40px}.paymentmethod-icon.paytrail{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5383px;width:60px;height:40px}.paymentmethod-icon.monzo{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4604px;width:60px;height:40px}.paymentmethod-icon.tsb{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -7029px;width:60px;height:40px}.paymentmethod-icon.revolut{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5836px;width:60px;height:40px}.paymentmethod-icon.sydbank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6781px;width:60px;height:40px}.paymentmethod-icon.alm-brad{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -164px;width:60px;height:40px}.paymentmethod-icon.ringkja-bing{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5877px;width:60px;height:40px}.paymentmethod-icon.kreditbanken{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3987px;width:60px;height:40px}.paymentmethod-icon.skjern-bank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6371px;width:60px;height:40px}.paymentmethod-icon.sbanken{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -6082px;width:60px;height:40px}.paymentmethod-icon.bitpay{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1353px;width:60px;height:40px}.paymentmethod-icon.ethereum{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2626px;width:60px;height:40px}.paymentmethod-icon.dogecoin{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2503px;width:60px;height:40px}.paymentmethod-icon.usd-tokens{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -7234px;width:60px;height:40px}.paymentmethod-icon.xrp{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -7480px;width:60px;height:40px}.paymentmethod-icon.eps{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2585px;width:60px;height:40px}.paymentmethod-icon.redpagos{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5795px;width:60px;height:40px}.paymentmethod-icon.paysafecash{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5301px;width:60px;height:40px}.paymentmethod-icon.rapidtransfer{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5301px;width:60px;height:40px}.paymentmethod-icon.przelewy24{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5590px;width:60px;height:40px}.paymentmethod-icon.astropay{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -369px;width:60px;height:40px}.paymentmethod-icon.on-account{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -5055px;width:60px;height:40px}.paymentmethod-icon.klarnapaylater{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3946px;width:60px;height:40px}.paymentmethod-icon.mybank{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4727px;width:60px;height:40px}.paymentmethod-icon.applepay{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -246px;width:60px;height:40px}.paymentmethod-icon.cb{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1804px;width:60px;height:40px}.paymentmethod-icon.dankort{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -2216px;width:60px;height:40px}.paymentmethod-icon.hipay{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -3206px;width:60px;height:40px}.paymentmethod-icon.neosurf{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -4850px;width:60px;height:40px}.paymentmethod-icon.blik-redirect{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1435px;width:60px;height:40px}.paymentmethod-icon.blik-direct{background-image:url(/assets/sprites/shared/paymentmethods.png?1121254);background-position:0px -1394px;width:60px;height:40px}.noti-bt header{padding-top:32px}.noti-bb .page{padding-bottom:164px}@media screen and (max-width: 768px){.noti-bt header{padding-top:64px}}
