@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 .mac-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root .mac-bottom-content, .tc-wp-content-root .mac-bottom-content section, .tc-wp-content-root .mac-bottom-content div, .tc-wp-content-root .mac-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .mac-bottom-content .mac-section{
  position: relative;
}.tc-wp-content-root .mac-bottom-content .mac-section-white{
  background: #ffffff;
}.tc-wp-content-root .mac-bottom-content .mac-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f3f7fb 100%);
}.tc-wp-content-root .mac-bottom-content .mac-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .mac-bottom-content .mac-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .mac-bottom-content .mac-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(14, 116, 144, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.12), rgba(59, 130, 246, 0.12));
  color: #0f766e;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.02em;
}.tc-wp-content-root .mac-bottom-content h2, .tc-wp-content-root .mac-bottom-content h3, .tc-wp-content-root .mac-bottom-content p{
  margin: 0;
}.tc-wp-content-root .mac-bottom-content h2{
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .mac-bottom-content .mac-section-head p{
  color: #5d6b7c;
  line-height: 1.72;
}.tc-wp-content-root .mac-bottom-content .mac-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .mac-bottom-content .mac-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  overflow: hidden;
}.tc-wp-content-root .mac-bottom-content .mac-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #14b8a6, #3b82f6, #8b5cf6);
  opacity: 0.9;
}.tc-wp-content-root .mac-bottom-content .mac-card:hover{
  transform: translateY(-6px);
  border-color: rgba(20, 184, 166, 0.38);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .mac-bottom-content .mac-card h3{
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .mac-bottom-content .mac-card p{
  color: #64748b;
  line-height: 1.68;
}.tc-wp-content-root .mac-bottom-content .mac-icon{
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.2);
  position: relative;
  transition: transform 240ms ease;
}.tc-wp-content-root .mac-bottom-content .mac-card:hover .mac-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .mac-bottom-content .mac-icon::before, .tc-wp-content-root .mac-bottom-content .mac-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .mac-bottom-content .mac-icon-calc::before{
  width: 24px;
  height: 4px;
  left: 12px;
  top: 14px;
  border-radius: 8px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.9), 0 16px 0 rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .mac-bottom-content .mac-icon-grid::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 6px;
}.tc-wp-content-root .mac-bottom-content .mac-icon-grid::after{
  width: 2px;
  height: 24px;
  left: 23px;
  top: 12px;
  box-shadow: 8px 0 0 rgba(255, 255, 255, 0.65), -8px 0 0 rgba(255, 255, 255, 0.65);
}.tc-wp-content-root .mac-bottom-content .mac-icon-check::before{
  width: 22px;
  height: 11px;
  left: 13px;
  top: 16px;
  background: transparent;
  border-left: 4px solid rgba(255, 255, 255, 0.95);
  border-bottom: 4px solid rgba(255, 255, 255, 0.95);
  transform: rotate(-45deg);
}.tc-wp-content-root .mac-bottom-content .mac-icon-study::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border-radius: 4px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .mac-bottom-content .mac-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .mac-bottom-content .mac-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 24px;
  top: 23px;
  border-radius: 8px;
  transform: rotate(-35deg);
}.tc-wp-content-root .mac-bottom-content .mac-icon-use::before{
  width: 26px;
  height: 26px;
  left: 11px;
  top: 11px;
  border-radius: 10px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .mac-bottom-content .mac-icon-use::after{
  width: 6px;
  height: 6px;
  left: 21px;
  top: 21px;
  border-radius: 50%;
  box-shadow: 9px 0 0 rgba(255, 255, 255, 0.75), -9px 0 0 rgba(255, 255, 255, 0.75);
}.tc-wp-content-root .mac-bottom-content .mac-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .mac-bottom-content .mac-step{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  position: relative;
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .mac-bottom-content .mac-step::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #14b8a6, #3b82f6, #8b5cf6);
}.tc-wp-content-root .mac-bottom-content .mac-step:hover{
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.1);
}.tc-wp-content-root .mac-bottom-content .mac-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22);
}.tc-wp-content-root .mac-bottom-content .mac-step h3{
  color: #111827;
  font-weight: 800;
  line-height: 1.24;
}.tc-wp-content-root .mac-bottom-content .mac-step p{
  color: #64748b;
  line-height: 1.7;
}.tc-wp-content-root .mac-bottom-content .mac-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.11);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .mac-bottom-content .mac-benefit{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .mac-bottom-content .mac-benefit::after{
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.16), rgba(59, 130, 246, 0));
  pointer-events: none;
}.tc-wp-content-root .mac-bottom-content .mac-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .mac-bottom-content .mac-reveal.mac-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .mac-bottom-content .mac-section{
    padding: 52px 0;
  }.tc-wp-content-root .mac-bottom-content .mac-container{
    padding: 0 14px;
  }.tc-wp-content-root .mac-bottom-content h2{
    font-size: 27px;
  }.tc-wp-content-root .mac-bottom-content .mac-section-head p{
    margin-top: 14px;
    font-size: 15px;
  }.tc-wp-content-root .mac-bottom-content .mac-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mac-bottom-content .mac-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .mac-bottom-content .mac-card h3{
    font-size: 18px;
  }.tc-wp-content-root .mac-bottom-content .mac-card p{
    margin-top: 10px;
    font-size: 14.5px;
  }.tc-wp-content-root .mac-bottom-content .mac-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mac-bottom-content .mac-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mac-bottom-content .mac-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }.tc-wp-content-root .mac-bottom-content .mac-step h3{
    font-size: 18px;
  }.tc-wp-content-root .mac-bottom-content .mac-step p{
    margin-top: 9px;
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .mac-bottom-content .mac-section{
    padding: 58px 0;
  }.tc-wp-content-root .mac-bottom-content .mac-container{
    padding: 0 18px;
  }.tc-wp-content-root .mac-bottom-content h2{
    font-size: 30px;
  }.tc-wp-content-root .mac-bottom-content .mac-section-head p{
    margin-top: 15px;
    font-size: 15.5px;
  }.tc-wp-content-root .mac-bottom-content .mac-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mac-bottom-content .mac-card{
    padding: 26px;
  }.tc-wp-content-root .mac-bottom-content .mac-card h3{
    font-size: 19px;
  }.tc-wp-content-root .mac-bottom-content .mac-card p{
    margin-top: 10px;
    font-size: 15px;
  }.tc-wp-content-root .mac-bottom-content .mac-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mac-bottom-content .mac-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .mac-bottom-content .mac-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .mac-bottom-content .mac-step h3{
    font-size: 19px;
  }.tc-wp-content-root .mac-bottom-content .mac-step p{
    margin-top: 10px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .mac-bottom-content .mac-section{
    padding: 64px 0;
  }.tc-wp-content-root .mac-bottom-content .mac-container{
    padding: 0 22px;
  }.tc-wp-content-root .mac-bottom-content h2{
    font-size: 34px;
  }.tc-wp-content-root .mac-bottom-content .mac-section-head p{
    margin-top: 16px;
    font-size: 16px;
  }.tc-wp-content-root .mac-bottom-content .mac-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mac-bottom-content .mac-card{
    padding: 28px;
  }.tc-wp-content-root .mac-bottom-content .mac-card h3{
    font-size: 20px;
  }.tc-wp-content-root .mac-bottom-content .mac-card p{
    margin-top: 11px;
    font-size: 15.5px;
  }.tc-wp-content-root .mac-bottom-content .mac-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mac-bottom-content .mac-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .mac-bottom-content .mac-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }.tc-wp-content-root .mac-bottom-content .mac-step h3{
    font-size: 20px;
  }.tc-wp-content-root .mac-bottom-content .mac-step p{
    margin-top: 10px;
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .mac-bottom-content .mac-section{
    padding: 78px 0;
  }.tc-wp-content-root .mac-bottom-content .mac-container{
    padding: 0 28px;
  }.tc-wp-content-root .mac-bottom-content h2{
    font-size: 40px;
  }.tc-wp-content-root .mac-bottom-content .mac-section-head p{
    margin-top: 17px;
    font-size: 17px;
  }.tc-wp-content-root .mac-bottom-content .mac-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .mac-bottom-content .mac-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mac-bottom-content .mac-card{
    padding: 30px;
  }.tc-wp-content-root .mac-bottom-content .mac-card h3{
    font-size: 21px;
  }.tc-wp-content-root .mac-bottom-content .mac-card p{
    margin-top: 12px;
    font-size: 15.8px;
  }.tc-wp-content-root .mac-bottom-content .mac-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .mac-bottom-content .mac-step{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .mac-bottom-content .mac-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .mac-bottom-content .mac-step h3{
    font-size: 22px;
  }.tc-wp-content-root .mac-bottom-content .mac-step p{
    margin-top: 10px;
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .mac-bottom-content .mac-section{
    padding: 92px 0;
  }.tc-wp-content-root .mac-bottom-content .mac-container{
    padding: 0 32px;
  }.tc-wp-content-root .mac-bottom-content h2{
    font-size: 46px;
  }.tc-wp-content-root .mac-bottom-content .mac-section-head p{
    margin-top: 18px;
    font-size: 17.5px;
  }.tc-wp-content-root .mac-bottom-content .mac-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .mac-bottom-content .mac-grid-three, .tc-wp-content-root .mac-bottom-content .mac-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mac-bottom-content .mac-card{
    padding: 32px;
  }.tc-wp-content-root .mac-bottom-content .mac-card h3{
    font-size: 22px;
  }.tc-wp-content-root .mac-bottom-content .mac-card p{
    margin-top: 12px;
    font-size: 16px;
  }.tc-wp-content-root .mac-bottom-content .mac-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .mac-bottom-content .mac-step{
    gap: 26px;
    padding: 34px 36px;
  }.tc-wp-content-root .mac-bottom-content .mac-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }.tc-wp-content-root .mac-bottom-content .mac-step h3{
    font-size: 24px;
  }.tc-wp-content-root .mac-bottom-content .mac-step p{
    margin-top: 11px;
    font-size: 16.5px;
  }}

.tc-wp-content-root .mac-step-content {}