@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 .uwc-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .uwc-bottom-content, .tc-wp-content-root .uwc-bottom-content div, .tc-wp-content-root .uwc-bottom-content section, .tc-wp-content-root .uwc-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .uwc-bottom-content .uwc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .uwc-bottom-content .uwc-section-white{
  background: #ffffff;
}.tc-wp-content-root .uwc-bottom-content .uwc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .uwc-bottom-content .uwc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .uwc-bottom-content .uwc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .uwc-bottom-content .uwc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(36, 112, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(36, 112, 255, 0.09), rgba(0, 194, 168, 0.09));
  color: #1664d9;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .uwc-bottom-content .uwc-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .uwc-bottom-content .uwc-section-head p{
  margin: 14px auto 0;
  color: #5d687a;
  line-height: 1.7;
}.tc-wp-content-root .uwc-bottom-content .uwc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .uwc-bottom-content .uwc-card, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card, .tc-wp-content-root .uwc-bottom-content .uwc-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(22, 35, 58, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .uwc-bottom-content .uwc-card{
  height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .uwc-bottom-content .uwc-card::before, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(36, 112, 255, 0.15), rgba(0, 194, 168, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .uwc-bottom-content .uwc-card:hover, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card:hover, .tc-wp-content-root .uwc-bottom-content .uwc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(36, 112, 255, 0.24);
  box-shadow: 0 22px 52px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .uwc-bottom-content .uwc-card:hover::before, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .uwc-bottom-content .uwc-card h3, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card h3, .tc-wp-content-root .uwc-bottom-content .uwc-step-card h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .uwc-bottom-content .uwc-card p, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card p, .tc-wp-content-root .uwc-bottom-content .uwc-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5d687a;
  line-height: 1.68;
}.tc-wp-content-root .uwc-bottom-content .uwc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #2470ff, #00c2a8);
  box-shadow: 0 12px 24px rgba(36, 112, 255, 0.18);
}.tc-wp-content-root .uwc-bottom-content .uwc-icon::before, .tc-wp-content-root .uwc-bottom-content .uwc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .uwc-bottom-content .uwc-icon-count::before{
  width: 18px;
  height: 3px;
  top: 14px;
  left: 14px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .uwc-bottom-content .uwc-icon-search::before{
  width: 15px;
  height: 15px;
  top: 12px;
  left: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .uwc-bottom-content .uwc-icon-search::after{
  width: 12px;
  height: 3px;
  top: 28px;
  left: 27px;
  border-radius: 99px;
  transform: rotate(45deg);
}.tc-wp-content-root .uwc-bottom-content .uwc-icon-seo::before{
  width: 24px;
  height: 16px;
  left: 11px;
  bottom: 12px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: skew(-12deg);
}.tc-wp-content-root .uwc-bottom-content .uwc-icon-edit::before{
  width: 23px;
  height: 4px;
  top: 21px;
  left: 12px;
  border-radius: 99px;
  transform: rotate(-35deg);
}.tc-wp-content-root .uwc-bottom-content .uwc-icon-compare::before{
  width: 4px;
  height: 22px;
  top: 12px;
  left: 15px;
  border-radius: 99px;
  box-shadow: 12px 0 0 #ffffff;
}.tc-wp-content-root .uwc-bottom-content .uwc-icon-clean::before{
  width: 22px;
  height: 12px;
  top: 15px;
  left: 12px;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(35deg);
}.tc-wp-content-root .uwc-bottom-content .uwc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .uwc-bottom-content .uwc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .uwc-bottom-content .uwc-step-card::after{
  content: "";
  position: absolute;
  left: 35px;
  top: 72px;
  bottom: -22px;
  width: 2px;
  background: linear-gradient(180deg, rgba(36, 112, 255, 0.28), rgba(0, 194, 168, 0));
}.tc-wp-content-root .uwc-bottom-content .uwc-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .uwc-bottom-content .uwc-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: linear-gradient(135deg, #2470ff, #00c2a8);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 30px rgba(36, 112, 255, 0.2);
}.tc-wp-content-root .uwc-bottom-content .uwc-badge{
  position: relative;
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(36, 112, 255, 0.08);
  color: #1664d9;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .uwc-bottom-content .uwc-benefit-card{
  height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .uwc-bottom-content .uwc-benefit-mark{
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 0 18px;
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(36, 112, 255, 0.13), rgba(0, 194, 168, 0.13));
}.tc-wp-content-root .uwc-bottom-content .uwc-benefit-mark::before{
  content: "";
  position: absolute;
  width: 21px;
  height: 11px;
  top: 17px;
  left: 14px;
  border-left: 4px solid #2470ff;
  border-bottom: 4px solid #00a991;
  transform: rotate(-45deg);
}.tc-wp-content-root .uwc-bottom-content .uwc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .uwc-bottom-content .uwc-reveal.uwc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .uwc-bottom-content .uwc-section{
    padding: 48px 0;
  }.tc-wp-content-root .uwc-bottom-content .uwc-container{
    padding: 0 16px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-card, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-card h3, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card h3, .tc-wp-content-root .uwc-bottom-content .uwc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-card p, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card p, .tc-wp-content-root .uwc-bottom-content .uwc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-step-card::after{
    display: none;
  }.tc-wp-content-root .uwc-bottom-content .uwc-step-number{
    width: 58px;
    height: 58px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .uwc-bottom-content .uwc-section{
    padding: 54px 0;
  }.tc-wp-content-root .uwc-bottom-content .uwc-container{
    padding: 0 18px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-card, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-card h3, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card h3, .tc-wp-content-root .uwc-bottom-content .uwc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-card p, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card p, .tc-wp-content-root .uwc-bottom-content .uwc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-step-card::after{
    display: none;
  }.tc-wp-content-root .uwc-bottom-content .uwc-step-number{
    width: 60px;
    height: 60px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .uwc-bottom-content .uwc-section{
    padding: 60px 0;
  }.tc-wp-content-root .uwc-bottom-content .uwc-container{
    padding: 0 22px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-card, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-card h3, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card h3, .tc-wp-content-root .uwc-bottom-content .uwc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-card p, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card p, .tc-wp-content-root .uwc-bottom-content .uwc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-step-card::after{
    display: none;
  }.tc-wp-content-root .uwc-bottom-content .uwc-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .uwc-bottom-content .uwc-section{
    padding: 76px 0;
  }.tc-wp-content-root .uwc-bottom-content .uwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-grid-three, .tc-wp-content-root .uwc-bottom-content .uwc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-card, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-card h3, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card h3, .tc-wp-content-root .uwc-bottom-content .uwc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-card p, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card p, .tc-wp-content-root .uwc-bottom-content .uwc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-step-number{
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .uwc-bottom-content .uwc-section{
    padding: 92px 0;
  }.tc-wp-content-root .uwc-bottom-content .uwc-container{
    padding: 0 28px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-grid-three, .tc-wp-content-root .uwc-bottom-content .uwc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-card, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-card h3, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card h3, .tc-wp-content-root .uwc-bottom-content .uwc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-card p, .tc-wp-content-root .uwc-bottom-content .uwc-benefit-card p, .tc-wp-content-root .uwc-bottom-content .uwc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .uwc-bottom-content .uwc-step-number{
    font-size: 18px;
  }}

.tc-wp-content-root .uwc-step-content {}