@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;
  font-family: Arial, Helvetica, sans-serif;
  color: #182033;
  background: #ffffff;
}.tc-wp-content-root .iglv-editorial-wrap, .tc-wp-content-root .iglv-editorial-wrap section, .tc-wp-content-root .iglv-editorial-wrap div, .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%;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-section-white{
  background: #ffffff;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-section-soft{
  background:
    radial-gradient(circle at 15% 12%, rgba(245, 65, 130, 0.08), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(255, 174, 66, 0.09), transparent 26%),
    #faf8fb;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 14px;
  border: 1px solid rgba(221, 42, 123, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(221, 42, 123, 0.1), rgba(245, 133, 41, 0.1));
  color: #b91f66;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head h2{
  margin: 16px 0 0;
  color: #151827;
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: 0;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head p{
  margin: 14px auto 0;
  color: #596074;
  font-weight: 400;
  line-height: 1.7;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-card, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(24, 32, 51, 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;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(221, 42, 123, 0.42), rgba(245, 133, 41, 0.32), rgba(88, 81, 219, 0.18));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-card:hover, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card:hover, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(221, 42, 123, 0.18);
  box-shadow: 0 24px 60px rgba(24, 32, 51, 0.12);
}.tc-wp-content-root .iglv-editorial-wrap .iglv-card:hover::before, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card h3{
  margin: 0;
  color: #171b2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card p{
  margin: 10px 0 0;
  color: #60677a;
  line-height: 1.65;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #dd2a7b, #f58529);
  box-shadow: 0 12px 24px rgba(221, 42, 123, 0.2);
  transition: transform 260ms ease;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-card:hover .iglv-icon{
  transform: translateY(-3px) rotate(-3deg);
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon::before, .tc-wp-content-root .iglv-editorial-wrap .iglv-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon{
  position: relative;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-view::before{
  width: 20px;
  height: 12px;
  left: 13px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-view::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-speed::before{
  width: 21px;
  height: 21px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-left-color: transparent;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 23px;
  top: 22px;
  border-radius: 2px;
  background: #ffffff;
  transform: rotate(-35deg);
  transform-origin: left center;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-preview::before{
  width: 22px;
  height: 26px;
  left: 12px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-preview::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 22px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 6px 0 #ffffff;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-simple::before{
  width: 23px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-simple::after{
  width: 9px;
  height: 9px;
  left: 15px;
  top: 19px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-daily::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-icon-daily::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 18px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-steps{
  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;
  overflow: hidden;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-step-card::after{
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -70px;
  top: -80px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(221, 42, 123, 0.14), rgba(245, 133, 41, 0.12));
}.tc-wp-content-root .iglv-editorial-wrap .iglv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #833ab4, #dd2a7b 52%, #f58529);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(221, 42, 123, 0.24);
}.tc-wp-content-root .iglv-editorial-wrap .iglv-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(221, 42, 123, 0.09);
  color: #b91f66;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card{
  text-align: left;
}.tc-wp-content-root .iglv-editorial-wrap .iglv-trust-mark{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(221, 42, 123, 0.12), rgba(245, 133, 41, 0.14));
  border: 1px solid rgba(221, 42, 123, 0.16);
}.tc-wp-content-root .iglv-editorial-wrap .iglv-trust-mark::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #dd2a7b;
  border-bottom: 3px solid #dd2a7b;
  transform: rotate(-45deg);
}.tc-wp-content-root .iglv-editorial-wrap .iglv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .iglv-editorial-wrap .iglv-reveal.iglv-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: 54px 0;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-container{
    padding: 0 14px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .iglv-editorial-wrap .iglv-section{
    padding: 60px 0;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-container{
    padding: 0 18px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .iglv-editorial-wrap .iglv-section{
    padding: 66px 0;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-container{
    padding: 0 22px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .iglv-editorial-wrap .iglv-section{
    padding: 82px 0;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-container{
    padding: 0 30px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head h2{
    font-size: 40px;
  }.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(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-steps{
    gap: 20px;
    margin-top: 46px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .iglv-editorial-wrap .iglv-section{
    padding: 96px 0;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-container{
    padding: 0 32px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-section-head p{
    font-size: 18px;
  }.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;
    margin-top: 52px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card h3, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-step-card p, .tc-wp-content-root .iglv-editorial-wrap .iglv-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-steps{
    gap: 22px;
    margin-top: 52px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-card{
    gap: 28px;
    padding: 30px 34px;
  }.tc-wp-content-root .iglv-editorial-wrap .iglv-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}