@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 .tgwc-content-sections{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .tgwc-content-sections, .tc-wp-content-root .tgwc-content-sections section, .tc-wp-content-root .tgwc-content-sections div, .tc-wp-content-root .tgwc-content-sections article{
  box-sizing: border-box;
}.tc-wp-content-root .tgwc-content-sections .tgwc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .tgwc-content-sections .tgwc-section-white{
  background: #ffffff;
}.tc-wp-content-root .tgwc-content-sections .tgwc-section-soft{
  background: linear-gradient(180deg, #fbfcf8 0%, #f6f8f2 100%);
}.tc-wp-content-root .tgwc-content-sections .tgwc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tgwc-content-sections .tgwc-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tgwc-content-sections .tgwc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(24, 169, 121, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24, 169, 121, 0.1), rgba(66, 133, 244, 0.08));
  color: #087a5d;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .tgwc-content-sections .tgwc-heading h2{
  margin: 0;
  color: #142033;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tgwc-content-sections .tgwc-heading p{
  margin: 14px auto 0;
  color: #5d6879;
  line-height: 1.72;
}.tc-wp-content-root .tgwc-content-sections .tgwc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tgwc-content-sections .tgwc-card, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(31, 45, 61, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(22, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tgwc-content-sections .tgwc-card::before, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(24, 169, 121, 0.12), rgba(66, 133, 244, 0.1), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .tgwc-content-sections .tgwc-card:hover, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(24, 169, 121, 0.28);
  box-shadow: 0 24px 60px rgba(22, 32, 51, 0.12);
}.tc-wp-content-root .tgwc-content-sections .tgwc-card:hover::before, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tgwc-content-sections .tgwc-card h3, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card h3, .tc-wp-content-root .tgwc-content-sections .tgwc-step-content h3{
  position: relative;
  margin: 0;
  color: #172033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tgwc-content-sections .tgwc-card p, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card p, .tc-wp-content-root .tgwc-content-sections .tgwc-step-content p{
  position: relative;
  margin: 10px 0 0;
  color: #5d6879;
  line-height: 1.68;
}.tc-wp-content-root .tgwc-content-sections .tgwc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #18a979 0%, #3d8bff 100%);
  box-shadow: 0 12px 24px rgba(24, 169, 121, 0.22);
}.tc-wp-content-root .tgwc-content-sections .tgwc-icon::before, .tc-wp-content-root .tgwc-content-sections .tgwc-icon::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}.tc-wp-content-root .tgwc-content-sections .tgwc-icon-target::before{
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .tgwc-content-sections .tgwc-icon-target::after{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .tgwc-content-sections .tgwc-icon-calendar::before{
  width: 22px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .tgwc-content-sections .tgwc-icon-calendar::after{
  width: 18px;
  height: 2px;
  margin-top: -4px;
  background: #ffffff;
}.tc-wp-content-root .tgwc-content-sections .tgwc-icon-scale::before{
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .tgwc-content-sections .tgwc-icon-scale::after{
  width: 10px;
  height: 2px;
  margin-top: -5px;
  background: #ffffff;
  transform: translate(-50%, -50%) rotate(-25deg);
}.tc-wp-content-root .tgwc-content-sections .tgwc-icon-chart::before{
  width: 24px;
  height: 18px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}.tc-wp-content-root .tgwc-content-sections .tgwc-icon-chart::after{
  width: 18px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-50%, -50%) rotate(-20deg);
}.tc-wp-content-root .tgwc-content-sections .tgwc-icon-heart::before{
  width: 18px;
  height: 18px;
  background: #ffffff;
  transform: translate(-50%, -45%) rotate(45deg);
  border-radius: 5px 5px 2px 5px;
}.tc-wp-content-root .tgwc-content-sections .tgwc-icon-check::before{
  width: 18px;
  height: 10px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: translate(-50%, -58%) rotate(-45deg);
}.tc-wp-content-root .tgwc-content-sections .tgwc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tgwc-content-sections .tgwc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(24, 169, 121, 0.16);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(22, 32, 51, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tgwc-content-sections .tgwc-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #18a979, #3d8bff);
}.tc-wp-content-root .tgwc-content-sections .tgwc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(61, 139, 255, 0.28);
  box-shadow: 0 24px 58px rgba(22, 32, 51, 0.11);
}.tc-wp-content-root .tgwc-content-sections .tgwc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #18a979 0%, #3d8bff 100%);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(24, 169, 121, 0.22);
}.tc-wp-content-root .tgwc-content-sections .tgwc-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(24, 169, 121, 0.1);
  color: #087a5d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
}.tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card{
  overflow: hidden;
}.tc-wp-content-root .tgwc-content-sections .tgwc-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #18a979 0%, #3d8bff 100%);
}.tc-wp-content-root .tgwc-content-sections .tgwc-benefit-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 12px;
  height: 7px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .tgwc-content-sections .tgwc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tgwc-content-sections .tgwc-reveal.tgwc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tgwc-content-sections .tgwc-section{
    padding: 48px 0;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-container{
    padding: 0 14px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-card, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-card h3, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card h3, .tc-wp-content-root .tgwc-content-sections .tgwc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-card p, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card p, .tc-wp-content-root .tgwc-content-sections .tgwc-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px 22px 24px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tgwc-content-sections .tgwc-section{
    padding: 54px 0;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-container{
    padding: 0 18px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-card, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-card h3, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card h3, .tc-wp-content-root .tgwc-content-sections .tgwc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-card p, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card p, .tc-wp-content-root .tgwc-content-sections .tgwc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 24px 26px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tgwc-content-sections .tgwc-section{
    padding: 60px 0;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-container{
    padding: 0 22px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-card, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-card h3, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card h3, .tc-wp-content-root .tgwc-content-sections .tgwc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-card p, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card p, .tc-wp-content-root .tgwc-content-sections .tgwc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px 26px 28px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tgwc-content-sections .tgwc-section{
    padding: 76px 0;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-grid-six, .tc-wp-content-root .tgwc-content-sections .tgwc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-card, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-card h3, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card h3, .tc-wp-content-root .tgwc-content-sections .tgwc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-card p, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card p, .tc-wp-content-root .tgwc-content-sections .tgwc-step-content p{
    font-size: 15.8px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-step-card{
    gap: 22px;
    padding: 30px 32px 30px 36px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tgwc-content-sections .tgwc-section{
    padding: 92px 0;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-container{
    padding: 0 34px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-heading p{
    font-size: 17.5px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-grid-six, .tc-wp-content-root .tgwc-content-sections .tgwc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-card, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-card h3, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card h3, .tc-wp-content-root .tgwc-content-sections .tgwc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-card p, .tc-wp-content-root .tgwc-content-sections .tgwc-benefit-card p, .tc-wp-content-root .tgwc-content-sections .tgwc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-step-card{
    gap: 26px;
    padding: 34px 38px 34px 42px;
  }.tc-wp-content-root .tgwc-content-sections .tgwc-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}