@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 .igbv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-section{
  position: relative;
  isolation: isolate;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-section-white{
  background: #ffffff;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(246, 64, 128, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255, 179, 71, 0.1), transparent 28%),
    #fbfafc;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(225, 48, 108, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.08), rgba(255, 196, 87, 0.1));
  color: #b51658;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e1306c, #ffb347);
  box-shadow: 0 0 0 5px rgba(225, 48, 108, 0.1);
}.tc-wp-content-root .igbv-editorial-wrap h2{
  margin: 0;
  color: #141827;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-section-head p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #566073;
  font-weight: 450;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-card, .tc-wp-content-root .igbv-editorial-wrap .igbv-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-card::before, .tc-wp-content-root .igbv-editorial-wrap .igbv-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #e1306c, #fd7e53, #ffcf5c);
  opacity: 0.9;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-card:hover, .tc-wp-content-root .igbv-editorial-wrap .igbv-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(225, 48, 108, 0.2);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.12);
}.tc-wp-content-root .igbv-editorial-wrap h3{
  margin: 0;
  color: #171b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-card p, .tc-wp-content-root .igbv-editorial-wrap .igbv-benefit-card p, .tc-wp-content-root .igbv-editorial-wrap .igbv-step-card p{
  margin: 10px 0 0;
  color: #5d6678;
  font-weight: 430;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.12), rgba(255, 179, 71, 0.16));
  box-shadow: inset 0 0 0 1px rgba(225, 48, 108, 0.12);
}.tc-wp-content-root .igbv-editorial-wrap .igbv-icon::before, .tc-wp-content-root .igbv-editorial-wrap .igbv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-card:hover .igbv-icon::before, .tc-wp-content-root .igbv-editorial-wrap .igbv-card:hover .igbv-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .igbv-editorial-wrap .igbv-icon-window::before{
  inset: 13px 11px;
  border: 2px solid #d72568;
  border-radius: 7px;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-icon-window::after{
  left: 15px;
  top: 18px;
  width: 16px;
  height: 2px;
  background: #ff9b54;
  border-radius: 10px;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-icon-speed::before{
  left: 12px;
  top: 21px;
  width: 23px;
  height: 13px;
  border: 2px solid #d72568;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom: 0;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-icon-speed::after{
  left: 22px;
  top: 22px;
  width: 12px;
  height: 2px;
  background: #ff9b54;
  border-radius: 10px;
  transform: rotate(-34deg);
  transform-origin: left center;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-icon-preview::before{
  left: 10px;
  top: 17px;
  width: 26px;
  height: 16px;
  border: 2px solid #d72568;
  border-radius: 10px;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-icon-preview::after{
  left: 20px;
  top: 21px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff9b54;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-icon-steps::before{
  left: 14px;
  top: 13px;
  width: 18px;
  height: 20px;
  border-left: 2px solid #d72568;
  border-bottom: 2px solid #d72568;
  border-radius: 0 0 0 8px;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-icon-steps::after{
  left: 26px;
  top: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ff9b54;
  border-right: 2px solid #ff9b54;
  transform: rotate(45deg);
}.tc-wp-content-root .igbv-editorial-wrap .igbv-icon-mobile::before{
  left: 16px;
  top: 10px;
  width: 14px;
  height: 26px;
  border: 2px solid #d72568;
  border-radius: 8px;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-icon-mobile::after{
  left: 21px;
  top: 31px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff9b54;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-icon-daily::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 2px solid #d72568;
  border-radius: 50%;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-icon-daily::after{
  left: 22px;
  top: 16px;
  width: 2px;
  height: 12px;
  background: #ff9b54;
  border-radius: 8px;
  box-shadow: 6px 8px 0 -1px #ff9b54;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-steps{
  display: grid;
  gap: 18px;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fff9fb 100%);
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.075);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-step-card::after{
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 48, 108, 0.14), transparent 68%);
}.tc-wp-content-root .igbv-editorial-wrap .igbv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(225, 48, 108, 0.2);
  box-shadow: 0 24px 56px rgba(23, 32, 51, 0.11);
}.tc-wp-content-root .igbv-editorial-wrap .igbv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #e1306c, #fd7e53);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 26px rgba(225, 48, 108, 0.24);
}.tc-wp-content-root .igbv-editorial-wrap .igbv-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-dot{
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 66% 34%, #ffbf5b 0 18%, transparent 19%),
    radial-gradient(circle at 38% 62%, #e1306c 0 21%, transparent 22%),
    linear-gradient(135deg, rgba(225, 48, 108, 0.1), rgba(255, 179, 71, 0.16));
  box-shadow: inset 0 0 0 1px rgba(225, 48, 108, 0.12);
}.tc-wp-content-root .igbv-editorial-wrap .igbv-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(225, 48, 108, 0.08);
  color: #b51658;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}.tc-wp-content-root .igbv-editorial-wrap .igbv-reveal.igbv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igbv-editorial-wrap .igbv-section{
    padding: 54px 0;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-container{
    padding: 0 14px;
  }.tc-wp-content-root .igbv-editorial-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-card, .tc-wp-content-root .igbv-editorial-wrap .igbv-benefit-card{
    padding: 24px 20px;
  }.tc-wp-content-root .igbv-editorial-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-card p, .tc-wp-content-root .igbv-editorial-wrap .igbv-benefit-card p, .tc-wp-content-root .igbv-editorial-wrap .igbv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-steps{
    margin-top: 30px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igbv-editorial-wrap .igbv-section{
    padding: 60px 0;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-container{
    padding: 0 18px;
  }.tc-wp-content-root .igbv-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-card, .tc-wp-content-root .igbv-editorial-wrap .igbv-benefit-card{
    padding: 26px 22px;
  }.tc-wp-content-root .igbv-editorial-wrap h3{
    font-size: 18.5px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-card p, .tc-wp-content-root .igbv-editorial-wrap .igbv-benefit-card p, .tc-wp-content-root .igbv-editorial-wrap .igbv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-steps{
    margin-top: 32px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igbv-editorial-wrap .igbv-section{
    padding: 68px 0;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-container{
    padding: 0 22px;
  }.tc-wp-content-root .igbv-editorial-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-card, .tc-wp-content-root .igbv-editorial-wrap .igbv-benefit-card{
    padding: 28px 24px;
  }.tc-wp-content-root .igbv-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-card p, .tc-wp-content-root .igbv-editorial-wrap .igbv-benefit-card p, .tc-wp-content-root .igbv-editorial-wrap .igbv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-steps{
    margin-top: 36px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igbv-editorial-wrap .igbv-section{
    padding: 82px 0;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-container{
    padding: 0 30px;
  }.tc-wp-content-root .igbv-editorial-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-card, .tc-wp-content-root .igbv-editorial-wrap .igbv-benefit-card{
    padding: 30px 26px;
  }.tc-wp-content-root .igbv-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-card p, .tc-wp-content-root .igbv-editorial-wrap .igbv-benefit-card p, .tc-wp-content-root .igbv-editorial-wrap .igbv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-steps{
    margin-top: 42px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-step-card{
    gap: 24px;
    padding: 28px 30px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .igbv-editorial-wrap .igbv-section{
    padding: 96px 0;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-container{
    padding: 0 32px;
  }.tc-wp-content-root .igbv-editorial-wrap h2{
    font-size: 44px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-section-head p{
    font-size: 17.5px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-card, .tc-wp-content-root .igbv-editorial-wrap .igbv-benefit-card{
    padding: 32px 28px;
  }.tc-wp-content-root .igbv-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-card p, .tc-wp-content-root .igbv-editorial-wrap .igbv-benefit-card p, .tc-wp-content-root .igbv-editorial-wrap .igbv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-steps{
    margin-top: 48px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-step-card{
    gap: 28px;
    padding: 30px 34px;
  }.tc-wp-content-root .igbv-editorial-wrap .igbv-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}

.tc-wp-content-root .igbv-benefit-grid {}