@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{background:#fff;border:2px solid rgba(0,0,0,.3);min-height:150px;padding:20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-message .dz-button{color:inherit;font:inherit;cursor:pointer;outline:inherit;background:0 0;border:none;padding:0}.dropzone .dz-preview{vertical-align:top;min-height:100px;margin:16px;display:inline-block;position:relative}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview.dz-file-preview .dz-image{background:#999;background:linear-gradient(#eee,#ddd);border-radius:20px}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{-o-transition:opacity .2s linear;transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{text-align:center;cursor:pointer;border:none;font-size:14px;display:block}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;opacity:0;text-align:center;color:rgba(0,0,0,.9);min-width:100%;max-width:100%;padding:2em 1em;font-size:13px;line-height:150%;position:absolute;top:0;left:0}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{background-color:rgba(255,255,255,.8);border:1px solid rgba(200,200,200,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){text-overflow:ellipsis;overflow:hidden}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);border-radius:3px;padding:0 .4em}.dropzone .dz-preview:hover .dz-image img{-webkit-filter:blur(8px);filter:blur(8px);-webkit-transform:scale(1.05);transform:scale(1.05)}.dropzone .dz-preview .dz-image{z-index:10;border-radius:20px;width:120px;height:120px;display:block;position:relative;overflow:hidden}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-ms-animation:passing-through 3s cubic-bezier(.77,0,.175,1);-webkit-animation:3s cubic-bezier(.77,0,.175,1) passing-through;animation:3s cubic-bezier(.77,0,.175,1) passing-through}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-ms-animation:slide-in 3s cubic-bezier(.77,0,.175,1);-webkit-animation:3s cubic-bezier(.77,0,.175,1) slide-in;animation:3s cubic-bezier(.77,0,.175,1) slide-in}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;margin-top:-27px;margin-left:-27px;display:block;position:absolute;top:50%;left:50%}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{width:54px;height:54px;display:block}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;-o-transition:all .2s linear;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;-o-transition:opacity .4s ease-in;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-ms-animation:pulse 6s ease infinite;-webkit-animation:6s infinite pulse;animation:6s infinite pulse}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;background:rgba(255,255,255,.9);border-radius:8px;width:80px;height:16px;margin-top:-8px;margin-left:-40px;position:absolute;top:50%;left:50%;overflow:hidden;-webkit-transform:scale(1)}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;-o-transition:width .3s ease-in-out;background:linear-gradient(#666,#444);width:0;transition:width .3s ease-in-out;position:absolute;top:0;bottom:0;left:0}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;opacity:0;-o-transition:opacity .3s ease;background:#be2626;color:#fff;background:linear-gradient(#be2626,#a92222);border-radius:8px;width:140px;padding:.5em 1.2em;font-size:13px;transition:opacity .3s;display:none;position:absolute;top:130px;left:-10px}.dropzone .dz-preview .dz-error-message:after{content:"";border-bottom:6px solid #be2626;border-left:6px solid transparent;border-right:6px solid transparent;width:0;height:0;position:absolute;top:-6px;left:64px}.jumbotron h1{background:rgba(100,100,100,.5)}.input-icon{pointer-events:none;position:absolute;top:50%;right:.75rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.input-icon.cursor-pointer{pointer-events:inherit;z-index:1}.input-icon.js-password .icon{min-width:22px}.app-landing-container{background-size:cover;min-height:56vh;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,Helvetica,sans-serif;display:flex}.app-landing-container input{border:1px solid #ededed!important;border-radius:4px!important}.bg-overlay{background-color:rgba(0,0,0,.267)}.input-cust{margin-top:5px}.text-wide{color:#fff;font-size:1rem;font-weight:100}.text-narrow{color:#fff;font-size:15px;font-weight:100;display:none}.cust-icon{color:#555;line-height:24px;top:34px;right:15px}.vy .cust-icon{top:38px}.phone-styling{width:30vw;max-width:120%}@media (max-width:575.98px){.phone-styling{width:30vw}.size{white-space:normal}}@media (min-width:576px) and (max-width:767.98px){.phone-styling{width:30vw}.size{font-size:large}}@media (min-width:768px) and (max-width:991.98px){.phone-styling{width:25vw}.size{font-size:large}}@media (min-width:992px) and (max-width:1199.98px){.phone-styling{width:20vw}.size{font-size:large}}@media (min-width:1200px){.phone-styling{width:15vw}.size{font-size:x-large}}.giftvoucher-form .radio-disabled{background:#cfcfcf!important}.giftvoucher-form .form-control{font-size:.875rem!important}input[type=radio]{box-sizing:border-box;padding:0}.download-app-badges{max-width:150px}.swiper-container{-webkit-user-select:none;user-select:none}.swiper-container:hover .swiper-button{visibility:visible}.swiper-lazy{width:100%}.swiper-lazy-preloader{z-index:-1;border:none;width:70px;margin-left:0;left:calc(50% - 35px);-webkit-animation:none!important;animation:none!important}.swiper-lazy-preloader:after{display:none}.swiper-lazy-preloader .btn-loader{width:70px}.swiper-lazy-preloader .btn-loader>div{background-color:var(--primary);margin-right:4px}.swiper-lazy-preloader .btn-loader>div:last-child{margin-right:0}.swiper-ratio-1-1 .swiper-slide{aspect-ratio:1}.swiper-ratio-4-3 .swiper-slide{aspect-ratio:4/3}.swiper-ratio-3-4 .swiper-slide{aspect-ratio:3/4}.swiper-ratio-3-2 .swiper-slide{aspect-ratio:3/2}.swiper-ratio-2-3 .swiper-slide{aspect-ratio:2/3}.swiper-disabled{cursor:not-allowed;opacity:.5}.swiper-button{z-index:1000;color:inherit;visibility:hidden;outline:none;width:35px;height:28px;margin-top:-14px;-webkit-transform:translate(0,0)}.swiper-button.swiper-disabled{visibility:hidden!important}.swiper-slide>img{width:100%}.swiper-slide>img.vy-slider-image,.swiper-slide>img.slider-image{width:auto;height:100%;margin:auto;display:block}.swiper-view-more{border-radius:12px;width:300px;height:190px;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0}.swiper-view-more img{width:40px;height:40px}.swiper-button-next.swiper-button-gray,.swiper-button-prev.swiper-button-gray{color:#666}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{pointer-events:inherit}.swiper-button-next:after,.swiper-button-prev:after{display:none!important}.vy .swiper-button-prev,.vy .swiper-button-next{background:rgba(255,255,255,.8);position:absolute;border-radius:40px!important;width:40px!important;height:40px!important}@media (min-width:768px){.vy .swiper-container,.vy .swiper-slide{border-radius:8px}}@media (max-width:991.98px){.swiper-button{visibility:visible}}.social-post-tray .swiper-pagination .swiper-pagination-bullet{opacity:1;background-color:#929292!important}.social-post-tray .swiper-pagination .swiper-pagination-bullet-active-next,.social-post-tray .swiper-pagination .swiper-pagination-bullet-active-prev{-webkit-transform:scale(1)!important;transform:scale(1)!important}.social-post-tray .swiper-pagination .swiper-pagination-bullet-active{background-color:#fff!important}.ratio-1-1{aspect-ratio:1}.ratio-4-3{aspect-ratio:4/3}.ratio-3-4{aspect-ratio:3/4}.ratio-3-2{aspect-ratio:3/2}.ratio-2-3{aspect-ratio:2/3}.move-behind-swiper{z-index:-1;position:absolute;top:0;bottom:0;left:0;right:0}@-webkit-keyframes phAnimation{0%{-webkit-transform:translate(-30%);transform:translate(-30%)}to{-webkit-transform:translate(30%);transform:translate(30%)}}@keyframes phAnimation{0%{-webkit-transform:translate(-30%);transform:translate(-30%)}to{-webkit-transform:translate(30%);transform:translate(30%)}}.ph--snippet{background-color:#fff;border:1px solid #e4eaf0;border-radius:3px;width:100%;margin-bottom:24px;padding:0;position:relative;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.14)}.ph--snippet,.ph--snippet *,.ph--snippet :after,.ph--snippet :before{box-sizing:border-box}.ph--snippet:before{content:" ";z-index:1;background:linear-gradient(90deg,rgba(255,255,255,0) 46%,rgba(255,255,255,.35) 50%,rgba(255,255,255,0) 54%) 50%;width:500%;margin-left:-250%;-webkit-animation:1s linear infinite phAnimation;animation:1s linear infinite phAnimation;position:absolute;top:0;bottom:0;left:50%;right:0}.ph--snippet-header__name{background:#cfcfcf;border-radius:4px;width:150px;height:20px}.ph--snippet-header__desc{background:#cfcfcf;border-radius:4px;width:170px;height:24px}.ph--snippet-image{background:#cfcfcf;border-radius:16px;width:100%;height:160px}.ph--snippet-content__item{background:#cfcfcf;border-radius:4px;width:120px;height:10px}.ph--snippet-reference__price{background:#cfcfcf;border-radius:4px;width:160px;height:32px}.ph--snippet-reference__code{background:#cfcfcf;border-radius:4px;width:100px;height:10px}.ph--snippet .ph--btn{background:#cfcfcf;width:100px;height:40px}.ph--snippet.ph--slow:before{content:none;-webkit-animation:none;animation:none}@media (min-width:576px){.ph--snippet:not(.ph--small){box-shadow:none;border:none!important}.ph--snippet:not(.ph--small) .ph--snippet-image{width:250px;height:160px}.ph--snippet:not(.ph--small) .ph--snippet-header__name{width:250px;height:25px}.ph--snippet:not(.ph--small) .ph--snippet-header__desc{width:270px;height:20px}.ph--snippet:not(.ph--small) .ph--snippet-content__item{width:150px;height:10px}.ph--snippet:not(.ph--small) .ph--snippet-actions .ph--btn{border-radius:4px;max-width:160px}}#loyaltyTabs .nav-link{padding:.75rem 1rem}.js-desktop-membership-select-autocomplete-container-class div.font-size-xs{display:none!important}.lined-box{border:1px solid #efefef;border-radius:8px}.discount-badge-check{width:29px;height:25px}.green{color:#6eb525!important}h2,.font-weight-mediu{font-weight:500!important}.voucher-left{width:60%;height:100%}.voucher-right{width:40%}.voucher-gift{z-index:2;font-size:30px;position:absolute;top:16px;right:16px}@media (max-width:767.98px){.programme-banner .rewards-text-backdrop,.membership-banner .rewards-text-backdrop{-webkit-backdrop-filter:blur(35px);backdrop-filter:blur(35px);border-radius:8px;padding:3px 8px;display:inline-block}}@media (max-width:991.98px){.voucher-left{width:50%}.voucher-left img{height:100%}.voucher-right{width:50%}.voucher-price{font-size:24px!important}}@media (min-width:1200px){.programme-banner,.membership-banner{min-height:350px;height:65vh!important}}@media (min-width:992px){.programme-banner{min-height:350px;height:55vh!important}.membership-banner{height:45vh!important}}@media (min-width:768px) and (max-width:991.98px){.programme-banner{min-height:350px;height:20vh!important}.membership-banner{min-height:350px;height:35vh!important}}.programme-banner,.membership-banner{height:25vh;min-height:280px}@media (min-width:576px){.ph--snippet{box-shadow:none;border:none!important}.ph--snippet-image{height:250px}}.membership-block:first-child,.membership-block:nth-child(2){border-bottom-style:solid;border-bottom-width:1px;padding-bottom:1rem}.membership-block:nth-child(3){border-right-style:solid;border-right-width:1px;padding-top:1rem}.membership-block:nth-child(4){padding-top:1rem}.kd--ios .ios-height{min-height:80vh!important}.browser__ie .voucher-ribbon{left:-50%!important}.membership-benefits-footer{border-radius:4px;margin-top:16px;padding:12px 16px}@media (max-width:991.98px){.membership-block:first-child{border:none}.membership-block:nth-child(3),.membership-block:nth-child(4){margin-top:1rem}#loyaltyTabs .nav-link{padding:.75rem .4rem}}@media (min-width:768px){.membership-block:first-child{border-bottom-width:0;padding-bottom:0}.membership-block:nth-child(2){border-bottom-width:0;border-right-width:0;padding-bottom:0}.membership-block:nth-child(3){border-right-width:0;padding-top:0}.membership-block:nth-child(4){padding-top:0}.membership-banner{margin-top:-24px}}#js-bottom-tray .contents{max-width:400px}.open-tray.btn{min-width:inherit!important}.progress-section{z-index:100000}.progress-section-container{background-color:#fff;border-radius:12px;margin-top:-16%;box-shadow:0 1px 8px rgba(0,0,0,.12);width:unset!important}@media (min-width:992px){.progress-section-container{margin-top:-4%;width:100%!important}}@media (min-width:768px) and (max-width:991.98px){.progress-section-subtext{max-width:280px}}.benefits-badge{width:29px;height:25px}@media (max-width:767.98px){.benefits-item{max-width:360px}}@media (max-width:991.98px){.benefits-badge{width:32px;height:32px}.cta-container h3{max-width:300px;margin:auto}.static-gift-icon{max-height:20px!important}}.progress-bar-wrapper ul.rewards-progress-bar{width:100%;margin:0;padding:0;font-size:0;list-style:none}.progress-bar-wrapper li.section{vertical-align:top;text-align:center;text-overflow:ellipsis;padding-top:45px;font-size:16px;line-height:20px;display:inline-block;position:relative;overflow:hidden}.progress-bar-wrapper li.section:before{content:"×";z-index:1;color:#fff;background:#dedede;border-radius:56px;width:32px;height:32px;font-size:24px;line-height:32px;position:absolute;top:2px;left:calc(50% - 15px)}.progress-bar-wrapper .status-bar{background:#dedede;height:2px;margin:0 auto;position:relative;top:20px}.progress-bar-wrapper .current-status{background:#ec772d;border-radius:1px;width:0;height:2px}@-webkit-keyframes changeBackground{0%{background:#dedede}to{background:#ec772d}}@keyframes changeBackground{0%{background:#dedede}to{background:#ec772d}}.progress-bar-wrapper li.section.visited:before{content:"✓";-webkit-animation:.5s linear forwards changeBackground;animation:.5s linear forwards changeBackground}.progress-bar-wrapper li.section.visited.current:before{box-shadow:0 0 0 2px #ec772d}.rewards-tiers .rewards-header{max-width:280px}.rewards-tiers .locked{opacity:.45!important}.rewards-tiers .locked .level-badge{background:gray}.rewards-tiers-membership .locked{opacity:.65!important}.rewards-tiers .level-badge{background:#ec772d;border-radius:8px;width:130px;position:absolute;top:-14px;left:calc(50% - 65px)}.rewards-tiers .level-badge-muted{background-color:gray}@media (max-width:991.98px){.rewards-tiers .rewards-header{max-width:unset}}@media (min-width:768px) and (max-width:991.98px){.benefits h2,.benefits p{max-width:300px;margin:auto}}@media only screen and (max-width:375px){.swiper-slide{margin-left:24px;width:360px!important}}.swiper-slide{margin-left:16px;width:480px!important;margin-right:16px!important}@media (max-width:991.98px){.swiper-slide{margin-left:24px;width:360px!important;margin-right:24px!important}.swiper-controls .swiper-button-next{right:32px!important}.swiper-controls .swiper-button-prev{left:0!important}}.swiper-controls{width:100%;position:absolute;top:50%}.swiper-controls .swiper-button-prev,.swiper-controls .swiper-button-next{background:#fff;border:1px solid #737373;border-radius:40px;width:40px;height:40px;position:absolute}.swiper-controls .swiper-button-prev .fa-arrow-left,.swiper-controls .swiper-button-prev .fa-arrow-right,.swiper-controls .swiper-button-next .fa-arrow-left,.swiper-controls .swiper-button-next .fa-arrow-right{font-size:20px}.swiper-controls .swiper-button-prev{left:-16px}.swiper-controls .swiper-button-next{right:-12px}.swiper-controls .swiper-button-disabled{display:none}.swiper-controls.as-seen-in-controls{top:75%}.swiper-controls.as-seen-in-controls .swiper-button-prev,.swiper-controls.as-seen-in-controls .swiper-button-next{width:30px;height:30px}.swiper-controls.as-seen-in-controls .fa-arrow-left,.swiper-controls.as-seen-in-controls .fa-arrow-right{font-size:16px}#rewards-faq-accordion .card{border:none}#rewards-faq-accordion .card:not(:last-of-type){border-bottom:1px solid rgba(0,0,0,.125)}#rewards-faq-accordion .btn:focus{box-shadow:none!important;outline:none!important}.rewards-discount-graphic{background:#fff;border:1px solid #dedede;border-radius:18px;flex-direction:column;max-width:460px;display:flex;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.2)}.rewards-discount-graphic .image-container{position:relative}.rewards-discount-graphic .image-container .property-image{aspect-ratio:9/5;-o-object-fit:cover;object-fit:cover;width:100%}.rewards-discount-graphic .discount-badge{background:#fff;border-radius:5px;align-items:center;gap:6px;height:36px;padding:4px 10px;font-size:16px;font-weight:500;display:flex;position:absolute;top:20px;left:20px}.rewards-discount-graphic .rewards-badge{background:#fff;border-radius:10px;padding:8px 14px;display:flex;position:absolute;bottom:20px;left:20px}.rewards-discount-graphic .placeholders{grid-template-columns:3fr 2fr;gap:12px;padding:20px 22px;display:grid}.rewards-discount-graphic .placeholders div{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:6px;display:flex}.rewards-discount-graphic .placeholders .placeholder{background-color:#ededed;border-radius:5px}.rewards-discount-graphic .placeholders .placeholder.name{width:100%;height:40px}.rewards-discount-graphic .placeholders .placeholder.rating{width:40%;height:16px}.rewards-discount-graphic .placeholders .rating-container{color:#ededed;flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;width:100%;display:flex}.rewards-discount-graphic .placeholders .placeholder.price-prefix{width:45%;height:18px}.rewards-discount-graphic .placeholders .placeholder.price{width:80%;height:24px}.rewards-discount-graphic .placeholders .placeholder.price-suffix{width:100%;height:18px}.rewards-discount-graphic .placeholders .price-container{align-items:flex-end}
/*# sourceMappingURL=rewards-programme.entry.css.map?v=125de91*/