@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 .ewc-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .ewc-bottom-content, .tc-wp-content-root .ewc-bottom-content div, .tc-wp-content-root .ewc-bottom-content section, .tc-wp-content-root .ewc-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ewc-bottom-content .ewc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ewc-bottom-content .ewc-section-white{
  background: #ffffff;
}.tc-wp-content-root .ewc-bottom-content .ewc-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(39, 126, 255, 0.08), transparent 30%),
    radial-gradient(circle at 88% 15%, rgba(117, 75, 255, 0.08), transparent 32%),
    #f7f9fc;
}.tc-wp-content-root .ewc-bottom-content .ewc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ewc-bottom-content .ewc-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ewc-bottom-content .ewc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(39, 126, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(39, 126, 255, 0.1), rgba(117, 75, 255, 0.1));
  color: #2158d8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .ewc-bottom-content .ewc-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .ewc-bottom-content .ewc-heading p{
  margin: 14px auto 0;
  color: #566276;
  line-height: 1.7;
  font-weight: 400;
}.tc-wp-content-root .ewc-bottom-content .ewc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ewc-bottom-content .ewc-card{
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(20, 32, 54, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ewc-bottom-content .ewc-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #277eff, #754bff, #19b6d2);
  opacity: 0.88;
}.tc-wp-content-root .ewc-bottom-content .ewc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(39, 126, 255, 0.22);
  box-shadow: 0 22px 58px rgba(20, 32, 54, 0.12);
}.tc-wp-content-root .ewc-bottom-content .ewc-card h3, .tc-wp-content-root .ewc-bottom-content .ewc-step-card h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ewc-bottom-content .ewc-card p, .tc-wp-content-root .ewc-bottom-content .ewc-step-card p{
  margin: 10px 0 0;
  color: #5d687a;
  line-height: 1.65;
  font-weight: 400;
}.tc-wp-content-root .ewc-bottom-content .ewc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(39, 126, 255, 0.14), rgba(117, 75, 255, 0.16));
  box-shadow: inset 0 0 0 1px rgba(39, 126, 255, 0.12);
}.tc-wp-content-root .ewc-bottom-content .ewc-icon::before, .tc-wp-content-root .ewc-bottom-content .ewc-icon::after{
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #277eff, #754bff);
  transition: transform 220ms ease;
}.tc-wp-content-root .ewc-bottom-content .ewc-card:hover .ewc-icon::before, .tc-wp-content-root .ewc-bottom-content .ewc-card:hover .ewc-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .ewc-bottom-content .ewc-icon-lines::before{
  left: 13px;
  top: 14px;
  width: 20px;
  height: 3px;
  border-radius: 9px;
  box-shadow: 0 7px 0 rgba(39, 126, 255, 0.65), 0 14px 0 rgba(117, 75, 255, 0.55);
}.tc-wp-content-root .ewc-bottom-content .ewc-icon-target::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #277eff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .ewc-bottom-content .ewc-icon-target::after{
  left: 20px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}.tc-wp-content-root .ewc-bottom-content .ewc-icon-pen::before{
  left: 14px;
  top: 12px;
  width: 7px;
  height: 24px;
  border-radius: 8px;
  transform: rotate(38deg);
}.tc-wp-content-root .ewc-bottom-content .ewc-icon-clock::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #277eff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .ewc-bottom-content .ewc-icon-clock::after{
  left: 23px;
  top: 16px;
  width: 3px;
  height: 12px;
  border-radius: 8px;
  transform-origin: bottom center;
}.tc-wp-content-root .ewc-bottom-content .ewc-icon-pages::before{
  left: 13px;
  top: 11px;
  width: 18px;
  height: 22px;
  border-radius: 5px;
}.tc-wp-content-root .ewc-bottom-content .ewc-icon-pages::after{
  left: 18px;
  top: 15px;
  width: 18px;
  height: 22px;
  border-radius: 5px;
  opacity: 0.55;
}.tc-wp-content-root .ewc-bottom-content .ewc-icon-check::before{
  left: 14px;
  top: 22px;
  width: 9px;
  height: 4px;
  border-radius: 9px;
  transform: rotate(45deg);
}.tc-wp-content-root .ewc-bottom-content .ewc-icon-check::after{
  left: 20px;
  top: 19px;
  width: 18px;
  height: 4px;
  border-radius: 9px;
  transform: rotate(-45deg);
}.tc-wp-content-root .ewc-bottom-content .ewc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ewc-bottom-content .ewc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(20, 32, 54, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ewc-bottom-content .ewc-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #277eff, #754bff);
}.tc-wp-content-root .ewc-bottom-content .ewc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(117, 75, 255, 0.2);
  box-shadow: 0 24px 62px rgba(20, 32, 54, 0.12);
}.tc-wp-content-root .ewc-bottom-content .ewc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #277eff, #754bff);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(39, 126, 255, 0.22);
}.tc-wp-content-root .ewc-bottom-content .ewc-step-content{
  min-width: 0;
}.tc-wp-content-root .ewc-bottom-content .ewc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(39, 126, 255, 0.1);
  color: #2158d8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ewc-bottom-content .ewc-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(39, 126, 255, 0.14), rgba(25, 182, 210, 0.16));
  position: relative;
}.tc-wp-content-root .ewc-bottom-content .ewc-benefit-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 20px;
  width: 8px;
  height: 4px;
  border-radius: 10px;
  background: #277eff;
  transform: rotate(45deg);
}.tc-wp-content-root .ewc-bottom-content .ewc-benefit-mark::after{
  content: "";
  position: absolute;
  left: 19px;
  top: 17px;
  width: 16px;
  height: 4px;
  border-radius: 10px;
  background: #754bff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ewc-bottom-content .ewc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .ewc-bottom-content .ewc-reveal.ewc-is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ewc-bottom-content .ewc-section{
    padding: 48px 0;
  }.tc-wp-content-root .ewc-bottom-content .ewc-container{
    padding: 0 14px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-card{
    padding: 24px 20px;
    border-radius: 20px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-card h3, .tc-wp-content-root .ewc-bottom-content .ewc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-card p, .tc-wp-content-root .ewc-bottom-content .ewc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px 24px 24px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-step-number{
    width: 52px;
    height: 52px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ewc-bottom-content .ewc-section{
    padding: 54px 0;
  }.tc-wp-content-root .ewc-bottom-content .ewc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-card{
    padding: 26px 22px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-card h3, .tc-wp-content-root .ewc-bottom-content .ewc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-card p, .tc-wp-content-root .ewc-bottom-content .ewc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px 26px 26px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ewc-bottom-content .ewc-section{
    padding: 60px 0;
  }.tc-wp-content-root .ewc-bottom-content .ewc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-card{
    padding: 28px 24px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-card h3, .tc-wp-content-root .ewc-bottom-content .ewc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-card p, .tc-wp-content-root .ewc-bottom-content .ewc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 28px 24px 28px 30px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ewc-bottom-content .ewc-section{
    padding: 76px 0;
  }.tc-wp-content-root .ewc-bottom-content .ewc-container{
    padding: 0 30px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ewc-bottom-content .ewc-card{
    padding: 30px 26px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-card h3, .tc-wp-content-root .ewc-bottom-content .ewc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-card p, .tc-wp-content-root .ewc-bottom-content .ewc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-step-card{
    gap: 24px;
    padding: 32px 30px 32px 36px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ewc-bottom-content .ewc-section{
    padding: 92px 0;
  }.tc-wp-content-root .ewc-bottom-content .ewc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ewc-bottom-content .ewc-card{
    padding: 32px 28px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-card h3, .tc-wp-content-root .ewc-bottom-content .ewc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-card p, .tc-wp-content-root .ewc-bottom-content .ewc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-step-card{
    gap: 28px;
    padding: 34px 36px 34px 42px;
  }.tc-wp-content-root .ewc-bottom-content .ewc-step-number{
    width: 70px;
    height: 70px;
    font-size: 22px;
  }}