@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 .tdtc-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #17212b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .tdtc-bottom-content, .tc-wp-content-root .tdtc-bottom-content section, .tc-wp-content-root .tdtc-bottom-content div, .tc-wp-content-root .tdtc-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-section-white{
  background: #ffffff;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-section-soft{
  background: #f7fbfb;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  margin-bottom: 14px;
  border: 1px solid rgba(0, 137, 123, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 168, 150, 0.12), rgba(41, 121, 255, 0.1));
  color: #00766c;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-section-head h2{
  margin: 0;
  color: #10202a;
  font-weight: 820;
  line-height: 1.16;
  letter-spacing: 0;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-section-head p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #51616d;
  line-height: 1.72;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-card, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(18, 49, 60, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(15, 49, 58, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-card::before, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0, 168, 150, 0.14), rgba(41, 121, 255, 0.09) 45%, rgba(255, 255, 255, 0) 70%);
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-card:hover, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 137, 123, 0.24);
  box-shadow: 0 24px 58px rgba(15, 49, 58, 0.13);
}.tc-wp-content-root .tdtc-bottom-content .tdtc-card:hover::before, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-card h3, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card h3, .tc-wp-content-root .tdtc-bottom-content .tdtc-step-card h3{
  position: relative;
  margin: 0;
  color: #142630;
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-card p, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card p, .tc-wp-content-root .tdtc-bottom-content .tdtc-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #586873;
  line-height: 1.68;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00a896, #2979ff);
  box-shadow: 0 12px 24px rgba(0, 137, 123, 0.22);
}.tc-wp-content-root .tdtc-bottom-content .tdtc-icon::before, .tc-wp-content-root .tdtc-bottom-content .tdtc-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-icon-drop::before{
  width: 16px;
  height: 22px;
  left: 16px;
  top: 12px;
  border-radius: 12px 12px 14px 14px;
  background: #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .tdtc-bottom-content .tdtc-icon-gauge::before{
  width: 24px;
  height: 12px;
  left: 12px;
  top: 17px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-icon-gauge::after{
  width: 13px;
  height: 3px;
  left: 24px;
  top: 25px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-35deg);
  transform-origin: left center;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-icon-ruler::before{
  width: 25px;
  height: 9px;
  left: 12px;
  top: 20px;
  border-radius: 4px;
  background: #ffffff;
  transform: rotate(-18deg);
}.tc-wp-content-root .tdtc-bottom-content .tdtc-icon-tank::before{
  width: 24px;
  height: 28px;
  left: 12px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 50% / 16%;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-icon-clock::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-icon-clock::after{
  width: 10px;
  height: 3px;
  left: 23px;
  top: 23px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: -2px -6px 0 -1px #ffffff;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-icon-check::before{
  width: 20px;
  height: 11px;
  left: 14px;
  top: 17px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .tdtc-bottom-content .tdtc-card:hover .tdtc-icon{
  transform: translateY(-2px);
}.tc-wp-content-root .tdtc-bottom-content .tdtc-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 30px;
  padding: 5px 11px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 168, 150, 0.13), rgba(41, 121, 255, 0.11));
  color: #00766c;
  font-size: 12px;
  font-weight: 780;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(18, 49, 60, 0.1);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 49, 58, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-step-card::after{
  content: "";
  position: absolute;
  left: 35px;
  top: 78px;
  bottom: -24px;
  width: 2px;
  background: linear-gradient(180deg, rgba(0, 168, 150, 0.32), rgba(41, 121, 255, 0));
}.tc-wp-content-root .tdtc-bottom-content .tdtc-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 137, 123, 0.22);
  box-shadow: 0 24px 56px rgba(15, 49, 58, 0.12);
}.tc-wp-content-root .tdtc-bottom-content .tdtc-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: linear-gradient(135deg, #00a896, #2979ff);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 30px rgba(0, 137, 123, 0.24);
}.tc-wp-content-root .tdtc-bottom-content .tdtc-step-content{
  min-width: 0;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card{
  background: linear-gradient(180deg, #ffffff, #fbfefe);
}.tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 168, 150, 0.16), rgba(41, 121, 255, 0.14));
}.tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #00897b;
  border-bottom: 3px solid #00897b;
  transform: rotate(-45deg);
}.tc-wp-content-root .tdtc-bottom-content .tdtc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .tdtc-bottom-content .tdtc-reveal.tdtc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tdtc-bottom-content .tdtc-section{
    padding: 48px 0;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-container{
    padding: 0 14px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-card, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card{
    padding: 20px;
    border-radius: 16px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-card h3, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card h3, .tc-wp-content-root .tdtc-bottom-content .tdtc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-card p, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card p, .tc-wp-content-root .tdtc-bottom-content .tdtc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-step-card::after{
    display: none;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tdtc-bottom-content .tdtc-section{
    padding: 54px 0;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-container{
    padding: 0 18px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-card, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card{
    padding: 22px;
    border-radius: 17px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-card h3, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card h3, .tc-wp-content-root .tdtc-bottom-content .tdtc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-card p, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card p, .tc-wp-content-root .tdtc-bottom-content .tdtc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-step-card::after{
    display: none;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tdtc-bottom-content .tdtc-section{
    padding: 60px 0;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-container{
    padding: 0 22px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-card, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-card h3, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card h3, .tc-wp-content-root .tdtc-bottom-content .tdtc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-card p, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card p, .tc-wp-content-root .tdtc-bottom-content .tdtc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-step-card::after{
    display: none;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tdtc-bottom-content .tdtc-section{
    padding: 76px 0;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-container{
    padding: 0 28px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-grid-six, .tc-wp-content-root .tdtc-bottom-content .tdtc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-card, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-card h3, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card h3, .tc-wp-content-root .tdtc-bottom-content .tdtc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-card p, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card p, .tc-wp-content-root .tdtc-bottom-content .tdtc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tdtc-bottom-content .tdtc-section{
    padding: 92px 0;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-container{
    padding: 0 32px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-grid-six, .tc-wp-content-root .tdtc-bottom-content .tdtc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-card, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-card h3, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card h3, .tc-wp-content-root .tdtc-bottom-content .tdtc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-card p, .tc-wp-content-root .tdtc-bottom-content .tdtc-benefit-card p, .tc-wp-content-root .tdtc-bottom-content .tdtc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-step-card{
    gap: 26px;
    padding: 30px;
  }.tc-wp-content-root .tdtc-bottom-content .tdtc-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}