.author-quote{display:flex;margin-top:34px;flex-direction:column;gap:18px;background:#1a1f28;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:28px 24px}.author-quote .author-quote-row{display:flex;flex-direction:column;align-items:center;gap:20px}.author-quote .author-quote-side{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;flex-shrink:0;position:relative}.author-quote .author-quote-side::after{content:'\201C';position:absolute;top:calc(50% - 88px);left:calc(50% + 46px);font-size:120px;line-height:1;font-family:Georgia,"Times New Roman",serif;color:#ffa333;font-weight:700;pointer-events:none;z-index:2}.author-quote .author-quote-av{width:180px;height:180px;border-radius:50%;overflow:hidden;border:14px solid rgba(156,125,60,.3);flex-shrink:0}.author-quote .author-quote-av img{width:100%;height:100%;object-fit:cover;display:block}.author-quote .author-quote-linkedin{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px}.author-quote .author-quote-linkedin .wd-icon{width:32px;height:32px;background-color:#fff;-webkit-mask:url(/wp-content/themes/wetten-de/assets/icons/fa/brands/linkedin.svg) center/contain no-repeat;mask:url(/wp-content/themes/wetten-de/assets/icons/fa/brands/linkedin.svg) center/contain no-repeat;transition:background-color 0.2s cubic-bezier(.4,0,.2,1)}.author-quote .author-quote-linkedin:hover .wd-icon{background-color:#19dbea}.author-quote .author-quote-main{position:relative;min-width:0;text-align:center;display:flex;flex-direction:column;background:#12171c;border-radius:14px;padding:22px 24px}.author-quote .author-quote-quote{position:relative;font-size:18px;font-weight:600;line-height:1.7;color:rgba(255,255,255,.8);font-style:italic;margin:0 0 14px}.author-quote .author-quote-meta{font-size:15px;margin-top:10px;margin-bottom:14px}.author-quote .author-quote-name{font-weight:700;color:#fff}.author-quote .author-quote-role{color:rgba(255,255,255,.5);font-weight:400;font-style:italic}.author-quote .author-quote-role::before{content:'|';margin:0 8px;color:rgba(255,255,255,.28);font-style:normal}.author-quote .author-quote-foot{display:flex;align-items:center;gap:24px}.author-quote .author-quote-foot .author-quote-linkedin{flex:1}.author-quote .author-quote-foot .author-quote-more{flex:3}.author-quote .author-quote-more{color:#19dbea;font-size:16px;font-weight:600;text-decoration:none;text-align:right}.author-quote .author-quote-more:hover{text-decoration:underline}@media (min-width:768px){.author-quote{padding:30px 40px}.author-quote .author-quote-row{flex-direction:row;align-items:stretch;gap:24px}.author-quote .author-quote-side{flex:1}.author-quote .author-quote-main{text-align:left;padding:24px 30px;flex:3}}@media (max-width:767px){.author-quote{align-items:center}.author-quote .author-quote-row,.author-quote .author-quote-foot{display:contents}.author-quote .author-quote-side{order:1}.author-quote .author-quote-foot .author-quote-linkedin{order:2;flex:none}.author-quote .author-quote-main{order:3;width:100%}.author-quote .author-quote-foot .author-quote-more{order:4;flex:none;width:100%;text-align:center}}.author-quote br{display:none}.author-profile{display:flex;gap:40px;align-items:flex-start;background:rgba(255,255,255,.04);border:1px solid rgba(255,140,46,.12);border-left:3px solid #f69d13;border-radius:14px;padding:36px 40px}.author-profile-left{display:flex;flex-direction:column;align-items:center;text-align:center;flex-shrink:0;width:160px}.author-profile-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid rgba(255,140,46,.25);margin-bottom:14px}.author-profile-avatar img{width:100%;height:100%;object-fit:cover;display:block}.author-profile-name{font-size:17px;font-weight:700;color:#f0ece6;margin-bottom:3px}.author-profile-role{font-size:12px;color:#f69d13;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.author-profile-link{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:rgba(255,255,255,.35);padding:5px 12px;border-radius:100px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}.author-profile-link:hover{color:#f69d13;border-color:rgba(255,140,46,.25)}.author-profile-body{flex:1;min-width:0}.author-profile-bio{font-size:15px;color:rgba(255,255,255,.75);line-height:1.75;margin-bottom:24px}.author-profile-stats{display:flex;gap:32px;padding-top:20px;border-top:1px solid rgba(255,255,255,.07);justify-content:space-evenly}.author-profile-stat-n{font-size:16px;font-weight:700;color:#f69d13;line-height:1.2;text-align:center}.author-profile-stat-l{font-size:11px;color:rgba(255,255,255,.4);margin-top:3px;text-transform:uppercase;letter-spacing:.4px;text-align:center}@media (max-width:767px){.author-profile{flex-direction:column;align-items:center;text-align:center;padding:28px 20px;gap:24px}.author-profile-left{width:100%}.author-profile-stats{justify-content:center;flex-wrap:wrap;gap:20px}}.boosts{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin:34px 0 30px}.boost{background:#141922;border:1px solid #70501d;border-radius:16px;display:flex;flex-direction:column;transition:border-color 0.2s cubic-bezier(.4,0,.2,1),transform 0.2s cubic-bezier(.4,0,.2,1),box-shadow 0.2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.boost:hover{border-color:rgba(255,140,46,.6);transform:translateY(-4px);box-shadow:0 0 0 1px rgba(255,140,46,.4),0 16px 48px rgba(255,140,46,.14)}.boost .boost-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.07)}.boost .boost-liga{display:inline-flex;align-items:center;gap:7px;padding:11px 12px;border-radius:8px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);font-size:14px;font-weight:600;color:#f0f2f5;white-space:nowrap}.boost .boost-liga-icon{width:16px;height:16px;border-radius:2px;display:block;background:#fff;padding:1px;box-sizing:border-box;object-fit:contain;flex-shrink:0}.boost .boost-countdown{font-size:14px;font-weight:500;color:#3edd78;display:flex;align-items:center;gap:6px;white-space:nowrap}.boost .boost-countdown.boost-expired{color:#ef4444}.boost .boost-countdown .boost-countdown-val{font-weight:700}.boost .boost-countdown .wd-icon-clock{width:18px;height:18px;-webkit-mask-image:url(/wp-content/themes/wetten-de/assets/icons/fa/solid/clock.svg);mask-image:url(/wp-content/themes/wetten-de/assets/icons/fa/solid/clock.svg)}.boost .boost-top{display:flex;justify-content:center;padding:24px 18px 0}.boost .boost-logo-wrap{width:150px;height:62px;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff center / contain no-repeat;flex-shrink:0;font-size:0;color:transparent}.boost .boost-body{display:flex;flex-direction:column;gap:6px;text-align:center;padding:16px 18px 0}.boost .boost-match{font-size:19px;font-weight:700;margin-bottom:0;letter-spacing:-.2px;line-height:1.3;color:#fff}.boost .boost-mkt{font-size:18px;color:#94a3b8;margin-bottom:0}.boost .boost-panel{position:relative;margin:16px 18px 18px;padding:16px;background:#0b0e13;border:1px solid rgba(255,255,255,.06);border-radius:12px}.boost .boost-odds{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:14px}.boost .boost-old{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:20px;font-weight:600;color:#94a3b8;text-decoration:line-through}.boost .boost-arr{color:rgba(255,255,255,.5);font-size:15px;display:flex;align-items:center}.boost .boost-arr .wd-icon-arrow-right{width:15px;height:15px;-webkit-mask-image:url(/wp-content/themes/wetten-de/assets/icons/fa/solid/arrow-right.svg);mask-image:url(/wp-content/themes/wetten-de/assets/icons/fa/solid/arrow-right.svg)}.boost .boost-new{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:30px;font-weight:800;color:#fff;line-height:1}.boost .boost-pct{position:absolute;right:16px;font-size:12px;color:#3edd78;font-weight:700;background:rgba(62,221,120,.12);border:1px solid rgba(62,221,120,.3);padding:3px 10px;border-radius:100px}.boost .boost-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:calc(100% - 20px);margin:auto auto 10px;padding:11px;border:5px solid #1a484c;border-radius:13px;background:linear-gradient(90deg,#06c3ce,#ed9f1b);color:#052a28;font-size:17px;font-weight:700;text-decoration:none;transition:background 0.2s cubic-bezier(.4,0,.2,1),filter 0.2s cubic-bezier(.4,0,.2,1)}.boost .boost-cta:hover{background:#1edce8;filter:none;color:#052a28}.boost .boost-badge{display:inline-flex;align-items:center;gap:5px;align-self:center;padding:4px 12px;border-radius:100px;background:rgba(246,157,19,.08);border:1px solid rgba(246,157,19,.2);color:#f69d13;font-size:14px;font-weight:700;margin-top:2px}.boost .boost-badge .wd-icon{width:14px;height:14px}.boost .boost-badge .wd-icon-user-plus{-webkit-mask-image:url(/wp-content/themes/wetten-de/assets/icons/fa/solid/user-plus.svg);mask-image:url(/wp-content/themes/wetten-de/assets/icons/fa/solid/user-plus.svg)}.boost .boost-agb{text-align:center;font-size:10px;line-height:1.4;color:rgba(255,255,255,.4);padding:0 16px 14px;margin-top:auto}.boost .boost-ribbon{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:3;background:url(/wp-content/themes/wetten-de/assets/icons/ui/ribbon-centered.svg) no-repeat center/100% 100%;color:#f69d13;font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;padding:0 34px;height:28px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;white-space:nowrap}.boost.boost-top-deal{border-color:rgba(255,140,46,.5);box-shadow:0 4px 24px rgba(255,140,46,.12)}.nk-boosts{display:flex;flex-direction:column;gap:12px;margin-top:34px}.nk-boost{display:flex;align-items:center;gap:20px;padding:16px 22px;background:#10151a;border:1px solid rgba(255,140,46,.15);border-left:3px solid #f69d13;border-radius:14px;transition:border-color 0.2s cubic-bezier(.4,0,.2,1),transform 0.2s cubic-bezier(.4,0,.2,1),box-shadow 0.2s cubic-bezier(.4,0,.2,1)}.nk-boost:hover{border-color:rgba(255,140,46,.45);transform:translateY(-2px);box-shadow:0 12px 40px rgba(255,140,46,.18)}.nk-boost .nk-boost-logo{width:120px;height:56px;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#10151a center / contain no-repeat;border:1px solid rgba(255,255,255,.09);flex-shrink:0;font-size:0;color:transparent}.nk-boost .nk-boost-body{flex:1;min-width:0}.nk-boost .nk-boost-title{font-size:16px;font-weight:700;color:#f0ece6;letter-spacing:-.2px;margin-bottom:4px}.nk-boost .nk-boost-desc{font-size:13px;color:rgba(255,255,255,.75);line-height:1.5}.nk-boost .nk-boost-value{display:flex;align-items:baseline;gap:8px;flex-shrink:0}.nk-boost .nk-boost-old{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;color:rgba(255,255,255,.4);text-decoration:line-through}.nk-boost .nk-boost-arr{color:#f69d13;font-size:14px;opacity:.7}.nk-boost .nk-boost-quote{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:32px;font-weight:900;color:#fff;line-height:1;letter-spacing:-1px}.nk-boost .nk-boost-pct{font-size:11px;font-weight:700;color:#3edd78;background:rgba(62,221,120,.1);border:1px solid rgba(62,221,120,.25);padding:3px 10px;border-radius:100px;white-space:nowrap}.nk-boost .nk-boost-cta{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 24px;border-radius:10px;background:linear-gradient(135deg,#f69d13,#f0b429);color:#1a1714;font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background 0.2s cubic-bezier(.4,0,.2,1),transform 0.2s cubic-bezier(.4,0,.2,1),box-shadow 0.2s cubic-bezier(.4,0,.2,1)}.nk-boost .nk-boost-cta:hover{background:#e67a20;color:#1a1714;transform:translateY(-1px);box-shadow:0 4px 16px rgba(255,140,46,.35)}.nk-boost .nk-boost-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:100px;background:rgba(255,140,46,.08);border:1px solid rgba(255,140,46,.2);color:#f69d13;font-size:11px;font-weight:700;margin-top:6px}.nk-boost .nk-boost-badge .wd-icon{font-size:10px}.nk-boost .nk-boost-countdown{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:11px;color:#f69d13;display:inline-flex;align-items:center;gap:5px;margin-top:6px;padding:3px 10px;border-radius:100px;background:rgba(255,140,46,.08);border:1px solid rgba(255,140,46,.15)}.nk-boost.nk-boost-hero{border-color:rgba(255,140,46,.3);background:linear-gradient(135deg,rgba(255,140,46,.06),rgba(255,140,46,.02));position:relative}.nk-boost.nk-boost-hero:hover{border-color:rgba(255,140,46,.5);box-shadow:0 8px 40px rgba(255,140,46,.15)}.nk-boost.nk-boost-top{border-color:rgba(255,140,46,.5);background:linear-gradient(135deg,rgba(255,140,46,.1),rgba(255,140,46,.03));box-shadow:0 4px 24px rgba(255,140,46,.12)}.nk-boost.nk-boost-top:hover{box-shadow:0 12px 48px rgba(255,140,46,.2)}.nk-boost.nk-boost-top .nk-boost-quote{font-size:38px}.nk-boost.nk-boost-top .nk-boost-cta{padding:14px 28px;font-size:15px;box-shadow:0 4px 20px rgba(255,140,46,.4);animation:ctaGlow 2s ease-in-out infinite}@keyframes ctaGlow{0%,100%{box-shadow:0 4px 20px rgba(255,140,46,.4)}50%{box-shadow:0 4px 32px rgba(255,140,46,.65)}}.nk-boost.nk-boost-top::after{content:'TOP-DEAL';position:absolute;top:0;left:0;background:linear-gradient(135deg,#f69d13,#f0b429);color:#1a1714;font-size:9px;font-weight:800;letter-spacing:.5px;padding:3px 10px;border-radius:0 0 8px 0}.nk-compact{max-width:780px;margin:34px auto 0}.nk-compact .nk-boost p{display:contents}.nk-compact .nk-boost br{display:none}.nk-compact .nk-boost-title{font-size:13px;margin-bottom:2px}.nk-compact .nk-boost-desc{font-size:11px}.nk-compact .nk-boost-old{font-size:13px}.nk-compact .nk-boost-quote{font-size:24px}.nk-compact .nk-boost.nk-boost-top .nk-boost-quote{font-size:24px}.nk-compact .nk-boost-cta{padding:10px 14px;font-size:13px}.nk-compact .nk-boost.nk-boost-top .nk-boost-cta{padding:10px 14px;font-size:13px}@media (min-width:768px){.nk-compact .nk-boost{display:grid;padding:12px 14px;column-gap:12px;row-gap:3px;align-items:center;grid-template-columns:104px minmax(0,1fr) auto auto;grid-template-areas:"logo title value cta" "logo desc value cta" "badge . value countdown"}.nk-compact .nk-boost-body{display:contents}.nk-compact .nk-boost-logo{grid-area:logo;width:104px!important;height:48px!important;align-self:end}.nk-compact .nk-boost-badge{grid-area:badge;justify-self:center;margin-top:4px;white-space:nowrap;font-size:10px;padding:3px 9px}.nk-compact .nk-boost-title{grid-area:title;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;align-self:end;margin-bottom:0}.nk-compact .nk-boost-desc{grid-area:desc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;align-self:start}.nk-compact .nk-boost-value{grid-area:value;display:grid;grid-template-columns:auto auto auto;column-gap:6px;row-gap:5px;align-items:baseline;justify-items:center}.nk-compact .nk-boost-pct{grid-column:1 / -1}.nk-compact .nk-boost-cta{grid-area:cta;align-self:end}.nk-compact .nk-boost-countdown{grid-area:countdown;justify-self:center;margin-top:4px}}@media (max-width:767px){.nk-boost{flex-direction:column;align-items:center;text-align:center;gap:12px;padding:16px}.nk-boost .nk-boost-logo{width:120px;height:56px}.nk-boost .nk-boost-body{width:100%}.nk-boost .nk-boost-countdown{align-self:center}.nk-boost .nk-boost-value{justify-content:center}.nk-boost .nk-boost-cta{width:100%;justify-content:center}.nk-boost.nk-boost-top::after{left:0}.boosts{grid-template-columns:1fr}.boost .boost-header{padding:14px 16px}.boost .boost-top{padding:20px 16px 0}.boost .boost-body{padding:14px 16px 0}.boost .boost-panel{margin:14px 16px 16px}.boost .boost-match{font-size:17px}.boost .boost-mkt{font-size:13px}}.nk-boost-agb{text-align:center;font-size:10px;color:rgba(255,255,255,.4);padding:6px 12px 2px;width:100%}.nk-boost-logo-text{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:13px;font-weight:700;color:#111;text-align:center;padding:4px;box-sizing:border-box}.promo-bonus{position:relative;overflow:hidden;max-width:880px;margin:34px auto 0;display:flex;flex-direction:column;align-items:center;gap:20px;background:#1a1f27;border:1px solid rgba(255,140,46,.28);border-radius:16px;padding:30px 26px;text-align:center;box-shadow:0 10px 40px rgba(0,0,0,.35)}.promo-bonus::after{content:"";position:absolute;z-index:0;right:-130px;top:50%;transform:translateY(-50%);width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(45,212,191,.26),transparent 70%);opacity:.7;pointer-events:none}.promo-bonus>p,.promo-bonus .promo-bonus-mid{position:relative;z-index:1}.promo-bonus>p:first-child{margin:0;align-self:stretch;display:flex}.promo-bonus .promo-bonus-logo{flex:1;align-self:stretch;display:flex;align-items:center;justify-content:center;min-height:70px;background:#fff center / contain no-repeat;border-radius:8px;font-size:0;color:transparent}.promo-bonus .promo-bonus-mid{flex:1;min-width:0}.promo-bonus .promo-bonus-tag{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:#f69d13;margin-bottom:6px}.promo-bonus .promo-bonus-bonus{font-size:23px;font-weight:700;color:#f0ece6;line-height:1.3}.promo-bonus .promo-bonus-usps{font-size:15px;line-height:1.5;color:rgba(240,236,230,.65);margin-top:8px}.promo-bonus .promo-bonus-cta{flex-shrink:0;display:inline-block;width:100%;max-width:350px;padding:15px 34px;border:5px solid #1a484c;border-radius:13px;background:linear-gradient(90deg,#06c3ce,#ed9f1b);color:#052a28;font-size:17px;font-weight:700;text-align:center;white-space:nowrap;letter-spacing:.2px;transition:filter 0.2s ease}.promo-bonus .promo-bonus-cta:hover{background:#06c3ce;filter:none;color:#052a28}@media (max-width:767px){.promo-bonus>p:last-of-type{align-self:stretch}.promo-bonus .promo-bonus-cta{width:calc(100% - 32px);max-width:none}}@media (min-width:768px){.promo-bonus{flex-direction:row;text-align:left;padding:30px 36px}.promo-bonus>p:first-child{width:200px;flex-shrink:0}.promo-bonus .promo-bonus-mid{margin-left:18px}.promo-bonus .promo-bonus-cta{width:auto}}.promo-bonus br{display:none}.promo-bonus.promo-bonus-pick{margin:34px auto 0;padding:14px 18px}.promo-bonus-pick .promo-bonus-bonus{font-size:17px}.promo-bonus-pick .promo-bonus-usps{font-size:13px;font-style:italic;color:rgba(240,236,230,.7);margin-top:6px}.promo-bonus+.promo-bonus-legal{max-width:780px;margin:8px auto 0;font-size:13px;line-height:1.5;color:rgba(240,236,230,.4);text-align:center}.promo-bonus-pick+.promo-bonus-legal{margin-bottom:30px;font-size:12px;color:rgba(240,236,230,.35)}@media (min-width:768px){.promo-bonus-pick+.promo-bonus-legal{text-align:right}}.faq-list{display:flex;flex-direction:column;gap:16px;width:100%;margin:0 auto}.faq-list .faq-item{background:rgba(255,255,255,.04);border:none;box-shadow:0 1px 8px rgba(0,0,0,.2);border-radius:14px;overflow:hidden;transition:box-shadow 0.2s cubic-bezier(.4,0,.2,1)}.faq-list .faq-item:hover{box-shadow:0 2px 16px rgba(0,0,0,.3)}.faq-list .faq-item.faq-open{box-shadow:0 4px 20px rgba(255,140,46,.1)}.faq-list .faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 25px;cursor:pointer;background:none;border:none;width:100%;text-align:left;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;transition:background 0.2s cubic-bezier(.4,0,.2,1)}.faq-list .faq-item:not(.faq-open) .faq-q:hover{background:rgba(255,255,255,.03)}.faq-list .faq-q-text{font-size:24px;font-weight:500;color:#f0ece6;line-height:1.4}.faq-list .faq-q-icon{width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:rgba(255,255,255,.4);font-size:12px;transition:background 0.2s cubic-bezier(.4,0,.2,1),color 0.2s cubic-bezier(.4,0,.2,1),border-color 0.2s cubic-bezier(.4,0,.2,1),transform 0.35s cubic-bezier(.4,0,.2,1)}.faq-list .faq-item.faq-open .faq-q-icon{transform:rotate(180deg);background:rgba(255,140,46,.1);color:#f69d13;border-color:rgba(255,140,46,.25)}.faq-list .faq-a{max-height:0;overflow:hidden;transition:max-height 0.4s cubic-bezier(.4,0,.2,1)}.faq-list .faq-item.faq-open .faq-a{max-height:600px}.faq-list .faq-a-inner{padding:0 3px 24px;font-size:15px;color:#c2c3c4;line-height:1.75;border-top:none;margin:0 22px}.faq-list .faq-a-inner a{font-weight:600}.faq-list .faq-a-inner a:hover{text-decoration:underline}.faq-list .faq-item p{display:contents}.faq-list .faq-q{display:flex!important;width:100%!important}.faq-list .faq-q-text{flex:1 1 0%;min-width:0}@media (max-width:599px){.faq-list .faq-q-text{font-size:20px}}.ft{padding:56px 24px 24px;position:relative;z-index:1;background:#141210}.ft .ft-in{max-width:1160px;margin:0 auto}.ft .ft-top{display:flex;justify-content:space-between;align-items:flex-start;gap:48px;margin-bottom:36px;flex-wrap:wrap}.ft .ft-brand{max-width:280px}.ft .ft-bn{margin-bottom:10px}.ft .ft-bn img{height:30px;width:auto;display:block}.ft .ft-bt{font-size:13px;color:rgba(255,255,255,.65);line-height:1.75}.ft .ft-cols{display:flex;gap:48px}.ft .ft-col-t{font-size:11px;font-weight:700;text-transform:uppercase;color:#f69d13;margin-bottom:14px}.ft-col a,.ft .ft-cookie-settings{display:block;padding:4px 0;font-size:13px;color:#fff;transition:color 0.15s}.ft .ft-cookie-settings{cursor:pointer}.ft-col a:hover,.ft .ft-cookie-settings:hover,.ft .ft-cookie-settings:focus-visible{color:#f69d13}.ft-disc{border-top:1px solid rgba(255,255,255,.07);padding:16px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.ft-disc-leg{font-size:12px;color:rgba(255,255,255,.3);line-height:1.7}.ft-disc-aff{font-size:12px;color:rgba(255,255,255,.38);line-height:1.6;width:100%;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:4px}.ft-disc-aff strong{color:rgba(255,255,255,.35)}.ft-disc-copy{font-size:12px;color:rgba(255,255,255,.22);display:flex;align-items:center;gap:6px}.ft-disc-iglogo{height:16px;width:auto;opacity:.4;transition:opacity 0.2s}.ft-disc-iglink{position:relative;display:inline-flex;overflow:hidden;border-radius:3px}.ft-disc-iglink::after{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.55) 50%,rgba(255,255,255,0) 100%);transform:skewX(-20deg);transition:none;pointer-events:none}.ft-disc-iglink:hover .ft-disc-iglogo{opacity:.75}.ft-disc-iglink:hover::after{left:150%;transition:left 0.45s ease}.ft-disc-iglink:active .ft-disc-iglogo{opacity:1}.ft-disc-badges{display:flex;align-items:center;gap:12px}.ft-disc-badges img{height:36px;width:auto;opacity:.7}.ft-disc-badges .ft-disc-badge-check{height:64px}.ft-disc-badges a img{transition:opacity 0.2s}.ft-disc-badges a:hover img{opacity:1}.ft-safe{font-size:11px;color:rgba(255,255,255,.45);line-height:1.75;max-width:240px;align-self:flex-start}.ft-safe a{color:rgba(255,255,255,.4);text-decoration:none}.ft-safe a:hover{color:#f69d13}.ft-compliance{border-top:1px solid rgba(255,255,255,.06);padding:14px 0 0}.ft-compliance-in{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.ft-cb{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:rgba(255,255,255,.28);white-space:nowrap}.ft-cb i{font-size:11px}.ft-cb a{color:rgba(255,255,255,.28);text-decoration:none;transition:color 0.15s}.ft-cb a:hover{color:#f69d13}.ft-cb-badge{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:5px;padding:4px 9px;font-size:12px;font-weight:800;color:rgba(255,255,255,.45);letter-spacing:.5px}.ft-cb-ggl{background:rgba(255,140,46,.07);border:1px solid rgba(255,140,46,.18);border-radius:5px;padding:4px 9px;color:rgba(255,140,46,.55);font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:5px}.ft-cb-ggl i{font-size:10px}.ft-cb-sep{width:1px;height:14px;background:rgba(255,255,255,.08);flex-shrink:0}.ft-cb-warn{color:rgba(255,190,60,.4)}.ft-cb-warn i{color:rgba(255,190,60,.5)}@media (min-width:768px){.ft .ft-top{flex-direction:row}.ft .ft-cols{gap:56px;flex-wrap:nowrap}.ft-disc{flex-direction:row}.ft-compliance-in{flex-wrap:wrap}}@media (max-width:767px){.ft .ft-top{flex-direction:column;align-items:center;gap:32px}.ft .ft-brand{max-width:100%;text-align:center}.ft .ft-bn{display:flex;justify-content:center}.ft-safe{max-width:100%;text-align:center}.ft .ft-cols{gap:28px;flex-wrap:wrap;max-width:85%}.ft-disc{flex-direction:column;align-items:center;text-align:center;gap:12px}.ft-disc-aff{text-align:center}.ft-disc-copy{justify-content:center}.ft-disc-badges{flex-wrap:wrap;gap:8px;justify-content:center}}.ft{background:#0a0c0f}