.footer-component {
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.footer-wraper::before, .footer-wraper::after, .footer-component::before, .footer-component::after {
  border: 0;
  outline: 0;
  box-shadow: none;
}
.footer-top-wrapper-2 {
  border-bottom: 0;
  position: relative;
}
.footer-top-wrapper-2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(254, 231, 5, .30), rgba(255, 255, 255, .18), rgba(254, 231, 5, .30), transparent);
  opacity: .85;
}
.text-bottom {
  border: 0;
  outline: 0;
  box-shadow: none;
  margin-top: 42px;
}
.copyright-text-2,
.pfp-info,
.container-large-2 {
  border: 0;
  outline: 0;
  box-shadow: none;
}



.header.w-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  background: linear-gradient(180deg, rgba(5, 5, 4, .96), rgba(5, 5, 4, .88));
  border-bottom: 1px solid rgba(254, 231, 5, .16);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .52), 0 1px 0 rgba(254, 231, 5, .06);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}
body.admin-bar .header.w-nav {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .header.w-nav {
    top: 46px;
  }
}
.main-wrapper,
.f8-challenges-page,
.f8-faq-page {
  padding-top: 96px;
}
.banner-section {
  padding-top: 28px;
}
@media (max-width: 991px) {
  .main-wrapper, .f8-challenges-page, .f8-faq-page {
    padding-top: 82px;
  }
}

.footer-component, .footer-component *, .footer-wraper, .footer-wraper *, .footer-top-wrapper-2, .text-bottom, .copyright-text-2, .pfp-info, .container-large-2 {
  box-shadow: none;
}
.footer-component {
  background: transparent;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin: 0;
}
.footer-wraper::after, .footer-component::before, .footer-component::after {
  display: none;
  content: none;
}
.footer-top-wrapper-2,
.text-bottom,
.copyright-text-2,
.pfp-info,
.container-large-2,
.privacy-policy-url-2,
.div-block-16,
.email-address {
  background: transparent;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.footer-top-wrapper-2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(254, 231, 5, .22), rgba(255, 255, 255, .10), rgba(254, 231, 5, .22), transparent);
  opacity: .82;
}
.text-bottom {
  margin-top: 44px;
  padding-top: 0;
}
.copy-p-2,
.text-bottom .copy-p-2 {
  color: rgba(255, 255, 255, .76);
}
.footer-logo-2,
.logoimg {
  filter: drop-shadow(0 0 18px rgba(254, 231, 5, .10));
}
.footer-social-list a,
.footer-top-wrapper-2 a,
.privacy-policy-url-2 a {
  color: rgba(255, 255, 255, .78);
}
.footer-social-list a:hover, .footer-top-wrapper-2 a:hover, .privacy-policy-url-2 a:hover {
  color: var(--f8-gold);
}

html,
body {
  background: radial-gradient(ellipse at 0% 14%, rgba(254, 231, 5, .12), transparent 36%), radial-gradient(ellipse at 100% 28%, rgba(254, 231, 5, .08), transparent 40%), linear-gradient(90deg, #0a0802 0%, #040404 22%, #030303 50%, #040404 78%, #0a0802 100%);
}

.f8-challenges-page {
  background: #030403;
  color: #fff;
  overflow: hidden
}
.f8-challenges-main {
  background: radial-gradient(circle at 8% 12%, rgba(254, 231, 5, .12), transparent 35%), radial-gradient(circle at 90% 10%, rgba(254, 231, 5, .08), transparent 35%), #030403
}
.f8c-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto
}
.f8c-hero {
  padding: 120px 0 80px;
  position: relative
}
.f8c-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center
}
.f8c-eyebrow {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #fee705;
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 14px
}
.f8c-hero h1,
.f8c-section-head h2 {
  font-size: clamp(42px, 6vw, 76px);
  line-height: .96;
  margin: 0;
  color: #fff;
  letter-spacing: -.05em
}
.f8c-lead,
.f8c-section-head p {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, .72);
  max-width: 760px
}
.f8c-hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px
}
.f8c-hero-card {
  border: 1px solid rgba(254, 231, 5, .22);
  background: linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02));
  box-shadow: 0 30px 90px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .08);
  border-radius: 32px;
  padding: 28px;
  min-height: 430px;
  position: relative;
  overflow: hidden
}
.f8c-hero-card:before {
  content: "";
  position: absolute;
  inset: -30%;
  background: linear-gradient(120deg, transparent, rgba(254, 231, 5, .14), transparent);
  transform: rotate(20deg)
}
.f8c-card-top,
.f8c-metric-grid {
  position: relative;
  z-index: 1
}
.f8c-card-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, .7);
  font-size: 14px
}
.f8c-card-top strong {
  color: #fee705
}
.f8c-chart {
  position: relative;
  z-index: 1;
  height: 190px;
  margin: 44px 0 28px;
  display: flex;
  align-items: flex-end;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  padding: 0 12px
}
.f8c-chart span {
  width: 17%;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(180deg, #fee705, #9f7e00);
  box-shadow: 0 0 36px rgba(254, 231, 5, .28)
}
.f8c-chart span:nth-child(1) {
  height: 36%
}
.f8c-chart span:nth-child(2) {
  height: 52%
}
.f8c-chart span:nth-child(3) {
  height: 68%
}
.f8c-chart span:nth-child(4) {
  height: 46%
}
.f8c-chart span:nth-child(5) {
  height: 86%
}
.f8c-metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}
.f8c-metric-grid div {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  padding: 16px;
  background: rgba(0, 0, 0, .22)
}
.f8c-metric-grid small {
  display: block;
  color: rgba(255, 255, 255, .55);
  margin-bottom: 6px
}
.f8c-metric-grid strong {
  color: #fff
}
.f8c-section {
  padding: 80px 0
}
.f8c-section-head {
  text-align: center;
  margin: 0 auto 42px
}
.f8c-section-head.compact {
  margin-bottom: 28px
}
.f8c-section-head h2 {
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.05
}
.f8c-section-head p {
  margin: 18px auto 0
}
.f8c-step-grid,
.f8c-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}
.f8c-step-grid article,
.f8c-feature-grid article {
  border: 1px solid rgba(254, 231, 5, .18);
  background: rgba(255, 255, 255, .035);
  border-radius: 24px;
  padding: 28px
}
.f8c-step-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(254, 231, 5, .35);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fee705;
  font-weight: 800;
  margin-bottom: 28px
}
.f8c-step-grid h3,
.f8c-feature-grid h3 {
  font-size: 22px;
  margin: 0 0 12px;
  color: #fff
}
.f8c-step-grid p,
.f8c-feature-grid p {
  color: rgba(255, 255, 255, .68);
  line-height: 1.65;
  margin: 0
}
.f8c-small-note {
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .5);
  margin: 14px 0 0
}
.f8c-feature-grid {
  grid-template-columns: repeat(4, 1fr)
}
.f8c-compare-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(254, 231, 5, .18);
  border-radius: 24px;
  background: rgba(255, 255, 255, .03)
}
.f8c-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 840px
}
.f8c-compare-table th,
.f8c-compare-table td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, .08)
}
.f8c-compare-table th {
  color: #fee705;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .12em
}
.f8c-compare-table td {
  color: rgba(255, 255, 255, .82)
}
.f8c-compare-table tr:last-child td {
  border-bottom: 0
}
.w--current {
  color: #fee705
}
@media(max-width: 991px) {
  .f8c-hero-grid {
    grid-template-columns: 1fr
  }
  .f8c-step-grid, .f8c-feature-grid {
    grid-template-columns: 1fr 1fr
  }
  .f8c-hero {
    padding-top: 90px
  }
}
@media(max-width: 640px) {
  .f8c-shell {
    width: min(100% - 24px, 1180px)
  }
  .f8c-step-grid, .f8c-feature-grid, .f8c-metric-grid {
    grid-template-columns: 1fr
  }
  .f8c-hero-card {
    border-radius: 20px;
    padding: 18px
  }
  .f8c-section {
    padding: 54px 0
  }
}


html,
body {
  background: #030303
}
.main-wrapper,
.f8-challenges-page,
.f8-challenges-main {
  background: radial-gradient(circle at 10% 6%, rgba(254, 231, 5, .21), transparent 33%), radial-gradient(circle at 92% 12%, rgba(254, 231, 5, .13), transparent 34%), radial-gradient(circle at 50% 105%, rgba(254, 231, 5, .08), transparent 38%), linear-gradient(135deg, #040404 0%, #0b0a05 50%, #000 100%)
}
.f8-challenges-main:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(rgba(254, 231, 5, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(254, 231, 5, .028) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, .62), transparent 72%)
}
.header.w-nav {
  background: rgba(3, 3, 3, .76);
  border-bottom: 1px solid rgba(254, 231, 5, .16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px)
}
.f8c-hero-card,
.f8c-step-grid article,
.f8c-feature-grid article,
.f8c-compare-table-wrap,
.footer-wraper {
  background: linear-gradient(145deg, var(--f8-glass), var(--f8-glass-2));
  border-color: var(--f8-line);
  box-shadow: 0 24px 90px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px)
}
.button.animation,
.button.hover,
.button_login_bt {
  background: linear-gradient(135deg, #fff27a 0%, var(--f8-gold) 48%, var(--f8-gold-2) 100%);
  color: #050505;
  border-color: rgba(254, 231, 5, .55);
  box-shadow: 0 0 34px rgba(254, 231, 5, .20), inset 0 1px 0 rgba(255, 255, 255, .45)
}
.button.border {
  background: rgba(255, 255, 255, .045);
  color: #fff;
  border: 1px solid var(--f8-line)
}
.f8c-chart span {
  background: linear-gradient(180deg, #fff27a, var(--f8-gold), #8b6d00)
}


html,
body {
  background: #030303;
  color: #fff
}
.main-wrapper,
.f8-challenges-page,
.f8-challenges-main,
.f8-faq-page {
  background: radial-gradient(ellipse at 0% 16%, rgba(254, 231, 5, .20) 0%, rgba(254, 231, 5, .075) 22%, transparent 46%), radial-gradient(ellipse at 100% 34%, rgba(254, 231, 5, .16) 0%, rgba(254, 231, 5, .055) 24%, transparent 48%), radial-gradient(ellipse at 50% 115%, rgba(254, 231, 5, .10) 0%, transparent 42%), linear-gradient(90deg, #0b0901 0%, #050505 18%, #030303 50%, #050505 82%, #0c0a02 100%);
  position: relative;
  overflow: hidden
}
.main-wrapper:before, .f8-challenges-main:before, .f8-faq-page:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(254, 231, 5, .045) 28%, transparent 44%, rgba(254, 231, 5, .035) 70%, transparent 100%), linear-gradient(rgba(254, 231, 5, .018) 1px, transparent 1px), linear-gradient(90deg, rgba(254, 231, 5, .016) 1px, transparent 1px);
  background-size: 100% 100%, 88px 88px, 88px 88px;
  opacity: .88;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .22) 22%, rgba(0, 0, 0, .18) 78%, rgba(0, 0, 0, .82))
}
.main-wrapper>*,
.f8-challenges-main>*,
.f8-faq-page>* {
  position: relative;
  z-index: 1
}
.header.w-nav,
.f8-faq-nav {
  background: rgba(3, 3, 3, .84);
  border-bottom: 1px solid rgba(254, 231, 5, .14);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .35);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px)
}
.f8c-hero-card,
.f8c-step-grid article,
.f8c-feature-grid article,
.f8c-compare-table-wrap,
.footer-wraper,
.f8-faq-sidebar,
.f8-faq-section,
.f8-faq-cta,
.f8-stat {
  background: linear-gradient(145deg, rgba(8, 8, 6, .58), rgba(255, 255, 255, .024));
  border-color: rgba(254, 231, 5, .18);
  box-shadow: 0 26px 90px rgba(0, 0, 0, .46), inset 0 1px 0 rgba(255, 255, 255, .055);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px)
}
.f8c-hero-card:before {
  background: linear-gradient(120deg, transparent, rgba(254, 231, 5, .16), transparent);
  opacity: .75
}
.f8c-eyebrow,
.f8-eyebrow,
.tags,
.w--current,
.navlink.w-nav-link:hover, .navlink.w-nav-link.w--current {
  color: #fee705
}
.f8-faq-category-btn:hover, .f8-faq-category-btn.is-active {
  background: rgba(254, 231, 5, .13);
  border-color: #fee705;
  color: #fee705
}
.button.animation,
.button.hover,
.button_login_bt,
.f8-btn {
  background: linear-gradient(135deg, #fff677 0%, #fee705 42%, #d7ad00 73%, #9a7800 100%);
  color: #050505;
  border: 1px solid rgba(254, 231, 5, .72);
  box-shadow: 0 0 34px rgba(254, 231, 5, .18), inset 0 1px 0 rgba(255, 255, 255, .52)
}
.button.border,
.f8-btn--ghost {
  background: rgba(10, 10, 8, .46);
  color: #fff;
  border: 1px solid rgba(254, 231, 5, .30);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 0 24px rgba(254, 231, 5, .05)
}
.f8c-chart span {
  background: linear-gradient(180deg, #fff677 0%, #fee705 40%, #9a7800 100%);
  box-shadow: 0 0 36px rgba(254, 231, 5, .22)
}
.f8c-compare-table th {
  color: #fee705
}
.f8c-section-head p,
.f8c-lead,
.f8c-step-grid p,
.f8c-feature-grid p,
.f8-faq-hero p,
.f8-accordion__panel {
  color: var(--f8-muted)
}
@media(max-width: 767px) {
  .main-wrapper, .f8-challenges-main, .f8-faq-page {
    background: radial-gradient(ellipse at 50% 0%, rgba(254, 231, 5, .18), transparent 34%), #030303
  }
}
 
.f8c-card-top-compact {
  justify-content: flex-end
}
.f8c-card-top-compact strong {
  color: #fee705;
  text-shadow: 0 0 18px rgba(254, 231, 5, .24)
}
.f8-checkout-kicker {
  text-align: center;
  margin: 0 0 4px;
  color: rgba(255, 255, 255, .55);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase
}
.f8-selected-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
  margin: 0
}
.f8-selected-price strong {
  color: #fee705;
  font-size: clamp(42px, 3.4vw, 54px);
  line-height: .92;
  font-weight: 950;
  letter-spacing: -.055em;
  text-shadow: 0 0 28px rgba(254, 231, 5, .24)
}
.f8-selected-price .f8-price-note {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: .02em
}
.f8-platform-list {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .065);
  background: rgba(255, 255, 255, .035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05)
}
.f8-home-platform .f8-platform-option,
.f8-home-platform .f8-platform-option.is-active {
  width: 100%;
  min-height: 74px;
  padding: 13px 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px;
  gap: 12px;
  align-items: center;
  text-align: left;
  border-radius: 10px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, .055);
  color: #fff;
  box-shadow: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease
}
.f8-home-platform .f8-platform-option.is-active {
  border-color: rgba(254, 231, 5, .58);
  background: radial-gradient(circle at 10% 18%, rgba(254, 231, 5, .13), transparent 42%), rgba(255, 255, 255, .07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 0 24px rgba(254, 231, 5, .055)
}
.f8-home-platform .f8-platform-option:hover {
  transform: translateY(-1px);
  border-color: rgba(254, 231, 5, .44);
  background: rgba(254, 231, 5, .08)
}
.f8-platform-option-copy {
  min-width: 0;
  display: grid;
  gap: 4px
}
.f8-platform-option-title {
  color: #fff;
  font-size: 20px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.03em
}
.f8-home-platform .f8-platform-option.is-active .f8-platform-option-title {
  color: #fee705
}
.f8-platform-option-sub {
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em
}
.f8-platform-option-icon {
  justify-self: end;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(0, 0, 0, .22);
  border: 1px solid rgba(255, 255, 255, .09)
}
.f8-platform-option-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round
}
.f8-platform-option.is-active .f8-platform-option-icon svg {
  stroke: #fee705;
  filter: drop-shadow(0 0 9px rgba(254, 231, 5, .24))
}
.f8-program-fee-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 14px 0 14px;
  color: rgba(255, 255, 255, .90);
  font-size: 16px;
  font-weight: 900;
  text-align: center
}
.f8-program-fee-note svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #fee705;
  stroke-width: 2;
  filter: drop-shadow(0 0 8px rgba(254, 231, 5, .22))
}
.f8-payment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin: 0 0 14px
}
.f8-payment-grid .f8-pay-card {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, .70);
  background: rgba(0, 0, 0, .24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 0 20px rgba(0, 0, 0, .24)
}
.f8-payment-grid .f8-pay-card svg {
  max-width: 74px;
  width: 100%;
  height: 32px;
  display: block
}
.f8-home-buy.f8-premium-purchase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid rgba(254, 231, 5, .62);
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .25), transparent 34%), linear-gradient(135deg, #fff76c 0%, #fee705 42%, #d0a800 100%);
  color: #050505;
  text-decoration: none;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -.015em;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .42), 0 0 36px rgba(254, 231, 5, .22), inset 0 1px 0 rgba(255, 255, 255, .58), inset 0 -12px 26px rgba(136, 102, 0, .18)
}
.f8-home-buy.f8-premium-purchase:before {
  content: "";
  position: absolute;
  inset: -70% -30%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, .74) 49%, transparent 62%);
  transform: translateX(-72%) rotate(8deg);
  animation: f8CtaShine 3.1s ease-in-out infinite
}
.f8-home-buy.f8-premium-purchase:after {
  content: "";
  position: absolute;
  inset: 6px;
  z-index: -2;
  border-radius: 10px;
  background: radial-gradient(circle, rgba(255, 255, 255, .18) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: .32;
  mix-blend-mode: soft-light
}
.f8-cta-cart {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center
}
.f8-cta-cart svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #050505;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round
}
@keyframes f8CtaShine {
  0% {
    transform: translateX(-72%) rotate(8deg);
    opacity: 0
  }
  18% {
    opacity: .9
  }
  44% {
    transform: translateX(78%) rotate(8deg);
    opacity: .85
  }
  100% {
    transform: translateX(78%) rotate(8deg);
    opacity: 0
  }
}

.f8-rule-metric {
  color: #fff200;
  font-weight: 950;
  text-shadow: 0 0 18px rgba(254, 231, 5, .42), 0 0 5px rgba(254, 231, 5, .22)
}
.f8c-feature-grid article p,
.f8c-section-head p,
.f8c-lead,
.f8c-step-grid p,
.f8c-compare-table td {
  color: rgba(255, 255, 255, .84)
}
.f8c-feature-grid article h3,
.f8c-step-grid h3,
.f8c-compare-table td:first-child {
  color: #fff
}
@media(max-width: 991px) {
  .f8-payment-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}
@media(max-width: 640px) {
  .f8-payment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .f8-selected-price strong {
    font-size: 42px
  }
}


.footer-component.f8-premium-footer,
.footer-component.f8-premium-footer * {
  box-sizing: border-box;
}
.footer-component.f8-premium-footer {
  position: relative;
  margin: 0;
  padding: clamp(36px, 4.5vw, 62px) clamp(18px, 4vw, 54px) 34px;
  background: radial-gradient(ellipse at 8% 0%, rgba(254, 231, 5, .115), transparent 38%), radial-gradient(ellipse at 92% 12%, rgba(254, 231, 5, .075), transparent 40%), linear-gradient(180deg, rgba(0, 0, 0, .02) 0%, rgba(0, 0, 0, .32) 46%, rgba(0, 0, 0, .62) 100%);
  border: 0;
  outline: 0;
  box-shadow: none;
  overflow: hidden;
}
.footer-component.f8-premium-footer:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(rgba(254, 231, 5, .014) 1px, transparent 1px), linear-gradient(90deg, rgba(254, 231, 5, .012) 1px, transparent 1px);
  background-size: 92px 92px;
  opacity: .38;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .9) 26%, rgba(0, 0, 0, .65));
}
.f8-footer-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1440px);
  margin: 0 auto;
}
.f8-footer-top {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(460px, 1.25fr) minmax(270px, .7fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}
.f8-footer-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.f8-footer-logo {
  width: min(100%, 285px);
  max-height: 98px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 22px rgba(254, 231, 5, .12));
}
.f8-footer-tagline {
  max-width: 430px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.72;
}
.f8-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.f8-footer-primary,
.f8-footer-secondary,
.f8-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 900;
  font-size: 14px;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}
.f8-footer-primary {
  color: #050505;
  background: linear-gradient(135deg, #fff677 0%, #fee705 46%, #d3aa00 76%, #987800 100%);
  border: 1px solid rgba(254, 231, 5, .72);
  box-shadow: 0 0 34px rgba(254, 231, 5, .14), inset 0 1px 0 rgba(255, 255, 255, .50);
}
.f8-footer-secondary,
.f8-footer-socials a {
  color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(254, 231, 5, .22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055);
}
.f8-footer-primary:hover, .f8-footer-secondary:hover, .f8-footer-socials a:hover {
  transform: translateY(-1px);
}
.f8-footer-secondary:hover, .f8-footer-socials a:hover {
  color: var(--f8-gold);
  border-color: rgba(254, 231, 5, .44);
  background: rgba(254, 231, 5, .08);
}
.f8-footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 38px);
  padding-top: 10px;
}
.f8-footer-col h4,
.f8-footer-eyebrow {
  margin: 0 0 16px;
  color: var(--f8-gold);
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.f8-footer-col a {
  display: block;
  margin: 0 0 13px;
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
  font-weight: 760;
  text-decoration: none;
  line-height: 1.35;
}
.f8-footer-col a:hover {
  color: var(--f8-gold);
}
.f8-footer-talk {
  justify-self: end;
  width: min(100%, 330px);
  padding: 24px;
  border: 1px solid rgba(254, 231, 5, .16);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(10, 10, 8, .56), rgba(255, 255, 255, .026));
  box-shadow: 0 24px 80px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .055);
}
.f8-footer-talk .f8-footer-eyebrow,
.f8-footer-eyebrow {
  margin-bottom: 14px;
}
.f8-footer-talk h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: .96;
  letter-spacing: -.055em;
  font-weight: 950;
}
.f8-footer-talk p:not(.f8-footer-eyebrow) {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .66);
  font-size: 14px;
  line-height: 1.65;
}
.f8-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.f8-footer-divider {
  width: 100%;
  height: 1px;
  margin: clamp(34px, 4.5vw, 52px) 0 24px;
  background: linear-gradient(90deg, transparent, rgba(254, 231, 5, .28), rgba(255, 255, 255, .12), rgba(254, 231, 5, .28), transparent);
}
.f8-footer-disclaimer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
  padding: 26px;
  border: 1px solid rgba(254, 231, 5, .10);
  border-radius: 24px;
  background: rgba(0, 0, 0, .20);
}
.f8-footer-disclaimer p {
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 13.5px;
  line-height: 1.72;
}
.f8-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 26px;
  color: rgba(255, 255, 255, .56);
  font-size: 13px;
  font-weight: 700;
}
@media (max-width: 1180px) {
  .f8-footer-top {
    grid-template-columns: 1fr;
  }
  .f8-footer-talk {
    justify-self: stretch;
    width: 100%;
  }
  .f8-footer-talk h3 {
    font-size: clamp(44px, 10vw, 70px);
  }
}
@media (max-width: 760px) {
  .footer-component.f8-premium-footer {
    padding-top: 36px;
  }
  .f8-footer-nav, .f8-footer-disclaimer {
    grid-template-columns: 1fr;
  }
  .f8-footer-logo {
    width: min(100%, 260px);
  }
  .f8-footer-talk {
    padding: 22px;
    border-radius: 22px;
  }
  .f8-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-component.f8-premium-footer,
.footer-component.f8-premium-footer * {
  box-sizing: border-box;
}
.footer-component.f8-premium-footer,
.footer-component {
  position: relative;
  margin: 0;
  padding: clamp(36px, 4.5vw, 62px) clamp(18px, 4vw, 54px) 34px;
  background: radial-gradient(ellipse at 8% 0%, rgba(254, 231, 5, .115), transparent 38%), radial-gradient(ellipse at 92% 12%, rgba(254, 231, 5, .075), transparent 40%), linear-gradient(180deg, rgba(0, 0, 0, .02) 0%, rgba(0, 0, 0, .32) 46%, rgba(0, 0, 0, .62) 100%);
  border: 0;
  outline: 0;
  box-shadow: none;
  overflow: hidden;
}
.footer-component.f8-premium-footer:before, .footer-component:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(rgba(254, 231, 5, .014) 1px, transparent 1px), linear-gradient(90deg, rgba(254, 231, 5, .012) 1px, transparent 1px);
  background-size: 92px 92px;
  opacity: .38;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .9) 26%, rgba(0, 0, 0, .65));
  z-index: 0;
}
.footer-component.f8-premium-footer:after, .footer-component:after {
  display: none;
  content: none;
}
.f8-footer-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1440px);
  margin: 0 auto;
}
.f8-footer-top {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(460px, 1.25fr) minmax(270px, .7fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}
.f8-footer-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.f8-footer-logo {
  width: min(100%, 285px);
  max-height: 98px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 22px rgba(254, 231, 5, .12));
}
.f8-footer-tagline {
  max-width: 430px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.72;
}
.f8-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.f8-footer-primary,
.f8-footer-secondary,
.f8-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 900;
  font-size: 14px;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}
.f8-footer-primary {
  color: #050505;
  background: linear-gradient(135deg, #fff677 0%, #fee705 46%, #d3aa00 76%, #987800 100%);
  border: 1px solid rgba(254, 231, 5, .72);
  box-shadow: 0 0 34px rgba(254, 231, 5, .14), inset 0 1px 0 rgba(255, 255, 255, .50);
}
.f8-footer-secondary,
.f8-footer-socials a {
  color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(254, 231, 5, .22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055);
}
.f8-footer-primary:hover, .f8-footer-secondary:hover, .f8-footer-socials a:hover {
  transform: translateY(-1px);
}
.f8-footer-secondary:hover, .f8-footer-socials a:hover {
  color: #fee705;
  border-color: rgba(254, 231, 5, .44);
  background: rgba(254, 231, 5, .08);
}
.f8-footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 38px);
  padding-top: 10px;
}
.f8-footer-col h4,
.f8-footer-eyebrow {
  margin: 0 0 16px;
  color: #fee705;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.f8-footer-col a {
  display: block;
  margin: 0 0 13px;
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
  font-weight: 760;
  text-decoration: none;
  line-height: 1.35;
}
.f8-footer-col a:hover {
  color: #fee705;
}
.f8-footer-talk {
  justify-self: end;
  width: min(100%, 330px);
  padding: 24px;
  border: 1px solid rgba(254, 231, 5, .16);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(10, 10, 8, .56), rgba(255, 255, 255, .026));
  box-shadow: 0 24px 80px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .055);
}
.f8-footer-talk .f8-footer-eyebrow,
.f8-footer-eyebrow {
  margin-bottom: 14px;
}
.f8-footer-talk h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: .96;
  letter-spacing: -.055em;
  font-weight: 950;
}
.f8-footer-talk p:not(.f8-footer-eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 14px;
  line-height: 1.65;
}
.f8-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.f8-footer-socials a {
  width: 100%;
  min-height: 43px;
}
.f8-footer-divider {
  width: 100%;
  height: 1px;
  margin: clamp(34px, 4.5vw, 52px) 0 24px;
  background: linear-gradient(90deg, transparent, rgba(254, 231, 5, .28), rgba(255, 255, 255, .12), rgba(254, 231, 5, .28), transparent);
}
.f8-footer-disclaimer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
  padding: 26px;
  border: 1px solid rgba(254, 231, 5, .10);
  border-radius: 24px;
  background: rgba(0, 0, 0, .20);
}
.f8-footer-disclaimer p {
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 13.5px;
  line-height: 1.72;
}
.f8-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 26px;
  color: rgba(255, 255, 255, .56);
  font-size: 13px;
  font-weight: 700;
}
@media (max-width: 1180px) {
  .f8-footer-top {
    grid-template-columns: 1fr;
  }
  .f8-footer-talk {
    justify-self: stretch;
    width: 100%;
  }
  .f8-footer-talk h3 {
    font-size: clamp(44px, 10vw, 70px);
  }
}
@media (max-width: 760px) {
  .footer-component.f8-premium-footer, .footer-component {
    padding-top: 36px;
  }
  .f8-footer-nav, .f8-footer-disclaimer {
    grid-template-columns: 1fr;
  }
  .f8-footer-logo {
    width: min(100%, 260px);
  }
  .f8-footer-talk {
    padding: 22px;
    border-radius: 22px;
  }
  .f8-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer-component.f8-premium-footer .f8-footer-talk,
.footer-component .f8-footer-talk,
.footer-wraper .f8-footer-talk {
  position: relative;
  justify-self: end;
  width: min(100%, 330px);
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(254, 231, 5, .16);
  background: linear-gradient(145deg, rgba(10, 10, 8, .56), rgba(255, 255, 255, .026));
  box-shadow: 0 24px 80px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .055);
  overflow: hidden;
}
.footer-component.f8-premium-footer .f8-footer-talk:before, .footer-component .f8-footer-talk:before, .footer-wraper .f8-footer-talk:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 0%, rgba(254, 231, 5, .10), transparent 34%), linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, .035) 42%, transparent 58%);
  opacity: .75;
}
.footer-component.f8-premium-footer .f8-footer-talk > *,
.footer-component .f8-footer-talk > *,
.footer-wraper .f8-footer-talk > * {
  position: relative;
  z-index: 1;
}
.footer-component.f8-premium-footer .f8-footer-talk .f8-footer-eyebrow,
.footer-component .f8-footer-talk .f8-footer-eyebrow,
.footer-wraper .f8-footer-talk .f8-footer-eyebrow {
  margin: 0 0 10px;
  color: #fee705;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.footer-component.f8-premium-footer .f8-footer-talk h3,
.footer-component .f8-footer-talk h3,
.footer-wraper .f8-footer-talk h3 {
  display: none;
}
.footer-component.f8-premium-footer .f8-footer-talk p:not(.f8-footer-eyebrow), .footer-component .f8-footer-talk p:not(.f8-footer-eyebrow), .footer-wraper .f8-footer-talk p:not(.f8-footer-eyebrow) {
  margin: 0;
  max-width: 260px;
  color: rgba(255, 255, 255, .66);
  font-size: 14px;
  line-height: 1.65;
}
.footer-component.f8-premium-footer .f8-footer-socials,
.footer-component .f8-footer-socials,
.footer-wraper .f8-footer-socials {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
  width: 100%;
}
.footer-component.f8-premium-footer .f8-footer-socials a,
.footer-component .f8-footer-socials a,
.footer-wraper .f8-footer-socials a {
  width: 100%;
  min-height: 43px;
  padding: 10px 14px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(254, 231, 5, .22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}
.footer-component.f8-premium-footer .f8-footer-socials a:before, .footer-component .f8-footer-socials a:before, .footer-wraper .f8-footer-socials a:before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  flex: 0 0 14px;
  background: currentColor;
  opacity: .95;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.footer-component.f8-premium-footer .f8-footer-socials a.f8-social-facebook:before, .footer-component .f8-footer-socials a.f8-social-facebook:before, .footer-wraper .f8-footer-socials a.f8-social-facebook:before, .footer-component.f8-premium-footer .f8-footer-socials a[href*="facebook"]:before, .footer-component .f8-footer-socials a[href*="facebook"]:before, .footer-wraper .f8-footer-socials a[href*="facebook"]:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 8H17V4h-3.2C10.2 4 8 6.15 8 9.55V12H5v4h3v4h4v-4h3.05l.7-4H12V9.8c0-1.05.45-1.8 2.25-1.8Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 8H17V4h-3.2C10.2 4 8 6.15 8 9.55V12H5v4h3v4h4v-4h3.05l.7-4H12V9.8c0-1.05.45-1.8 2.25-1.8Z'/%3E%3C/svg%3E");
}
.footer-component.f8-premium-footer .f8-footer-socials a.f8-social-telegram:before, .footer-component .f8-footer-socials a.f8-social-telegram:before, .footer-wraper .f8-footer-socials a.f8-social-telegram:before, .footer-component.f8-premium-footer .f8-footer-socials a[href*="t.me"]:before, .footer-component .f8-footer-socials a[href*="t.me"]:before, .footer-wraper .f8-footer-socials a[href*="t.me"]:before, .footer-component.f8-premium-footer .f8-footer-socials a[href*="telegram"]:before, .footer-component .f8-footer-socials a[href*="telegram"]:before, .footer-wraper .f8-footer-socials a[href*="telegram"]:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6 4.35 18.45 19.2c-.24 1.05-.87 1.3-1.76.8l-4.86-3.58-2.34 2.25c-.26.26-.48.48-.98.48l.35-4.96 9.03-8.15c.39-.35-.08-.55-.61-.2L6.12 12.87 1.32 11.36c-1.04-.33-1.06-1.04.22-1.54L20.35 2.6c.87-.32 1.63.2 1.25 1.75Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6 4.35 18.45 19.2c-.24 1.05-.87 1.3-1.76.8l-4.86-3.58-2.34 2.25c-.26.26-.48.48-.98.48l.35-4.96 9.03-8.15c.39-.35-.08-.55-.61-.2L6.12 12.87 1.32 11.36c-1.04-.33-1.06-1.04.22-1.54L20.35 2.6c.87-.32 1.63.2 1.25 1.75Z'/%3E%3C/svg%3E");
}
.footer-component.f8-premium-footer .f8-footer-socials a.f8-social-instagram:before, .footer-component .f8-footer-socials a.f8-social-instagram:before, .footer-wraper .f8-footer-socials a.f8-social-instagram:before, .footer-component.f8-premium-footer .f8-footer-socials a[href*="instagram"]:before, .footer-component .f8-footer-socials a[href*="instagram"]:before, .footer-wraper .f8-footer-socials a[href*="instagram"]:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8 2h8.4A5.8 5.8 0 0 1 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8A5.8 5.8 0 0 1 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2Zm0 2A3.8 3.8 0 0 0 4 7.8v8.4A3.8 3.8 0 0 0 7.8 20h8.4a3.8 3.8 0 0 0 3.8-3.8V7.8A3.8 3.8 0 0 0 16.2 4H7.8ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm5.25-2.25a1.15 1.15 0 1 1 0 2.3 1.15 1.15 0 0 1 0-2.3Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8 2h8.4A5.8 5.8 0 0 1 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8A5.8 5.8 0 0 1 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2Zm0 2A3.8 3.8 0 0 0 4 7.8v8.4A3.8 3.8 0 0 0 7.8 20h8.4a3.8 3.8 0 0 0 3.8-3.8V7.8A3.8 3.8 0 0 0 16.2 4H7.8ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm5.25-2.25a1.15 1.15 0 1 1 0 2.3 1.15 1.15 0 0 1 0-2.3Z'/%3E%3C/svg%3E");
}
.footer-component.f8-premium-footer .f8-footer-socials a:hover, .footer-component .f8-footer-socials a:hover, .footer-wraper .f8-footer-socials a:hover {
  transform: translateY(-1px);
  color: #fee705;
  border-color: rgba(254, 231, 5, .44);
  background: rgba(254, 231, 5, .08);
}
.footer-component.f8-premium-footer .f8-footer-community-strip,
.footer-component .f8-footer-community-strip,
.footer-wraper .f8-footer-community-strip {
  display: none;
}
@media (max-width: 1180px) {
  .footer-component.f8-premium-footer .f8-footer-talk, .footer-component .f8-footer-talk, .footer-wraper .f8-footer-talk {
    width: 100%;
    max-width: 460px;
    justify-self: stretch;
  }
}
@media (max-width: 640px) {
  .footer-component.f8-premium-footer .f8-footer-talk, .footer-component .f8-footer-talk, .footer-wraper .f8-footer-talk {
    max-width: none;
    padding: 22px;
    border-radius: 22px;
  }
}
