:root {
  --bg-soft: #F3F4F6;
  --text-main: #0f172a;
  --line-soft: #e8eef8;
  --blue-1: #4976c0;
  --blue-2: #1C3268;
  --blue-3: #38BDF8;
  --text-muted: rgb(15 23 42 / 80%);
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Medium.eot') format('embedded-opentype'),
    url('../font/NotoSansJP-Medium.woff2') format('woff2'),
    url('../font/NotoSansJP-Medium.woff') format('woff'),
    url('../font/NotoSansJP-Medium.ttf') format('truetype'),
    url('../font/NotoSansJP-Medium.svg#NotoSansJP-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-margin-top: 40px;
}


body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--text-main);
  overflow-x: hidden;
  font-size: clamp(14px, 1vw, 16px);
}

.muted-txt {
  color: var(--text-muted);
}

/* Small text */
.fs-14 {
  font-size: clamp(12px, 1vw, 14px);
}

.fs-18 {
  font-size: clamp(16px, 1.2vw, 18px);
}

.fs-20 {
  font-size: clamp(18px, 1.4vw, 20px);
}

.fs-22 {
  font-size: clamp(18px, 1.6vw, 22px);
}

/* Headings */
.h1 {
  font-size: clamp(32px, 4vw, 52px) !important;
  line-height: 1.1;
}

.h2 {
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.2;
}

.h3 {
  font-size: clamp(22px, 2.5vw, 36px);
  line-height: 1.2;
}

.h1 span,
.h2 span,
.h3 span {
  color: var(--blue-1);
}

.btn {
  padding: 8px 30px;
  border: none;
  transition: 0.3s all ease-in-out;
  font-size: clamp(14px, 1vw, 16px);
}

.section-header {
  margin-bottom: 50px;
}

.py-custom {
  padding: 100px 0;
}

.pt-custom {
  padding-top: 100px;
}

.pb-custom {
  padding-bottom: 100px;
}

.br-custom {
  border-radius: 100px;
}

.brt-custom {
  border-radius: 100px 100px 0 0;
}

.brb-custom {
  border-radius: 0 0 100px 100px;
}

.btn-primary {
  background-color: var(--blue-1);
}

.main-wrapper {
  background-size: 100% auto;
  background-position: top center;
}

.site-header {
  background: transparent;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.site-header .navbar {
  padding: 0px 0;
  width: 100%;
  transition: 0.5s all ease-in-out;
}

/* .site-header.sticky .navbar {
  padding: 10px 0;
} */

.site-header.sticky {
  background: #eaf4f9;
}

.hero-description {
  font-size: clamp(14px, 1vw, 16px);
  max-width: 700px;
  margin-bottom: 40px;
}

.hero-section {
  padding-top: 140px;
  align-items: center;
  display: flex;
}

.hero-graphic-wrap {
  display: flex;
}

#dotLottie-canvas-hero {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.hero-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}

.hero-content {
  max-width: 636px;
}

.fw-500 {
  font-weight: 500;
}

.hero-title {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.section-kicker {
  font-size: clamp(12px, 1vw, 14px);
  letter-spacing: -0.1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-header .navbar-nav {
  gap: 30px;
}

.site-header .nav-link {
  font-size: clamp(12px, 1vw, 14px);
  color: var(--text-main);
  font-weight: 500;
}

.site-header .nav-link.active {
  color: var(--blue-1);
}

.section-kicker:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: var(--blue-1);
  display: inline-block;
  border-radius: 2px;
}

.footer-section {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px 30px 0px 0px;
  margin-top: -30px;
  background-color: #152136;
}

.section-header {
  max-width: 788px;
}

.section-header.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.bg-animation {
  border-radius: 100px 100px 0 0;
}

.enrollment-sequence h5 {
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 28px;
  margin: 0;
}

.custom-list-style {
  list-style: none;
  margin: 40px 0;
  padding: 0;
}

.custom-list-style.enrollment-list {
  margin-bottom: 100px;
}

.enrollment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.enrollment-list li {
  width: 420px;
  font-size: 36px;
  letter-spacing: -1px;
}

.custom-list-style li {
  border-left: 2px solid rgb(15 23 42 / 20%);
  position: relative;
  padding: 5px 10px 10px 20px;
}

.custom-list-style li:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: var(--blue-1);
  display: inline-block;
  border-radius: 2px;
  position: absolute;
  left: -4px;
  top: 0;
}

.dark-blue-bg {
  background: linear-gradient(90deg,
      #0b1a2b 0%,
      #0f2437 18%,
      rgba(15, 36, 55, 0.4) 35%,
      rgba(15, 36, 55, 0) 55%),
    linear-gradient(135deg,
      #0f2234 0%,
      #1a3551 40%,
      #203f63 70%,
      #25466f 100%);
  background-color: #0f2234;
  z-index: 9;
  position: relative;
}

.negative-margin {
  margin-top: -100px;
}

.extra-padding-bottom {
  padding-bottom: 200px;
}

.extra-padding-top {
  padding-top: 200px;
}

.structural-list {
  display: flex;
  gap: 25px;
}

.custom-list-style.structural-list {
  margin: 60px 0;
}

.icon-style {
  background: rgb(255 255 255 / 10%);
  border-radius: 16px;
  max-width: 64px;
}

.custom-list-style.structural-list li {
  border-color: rgb(255 255 255 / 20%);
  padding-top: 0;
  padding-bottom: 0;
}

.structural-list h4 {
  font-size: 28px;
  margin: 30px 0 10px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-section h5 {
  font-size: clamp(14px, 1vw, 16px);
  margin-bottom: 15px;
  color: #B0BABF;
}

.footer-menu a {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
}

.footer-brand {
  max-width: 424px;
}

.footer-brand h4 {
  font-size: 28px;
}

.footer-brand h4 span {
  color: var(--blue-1);
}

.footer-brand p {
  font-size: clamp(12px, 1vw, 14px);
}

.footer-brand ul {
  display: flex;
  margin: 0;
  list-style: none;
  padding: 0;
  gap: 10px;
}

.footer-brand ul li img {
  width: 32px;
  border-radius: 8px;
}

.footer-brand ul li a:hover img {
  background: #0F172A;
}

.copyright-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px;
}

.copyright-block ul a {
  text-decoration: none;
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.video-wrap-style {
  position: relative;
  max-width: 991px;
  margin: 0 auto;
  perspective: 1200px;
  transform-style: preserve-3d;
  will-change: transform;
  backface-visibility: hidden;
}

.video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 97%;
  max-height: 98%;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 22px;
  display: flex;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.video-wrapper video {
  width: 100%;
  display: block;
}

.video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: var(--blue-1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .4s ease;
}

.video-wrapper .play-button::before {
  content: '';
  border-left: 22px solid #fff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  margin-left: 6px;
}

.video-wrapper.playing .play-button {
  opacity: 0;
}

.tab-mockup {
  max-width: 990px;
  width: 100%;
  backface-visibility: hidden;
}

.tagline-text {
  font-size: 32px;
  text-align: center;
  max-width: 583px;
  margin: 0 auto;
  padding-top: 50px;
}

.tagline-text span {
  color: var(--blue-1);
}

.tagline-text.text-left span {
  color: var(--blue-3);
}

.slider-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}

.slider-container .slick-list {
  margin: 0 -4px;
}

.slider-container .slick-slide {
  padding: 0 20px;
}

.slider-container .slick-dots {
  width: calc(100% - 30px);
  background: rgb(0 0 0 / 10%);
  border-radius: 6px;
  display: flex;
  overflow: hidden;
  left: 15px;
}

.slider-container .slick-dots li {
  margin: 0;
  height: unset;
  display: block;
  width: 100% !important;
}

.slider-container .slick-dots li button {
  width: 0%;
  padding: 0 !important;
  font-size: 0 !important;
  height: 6px;
  transition: width 0.4s ease-in-out, background-color 0.25s ease-in-out;
}

.slider-container .slick-dots li.is-progress button {
  background: var(--blue-1);
  width: 100%;
}

.slider-container .slick-dots li.slick-active {
  border-radius: 0 6px 6px 0;
}

.slider-container .slick-dots li button::before {
  display: none;
}

.slider-container .slider-card img {
  border-radius: 30px;
  margin-bottom: 25px;
}

.slider-container .slider-card h4 {
  font-size: clamp(22px, 2vw, 26px);
  letter-spacing: -0.5px;
}

.slider-container .slider-card p {
  color: rgb(15 23 42 / 80%);
  margin: 0;
}

.slider-container .slick-arrow {
  position: absolute;
  top: calc(100% + 61px);
  right: 15px;
  background: #E6EFFF;
  left: unset;
  border-radius: 100%;
  border: 1px solid rgb(73 118 192 / 20%);
  height: 36px;
  width: 36px;
  font-family: 'Noto Sans JP';
  font-size: clamp(18px, 1.4vw, 20px);
}

.slider-container .slick-arrow.slick-prev {
  right: 62px;
}

.slider-container .slick-arrow:before {
  color: var(--blue-1);
  font-family: 'Noto Sans JP' !important;
  font-size: clamp(18px, 1.4vw, 20px) !important;
  width: 100%;
  display: block;
}

.static-dot {
  background: #1C23420F;
  list-style: none;
  margin: 0;
  display: inline-flex;
  padding: 8px 12px;
  gap: 6px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.static-dot li {
  width: 8px;
  height: 8px;
  border: 1px solid #9EA3B8;
  border-radius: 100%;
}

.static-dot .active {
  border-color: var(--blue-1);
  background: var(--blue-1);
}

.tagline-text.text-left {
  max-width: unset;
  text-align: left;
}

.new-list-style {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-open .navbar {
  height: 100vh;
  background: #fff;
  align-items: start;
}

.nav-open {
  overflow: hidden;
}

.site-header .navbar-toggler {
  outline: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

.slider-text {
  max-width: 490px;
}

.tagline-style {
  max-width: 735px;
  margin: 0 auto 50px;
  font-size: clamp(18px, 1.4vw, 20px);
  text-align: center;
}

.tagline-style span {
  color: var(--blue-3);
}

.img-style {
  border-radius: 30px;
}

.centered-section {
  margin: 0 auto;
  text-align: center;
}

.centered-section p {
  margin-top: 20px;
  margin-bottom: 50px;
}

.centered-section h2 span {
  background: var(--blue-1);
  color: #fff;
  padding: 0px 15px;
  font-size: 48px;
  border-radius: 8px;
}

.about-us {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}

.about-us h4 {
  font-size: 28px;
  color: var(--blue-1);
}

.rating-column {
  display: flex;
  gap: 7px;
  padding: 15px 0;
}

.about-us li {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 2px solid #E5E7EB;
  padding-top: 5px;
  padding-bottom: 10px;
  justify-content: end;
  margin-top: 30px;
}

.about-us li:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}

.mint-gradient {
  background-size: cover;
  background-position: center bottom;
}

.trusted-by-header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.trusted-by-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 10px;
}

.trusted-by-list li {
  max-width: 205px;
}

.trusted-by-list li img {
  max-width: 100%;
}

.powered-by {
  margin: 40px 0px;
}

.powered-by p {
  margin-bottom: 10px;
}

.logo-tilt {
  position: relative;
  perspective: 1000px;
}

.logo-tilt::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 60%;
  height: 24px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, .15) 45%, transparent 75%);
  filter: blur(6px);
  transform: translateX(-50%) scale(.9);
  opacity: .45;
}

.logo-tilt img {
  width: 228px;
  display: block;
  transform-style: preserve-3d;
  transform: rotate(0deg);
  margin: 0 auto;
}

.logo-tilt.is-active::after {
  animation: shadowMove1 7s ease-in-out 1;
}

.logo-tilt.is-active img {
  animation: rotateTilt1 4.5s ease-in-out 1;
}

@keyframes rotateTilt1 {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-12deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(12deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes shadowMove1 {
  0% {
    transform: translateX(-50%) scale(.9);
    opacity: .45;
  }

  20% {
    transform: translateX(-50%) scale(1.1);
    opacity: .7;
  }

  40% {
    transform: translateX(-50%) scale(1.1);
    opacity: .7;
  }

  70% {
    transform: translateX(-50%) scale(.95);
    opacity: .5;
  }

  100% {
    transform: translateX(-50%) scale(.9);
    opacity: .45;
  }
}

.logo-tilt:hover img {
  animation-play-state: paused;
  transform: rotate(-10deg) scale(1.05);
  transition: .4s ease;
}

.tsi-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 50px;
}

.tsi-card {
  background: #fff;
  border: 1px solid rgb(0 0 0 / 12%);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tsi-card-head {
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tsi-card h3 {
  font-size: clamp(18px, 1.6vw, 22px);
  margin: 0;
}

.tsi-card p {
  font-size: clamp(14px, 1.4vw, 16px);
  margin: 0px;
}

.card-graphic {
  border-radius: 8px;
  overflow: hidden;
}

.tsi-card video {
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: block;
}

.tsi-card canvas {
  width: 100%;
  height: auto;
  border-radius: 8px;
  aspect-ratio: 1.51;
}

.tsi-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.about-info {
  background: var(--bg-soft);
}

.section-foot-text {
  text-align: center;
  margin-top: 60px;
}

.navigator-style {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.style-logo {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  border: 1px solid #9CA3AF;
  object-fit: contain;
}

.about-content ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.about-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.about-content ul li:before {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url('../images/check-icon.png');
  background-color: #ffffff;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 2px;
}

.tsi-outline-btn {
  border: 1px solid #9CA3AF !important;
  font-size: clamp(16px, 1.2vw, 18px);
  background: #E5E7EB !important;
  padding: 11px 20px;
}

.tsi-outline-btn:hover {
  color: var(--blue-1);
}

.navigator-graphs {
  max-width: 85%;
}

.navigator-media {
  border-radius: 20px;
  margin-top: 70px;
  max-width: 100%;
}

.sub-heading {
  display: inline-block;
  border-bottom: 1px solid #39BA98;
  padding-bottom: 20px;
}

.tsi-group {
  border-radius: 0px 0px 30px 30px;
}

.tsi-experience-row {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.tsi-experience-row article {
  max-width: 227px;
  width: 50%;
}

.tsi-experience-row img {
  max-width: 100%;
  border-radius: 6px;
}

.graph-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.graph-bg .section-foot-text {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.tsi-experience-row h4 {
  font-size: clamp(18px, 1.6vw, 22px);
  margin-bottom: 3px;
}

.tsi-experience-row p {
  font-size: clamp(14px, 1.4vw, 18px);
}

.tag-btn {
  background: #39BA98;
  display: inline-block;
  padding: 6px 23px;
  border-radius: 20px;
}

.footer-brand img {
  max-width: 125px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 5px;
  padding: 3px 10px 5px;
}

.copyright-block {
  font-size: clamp(12px, 1vw, 14px);
  border-top: 1px solid rgb(255 255 255 / 50%);
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
}

.copyright-block a {
  color: #ffffff;
  text-decoration: none;
}

.coming-soon {
  display: flex;
  text-align: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  height: 100%;
  width: 100%;
}

.language-btn {
  margin-right: 30px;
  color: var(--blue-1);
}


/* Auth style */

.main-auth-section {
  min-height: calc(100vh - 327px);
  display: flex;
  padding-top: 120px;
  padding-bottom: 80px;
}

.tsi-auth-card {
  background: #fff;
  border: 1px solid rgb(0 0 0 / 12%);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 40px;
}

.tsi-auth-link {
  color: var(--blue-1);
  text-decoration: none;
}

.tsi-password-wrapper input[type="text"]+.error+span:after,
.tsi-password-wrapper input[type="text"]+span:after {
  content: '';
  width: 23px;
  height: 4px;
  display: block;
  background: #000;
  position: absolute;
  top: 51%;
  transform: rotate(-45deg) translatey(-50%);
  border: 1px solid #fff;
  right: -4px;
}

.tsi-password-wrapper input {
  padding-right: 40px;
}

.alert {
  padding: 5px 12px;
}

.ui-datepicker {
  z-index: 9999 !important
}

.error {
  color: #d20000;
}

/* Auth style */


@media (max-width: 1199px) {
  .hero-title {
    line-height: 1.25;
  }

  h2 {
    line-height: 1.15;
    letter-spacing: -0.8px;
  }

  .enrollment-list li {
    letter-spacing: -0.7px;
  }

  .slider-container .slider-card img {
    border-radius: 15px;
  }

  .hero-title span {
    padding: 0 12px 8px;
  }

  .centered-section h2 span {
    padding: 0 12px;
  }

  .tsi-experience-row {
    flex-wrap: wrap;
  }

}

@media (max-width: 991px) {
  .hero-title {
    line-height: 1.3;
    letter-spacing: -0.5px;
  }

  h2 {
    line-height: 1.2;
    letter-spacing: -0.4px;
  }

  .enrollment-list li {
    line-height: 1.3;
    letter-spacing: -0.3px;
  }

  .slider-container .slider-card h4 {
    line-height: 1.35;
    letter-spacing: -0.2px;
  }

  .tagline-text {
    line-height: 1.4;
    letter-spacing: -0.1px;
  }

  .footer-brand h4 {
    line-height: 1.35;
    letter-spacing: 0;
  }

  .new-list-style,
  .structural-list {
    flex-wrap: wrap;
    row-gap: 40px;
  }

  .new-list-style li {
    width: calc(50% - 20px);
  }

  .structural-list li {
    width: calc(50% - 13px);
  }

  .hero-title span {
    padding: 0 10px 6px;
    border-radius: 6px;
  }

  .navbar-brand img {
    max-width: 100px;
    height: auto;
  }

  .site-header .navbar-nav {
    gap: 5px;
    padding: 15px 0;
  }

  .hero-section {
    padding-top: 100px;
    border-radius: 0 0 50px 50px;
  }

  .bg-animation {
    border-radius: 50px 50px 0 0;
  }

  .negative-margin {
    margin-top: -50px;
  }

  .br-custom {
    border-radius: 50px;
  }

  .extra-padding-bottom {
    padding-bottom: 150px;
  }

  .extra-padding-top {
    padding-top: 150px;
  }

  .centered-section h2 span {
    padding: 0 10px;
    border-radius: 6px;
  }

  .video-wrapper {
    border-radius: 25px;
  }

  .tsi-experience-row article {
    max-width: 327px;
    width: 100%;
  }

  .site-header.sticky .navbar,
  .site-header .navbar {
    padding: 5px 0 !important;
  }


}

@media (max-width: 767px) {
  .hero-title {
    line-height: 1.35;
    margin-bottom: 20px;
  }

  h2 {
    line-height: 1.25;
    letter-spacing: 0;
  }

  .enrollment-list li {
    line-height: 1.35;
    letter-spacing: 0;
  }

  .slider-container .slider-card h4 {
    line-height: 1.4;
    letter-spacing: 0;
  }

  .tagline-text {
    line-height: 1.45;
    letter-spacing: 0;
  }

  .footer-brand h4 {
    line-height: 1.4;
  }

  .new-list-style li,
  .structural-list li {
    width: 100%;
  }

  .hero-title span {
    padding: 0 8px 5px;
    border-radius: 6px;
  }

  .centered-section h2 span {
    padding: 0 8px;
  }

  .video-wrapper {
    border-radius: 18px;
  }

  .tsi-card-grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
  }

}

@media (max-width: 480px) {
  .hero-title {
    line-height: 1.35;
    letter-spacing: 0;
  }

  .copyright-block {
    gap: 25px;
    flex-direction: column-reverse;
  }

  .footer-section {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .hero-title span {
    padding: 0 6px 4px;
  }

  .navbar-brand img {
    max-width: 80px;
  }

  .hero-description {
    margin-bottom: 20px;
  }

  .centered-section h2 span {
    padding: 0 6px;
  }

  .trusted-by-list li {
    max-width: calc(33.333% - 7px);
  }

  .trusted-by-list {
    gap: 15px 10px;
  }

  .video-wrapper .play-button {
    width: 50px;
    height: 50px;
  }

  .slider-container .slick-list {
    margin: 0;
  }

  .slider-container .slick-slide {
    padding: 0 7px;
  }

  .video-wrapper .play-button::before {
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  .br-custom {
    border-radius: 25px;
  }

  .bg-animation {
    border-radius: 25px 25px 0 0;
  }

  .py-custom {
    padding: 50px 0;
  }

  .pt-custom {
    padding-top: 50px;
  }

  .pb-custom {
    padding-bottom: 50px;
  }

  .extra-padding-top {
    padding-top: 75px;
  }

  .negative-margin {
    margin-top: -25px;
  }

  .extra-padding-bottom {
    padding-bottom: 75px;
  }

  .section-header {
    margin-bottom: 25px;
  }

  .hero-graphic {
    max-width: 100vw;
    width: 100vw !important;
  }

  .video-wrapper {
    border-radius: 10px;
  }

  .custom-list-style.structural-list {
    margin: 40px 0;
  }

  .hero-section {
    padding-top: 90px;
    padding-bottom: 20px;
    height: auto;
    border-radius: 0 0 25px 25px;
  }

  .custom-list-style.enrollment-list {
    margin-bottom: 50px;
  }

  .tagline-style {
    margin: 0 auto 30px;
  }

  .about-us li {
    padding-right: 25px;
    margin-right: 25px;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .about-us li:nth-last-child(2) {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
  }

  .about-us li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
    width: 100%;
  }

  .slider-container .slick-dots {
    width: calc(100% - 20px);
    left: 10px;
  }

  .slider-container .slick-arrow {
    right: 10px;
  }

  .slider-container .slick-arrow.slick-prev {
    right: 57px;
  }

  .tsi-experience-row article {
    max-width: 100%;
  }

  .navigator-media {
    border-radius: 10px;
    margin-top: 10px;
  }


  /* Auth Style */
  .tsi-auth-card {
    background: #fff;
    border: 1px solid rgb(0 0 0 / 12%);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 15px;
  }

  /* Auth Style */
}