
body {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.learn-more-link, body #material-page-note-wrapper nav a {
  all: unset;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
}
.learn-more-link span, body #material-page-note-wrapper nav a span {
  color: var(--primary-primary, #fb5650);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
.learn-more-link .learn-more-icon, body #material-page-note-wrapper nav a .learn-more-icon {
  width: 21px;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  min-height: 21px;
  max-height: 21px;
}

.link-underline, body #material-page-note-wrapper nav a::after {
  content: "";
  position: absolute;
  background-color: var(--primary-primary, #fb5650);
  bottom: -1px;
  left: -1px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  transform: scaleY(2);
}

.divider-line, body #material-page-container #material-main-body hr {
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #f51102 0%, #a4675a 32.81%, #9766ff 66%, #ff5bb4 95.5%);
  opacity: 1;
}














@font-face {
  font-family: "SF-Pro-Regular-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Regular.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Pro-Semi-Bold-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Semibold.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Pro-Bold-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Bold.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "SF-Pro-Regular-Text";
}

/* Custom Scroll Bar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 250px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--secondary-secondary-l-2, #cdced9);
  border-radius: 250px;
  display: flex;
  justify-content: center;
}

::-webkit-scrollbar-button {
  border: none;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

::-webkit-scrollbar-button:single-button:decrement {
  background-image: url("../../assests/images/caret-up-solid-scrolbar.svg");
  width: 10px;
  height: 10px;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

::-webkit-scrollbar-button:single-button:increment {
  background-image: url("../../assests/images/caret-down-solid-scrollbar.svg");
  height: 10px;
  width: 10px;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Custom ScrollBar  */
body #material-description-page-introduction {
  padding-top: 120px;
  padding-bottom: 120px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  background: var(--dark-dark-d-2, #111116);
  overflow: hidden;
}
body #material-description-page-introduction .top-header-page-introduction-content {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 0px;
  padding-left: 16px;
  padding-right: 16px;
  width: 1216px;
}
body #material-description-page-introduction .top-header-page-introduction-content h1 {
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  margin-top: 0;
  margin-bottom: 24px;
}
body #material-description-page-introduction .top-header-page-introduction-content p {
  width: 728px;
  color: var(--light-light, #f1f2f5);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
  margin: 0 0;
}
@media (max-width: 1250px) {
  body #material-description-page-introduction {
    /* About Us Introduction content */
    padding-top: 100px;
    padding-bottom: 100px;
    height: 550px;
  }
  body #material-description-page-introduction .top-header-page-introduction-content {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    width: 616px;
  }
  body #material-description-page-introduction .top-header-page-introduction-content p {
    width: 598px;
    margin: 0 0;
  }
}
@media (max-width: 650px) {
  body #material-description-page-introduction {
    padding-top: 100px;
    padding-bottom: 100px;
    height: 700px;
  }
  body #material-description-page-introduction .top-header-page-introduction-content {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
    width: 344px;
  }
  body #material-description-page-introduction .top-header-page-introduction-content h1 {
    font-size: 36px;
  }
  body #material-description-page-introduction .top-header-page-introduction-content p {
    width: 312px;
    margin: 0 0;
  }
}
body #material-page-container {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  /*  BreadCrumbs */
  /* BreadCrumbs */
}
body #material-page-container #frequently-asked-questions-component {
  margin-top: 64px;
  margin-bottom: 100px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  body #material-page-container #frequently-asked-questions-component {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  body #material-page-container #frequently-asked-questions-component {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1250px) and (min-width: 650px) {
  body #material-page-container {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  body #material-page-container {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
body #material-page-container #breadcrumbs-navigation-container {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) and (min-width: 650px) {
  body #material-page-container #breadcrumbs-navigation-container {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  body #material-page-container #breadcrumbs-navigation-container {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
body #material-page-container #breadcrumbs-navigation-container .breadcrumbs-list-container {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0;
  padding: 0 0;
}
body #material-page-container #breadcrumbs-navigation-container .breadcrumbs-list-container .breadcrumbs-list-item a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--secondary-secondary, #6b6c7e);
  font-family: "SF-Pro-Regular-Text";
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
  text-decoration: none;
}
body #material-page-container #breadcrumbs-navigation-container .breadcrumbs-list-container .breadcrumbs-list-item a:hover {
  color: var(--dark-dark, #272833);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 13.6px;
  font-style: normal;
  line-height: 125%;
}
body #material-page-container #breadcrumbs-navigation-container .breadcrumbs-list-container .breadcrumbs-list-item:last-child a {
  color: var(--dark-dark, #272833);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
}
body #material-page-container #material-main-body {
  padding-left: 16px;
  padding-right: 16px;
  /* table common styles starts here */
  /* Application Table starts here*/
  /* Application Table ends here */
  /* mechanical-properties */
  /* Material All Tables */
}
body #material-page-container #material-main-body hr {
  margin-top: 36px;
  margin-bottom: 0px;
}
body #material-page-container #material-main-body #material-main-body-top {
  margin-top: 24px;
  margin-bottom: 38px;
  display: flex;
  gap: 36px;
}
@media (max-width: 1250px) {
  body #material-page-container #material-main-body #material-main-body-top {
    flex-direction: column;
  }
}
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons {
  text-align: center;
}
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #active-carousel-image {
  width: 484px;
  height: 320px;
  border-radius: 8px;
}
@media (max-width: 1250px) {
  body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #active-carousel-image {
    width: 584px;
  }
}
@media (max-width: 650px) {
  body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #active-carousel-image {
    width: 312px;
    height: 188px;
  }
}
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #material-all-images {
  margin-top: 16px;
  margin-bottom: 24px;
  display: flex;
  gap: 16px;
  justify-content: center;
}
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #material-all-images img {
  cursor: pointer;
  height: 94px;
  width: 150px;
  border-radius: 8px;
}
@media (max-width: 1250px) {
  body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #material-all-images img {
    width: 184px;
  }
}
@media (max-width: 650px) {
  body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #material-all-images img {
    width: 93px;
    height: 66px;
  }
}
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #material-all-images .selected-carousal-image {
  border: 2px solid var(--Brand-color-Sparkal-color, #fb5650);
  box-shadow: 0px 1px 4px 0px rgba(39, 40, 51, 0.2);
}
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #pagination-container img {
  height: 12px;
  width: 12px;
}
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #pagination-container img:first-child,
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #pagination-container :last-child {
  height: 24px;
  width: 24px;
}
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #pagination-container img:first-child {
  margin-right: 14px;
}
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #pagination-container img:last-child {
  margin-left: 14px;
}
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #button-container {
  margin-top: 24px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #button-container button {
  padding: 14px 16px;
  width: 100%;
  height: 52px;
}
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #button-container #request-sample {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 1000px;
  background: var(--Brand-color-Sparkal-color, #fb5650);
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  border: none;
  position: relative;
  overflow: hidden;
}
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #button-container #request-sample img {
  z-index: 5;
  position: relative;
}
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #button-container #request-sample span {
  z-index: 5 !important;
  position: relative;
}
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #button-container #request-sample::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--primary-primary-d-1, #D23D37);
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  border-radius: 1000px;
  animation: HoverOut 0.5s forwards;
}
@keyframes HoverOut {
  0% {
    width: 101%;
  }
  100% {
    width: 0%;
  }
}
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #button-container #request-sample:hover {
  color: var(--light-white, var(--Primary-Base-White, #FFF));
}
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #button-container #request-sample:hover::after {
  animation: HoverIn 0.5s forwards ease-in-out;
}
@keyframes HoverIn {
  0% {
    width: 0%;
  }
  100% {
    width: 101%;
  }
}
body #material-page-container #material-main-body #material-main-body-top #material-images-and-buttons #button-container #data-sheet {
  display: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 1000px;
  background: var(--light-white, #fff);
  color: var(--Brand-color-Sparkal-color, #fb5650);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  border: 1px solid var(--Brand-color-Sparkal-color, #fb5650);
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-desc-heading-container h4 {
  margin: 0 0;
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-desc-heading-container h2 {
  margin-top: 4px;
  margin-bottom: 24px;
  color: var(--dark-dark-d-2, #111116);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-desc-description-container h4 {
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  margin: 0 0;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-desc-description-container p {
  margin-top: 8px;
  margin-bottom: 24px;
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #material-type-and-price-container {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 650px) {
  body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #material-type-and-price-container {
    flex-direction: column;
  }
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #material-type-and-price-container #material-type-container {
  width: 320px;
}
@media (max-width: 1250px) {
  body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #material-type-and-price-container #material-type-container {
    width: 280px;
  }
}
@media (max-width: 650px) {
  body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #material-type-and-price-container #material-type-container {
    width: 312px;
  }
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #material-type-and-price-container #material-type-container h4 {
  margin: 0 0;
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #material-type-and-price-container #material-type-container h3 {
  margin-top: 4px;
  margin-bottom: 0;
  color: var(--dark-dark-d-2, #111116);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #material-type-and-price-container #price-type-container {
  width: 320px;
}
@media (max-width: 1250px) {
  body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #material-type-and-price-container #price-type-container {
    width: 280px;
  }
}
@media (max-width: 650px) {
  body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #material-type-and-price-container #price-type-container {
    width: 312px;
  }
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #material-type-and-price-container #price-type-container h4 {
  margin-top: 4px;
  margin-bottom: 0px;
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #material-type-and-price-container #price-type-container .material-price {
  height: 24px;
  width: 24px;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #material-color-container h4 {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #material-color-container #all-color {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #material-color-container #all-color .inner-color-container {
  border-radius: 16px;
  border: 1px solid var(--secondary-secondary-l-3, #e7e7ed);
  background: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  word-wrap: break-word;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #material-color-container #all-color .inner-color-container .color {
  display: inline-block;
  border-radius: 50%;
  border: 7px solid red;
  height: 24px;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #material-color-container #all-color .inner-color-container span:last-child {
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #process-compatibility-container {
  margin-bottom: 24px;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #process-compatibility-container h3 {
  margin-top: 24px;
  margin-bottom: 8px;
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #process-compatibility-container ul {
  padding: 0 0;
  margin: 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #process-compatibility-container ul li {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 650px) {
  body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #process-compatibility-container ul li {
    flex-direction: column;
    gap: 8px;
  }
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #process-compatibility-container ul li div {
  display: flex;
  gap: 12px;
  width: 332px;
}
@media (max-width: 1250px) {
  body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #process-compatibility-container ul li div {
    width: 290px;
  }
}
@media (max-width: 650px) {
  body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #process-compatibility-container ul li div {
    width: 312px;
  }
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #process-compatibility-container ul li div span {
  align-self: center;
  color: var(--Secondary-700, #0d121f);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #process-compatibility-container ul li div img {
  height: 24px;
  width: 24px;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #special-properties-and-limitations {
  display: flex;
  gap: 32px;
}
@media (max-width: 650px) {
  body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #special-properties-and-limitations {
    flex-direction: column;
  }
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #special-properties-and-limitations #special-properties-container,
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #special-properties-and-limitations #limitations-container {
  width: 332px;
}
@media (max-width: 1250px) {
  body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #special-properties-and-limitations #special-properties-container,
  body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #special-properties-and-limitations #limitations-container {
    width: 290px;
  }
}
@media (max-width: 650px) {
  body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #special-properties-and-limitations #special-properties-container,
  body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #special-properties-and-limitations #limitations-container {
    width: 312px;
  }
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #special-properties-and-limitations #special-properties-container h4,
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #special-properties-and-limitations #limitations-container h4 {
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #special-properties-and-limitations #special-properties-container ul,
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #special-properties-and-limitations #limitations-container ul {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #special-properties-and-limitations #special-properties-container ul li,
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #special-properties-and-limitations #limitations-container ul li {
  display: flex;
  gap: 12px;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #special-properties-and-limitations #special-properties-container ul li span,
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #special-properties-and-limitations #limitations-container ul li span {
  align-self: center;
  display: inline-block;
  color: var(--Secondary-700, #0d121f);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #special-properties-and-limitations #special-properties-container ul li img,
body #material-page-container #material-main-body #material-main-body-top #material-desc #material-other-info #special-properties-and-limitations #limitations-container ul li img {
  height: 24px;
  width: 24px;
}
body #material-page-container #material-main-body .table-outer-styles, body #material-page-container #material-main-body .material-table-group, body #material-page-container #material-main-body #mechanical-properties, body #material-page-container #material-main-body #application-table, body #material-page-container #material-main-body #materal-rating-container-wrapper {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  background: var(--light-white, #fff);
  box-shadow: 0px 8px 16px 0px rgba(39, 40, 51, 0.16);
}
body #material-page-container #material-main-body .table-heading-container, body #material-page-container #material-main-body .material-table-group .material-table-heading-container, body #material-page-container #material-main-body #mechanical-properties #mechanical-properties-header-container, body #material-page-container #material-main-body #application-table #application-header-container, body #material-page-container #material-main-body #materal-rating-container-wrapper #material-rating-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
body #material-page-container #material-main-body .table-heading, body #material-page-container #material-main-body .material-table-group .material-table-heading-container h3, body #material-page-container #material-main-body #mechanical-properties #mechanical-properties-header-container h4, body #material-page-container #material-main-body #application-table #application-header-container h4, body #material-page-container #material-main-body #materal-rating-container-wrapper #material-rating-header-container h4 {
  margin: 0 0;
  color: var(--helby-webflow-ecommerce-webflow-io-black, var(--Primary-Base-Black, #000));
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
}
@media (max-width: 650px) {
  body #material-page-container #material-main-body .table-heading, body #material-page-container #material-main-body .material-table-group .material-table-heading-container h3, body #material-page-container #material-main-body #mechanical-properties #mechanical-properties-header-container h4, body #material-page-container #material-main-body #application-table #application-header-container h4, body #material-page-container #material-main-body #materal-rating-container-wrapper #material-rating-header-container h4 {
    font-size: 18px;
  }
}
body #material-page-container #material-main-body .table-dropdown-img, body #material-page-container #material-main-body .material-table-group .material-table-heading-container .material-table-dropdown-img, body #material-page-container #material-main-body #mechanical-properties #mechanical-properties-header-container #material-rating-image, body #material-page-container #material-main-body #application-table #application-header-container #application-table-img, body #material-page-container #material-main-body #materal-rating-container-wrapper #material-rating-header-container #material-rating-image {
  width: 32px;
  height: 32px;
  padding: 8px 8px;
  border-radius: 50%;
  border: 1px solid var(--dark-dark, #272833);
  cursor: pointer;
}
body #material-page-container #material-main-body .table-seprator-line, body #material-page-container #material-main-body .material-table-group .material-table-description hr, body #material-page-container #material-main-body #mechanical-properties .material-table-description hr, body #material-page-container #material-main-body #application-table hr, body #material-page-container #material-main-body #materal-rating-container-wrapper .material-table-description hr {
  width: 100%;
  height: 2px;
  background: var(--secondary-secondary-l-3, #e7e7ed);
  margin-top: 24px;
  margin-bottom: 24px;
}
body #material-page-container #material-main-body .table-description, body #material-page-container #material-main-body .material-table-group .material-table-description p, body #material-page-container #material-main-body #mechanical-properties .material-table-description p, body #material-page-container #material-main-body #application-table p, body #material-page-container #material-main-body #materal-rating-container-wrapper .material-table-description p {
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  margin-top: 0px;
  margin-bottom: 24px;
}
body #material-page-container #material-main-body #materal-rating-container-wrapper {
  margin-top: 0px;
  margin-bottom: 19px;
}
body #material-page-container #material-main-body #materal-rating-container-wrapper .material-table-description hr {
  width: 100% !important;
}
body #material-page-container #material-main-body #application-table {
  margin-top: 0px;
  margin-bottom: 19px;
}
body #material-page-container #material-main-body #application-table p {
  margin-bottom: 24px;
}
body #material-page-container #material-main-body #application-table #industry-application-list {
  width: 100%;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
body #material-page-container #material-main-body #application-table #industry-application-list h5 {
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 20px;
  font-style: normal;
  line-height: 125%;
  margin-top: 0px;
  margin-bottom: 10px;
}
@media (max-width: 650px) {
  body #material-page-container #material-main-body #application-table #industry-application-list h5 {
    font-size: 16px;
  }
}
body #material-page-container #material-main-body #application-table #industry-application-list ul {
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
body #material-page-container #material-main-body #application-table #industry-application-list ul li {
  display: flex;
  gap: 8px;
}
@media (max-width: 1250px) {
  body #material-page-container #material-main-body #application-table #industry-application-list ul li {
    flex-direction: column;
  }
}
body #material-page-container #material-main-body #application-table #industry-application-list ul li div {
  display: flex;
  gap: 12px;
}
body #material-page-container #material-main-body #application-table #industry-application-list ul li div img {
  height: 24px;
  width: 24px;
}
body #material-page-container #material-main-body #application-table #industry-application-list ul li div span {
  display: inline-block;
  width: 538px;
  align-self: center;
  color: var(--Secondary-700, #0d121f);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
@media (max-width: 650px) {
  body #material-page-container #material-main-body #application-table #industry-application-list ul li div span {
    width: 244px;
  }
}
body #material-page-container #material-main-body #mechanical-properties {
  margin-top: 0px;
  margin-bottom: 19px;
}
body #material-page-container #material-main-body #mechanical-properties .material-table-description {
  width: 100%;
}
body #material-page-container #material-main-body #mechanical-properties .material-table-description #mechanical-properties-radial-grpah-and-table-wrapper {
  display: flex;
  gap: 24px;
}
@media (max-width: 1250px) {
  body #material-page-container #material-main-body #mechanical-properties .material-table-description #mechanical-properties-radial-grpah-and-table-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
body #material-page-container #material-main-body #mechanical-properties .material-table-description #mechanical-properties-radial-grpah-and-table-wrapper figure {
  margin: 0 0;
  width: 443px;
  height: 351px;
}
@media (max-width: 650px) {
  body #material-page-container #material-main-body #mechanical-properties .material-table-description #mechanical-properties-radial-grpah-and-table-wrapper figure {
    width: 280px;
    height: 222px;
  }
}
body #material-page-container #material-main-body #mechanical-properties .material-table-description #mechanical-properties-radial-grpah-and-table-wrapper figure canvas {
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}
body #material-page-container #material-main-body #mechanical-properties .material-table-description #mechanical-properties-radial-grpah-and-table-wrapper #mechanical-properties-table-wrapper {
  align-self: center;
  border: 1px solid var(--table-border, #dedfe0);
  width: 685px;
  min-width: 685px;
  max-width: 685px;
  border-radius: 8px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
  height: fit-content;
}
@media (max-width: 1250px) {
  body #material-page-container #material-main-body #mechanical-properties .material-table-description #mechanical-properties-radial-grpah-and-table-wrapper #mechanical-properties-table-wrapper {
    width: 552px;
    min-width: 552px;
    max-width: 552px;
  }
}
@media (max-width: 650px) {
  body #material-page-container #material-main-body #mechanical-properties .material-table-description #mechanical-properties-radial-grpah-and-table-wrapper #mechanical-properties-table-wrapper {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
  }
}
body #material-page-container #material-main-body #mechanical-properties .material-table-description #mechanical-properties-radial-grpah-and-table-wrapper #mechanical-properties-table-wrapper table {
  width: 100%;
}
body #material-page-container #material-main-body #mechanical-properties .material-table-description #mechanical-properties-radial-grpah-and-table-wrapper #mechanical-properties-table-wrapper table tr {
  border-bottom: 1px solid var(--table-border, #dedfe0);
}
body #material-page-container #material-main-body #mechanical-properties .material-table-description #mechanical-properties-radial-grpah-and-table-wrapper #mechanical-properties-table-wrapper table tr th,
body #material-page-container #material-main-body #mechanical-properties .material-table-description #mechanical-properties-radial-grpah-and-table-wrapper #mechanical-properties-table-wrapper table tr td {
  padding: 8px 8px;
  width: 50%;
}
body #material-page-container #material-main-body #mechanical-properties .material-table-description #mechanical-properties-radial-grpah-and-table-wrapper #mechanical-properties-table-wrapper table thead {
  color: var(--table-text, #0f0f0f);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 18px;
  font-style: normal;
  line-height: 125%;
  background: var(--table-background-header, #F2F3F5);
}
body #material-page-container #material-main-body #mechanical-properties .material-table-description #mechanical-properties-radial-grpah-and-table-wrapper #mechanical-properties-table-wrapper table tbody {
  color: var(--table-text, #0f0f0f);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
body #material-page-container #material-main-body #mechanical-properties .material-table-description #mechanical-properties-radial-grpah-and-table-wrapper #mechanical-properties-table-wrapper table tbody tr:last-child {
  border-bottom: none;
}
body #material-page-container #material-main-body .material-table-group {
  margin-top: 0;
  margin-bottom: 19px;
  width: 100%;
}
body #material-page-container #material-main-body .material-table-group .material-table-description {
  width: 100%;
}
body #material-page-container #material-main-body .material-table-group .material-table-description .table-container {
  border: 1px solid var(--table-border, #dedfe0);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
body #material-page-container #material-main-body .material-table-group .material-table-description .table-container table {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
body #material-page-container #material-main-body .material-table-group .material-table-description .table-container table tr {
  border-bottom: 1px solid var(--table-border, #dedfe0);
}
body #material-page-container #material-main-body .material-table-group .material-table-description .table-container table tr th,
body #material-page-container #material-main-body .material-table-group .material-table-description .table-container table tr td {
  padding: 8px 8px;
  width: 50%;
}
body #material-page-container #material-main-body .material-table-group .material-table-description .table-container table thead {
  color: var(--table-text, #0f0f0f);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 18px;
  font-style: normal;
  line-height: 125%;
  background: var(--table-background-header, #F2F3F5);
}
body #material-page-container #material-main-body .material-table-group .material-table-description .table-container table tbody {
  color: var(--table-text, #0f0f0f);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
body #material-page-container #material-main-body .material-table-group .material-table-description .table-container table tbody tr:last-child {
  border-bottom: none;
}
body #material-page-note-wrapper {
  display: flex;
  gap: 16px;
  background-color: rgb(255, 243, 210);
  border-radius: 16px;
  margin-top: 6px;
}
@media (max-width: 1250px) {
  body #material-page-note-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
body #material-page-note-wrapper #material-page-note-image-text-wrapper {
  display: flex;
  gap: 12px;
  padding: 24px 24px;
}
body #material-page-note-wrapper #material-page-note-image-text-wrapper img {
  width: 45px;
  height: 45px;
}
body #material-page-note-wrapper #material-page-note-image-text-wrapper span {
  display: inline-block;
  width: 886px;
  align-self: center;
  color: #181b1f;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
body #material-page-note-wrapper #material-page-note-image-text-wrapper span b {
  font-size: 24px;
}
body #material-page-note-wrapper nav {
  align-self: center;
  padding: 24px 24px;
}
@media (max-width: 1250px) {
  body #material-page-note-wrapper nav {
    padding: 12px 12px;
    align-self: flex-end;
  }
}
@media (max-width: 650px) {
  body #material-page-note-wrapper nav {
    align-self: center;
  }
}
body #material-page-note-wrapper nav a {
  margin-top: 16px;
}
body #material-page-note-wrapper nav a::after {
  animation: linkHoverOut 0.5s forwards ease-in-out;
}
@keyframes linkHoverOut {
  0% {
    width: 113.5px;
  }
  100% {
    width: 0px;
  }
}
body #material-page-note-wrapper nav a:hover::after {
  animation: linkHoverIn 0.5s forwards ease-in-out;
}
@keyframes linkHoverIn {
  0% {
    width: 0px;
  }
  100% {
    width: 113.5px;
  }
}
body .charts {
  display: flex;
  gap: 64px 64px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1250px) and (min-width: 650px) {
  body .charts {
    gap: 24px 64px;
  }
}
@media (max-width: 650px) {
  body .charts {
    gap: 24px 64px;
  }
}
body .charts .doughnut-graph {
  position: relative;
  width: 80px !important;
}
body .charts .doughnut-graph canvas {
  height: 80px !important;
  width: 80px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .charts .doughnut-graph .material-propertyName {
  display: inline-block;
  text-align: center;
  width: 80px;
  color: var(--Neutral-Gray-70, #525252);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
body .charts .doughnut-graph .material-propertyRating {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%) translateY(-35%);
  color: var(--Neutral-Gray-70, #525252);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
}/*# sourceMappingURL=HPGlassFilledNylon.css.map */