@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 .dto-content{
  width: 100%;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #18212f;
  background: #ffffff;
}.tc-wp-content-root .dto-content, .tc-wp-content-root .dto-content section, .tc-wp-content-root .dto-content div, .tc-wp-content-root .dto-content article{
  box-sizing: border-box;
}.tc-wp-content-root .dto-content .dto-section{
  position: relative;
}.tc-wp-content-root .dto-content .dto-section-white{
  background: #ffffff;
}.tc-wp-content-root .dto-content .dto-section-soft{
  background: #f7f9fc;
}.tc-wp-content-root .dto-content .dto-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .dto-content .dto-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .dto-content .dto-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(0, 119, 182, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 180, 216, 0.12), rgba(34, 197, 94, 0.1));
  color: #006c8f;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .dto-content .dto-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .dto-content .dto-heading p{
  margin: 14px auto 0;
  color: #5c6778;
  line-height: 1.7;
}.tc-wp-content-root .dto-content .dto-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .dto-content .dto-card, .tc-wp-content-root .dto-content .dto-benefit-card, .tc-wp-content-root .dto-content .dto-step-card{
  position: relative;
  border: 1px solid rgba(20, 33, 61, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .dto-content .dto-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.tc-wp-content-root .dto-content .dto-card::before, .tc-wp-content-root .dto-content .dto-benefit-card::before{
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 180, 216, 0.09), rgba(34, 197, 94, 0.06) 42%, rgba(255, 255, 255, 0) 70%);
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .dto-content .dto-card:hover, .tc-wp-content-root .dto-content .dto-benefit-card:hover, .tc-wp-content-root .dto-content .dto-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 119, 182, 0.22);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .dto-content .dto-card:hover::before, .tc-wp-content-root .dto-content .dto-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .dto-content .dto-card h3, .tc-wp-content-root .dto-content .dto-benefit-card h3, .tc-wp-content-root .dto-content .dto-step-copy h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .dto-content .dto-card p, .tc-wp-content-root .dto-content .dto-benefit-card p, .tc-wp-content-root .dto-content .dto-step-copy p{
  position: relative;
  margin: 10px 0 0;
  color: #5c6778;
  line-height: 1.65;
}.tc-wp-content-root .dto-content .dto-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0077b6, #00b4d8 55%, #22c55e);
  box-shadow: 0 14px 26px rgba(0, 119, 182, 0.2);
}.tc-wp-content-root .dto-content .dto-icon::before, .tc-wp-content-root .dto-content .dto-icon::after{
  position: absolute;
  content: "";
}.tc-wp-content-root .dto-content .dto-icon-swap::before{
  width: 22px;
  height: 2px;
  top: 17px;
  left: 13px;
  background: #ffffff;
  box-shadow: 0 13px 0 #ffffff;
}.tc-wp-content-root .dto-content .dto-icon-swap::after{
  width: 9px;
  height: 9px;
  top: 12px;
  right: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .dto-content .dto-icon-chart::before{
  width: 5px;
  height: 20px;
  left: 13px;
  bottom: 13px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 9px -7px 0 #ffffff, 18px -13px 0 #ffffff;
}.tc-wp-content-root .dto-content .dto-icon-percent::before{
  width: 24px;
  height: 2px;
  top: 23px;
  left: 12px;
  background: #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .dto-content .dto-icon-percent::after{
  width: 7px;
  height: 7px;
  top: 13px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 14px 14px 0 -2px #00b4d8, 14px 14px 0 0 #ffffff;
}.tc-wp-content-root .dto-content .dto-icon-ticket::before{
  width: 25px;
  height: 18px;
  top: 15px;
  left: 11px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .dto-content .dto-icon-ticket::after{
  width: 2px;
  height: 16px;
  top: 17px;
  left: 24px;
  background: rgba(255, 255, 255, 0.75);
}.tc-wp-content-root .dto-content .dto-icon-shield::before{
  width: 22px;
  height: 25px;
  top: 11px;
  left: 13px;
  background: #ffffff;
  clip-path: polygon(50% 0, 90% 14%, 82% 72%, 50% 100%, 18% 72%, 10% 14%);
}.tc-wp-content-root .dto-content .dto-icon-shield::after{
  width: 9px;
  height: 5px;
  top: 21px;
  left: 19px;
  border-left: 2px solid #0077b6;
  border-bottom: 2px solid #0077b6;
  transform: rotate(-45deg);
}.tc-wp-content-root .dto-content .dto-icon-mobile::before{
  width: 18px;
  height: 28px;
  top: 9px;
  left: 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .dto-content .dto-icon-mobile::after{
  width: 5px;
  height: 2px;
  bottom: 14px;
  left: 22px;
  border-radius: 4px;
  background: #ffffff;
}.tc-wp-content-root .dto-content .dto-steps{
  display: grid;
  gap: 18px;
}.tc-wp-content-root .dto-content .dto-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
}.tc-wp-content-root .dto-content .dto-step-card::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  content: "";
  background: linear-gradient(180deg, #0077b6, #00b4d8, #22c55e);
}.tc-wp-content-root .dto-content .dto-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #0077b6, #00b4d8 54%, #22c55e);
  box-shadow: 0 16px 32px rgba(0, 119, 182, 0.2);
}.tc-wp-content-root .dto-content .dto-badge{
  position: relative;
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 180, 216, 0.1);
  color: #006c8f;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .dto-content .dto-benefit-card{
  min-width: 0;
  height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .dto-content .dto-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0077b6, #22c55e);
}.tc-wp-content-root .dto-content .dto-benefit-mark::before{
  position: absolute;
  width: 12px;
  height: 7px;
  top: 11px;
  left: 10px;
  content: "";
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .dto-content .dto-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .dto-content .dto-reveal.dto-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .dto-content .dto-section{
    padding: 48px 0;
  }.tc-wp-content-root .dto-content .dto-container{
    padding: 0 14px;
  }.tc-wp-content-root .dto-content .dto-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .dto-content .dto-kicker{
    font-size: 12px;
  }.tc-wp-content-root .dto-content .dto-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .dto-content .dto-heading p{
    font-size: 14px;
  }.tc-wp-content-root .dto-content .dto-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-content-root .dto-content .dto-card, .tc-wp-content-root .dto-content .dto-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .dto-content .dto-card h3, .tc-wp-content-root .dto-content .dto-benefit-card h3, .tc-wp-content-root .dto-content .dto-step-copy h3{
    font-size: 17px;
  }.tc-wp-content-root .dto-content .dto-card p, .tc-wp-content-root .dto-content .dto-benefit-card p, .tc-wp-content-root .dto-content .dto-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .dto-content .dto-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .dto-content .dto-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .dto-content .dto-section{
    padding: 54px 0;
  }.tc-wp-content-root .dto-content .dto-container{
    padding: 0 18px;
  }.tc-wp-content-root .dto-content .dto-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .dto-content .dto-kicker{
    font-size: 12px;
  }.tc-wp-content-root .dto-content .dto-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .dto-content .dto-heading p{
    font-size: 15px;
  }.tc-wp-content-root .dto-content .dto-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .dto-content .dto-card, .tc-wp-content-root .dto-content .dto-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .dto-content .dto-card h3, .tc-wp-content-root .dto-content .dto-benefit-card h3, .tc-wp-content-root .dto-content .dto-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .dto-content .dto-card p, .tc-wp-content-root .dto-content .dto-benefit-card p, .tc-wp-content-root .dto-content .dto-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .dto-content .dto-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .dto-content .dto-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .dto-content .dto-section{
    padding: 62px 0;
  }.tc-wp-content-root .dto-content .dto-container{
    padding: 0 22px;
  }.tc-wp-content-root .dto-content .dto-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .dto-content .dto-kicker{
    font-size: 13px;
  }.tc-wp-content-root .dto-content .dto-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .dto-content .dto-heading p{
    font-size: 16px;
  }.tc-wp-content-root .dto-content .dto-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .dto-content .dto-card, .tc-wp-content-root .dto-content .dto-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .dto-content .dto-card h3, .tc-wp-content-root .dto-content .dto-benefit-card h3, .tc-wp-content-root .dto-content .dto-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .dto-content .dto-card p, .tc-wp-content-root .dto-content .dto-benefit-card p, .tc-wp-content-root .dto-content .dto-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .dto-content .dto-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .dto-content .dto-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .dto-content .dto-section{
    padding: 76px 0;
  }.tc-wp-content-root .dto-content .dto-container{
    padding: 0 30px;
  }.tc-wp-content-root .dto-content .dto-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .dto-content .dto-kicker{
    font-size: 13px;
  }.tc-wp-content-root .dto-content .dto-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .dto-content .dto-heading p{
    font-size: 17px;
  }.tc-wp-content-root .dto-content .dto-grid-3, .tc-wp-content-root .dto-content .dto-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .dto-content .dto-card, .tc-wp-content-root .dto-content .dto-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .dto-content .dto-card h3, .tc-wp-content-root .dto-content .dto-benefit-card h3, .tc-wp-content-root .dto-content .dto-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .dto-content .dto-card p, .tc-wp-content-root .dto-content .dto-benefit-card p, .tc-wp-content-root .dto-content .dto-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .dto-content .dto-step-card{
    grid-template-columns: 82px 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .dto-content .dto-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .dto-content .dto-section{
    padding: 92px 0;
  }.tc-wp-content-root .dto-content .dto-container{
    padding: 0 32px;
  }.tc-wp-content-root .dto-content .dto-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .dto-content .dto-kicker{
    font-size: 13px;
  }.tc-wp-content-root .dto-content .dto-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .dto-content .dto-heading p{
    font-size: 18px;
  }.tc-wp-content-root .dto-content .dto-grid-3, .tc-wp-content-root .dto-content .dto-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .dto-content .dto-card, .tc-wp-content-root .dto-content .dto-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .dto-content .dto-card h3, .tc-wp-content-root .dto-content .dto-benefit-card h3, .tc-wp-content-root .dto-content .dto-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .dto-content .dto-card p, .tc-wp-content-root .dto-content .dto-benefit-card p, .tc-wp-content-root .dto-content .dto-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .dto-content .dto-step-card{
    grid-template-columns: 90px 1fr;
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .dto-content .dto-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}