.paf{--paf-font: Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--paf-text: #333333;--paf-muted: #666666;--paf-accent: #3da0f0;--paf-border: #dddddd;--paf-gray-bg: #f5f7fb;--paf-cta-bg-top: #f5f5f5;--paf-cta-bg-bottom: #ffffff;--paf-max-width: 1280px;background:#fff;color:var(--paf-text);font-family:var(--paf-font);overflow:hidden}.paf *,.paf *:before,.paf *:after{box-sizing:border-box}.paf img{display:block;max-width:100%}.paf__container{width:min(100% - 40px,var(--paf-max-width));margin:0 auto}.paf__hero{position:relative;height:var(--paf-hero-height-desktop, 340px);color:#fff;overflow:hidden;background:#000}.paf__hero-media,.paf__hero-overlay,.paf__hero-picture{position:absolute;pointer-events:none}.paf__hero-media,.paf__hero-overlay{top:0;right:0;bottom:0;left:0}.paf__hero-picture{display:block;width:111.76%;height:355%;left:-5.88%;top:-116.27%}.paf__hero-img{display:block;width:100%;height:100%;max-width:none;object-fit:fill}.paf__hero-overlay{background:linear-gradient(180deg,#000000b3 27.35%,#0003)}.paf__hero-content{position:relative;z-index:1;width:min(100% - 40px,720px);margin:0 auto;padding-top:63px;text-align:center}.paf__hero-title{margin:0;font-size:40px;line-height:40px;font-weight:700;letter-spacing:0;color:#fff;text-transform:capitalize;text-shadow:0 2px 2px rgba(0,0,0,.75)}.paf__hero-copy{width:min(100%,527px);margin:18px auto 0;font-size:16px;line-height:26px;font-weight:400;color:#fff;text-transform:capitalize}.paf__hero-copy p{margin:0}.paf__hero-actions{display:flex;justify-content:center;gap:12px;margin-top:30px}.paf__button,.paf__cta-button{min-height:48px;border-radius:30px;display:inline-flex;align-items:center;justify-content:center;border:0;text-decoration:none;font-size:20px;line-height:20px;font-weight:500;letter-spacing:0;text-transform:capitalize;transition:background-color .16s ease,color .16s ease,border-color .16s ease,opacity .16s ease,transform .16s ease}.paf__button:focus-visible,.paf__cta-button:focus-visible{outline:2px solid var(--paf-accent);outline-offset:3px}.paf__button--primary{width:134px;background:#fff;color:#333}.paf__button--primary:hover,.paf__button--primary:active{background:#f1f1f1;transform:translateY(-1px)}.paf__button--secondary{width:244px;gap:7px;background:#e9ecef80;border:2px solid #ffffff;color:#fff}.paf__button--secondary svg{width:20px;height:20px;flex:0 0 auto;transform:rotate(0);transition:transform .16s ease}.paf__button--secondary:hover,.paf__button--secondary:active{background:#ffffff3d;transform:translateY(-1px)}.paf__button--secondary:hover svg{transform:translate(2px)}.paf__benefits{height:var(--paf-benefits-height-desktop, 373px);background:#fff;padding-top:60px}.paf__section-title,.paf__cta-title{margin:0;font-size:40px;line-height:40px;font-weight:700;letter-spacing:0;color:var(--paf-text);text-align:center}.paf__section-copy,.paf__cta-copy{margin:10px auto 0;font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;color:var(--paf-muted);text-align:center;text-transform:capitalize}.paf__benefit-grid{display:grid;grid-template-columns:repeat(4,245px);justify-content:center;gap:80px;margin-top:40px}.paf__benefit-item,.paf__step-card{text-align:center}.paf__benefit-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.paf__benefit-icon img,.paf__step-icon img{width:100%;height:100%;object-fit:contain}.paf__item-title,.paf__step-title{margin:0;font-size:22px;line-height:22px;font-weight:700;letter-spacing:0;color:var(--paf-text);text-transform:capitalize}.paf__item-copy{margin:10px auto 0;width:245px;font-size:16px;line-height:24px;font-weight:400;color:var(--paf-muted)}.paf__item-copy p{margin:0}.paf__item-copy a{color:var(--paf-accent);text-decoration:none}.paf__item-copy a:hover,.paf__item-copy a:focus-visible{color:#1d79c8;text-decoration:underline;text-underline-offset:2px}.paf__how{height:var(--paf-how-height-desktop, 481px);background:var(--paf-gray-bg);padding-top:60px}.paf__step-grid{display:grid;grid-template-columns:repeat(4,305px);justify-content:center;gap:20px;margin-top:40px}.paf__step-card{height:259px;padding:34px 30px 28px;background:#fff;border:1px solid var(--paf-border);border-radius:16px;display:flex;flex-direction:column;align-items:center;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.paf__step-card:hover{border-color:#c7d9ec;box-shadow:0 8px 22px #26262914;transform:translateY(-2px)}.paf__step-icon{width:70px;height:70px;margin:0 auto 23px}.paf__step-copy{margin:10px 0 0;max-width:245px;font-size:16px;line-height:24px;font-weight:400;color:var(--paf-muted);text-transform:capitalize}.paf__cta{height:var(--paf-cta-height-desktop, 308px);padding-top:60px;background:linear-gradient(180deg,var(--paf-cta-bg-top) 0%,var(--paf-cta-bg-bottom) 100%);text-align:center}.paf__cta-copy{width:min(100%,712px);margin-top:16px}.paf__cta-button{min-width:138px;margin-top:30px;padding:14px 22px;background:#000;color:#fff}.paf__cta-button:hover,.paf__cta-button:active{background:#2b2b2b;transform:translateY(-1px)}@media(max-width:1180px){.paf__benefit-grid,.paf__step-grid{grid-template-columns:repeat(2,minmax(0,305px))}.paf__benefits,.paf__how{height:auto;padding-bottom:60px}}@media(max-width:767px){.paf__container{width:min(100% - 20px,373px)}.paf__hero{height:var(--paf-hero-height-mobile, 326px)}.paf__hero-picture{width:170.59%;height:125.6%;left:-35.29%;top:-2.01%}.paf__hero-overlay{background:linear-gradient(180deg,#000c 25.51%,#6663)}.paf__hero-content{width:min(100% - 60px,334px);padding-top:40px}.paf__hero-title{font-size:28px;line-height:28px}.paf__hero-copy{width:100%;margin-top:18px;font-size:16px;line-height:26px}.paf__hero-actions{gap:10px;margin-top:24px}.paf__button{min-height:40px;font-size:16px;line-height:16px}.paf__button--primary{width:112px}.paf__button--secondary{width:204px;gap:6px}.paf__button--secondary svg{width:18px;height:18px}.paf__benefits{height:var(--paf-benefits-height-mobile, 489px);margin-top:-10px;padding-top:30px;border-radius:10px 10px 0 0;position:relative;z-index:1}.paf__section-title,.paf__cta-title{font-size:24px;line-height:24px}.paf__section-copy,.paf__cta-copy{font-size:14px;line-height:24px}.paf__benefit-grid{grid-template-columns:repeat(2,141px);justify-content:center;column-gap:51px;row-gap:20px;margin-top:29px}.paf__benefit-icon{width:58px;height:58px;margin-bottom:15px}.paf__item-title,.paf__step-title{font-size:18px;line-height:18px;font-weight:600}.paf__item-copy{width:141px;margin-top:10px;font-size:14px;line-height:18px}.paf__item-copy a{overflow-wrap:anywhere;word-break:break-word;text-decoration:underline;text-underline-offset:2px}.paf__how{height:var(--paf-how-height-mobile, 694px);padding-top:30px}.paf__section-copy{margin-top:8px}.paf__step-grid{grid-template-columns:181px 180px;justify-content:center;gap:12px;margin-top:34px}.paf__step-card{height:265px;padding:20px 20px 18px}.paf__step-card:hover{box-shadow:none;transform:none}.paf__step-icon{width:60px;height:60px;margin-bottom:13px}.paf__step-icon--promote{width:50px;height:50px;margin-bottom:23px}.paf__step-icon--paid{width:52px;height:55px;margin-bottom:22px}.paf__step-copy{max-width:141px;margin-top:10px;font-size:14px;line-height:24px}.paf__cta{height:var(--paf-cta-height-mobile, 240px);padding-top:30px}.paf__cta-title{font-size:28px;line-height:28px}.paf__cta-copy{width:373px;max-width:100%;margin-top:12px}.paf__cta-button{min-height:38px;min-width:133px;margin-top:18px;padding:9px 22px;font-size:20px;line-height:20px}}@media(max-width:374px){.paf__hero-content{width:calc(100% - 32px)}.paf__hero-actions{flex-direction:column;align-items:center}.paf__button--primary,.paf__button--secondary{width:min(100%,250px)}.paf__benefit-grid,.paf__step-grid{grid-template-columns:1fr}.paf__benefits,.paf__how{height:auto;padding-bottom:40px}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/section-pongbot-affiliate-program-page.css.map */
