.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root {
--cnc-readable: #3f4b5d;
}
html {
text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
color: var(--cnc-readable);
font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 16px;
line-height: 1.68;
overflow-x: hidden;
}
p,
li {
text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
letter-spacing: -.018em;
text-wrap: balance;
}
.cnc-navbar {
min-height: 72px;
}
.cnc-brand,
.cnc-brand--footer {
display: inline-flex;
align-items: center;
flex: 0 0 auto;
line-height: 0;
text-decoration: none;
}
.cnc-brand--footer {
padding: 8px 11px;
margin-bottom: 18px;
border-radius: 10px;
background: #fff;
}
.cnc-brand-logo {
display: block;
width: auto;
height: 32px;
max-width: 128px;
object-fit: contain;
}
.cnc-site-header,
.cnc-site-header.is-scrolled {
background: rgba(255, 255, 255, .98);
border-bottom-color: #e2e8f0;
box-shadow: 0 7px 24px rgba(15, 23, 42, .07);
backdrop-filter: blur(14px);
}
.cnc-navbar .nav-link,
.cnc-site-header.is-scrolled .nav-link {
color: #334155;
}
.cnc-navbar .nav-link:hover,
.cnc-navbar .nav-link.active,
.cnc-site-header.is-scrolled .nav-link:hover,
.cnc-site-header.is-scrolled .nav-link.active {
color: var(--cnc-blue);
}
.cnc-language-toggle,
.cnc-site-header.is-scrolled .cnc-language-toggle {
border-color: #d8e0ec;
background: #fff;
color: #334155;
}
.cnc-nav-toggle span,
.cnc-site-header.is-scrolled .cnc-nav-toggle span {
background: #111827;
}
.cnc-navbar .nav-link {
font-size: 14px;
padding: 24px 9px !important;
white-space: nowrap;
}
.cnc-navbar .nav-link::after {
left: 9px;
right: 9px;
bottom: 17px;
}
.cnc-quote-btn {
min-height: 42px;
padding: 11px 18px;
font-size: 14px;
white-space: nowrap;
}
.cnc-language-toggle {
min-height: 42px;
padding: 9px 11px;
white-space: nowrap;
}
.cnc-section-head p,
.section-title p {
max-width: 760px;
margin-inline: auto;
font-size: clamp(16px, 1.5vw, 18px);
line-height: 1.65;
}
.product-list-body p,
.solution-body p,
.customer-card p,
.news-body p,
.cnc-card p {
font-size: 15.5px;
line-height: 1.65;
}
.factory-img,
.solution-img,
.customer-img,
.news-img {
width: 100%;
object-fit: cover;
}
.cnc-contact-map-section {
padding-top: 20px;
}
.cnc-contact-map-layout {
display: grid;
grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
gap: 36px;
align-items: stretch;
overflow: hidden;
border: 1px solid var(--cnc-line);
border-radius: 18px;
background: #fff;
box-shadow: var(--cnc-shadow);
}
.cnc-contact-map-copy {
align-self: center;
padding: clamp(30px, 5vw, 58px);
}
.cnc-contact-map-copy h2 {
margin: 0 0 14px;
color: var(--cnc-ink);
font-size: clamp(29px, 3vw, 42px);
font-weight: 800;
}
.cnc-contact-map-copy address {
margin: 22px 0;
color: #334155;
font-style: normal;
font-weight: 650;
}
.cnc-btn--outline {
border: 1px solid var(--cnc-blue);
background: transparent;
color: var(--cnc-blue);
}
.cnc-btn--outline:hover,
.cnc-btn--outline:focus-visible {
background: var(--cnc-blue);
color: #fff;
}
.cnc-contact-map-frame {
min-height: 420px;
background: #e8edf5;
}
.cnc-contact-map-frame iframe {
display: block;
width: 100%;
height: 100%;
min-height: 420px;
border: 0;
}
.cnc-footer-about > p {
max-width: 340px;
font-size: 15.5px;
line-height: 1.7;
}
.cnc-footer-links,
.cnc-footer-contact {
font-size: 15px;
}
.cnc-floating-contact {
gap: 8px;
}
.cnc-floating-contact__item {
width: 42px;
height: 42px;
}
.cnc-404-content {
max-width: 820px;
margin-inline: auto;
background: var(--cnc-soft);
}
.cnc-404-content h2 {
color: var(--cnc-ink);
font-size: clamp(28px, 4vw, 40px);
font-weight: 800;
}
.cnc-404-actions {
display: flex;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
margin-top: 28px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
iframe:focus-visible {
outline: 3px solid rgba(93, 130, 237, .58);
outline-offset: 3px;
}
@media (min-width: 1200px) {
.cnc-navbar > .container {
width: calc(100% - 36px);
max-width: 1460px;
padding-inline: 0;
}
.cnc-navbar .navbar-collapse {
min-width: 0;
margin: 0;
padding: 0;
border: 0;
background: transparent;
}
.cnc-site-header.is-scrolled .navbar-collapse {
background: transparent;
}
.cnc-navbar .navbar-nav {
flex-wrap: nowrap;
}
.cnc-navbar .nav-link {
padding: 24px 8px !important;
}
.cnc-navbar .nav-link::after {
display: block;
}
.cnc-quote-btn {
width: auto;
margin-top: 0;
}
.cnc-language {
width: auto;
margin-top: 0 !important;
}
.cnc-language-toggle {
width: auto;
}
.cnc-language-menu {
position: absolute !important;
width: 245px;
margin-top: 0;
}
}
@media (max-width: 1199.98px) {
.cnc-navbar .navbar-collapse,
.cnc-site-header.is-scrolled .navbar-collapse {
background: #fff;
border-top-color: #e2e8f0;
box-shadow: 0 16px 28px rgba(15, 23, 42, .08);
}
.cnc-navbar .nav-link {
color: #334155;
min-height: 44px;
padding: 10px 0 !important;
}
}
@media (max-width: 991.98px) {
.cnc-contact-map-layout {
grid-template-columns: 1fr;
gap: 0;
}
.cnc-contact-map-frame,
.cnc-contact-map-frame iframe {
min-height: 380px;
}
}
@media (max-width: 767.98px) {
body {
font-size: 16px;
}
.cnc-brand-logo {
height: 28px;
max-width: 112px;
}
.cnc-brand--footer {
padding: 7px 10px;
}
.cnc-navbar {
min-height: 64px;
}
.cnc-section {
padding-block: 56px;
}
.cnc-section-head {
margin-bottom: 34px;
}
.cnc-contact-card {
padding: 28px 22px;
}
.cnc-contact-map-section {
padding-top: 8px;
}
.cnc-contact-map-layout {
border-radius: 14px;
}
.cnc-contact-map-copy {
padding: 28px 22px 30px;
}
.cnc-contact-map-frame,
.cnc-contact-map-frame iframe {
min-height: 330px;
}
.cnc-floating-contact {
right: 12px;
bottom: 12px;
gap: 8px;
}
.cnc-floating-contact__item {
width: 42px;
height: 42px;
flex-basis: 42px;
}
.cnc-contact-svg {
width: 19px;
height: 19px;
}
.cnc-footer {
padding-top: 48px;
}
.cnc-footer-grid {
gap: 30px;
}
.cnc-404-actions {
align-items: stretch;
flex-direction: column;
}
}
@media (max-width: 479.98px) {
.cnc-page-hero h1,
.banner-text h1,
.banner-text .banner-title {
font-size: clamp(30px, 10vw, 40px) !important;
}
.cnc-contact-map-frame,
.cnc-contact-map-frame iframe {
min-height: 290px;
}
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
scroll-behavior: auto !important;
transition-duration: .01ms !important;
animation-duration: .01ms !important;
animation-iteration-count: 1 !important;
}
} .cnc-navbar > .container {
flex-wrap: nowrap;
gap: clamp(14px, 2vw, 28px);
}
.cnc-navbar .navbar-collapse {
min-width: 0;
justify-content: flex-end;
}
.cnc-brand-logo {
width: clamp(112px, 10vw, 132px);
max-width: 100%;
height: auto;
aspect-ratio: 574 / 146;
}
.cnc-footer-grid {
grid-template-columns: minmax(220px, 1.25fr) minmax(210px, .95fr) minmax(180px, .85fr) minmax(250px, 1.15fr);
align-items: start;
gap: clamp(30px, 3.5vw, 48px);
}
.cnc-footer-grid > div {
min-width: 0;
}
.cnc-footer-grid > div:nth-child(2) .cnc-footer-links {
grid-template-columns: repeat(2, minmax(0, 1fr));
column-gap: 22px;
}
.cnc-footer-links a,
.cnc-footer-contact a,
.cnc-footer-contact p,
.cnc-footer-contact span {
min-width: 0;
overflow-wrap: anywhere;
}
.cnc-footer h2 {
font-size: clamp(17px, 1.4vw, 19px);
line-height: 1.35;
}
.cnc-footer-bottom {
flex-wrap: wrap;
}
@media (min-width: 1200px) and (max-width: 1320px) {
.cnc-navbar .nav-link {
padding-inline: 7px !important;
font-size: 13.5px;
}
.cnc-quote-btn {
padding-inline: 15px;
}
.cnc-language-toggle {
padding-inline: 10px;
}
}
@media (max-width: 1199.98px) {
.cnc-navbar > .container {
flex-wrap: wrap;
gap: 0;
}
.cnc-navbar .navbar-collapse {
flex-basis: 100%;
justify-content: stretch;
}
.cnc-footer-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 767.98px) {
.cnc-navbar > .container {
min-height: 64px;
}
.cnc-brand-logo {
width: 112px;
}
.cnc-nav-toggle {
min-width: 44px;
min-height: 44px;
display: inline-grid;
place-content: center;
}
.cnc-footer-grid {
grid-template-columns: minmax(0, 1fr);
gap: 30px;
}
.cnc-footer-grid > div:nth-child(2) .cnc-footer-links {
grid-template-columns: repeat(2, minmax(0, 1fr));
column-gap: 18px;
}
.cnc-footer-links,
.cnc-footer-contact {
font-size: 15px;
line-height: 1.65;
}
.cnc-footer-bottom {
gap: 8px 18px;
padding-block: 18px;
}
}
.cnc-contact-company-name { color: var(--cnc-ink) !important; font-size: 16px !important; font-weight: 700; line-height: 1.5; margin: -4px auto 10px !important; }
.cnc-contact-company-name--light { color: #dbe4f3 !important; margin: -4px 0 18px !important; font-size: 15px !important; } .brand-partner .brand-carousel {
margin-inline: 0;
}
.brand-partner .brand-grid {
padding-inline: clamp(0px, 0.4vw, 6px);
}
@media (max-width: 767.98px) {
.brand-partner {
width: min(100% - 20px, 1296px);
padding-inline: 12px;
}
}