:root{--gutter: 16px;--container-width: calc(100% - (var(--gutter) * 2));--header-top-height: 96px;--header-left-width: 280px}html,body,main{width:100%;height:100%}.onboarding{width:100%;min-height:100%;display:flex;flex-wrap:wrap;flex-direction:column;width:var(--container-width);margin-inline:auto;justify-content:center;align-items:flex-start;align-content:center;gap:0}@media(min-width:1280px){.onboarding{max-width:768px;margin-right:auto;margin-left:auto}}.onboarding__header{position:absolute;top:32px;left:50%;transform:translate(-50%);width:100%;display:flex;justify-content:center;background:#ffffff80;backdrop-filter:blur(4px);z-index:999}.onboarding__header img{height:18px;width:auto}.onboarding__step{display:flex;flex-wrap:wrap;width:100%;flex:1 1 100%;align-content:flex-start;padding-top:80px;padding-bottom:92px;max-width:625px;justify-content:center;align-self:center;place-self:center}@media(min-width:1600px){.onboarding__step{padding-inline:16px}}.onboarding__step .text{display:flex;flex-wrap:wrap;flex-direction:column;gap:16px;max-width:405px;width:100%;flex:0 0 auto}.onboarding__step .text h1{color:#000;font-size:24px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:600;line-height:135%;width:100%;text-align:center}.onboarding__step .text p{width:100%;text-align:center}.onboarding__step .images{display:flex;flex-wrap:wrap;gap:18px;width:100%;margin-top:16px}.onboarding__step .images img{width:calc(33.33333% - 12px);height:auto;cursor:pointer}.onboarding__step .images img.selected{border:2px solid #000}.onboarding__step .images.images-50 img{width:calc(50% - 9px)}.onboarding__step .actions{display:flex;flex-wrap:wrap;width:100%;height:80px;position:fixed;bottom:0;left:0;justify-content:space-between;padding:12px;border-top:2px solid #f2f2f2;background:#ffffff80;backdrop-filter:blur(4px);z-index:999}.onboarding__step .actions button{width:150px}.onboarding__step .swiper-wrapper{width:100%}.onboarding__step .swiper-wrapper .swiper-slide{display:flex;flex-wrap:wrap;align-items:center;padding:16px;justify-content:center}.onboarding__step .result-slider{width:100%;max-width:600px;height:500px;margin-inline:auto;position:relative;margin-bottom:64px}.onboarding__step .result-slider .swiper-slide{display:flex;justify-content:center;align-items:center;overflow:hidden}.onboarding__step .result-slider .swiper-slide img{max-width:100%;max-height:100%;object-fit:contain}.onboarding__step .result-slider .swiper-pagination{top:auto!important;bottom:0!important;left:0;right:0;width:100%;height:auto!important;background:transparent!important;display:flex;justify-content:center;align-items:center}.onboarding__step .result-slider .swiper-pagination-progressbar:not(.swiper-pagination-bullets){display:none!important}.onboarding__step .result-slider .swiper-pagination-bullet{width:10px!important;height:10px!important;margin:0 6px;border-radius:50%!important;background:#666!important}.onboarding__step .result-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{color:#000}.onboarding__step .video-holder{width:100%;max-width:600px;height:500px;margin-inline:auto;position:relative;margin:24px 0}.onboarding__step .video-holder .swiper-slide{display:flex;overflow:hidden}.onboarding__step .video-holder .swiper-slide video{width:100%;height:auto;object-fit:contain}.onboarding__step .selection-wrapper{position:absolute;bottom:50px;display:flex;justify-content:space-between;width:100%;z-index:9999}.onboarding__step .selection-wrapper img{height:125px;width:auto;background:#c5c6c1}.onboarding__step .perks{padding:20px;margin-bottom:64px;box-shadow:0 0 16px #0000000d;border-radius:20px}@media screen and (min-width:1280px){.onboarding__step .perks{flex:0 0 68%;margin-left:auto;margin-right:auto}}.onboarding__step .perks h2{color:#000;font-size:20px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:600;line-height:135%;text-align:center;color:#4d4d4d}.onboarding__step .perks h4{color:#000;font-size:18px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:600;line-height:135%;color:#4d4d4d;margin-top:12px;text-align:center}.onboarding__step .perks p{color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;color:#4d4d4d;margin-top:12px}.onboarding__step .perks div{display:flex;margin-top:12px;padding:10px;color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;color:#4d4d4d}.onboarding__step .perks ul{list-style:none}.onboarding__step .perks ul li{display:flex;margin-top:12px;color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;color:#4d4d4d}.onboarding__step .perks span{width:40px;display:inline-block;font-size:20px;text-align:center;align-content:center}.onboarding__step .stats-banner{display:flex;flex-direction:column;align-items:center;width:100%;box-shadow:0 12px 40px #0000001f;border-radius:24px;padding:48px 24px;margin:32px auto 24px;max-width:calc(100% - var(--gutter) * 2)}.onboarding__step .stats-banner__headline{color:#000;font-size:24px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:600;line-height:135%;color:#333;text-align:center;margin-bottom:40px;opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.onboarding__step .stats-banner__grid{display:flex;flex-direction:column;width:100%;gap:24px}.onboarding__step .stats-banner__item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid rgba(0,0,0,.1);opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.onboarding__step .stats-banner__item:last-child{border-bottom:none}.onboarding__step .stats-banner__label{color:#000;font-size:20px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:400;line-height:135%;color:#333;max-width:140px}.onboarding__step .stats-banner__value{font-family:Inter,Arial,sans-serif;font-size:36px;font-weight:700;color:#333;line-height:1;letter-spacing:-.02em}@media(min-width:768px){.onboarding__step .stats-banner__value{font-size:48px;order:1}}@media(min-width:1200px){.onboarding__step .stats-banner__value{font-size:56px}}.onboarding__step .stats-banner__value--text{font-size:38px}@media(min-width:768px){.onboarding__step .stats-banner__value--text{font-size:44px}}@media(min-width:1200px){.onboarding__step .stats-banner__value--text{font-size:50px}}.onboarding__step .stats-banner.stats-banner--visible .stats-banner__headline,.onboarding__step .stats-banner.stats-banner--visible .stats-banner__item{opacity:1;transform:translateY(0)}.onboarding__step .stats-banner.stats-banner--visible .stats-banner__item:nth-child(1){transition-delay:.1s}.onboarding__step .stats-banner.stats-banner--visible .stats-banner__item:nth-child(2){transition-delay:.2s}.onboarding__step .stats-banner.stats-banner--visible .stats-banner__item:nth-child(3){transition-delay:.3s}.onboarding__step .stats-banner.stats-banner--visible .stats-banner__item:nth-child(4){transition-delay:.4s}.onboarding__step .stats-banner.stats-banner--visible .stats-banner__item:nth-child(5){transition-delay:.5s}.onboarding__step .stats-banner__value .count-up{display:inline-block}.onboarding__step .payment-check{display:flex;flex-wrap:wrap;margin-bottom:64px;margin-top:10px}@media screen and (min-width:1280px){.onboarding__step .payment-check{flex:0 0 68%;margin-left:auto;margin-right:auto}}.onboarding__step .payment-check__headline{width:100%;text-align:center;margin-top:32px}.onboarding__step .payment-check__headline h2{font-size:24px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:600;line-height:135%;color:#000;margin-bottom:32px}.onboarding__step .payment-check .products{display:flex;flex-wrap:wrap;flex-direction:column;width:100%}.onboarding__step .payment-check .products .subtext{color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;color:#333;width:100%;text-align:center;margin-top:4px}.onboarding__step .payment-check .products .product{display:flex;flex-wrap:wrap;justify-content:space-between;flex:1;padding:16px 24px;border:4px solid #CCCCCC;border-radius:16px;position:relative;cursor:pointer;margin-bottom:24px}.onboarding__step .payment-check .products .product:last-of-type{margin-bottom:0}.onboarding__step .payment-check .products .product>div{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px}.onboarding__step .payment-check .products .product>div span{width:100%}.onboarding__step .payment-check .products .product .original{color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;color:gray;text-decoration:line-through}.onboarding__step .payment-check .products .product .hot-deal-text{color:#000;font-size:12px;font-family:Inter;font-style:normal;font-weight:600;line-height:150%;color:#4d4d4d;margin-bottom:7px;position:absolute;left:50%;transform:translate(-50%);top:-16px;width:auto!important;background:#ccc;border-radius:8px;padding:6px 12px}.onboarding__step .payment-check .products .product.active{background:#f8f5e3;border:4px solid #FFC800}.onboarding__step .payment-check .products .product.active .hot-deal-text{background:#ffc800}.onboarding__step .payment-check__timer{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;margin:12px 0 54px}.onboarding__step .payment-check__timer div{padding:9px 12px;border-radius:6px;color:#000;font-size:32px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:600;line-height:125%;background:#f2f2f2;color:#f04438;min-width:45px;text-align:center}.onboarding__step .payment-check__timer span{font-size:32px;color:#f04438;padding:0 3px}.onboarding__step .payment-check .btnist{width:100%;margin-top:32px}.onboarding__step .testemonial{display:flex;flex-direction:column;align-items:center;margin-bottom:64px}.onboarding__step .testemonial h2{color:#000;font-size:24px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:600;line-height:135%;text-align:center;color:#4d4d4d;margin-bottom:32px}.onboarding__step .testemonial .testemonial--images{display:flex;gap:20px;margin-bottom:32px}.onboarding__step .testemonial .testemonial--images div{display:flex;flex-direction:column;align-items:center}.onboarding__step .testemonial .testemonial--images div span{margin-top:16px;color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;color:#4d4d4d;text-align:center}.onboarding__step .testemonial .testemonial--reviews div{margin-bottom:10px}.onboarding__step .guaranteed{display:flex;flex-direction:column;align-items:center;margin-bottom:64px}.onboarding__step .guaranteed img{margin-bottom:16px}.onboarding__step .guaranteed div:last-child{padding:20px;background:#f2f2f2;border-radius:12px}.onboarding__step .guaranteed div:last-child h2{color:#000;font-size:20px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:600;line-height:135%;text-align:center;color:#4d4d4d;margin-bottom:10px}.onboarding__step .guaranteed div:last-child p{color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;color:#4d4d4d;text-align:center}.onboarding__step .guaranteed{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:16px}.onboarding__step .guaranteed img{width:100%;height:auto}.onboarding__step .accordion{position:relative}.onboarding__step .accordion:not(:first-child):after{content:"";height:1px;background-color:#e6e6e6;position:absolute;left:24px;right:24px;top:0}.onboarding__step .accordion__list{margin-bottom:64px}.onboarding__step .accordion__list>div{background:#f2f2f2;overflow:hidden;position:relative;border-radius:12px}.onboarding__step .accordion__list h2{color:#000;font-size:24px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:600;line-height:135%;color:#4d4d4d;margin-bottom:32px;text-align:center}.onboarding__step .accordion__title{padding:16px 24px;font-weight:500;cursor:pointer;display:flex;align-items:center;transition:.3s all;width:95%;color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%}.onboarding__step .accordion:hover .onboarding__step .accordion__title,.onboarding__step .accordion__active .onboarding__step .accordion__title{background:#f2f2f2}.onboarding__step .accordion__content-wrap{background:#f2f2f2;overflow:hidden;transition:.2s all ease-in-out}.onboarding__step .accordion__content{padding:0 24px 20px;color:#000;font-size:12px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%}.onboarding__step .accordion__active .onboarding__step .accordion__content-wrap{display:block;height:auto;max-height:1000px}.onboarding__step .accordion .fa-solid{position:absolute;right:22px;transition:.2s;font-size:22px}.onboarding__step .accordion__active .fa-solid{transform:rotate(-180deg)}.onboarding__step .support{margin-bottom:64px;padding:0 24px}.onboarding__step .support--stripe{margin-top:24px;margin-bottom:0}.onboarding__step .support--stripe img{width:48px;height:auto}.onboarding__step .support div:not(:last-child){margin-bottom:24px}.onboarding__step .support h3{color:#000;font-size:18px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:600;line-height:135%;color:#4d4d4d}.onboarding__step .support p{color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;color:#4d4d4d}.onboarding__step .support p span{font-weight:600}.onboarding__step--full{max-height:100dvh;min-height:100dvh;height:100dvh;width:100%;max-width:none!important;padding-block:82px 12px;padding-inline:var(--gutter);box-sizing:border-box;display:grid;grid-template-rows:auto 1fr auto;row-gap:24px;overflow-y:auto}.onboarding__step--full>img,.onboarding__step--full>video{justify-self:center;align-self:center;width:100%;max-width:405px;height:auto;max-height:100%;min-height:0;object-fit:contain}.onboarding__step--full.payment{display:flex;flex-wrap:wrap;flex-direction:column}.onboarding__step--full.payment .payment-res{display:flex;flex-wrap:wrap;flex-direction:column;flex:1;gap:32px;width:100%;justify-content:center;align-items:center;text-align:center}.onboarding__step--full.payment .payment-res .fa-circle-check{font-size:48px;color:#16b364}.onboarding__step--full.payment .payment-res p{color:#000;font-size:18px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:500;line-height:135%;width:100%;text-align:center}.onboarding__step--full .acts{justify-self:center;align-self:center;place-self:center;width:100%;max-width:405px;position:sticky;bottom:12px}.onboarding__step--full .acts button{width:100%}.onboarding__step .image-wrapper{display:flex;flex-wrap:wrap;gap:8px;width:100%}.onboarding__step .image-wrapper img{flex:0 0 calc(50% - 4px)}@media(max-height:450px){.onboarding__step .onboarding__step--full>img{max-width:320px}}@media(max-width:900px){.onboarding__step.paywallpop .btnist{margin-top:0!important}}.bmi-wrap{margin-bottom:40px;padding-top:80px;width:100%;max-width:625px;justify-content:center;align-self:center;place-self:center}.bmi-wrap__pie{display:flex;justify-content:center;position:relative;margin-bottom:32px}.bmi-wrap__pie span{position:absolute;bottom:70px;color:#000;font-size:12px;font-family:Inter;font-style:normal;font-weight:500;line-height:150%}.bmi-wrap__pie text{font-size:18px;font-family:Inter,Arial,sans-serif;font-style:normal;line-height:135%;fill:#4d4d4d}.bmi-wrap__calc{text-align:center;margin-bottom:63px;position:relative}.bmi-wrap__calc .bmi--header{color:#000;font-size:18px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:600;line-height:135%;margin-bottom:5px}.bmi-wrap__header{color:#000;font-size:20px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:500;line-height:135%;text-align:center;color:#4d4d4d;margin-bottom:30px}.bmi-wrap__slider{padding:20px;border:1px solid #E6E6E6;border-radius:12px}.bmi-wrap__slider h4{color:#000;font-size:18px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:600;line-height:135%;color:#4d4d4d;margin-bottom:5px}.bmi-wrap__slider p{color:#000;font-size:16px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:400;line-height:150%;color:#4d4d4d}.bmi-wrap__slider img{width:40px;height:40px;margin-right:8px;border-radius:100%}.bmi-wrap__slider span{font-size:12px;color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;color:#1a1a1a}.bmi-wrap__slider .rating--slider{margin:12px 0}.bmi-wrap__slider .rating--slider i{color:#ffc800}ul{list-style-type:none;margin-top:32px;display:flex;flex-wrap:wrap;gap:12px}ul li{color:#000;font-size:16px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:500;line-height:150%;display:flex;flex-wrap:wrap;align-items:center;align-content:flex-start;flex:0 0 100%;border:2px solid #f2f2f2;padding:16px}ul li.selected{border:2px solid #000}.scrolling-container{display:flex;justify-content:center}.scrolling-container .scrolling-container__box{height:1.4rem;overflow:hidden}.scrolling-container .scrolling-container__box ul{animation:scrollUp 10s forwards;animation-delay:1s}.scrolling-container .scrolling-container__box ul li{color:#000;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:500;line-height:135%;display:flex;align-items:center;justify-content:center;height:1.4rem;list-style:none;font-size:18px}@keyframes scrollUp{15%,25%{transform:translateY(-20%)}40%,50%{transform:translateY(-40%)}65%,75%{transform:translateY(-60%)}90%,to{transform:translateY(-80%)}}.js-close-ob{position:absolute;top:2px;right:24px}.examples .text{display:flex;flex-direction:column;width:100%;gap:32px;align-self:center;text-align:center}@media screen and (min-width:768px)and (max-width:906px){.examples .text{justify-content:center;text-align:center;align-items:center}}@media screen and (max-width:768px){.examples .text{width:100%}}.examples .text h4{color:#000;font-size:42px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:600;line-height:125%}.examples .text p{color:#000;font-size:16px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:400;line-height:150%}.examples .text .btnist{width:200px}.examples p{color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%}.examples .items.items-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:48px}@media screen and (max-width:768px){.examples .items.items-cols{grid-template-columns:repeat(2,minmax(0,1fr))}}.examples .items.items-cols .col{display:flex;flex-direction:column;gap:12px;min-width:0}.examples .items.items-cols .item{position:relative;display:block;width:100%;border-radius:8px;overflow:hidden;text-decoration:none;cursor:pointer}.examples .items.items-cols .item .thumb-video{display:block;width:100%;height:auto;border-radius:8px}.examples .items.items-cols .item .overlay{position:absolute;inset:0;display:grid;grid-template-rows:1fr auto;align-items:end;opacity:0;transition:opacity .18s ease-in-out}.examples .items.items-cols .item .overlay:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00000059,#00000080,#000000a6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.examples .items.items-cols .item .overlay .title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:92%;padding:10px 14px;border-radius:10px;text-align:center}.examples .items.items-cols .item .overlay .title .title-text{color:#000;font-size:24px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:600;line-height:135%;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.35)}.examples .items.items-cols .item .overlay .actions{position:relative;display:flex;justify-content:center;padding:0 0 16px;width:100%}.examples .items.items-cols .item .overlay .actions .gen-btn{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-width:180px;max-width:80%;padding:10px 14px;border-radius:10px;pointer-events:none}.examples .items.items-cols .item .overlay .actions .gen-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffff14,#ffffff05);border:1px solid rgba(255,255,255,.16);border-radius:inherit}.examples .items.items-cols .item .overlay .actions .gen-btn i{font-size:16px;line-height:1;color:#fff}.examples .items.items-cols .item .overlay .actions .gen-btn .btn-text{color:#000;font-size:16px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:600;line-height:150%;color:#fff;text-align:center;white-space:nowrap}.examples .items.items-cols .item .overlay .actions .gen-btn .btn-spacer{width:16px;height:16px}.examples .items.items-cols .item:hover .overlay,.examples .items.items-cols .item:focus-visible .overlay{opacity:1}@media screen and (max-width:768px){.examples .items.items-cols .item .overlay{opacity:1;inset:0;align-items:flex-end;grid-template-rows:auto}.examples .items.items-cols .item .overlay:before{display:none}.examples .items.items-cols .item .overlay .title{position:absolute;inset:auto 10px 10px;transform:none;max-width:100%;padding:0;border-radius:0;text-align:left}.examples .items.items-cols .item .overlay .title .title-text{text-align:left;text-shadow:none;color:#000;font-size:18px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:600;line-height:135%;color:#fff}.examples .items.items-cols .item .overlay .actions{display:none}.examples .items.items-cols .item:hover .overlay,.examples .items.items-cols .item:focus-visible .overlay{opacity:1}}.paywallpop{position:fixed;inset:0;z-index:999999}.paywallpop.hidden{display:none}.paywallpop__backdrop{position:absolute;inset:0;background:#0000006b;opacity:0;animation:acc-fade-in .2s ease forwards}.paywallpop .paywall-shell{width:min(700px,92vw);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 20px 60px #0003;display:grid;grid-template-columns:.6fr 1fr;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.paywallpop .paywall-shell .left{position:relative;background:#0b0f1a}.paywallpop .paywall-shell .left video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.paywallpop .paywall-shell .left .brand{position:absolute;left:28px;bottom:24px;color:#fff;font-weight:300;letter-spacing:5px;font-size:14px}.paywallpop .paywall-shell .right{padding:32px 36px;display:flex;flex-direction:column;gap:14px;position:relative}.paywallpop .paywall-shell .right .head{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.paywallpop .paywall-shell .right .head header{width:100%;color:#000;font-size:20px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:600;line-height:135%;text-align:center}.paywallpop .paywall-shell .right .head p{width:100%;color:#000;font-size:12px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;text-align:center;color:#333}.paywallpop .paywall-shell .right .head .trust-wrapper{display:inline-flex;align-items:center;gap:8px}.paywallpop .paywall-shell .right .head .dots{display:inline-flex;align-items:center;font-size:0}.paywallpop .paywall-shell .right .head .dot{width:28px;height:28px;border-radius:50%;display:inline-block;position:relative;border:2px solid #ffffff;box-shadow:0 6px 18px #0000000f}.paywallpop .paywall-shell .right .head .dot+.dot{margin-left:-10px}.paywallpop .paywall-shell .right .head .dot-a{z-index:3;background:linear-gradient(135deg,#60a5fa,#2563eb)}.paywallpop .paywall-shell .right .head .dot-b{z-index:2;background:linear-gradient(135deg,#9333ea,#7c3aed)}.paywallpop .paywall-shell .right .head .dot-c{z-index:1;background:linear-gradient(135deg,#6366f1,#4f46e5)}.paywallpop .paywall-shell .right .head .dot-b:after{content:"";position:absolute;inset:-6px;border-radius:50%;filter:blur(8px);opacity:.12;background:radial-gradient(circle,#7c3aed 0%,transparent 40%);pointer-events:none;z-index:-1}.paywallpop .paywall-shell .right .head .trust-text{color:#000;font-size:12px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;color:#333}.paywallpop .paywall-shell .right .payment-check{display:flex;flex-wrap:wrap;margin-bottom:64px;margin-top:10px}@media screen and (min-width:1280px){.paywallpop .paywall-shell .right .payment-check{flex:0 0 68%;margin-left:auto;margin-right:auto}}.paywallpop .paywall-shell .right .payment-check__headline{width:100%;text-align:center;margin-top:32px}.paywallpop .paywall-shell .right .payment-check__headline h2{font-size:24px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:600;line-height:135%;color:#000;margin-bottom:32px}.paywallpop .paywall-shell .right .payment-check .products{display:flex;flex-wrap:wrap;flex-direction:column;width:100%}.paywallpop .paywall-shell .right .payment-check .products .product{display:flex;flex-wrap:wrap;justify-content:space-between;flex:1;padding:16px 24px;border:4px solid #CCCCCC;border-radius:16px;position:relative;cursor:pointer}.paywallpop .paywall-shell .right .payment-check .products .product>div{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.paywallpop .paywall-shell .right .payment-check .products .product>div span{width:100%}.paywallpop .paywall-shell .right .payment-check .products .product .original{color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;color:gray;text-decoration:line-through}.paywallpop .paywall-shell .right .payment-check .products .product .hot-deal-text{color:#000;font-size:12px;font-family:Inter;font-style:normal;font-weight:600;line-height:150%;color:#4d4d4d;margin-bottom:7px;position:absolute;left:50%;transform:translate(-50%);top:-16px;width:auto!important;background:#ccc;border-radius:8px;padding:6px 12px}.paywallpop .paywall-shell .right .payment-check .products .product.active{background:#f8f5e3;border:4px solid #FFC800}.paywallpop .paywall-shell .right .payment-check .products .product.active .hot-deal-text{background:#ffc800}.paywallpop .paywall-shell .right .payment-check .footnote{width:100%;text-align:center;color:#000;font-size:12px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;margin:14px 0}.paywallpop .paywall-shell .right .payment-check .btnist{width:100%}@media(max-width:900px){.paywallpop .paywall-shell{grid-template-columns:1fr;width:100vw;height:100dvh;border-radius:0;place-content:flex-end;align-content:flex-end;color:#fff!important}.paywallpop .paywall-shell header,.paywallpop .paywall-shell p,.paywallpop .paywall-shell span{color:#fff!important}.paywallpop .paywall-shell .active{background:unset!important;border:4px solid #FFC800}.paywallpop .paywall-shell .active .hot-deal-text{background:#ffc800}.paywallpop .paywall-shell .right{background:#000!important;background:linear-gradient(0deg,#0009,#3339,#6669)!important;padding:16px 24px}.paywallpop .paywall-shell .payment-check{margin-bottom:0!important}.paywallpop .left{position:absolute!important;top:0;left:0;width:100%;height:100%}.paywallpop .left .brand{display:none}.paywallpop .btnist{background:#fff!important;color:#1a1a1a!important}}
