@charset "UTF-8";
* {
  outline: none;
  box-sizing: border-box;
}

html {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

*,
::after,
::before {
  box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

a {
  cursor: pointer;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: bold;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

body,
html {
  height: 100%;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 14px;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    padding: 0;
  }
}

body {
  min-height: 100%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #474747;
  background-color: #fafafa;
  overflow: auto;
  overflow-x: hidden !important;
}
body.has-touchscreen .sphere {
  display: none;
}

.sphere {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
}
.sphere.sphere-small {
  width: 13px;
  height: 13px;
  background-color: #c39c1f;
  transform: translate(-50%, -50%);
}
.sphere.sphere-large {
  width: 27px;
  height: 27px;
  background-color: transparent;
  border: 1px solid #c39c1f;
  transform: translate(-50%, -50%);
}

section {
  min-height: 700px;
  position: relative;
  overflow: hidden;
}

.flex {
  display: flex;
}

.nowrap {
  flex-wrap: nowrap;
}

.wrap {
  flex-wrap: wrap;
}

img {
  max-width: 100%;
  display: block;
}

video {
  max-width: 100%;
  width: 100%;
}

.gap {
  gap: 17px;
}

button.callme {
  box-shadow: 0 0 48px #c39c1f;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #282828;
  background-image: url(/images/buttonbg.png);
  border: 3px solid #383837;
  padding: 14px 27px;
  border-radius: 17px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  z-index: 77;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}
@supports (background-image: url("/images/buttonbg.webp")) {
  button.callme {
    background-image: url("/images/buttonbg.webp");
  }
}

h2 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin: 0;
}
@media (min-width: 768px) {
  h2 {
    font-size: 42px;
  }
}

.intro {
  text-align: center;
  color: #fff;
  font-size: 16px;
  max-width: 799px;
  margin: 12px auto 40px;
}
@media (min-width: 768px) {
  .intro {
    font-size: 18px;
  }
}

.topoverlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
}
@media (min-width: 768px) {
  .topoverlay {
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  }
}
@media (min-width: 1200px) {
  .topoverlay {
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
}

header {
  background-color: hsla(0, 0%, 0%, 0);
  padding: 2px 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-bottom: 4px solid rgba(0, 0, 0, 0.2509803922);
}
header .flex {
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
header .logo {
  display: block;
}
header .logo img {
  height: auto;
  width: 188px;
  display: block;
}
@media (min-width: 768px) {
  header .logo img {
    width: 228px;
  }
}
@media (min-width: 1200px) {
  header .menuphone {
    display: none !important;
  }
}
header .headphone a {
  color: #c39c1f;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
}
header .langlink {
  order: 0;
  color: #c39c1f;
  border: 2px solid #c39c1f;
  font-weight: 700;
  text-decoration: none;
  padding: 7px 7px 5px;
  line-height: 1;
  border-radius: 4px;
}
@media (min-width: 768px) {
  header .langlink {
    order: 1;
    font-size: 12px;
  }
}
header .headphone {
  display: none;
}
@media (min-width: 768px) {
  header .headphone {
    display: block;
    order: 1;
  }
}
header .hamburger-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: relative;
  z-index: 1001;
}
header .hamburger-menu-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #c39c1f;
  margin: 5px 0;
  transition: all 0.3s ease;
}
header .hamburger-menu-toggle[aria-expanded=true] .icon-bar:nth-child(2) {
  opacity: 0;
}
header .hamburger-menu-toggle[aria-expanded=true] .icon-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header .hamburger-menu-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
header .main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
header .main-nav a {
  display: block;
  padding: 12px;
  color: #c39c1f;
  text-decoration: none;
  font-weight: 600;
}
header .main-nav a:hover {
  color: #c39c1f;
}
header .main-nav .nav-cta {
  margin-left: 30px;
}

@media (max-width: 1199px) {
  header .hamburger-menu-toggle {
    display: block;
  }
  header .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: url(/images/menubg.jpg) no-repeat center center/cover;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    transition: opacity 0.4s ease-out, visibility 0.4s ease-out, transform 0.4s ease-out;
  }
  @supports (background-image: url("/images/menubg.webp")) {
    header .main-nav {
      background-image: url("/images/menubg.webp");
    }
  }
  header .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  header .main-nav .nav-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  header .main-nav ul {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  header .main-nav li {
    margin: 12px 0;
    font-size: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    transition-delay: var(--delay);
  }
  header .main-nav a {
    color: #c39c1f;
    padding: 4px 20px;
  }
  header .main-nav a:hover {
    color: #c39c1f;
  }
  header .main-nav .nav-cta {
    margin-top: 30px;
    font-size: 1.2em;
  }
  header .main-nav .nav-cta .button {
    padding: 15px 30px;
  }
  header .main-nav.is-open li:nth-child(1) {
    --delay: 0.1s;
    opacity: 1;
    transform: translateY(0);
  }
  header .main-nav.is-open li:nth-child(2) {
    --delay: 0.15s;
    opacity: 1;
    transform: translateY(0);
  }
  header .main-nav.is-open li:nth-child(3) {
    --delay: 0.2s;
    opacity: 1;
    transform: translateY(0);
  }
  header .main-nav.is-open li:nth-child(4) {
    --delay: 0.25s;
    opacity: 1;
    transform: translateY(0);
  }
  header .main-nav.is-open li:nth-child(5) {
    --delay: 0.3s;
    opacity: 1;
    transform: translateY(0);
  }
  header .main-nav.is-open li:nth-child(6) {
    --delay: 0.35s;
    opacity: 1;
    transform: translateY(0);
  }
  header .main-nav.is-open li:nth-child(7) {
    --delay: 0.35s;
    opacity: 1;
    transform: translateY(0);
  }
  header .main-nav.is-open li:nth-child(8) {
    --delay: 0.35s;
    opacity: 1;
    transform: translateY(0);
  }
  header .main-nav.is-open li:nth-child(9) {
    --delay: 0.35s;
    opacity: 1;
    transform: translateY(0);
  }
}
.top {
  padding: 48px 0;
  overflow: hidden;
  position: relative;
  background: url(/images/topbg2.jpg) no-repeat center center/cover;
  min-height: 700px;
  border-bottom: 7px solid #c39c1f;
}
@supports (background-image: url("/images/topbg2.webp")) {
  .top {
    background-image: url("/images/topbg2.webp");
  }
}
@media (min-width: 768px) {
  .top {
    min-height: 900px;
  }
}
.top .topblock {
  z-index: 13;
  display: flex;
  flex-direction: column;
  min-height: 800px;
}
.top h1 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin: 80px 0 0;
}
@media (min-width: 768px) {
  .top h1 {
    font-size: 42px;
    margin: 120px 0 0;
  }
}
.top .desc {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 768px) {
  .top .desc {
    font-size: 18px;
  }
}
.top .detailimg {
  max-width: 88%;
  width: 700px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media (min-width: 768px) {
  .top .detailimg {
    bottom: 0;
    max-width: 82%;
  }
}
@media (min-width: 1200px) {
  .top .detailimg {
    bottom: 40px;
    max-width: 100%;
  }
}
.top .topblur {
  position: absolute;
  width: 240px;
  height: 240px;
  background: #ffffff;
  top: 70%;
  left: 50%;
  border-radius: 50%;
  filter: blur(184px);
  transform: translate(-50%, -50%);
  opacity: 0.78;
}
.top .topbigtext {
  position: absolute;
  font-size: 200px;
  text-align: center;
  line-height: 0.74;
  font-weight: 800;
  color: #fff;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.07;
  text-shadow: 0 0 128px #000123;
  filter: sepia(1);
  display: none;
}
@media (min-width: 768px) {
  .top .topbigtext {
    display: block;
  }
}

.printing {
  position: relative;
  padding: 58px 0;
  background: url(/images/topbg.jpg) no-repeat center center/cover;
  border-bottom: 7px solid #c39c1f;
}
@supports (background-image: url("/images/topbg.webp")) {
  .printing {
    background-image: url("/images/topbg.webp");
  }
}
.printing .printingtop {
  gap: 17px;
}
.printing .fprintingf {
  border-radius: 20px;
  padding: 12px 20px;
  width: 100%;
  position: relative;
  background: url(/images/whitegoldbg2.jpg);
  background-size: cover;
  background-position: top;
}
@supports (background-image: url("/images/whitegoldbg2.webp")) {
  .printing .fprintingf {
    background-image: url("/images/whitegoldbg2.webp");
  }
}
@media (min-width: 768px) {
  .printing .fprintingf {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .printing .fprintingf {
    width: 50%;
  }
}
.printing .fprintingf p {
  margin: 5px 0;
}
.printing .fprintingf p.fpimg {
  display: flex;
  gap: 12px;
  align-items: center;
  line-height: 1;
}
.printing .fprintingf p.fpimg img {
  width: 40px;
  height: 40px;
  display: block;
}
.printing .fprintingf strong {
  font-size: 20px;
  margin-bottom: 4px;
  display: inline-block;
  font-weight: 800;
  background: url(/images/goldblbg.jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: fixed;
  background-size: cover;
}
@supports (background-image: url("/images/goldblbg.webp")) {
  .printing .fprintingf strong {
    background-image: url("/images/goldblbg.webp");
  }
}
.printing .fprinting {
  width: 100%;
  border-radius: 20px;
  padding: 8px 24px;
  position: relative;
  background: url(/images/whitegreybg.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
@supports (background-image: url("/images/whitegreybg.webp")) {
  .printing .fprinting {
    background-image: url("/images/whitegreybg.webp");
  }
}
@media (min-width: 768px) {
  .printing .fprinting {
    width: 48.7%;
  }
}
@media (min-width: 1200px) {
  .printing .fprinting {
    width: 23.5%;
  }
}
.printing .fprinting:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 40%;
  background: #c39c1f;
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 17px 0 0 17px;
}
.printing .fprinting p {
  font-size: 20px;
  line-height: 1;
  margin: 14px 0;
}
.printing .fprinting b {
  font-size: 92px;
  line-height: 0.7;
  background: url(/images/goldblbg.jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: fixed;
  background-size: cover;
}
@supports (background-image: url("/images/goldblbg.webp")) {
  .printing .fprinting b {
    background-image: url("/images/goldblbg.webp");
  }
}
.printing .printingsbf {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .printing .printingsbf {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .printing .printingsbf {
    width: 50%;
  }
}
.printing .printingsbf .printingimg {
  display: block;
  max-width: 100%;
  border-radius: 17px;
  margin: 17px 0 0;
}
.printing .printingsbs {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .printing .printingsbs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 17px;
         column-gap: 17px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .printing .printingsbs {
    width: 48.5%;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.printing .printingsbs .bl4 {
  border-radius: 20px;
  padding: 14px 24px;
  width: 100%;
  position: relative;
  background: url(/images/whitegoldbg2.jpg);
  background-position: right;
  background-size: cover;
  margin: 0 0 17px;
}
@supports (background-image: url("/images/whitegoldbg2.webp")) {
  .printing .printingsbs .bl4 {
    background-image: url("/images/whitegoldbg2.webp");
  }
}
@media (min-width: 768px) {
  .printing .printingsbs .bl4 {
    padding: 9px 24px;
    margin: 17px 0 0;
    background-position: inherit;
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .printing .printingsbs .bl4 {
    width: 100%;
  }
}
.printing .printingsbs .bl4:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 40%;
  background: #c39c1f;
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 17px 0 0 17px;
}
.printing .printingsbs .bl4 p {
  margin: 5px 0;
}
.printing .printingsbs .bl4 p.fpimg {
  display: flex;
  gap: 12px;
  align-items: center;
  line-height: 1;
}
.printing .printingsbs .bl4 p.fpimg img {
  width: 40px;
  height: 40px;
  display: block;
}
.printing .printingsbs .bl4 strong {
  font-size: 20px;
  margin-bottom: 4px;
  display: inline-block;
  font-weight: 800;
  background: url(/images/goldblbg.jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: fixed;
  background-size: cover;
}
@supports (background-image: url("/images/goldblbg.webp")) {
  .printing .printingsbs .bl4 strong {
    background-image: url("/images/goldblbg.webp");
  }
}

.modeling {
  background: url(/images/modelingbg.jpg) no-repeat center center/cover;
  padding: 58px 0;
  border-bottom: 7px solid #c39c1f;
}
@supports (background-image: url("/images/modelingbg.webp")) {
  .modeling {
    background-image: url("/images/modelingbg.webp");
  }
}
@media (min-width: 768px) {
  .modeling {
    padding: 58px 0 0;
  }
}
.modeling .modelingtxt {
  width: 100%;
}
@media (min-width: 768px) {
  .modeling .modelingtxt {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .modeling .modelingtxt {
    width: 70%;
  }
}
.modeling .modelingtxt .modelinggap {
  gap: 20px;
}
.modeling .modelingtxt .modelinggap .modelingbl4 {
  width: 100%;
  border-radius: 20px;
  padding: 8px 14px 8px;
  background: url(/images/whitegoldbg2.jpg);
  background-position: top;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@supports (background-image: url("/images/whitegoldbg2.webp")) {
  .modeling .modelingtxt .modelinggap .modelingbl4 {
    background-image: url("/images/whitegoldbg2.webp");
  }
}
@media (min-width: 768px) {
  .modeling .modelingtxt .modelinggap .modelingbl4 {
    width: 48%;
    padding: 8px 24px 8px;
  }
}
.modeling .modelingtxt .modelinggap .modelingbl4:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 40%;
  background: #c39c1f;
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 17px 0 0 17px;
}
.modeling .modelingtxt .modelinggap .modelingbl4 p {
  margin: 10px 0;
}
.modeling .modelingtxt .modelinggap .modelingbl4 p.pimg {
  display: flex;
  gap: 12px;
  margin: 12px 0 0;
}
.modeling .modelingtxt .modelinggap .modelingbl4 p.pimg img {
  width: 48px;
  height: 48px;
}
.modeling .modelingtxt .modelinggap .modelingbl4 p.pimg strong {
  font-size: 20px;
  margin-bottom: 4px;
  display: inline-block;
  font-weight: 800;
  background: url(/images/goldblbg.jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: fixed;
  background-size: cover;
}
@supports (background-image: url("/images/goldblbg.webp")) {
  .modeling .modelingtxt .modelinggap .modelingbl4 p.pimg strong {
    background-image: url("/images/goldblbg.webp");
  }
}
.modeling .modelingimg {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 14px 0;
}
@media (min-width: 768px) {
  .modeling .modelingimg {
    width: 30%;
    margin: 0;
    display: none;
  }
}
@media (min-width: 1200px) {
  .modeling .modelingimg {
    display: block;
  }
}
.modeling .modelingvideo {
  margin: -14px auto 0;
  z-index: 0;
  position: relative;
}
@media (min-width: 768px) {
  .modeling .modelingvideo {
    margin: -78px auto 0;
  }
}
.modeling .modelingvideo video {
  max-width: 100%;
  filter: grayscale(1);
  border-radius: 17px;
  opacity: 0.27;
}
.modeling .modelingbigtext {
  position: absolute;
  bottom: 48px;
  font-size: 44px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0.8;
  font-weight: 800;
  background: url(/images/goldblbg.jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: fixed;
  background-size: cover;
  width: -moz-max-content;
  width: max-content;
}
@supports (background-image: url("/images/goldblbg.webp")) {
  .modeling .modelingbigtext {
    background-image: url("/images/goldblbg.webp");
  }
}
@media (min-width: 768px) {
  .modeling .modelingbigtext {
    bottom: 88px;
    font-size: 90px;
  }
}
@media (min-width: 1200px) {
  .modeling .modelingbigtext {
    font-size: 120px;
  }
}

.industry {
  background: url(/images/industbg2.jpg) no-repeat center center/cover;
  padding: 58px 0 0;
}
@supports (background-image: url("/images/industbg2.webp")) {
  .industry {
    background-image: url("/images/industbg2.webp");
  }
}
.industry .industrytopscroll {
  width: 100%;
  overflow-x: scroll;
  position: relative;
  scroll-behavior: smooth;
}
.industry .industrytopscroll::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.industry .industrytopscroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.industry .industrytopscroll::-webkit-scrollbar-thumb {
  background-color: #c39c1f;
  border-radius: 5px;
  border: 2px solid #f1f1f1;
}
.industry .industrytopscroll::-webkit-scrollbar-thumb:hover {
  background-color: #a08115;
}
.industry .industryblock {
  width: 33%;
  position: relative;
  min-width: 300px;
  padding: 0 14px;
}
@media (min-width: 768px) {
  .industry .industryblock {
    padding: 0 24px;
    min-width: 348px;
  }
}
.industry .industryblock img {
  max-width: 100%;
  display: block;
  border-radius: 17px;
}
.industry .industryblock .industrytxt {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0px;
  padding: 8px 24px 8px;
  background: url(/images/whitegreybg.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 17px;
  box-shadow: 0 0 14px hsla(0, 0%, 0%, 0.47);
  text-align: center;
}
@supports (background-image: url("/images/whitegreybg.webp")) {
  .industry .industryblock .industrytxt {
    background-image: url("/images/whitegreybg.webp");
  }
}
@media (min-width: 768px) {
  .industry .industryblock .industrytxt {
    left: 24px;
    right: 24px;
  }
}
.industry .industryblock .industrytxt h3 {
  margin: 12px 0 4px;
  font-size: 20px;
  margin-bottom: 4px;
  display: inline-block;
  font-weight: 800;
  background: url(/images/goldblbg.jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: fixed;
  background-size: cover;
}
@supports (background-image: url("/images/goldblbg.webp")) {
  .industry .industryblock .industrytxt h3 {
    background-image: url("/images/goldblbg.webp");
  }
}
.industry .industryblock .industrytxt p {
  margin: 4px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.7s ease-out, opacity 0.7s ease-out;
}
.industry .industryblock:hover .industrytxt p {
  max-height: 500px;
  height: auto;
  opacity: 1;
  margin: 4px 0 14px;
}
.industry .industryscroll {
  gap: 0;
  margin-bottom: 58px;
}

.equipment {
  background: url(/images/industrybg.jpg) no-repeat center center/cover;
  padding: 58px 0;
  border-bottom: 7px solid #c39c1f;
}
@supports (background-image: url("/images/industrybg.webp")) {
  .equipment {
    background-image: url("/images/industrybg.webp");
  }
}
.equipment h2 {
  color: #d7d7d7;
  position: relative;
}
.equipment .intro {
  color: #d7d7d7;
  position: relative;
}
.equipment .eqgap {
  gap: 17px;
}
.equipment .eqmargin {
  margin: 17px 0 0;
}
@media (min-width: 768px) {
  .equipment .eqmargin {
    margin: 0;
  }
}
.equipment .equipmentblock {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .equipment .equipmentblock {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .equipment .equipmentblock {
    width: 48%;
  }
}
.equipment .equipmentblock.eqimg {
  width: 100%;
}
@media (min-width: 768px) {
  .equipment .equipmentblock.eqimg {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .equipment .equipmentblock.eqimg {
    width: 48%;
  }
}
.equipment .equipmentblock.eqimg p {
  font-size: 60px;
  line-height: 0.8;
  font-weight: 800;
  background: url(/images/goldblbg.jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: fixed;
  background-size: cover;
  width: -moz-max-content;
  width: max-content;
  margin: 30px 0;
  text-align: center;
}
@supports (background-image: url("/images/goldblbg.webp")) {
  .equipment .equipmentblock.eqimg p {
    background-image: url("/images/goldblbg.webp");
  }
}
@media (min-width: 768px) {
  .equipment .equipmentblock.eqimg p {
    font-size: 120px;
  }
}
@media (min-width: 1200px) {
  .equipment .equipmentblock.eqimg p {
    font-size: 97px;
  }
}
.equipment .equipmentblock .material {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .equipment .equipmentblock .material {
    width: 48%;
  }
}
.equipment .equipmentblock .material img {
  border-radius: 17px;
}
.equipment .equipmentblock .material p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0;
  background: url(/images/whitegreybg.jpg);
  background-size: cover;
  color: #070707;
  font-size: 17px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 17px;
}
@supports (background-image: url("/images/whitegreybg.webp")) {
  .equipment .equipmentblock .material p {
    background-image: url("/images/whitegreybg.webp");
  }
}
.equipment .equipmentblock .equipmentbl {
  width: 100%;
  border-radius: 20px;
  padding: 14px 17px 12px;
  background: url(/images/whitegreybg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  margin: 0;
}
@supports (background-image: url("/images/whitegreybg.webp")) {
  .equipment .equipmentblock .equipmentbl {
    background-image: url("/images/whitegreybg.webp");
  }
}
@media (min-width: 768px) {
  .equipment .equipmentblock .equipmentbl {
    width: 48%;
    margin: 17px 0;
  }
}
.equipment .equipmentblock .equipmentbl:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 40%;
  background: #c39c1f;
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 17px 0 0 17px;
}
.equipment .equipmentblock .equipmentbl img {
  width: 48px;
}
.equipment .equipmentblock .equipmentbl p {
  margin: 8px 0 4px;
  font-size: 18px;
}
.equipment .equipmentblock .equipmentimg img {
  border-radius: 17px;
}

.cooperation {
  background: url(/images/industrybg.jpg) no-repeat center center/cover;
  padding: 58px 0;
  border-bottom: 7px solid #c39c1f;
}
@supports (background-image: url("/images/industrybg.webp")) {
  .cooperation {
    background-image: url("/images/industrybg.webp");
  }
}
.cooperation h2 {
  color: #d7d7d7;
  position: relative;
}
.cooperation .intro {
  color: #d7d7d7;
  position: relative;
}
.cooperation .step,
.cooperation .iconblock {
  width: 100%;
  border-radius: 20px;
  padding: 8px 17px 8px;
  background: url(/images/whitegreybg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
@supports (background-image: url("/images/whitegreybg.webp")) {
  .cooperation .step,
  .cooperation .iconblock {
    background-image: url("/images/whitegreybg.webp");
  }
}
@media (min-width: 768px) {
  .cooperation .step,
  .cooperation .iconblock {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .cooperation .step,
  .cooperation .iconblock {
    width: 32%;
  }
}
.cooperation .step {
  background: url(/images/whitegoldbg2.jpg);
  background-position: top;
  background-size: cover;
}
@supports (background-image: url("/images/whitegoldbg2.webp")) {
  .cooperation .step {
    background-image: url("/images/whitegoldbg2.webp");
  }
}
.cooperation .iconblock:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 40%;
  background: #cda948;
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 17px 0 0 17px;
}
.cooperation .step p,
.cooperation .iconblock p {
  margin: 8px 0;
}
.cooperation p.stephead {
  font-size: 20px;
}
.cooperation p.stephead {
  display: flex;
  align-items: center;
}
.cooperation p.stephead img {
  width: 40px;
  margin-right: 12px;
}
.cooperation .step.last,
.cooperation .iconlast {
  background: transparent;
  border: 5px solid #cda948;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperation .step.last p,
.cooperation .iconlast p {
  text-align: center;
  font-size: 24px;
  color: #cda948;
}
.cooperation .margin {
  margin-top: 78px;
}
.cooperation p.numb {
  position: absolute;
  right: 7px;
  top: 0;
  font-size: 70px;
  line-height: 0.8;
  font-weight: 800;
  background: url(/images/goldblbg.jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: fixed;
  background-size: cover;
  width: -moz-max-content;
  width: max-content;
}
@supports (background-image: url("/images/goldblbg.webp")) {
  .cooperation p.numb {
    background-image: url("/images/goldblbg.webp");
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.faq-accordion {
  margin-top: 30px;
}

.faq-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  background-color: #f9f9f9;
  border: none;
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  color: #333;
  transition: background-color 0.3s ease;
}
.faq-question::after {
  content: "+";
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.faq-question[aria-expanded=true] {
  background-color: #e9e9e9;
}
.faq-question[aria-expanded=true]::after {
  content: "−";
  transform: rotate(180deg);
}
.faq-question:hover {
  background-color: #e0e0e0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: #fff;
}
.faq-answer p {
  padding: 15px 20px;
  margin: 0;
  line-height: 1.6;
  color: #555;
}

.faq-answer[aria-hidden=false] {
  max-height: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.faq-cta {
  text-align: center;
  margin-top: 40px;
  position: relative;
}
.faq-cta p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #c1c1c1;
}

.faq-section {
  background: url(/images/industrybg.jpg) no-repeat center center/cover;
  padding: 58px 0;
  border-bottom: 7px solid #c39c1f;
}
@supports (background-image: url("/images/industrybg.webp")) {
  .faq-section {
    background-image: url("/images/industrybg.webp");
  }
}
.faq-section h2 {
  color: #d7d7d7;
  position: relative;
}
.faq-section .intro {
  color: #d7d7d7;
  position: relative;
}
.faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: #fff;
  padding: 0 !important;
}
.faq-section .faq-answer p {
  padding: 0 14px;
  margin: 0;
  line-height: 1.6;
  color: #555;
}
.faq-section .intro {
  margin: 12px auto 20px;
}
.faq-section .faqblock {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .faq-section .faqblock {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .faq-section .faqblock {
    width: 60%;
  }
}
.faq-section .faqblockimg {
  position: relative;
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .faq-section .faqblockimg {
    display: none;
  }
}
@media (min-width: 1200px) {
  .faq-section .faqblockimg {
    width: 40%;
    padding: 14px 40px 0;
    display: block;
  }
}
.faq-section .faqblockimg img {
  border-radius: 17px;
}
.faq-section .faqblockimg .faq-cta {
  text-align: center;
  margin-top: 40px;
  position: relative;
}
.faq-section .faqblockimg .faq-cta p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #d7d7d7;
}

.review {
  background: url(/images/industrybg.jpg) no-repeat center center/cover;
  padding: 58px 0 78px;
  border-bottom: 7px solid #c39c1f;
}
@supports (background-image: url("/images/industrybg.webp")) {
  .review {
    background-image: url("/images/industrybg.webp");
  }
}
.review h2 {
  color: #d7d7d7;
  position: relative;
}
.review .intro {
  color: #d7d7d7;
  position: relative;
}
.review .reviews-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
.review .review-item {
  display: flex;
  padding: 14px;
  position: relative;
  width: 100%;
  border-radius: 17px;
  background: url(/images/whitegreybg.jpg);
  background-size: cover;
  background-position: center;
  flex-wrap: wrap;
  align-items: center;
}
@supports (background-image: url("/images/whitegreybg.webp")) {
  .review .review-item {
    background-image: url("/images/whitegreybg.webp");
  }
}
@media (min-width: 768px) {
  .review .review-item {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .review .review-item {
    width: 49%;
    flex-wrap: nowrap;
    padding: 4px 14px;
  }
}
.review .review-item img {
  border-radius: 8px;
  display: block;
}
.review .reviewimg {
  width: 100%;
}
@media (min-width: 1200px) {
  .review .reviewimg {
    width: 32%;
    padding: 0 12px 0 0;
  }
}
.review .reviewbl {
  width: 100%;
}
@media (min-width: 1200px) {
  .review .reviewbl {
    width: 68%;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: url(/images/modelingbg.jpg) no-repeat center center/cover;
  padding: 34px;
  border-radius: 17px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  max-width: 570px;
  width: 90%;
  transform: translateY(-50px);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
@supports (background-image: url("/images/modelingbg.webp")) {
  .modal-content {
    background-image: url("/images/modelingbg.webp");
  }
}
.modal.is-open .modal-content {
  transform: translateY(0);
  opacity: 1;
}

.modal-header {
  text-align: center;
  margin-bottom: 25px;
}
.modal-header h2 {
  font-size: 1.8em;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.2;
}
.modal-header p {
  font-size: 0.95em;
  color: #fdfdfd;
  line-height: 1.5;
}

.modal-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-form .form-group {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.modal-form input[type=text],
.modal-form input[type=tel] {
  width: 270px;
  padding: 12px 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1em;
  color: #333;
  box-sizing: border-box;
}
.modal-form input[type=text]:focus,
.modal-form input[type=tel]:focus {
  outline: none;
  border-color: #c39c1f;
  box-shadow: 0 0 0 2px #c39c1f;
}
.modal-form .modal-submit-button {
  width: 200px;
  padding: 14px 14px 12px;
  font-size: 17px;
  border: 0;
  border-radius: 17px;
  cursor: pointer;
}

.modal-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 4em;
  color: #f7f7f7;
  cursor: pointer;
  line-height: 1;
  padding: 5px;
  transition: color 0.2s ease;
}
.modal-close-button:hover {
  color: #333;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

footer {
  background: url(/images/footerbg.jpg);
  background-size: cover;
  color: #ecf0f1;
  padding: 60px 0 20px;
}
@supports (background-image: url("/images/footerbg.webp")) {
  footer {
    background-image: url("/images/footerbg.webp");
  }
}
footer h3 {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}
footer h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #c39c1f;
  border-radius: 2px;
}
footer p {
  font-size: 0.95em;
  line-height: 1.8;
  margin-bottom: 15px;
}
footer a {
  color: #ecf0f1;
  text-decoration: none;
  transition: color 0.3s ease;
}
footer a:hover {
  color: #c39c1f;
}
footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}
footer .footer-about .footer-read-more {
  display: inline-block;
  margin-top: 10px;
  color: #c39c1f;
  font-weight: bold;
}
footer .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-nav li {
  margin-bottom: 10px;
}
footer .footer-contact p {
  margin-bottom: 10px;
}
footer .footer-contact a {
  word-break: break-all;
}
footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  text-align: center;
  font-size: 0.85em;
  color: #bdc3c7;
}
footer .footer-bottom p {
  margin-bottom: 10px;
  line-height: 1.5;
}
footer .footer-legal a {
  color: #bdc3c7;
  margin: 0 10px;
}
footer .footer-legal a:hover {
  color: #c39c1f;
}
@media (max-width: 768px) {
  footer .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  footer h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  footer .footer-legal a {
    display: block;
    margin: 5px 0;
  }
}

.vbfixed {
  position: fixed;
  right: 20px;
  bottom: 82px;
  background: #c39c1f;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 99;
}
@media (min-width: 767px) {
  .vbfixed {
    width: 68px;
    height: 68px;
  }
}
.vbfixed img {
  width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-54%, -47%);
}
@media (min-width: 767px) {
  .vbfixed img {
    width: 37px;
    transform: translate(-50%, -47%);
  }
}/*# sourceMappingURL=template.css.map */