@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 .ucc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .ucc-editorial-wrap, .tc-wp-content-root .ucc-editorial-wrap section, .tc-wp-content-root .ucc-editorial-wrap div, .tc-wp-content-root .ucc-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-section-white{
  background: #ffffff;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f5f8fc 100%);
}.tc-wp-content-root .ucc-editorial-wrap .ucc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-heading-block{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(22, 119, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.1), rgba(0, 180, 137, 0.1));
  color: #0b6f78;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-heading-block h2{
  margin: 0;
  color: #121a2c;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-heading-block p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5a667a;
  line-height: 1.72;
  letter-spacing: 0;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-card, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(18, 26, 44, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(18, 26, 44, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-card::before, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.12), rgba(0, 180, 137, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-card:hover, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card:hover, .tc-wp-content-root .ucc-editorial-wrap .ucc-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(22, 119, 255, 0.24);
  box-shadow: 0 22px 48px rgba(18, 26, 44, 0.12);
}.tc-wp-content-root .ucc-editorial-wrap .ucc-card:hover::before, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-card h3, .tc-wp-content-root .ucc-editorial-wrap .ucc-step-card h3, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151f33;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-card p, .tc-wp-content-root .ucc-editorial-wrap .ucc-step-card p, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.68;
  letter-spacing: 0;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1677ff, #00b489);
  box-shadow: 0 12px 24px rgba(22, 119, 255, 0.18);
  transition: transform 260ms ease;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-card:hover .ucc-icon{
  transform: translateY(-2px) rotate(-3deg);
}.tc-wp-content-root .ucc-editorial-wrap .ucc-icon::before, .tc-wp-content-root .ucc-editorial-wrap .ucc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-icon-rate::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 17px;
  border-radius: 99px;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-icon-rate::after{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 27px;
  border-radius: 99px;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-icon-travel::before{
  width: 20px;
  height: 16px;
  left: 13px;
  top: 18px;
  border-radius: 3px;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-icon-travel::after{
  width: 12px;
  height: 7px;
  left: 17px;
  top: 11px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: transparent;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-icon-shop::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 19px;
  border-radius: 3px;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-icon-shop::after{
  width: 26px;
  height: 8px;
  left: 10px;
  top: 13px;
  border-radius: 8px 8px 3px 3px;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-icon-budget::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 16px;
  border-radius: 9px;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-icon-budget::after{
  width: 8px;
  height: 8px;
  right: 12px;
  top: 21px;
  border-radius: 50%;
  background: #0b8a79;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-icon-business::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 18px;
  border-radius: 4px;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-icon-business::after{
  width: 12px;
  height: 6px;
  left: 17px;
  top: 12px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background: transparent;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-icon-simple::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-icon-simple::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 99px;
  background: #0b8a79;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(18, 26, 44, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(18, 26, 44, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-step-card::after{
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 180, 137, 0.16), rgba(22, 119, 255, 0));
  pointer-events: none;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #1677ff, #00b489);
  box-shadow: 0 16px 28px rgba(22, 119, 255, 0.2);
}.tc-wp-content-root .ucc-editorial-wrap .ucc-step-content{
  min-width: 0;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(22, 119, 255, 0.09);
  color: #0c6c9f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-card-alt{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card{
  overflow: hidden;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-mark{
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(22, 119, 255, 0.14), rgba(0, 180, 137, 0.16));
}.tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-mark::before{
  content: "";
  position: absolute;
  left: 16px;
  top: 13px;
  width: 12px;
  height: 20px;
  border-right: 4px solid #0b8f7d;
  border-bottom: 4px solid #0b8f7d;
  transform: rotate(45deg);
  border-radius: 2px;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .ucc-editorial-wrap .ucc-reveal.ucc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ucc-editorial-wrap .ucc-section{
    padding: 48px 0;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-container{
    padding: 0 14px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-heading-block h2{
    font-size: 25px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-heading-block p{
    font-size: 14px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-card, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-card h3, .tc-wp-content-root .ucc-editorial-wrap .ucc-step-card h3, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-card p, .tc-wp-content-root .ucc-editorial-wrap .ucc-step-card p, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card p{
    font-size: 14px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ucc-editorial-wrap .ucc-section{
    padding: 54px 0;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-heading-block h2{
    font-size: 28px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-card, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-card h3, .tc-wp-content-root .ucc-editorial-wrap .ucc-step-card h3, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-card p, .tc-wp-content-root .ucc-editorial-wrap .ucc-step-card p, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card p{
    font-size: 15px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ucc-editorial-wrap .ucc-section{
    padding: 62px 0;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-heading-block h2{
    font-size: 32px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-card, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-card h3, .tc-wp-content-root .ucc-editorial-wrap .ucc-step-card h3, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-card p, .tc-wp-content-root .ucc-editorial-wrap .ucc-step-card p, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card p{
    font-size: 15px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ucc-editorial-wrap .ucc-section{
    padding: 76px 0;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-heading-block h2{
    font-size: 38px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-card, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-card h3, .tc-wp-content-root .ucc-editorial-wrap .ucc-step-card h3, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-card p, .tc-wp-content-root .ucc-editorial-wrap .ucc-step-card p, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card p{
    font-size: 15px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-step-card{
    grid-template-columns: 74px 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ucc-editorial-wrap .ucc-section{
    padding: 92px 0;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-container{
    padding: 0 34px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-heading-block h2{
    font-size: 44px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-card, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-card h3, .tc-wp-content-root .ucc-editorial-wrap .ucc-step-card h3, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-card p, .tc-wp-content-root .ucc-editorial-wrap .ucc-step-card p, .tc-wp-content-root .ucc-editorial-wrap .ucc-benefit-card p{
    font-size: 15px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-step-card{
    grid-template-columns: 86px 1fr;
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .ucc-editorial-wrap .ucc-step-number{
    width: 70px;
    height: 70px;
    font-size: 21px;
  }}

.tc-wp-content-root .ucc-final-grid {}