body.kwy-site,
body.kwy-site * {
    box-sizing: border-box;
    letter-spacing: 0;
}

:root {
    --kwy-top-bar-height: 38px;
    --kwy-header-height: 86px;
    --kwy-fixed-header-offset: 124px;
}

body.kwy-site {
    margin: 0;
    padding-top: var(--kwy-fixed-header-offset);
    overflow-x: hidden;
    background: #f4f6f4;
    color: #20262b;
    font-family: "Open Sans", Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

body.kwy-site a {
    color: inherit;
    text-decoration: none;
}

body.kwy-site a:hover,
body.kwy-site a:focus {
    color: #b76f24;
    text-decoration: none;
}

body.kwy-site img {
    max-width: 100%;
    height: auto;
}

body.kwy-site .container {
    max-width: 1200px;
}

body.kwy-site .site-wrapper {
    background: #f4f6f4;
}

@media (min-width: 1530px) {
    body.kwy-site .container {
        width: 1500px;
        max-width: 1500px;
    }
}

/* Header */
body.kwy-site .top-bar {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 10080;
    background: #11161a;
    border: 0;
    color: #d9dfdf;
    font-size: 13px;
    height: auto !important;
}

body.kwy-site .top-bar > .container {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    height: auto !important;
    min-height: 38px;
    overflow: visible !important;
}

body.kwy-site .top-bar > .container:before,
body.kwy-site .top-bar > .container:after {
    display: none !important;
    content: none !important;
}

body.kwy-site .top-bar .close {
    display: none;
}

body.kwy-site .top-bar ul {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.kwy-site .top-bar li {
    margin: 0;
    color: #d9dfdf;
    line-height: 1.5;
}

body.kwy-site .top-bar > .container > ul.left,
body.kwy-site .top-bar > .container > ul.right {
    display: flex !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

body.kwy-site .top-bar > .container > ul.right {
    margin-left: auto !important;
}

body.kwy-site .top-bar > .container > ul > li,
body.kwy-site .top-bar > .container > ul.left > li,
body.kwy-site .top-bar > .container > ul.right > li {
    display: inline-flex !important;
    align-items: center;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.kwy-site .top-bar > .container > ul > li + li {
    margin-left: 18px !important;
}

body.kwy-site .top-bar a {
    color: #ffffff;
}

body.kwy-site .top-bar .kwy-language-switch {
    display: inline-flex;
    align-items: center;
    gap: 0;
    min-height: 38px;
    line-height: 1;
}

body.kwy-site .top-bar .kwy-language-switch a {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-left: 1px solid rgba(255, 255, 255, .28);
    color: rgba(255, 255, 255, .82) !important;
    font-size: 13px;
    font-weight: 700;
}

body.kwy-site .top-bar .kwy-language-switch a:first-child {
    border-left: 0;
}

body.kwy-site .top-bar .kwy-language-switch a:hover,
body.kwy-site .top-bar .kwy-language-switch a:focus,
body.kwy-site .top-bar .kwy-language-switch a.is-active {
    color: #ffffff !important;
}

body.kwy-site .top-bar .fa {
    color: #ffffff;
    padding: 0 !important;
    font-size: 14px;
}

body.kwy-site .top-bar .widget_anpstext > .fa,
body.kwy-site .top-bar .widget_anpstext > a > .fa {
    margin-right: 7px;
}

body.kwy-site .top-bar .widget_anpstext > a {
    display: inline-flex;
    align-items: center;
}

body.kwy-site .top-bar .social {
    gap: 8px;
}

body.kwy-site .top-bar .social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    color: #eef2ee;
}

body.kwy-site .top-bar .social a[href=""] {
    display: none;
}

body.kwy-site .top-bar .social li:has(a[href=""]) {
    display: none !important;
}

body.kwy-site .top-bar .widget_anpssocial:not(:has(.social a:not([href=""]))) {
    display: none !important;
}

body.kwy-site .site-header {
    position: fixed !important;
    top: var(--kwy-top-bar-height) !important;
    left: 0;
    right: 0;
    width: 100% !important;
    z-index: 2147483000 !important;
    background: rgba(255, 255, 255, .94);
    border: 0;
    box-shadow: 0 14px 34px rgba(17, 22, 26, .08);
    transform: none !important;
    will-change: transform;
}

body.kwy-site .sticky-holder {
    display: none !important;
}

body.kwy-site .nav-wrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    z-index: auto !important;
    background: rgba(255, 255, 255, .94);
    border: 0;
    margin-top: 0 !important;
    padding: 0 !important;
    transform: none !important;
}

body.kwy-site .nav-wrap.style-3 {
    text-align: left !important;
}

body.kwy-site .nav-wrap.sticky {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    z-index: auto !important;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 14px 34px rgba(17, 22, 26, .12);
    border-bottom: 0 !important;
    transform: none !important;
}

body.kwy-site .nav-wrap.style-3.sticky .site-logo,
body.kwy-site .nav-wrap.sticky .site-logo,
body.kwy-site .nav-wrap.sticky .site-logo > a,
body.kwy-site .nav-wrap.sticky .site-logo > a > img {
    max-height: none !important;
    opacity: 1 !important;
}

body.kwy-site .nav-wrap .container {
    display: flex;
    align-items: center;
    min-height: 86px;
    height: auto !important;
    position: relative;
}

body.kwy-site .logo-wrap {
    display: none !important;
}

body.kwy-site .site-logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    float: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0;
}

body.kwy-site .site-logo a {
    display: flex !important;
    align-items: center;
    color: #172027;
}

body.kwy-site .site-logo img {
    display: none !important;
}

body.kwy-site .kwy-logo-text,
body.kwy-site .kwy-footer-brand {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.18;
}

body.kwy-site .kwy-logo-text:before,
body.kwy-site .kwy-footer-brand:before {
    content: "KWY";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-right: 12px;
    float: left;
    border: 2px solid #0f6662;
    border-radius: 50%;
    color: #0f6662;
    font-size: 14px;
    font-weight: 900;
}

body.kwy-site .kwy-logo-text {
    position: relative;
    padding-left: 58px;
}

body.kwy-site .kwy-logo-text:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-right: 0;
    transform: translateY(-50%);
}

body.kwy-site .kwy-logo-text strong {
    color: #172027;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.18;
    white-space: nowrap;
}

body.kwy-site .kwy-logo-text em {
    color: #59636a;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

body.kwy-site .site-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    float: none !important;
    min-height: 86px;
    margin: 0 0 0 28px;
}

body.kwy-site .site-navigation .navi {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    float: none !important;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.kwy-site .site-navigation .navi > li {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    min-height: 86px;
}

body.kwy-site .site-navigation .navi > li:before {
    display: none !important;
    content: none !important;
}

body.kwy-site.responsive .site-navigation > ul > li:after,
body.kwy-site .site-navigation .navi > li:after {
    content: "";
    display: block !important;
    position: absolute;
    top: 50% !important;
    right: -2px !important;
    bottom: auto !important;
    left: auto !important;
    width: 1px !important;
    height: 34px !important;
    float: none !important;
    border: 0 !important;
    background: #e8ece8;
    transform: translateY(-50%) !important;
}

body.kwy-site .site-navigation .navi > li:last-child:after {
    display: none !important;
    content: none !important;
}

body.kwy-site .site-navigation .navi > li > a {
    display: flex;
    align-items: center;
    height: 86px;
    min-height: 86px;
    padding: 0 15px;
    color: #20262b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

body.kwy-site .site-navigation .navi > li.current-menu-item > a,
body.kwy-site .site-navigation .navi > li.current_page_item > a,
body.kwy-site .site-navigation .navi > li > a:hover {
    color: #b76f24;
}

body.kwy-site .site-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    min-width: 260px;
    height: auto !important;
    margin: 0;
    padding: 8px 0;
    overflow: visible !important;
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
    border: 1px solid #e1e5e1;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(17, 22, 26, .15);
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    z-index: 80;
}

body.kwy-site .site-navigation li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

body.kwy-site .site-navigation .sub-menu li {
    position: relative;
    margin: 0;
    list-style: none;
}

body.kwy-site .site-navigation .sub-menu li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 16px;
    height: 100%;
}

body.kwy-site .site-navigation .sub-menu a {
    display: block;
    margin: 0 8px;
    padding: 11px 14px;
    color: #2c3438;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.45;
}

body.kwy-site .site-navigation .sub-menu a:hover {
    background: #f2f4f1;
    color: #0f6662;
}

body.kwy-site .site-navigation .sub-menu .sub-menu {
    top: -8px;
    left: calc(100% - 1px);
}

body.kwy-site .site-navigation button.fa-search,
body.kwy-site button.fa-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-left: 12px;
    border: 1px solid #d8dfdc;
    border-radius: 50%;
    background: #ffffff;
    color: #20262b;
}

body.kwy-site button.fa-search.mobile {
    display: none !important;
    visibility: hidden !important;
}

body.kwy-site .nav-wrap .fa-search.desktop {
    position: static !important;
    float: none !important;
    margin-top: 0 !important;
    display: none !important;
    visibility: hidden !important;
}

body.kwy-site .navbar-toggle {
    width: 42px;
    height: 42px;
    margin-left: auto;
    border: 1px solid #d8dfdc;
    border-radius: 50%;
    background: #ffffff;
}

body.kwy-site .navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    margin: 2px auto;
    background: #20262b;
}

body.kwy-site .kwy-menu-button {
    display: none;
    width: 42px;
    height: 42px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    border: 1px solid #0f6662;
    border-radius: 50%;
    background: #ffffff;
}

body.kwy-site .kwy-menu-button span {
    display: block;
    width: 17px;
    height: 2px;
    background: #0f6662;
}

body.kwy-site .site-search {
    background: rgba(17, 22, 26, .94);
}

body.kwy-site .site-search input {
    border-radius: 8px;
}

/* Shared UI */
.kwy-kicker,
.kwy-eyebrow {
    display: inline-flex;
    align-items: center;
    color: #b76f24;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.kwy-btn,
body.kwy-site .btn,
body.kwy-site .vc_btn3 {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 22px !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.kwy-btn:hover,
body.kwy-site .btn:hover,
body.kwy-site .vc_btn3:hover {
    transform: translateY(-1px);
}

.kwy-btn--primary,
body.kwy-site .btn.style-1,
body.kwy-site .btn.style-3,
body.kwy-site .wpcf7-submit,
body.kwy-site .vc_btn3-color-info,
body.kwy-site .vc_btn3-color-turquoise {
    background: #b76f24 !important;
    border-color: #b76f24 !important;
    color: #ffffff !important;
}

.kwy-btn--primary:hover,
body.kwy-site .btn.style-1:hover,
body.kwy-site .btn.style-3:hover,
body.kwy-site .wpcf7-submit:hover,
body.kwy-site .vc_btn3-color-info:hover,
body.kwy-site .vc_btn3-color-turquoise:hover {
    background: #955617 !important;
    border-color: #955617 !important;
    color: #ffffff !important;
}

.kwy-btn--ghost {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .44) !important;
    color: #ffffff;
}

.kwy-btn--ghost:hover {
    background: #ffffff;
    color: #11161a;
}

.kwy-text-link {
    display: inline-flex;
    align-items: center;
    color: #0f6662;
    font-weight: 800;
}

.kwy-text-link:after {
    content: "\f105";
    display: inline-block;
    margin-left: 8px;
    font-family: FontAwesome;
}

.kwy-section {
    padding: 86px 0;
}

.kwy-section__top,
.kwy-split {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 56px;
    align-items: start;
}

.kwy-section__top {
    align-items: end;
    margin-bottom: 34px;
}

.kwy-section__top .kwy-text-link {
    justify-self: end;
}

.kwy-section--capabilities .kwy-section__top,
.kwy-section--featured .kwy-section__top,
.kwy-section--process .kwy-section__top {
    display: block;
    position: relative;
    text-align: center;
}

.kwy-section--capabilities .kwy-section__top .kwy-text-link,
.kwy-section--featured .kwy-section__top .kwy-text-link {
    position: absolute;
    right: 0;
    bottom: 8px;
}

.kwy-section__top--light h2,
.kwy-section__top--light .kwy-text-link {
    color: #ffffff;
}

.kwy-section__heading h2,
.kwy-section__top h2 {
    margin: 10px 0 0;
    color: #172027;
    font-size: 42px;
    font-weight: 850;
    line-height: 1.14;
}

.kwy-section__body p {
    margin: 0;
    color: #59636a;
    font-size: 17px;
    line-height: 1.9;
}

/* Home */
.kwy-hero {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(13, 17, 20, .97) 0%, rgba(13, 17, 20, .92) 44%, rgba(13, 17, 20, .58) 100%),
        var(--hero-image);
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.kwy-hero:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, .18);
}

.kwy-hero .container {
    position: relative;
    z-index: 1;
}

.kwy-hero__content {
    max-width: 760px;
    padding: 72px 0 64px;
}

.kwy-hero h1 {
    margin: 16px 0 18px;
    color: #ffffff;
    font-size: 62px;
    font-weight: 900;
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.kwy-hero h1.kwy-hero__title--single {
    max-width: 1080px;
    font-size: 48px;
    white-space: nowrap;
}

.kwy-hero p {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 19px;
    line-height: 1.8;
    overflow-wrap: anywhere;
}

.kwy-hero p.kwy-hero__subtitle--single {
    width: max-content;
    max-width: calc(100vw - 80px);
    font-size: 15px;
    line-height: 1.55;
    white-space: nowrap;
}

.kwy-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.kwy-hero__metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 54px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
}

.kwy-hero__metrics div {
    min-height: 92px;
    padding: 18px;
    background: rgba(17, 22, 26, .34);
}

.kwy-hero__metrics strong {
    display: block;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.2;
}

.kwy-hero__metrics span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    line-height: 1.4;
}

.kwy-industrial-bar {
    background: #ffffff;
    border-bottom: 1px solid #e3e7e4;
}

.kwy-industrial-bar__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
}

.kwy-industrial-bar__grid span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 76px;
    padding: 14px;
    color: #20262b;
    font-size: 14px;
    font-weight: 800;
    border-left: 1px solid #e3e7e4;
}

.kwy-industrial-bar__grid span:last-child {
    border-right: 1px solid #e3e7e4;
}

.kwy-section--intro,
.kwy-section--product-story {
    background: #f4f6f4;
}

.kwy-section--intro + .kwy-section--intro,
.kwy-section--product-story + .kwy-section--product-story {
    padding-top: 0;
}

.kwy-section--intro + .kwy-section--intro .container,
.kwy-section--product-story + .kwy-section--product-story .container {
    padding-top: 62px;
    border-top: 1px solid #dde4df;
}

.kwy-section--product-story .container {
    position: relative;
}

.kwy-product-story__panel {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
    min-height: 372px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce3df;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(17, 22, 26, .06);
}

.kwy-product-story--moulds .kwy-product-story__panel {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
}

.kwy-product-story__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 34px;
    overflow: hidden;
    background: #edf3ef;
}

.kwy-product-story__visual:before {
    content: "";
    position: absolute;
    inset: 28px;
    border: 1px solid rgba(15, 102, 98, .16);
    border-radius: 8px;
}

.kwy-product-story__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 46px 54px;
}

.kwy-product-story--moulds .kwy-product-story__content {
    order: 1;
}

.kwy-product-story--moulds .kwy-product-story__visual {
    order: 2;
}

.kwy-product-story__content h2 {
    margin: 10px 0 18px;
    color: #172027;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.12;
}

.kwy-product-story__content p {
    max-width: 720px;
    margin: 0;
    color: #4d5960;
    font-size: 16px;
    line-height: 1.9;
}

.kwy-product-story__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.kwy-product-story__chips span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 12px;
    background: #f4f6f4;
    border: 1px solid #dce3df;
    border-radius: 999px;
    color: #20262b;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.kwy-product-story__link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin-top: 30px;
    color: #0f6662;
    font-size: 14px;
    font-weight: 900;
}

.kwy-product-story__link:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #b76f24;
}

.kwy-product-story__link:hover {
    color: #b76f24;
}

.kwy-standard-kit {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: min(320px, 100%);
}

.kwy-standard-kit:before,
.kwy-standard-kit:after {
    content: "";
    position: absolute;
    background: #0f6662;
    opacity: .18;
}

.kwy-standard-kit:before {
    top: 50%;
    left: 8%;
    right: 8%;
    height: 1px;
}

.kwy-standard-kit:after {
    top: 8%;
    bottom: 8%;
    left: 50%;
    width: 1px;
}

.kwy-standard-kit span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / .72;
    background: #ffffff;
    border: 1px solid #d4dfda;
    border-radius: 8px;
    box-shadow: 0 14px 28px rgba(17, 22, 26, .08);
}

.kwy-standard-kit i {
    color: #0f6662;
    font-size: 28px;
}

.kwy-standard-gallery {
    position: relative;
    z-index: 1;
    width: min(420px, 100%);
    aspect-ratio: 1 / 1;
    padding: 10px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(15, 102, 98, .16);
    border-radius: 8px;
    box-shadow: 0 22px 46px rgba(17, 22, 26, .12);
}

.kwy-standard-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.kwy-product-story--standard .kwy-product-story__visual {
    background:
        linear-gradient(135deg, rgba(15, 102, 98, .08), rgba(183, 111, 36, .08)),
        #eef4f1;
}

.kwy-product-story--moulds .kwy-product-story__visual {
    background: #20262b;
}

.kwy-product-story--moulds .kwy-product-story__visual:before {
    border-color: rgba(255, 255, 255, .16);
}

.kwy-mould-diagram {
    position: relative;
    z-index: 1;
    width: min(340px, 100%);
    height: 230px;
}

.kwy-mould-diagram__plate,
.kwy-mould-diagram__cavity,
.kwy-mould-diagram__runner {
    position: absolute;
    border-radius: 8px;
}

.kwy-mould-diagram__plate {
    inset: 24px 20px 24px 20px;
    background: #2f383d;
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: inset 0 0 0 14px rgba(255, 255, 255, .05);
}

.kwy-mould-diagram__cavity {
    top: 76px;
    left: 82px;
    right: 82px;
    height: 78px;
    background: #11161a;
    border: 2px solid #b76f24;
}

.kwy-mould-diagram__runner {
    top: 50%;
    left: 38px;
    right: 38px;
    height: 10px;
    background: #0f6662;
    transform: translateY(-50%);
}

.kwy-mould-diagram i {
    position: absolute;
    right: 28px;
    bottom: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #ffffff;
    border-radius: 50%;
    color: #0f6662;
    font-size: 24px;
}

.kwy-mould-gallery {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 16px;
    width: min(470px, 100%);
}

.kwy-mould-gallery figure {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 10px;
    background: #f7f9f8;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    box-shadow: 0 22px 42px rgba(0, 0, 0, .22);
}

.kwy-mould-gallery figure:nth-child(2) {
    margin-top: 0;
}

.kwy-mould-gallery__media {
    display: block;
    aspect-ratio: 1 / 1;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    border-radius: 6px;
}

.kwy-mould-gallery__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kwy-mould-gallery figcaption {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    min-height: 34px;
    color: #172027;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.3;
}

.kwy-product-story--moulds .kwy-product-story__chips span {
    background: #f7f3ed;
    border-color: #ead8c3;
}

.kwy-product-story--materials .kwy-product-story__visual {
    background:
        linear-gradient(135deg, rgba(183, 111, 36, .1), rgba(15, 102, 98, .08)),
        #f6f4ee;
}

.kwy-material-board {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: min(360px, 100%);
    padding-bottom: 86px;
}

.kwy-material-board__sample {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1.18;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(17, 22, 26, .12);
    box-shadow: 0 16px 28px rgba(17, 22, 26, .1);
}

.kwy-material-board__sample img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kwy-material-board__sample:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(17, 22, 26, .08));
    pointer-events: none;
}

.kwy-material-board__sample--polyurea {
    background: #0f6662;
}

.kwy-material-board__sample--primer {
    background: #b76f24;
}

.kwy-material-board__sample--waterborne {
    background: #d8dfdc;
}

.kwy-material-board__layer {
    position: absolute;
    left: 6%;
    right: 6%;
    bottom: 18px;
    height: 54px;
    border-radius: 8px;
    background:
        linear-gradient(#ffffff 0 0) top / 100% 12px no-repeat,
        linear-gradient(#d8dfdc 0 0) 0 17px / 100% 12px no-repeat,
        linear-gradient(#0f6662 0 0) 0 34px / 100% 12px no-repeat;
    border: 1px solid rgba(17, 22, 26, .12);
}

.kwy-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.kwy-proof-grid div {
    min-height: 126px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #e0e5e1;
    border-radius: 8px;
}

.kwy-proof-grid b {
    display: block;
    color: #0f6662;
    font-size: 13px;
}

.kwy-proof-grid span {
    display: block;
    margin-top: 16px;
    color: #20262b;
    font-weight: 800;
    line-height: 1.5;
}

.kwy-section--capabilities {
    background: #ffffff;
}

.kwy-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.kwy-capability-card {
    position: relative;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    overflow: hidden;
    background: #f7f8f5;
    border: 1px solid #e0e5e1;
    border-radius: 8px;
    color: #20262b;
}

.kwy-capability-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #b76f24, #0f6662);
}

.kwy-capability-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 34px;
    border-radius: 50%;
    background: #ffffff;
    color: #0f6662;
    font-size: 20px;
    box-shadow: 0 10px 24px rgba(17, 22, 26, .08);
}

.kwy-capability-card > span {
    color: #b76f24;
    font-size: 13px;
    font-weight: 900;
}

.kwy-capability-card h3 {
    margin: 10px 0 14px;
    color: #172027;
    font-size: 24px;
    font-weight: 850;
    line-height: 1.24;
}

.kwy-capability-card p {
    margin: 0;
    color: #59636a;
    line-height: 1.8;
}

.kwy-capability-card:hover {
    border-color: #c7d0cc;
    color: #20262b;
    transform: translateY(-2px);
}

.kwy-section--featured {
    background: #161c20;
    color: #ffffff;
}

.kwy-section--featured .kwy-section__top h2 {
    color: #ffffff;
}

.kwy-product-mosaic .recentportfolio {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.kwy-product-mosaic .recentportfolio li.item {
    float: none;
    width: auto;
    min-height: 286px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    background: #252d30;
}

.kwy-product-mosaic .recentportfolio li.item:first-child {
    grid-column: span 2;
}

.kwy-product-mosaic .item-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.kwy-product-mosaic .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.kwy-product-mosaic .item-hover {
    position: absolute !important;
    inset: 0;
    z-index: 2;
    display: flex !important;
    align-items: flex-end;
    height: auto !important;
    padding: 22px;
    background: linear-gradient(180deg, rgba(17, 22, 26, .08) 0%, rgba(17, 22, 26, .76) 100%);
    color: #ffffff;
}

.kwy-product-mosaic .item-hover .mask,
.kwy-product-mosaic .item-hover .item-info {
    position: static;
}

.kwy-product-mosaic .headline h3 {
    margin: 0;
    color: #ffffff;
    font-size: 21px;
    font-weight: 850;
    line-height: 1.3;
}

.kwy-product-mosaic li.item:hover img {
    transform: scale(1.045);
}

.kwy-featured-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.kwy-featured-card {
    min-height: 197px;
    overflow: hidden;
    position: relative;
    border: 1px solid #dbe5e1;
    border-radius: 8px;
    background: #f9fbfa;
    box-shadow: 0 10px 24px rgba(34, 45, 50, .06);
    transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.kwy-featured-card__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 197px;
    height: 100%;
    padding: 28px 24px;
    color: #172027;
    text-align: center;
}

.kwy-featured-card h3 {
    margin: 0;
    color: #172027;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.45;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: transform .25s ease;
}

.kwy-featured-card p {
    width: 100%;
    height: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
    color: #5d696f;
    font-size: 14px;
    line-height: 1.75;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: height .28s ease, max-height .28s ease, margin .28s ease, opacity .2s ease, transform .28s ease, visibility .2s ease;
}

.kwy-featured-card:hover {
    background: #206db7;
    border-color: #206db7;
    box-shadow: 0 18px 36px rgba(32, 109, 183, .22);
    transform: translateY(-3px);
}

.kwy-featured-card:hover .kwy-featured-card__link,
.kwy-featured-card:hover h3,
.kwy-featured-card:hover p {
    color: #ffffff;
}

.kwy-featured-card:hover p {
    height: auto;
    max-height: 96px;
    margin-top: 18px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.kwy-section--latest {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, #f8faf7 0%, #edf2ee 100%);
    border-top: 1px solid #dce4de;
    border-bottom: 1px solid #dce4de;
}

.kwy-section--latest:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(23, 32, 39, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 32, 39, .045) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
}

.kwy-section--latest .container {
    position: relative;
    z-index: 1;
}

.kwy-section--latest .kwy-section__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: end;
    margin-bottom: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #d5ded8;
}

.kwy-section--latest .kwy-section__heading:after {
    content: "2026 EDIT";
    display: block;
    align-self: end;
    color: #c5d2cc;
    font-size: 38px;
    font-weight: 900;
    line-height: .92;
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap;
}

.kwy-section--latest .kwy-section__heading h2 {
    max-width: 760px;
    font-size: 48px;
}

.kwy-split--products {
    grid-template-columns: minmax(0, 1fr) 328px;
    gap: 28px;
    align-items: stretch;
}

.kwy-split--products > div:first-child {
    min-width: 0;
}

.kwy-product-feed {
    margin-top: 24px;
}

.kwy-arrival-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.18fr) repeat(2, minmax(220px, .82fr));
    grid-auto-rows: minmax(218px, auto);
    grid-auto-flow: dense;
    gap: 16px;
}

.kwy-arrival-card {
    position: relative;
    min-height: 218px;
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #d9e2dc;
    border-radius: 8px;
    color: #172027;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.kwy-arrival-card:hover {
    border-color: #b8c6bf;
    box-shadow: 0 18px 42px rgba(17, 22, 26, .11);
    transform: translateY(-3px);
}

.kwy-arrival-card__media {
    position: relative;
    display: block;
    min-height: 100%;
    overflow: hidden;
    background: #e6ede8;
}

.kwy-arrival-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .42s ease, filter .42s ease;
}

.kwy-arrival-card:hover .kwy-arrival-card__media img {
    filter: saturate(1.04) contrast(1.03);
    transform: scale(1.045);
}

.kwy-arrival-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .92);
    color: #172027;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.kwy-arrival-card__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 18px;
}

.kwy-arrival-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #0f6662;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.kwy-arrival-card__meta i {
    color: #b7c4bd;
    font-style: normal;
}

.kwy-arrival-card h3 {
    margin: 12px 0 10px;
    color: #172027;
    font-size: 19px;
    font-weight: 850;
    line-height: 1.28;
    overflow-wrap: anywhere;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.kwy-arrival-card h3 a {
    color: #172027;
}

.kwy-arrival-card p {
    margin: 0;
    color: #647077;
    font-size: 13px;
    line-height: 1.65;
    overflow-wrap: anywhere;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.kwy-arrival-card__link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 14px;
    color: #b76f24;
    font-size: 13px;
    font-weight: 900;
}

.kwy-arrival-card__link:after {
    content: "\f105";
    margin-left: 8px;
    font-family: FontAwesome;
    font-weight: normal;
}

.kwy-arrival-card:first-child {
    grid-row: span 2;
    min-height: 452px;
    display: flex;
    background: #11161a;
    border-color: #11161a;
    color: #ffffff;
}

.kwy-arrival-card:first-child .kwy-arrival-card__media {
    position: absolute;
    inset: 0;
}

.kwy-arrival-card:first-child .kwy-arrival-card__media:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 22, 26, .06) 0%, rgba(17, 22, 26, .88) 100%);
}

.kwy-arrival-card:first-child .kwy-arrival-card__body {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: auto;
    padding: 28px;
}

.kwy-arrival-card:first-child .kwy-arrival-card__meta {
    color: #d8923c;
}

.kwy-arrival-card:first-child .kwy-arrival-card__meta i {
    color: rgba(255, 255, 255, .62);
}

.kwy-arrival-card:first-child h3 {
    max-width: 520px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.18;
    -webkit-line-clamp: 3;
}

.kwy-arrival-card:first-child h3 a,
.kwy-arrival-card:first-child .kwy-arrival-card__link {
    color: #ffffff;
}

.kwy-arrival-card:first-child p {
    max-width: 560px;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
}

.kwy-arrival-card:first-child .kwy-arrival-card__badge {
    background: #ffffff;
    color: #172027;
}

.kwy-arrival-card:nth-child(6) {
    grid-column: span 2;
}

.kwy-why-panel {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-self: start;
    position: sticky;
    top: 110px;
    min-height: 620px;
    background: #11161a;
    border: 1px solid #263238;
    border-radius: 8px;
    color: #ffffff;
}

.kwy-why-panel img {
    display: block;
    width: 100%;
    height: 284px;
    object-fit: cover;
    filter: saturate(.92) contrast(1.06);
}

.kwy-why-panel__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 26px;
}

.kwy-why-panel__content:after {
    content: "KWY";
    display: block;
    margin-top: auto;
    color: rgba(255, 255, 255, .08);
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
    text-align: right;
}

.kwy-why-panel h3 {
    margin: 10px 0 18px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 850;
    line-height: 1.25;
}

.kwy-why-panel ul,
body.kwy-site .list.circle-arrow {
    margin: 0;
    padding: 0;
    list-style: none;
}

.kwy-why-panel li {
    position: relative;
    margin: 0 0 15px;
    padding: 14px 0 0 24px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .72);
    line-height: 1.7;
}

.kwy-why-panel li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d8923c;
}

.kwy-section--latest-copy {
    background:
        linear-gradient(180deg, #f8faf7 0%, #eef4ef 100%);
}

.kwy-latest-copy {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr);
    gap: 58px;
    align-items: start;
}

.kwy-latest-copy__lead h2 {
    max-width: 680px;
    margin: 10px 0 22px;
    color: #172027;
    font-size: 46px;
    font-weight: 850;
    line-height: 1.14;
}

.kwy-latest-copy__lead p {
    max-width: 820px;
    margin: 0 0 16px;
    color: #4d5a61;
    font-size: 17px;
    line-height: 1.9;
}

.kwy-latest-copy__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 24px;
    margin-top: 30px;
}

.kwy-latest-copy__notes {
    padding-left: 34px;
    border-left: 1px solid #d6e0da;
}

.kwy-latest-copy__notes div {
    padding: 0 0 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #d6e0da;
}

.kwy-latest-copy__notes div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.kwy-latest-copy__notes span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: #ffffff;
    color: #0f6662;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 10px 26px rgba(17, 22, 26, .08);
}

.kwy-latest-copy__notes h3 {
    margin: 0 0 10px;
    color: #172027;
    font-size: 22px;
    font-weight: 850;
    line-height: 1.25;
}

.kwy-latest-copy__notes p {
    margin: 0;
    color: #5f6d73;
    line-height: 1.8;
}

.kwy-section--latest {
    background: #f7faf6;
}

.kwy-section--latest:before {
    opacity: .55;
}

.kwy-section--latest .kwy-section__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid #d8e2dc;
}

.kwy-section--latest .kwy-section__heading:after {
    display: none;
}

.kwy-section--latest .kwy-section__heading h2 {
    max-width: none;
    font-size: 44px;
}

.kwy-split--products {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: start;
}

.kwy-product-feed {
    margin-top: 0;
}

.kwy-arrival-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: auto;
    grid-auto-flow: row;
    gap: 18px;
}

.kwy-arrival-card,
.kwy-arrival-card:first-child,
.kwy-arrival-card:nth-child(6) {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-color: #dce5df;
    color: #172027;
}

.kwy-arrival-card__media,
.kwy-arrival-card:first-child .kwy-arrival-card__media {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 10;
    background: #e8eee9;
}

.kwy-arrival-card:first-child .kwy-arrival-card__media:after {
    display: none;
}

.kwy-arrival-card__media img {
    object-fit: cover;
}

.kwy-arrival-card__body,
.kwy-arrival-card:first-child .kwy-arrival-card__body {
    position: relative;
    z-index: auto;
    width: auto;
    margin-top: 0;
    flex: 1;
    padding: 20px;
}

.kwy-arrival-card__meta,
.kwy-arrival-card:first-child .kwy-arrival-card__meta {
    color: #0f6662;
}

.kwy-arrival-card__meta i,
.kwy-arrival-card:first-child .kwy-arrival-card__meta i {
    color: #b7c4bd;
}

.kwy-arrival-card h3,
.kwy-arrival-card:first-child h3 {
    max-width: none;
    color: #172027;
    font-size: 21px;
    line-height: 1.28;
    -webkit-line-clamp: 2;
}

.kwy-arrival-card h3 a,
.kwy-arrival-card:first-child h3 a {
    color: #172027;
}

.kwy-arrival-card p,
.kwy-arrival-card:first-child p {
    max-width: none;
    color: #647077;
    font-size: 13px;
    -webkit-line-clamp: 2;
}

.kwy-arrival-card__link,
.kwy-arrival-card:first-child .kwy-arrival-card__link {
    color: #b76f24;
}

.kwy-why-panel {
    position: sticky;
    top: 112px;
    min-height: 0;
    border-color: #243038;
}

.kwy-why-panel img {
    height: 188px;
}

.kwy-why-panel__content {
    padding: 22px;
}

.kwy-why-panel__content:after {
    display: none;
}

.kwy-why-panel h3 {
    margin-bottom: 16px;
    font-size: 22px;
}

.kwy-why-panel li {
    margin-bottom: 12px;
    padding-top: 12px;
    font-size: 14px;
    line-height: 1.65;
}

body.kwy-site .list.circle-arrow li {
    position: relative;
    margin: 0 0 14px;
    padding-left: 24px;
    color: #59636a;
    line-height: 1.7;
}

body.kwy-site .list.circle-arrow li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0f6662;
}

.kwy-section--process {
    background: #ffffff;
}

.kwy-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid #e0e5e1;
    border-radius: 8px;
    background: #e0e5e1;
}

.kwy-process-grid div {
    min-height: 228px;
    padding: 26px;
    background: #ffffff;
}

.kwy-process-grid span {
    color: #b76f24;
    font-size: 13px;
    font-weight: 900;
}

.kwy-process-grid h3 {
    margin: 16px 0 12px;
    color: #172027;
    font-size: 21px;
    font-weight: 850;
}

.kwy-process-grid p {
    margin: 0;
    color: #59636a;
    line-height: 1.75;
}

.kwy-cta {
    position: relative;
    min-height: 392px;
    display: flex;
    align-items: center;
    background-image:
        linear-gradient(90deg, rgba(13, 17, 20, .88) 0%, rgba(13, 17, 20, .68) 55%, rgba(13, 17, 20, .28) 100%),
        var(--cta-image);
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.kwy-cta__content {
    max-width: 760px;
    padding: 64px 0;
}

.kwy-cta h2 {
    margin: 12px 0 28px;
    color: #ffffff;
    font-size: 42px;
    font-weight: 850;
    line-height: 1.18;
}

/* Inner pages */
body.kwy-site .page-heading.style-2 {
    margin: 0;
    padding: 62px 0;
    background:
        linear-gradient(90deg, rgba(17, 22, 26, .92), rgba(17, 22, 26, .78)),
        url("/Uploads/site/hero_precision_medical.svg") center/cover;
    color: #ffffff;
}

body.kwy-site .page-heading h1 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 850;
    line-height: 1.2;
}

body.kwy-site .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, .72);
    list-style: none;
}

body.kwy-site .breadcrumbs li,
body.kwy-site .breadcrumbs a {
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
}

body.kwy-site .page-heading + section.container,
body.kwy-site .blog-single {
    padding-top: 64px;
    padding-bottom: 72px;
}

body.kwy-site .sidebar > ul,
body.kwy-site .sidebar .widget-container {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.kwy-site .sidebar .widget-container {
    margin-bottom: 22px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid #e0e5e1;
    border-radius: 8px;
}

body.kwy-site .sidebar .widget-title {
    margin: 0 0 16px;
    color: #172027;
    font-size: 19px;
    font-weight: 850;
}

body.kwy-site .sidebar .menu,
body.kwy-site .sidebar .menu ul,
body.kwy-site .sidebar .widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.kwy-site .sidebar .menu a,
body.kwy-site .sidebar .widget_categories a {
    display: block;
    padding: 11px 0;
    border-bottom: 1px solid #edf0ed;
    background: transparent !important;
    color: #59636a;
    line-height: 1.45;
}

body.kwy-site .sidebar .widget_nav_menu .menu li a,
body.kwy-site .sidebar .menu li.current-menu-ancestor a,
body.kwy-site .sidebar .menu li.current-menu-item a {
    padding: 11px 0 !important;
    background: transparent !important;
    color: #59636a !important;
}

body.kwy-site .sidebar .menu a:after {
    color: #0f6662;
}

body.kwy-site .sidebar .menu li,
body.kwy-site .sidebar .widget_categories li {
    background: transparent !important;
}

body.kwy-site .sidebar .menu a:hover,
body.kwy-site .sidebar .widget_categories a:hover {
    color: #0f6662;
}

body.kwy-site .vc_grid-item-zone-c-bottom .vc_gitem-zone,
body.kwy-site .vc_custom_1439976676863,
body.kwy-site .vc_custom_1436801836264 {
    background: #ffffff !important;
    border: 1px solid #e0e5e1;
    border-radius: 8px;
}

body.kwy-site .wpagenavi {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 34px;
}

body.kwy-site .wpagenavi a,
body.kwy-site .wpagenavi span {
    min-width: 38px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: 1px solid #dce2de;
    border-radius: 8px;
    background: #ffffff;
}

.kwy-catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.kwy-catalog-card {
    min-height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e0e5e1;
    border-radius: 8px;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.kwy-catalog-card:hover {
    border-color: #c7d0cc;
    box-shadow: 0 18px 36px rgba(17, 22, 26, .08);
    transform: translateY(-2px);
}

.kwy-catalog-card__image {
    display: block;
    height: 220px;
    overflow: hidden;
    background: #eef1ef;
}

.kwy-catalog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.kwy-catalog-card:hover .kwy-catalog-card__image img {
    transform: scale(1.045);
}

.kwy-catalog-card__content {
    padding: 20px;
}

.kwy-catalog-card h2 {
    margin: 0 0 12px;
    color: #172027;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.35;
}

.kwy-catalog-card h2 a {
    color: #172027;
}

.kwy-catalog-card p {
    min-height: 76px;
    margin: 0 0 18px;
    color: #59636a;
    font-size: 14px;
    line-height: 1.7;
}

.kwy-article-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 920px;
}

.kwy-article-card {
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e0e5e1;
    border-radius: 8px;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.kwy-article-card:hover {
    border-color: #c7d0cc;
    box-shadow: 0 18px 36px rgba(17, 22, 26, .08);
    transform: translateY(-2px);
}

.kwy-article-card__meta {
    color: #b76f24;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
}

.kwy-article-card h2 {
    margin: 10px 0 12px;
    color: #172027;
    font-size: 26px;
    font-weight: 850;
    line-height: 1.28;
}

.kwy-article-card h2 a {
    color: #172027;
}

.kwy-article-card p {
    margin: 0 0 18px;
    color: #59636a;
    line-height: 1.8;
}

.kwy-content-panel {
    max-width: 980px;
    padding: 34px;
    background: #ffffff;
    border: 1px solid #e0e5e1;
    border-radius: 8px;
}

.kwy-content-panel h1,
.kwy-content-panel h2,
.kwy-content-panel h3 {
    color: #172027;
    font-weight: 850;
}

.kwy-content-panel p,
.kwy-content-panel li {
    color: #59636a;
    line-height: 1.9;
}

.kwy-content-panel img {
    border-radius: 8px;
}

body.kwy-site .post.style-2,
body.kwy-site .post-wallpaper,
body.kwy-site .wp_rp_wrap,
body.kwy-site .wpcf7-form {
    background: #ffffff;
    border: 1px solid #e0e5e1;
    border-radius: 8px;
}

body.kwy-site .post-wallpaper,
body.kwy-site .wp_rp_wrap,
body.kwy-site .wpcf7-form {
    padding: 24px;
}

body.kwy-site .kwy-product-article {
    overflow: hidden;
}

body.kwy-site .kwy-product-summary {
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid #edf0ed;
}

body.kwy-site .kwy-product-summary h2 {
    margin: 8px 0 16px;
    color: #172027;
    font-size: 30px;
    font-weight: 850;
    line-height: 1.25;
}

body.kwy-site .kwy-spec-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
}

body.kwy-site .kwy-spec-list p {
    margin: 0;
    padding: 12px 14px;
    background: #f7f8f5;
    border: 1px solid #edf0ed;
    border-radius: 8px;
    color: #59636a;
}

body.kwy-site .related_post_title {
    margin: 0 0 18px;
    color: #172027;
    font-size: 24px;
    font-weight: 850;
}

body.kwy-site .post-nav {
    margin-bottom: 22px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #e0e5e1;
    border-radius: 8px;
    color: #59636a;
}

body.kwy-site .wpcf7-form .noleftpadding > div,
body.kwy-site .wpcf7-form div[style*="width:50%"] {
    width: 100% !important;
    margin: 0 !important;
}

body.kwy-site .carousel {
    overflow: hidden;
    border-radius: 8px;
    background: #11161a;
}

body.kwy-site .carousel-inner .item img {
    width: 100%;
    max-height: 560px;
    object-fit: contain;
    background: #11161a;
}

body.kwy-site .related_post {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.kwy-site .related_post li {
    padding: 0;
    border: 1px solid #e0e5e1;
    border-radius: 8px;
    overflow: hidden;
}

body.kwy-site .related_post img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

body.kwy-site .wp_rp_title {
    display: block;
    padding: 12px;
    color: #172027;
    font-weight: 800;
    line-height: 1.45;
}

body.kwy-site input,
body.kwy-site textarea,
body.kwy-site select {
    width: 100%;
    max-width: 100%;
    min-height: 44px;
    padding: 11px 13px;
    border: 1px solid #dce2de;
    border-radius: 8px;
    background: #ffffff;
    color: #20262b;
    box-shadow: none;
}

body.kwy-site textarea {
    min-height: 132px;
}

body.kwy-site input:focus,
body.kwy-site textarea:focus,
body.kwy-site select:focus {
    border-color: #0f6662;
    outline: none;
}

/* Footer */
body.kwy-site .site-footer {
    padding: 72px 0 0;
    background: #11161a;
    color: #d9dfdf;
}

body.kwy-site .site-footer .row {
    display: flex;
    flex-wrap: wrap;
}

body.kwy-site .site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.kwy-site .site-footer .widget-container {
    margin-bottom: 22px;
}

body.kwy-site .site-footer img {
    display: none !important;
}

body.kwy-site .kwy-footer-brand {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    min-height: 48px;
    padding-left: 60px;
    line-height: 1.2;
}

body.kwy-site .kwy-footer-brand:before {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 0;
    border-color: #d8923c;
    color: #d8923c;
}

body.kwy-site .kwy-footer-brand strong {
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    white-space: nowrap;
}

body.kwy-site .kwy-footer-brand em {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

body.kwy-site .site-footer .widget-title {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 850;
}

body.kwy-site .site-footer .textwidget,
body.kwy-site .site-footer p,
body.kwy-site .site-footer li {
    color: rgba(255, 255, 255, .68);
    line-height: 1.8;
}

body.kwy-site .site-footer a {
    color: rgba(255, 255, 255, .82);
}

body.kwy-site .site-footer a:hover {
    color: #d8923c;
}

body.kwy-site .site-footer .copyright-footer {
    margin-top: 38px;
    padding: 18px 0;
    background: #0c1013;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

body.kwy-site .copyright-footer .row,
body.kwy-site .copyright-footer ul {
    display: block;
}

body.kwy-site #scrolltop a {
    border-radius: 50%;
    background: #b76f24;
    color: #ffffff;
}

/* Premium gray tone trial */
body.kwy-site .top-bar {
    background: #206db7;
    color: #ffffff;
}

body.kwy-site .top-bar,
body.kwy-site .top-bar li,
body.kwy-site .top-bar a,
body.kwy-site .top-bar a:hover,
body.kwy-site .top-bar a:focus,
body.kwy-site .top-bar .fa {
    color: #ffffff !important;
}

body.kwy-site .site-navigation .sub-menu {
    background: rgba(247, 248, 246, .98);
    border-color: #d7ddd9;
    box-shadow: 0 18px 42px rgba(48, 53, 56, .18);
}

body.kwy-site .site-navigation .sub-menu a {
    color: #20262b !important;
}

body.kwy-site .site-navigation .sub-menu a:hover,
body.kwy-site .site-navigation .sub-menu li:hover > a {
    background: #e9eeea;
    color: #0f6662 !important;
}

.kwy-hero {
    background-image: var(--hero-image);
}

.kwy-hero__metrics {
    background: rgba(78, 84, 88, .42);
    border-color: rgba(255, 255, 255, .20);
}

.kwy-product-story--moulds .kwy-product-story__visual,
.kwy-mould-diagram {
    background: #3b4246;
}

.kwy-mould-diagram__plate {
    background: #4a5358;
}

.kwy-mould-diagram__cavity {
    background: #30373b;
}

.kwy-section--featured {
    background: #eef2f0;
    color: #172027;
}

.kwy-product-mosaic .recentportfolio li.item,
.kwy-featured-card {
    background: #f9fbfa;
    border-color: #dce4df;
    box-shadow: 0 12px 28px rgba(48, 53, 56, .08);
}

.kwy-product-mosaic .item-hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, .04) 0%, rgba(238, 242, 240, .92) 100%);
    color: #172027;
}

.kwy-featured-card__body {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(238, 242, 240, .96));
}

.kwy-section--featured .kwy-section__top h2,
.kwy-section--featured .kwy-text-link,
.kwy-product-mosaic .headline h3,
.kwy-featured-card__body h3,
.kwy-featured-card__body h3 a {
    color: #172027;
}

.kwy-why-panel,
body.kwy-site .carousel,
body.kwy-site .carousel-inner .item img {
    background: #3a3f42;
}

.kwy-cta {
    background-image: var(--cta-image);
}

body.kwy-site .page-heading.style-2 {
    background:
        linear-gradient(90deg, rgba(48, 53, 56, .90), rgba(48, 53, 56, .74)),
        url("/Uploads/site/hero_precision_medical.svg") center/cover;
}

body.kwy-site .site-footer {
    background: #373c3f;
}

body.kwy-site .site-footer .copyright-footer {
    background: #303538;
    border-top-color: rgba(255, 255, 255, .12);
}

@media (max-width: 1199px) {
    body.kwy-site .site-navigation .navi > li > a {
        padding: 0 10px;
        font-size: 13px;
    }

    .kwy-hero h1 {
        font-size: 52px;
    }

    .kwy-hero h1.kwy-hero__title--single {
        font-size: 42px;
    }

    .kwy-arrival-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kwy-arrival-card:first-child {
        grid-column: auto;
    }

    .kwy-section--latest .kwy-section__heading:after {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    body.kwy-site .top-bar .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    body.kwy-site .top-bar ul {
        flex-wrap: wrap;
        gap: 10px 14px;
    }

    body.kwy-site .nav-wrap .container {
        flex-wrap: wrap;
        min-height: 76px;
    }

    body.kwy-site .site-logo img {
        width: 190px !important;
    }

    body.kwy-site .kwy-logo-text strong {
        font-size: 22px;
    }

    body.kwy-site .site-navigation {
        display: none;
        width: 100%;
        min-height: 0;
        margin: 0;
        padding: 0 0 18px;
        order: 5;
    }

    body.kwy-site .nav-wrap .fa-search.mobile,
    body.kwy-site button.fa-search.mobile {
        display: none !important;
        visibility: hidden !important;
    }

    body.kwy-site .nav-wrap .container > .navbar-toggle {
        display: none !important;
    }

    body.kwy-site .kwy-menu-button {
        display: inline-flex !important;
        position: static !important;
        z-index: 1;
        margin: 0 0 0 auto !important;
        border-color: #0f6662;
        background: #0f6662;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none;
    }

    body.kwy-site .kwy-menu-button span {
        background: #ffffff;
    }

    body.kwy-site .site-navigation.open {
        display: block;
    }

    body.kwy-site .site-navigation .navi {
        display: block;
        width: 100%;
        border-top: 1px solid #e0e5e1;
        padding-top: 12px;
    }

    body.kwy-site .site-navigation .navi > li:after {
        display: none !important;
        content: none !important;
    }

    body.kwy-site .site-navigation .navi > li > a {
        height: auto;
        min-height: 0;
        padding: 12px 0;
    }

    body.kwy-site .site-navigation .sub-menu,
    body.kwy-site .site-navigation .sub-menu .sub-menu {
        position: static;
        width: 100%;
        min-width: 0;
        visibility: visible;
        opacity: 1;
        transform: none;
        box-shadow: none;
        border-radius: 8px;
        margin: 6px 0 10px;
    }

    .kwy-section,
    body.kwy-site .page-heading + section.container,
    body.kwy-site .blog-single {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .kwy-section__top,
    .kwy-split,
    .kwy-split--products {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .kwy-product-story__panel,
    .kwy-product-story--moulds .kwy-product-story__panel {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .kwy-product-story--moulds .kwy-product-story__content,
    .kwy-product-story--moulds .kwy-product-story__visual {
        order: initial;
    }

    .kwy-product-story__visual {
        min-height: 260px;
    }

    .kwy-product-story__content {
        padding: 34px;
    }

    .kwy-product-story__content h2 {
        font-size: 36px;
    }

    .kwy-section__top .kwy-text-link {
        justify-self: start;
    }

    .kwy-section--capabilities .kwy-section__top .kwy-text-link,
    .kwy-section--featured .kwy-section__top .kwy-text-link {
        position: static;
        justify-content: center;
        margin-top: 16px;
    }

    .kwy-capability-grid,
    .kwy-process-grid,
    .kwy-proof-grid,
    .kwy-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kwy-product-mosaic .recentportfolio,
    .kwy-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kwy-product-mosaic .recentportfolio li.item:first-child {
        grid-column: span 1;
    }

    .kwy-why-panel {
        max-width: none;
        position: relative;
        top: auto;
        min-height: 0;
    }

    .kwy-why-panel img {
        height: 260px;
    }

    .kwy-latest-copy {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .kwy-latest-copy__notes {
        padding-left: 0;
        padding-top: 28px;
        border-left: 0;
        border-top: 1px solid #d6e0da;
    }
}

@media (max-width: 767px) {
    body.kwy-site {
        font-size: 14px;
    }

    body.kwy-site .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.kwy-site .top-bar .right {
        display: none;
    }

    body.kwy-site .site-logo img {
        width: 168px !important;
    }

    body.kwy-site .kwy-logo-text {
        padding-left: 50px;
    }

    body.kwy-site .kwy-logo-text:before {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    body.kwy-site .kwy-logo-text strong {
        font-size: 19px;
    }

    body.kwy-site .kwy-logo-text em {
        font-size: 12px;
    }

    body.kwy-site .site-navigation button.fa-search,
    body.kwy-site button.fa-search.mobile {
        width: 38px;
        height: 38px;
    }

    .kwy-hero {
        min-height: 560px;
    }

    .kwy-hero__content {
        max-width: 100%;
        padding: 58px 0;
        overflow: hidden;
    }

    .kwy-hero h1 {
        max-width: 340px;
        font-size: 28px;
        word-break: break-all;
    }

    .kwy-hero h1.kwy-hero__title--single {
        max-width: 340px;
        font-size: 28px;
        white-space: normal;
    }

    .kwy-hero p {
        max-width: 340px;
        font-size: 16px;
        white-space: normal !important;
        word-break: break-all;
    }

    .kwy-hero p.kwy-hero__subtitle--single {
        width: auto;
        max-width: 340px;
        font-size: 16px;
        white-space: normal;
    }

    .kwy-eyebrow {
        max-width: 340px;
        font-size: 11px;
        word-break: break-all;
    }

    .kwy-hero__metrics,
    .kwy-industrial-bar__grid,
    .kwy-capability-grid,
    .kwy-process-grid,
    .kwy-proof-grid,
    .kwy-catalog-grid,
    body.kwy-site .kwy-spec-list,
    .kwy-product-mosaic .recentportfolio,
    .kwy-featured-grid,
    .kwy-arrival-grid,
    body.kwy-site .related_post {
        grid-template-columns: 1fr;
    }

    .kwy-section--latest .kwy-section__heading {
        grid-template-columns: 1fr;
        padding-bottom: 20px;
    }

    .kwy-section--latest .kwy-section__heading:after {
        display: none;
    }

    .kwy-section--latest .kwy-section__heading h2 {
        font-size: 30px;
    }

    .kwy-latest-copy__lead h2 {
        font-size: 31px;
    }

    .kwy-latest-copy__lead p {
        font-size: 15px;
        line-height: 1.8;
    }

    .kwy-latest-copy__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .kwy-latest-copy__notes h3 {
        font-size: 20px;
    }

    .kwy-arrival-card,
    .kwy-arrival-card:first-child {
        grid-column: auto;
        grid-row: auto;
        min-height: 0;
        display: grid;
        grid-template-columns: 1fr;
        background: #ffffff;
        border-color: #d9e2dc;
        color: #172027;
    }

    .kwy-arrival-card__media,
    .kwy-arrival-card:first-child .kwy-arrival-card__media {
        position: relative;
        inset: auto;
        min-height: 230px;
    }

    .kwy-arrival-card:first-child .kwy-arrival-card__media:after {
        display: none;
    }

    .kwy-arrival-card:first-child .kwy-arrival-card__body {
        position: relative;
        z-index: auto;
        padding: 20px;
    }

    .kwy-arrival-card:first-child .kwy-arrival-card__meta {
        color: #0f6662;
    }

    .kwy-arrival-card:first-child .kwy-arrival-card__meta i {
        color: #b7c4bd;
    }

    .kwy-arrival-card:first-child h3 {
        color: #172027;
        font-size: 23px;
    }

    .kwy-arrival-card:first-child h3 a {
        color: #172027;
    }

    .kwy-arrival-card:first-child p {
        color: #647077;
    }

    .kwy-arrival-card:first-child .kwy-arrival-card__link {
        color: #b76f24;
    }

    .kwy-arrival-card:nth-child(6) {
        grid-column: auto;
    }

    .kwy-industrial-bar__grid span {
        justify-content: flex-start;
        min-height: 54px;
        border-right: 1px solid #e3e7e4;
    }

    .kwy-section__heading h2,
    .kwy-section__top h2,
    .kwy-product-story__content h2,
    .kwy-cta h2,
    body.kwy-site .page-heading h1 {
        font-size: 30px;
    }

    .kwy-section--product-story + .kwy-section--product-story .container {
        padding-top: 34px;
    }

    .kwy-product-story__visual {
        min-height: 220px;
        padding: 24px;
    }

    .kwy-product-story__content {
        padding: 26px 22px 28px;
    }

    .kwy-product-story__content p {
        font-size: 15px;
    }

    .kwy-product-story__chips {
        gap: 8px;
    }

    .kwy-product-story__chips span {
        max-width: 100%;
    }

    .kwy-standard-kit {
        width: min(260px, 100%);
    }

    .kwy-standard-gallery {
        width: min(280px, 100%);
        padding: 8px;
    }

    .kwy-mould-diagram {
        width: min(280px, 100%);
        height: 188px;
    }

    .kwy-mould-gallery {
        width: min(300px, 100%);
        gap: 10px;
    }

    .kwy-mould-gallery figure {
        padding: 7px;
    }

    .kwy-mould-gallery figure:nth-child(2) {
        margin-top: 0;
    }

    .kwy-mould-gallery__media {
        height: auto;
    }

    .kwy-mould-gallery figcaption {
        min-height: 30px;
        font-size: 13px;
    }

    .kwy-material-board {
        width: min(280px, 100%);
        padding-bottom: 68px;
    }

    .kwy-arrival-card__media {
        min-height: 220px;
    }

    .kwy-why-panel img {
        height: 220px;
    }

    .kwy-cta {
        min-height: 360px;
    }

    body.kwy-site .site-footer {
        padding-top: 52px;
    }
}
