.page-ot h1.home-title {
  font-size: clamp(3rem, 6vw + 1rem, 8.125rem);
  line-height: 1;
}

.page-ot h2 {
  font-size: clamp(3rem, 6vw + 1rem, 6.25rem);
  line-height: 1;
}

.page-ot  .hs-anim--advisor {
  --hs-bar-color-off: var(--c-black);
  --hs-bar-color-on: var(--c-white);
}

.page-ot .ot-check__icon{
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;

  background: var(--c-jizo);
  color: var(--c-black);

  font-size: 1.1rem;
  line-height: 1;
  margin-top: .15rem;
}

.page-ot .ot-feature__icon{
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;

  background: var(--c-jizo);
  color: var(--c-black);

  font-size: 1.2rem;
  line-height: 1;
}

.page-ot .ot-feature__title{
  font-family: "GT Flexa", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}


.page-ot .ot-feature__content {
  margin-top: 13px;
}

.page-ot .ot-cap-card{
  height: 100%;
  background: var(--c-black);
  color: var(--c-white);
  overflow: hidden;
}

.page-ot .ot-cap-card__head{
  background: var(--c-jizo);
  padding: 28px 28px 26px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.page-ot .ot-cap-card__title{
  font-family: "GT Flexa", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.05;
  color: var(--c-black);
  font-size: clamp(1.6rem, 2.2vw, 2rem);
}

.page-ot .ot-cap-card__slash{
  width: 6px;
  height: 28px;
  background: var(--c-black);
  transform: rotate(-15deg);
  flex: 0 0 auto;
  margin-top: 4px;
}

.page-ot .ot-cap-card__body{
  padding: 34px 34px 40px;
}

.page-ot .ot-cap-card__list{
  list-style: disc;
  padding-left: 22px;
  margin: 0;
  display: grid;
  gap: 14px;
}

.page-ot .ot-cap-card__list li{
  font-family: "inter", sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255,255,255,.86);
}

.page-ot .ot-cap-card__note{
  margin-top: 28px;
  font-family: "inter", sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255,255,255,.86);
}

.page-ot .bg-jizo .btn-jizo--yellow {
  background: var(--c-black);
  color: var(--c-white);
}

.page-ot .bg-jizo .btn-jizo--yellow:hover {
  background: var(--c-white);
  color: var(--c-black);
}

.page-ot .site-header{
  --demo-border: transparent;
  --demo-hover-border: transparent;
}

.page-ot .no-border .btn-jizo{
  border-color: transparent !important;
}
