main {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  main {
    margin-top: 45px;
  }
}

.skeleton-loader {
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(45deg, #f1f0f0, #c1c0c0, #f1f0f0);
  background-size: 200%;
  background-position: left;
  animation: skeleton 1s ease infinite alternate-reverse;
}
.skeleton-loader:first-child {
  margin-top: 30px;
}

@keyframes skeleton {
  0% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
h2.skeleton-loader {
  height: 30px;
  margin-bottom: 40px;
}

p.skeleton-loader {
  height: 16px;
  margin-bottom: 10px;
}

div.skeleton-loader {
  height: 300px;
  margin: 30px 0;
}

.breadcrumb-container {
  position: sticky;
  margin-bottom: 20px;
  background: white;
  top: 116px;
  z-index: 5;
}

.breadcrumb {
  padding: 9px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: start;
  border-bottom: 2px solid rgba(80, 80, 80, 0.1450980392);
  margin: 0 auto;
}
.breadcrumb li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  transition: all 0.5s ease;
  display: none;
}
.breadcrumb ul.active {
  display: flex;
}
.breadcrumb .breadcrumb-main-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  text-align: left;
  color: #505050;
  opacity: 0.5;
}
.breadcrumb .breadcrumb-heading {
  color: #4A2771;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
}
.breadcrumb .breadcrumb-heading.active {
  display: block;
  opacity: 1;
}
.breadcrumb .breadcrumb-heading.show {
  display: block;
}

.sidebar-wrapper {
  position: sticky;
  top: 170px;
  transition: all 0.5s ease;
  max-height: 70vh;
  overflow: auto;
  transition: all 0.25s;
}
.sidebar-wrapper .sidebar-heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #151515;
  margin-bottom: 0;
}
.sidebar-wrapper .sub-sidebar-wrapper {
  padding-top: 30px;
}
.sidebar-wrapper .sub-sidebar-heading {
  display: block;
  color: #858585;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.32px;
  margin-bottom: 0;
  padding-left: 10px;
  transition: all 0.5s ease;
}
.sidebar-wrapper .sub-sidebar-heading.active {
  color: #FF5B23;
  border-left: 1px solid #505050;
  padding-left: 10px;
}
.sidebar-wrapper .sub-sidebar-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 0;
  overflow: hidden;
}
.sidebar-wrapper .sub-sidebar-wrapper.active {
  padding: 20px 0;
}
.sidebar-wrapper .sub-sidebar-wrapper.active .sub-sidebar-title-wrapper {
  height: auto;
}
.sidebar-wrapper .sub-sidebar-title {
  color: #858585;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.32px;
  transition: all 0.5s ease;
}
.sidebar-wrapper .sub-sidebar-title:hover {
  color: #505050;
}
.sidebar-wrapper .sub-sidebar-title.active {
  color: #505050;
  font-weight: 400;
  position: relative;
}
.sidebar-wrapper .sub-sidebar-title.active::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #505050;
  left: -10px;
}
.sidebar-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  display: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.sidebar-wrapper::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 8px;
}
.sidebar-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #C8C8C8;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.1215686275) inset;
}
.sidebar-wrapper::-webkit-scrollbar-track {
  width: 6px;
  border-radius: 8px;
  background-color: #F5F5F5;
  box-shadow: 1px 1px 2.1px 0px rgba(0, 0, 0, 0.0784313725) inset;
}
.sidebar-wrapper:hover::-webkit-scrollbar {
  display: block;
}

.static-section .ndt-heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #4A2771;
  margin-bottom: 15px;
}
.static-section .ndt-sub-heading {
  color: #4A2771;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.2px;
}
.static-section .ndt-body-text {
  color: #505050;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.32px;
}
.static-section .word-description {
  color: #FF5B23;
}
.static-section .ndt-image {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .static-section .ndt-body-text {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.36px;
  }
  .static-section .ndt-heading {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.01em;
  }
}

.infotip {
  font-weight: 400;
  color: rgb(39, 39, 39);
  position: relative;
  overflow: hidden;
  border-bottom: 2px dotted black;
  z-index: 2;
  opacity: 1;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
}

.infotip:hover {
  z-index: 3;
}

.infotip:hover .infotip-box {
  display: inline-block;
  overflow: visible;
  top: 20px;
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  z-index: -1;
  opacity: 1;
}

.infotip-box {
  transition: all 0.3s ease;
  height: 0;
  overflow: hidden;
  opacity: 0;
  top: 0;
  position: absolute;
  min-width: 100px;
  width: 100%;
  background-color: #F4F3FF;
  box-shadow: -4px 4px 10px 0px rgba(50, 50, 50, 0.1019607843);
  padding: 13px 16px;
  border-radius: 5px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.infotip-box::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: -20px;
  height: 30px;
  background: transparent;
  z-index: -1;
}

.infotip-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #4A2771;
  border-bottom: 0.6px solid #AEAEAE;
  padding: 0 0 6px 0;
  margin: 0;
}

.infotip-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #505050;
  margin: 9px 0 0 0;
}

@media screen and (min-width: 992px) {
  .sidebar-wrapper .sidebar-heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #151515;
    border-top: 0.25px solid #4A2771;
    border-bottom: 0.25px solid #4A2771;
    padding: 20px 0;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
