@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-661 .tc-wp-content-root img, .wpc-scope-661 .tc-wp-content-root video, .wpc-scope-661 .tc-wp-content-root svg, .wpc-scope-661 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content{
  width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content, .wpc-scope-661 .tc-wp-content-root .gbfg-content div, .wpc-scope-661 .tc-wp-content-root .gbfg-content section, .wpc-scope-661 .tc-wp-content-root .gbfg-content article{
  box-sizing: border-box;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-section-white{
  background: #ffffff;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(126, 58, 242, 0.08), transparent 28%),
    radial-gradient(circle at 88% 72%, rgba(14, 165, 233, 0.08), transparent 30%),
    #f8fafc;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(126, 58, 242, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(126, 58, 242, 0.1), rgba(14, 165, 233, 0.1));
  color: #5b21b6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-heading p{
  margin: 16px auto 0;
  color: #526071;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #7e3af2, #06b6d4, #10b981);
  opacity: 0.9;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(126, 58, 242, 0.32);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-card h3, .wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-step h3{
  margin: 0;
  color: #151b2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-card p, .wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-step p{
  margin: 10px 0 0;
  color: #566275;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7e3af2, #06b6d4);
  box-shadow: 0 12px 30px rgba(126, 58, 242, 0.24);
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-icon::before, .wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-card:hover .gbfg-icon::before, .wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-card:hover .gbfg-icon::after{
  transform: translateY(-2px) scale(1.04);
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  background: #ffffff;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-icon-copy::before{
  width: 16px;
  height: 19px;
  left: 17px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-icon-copy::after{
  width: 16px;
  height: 19px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-icon-mood::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-icon-mood::after{
  width: 12px;
  height: 5px;
  left: 17px;
  top: 26px;
  border-bottom: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-icon-options::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-icon-options::after{
  width: 6px;
  height: 6px;
  left: 19px;
  top: 13px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 9px 14px 0 #ffffff;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-icon-clean::before{
  width: 20px;
  height: 12px;
  left: 13px;
  top: 17px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-icon-share::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-icon-share::after{
  width: 15px;
  height: 2px;
  left: 23px;
  top: 15px;
  background: #ffffff;
  transform: rotate(35deg);
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-icon-free::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-icon-free::after{
  width: 10px;
  height: 5px;
  left: 18px;
  top: 20px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-icon-phone::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-icon-phone::after{
  width: 4px;
  height: 4px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-icon-safe::before{
  width: 20px;
  height: 22px;
  left: 13px;
  top: 11px;
  background: #ffffff;
  clip-path: polygon(50% 0, 88% 16%, 82% 72%, 50% 100%, 18% 72%, 12% 16%);
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(126, 58, 242, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96));
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-step::after{
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(126, 58, 242, 0.13), rgba(6, 182, 212, 0.12));
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-step:hover{
  transform: translateY(-4px);
  border-color: rgba(126, 58, 242, 0.3);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.12);
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #5b21b6, #0891b2);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 16px 36px rgba(91, 33, 182, 0.24);
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-step-content{
  position: relative;
  z-index: 1;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-badge{
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.1);
  color: #075985;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-benefit-card{
  text-align: left;
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-661 .tc-wp-content-root .gbfg-content .gbfg-reveal.gbfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .gbfg-content .gbfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .gbfg-content .gbfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .gbfg-content h2{
    font-size: 26px;
  }.tc-wp-content-root .gbfg-content .gbfg-heading p{
    font-size: 14px;
  }.tc-wp-content-root .gbfg-content .gbfg-grid, .tc-wp-content-root .gbfg-content .gbfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .gbfg-content .gbfg-grid-three, .tc-wp-content-root .gbfg-content .gbfg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .gbfg-content .gbfg-card{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .gbfg-content .gbfg-card h3, .tc-wp-content-root .gbfg-content .gbfg-step h3{
    font-size: 18px;
  }.tc-wp-content-root .gbfg-content .gbfg-card p, .tc-wp-content-root .gbfg-content .gbfg-step p{
    font-size: 14px;
  }.tc-wp-content-root .gbfg-content .gbfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .gbfg-content .gbfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .gbfg-content .gbfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .gbfg-content .gbfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .gbfg-content h2{
    font-size: 29px;
  }.tc-wp-content-root .gbfg-content .gbfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .gbfg-content .gbfg-grid, .tc-wp-content-root .gbfg-content .gbfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .gbfg-content .gbfg-grid-three, .tc-wp-content-root .gbfg-content .gbfg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .gbfg-content .gbfg-card{
    padding: 26px 22px;
  }.tc-wp-content-root .gbfg-content .gbfg-card h3, .tc-wp-content-root .gbfg-content .gbfg-step h3{
    font-size: 19px;
  }.tc-wp-content-root .gbfg-content .gbfg-card p, .tc-wp-content-root .gbfg-content .gbfg-step p{
    font-size: 15px;
  }.tc-wp-content-root .gbfg-content .gbfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .gbfg-content .gbfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .gbfg-content .gbfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .gbfg-content .gbfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .gbfg-content h2{
    font-size: 32px;
  }.tc-wp-content-root .gbfg-content .gbfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .gbfg-content .gbfg-grid, .tc-wp-content-root .gbfg-content .gbfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .gbfg-content .gbfg-grid-three, .tc-wp-content-root .gbfg-content .gbfg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .gbfg-content .gbfg-card{
    padding: 28px 24px;
  }.tc-wp-content-root .gbfg-content .gbfg-card h3, .tc-wp-content-root .gbfg-content .gbfg-step h3{
    font-size: 20px;
  }.tc-wp-content-root .gbfg-content .gbfg-card p, .tc-wp-content-root .gbfg-content .gbfg-step p{
    font-size: 15px;
  }.tc-wp-content-root .gbfg-content .gbfg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .gbfg-content .gbfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .gbfg-content .gbfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .gbfg-content .gbfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .gbfg-content h2{
    font-size: 40px;
  }.tc-wp-content-root .gbfg-content .gbfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .gbfg-content .gbfg-grid, .tc-wp-content-root .gbfg-content .gbfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .gbfg-content .gbfg-grid-three, .tc-wp-content-root .gbfg-content .gbfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .gbfg-content .gbfg-card{
    padding: 30px 26px;
  }.tc-wp-content-root .gbfg-content .gbfg-card h3, .tc-wp-content-root .gbfg-content .gbfg-step h3{
    font-size: 21px;
  }.tc-wp-content-root .gbfg-content .gbfg-card p, .tc-wp-content-root .gbfg-content .gbfg-step p{
    font-size: 16px;
  }.tc-wp-content-root .gbfg-content .gbfg-step{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .gbfg-content .gbfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .gbfg-content .gbfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .gbfg-content .gbfg-container{
    padding: 0 34px;
  }.tc-wp-content-root .gbfg-content h2{
    font-size: 46px;
  }.tc-wp-content-root .gbfg-content .gbfg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .gbfg-content .gbfg-grid, .tc-wp-content-root .gbfg-content .gbfg-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .gbfg-content .gbfg-grid-three, .tc-wp-content-root .gbfg-content .gbfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .gbfg-content .gbfg-card{
    padding: 32px 28px;
  }.tc-wp-content-root .gbfg-content .gbfg-card h3, .tc-wp-content-root .gbfg-content .gbfg-step h3{
    font-size: 22px;
  }.tc-wp-content-root .gbfg-content .gbfg-card p, .tc-wp-content-root .gbfg-content .gbfg-step p{
    font-size: 16px;
  }.tc-wp-content-root .gbfg-content .gbfg-step{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .gbfg-content .gbfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}