@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 .atg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  line-height: 1.6;
  --atg-accent: #0ea5e9;
  --atg-accent-2: #14b8a6;
  --atg-accent-3: #6366f1;
  --atg-text: #172033;
  --atg-muted: #5f6b7a;
  --atg-border: rgba(23, 32, 51, 0.1);
  --atg-soft: #f7fafc;
  --atg-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  --atg-shadow-hover: 0 24px 60px rgba(14, 165, 233, 0.16);
}.tc-wp-content-root .atg-editorial, .tc-wp-content-root .atg-editorial div, .tc-wp-content-root .atg-editorial section, .tc-wp-content-root .atg-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .atg-editorial .atg-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .atg-editorial .atg-section-white{
  background: #ffffff;
}.tc-wp-content-root .atg-editorial .atg-section-soft{
  background:
    radial-gradient(circle at 15% 10%, rgba(14, 165, 233, 0.08), transparent 30%),
    radial-gradient(circle at 90% 20%, rgba(20, 184, 166, 0.08), transparent 28%),
    var(--atg-soft);
}.tc-wp-content-root .atg-editorial .atg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .atg-editorial .atg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .atg-editorial .atg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(14, 165, 233, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.1), rgba(20, 184, 166, 0.1));
  color: #03627f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .atg-editorial .atg-heading h2{
  margin: 0;
  color: var(--atg-text);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .atg-editorial .atg-heading p{
  margin: 14px auto 0;
  color: var(--atg-muted);
  font-weight: 400;
  line-height: 1.75;
}.tc-wp-content-root .atg-editorial .atg-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .atg-editorial .atg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid var(--atg-border);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(14, 165, 233, 0.3), rgba(20, 184, 166, 0.18), rgba(99, 102, 241, 0.16)) border-box;
  box-shadow: var(--atg-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .atg-editorial .atg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.07), rgba(20, 184, 166, 0.03), transparent 60%);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .atg-editorial .atg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(14, 165, 233, 0.28);
  box-shadow: var(--atg-shadow-hover);
}.tc-wp-content-root .atg-editorial .atg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .atg-editorial .atg-card h3{
  position: relative;
  margin: 18px 0 0;
  color: var(--atg-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .atg-editorial .atg-card p{
  position: relative;
  margin: 10px 0 0;
  color: var(--atg-muted);
  line-height: 1.68;
}.tc-wp-content-root .atg-editorial .atg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--atg-accent), var(--atg-accent-2));
  box-shadow: 0 12px 24px rgba(14, 165, 233, 0.2);
  transition: transform 260ms ease;
}.tc-wp-content-root .atg-editorial .atg-card:hover .atg-icon{
  transform: translateY(-2px) rotate(2deg);
}.tc-wp-content-root .atg-editorial .atg-icon::before, .tc-wp-content-root .atg-editorial .atg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .atg-editorial .atg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.tc-wp-content-root .atg-editorial .atg-icon-search::before{
  width: 16px;
  height: 16px;
  left: 12px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .atg-editorial .atg-icon-search::after{
  width: 12px;
  height: 3px;
  left: 27px;
  top: 28px;
  border-radius: 4px;
  transform: rotate(45deg);
}.tc-wp-content-root .atg-editorial .atg-icon-access::before{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 9px;
  border-radius: 50%;
}.tc-wp-content-root .atg-editorial .atg-icon-access::after{
  width: 22px;
  height: 20px;
  left: 12px;
  top: 19px;
  clip-path: polygon(0 0, 100% 0, 100% 18%, 62% 18%, 62% 100%, 38% 100%, 38% 18%, 0 18%);
}.tc-wp-content-root .atg-editorial .atg-icon-speed::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  background: transparent;
}.tc-wp-content-root .atg-editorial .atg-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 22px;
  top: 25px;
  border-radius: 4px;
  transform: rotate(-34deg);
}.tc-wp-content-root .atg-editorial .atg-icon-edit::before{
  width: 22px;
  height: 5px;
  left: 12px;
  top: 22px;
  border-radius: 5px;
  transform: rotate(-35deg);
}.tc-wp-content-root .atg-editorial .atg-icon-edit::after{
  width: 10px;
  height: 10px;
  left: 28px;
  top: 13px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}.tc-wp-content-root .atg-editorial .atg-icon-check::before, .tc-wp-content-root .atg-editorial .atg-icon-free::before{
  width: 22px;
  height: 11px;
  left: 12px;
  top: 15px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .atg-editorial .atg-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 14px;
  top: 8px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.tc-wp-content-root .atg-editorial .atg-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  top: 31px;
  border-radius: 4px;
}.tc-wp-content-root .atg-editorial .atg-icon-private::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 21px;
  border-radius: 4px;
}.tc-wp-content-root .atg-editorial .atg-icon-private::after{
  width: 14px;
  height: 12px;
  left: 16px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
}.tc-wp-content-root .atg-editorial .atg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .atg-editorial .atg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(14, 165, 233, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--atg-shadow);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .atg-editorial .atg-step::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--atg-accent), var(--atg-accent-2));
}.tc-wp-content-root .atg-editorial .atg-step:hover{
  transform: translateY(-4px);
  box-shadow: var(--atg-shadow-hover);
}.tc-wp-content-root .atg-editorial .atg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #0ea5e9, #14b8a6);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(14, 165, 233, 0.22);
}.tc-wp-content-root .atg-editorial .atg-step h3{
  margin: 0;
  color: var(--atg-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .atg-editorial .atg-step p{
  margin: 9px 0 0;
  color: var(--atg-muted);
  line-height: 1.7;
}.tc-wp-content-root .atg-editorial .atg-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.1);
  color: #03627f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .atg-editorial .atg-use-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(20, 184, 166, 0.26), rgba(14, 165, 233, 0.2)) border-box;
}.tc-wp-content-root .atg-editorial .atg-benefit-card{
  text-align: left;
}.tc-wp-content-root .atg-editorial .atg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .atg-editorial .atg-reveal.atg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .atg-editorial .atg-section{
    padding: 54px 0;
  }.tc-wp-content-root .atg-editorial .atg-container{
    padding: 0 14px;
  }.tc-wp-content-root .atg-editorial .atg-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .atg-editorial .atg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .atg-editorial .atg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .atg-editorial .atg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .atg-editorial .atg-card h3{
    font-size: 18px;
  }.tc-wp-content-root .atg-editorial .atg-card p{
    font-size: 14px;
  }.tc-wp-content-root .atg-editorial .atg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .atg-editorial .atg-step{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }.tc-wp-content-root .atg-editorial .atg-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }.tc-wp-content-root .atg-editorial .atg-step h3{
    font-size: 18px;
  }.tc-wp-content-root .atg-editorial .atg-step p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .atg-editorial .atg-section{
    padding: 60px 0;
  }.tc-wp-content-root .atg-editorial .atg-container{
    padding: 0 18px;
  }.tc-wp-content-root .atg-editorial .atg-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .atg-editorial .atg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .atg-editorial .atg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .atg-editorial .atg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .atg-editorial .atg-card h3{
    font-size: 19px;
  }.tc-wp-content-root .atg-editorial .atg-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .atg-editorial .atg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .atg-editorial .atg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .atg-editorial .atg-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }.tc-wp-content-root .atg-editorial .atg-step h3{
    font-size: 19px;
  }.tc-wp-content-root .atg-editorial .atg-step p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .atg-editorial .atg-section{
    padding: 66px 0;
  }.tc-wp-content-root .atg-editorial .atg-container{
    padding: 0 22px;
  }.tc-wp-content-root .atg-editorial .atg-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .atg-editorial .atg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .atg-editorial .atg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .atg-editorial .atg-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .atg-editorial .atg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .atg-editorial .atg-card p{
    font-size: 15px;
  }.tc-wp-content-root .atg-editorial .atg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .atg-editorial .atg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .atg-editorial .atg-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }.tc-wp-content-root .atg-editorial .atg-step h3{
    font-size: 20px;
  }.tc-wp-content-root .atg-editorial .atg-step p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .atg-editorial .atg-section{
    padding: 82px 0;
  }.tc-wp-content-root .atg-editorial .atg-container{
    padding: 0 30px;
  }.tc-wp-content-root .atg-editorial .atg-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .atg-editorial .atg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .atg-editorial .atg-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .atg-editorial .atg-grid-three, .tc-wp-content-root .atg-editorial .atg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .atg-editorial .atg-card{
    padding: 28px;
  }.tc-wp-content-root .atg-editorial .atg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .atg-editorial .atg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .atg-editorial .atg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .atg-editorial .atg-step{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .atg-editorial .atg-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }.tc-wp-content-root .atg-editorial .atg-step h3{
    font-size: 21px;
  }.tc-wp-content-root .atg-editorial .atg-step p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .atg-editorial .atg-section{
    padding: 96px 0;
  }.tc-wp-content-root .atg-editorial .atg-container{
    padding: 0 32px;
  }.tc-wp-content-root .atg-editorial .atg-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .atg-editorial .atg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .atg-editorial .atg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .atg-editorial .atg-grid-three, .tc-wp-content-root .atg-editorial .atg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .atg-editorial .atg-card{
    padding: 30px;
  }.tc-wp-content-root .atg-editorial .atg-card h3{
    font-size: 21px;
  }.tc-wp-content-root .atg-editorial .atg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .atg-editorial .atg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .atg-editorial .atg-step{
    gap: 24px;
    padding: 32px 34px;
  }.tc-wp-content-root .atg-editorial .atg-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }.tc-wp-content-root .atg-editorial .atg-step h3{
    font-size: 22px;
  }.tc-wp-content-root .atg-editorial .atg-step p{
    font-size: 16px;
  }}

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