@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-562 .tc-wp-content-root img, .wpc-scope-562 .tc-wp-content-root video, .wpc-scope-562 .tc-wp-content-root svg, .wpc-scope-562 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: inherit;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content, .wpc-scope-562 .tc-wp-content-root .afg-editorial-content div, .wpc-scope-562 .tc-wp-content-root .afg-editorial-content section, .wpc-scope-562 .tc-wp-content-root .afg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-section{
  position: relative;
  width: 100%;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-section-white{
  background: #ffffff;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-section-soft{
  background:
    radial-gradient(circle at 18% 12%, rgba(222, 36, 50, 0.08), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(32, 86, 178, 0.08), transparent 28%),
    #f8fafc;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-section-header{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 7px 13px;
  border: 1px solid rgba(222, 36, 50, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(222, 36, 50, 0.1), rgba(32, 86, 178, 0.1));
  color: #b7192b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content h2{
  margin: 0;
  color: #121827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-section-header p{
  margin: 14px auto 0;
  max-width: 700px;
  color: #586174;
  font-weight: 450;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #de2432, #f0b429, #2056b2);
  opacity: 0.92;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(222, 36, 50, 0.24);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.13);
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-card h3{
  margin: 18px 0 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-card p{
  margin: 10px 0 0;
  color: #5d6678;
  font-weight: 440;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #de2432, #2056b2);
  box-shadow: 0 12px 24px rgba(32, 86, 178, 0.18);
  transition: transform 260ms ease;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-card:hover .afg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-icon::before, .wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-icon::after{
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-icon-bolt::before{
  width: 13px;
  height: 24px;
  background: #ffffff;
  clip-path: polygon(50% 0, 100% 0, 62% 42%, 100% 42%, 34% 100%, 48% 56%, 0 56%);
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-icon-copy::before{
  width: 18px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  transform: translate(4px, 3px);
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-icon-copy::after{
  width: 18px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 5px;
  transform: translate(-4px, -3px);
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-icon-star::before{
  width: 25px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(50% 0, 62% 34%, 98% 35%, 69% 56%, 80% 92%, 50% 70%, 20% 92%, 31% 56%, 2% 35%, 38% 34%);
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-icon-type::before{
  width: 24px;
  height: 4px;
  background: #ffffff;
  border-radius: 6px;
  transform: translateY(-9px);
  box-shadow: 0 9px 0 rgba(255, 255, 255, 0.85), 0 18px 0 rgba(255, 255, 255, 0.65);
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-icon-phone::before{
  width: 17px;
  height: 27px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-icon-phone::after{
  width: 5px;
  height: 2px;
  background: #ffffff;
  border-radius: 6px;
  transform: translateY(10px);
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-icon-spark::before{
  width: 26px;
  height: 26px;
  background: #ffffff;
  clip-path: polygon(50% 0, 60% 38%, 100% 50%, 60% 62%, 50% 100%, 40% 62%, 0 50%, 40% 38%);
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-icon-free::before{
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-icon-free::after{
  width: 12px;
  height: 7px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg) translate(1px, -1px);
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-icon-speed::before{
  width: 25px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  clip-path: inset(0 0 35% 0);
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-icon-speed::after{
  width: 12px;
  height: 2px;
  background: #ffffff;
  border-radius: 10px;
  transform-origin: left center;
  transform: rotate(-35deg) translate(3px, 2px);
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-icon-clean::before{
  width: 22px;
  height: 26px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-icon-clean::after{
  width: 12px;
  height: 7px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg) translate(1px, 1px);
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-steps{
  display: grid;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #de2432, #f0b429, #2056b2);
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(32, 86, 178, 0.2);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.11);
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #121827, #2056b2);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 30px rgba(32, 86, 178, 0.2);
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-step-copy h3{
  margin: 0;
  color: #172033;
  font-weight: 820;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-step-copy p{
  margin: 8px 0 0;
  color: #5d6678;
  font-weight: 440;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 54px;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(222, 36, 50, 0.1), rgba(240, 180, 41, 0.14));
  color: #a91829;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-benefit-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(222, 36, 50, 0.34), rgba(32, 86, 178, 0.28)) border-box;
  border: 1px solid transparent;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-562 .tc-wp-content-root .afg-editorial-content .afg-reveal.afg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .afg-editorial-content .afg-section{
    padding: 48px 0;
  }.tc-wp-content-root .afg-editorial-content .afg-container{
    padding: 0 14px;
  }.tc-wp-content-root .afg-editorial-content h2{
    font-size: 25px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-header p{
    font-size: 14.5px;
  }.tc-wp-content-root .afg-editorial-content .afg-grid, .tc-wp-content-root .afg-editorial-content .afg-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .afg-editorial-content .afg-card{
    padding: 24px 20px 22px;
    border-radius: 18px;
  }.tc-wp-content-root .afg-editorial-content .afg-card h3, .tc-wp-content-root .afg-editorial-content .afg-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .afg-editorial-content .afg-card p, .tc-wp-content-root .afg-editorial-content .afg-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px 22px;
    border-radius: 18px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-number{
    width: 58px;
    height: 46px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .afg-editorial-content .afg-section{
    padding: 54px 0;
  }.tc-wp-content-root .afg-editorial-content .afg-container{
    padding: 0 18px;
  }.tc-wp-content-root .afg-editorial-content h2{
    font-size: 28px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .afg-editorial-content .afg-grid, .tc-wp-content-root .afg-editorial-content .afg-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .afg-editorial-content .afg-card{
    padding: 25px 22px 23px;
  }.tc-wp-content-root .afg-editorial-content .afg-card h3, .tc-wp-content-root .afg-editorial-content .afg-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .afg-editorial-content .afg-card p, .tc-wp-content-root .afg-editorial-content .afg-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 25px 22px 23px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-number{
    width: 62px;
    height: 48px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .afg-editorial-content .afg-section{
    padding: 60px 0;
  }.tc-wp-content-root .afg-editorial-content .afg-container{
    padding: 0 22px;
  }.tc-wp-content-root .afg-editorial-content h2{
    font-size: 31px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-header p{
    font-size: 15.5px;
  }.tc-wp-content-root .afg-editorial-content .afg-grid, .tc-wp-content-root .afg-editorial-content .afg-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .afg-editorial-content .afg-card{
    padding: 28px 24px 25px;
  }.tc-wp-content-root .afg-editorial-content .afg-card h3, .tc-wp-content-root .afg-editorial-content .afg-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .afg-editorial-content .afg-card p, .tc-wp-content-root .afg-editorial-content .afg-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px 25px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-number{
    width: 66px;
    height: 50px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .afg-editorial-content .afg-section{
    padding: 74px 0;
  }.tc-wp-content-root .afg-editorial-content .afg-container{
    padding: 0 32px;
  }.tc-wp-content-root .afg-editorial-content h2{
    font-size: 38px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .afg-editorial-content .afg-grid-three, .tc-wp-content-root .afg-editorial-content .afg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .afg-editorial-content .afg-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .afg-editorial-content .afg-card{
    padding: 30px 26px 28px;
  }.tc-wp-content-root .afg-editorial-content .afg-card h3, .tc-wp-content-root .afg-editorial-content .afg-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .afg-editorial-content .afg-card p, .tc-wp-content-root .afg-editorial-content .afg-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-card{
    gap: 22px;
    padding: 28px 30px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-number{
    width: 72px;
    height: 58px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .afg-editorial-content .afg-section{
    padding: 92px 0;
  }.tc-wp-content-root .afg-editorial-content .afg-container{
    padding: 0 34px;
  }.tc-wp-content-root .afg-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .afg-editorial-content .afg-section-header p{
    font-size: 18px;
  }.tc-wp-content-root .afg-editorial-content .afg-grid-three, .tc-wp-content-root .afg-editorial-content .afg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .afg-editorial-content .afg-steps{
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .afg-editorial-content .afg-card{
    padding: 32px 28px 30px;
  }.tc-wp-content-root .afg-editorial-content .afg-card h3{
    font-size: 22px;
  }.tc-wp-content-root .afg-editorial-content .afg-card p{
    font-size: 16px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-card{
    gap: 26px;
    padding: 30px 34px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-number{
    width: 78px;
    height: 62px;
    font-size: 21px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-copy h3{
    font-size: 23px;
  }.tc-wp-content-root .afg-editorial-content .afg-step-copy p{
    font-size: 16.5px;
  }}