@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 .iglv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #1d2433;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.tc-wp-content-root .iglv-editorial-wrap, .tc-wp-content-root .iglv-editorial-wrap div, .tc-wp-content-root .iglv-editorial-wrap section, .tc-wp-content-root .iglv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-section-white{
  background:
    radial-gradient(circle at 12% 10%, rgba(245, 91, 151, 0.08), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(126, 87, 255, 0.07), transparent 32%),
    #ffffff;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-section-soft{
  background:
    linear-gradient(135deg, rgba(255, 246, 250, 0.92), rgba(248, 250, 255, 0.95)),
    #faf7fb;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(226, 72, 145, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #b82678;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 10px 28px rgba(178, 38, 120, 0.08);
}.tc-wp-content-root .iglv-editorial-wrap .iglv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4f9a, #7b61ff);
  box-shadow: 0 0 0 5px rgba(255, 79, 154, 0.12);
}.tc-wp-content-root .iglv-editorial-wrap h2, .tc-wp-content-root .iglv-editorial-wrap h3, .tc-wp-content-root .iglv-editorial-wrap p{
  margin-top: 0;
}.tc-wp-content-root .iglv-editorial-wrap h2{
  margin-bottom: 14px;
  color: #141927;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head p{
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 720px;
  color: #5d6678;
  line-height: 1.75;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-card, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(38, 44, 64, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(31, 35, 58, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-card::before, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #ff4f9a, #ff8a4c, #7b61ff);
  opacity: 0.9;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-card:hover, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card:hover, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(226, 72, 145, 0.24);
  box-shadow: 0 24px 58px rgba(31, 35, 58, 0.13);
}.tc-wp-content-root .iglv-editorial-wrap .iglv-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card h3{
  margin-bottom: 9px;
  color: #1a2030;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card p{
  margin-bottom: 0;
  color: #606a7d;
  line-height: 1.72;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #ff4f9a, #7b61ff) border-box;
  border: 1px solid transparent;
  box-shadow: 0 14px 30px rgba(216, 58, 139, 0.14);
  position: relative;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon::before, .tc-wp-content-root .iglv-editorial-wrap .iglv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-card:hover .iglv-icon::before, .tc-wp-content-root .iglv-editorial-wrap .iglv-card:hover .iglv-icon::after{
  transform: translateY(-1px) scale(1.04);
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-eye::before{
  width: 22px;
  height: 14px;
  left: 11px;
  top: 15px;
  border: 2px solid #d83386;
  border-radius: 18px 18px 18px 18px / 13px 13px 13px 13px;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-eye::after{
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #7b61ff;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #d83386;
  border-radius: 50%;
  border-bottom-color: transparent;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 22px;
  top: 22px;
  background: #7b61ff;
  transform-origin: left center;
  transform: rotate(-35deg);
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-preview::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 2px solid #d83386;
  border-radius: 6px;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-preview::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 22px;
  background: #7b61ff;
  box-shadow: 0 5px 0 rgba(123, 97, 255, 0.5);
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: #d83386;
  box-shadow: 0 10px 0 #ff8a4c, 0 20px 0 #7b61ff;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-steps::after{
  width: 14px;
  height: 2px;
  left: 24px;
  top: 15px;
  background: #7b61ff;
  box-shadow: 0 10px 0 rgba(123, 97, 255, 0.55), 0 20px 0 rgba(123, 97, 255, 0.35);
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 2px solid #d83386;
  border-radius: 7px;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  top: 31px;
  background: #7b61ff;
  border-radius: 999px;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(255, 79, 154, 0.18), rgba(123, 97, 255, 0.2));
  border: 2px solid #d83386;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-daily::after{
  width: 10px;
  height: 6px;
  left: 18px;
  top: 20px;
  border-left: 2px solid #7b61ff;
  border-bottom: 2px solid #7b61ff;
  transform: rotate(-45deg);
}.tc-wp-content-root .iglv-editorial-wrap .iglv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 253, 0.94)),
    #ffffff;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-step-card::after{
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 79, 154, 0.16), transparent 70%);
}.tc-wp-content-root .iglv-editorial-wrap .iglv-step-number{
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #ff4f9a, #7b61ff);
  box-shadow: 0 18px 34px rgba(216, 58, 139, 0.2);
}.tc-wp-content-root .iglv-editorial-wrap .iglv-mini-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 15px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 79, 154, 0.1), rgba(123, 97, 255, 0.1));
  color: #b82678;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-card-use{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 251, 253, 0.94)),
    #ffffff;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card{
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.95)),
    #ffffff;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-trust-dot{
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 22%, transparent 24%),
    conic-gradient(from 90deg, #ff4f9a, #ff8a4c, #7b61ff, #ff4f9a);
  box-shadow: 0 16px 32px rgba(123, 97, 255, 0.15);
}.tc-wp-content-root .iglv-editorial-wrap .iglv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .iglv-editorial-wrap .iglv-reveal.iglv-is-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 .iglv-editorial-wrap .iglv-section{
    padding: 52px 0;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-container{
    padding: 0 14px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .iglv-editorial-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card h3{
    font-size: 17px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-list{
    gap: 16px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-number{
    width: 54px;
    height: 54px;
    border-radius: 16px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .iglv-editorial-wrap .iglv-section{
    padding: 58px 0;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-container{
    padding: 0 18px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .iglv-editorial-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-list{
    gap: 18px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-number{
    width: 58px;
    height: 58px;
    border-radius: 17px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .iglv-editorial-wrap .iglv-section{
    padding: 64px 0;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-container{
    padding: 0 22px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .iglv-editorial-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-list{
    gap: 20px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-number{
    width: 62px;
    height: 62px;
    border-radius: 18px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .iglv-editorial-wrap .iglv-section{
    padding: 78px 0;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-container{
    padding: 0 32px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .iglv-editorial-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card{
    padding: 28px;
    border-radius: 24px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-list{
    gap: 22px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-card{
    gap: 22px;
    padding: 30px;
    border-radius: 24px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-number{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .iglv-editorial-wrap .iglv-section{
    padding: 92px 0;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-container{
    padding: 0 36px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .iglv-editorial-wrap h2{
    font-size: 44px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-grid-three, .tc-wp-content-root .iglv-editorial-wrap .iglv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card{
    min-height: 100%;
    padding: 30px;
    border-radius: 24px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-list{
    gap: 22px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-card{
    gap: 26px;
    padding: 32px;
    border-radius: 26px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-number{
    width: 72px;
    height: 72px;
    border-radius: 22px;
    font-size: 21px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .iglv-editorial-wrap .iglv-card, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card, .tc-wp-content-root .iglv-editorial-wrap .iglv-reveal, .tc-wp-content-root .iglv-editorial-wrap .iglv-reveal.iglv-is-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-reveal{
    opacity: 1;
  }}

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