@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 .cwc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-section{
  position: relative;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-section-white{
  background: #ffffff;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}.tc-wp-content-root .cwc-editorial-wrap .cwc-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(214, 43, 96, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(214, 43, 96, 0.1), rgba(246, 171, 52, 0.12));
  color: #b21f54;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-heading h2{
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-heading p{
  margin: 16px auto 0;
  color: #596275;
  font-weight: 400;
  line-height: 1.7;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(24, 32, 51, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(214, 43, 96, 0.14), rgba(246, 171, 52, 0.12), rgba(29, 126, 196, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-card:hover{
  transform: translateY(-6px);
  border-color: rgba(214, 43, 96, 0.22);
  box-shadow: 0 24px 60px rgba(24, 32, 51, 0.11);
}.tc-wp-content-root .cwc-editorial-wrap .cwc-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-card h3{
  position: relative;
  margin: 0;
  color: #151b2c;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-card p{
  position: relative;
  margin: 12px 0 0;
  color: #626b7d;
  line-height: 1.65;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #d62b60 0%, #f6ab34 100%);
  box-shadow: 0 12px 26px rgba(214, 43, 96, 0.22);
  transition: transform 260ms ease;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-card:hover .cwc-icon{
  transform: translateY(-2px) scale(1.04);
}.tc-wp-content-root .cwc-editorial-wrap .cwc-icon::before, .tc-wp-content-root .cwc-editorial-wrap .cwc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-icon-lines::before{
  top: 14px;
  left: 13px;
  width: 20px;
  height: 3px;
  border-radius: 999px;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-icon-focus::before{
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-icon-focus::after{
  right: 10px;
  bottom: 10px;
  width: 10px;
  height: 3px;
  border-radius: 999px;
  transform: rotate(45deg);
}.tc-wp-content-root .cwc-editorial-wrap .cwc-icon-check::before{
  left: 13px;
  top: 21px;
  width: 9px;
  height: 4px;
  border-radius: 999px;
  transform: rotate(45deg);
}.tc-wp-content-root .cwc-editorial-wrap .cwc-icon-check::after{
  left: 19px;
  top: 18px;
  width: 18px;
  height: 4px;
  border-radius: 999px;
  transform: rotate(-45deg);
}.tc-wp-content-root .cwc-editorial-wrap .cwc-icon-doc::before{
  top: 11px;
  left: 14px;
  width: 18px;
  height: 24px;
  border-radius: 4px;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-icon-doc::after{
  top: 18px;
  left: 18px;
  width: 11px;
  height: 2px;
  border-radius: 999px;
  background: #d62b60;
  box-shadow: 0 6px 0 #d62b60;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-icon-speed::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-icon-speed::after{
  left: 23px;
  top: 22px;
  width: 11px;
  height: 3px;
  border-radius: 999px;
  transform: rotate(-28deg);
}.tc-wp-content-root .cwc-editorial-wrap .cwc-icon-mobile::before{
  top: 9px;
  left: 15px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-icon-mobile::after{
  left: 21px;
  bottom: 12px;
  width: 5px;
  height: 2px;
  border-radius: 999px;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-icon-free::before{
  left: 11px;
  top: 15px;
  width: 24px;
  height: 16px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-icon-free::after{
  left: 19px;
  top: 10px;
  width: 8px;
  height: 8px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: transparent;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-icon-copy::before{
  left: 13px;
  top: 11px;
  width: 17px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-icon-copy::after{
  left: 19px;
  top: 16px;
  width: 14px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-icon-privacy::before{
  left: 12px;
  top: 18px;
  width: 22px;
  height: 17px;
  border-radius: 6px;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-icon-privacy::after{
  left: 17px;
  top: 10px;
  width: 12px;
  height: 12px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(24, 32, 51, 0.075);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-step::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 100%;
  width: 2px;
  height: 22px;
  background: linear-gradient(180deg, rgba(214, 43, 96, 0.35), rgba(246, 171, 52, 0));
}.tc-wp-content-root .cwc-editorial-wrap .cwc-step:last-child::after{
  display: none;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-step:hover{
  transform: translateY(-4px);
  border-color: rgba(246, 171, 52, 0.3);
  box-shadow: 0 24px 64px rgba(24, 32, 51, 0.11);
}.tc-wp-content-root .cwc-editorial-wrap .cwc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #d62b60 0%, #f6ab34 100%);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(214, 43, 96, 0.2);
}.tc-wp-content-root .cwc-editorial-wrap .cwc-step-content h3{
  margin: 0;
  color: #151b2c;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-step-content p{
  margin: 10px 0 0;
  color: #626b7d;
  line-height: 1.65;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(214, 43, 96, 0.09);
  color: #b21f54;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .cwc-editorial-wrap .cwc-benefit{
  background: linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
}.tc-wp-content-root .cwc-editorial-wrap .cwc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .cwc-editorial-wrap .cwc-reveal.cwc-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 .cwc-editorial-wrap .cwc-section{
    padding: 54px 0;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-container{
    padding: 0 14px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-card h3{
    font-size: 18px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-card p{
    font-size: 14px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-steps{
    gap: 16px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step::after{
    display: none;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .cwc-editorial-wrap .cwc-section{
    padding: 60px 0;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-container{
    padding: 0 18px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-heading{
    margin-bottom: 32px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-card h3{
    font-size: 19px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-steps{
    gap: 18px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step::after{
    display: none;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .cwc-editorial-wrap .cwc-section{
    padding: 68px 0;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-container{
    padding: 0 22px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-card{
    padding: 26px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-card h3{
    font-size: 20px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-card p{
    font-size: 15px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-steps{
    gap: 20px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step::after{
    display: none;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step-content p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .cwc-editorial-wrap .cwc-section{
    padding: 82px 0;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-grid-three, .tc-wp-content-root .cwc-editorial-wrap .cwc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-card{
    padding: 28px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-card h3{
    font-size: 21px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-steps{
    gap: 22px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .cwc-editorial-wrap .cwc-section{
    padding: 96px 0;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-grid-three, .tc-wp-content-root .cwc-editorial-wrap .cwc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-card{
    padding: 30px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-card h3{
    font-size: 22px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-card p{
    font-size: 16px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-steps{
    gap: 22px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step-content h3{
    font-size: 24px;
  }.tc-wp-content-root .cwc-editorial-wrap .cwc-step-content p{
    font-size: 16px;
  }}