@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 .rac-bottom-content{
  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;
}.tc-wp-content-root .rac-bottom-content, .tc-wp-content-root .rac-bottom-content div, .tc-wp-content-root .rac-bottom-content section, .tc-wp-content-root .rac-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .rac-bottom-content .rac-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .rac-bottom-content .rac-section-white{
  background: #ffffff;
}.tc-wp-content-root .rac-bottom-content .rac-section-soft{
  background: linear-gradient(180deg, #f7fafc 0%, #f2f7fb 100%);
}.tc-wp-content-root .rac-bottom-content .rac-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .rac-bottom-content .rac-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .rac-bottom-content .rac-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(29, 140, 168, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(27, 196, 170, 0.12), rgba(52, 121, 226, 0.11));
  color: #0a6f78;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .rac-bottom-content .rac-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1bc4aa, #3479e2);
  box-shadow: 0 0 0 5px rgba(27, 196, 170, 0.12);
}.tc-wp-content-root .rac-bottom-content h2{
  margin: 0;
  color: #121a2a;
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .rac-bottom-content .rac-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5a6678;
  line-height: 1.75;
}.tc-wp-content-root .rac-bottom-content .rac-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .rac-bottom-content .rac-card, .tc-wp-content-root .rac-bottom-content .rac-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 42, 76, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(18, 32, 54, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .rac-bottom-content .rac-card::after, .tc-wp-content-root .rac-bottom-content .rac-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(27, 196, 170, 0.13), rgba(52, 121, 226, 0.11));
  transition: opacity 220ms ease;
}.tc-wp-content-root .rac-bottom-content .rac-card:hover, .tc-wp-content-root .rac-bottom-content .rac-trust-card:hover, .tc-wp-content-root .rac-bottom-content .rac-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(29, 140, 168, 0.28);
  box-shadow: 0 26px 60px rgba(18, 32, 54, 0.12);
}.tc-wp-content-root .rac-bottom-content .rac-card:hover::after, .tc-wp-content-root .rac-bottom-content .rac-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .rac-bottom-content .rac-card h3, .tc-wp-content-root .rac-bottom-content .rac-trust-card h3, .tc-wp-content-root .rac-bottom-content .rac-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172033;
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .rac-bottom-content .rac-card p, .tc-wp-content-root .rac-bottom-content .rac-trust-card p, .tc-wp-content-root .rac-bottom-content .rac-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5c6879;
  line-height: 1.7;
}.tc-wp-content-root .rac-bottom-content .rac-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1bc4aa, #3479e2);
  box-shadow: 0 14px 28px rgba(27, 133, 184, 0.2);
}.tc-wp-content-root .rac-bottom-content .rac-icon::before, .tc-wp-content-root .rac-bottom-content .rac-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .rac-bottom-content .rac-icon-query::before{
  width: 20px;
  height: 3px;
  left: 13px;
  top: 15px;
  border-radius: 4px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 rgba(255, 255, 255, 0.76);
}.tc-wp-content-root .rac-bottom-content .rac-icon-check::before{
  width: 18px;
  height: 9px;
  left: 13px;
  top: 17px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .rac-bottom-content .rac-icon-join::before{
  width: 16px;
  height: 16px;
  left: 10px;
  top: 15px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: transparent;
}.tc-wp-content-root .rac-bottom-content .rac-icon-join::after{
  width: 16px;
  height: 16px;
  right: 10px;
  top: 15px;
  border: 3px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: transparent;
}.tc-wp-content-root .rac-bottom-content .rac-icon-study::before{
  width: 23px;
  height: 17px;
  left: 12px;
  top: 14px;
  border: 3px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.tc-wp-content-root .rac-bottom-content .rac-icon-schema::before{
  width: 8px;
  height: 8px;
  left: 11px;
  top: 12px;
  border-radius: 3px;
  box-shadow: 16px 0 0 #ffffff, 0 14px 0 #ffffff, 16px 14px 0 rgba(255, 255, 255, 0.78);
}.tc-wp-content-root .rac-bottom-content .rac-icon-copy::before{
  width: 16px;
  height: 18px;
  left: 17px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.tc-wp-content-root .rac-bottom-content .rac-icon-copy::after{
  width: 14px;
  height: 16px;
  left: 12px;
  top: 17px;
  border: 3px solid rgba(255, 255, 255, 0.66);
  border-radius: 4px;
  background: transparent;
}.tc-wp-content-root .rac-bottom-content .rac-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .rac-bottom-content .rac-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 42, 76, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(19, 39, 68, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .rac-bottom-content .rac-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #1bc4aa, #3479e2);
}.tc-wp-content-root .rac-bottom-content .rac-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #15233b, #256e8f);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 18px 30px rgba(24, 87, 118, 0.22);
}.tc-wp-content-root .rac-bottom-content .rac-step-body{
  min-width: 0;
}.tc-wp-content-root .rac-bottom-content .rac-card-accent{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(27, 196, 170, 0.42), rgba(52, 121, 226, 0.26)) border-box;
  border-color: transparent;
}.tc-wp-content-root .rac-bottom-content .rac-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(25, 152, 171, 0.1);
  color: #0c7180;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .rac-bottom-content .rac-trust-card{
  text-align: center;
}.tc-wp-content-root .rac-bottom-content .rac-trust-mark{
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(27, 196, 170, 0.15), rgba(52, 121, 226, 0.15));
}.tc-wp-content-root .rac-bottom-content .rac-trust-mark::before{
  content: "";
  width: 19px;
  height: 10px;
  border-left: 4px solid #159d93;
  border-bottom: 4px solid #159d93;
  transform: rotate(-45deg) translate(1px, -2px);
}.tc-wp-content-root .rac-bottom-content .rac-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .rac-bottom-content .rac-reveal.rac-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rac-bottom-content .rac-section{
    padding: 48px 0;
  }.tc-wp-content-root .rac-bottom-content .rac-container{
    padding: 0 14px;
  }.tc-wp-content-root .rac-bottom-content h2{
    font-size: 25px;
  }.tc-wp-content-root .rac-bottom-content .rac-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .rac-bottom-content .rac-card-grid, .tc-wp-content-root .rac-bottom-content .rac-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .rac-bottom-content .rac-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .rac-bottom-content .rac-card, .tc-wp-content-root .rac-bottom-content .rac-trust-card{
    padding: 22px;
  }.tc-wp-content-root .rac-bottom-content .rac-card h3, .tc-wp-content-root .rac-bottom-content .rac-trust-card h3, .tc-wp-content-root .rac-bottom-content .rac-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .rac-bottom-content .rac-card p, .tc-wp-content-root .rac-bottom-content .rac-trust-card p, .tc-wp-content-root .rac-bottom-content .rac-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .rac-bottom-content .rac-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .rac-bottom-content .rac-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rac-bottom-content .rac-section{
    padding: 54px 0;
  }.tc-wp-content-root .rac-bottom-content .rac-container{
    padding: 0 18px;
  }.tc-wp-content-root .rac-bottom-content h2{
    font-size: 28px;
  }.tc-wp-content-root .rac-bottom-content .rac-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .rac-bottom-content .rac-card-grid, .tc-wp-content-root .rac-bottom-content .rac-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .rac-bottom-content .rac-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .rac-bottom-content .rac-card, .tc-wp-content-root .rac-bottom-content .rac-trust-card{
    padding: 24px;
  }.tc-wp-content-root .rac-bottom-content .rac-card h3, .tc-wp-content-root .rac-bottom-content .rac-trust-card h3, .tc-wp-content-root .rac-bottom-content .rac-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .rac-bottom-content .rac-card p, .tc-wp-content-root .rac-bottom-content .rac-trust-card p, .tc-wp-content-root .rac-bottom-content .rac-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .rac-bottom-content .rac-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .rac-bottom-content .rac-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rac-bottom-content .rac-section{
    padding: 62px 0;
  }.tc-wp-content-root .rac-bottom-content .rac-container{
    padding: 0 22px;
  }.tc-wp-content-root .rac-bottom-content h2{
    font-size: 32px;
  }.tc-wp-content-root .rac-bottom-content .rac-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .rac-bottom-content .rac-card-grid, .tc-wp-content-root .rac-bottom-content .rac-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .rac-bottom-content .rac-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .rac-bottom-content .rac-card, .tc-wp-content-root .rac-bottom-content .rac-trust-card{
    padding: 26px;
  }.tc-wp-content-root .rac-bottom-content .rac-card h3, .tc-wp-content-root .rac-bottom-content .rac-trust-card h3, .tc-wp-content-root .rac-bottom-content .rac-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .rac-bottom-content .rac-card p, .tc-wp-content-root .rac-bottom-content .rac-trust-card p, .tc-wp-content-root .rac-bottom-content .rac-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .rac-bottom-content .rac-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .rac-bottom-content .rac-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rac-bottom-content .rac-section{
    padding: 78px 0;
  }.tc-wp-content-root .rac-bottom-content .rac-container{
    padding: 0 30px;
  }.tc-wp-content-root .rac-bottom-content h2{
    font-size: 39px;
  }.tc-wp-content-root .rac-bottom-content .rac-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .rac-bottom-content .rac-card-grid, .tc-wp-content-root .rac-bottom-content .rac-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .rac-bottom-content .rac-grid-six, .tc-wp-content-root .rac-bottom-content .rac-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .rac-bottom-content .rac-card, .tc-wp-content-root .rac-bottom-content .rac-trust-card{
    padding: 28px;
  }.tc-wp-content-root .rac-bottom-content .rac-card h3, .tc-wp-content-root .rac-bottom-content .rac-trust-card h3, .tc-wp-content-root .rac-bottom-content .rac-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .rac-bottom-content .rac-card p, .tc-wp-content-root .rac-bottom-content .rac-trust-card p, .tc-wp-content-root .rac-bottom-content .rac-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .rac-bottom-content .rac-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .rac-bottom-content .rac-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .rac-bottom-content .rac-section{
    padding: 94px 0;
  }.tc-wp-content-root .rac-bottom-content .rac-container{
    padding: 0 32px;
  }.tc-wp-content-root .rac-bottom-content h2{
    font-size: 46px;
  }.tc-wp-content-root .rac-bottom-content .rac-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .rac-bottom-content .rac-card-grid, .tc-wp-content-root .rac-bottom-content .rac-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .rac-bottom-content .rac-grid-six, .tc-wp-content-root .rac-bottom-content .rac-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .rac-bottom-content .rac-card, .tc-wp-content-root .rac-bottom-content .rac-trust-card{
    padding: 30px;
  }.tc-wp-content-root .rac-bottom-content .rac-card h3, .tc-wp-content-root .rac-bottom-content .rac-trust-card h3, .tc-wp-content-root .rac-bottom-content .rac-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .rac-bottom-content .rac-card p, .tc-wp-content-root .rac-bottom-content .rac-trust-card p, .tc-wp-content-root .rac-bottom-content .rac-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .rac-bottom-content .rac-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .rac-bottom-content .rac-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}