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

.learn-more-link,
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  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,
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  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,
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  a
  .learn-more-icon {
  width: 21px;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  min-height: 21px;
  max-height: 21px;
}

.link-underline,
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  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);
}

@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  */
#pricing-page-top-banner-wrapper {
  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;
}
#pricing-page-top-banner-wrapper .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;
}
#pricing-page-top-banner-wrapper .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;
}
#pricing-page-top-banner-wrapper .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) {
  #pricing-page-top-banner-wrapper {
    /* About Us Introduction content */
    padding-top: 100px;
    padding-bottom: 100px;
    height: 550px;
  }
  #pricing-page-top-banner-wrapper .top-header-page-introduction-content {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    width: 616px;
  }
  #pricing-page-top-banner-wrapper .top-header-page-introduction-content p {
    width: 598px;
    margin: 0 0;
  }
}
@media (max-width: 650px) {
  #pricing-page-top-banner-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    height: 700px;
  }
  #pricing-page-top-banner-wrapper .top-header-page-introduction-content {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
    width: 344px;
  }
  #pricing-page-top-banner-wrapper .top-header-page-introduction-content h1 {
    font-size: 36px;
  }
  #pricing-page-top-banner-wrapper .top-header-page-introduction-content p {
    width: 312px;
    margin: 0 0;
  }
}

#pricing-page-main-section-wrapper #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) {
  #pricing-page-main-section-wrapper #breadcrumbs-navigation-container {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #pricing-page-main-section-wrapper #breadcrumbs-navigation-container {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#pricing-page-main-section-wrapper
  #breadcrumbs-navigation-container
  .breadcrumbs-list-container {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0;
  padding: 0 0;
}
#pricing-page-main-section-wrapper
  #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;
}
#pricing-page-main-section-wrapper
  #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%;
}
#pricing-page-main-section-wrapper
  #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%;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper {
  background: var(--light-light-l-1, #f7f8f9);
  overflow: hidden;
  border-collapse: separate;
  margin-top: 16px;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 64px;
  margin-bottom: 100px;
  padding-bottom: 24px;
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #material-price-compare-header-wrapper
  h3 {
  color: var(--primary-primary, #fb5650);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
  margin-top: 0;
  margin-bottom: 0;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #material-price-compare-header-wrapper
  h2 {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 650px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #material-price-compare-header-wrapper
    h2 {
    color: var(--dark-dark-d-2, #111116);
    font-family: "SF-Pro-Semi-Bold-Text";
    font-size: 40px;
    font-style: normal;
    line-height: 125%;
  }
}
@media (max-width: 650px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #material-price-compare-header-wrapper
    h2 {
    color: var(--dark-dark-d-2, #111116);
    font-family: "SF-Pro-Semi-Bold-Text";
    font-size: 32px;
    font-style: normal;
    line-height: 125%;
  }
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #material-price-compare-header-wrapper
  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: 0;
  margin-bottom: 0;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #horizontal-line {
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    #f51102 0%,
    #a4675a 32.81%,
    #9766ff 66%,
    #ff5bb4 95.5%
  );
  margin-top: 32px !important;
  margin-bottom: 46px !important;
  opacity: 1 !important;
  border-top: none !important;
  border: none !important;
  margin-top: 24px;
  margin-bottom: 36px;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner {
  border-radius: 16px;
  background: #fff;
  padding: 16px 16px;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper {
  display: flex;
  gap: 16px;
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #material-model-overview-and-filter-system-wrapper {
    flex-direction: column;
  }
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper {
  width: 400px;
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #material-model-overview-and-filter-system-wrapper
    #material-selected-model-and-filter-system-wrapper {
    width: 100%;
  }
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper
  figure {
  margin: 0 0;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper
  figure
  figcaption {
  color: #000;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper
  figure
  img {
  width: 191px;
  height: 100px;
  border-radius: 8px;
  border: 2px solid var(--primary-primary, #fb5650);
  cursor: pointer;
}
@media (max-width: 650px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #material-model-overview-and-filter-system-wrapper
    #material-selected-model-and-filter-system-wrapper
    figure
    img {
    width: 130px;
    height: 78px;
  }
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper
  figure
  img:last-child {
  margin-left: 12px;
  border: 2px solid white;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper
  #material-price-comparision-filter-system {
  padding: 32px 24px;
  margin-top: 24px;
  border-radius: 16px;
  border: 1px solid var(--light-light-d-2, #d3d6e0);
  background: var(--light-white, #fff);
  height: 76.5%;
}
@media (min-width: 1250px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #material-model-overview-and-filter-system-wrapper
    #material-selected-model-and-filter-system-wrapper
    #material-price-comparision-filter-system {
    display: block !important;
  }
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #material-model-overview-and-filter-system-wrapper
    #material-selected-model-and-filter-system-wrapper
    #material-price-comparision-filter-system {
    display: none;
    position: absolute;
    right: 0px;
    z-index: 1;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 16px;
    width: 648px;
  }
}
@media (max-width: 650px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #material-model-overview-and-filter-system-wrapper
    #material-selected-model-and-filter-system-wrapper
    #material-price-comparision-filter-system {
    width: 360px;
  }
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper
  #material-price-comparision-filter-system
  header
  h4 {
  color: #000;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
  margin-top: 0px;
  margin-bottom: 8px;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper
  #material-price-comparision-filter-system
  header
  h5 {
  color: -var(--Secondary-400, #596780);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  margin-top: 0;
  margin-bottom: 0;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper
  #material-price-comparision-filter-system
  hr {
  height: 2px;
  background-color: var(--light-light-d-2, #d3d6e0);
  margin-top: 12px;
  margin-bottom: 24px;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper
  #material-price-comparision-filter-system
  fieldset {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper
  #material-price-comparision-filter-system
  fieldset
  .common-input-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper
  #material-price-comparision-filter-system
  fieldset
  .common-input-field
  label {
  color: var(--dark-dark, #272833);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper
  #material-price-comparision-filter-system
  fieldset
  .common-input-field
  input,
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper
  #material-price-comparision-filter-system
  fieldset
  .common-input-field
  select {
  width: 352px;
  height: 40px;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid var(--secondary-secondary-l-3, #e7e7ed);
  background: var(--light-light, #f1f2f5);
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #material-model-overview-and-filter-system-wrapper
    #material-selected-model-and-filter-system-wrapper
    #material-price-comparision-filter-system
    fieldset
    .common-input-field
    input,
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #material-model-overview-and-filter-system-wrapper
    #material-selected-model-and-filter-system-wrapper
    #material-price-comparision-filter-system
    fieldset
    .common-input-field
    select {
    width: 100%;
  }
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper
  #material-price-comparision-filter-system
  button {
  border-radius: 1000px;
  background: var(--Brand-color-Sparkal-color, #fb5650);
  width: 100%;
  border: none;
  color: var(--Primary-Base-White, var(--Primary-Base-White, #fff));
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  margin-top: 32px;
  height: 56px;
  padding: 18px 24px;
  position: relative;
  overflow: hidden;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper
  #material-price-comparision-filter-system
  button
  img {
  z-index: 5;
  position: relative;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper
  #material-price-comparision-filter-system
  button
  span {
  z-index: 5 !important;
  position: relative;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper
  #material-price-comparision-filter-system
  button::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%;
  }
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper
  #material-price-comparision-filter-system
  button:hover {
  color: var(--light-white, var(--Primary-Base-White, #fff));
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-selected-model-and-filter-system-wrapper
  #material-price-comparision-filter-system
  button:hover::after {
  animation: HoverIn 0.5s forwards ease-in-out;
}
@keyframes HoverIn {
  0% {
    width: 0%;
  }
  100% {
    width: 101%;
  }
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph {
  width: 736px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #material-model-overview-and-filter-system-wrapper
    #material-details-with-image-and-graph {
    width: 100%;
  }
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  figure {
  margin: 0 0;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  figure
  #model-3D-main-image-container {
  width: 736px;
  height: 376px;
  position: relative;
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #material-model-overview-and-filter-system-wrapper
    #material-details-with-image-and-graph
    figure
    #model-3D-main-image-container {
    width: 100%;
  }
}
@media (max-width: 650px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #material-model-overview-and-filter-system-wrapper
    #material-details-with-image-and-graph
    figure
    #model-3D-main-image-container {
    height: 210px;
  }
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  figure
  #model-3D-main-image-container
  #model-3D-main-image {
  width: 736px;
  height: 376px;
  border-radius: 8px;
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #material-model-overview-and-filter-system-wrapper
    #material-details-with-image-and-graph
    figure
    #model-3D-main-image-container
    #model-3D-main-image {
    width: 100%;
  }
}
@media (max-width: 650px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #material-model-overview-and-filter-system-wrapper
    #material-details-with-image-and-graph
    figure
    #model-3D-main-image-container
    #model-3D-main-image {
    height: 210px;
  }
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  figure
  #model-3D-main-image-container
  button {
  display: flex;
  width: 194px;
  height: 52px;
  padding: 14px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 1000px;
  background: var(--Brand-color-Sparkal-color, #fb5650);
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: none;
  border: none;
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #material-model-overview-and-filter-system-wrapper
    #material-details-with-image-and-graph
    figure
    #model-3D-main-image-container
    button {
    display: inline-block;
  }
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  figure
  #model-3D-main-image-container
  button
  span {
  color: var(--Primary-Base-White, var(--Primary-Base-White, #fff));
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  figure
  #model-3D-main-image-container
  button
  img {
  height: 24px;
  width: 24px;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  figure
  #material-image-navigation-icons {
  padding: 8px 8px;
  text-align: center;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  figure
  #material-image-navigation-icons
  img {
  padding-top: 2px;
  padding-bottom: 2px;
  width: 12px;
  height: 14px;
  cursor: pointer;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  figure
  #material-image-navigation-icons
  img:first-child,
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  figure
  #material-image-navigation-icons
  img:last-child {
  height: 32px;
  width: 32px;
  padding: 6px 6px;
  margin-right: 12px;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  figure
  #material-image-navigation-icons
  img:last-child {
  margin-right: 0;
  margin-left: 12px;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper {
  position: relative;
  display: flex;
  gap: 12px;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid var(--light-light-d-2, #d3d6e0);
  background: var(--light-white, #fff);
  padding: 16px 16px;
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #material-model-overview-and-filter-system-wrapper
    #material-details-with-image-and-graph
    #material-dimesion-and-price-details-wrapper {
    border-radius: 12px;
    box-shadow: 0px 8px 16px 0px rgba(39, 40, 51, 0.16);
  }
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper
  header
  div {
  display: flex;
  justify-content: space-between;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper
  header
  div
  h4 {
  color: #000;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
  margin-top: 0;
  margin-bottom: 0;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper
  header
  div
  p {
  position: absolute;
  top: -132px;
  right: 0;
  width: 244px;
  padding: 24px 24px;
  border-radius: 16px;
  border: 2px solid var(--light-light-l-1, #f7f8f9);
  z-index: 1;
  background: #393a4a;
  color: #f1f2f5;
  font-weight: 600;
  display: none;
  margin-top: 0;
  margin-bottom: 0;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper
  header
  div
  img {
  height: 24px;
  width: 24px;
  cursor: pointer;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper
  header
  div
  img:hover
  ~ p {
  display: block;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper
  header
  h5 {
  color: -var(--Secondary-400, #596780);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  margin-top: 8px;
  margin-bottom: 0px;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper
  #material-details-and-price-table-wrapper {
  display: flex;
  gap: 16px;
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #material-model-overview-and-filter-system-wrapper
    #material-details-with-image-and-graph
    #material-dimesion-and-price-details-wrapper
    #material-details-and-price-table-wrapper {
    flex-direction: column;
  }
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper
  #material-details-and-price-table-wrapper
  #material-price-wrapper
  h5,
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper
  #material-details-and-price-table-wrapper
  #material-details-wrapper
  h5 {
  color: #000;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  margin-top: 0px;
  margin-bottom: 10px;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper
  #material-details-and-price-table-wrapper
  #material-price-wrapper
  div,
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper
  #material-details-and-price-table-wrapper
  #material-details-wrapper
  div {
  border: 1px solid var(--table-border, #dedfe0);
  border-radius: 8px;
  width: 344px;
  border-collapse: collapse;
  overflow: hidden;
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #material-model-overview-and-filter-system-wrapper
    #material-details-with-image-and-graph
    #material-dimesion-and-price-details-wrapper
    #material-details-and-price-table-wrapper
    #material-price-wrapper
    div,
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #material-model-overview-and-filter-system-wrapper
    #material-details-with-image-and-graph
    #material-dimesion-and-price-details-wrapper
    #material-details-and-price-table-wrapper
    #material-details-wrapper
    div {
    width: 100%;
  }
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper
  #material-details-and-price-table-wrapper
  #material-price-wrapper
  div
  table,
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper
  #material-details-and-price-table-wrapper
  #material-details-wrapper
  div
  table {
  width: 100%;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper
  #material-details-and-price-table-wrapper
  #material-price-wrapper
  div
  table
  tr,
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper
  #material-details-and-price-table-wrapper
  #material-details-wrapper
  div
  table
  tr {
  border-radius: 8px;
  border-bottom: 1px solid var(--table-border, #dedfe0);
  background: var(--table-background-default, #fff);
  padding-top: 4px;
  padding-bottom: 4px;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper
  #material-details-and-price-table-wrapper
  #material-price-wrapper
  div
  table
  tr
  td,
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper
  #material-details-and-price-table-wrapper
  #material-details-wrapper
  div
  table
  tr
  td {
  width: 50%;
  padding: 8px 8px;
  color: var(--table-text, #0f0f0f);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper
  #material-details-and-price-table-wrapper
  #material-price-wrapper
  div
  table
  tr:last-child,
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #material-model-overview-and-filter-system-wrapper
  #material-details-with-image-and-graph
  #material-dimesion-and-price-details-wrapper
  #material-details-and-price-table-wrapper
  #material-details-wrapper
  div
  table
  tr:last-child {
  border-bottom: none;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #pricing-graph-container-wrapper {
  margin-top: 24px;
  margin-bottom: 0;
  padding: 16px 16px;
  border-radius: 16px;
  border: 1px solid var(--light-light-d-2, #d3d6e0);
  background: var(--light-white, #fff);
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 12px;
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #pricing-graph-container-wrapper {
    border-radius: 12px;
    box-shadow: 0px 8px 16px 0px rgba(39, 40, 51, 0.16);
  }
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #pricing-graph-container-wrapper
  header
  div {
  display: flex;
  justify-content: space-between;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #pricing-graph-container-wrapper
  header
  div
  h4 {
  color: #000;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
  margin-top: 0;
  margin-bottom: 0;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #pricing-graph-container-wrapper
  header
  div
  p {
  position: absolute;
  top: -132px;
  right: 0;
  width: 244px;
  padding: 24px 24px;
  border-radius: 16px;
  border: 2px solid var(--light-light-l-1, #f7f8f9);
  z-index: 1;
  background: #393a4a;
  color: #f1f2f5;
  font-weight: 600;
  display: none;
  margin-top: 0;
  margin-bottom: 0;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #pricing-graph-container-wrapper
  header
  div
  img {
  height: 24px;
  width: 24px;
  cursor: pointer;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #pricing-graph-container-wrapper
  header
  div
  img:hover
  ~ p {
  display: block;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #pricing-graph-container-wrapper
  header
  h5 {
  color: -var(--Secondary-400, #596780);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  margin-top: 8px;
  margin-bottom: 0px;
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #pricing-graph-container-wrapper
  #line-and-bar-chart-graph-container {
  display: flex;
  gap: 24px;
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #pricing-graph-container-wrapper
    #line-and-bar-chart-graph-container {
    flex-direction: column;
  }
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #pricing-graph-container-wrapper
  #line-and-bar-chart-graph-container
  #bar-graph,
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #pricing-graph-container-wrapper
  #line-and-bar-chart-graph-container
  #line-graph {
  margin: 0 0;
  border-radius: 20px;
  background: var(--Neutral-Colors-White, #fff);
  box-shadow: 0px 2px 6px 0px rgba(13, 10, 44, 0.08);
}
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #pricing-graph-container-wrapper
  #line-and-bar-chart-graph-container
  #bar-graph
  canvas,
#pricing-page-main-section-wrapper
  #material-price-compare-section-outer-wrapper
  #material-price-compare-section-wrapper
  #style-purpose-conatiner
  #pricing-graph-container-wrapper
  #line-and-bar-chart-graph-container
  #line-graph
  canvas {
  width: 550px;
  min-width: 550px;
  max-width: 550px;
  height: 289px;
  min-height: 289px;
  max-height: 289px;
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #pricing-graph-container-wrapper
    #line-and-bar-chart-graph-container
    #bar-graph
    canvas,
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #pricing-graph-container-wrapper
    #line-and-bar-chart-graph-container
    #line-graph
    canvas {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 350px;
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 650px) {
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #pricing-graph-container-wrapper
    #line-and-bar-chart-graph-container
    #bar-graph
    canvas,
  #pricing-page-main-section-wrapper
    #material-price-compare-section-outer-wrapper
    #material-price-compare-section-wrapper
    #style-purpose-conatiner
    #pricing-graph-container-wrapper
    #line-and-bar-chart-graph-container
    #line-graph
    canvas {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
  }
}
#pricing-page-main-section-wrapper #pricing-economics-section-wrapper {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 64px;
  margin-bottom: 0;
  background-color: var(--light-white, #fff);
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper #pricing-economics-section-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  #pricing-page-main-section-wrapper #pricing-economics-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 0;
  }
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  header
  h3 {
  color: var(--primary-primary, #fb5650);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
  margin-top: 0;
  margin-bottom: 0;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  header
  h2 {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 650px) {
  #pricing-page-main-section-wrapper
    #pricing-economics-section-wrapper
    header
    h2 {
    color: var(--dark-dark-d-2, #111116);
    font-family: "SF-Pro-Semi-Bold-Text";
    font-size: 40px;
    font-style: normal;
    line-height: 125%;
  }
}
@media (max-width: 650px) {
  #pricing-page-main-section-wrapper
    #pricing-economics-section-wrapper
    header
    h2 {
    color: var(--dark-dark-d-2, #111116);
    font-family: "SF-Pro-Semi-Bold-Text";
    font-size: 32px;
    font-style: normal;
    line-height: 125%;
  }
}
#pricing-page-main-section-wrapper #pricing-economics-section-wrapper header 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: 0;
  margin-bottom: 0;
}
#pricing-page-main-section-wrapper #pricing-economics-section-wrapper hr {
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    #f51102 0%,
    #a4675a 32.81%,
    #9766ff 66%,
    #ff5bb4 95.5%
  );
  margin-top: 32px !important;
  margin-bottom: 46px !important;
  opacity: 1 !important;
  border-top: none !important;
  border: none !important;
  margin-top: 24px;
  margin-bottom: 48px;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper {
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  header
  h4 {
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  p {
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  margin: 0 0;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  .insights-examples-and-formula {
  display: flex;
  gap: 128px;
  align-items: center;
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper
    #pricing-economics-section-wrapper
    .printing-3D-cost-breakdown-with-graph-wrapper
    .printing-3D-cost-breakdown-text-wrapper
    .insights-examples-and-formula {
    flex-direction: column;
    gap: 32px;
    justify-items: flex-start;
  }
}
@media (max-width: 650px) {
  #pricing-page-main-section-wrapper
    #pricing-economics-section-wrapper
    .printing-3D-cost-breakdown-with-graph-wrapper
    .printing-3D-cost-breakdown-text-wrapper
    .insights-examples-and-formula {
    gap: 24px;
  }
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  .insights-examples-and-formula
  .examples-and-formula
  .printing-3D-cost-breakdown-formula {
  margin-top: 24px;
  margin-bottom: 24px;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  .insights-examples-and-formula
  .examples-and-formula
  .printing-3D-cost-breakdown-formula
  h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  .insights-examples-and-formula
  .examples-and-formula
  .printing-3D-cost-breakdown-formula
  h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  .insights-examples-and-formula
  .examples-and-formula
  .printing-3D-cost-breakdown-example
  h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: bold;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  .insights-examples-and-formula
  .examples-and-formula
  .printing-3D-cost-breakdown-example
  p {
  margin-top: 0;
  margin-bottom: 0;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  .insights-examples-and-formula
  .examples-and-formula
  .printing-3D-cost-breakdown-example
  p:nth-child(n + 1) {
  margin-top: 4px;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  .insights-examples-and-formula
  .examples-and-formula
  .scenario-2 {
  margin-top: 16px;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  .insights-examples-and-formula
  .insights-section-wrapper {
  align-self: center;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  .insights-examples-and-formula
  .insights-section-wrapper
  h4 {
  color: var(--Primary-Base-Black, #000);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 21px;
  font-style: normal;
  line-height: 125%;
  margin-top: 0px;
  margin-bottom: 16px;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  .insights-examples-and-formula
  .insights-section-wrapper
  ul {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  .insights-examples-and-formula
  .insights-section-wrapper
  ul
  li {
  display: flex;
  gap: 12px;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  .insights-examples-and-formula
  .insights-section-wrapper
  ul
  li
  span {
  color: var(--Secondary-700, #0d121f);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  .insights-examples-and-formula
  .insights-section-wrapper
  ul
  li
  img {
  width: 24px;
  height: 24px;
  margin-top: 1.5px;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  .printing-3D-cost-breakdown-with-graph-wrapper
  .printing-3D-cost-breakdown-text-wrapper
  a {
  margin-top: 16px;
  margin-bottom: 0px;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  #material-cost-with-support-structures-with-graph-wrapper {
  margin-top: 48px;
}
#pricing-page-main-section-wrapper
  #pricing-economics-section-wrapper
  #post-processing-and-labour-costs-with-graph-wrapper {
  margin-top: 48px;
}
#pricing-page-main-section-wrapper #service-plans-cards-container {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 64px;
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper #service-plans-cards-container {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  #pricing-page-main-section-wrapper #service-plans-cards-container {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 0;
  }
}
#pricing-page-main-section-wrapper #service-plans-cards-container header h3 {
  color: var(--primary-primary, #fb5650);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
  margin-top: 0;
  margin-bottom: 0;
}
#pricing-page-main-section-wrapper #service-plans-cards-container header h2 {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-bottom: 24px;
}
@media (min-width: 650px) {
  #pricing-page-main-section-wrapper #service-plans-cards-container header h2 {
    color: var(--dark-dark-d-2, #111116);
    font-family: "SF-Pro-Semi-Bold-Text";
    font-size: 40px;
    font-style: normal;
    line-height: 125%;
  }
}
@media (max-width: 650px) {
  #pricing-page-main-section-wrapper #service-plans-cards-container header h2 {
    color: var(--dark-dark-d-2, #111116);
    font-family: "SF-Pro-Semi-Bold-Text";
    font-size: 32px;
    font-style: normal;
    line-height: 125%;
  }
}
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 0;
  margin-top: 0;
  margin-bottom: 0;
}
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card:hover
  .service-plan-card-image-container
  .service-plan-card-image {
  animation: cardHoverIn 0.9s ease-in-out forwards;
}
@keyframes cardHoverIn {
  0% {
    transform: perspective(1200px) translateZ(0px);
  }
  100% {
    transform: perspective(800px) translateZ(100px);
  }
}
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 384px;
  min-width: 384px;
  max-width: 384px;
  border-radius: 16px;
  border: 1px solid var(--light-light-d-2, #d3d6e0);
  background: var(--light-white, #fff);
  padding: 32px 24px;
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper
    #service-plans-cards-container
    #service-plans-cards-container
    .service-plan-card {
    width: 584px;
    min-width: 584px;
    max-width: 584px;
  }
}
@media (max-width: 650px) {
  #pricing-page-main-section-wrapper
    #service-plans-cards-container
    #service-plans-cards-container
    .service-plan-card {
    width: 312px;
    min-width: 312px;
    max-width: 312px;
  }
}
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  .service-plan-card-image-container {
  margin: 0 0;
  padding: 0 0;
  overflow: hidden;
  border-radius: 4px;
}
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  .service-plan-card-image-container
  .service-plan-card-image {
  width: 336px;
  height: 262px;
  border-radius: 4px;
  transform-origin: center;
  animation: cardHoverOut 0.9s ease-in-out forwards;
}
@keyframes cardHoverOut {
  0% {
    transform: perspective(800px) translateZ(100px);
  }
  100% {
    transform: perspective(1200px) translateZ(0px);
  }
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper
    #service-plans-cards-container
    #service-plans-cards-container
    .service-plan-card
    .service-plan-card-image-container
    .service-plan-card-image {
    width: 536px;
  }
}
@media (max-width: 650px) {
  #pricing-page-main-section-wrapper
    #service-plans-cards-container
    #service-plans-cards-container
    .service-plan-card
    .service-plan-card-image-container
    .service-plan-card-image {
    width: 262px;
  }
}
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  .service-plan-card-header
  h4 {
  color: var(--Primary-Base-Black, #000);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
  margin: 0 0;
}
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  .service-plan-card-header
  nav
  a {
  text-decoration: none;
}
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  .service-plan-card-header
  nav
  a
  button {
  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;
  height: 36px;
  width: 332px;
  padding: 8px 12px;
  position: relative;
  overflow: hidden;
}
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  .service-plan-card-header
  nav
  a
  button
  img {
  z-index: 5;
  position: relative;
}
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  .service-plan-card-header
  nav
  a
  button
  span {
  z-index: 5 !important;
  position: relative;
}
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  .service-plan-card-header
  nav
  a
  button::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%;
  }
}
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  .service-plan-card-header
  nav
  a
  button:hover {
  color: var(--light-white, var(--Primary-Base-White, #fff));
}
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  .service-plan-card-header
  nav
  a
  button:hover::after {
  animation: HoverIn 0.5s forwards ease-in-out;
}
@keyframes HoverIn {
  0% {
    width: 0%;
  }
  100% {
    width: 101%;
  }
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper
    #service-plans-cards-container
    #service-plans-cards-container
    .service-plan-card
    .service-plan-card-header
    nav
    a
    button {
    width: 323px;
  }
}
@media (max-width: 650px) {
  #pricing-page-main-section-wrapper
    #service-plans-cards-container
    #service-plans-cards-container
    .service-plan-card
    .service-plan-card-header
    nav
    a
    button {
    width: 262px;
  }
}
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  .service-plan-card-header
  p {
  margin-top: 8px;
  margin-bottom: 12px;
  color: -var(--Secondary-400, #596780);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  hr {
  margin-top: 0;
  margin-bottom: 0;
}
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  .service-plan-card-production
  h5,
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  .service-plan-card-on-demand
  h5 {
  color: var(--dark-dark-d-2, #111116);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
  margin-top: 0px;
  margin-bottom: 10px;
}
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  .service-plan-card-production
  ul,
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  .service-plan-card-on-demand
  ul {
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  .service-plan-card-production
  ul
  li,
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  .service-plan-card-on-demand
  ul
  li {
  display: flex;
  gap: 12px;
}
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  .service-plan-card-production
  ul
  li
  span,
#pricing-page-main-section-wrapper
  #service-plans-cards-container
  #service-plans-cards-container
  .service-plan-card
  .service-plan-card-on-demand
  ul
  li
  span {
  align-self: center;
  color: var(--Secondary-700, #0d121f);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
#pricing-page-main-section-wrapper #frequently-asked-questions-wrapper {
  margin-top: 64px;
  margin-bottom: 100px;
}
@media (max-width: 1250px) {
  #pricing-page-main-section-wrapper #frequently-asked-questions-wrapper {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #pricing-page-main-section-wrapper #frequently-asked-questions-wrapper {
    margin-top: 24px;
    margin-bottom: 48px;
  }
} 
