/* Variable for Desktop, Tablet and Mobile Width BreakPoints */
/* Variable for Desktop, Tablet and Mobile Width BreakPoints */
/* mixin for common buttons*/
/* Heading Mixins */
/* Black Variant */
/* Heading 1 */
/* Heading 2 */
/* Top Heading Description */
/* White Variant */
/* Heading 1 */
/* Heading 2 */
/* Top Heading Description */
/* Mixins for Fixed width for Desktop, Tablets and Mobiles */
/* BreadCrumbs Mixins */
/* Buttons Mixins */
/* Mixin for Common Herader Introduction of All Pages */
/* Top Pages Banner with images   */
/* Hover Effect  */
/* Red Border white BG and Red Text */
/* material filter system */
/* Material Description Page */
/*  Mixins For Section Gap */
/* Industries Page Common Mixin  */
/* Card hover animation  */
/* custom checkbox mixin  */
body {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.learn-more-link {
  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 {
  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 {
  width: 21px;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  min-height: 21px;
  max-height: 21px;
}

.link-underline {
  content: "";
  position: absolute;
  background-color: var(--primary-primary, #fb5650);
  bottom: -1px;
  left: -1px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  transform: scaleY(2);
}

/* filter window */
.filter-window-hidden {
  display: none !important;
}

/* filter window end here*/
/* overlay container */
.overlay-container {
  position: fixed;
  height: 100vh;
  top: 0px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  width: 100vw;
}

/* pagination container */
.pagination-container {
  margin-top: 32px;
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.pagination-container img {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.pagination-container .all-pages-button {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.pagination-container .all-pages-button button {
  border: none;
  background: var(--light-white, #fff);
  color: var(--dark-dark-d-2, #111116);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
.pagination-container .all-pages-button button:hover {
  color: var(--primary-primary, #fb5650);
}
.pagination-container .all-pages-button .selected-button-page {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  color: var(--Primary-Gray-600, var(--Primary-Gray-600, #4b5563));
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  border-bottom: 2px solid var(--primary-primary, #fb5650);
  color: var(--primary-primary, #fb5650);
}

/* selected filter tags */
.all-filter-tags {
  display: flex;
  gap: 6px;
}
.all-filter-tags button {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 4px 8px;
  border-radius: 100px;
  border: 1px solid var(--Primary-Gray-400, #9ca3af);
  background: var(--light-light, #f1f2f5);
}
.all-filter-tags button span {
  color: var(--Primary-Gray-600, var(--Primary-Gray-600, #4b5563));
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
.all-filter-tags button img {
  height: 16px;
  width: 16px;
}
.all-filter-tags .reset-button {
  border-radius: 1000px;
  border: 1px solid var(--Brand-color-Sparkal-color, #fb5650);
  background: var(--light-white, #fff);
  gap: 6px;
}
.all-filter-tags .reset-button span {
  color: var(--Brand-color-Sparkal-color, #fb5650);
}
.all-filter-tags .reset-button img {
  height: 14px;
  width: 14px;
}

/* Variable for Desktop, Tablet and Mobile Width BreakPoints */
/* Variable for Desktop, Tablet and Mobile Width BreakPoints */
/* mixin for common buttons*/
/* Heading Mixins */
/* Black Variant */
/* Heading 1 */
/* Heading 2 */
/* Top Heading Description */
/* White Variant */
/* Heading 1 */
/* Heading 2 */
/* Top Heading Description */
/* Mixins for Fixed width for Desktop, Tablets and Mobiles */
/* BreadCrumbs Mixins */
/* Buttons Mixins */
/* Mixin for Common Herader Introduction of All Pages */
/* Top Pages Banner with images   */
/* Hover Effect  */
/* Red Border white BG and Red Text */
/* material filter system */
/* Material Description Page */
/*  Mixins For Section Gap */
/* Industries Page Common Mixin  */
/* Card hover animation  */
/* custom checkbox mixin  */
@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: auto;
}
@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: auto;
}
@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: auto;
}
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  */
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-header {
  position: relative;
  height: 1080px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-header {
    height: auto;
    margin-top: 48px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-header #terra-table-header-image {
  width: 100%;
  height: 1080px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-header #terra-table-header-image {
    height: 650px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-header #terra-table-header-image {
    height: 408px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-header #terra-table-inner-header {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 72px;
  width: 620px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-header #terra-table-inner-header {
    position: static;
    transform: none;
    width: unset;
    margin-top: 32px;
    width: 584px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-header #terra-table-inner-header {
    width: 312px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-header #terra-table-inner-header h1 {
  color: #444;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 96px;
  font-style: normal;
  line-height: 125%;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-header #terra-table-inner-header h1 {
    font-size: 72px;
    text-align: center;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-header #terra-table-inner-header h1 {
    font-size: 48px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-header #terra-table-inner-header h2 {
  color: #4f4f4f;
  font-family: "SF-Pro-Regular-Text";
  font-size: 48px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-header #terra-table-inner-header h2 {
    font-size: 36px;
    text-align: center;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-header #terra-table-inner-header h2 span {
  color: #4f4f4f;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 48px;
  font-style: normal;
  line-height: 125%;
  font-style: italic;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-header #terra-table-inner-header h2 span {
    font-size: 36px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #product-motive-and-project-motive-section-wrapper {
  margin-top: 64px;
  margin-bottom: 0px;
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #product-motive-and-project-motive-section-wrapper {
    margin-top: 48px;
    margin-bottom: 0px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #product-motive-and-project-motive-section-wrapper {
    margin-top: 24px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #product-motive-and-project-motive-section-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #product-motive-and-project-motive-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #product-motive-and-project-motive-section-wrapper h3 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #product-motive-and-project-motive-section-wrapper h3 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #product-motive-and-project-motive-section-wrapper h3 {
    font-size: 28px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #product-motive-and-project-motive-section-wrapper p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #product-motive-and-project-motive-section-wrapper p {
    font-size: 24px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #product-motive-and-project-motive-section-wrapper #product-motive-and-project-motive-images {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #product-motive-and-project-motive-section-wrapper #product-motive-and-project-motive-images {
    margin-top: 24px;
    margin-bottom: 24px;
    gap: 8px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #product-motive-and-project-motive-section-wrapper #product-motive-and-project-motive-images {
    flex-wrap: wrap;
    row-gap: 16px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #product-motive-and-project-motive-section-wrapper #product-motive-and-project-motive-images img {
  width: 384px;
  height: 296px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #product-motive-and-project-motive-section-wrapper #product-motive-and-project-motive-images img {
    width: 189px;
    height: 180px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #product-motive-and-project-motive-section-wrapper #product-motive-and-project-motive-images img {
    width: 312px;
    height: 250px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-concept-section-wrapper {
  margin-top: 64px;
  margin-bottom: 0px;
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-concept-section-wrapper {
    margin-top: 48px;
    margin-bottom: 0px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-concept-section-wrapper {
    margin-top: 24px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-concept-section-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-concept-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-concept-section-wrapper h3 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-concept-section-wrapper h3 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-concept-section-wrapper h3 {
    font-size: 32px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-concept-section-wrapper p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-concept-section-wrapper p {
    font-size: 24px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-concept-section-wrapper #design-concept-section-images {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-concept-section-wrapper #design-concept-section-images {
    gap: 16px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-concept-section-wrapper #design-concept-section-images {
    gap: 24px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-concept-section-wrapper #design-concept-section-images img {
  width: 580px;
  height: 580px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-concept-section-wrapper #design-concept-section-images img {
    width: 284px;
    height: 284px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-concept-section-wrapper #design-concept-section-images img {
    width: 312px;
    height: 312px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-for-additive-manufacturing-section-wrapper {
  margin-top: 64px;
  margin-bottom: 0px;
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-for-additive-manufacturing-section-wrapper {
    margin-top: 48px;
    margin-bottom: 0px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-for-additive-manufacturing-section-wrapper {
    margin-top: 24px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-for-additive-manufacturing-section-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-for-additive-manufacturing-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-for-additive-manufacturing-section-wrapper h3 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-for-additive-manufacturing-section-wrapper h3 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-for-additive-manufacturing-section-wrapper h3 {
    font-size: 32px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-for-additive-manufacturing-section-wrapper p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-for-additive-manufacturing-section-wrapper p {
    font-size: 24px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-for-additive-manufacturing-section-wrapper #dfam-images {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-for-additive-manufacturing-section-wrapper #dfam-images {
    margin-top: 24px;
    margin-bottom: 24px;
    gap: 8px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-for-additive-manufacturing-section-wrapper #dfam-images {
    flex-wrap: wrap;
    row-gap: 16px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-for-additive-manufacturing-section-wrapper #dfam-images img {
  width: 384px;
  height: 296px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-for-additive-manufacturing-section-wrapper #dfam-images img {
    width: 189px;
    height: 180px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #design-for-additive-manufacturing-section-wrapper #dfam-images img {
    width: 312px;
    height: 250px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper {
  margin-top: 64px;
  margin-bottom: 100px;
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper h3 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper h3 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper h3 {
    font-size: 32px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper p {
    font-size: 24px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper #post-processing-and-assembly-images {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper #post-processing-and-assembly-images {
    margin-top: 24px;
    margin-bottom: 24px;
    gap: 8px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper #post-processing-and-assembly-images {
    flex-wrap: wrap;
    row-gap: 16px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper #post-processing-and-assembly-images figure {
  margin-bottom: 0;
  width: 384px;
  margin-bottom: 0px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper #post-processing-and-assembly-images figure {
    width: 189px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper #post-processing-and-assembly-images figure {
    width: 312px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper #post-processing-and-assembly-images figure img {
  width: 384px;
  height: 296px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper #post-processing-and-assembly-images figure img {
    width: 189px;
    height: 180px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper #post-processing-and-assembly-images figure img {
    width: 312px;
    height: 250px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #post-processing-and-assembly-section-wrapper #post-processing-and-assembly-images figure figcaption {
  color: #444;
  font-family: "SF-Pro-Regular-Text";
  font-size: 20px;
  font-style: normal;
  line-height: 125%;
  margin-top: 12px;
  text-align: center;
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #printed-3d-manufacturing-section-wrapper {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #printed-3d-manufacturing-section-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #printed-3d-manufacturing-section-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #printed-3d-manufacturing-section-wrapper h3 {
  color: #555;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #printed-3d-manufacturing-section-wrapper h3 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #printed-3d-manufacturing-section-wrapper h3 {
    font-size: 32px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #printed-3d-manufacturing-section-wrapper p {
  color: #555;
  font-family: "SF-Pro-Regular-Text";
  font-size: 28px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #printed-3d-manufacturing-section-wrapper p {
    font-size: 24px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #printed-3d-manufacturing-section-wrapper #printed-3d-manufacturing-images {
  display: grid;
  grid-template-columns: 384px 384px 384px;
  grid-template-rows: 296px 296px;
  gap: 16px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #printed-3d-manufacturing-section-wrapper #printed-3d-manufacturing-images {
    grid-template-columns: 189px 189px 189px;
    grid-template-rows: 180px 180px;
    row-gap: 16px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #printed-3d-manufacturing-section-wrapper #printed-3d-manufacturing-images {
    grid-template-rows: repeat(5, 250px);
    grid-template-columns: 312px;
    gap: 16px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #printed-3d-manufacturing-section-wrapper #printed-3d-manufacturing-images img {
  width: 384px;
  height: 296px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #printed-3d-manufacturing-section-wrapper #printed-3d-manufacturing-images img {
    width: 189px;
    height: 180px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #printed-3d-manufacturing-section-wrapper #printed-3d-manufacturing-images img {
    width: 312px;
    height: 250px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #printed-3d-manufacturing-section-wrapper #printed-3d-manufacturing-images #stertched-image {
  grid-row: span 2;
  height: 100%;
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #printed-3d-manufacturing-section-wrapper #printed-3d-manufacturing-images #stertched-image {
    grid-row: unset;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-living-room-image-wrapper {
  position: relative;
  margin-bottom: 0px;
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-living-room-image-wrapper #terra-table-living-room-image {
  width: 100%;
  height: 1080px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-living-room-image-wrapper #terra-table-living-room-image {
    height: 650px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-living-room-image-wrapper #terra-table-living-room-image {
    height: 408px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-living-room-image-wrapper figcaption {
  position: absolute;
  top: 100px;
  right: 15%;
  color: #393939;
  font-family: "SF-Pro-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: 3.2px;
  line-height: 64px;
  width: -moz-min-content;
  width: min-content;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-living-room-image-wrapper figcaption {
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    top: 64px;
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-living-room-image-wrapper figcaption {
    font-size: 36px;
    line-height: 36px;
    top: 48px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-showcase-image-wrapper {
  position: relative;
  margin-bottom: 0;
  background-image: url("../images/terra-table-background-image.png");
  background-size: 50% 750px;
  background-repeat: no-repeat;
  background-position: right 0;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-showcase-image-wrapper {
    background-image: none;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-showcase-image-wrapper #terra-table-showcase-image {
  width: 50%;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-showcase-image-wrapper #terra-table-showcase-image {
    width: 100%;
    height: 750px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-showcase-image-wrapper #terra-table-showcase-image {
    height: 508px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-showcase-image-wrapper figcaption {
  position: absolute;
  bottom: 72px;
  right: 8%;
  color: #393939;
  font-family: "SF-Pro-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: 3.2px;
  line-height: 64px;
  width: -moz-min-content;
  width: min-content;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-showcase-image-wrapper figcaption {
    display: none;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-designed-and-manufactured {
  position: relative;
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-designed-and-manufactured #terra-table-footer-image {
  height: 1080px;
  width: 100%;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-designed-and-manufactured #terra-table-footer-image {
    height: 650px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-designed-and-manufactured #terra-table-footer-image {
    height: 408px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-designed-and-manufactured figure {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-designed-and-manufactured figure {
    position: static;
    transform: none;
    text-align: center;
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-designed-and-manufactured figure img {
  width: 551px;
  height: 110px;
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-designed-and-manufactured figure img {
    width: 303px;
    height: 61px;
  }
}
#terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-designed-and-manufactured figure figcaption {
  color: var(--Primary-Base-Black, #000);
  font-family: "SF-Pro-Regular-Text";
  font-size: 48px;
  font-style: normal;
  line-height: 125%;
  margin-bottom: 12px;
}
@media (max-width: 1250px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-designed-and-manufactured figure figcaption {
    font-size: 36px;
  }
}
@media (max-width: 650px) {
  #terra-table-web-page-main-content-section-wrapper #terra-table-web-page-article-content-section-wrapper #terra-table-article-footer #terra-table-designed-and-manufactured figure figcaption {
    font-size: 32px;
  }
}/*# sourceMappingURL=terra-table-generative-design-inspired-accent-table.css.map */