@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 .ttm-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #152033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f8fb 100%);
}.tc-wp-content-root .ttm-editorial-wrap .ttm-container{
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 137, 167, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 176, 155, 0.12), rgba(0, 137, 167, 0.1));
  color: #007d8f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-section-head p{
  margin: 16px auto 0;
  color: #536174;
  line-height: 1.7;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(20, 37, 63, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0, 176, 155, 0.16), rgba(0, 137, 167, 0) 46%);
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 137, 167, 0.28);
  box-shadow: 0 24px 60px rgba(20, 37, 63, 0.13);
}.tc-wp-content-root .ttm-editorial-wrap .ttm-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-card h3{
  position: relative;
  margin: 0;
  color: #132033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5b687a;
  line-height: 1.68;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-icon{
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00b09b, #0089a7);
  box-shadow: 0 12px 26px rgba(0, 137, 167, 0.22);
}.tc-wp-content-root .ttm-editorial-wrap .ttm-icon::before, .tc-wp-content-root .ttm-editorial-wrap .ttm-icon::after{
  content: "";
  position: absolute;
  box-sizing: border-box;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-icon-clock::before{
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-icon-clock::after{
  left: 23px;
  top: 16px;
  width: 8px;
  height: 10px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-icon-check::before{
  left: 14px;
  top: 22px;
  width: 17px;
  height: 9px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttm-editorial-wrap .ttm-icon-briefcase::before{
  left: 11px;
  top: 18px;
  width: 24px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-icon-briefcase::after{
  left: 17px;
  top: 12px;
  width: 12px;
  height: 8px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-icon-calendar::before{
  left: 11px;
  top: 13px;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-icon-calendar::after{
  left: 15px;
  top: 21px;
  width: 16px;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.78);
}.tc-wp-content-root .ttm-editorial-wrap .ttm-icon-target::before{
  inset: 10px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-icon-target::after{
  inset: 18px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}.tc-wp-content-root .ttm-editorial-wrap .ttm-icon-spark::before{
  left: 21px;
  top: 9px;
  width: 4px;
  height: 28px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-icon-spark::after{
  left: 9px;
  top: 21px;
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-step-card{
  position: relative;
  display: grid;
  min-width: 0;
  box-sizing: border-box;
  align-items: center;
  border: 1px solid rgba(0, 137, 167, 0.16);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(20, 37, 63, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, #00b09b, #0089a7);
}.tc-wp-content-root .ttm-editorial-wrap .ttm-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(20, 37, 63, 0.13);
}.tc-wp-content-root .ttm-editorial-wrap .ttm-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #00b09b, #0089a7);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 15px 30px rgba(0, 137, 167, 0.24);
}.tc-wp-content-root .ttm-editorial-wrap .ttm-step-content h3{
  margin: 0;
  color: #132033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-step-content p{
  margin: 9px 0 0;
  color: #5b687a;
  line-height: 1.7;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 137, 167, 0.1);
  color: #007d8f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-use-card{
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}.tc-wp-content-root .ttm-editorial-wrap .ttm-benefit-card{
  text-align: left;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-icon-free::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-icon-free::after{
  left: 17px;
  top: 21px;
  width: 12px;
  height: 2px;
  background: #ffffff;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-icon-mobile::after{
  left: 22px;
  top: 31px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-icon-lock::before{
  left: 12px;
  top: 20px;
  width: 22px;
  height: 16px;
  border-radius: 5px;
  background: #ffffff;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-icon-lock::after{
  left: 17px;
  top: 11px;
  width: 12px;
  height: 14px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.tc-wp-content-root .ttm-editorial-wrap .ttm-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttm-editorial-wrap .ttm-reveal.ttm-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttm-editorial-wrap .ttm-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-container{
    padding: 0 16px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card{
    padding: 22px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card h3, .tc-wp-content-root .ttm-editorial-wrap .ttm-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card p, .tc-wp-content-root .ttm-editorial-wrap .ttm-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px 24px 26px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttm-editorial-wrap .ttm-section{
    padding: 58px 0;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card{
    padding: 24px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card h3, .tc-wp-content-root .ttm-editorial-wrap .ttm-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card p, .tc-wp-content-root .ttm-editorial-wrap .ttm-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px 26px 30px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttm-editorial-wrap .ttm-section{
    padding: 64px 0;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card{
    padding: 26px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card h3, .tc-wp-content-root .ttm-editorial-wrap .ttm-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card p, .tc-wp-content-root .ttm-editorial-wrap .ttm-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 26px 28px 32px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttm-editorial-wrap .ttm-section{
    padding: 78px 0;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card{
    padding: 28px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card h3, .tc-wp-content-root .ttm-editorial-wrap .ttm-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card p, .tc-wp-content-root .ttm-editorial-wrap .ttm-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-step-card{
    grid-template-columns: 88px 1fr;
    gap: 24px;
    padding: 30px 32px 30px 36px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttm-editorial-wrap .ttm-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-grid-six, .tc-wp-content-root .ttm-editorial-wrap .ttm-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card{
    padding: 30px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card h3, .tc-wp-content-root .ttm-editorial-wrap .ttm-step-content h3{
    font-size: 23px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-card p, .tc-wp-content-root .ttm-editorial-wrap .ttm-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-step-card{
    grid-template-columns: 100px 1fr;
    gap: 30px;
    padding: 34px 38px 34px 42px;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ttm-editorial-wrap .ttm-card, .tc-wp-content-root .ttm-editorial-wrap .ttm-step-card, .tc-wp-content-root .ttm-editorial-wrap .ttm-reveal, .tc-wp-content-root .ttm-editorial-wrap .ttm-reveal.ttm-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .ttm-editorial-wrap .ttm-reveal{
    opacity: 1;
  }}