@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 .occ-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .occ-editorial-content, .tc-wp-content-root .occ-editorial-content section, .tc-wp-content-root .occ-editorial-content div, .tc-wp-content-root .occ-editorial-content article{
  box-sizing: border-box;
}.tc-wp-content-root .occ-editorial-content .occ-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .occ-editorial-content .occ-section-white{
  background: #ffffff;
}.tc-wp-content-root .occ-editorial-content .occ-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .occ-editorial-content .occ-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .occ-editorial-content .occ-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .occ-editorial-content .occ-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  border: 1px solid rgba(13, 111, 214, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(13, 111, 214, 0.09), rgba(0, 182, 156, 0.1));
  color: #0b6fb7;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .occ-editorial-content h2{
  margin: 16px 0 0;
  color: #132034;
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .occ-editorial-content .occ-section-head p{
  margin: 16px auto 0;
  max-width: 710px;
  color: #526174;
  font-weight: 450;
  line-height: 1.72;
  letter-spacing: 0;
}.tc-wp-content-root .occ-editorial-content .occ-card-grid, .tc-wp-content-root .occ-editorial-content .occ-benefit-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .occ-editorial-content .occ-info-card, .tc-wp-content-root .occ-editorial-content .occ-use-card, .tc-wp-content-root .occ-editorial-content .occ-benefit-card, .tc-wp-content-root .occ-editorial-content .occ-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(19, 32, 52, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 35, 58, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .occ-editorial-content .occ-info-card::before, .tc-wp-content-root .occ-editorial-content .occ-use-card::before, .tc-wp-content-root .occ-editorial-content .occ-benefit-card::before, .tc-wp-content-root .occ-editorial-content .occ-step-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #0d6fd6, #00b69c, #f4b23f);
  opacity: 0.85;
}.tc-wp-content-root .occ-editorial-content .occ-info-card:hover, .tc-wp-content-root .occ-editorial-content .occ-use-card:hover, .tc-wp-content-root .occ-editorial-content .occ-benefit-card:hover, .tc-wp-content-root .occ-editorial-content .occ-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(13, 111, 214, 0.22);
  box-shadow: 0 24px 60px rgba(17, 35, 58, 0.13);
}.tc-wp-content-root .occ-editorial-content .occ-info-card h3, .tc-wp-content-root .occ-editorial-content .occ-use-card h3, .tc-wp-content-root .occ-editorial-content .occ-benefit-card h3, .tc-wp-content-root .occ-editorial-content .occ-step-card h3{
  margin: 0;
  color: #172033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .occ-editorial-content .occ-info-card p, .tc-wp-content-root .occ-editorial-content .occ-use-card p, .tc-wp-content-root .occ-editorial-content .occ-benefit-card p, .tc-wp-content-root .occ-editorial-content .occ-step-card p{
  margin: 11px 0 0;
  color: #5a6879;
  font-weight: 430;
  line-height: 1.68;
  letter-spacing: 0;
}.tc-wp-content-root .occ-editorial-content .occ-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 19px;
  border-radius: 15px;
  background: linear-gradient(135deg, #0d6fd6, #00b69c);
  box-shadow: 0 12px 28px rgba(13, 111, 214, 0.22);
}.tc-wp-content-root .occ-editorial-content .occ-icon::before, .tc-wp-content-root .occ-editorial-content .occ-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 240ms ease;
}.tc-wp-content-root .occ-editorial-content .occ-info-card:hover .occ-icon::before, .tc-wp-content-root .occ-editorial-content .occ-info-card:hover .occ-icon::after{
  transform: translateX(2px);
}.tc-wp-content-root .occ-editorial-content .occ-icon-rate::before{
  width: 20px;
  height: 3px;
  left: 13px;
  top: 15px;
  border-radius: 5px;
}.tc-wp-content-root .occ-editorial-content .occ-icon-rate::after{
  width: 14px;
  height: 3px;
  right: 12px;
  bottom: 15px;
  border-radius: 5px;
}.tc-wp-content-root .occ-editorial-content .occ-icon-market::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  clip-path: polygon(0 78%, 25% 52%, 45% 64%, 72% 24%, 100% 0, 100% 20%, 74% 44%, 49% 84%, 28% 72%, 0 100%);
}.tc-wp-content-root .occ-editorial-content .occ-icon-market::after{
  width: 4px;
  height: 4px;
  right: 12px;
  top: 12px;
  border-radius: 50%;
}.tc-wp-content-root .occ-editorial-content .occ-icon-travel::before{
  width: 20px;
  height: 15px;
  left: 13px;
  top: 17px;
  border-radius: 4px;
}.tc-wp-content-root .occ-editorial-content .occ-icon-travel::after{
  width: 12px;
  height: 6px;
  left: 17px;
  top: 12px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: transparent;
}.tc-wp-content-root .occ-editorial-content .occ-icon-business::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 15px;
  border-radius: 3px;
}.tc-wp-content-root .occ-editorial-content .occ-icon-business::after{
  width: 10px;
  height: 4px;
  left: 18px;
  top: 11px;
  border-radius: 5px 5px 0 0;
  background: transparent;
  border: 2px solid #ffffff;
  border-bottom: 0;
}.tc-wp-content-root .occ-editorial-content .occ-icon-compare::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 5px;
}.tc-wp-content-root .occ-editorial-content .occ-icon-compare::after{
  width: 22px;
  height: 3px;
  left: 12px;
  bottom: 15px;
  border-radius: 5px;
}.tc-wp-content-root .occ-editorial-content .occ-icon-confidence::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  border-radius: 50%;
}.tc-wp-content-root .occ-editorial-content .occ-icon-confidence::after{
  width: 8px;
  height: 4px;
  left: 19px;
  top: 21px;
  border-left: 2px solid #0d6fd6;
  border-bottom: 2px solid #0d6fd6;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .occ-editorial-content .occ-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .occ-editorial-content .occ-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(250, 253, 255, 0.96));
}.tc-wp-content-root .occ-editorial-content .occ-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #132034, #0d6fd6);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(13, 111, 214, 0.22);
}.tc-wp-content-root .occ-editorial-content .occ-step-content{
  min-width: 0;
}.tc-wp-content-root .occ-editorial-content .occ-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 29px;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 182, 156, 0.1);
  color: #087d70;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .occ-editorial-content .occ-benefit-card{
  text-align: left;
}.tc-wp-content-root .occ-editorial-content .occ-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(13, 111, 214, 0.14), rgba(0, 182, 156, 0.16));
  position: relative;
}.tc-wp-content-root .occ-editorial-content .occ-benefit-mark::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #0d6fd6;
  border-bottom: 3px solid #0d6fd6;
  transform: rotate(-45deg);
}.tc-wp-content-root .occ-editorial-content .occ-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .occ-editorial-content .occ-reveal.occ-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .occ-editorial-content .occ-section{
    padding: 54px 0;
  }.tc-wp-content-root .occ-editorial-content .occ-container{
    padding: 0 14px;
  }.tc-wp-content-root .occ-editorial-content h2{
    font-size: 28px;
  }.tc-wp-content-root .occ-editorial-content .occ-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .occ-editorial-content .occ-card-grid, .tc-wp-content-root .occ-editorial-content .occ-benefit-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .occ-editorial-content .occ-info-card, .tc-wp-content-root .occ-editorial-content .occ-use-card, .tc-wp-content-root .occ-editorial-content .occ-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .occ-editorial-content .occ-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .occ-editorial-content .occ-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .occ-editorial-content .occ-step-number{
    width: 50px;
    height: 50px;
    font-size: 16px;
  }.tc-wp-content-root .occ-editorial-content h3{
    font-size: 18px;
  }.tc-wp-content-root .occ-editorial-content .occ-info-card p, .tc-wp-content-root .occ-editorial-content .occ-use-card p, .tc-wp-content-root .occ-editorial-content .occ-benefit-card p, .tc-wp-content-root .occ-editorial-content .occ-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .occ-editorial-content .occ-section{
    padding: 60px 0;
  }.tc-wp-content-root .occ-editorial-content .occ-container{
    padding: 0 18px;
  }.tc-wp-content-root .occ-editorial-content h2{
    font-size: 30px;
  }.tc-wp-content-root .occ-editorial-content .occ-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .occ-editorial-content .occ-card-grid, .tc-wp-content-root .occ-editorial-content .occ-benefit-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .occ-editorial-content .occ-info-card, .tc-wp-content-root .occ-editorial-content .occ-use-card, .tc-wp-content-root .occ-editorial-content .occ-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .occ-editorial-content .occ-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .occ-editorial-content .occ-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .occ-editorial-content .occ-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }.tc-wp-content-root .occ-editorial-content h3{
    font-size: 19px;
  }.tc-wp-content-root .occ-editorial-content .occ-info-card p, .tc-wp-content-root .occ-editorial-content .occ-use-card p, .tc-wp-content-root .occ-editorial-content .occ-benefit-card p, .tc-wp-content-root .occ-editorial-content .occ-step-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .occ-editorial-content .occ-section{
    padding: 66px 0;
  }.tc-wp-content-root .occ-editorial-content .occ-container{
    padding: 0 22px;
  }.tc-wp-content-root .occ-editorial-content h2{
    font-size: 34px;
  }.tc-wp-content-root .occ-editorial-content .occ-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .occ-editorial-content .occ-card-grid, .tc-wp-content-root .occ-editorial-content .occ-benefit-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .occ-editorial-content .occ-info-card, .tc-wp-content-root .occ-editorial-content .occ-use-card, .tc-wp-content-root .occ-editorial-content .occ-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .occ-editorial-content .occ-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .occ-editorial-content .occ-step-card{
    grid-template-columns: 1fr;
    gap: 19px;
    padding: 28px;
  }.tc-wp-content-root .occ-editorial-content .occ-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .occ-editorial-content h3{
    font-size: 20px;
  }.tc-wp-content-root .occ-editorial-content .occ-info-card p, .tc-wp-content-root .occ-editorial-content .occ-use-card p, .tc-wp-content-root .occ-editorial-content .occ-benefit-card p, .tc-wp-content-root .occ-editorial-content .occ-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .occ-editorial-content .occ-section{
    padding: 78px 0;
  }.tc-wp-content-root .occ-editorial-content .occ-container{
    padding: 0 30px;
  }.tc-wp-content-root .occ-editorial-content h2{
    font-size: 40px;
  }.tc-wp-content-root .occ-editorial-content .occ-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .occ-editorial-content .occ-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .occ-editorial-content .occ-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .occ-editorial-content .occ-info-card, .tc-wp-content-root .occ-editorial-content .occ-use-card, .tc-wp-content-root .occ-editorial-content .occ-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .occ-editorial-content .occ-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .occ-editorial-content .occ-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .occ-editorial-content .occ-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .occ-editorial-content h3{
    font-size: 21px;
  }.tc-wp-content-root .occ-editorial-content .occ-info-card p, .tc-wp-content-root .occ-editorial-content .occ-use-card p, .tc-wp-content-root .occ-editorial-content .occ-benefit-card p, .tc-wp-content-root .occ-editorial-content .occ-step-card p{
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .occ-editorial-content .occ-section{
    padding: 92px 0;
  }.tc-wp-content-root .occ-editorial-content .occ-container{
    padding: 0 34px;
  }.tc-wp-content-root .occ-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .occ-editorial-content .occ-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .occ-editorial-content .occ-card-grid, .tc-wp-content-root .occ-editorial-content .occ-benefit-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .occ-editorial-content .occ-info-card, .tc-wp-content-root .occ-editorial-content .occ-use-card, .tc-wp-content-root .occ-editorial-content .occ-benefit-card{
    padding: 32px;
    min-height: 258px;
  }.tc-wp-content-root .occ-editorial-content .occ-step-list{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .occ-editorial-content .occ-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .occ-editorial-content .occ-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }.tc-wp-content-root .occ-editorial-content h3{
    font-size: 22px;
  }.tc-wp-content-root .occ-editorial-content .occ-info-card p, .tc-wp-content-root .occ-editorial-content .occ-use-card p, .tc-wp-content-root .occ-editorial-content .occ-benefit-card p, .tc-wp-content-root .occ-editorial-content .occ-step-card p{
    font-size: 16px;
  }}

.tc-wp-content-root .occ-grid-six {}