@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 .ttd-content-wrap{
  width: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #182033;
}.tc-wp-content-root .ttd-content-wrap, .tc-wp-content-root .ttd-content-wrap section, .tc-wp-content-root .ttd-content-wrap div, .tc-wp-content-root .ttd-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ttd-content-wrap .ttd-section{
  width: 100%;
  position: relative;
}.tc-wp-content-root .ttd-content-wrap .ttd-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttd-content-wrap .ttd-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f3f7fb 100%);
}.tc-wp-content-root .ttd-content-wrap .ttd-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttd-content-wrap .ttd-heading-block{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttd-content-wrap .ttd-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 7px 14px;
  border: 1px solid rgba(34, 139, 230, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(34, 139, 230, 0.1), rgba(18, 184, 134, 0.1));
  color: #176c9f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ttd-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .ttd-content-wrap .ttd-heading-block p{
  margin: 14px auto 0;
  max-width: 700px;
  color: #566174;
  line-height: 1.7;
}.tc-wp-content-root .ttd-content-wrap .ttd-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttd-content-wrap .ttd-info-card, .tc-wp-content-root .ttd-content-wrap .ttd-use-card, .tc-wp-content-root .ttd-content-wrap .ttd-benefit-card, .tc-wp-content-root .ttd-content-wrap .ttd-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(32, 45, 64, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(21, 38, 64, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ttd-content-wrap .ttd-info-card, .tc-wp-content-root .ttd-content-wrap .ttd-use-card, .tc-wp-content-root .ttd-content-wrap .ttd-benefit-card{
  border-radius: 22px;
}.tc-wp-content-root .ttd-content-wrap .ttd-info-card::before, .tc-wp-content-root .ttd-content-wrap .ttd-use-card::before, .tc-wp-content-root .ttd-content-wrap .ttd-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg, #228be6, #12b886, #f59f00);
  opacity: 0.85;
}.tc-wp-content-root .ttd-content-wrap .ttd-info-card:hover, .tc-wp-content-root .ttd-content-wrap .ttd-use-card:hover, .tc-wp-content-root .ttd-content-wrap .ttd-benefit-card:hover, .tc-wp-content-root .ttd-content-wrap .ttd-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(34, 139, 230, 0.28);
  box-shadow: 0 24px 60px rgba(21, 38, 64, 0.13);
}.tc-wp-content-root .ttd-content-wrap h3{
  margin: 0;
  color: #151b2c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttd-content-wrap article p{
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.68;
}.tc-wp-content-root .ttd-content-wrap .ttd-icon{
  width: 46px;
  height: 46px;
  display: inline-flex;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(34, 139, 230, 0.14), rgba(18, 184, 134, 0.14));
  position: relative;
}.tc-wp-content-root .ttd-content-wrap .ttd-icon::before, .tc-wp-content-root .ttd-content-wrap .ttd-icon::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}.tc-wp-content-root .ttd-content-wrap .ttd-icon-clock::before{
  width: 22px;
  height: 22px;
  border: 2px solid #228be6;
  border-radius: 50%;
}.tc-wp-content-root .ttd-content-wrap .ttd-icon-clock::after{
  width: 9px;
  height: 9px;
  border-left: 2px solid #12b886;
  border-bottom: 2px solid #12b886;
  transform: translate(-35%, -55%);
}.tc-wp-content-root .ttd-content-wrap .ttd-icon-calendar::before{
  width: 24px;
  height: 20px;
  border: 2px solid #228be6;
  border-radius: 5px;
}.tc-wp-content-root .ttd-content-wrap .ttd-icon-calendar::after{
  width: 18px;
  height: 2px;
  background: #12b886;
  transform: translate(-50%, -160%);
}.tc-wp-content-root .ttd-content-wrap .ttd-icon-ratio::before{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: conic-gradient(#228be6 0 68%, rgba(34, 139, 230, 0.18) 68% 100%);
}.tc-wp-content-root .ttd-content-wrap .ttd-icon-ratio::after{
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .ttd-content-wrap .ttd-icon-briefcase::before{
  width: 25px;
  height: 18px;
  border: 2px solid #228be6;
  border-radius: 5px;
}.tc-wp-content-root .ttd-content-wrap .ttd-icon-briefcase::after{
  width: 10px;
  height: 5px;
  border: 2px solid #12b886;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  transform: translate(-50%, -220%);
}.tc-wp-content-root .ttd-content-wrap .ttd-icon-study::before{
  width: 24px;
  height: 18px;
  border: 2px solid #228be6;
  border-radius: 3px;
  transform: translate(-50%, -50%) skewY(-5deg);
}.tc-wp-content-root .ttd-content-wrap .ttd-icon-study::after{
  width: 16px;
  height: 2px;
  background: #12b886;
}.tc-wp-content-root .ttd-content-wrap .ttd-icon-check::before{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e9f8f4;
  border: 2px solid #12b886;
}.tc-wp-content-root .ttd-content-wrap .ttd-icon-check::after{
  width: 12px;
  height: 7px;
  border-left: 3px solid #12b886;
  border-bottom: 3px solid #12b886;
  transform: translate(-48%, -58%) rotate(-45deg);
}.tc-wp-content-root .ttd-content-wrap .ttd-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttd-content-wrap .ttd-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
  overflow: hidden;
}.tc-wp-content-root .ttd-content-wrap .ttd-step-card::after{
  content: "";
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(34, 139, 230, 0), rgba(34, 139, 230, 0.28), rgba(18, 184, 134, 0));
}.tc-wp-content-root .ttd-content-wrap .ttd-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #228be6, #12b886);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(34, 139, 230, 0.22);
}.tc-wp-content-root .ttd-content-wrap .ttd-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eef7ff;
  color: #176c9f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ttd-content-wrap .ttd-benefit-mark{
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #228be6, #12b886);
  position: relative;
  box-shadow: 0 12px 26px rgba(18, 184, 134, 0.2);
}.tc-wp-content-root .ttd-content-wrap .ttd-benefit-mark::after{
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 13px;
  height: 8px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttd-content-wrap .ttd-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttd-content-wrap .ttd-reveal.ttd-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttd-content-wrap .ttd-section{
    padding: 48px 0;
  }.tc-wp-content-root .ttd-content-wrap .ttd-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttd-content-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-heading-block p{
    font-size: 14px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-info-card, .tc-wp-content-root .ttd-content-wrap .ttd-use-card, .tc-wp-content-root .ttd-content-wrap .ttd-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .ttd-content-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .ttd-content-wrap article p{
    font-size: 14px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-step-card::after{
    display: none;
  }.tc-wp-content-root .ttd-content-wrap .ttd-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttd-content-wrap .ttd-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttd-content-wrap .ttd-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttd-content-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-info-card, .tc-wp-content-root .ttd-content-wrap .ttd-use-card, .tc-wp-content-root .ttd-content-wrap .ttd-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .ttd-content-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .ttd-content-wrap article p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-step-list{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-step-card::after{
    display: none;
  }.tc-wp-content-root .ttd-content-wrap .ttd-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttd-content-wrap .ttd-section{
    padding: 60px 0;
  }.tc-wp-content-root .ttd-content-wrap .ttd-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttd-content-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-info-card, .tc-wp-content-root .ttd-content-wrap .ttd-use-card, .tc-wp-content-root .ttd-content-wrap .ttd-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .ttd-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .ttd-content-wrap article p{
    font-size: 15px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-step-card::after{
    display: none;
  }.tc-wp-content-root .ttd-content-wrap .ttd-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttd-content-wrap .ttd-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttd-content-wrap .ttd-container{
    padding: 0 30px;
  }.tc-wp-content-root .ttd-content-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-info-card, .tc-wp-content-root .ttd-content-wrap .ttd-use-card, .tc-wp-content-root .ttd-content-wrap .ttd-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ttd-content-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .ttd-content-wrap article p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttd-content-wrap .ttd-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttd-content-wrap .ttd-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttd-content-wrap h2{
    font-size: 44px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-grid-six, .tc-wp-content-root .ttd-content-wrap .ttd-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttd-content-wrap .ttd-info-card, .tc-wp-content-root .ttd-content-wrap .ttd-use-card, .tc-wp-content-root .ttd-content-wrap .ttd-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .ttd-content-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .ttd-content-wrap article p{
    font-size: 16px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .ttd-content-wrap .ttd-step-number{
    width: 72px;
    height: 72px;
    font-size: 19px;
  }}

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