@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 .tts-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: inherit;
}.tc-wp-content-root .tts-bottom-content, .tc-wp-content-root .tts-bottom-content .tts-section, .tc-wp-content-root .tts-bottom-content .tts-container, .tc-wp-content-root .tts-bottom-content .tts-info-card, .tc-wp-content-root .tts-bottom-content .tts-step-card, .tc-wp-content-root .tts-bottom-content .tts-use-card, .tc-wp-content-root .tts-bottom-content .tts-benefit-card{
  box-sizing: border-box;
}.tc-wp-content-root .tts-bottom-content .tts-section{
  position: relative;
}.tc-wp-content-root .tts-bottom-content .tts-section-white{
  background: #ffffff;
}.tc-wp-content-root .tts-bottom-content .tts-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f4f7fb 100%);
}.tc-wp-content-root .tts-bottom-content .tts-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tts-bottom-content .tts-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tts-bottom-content .tts-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(30, 115, 190, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 174, 255, 0.1), rgba(91, 80, 255, 0.1));
  color: #1557a6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .tts-bottom-content .tts-section-head h2{
  margin: 0;
  color: #101827;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .tts-bottom-content .tts-section-head p{
  margin: 16px auto 0;
  color: #5b6678;
  line-height: 1.7;
}.tc-wp-content-root .tts-bottom-content .tts-card-grid, .tc-wp-content-root .tts-bottom-content .tts-benefit-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tts-bottom-content .tts-info-card, .tc-wp-content-root .tts-bottom-content .tts-use-card, .tc-wp-content-root .tts-bottom-content .tts-benefit-card, .tc-wp-content-root .tts-bottom-content .tts-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .tts-bottom-content .tts-info-card, .tc-wp-content-root .tts-bottom-content .tts-use-card, .tc-wp-content-root .tts-bottom-content .tts-benefit-card{
  border-radius: 22px;
}.tc-wp-content-root .tts-bottom-content .tts-info-card::before, .tc-wp-content-root .tts-bottom-content .tts-use-card::before, .tc-wp-content-root .tts-bottom-content .tts-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0, 174, 255, 0.16), rgba(91, 80, 255, 0.12));
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .tts-bottom-content .tts-info-card:hover, .tc-wp-content-root .tts-bottom-content .tts-use-card:hover, .tc-wp-content-root .tts-bottom-content .tts-benefit-card:hover, .tc-wp-content-root .tts-bottom-content .tts-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(30, 115, 190, 0.22);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .tts-bottom-content .tts-info-card:hover::before, .tc-wp-content-root .tts-bottom-content .tts-use-card:hover::before, .tc-wp-content-root .tts-bottom-content .tts-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tts-bottom-content .tts-info-card h3, .tc-wp-content-root .tts-bottom-content .tts-use-card h3, .tc-wp-content-root .tts-bottom-content .tts-benefit-card h3, .tc-wp-content-root .tts-bottom-content .tts-step-content h3{
  position: relative;
  margin: 0;
  color: #121a2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tts-bottom-content .tts-info-card p, .tc-wp-content-root .tts-bottom-content .tts-use-card p, .tc-wp-content-root .tts-bottom-content .tts-benefit-card p, .tc-wp-content-root .tts-bottom-content .tts-step-content p{
  position: relative;
  margin: 12px 0 0;
  color: #5d6878;
  line-height: 1.65;
}.tc-wp-content-root .tts-bottom-content .tts-card-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00aeff 0%, #5b50ff 100%);
  box-shadow: 0 14px 26px rgba(44, 105, 230, 0.26);
}.tc-wp-content-root .tts-bottom-content .tts-card-icon::before, .tc-wp-content-root .tts-bottom-content .tts-card-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.tc-wp-content-root .tts-bottom-content .tts-info-card:hover .tts-card-icon::before, .tc-wp-content-root .tts-bottom-content .tts-info-card:hover .tts-card-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .tts-bottom-content .tts-icon-clock::before{
  width: 20px;
  height: 20px;
  left: 14px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .tts-bottom-content .tts-icon-clock::after{
  width: 8px;
  height: 8px;
  left: 24px;
  top: 17px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}.tc-wp-content-root .tts-bottom-content .tts-icon-calc::before{
  width: 20px;
  height: 24px;
  left: 14px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .tts-bottom-content .tts-icon-calc::after{
  width: 12px;
  height: 2px;
  left: 18px;
  top: 18px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}.tc-wp-content-root .tts-bottom-content .tts-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 16px;
  border: 2px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .tts-bottom-content .tts-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 24px;
  top: 26px;
  background: #ffffff;
  transform: rotate(-35deg);
  transform-origin: left center;
}.tc-wp-content-root .tts-bottom-content .tts-icon-video::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .tts-bottom-content .tts-icon-video::after{
  left: 31px;
  top: 19px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #ffffff;
}.tc-wp-content-root .tts-bottom-content .tts-icon-data::before{
  width: 24px;
  height: 10px;
  left: 12px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .tts-bottom-content .tts-icon-data::after{
  width: 24px;
  height: 17px;
  left: 12px;
  top: 19px;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-radius: 0 0 50% 50%;
}.tc-wp-content-root .tts-bottom-content .tts-icon-check::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .tts-bottom-content .tts-icon-check::after{
  width: 12px;
  height: 7px;
  left: 18px;
  top: 22px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .tts-bottom-content .tts-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tts-bottom-content .tts-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
}.tc-wp-content-root .tts-bottom-content .tts-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #00aeff, #5b50ff);
}.tc-wp-content-root .tts-bottom-content .tts-step-number{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #00aeff 0%, #5b50ff 100%);
  box-shadow: 0 16px 34px rgba(44, 105, 230, 0.28);
}.tc-wp-content-root .tts-bottom-content .tts-use-badge{
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eef7ff;
  color: #1557a6;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .tts-bottom-content .tts-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00aeff 0%, #5b50ff 100%);
}.tc-wp-content-root .tts-bottom-content .tts-benefit-mark::after{
  content: "";
  position: absolute;
  width: 13px;
  height: 7px;
  left: 12px;
  top: 13px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .tts-bottom-content .tts-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .tts-bottom-content .tts-reveal.tts-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tts-bottom-content .tts-section{
    padding: 54px 0;
  }.tc-wp-content-root .tts-bottom-content .tts-container{
    padding: 0 14px;
  }.tc-wp-content-root .tts-bottom-content .tts-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .tts-bottom-content .tts-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tts-bottom-content .tts-card-grid, .tc-wp-content-root .tts-bottom-content .tts-benefit-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tts-bottom-content .tts-info-card, .tc-wp-content-root .tts-bottom-content .tts-use-card, .tc-wp-content-root .tts-bottom-content .tts-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .tts-bottom-content .tts-info-card h3, .tc-wp-content-root .tts-bottom-content .tts-use-card h3, .tc-wp-content-root .tts-bottom-content .tts-benefit-card h3, .tc-wp-content-root .tts-bottom-content .tts-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .tts-bottom-content .tts-info-card p, .tc-wp-content-root .tts-bottom-content .tts-use-card p, .tc-wp-content-root .tts-bottom-content .tts-benefit-card p, .tc-wp-content-root .tts-bottom-content .tts-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .tts-bottom-content .tts-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tts-bottom-content .tts-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tts-bottom-content .tts-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tts-bottom-content .tts-section{
    padding: 60px 0;
  }.tc-wp-content-root .tts-bottom-content .tts-container{
    padding: 0 18px;
  }.tc-wp-content-root .tts-bottom-content .tts-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .tts-bottom-content .tts-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .tts-bottom-content .tts-card-grid, .tc-wp-content-root .tts-bottom-content .tts-benefit-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .tts-bottom-content .tts-info-card, .tc-wp-content-root .tts-bottom-content .tts-use-card, .tc-wp-content-root .tts-bottom-content .tts-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .tts-bottom-content .tts-info-card h3, .tc-wp-content-root .tts-bottom-content .tts-use-card h3, .tc-wp-content-root .tts-bottom-content .tts-benefit-card h3, .tc-wp-content-root .tts-bottom-content .tts-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .tts-bottom-content .tts-info-card p, .tc-wp-content-root .tts-bottom-content .tts-use-card p, .tc-wp-content-root .tts-bottom-content .tts-benefit-card p, .tc-wp-content-root .tts-bottom-content .tts-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .tts-bottom-content .tts-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .tts-bottom-content .tts-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tts-bottom-content .tts-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tts-bottom-content .tts-section{
    padding: 68px 0;
  }.tc-wp-content-root .tts-bottom-content .tts-container{
    padding: 0 22px;
  }.tc-wp-content-root .tts-bottom-content .tts-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .tts-bottom-content .tts-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tts-bottom-content .tts-card-grid, .tc-wp-content-root .tts-bottom-content .tts-benefit-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .tts-bottom-content .tts-info-card, .tc-wp-content-root .tts-bottom-content .tts-use-card, .tc-wp-content-root .tts-bottom-content .tts-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .tts-bottom-content .tts-info-card h3, .tc-wp-content-root .tts-bottom-content .tts-use-card h3, .tc-wp-content-root .tts-bottom-content .tts-benefit-card h3, .tc-wp-content-root .tts-bottom-content .tts-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .tts-bottom-content .tts-info-card p, .tc-wp-content-root .tts-bottom-content .tts-use-card p, .tc-wp-content-root .tts-bottom-content .tts-benefit-card p, .tc-wp-content-root .tts-bottom-content .tts-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .tts-bottom-content .tts-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .tts-bottom-content .tts-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tts-bottom-content .tts-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tts-bottom-content .tts-section{
    padding: 82px 0;
  }.tc-wp-content-root .tts-bottom-content .tts-container{
    padding: 0 30px;
  }.tc-wp-content-root .tts-bottom-content .tts-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .tts-bottom-content .tts-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tts-bottom-content .tts-card-grid, .tc-wp-content-root .tts-bottom-content .tts-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tts-bottom-content .tts-info-card, .tc-wp-content-root .tts-bottom-content .tts-use-card, .tc-wp-content-root .tts-bottom-content .tts-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .tts-bottom-content .tts-info-card h3, .tc-wp-content-root .tts-bottom-content .tts-use-card h3, .tc-wp-content-root .tts-bottom-content .tts-benefit-card h3, .tc-wp-content-root .tts-bottom-content .tts-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .tts-bottom-content .tts-info-card p, .tc-wp-content-root .tts-bottom-content .tts-use-card p, .tc-wp-content-root .tts-bottom-content .tts-benefit-card p, .tc-wp-content-root .tts-bottom-content .tts-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .tts-bottom-content .tts-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tts-bottom-content .tts-step-card{
    grid-template-columns: 76px 1fr;
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .tts-bottom-content .tts-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tts-bottom-content .tts-section{
    padding: 96px 0;
  }.tc-wp-content-root .tts-bottom-content .tts-container{
    padding: 0 32px;
  }.tc-wp-content-root .tts-bottom-content .tts-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .tts-bottom-content .tts-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .tts-bottom-content .tts-card-grid, .tc-wp-content-root .tts-bottom-content .tts-benefit-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .tts-bottom-content .tts-info-card, .tc-wp-content-root .tts-bottom-content .tts-use-card, .tc-wp-content-root .tts-bottom-content .tts-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .tts-bottom-content .tts-info-card h3, .tc-wp-content-root .tts-bottom-content .tts-use-card h3, .tc-wp-content-root .tts-bottom-content .tts-benefit-card h3, .tc-wp-content-root .tts-bottom-content .tts-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .tts-bottom-content .tts-info-card p, .tc-wp-content-root .tts-bottom-content .tts-use-card p, .tc-wp-content-root .tts-bottom-content .tts-benefit-card p, .tc-wp-content-root .tts-bottom-content .tts-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .tts-bottom-content .tts-step-list{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .tts-bottom-content .tts-step-card{
    grid-template-columns: 88px 1fr;
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .tts-bottom-content .tts-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}

.tc-wp-content-root .tts-grid-six {}