@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;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .ntg-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .ntg-bottom-content, .tc-wp-content-root .ntg-bottom-content div, .tc-wp-content-root .ntg-bottom-content section, .tc-wp-content-root .ntg-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ntg-bottom-content .ntg-section{
  position: relative;
}.tc-wp-content-root .ntg-bottom-content .ntg-section-white{
  background: #ffffff;
}.tc-wp-content-root .ntg-bottom-content .ntg-section-soft{
  background: linear-gradient(180deg, #fbfbfd 0%, #f6f8fc 100%);
}.tc-wp-content-root .ntg-bottom-content .ntg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ntg-bottom-content .ntg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ntg-bottom-content .ntg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(6, 182, 212, 0.1));
  color: #6236c7;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .ntg-bottom-content .ntg-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ntg-bottom-content .ntg-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #536071;
  line-height: 1.7;
}.tc-wp-content-root .ntg-bottom-content .ntg-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ntg-bottom-content .ntg-card, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card, .tc-wp-content-root .ntg-bottom-content .ntg-step-card{
  position: relative;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ntg-bottom-content .ntg-card{
  min-height: 100%;
  overflow: hidden;
}.tc-wp-content-root .ntg-bottom-content .ntg-card::before, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #7c3aed, #06b6d4, #14b8a6);
  opacity: 0.9;
}.tc-wp-content-root .ntg-bottom-content .ntg-card:hover, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card:hover, .tc-wp-content-root .ntg-bottom-content .ntg-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(124, 58, 237, 0.24);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}.tc-wp-content-root .ntg-bottom-content .ntg-card h3, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card h3, .tc-wp-content-root .ntg-bottom-content .ntg-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ntg-bottom-content .ntg-card p, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card p, .tc-wp-content-root .ntg-bottom-content .ntg-step-content p{
  margin: 10px 0 0;
  color: #5c6677;
  line-height: 1.68;
}.tc-wp-content-root .ntg-bottom-content .ntg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.14), rgba(6, 182, 212, 0.14));
  box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.12);
}.tc-wp-content-root .ntg-bottom-content .ntg-icon::before, .tc-wp-content-root .ntg-bottom-content .ntg-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .ntg-bottom-content .ntg-card:hover .ntg-icon::before, .tc-wp-content-root .ntg-bottom-content .ntg-card:hover .ntg-icon::after{
  transform: translateY(-2px) scale(1.04);
}.tc-wp-content-root .ntg-bottom-content .ntg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.tc-wp-content-root .ntg-bottom-content .ntg-icon-copy::before{
  width: 17px;
  height: 21px;
  left: 17px;
  top: 12px;
  border: 2px solid #7c3aed;
  border-radius: 5px;
}.tc-wp-content-root .ntg-bottom-content .ntg-icon-copy::after{
  width: 17px;
  height: 21px;
  left: 12px;
  top: 17px;
  border: 2px solid #06b6d4;
  border-radius: 5px;
}.tc-wp-content-root .ntg-bottom-content .ntg-icon-type::before{
  left: 12px;
  top: 12px;
  color: #7c3aed;
  content: "Aa";
  font-size: 17px;
  font-weight: 850;
}.tc-wp-content-root .ntg-bottom-content .ntg-icon-profile::before{
  width: 12px;
  height: 12px;
  left: 17px;
  top: 11px;
  border-radius: 50%;
  background: #7c3aed;
}.tc-wp-content-root .ntg-bottom-content .ntg-icon-profile::after{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 27px;
  border-radius: 999px 999px 7px 7px;
  background: #06b6d4;
}.tc-wp-content-root .ntg-bottom-content .ntg-icon-fast::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 3px solid #06b6d4;
  border-left-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .ntg-bottom-content .ntg-icon-fast::after{
  width: 12px;
  height: 3px;
  left: 7px;
  top: 22px;
  border-radius: 999px;
  background: #7c3aed;
  box-shadow: -4px 7px 0 rgba(124, 58, 237, 0.55);
}.tc-wp-content-root .ntg-bottom-content .ntg-icon-clean::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #7c3aed, #14b8a6);
}.tc-wp-content-root .ntg-bottom-content .ntg-icon-clean::after{
  width: 12px;
  height: 6px;
  left: 17px;
  top: 19px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ntg-bottom-content .ntg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ntg-bottom-content .ntg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(124, 58, 237, 0.35), rgba(6, 182, 212, 0.25)) border-box;
  border: 1px solid transparent;
}.tc-wp-content-root .ntg-bottom-content .ntg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(124, 58, 237, 0.22);
}.tc-wp-content-root .ntg-bottom-content .ntg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.1);
  color: #087f8f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .ntg-bottom-content .ntg-benefit-card{
  min-height: 100%;
  overflow: hidden;
  text-align: left;
}.tc-wp-content-root .ntg-bottom-content .ntg-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #14b8a6, #06b6d4);
  position: relative;
  box-shadow: 0 14px 26px rgba(6, 182, 212, 0.2);
}.tc-wp-content-root .ntg-bottom-content .ntg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 13px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ntg-bottom-content .ntg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .ntg-bottom-content .ntg-reveal.ntg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ntg-bottom-content .ntg-section{
    padding: 52px 0;
  }.tc-wp-content-root .ntg-bottom-content .ntg-container{
    padding: 0 16px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-card, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-card h3, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card h3, .tc-wp-content-root .ntg-bottom-content .ntg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-card p, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card p, .tc-wp-content-root .ntg-bottom-content .ntg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-steps{
    gap: 16px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ntg-bottom-content .ntg-section{
    padding: 58px 0;
  }.tc-wp-content-root .ntg-bottom-content .ntg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-card, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-card h3, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card h3, .tc-wp-content-root .ntg-bottom-content .ntg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-card p, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card p, .tc-wp-content-root .ntg-bottom-content .ntg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-steps{
    gap: 18px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ntg-bottom-content .ntg-section{
    padding: 64px 0;
  }.tc-wp-content-root .ntg-bottom-content .ntg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-card, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-card h3, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card h3, .tc-wp-content-root .ntg-bottom-content .ntg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-card p, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card p, .tc-wp-content-root .ntg-bottom-content .ntg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-steps{
    gap: 20px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ntg-bottom-content .ntg-section{
    padding: 78px 0;
  }.tc-wp-content-root .ntg-bottom-content .ntg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-card, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-card h3, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card h3, .tc-wp-content-root .ntg-bottom-content .ntg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-card p, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card p, .tc-wp-content-root .ntg-bottom-content .ntg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-steps{
    gap: 22px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-step-card{
    gap: 22px;
    padding: 32px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ntg-bottom-content .ntg-section{
    padding: 92px 0;
  }.tc-wp-content-root .ntg-bottom-content .ntg-container{
    padding: 0 28px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-card, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-card h3, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card h3, .tc-wp-content-root .ntg-bottom-content .ntg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-card p, .tc-wp-content-root .ntg-bottom-content .ntg-benefit-card p, .tc-wp-content-root .ntg-bottom-content .ntg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-steps{
    gap: 24px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .ntg-bottom-content .ntg-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}