.menu-left {
  max-width: 100%;
  border: 1px solid #E0E0E0;
  font-family: "Inter", sans-serif;
  padding: 3rem;
}
.menu-left .menu-title {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 130%;
  letter-spacing: 2%;
  text-transform: uppercase;
}
.menu-left ol {
  padding: 0 0 0 17px;
  margin: 0;
}
.menu-left ol li {
  margin-top: 2.2rem;
  font-weight: 500;
  font-size: 1.4rem;
  color: #515151;
  line-height: 130%;
}
.menu-left ol li:hover {
  color: #00296F;
}
.menu-left ol li:hover a {
  color: #00296F;
}
.menu-left ol li a {
  color: #515151;
}

html {
  scroll-behavior: smooth;
}

.offset-scroll :target {
  scroll-margin-top: 170px;
}

@media (max-width: 992px) {
  .offset-scroll :target {
    scroll-margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .menu-left {
    padding: 2.5rem;
  }
}
.content-1 {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.menu-left {
  width: 284px;
}

@media (min-width: 767px) {
  .menu-left.fixed {
    position: fixed;
    top: 160px !important;
  }
  .menu-left.stopped {
    position: absolute;
    top: auto;
  }
}
@media (max-width: 992px) {
  .menu-left {
    width: 250px;
  }
  .menu-left.fixed {
    top: 130px !important;
  }
}
@media (max-width: 767px) {
  .content-1 {
    display: block;
  }
  .menu-left {
    width: 100%;
  }
}
.menu-left ol li a.active {
  font-weight: 600;
  color: #00296F;
}/*# sourceMappingURL=menu-left.css.map */
