@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 .dwc-editorial-wrap{
  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 .dwc-editorial-wrap, .tc-wp-content-root .dwc-editorial-wrap div, .tc-wp-content-root .dwc-editorial-wrap section, .tc-wp-content-root .dwc-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-section{
  position: relative;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-section-white{
  background: #ffffff;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f5f8fc 100%);
}.tc-wp-content-root .dwc-editorial-wrap .dwc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 129, 167, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 129, 167, 0.1), rgba(47, 184, 132, 0.1));
  color: #006f8d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-heading p{
  margin: 16px auto 0;
  color: #5b6678;
  line-height: 1.7;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-card, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(20, 32, 52, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(19, 34, 56, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-card::before, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 129, 167, 0.12), rgba(47, 184, 132, 0.1));
  opacity: 0;
  content: "";
  transition: opacity 220ms ease;
  pointer-events: none;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-card:hover, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(0, 129, 167, 0.22);
  box-shadow: 0 24px 58px rgba(19, 34, 56, 0.13);
}.tc-wp-content-root .dwc-editorial-wrap .dwc-card:hover::before, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-card h3, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card h3, .tc-wp-content-root .dwc-editorial-wrap .dwc-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-card p, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card p, .tc-wp-content-root .dwc-editorial-wrap .dwc-step-card p{
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #5b6678;
  line-height: 1.68;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0081a7, #2fb884);
  box-shadow: 0 12px 28px rgba(0, 129, 167, 0.22);
}.tc-wp-content-root .dwc-editorial-wrap .dwc-icon::before, .tc-wp-content-root .dwc-editorial-wrap .dwc-icon::after{
  position: absolute;
  content: "";
}.tc-wp-content-root .dwc-editorial-wrap .dwc-icon-lines::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 14px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.9), 0 16px 0 rgba(255, 255, 255, 0.75);
}.tc-wp-content-root .dwc-editorial-wrap .dwc-icon-target::before{
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-icon-target::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-icon-doc::before{
  width: 20px;
  height: 24px;
  left: 13px;
  top: 11px;
  border-radius: 4px;
  background: #ffffff;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-icon-doc::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 20px;
  border-radius: 99px;
  background: #0081a7;
  box-shadow: 0 6px 0 #0081a7;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  border-left-color: transparent;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-icon-read::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-icon-check::before{
  width: 18px;
  height: 10px;
  left: 14px;
  top: 17px;
  border-bottom: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .dwc-editorial-wrap .dwc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-step-card{
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(20, 32, 52, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(19, 34, 56, 0.08);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 129, 167, 0.24);
  box-shadow: 0 24px 58px rgba(19, 34, 56, 0.12);
}.tc-wp-content-root .dwc-editorial-wrap .dwc-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #0081a7, #2fb884);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(0, 129, 167, 0.22);
}.tc-wp-content-root .dwc-editorial-wrap .dwc-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 20px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 129, 167, 0.09);
  color: #006f8d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .dwc-editorial-wrap .dwc-trust-mark{
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  margin: 0 0 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0, 129, 167, 0.14), rgba(47, 184, 132, 0.14));
}.tc-wp-content-root .dwc-editorial-wrap .dwc-trust-mark::before{
  position: absolute;
  width: 23px;
  height: 13px;
  left: 15px;
  top: 18px;
  border-bottom: 4px solid #0081a7;
  border-left: 4px solid #2fb884;
  content: "";
  transform: rotate(-45deg);
}.tc-wp-content-root .dwc-editorial-wrap .dwc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .dwc-editorial-wrap .dwc-reveal.dwc-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 .dwc-editorial-wrap .dwc-section{
    padding: 54px 0;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-container{
    padding: 0 14px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-card, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-card h3, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card h3, .tc-wp-content-root .dwc-editorial-wrap .dwc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-card p, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card p, .tc-wp-content-root .dwc-editorial-wrap .dwc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .dwc-editorial-wrap .dwc-section{
    padding: 60px 0;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-container{
    padding: 0 18px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-card, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-card h3, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card h3, .tc-wp-content-root .dwc-editorial-wrap .dwc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-card p, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card p, .tc-wp-content-root .dwc-editorial-wrap .dwc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .dwc-editorial-wrap .dwc-section{
    padding: 68px 0;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-container{
    padding: 0 22px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-card, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-card h3, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card h3, .tc-wp-content-root .dwc-editorial-wrap .dwc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-card p, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card p, .tc-wp-content-root .dwc-editorial-wrap .dwc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .dwc-editorial-wrap .dwc-section{
    padding: 82px 0;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-grid-six, .tc-wp-content-root .dwc-editorial-wrap .dwc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-card, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-card h3, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card h3, .tc-wp-content-root .dwc-editorial-wrap .dwc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-card p, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card p, .tc-wp-content-root .dwc-editorial-wrap .dwc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .dwc-editorial-wrap .dwc-section{
    padding: 96px 0;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-container{
    padding: 0 36px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-grid-six, .tc-wp-content-root .dwc-editorial-wrap .dwc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-card, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card{
    padding: 32px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-card h3, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card h3, .tc-wp-content-root .dwc-editorial-wrap .dwc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-card p, .tc-wp-content-root .dwc-editorial-wrap .dwc-trust-card p, .tc-wp-content-root .dwc-editorial-wrap .dwc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .dwc-editorial-wrap .dwc-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}

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