@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-332 .tc-wp-content-root img, .wpc-scope-332 .tc-wp-content-root video, .wpc-scope-332 .tc-wp-content-root svg, .wpc-scope-332 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #ffffff;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-section-white{
  background: #ffffff;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-section-soft{
  background:
    radial-gradient(circle at 12% 16%, rgba(210, 31, 60, 0.08), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(255, 196, 67, 0.11), transparent 28%),
    #f8f6f1;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-heading-block{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(210, 31, 60, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(210, 31, 60, 0.1), rgba(255, 196, 67, 0.16));
  color: #941c2e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap h2{
  margin: 0;
  color: #151a27;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-heading-block p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5d6575;
  font-weight: 450;
  line-height: 1.7;
  letter-spacing: 0;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(28, 35, 52, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(20, 28, 45, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(210, 31, 60, 0.13), rgba(255, 196, 67, 0.08), transparent 46%);
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(210, 31, 60, 0.2);
  box-shadow: 0 24px 60px rgba(20, 28, 45, 0.12);
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-card:hover::before{
  opacity: 1;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #161d2c;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #606879;
  font-weight: 430;
  line-height: 1.65;
  letter-spacing: 0;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #111827, #d21f3c 58%, #ffc443);
  box-shadow: 0 12px 26px rgba(210, 31, 60, 0.18);
  transition: transform 260ms ease;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-card:hover .gfg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon::before, .wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-preview::before{
  width: 21px;
  height: 13px;
  left: 12px;
  top: 16px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: transparent;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 21px;
  border-radius: 50%;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 17px;
  top: 12px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 4px;
  background: transparent;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  background: transparent;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-creative::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 22px;
  border-radius: 99px;
  transform: rotate(-30deg);
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-creative::after{
  width: 7px;
  height: 7px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  box-shadow: -20px 17px 0 rgba(255, 255, 255, 0.72);
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-brand::before{
  width: 21px;
  height: 21px;
  left: 12px;
  top: 12px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: transparent;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-brand::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-fast::before{
  width: 23px;
  height: 23px;
  left: 12px;
  top: 12px;
  clip-path: polygon(0 0, 100% 48%, 0 100%, 30% 50%);
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-clean::before{
  width: 22px;
  height: 15px;
  left: 12px;
  top: 16px;
  border-radius: 2px;
  clip-path: polygon(8% 48%, 34% 74%, 92% 10%, 100% 20%, 35% 92%, 0 57%);
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-free::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: transparent;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-free::after{
  width: 16px;
  height: 3px;
  left: 15px;
  top: 22px;
  border-radius: 999px;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 5px;
  background: transparent;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 29px;
  border-radius: 999px;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-private::before{
  width: 20px;
  height: 16px;
  left: 13px;
  top: 18px;
  border-radius: 5px;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-private::after{
  width: 12px;
  height: 10px;
  left: 15px;
  top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: transparent;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(28, 35, 52, 0.09);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 239, 0.94));
  box-shadow: 0 18px 48px rgba(20, 28, 45, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-card::after{
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -72px;
  top: -70px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(210, 31, 60, 0.12), rgba(255, 196, 67, 0.14));
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(210, 31, 60, 0.22);
  box-shadow: 0 24px 60px rgba(20, 28, 45, 0.12);
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #d21f3c, #f08f2f 62%, #ffc443);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(210, 31, 60, 0.24);
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-content h3{
  margin: 0;
  color: #161d2c;
  font-weight: 830;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-content p{
  margin: 8px 0 0;
  color: #606879;
  font-weight: 430;
  line-height: 1.65;
  letter-spacing: 0;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-use-card{
  background: linear-gradient(180deg, #ffffff, #fffaf3);
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: max-content;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(210, 31, 60, 0.09);
  color: #a11d31;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-benefit-card{
  background: rgba(255, 255, 255, 0.96);
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-332 .tc-wp-content-root .gfg-editorial-wrap .gfg-reveal.gfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .gfg-editorial-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-heading-block p{
    font-size: 14px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3{
    font-size: 18px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p{
    font-size: 14px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .gfg-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card{
    padding: 24px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3{
    font-size: 19px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 62px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .gfg-editorial-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card{
    padding: 26px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p{
    font-size: 15px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .gfg-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-grid-six, .tc-wp-content-root .gfg-editorial-wrap .gfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card{
    padding: 28px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3{
    font-size: 21px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 1024px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .gfg-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card{
    padding: 30px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3{
    font-size: 22px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p{
    font-size: 16px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content h3{
    font-size: 24px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content p{
    font-size: 16px;
  }}