@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 .yac-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #1d2433;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .yac-bottom-content, .tc-wp-content-root .yac-bottom-content div, .tc-wp-content-root .yac-bottom-content section, .tc-wp-content-root .yac-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .yac-bottom-content .yac-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .yac-bottom-content .yac-section-white{
  background: #ffffff;
}.tc-wp-content-root .yac-bottom-content .yac-section-soft{
  background: linear-gradient(180deg, #fffdf5 0%, #fbf8ee 100%);
}.tc-wp-content-root .yac-bottom-content .yac-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .yac-bottom-content .yac-heading-wrap{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .yac-bottom-content .yac-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(236, 178, 34, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 215, 82, 0.22), rgba(255, 248, 219, 0.78));
  color: #8a5b00;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .yac-bottom-content .yac-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f7b500, #ffd95a);
  box-shadow: 0 0 0 5px rgba(247, 181, 0, 0.12);
}.tc-wp-content-root .yac-bottom-content .yac-heading-wrap h2{
  margin: 0;
  color: #171b26;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .yac-bottom-content .yac-heading-wrap p{
  margin: 16px auto 0;
  color: #5d6678;
  line-height: 1.75;
}.tc-wp-content-root .yac-bottom-content .yac-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .yac-bottom-content .yac-card, .tc-wp-content-root .yac-bottom-content .yac-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(29, 36, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(31, 38, 54, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .yac-bottom-content .yac-card::before, .tc-wp-content-root .yac-bottom-content .yac-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 211, 74, 0.26), rgba(255, 255, 255, 0) 42%);
  opacity: 0.75;
}.tc-wp-content-root .yac-bottom-content .yac-card:hover, .tc-wp-content-root .yac-bottom-content .yac-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(236, 178, 34, 0.34);
  box-shadow: 0 22px 54px rgba(31, 38, 54, 0.12);
}.tc-wp-content-root .yac-bottom-content .yac-card h3, .tc-wp-content-root .yac-bottom-content .yac-trust-card h3, .tc-wp-content-root .yac-bottom-content .yac-step-card h3{
  position: relative;
  margin: 0;
  color: #1a2030;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .yac-bottom-content .yac-card p, .tc-wp-content-root .yac-bottom-content .yac-trust-card p, .tc-wp-content-root .yac-bottom-content .yac-step-card p{
  position: relative;
  margin: 11px 0 0;
  color: #626b7c;
  line-height: 1.7;
}.tc-wp-content-root .yac-bottom-content .yac-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffd84f, #ffb703);
  box-shadow: 0 12px 26px rgba(245, 179, 0, 0.22);
}.tc-wp-content-root .yac-bottom-content .yac-icon::before, .tc-wp-content-root .yac-bottom-content .yac-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .yac-bottom-content .yac-icon-equation::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 16px;
  border-radius: 8px;
  box-shadow: 0 10px 0 #ffffff;
}.tc-wp-content-root .yac-bottom-content .yac-icon-equation::after{
  width: 3px;
  height: 22px;
  left: 22px;
  top: 12px;
  border-radius: 8px;
}.tc-wp-content-root .yac-bottom-content .yac-icon-steps::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 14px;
  border-radius: 8px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .yac-bottom-content .yac-icon-yellow::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  border-radius: 50%;
}.tc-wp-content-root .yac-bottom-content .yac-icon-check::before{
  width: 19px;
  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 .yac-bottom-content .yac-icon-clean::before{
  width: 20px;
  height: 3px;
  left: 13px;
  top: 15px;
  border-radius: 8px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .yac-bottom-content .yac-icon-study::before{
  width: 20px;
  height: 15px;
  left: 13px;
  top: 15px;
  border: 3px solid #ffffff;
  border-top: 0;
  background: transparent;
  border-radius: 0 0 5px 5px;
}.tc-wp-content-root .yac-bottom-content .yac-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .yac-bottom-content .yac-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(214, 159, 21, 0.18);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(81, 68, 35, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .yac-bottom-content .yac-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(236, 178, 34, 0.36);
  box-shadow: 0 24px 58px rgba(81, 68, 35, 0.12);
}.tc-wp-content-root .yac-bottom-content .yac-step-card::after{
  content: "";
  position: absolute;
  left: 42px;
  top: 100%;
  width: 2px;
  height: 20px;
  background: linear-gradient(180deg, rgba(247, 181, 0, 0.5), rgba(247, 181, 0, 0));
}.tc-wp-content-root .yac-bottom-content .yac-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .yac-bottom-content .yac-step-number{
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #151b29, #2d3548);
  color: #ffd84f;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(23, 27, 38, 0.16);
}.tc-wp-content-root .yac-bottom-content .yac-step-body{
  min-width: 0;
}.tc-wp-content-root .yac-bottom-content .yac-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 216, 79, 0.22);
  color: #8a5b00;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
}.tc-wp-content-root .yac-bottom-content .yac-trust-card{
  text-align: center;
}.tc-wp-content-root .yac-bottom-content .yac-trust-mark{
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff4ba, #ffd84f);
  box-shadow: 0 14px 28px rgba(245, 179, 0, 0.18);
}.tc-wp-content-root .yac-bottom-content .yac-trust-mark::before{
  content: "";
  width: 22px;
  height: 11px;
  border-left: 4px solid #1e2637;
  border-bottom: 4px solid #1e2637;
  transform: rotate(-45deg) translate(1px, -1px);
}.tc-wp-content-root .yac-bottom-content .yac-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .yac-bottom-content .yac-reveal.yac-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .yac-bottom-content .yac-section{
    padding: 46px 0;
  }.tc-wp-content-root .yac-bottom-content .yac-container{
    padding: 0 14px;
  }.tc-wp-content-root .yac-bottom-content .yac-heading-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .yac-bottom-content .yac-heading-wrap p{
    font-size: 15px;
  }.tc-wp-content-root .yac-bottom-content .yac-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .yac-bottom-content .yac-card, .tc-wp-content-root .yac-bottom-content .yac-trust-card{
    padding: 22px;
    border-radius: 19px;
  }.tc-wp-content-root .yac-bottom-content .yac-card h3, .tc-wp-content-root .yac-bottom-content .yac-trust-card h3, .tc-wp-content-root .yac-bottom-content .yac-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .yac-bottom-content .yac-card p, .tc-wp-content-root .yac-bottom-content .yac-trust-card p, .tc-wp-content-root .yac-bottom-content .yac-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .yac-bottom-content .yac-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .yac-bottom-content .yac-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .yac-bottom-content .yac-step-card::after{
    display: none;
  }.tc-wp-content-root .yac-bottom-content .yac-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .yac-bottom-content .yac-section{
    padding: 52px 0;
  }.tc-wp-content-root .yac-bottom-content .yac-container{
    padding: 0 18px;
  }.tc-wp-content-root .yac-bottom-content .yac-heading-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .yac-bottom-content .yac-heading-wrap p{
    font-size: 15.5px;
  }.tc-wp-content-root .yac-bottom-content .yac-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .yac-bottom-content .yac-card, .tc-wp-content-root .yac-bottom-content .yac-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .yac-bottom-content .yac-card h3, .tc-wp-content-root .yac-bottom-content .yac-trust-card h3, .tc-wp-content-root .yac-bottom-content .yac-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .yac-bottom-content .yac-card p, .tc-wp-content-root .yac-bottom-content .yac-trust-card p, .tc-wp-content-root .yac-bottom-content .yac-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .yac-bottom-content .yac-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .yac-bottom-content .yac-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .yac-bottom-content .yac-step-card::after{
    display: none;
  }.tc-wp-content-root .yac-bottom-content .yac-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .yac-bottom-content .yac-section{
    padding: 58px 0;
  }.tc-wp-content-root .yac-bottom-content .yac-container{
    padding: 0 22px;
  }.tc-wp-content-root .yac-bottom-content .yac-heading-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .yac-bottom-content .yac-heading-wrap p{
    font-size: 16px;
  }.tc-wp-content-root .yac-bottom-content .yac-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .yac-bottom-content .yac-card, .tc-wp-content-root .yac-bottom-content .yac-trust-card{
    padding: 26px;
  }.tc-wp-content-root .yac-bottom-content .yac-card h3, .tc-wp-content-root .yac-bottom-content .yac-trust-card h3, .tc-wp-content-root .yac-bottom-content .yac-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .yac-bottom-content .yac-card p, .tc-wp-content-root .yac-bottom-content .yac-trust-card p, .tc-wp-content-root .yac-bottom-content .yac-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .yac-bottom-content .yac-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .yac-bottom-content .yac-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .yac-bottom-content .yac-step-card::after{
    display: none;
  }.tc-wp-content-root .yac-bottom-content .yac-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .yac-bottom-content .yac-section{
    padding: 72px 0;
  }.tc-wp-content-root .yac-bottom-content .yac-container{
    padding: 0 28px;
  }.tc-wp-content-root .yac-bottom-content .yac-heading-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .yac-bottom-content .yac-heading-wrap p{
    font-size: 17px;
  }.tc-wp-content-root .yac-bottom-content .yac-grid-three, .tc-wp-content-root .yac-bottom-content .yac-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .yac-bottom-content .yac-card, .tc-wp-content-root .yac-bottom-content .yac-trust-card{
    padding: 28px;
  }.tc-wp-content-root .yac-bottom-content .yac-card h3, .tc-wp-content-root .yac-bottom-content .yac-trust-card h3, .tc-wp-content-root .yac-bottom-content .yac-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .yac-bottom-content .yac-card p, .tc-wp-content-root .yac-bottom-content .yac-trust-card p, .tc-wp-content-root .yac-bottom-content .yac-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .yac-bottom-content .yac-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .yac-bottom-content .yac-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .yac-bottom-content .yac-step-number{
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .yac-bottom-content .yac-section{
    padding: 88px 0;
  }.tc-wp-content-root .yac-bottom-content .yac-container{
    padding: 0 32px;
  }.tc-wp-content-root .yac-bottom-content .yac-heading-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .yac-bottom-content .yac-heading-wrap p{
    font-size: 17.5px;
  }.tc-wp-content-root .yac-bottom-content .yac-grid-three, .tc-wp-content-root .yac-bottom-content .yac-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .yac-bottom-content .yac-card, .tc-wp-content-root .yac-bottom-content .yac-trust-card{
    padding: 30px;
  }.tc-wp-content-root .yac-bottom-content .yac-card h3, .tc-wp-content-root .yac-bottom-content .yac-trust-card h3, .tc-wp-content-root .yac-bottom-content .yac-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .yac-bottom-content .yac-card p, .tc-wp-content-root .yac-bottom-content .yac-trust-card p, .tc-wp-content-root .yac-bottom-content .yac-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .yac-bottom-content .yac-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .yac-bottom-content .yac-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .yac-bottom-content .yac-step-number{
    font-size: 21px;
  }}