@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-248 .tc-wp-content-root img, .wpc-scope-248 .tc-wp-content-root video, .wpc-scope-248 .tc-wp-content-root svg, .wpc-scope-248 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite{
  width: 100%;
  overflow-x: hidden;
  color: #171717;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-section{
  position: relative;
  width: 100%;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-section-white{
  background: #ffffff;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-section-soft{
  background: linear-gradient(180deg, #fff8f3 0%, #f8fafc 100%);
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-heading-block{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(213, 42, 31, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 237, 213, 0.88), rgba(255, 255, 255, 0.96));
  color: #b42318;
  font-weight: 700;
  line-height: 1.1;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-heading-block h2{
  margin: 0;
  color: #151515;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-heading-block p{
  margin: 16px auto 0;
  color: #555b66;
  line-height: 1.72;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-card, .wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-card::before, .wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(213, 42, 31, 0.36), rgba(255, 193, 7, 0.18), rgba(255, 255, 255, 0));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-card:hover, .wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-benefit-card:hover, .wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(213, 42, 31, 0.22);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.12);
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-card:hover::before, .wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-card h3, .wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-benefit-card h3, .wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-step-card h3{
  margin: 0;
  color: #171717;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-card p, .wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-benefit-card p, .wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-step-card p{
  margin: 10px 0 0;
  color: #5c6370;
  line-height: 1.66;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #d52a1f 0%, #ff8a00 100%);
  box-shadow: 0 14px 28px rgba(213, 42, 31, 0.22);
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-icon::before, .wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 220ms ease;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-card:hover .acdc-icon::before{
  transform: translateY(-2px) rotate(12deg);
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-icon-bolt::before{
  width: 13px;
  height: 25px;
  left: 18px;
  top: 11px;
  clip-path: polygon(54% 0, 100% 0, 63% 42%, 100% 42%, 32% 100%, 47% 55%, 0 55%);
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 18px;
  top: 14px;
  border-radius: 4px;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-icon-copy::after{
  width: 17px;
  height: 20px;
  left: 13px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-icon-star::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 92%, 50% 70%, 21% 92%, 32% 56%, 2% 35%, 39% 35%);
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-icon-spark::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  clip-path: polygon(50% 0, 60% 38%, 100% 50%, 60% 62%, 50% 100%, 40% 62%, 0 50%, 40% 38%);
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-icon-tune::before{
  width: 24px;
  height: 4px;
  left: 12px;
  top: 16px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-icon-clean::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 3px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(213, 42, 31, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 0 99px 99px 0;
  background: linear-gradient(180deg, #d52a1f, #ffb000);
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #171717;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 12px 28px rgba(23, 23, 23, 0.18);
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-use-card{
  overflow: hidden;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-badge{
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(213, 42, 31, 0.09);
  color: #b42318;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d52a1f, #ffb000);
  box-shadow: 0 12px 28px rgba(213, 42, 31, 0.2);
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-benefit-mark::before{
  content: "";
  width: 15px;
  height: 8px;
  margin: 14px auto 0;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-248 .tc-wp-content-root .acdc-content-suite .acdc-reveal.acdc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .acdc-content-suite .acdc-section{
    padding: 48px 0;
  }.tc-wp-content-root .acdc-content-suite .acdc-container{
    padding: 0 14px;
  }.tc-wp-content-root .acdc-content-suite .acdc-heading-block h2{
    font-size: 25px;
  }.tc-wp-content-root .acdc-content-suite .acdc-heading-block p{
    font-size: 14px;
  }.tc-wp-content-root .acdc-content-suite .acdc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .acdc-content-suite .acdc-grid, .tc-wp-content-root .acdc-content-suite .acdc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .acdc-content-suite .acdc-grid-three, .tc-wp-content-root .acdc-content-suite .acdc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .acdc-content-suite .acdc-card, .tc-wp-content-root .acdc-content-suite .acdc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .acdc-content-suite .acdc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .acdc-content-suite .acdc-step-number{
    width: 58px;
    height: 48px;
    font-size: 18px;
  }.tc-wp-content-root .acdc-content-suite .acdc-card h3, .tc-wp-content-root .acdc-content-suite .acdc-benefit-card h3, .tc-wp-content-root .acdc-content-suite .acdc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .acdc-content-suite .acdc-card p, .tc-wp-content-root .acdc-content-suite .acdc-benefit-card p, .tc-wp-content-root .acdc-content-suite .acdc-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .acdc-content-suite .acdc-section{
    padding: 54px 0;
  }.tc-wp-content-root .acdc-content-suite .acdc-container{
    padding: 0 18px;
  }.tc-wp-content-root .acdc-content-suite .acdc-heading-block h2{
    font-size: 28px;
  }.tc-wp-content-root .acdc-content-suite .acdc-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .acdc-content-suite .acdc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .acdc-content-suite .acdc-grid, .tc-wp-content-root .acdc-content-suite .acdc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .acdc-content-suite .acdc-grid-three, .tc-wp-content-root .acdc-content-suite .acdc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .acdc-content-suite .acdc-card, .tc-wp-content-root .acdc-content-suite .acdc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .acdc-content-suite .acdc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .acdc-content-suite .acdc-step-number{
    width: 62px;
    height: 50px;
    font-size: 19px;
  }.tc-wp-content-root .acdc-content-suite .acdc-card h3, .tc-wp-content-root .acdc-content-suite .acdc-benefit-card h3, .tc-wp-content-root .acdc-content-suite .acdc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .acdc-content-suite .acdc-card p, .tc-wp-content-root .acdc-content-suite .acdc-benefit-card p, .tc-wp-content-root .acdc-content-suite .acdc-step-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .acdc-content-suite .acdc-section{
    padding: 60px 0;
  }.tc-wp-content-root .acdc-content-suite .acdc-container{
    padding: 0 22px;
  }.tc-wp-content-root .acdc-content-suite .acdc-heading-block h2{
    font-size: 31px;
  }.tc-wp-content-root .acdc-content-suite .acdc-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .acdc-content-suite .acdc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .acdc-content-suite .acdc-grid, .tc-wp-content-root .acdc-content-suite .acdc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .acdc-content-suite .acdc-grid-three, .tc-wp-content-root .acdc-content-suite .acdc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .acdc-content-suite .acdc-card, .tc-wp-content-root .acdc-content-suite .acdc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .acdc-content-suite .acdc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .acdc-content-suite .acdc-step-number{
    width: 66px;
    height: 52px;
    font-size: 20px;
  }.tc-wp-content-root .acdc-content-suite .acdc-card h3, .tc-wp-content-root .acdc-content-suite .acdc-benefit-card h3, .tc-wp-content-root .acdc-content-suite .acdc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .acdc-content-suite .acdc-card p, .tc-wp-content-root .acdc-content-suite .acdc-benefit-card p, .tc-wp-content-root .acdc-content-suite .acdc-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .acdc-content-suite .acdc-section{
    padding: 76px 0;
  }.tc-wp-content-root .acdc-content-suite .acdc-container{
    padding: 0 32px;
  }.tc-wp-content-root .acdc-content-suite .acdc-heading-block h2{
    font-size: 40px;
  }.tc-wp-content-root .acdc-content-suite .acdc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .acdc-content-suite .acdc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .acdc-content-suite .acdc-grid, .tc-wp-content-root .acdc-content-suite .acdc-steps{
    gap: 24px;
    margin-top: 44px;
  }.tc-wp-content-root .acdc-content-suite .acdc-grid-three, .tc-wp-content-root .acdc-content-suite .acdc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .acdc-content-suite .acdc-card, .tc-wp-content-root .acdc-content-suite .acdc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .acdc-content-suite .acdc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .acdc-content-suite .acdc-step-number{
    width: 76px;
    height: 62px;
    font-size: 22px;
  }.tc-wp-content-root .acdc-content-suite .acdc-card h3, .tc-wp-content-root .acdc-content-suite .acdc-benefit-card h3, .tc-wp-content-root .acdc-content-suite .acdc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .acdc-content-suite .acdc-card p, .tc-wp-content-root .acdc-content-suite .acdc-benefit-card p, .tc-wp-content-root .acdc-content-suite .acdc-step-card p{
    font-size: 16px;
  }}@media (min-width: 1024px){.tc-wp-content-root .acdc-content-suite .acdc-section{
    padding: 92px 0;
  }.tc-wp-content-root .acdc-content-suite .acdc-container{
    padding: 0 34px;
  }.tc-wp-content-root .acdc-content-suite .acdc-heading-block h2{
    font-size: 46px;
  }.tc-wp-content-root .acdc-content-suite .acdc-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .acdc-content-suite .acdc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .acdc-content-suite .acdc-grid, .tc-wp-content-root .acdc-content-suite .acdc-steps{
    gap: 26px;
    margin-top: 48px;
  }.tc-wp-content-root .acdc-content-suite .acdc-grid-three, .tc-wp-content-root .acdc-content-suite .acdc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .acdc-content-suite .acdc-card, .tc-wp-content-root .acdc-content-suite .acdc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .acdc-content-suite .acdc-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .acdc-content-suite .acdc-step-number{
    width: 82px;
    height: 66px;
    font-size: 24px;
  }.tc-wp-content-root .acdc-content-suite .acdc-card h3, .tc-wp-content-root .acdc-content-suite .acdc-benefit-card h3, .tc-wp-content-root .acdc-content-suite .acdc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .acdc-content-suite .acdc-card p, .tc-wp-content-root .acdc-content-suite .acdc-benefit-card p, .tc-wp-content-root .acdc-content-suite .acdc-step-card p{
    font-size: 16px;
  }}