@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 .dmc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #ffffff;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-section{
  position: relative;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-section-white{
  background: #ffffff;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(35, 160, 148, 0.08), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(53, 95, 210, 0.07), transparent 26%),
    #f7f9fb;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(35, 160, 148, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(35, 160, 148, 0.1), rgba(53, 95, 210, 0.08));
  color: #166c65;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head h2{
  margin: 0;
  color: #101828;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5f6b7a;
  line-height: 1.72;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-card, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(28, 39, 62, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-card::before, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(35, 160, 148, 0.42), rgba(53, 95, 210, 0.24), transparent 58%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-card:hover, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(35, 160, 148, 0.24);
  box-shadow: 0 24px 56px rgba(28, 39, 62, 0.13);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-card:hover::before, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #23a094, #355fd2);
  box-shadow: 0 14px 28px rgba(35, 160, 148, 0.22);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon::before, .tc-wp-content-root .dmc-editorial-wrap .dmc-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-card:hover .dmc-icon::after{
  transform: translateX(3px);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-route::before{
  width: 22px;
  height: 10px;
  left: 13px;
  top: 19px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 0 10px 0 0;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-route::after{
  width: 6px;
  height: 6px;
  right: 12px;
  top: 25px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-clock::before{
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-clock::after{
  width: 10px;
  height: 8px;
  left: 23px;
  top: 17px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-map::before{
  width: 16px;
  height: 22px;
  left: 16px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 14px 14px 14px 4px;
  transform: rotate(45deg);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-map::after{
  width: 6px;
  height: 6px;
  left: 21px;
  top: 18px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-grid::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  background:
    linear-gradient(#ffffff, #ffffff) 50% 0 / 2px 100% no-repeat,
    linear-gradient(#ffffff, #ffffff) 0 50% / 100% 2px no-repeat;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-grid::after{
  width: 5px;
  height: 5px;
  right: 11px;
  bottom: 11px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-pin::before{
  width: 26px;
  height: 2px;
  left: 11px;
  bottom: 14px;
  background: rgba(255, 255, 255, 0.85);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-pin::after{
  width: 13px;
  height: 13px;
  left: 17px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50% 50% 50% 4px;
  transform: rotate(-45deg);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-check::before{
  width: 22px;
  height: 12px;
  left: 13px;
  top: 16px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-icon-check::after{
  width: 8px;
  height: 8px;
  right: 11px;
  bottom: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-content p{
  margin: 12px 0 0;
  color: #667085;
  line-height: 1.68;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-steps{
  position: relative;
  display: grid;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 252, 0.94));
  box-shadow: 0 18px 42px rgba(28, 39, 62, 0.08);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #23a094, #355fd2);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #101828;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.16);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(35, 160, 148, 0.1);
  color: #16746b;
  font-weight: 760;
  line-height: 1;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 92% 10%, rgba(53, 95, 210, 0.1), transparent 30%);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card{
  background: #ffffff;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-mark{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(35, 160, 148, 0.14), rgba(53, 95, 210, 0.12));
  position: relative;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #1f9489;
  border-bottom: 3px solid #1f9489;
  transform: rotate(-45deg);
}.tc-wp-content-root .dmc-editorial-wrap .dmc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .dmc-editorial-wrap .dmc-reveal.dmc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .dmc-editorial-wrap .dmc-section{
    padding: 50px 0;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-container{
    padding: 0 14px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-kicker{
    font-size: 11px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card-grid, .tc-wp-content-root .dmc-editorial-wrap .dmc-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-number{
    width: 48px;
    height: 48px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .dmc-editorial-wrap .dmc-section{
    padding: 56px 0;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-container{
    padding: 0 18px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card-grid, .tc-wp-content-root .dmc-editorial-wrap .dmc-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .dmc-editorial-wrap .dmc-section{
    padding: 62px 0;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-container{
    padding: 0 22px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card-grid, .tc-wp-content-root .dmc-editorial-wrap .dmc-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .dmc-editorial-wrap .dmc-section{
    padding: 76px 0;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-container{
    padding: 0 32px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-kicker{
    font-size: 12.5px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-grid-three, .tc-wp-content-root .dmc-editorial-wrap .dmc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .dmc-editorial-wrap .dmc-section{
    padding: 92px 0;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-container{
    padding: 0 36px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-grid-three, .tc-wp-content-root .dmc-editorial-wrap .dmc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-steps{
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card h3, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-benefit-card p, .tc-wp-content-root .dmc-editorial-wrap .dmc-step-content p{
    font-size: 15.8px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-card{
    gap: 26px;
    padding: 34px 38px;
  }.tc-wp-content-root .dmc-editorial-wrap .dmc-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}