@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 .scv-bottom-content{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .scv-bottom-content, .tc-wp-content-root .scv-bottom-content div, .tc-wp-content-root .scv-bottom-content section, .tc-wp-content-root .scv-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .scv-bottom-content .scv-section{
  position: relative;
}.tc-wp-content-root .scv-bottom-content .scv-section-white{
  background: #ffffff;
}.tc-wp-content-root .scv-bottom-content .scv-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 252, 0, 0.14), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(0, 203, 255, 0.1), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .scv-bottom-content .scv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .scv-bottom-content .scv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .scv-bottom-content .scv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 210, 0, 0.42);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.22), rgba(0, 203, 255, 0.12));
  color: #5d4b00;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .scv-bottom-content h2{
  margin: 0;
  color: #121a2c;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .scv-bottom-content .scv-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5e6a7d;
  font-weight: 450;
  line-height: 1.7;
  letter-spacing: 0;
}.tc-wp-content-root .scv-bottom-content .scv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .scv-bottom-content .scv-card, .tc-wp-content-root .scv-bottom-content .scv-benefit-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(21, 31, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(17, 26, 44, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .scv-bottom-content .scv-card::before, .tc-wp-content-root .scv-bottom-content .scv-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #fff200, #00cbff, #6c5cff);
  opacity: 0.82;
}.tc-wp-content-root .scv-bottom-content .scv-card:hover, .tc-wp-content-root .scv-bottom-content .scv-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(0, 203, 255, 0.24);
  box-shadow: 0 24px 56px rgba(17, 26, 44, 0.11);
}.tc-wp-content-root .scv-bottom-content .scv-card h3, .tc-wp-content-root .scv-bottom-content .scv-benefit-card h3, .tc-wp-content-root .scv-bottom-content .scv-step-card h3{
  margin: 0;
  color: #162033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .scv-bottom-content .scv-card p, .tc-wp-content-root .scv-bottom-content .scv-benefit-card p, .tc-wp-content-root .scv-bottom-content .scv-step-card p{
  margin: 10px 0 0;
  color: #647084;
  font-weight: 440;
  line-height: 1.68;
  letter-spacing: 0;
}.tc-wp-content-root .scv-bottom-content .scv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff200, #00cbff);
  box-shadow: 0 12px 24px rgba(0, 203, 255, 0.18);
}.tc-wp-content-root .scv-bottom-content .scv-icon::before, .tc-wp-content-root .scv-bottom-content .scv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .scv-bottom-content .scv-card:hover .scv-icon::before, .tc-wp-content-root .scv-bottom-content .scv-card:hover .scv-icon::after{
  transform: translateY(-1px) scale(1.04);
}.tc-wp-content-root .scv-bottom-content .scv-icon-view::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #132033;
  border-radius: 14px 14px 12px 12px;
}.tc-wp-content-root .scv-bottom-content .scv-icon-view::after{
  width: 7px;
  height: 7px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #132033;
}.tc-wp-content-root .scv-bottom-content .scv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #132033;
  border-radius: 50%;
  border-left-color: transparent;
}.tc-wp-content-root .scv-bottom-content .scv-icon-speed::after{
  width: 13px;
  height: 2px;
  left: 22px;
  top: 21px;
  background: #132033;
  transform: rotate(-28deg);
  transform-origin: left center;
}.tc-wp-content-root .scv-bottom-content .scv-icon-preview::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 2px solid #132033;
  border-radius: 6px;
}.tc-wp-content-root .scv-bottom-content .scv-icon-preview::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 22px;
  background: #132033;
  box-shadow: 0 5px 0 #132033;
}.tc-wp-content-root .scv-bottom-content .scv-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: #132033;
  box-shadow: 0 10px 0 #132033, 0 20px 0 #132033;
}.tc-wp-content-root .scv-bottom-content .scv-icon-steps::after{
  width: 16px;
  height: 2px;
  left: 24px;
  top: 15px;
  background: #132033;
  box-shadow: 0 10px 0 #132033, 0 20px 0 #132033;
}.tc-wp-content-root .scv-bottom-content .scv-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 2px solid #132033;
  border-radius: 6px;
}.tc-wp-content-root .scv-bottom-content .scv-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  top: 31px;
  border-radius: 2px;
  background: #132033;
}.tc-wp-content-root .scv-bottom-content .scv-icon-daily::before{
  width: 22px;
  height: 20px;
  left: 12px;
  top: 14px;
  border: 2px solid #132033;
  border-radius: 8px;
}.tc-wp-content-root .scv-bottom-content .scv-icon-daily::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 20px;
  background: #132033;
  box-shadow: 0 6px 0 #132033;
}.tc-wp-content-root .scv-bottom-content .scv-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .scv-bottom-content .scv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(21, 31, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(17, 26, 44, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .scv-bottom-content .scv-step-card::after{
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 242, 0, 0.18), rgba(0, 203, 255, 0.16));
}.tc-wp-content-root .scv-bottom-content .scv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 210, 0, 0.34);
  box-shadow: 0 24px 56px rgba(17, 26, 44, 0.1);
}.tc-wp-content-root .scv-bottom-content .scv-step-number{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff200, #00cbff);
  color: #111827;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(0, 203, 255, 0.18);
}.tc-wp-content-root .scv-bottom-content .scv-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .scv-bottom-content .scv-dot{
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #00cbff;
  box-shadow: 0 0 0 7px rgba(0, 203, 255, 0.12), 18px 0 0 -3px #fff200;
}.tc-wp-content-root .scv-bottom-content .scv-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 30px;
  padding: 6px 12px;
  margin-bottom: 18px;
  border: 1px solid rgba(0, 203, 255, 0.25);
  border-radius: 999px;
  background: rgba(0, 203, 255, 0.08);
  color: #075b73;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .scv-bottom-content .scv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .scv-bottom-content .scv-reveal.scv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .scv-bottom-content .scv-section{
    padding: 52px 0;
  }.tc-wp-content-root .scv-bottom-content .scv-container{
    padding: 0 16px;
  }.tc-wp-content-root .scv-bottom-content h2{
    font-size: 27px;
  }.tc-wp-content-root .scv-bottom-content .scv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .scv-bottom-content .scv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .scv-bottom-content .scv-card, .tc-wp-content-root .scv-bottom-content .scv-benefit-card{
    padding: 24px 20px;
  }.tc-wp-content-root .scv-bottom-content .scv-card h3, .tc-wp-content-root .scv-bottom-content .scv-benefit-card h3, .tc-wp-content-root .scv-bottom-content .scv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .scv-bottom-content .scv-card p, .tc-wp-content-root .scv-bottom-content .scv-benefit-card p, .tc-wp-content-root .scv-bottom-content .scv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .scv-bottom-content .scv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .scv-bottom-content .scv-section{
    padding: 58px 0;
  }.tc-wp-content-root .scv-bottom-content .scv-container{
    padding: 0 18px;
  }.tc-wp-content-root .scv-bottom-content h2{
    font-size: 30px;
  }.tc-wp-content-root .scv-bottom-content .scv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .scv-bottom-content .scv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .scv-bottom-content .scv-card, .tc-wp-content-root .scv-bottom-content .scv-benefit-card{
    padding: 26px 22px;
  }.tc-wp-content-root .scv-bottom-content .scv-card h3, .tc-wp-content-root .scv-bottom-content .scv-benefit-card h3, .tc-wp-content-root .scv-bottom-content .scv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .scv-bottom-content .scv-card p, .tc-wp-content-root .scv-bottom-content .scv-benefit-card p, .tc-wp-content-root .scv-bottom-content .scv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .scv-bottom-content .scv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .scv-bottom-content .scv-section{
    padding: 64px 0;
  }.tc-wp-content-root .scv-bottom-content .scv-container{
    padding: 0 22px;
  }.tc-wp-content-root .scv-bottom-content h2{
    font-size: 34px;
  }.tc-wp-content-root .scv-bottom-content .scv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .scv-bottom-content .scv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .scv-bottom-content .scv-card, .tc-wp-content-root .scv-bottom-content .scv-benefit-card{
    padding: 28px 24px;
  }.tc-wp-content-root .scv-bottom-content .scv-card h3, .tc-wp-content-root .scv-bottom-content .scv-benefit-card h3, .tc-wp-content-root .scv-bottom-content .scv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .scv-bottom-content .scv-card p, .tc-wp-content-root .scv-bottom-content .scv-benefit-card p, .tc-wp-content-root .scv-bottom-content .scv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .scv-bottom-content .scv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-number{
    width: 60px;
    height: 60px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .scv-bottom-content .scv-section{
    padding: 78px 0;
  }.tc-wp-content-root .scv-bottom-content .scv-container{
    padding: 0 32px;
  }.tc-wp-content-root .scv-bottom-content h2{
    font-size: 40px;
  }.tc-wp-content-root .scv-bottom-content .scv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .scv-bottom-content .scv-grid-three, .tc-wp-content-root .scv-bottom-content .scv-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .scv-bottom-content .scv-card, .tc-wp-content-root .scv-bottom-content .scv-benefit-card{
    padding: 30px 26px;
  }.tc-wp-content-root .scv-bottom-content .scv-card h3, .tc-wp-content-root .scv-bottom-content .scv-benefit-card h3, .tc-wp-content-root .scv-bottom-content .scv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .scv-bottom-content .scv-card p, .tc-wp-content-root .scv-bottom-content .scv-benefit-card p, .tc-wp-content-root .scv-bottom-content .scv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .scv-bottom-content .scv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .scv-bottom-content .scv-section{
    padding: 92px 0;
  }.tc-wp-content-root .scv-bottom-content .scv-container{
    padding: 0 34px;
  }.tc-wp-content-root .scv-bottom-content h2{
    font-size: 46px;
  }.tc-wp-content-root .scv-bottom-content .scv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .scv-bottom-content .scv-grid-three, .tc-wp-content-root .scv-bottom-content .scv-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .scv-bottom-content .scv-card, .tc-wp-content-root .scv-bottom-content .scv-benefit-card{
    padding: 32px 28px;
  }.tc-wp-content-root .scv-bottom-content .scv-card h3, .tc-wp-content-root .scv-bottom-content .scv-benefit-card h3, .tc-wp-content-root .scv-bottom-content .scv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .scv-bottom-content .scv-card p, .tc-wp-content-root .scv-bottom-content .scv-benefit-card p, .tc-wp-content-root .scv-bottom-content .scv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .scv-bottom-content .scv-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .scv-bottom-content .scv-step-number{
    width: 76px;
    height: 76px;
    font-size: 19px;
  }}