.wls-pell-points{padding:63px 0}@media(max-width:575px){.wls-pell-points{padding:62px 0}}.wls-pell-points__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:626px;width:100%;margin:0 auto}.wls-pell-points__title{font-size:30px;font-weight:500;line-height:1.28;letter-spacing:0;text-align:center;text-transform:uppercase;color:#1d1d1d;margin-bottom:34px}.wls-pell-points__desc{font-size:20px;font-weight:500;line-height:1.28;letter-spacing:0;text-align:center;text-transform:uppercase;color:#1d1d1d;margin-bottom:32px}.wls-pell-points__btns{max-width:470px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%}@media(max-width:400px){.wls-pell-points__btns{gap:8px}}.wls-pell-points__btn{min-width:auto;max-width:49.1%;width:100%}@media(max-width:400px){.wls-pell-points__btn{max-width:100%}}.wls-tiers-earn{padding:64px 0 63px;border-top:1px solid #E0E0E0}.wls-tiers-earn__inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;max-width:848px;width:100%;margin:0 auto}.wls-tiers-earn__title{font-size:25px;font-weight:500;line-height:1.28;letter-spacing:0;text-align:center;text-transform:uppercase;color:#232323;margin-bottom:32px}.wls-tiers-earn__boxes{display:grid;grid-template-columns:repeat(3,1fr);width:100%;background-color:#f6f6f6;padding:24px}@media(max-width:767px){.wls-tiers-earn__boxes{grid-template-columns:repeat(2,1fr);padding:16px 20px}}.wls-tiers-earn__box{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:#fff;padding-top:11px}.wls-tiers-earn__box-num{font-size:16px;font-weight:500;line-height:1.44;letter-spacing:0;text-align:center;text-transform:uppercase;color:#121212;padding:0 5px;margin-bottom:18px}.wls-tiers-earn__box-image{display:flex;align-items:center;justify-content:center;width:50px;height:50px;margin-top:5px;margin-bottom:13px}.wls-tiers-earn__box-image img{width:auto;height:auto;object-fit:contain}.wls-tiers-earn__box-title{font-size:18px;font-weight:500;line-height:1.27;letter-spacing:.7px;text-align:center;text-transform:uppercase;color:#090909;max-width:220px;padding:0 5px;margin-bottom:18px}.wls-tiers-earn__box-text{font-size:16px;font-weight:500;line-height:1.44;letter-spacing:-.16px;text-align:center;color:#121212;padding:0 5px;margin-bottom:24px}.wls-tiers-earn__box-points{display:block;width:100%;font-size:16px;font-weight:500;line-height:1.44;letter-spacing:-.16px;text-align:center;color:#121212;background-color:#e0e0e0;border-top:1px solid #696969;border-bottom:1px solid #696969;padding:11px 16px}.wls-tiers-earn__box-link{font-weight:500;font-size:14px;line-height:1.2;letter-spacing:.3px;text-transform:uppercase;text-decoration:underline;text-decoration-color:#121212;color:#121212;transition:.35s ease;margin-bottom:18px}@media(min-width:1200px){.wls-tiers-earn__box-link:hover{text-decoration-color:#fff}}.wls-tiers-earn__box-lists{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-bottom:16px;padding:0 5px}.wls-tiers-earn__box-list{font-size:16px;font-weight:500;line-height:1.44;letter-spacing:-.16px;color:#090909}.wls-tiers-earn__box-list-separator{width:4px;height:4px;border-radius:50%;background-color:#e0e0e0;margin:0 9px}.wls-tiers-earn--space .wls-tiers-earn__boxes{grid-gap:16px}.wls-tiers-earn--space .wls-tiers-earn__box-text{max-width:120px}.wls-faq{padding:64px 0 60px;border-top:1px solid #E0E0E0}.wls-faq__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:848px;width:100%;margin:0 auto}.wls-faq__title{font-size:25px;font-weight:500;line-height:1.28;letter-spacing:0;text-align:center;text-transform:uppercase;color:#232323;margin-bottom:24px}.wls-faq__desc{font-size:16px;font-weight:500;line-height:1.44;letter-spacing:-.16px;text-align:center;color:#1d1d1d;margin-bottom:40px}.wls-faq__accordion-holder{background-color:#f6f6f6;padding:16px 24px}.accordion-item{background-color:#fff;margin-bottom:8px;overflow:hidden}.accordion-item:last-child{margin-bottom:0}.accordion-header{font-size:14px;font-weight:500;line-height:1.2;letter-spacing:.4px;text-transform:uppercase;color:#1a1a1a;position:relative;width:100%;padding:20px 40px 20px 16px;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:.35s ease}.accordion-header:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.355469 0.353516L6.35547 6.35352L12.3555 0.353516' stroke='%23121212'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:contain;width:14px;height:14px;position:absolute;top:23px;right:21px;transition:.35s ease}.accordion-content{max-height:0;overflow:hidden;padding:0 20px;opacity:0;transition:max-height .4s ease,opacity .3s ease,margin .3s ease,padding .3s ease}.accordion-content p{font-size:14px;line-height:1.44;letter-spacing:-.15px}.accordion-item.active .accordion-content{max-height:max-content;opacity:1;padding:0 16px 16px;margin-top:-8px}.accordion-item.active .accordion-header:after{top:18px;transform:rotate(180deg)}.accordion-item.active .accordion-header{padding-bottom:19px}@media(max-width:575px){.accordion-item.active .accordion-header{padding-bottom:16px}}
/*# sourceMappingURL=/cdn/shop/t/136/assets/wls-membership.css.map */
