.trial__success {
  padding: 100px 0;
  background: #ffffff;
}
.trial__success-inner { position: relative; }
.trial__success-eyebrow {
  color: #24799d;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 8px;
}
.trial__success-title {
  color: #24799d;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 60px;
}
.trial__success-intro {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  margin-bottom: 80px;
}
.trial__success-intro-text { flex: 1; min-width: 0; }
.trial__success-intro-headline {
  color: #24799d;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 24px;
}
.trial__success-mark {
  background-color: #f2db2f;
  padding: 0.12em 0.05em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.trial__success-intro-body {
  color: #24799d;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 20px;
}
.trial__success-intro-body:last-child { margin-bottom: 0; }
.trial__success-intro-photo {
  flex-shrink: 0;
  width: 680px;
  align-self: center;
}
.trial__success-intro-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.trial__class-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.trial__class-card { display: flex; flex-direction: column; }
.trial__class-card-header {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 11px 26px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.trial__class-card--kids .trial__class-card-header { background: #e6cf1e; }
.trial__class-card--junior .trial__class-card-header { background: #87ceed; }
.trial__class-card--teen .trial__class-card-header { background: #24799d; }
.trial__class-card-icon {
  flex-shrink: 0;
  width: 78px;
  height: 78px;
  display: block;
  background: #ffffff;
  border-radius: 50%;
}
.trial__class-card-titles {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.trial__class-card-name {
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
}
.trial__class-card-age {
  align-self: flex-start;
  background: #ffffff;
  color: #24799d;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  padding: 7px 14px;
  border-radius: 4px;
}
.trial__class-card-subtitle {
  color: #24799d;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 16px;
}
.trial__class-card-body {
  color: #464646;
  font-size: 16px;
  line-height: 1.78;
  margin: 0 0 20px;
  flex-grow: 1;
}
.trial__class-card-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.trial__class-card-tags li {
  background: #f2f2f2;
  border: 1px solid #24799d;
  color: #24799d;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  padding: 8px 14px;
  border-radius: 4px;
}
.trial__class-card-tags-break {
  flex-basis: 100%;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
  pointer-events: none;
}
@media (max-width: 899px) {
  .trial__success-intro { flex-direction: column; gap: 30px; }
  .trial__success-intro-photo { width: 100%; max-width: 460px; margin: 0 auto; }
  .trial__class-list { grid-template-columns: 1fr; gap: 24px; max-width: 540px; margin: 0 auto; }
}
@media (max-width: 899px) {
  .trial__success { padding: 60px 0; }
  .trial__success-eyebrow { font-size: 14px;
 }
  .trial__success-title { font-size: 28px;
 margin-bottom: 40px; }
  .trial__success-intro { margin-bottom: 50px; }
  .trial__success-intro-headline { font-size: 18px;
 }
  .trial__success-intro-body { font-size: 15px;
 }
  .trial__class-card-header { gap: 14px; padding: 10px 16px; }
  .trial__class-card-icon { width: 56px; height: 56px; }
  .trial__class-card-name { font-size: 18px;
 }
  .trial__class-card-subtitle { font-size: 18px;
 }
}
.trial__growth {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 64px 60px 100px;
  background: #f2f2f2;
  border-radius: 30px;
}
.trial__growth-line {
  position: absolute;
  top: 103px;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 3px dashed #1c7093;
  z-index: 0;
}
.trial__growth-title {
  display: grid;
  grid-template-columns: 1fr 78px 1fr;
  align-items: center;
  column-gap: 24px;
  color: #24799d;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 30px;
}
.trial__growth-title-left {
  grid-column: 1;
  justify-self: end;
  text-align: right;
}
.trial__growth-title-right {
  grid-column: 3;
  justify-self: start;
  text-align: left;
}
.trial__growth-title-icon {
  grid-column: 2;
  width: 78px;
  height: 78px;
  display: block;
  justify-self: center;
  background: #f2f2f2;
  position: relative;
  z-index: 2;
}
.trial__growth-timeline {
  position: relative;
}
.trial__growth-row {
  display: grid;
  grid-template-columns: 1fr 78px 1fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 28px;
  position: relative;
}
.trial__growth-row:last-child { margin-bottom: 0; }
.trial__growth-row-icon {
  grid-column: 2;
  width: 78px;
  height: 78px;
  position: relative;
  z-index: 2;
  background: #f2f2f2;
}
.trial__growth-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 30px 32px;
  position: relative;
  z-index: 1;
}
.trial__growth-row--left .trial__growth-card {
  grid-column: 1;
  justify-self: end;
  max-width: 475px;
  width: 100%;
}
.trial__growth-row--right .trial__growth-card {
  grid-column: 3;
  justify-self: start;
  max-width: 475px;
  width: 100%;
}
.trial__growth-row--left .trial__growth-card::after,
.trial__growth-row--right .trial__growth-card::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 99px;
  background: #1b6f93;
}
.trial__growth-row--left .trial__growth-card::after {
  right: 0;
  border-radius: 999px 0 0 999px;
}
.trial__growth-row--right .trial__growth-card::after {
  left: 0;
  border-radius: 0 999px 999px 0;
}
.trial__growth-row--left::before,
.trial__growth-row--right::before {
  content: '';
  position: absolute;
  top: 50%;
  height: 4px;
  width: 32px;
  background: #1c7093;
  transform: translateY(-50%);
  z-index: 1;
}
.trial__growth-row--left::before { right: calc(50% + 39px); }
.trial__growth-row--right::before { left: calc(50% + 39px); }
.trial__growth-card-tag {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  padding: 8px 14px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.trial__growth-card-tag--blue { background: #87ceed; }
.trial__growth-card-tag--dark { background: #87ceed; }
.trial__growth-card-headline {
  color: #24799d;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}
.trial__growth-card-body {
  color: #464646;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}
@media (max-width: 899px) {
  .trial__growth { padding: 40px 24px; margin-top: 60px; }
  .trial__growth-line { top: 130px; bottom: 200px; }
  .trial__growth-title { font-size: 22px;
 column-gap: 10px; line-height: 1.4;
 grid-template-columns: 1fr; row-gap: 8px; }
  .trial__growth-title-left { text-align: center; justify-self: center; grid-column: 1; order: 1; }
  .trial__growth-title-right { text-align: center; justify-self: center; grid-column: 1; order: 2; }
  .trial__growth-title-icon { grid-column: 1; justify-self: center; order: 3; }
  .trial__growth-row { grid-template-columns: 1fr; gap: 16px; margin-bottom: 24px; }
  .trial__growth-row--left .trial__growth-card,
  .trial__growth-row--right .trial__growth-card { grid-column: 1; justify-self: stretch; max-width: 100%; }
  .trial__growth-row-icon { grid-column: 1; justify-self: center; }
  .trial__growth-row--left .trial__growth-row-icon { order: 1; }
  .trial__growth-row--left .trial__growth-card { order: 2; }
  .trial__growth-card { max-width: 100%; padding: 20px 22px; }
  .trial__growth-row--left .trial__growth-card::after,
  .trial__growth-row--right .trial__growth-card::after { display: none; }
  .trial__growth-row--left::before,
  .trial__growth-row--right::before { display: none; }
  .trial__growth-card-headline { font-size: 18px;
 }
  .trial__growth-card-body { font-size: 14px;
 line-height: 1.7; }
}
@media (max-width: 480px) {
  .trial__growth { padding: 32px 16px; border-radius: 20px; }
  .trial__growth-title { grid-template-columns: 1fr; row-gap: 8px; }
  .trial__growth-title-left, .trial__growth-title-right { grid-column: 1; }
  .trial__growth-title-icon { grid-column: 1; }
}
