html, body {
  font-size: 16px;
}

.logo-slick-bg {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  margin-top: -70px;
  height: 130px;
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .logo-slick-bg {
    height: 150px;
  }
}

.logo-slick-bg .logo-slick-header {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: normal;
  color: #222222;
  margin-top: 10px;
  margin-left: 20px;
}

.logo-slick-bg .logo-slick-header .logo-blue {
  color: #291e30;
}

.logo-slick-bg .logo-carousel {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

.logo-slick-bg .logo-carousel .slick-track {
  padding: 0px;
}

.logo-slick-bg img {
  margin: auto;
}

.top-blob-bg {
  position: absolute;
}

.no-data-row .no-data-header {
  width: 85%;
  margin: auto;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
}

.no-data-row .no-data-content {
  width: 85%;
  margin: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
}

.sub-header {
  background-color: #fff2e6;
  position: sticky;
  top: 0px;
  z-index: 1000;
}

.sub-header.sub-header-sticky {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 1024px) {
  .sub-header {
    display: none;
  }
}

.sub-header .sub-header-content {
  width: 85%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.sub-header .sub-header-content.completion {
 font-family: 'Work Sans';
  font-style: normal;
  font-weight: 850;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: normal;
  color: #291e30;
 
}

.sub-header .sub-header-content .s-h-left .s-h-link {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 850;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: normal;
  color: #291e30;
  text-transform: uppercase;
  padding: 10px 0px;
}

.sub-header .sub-header-content .s-h-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.sub-header .sub-header-content .s-h-right .s-h-link {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: normal;
  color: #222222;
  padding: 3px 0px;
  margin-right: 30px;
}

.sub-header .sub-header-content .s-h-right .s-h-link:last-of-type {
  margin-right: 0px;
}

.sub-header .sub-header-content .s-h-right .s-h-link.r-h-active {
  font-weight: 800;
  color:  #291e30;
}

.sub-header .sub-header-content .s-h-pill {
  background-color: #c1bbf6;
  padding: 8px 8px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: normal;
  color: #291e30;
  margin-left: 10px;
  margin-top: 3px;
}

.sub-header .sub-header-content .s-h-scroll {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.sub-header.sub-header-sticky .sub-header-content {
  padding: 8px 0px;
}

.sub-header.sub-header-sticky .sub-header-content.completion {
  padding: 0px 0px;
}

.sub-header .completion-full {
  width: 100%;
  height: 5px;
  background-color: #fff;
}

@media only screen and (max-width: 1024px) {
  .sub-header .completion-full {
    display: none;
  }
}

.sub-header .completion-full .completion-status {
  width: 0%;
  height: 100%;
  background-color: #291e30;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/*# sourceMappingURL=sub-header.css.map */