cja-phoenix 0.0.13 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .modal-backdrop[data-v-25121f42]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background-color:#0006;transition:all .4s ease-in-out}.modal-overlay[data-v-25121f42]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:13}.modal-container[data-v-25121f42]{position:absolute;top:0;left:0;height:100%;background:#ffffff;padding:20px;width:100%;box-sizing:border-box;display:flex;flex-direction:column}@media screen and (min-width: 601px){.modal-container[data-v-25121f42]{top:50%;left:50%;transform:translateY(-50%) translate(-50%);max-width:calc(100% - 60px);max-height:calc(100% - 40px);border-radius:8px;padding:20px 40px;height:auto}}@media screen and (min-width: 1100px){.modal-container[data-v-25121f42]{max-width:1040px}}.modal-container .modal-header[data-v-25121f42]{font-weight:700;font-size:18px;line-height:21px;padding:0 20px 15px 0;border-bottom:1px solid #dedede}@media screen and (min-width: 601px){.modal-container .modal-header[data-v-25121f42]{font-size:24px;line-height:27px}}.modal-container .modal-header[data-v-25121f42]:before,.modal-container .modal-header[data-v-25121f42]:after{content:none}.modal-container .btn-close[data-v-25121f42]{position:absolute;top:20px;right:20px;background:none;border:none;padding:0;outline:0;height:20px;cursor:pointer}@media screen and (min-width: 601px){.modal-container .btn-close[data-v-25121f42]{right:40px}}.modal-container .btn-close span[data-v-25121f42]{display:block;font-size:16px;line-height:20px}.modal-container .btn-close[data-v-25121f42]:focus{outline:0}.modal-container .modal-body[data-v-25121f42]{margin:20px -15px -15px;font-size:15px;line-height:17px;overflow-y:auto;flex-grow:1;height:auto;padding:0 15px 15px}.modal-container .modal-footer[data-v-25121f42]{border-top:1px solid #dedede;padding:15px 0 0;margin-top:15px}.modal-container .modal-footer[data-v-25121f42] .button-container{display:flex;flex-direction:row;justify-content:flex-end;gap:10px}.fade-enter-from[data-v-25121f42],.fade-leave-to[data-v-25121f42]{opacity:0}.fade-enter-to[data-v-25121f42],.fade-leave-from[data-v-25121f42]{opacity:1}.cja-btn[data-v-7003258c]{display:inline-flex;justify-content:center;align-items:center;padding:10px 20px;border-radius:8px;box-shadow:0 4px 20px #0000001a;border:1px solid #dedede;color:#076b9c;background:none;font-weight:700;font-size:16px;line-height:18px;cursor:pointer;transition:all .2s ease-in-out}@media screen and (min-width: 768px){.cja-btn[data-v-7003258c]{padding:15px 20px;font-size:20px;line-height:20px}}.cja-btn[data-v-7003258c]:focus-visible{outline:none}.cja-btn[data-v-7003258c]:hover{box-shadow:none}.cja-btn.full-width[data-v-7003258c]{width:100%}.cja-btn.btn-primary[data-v-7003258c]{background:#076b9c;border:1px solid #076b9c;color:#fff}.cja-btn.btn-primary[data-v-7003258c]:hover{background-color:#065075;border-color:#065075}.cja-btn.btn-primary.btn-orange[data-v-7003258c]{background:#f58423;border-color:#f58423}.cja-btn.btn-primary.btn-orange[data-v-7003258c]:hover{background-color:#ea730b;border-color:#ea730b}.cja-btn.btn-primary.btn-white[data-v-7003258c]{background:#fff;border-color:#fff;color:#0d2745}.cja-btn.btn-primary.btn-white[data-v-7003258c]:hover{background-color:#ebebeb;border-color:#ebebeb}.cja-btn.btn-primary[data-v-7003258c]:disabled{background:#dedede;border:1px solid #dedede;cursor:pointer}.cja-btn.btn-secondary[data-v-7003258c]{border:1px solid #dedede}.cja-btn[data-v-7003258c] [class^=m-cgg-icon--]:last-child{margin-left:5px}.cja-btn[data-v-7003258c] [class^=m-cgg-icon--]:first-child{margin-right:5px}.spinner[data-v-05e96722]{width:80px;height:80px;border:7px solid #b5e187;border-top:7px solid #f3f7ef;border-radius:50%;animation:spin-05e96722 1s infinite;animation-timing-function:linear}@keyframes spin-05e96722{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.overlay[data-v-06759c22]{position:fixed;bottom:0;left:0;height:100%;width:100%;z-index:100}@media screen and (min-width: 992px){.overlay[data-v-06759c22]{background-color:#0009}}.overlay .details-container[data-v-06759c22]{position:absolute;top:0;right:0;background-color:#fff;height:calc(100% - 105px);transition:all .3s linear}@media screen and (min-width: 992px){.overlay .details-container[data-v-06759c22]{height:100%}}.overlay .details-container .details-header[data-v-06759c22]{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:20px 30px}.overlay .details-container .details-header .btn-close[data-v-06759c22]{display:flex;justify-content:center;align-items:center;margin-left:auto;width:20px;height:20px;font-size:20px;line-height:20px;cursor:pointer}.overlay .details-container .details-wrapper[data-v-06759c22]{position:relative;max-height:100%;overflow-y:auto;padding:0 30px}@media screen and (min-width: 992px){.overlay .details-container .details-wrapper[data-v-06759c22]{width:570px}}.overlay .details-container .details-footer[data-v-06759c22]{padding:20px 30px}.details-enter-to .details-container[data-v-06759c22],.details-leave-from .details-container[data-v-06759c22]{transform:translateY(0)}@media screen and (min-width: 992px){.details-enter-to .details-container[data-v-06759c22],.details-leave-from .details-container[data-v-06759c22]{transform:translate(0)}}.details-enter-from .details-container[data-v-06759c22],.details-leave-to .details-container[data-v-06759c22]{transform:translateY(100%)}@media screen and (min-width: 992px){.details-enter-from .details-container[data-v-06759c22],.details-leave-to .details-container[data-v-06759c22]{transform:translate(100%)}}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNovaT-Thin.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNovaT-Thin.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Black.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Black.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Regular.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Bold.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Extrabld.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Extrabld.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}body{font-family:Proxima Nova,Helvetica Neue,Helvetica,Microsoft JhengHei,Open Sans,Arial,"sans-serif";color:#0d2745}*,*:before,*:after{box-sizing:border-box}.form-group .input-title{font-size:14px;line-height:17px;font-weight:700;margin-bottom:10px}@media screen and (min-width: 768px){.form-group .input-title{font-size:16px;line-height:19px}}.form-group .input-container{position:relative}.form-group .input-container input,.form-group .input-container textarea{outline:none;padding:10px 8px;font-size:15px;line-height:18px;width:100%;border:1px solid #dedede;border-radius:5px;transition:all .1s ease-in}.form-group .input-container input:active,.form-group .input-container input:focus,.form-group .input-container textarea:active,.form-group .input-container textarea:focus{border:1px solid #5fbbff;outline:none}.form-group .input-container input:active+.input-suffix,.form-group .input-container input:focus+.input-suffix,.form-group .input-container textarea:active+.input-suffix,.form-group .input-container textarea:focus+.input-suffix{color:#312f2e}.form-group .input-container textarea{resize:none}.form-group .input-container .input-suffix{position:absolute;top:50%;transform:translateY(-50%);right:8px;line-height:11px;font-size:11px;color:#979290;transition:color .1s ease-in}.form-group .input-container.error input,.form-group .input-container.error textarea{background-color:#ffebeb;border:1px solid #ff533f}.form-group .input-container-radio ul{display:flex;flex-direction:column;gap:15px}.form-group .input-container-radio label{display:flex;flex-direction:row;gap:10px;cursor:pointer}.form-group .input-container-radio label input{display:none}.form-group .input-container-radio label input:checked+.radio-icon{border-color:#77aa43}.form-group .input-container-radio label input:checked+.radio-icon:before{opacity:1}.form-group .input-container-radio label .radio-icon{height:25px;width:25px;border:2px solid #9fabbc;border-radius:50%;transition:all .3s ease-in-out}.form-group .input-container-radio label .radio-icon:before{content:"";display:block;opacity:0;transition:all .3s ease-in-out;width:100%;height:100%;background-color:#77aa43;background-clip:content-box;border:4px solid transparent;border-radius:50%}.form-group .input-container-radio label p{font-size:16px;line-height:25px}.form-group .input-container-checkbox label{display:flex;flex-direction:row;flex-wrap:nowrap;gap:15px;cursor:pointer;margin:0;font-weight:400}.form-group .input-container-checkbox label input{display:none}.form-group .input-container-checkbox label.active .radio-icon{border-color:#77aa43}.form-group .input-container-checkbox label.active .radio-icon:before{opacity:1}.form-group .input-container-checkbox label.active p{color:#77aa43}.form-group .input-container-checkbox label .checkbox-icon{position:relative}.form-group .input-container-checkbox label .checkbox-icon:after{content:"";display:block;width:22px;height:22px;border-radius:3px;border:1px solid #cccbc8;color:#77aa43}.form-group .input-container-checkbox label .checkbox-icon:before{position:absolute;opacity:0;font-size:20px}.form-group .input-container-checkbox label input:checked+.checkbox-icon:before{opacity:1}.form-group .input-container-checkbox label .text-container{font-size:10px;line-height:12px;user-select:none}.form-group .input-container-checkbox label .text-container a{color:inherit;font-weight:700;text-decoration:underline}.form-group .input-container-checkbox label .text-container a:hover{text-decoration:none}.form-group .input-container-select{position:relative}.form-group .input-container-select .close-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:23}.form-group .input-container-select .select-toggle{position:relative;display:flex;justify-content:space-between;gap:10px;background-color:#fff;border:1px solid #dedede;border-radius:5px;cursor:pointer;padding:10px 8px;font-size:15px;line-height:18px;width:100%;transition:border-radius .3s ease-in-out}.form-group .input-container-select .select-toggle .select-display{flex-grow:1;text-overflow:ellipsis;overflow:hidden}.form-group .input-container-select .select-toggle.open{border-radius:5px 5px 0 0}.form-group .input-container-select .select-toggle.open em{transform:rotate(180deg)}.form-group .input-container-select .select-toggle.disabled{opacity:.5;cursor:auto}.form-group .input-container-select .select-toggle em{font-size:12px;line-height:18px;color:#9fabbc;transition:all .3s ease-in-out}.form-group .input-container-select.error .select-toggle{background-color:#ffebeb;border:1px solid #ff533f}.form-group .input-container-select.error em{background-color:#ffebeb}.form-group .input-error{color:#ff533f;font-size:14px;line-height:16px;margin-top:8px}@media screen and (min-width: 768px){.form-group .input-error{font-size:16px;line-height:18px}}.form-group .iti{display:block}.form-group .iti__flag{background-image:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/images/general/flags.png)!important}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.form-group .iti__flag{background-image:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/images/general/flags@2x.png)!important}}.select-collapse{position:fixed;z-index:1001;max-height:400px;overflow-y:auto;background-color:#fff;border:1px solid #dedede;transition:all .3s ease-in-out}.select-collapse.position-top{border-top-left-radius:5px;border-top-right-radius:5px;box-shadow:0 -4px 10px #00000026}.select-collapse.position-bottom{border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:0 4px 10px #00000026}.select-collapse .search-filter-container{padding:5px 10px}.select-collapse .search-filter-container input{outline:none;padding:10px 8px;font-size:15px;line-height:18px;width:100%;border:1px solid #dedede;border-radius:5px}.select-collapse .search-filter-container input:active,.select-collapse .search-filter-container input:focus{border:1px solid #5fbbff;outline:none}.select-collapse.slide-fade-enter-from,.select-collapse.slide-fade-leave-to{opacity:0}.select-collapse.slide-fade-enter-to,.select-collapse.slide-fade-leave-from{opacity:1}.select-collapse ul{padding:0;margin:0}.select-collapse ul li{display:flex;align-items:center;transition:all .3s ease-in-out;font-size:14px;line-height:17px;padding:8px 10px;cursor:pointer;user-select:none;overflow-x:hidden}.select-collapse ul li:hover{background-color:#f1f7ee}.select-collapse ul li .checkbox-icon{height:20px;width:20px;border:2px solid #9fabbc;border-radius:3px;transition:all .3s ease-in-out;display:inline-flex;place-items:center;margin-right:10px}.select-collapse ul li .checkbox-icon:before{color:#77aa43;opacity:0}.select-collapse ul li.active .checkbox-icon:before{opacity:1}.tippy-box[data-theme~=light-border]{background:#e6f1f9;border:1px solid #076b9c;color:#076b9c}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:before{border-top-color:#e6f1f9}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:after{border-top-color:#076b9c}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#e6f1f9}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:after{border-bottom-color:#076b9c}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:before{border-left-color:#e6f1f9}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:after{border-left-color:#076b9c}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:before{border-right-color:#e6f1f9}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:after{border-right-color:#076b9c}@font-face{font-family:CGG-icomoon;src:url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.eot?qf25ux);src:url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.eot?qf25ux#iefix) format("embedded-opentype"),url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.ttf?qf25ux) format("truetype"),url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.woff?qf25ux) format("woff"),url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.svg?qf25ux#CGG-icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=m-cgg-icon--],[class*=" m-cgg-icon--"]{font-family:CGG-icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.m-cgg-icon--affiliates-add:before{content:"\e900"}.m-cgg-icon--affiliates-dashboard:before{content:"\ea2a"}.m-cgg-icon--affiliates-home:before{content:"\ea2b"}.m-cgg-icon--affiliates-settings:before{content:"\ea2c"}.m-cgg-icon--tiktok:before{content:"\ea27";color:#076b9c}.m-cgg-icon--list-mode:before{content:"\ea22"}.m-cgg-icon--grid-mode:before{content:"\ea21"}.m-cgg-icon--swap:before{content:"\ea20"}.m-cgg-icon--cja-cashback:before{content:"\ea1c"}.m-cgg-icon--no-money:before{content:"\ea1e"}.m-cgg-icon--plane:before{content:"\ea1f"}.m-cgg-icon--time:before{content:"\ea1d"}.m-cgg-icon--filtros:before{content:"\ea1a"}.m-cgg-icon--ordenacao:before{content:"\ea1b"}.m-cgg-icon--gears:before{content:"\ea19"}.m-cgg-icon--telemovel:before{content:"\ea09"}.m-cgg-icon--dual:before{content:"\e9ef"}.m-cgg-icon--callcenter:before{content:"\e9f5"}.m-cgg-icon--notes:before{content:"\e9f6"}.m-cgg-icon--pig:before{content:"\e9f7"}.m-cgg-icon--cja-email:before{content:"\ea18"}.m-cgg-icon--linkedin-square:before{content:"\ea13"}.m-cgg-icon--instagram-square:before{content:"\ea14"}.m-cgg-icon--facebook-circle:before{content:"\ea15"}.m-cgg-icon--pin:before{content:"\ea16"}.m-cgg-icon--younited-favicon .path1:before{content:"\ea11";color:#515f75}.m-cgg-icon--younited-favicon .path2:before{content:"\ea12";margin-left:-.89453125em;color:#fd4e00}.m-cgg-icon--star-line:before{content:"\ea0b"}.m-cgg-icon--moedas:before{content:"\ea0c"}.m-cgg-icon--speed:before{content:"\ea0d"}.m-cgg-icon--trouphy:before{content:"\ea0e"}.m-cgg-icon--comparaja .path1:before{content:"\ea0f";color:#076b9c}.m-cgg-icon--comparaja .path2:before{content:"\ea10";margin-left:-1em;color:#77aa43}.m-cgg-icon--netmovel:before{content:"\ea03"}.m-cgg-icon--pin-morada:before{content:"\ea07"}.m-cgg-icon--net:before{content:"\ea04"}.m-cgg-icon--online:before{content:"\ea05"}.m-cgg-icon--telefone:before{content:"\ea06"}.m-cgg-icon--telefone-linha:before{content:"\ea08"}.m-cgg-icon--tv:before{content:"\ea0a"}.m-cgg-icon--prazo-icon:before{content:"\ea00"}.m-cgg-icon--montante-icon:before{content:"\ea01"}.m-cgg-icon--casa-icon:before{content:"\ea02"}.m-cgg-icon--attention:before{content:"\e9fd"}.m-cgg-icon--diamond:before{content:"\e9fe"}.m-cgg-icon--edit1:before{content:"\e9ff"}.m-cgg-icon--checkmark:before{content:"\e9f8"}.m-cgg-icon--carteira:before{content:"\e9f9"}.m-cgg-icon--documentos:before{content:"\e9fa"}.m-cgg-icon--tabela:before{content:"\e9fb"}.m-cgg-icon--user:before{content:"\e9fc"}.m-cgg-icon--twitter:before{content:"\e009";color:#076b9c}.m-cgg-icon--fb:before{content:"\e962";color:#076b9c}.m-cgg-icon--linkedin:before{content:"\e99b";color:#076b9c}.m-cgg-icon--instagram:before{content:"\e9a3";color:#076b9c}.m-cgg-icon--copy:before{content:"\ea2d"}.m-cgg-icon--whatsapp:before{content:"\ea28"}.m-cgg-icon--dashboard:before{content:"\ea23"}.m-cgg-icon--item-list:before{content:"\ea25"}.m-cgg-icon--upload-cloud:before{content:"\ea26"}.m-cgg-icon--rounded-arrow:before{content:"\ea17"}.m-cgg-icon--cross-cja:before{content:"\e9f3"}.m-cgg-icon--check-cja:before{content:"\e9f2"}.m-cgg-icon--trash:before{content:"\e9f4"}.m-cgg-icon--upload:before{content:"\e9f1"}.m-cgg-icon--total:before{content:"\e9f0"}.m-cgg-icon--gas:before{content:"\e9ea"}.m-cgg-icon--tarifasimples:before{content:"\e9eb"}.m-cgg-icon--electricity:before{content:"\e9ec"}.m-cgg-icon--greenenergy:before{content:"\e9ed"}.m-cgg-icon--bi-horaria:before{content:"\e9ee"}.m-cgg-icon--onlinebanking:before{content:"\e901"}.m-cgg-icon--otc:before{content:"\e902"}.m-cgg-icon--paymentcentre:before{content:"\e903"}.m-cgg-icon--paypal:before{content:"\e904"}.m-cgg-icon--cheque:before{content:"\e905"}.m-cgg-icon--creditcard:before{content:"\e906"}.m-cgg-icon--notification:before{content:"\e907"}.m-cgg-icon--cat-right:before{content:"\e002"}.m-cgg-icon--arrow-back:before{content:"\e003"}.m-cgg-icon--load:before{content:"\e004"}.m-cgg-icon--arrow-top:before{content:"\e005"}.m-cgg-icon--arrow-bottom:before{content:"\e006"}.m-cgg-icon--open-quote:before{content:"\e007"}.m-cgg-icon--arrow-next:before{content:"\e008"}.m-cgg-icon--uniE00A:before{content:"\e00a"}.m-cgg-icon--clock:before{content:"\e00b"}.m-cgg-icon--check2:before{content:"\e015"}.m-cgg-icon--cross2:before{content:"\e016"}.m-cgg-icon--no:before{content:"\e017"}.m-cgg-icon--tlist:before{content:"\e020"}.m-cgg-icon--ci-car2:before{content:"\e021"}.m-cgg-icon--ci-user:before{content:"\e022"}.m-cgg-icon--ci-details:before{content:"\e023"}.m-cgg-icon--tlist-small:before{content:"\e024"}.m-cgg-icon--tlist-small-vertical:before{content:"\e025"}.m-cgg-icon--tlist-grid:before{content:"\e026"}.m-cgg-icon--paper-plane:before{content:"\e027"}.m-cgg-icon--popular:before{content:"\e028"}.m-cgg-icon--exclusive:before{content:"\e029"}.m-cgg-icon--price-tag:before{content:"\e02a"}.m-cgg-icon--return:before{content:"\e030"}.m-cgg-icon--libris-usp1:before{content:"\e100"}.m-cgg-icon--libris-usp2:before{content:"\e101"}.m-cgg-icon--libris-usp3:before{content:"\e102"}.m-cgg-icon--libris-details:before{content:"\e103"}.m-cgg-icon--libris-search:before{content:"\e104"}.m-cgg-icon--libris-bestoption:before{content:"\e105"}.m-cgg-icon--ci-car:before{content:"\e106"}.m-cgg-icon--ci-driver:before{content:"\e107"}.m-cgg-icon--ci-compare:before{content:"\e108"}.m-cgg-icon--faq:before{content:"\e109"}.m-cgg-icon--tips:before{content:"\e110"}.m-cgg-icon--need-help:before{content:"\e111"}.m-cgg-icon--tipseur:before{content:"\e112"}.m-cgg-icon--guide-ci:before{content:"\e200"}.m-cgg-icon--guide-cc:before{content:"\e201"}.m-cgg-icon--guide-mobile:before{content:"\e202"}.m-cgg-icon--guide-pl:before{content:"\e203"}.m-cgg-icon--guide-ti:before{content:"\e204"}.m-cgg-icon--guide-mi:before{content:"\e205"}.m-cgg-icon--guide-broadband:before{content:"\e206"}.m-cgg-icon--guide-mortgage:before{content:"\e207"}.m-cgg-icon--list:before{content:"\e600"}.m-cgg-icon--arrow-up:before{content:"\e601"}.m-cgg-icon--arrow-left:before{content:"\e602"}.m-cgg-icon--arrow-down:before{content:"\e603"}.m-cgg-icon--arrow-right:before{content:"\e604"}.m-cgg-icon--home:before{content:"\e605"}.m-cgg-icon--cross:before{content:"\e606"}.m-cgg-icon--signal:before{content:"\e607"}.m-cgg-icon--gift:before{content:"\e608"}.m-cgg-icon--hand:before{content:"\e609"}.m-cgg-icon--phone:before{content:"\e60a"}.m-cgg-icon--caret-right:before{content:"\e60b"}.m-cgg-icon--caret-left:before{content:"\e60c"}.m-cgg-icon--caret-up:before{content:"\e60d"}.m-cgg-icon--caret-down:before{content:"\e60e"}.m-cgg-icon--help:before{content:"\e60f"}.m-cgg-icon--phone-invert:before{content:"\e610"}.m-cgg-icon--star:before{content:"\e611"}.m-cgg-icon--check:before{content:"\e612"}.m-cgg-icon--plus:before{content:"\e613"}.m-cgg-icon--airmiles-o:before{content:"\e614"}.m-cgg-icon--best-deal-1-o:before{content:"\e615"}.m-cgg-icon--cashback-o:before{content:"\e616"}.m-cgg-icon--bar-contactless-payment-o:before{content:"\e617"}.m-cgg-icon--bar-Creditline:before{content:"\e618"}.m-cgg-icon--all-o:before{content:"\e619"}.m-cgg-icon--usp-1-id:before{content:"\e61a"}.m-cgg-icon--bar-deposit-o:before{content:"\e61b"}.m-cgg-icon--dining-o:before{content:"\e61c"}.m-cgg-icon--online-shopping-o:before{content:"\e61d"}.m-cgg-icon--bar-Instalment:before{content:"\e61e"}.m-cgg-icon--bar-Tax:before{content:"\e61f"}.m-cgg-icon--calendar-empty:before{content:"\e620"}.m-cgg-icon--calendar-full:before{content:"\e621"}.m-cgg-icon--couple:before{content:"\e622"}.m-cgg-icon--dental-2:before{content:"\e623"}.m-cgg-icon--premium-1-o:before{content:"\e624"}.m-cgg-icon--existing-history:before{content:"\e625"}.m-cgg-icon--eye:before{content:"\e626"}.m-cgg-icon--single-flight:before{content:"\e627"}.m-cgg-icon--group:before{content:"\e628"}.m-cgg-icon--inpatient:before{content:"\e629"}.m-cgg-icon--just-me:before{content:"\e62a"}.m-cgg-icon--maternity-o2:before{content:"\e62b"}.m-cgg-icon--me-and-kids:before{content:"\e62c"}.m-cgg-icon--my-family:before{content:"\e62e"}.m-cgg-icon--outpatient2:before{content:"\e62f"}.m-cgg-icon--private-room:before{content:"\e630"}.m-cgg-icon--sport2:before{content:"\e631"}.m-cgg-icon--doctor:before{content:"\e632"}.m-cgg-icon--cag-gift:before{content:"\e633"}.m-cgg-icon--fee-waiver:before{content:"\e634"}.m-cgg-icon--contactless-payment:before{content:"\e635"}.m-cgg-icon--lock:before{content:"\e636"}.m-cgg-icon--early-payment-fee-waiver:before{content:"\e637"}.m-cgg-icon--boxes-contacless:before{content:"\e638"}.m-cgg-icon--boxes-download:before{content:"\e639"}.m-cgg-icon--close2:before{content:"\e63a"}.m-cgg-icon--boxes-fee-waiver:before{content:"\e63b"}.m-cgg-icon--boxes-gift:before{content:"\e63c"}.m-cgg-icon--boxes-mortgage:before{content:"\e63d"}.m-cgg-icon--boxes-tick:before{content:"\e63e"}.m-cgg-icon--chevron-right:before{content:"\e63f"}.m-cgg-icon--airmile-local-o:before{content:"\e640"}.m-cgg-icon--usp-1-pt:before{content:"\e641"}.m-cgg-icon--clock2:before{content:"\e642"}.m-cgg-icon--amateur-sports:before{content:"\e643"}.m-cgg-icon--nav-home:before{content:"\e644"}.m-cgg-icon--chevron-down:before{content:"\e645"}.m-cgg-icon--chevron-left:before{content:"\e646"}.m-cgg-icon--chevron-up:before{content:"\e647"}.m-cgg-icon--credit-cards:before{content:"\e648"}.m-cgg-icon--health-insurance:before{content:"\e649"}.m-cgg-icon--home-loans:before{content:"\e64a"}.m-cgg-icon--personal-loans:before{content:"\e64b"}.m-cgg-icon--timer:before{content:"\e64c"}.m-cgg-icon--travel-insurance:before{content:"\e64d"}.m-cgg-icon--dental-1:before{content:"\e64e"}.m-cgg-icon--maternity:before{content:"\e64f"}.m-cgg-icon--outpatient:before{content:"\e650"}.m-cgg-icon--surgical:before{content:"\e651"}.m-cgg-icon--high-risk-sports:before{content:"\e652"}.m-cgg-icon--winter-sports:before{content:"\e653"}.m-cgg-icon--bb-plus-tv:before{content:"\e654"}.m-cgg-icon--car-insurance:before{content:"\e655"}.m-cgg-icon--mobile:before{content:"\e656"}.m-cgg-icon--unemployment-benefits:before{content:"\e657"}.m-cgg-icon--china-star:before{content:"\e658"}.m-cgg-icon--bar-FastCashLoan:before{content:"\e659"}.m-cgg-icon--critical-illness:before{content:"\e65a"}.m-cgg-icon--supplemental-major:before{content:"\e65b"}.m-cgg-icon--boxes-early-payment:before{content:"\e65c"}.m-cgg-icon--fast-approval:before{content:"\e65d"}.m-cgg-icon--cc-low-application-o:before{content:"\e65e"}.m-cgg-icon--car-insurance2:before{content:"\e65f"}.m-cgg-icon--usp-1-dk:before{content:"\e660"}.m-cgg-icon--usp-1-en:before{content:"\e661"}.m-cgg-icon--usp-2:before{content:"\e662"}.m-cgg-icon--usp-3:before{content:"\e663"}.m-cgg-icon--currency-cny-o:before{content:"\e664"}.m-cgg-icon--easy-card-o:before{content:"\e665"}.m-cgg-icon--gasoline-o:before{content:"\e666"}.m-cgg-icon--movie-o:before{content:"\e667"}.m-cgg-icon--other-currencies-o:before{content:"\e668"}.m-cgg-icon--currency-twd-o:before{content:"\e669"}.m-cgg-icon--currency-usd-o:before{content:"\e66a"}.m-cgg-icon--easy-card:before{content:"\e66b"}.m-cgg-icon--broadband:before{content:"\e66c"}.m-cgg-icon--close:before{content:"\e66d"}.m-cgg-icon--i-tooltip:before{content:"\e66e"}.m-cgg-icon--search-o:before{content:"\e66f"}.m-cgg-icon--dollar-o:before{content:"\e670"}.m-cgg-icon--star-o:before{content:"\e671"}.m-cgg-icon--warning:before{content:"\e672"}.m-cgg-icon--cookie-icon-simple:before{content:"\e673"}.m-cgg-icon--time-deposit:before{content:"\e674"}.m-cgg-icon--cookie-icon:before{content:"\e675"}.m-cgg-icon--best-deal-2-o:before{content:"\e676"}.m-cgg-icon--premium-2-o:before{content:"\e677"}.m-cgg-icon--specialty-o:before{content:"\e678"}.m-cgg-icon--car-loan:before{content:"\e679"}.m-cgg-icon--fast-cash-loan:before{content:"\e67a"}.m-cgg-icon--star-o2:before{content:"\e67b"}.m-cgg-icon--search-o2:before{content:"\e67c"}.m-cgg-icon--scales-o:before{content:"\e67d"}.m-cgg-icon--dollar-o2:before{content:"\e67e"}.m-cgg-icon--edit:before{content:"\e67f"}.m-cgg-icon--heart:before{content:"\e680"}.m-cgg-icon--usp-1-fi:before{content:"\e681"}.m-cgg-icon--bank:before{content:"\e682"}.m-cgg-icon--coinseur:before{content:"\e683"}.m-cgg-icon--coins:before{content:"\e684"}.m-cgg-icon--cta-arrow:before{content:"\e685"}.m-cgg-icon--cta-arrow-down:before{content:"\e686"}.m-cgg-icon--islamic:before{content:"\e687"}.m-cgg-icon--glc:before{content:"\e688"}.m-cgg-icon--BB_Business:before{content:"\e689"}.m-cgg-icon--BB_Home:before{content:"\e68a"}.m-cgg-icon--BB_HomeTV:before{content:"\e68b"}.m-cgg-icon--BB_Mobile:before{content:"\e68c"}.m-cgg-icon--dollareur-o:before{content:"\e68d"}.m-cgg-icon--flight:before{content:"\e68e"}.m-cgg-icon--multiple-flight:before{content:"\e68f"}.m-cgg-icon--credit-cards-md:before{content:"\e690"}.m-cgg-icon--Zeroannuity:before{content:"\e800"}.m-cgg-icon--Balancetransfer:before{content:"\e801"}.m-cgg-icon--bar-glc:before{content:"\e802"}.m-cgg-icon--bar-islamic:before{content:"\e803"}.m-cgg-icon--bar-Debt:before{content:"\e804"}.m-cgg-icon--bar-lendingCompanies:before{content:"\e805"}.m-cgg-icon--icon-funnel-pt-Residente-Perm:before{content:"\e908"}.m-cgg-icon--discount:before{content:"\e909"}.m-cgg-icon--Student-1:before{content:"\e90a"}.m-cgg-icon--officechair:before{content:"\e90b"}.m-cgg-icon--optical-fiber:before{content:"\e90c"}.m-cgg-icon--wifi:before{content:"\e90d"}.m-cgg-icon--cafe:before{content:"\e90e"}.m-cgg-icon--gym:before{content:"\e90f"}.m-cgg-icon--hotel:before{content:"\e910"}.m-cgg-icon--sport:before{content:"\e911"}.m-cgg-icon--store:before{content:"\e912"}.m-cgg-icon--supermarket:before{content:"\e913"}.m-cgg-icon--requirement:before{content:"\e914"}.m-cgg-icon--no-fee:before{content:"\e915"}.m-cgg-icon--balance-transfer:before{content:"\e916"}.m-cgg-icon--for-personal:before{content:"\e917"}.m-cgg-icon--for-my-business:before{content:"\e918"}.m-cgg-icon--for-new-business:before{content:"\e919"}.m-cgg-icon--money:before{content:"\e91a"}.m-cgg-icon--email:before{content:"\e91b"}.m-cgg-icon--BBFunnel-FiveUsers:before{content:"\e91c"}.m-cgg-icon--BBFunnel-Games:before{content:"\e91d"}.m-cgg-icon--BBFunnel-HomeOut:before{content:"\e91e"}.m-cgg-icon--BBFunnel-Home:before{content:"\e91f"}.m-cgg-icon--BBFunnel-Hour1:before{content:"\e920"}.m-cgg-icon--BBFunnel-Hour2:before{content:"\e921"}.m-cgg-icon--BBFunnel-Hour3:before{content:"\e922"}.m-cgg-icon--BBFunnel-Hour4:before{content:"\e923"}.m-cgg-icon--Retired-1:before{content:"\e924"}.m-cgg-icon--BBFunnel-No:before{content:"\e925"}.m-cgg-icon--BBFunnel-NotSure:before{content:"\e926"}.m-cgg-icon--BBFunne-OneUser:before{content:"\e927"}.m-cgg-icon--BBFunnel-Out:before{content:"\e928"}.m-cgg-icon--BBFunnel-ReadPaper:before{content:"\e929"}.m-cgg-icon--BBFunnel-SixUsers:before{content:"\e92a"}.m-cgg-icon--BBFunnel-ThreeUsers:before{content:"\e92b"}.m-cgg-icon--BBFunnel-Work:before{content:"\e92c"}.m-cgg-icon--BBFunnel-Yes:before{content:"\e92d"}.m-cgg-icon--cta-arrow-left:before{content:"\e92e"}.m-cgg-icon--wifi2:before{content:"\e92f"}.m-cgg-icon--laptop:before{content:"\e930"}.m-cgg-icon--infinity:before{content:"\e931"}.m-cgg-icon--wedding:before{content:"\e932"}.m-cgg-icon--car-car-loan:before{content:"\e933"}.m-cgg-icon--debt-consolidation:before{content:"\e934"}.m-cgg-icon--education:before{content:"\e935"}.m-cgg-icon--couple-with-children:before{content:"\e936"}.m-cgg-icon--couple-without-children:before{content:"\e937"}.m-cgg-icon--electronics:before{content:"\e938"}.m-cgg-icon--homeworks-and-renovation:before{content:"\e939"}.m-cgg-icon--refinancing:before{content:"\e93a"}.m-cgg-icon--relocation:before{content:"\e93b"}.m-cgg-icon--single-with-children:before{content:"\e93c"}.m-cgg-icon--single-without-children:before{content:"\e93d"}.m-cgg-icon--student:before{content:"\e93e"}.m-cgg-icon--holiday:before{content:"\e93f"}.m-cgg-icon--home-decoration:before{content:"\e940"}.m-cgg-icon--investment-purposes:before{content:"\e941"}.m-cgg-icon--medical-bills:before{content:"\e942"}.m-cgg-icon--mortgage-repayments:before{content:"\e943"}.m-cgg-icon--property-purchase:before{content:"\e944"}.m-cgg-icon--tax-payment:before{content:"\e945"}.m-cgg-icon--employed:before{content:"\e946"}.m-cgg-icon--HK-ID-holder:before{content:"\e947"}.m-cgg-icon--HK-PID-holder:before{content:"\e948"}.m-cgg-icon--Non-HK-resident:before{content:"\e949"}.m-cgg-icon--prefer-not-to-say:before{content:"\e94a"}.m-cgg-icon--self-employed:before{content:"\e94b"}.m-cgg-icon--unemployed:before{content:"\e94c"}.m-cgg-icon--something-else:before{content:"\e94d"}.m-cgg-icon--cashback:before{content:"\e94e"}.m-cgg-icon--dining:before{content:"\e94f"}.m-cgg-icon--lock-2:before{content:"\e950"}.m-cgg-icon--nine-dots:before{content:"\e951"}.m-cgg-icon--shopping-rewards:before{content:"\e952"}.m-cgg-icon--premium-privileges:before{content:"\e953"}.m-cgg-icon--travel-insurance2:before{content:"\e954"}.m-cgg-icon--three-stars:before{content:"\e955"}.m-cgg-icon--prepaid:before{content:"\e956"}.m-cgg-icon--cashback-2:before{content:"\e957"}.m-cgg-icon--air-miles:before{content:"\e958"}.m-cgg-icon--call-circle:before{content:"\e959"}.m-cgg-icon--chevron-down-2:before{content:"\e95a"}.m-cgg-icon--chevron-right-circle:before{content:"\e95b"}.m-cgg-icon--chevron-up-2:before{content:"\e95c"}.m-cgg-icon--fixed-contract:before{content:"\e95d"}.m-cgg-icon--indefinite-contract:before{content:"\e95e"}.m-cgg-icon--refine-01:before{content:"\e95f"}.m-cgg-icon--ciab-cross:before{content:"\e960"}.m-cgg-icon--ciab-minus:before{content:"\e961"}.m-cgg-icon--ciab-tick:before{content:"\e963"}.m-cgg-icon--commercial-vehicle:before{content:"\e964"}.m-cgg-icon--couple-with-children2:before{content:"\e965"}.m-cgg-icon--couple-without-children2:before{content:"\e966"}.m-cgg-icon--employed2:before{content:"\e967"}.m-cgg-icon--employee-fixed-contract:before{content:"\e968"}.m-cgg-icon--employee-indefinite-contract:before{content:"\e969"}.m-cgg-icon--expired-policy:before{content:"\e96a"}.m-cgg-icon--id-holder:before{content:"\e96b"}.m-cgg-icon--new-policy:before{content:"\e96c"}.m-cgg-icon--non-hk-resident:before{content:"\e96d"}.m-cgg-icon--personal-vehicle:before{content:"\e96e"}.m-cgg-icon--pid-holder:before{content:"\e96f"}.m-cgg-icon--prefer-not-to-say2:before{content:"\e970"}.m-cgg-icon--renewal-policy:before{content:"\e971"}.m-cgg-icon--single-without-children2:before{content:"\e972"}.m-cgg-icon--self-employed2:before{content:"\e973"}.m-cgg-icon--single-with-children2:before{content:"\e974"}.m-cgg-icon--student2:before{content:"\e975"}.m-cgg-icon--uber-or-grab:before{content:"\e976"}.m-cgg-icon--unemployed2:before{content:"\e977"}.m-cgg-icon--with-aon:before{content:"\e978"}.m-cgg-icon--without-aon:before{content:"\e979"}.m-cgg-icon--filter-panel:before{content:"\e97a"}.m-cgg-icon--giftbox:before{content:"\e97b"}.m-cgg-icon--trophy:before{content:"\e97c"}.m-cgg-icon--online-music:before{content:"\e97d"}.m-cgg-icon--online-video:before{content:"\e97e"}.m-cgg-icon--iphone4:before{content:"\e97f"}.m-cgg-icon--earth-phone:before{content:"\e980"}.m-cgg-icon--phone-wifi:before{content:"\e981"}.m-cgg-icon--BBFunnel-HourInfinite:before{content:"\e982"}.m-cgg-icon--newspaper:before{content:"\e983"}.m-cgg-icon--phone-message:before{content:"\e984"}.m-cgg-icon--full-arrow-down:before{content:"\e985"}.m-cgg-icon--full-arrow-left:before{content:"\e986"}.m-cgg-icon--full-arrow-right:before{content:"\e987"}.m-cgg-icon--full-arrow-up:before{content:"\e988"}.m-cgg-icon--chevron-bottom-circle:before{content:"\e989"}.m-cgg-icon--chevron-top-circle:before{content:"\e98a"}.m-cgg-icon--video-player:before{content:"\e98b"}.m-cgg-icon--music-note:before{content:"\e98c"}.m-cgg-icon--magazine-blocks:before{content:"\e98d"}.m-cgg-icon--hotspot-right:before{content:"\e98e"}.m-cgg-icon--angle-double-up:before{content:"\e98f"}.m-cgg-icon--angle-double-down:before{content:"\e990"}.m-cgg-icon--cl-details:before{content:"\e991"}.m-cgg-icon--cl-new:before{content:"\e992"}.m-cgg-icon--td_AUD:before{content:"\e993"}.m-cgg-icon--td_CNY:before{content:"\e994"}.m-cgg-icon--td_NZD:before{content:"\e995"}.m-cgg-icon--td_OTHER:before{content:"\e996"}.m-cgg-icon--cl-used:before{content:"\e997"}.m-cgg-icon--td_TWD:before{content:"\e998"}.m-cgg-icon--td_USD:before{content:"\e999"}.m-cgg-icon--td_ZAR:before{content:"\e99a"}.m-cgg-icon--gplus:before{content:"\e99c"}.m-cgg-icon--youtube:before{content:"\e99d"}.m-cgg-icon--location:before{content:"\e99e"}.m-cgg-icon--ownhouse:before{content:"\e99f"}.m-cgg-icon--rent-house:before{content:"\e9a0"}.m-cgg-icon--familhouse:before{content:"\e9a1"}.m-cgg-icon--BBFunnel-Movies:before{content:"\e9a2"}.m-cgg-icon--info:before{content:"\e9a4"}.m-cgg-icon--Islamic:before{content:"\e9a5"}.m-cgg-icon--BBFunnel-homeandphone:before{content:"\e9a6"}.m-cgg-icon--BBFunnel-TV:before{content:"\e9a7"}.m-cgg-icon--cell-phone:before{content:"\e9a8"}.m-cgg-icon--icon-cc-home-overall:before{content:"\e9a9"}.m-cgg-icon--icon-cc-home-all:before{content:"\e9aa"}.m-cgg-icon--icon-cc-home-cashback:before{content:"\e9ab"}.m-cgg-icon--icon-cc-home-dining:before{content:"\e9ac"}.m-cgg-icon--icon-cc-home-airmiles:before{content:"\e9ad"}.m-cgg-icon--icon-cc-home-shopping:before{content:"\e9ae"}.m-cgg-icon--icon-cc-home-premium:before{content:"\e9af"}.m-cgg-icon--icon-funnel-pt-Residente-Temp:before{content:"\e9b0"}.m-cgg-icon--icon-funnel-pt-portugues:before{content:"\e9b1"}.m-cgg-icon--icon-funnel-pt-Nao-Residente:before{content:"\e9b2"}.m-cgg-icon--Fuel-Rebate:before{content:"\e9b3"}.m-cgg-icon--Low-interest-rate:before{content:"\e9b4"}.m-cgg-icon--coverage_Integral:before{content:"\e9b5"}.m-cgg-icon--party:before{content:"\e9b6"}.m-cgg-icon--sweet15:before{content:"\e9b7"}.m-cgg-icon--ticket:before{content:"\e9b8"}.m-cgg-icon--Religious:before{content:"\e9b9"}.m-cgg-icon--coverage_amplia:before{content:"\e9ba"}.m-cgg-icon--coverage_limited:before{content:"\e9bb"}.m-cgg-icon--coverage_r-civil:before{content:"\e9bc"}.m-cgg-icon--boat:before{content:"\e9bd"}.m-cgg-icon--caravan:before{content:"\e9be"}.m-cgg-icon--tv-remote:before{content:"\e9bf"}.m-cgg-icon--Phone-Bundle:before{content:"\e9c0"}.m-cgg-icon--PackBundle:before{content:"\e9c1"}.m-cgg-icon--motorcycle:before{content:"\e9c2"}.m-cgg-icon--energy-saving:before{content:"\e9c3"}.m-cgg-icon--contract:before{content:"\e9c4"}.m-cgg-icon--bonus:before{content:"\e9c5"}.m-cgg-icon--autopay:before{content:"\e9c6"}.m-cgg-icon--permanent-contract:before{content:"\e9c7"}.m-cgg-icon--employee:before{content:"\e9c8"}.m-cgg-icon--SIM:before{content:"\e9c9"}.m-cgg-icon--SIM2:before{content:"\e9ca"}.m-cgg-icon--SIM3:before{content:"\e9cb"}.m-cgg-icon--Part-time:before{content:"\e9cc"}.m-cgg-icon--recording:before{content:"\e9cd"}.m-cgg-icon--vod:before{content:"\e9ce"}.m-cgg-icon--multiple-screen:before{content:"\e9cf"}.m-cgg-icon--chat:before{content:"\e9d0"}.m-cgg-icon--china-star-2:before{content:"\e9d1"}.m-cgg-icon--nostar:before{content:"\e9d2"}.m-cgg-icon--onestar:before{content:"\e9d3"}.m-cgg-icon--portugal-phone:before{content:"\e9d4"}.m-cgg-icon--2stars:before{content:"\e9d5"}.m-cgg-icon--3stars:before{content:"\e9d6"}.m-cgg-icon--usage-light:before{content:"\e9d7"}.m-cgg-icon--usage-medium:before{content:"\e9d8"}.m-cgg-icon--Commission:before{content:"\e9d9"}.m-cgg-icon--Housewife:before{content:"\e9da"}.m-cgg-icon--usage-heavy:before{content:"\e9db"}.m-cgg-icon--local-use:before{content:"\e9dc"}.m-cgg-icon--internet-use:before{content:"\e9dd"}.m-cgg-icon--a-flight:before{content:"\e9de"}.m-cgg-icon--multiple-places:before{content:"\e9df"}.m-cgg-icon--family-home:before{content:"\e9e0"}.m-cgg-icon--relatives-home:before{content:"\e9e1"}.m-cgg-icon--myself:before{content:"\e9e2"}.m-cgg-icon--earth:before{content:"\e9e3"}.m-cgg-icon--local-use-filled:before{content:"\e9e4"}.m-cgg-icon--0-2mth-contract:before{content:"\e9e5"}.m-cgg-icon--2-6mth-contract:before{content:"\e9e6"}.m-cgg-icon--6mthplus-contract:before{content:"\e9e7"}.m-cgg-icon--unionpay:before{content:"\e9e8"}.m-cgg-icon--sorting:before{content:"\e9e9"}.m-cgg-icon--PRC:before{content:"\ea29"}
1
+ .modal-backdrop[data-v-25121f42]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background-color:#0006;transition:all .4s ease-in-out}.modal-overlay[data-v-25121f42]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:13}.modal-container[data-v-25121f42]{position:absolute;top:0;left:0;height:100%;background:#ffffff;padding:20px;width:100%;box-sizing:border-box;display:flex;flex-direction:column}@media screen and (min-width: 601px){.modal-container[data-v-25121f42]{top:50%;left:50%;transform:translateY(-50%) translate(-50%);max-width:calc(100% - 60px);max-height:calc(100% - 40px);border-radius:8px;padding:20px 40px;height:auto}}@media screen and (min-width: 1100px){.modal-container[data-v-25121f42]{max-width:1040px}}.modal-container .modal-header[data-v-25121f42]{font-weight:700;font-size:18px;line-height:21px;padding:0 20px 15px 0;border-bottom:1px solid #dedede}@media screen and (min-width: 601px){.modal-container .modal-header[data-v-25121f42]{font-size:24px;line-height:27px}}.modal-container .modal-header[data-v-25121f42]:before,.modal-container .modal-header[data-v-25121f42]:after{content:none}.modal-container .btn-close[data-v-25121f42]{position:absolute;top:20px;right:20px;background:none;border:none;padding:0;outline:0;height:20px;cursor:pointer}@media screen and (min-width: 601px){.modal-container .btn-close[data-v-25121f42]{right:40px}}.modal-container .btn-close span[data-v-25121f42]{display:block;font-size:16px;line-height:20px}.modal-container .btn-close[data-v-25121f42]:focus{outline:0}.modal-container .modal-body[data-v-25121f42]{margin:20px -15px -15px;font-size:15px;line-height:17px;overflow-y:auto;flex-grow:1;height:auto;padding:0 15px 15px}.modal-container .modal-footer[data-v-25121f42]{border-top:1px solid #dedede;padding:15px 0 0;margin-top:15px}.modal-container .modal-footer[data-v-25121f42] .button-container{display:flex;flex-direction:row;justify-content:flex-end;gap:10px}.fade-enter-from[data-v-25121f42],.fade-leave-to[data-v-25121f42]{opacity:0}.fade-enter-to[data-v-25121f42],.fade-leave-from[data-v-25121f42]{opacity:1}.cja-btn[data-v-7003258c]{display:inline-flex;justify-content:center;align-items:center;padding:10px 20px;border-radius:8px;box-shadow:0 4px 20px #0000001a;border:1px solid #dedede;color:#076b9c;background:none;font-weight:700;font-size:16px;line-height:18px;cursor:pointer;transition:all .2s ease-in-out}@media screen and (min-width: 768px){.cja-btn[data-v-7003258c]{padding:15px 20px;font-size:20px;line-height:20px}}.cja-btn[data-v-7003258c]:focus-visible{outline:none}.cja-btn[data-v-7003258c]:hover{box-shadow:none}.cja-btn.full-width[data-v-7003258c]{width:100%}.cja-btn.btn-primary[data-v-7003258c]{background:#076b9c;border:1px solid #076b9c;color:#fff}.cja-btn.btn-primary[data-v-7003258c]:hover{background-color:#065075;border-color:#065075}.cja-btn.btn-primary.btn-orange[data-v-7003258c]{background:#f58423;border-color:#f58423}.cja-btn.btn-primary.btn-orange[data-v-7003258c]:hover{background-color:#ea730b;border-color:#ea730b}.cja-btn.btn-primary.btn-white[data-v-7003258c]{background:#fff;border-color:#fff;color:#0d2745}.cja-btn.btn-primary.btn-white[data-v-7003258c]:hover{background-color:#ebebeb;border-color:#ebebeb}.cja-btn.btn-primary[data-v-7003258c]:disabled{background:#dedede;border:1px solid #dedede;cursor:pointer}.cja-btn.btn-secondary[data-v-7003258c]{border:1px solid #dedede}.cja-btn[data-v-7003258c] [class^=m-cgg-icon--]:last-child{margin-left:5px}.cja-btn[data-v-7003258c] [class^=m-cgg-icon--]:first-child{margin-right:5px}.spinner[data-v-05e96722]{width:80px;height:80px;border:7px solid #b5e187;border-top:7px solid #f3f7ef;border-radius:50%;animation:spin-05e96722 1s infinite;animation-timing-function:linear}@keyframes spin-05e96722{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.input-title[data-v-726a9132]{display:flex;justify-content:space-between;gap:10px;font-size:14px;line-height:18px;font-weight:700;margin-bottom:10px}@media screen and (min-width: 768px){.input-title[data-v-726a9132]{font-size:16px;line-height:20px}}.input-title .tooltip[data-v-726a9132]{font-size:18px;color:#076b9c}@media screen and (min-width: 768px){.input-title .tooltip[data-v-726a9132]{font-size:20px}}.overlay[data-v-93c6b294]{position:fixed;bottom:0;left:0;height:100%;width:100%;z-index:100}@media screen and (min-width: 992px){.overlay[data-v-93c6b294]{background-color:#0009}}.overlay .details-container[data-v-93c6b294]{display:flex;flex-direction:column;position:absolute;top:0;right:0;background-color:#fff;height:100%;transition:all .3s linear}@media screen and (min-width: 992px){.overlay .details-container[data-v-93c6b294]{width:620px}}.overlay .details-container .details-header[data-v-93c6b294]{display:flex;justify-content:space-between;gap:15px;align-items:center;background-color:#fff;padding:15px;box-shadow:0 0 20px #0003}@media screen and (min-width: 992px){.overlay .details-container .details-header[data-v-93c6b294]{padding:20px 50px}}.overlay .details-container .details-header .btn-close[data-v-93c6b294]{display:flex;justify-content:center;align-items:center;margin-left:auto;width:20px;height:20px;font-size:20px;line-height:20px;cursor:pointer}.overlay .details-container .details-body[data-v-93c6b294]{flex-grow:1;position:relative;overflow-y:auto;padding:15px 15px 30px}@media screen and (min-width: 992px){.overlay .details-container .details-body[data-v-93c6b294]{padding:20px 50px 50px}}.overlay .details-container .details-footer[data-v-93c6b294]{padding:15px;box-shadow:0 0 20px #0003}@media screen and (min-width: 992px){.overlay .details-container .details-footer[data-v-93c6b294]{padding:20px 50px}}.details-enter-to .details-container[data-v-93c6b294],.details-leave-from .details-container[data-v-93c6b294]{transform:translateY(0)}@media screen and (min-width: 992px){.details-enter-to .details-container[data-v-93c6b294],.details-leave-from .details-container[data-v-93c6b294]{transform:translate(0)}}.details-enter-from .details-container[data-v-93c6b294],.details-leave-to .details-container[data-v-93c6b294]{transform:translateY(100%)}@media screen and (min-width: 992px){.details-enter-from .details-container[data-v-93c6b294],.details-leave-to .details-container[data-v-93c6b294]{transform:translate(100%)}}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNovaT-Thin.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNovaT-Thin.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Black.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Black.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Regular.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Bold.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Proxima Nova;src:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Extrabld.woff2) format("woff2"),url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/fonts/ProximaNova-Extrabld.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}body{font-family:Proxima Nova,Helvetica Neue,Helvetica,Microsoft JhengHei,Open Sans,Arial,"sans-serif";color:#0d2745}*,*:before,*:after{box-sizing:border-box}.form-group .input-container{position:relative}.form-group .input-container input,.form-group .input-container textarea{outline:none;padding:10px 8px;font-size:15px;line-height:18px;width:100%;border:1px solid #dedede;border-radius:5px;transition:all .1s ease-in}.form-group .input-container input:active,.form-group .input-container input:focus,.form-group .input-container textarea:active,.form-group .input-container textarea:focus{border:1px solid #5fbbff;outline:none}.form-group .input-container input:active+.input-suffix,.form-group .input-container input:focus+.input-suffix,.form-group .input-container textarea:active+.input-suffix,.form-group .input-container textarea:focus+.input-suffix{color:#312f2e}.form-group .input-container textarea{resize:none}.form-group .input-container .input-suffix{position:absolute;top:50%;transform:translateY(-50%);right:8px;line-height:11px;font-size:11px;color:#979290;transition:color .1s ease-in}.form-group .input-container.error input,.form-group .input-container.error textarea{background-color:#ffebeb;border:1px solid #ff533f}.form-group .input-container-radio ul{display:flex;flex-direction:column;gap:15px}.form-group .input-container-radio label{display:flex;flex-direction:row;gap:10px;cursor:pointer}.form-group .input-container-radio label input{display:none}.form-group .input-container-radio label input:checked+.radio-icon{border-color:#77aa43}.form-group .input-container-radio label input:checked+.radio-icon:before{opacity:1}.form-group .input-container-radio label .radio-icon{height:25px;width:25px;border:2px solid #9fabbc;border-radius:50%;transition:all .3s ease-in-out}.form-group .input-container-radio label .radio-icon:before{content:"";display:block;opacity:0;transition:all .3s ease-in-out;width:100%;height:100%;background-color:#77aa43;background-clip:content-box;border:4px solid transparent;border-radius:50%}.form-group .input-container-radio label p{font-size:16px;line-height:25px}.form-group .input-container-checkbox label{display:flex;flex-direction:row;flex-wrap:nowrap;gap:15px;cursor:pointer;margin:0;font-weight:400}.form-group .input-container-checkbox label input{display:none}.form-group .input-container-checkbox label.active .radio-icon{border-color:#77aa43}.form-group .input-container-checkbox label.active .radio-icon:before{opacity:1}.form-group .input-container-checkbox label.active p{color:#77aa43}.form-group .input-container-checkbox label .checkbox-icon{position:relative}.form-group .input-container-checkbox label .checkbox-icon:after{content:"";display:block;width:22px;height:22px;border-radius:3px;border:1px solid #cccbc8;color:#77aa43}.form-group .input-container-checkbox label .checkbox-icon:before{position:absolute;opacity:0;font-size:20px}.form-group .input-container-checkbox label input:checked+.checkbox-icon:before{opacity:1}.form-group .input-container-checkbox label .text-container{font-size:10px;line-height:12px;user-select:none}.form-group .input-container-checkbox label .text-container a{color:inherit;font-weight:700;text-decoration:underline}.form-group .input-container-checkbox label .text-container a:hover{text-decoration:none}.form-group .input-container-select{position:relative}.form-group .input-container-select .close-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:23}.form-group .input-container-select .select-toggle{position:relative;display:flex;justify-content:space-between;gap:10px;background-color:#fff;border:1px solid #dedede;border-radius:5px;cursor:pointer;padding:10px 8px;font-size:15px;line-height:18px;width:100%;transition:border-radius .3s ease-in-out}.form-group .input-container-select .select-toggle .select-display{flex-grow:1;text-overflow:ellipsis;overflow:hidden}.form-group .input-container-select .select-toggle.open{border-radius:5px 5px 0 0}.form-group .input-container-select .select-toggle.open em{transform:rotate(180deg)}.form-group .input-container-select .select-toggle.disabled{opacity:.5;cursor:auto}.form-group .input-container-select .select-toggle em{font-size:12px;line-height:18px;color:#9fabbc;transition:all .3s ease-in-out}.form-group .input-container-select.error .select-toggle{background-color:#ffebeb;border:1px solid #ff533f}.form-group .input-container-select.error em{background-color:#ffebeb}.form-group .input-error{color:#ff533f;font-size:14px;line-height:16px;margin-top:8px}@media screen and (min-width: 768px){.form-group .input-error{font-size:16px;line-height:18px}}.form-group .iti{display:block}.form-group .iti__flag{background-image:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/images/general/flags.png)!important}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.form-group .iti__flag{background-image:url(https://www.comparaja.pt/s3/portugal/comparaja.pt/production/pt/images/general/flags@2x.png)!important}}.select-collapse{position:fixed;z-index:1001;max-height:400px;overflow-y:auto;background-color:#fff;border:1px solid #dedede;transition:all .3s ease-in-out}.select-collapse.position-top{border-top-left-radius:5px;border-top-right-radius:5px;box-shadow:0 -4px 10px #00000026}.select-collapse.position-bottom{border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:0 4px 10px #00000026}.select-collapse .search-filter-container{padding:5px 10px}.select-collapse .search-filter-container input{outline:none;padding:10px 8px;font-size:15px;line-height:18px;width:100%;border:1px solid #dedede;border-radius:5px}.select-collapse .search-filter-container input:active,.select-collapse .search-filter-container input:focus{border:1px solid #5fbbff;outline:none}.select-collapse.slide-fade-enter-from,.select-collapse.slide-fade-leave-to{opacity:0}.select-collapse.slide-fade-enter-to,.select-collapse.slide-fade-leave-from{opacity:1}.select-collapse ul{padding:0;margin:0}.select-collapse ul li{display:flex;align-items:center;transition:all .3s ease-in-out;font-size:14px;line-height:17px;padding:8px 10px;cursor:pointer;user-select:none;overflow-x:hidden}.select-collapse ul li:hover{background-color:#f1f7ee}.select-collapse ul li .checkbox-icon{height:20px;width:20px;border:2px solid #9fabbc;border-radius:3px;transition:all .3s ease-in-out;display:inline-flex;place-items:center;margin-right:10px}.select-collapse ul li .checkbox-icon:before{color:#77aa43;opacity:0}.select-collapse ul li.active .checkbox-icon:before{opacity:1}.tippy-box[data-theme~=light-border]{background:#e6f1f9;border:1px solid #076b9c;color:#076b9c}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:before{border-top-color:#e6f1f9}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:after{border-top-color:#076b9c}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#e6f1f9}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:after{border-bottom-color:#076b9c}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:before{border-left-color:#e6f1f9}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:after{border-left-color:#076b9c}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:before{border-right-color:#e6f1f9}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:after{border-right-color:#076b9c}@font-face{font-family:CGG-icomoon;src:url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.eot?cjnnpy);src:url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.eot?cjnnpy#iefix) format("embedded-opentype"),url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.ttf?cjnnpy) format("truetype"),url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.woff?cjnnpy) format("woff"),url(https://www.comparaja.pt/s3/widgets/release-v3.76/iconia/fonts/CGG-icomoon.svg?cjnnpy#CGG-icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=m-cgg-icon--],[class*=" m-cgg-icon--"]{font-family:CGG-icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.m-cgg-icon--affiliates-add:before{content:"\e900"}.m-cgg-icon--affiliates-dashboard:before{content:"\ea2a"}.m-cgg-icon--affiliates-home:before{content:"\ea2b"}.m-cgg-icon--affiliates-settings:before{content:"\ea2c"}.m-cgg-icon--tiktok:before{content:"\ea27";color:#076b9c}.m-cgg-icon--list-mode:before{content:"\ea22"}.m-cgg-icon--grid-mode:before{content:"\ea21"}.m-cgg-icon--swap:before{content:"\ea20"}.m-cgg-icon--cja-cashback:before{content:"\ea1c"}.m-cgg-icon--no-money:before{content:"\ea1e"}.m-cgg-icon--plane:before{content:"\ea1f"}.m-cgg-icon--time:before{content:"\ea1d"}.m-cgg-icon--filtros:before{content:"\ea1a"}.m-cgg-icon--ordenacao:before{content:"\ea1b"}.m-cgg-icon--gears:before{content:"\ea19"}.m-cgg-icon--telemovel:before{content:"\ea09"}.m-cgg-icon--dual:before{content:"\e9ef"}.m-cgg-icon--callcenter:before{content:"\e9f5"}.m-cgg-icon--notes:before{content:"\e9f6"}.m-cgg-icon--pig:before{content:"\e9f7"}.m-cgg-icon--cja-email:before{content:"\ea18"}.m-cgg-icon--linkedin-square:before{content:"\ea13"}.m-cgg-icon--instagram-square:before{content:"\ea14"}.m-cgg-icon--facebook-circle:before{content:"\ea15"}.m-cgg-icon--pin:before{content:"\ea16"}.m-cgg-icon--younited-favicon .path1:before{content:"\ea11";color:#515f75}.m-cgg-icon--younited-favicon .path2:before{content:"\ea12";margin-left:-.89453125em;color:#fd4e00}.m-cgg-icon--star-line:before{content:"\ea0b"}.m-cgg-icon--moedas:before{content:"\ea0c"}.m-cgg-icon--speed:before{content:"\ea0d"}.m-cgg-icon--trouphy:before{content:"\ea0e"}.m-cgg-icon--comparaja .path1:before{content:"\ea0f";color:#076b9c}.m-cgg-icon--comparaja .path2:before{content:"\ea10";margin-left:-1em;color:#77aa43}.m-cgg-icon--netmovel:before{content:"\ea03"}.m-cgg-icon--pin-morada:before{content:"\ea07"}.m-cgg-icon--net:before{content:"\ea04"}.m-cgg-icon--online:before{content:"\ea05"}.m-cgg-icon--telefone:before{content:"\ea06"}.m-cgg-icon--telefone-linha:before{content:"\ea08"}.m-cgg-icon--tv:before{content:"\ea0a"}.m-cgg-icon--prazo-icon:before{content:"\ea00"}.m-cgg-icon--montante-icon:before{content:"\ea01"}.m-cgg-icon--casa-icon:before{content:"\ea02"}.m-cgg-icon--attention:before{content:"\e9fd"}.m-cgg-icon--diamond:before{content:"\e9fe"}.m-cgg-icon--edit1:before{content:"\e9ff"}.m-cgg-icon--checkmark:before{content:"\e9f8"}.m-cgg-icon--carteira:before{content:"\e9f9"}.m-cgg-icon--documentos:before{content:"\e9fa"}.m-cgg-icon--tabela:before{content:"\e9fb"}.m-cgg-icon--user:before{content:"\e9fc"}.m-cgg-icon--twitter:before{content:"\e009";color:#076b9c}.m-cgg-icon--fb:before{content:"\e962";color:#076b9c}.m-cgg-icon--linkedin:before{content:"\e99b";color:#076b9c}.m-cgg-icon--instagram:before{content:"\e9a3";color:#076b9c}.m-cgg-icon--copy:before{content:"\ea2d"}.m-cgg-icon--whatsapp:before{content:"\ea28"}.m-cgg-icon--dashboard:before{content:"\ea23"}.m-cgg-icon--item-list:before{content:"\ea25"}.m-cgg-icon--upload-cloud:before{content:"\ea26"}.m-cgg-icon--rounded-arrow:before{content:"\ea17"}.m-cgg-icon--cross-cja:before{content:"\e9f3"}.m-cgg-icon--check-cja:before{content:"\e9f2"}.m-cgg-icon--trash:before{content:"\e9f4"}.m-cgg-icon--upload:before{content:"\e9f1"}.m-cgg-icon--total:before{content:"\e9f0"}.m-cgg-icon--gas:before{content:"\e9ea"}.m-cgg-icon--tarifasimples:before{content:"\e9eb"}.m-cgg-icon--electricity:before{content:"\e9ec"}.m-cgg-icon--greenenergy:before{content:"\e9ed"}.m-cgg-icon--bi-horaria:before{content:"\e9ee"}.m-cgg-icon--onlinebanking:before{content:"\e901"}.m-cgg-icon--otc:before{content:"\e902"}.m-cgg-icon--paymentcentre:before{content:"\e903"}.m-cgg-icon--paypal:before{content:"\e904"}.m-cgg-icon--cheque:before{content:"\e905"}.m-cgg-icon--creditcard:before{content:"\e906"}.m-cgg-icon--notification:before{content:"\e907"}.m-cgg-icon--cat-right:before{content:"\e002"}.m-cgg-icon--arrow-back:before{content:"\e003"}.m-cgg-icon--load:before{content:"\e004"}.m-cgg-icon--arrow-top:before{content:"\e005"}.m-cgg-icon--arrow-bottom:before{content:"\e006"}.m-cgg-icon--open-quote:before{content:"\e007"}.m-cgg-icon--arrow-next:before{content:"\e008"}.m-cgg-icon--uniE00A:before{content:"\e00a"}.m-cgg-icon--clock:before{content:"\e00b"}.m-cgg-icon--check2:before{content:"\e015"}.m-cgg-icon--cross2:before{content:"\e016"}.m-cgg-icon--no:before{content:"\e017"}.m-cgg-icon--tlist:before{content:"\e020"}.m-cgg-icon--ci-car2:before{content:"\e021"}.m-cgg-icon--ci-user:before{content:"\e022"}.m-cgg-icon--ci-details:before{content:"\e023"}.m-cgg-icon--tlist-small:before{content:"\e024"}.m-cgg-icon--tlist-small-vertical:before{content:"\e025"}.m-cgg-icon--tlist-grid:before{content:"\e026"}.m-cgg-icon--paper-plane:before{content:"\e027"}.m-cgg-icon--popular:before{content:"\e028"}.m-cgg-icon--exclusive:before{content:"\e029"}.m-cgg-icon--price-tag:before{content:"\e02a"}.m-cgg-icon--return:before{content:"\e030"}.m-cgg-icon--libris-usp1:before{content:"\e100"}.m-cgg-icon--libris-usp2:before{content:"\e101"}.m-cgg-icon--libris-usp3:before{content:"\e102"}.m-cgg-icon--libris-details:before{content:"\e103"}.m-cgg-icon--libris-search:before{content:"\e104"}.m-cgg-icon--libris-bestoption:before{content:"\e105"}.m-cgg-icon--ci-car:before{content:"\e106"}.m-cgg-icon--ci-driver:before{content:"\e107"}.m-cgg-icon--ci-compare:before{content:"\e108"}.m-cgg-icon--faq:before{content:"\e109"}.m-cgg-icon--tips:before{content:"\e110"}.m-cgg-icon--need-help:before{content:"\e111"}.m-cgg-icon--tipseur:before{content:"\e112"}.m-cgg-icon--guide-ci:before{content:"\e200"}.m-cgg-icon--guide-cc:before{content:"\e201"}.m-cgg-icon--guide-mobile:before{content:"\e202"}.m-cgg-icon--guide-pl:before{content:"\e203"}.m-cgg-icon--guide-ti:before{content:"\e204"}.m-cgg-icon--guide-mi:before{content:"\e205"}.m-cgg-icon--guide-broadband:before{content:"\e206"}.m-cgg-icon--guide-mortgage:before{content:"\e207"}.m-cgg-icon--list:before{content:"\e600"}.m-cgg-icon--arrow-up:before{content:"\e601"}.m-cgg-icon--arrow-left:before{content:"\e602"}.m-cgg-icon--arrow-down:before{content:"\e603"}.m-cgg-icon--arrow-right:before{content:"\e604"}.m-cgg-icon--home:before{content:"\e605"}.m-cgg-icon--cross:before{content:"\e606"}.m-cgg-icon--signal:before{content:"\e607"}.m-cgg-icon--gift:before{content:"\e608"}.m-cgg-icon--hand:before{content:"\e609"}.m-cgg-icon--phone:before{content:"\e60a"}.m-cgg-icon--caret-right:before{content:"\e60b"}.m-cgg-icon--caret-left:before{content:"\e60c"}.m-cgg-icon--caret-up:before{content:"\e60d"}.m-cgg-icon--caret-down:before{content:"\e60e"}.m-cgg-icon--help:before{content:"\e60f"}.m-cgg-icon--phone-invert:before{content:"\e610"}.m-cgg-icon--star:before{content:"\e611"}.m-cgg-icon--check:before{content:"\e612"}.m-cgg-icon--plus:before{content:"\e613"}.m-cgg-icon--airmiles-o:before{content:"\e614"}.m-cgg-icon--best-deal-1-o:before{content:"\e615"}.m-cgg-icon--cashback-o:before{content:"\e616"}.m-cgg-icon--bar-contactless-payment-o:before{content:"\e617"}.m-cgg-icon--bar-Creditline:before{content:"\e618"}.m-cgg-icon--all-o:before{content:"\e619"}.m-cgg-icon--usp-1-id:before{content:"\e61a"}.m-cgg-icon--bar-deposit-o:before{content:"\e61b"}.m-cgg-icon--dining-o:before{content:"\e61c"}.m-cgg-icon--online-shopping-o:before{content:"\e61d"}.m-cgg-icon--bar-Instalment:before{content:"\e61e"}.m-cgg-icon--bar-Tax:before{content:"\e61f"}.m-cgg-icon--calendar-empty:before{content:"\e620"}.m-cgg-icon--calendar-full:before{content:"\e621"}.m-cgg-icon--couple:before{content:"\e622"}.m-cgg-icon--dental-2:before{content:"\e623"}.m-cgg-icon--premium-1-o:before{content:"\e624"}.m-cgg-icon--existing-history:before{content:"\e625"}.m-cgg-icon--eye:before{content:"\e626"}.m-cgg-icon--single-flight:before{content:"\e627"}.m-cgg-icon--group:before{content:"\e628"}.m-cgg-icon--inpatient:before{content:"\e629"}.m-cgg-icon--just-me:before{content:"\e62a"}.m-cgg-icon--maternity-o2:before{content:"\e62b"}.m-cgg-icon--me-and-kids:before{content:"\e62c"}.m-cgg-icon--my-family:before{content:"\e62e"}.m-cgg-icon--outpatient2:before{content:"\e62f"}.m-cgg-icon--private-room:before{content:"\e630"}.m-cgg-icon--sport2:before{content:"\e631"}.m-cgg-icon--doctor:before{content:"\e632"}.m-cgg-icon--cag-gift:before{content:"\e633"}.m-cgg-icon--fee-waiver:before{content:"\e634"}.m-cgg-icon--contactless-payment:before{content:"\e635"}.m-cgg-icon--lock:before{content:"\e636"}.m-cgg-icon--early-payment-fee-waiver:before{content:"\e637"}.m-cgg-icon--boxes-contacless:before{content:"\e638"}.m-cgg-icon--boxes-download:before{content:"\e639"}.m-cgg-icon--close2:before{content:"\e63a"}.m-cgg-icon--boxes-fee-waiver:before{content:"\e63b"}.m-cgg-icon--boxes-gift:before{content:"\e63c"}.m-cgg-icon--boxes-mortgage:before{content:"\e63d"}.m-cgg-icon--boxes-tick:before{content:"\e63e"}.m-cgg-icon--chevron-right:before{content:"\e63f"}.m-cgg-icon--airmile-local-o:before{content:"\e640"}.m-cgg-icon--usp-1-pt:before{content:"\e641"}.m-cgg-icon--clock2:before{content:"\e642"}.m-cgg-icon--amateur-sports:before{content:"\e643"}.m-cgg-icon--nav-home:before{content:"\e644"}.m-cgg-icon--chevron-down:before{content:"\e645"}.m-cgg-icon--chevron-left:before{content:"\e646"}.m-cgg-icon--chevron-up:before{content:"\e647"}.m-cgg-icon--credit-cards:before{content:"\e648"}.m-cgg-icon--health-insurance:before{content:"\e649"}.m-cgg-icon--home-loans:before{content:"\e64a"}.m-cgg-icon--personal-loans:before{content:"\e64b"}.m-cgg-icon--timer:before{content:"\e64c"}.m-cgg-icon--travel-insurance:before{content:"\e64d"}.m-cgg-icon--dental-1:before{content:"\e64e"}.m-cgg-icon--maternity:before{content:"\e64f"}.m-cgg-icon--outpatient:before{content:"\e650"}.m-cgg-icon--surgical:before{content:"\e651"}.m-cgg-icon--high-risk-sports:before{content:"\e652"}.m-cgg-icon--winter-sports:before{content:"\e653"}.m-cgg-icon--bb-plus-tv:before{content:"\e654"}.m-cgg-icon--car-insurance:before{content:"\e655"}.m-cgg-icon--mobile:before{content:"\e656"}.m-cgg-icon--unemployment-benefits:before{content:"\e657"}.m-cgg-icon--china-star:before{content:"\e658"}.m-cgg-icon--bar-FastCashLoan:before{content:"\e659"}.m-cgg-icon--critical-illness:before{content:"\e65a"}.m-cgg-icon--supplemental-major:before{content:"\e65b"}.m-cgg-icon--boxes-early-payment:before{content:"\e65c"}.m-cgg-icon--fast-approval:before{content:"\e65d"}.m-cgg-icon--cc-low-application-o:before{content:"\e65e"}.m-cgg-icon--car-insurance2:before{content:"\e65f"}.m-cgg-icon--usp-1-dk:before{content:"\e660"}.m-cgg-icon--usp-1-en:before{content:"\e661"}.m-cgg-icon--usp-2:before{content:"\e662"}.m-cgg-icon--usp-3:before{content:"\e663"}.m-cgg-icon--currency-cny-o:before{content:"\e664"}.m-cgg-icon--easy-card-o:before{content:"\e665"}.m-cgg-icon--gasoline-o:before{content:"\e666"}.m-cgg-icon--movie-o:before{content:"\e667"}.m-cgg-icon--other-currencies-o:before{content:"\e668"}.m-cgg-icon--currency-twd-o:before{content:"\e669"}.m-cgg-icon--currency-usd-o:before{content:"\e66a"}.m-cgg-icon--easy-card:before{content:"\e66b"}.m-cgg-icon--broadband:before{content:"\e66c"}.m-cgg-icon--close:before{content:"\e66d"}.m-cgg-icon--i-tooltip:before{content:"\e66e"}.m-cgg-icon--search-o:before{content:"\e66f"}.m-cgg-icon--dollar-o:before{content:"\e670"}.m-cgg-icon--star-o:before{content:"\e671"}.m-cgg-icon--warning:before{content:"\e672"}.m-cgg-icon--cookie-icon-simple:before{content:"\e673"}.m-cgg-icon--time-deposit:before{content:"\e674"}.m-cgg-icon--cookie-icon:before{content:"\e675"}.m-cgg-icon--best-deal-2-o:before{content:"\e676"}.m-cgg-icon--premium-2-o:before{content:"\e677"}.m-cgg-icon--specialty-o:before{content:"\e678"}.m-cgg-icon--car-loan:before{content:"\e679"}.m-cgg-icon--fast-cash-loan:before{content:"\e67a"}.m-cgg-icon--star-o2:before{content:"\e67b"}.m-cgg-icon--search-o2:before{content:"\e67c"}.m-cgg-icon--scales-o:before{content:"\e67d"}.m-cgg-icon--dollar-o2:before{content:"\e67e"}.m-cgg-icon--edit:before{content:"\e67f"}.m-cgg-icon--heart:before{content:"\e680"}.m-cgg-icon--usp-1-fi:before{content:"\e681"}.m-cgg-icon--bank:before{content:"\e682"}.m-cgg-icon--coinseur:before{content:"\e683"}.m-cgg-icon--coins:before{content:"\e684"}.m-cgg-icon--cta-arrow:before{content:"\e685"}.m-cgg-icon--cta-arrow-down:before{content:"\e686"}.m-cgg-icon--islamic:before{content:"\e687"}.m-cgg-icon--glc:before{content:"\e688"}.m-cgg-icon--BB_Business:before{content:"\e689"}.m-cgg-icon--BB_Home:before{content:"\e68a"}.m-cgg-icon--BB_HomeTV:before{content:"\e68b"}.m-cgg-icon--BB_Mobile:before{content:"\e68c"}.m-cgg-icon--dollareur-o:before{content:"\e68d"}.m-cgg-icon--flight:before{content:"\e68e"}.m-cgg-icon--multiple-flight:before{content:"\e68f"}.m-cgg-icon--credit-cards-md:before{content:"\e690"}.m-cgg-icon--Zeroannuity:before{content:"\e800"}.m-cgg-icon--Balancetransfer:before{content:"\e801"}.m-cgg-icon--bar-glc:before{content:"\e802"}.m-cgg-icon--bar-islamic:before{content:"\e803"}.m-cgg-icon--bar-Debt:before{content:"\e804"}.m-cgg-icon--bar-lendingCompanies:before{content:"\e805"}.m-cgg-icon--icon-funnel-pt-Residente-Perm:before{content:"\e908"}.m-cgg-icon--discount:before{content:"\e909"}.m-cgg-icon--Student-1:before{content:"\e90a"}.m-cgg-icon--officechair:before{content:"\e90b"}.m-cgg-icon--optical-fiber:before{content:"\e90c"}.m-cgg-icon--wifi:before{content:"\e90d"}.m-cgg-icon--cafe:before{content:"\e90e"}.m-cgg-icon--gym:before{content:"\e90f"}.m-cgg-icon--hotel:before{content:"\e910"}.m-cgg-icon--sport:before{content:"\e911"}.m-cgg-icon--store:before{content:"\e912"}.m-cgg-icon--supermarket:before{content:"\e913"}.m-cgg-icon--requirement:before{content:"\e914"}.m-cgg-icon--no-fee:before{content:"\e915"}.m-cgg-icon--balance-transfer:before{content:"\e916"}.m-cgg-icon--for-personal:before{content:"\e917"}.m-cgg-icon--for-my-business:before{content:"\e918"}.m-cgg-icon--for-new-business:before{content:"\e919"}.m-cgg-icon--money:before{content:"\e91a"}.m-cgg-icon--email:before{content:"\e91b"}.m-cgg-icon--BBFunnel-FiveUsers:before{content:"\e91c"}.m-cgg-icon--BBFunnel-Games:before{content:"\e91d"}.m-cgg-icon--BBFunnel-HomeOut:before{content:"\e91e"}.m-cgg-icon--BBFunnel-Home:before{content:"\e91f"}.m-cgg-icon--BBFunnel-Hour1:before{content:"\e920"}.m-cgg-icon--BBFunnel-Hour2:before{content:"\e921"}.m-cgg-icon--BBFunnel-Hour3:before{content:"\e922"}.m-cgg-icon--BBFunnel-Hour4:before{content:"\e923"}.m-cgg-icon--Retired-1:before{content:"\e924"}.m-cgg-icon--BBFunnel-No:before{content:"\e925"}.m-cgg-icon--BBFunnel-NotSure:before{content:"\e926"}.m-cgg-icon--BBFunne-OneUser:before{content:"\e927"}.m-cgg-icon--BBFunnel-Out:before{content:"\e928"}.m-cgg-icon--BBFunnel-ReadPaper:before{content:"\e929"}.m-cgg-icon--BBFunnel-SixUsers:before{content:"\e92a"}.m-cgg-icon--BBFunnel-ThreeUsers:before{content:"\e92b"}.m-cgg-icon--BBFunnel-Work:before{content:"\e92c"}.m-cgg-icon--BBFunnel-Yes:before{content:"\e92d"}.m-cgg-icon--cta-arrow-left:before{content:"\e92e"}.m-cgg-icon--wifi2:before{content:"\e92f"}.m-cgg-icon--laptop:before{content:"\e930"}.m-cgg-icon--infinity:before{content:"\e931"}.m-cgg-icon--wedding:before{content:"\e932"}.m-cgg-icon--car-car-loan:before{content:"\e933"}.m-cgg-icon--debt-consolidation:before{content:"\e934"}.m-cgg-icon--education:before{content:"\e935"}.m-cgg-icon--couple-with-children:before{content:"\e936"}.m-cgg-icon--couple-without-children:before{content:"\e937"}.m-cgg-icon--electronics:before{content:"\e938"}.m-cgg-icon--homeworks-and-renovation:before{content:"\e939"}.m-cgg-icon--refinancing:before{content:"\e93a"}.m-cgg-icon--relocation:before{content:"\e93b"}.m-cgg-icon--single-with-children:before{content:"\e93c"}.m-cgg-icon--single-without-children:before{content:"\e93d"}.m-cgg-icon--student:before{content:"\e93e"}.m-cgg-icon--holiday:before{content:"\e93f"}.m-cgg-icon--home-decoration:before{content:"\e940"}.m-cgg-icon--investment-purposes:before{content:"\e941"}.m-cgg-icon--medical-bills:before{content:"\e942"}.m-cgg-icon--mortgage-repayments:before{content:"\e943"}.m-cgg-icon--property-purchase:before{content:"\e944"}.m-cgg-icon--tax-payment:before{content:"\e945"}.m-cgg-icon--employed:before{content:"\e946"}.m-cgg-icon--HK-ID-holder:before{content:"\e947"}.m-cgg-icon--HK-PID-holder:before{content:"\e948"}.m-cgg-icon--Non-HK-resident:before{content:"\e949"}.m-cgg-icon--prefer-not-to-say:before{content:"\e94a"}.m-cgg-icon--self-employed:before{content:"\e94b"}.m-cgg-icon--unemployed:before{content:"\e94c"}.m-cgg-icon--something-else:before{content:"\e94d"}.m-cgg-icon--cashback:before{content:"\e94e"}.m-cgg-icon--dining:before{content:"\e94f"}.m-cgg-icon--lock-2:before{content:"\e950"}.m-cgg-icon--nine-dots:before{content:"\e951"}.m-cgg-icon--shopping-rewards:before{content:"\e952"}.m-cgg-icon--premium-privileges:before{content:"\e953"}.m-cgg-icon--travel-insurance2:before{content:"\e954"}.m-cgg-icon--three-stars:before{content:"\e955"}.m-cgg-icon--prepaid:before{content:"\e956"}.m-cgg-icon--cashback-2:before{content:"\e957"}.m-cgg-icon--air-miles:before{content:"\e958"}.m-cgg-icon--call-circle:before{content:"\e959"}.m-cgg-icon--chevron-down-2:before{content:"\e95a"}.m-cgg-icon--chevron-right-circle:before{content:"\e95b"}.m-cgg-icon--chevron-up-2:before{content:"\e95c"}.m-cgg-icon--fixed-contract:before{content:"\e95d"}.m-cgg-icon--indefinite-contract:before{content:"\e95e"}.m-cgg-icon--refine-01:before{content:"\e95f"}.m-cgg-icon--ciab-cross:before{content:"\e960"}.m-cgg-icon--ciab-minus:before{content:"\e961"}.m-cgg-icon--ciab-tick:before{content:"\e963"}.m-cgg-icon--commercial-vehicle:before{content:"\e964"}.m-cgg-icon--couple-with-children2:before{content:"\e965"}.m-cgg-icon--couple-without-children2:before{content:"\e966"}.m-cgg-icon--employed2:before{content:"\e967"}.m-cgg-icon--employee-fixed-contract:before{content:"\e968"}.m-cgg-icon--employee-indefinite-contract:before{content:"\e969"}.m-cgg-icon--expired-policy:before{content:"\e96a"}.m-cgg-icon--id-holder:before{content:"\e96b"}.m-cgg-icon--new-policy:before{content:"\e96c"}.m-cgg-icon--non-hk-resident:before{content:"\e96d"}.m-cgg-icon--personal-vehicle:before{content:"\e96e"}.m-cgg-icon--pid-holder:before{content:"\e96f"}.m-cgg-icon--prefer-not-to-say2:before{content:"\e970"}.m-cgg-icon--renewal-policy:before{content:"\e971"}.m-cgg-icon--single-without-children2:before{content:"\e972"}.m-cgg-icon--self-employed2:before{content:"\e973"}.m-cgg-icon--single-with-children2:before{content:"\e974"}.m-cgg-icon--student2:before{content:"\e975"}.m-cgg-icon--uber-or-grab:before{content:"\e976"}.m-cgg-icon--unemployed2:before{content:"\e977"}.m-cgg-icon--with-aon:before{content:"\e978"}.m-cgg-icon--without-aon:before{content:"\e979"}.m-cgg-icon--filter-panel:before{content:"\e97a"}.m-cgg-icon--giftbox:before{content:"\e97b"}.m-cgg-icon--trophy:before{content:"\e97c"}.m-cgg-icon--online-music:before{content:"\e97d"}.m-cgg-icon--online-video:before{content:"\e97e"}.m-cgg-icon--iphone4:before{content:"\e97f"}.m-cgg-icon--earth-phone:before{content:"\e980"}.m-cgg-icon--phone-wifi:before{content:"\e981"}.m-cgg-icon--BBFunnel-HourInfinite:before{content:"\e982"}.m-cgg-icon--newspaper:before{content:"\e983"}.m-cgg-icon--phone-message:before{content:"\e984"}.m-cgg-icon--full-arrow-down:before{content:"\e985"}.m-cgg-icon--full-arrow-left:before{content:"\e986"}.m-cgg-icon--full-arrow-right:before{content:"\e987"}.m-cgg-icon--full-arrow-up:before{content:"\e988"}.m-cgg-icon--chevron-bottom-circle:before{content:"\e989"}.m-cgg-icon--chevron-top-circle:before{content:"\e98a"}.m-cgg-icon--video-player:before{content:"\e98b"}.m-cgg-icon--music-note:before{content:"\e98c"}.m-cgg-icon--magazine-blocks:before{content:"\e98d"}.m-cgg-icon--hotspot-right:before{content:"\e98e"}.m-cgg-icon--angle-double-up:before{content:"\e98f"}.m-cgg-icon--angle-double-down:before{content:"\e990"}.m-cgg-icon--cl-details:before{content:"\e991"}.m-cgg-icon--cl-new:before{content:"\e992"}.m-cgg-icon--td_AUD:before{content:"\e993"}.m-cgg-icon--td_CNY:before{content:"\e994"}.m-cgg-icon--td_NZD:before{content:"\e995"}.m-cgg-icon--td_OTHER:before{content:"\e996"}.m-cgg-icon--cl-used:before{content:"\e997"}.m-cgg-icon--td_TWD:before{content:"\e998"}.m-cgg-icon--td_USD:before{content:"\e999"}.m-cgg-icon--td_ZAR:before{content:"\e99a"}.m-cgg-icon--gplus:before{content:"\e99c"}.m-cgg-icon--youtube:before{content:"\e99d"}.m-cgg-icon--location:before{content:"\e99e"}.m-cgg-icon--ownhouse:before{content:"\e99f"}.m-cgg-icon--rent-house:before{content:"\e9a0"}.m-cgg-icon--familhouse:before{content:"\e9a1"}.m-cgg-icon--BBFunnel-Movies:before{content:"\e9a2"}.m-cgg-icon--info:before{content:"\e9a4"}.m-cgg-icon--Islamic:before{content:"\e9a5"}.m-cgg-icon--BBFunnel-homeandphone:before{content:"\e9a6"}.m-cgg-icon--BBFunnel-TV:before{content:"\e9a7"}.m-cgg-icon--cell-phone:before{content:"\e9a8"}.m-cgg-icon--icon-cc-home-overall:before{content:"\e9a9"}.m-cgg-icon--icon-cc-home-all:before{content:"\e9aa"}.m-cgg-icon--icon-cc-home-cashback:before{content:"\e9ab"}.m-cgg-icon--icon-cc-home-dining:before{content:"\e9ac"}.m-cgg-icon--icon-cc-home-airmiles:before{content:"\e9ad"}.m-cgg-icon--icon-cc-home-shopping:before{content:"\e9ae"}.m-cgg-icon--icon-cc-home-premium:before{content:"\e9af"}.m-cgg-icon--icon-funnel-pt-Residente-Temp:before{content:"\e9b0"}.m-cgg-icon--icon-funnel-pt-portugues:before{content:"\e9b1"}.m-cgg-icon--icon-funnel-pt-Nao-Residente:before{content:"\e9b2"}.m-cgg-icon--Fuel-Rebate:before{content:"\e9b3"}.m-cgg-icon--Low-interest-rate:before{content:"\e9b4"}.m-cgg-icon--coverage_Integral:before{content:"\e9b5"}.m-cgg-icon--party:before{content:"\e9b6"}.m-cgg-icon--sweet15:before{content:"\e9b7"}.m-cgg-icon--ticket:before{content:"\e9b8"}.m-cgg-icon--Religious:before{content:"\e9b9"}.m-cgg-icon--coverage_amplia:before{content:"\e9ba"}.m-cgg-icon--coverage_limited:before{content:"\e9bb"}.m-cgg-icon--coverage_r-civil:before{content:"\e9bc"}.m-cgg-icon--boat:before{content:"\e9bd"}.m-cgg-icon--caravan:before{content:"\e9be"}.m-cgg-icon--tv-remote:before{content:"\e9bf"}.m-cgg-icon--Phone-Bundle:before{content:"\e9c0"}.m-cgg-icon--PackBundle:before{content:"\e9c1"}.m-cgg-icon--motorcycle:before{content:"\e9c2"}.m-cgg-icon--energy-saving:before{content:"\e9c3"}.m-cgg-icon--contract:before{content:"\e9c4"}.m-cgg-icon--bonus:before{content:"\e9c5"}.m-cgg-icon--autopay:before{content:"\e9c6"}.m-cgg-icon--permanent-contract:before{content:"\e9c7"}.m-cgg-icon--employee:before{content:"\e9c8"}.m-cgg-icon--SIM:before{content:"\e9c9"}.m-cgg-icon--SIM2:before{content:"\e9ca"}.m-cgg-icon--SIM3:before{content:"\e9cb"}.m-cgg-icon--Part-time:before{content:"\e9cc"}.m-cgg-icon--recording:before{content:"\e9cd"}.m-cgg-icon--vod:before{content:"\e9ce"}.m-cgg-icon--multiple-screen:before{content:"\e9cf"}.m-cgg-icon--chat:before{content:"\e9d0"}.m-cgg-icon--china-star-2:before{content:"\e9d1"}.m-cgg-icon--nostar:before{content:"\e9d2"}.m-cgg-icon--onestar:before{content:"\e9d3"}.m-cgg-icon--portugal-phone:before{content:"\e9d4"}.m-cgg-icon--2stars:before{content:"\e9d5"}.m-cgg-icon--3stars:before{content:"\e9d6"}.m-cgg-icon--usage-light:before{content:"\e9d7"}.m-cgg-icon--usage-medium:before{content:"\e9d8"}.m-cgg-icon--Commission:before{content:"\e9d9"}.m-cgg-icon--Housewife:before{content:"\e9da"}.m-cgg-icon--usage-heavy:before{content:"\e9db"}.m-cgg-icon--local-use:before{content:"\e9dc"}.m-cgg-icon--internet-use:before{content:"\e9dd"}.m-cgg-icon--a-flight:before{content:"\e9de"}.m-cgg-icon--multiple-places:before{content:"\e9df"}.m-cgg-icon--family-home:before{content:"\e9e0"}.m-cgg-icon--relatives-home:before{content:"\e9e1"}.m-cgg-icon--myself:before{content:"\e9e2"}.m-cgg-icon--earth:before{content:"\e9e3"}.m-cgg-icon--local-use-filled:before{content:"\e9e4"}.m-cgg-icon--0-2mth-contract:before{content:"\e9e5"}.m-cgg-icon--2-6mth-contract:before{content:"\e9e6"}.m-cgg-icon--6mthplus-contract:before{content:"\e9e7"}.m-cgg-icon--unionpay:before{content:"\e9e8"}.m-cgg-icon--sorting:before{content:"\e9e9"}.m-cgg-icon--PRC:before{content:"\ea29"}
@@ -0,0 +1,17 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ title: string;
3
+ tooltip?: string | undefined;
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ title: string;
6
+ tooltip?: string | undefined;
7
+ }>>>, {}>;
8
+ export default _default;
9
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
+ type __VLS_TypePropsToRuntimeProps<T> = {
11
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
12
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
13
+ } : {
14
+ type: import('vue').PropType<T[K]>;
15
+ required: true;
16
+ };
17
+ };
@@ -1,62 +1,59 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- placeholder: {
3
- type: StringConstructor;
4
- default: string;
5
- };
6
- title: {
7
- type: StringConstructor;
8
- required: true;
9
- };
10
- modelValue: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- phoneCountryCode: {
15
- type: StringConstructor;
16
- default: string;
17
- };
18
- errorDisplay: {
19
- type: BooleanConstructor;
20
- default: boolean;
21
- };
22
- validation: ObjectConstructor;
23
- autocomplete: StringConstructor;
24
- id: StringConstructor;
25
- }, {
1
+ import { InputHTMLAttributes } from "vue";
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ placeholder?: string | undefined;
4
+ title?: string | undefined;
5
+ tooltip?: string | undefined;
6
+ modelValue: InputHTMLAttributes["value"];
7
+ phoneCountryCode: number;
8
+ errorDisplay?: boolean | undefined;
9
+ validation?: any;
10
+ autocomplete?: InputHTMLAttributes["autocomplete"];
11
+ id?: InputHTMLAttributes["id"];
12
+ }>, {
13
+ placeholder: string;
14
+ modelValue: string;
15
+ errorDisplay: boolean;
16
+ phoneCountryCode: number;
17
+ }>, {
26
18
  errorMessage: import("vue").Ref<string | undefined>;
27
- meta: import("vee-validate").FieldMeta<string>;
19
+ meta: import("vee-validate").FieldMeta<any>;
28
20
  validate: (opts?: Partial<import("vee-validate").ValidationOptions> | undefined) => Promise<import("vee-validate").ValidationResult>;
29
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:phoneCountryCode")[], "update:modelValue" | "update:phoneCountryCode", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
30
- placeholder: {
31
- type: StringConstructor;
32
- default: string;
33
- };
34
- title: {
35
- type: StringConstructor;
36
- required: true;
37
- };
38
- modelValue: {
39
- type: StringConstructor;
40
- default: string;
41
- };
42
- phoneCountryCode: {
43
- type: StringConstructor;
44
- default: string;
45
- };
46
- errorDisplay: {
47
- type: BooleanConstructor;
48
- default: boolean;
49
- };
50
- validation: ObjectConstructor;
51
- autocomplete: StringConstructor;
52
- id: StringConstructor;
53
- }>> & {
21
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:phoneCountryCode")[], "update:modelValue" | "update:phoneCountryCode", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
22
+ placeholder?: string | undefined;
23
+ title?: string | undefined;
24
+ tooltip?: string | undefined;
25
+ modelValue: InputHTMLAttributes["value"];
26
+ phoneCountryCode: number;
27
+ errorDisplay?: boolean | undefined;
28
+ validation?: any;
29
+ autocomplete?: InputHTMLAttributes["autocomplete"];
30
+ id?: InputHTMLAttributes["id"];
31
+ }>, {
32
+ placeholder: string;
33
+ modelValue: string;
34
+ errorDisplay: boolean;
35
+ phoneCountryCode: number;
36
+ }>>> & {
54
37
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
55
38
  "onUpdate:phoneCountryCode"?: ((...args: any[]) => any) | undefined;
56
39
  }, {
40
+ modelValue: InputHTMLAttributes["value"];
57
41
  placeholder: string;
58
- modelValue: string;
59
- phoneCountryCode: string;
42
+ phoneCountryCode: number;
60
43
  errorDisplay: boolean;
61
44
  }>;
62
45
  export default _default;
46
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
47
+ type __VLS_TypePropsToRuntimeProps<T> = {
48
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
49
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
50
+ } : {
51
+ type: import('vue').PropType<T[K]>;
52
+ required: true;
53
+ };
54
+ };
55
+ type __VLS_WithDefaults<P, D> = {
56
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
57
+ default: D[K];
58
+ } : P[K];
59
+ };
@@ -43,9 +43,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
43
43
  }>>> & {
44
44
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
45
45
  }, {
46
- disabled: boolean;
47
46
  placeholder: string;
48
47
  errorDisplay: boolean;
48
+ disabled: boolean;
49
49
  }>;
50
50
  export default _default;
51
51
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,9 +1,10 @@
1
1
  import { HTMLAttributes, InputHTMLAttributes } from "vue";
2
2
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ title?: string | undefined;
4
+ tooltip?: string | undefined;
3
5
  mask?: string | undefined;
4
6
  placeholder?: InputHTMLAttributes["placeholder"];
5
7
  icon?: string | undefined;
6
- title?: string | undefined;
7
8
  inputmode?: HTMLAttributes["inputmode"];
8
9
  type?: InputHTMLAttributes["type"];
9
10
  error?: string | undefined;
@@ -21,10 +22,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
21
22
  meta: import("vee-validate").FieldMeta<any>;
22
23
  validate: (opts?: Partial<import("vee-validate").ValidationOptions> | undefined) => Promise<import("vee-validate").ValidationResult>;
23
24
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
25
+ title?: string | undefined;
26
+ tooltip?: string | undefined;
24
27
  mask?: string | undefined;
25
28
  placeholder?: InputHTMLAttributes["placeholder"];
26
29
  icon?: string | undefined;
27
- title?: string | undefined;
28
30
  inputmode?: HTMLAttributes["inputmode"];
29
31
  type?: InputHTMLAttributes["type"];
30
32
  error?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cja-phoenix",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "scripts": {
5
5
  "build:dev": "rimraf dist && vue-tsc && vite build -m development",
6
6
  "build:link": "rimraf dist && vue-tsc && vite build -m development && npm link",
@@ -15,9 +15,9 @@
15
15
  },
16
16
  "peerDependencies": {
17
17
  "intl-tel-input": "^17.0.15",
18
- "maska": "^1.5.0",
19
18
  "vue": "^3.2.25",
20
- "vue-tippy": "^6.0.0"
19
+ "vue-tippy": "^6.0.0",
20
+ "maska": "^2.1.7"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@histoire/plugin-vue": "^0.14.2",
@@ -26,7 +26,6 @@
26
26
  "@vitejs/plugin-vue": "^2.0.0",
27
27
  "histoire": "^0.14.2",
28
28
  "intl-tel-input": "^17.0.15",
29
- "maska": "^1.5.0",
30
29
  "rimraf": "^3.0.2",
31
30
  "sass": "^1.49.7",
32
31
  "typescript": "^4.4.4",
@@ -35,7 +34,8 @@
35
34
  "vitepress": "^0.21.6",
36
35
  "vue": "^3.2.25",
37
36
  "vue-tippy": "^6.0.0",
38
- "vue-tsc": "^1.0.24"
37
+ "vue-tsc": "^1.0.24",
38
+ "maska": "^2.1.7"
39
39
  },
40
40
  "files": [
41
41
  "src",
@@ -1,16 +1,4 @@
1
1
  .form-group {
2
- .input-title {
3
- font-size: 14px;
4
- line-height: 17px;
5
- font-weight: bold;
6
- margin-bottom: 10px;
7
-
8
- @media screen and (min-width: 768px) {
9
- font-size: 16px;
10
- line-height: 19px;
11
- }
12
- }
13
-
14
2
  .input-container {
15
3
  position: relative;
16
4
 
@@ -68,7 +68,7 @@
68
68
  <glyph unicode="&#xe60c;" glyph-name="caret-left" horiz-adv-x="366" d="M365.714 704v-512q0-14.857-10.857-25.714t-25.714-10.857-25.714 10.857l-256 256q-10.857 10.857-10.857 25.714t10.857 25.714l256 256q10.857 10.857 25.714 10.857t25.714-10.857 10.857-25.714z" />
69
69
  <glyph unicode="&#xe60d;" glyph-name="caret-up" horiz-adv-x="585" d="M585.143 265.143q0-14.857-10.857-25.714t-25.714-10.857h-512q-14.857 0-25.714 10.857t-10.857 25.714 10.857 25.714l256 256q10.857 10.857 25.714 10.857t25.714-10.857l256-256q10.857-10.857 10.857-25.714z" />
70
70
  <glyph unicode="&#xe60e;" glyph-name="caret-down" horiz-adv-x="585" d="M585.143 557.714q0-14.857-10.857-25.714l-256-256q-10.857-10.857-25.714-10.857t-25.714 10.857l-256 256q-10.857 10.857-10.857 25.714t10.857 25.714 25.714 10.857h512q14.857 0 25.714-10.857t10.857-25.714z" />
71
- <glyph unicode="&#xe60f;" glyph-name="help" d="M512 874.667c-235.733 0-426.667-190.933-426.667-426.667s190.933-426.667 426.667-426.667 426.667 190.933 426.667 426.667-190.933 426.667-426.667 426.667zM554.667 149.333h-85.333v85.333h85.333v-85.333zM642.773 479.787l-38.187-39.253c-30.72-30.72-49.92-56.533-49.92-120.533h-85.333v21.333c0 47.147 19.2 89.813 49.92 120.747l53.12 53.76c15.36 15.36 24.96 36.693 24.96 60.16 0 47.147-38.187 85.333-85.333 85.333s-85.333-38.187-85.333-85.333h-85.333c0 94.293 76.373 170.667 170.667 170.667s170.667-76.373 170.667-170.667c0-37.547-15.147-71.467-39.893-96.213z" />
71
+ <glyph unicode="&#xe60f;" glyph-name="help" d="M512 960c-282.879 0-512-229.119-512-512s229.119-512 512-512 512 229.119 512 512-229.119 512-512 512zM563.2 89.6h-102.4v102.4h102.4v-102.4zM668.927 486.144l-45.824-47.104c-36.864-36.864-59.904-67.84-59.904-144.639h-102.4v25.6c0 56.576 23.040 107.776 59.904 144.896l63.744 64.512c18.432 18.432 29.952 44.032 29.952 72.192 0 56.576-45.824 102.4-102.4 102.4s-102.4-45.824-102.4-102.4h-102.4c0 113.152 91.648 204.8 204.8 204.8s204.8-91.648 204.8-204.8c0-45.056-18.176-85.76-47.872-115.456z" />
72
72
  <glyph unicode="&#xe610;" glyph-name="phone-invert" d="M598.847 361.097c-94.973-95.039-205.011-185.872-248.505-142.312-62.279 62.218-100.609 116.452-237.89 6.181s-31.856-183.831 28.496-244.19c69.598-69.54 329.022-3.657 585.509 252.77 256.37 256.426 322.36 515.915 252.71 585.509-60.294 60.353-133.793 165.708-244.13 28.496s-56.098-175.613 6.181-237.89c43.377-43.559-47.401-153.534-142.372-248.565z" />
73
73
  <glyph unicode="&#xe611;" glyph-name="star" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538z" />
74
74
  <glyph unicode="&#xe612;" glyph-name="check" d="M896 746.667q18.333 0 30.5-12.167t12.167-30.5q0-18-12.333-30.333l-512-512q-12.333-12.333-30.333-12.333t-30.333 12.333l-256 256q-12.333 12.333-12.333 30.333 0 18.333 12.167 30.5t30.5 12.167q18 0 30.333-12.333l225.667-226 481.667 482q12.333 12.333 30.333 12.333z" />