@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 .dtdeg-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #18202b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .dtdeg-content-wrap, .tc-wp-content-root .dtdeg-content-wrap section, .tc-wp-content-root .dtdeg-content-wrap div, .tc-wp-content-root .dtdeg-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-section-white{
  background: #ffffff;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f5f8fb 100%);
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(15, 118, 110, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(14, 165, 233, 0.1));
  color: #0f766e;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.12;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-heading p{
  margin: 16px auto 0;
  color: #566274;
  font-weight: 450;
  line-height: 1.72;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card::before, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.14), rgba(14, 165, 233, 0.06), transparent 54%);
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card:hover, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(15, 118, 110, 0.3);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card:hover::before, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card h3, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card h3, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card h3{
  position: relative;
  margin: 0;
  color: #121a26;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.25;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card p, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card p, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6678;
  font-weight: 430;
  line-height: 1.68;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f766e, #0ea5e9);
  box-shadow: 0 14px 28px rgba(14, 165, 233, 0.22);
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-icon::before, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-icon-pin::before{
  width: 14px;
  height: 14px;
  left: 16px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-icon-pin::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 15px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-icon-compass::before{
  inset: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-icon-compass::after{
  width: 0;
  height: 0;
  left: 20px;
  top: 13px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 18px solid #ffffff;
  transform: rotate(34deg);
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-icon-target::before{
  inset: 10px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-icon-target::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-icon-grid::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  background:
    linear-gradient(#ffffff, #ffffff) 50% 0 / 3px 100% no-repeat,
    linear-gradient(90deg, #ffffff, #ffffff) 0 50% / 100% 3px no-repeat;
  border: 3px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-icon-note::before{
  width: 22px;
  height: 26px;
  left: 13px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-icon-note::after{
  width: 12px;
  height: 3px;
  left: 18px;
  top: 20px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-icon-bolt::before{
  width: 13px;
  height: 25px;
  left: 17px;
  top: 10px;
  background: #ffffff;
  clip-path: polygon(54% 0, 100% 0, 66% 40%, 100% 40%, 30% 100%, 44% 56%, 6% 56%);
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 253, 250, 0.72)),
    #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.075);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(14, 165, 233, 0.34);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 78px;
  bottom: -22px;
  width: 2px;
  background: linear-gradient(180deg, rgba(15, 118, 110, 0.34), rgba(14, 165, 233, 0));
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0f766e, #0ea5e9);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(14, 165, 233, 0.25);
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.09);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card{
  overflow: hidden;
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f766e, #0ea5e9);
  box-shadow: 0 14px 28px rgba(14, 165, 233, 0.22);
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 10px;
  width: 11px;
  height: 18px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(42deg);
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .dtdeg-content-wrap .dtdeg-reveal.dtdeg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .dtdeg-content-wrap .dtdeg-section{
    padding: 46px 0;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-container{
    padding: 0 14px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-grid, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-grid-3, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card h3, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card h3, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card p, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card p, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card::after{
    display: none;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-number{
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .dtdeg-content-wrap .dtdeg-section{
    padding: 52px 0;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-container{
    padding: 0 18px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-grid, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-grid-3, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card h3, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card h3, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card p, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card p, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card::after{
    display: none;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .dtdeg-content-wrap .dtdeg-section{
    padding: 58px 0;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-container{
    padding: 0 22px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-grid, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-grid-3, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card h3, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card h3, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card p, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card p, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card::after{
    display: none;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .dtdeg-content-wrap .dtdeg-section{
    padding: 72px 0;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-container{
    padding: 0 32px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-grid, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-grid-3, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card h3, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card h3, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card p, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card p, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-number{
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .dtdeg-content-wrap .dtdeg-section{
    padding: 88px 0;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-container{
    padding: 0 32px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-heading p{
    font-size: 17.5px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-grid, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-grid-3, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card h3, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card h3, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-card p, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card p, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-number{
    font-size: 21px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .dtdeg-content-wrap .dtdeg-reveal, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-reveal.dtdeg-visible, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-card, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-benefit-card, .tc-wp-content-root .dtdeg-content-wrap .dtdeg-step-card{
    opacity: 1;
    transform: none;
    transition: none;
  }}

.tc-wp-content-root .dtdeg-step-copy {}