@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 .tlc-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .tlc-bottom-content .tlc-section{
  position: relative;
}.tc-wp-content-root .tlc-bottom-content .tlc-section-white{
  background: #ffffff;
}.tc-wp-content-root .tlc-bottom-content .tlc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}.tc-wp-content-root .tlc-bottom-content .tlc-container{
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-content-root .tlc-bottom-content .tlc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tlc-bottom-content .tlc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(38, 126, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(38, 126, 255, 0.1), rgba(26, 188, 156, 0.1));
  color: #1761c2;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .tlc-bottom-content .tlc-heading h2{
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tlc-bottom-content .tlc-heading p{
  margin: 16px auto 0;
  color: #5d687a;
  line-height: 1.7;
}.tc-wp-content-root .tlc-bottom-content .tlc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tlc-bottom-content .tlc-card, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(21, 34, 56, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(21, 34, 56, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tlc-bottom-content .tlc-card::before, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(38, 126, 255, 0.14), rgba(26, 188, 156, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .tlc-bottom-content .tlc-card:hover, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card:hover, .tc-wp-content-root .tlc-bottom-content .tlc-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(38, 126, 255, 0.24);
  box-shadow: 0 24px 60px rgba(21, 34, 56, 0.13);
}.tc-wp-content-root .tlc-bottom-content .tlc-card:hover::before, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tlc-bottom-content .tlc-card h3, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card h3, .tc-wp-content-root .tlc-bottom-content .tlc-step-content h3{
  position: relative;
  margin: 0;
  color: #151d2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tlc-bottom-content .tlc-card p, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card p, .tc-wp-content-root .tlc-bottom-content .tlc-step-content p{
  position: relative;
  margin: 11px 0 0;
  color: #5b6677;
  line-height: 1.68;
}.tc-wp-content-root .tlc-bottom-content .tlc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #267eff, #1abc9c);
  box-shadow: 0 12px 28px rgba(38, 126, 255, 0.24);
}.tc-wp-content-root .tlc-bottom-content .tlc-icon::before, .tc-wp-content-root .tlc-bottom-content .tlc-icon::after{
  content: "";
  position: absolute;
  box-sizing: border-box;
}.tc-wp-content-root .tlc-bottom-content .tlc-icon-clock::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .tlc-bottom-content .tlc-icon-clock::after{
  width: 8px;
  height: 8px;
  left: 24px;
  top: 17px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}.tc-wp-content-root .tlc-bottom-content .tlc-icon-route::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(35deg);
}.tc-wp-content-root .tlc-bottom-content .tlc-icon-route::after{
  width: 8px;
  height: 8px;
  right: 11px;
  bottom: 11px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .tlc-bottom-content .tlc-icon-buffer::before{
  width: 24px;
  height: 14px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .tlc-bottom-content .tlc-icon-buffer::after{
  width: 10px;
  height: 10px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .tlc-bottom-content .tlc-icon-focus::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .tlc-bottom-content .tlc-icon-focus::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .tlc-bottom-content .tlc-icon-calendar::before{
  width: 26px;
  height: 22px;
  left: 11px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .tlc-bottom-content .tlc-icon-calendar::after{
  width: 18px;
  height: 2px;
  left: 15px;
  top: 21px;
  background: #ffffff;
}.tc-wp-content-root .tlc-bottom-content .tlc-icon-calm::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .tlc-bottom-content .tlc-icon-calm::after{
  width: 14px;
  height: 7px;
  left: 17px;
  top: 23px;
  border-bottom: 2px solid #ffffff;
  border-radius: 0 0 999px 999px;
}.tc-wp-content-root .tlc-bottom-content .tlc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tlc-bottom-content .tlc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(21, 34, 56, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(21, 34, 56, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tlc-bottom-content .tlc-step-card::after{
  content: "";
  position: absolute;
  left: 35px;
  top: 76px;
  bottom: -30px;
  width: 2px;
  background: linear-gradient(180deg, rgba(38, 126, 255, 0.35), rgba(26, 188, 156, 0));
}.tc-wp-content-root .tlc-bottom-content .tlc-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .tlc-bottom-content .tlc-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: linear-gradient(135deg, #267eff, #1abc9c);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(38, 126, 255, 0.24);
}.tc-wp-content-root .tlc-bottom-content .tlc-badge{
  position: relative;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(38, 126, 255, 0.09);
  color: #1761c2;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .tlc-bottom-content .tlc-benefit-card{
  text-align: left;
}.tc-wp-content-root .tlc-bottom-content .tlc-benefit-card::after{
  content: "";
  position: relative;
  display: block;
  width: 46px;
  height: 4px;
  margin-top: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #267eff, #1abc9c);
}.tc-wp-content-root .tlc-bottom-content .tlc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tlc-bottom-content .tlc-reveal.tlc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tlc-bottom-content .tlc-section{
    padding: 54px 0;
  }.tc-wp-content-root .tlc-bottom-content .tlc-container{
    padding: 0 16px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-grid, .tc-wp-content-root .tlc-bottom-content .tlc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-grid-three, .tc-wp-content-root .tlc-bottom-content .tlc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tlc-bottom-content .tlc-card, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-card h3, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card h3, .tc-wp-content-root .tlc-bottom-content .tlc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-card p, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card p, .tc-wp-content-root .tlc-bottom-content .tlc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-step-card::after{
    display: none;
  }.tc-wp-content-root .tlc-bottom-content .tlc-step-number{
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tlc-bottom-content .tlc-section{
    padding: 60px 0;
  }.tc-wp-content-root .tlc-bottom-content .tlc-container{
    padding: 0 18px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-grid, .tc-wp-content-root .tlc-bottom-content .tlc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-grid-three, .tc-wp-content-root .tlc-bottom-content .tlc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tlc-bottom-content .tlc-card, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-card h3, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card h3, .tc-wp-content-root .tlc-bottom-content .tlc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-card p, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card p, .tc-wp-content-root .tlc-bottom-content .tlc-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-step-card::after{
    display: none;
  }.tc-wp-content-root .tlc-bottom-content .tlc-step-number{
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tlc-bottom-content .tlc-section{
    padding: 66px 0;
  }.tc-wp-content-root .tlc-bottom-content .tlc-container{
    padding: 0 22px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-grid, .tc-wp-content-root .tlc-bottom-content .tlc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-grid-three, .tc-wp-content-root .tlc-bottom-content .tlc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tlc-bottom-content .tlc-card, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card{
    padding: 26px;
    border-radius: 21px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-card h3, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card h3, .tc-wp-content-root .tlc-bottom-content .tlc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-card p, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card p, .tc-wp-content-root .tlc-bottom-content .tlc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-step-card::after{
    display: none;
  }.tc-wp-content-root .tlc-bottom-content .tlc-step-number{
    width: 62px;
    height: 62px;
    border-radius: 19px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tlc-bottom-content .tlc-section{
    padding: 82px 0;
  }.tc-wp-content-root .tlc-bottom-content .tlc-container{
    padding: 0 32px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-heading h2{
    font-size: 42px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-grid, .tc-wp-content-root .tlc-bottom-content .tlc-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-grid-three, .tc-wp-content-root .tlc-bottom-content .tlc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tlc-bottom-content .tlc-card, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-card h3, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card h3, .tc-wp-content-root .tlc-bottom-content .tlc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-card p, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card p, .tc-wp-content-root .tlc-bottom-content .tlc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-step-number{
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tlc-bottom-content .tlc-section{
    padding: 96px 0;
  }.tc-wp-content-root .tlc-bottom-content .tlc-container{
    padding: 0 36px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-heading h2{
    font-size: 48px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-grid, .tc-wp-content-root .tlc-bottom-content .tlc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-grid-three, .tc-wp-content-root .tlc-bottom-content .tlc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tlc-bottom-content .tlc-card, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-card h3, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card h3, .tc-wp-content-root .tlc-bottom-content .tlc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-card p, .tc-wp-content-root .tlc-bottom-content .tlc-benefit-card p, .tc-wp-content-root .tlc-bottom-content .tlc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .tlc-bottom-content .tlc-step-number{
    font-size: 20px;
  }}