@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 .april-tag-editorial-ux{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root .april-tag-editorial-ux .atg-section{
  position: relative;
  isolation: isolate;
}.tc-wp-content-root .april-tag-editorial-ux .atg-section-white{
  background: #ffffff;
}.tc-wp-content-root .april-tag-editorial-ux .atg-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}.tc-wp-content-root .april-tag-editorial-ux .atg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .april-tag-editorial-ux .atg-heading-block{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .april-tag-editorial-ux .atg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  border: 1px solid rgba(55, 123, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(55, 123, 255, 0.1), rgba(0, 188, 167, 0.1));
  color: #2458d6;
  font-weight: 700;
  line-height: 1;
}.tc-wp-content-root .april-tag-editorial-ux .atg-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #377bff, #00bca7);
  box-shadow: 0 0 0 5px rgba(55, 123, 255, 0.1);
}.tc-wp-content-root .april-tag-editorial-ux .atg-heading-block h2{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .april-tag-editorial-ux .atg-heading-block p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #586274;
  line-height: 1.75;
}.tc-wp-content-root .april-tag-editorial-ux .atg-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card, .tc-wp-content-root .april-tag-editorial-ux .atg-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 35, 60, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(20, 35, 60, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card::after, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card::after, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #377bff, #00bca7);
  opacity: 0;
  transform: scaleX(0.72);
  transition: opacity 260ms ease, transform 260ms ease;
}.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card:hover, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card:hover, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card:hover, .tc-wp-content-root .april-tag-editorial-ux .atg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(55, 123, 255, 0.24);
  box-shadow: 0 24px 58px rgba(20, 35, 60, 0.13);
}.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card:hover::after, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card:hover::after, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card:hover::after{
  opacity: 1;
  transform: scaleX(1);
}.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card h3, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card h3, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card h3, .tc-wp-content-root .april-tag-editorial-ux .atg-step-card h3{
  margin: 0;
  color: #121a2a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card p, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card p, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card p, .tc-wp-content-root .april-tag-editorial-ux .atg-step-card p{
  margin: 11px 0 0;
  color: #5f6b7d;
  line-height: 1.68;
}.tc-wp-content-root .april-tag-editorial-ux .atg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(55, 123, 255, 0.14), rgba(0, 188, 167, 0.14));
  box-shadow: inset 0 0 0 1px rgba(55, 123, 255, 0.16);
}.tc-wp-content-root .april-tag-editorial-ux .atg-icon::before, .tc-wp-content-root .april-tag-editorial-ux .atg-icon::after{
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #377bff, #00bca7);
}.tc-wp-content-root .april-tag-editorial-ux .atg-icon-grid::before{
  inset: 13px;
  background:
    linear-gradient(#377bff, #377bff) left top / 8px 8px no-repeat,
    linear-gradient(#00bca7, #00bca7) right top / 8px 8px no-repeat,
    linear-gradient(#00bca7, #00bca7) left bottom / 8px 8px no-repeat,
    linear-gradient(#377bff, #377bff) right bottom / 8px 8px no-repeat;
}.tc-wp-content-root .april-tag-editorial-ux .atg-icon-focus::before{
  inset: 12px;
  border: 3px solid #377bff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .april-tag-editorial-ux .atg-icon-focus::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
}.tc-wp-content-root .april-tag-editorial-ux .atg-icon-speed::before{
  width: 24px;
  height: 14px;
  left: 11px;
  top: 17px;
  border-radius: 14px 14px 4px 4px;
}.tc-wp-content-root .april-tag-editorial-ux .atg-icon-stack::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border-radius: 6px;
  box-shadow: 0 7px 0 rgba(0, 188, 167, 0.35);
}.tc-wp-content-root .april-tag-editorial-ux .atg-icon-print::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border-radius: 5px;
}.tc-wp-content-root .april-tag-editorial-ux .atg-icon-check::before{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 15px;
  border-left: 4px solid #00bca7;
  border-bottom: 4px solid #00bca7;
  transform: rotate(-45deg);
  background: transparent;
}.tc-wp-content-root .april-tag-editorial-ux .atg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .april-tag-editorial-ux .atg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 10% 0%, rgba(55, 123, 255, 0.12), transparent 34%);
}.tc-wp-content-root .april-tag-editorial-ux .atg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #377bff, #00bca7);
}.tc-wp-content-root .april-tag-editorial-ux .atg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #101828;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(16, 24, 40, 0.18);
}.tc-wp-content-root .april-tag-editorial-ux .atg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(0, 188, 167, 0.1);
  color: #007c70;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .april-tag-editorial-ux .atg-trust-mark{
  display: inline-flex;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(55, 123, 255, 0.18), rgba(0, 188, 167, 0.18)),
    #ffffff;
  box-shadow: inset 0 0 0 1px rgba(55, 123, 255, 0.18);
}.tc-wp-content-root .april-tag-editorial-ux .atg-trust-mark::before{
  content: "";
  width: 21px;
  height: 12px;
  margin: 16px auto 0;
  border-left: 4px solid #377bff;
  border-bottom: 4px solid #00bca7;
  transform: rotate(-45deg);
}.tc-wp-content-root .april-tag-editorial-ux .atg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .april-tag-editorial-ux .atg-reveal.atg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .april-tag-editorial-ux .atg-section{
    padding: 48px 0;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-container{
    padding: 0 14px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-kicker{
    padding: 9px 12px;
    font-size: 11px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-heading-block h2{
    font-size: 27px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-heading-block p{
    font-size: 14px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-card-grid, .tc-wp-content-root .april-tag-editorial-ux .atg-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card{
    padding: 22px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-step-number{
    width: 48px;
    height: 48px;
    font-size: 15px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card h3, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card h3, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card h3, .tc-wp-content-root .april-tag-editorial-ux .atg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card p, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card p, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card p, .tc-wp-content-root .april-tag-editorial-ux .atg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-badge{
    padding: 8px 10px;
    font-size: 11px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .april-tag-editorial-ux .atg-section{
    padding: 54px 0;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-container{
    padding: 0 18px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-kicker{
    padding: 9px 13px;
    font-size: 12px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-heading-block h2{
    font-size: 30px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-card-grid, .tc-wp-content-root .april-tag-editorial-ux .atg-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card{
    padding: 24px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card h3, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card h3, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card h3, .tc-wp-content-root .april-tag-editorial-ux .atg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card p, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card p, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card p, .tc-wp-content-root .april-tag-editorial-ux .atg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-badge{
    padding: 8px 11px;
    font-size: 11px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .april-tag-editorial-ux .atg-section{
    padding: 62px 0;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-container{
    padding: 0 22px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-kicker{
    padding: 10px 14px;
    font-size: 12px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-heading-block h2{
    font-size: 34px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-card-grid, .tc-wp-content-root .april-tag-editorial-ux .atg-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card{
    padding: 26px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 28px 26px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card h3, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card h3, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card h3, .tc-wp-content-root .april-tag-editorial-ux .atg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card p, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card p, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card p, .tc-wp-content-root .april-tag-editorial-ux .atg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-badge{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .april-tag-editorial-ux .atg-section{
    padding: 76px 0;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-container{
    padding: 0 32px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-kicker{
    padding: 10px 15px;
    font-size: 12px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-heading-block h2{
    font-size: 40px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-grid-six, .tc-wp-content-root .april-tag-editorial-ux .atg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card{
    padding: 28px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-step-card{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card h3, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card h3, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card h3, .tc-wp-content-root .april-tag-editorial-ux .atg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card p, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card p, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card p, .tc-wp-content-root .april-tag-editorial-ux .atg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-badge{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .april-tag-editorial-ux .atg-section{
    padding: 92px 0;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-container{
    padding: 0 34px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-kicker{
    padding: 11px 16px;
    font-size: 12px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-heading-block h2{
    font-size: 46px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-grid-six, .tc-wp-content-root .april-tag-editorial-ux .atg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card{
    padding: 30px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 34px 36px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card h3, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card h3, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card h3, .tc-wp-content-root .april-tag-editorial-ux .atg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-feature-card p, .tc-wp-content-root .april-tag-editorial-ux .atg-use-card p, .tc-wp-content-root .april-tag-editorial-ux .atg-trust-card p, .tc-wp-content-root .april-tag-editorial-ux .atg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .april-tag-editorial-ux .atg-badge{
    padding: 9px 13px;
    font-size: 12px;
  }}

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