/*
Theme Name: wwglass
Theme URI: http://www.brandless.pl
Author: Brandless
Author URI: http://www.brandless.pl
Description: WWGLASS theme
Version: 2026.06.17.1
*/
@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext');

body {
	font-family: 'Poppins', sans-serif;
	color:#333333;
}

.overflow-hidden{
	overflow: hidden;
}
img {
	max-width:100%;
	height:auto;
}
h1, h2 {
	font-family: 'Poppins', sans-serif;
}
h4 {
	font-family: 'Poppins', sans-serif;
}
h1{
	font-size: 55px;
	line-height: 1.29;
	color: #333;
	font-weight: 900;
	text-transform: uppercase;
}
h2{
	font-size: 33px;
	line-height: 1.27;
	margin-bottom: 20px;
	margin-top: 10px;
}
h3{
	font-size: 21px;
	line-height: 1.5;
	text-align: left;
	color: #0b9bd5;
	text-transform: uppercase;
	font-weight: 400;
	font-family: Avenir;
}
p{
	font-size: 16px;
	line-height: 2;
	text-align: left;
	font-weight: 400;
}
li{
	list-style-type: none;
}
b, strong{
	font-weight: 900;
}
.ease *, .ease {
	-webkit-transition: all 0.500s cubic-bezier(.10, .10, .25, .90);
	-moz-transition: all 0.500s cubic-bezier(.10, .10, .25, .90);
	transition: all 0.500s cubic-bezier(.10, .10, .25, .90);
}
.hide{
	display: none;
}
.show{
	display: block;
}
a {
	color: #1292dd;
}
.waterjetlink {background: url('img/waterjetlink.jpg') top center no-repeat;width: 91px;height: 152px;position:fixed;top: 50%;z-index: 1000;background-size: 100%;margin-top: -50px;right: 0px;box-shadow: 0px 2px 14px #0000005c;}
.waterjetlink:hover {transform:scale(1.05);}
.dark-button {
	font-size: 14px;
	line-height: 2.0;
	letter-spacing: 3px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	background-color: #333;
	color: #fff;
	padding: 8px 46px;
	margin-top: 10px;
	font-family: 'Poppins', sans-serif;

	font-weight: 600;
}
.dark-button:hover {
	background:#f71c28;
	color:#fff;
	text-decoration:none;
}
.trans-button {
	font-size: 14px;
	line-height: 2.0;
	letter-spacing: 3px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	background-color: transparent;
	font-weight: 900;
	color: #fff;
	padding: 8px 26px;
	margin-top: 10px;
	border:2px solid #fff;
	font-family: Avenir;
}
.trans-button:hover {
	background:#ffffff;
	color:#383838;
	text-decoration:none;
}
.blue-button {
	font-size: 14px;
	line-height: 2.0;
	letter-spacing: 3px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	background-color: #3B99EF;
	font-weight: 900;
	color: #fff;
	padding: 8px 46px;
	margin-top: 10px;
	font-family: Avenir;
}
.blue-button:hover {
	background:#f71c28;
	color:#fff;
	text-decoration:none;
}
/*HEADER*/
header {
	width: 100%;
	z-index: 100;
	background: url(img/topbg-opt.jpg) top center no-repeat;
	background-size: cover;

}
header.homepage {
	position: absolute;
	width: 100%;
	z-index: 100;
	background: none;
}
#header .logotype-top {
	width: 175px;
}
#header .navbar{
	border: none;
	margin-bottom: 0px;
}
#header .navbar-brand {
	height:auto;
	background: #fff;
	padding: 38px;
}
#header .navbar-nav {
	margin-top: 20px;
	float: right;
}
#header .navbar-nav ul {
	margin: 0px;
	padding:0px;
}
#header .navbar-nav li {
	display:inline-block;
	z-index: 1;
	padding: 0px 0px 0px 18px;
}
#header .navbar-nav li>a {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.71;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	padding: 10px 10px 5px 10px;
	font-weight: 400;
	/* -webkit-font-smoothing: antialiased; */
	text-transform: uppercase;
}
#header .navbar-nav li>a:hover {
	color: #f71c28;
	background-color:transparent;
	text-shadow: none;
}
#header .navbar-nav li>a:focus {
	background:transparent;
}
#header .navbar .current-menu-item a{
	text-shadow: none;
	border-bottom: 4px solid white;
}
#header .fixed {
	position:fixed;
	z-index: 1100;
	width: 100%;
	background: rgba(255, 255, 255, 0.96);
	border-radius: initial;
	top: 0px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.23921568627450981), 0px 12px 10px rgba(0, 0, 0, 0.1);
	/* z-index: 100;
	*/
}
#header .fixed .navbar-nav li>a {
	color: black
}
#header .fixed .navbar-nav li>a:hover {
	color: #f71c28
}
#header .fixed .navbar-brand img{
	height:60px;
}
#header .fixed .navbar-brand {
	background: transparent;
	padding:15px 0px; 
}

.social a svg{
	height: 31px;
	float: right;
	margin-left: 28px;
	margin-top: 27px;
}
.social a:hover svg * {
	fill: #f71c28;
}
#header .fixed .social a svg path {
	fill: #2089bf;
}
#header .fixed .social a:hover svg path {
	fill: #f71c28;
}
#header .navbar .row{
	position: relative;
}
.lang-switcher{
	position: absolute;
	top: 90px;
	right: 35px;
	border: 3px solid white;
	float: right;
	padding: 10px 15px 10px 5px;
}


#lang_sel_list a{
	font-size: 12px;
	font-weight: 600;
	font-family: Poppins;
	padding-left: 12px;

}

.lang_sel_sel{
	border-bottom: 1px solid white;
}

.menu-container #lang_sel_list{
	display: none;
}
/*SECTION 1*/
#Section_1{
	background: url(img/topbg-opt.jpg) center center no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
	width: 100%;
	position: relative;
	min-height: 600px;
}
#Section_1 .welcome{
	margin-top: 154px;
	margin-bottom: 60px;
}
#Section_1 .welcome h1{
	margin-bottom: 20px;
	width: 97%;
	line-height: 1.29;
	letter-spacing: -1px;
	text-align: left;
	color: #ffffff;
	text-shadow: 0px 0px 12px #000000ab;
	margin-bottom: 0px;
	font-family: poppins;
}
#Section_1 .welcome h3{
	line-height: 2.0;
	letter-spacing: 3.8px;
	text-align: left;
	color: #fff;
	text-shadow: 0px 0px 10px #000;
	margin-top: 0px;
	padding-top: 0px;
}
#Section_1 .welcome p{
	font-size: 1.6em;
	line-height: 1.5;
	letter-spacing: 0.5px;
	text-align: left;
	color: #484848;
	margin-bottom: 26px;
	width: 89%;
	font-weight: 200;
}
/*SECTION 2 */
#Section_2{
	background: url(img/sand.jpg) no-repeat #fff;
	width: 100%;
	position: relative;
	padding: 60px 0px;
	background-size: cover;
	background-position-x: 50px;
}
#Section_2 .main-block .dark-blue-text{
	font-size: 1.1em;
	/* font-weight: 600;
	*/
	line-height: 1.29;
	text-align: left;
	color: #4f6b83;
	width: 90%;
	margin-top: 40px;
}
#Section_2 .main-block .listing-text{
	font-size: 1.4em;
	font-weight: 500;
	line-height: 2.0;
	letter-spacing: 0px;
	text-align: left;
	color: #333;
}
#Section_2 .main-block p{
	margin-top: 25px;
	margin-left: 5%;
}
#Section_2 img{
	padding: 20px;
}
#Section_2 .container {
	display: flex;
}
#Section_2 .container > div {
	align-self: center;
}
/*SECTION 3 */
#Section_3{
	width: 100%;
	padding: 120px 0px;
	background: #f0f0f0;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	position:relative;
}
#Section_3 .we-are-member .container {
	display: flex;
	flex-wrap:wrap;
}
#Section_3 .we-are-member .container > div {
	float:none;
	align-self: center;
}
#Section_3 .big-member-text {
	font-size: 2.9em;
	font-weight: 900;
	color: #7b7c81;
	text-transform: uppercase;
	line-height: 1.3em;
}
#Section_3 .big-member-text span{
	color:#4f6b83;
}
#Section_3 .small-member-text {
	border-left: 6px solid #ccc;
	padding: 30px 0px 30px 20px;
}
#Section_3 .map-image {
	right: -40px;
	width: 734px;
	position: absolute;
	top: -5px;
	z-index: -1;
}
#Section_3 .big-brand {
	position:absolute;
	right: 40px;
	bottom: -112px;
	z-index:-1;
	font-size: 9em;
	color: rgba(195, 195, 195, 0.29);
	font-weight: 700;
}
/*SECTION 4*/
#Section_4{
	width: 100%;
	position: relative;
	padding: 60px 0px;
}
#Section_4 h2{
	font-size: 2.4em;
	color:#86878b;
	font-weight: 900;
}
#Section_4 ul li{
	padding: 12px;
	font-size: 1.2em;
}
#Section_4 ul li:before {
	background: url(svg/arrow-gray.svg);
	vertical-align: middle;
	width: 33px;
	height: 33px;
	display: inline-block;
	content:"";
	margin-right: 10px;
	background-size: 64%;
	background-repeat: no-repeat;
}
#Section_4 .warranty {
	position: absolute;
	bottom: 10px;
	width: 270px;
	font-style: italic;
	font-weight: 600;
	padding-left: 100px;
	color:#616267
}
#Section_4 .warranty:before {
	background: url(svg/warranty.svg) center center;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	/* display: inline-block;
	*/
	content:"";
	margin-right: 10px;
	background-size: 64%;
	background-repeat: no-repeat;
	position: absolute;
	top: -23px;
	left: 0px;
}
#Section_4 .two-glasses {
	position:absolute;
	top: 0px;
	right: -120px;
	z-index: -1;
	width: 720px;
}
#Section_4 .container {
	display: flex;
	flex-wrap: wrap;
}
#Section_5, .linia-produkcyjna{
	width: 100%;
	position:relative;
	overflow: hidden;
	padding: 60px 0px;
	text-align:right;
	background: url('img/town-opt.jpg') center center;
	background-size: cover;
}
#Section_5 h3, .linia-produkcyjna h3 {
	text-align: right;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 46px;
	font-weight: 600;
	line-height: 1.2em;
	border-right: 10px solid #fff;
	padding: 0px 20px 0px 0px
}
#Section_5 h1, .linia-produkcyjna h1{
	margin-bottom: 20px;
	width: 81%;
	font-family: Archivo;
	font-size: 56px;
	font-weight: 600;
	line-height: 1.14;
	letter-spacing: -1px;
	text-align: left;
	color: #202348;
}
.grayform label {
	max-width:100%;
	width: 100%;
}
.grayform input, form textarea {
	font-size: 1.1em;
	font-weight:400;
	background: #f4f4f400;
	padding: 10px 20px;
	border: 0px;
	border-radius:2px;
	width: 100%;
	border: 2px solid #a0a0a0;
	border-radius: 20px;
}
.grayform input {
	max-width:100%;
	/* width: 100%;
	*/
}
.grayform textarea {
	max-width:100%;
	min-height: 140px;
}
.grayform input[type=submit] {
	font-size:0.9em;
	letter-spacing:2px;
	color: white;
	padding: 12px 40px 12px;
	text-transform: uppercase;
	border-radius:50px;
	line-height: 1.6em;
	background: #4f6a85;
	font-weight: 600;
	width: auto;
	float: right;
	border: 0px;
}
.grayform input[type=submit]:visited, button-rounded:focus {
	color: #fff;
	text-decoration:none!important;
}
.grayform input[type=submit]:hover {
	color:#fff;
	background: #f71c28;
	border-color: #f71c28;
	text-decoration:none;
}
span.wpcf7-not-valid-tip{
	text-align: left;
}
/*FOOTER*/
.footer-block{
	background: #f4f4f4;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0px 0px 0px;
	text-align: center;
}
.footer-block .copy{
	/* float: right;
	*/
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	color: #777;
	text-align: center;
	margin-top: 40px;
	padding: 0px 0px 30px 0px;
}
.footer-block .footer-logoimg{
	/* float: left;
	*/
	width: 150px;
	margin-bottom: 40px;
}

.footer-logo img{
	width: 150px;
	padding: 0px 0px 50px 0px;
}

footer a{
	font-size: 16px;
line-height: 2;
text-align: left;
font-weight: 400;
color: #333;
}

footer a:hover{
text-decoration: none;
color: #f71c28;
}

footer ul{
	padding-left: 0px;
}

footer li{
	text-align: left;
}

/* Burger Menu */
.burger {
	/* display:none;
	*/
}
.burger {
	padding: 20px;
	font-size: 20px;
	margin-top: 18px;
	opacity: 0;
	position: absolute;
	cursor: pointer;
	left: 30px;
	top: 6px;
	z-index: 1000;
}
.burger span {
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
	position: absolute;
	left: 0;
}
.burger span > span {
	width: 23px;
	display: block;
	height: 3px;
	background: #0c94d8;
	margin: 5px;
	border-radius: 1px;
	margin: 0px;
}
.burger span > span:nth-child(1) {
	top:-6px;
}
.burger span > span:nth-child(3) {
	top: 6px;
}
.burger span > span:nth-child(2) {
}
.burger:hover span > span:nth-child(1) {
	/* transform: rotate(43deg);
	-ms-transform: rotate(43deg);
	-webkit-transform: rotate(43deg);
	-o-transform: rotate(43deg);
	*/
	top:-8px;
}
.burger:hover span > span:nth-child(3) {
	/* transform: rotate(-43deg);
	-ms-transform: rotate(-43deg);
	-webkit-transform: rotate(-43deg);
	-o-transform: rotate(-43deg);
	*/
	top:9px;
}


.cross span > span:nth-child(1) {
    transform: rotate(43deg)!important;
    -ms-transform: rotate(43deg)!important;
    -webkit-transform: rotate(43deg)!important;
    -o-transform: rotate(43deg)!important;
    top:0px!important;

}

.cross span > span:nth-child(3) {
    transform: rotate(-43deg)!important;
    -ms-transform: rotate(-43deg)!important;
    -webkit-transform: rotate(-43deg)!important;
    -o-transform: rotate(-43deg)!important;
    top:0px!important;


}

.cross span > span:nth-child(2) {
    width:0px!important;

}

.cross:hover span > span:nth-child(1) {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    top:-8px;

}

.cross:hover span > span:nth-child(3) {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    top:9px;


}

.cross:hover span > span:nth-child(2) {width:23px;}

section {
	position:relative;
	overflow: hidden;
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #333;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #333;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #333;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #333;
}
.map-container {
}
.map-container #map {
	height:400px;
}
.contact {
	padding: 40px 0px;
}
.contact .contact-phone {
	font-size: 2em;
	font-weight: 300;
}
footer h4 {
	text-align:left;
}
/*New CSS*/
.mt-40{
	margin-top: 40px;
}
.mb-50{
	margin-bottom: 50px;
}
.about, .offer, .tech, .realization, .contact, .offer-subpage{
	padding: 60px 0px;
}
/*STRONA GÃƒâ€¦Ã‚ÂÃƒÆ’Ã¢â‚¬Å“WNA*/
.nature img, .nature p{
	float: right;
}
.nature p{
	background:white;
	font-size: 24px;
	text-transform: uppercase;
	padding: 25px 60px 25px 25px;
	font-family: 'Poppins', sans-serif;
	color: #2E2F34;
	line-height: 27px;
	font-weight: 100;
	position: relative;
	bottom: -80px;
}
#Section_2 p{
	width: 75%;
}
#Section_3 .grupa_sanco{
	margin-left: 45px;
}
.partners, #Section_6{
	text-align: center;
	padding: 30px 0px 50px;
}
.partners h3, #Section_6 h3{
	text-transform: uppercase;
	font-family: Avenir;
	font-weight: 900;
	color: #7A7B7F;
	text-align: center;
	margin-bottom: 60px;
}
.partners ul li, #Section_6 ul li {
	height: 100px;
	line-height: 100px;
}
.partners ul li img, #Section_6 ul li img {
	vertical-align: middle;
}

.partners ul{
	padding-left: 0px;
}

.wpls-logo-showcase .wpls-logo-cnt.slick-slide{
	height: auto;
}

.page-form{
	padding: 90px;
}
.page-form h2{
	color: #405D77;
	font-weight: 900;
	text-align: left;
	margin:25px 0px;
}
.page-form-left{
	padding: 0px 110px 0px 0px;
}
.page-form-right{
	padding: 0px 50px;
}
.grayform input[type='checkbox']{
	width: auto;
}
label{
	font-weight: 300;
}
/*KONTAKT*/
.vwglass-bg{
	float: right;
	z-index:-1;
	font-size: 9em;
	color: rgba(195, 195, 195, 0.29);
	font-weight: 900;
	font-style: italic;
	line-height: 54px;
}
.contact{
	padding: 60px 0px 20px 0px;
}
.text-content{
	clear: both;
	background: #eee;
	padding: 50px 0px;
}
.text-content p{
	font-family: Avenir;
	font-size: 16px;
}
.text-content h3{
	font-size: 24px;
	font-family: Avenir;
	font-weight: 900;
	color: #333333;
	letter-spacing: 2px;
	margin: 40px 0px 25px 0px;
}
.contact-list{
	padding: 60px 0px;
}
.contact-list h4 {
	font-size: 17px;
	font-family: 'Avenir', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2px;
	color: #333333;
}

.contact-form-image {margin-left:-40px;}

.name{
	font-size: 23px;
	font-family: Avenir;
	margin: 17px 0px 0px 0px;
}
/*OFERTA*/
.offer{
	background: url(img/glass-offer.png) no-repeat top right;
	background-size: contain;
}
.offer-content{
	background: #eee;
	padding: 20px 0px;
	font-family: Avenir;
	text-transform: uppercase;
	font-size: 18px;
}
.offer-content{
	background: #eee;
	padding: 60px 0px 30px 0px;
	font-family: Avenir;
	text-transform: uppercase;
	font-size: 0;
}
.offer-content-inside{
	background: white;
	padding: 0px;
	margin: 0px 0px 30px 0px;

}

.offer-content-inside:hover{
background: #3B99EF;
-webkit-transition: all 0.500s cubic-bezier(.10, .10, .25, .90);
	-moz-transition: all 0.500s cubic-bezier(.10, .10, .25, .90);
	transition: all 0.500s cubic-bezier(.10, .10, .25, .90);
	color: pink;
}

.offer-content-inside:hover .offer-text{
color: white;
}
.offer-content-inside .blue-box{
	background: #3B99EF;
	width: 93px;
	height: 93px;
	display: inline-block;
}
.offer-content-inside .blue-box img{
	width: 100px;
	height: 100%;
	transform:scale(0.8);
	-webkit-transform:scale(0.8);
	-moz-transform:scale(0.8);
	-o-transform:scale(0.8);
	margin: auto;
}
.offer-content-inside .offer-text{
	display: inline-block;
	vertical-align: middle;
	padding-left: 14px;
	color: black;
	font-size: 18px;
}
.page-offer .text-content{
	background: white;
	padding: 100px 0px 0px;
}
.text-content-inside{
	position: relative;
}
.text-content-inside p{
	margin-left: 60px;
	font-style: italic;
	font-size: 19px;
}
.text-content-inside:before{
	content: "";
	width: 30px;
	height: 105px;
	background: #3C99EF;
	display: inline-block;
	position: absolute;
}

table.specyfikacja {
    font-size: 12px;
    margin: 0 0 20px 0;
    border-width: 1px;
    border-spacing: 0px;
    border-style: none;
    border-color: rgba(0,0,0,0.1);
    border-collapse: separate;
    background-color: white;
   border: 1px solid black;
    margin-left:auto; 
    margin-right:auto;
}

table td, table th {
    padding: 10px;
    border: 1px solid black;
    text-align: center;
}

td.disable, th.disable{
	background-color: #e6e6e6;
}

.page-offer-subpage h4{
	font-weight: 900;
}

.page-offer-subpage p{
	margin-bottom: 20px;
}

.page-offer-subpage .arrows{
	padding: 20px 0px;
}
.page-offer-subpage .arrows li {
	margin-left: 30px;
	padding: 10px 0px;
	text-transform: unset;
}
.page-offer-subpage .arrows li::before{
	left: -25px;
	top: 12px;
}

.page-offer-subpage .slick-list{
margin: 30px 0px;}

.scrollit{
    overflow:auto;
}

/*TECH*/
.tech{
	background: url(img/tech-bg.jpg) no-repeat;
	background-size: cover;
	background-position: 100% 100%;
}
.meeting-tech{
	background: url(img/tech-meet.jpg) no-repeat;
	background-size: cover;
}
.meeting-tech .text{
	padding: 170px 0px;
}
.meeting-tech .text h2{
	font-weight: 900;
	font-family: Avenir;
	color: #2F271F;
	font-size: 47px;
}
.meeting-tech .text a{
	margin-top: -10px;
}
.arrows{
	padding: 80px 0px;
}
.arrows li{
	font-size: 17px;
	color: #333;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 25px;
	position: relative;
}
.arrows li:before{
	background-image: url(img/arrow-blue.png);
	background-size: 12px 18px;
	width: 12px;
	height: 18px;
	content: "";
	display: inline-block;
	position: absolute;
	left: -10px;
	top: 2px;
}
.first{
	text-align: center;
}
/*ABOUT*/
.text-content2{
	padding: 70px;
	text-align: center;
}
.text-content2 h4{
	font-size: 33px;
	font-family: Avenir;
	font-weight: 300;
}
.text-content-ext .bold{
	margin-top: 30px;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
}
.text-content-ext{
	padding: 50px 0px;
	background-image: url(img/glass-about2.jpg);
	background-repeat: no-repeat;
	background-position: 100% 170%;
	overflow: hidden;
}
.text-content-ext p{
	font-family: Avenir;
	font-size: 16px;
}
.text-content-ext .text2{
	padding: 80px 0px 0px 0px;
}
.page-about p.vwglass-bg {
	line-height: 1em;
	-ms-transform: rotate(-90deg);
	/* IE 9 */
	-webkit-transform: rotate(-90deg);
	/* Safari 3-8 */
	transform: rotate(-90deg);
	left: 160px;
	top: 210px;
	font-size: 98px;
	position: relative;
}
/*REALIZATION*/
.slider-content {
	padding: 40px 0px;
}
div#n2-ss-2 .nextend-arrow{
	width: 55px;
	height: 55px;
}
div#n2-ss-2 .nextend-thumbnail-horizontal .nextend-thumbnail-scroller .nextend-thumbnail-scroller-group > div{
	margin-right: 30px;
}
.wpls-logo-showcase .wpls-logo-showcase button.slick-arrow {border-radius:0;}

.partners .wpls-logo-showcase button.slick-next, .partners .wpls-logo-showcase button.slick-next:active {background: url(img/arrow-blue.png) no-repeat!important;width: 17px;height: 31px;background-size: 100%!important;border-radius: 0!important;}
.partners .wpls-logo-showcase button.slick-next:hover, .partners .wpls-logo-showcase button.slick-next:focus {    background: url(img/arrow-blue.png) no-repeat!important;    width: 17px;height: 31px;background-size: 100%!important;border-radius: 0!important;	opacity:0.6;}
.partners .wpls-logo-showcase button.slick-prev, .partners .wpls-logo-showcase button.slick-prev:active {top:20px; background: url(img/arrow-blue.png) no-repeat!important;width: 17px;height: 31px;background-size: 100%!important;border-radius: 0!important;transform: rotate(180deg);}
.partners .wpls-logo-showcase button.slick-prev:hover, .partners .wpls-logo-showcase button.slick-prev:focus {top:20px; background: url(img/arrow-blue.png) no-repeat!important;width: 17px;height: 31px;background-size: 100%!important;border-radius: 0!important;transform: rotate(180deg);opacity:0.6;}


body.page-template-page-offer-subpage .arrows, body.page-template-page-documents .arrows{
	padding: 0px;
}

body.page-template-page-offer-subpage .arrows li, body.page-template-page-documents .arrows li{
    padding: 20px;
}


body.page-template-page-offer-subpage .arrows li::before, body.page-template-page-documents .arrows li::before{
	left: 0px;
top: 22px;
}


.arrows li a{
	color: #000;
}
.arrows li a:hover{
	color: #3B99EF;
	text-decoration: none
}

.new-offer{
	padding: 40px 0px 60px 0px;
	background: #3C99EF;
	color: #fff;
}

.new-offer h3 {
    font-size: 24px;
    font-family: Avenir;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
    margin: 40px 0px 25px 0px;
}

.new-offer h4{
	font-size: 25px;
	font-weight: 600;
}

.new-offer p{
	padding: 0px 40px 0px 0px;
	font-weight: 300;
}

body.page-template-page-documents .arrows{
	
margin-bottom: 100px;
}

/* Modern WWGlass sections */
:root {
	--wwg-ink: #18232d;
	--wwg-muted: #5f6b76;
	--wwg-line: #dde5ec;
	--wwg-soft: #f4f7f9;
	--wwg-blue: #0b8fd3;
	--wwg-blue-dark: #075f91;
	--wwg-red: #ef2b30;
	--wwg-white: #fff;
}

.header-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	flex-shrink: 0;
	gap: 10px;
}

.lang-switcher--inline {
	border: 0;
	float: none;
	padding: 0;
	position: static;
	right: auto;
	top: auto;
}

.lang-switcher--inline ul {
	display: flex;
	gap: 2px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lang-switcher--inline li {
	margin: 0;
	padding: 0;
}

.lang-switcher--inline a {
	border: 2px solid rgba(255, 255, 255, 0.72);
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-width: 34px;
	padding: 8px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.lang-switcher--inline a:hover,
.lang-switcher--inline a:focus {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
	color: #fff;
	text-decoration: none;
}

.lang-switcher--inline .lang_sel_sel {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
	color: #fff;
	text-decoration: none;
}

.lang-switcher--inline .wwg-lang-fallback {
	display: flex;
	gap: 2px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lang-switcher--inline .wwg-lang-fallback a {
	border: 2px solid rgba(255, 255, 255, 0.72);
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-width: 34px;
	padding: 8px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.lang-switcher--inline .wwg-lang-fallback a:hover,
.lang-switcher--inline .wwg-lang-fallback a:focus,
.lang-switcher--inline .wwg-lang-fallback .lang_sel_sel {
	background: rgba(255, 255, 255, 0.12);
	border-color: #fff;
	color: #fff;
	text-decoration: none;
}

#header .fixed .lang-switcher--inline a {
	border-color: var(--wwg-blue);
	color: var(--wwg-blue);
}

#header .fixed .lang-switcher--inline .wwg-lang-fallback a {
	border-color: var(--wwg-blue);
	color: var(--wwg-blue);
}

#header .fixed .lang-switcher--inline a:hover,
#header .fixed .lang-switcher--inline a:focus,
#header .fixed .lang-switcher--inline .lang_sel_sel,
#header .fixed .lang-switcher--inline .wwg-lang-fallback a:hover,
#header .fixed .lang-switcher--inline .wwg-lang-fallback a:focus,
#header .fixed .lang-switcher--inline .wwg-lang-fallback .lang_sel_sel {
	background: rgba(11, 143, 211, 0.08);
	border-color: var(--wwg-blue-dark);
	color: var(--wwg-blue-dark);
}

.header-cta {
	align-items: center;
	background: var(--wwg-red);
	border: 0;
	color: var(--wwg-white);
	display: inline-flex;
	flex-shrink: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.3;
	margin: 0;
	min-height: 44px;
	padding: 11px 18px;
	text-transform: uppercase;
	white-space: nowrap;
}

#header .burger {
	appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	display: none;
	height: 44px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 44px;
}

#header .menu-container {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: 14px;
	justify-content: flex-end;
	min-width: 0;
}

#header .header-row {
	align-items: center;
	display: flex;
	min-height: 104px;
}

#header .navbar {
	background: rgba(9, 22, 32, 0.18);
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}

#header .navbar-header {
	flex: 0 0 auto;
}

#header .navbar-brand,
#header .fixed .navbar-brand {
	align-items: center;
	background: #fff;
	box-shadow: 0 14px 35px rgba(9, 22, 32, 0.12);
	display: inline-flex;
	height: auto;
	min-height: 76px;
	padding: 18px 22px;
}

#header .navbar-brand img,
#header .fixed .navbar-brand img {
	height: auto;
	width: 168px;
}

#header .navbar-nav {
	align-items: center;
	display: flex;
	flex: 0 1 auto;
	flex-wrap: wrap;
	float: none;
	gap: 2px;
	justify-content: flex-end;
	margin: 0;
}

#header .navbar-nav li {
	display: block;
	padding: 0;
}

#header .navbar-nav li > a {
	border-bottom: 2px solid transparent;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	padding: 12px 9px;
}

#header .navbar-nav li > a:hover,
#header .navbar-nav li > a:focus,
#header .navbar .current-menu-item > a {
	background: transparent;
	border-bottom-color: var(--wwg-red);
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

#header .fixed {
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 10px 28px rgba(9, 22, 32, 0.09);
}

#header .fixed .header-row {
	min-height: 82px;
}

#header .fixed .navbar-brand {
	min-height: 64px;
	padding: 12px 18px;
}

#header .fixed .navbar-brand img {
	width: 145px;
}

#header .fixed .navbar-nav li > a,
#header .fixed .header-shortcuts a {
	color: var(--wwg-ink);
}

#header .fixed .navbar-nav li > a:hover,
#header .fixed .navbar-nav li > a:focus,
#header .fixed .navbar .current-menu-item > a,
#header .fixed .header-shortcuts a:hover,
#header .fixed .header-shortcuts a:focus {
	color: var(--wwg-red);
}

.header-shortcuts {
	align-items: center;
	border-left: 1px solid rgba(255, 255, 255, 0.35);
	display: flex;
	flex: 0 1 auto;
	flex-wrap: wrap;
	gap: 8px;
	padding-left: 14px;
}

.header-shortcuts a {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.header-shortcuts a:hover,
.header-shortcuts a:focus {
	color: var(--wwg-red);
	text-decoration: none;
}

.header-cta:hover,
.header-cta:focus {
	background: var(--wwg-blue);
	color: var(--wwg-white);
	text-decoration: none;
}

#header .fixed .header-cta {
	margin-top: 0;
}

.wwg-home,
.wwg-page {
	background: var(--wwg-white);
	color: var(--wwg-ink);
	overflow: hidden;
}

.wwg-home h1,
.wwg-home h2,
.wwg-home h3,
.wwg-page h1,
.wwg-page h2,
.wwg-page h3 {
	color: var(--wwg-ink);
	letter-spacing: 0;
	text-transform: none;
}

.wwg-home h1,
.wwg-page h1 {
	font-size: 54px;
	line-height: 1.08;
	margin: 0 0 24px;
	max-width: 880px;
}

.wwg-home h2,
.wwg-page h2 {
	font-size: 36px;
	font-weight: 800;
	line-height: 1.18;
	margin: 0 0 18px;
}

.wwg-home h3,
.wwg-page h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 12px;
}

.wwg-home p,
.wwg-page p,
.wwg-page li {
	color: var(--wwg-muted);
	font-size: 16px;
	line-height: 1.75;
}

.wwg-eyebrow {
	color: var(--wwg-blue) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
	line-height: 1.4 !important;
	margin: 0 0 14px !important;
	text-transform: uppercase;
}

.wwg-button {
	align-items: center;
	border: 2px solid transparent;
	display: inline-flex;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.3;
	min-height: 48px;
	padding: 13px 24px;
	text-decoration: none;
	text-transform: uppercase;
}

.wwg-button:hover,
.wwg-button:focus {
	text-decoration: none;
}

.wwg-button--primary {
	background: var(--wwg-red);
	color: var(--wwg-white);
}

.wwg-button--primary:hover,
.wwg-button--primary:focus {
	background: #c91f25;
	color: var(--wwg-white);
}

.wwg-button--light {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.72);
	color: var(--wwg-white);
}

.wwg-button--light:hover,
.wwg-button--light:focus {
	background: var(--wwg-white);
	color: var(--wwg-ink);
}

.wwg-button--secondary {
	background: var(--wwg-blue);
	color: var(--wwg-white);
}

.wwg-button--secondary:hover,
.wwg-button--secondary:focus {
	background: var(--wwg-blue-dark);
	color: var(--wwg-white);
}

.wwg-actions,
.wwg-section__actions,
.wwg-inline-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.wwg-section__actions {
	justify-content: center;
	margin-top: 36px;
}

.wwg-inline-actions {
	margin-top: 28px;
}

.wwg-hero {
	background:
		linear-gradient(90deg, rgba(9, 22, 32, 0.92) 0%, rgba(9, 22, 32, 0.72) 52%, rgba(9, 22, 32, 0.34) 100%),
		url('img/topbg-opt.jpg') center center no-repeat;
	background-size: cover;
	min-height: 690px;
	padding: 220px 0 120px;
}

.wwg-hero__content {
	max-width: 820px;
}

.wwg-hero h1,
.wwg-hero .wwg-hero__lead,
.wwg-hero .wwg-hero__proof {
	color: var(--wwg-white);
}

.wwg-hero__lead {
	font-size: 22px !important;
	line-height: 1.6 !important;
	margin: 0 0 16px;
	max-width: 690px;
}

.wwg-hero__proof {
	display: inline-block;
	max-width: 760px;
	margin: 0 0 34px;
	padding: 10px 16px;
	background: rgba(255, 255, 255, 0.12);
	border-left: 4px solid var(--wwg-red);
	font-size: 16px;
	font-weight: 600;
}

.wwg-section {
	padding: 92px 0;
}

.wwg-section__header {
	margin: 0 auto 42px;
	max-width: 760px;
	text-align: center;
}

.wwg-section__header p,
.wwg-section__header .wwg-eyebrow {
	text-align: center;
}

.wwg-product-grid,
.wwg-feature-grid,
.wwg-realisation-grid,
.wwg-capability-grid,
.wwg-ornament-grid,
.wwg-download-grid {
	display: grid;
	gap: 24px;
}

.wwg-product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wwg-product-card {
	background: var(--wwg-white);
	border: 1px solid var(--wwg-line);
	border-radius: 8px;
	color: var(--wwg-ink);
	display: flex;
	flex-direction: column;
	min-height: 255px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-decoration: none;
}

.wwg-product-card--photo {
	min-height: 0;
}

.wwg-product-card--graphic {
	min-height: 0;
}

.wwg-product-card__graphic {
	align-items: center;
	background: linear-gradient(145deg, var(--wwg-blue-dark) 0%, var(--wwg-blue) 58%, #3eb5e8 100%);
	display: flex;
	justify-content: center;
	min-height: 148px;
	padding: 28px 24px;
}

.wwg-product-card--graphic:nth-child(even) .wwg-product-card__graphic {
	background: linear-gradient(145deg, #1a2530 0%, #2f4354 52%, var(--wwg-blue-dark) 100%);
}

.wwg-product-card__graphic img {
	display: block;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
	height: auto;
	max-height: 112px;
	max-width: 88px;
	transition: transform 0.35s ease;
	width: auto;
}

.wwg-product-card--graphic:hover .wwg-product-card__graphic img,
.wwg-product-card--graphic:focus .wwg-product-card__graphic img {
	transform: scale(1.06);
}

.wwg-product-card__media {
	display: block;
	overflow: hidden;
}

.wwg-product-card__media img {
	aspect-ratio: 16 / 10;
	display: block;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.wwg-product-card--photo:hover .wwg-product-card__media img,
.wwg-product-card--photo:focus .wwg-product-card__media img {
	transform: scale(1.04);
}

.wwg-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px 28px 28px;
}

.wwg-product-card:hover,
.wwg-product-card:focus {
	border-color: var(--wwg-blue);
	box-shadow: 0 18px 42px rgba(15, 38, 58, 0.11);
	color: var(--wwg-ink);
	text-decoration: none;
	transform: translateY(-4px);
}

.wwg-product-card__icon {
	align-items: center;
	background: var(--wwg-soft);
	display: inline-flex;
	height: 66px;
	justify-content: center;
	margin-bottom: 24px;
	width: 66px;
}

.wwg-product-card__icon img {
	max-height: 42px;
	max-width: 42px;
}

.wwg-product-card__title {
	color: var(--wwg-ink);
	font-size: 21px;
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 12px;
}

.wwg-product-card__text {
	color: var(--wwg-muted);
	font-size: 15px;
	line-height: 1.65;
}

.wwg-technology {
	background: var(--wwg-soft);
}

.wwg-facility {
	background: var(--wwg-white);
}

.wwg-facility__layout {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.wwg-facility--aerial .wwg-facility__layout {
	align-items: stretch;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.wwg-facility__media img {
	aspect-ratio: 16 / 10;
	border-radius: 8px;
	box-shadow: 0 22px 60px rgba(22, 37, 49, 0.16);
	display: block;
	object-fit: cover;
	width: 100%;
}

.wwg-facility--aerial .wwg-facility__media img {
	aspect-ratio: 16 / 10;
	min-height: 0;
	height: auto;
	max-height: 480px;
}

.wwg-facility__content p:last-of-type {
	margin-bottom: 24px;
}

.wwg-section--soft {
	background: var(--wwg-soft);
}

.wwg-technology__layout {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.wwg-technology__image img {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	box-shadow: 0 22px 60px rgba(22, 37, 49, 0.16);
	object-fit: cover;
	width: 100%;
}

.wwg-sanco {
	background: var(--wwg-white);
}

.wwg-sanco__layout {
	align-items: center;
	border: 1px solid var(--wwg-line);
	border-radius: 12px;
	box-shadow: 0 18px 42px rgba(15, 38, 58, 0.08);
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
	padding: 36px 40px;
}

.wwg-sanco__content h2 {
	margin-bottom: 14px;
	text-transform: none;
}

.wwg-sanco__content h2 a {
	color: var(--wwg-blue);
	text-decoration: none;
}

.wwg-sanco__content h2 a:hover,
.wwg-sanco__content h2 a:focus {
	color: var(--wwg-blue-dark);
	text-decoration: underline;
}

.wwg-sanco__content p {
	margin-bottom: 22px;
	max-width: 680px;
}

.wwg-sanco__brand {
	align-items: center;
	background: transparent;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: auto;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wwg-sanco__brand:hover,
.wwg-sanco__brand:focus {
	box-shadow: 0 16px 36px rgba(227, 6, 19, 0.22);
	text-decoration: none;
	transform: translateY(-2px);
}

.wwg-sanco__logo-img {
	border-radius: 8px;
	display: block;
	height: auto;
	max-width: 260px;
	width: 100%;
}

.wwg-sanco__logo {
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
}

.wwg-sanco__logo-sub {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.82rem;
	line-height: 1.45;
	margin-top: 10px;
	max-width: 220px;
}

.wwg-feature-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 30px;
}

.wwg-feature-card {
	background: var(--wwg-white);
	border-left: 4px solid var(--wwg-blue);
	border-radius: 8px;
	padding: 24px;
}

.wwg-feature-card p {
	margin-bottom: 0;
}

.wwg-stat-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wwg-home-stats {
	margin: -34px 0 58px;
	position: relative;
	z-index: 2;
}

.wwg-company-stats {
	background: linear-gradient(180deg, var(--wwg-soft) 0%, #e8f1f7 100%);
	padding: 56px 0;
	position: relative;
}

.wwg-company-stats::before {
	background:
		radial-gradient(circle at 12% 50%, rgba(11, 143, 211, 0.07) 0%, transparent 42%),
		radial-gradient(circle at 88% 50%, rgba(239, 43, 48, 0.05) 0%, transparent 42%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.wwg-company-stats .container {
	position: relative;
	z-index: 1;
}

.wwg-company-stats__grid {
	counter-reset: wwg-stat;
	margin: 0;
}

.wwg-stat-card {
	background: linear-gradient(160deg, var(--wwg-white) 0%, #f8fbfd 100%);
	border: 1px solid rgba(11, 143, 211, 0.14);
	border-radius: 12px;
	box-shadow:
		0 4px 8px rgba(15, 38, 58, 0.04),
		0 22px 46px rgba(11, 143, 211, 0.11);
	overflow: hidden;
	padding: 30px 26px 26px;
	position: relative;
	transition:
		border-color 0.28s ease,
		box-shadow 0.28s ease,
		transform 0.28s ease;
}

.wwg-stat-card::before {
	background: linear-gradient(90deg, var(--wwg-blue) 0%, #3eb5e8 100%);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.wwg-stat-card:nth-child(even)::before {
	background: linear-gradient(90deg, var(--wwg-red) 0%, #ff6b6f 100%);
}

.wwg-stat-card::after {
	color: rgba(11, 143, 211, 0.07);
	content: counter(wwg-stat, decimal-leading-zero);
	counter-increment: wwg-stat;
	font-size: 74px;
	font-weight: 900;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-42%);
	user-select: none;
}

.wwg-stat-card:nth-child(even)::after {
	color: rgba(239, 43, 48, 0.06);
}

.wwg-stat-card:hover,
.wwg-stat-card:focus-within {
	border-color: rgba(11, 143, 211, 0.28);
	box-shadow:
		0 8px 16px rgba(15, 38, 58, 0.06),
		0 28px 56px rgba(11, 143, 211, 0.16);
	transform: translateY(-4px);
}

.wwg-stat-card strong {
	background: linear-gradient(135deg, var(--wwg-blue-dark) 0%, var(--wwg-blue) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	display: block;
	font-size: 32px;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin-bottom: 10px;
	max-width: calc(100% - 52px);
	position: relative;
	z-index: 1;
}

.wwg-stat-card:nth-child(even) strong {
	background: linear-gradient(135deg, #c41e22 0%, var(--wwg-red) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.wwg-stat-card span {
	color: var(--wwg-ink);
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	max-width: calc(100% - 52px);
	position: relative;
	z-index: 1;
}

.wwg-glass-facts {
	background:
		linear-gradient(180deg, #e8f4fb 0%, #f4f9fc 42%, var(--wwg-white) 100%);
	border-block: 1px solid rgba(11, 143, 211, 0.14);
	padding: 72px 0 80px;
	position: relative;
}

.wwg-glass-facts::before {
	background:
		radial-gradient(circle at 8% 20%, rgba(11, 143, 211, 0.12) 0%, transparent 38%),
		radial-gradient(circle at 92% 80%, rgba(239, 43, 48, 0.07) 0%, transparent 36%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.wwg-glass-facts .container {
	position: relative;
	z-index: 1;
}

.wwg-glass-facts__intro {
	margin: 0 auto 44px;
	max-width: 820px;
	text-align: center;
}

.wwg-glass-facts__eyebrow {
	display: block;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin: 0 auto 14px;
	text-align: center;
	width: 100%;
}

.wwg-glass-facts__intro h2 {
	color: var(--wwg-navy);
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.12;
	margin: 0 0 16px;
}

.wwg-glass-facts__lead {
	color: var(--wwg-muted);
	font-size: clamp(1.05rem, 1.6vw, 1.2rem);
	line-height: 1.65;
	margin: 0 auto;
	max-width: 680px;
}

.wwg-glass-facts__grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 10px;
}

.wwg-glass-fact-card {
	background: var(--wwg-white);
	border: 1px solid rgba(11, 143, 211, 0.16);
	border-left: 6px solid var(--wwg-blue);
	border-radius: 16px;
	box-shadow:
		0 6px 14px rgba(15, 38, 58, 0.05),
		0 22px 48px rgba(11, 143, 211, 0.1);
	display: flex;
	flex-direction: column;
	min-height: 220px;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.wwg-glass-fact-card--alt {
	border-left-color: var(--wwg-red);
}

.wwg-glass-fact-card:hover,
.wwg-glass-fact-card:focus-within {
	border-color: rgba(11, 143, 211, 0.28);
	box-shadow:
		0 10px 22px rgba(15, 38, 58, 0.08),
		0 28px 56px rgba(11, 143, 211, 0.14);
	transform: translateY(-3px);
}

.wwg-glass-fact-card__index {
	color: rgba(11, 143, 211, 0.14);
	font-size: clamp(3.5rem, 8vw, 5rem);
	font-weight: 900;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: 18px;
	top: 8px;
	z-index: 0;
}

.wwg-glass-fact-card--alt .wwg-glass-fact-card__index {
	color: rgba(239, 43, 48, 0.12);
}

.wwg-glass-fact-card__media {
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.wwg-glass-fact-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wwg-glass-fact-card__body {
	padding: 30px 32px 34px;
	position: relative;
	z-index: 1;
}

.wwg-glass-fact-card__body h3 {
	color: var(--wwg-navy);
	font-size: clamp(1.2rem, 2vw, 1.45rem);
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 14px;
	max-width: 92%;
}

.wwg-glass-fact-card__body p {
	color: var(--wwg-ink);
	font-size: clamp(1rem, 1.35vw, 1.12rem);
	line-height: 1.72;
	margin: 0;
	max-width: 95%;
}

.wwg-capability-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wwg-capability-card {
	background: var(--wwg-white);
	border: 1px solid var(--wwg-line);
	border-radius: 8px;
	min-height: 190px;
	padding: 28px;
}

.wwg-capability-card h3 {
	margin-bottom: 14px;
}

.wwg-capability-card p {
	margin-bottom: 0;
}

.wwg-table-scroll {
	background: var(--wwg-white);
	border: 1px solid var(--wwg-line);
	border-radius: 8px;
	overflow-x: auto;
}

.wwg-spec-table {
	border-collapse: collapse;
	margin: 0;
	min-width: 920px;
	width: 100%;
}

.wwg-spec-table th,
.wwg-spec-table td {
	border-bottom: 1px solid var(--wwg-line);
	color: var(--wwg-muted);
	font-size: 15px;
	line-height: 1.55;
	padding: 18px;
	text-align: left;
	vertical-align: top;
}

.wwg-spec-table thead th {
	background: var(--wwg-ink);
	color: var(--wwg-white);
	font-weight: 800;
}

.wwg-spec-table tbody th {
	color: var(--wwg-ink);
	font-weight: 800;
	width: 190px;
}

.wwg-spec-table tr:last-child th,
.wwg-spec-table tr:last-child td {
	border-bottom: 0;
}

.wwg-note {
	background: var(--wwg-white);
	border-left: 4px solid var(--wwg-blue);
	border-radius: 8px;
	margin: 24px 0 0;
	padding: 20px 24px;
}

.wwg-two-column-tables {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wwg-section__offset {
	margin-top: 24px;
}

.wwg-realisation-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wwg-realisation-grid--featured {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wwg-realisation-card__location,
.wwg-project-showcase__location {
	color: var(--wwg-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.wwg-project-showcase {
	display: grid;
	gap: 36px;
}

.wwg-project-showcase__item {
	background: var(--wwg-white);
	border: 1px solid var(--wwg-line);
	border-radius: 8px;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	overflow: hidden;
}

.wwg-project-showcase__item:nth-child(even) {
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.wwg-project-showcase__item:nth-child(even) .wwg-project-showcase__media {
	order: 2;
}

.wwg-project-showcase__media img {
	aspect-ratio: 16 / 11;
	display: block;
	object-fit: cover;
	width: 100%;
}

.wwg-project-gallery {
	position: relative;
}

.wwg-project-gallery__viewport {
	overflow: hidden;
}

.wwg-project-gallery__image {
	aspect-ratio: 16 / 11;
	display: block;
	object-fit: cover;
	width: 100%;
}

.wwg-project-gallery__nav {
	align-items: center;
	background: rgba(12, 28, 40, 0.72);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background 0.2s ease;
	width: 42px;
	z-index: 2;
}

.wwg-project-gallery__nav:hover,
.wwg-project-gallery__nav:focus {
	background: var(--wwg-blue);
}

.wwg-project-gallery__nav--prev {
	left: 14px;
}

.wwg-project-gallery__nav--next {
	right: 14px;
}

.wwg-project-gallery__nav span {
	font-size: 22px;
	line-height: 1;
}

.wwg-project-gallery__counter {
	background: rgba(12, 28, 40, 0.72);
	border-radius: 999px;
	bottom: 14px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	left: 50%;
	margin: 0;
	padding: 6px 12px;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
}

.wwg-project-showcase__thumbs {
	display: flex;
	gap: 8px;
	padding: 8px;
}

.wwg-project-showcase__thumbs img {
	aspect-ratio: 16 / 10;
	border-radius: 4px;
	flex: 1;
	max-height: 88px;
	object-fit: cover;
	width: auto;
}

.wwg-project-showcase__body {
	padding: 32px 36px;
}

.wwg-project-showcase__body h3 {
	margin-bottom: 14px;
}

.wwg-project-showcase__body p {
	margin-bottom: 0;
}

.wwg-realisation-card,
.wwg-ornament-card,
.wwg-download-card {
	background: var(--wwg-white);
	border: 1px solid var(--wwg-line);
	border-radius: 8px;
	overflow: hidden;
}

.wwg-realisation-card img,
.wwg-ornament-card img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	width: 100%;
}

.wwg-realisation-card__body,
.wwg-ornament-card__body {
	padding: 24px;
}

.wwg-realisation-card p,
.wwg-ornament-card p,
.wwg-download-card p {
	margin-bottom: 0;
}

.wwg-cta {
	background: var(--wwg-ink);
	padding: 78px 0;
}

.wwg-cta__content {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 0.75fr) minmax(190px, auto);
}

.wwg-cta h2,
.wwg-cta p {
	color: var(--wwg-white);
}

.wwg-cta p {
	margin-bottom: 0;
	max-width: 720px;
}

.wwg-cta--compact {
	padding: 44px 0;
}

.wwg-cta--compact .wwg-cta__content {
	align-items: center;
	gap: 20px;
}

.wwg-cta--compact h2 {
	font-size: clamp(22px, 2.6vw, 30px);
	line-height: 1.2;
	margin-bottom: 8px;
}

.wwg-cta--compact p {
	font-size: 15px;
	line-height: 1.55;
	max-width: 620px;
	opacity: 0.92;
}

.wwg-cta--compact .wwg-button {
	flex-shrink: 0;
	white-space: nowrap;
}

.wwg-note--legal {
	border-left-color: var(--wwg-red);
	margin-top: 28px;
}

.wwg-note--legal p {
	color: var(--wwg-muted);
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 0;
}

.wwg-note--legal strong {
	color: var(--wwg-ink);
}

.wwg-page-hero {
	background:
		linear-gradient(90deg, rgba(12, 28, 40, 0.9), rgba(12, 28, 40, 0.68)),
		url('img/section2-bg-opt.jpg') center center no-repeat;
	background-size: cover;
	padding: 150px 0 88px;
}

.wwg-page-hero h1,
.wwg-page-hero p {
	color: var(--wwg-white);
}

.wwg-page-hero p:not(.wwg-eyebrow) {
	max-width: 760px;
}

.wwg-page-hero .wwg-button {
	margin-top: 20px;
}

.wwg-ornament-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wwg-ornament-preview-trigger {
	background: transparent;
	border: 0;
	cursor: zoom-in;
	display: block;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.wwg-ornament-preview-trigger img {
	display: block;
	transition: transform 0.35s ease;
}

.wwg-ornament-preview-trigger:hover img,
.wwg-ornament-preview-trigger:focus img {
	transform: scale(1.04);
}

.wwg-ornament-card img {
	background: var(--wwg-soft);
}

.wwg-text-link {
	color: var(--wwg-blue);
	display: inline-block;
	font-weight: 800;
	margin-top: 18px;
	text-decoration: none;
}

.wwg-text-link:hover,
.wwg-text-link:focus {
	color: var(--wwg-red);
	text-decoration: none;
}

.wwg-inquiry__layout {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(250px, 0.36fr) minmax(0, 0.64fr);
}

.wwg-inquiry__info,
.wwg-form-shell {
	background: var(--wwg-white);
	border: 1px solid var(--wwg-line);
	border-radius: 8px;
	padding: 34px;
}

.wwg-inquiry__info {
	background: var(--wwg-soft);
}

.wwg-inquiry__info ul {
	margin: 18px 0 24px;
	padding-left: 18px;
}

.wwg-inquiry__info li {
	list-style: disc;
	margin-bottom: 10px;
}

.wwg-inquiry__email {
	border-top: 1px solid var(--wwg-line);
	margin: 24px 0 0;
	padding-top: 22px;
}

.wwg-form-shell .wpcf7-form p {
	margin-bottom: 18px;
}

.wwg-form-shell input[type="text"],
.wwg-form-shell input[type="email"],
.wwg-form-shell input[type="tel"],
.wwg-form-shell input[type="number"],
.wwg-form-shell input[type="file"],
.wwg-form-shell select,
.wwg-form-shell textarea {
	background: #fff;
	border: 1px solid #cfd9e2;
	border-radius: 6px;
	color: var(--wwg-ink);
	display: block;
	min-height: 46px;
	padding: 11px 13px;
	width: 100%;
}

.wwg-form-shell textarea {
	min-height: 150px;
}

.wwg-form-shell input[type="submit"],
.wwg-form-shell button[type="submit"] {
	background: var(--wwg-red);
	border: 0;
	color: var(--wwg-white);
	font-weight: 800;
	min-height: 48px;
	padding: 13px 24px;
	text-transform: uppercase;
}

.wwg-form-shell input[type="submit"]:hover,
.wwg-form-shell button[type="submit"]:hover {
	background: #c91f25;
}

.wwg-panel,
.wwg-contact-card,
.wwg-slider-shell {
	background: var(--wwg-white);
	border: 1px solid var(--wwg-line);
	border-radius: 8px;
}

.wwg-panel {
	padding: 34px;
}

.wwg-rich-content > :last-child,
.wwg-contact-card > :last-child,
.wwg-panel > :last-child {
	margin-bottom: 0;
}

.wwg-rich-content a,
.wwg-contact-card a,
.wwg-panel a {
	color: var(--wwg-blue);
	font-weight: 800;
	text-decoration: none;
}

.wwg-rich-content a:hover,
.wwg-rich-content a:focus,
.wwg-contact-card a:hover,
.wwg-contact-card a:focus,
.wwg-panel a:hover,
.wwg-panel a:focus {
	color: var(--wwg-red);
	text-decoration: none;
}

.wwg-contact-grid,
.wwg-realisations-intro {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
}

.wwg-contact-overview {
	padding-top: 0;
}

.wwg-section__header--left {
	margin-bottom: 28px;
	max-width: 720px;
	text-align: left;
}

.wwg-contact-channels {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 24px;
}

.wwg-contact-channel {
	background: var(--wwg-white);
	border: 1px solid var(--wwg-line);
	border-radius: 8px;
	color: inherit;
	display: block;
	padding: 20px 22px;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wwg-contact-channel:hover,
.wwg-contact-channel:focus {
	border-color: rgba(11, 143, 211, 0.35);
	box-shadow: 0 12px 28px rgba(24, 35, 45, 0.08);
	color: inherit;
	text-decoration: none;
	transform: translateY(-2px);
}

.wwg-contact-channel__label {
	color: var(--wwg-muted, #5f6b76);
	display: block;
	font-size: 0.72em;
	font-weight: 800;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.wwg-contact-channel strong {
	color: var(--wwg-ink, #18232d);
	display: block;
	font-size: 1.02em;
	font-weight: 800;
	line-height: 1.35;
}

.wwg-contact-tips {
	margin-bottom: 24px;
}

.wwg-contact-tips h3 {
	font-size: 1.05em;
	margin: 0 0 14px;
}

.wwg-contact-extra {
	margin-top: 0;
}

.wwg-contact-company__name {
	font-size: 1.05em;
	font-weight: 800;
	line-height: 1.45;
	margin: 0 0 16px;
}

.wwg-contact-company__address {
	font-style: normal;
	line-height: 1.6;
	margin: 0 0 16px;
}

.wwg-contact-company__email {
	margin: 0 0 4px;
}

.wwg-contact-company__route {
	margin-top: 22px;
	width: 100%;
}

.wwg-contact-highlight {
	border-top: 4px solid var(--wwg-blue);
}

.wwg-contact-legal {
	border-top: 1px solid var(--wwg-border, #d8e0e8);
	margin-top: 20px;
	padding-top: 18px;
}

.wwg-contact-legal p {
	margin: 0 0 14px;
}

.wwg-contact-legal p:last-child {
	margin-bottom: 0;
}

.wwg-contact-legal strong {
	color: var(--wwg-muted, #5f6b76);
	display: block;
	font-size: 0.72em;
	font-weight: 800;
	letter-spacing: 0.05em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.wwg-contact-card-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wwg-contact-card {
	min-height: 210px;
	padding: 28px;
}

.wwg-contact-card--accent {
	background: var(--wwg-ink);
	border-color: var(--wwg-ink);
}

.wwg-contact-card--accent h3,
.wwg-contact-card--accent p {
	color: var(--wwg-white);
}

.wwg-contact-card--accent .wwg-button {
	margin-top: 18px;
}

.wwg-check-list {
	margin: 18px 0 0;
	padding-left: 18px;
}

.wwg-check-list li {
	list-style: disc;
	margin-bottom: 10px;
}

.wwg-map-shell {
	background: var(--wwg-white);
	border: 1px solid var(--wwg-line);
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.wwg-map-shell #map,
.wwg-map-shell iframe {
	display: block;
	min-height: 420px;
	width: 100%;
}

.wwg-map-shell__overlay {
	bottom: 22px;
	left: 22px;
	position: absolute;
	z-index: 2;
}

.wwg-map-directions-btn {
	box-shadow: 0 14px 34px rgba(15, 38, 58, 0.22);
}

.wwg-map-infowindow h3 {
	color: var(--wwg-ink);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 8px;
}

.wwg-map-infowindow p {
	color: var(--wwg-muted);
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 12px;
}

.wwg-map-infowindow__link {
	color: var(--wwg-blue);
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.wwg-map-infowindow__link:hover,
.wwg-map-infowindow__link:focus {
	color: var(--wwg-red);
	text-decoration: none;
}

.wwg-contact-form-block {
	display: grid;
	gap: 28px;
}

.wwg-contact-form-block__intro img {
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	display: block;
	margin-bottom: 24px;
	object-fit: cover;
	width: 100%;
}

.wwg-contact-form-block__intro p {
	margin-bottom: 0;
}

.wwg-slider-shell {
	overflow: hidden;
	padding: 18px;
}

.wwg-legacy-section .linia-produkcyjna,
.wwg-legacy-section .partners {
	margin: 0;
}

.wwg-production-strip,
.wwg-partners-strip,
.wwg-standards-strip {
	padding: 72px 0;
}

.wwg-production-strip {
	background: var(--wwg-ink);
}

.wwg-production-strip__content {
	align-items: center;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.wwg-production-strip h2,
.wwg-production-strip p,
.wwg-production-strip .wwg-rich-content,
.wwg-production-strip .wwg-rich-content p {
	color: var(--wwg-white);
}

.wwg-production-strip .wwg-rich-content {
	max-width: 760px;
}

.wwg-partners-strip {
	background: var(--wwg-white);
	border-top: 1px solid var(--wwg-line);
}

.wwg-partners-strip__logos {
	background: var(--wwg-soft);
	border: 1px solid var(--wwg-line);
	border-radius: 8px;
	padding: 28px;
}

.wwg-standards-strip {
	background: var(--wwg-soft);
	text-align: center;
}

.wwg-standards-strip h2 {
	margin: 0 auto;
	max-width: 860px;
}

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

.wwg-download-card {
	padding: 28px;
}

.wwg-download-card ul {
	margin: 20px 0 0;
	padding-left: 0;
}

.wwg-download-card li {
	border-top: 1px solid var(--wwg-line);
	list-style: none;
	padding: 12px 0;
}

.wwg-download-card li:last-child {
	padding-bottom: 0;
}

.wwg-download-card a {
	align-items: center;
	color: var(--wwg-blue-dark);
	display: flex;
	gap: 12px;
	font-weight: 800;
	justify-content: space-between;
	text-decoration: none;
}

.wwg-download-card a:hover,
.wwg-download-card a:focus {
	color: var(--wwg-red);
	text-decoration: none;
}

.wwg-download-card__empty {
	color: #7a8792 !important;
	font-style: italic;
	margin-top: 18px;
}

.wwg-download-card__meta {
	background: var(--wwg-soft);
	border: 1px solid var(--wwg-line);
	border-radius: 999px;
	color: var(--wwg-muted);
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	padding: 7px 9px;
}

body.wwg-modal-open {
	overflow: hidden;
}

.wwg-ornament-modal {
	align-items: center;
	display: none;
	inset: 0;
	justify-content: center;
	padding: 22px;
	position: fixed;
	z-index: 10000;
}

.wwg-ornament-modal.is-visible {
	display: flex;
}

.wwg-ornament-modal__backdrop {
	background: rgba(12, 21, 31, 0.78);
	inset: 0;
	position: absolute;
}

.wwg-ornament-modal__dialog {
	background: var(--wwg-white);
	border-radius: 8px;
	box-shadow: 0 28px 80px rgba(4, 12, 18, 0.28);
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	max-height: min(760px, 92vh);
	max-width: 980px;
	overflow: hidden;
	position: relative;
	width: min(980px, 100%);
}

.wwg-ornament-modal__close {
	align-items: center;
	background: var(--wwg-ink);
	border: 0;
	border-radius: 999px;
	color: var(--wwg-white);
	display: inline-flex;
	font-size: 26px;
	height: 42px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 42px;
	z-index: 1;
}

.wwg-ornament-modal__image {
	background: var(--wwg-soft);
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	width: 100%;
}

.wwg-ornament-modal__body {
	align-self: center;
	padding: 42px;
}

.wwg-ornament-modal__body h3 {
	color: var(--wwg-ink);
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 14px;
	text-transform: none;
}

.wwg-ornament-modal__body p {
	margin-bottom: 24px;
}

.wwg-content-narrow {
	margin: 0 auto;
	max-width: 900px;
}

.wwg-entry-content p:last-child,
.wwg-entry-content ul:last-child,
.wwg-entry-content ol:last-child {
	margin-bottom: 0;
}

.wwg-offer-addon-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wwg-offer-hero {
	background:
		linear-gradient(90deg, rgba(9, 22, 32, 0.92) 0%, rgba(9, 22, 32, 0.72) 52%, rgba(9, 22, 32, 0.34) 100%),
		url('img/topbg-opt.jpg') center center no-repeat;
	background-size: cover;
}

.wwg-offer-hero__content {
	max-width: 840px;
}

.wwg-offer-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 26px 0 30px;
}

.wwg-offer-hero__badges span {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: var(--wwg-white);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 16px;
}

.wwg-technology-hero {
	background:
		linear-gradient(90deg, rgba(9, 22, 32, 0.92) 0%, rgba(9, 22, 32, 0.72) 52%, rgba(9, 22, 32, 0.34) 100%),
		url('img/tech-bg.jpg') center center no-repeat;
	background-size: cover;
}

.wwg-technology-hero__content {
	max-width: 840px;
}

.wwg-technology-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 26px 0 30px;
}

.wwg-technology-hero__badges span {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: var(--wwg-white);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 16px;
}

.wwg-technology-page .wwg-technology__image img {
	border-radius: 8px;
	box-shadow: 0 22px 60px rgba(22, 37, 49, 0.16);
}

.wwg-tech-knowledge {
	background: linear-gradient(180deg, var(--wwg-soft) 0%, #e8f1f7 100%);
}

.wwg-tech-topic-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wwg-tech-topic-card {
	background: linear-gradient(160deg, var(--wwg-white) 0%, #f8fbfd 100%);
	border: 1px solid rgba(11, 143, 211, 0.14);
	border-radius: 12px;
	box-shadow:
		0 4px 8px rgba(15, 38, 58, 0.04),
		0 22px 46px rgba(11, 143, 211, 0.1);
	color: var(--wwg-ink);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	padding: 30px 28px 26px;
	position: relative;
	text-decoration: none;
	transition:
		border-color 0.28s ease,
		box-shadow 0.28s ease,
		transform 0.28s ease;
}

.wwg-tech-topic-card::before {
	background: linear-gradient(90deg, var(--wwg-blue-dark) 0%, var(--wwg-blue) 100%);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.wwg-tech-topic-card:nth-child(even)::before {
	background: linear-gradient(90deg, var(--wwg-red) 0%, #ff6b6f 100%);
}

.wwg-tech-topic-card:hover,
.wwg-tech-topic-card:focus {
	border-color: rgba(11, 143, 211, 0.28);
	box-shadow:
		0 8px 16px rgba(15, 38, 58, 0.06),
		0 28px 56px rgba(11, 143, 211, 0.16);
	color: var(--wwg-ink);
	text-decoration: none;
	transform: translateY(-4px);
}

.wwg-tech-topic-card__index {
	color: rgba(11, 143, 211, 0.14);
	font-size: 64px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 8px;
}

.wwg-tech-topic-card:nth-child(even) .wwg-tech-topic-card__index {
	color: rgba(239, 43, 48, 0.12);
}

.wwg-tech-topic-card h3 {
	color: var(--wwg-ink);
	font-size: 22px;
	line-height: 1.25;
	margin-bottom: 12px;
	position: relative;
	text-transform: none;
	z-index: 1;
}

.wwg-tech-topic-card p {
	color: var(--wwg-muted);
	flex: 1;
	font-size: 15px;
	line-height: 1.65;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

.wwg-tech-topic-card__link {
	color: var(--wwg-blue);
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	margin-top: 22px;
	position: relative;
	z-index: 1;
}

.wwg-tech-topic-card:hover .wwg-tech-topic-card__link,
.wwg-tech-topic-card:focus .wwg-tech-topic-card__link {
	color: var(--wwg-red);
}

.wwg-realisations-lead {
	padding-bottom: 36px;
	padding-top: 72px;
}

.wwg-realisations-lead__inner {
	background: linear-gradient(160deg, var(--wwg-white) 0%, #f8fbfd 100%);
	border: 1px solid rgba(11, 143, 211, 0.14);
	border-left: 4px solid var(--wwg-blue);
	border-radius: 12px;
	box-shadow: 0 18px 42px rgba(11, 143, 211, 0.1);
	margin: 0 auto;
	max-width: 820px;
	padding: 34px 38px;
	text-align: center;
}

.wwg-realisations-lead__title {
	font-size: clamp(26px, 3vw, 34px);
	line-height: 1.2;
	margin-bottom: 14px;
}

.wwg-realisations-lead__text {
	color: var(--wwg-muted);
	font-size: 18px;
	line-height: 1.65;
	margin-bottom: 0;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

.wwg-realisations-page .wwg-section--soft {
	padding-top: 72px;
}

.wwg-capabilities-hero {
	background:
		linear-gradient(90deg, rgba(9, 22, 32, 0.92) 0%, rgba(9, 22, 32, 0.72) 52%, rgba(9, 22, 32, 0.34) 100%),
		url('img/machine2.jpg') center center no-repeat;
	background-size: cover;
}

.wwg-capabilities-hero__content {
	max-width: 840px;
}

.wwg-capabilities-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 26px 0 30px;
}

.wwg-capabilities-hero__badges span {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: var(--wwg-white);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 16px;
}

.wwg-capabilities-stats {
	padding-top: 72px;
}

.wwg-capabilities-stats .wwg-section__header {
	margin-bottom: 28px;
}

.wwg-capabilities-page .wwg-capability-card {
	background: linear-gradient(160deg, var(--wwg-white) 0%, #f8fbfd 100%);
	border: 1px solid rgba(11, 143, 211, 0.14);
	border-radius: 12px;
	box-shadow:
		0 4px 8px rgba(15, 38, 58, 0.04),
		0 18px 40px rgba(11, 143, 211, 0.1);
	min-height: 0;
	overflow: hidden;
	padding: 28px 26px 26px;
	position: relative;
	transition:
		border-color 0.28s ease,
		box-shadow 0.28s ease,
		transform 0.28s ease;
}

.wwg-capabilities-page .wwg-capability-card::before {
	background: linear-gradient(90deg, var(--wwg-blue) 0%, #3eb5e8 100%);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.wwg-capabilities-page .wwg-capability-card:nth-child(even)::before {
	background: linear-gradient(90deg, var(--wwg-red) 0%, #ff6b6f 100%);
}

.wwg-capabilities-page .wwg-capability-card:hover {
	border-color: rgba(11, 143, 211, 0.28);
	box-shadow:
		0 8px 16px rgba(15, 38, 58, 0.06),
		0 24px 48px rgba(11, 143, 211, 0.14);
	transform: translateY(-3px);
}

.wwg-capabilities-page .wwg-capability-card h3 {
	color: var(--wwg-ink);
	font-size: 20px;
	margin-bottom: 12px;
}

.wwg-capabilities-page .wwg-table-scroll {
	border: 1px solid rgba(11, 143, 211, 0.14);
	border-radius: 12px;
	box-shadow: 0 18px 42px rgba(11, 143, 211, 0.1);
	overflow: hidden;
}

.wwg-capabilities-page .wwg-spec-table thead th {
	background: linear-gradient(90deg, var(--wwg-blue-dark) 0%, var(--wwg-blue) 100%);
	border-bottom: 0;
	color: var(--wwg-white);
	font-size: 14px;
	letter-spacing: 0.02em;
	padding: 16px 18px;
	text-transform: none;
}

.wwg-capabilities-page .wwg-spec-table thead tr:first-child th {
	font-size: 15px;
	padding: 18px;
}

.wwg-capabilities-page .wwg-spec-table tbody tr:nth-child(even) td,
.wwg-capabilities-page .wwg-spec-table tbody tr:nth-child(even) th {
	background: rgba(244, 247, 249, 0.72);
}

.wwg-capabilities-page .wwg-spec-table tbody th {
	color: var(--wwg-blue-dark);
}

.wwg-capabilities-page .wwg-spec-table td,
.wwg-capabilities-page .wwg-spec-table tbody th {
	border-bottom-color: rgba(11, 143, 211, 0.1);
}

.wwg-capabilities-sealing {
	margin-top: 32px;
}

.wwg-package-builds {
	display: grid;
	gap: 40px;
}

.wwg-package-builds__title {
	color: var(--wwg-ink);
	font-size: clamp(22px, 2.4vw, 28px);
	line-height: 1.25;
	margin: 0 0 18px;
	text-transform: none;
}

.wwg-table-scroll--builds {
	overflow-x: auto;
}

.wwg-spec-table--builds {
	min-width: 640px;
	table-layout: fixed;
	width: 100%;
}

.wwg-spec-table--builds th:nth-child(1),
.wwg-spec-table--builds td:nth-child(1) {
	width: 22%;
}

.wwg-spec-table--builds th:nth-child(2),
.wwg-spec-table--builds td:nth-child(2) {
	width: 34%;
}

.wwg-spec-table--builds th:nth-child(3),
.wwg-spec-table--builds td:nth-child(3) {
	width: 44%;
}

.wwg-spec-table--builds td:nth-child(2) {
	overflow-wrap: anywhere;
	word-break: break-word;
}

.wwg-build-code {
	background: rgba(11, 143, 211, 0.08);
	border-radius: 6px;
	color: var(--wwg-blue-dark);
	display: block;
	font-family: Consolas, "Courier New", monospace;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	max-width: 100%;
	padding: 6px 8px;
	white-space: normal;
}

.wwg-spec-table--builds tbody th {
	color: var(--wwg-blue-dark);
	vertical-align: middle;
	width: auto;
}

.wwg-build-badge {
	background: linear-gradient(90deg, var(--wwg-blue-dark) 0%, var(--wwg-blue) 100%);
	border-radius: 999px;
	color: var(--wwg-white);
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-left: 8px;
	padding: 5px 10px;
	text-transform: uppercase;
	vertical-align: middle;
}

.wwg-spec-table--builds tr.is-standard td,
.wwg-spec-table--builds tr.is-standard th {
	background: rgba(11, 143, 211, 0.06);
}

.wwg-spec-table--builds tr.is-standard .wwg-build-code {
	background: rgba(11, 143, 211, 0.14);
}

.wwg-capabilities-cta__actions {
	flex-shrink: 0;
}

.wwg-capabilities-page .wwg-cta--compact .wwg-inline-actions {
	flex-wrap: nowrap;
}

.wwg-tech-sub-hero {
	background:
		linear-gradient(90deg, rgba(9, 22, 32, 0.92) 0%, rgba(9, 22, 32, 0.72) 52%, rgba(9, 22, 32, 0.34) 100%),
		url('img/tech-bg.jpg') center center no-repeat;
	background-size: cover;
}

.wwg-tech-sub-hero__content {
	max-width: 860px;
}

.wwg-breadcrumbs {
	color: rgba(255, 255, 255, 0.78);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 600;
	gap: 8px;
	margin-bottom: 18px;
}

.wwg-breadcrumbs a {
	color: var(--wwg-white);
	text-decoration: none;
}

.wwg-breadcrumbs a:hover,
.wwg-breadcrumbs a:focus {
	color: #9fdcff;
	text-decoration: none;
}

.wwg-breadcrumbs span:last-child {
	color: rgba(255, 255, 255, 0.92);
}

.wwg-tech-sub-layout {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
}

.wwg-tech-article {
	background: linear-gradient(160deg, var(--wwg-white) 0%, #f8fbfd 100%);
	border: 1px solid rgba(11, 143, 211, 0.14);
	border-radius: 12px;
	box-shadow: 0 18px 42px rgba(11, 143, 211, 0.1);
	overflow: hidden;
}

.wwg-tech-article__intro {
	background: linear-gradient(90deg, var(--wwg-blue-dark) 0%, var(--wwg-blue) 100%);
	padding: 28px 32px 24px;
}

.wwg-tech-article__intro .wwg-eyebrow,
.wwg-tech-article__intro h2 {
	color: var(--wwg-white);
	margin-bottom: 0;
}

.wwg-tech-article__intro .wwg-eyebrow {
	margin-bottom: 8px;
	opacity: 0.88;
}

.wwg-tech-article__body {
	padding: 32px;
}

.wwg-tech-article__body > :first-child {
	margin-top: 0;
}

.wwg-tech-article__body p,
.wwg-tech-article__body li {
	color: var(--wwg-muted);
	font-size: 16px;
	line-height: 1.75;
}

.wwg-tech-article__body h3,
.wwg-tech-article__body h4 {
	color: var(--wwg-ink);
	margin-top: 28px;
	text-transform: none;
}

.wwg-tech-article .wwg-note--legal {
	margin: 0 32px 32px;
}

.wwg-tech-sub-sidebar {
	display: grid;
	gap: 20px;
}

.wwg-tech-sub-sidebar__panel {
	background: var(--wwg-white);
	border: 1px solid rgba(11, 143, 211, 0.14);
	border-radius: 12px;
	box-shadow: 0 14px 34px rgba(22, 37, 49, 0.08);
	padding: 26px;
}

.wwg-tech-sub-sidebar__panel h3 {
	font-size: 20px;
	line-height: 1.25;
	margin-bottom: 14px;
	text-transform: none;
}

.wwg-tech-sub-sidebar__panel p {
	color: var(--wwg-muted);
	font-size: 15px;
	line-height: 1.65;
	margin-bottom: 18px;
}

.wwg-tech-sub-sidebar__panel--cta {
	background: linear-gradient(160deg, #17212b 0%, #1f3344 100%);
	border-color: rgba(255, 255, 255, 0.08);
}

.wwg-tech-sub-sidebar__panel--cta h3,
.wwg-tech-sub-sidebar__panel--cta p {
	color: rgba(255, 255, 255, 0.88);
}

.wwg-tech-sub-sidebar__panel--cta .wwg-button {
	display: block;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}

.wwg-tech-sub-sidebar__panel--cta .wwg-button + .wwg-button {
	margin-top: 12px;
}

.wwg-tech-sub-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wwg-tech-sub-nav li + li {
	margin-top: 8px;
}

.wwg-tech-sub-nav a {
	border: 1px solid var(--wwg-line);
	border-radius: 8px;
	color: var(--wwg-ink);
	display: block;
	font-size: 15px;
	font-weight: 700;
	padding: 12px 14px;
	text-decoration: none;
	transition:
		border-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.wwg-tech-sub-nav a:hover,
.wwg-tech-sub-nav a:focus {
	border-color: var(--wwg-blue);
	color: var(--wwg-blue);
	text-decoration: none;
	transform: translateX(3px);
}

.wwg-tech-sub-nav .is-current a {
	background: rgba(11, 143, 211, 0.08);
	border-color: rgba(11, 143, 211, 0.28);
	color: var(--wwg-blue-dark);
	pointer-events: none;
}

.wwg-product-detail .wwg-page-hero {
	background:
		linear-gradient(90deg, rgba(9, 22, 32, 0.92) 0%, rgba(9, 22, 32, 0.72) 52%, rgba(9, 22, 32, 0.34) 100%),
		url('img/topbg-opt.jpg') center center no-repeat;
	background-size: cover;
}

.wwg-product-detail .wwg-table-scroll {
	border: 1px solid rgba(11, 143, 211, 0.14);
	border-radius: 12px;
	box-shadow: 0 18px 42px rgba(11, 143, 211, 0.1);
	overflow: hidden;
}

.wwg-product-spec-table {
	min-width: 0;
}

.wwg-product-spec-table tbody th {
	color: var(--wwg-blue-dark);
	width: 34%;
}

.wwg-product-detail .wwg-note--legal a {
	color: var(--wwg-blue);
	font-weight: 700;
}

.wwg-offer-page .wwg-technology__image img {
	border-radius: 8px;
	box-shadow: 0 22px 60px rgba(22, 37, 49, 0.16);
}

.wwg-offer-page .wwg-feature-grid {
	margin-top: 28px;
}

.wwg-product-card--graphic .wwg-text-link {
	margin-top: auto;
	padding-top: 16px;
}

.wwg-addon-card {
	background: var(--wwg-white);
	border: 1px solid var(--wwg-line);
	border-radius: 8px;
	padding: 28px;
}

.wwg-addon-card p {
	margin-bottom: 0;
}

.wwg-addon-card ul {
	margin: 18px 0 0;
	padding-left: 18px;
}

.wwg-addon-card li {
	color: var(--wwg-muted);
	font-size: 15px;
	line-height: 1.7;
	list-style: disc;
	margin-bottom: 10px;
}

.wwg-addon-card li:last-child {
	margin-bottom: 0;
}

.wwg-product-detail__layout {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
}

.wwg-product-detail__media {
	margin: 0;
}

.wwg-product-detail__media img {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	box-shadow: 0 22px 60px rgba(22, 37, 49, 0.16);
	object-fit: cover;
	width: 100%;
}

.wwg-about-hero {
	background:
		linear-gradient(90deg, rgba(12, 28, 40, 0.92), rgba(12, 28, 40, 0.68)),
		url('img/offices-opt.jpg') center center no-repeat;
	background-size: cover;
}

.wwg-about-hero__content {
	max-width: 840px;
}

.wwg-about-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.wwg-about-hero__badges span {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.26);
	color: var(--wwg-white);
	font-size: 14px;
	font-weight: 800;
	padding: 10px 14px;
	text-transform: uppercase;
}

.wwg-about-intro {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
}

.wwg-about-panel {
	background: var(--wwg-white);
	border: 1px solid var(--wwg-line);
	border-radius: 8px;
	box-shadow: 0 22px 60px rgba(22, 37, 49, 0.12);
	margin: 0;
	overflow: hidden;
}

.wwg-about-panel img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

.wwg-about-panel__body {
	padding: 28px;
}

.wwg-about-panel__body h3 {
	color: var(--wwg-ink);
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 12px;
	text-transform: none;
}

.wwg-about-panel__body p:last-child {
	margin-bottom: 0;
}

.wwg-about-process {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wwg-about-process__item {
	background: var(--wwg-white);
	border: 1px solid var(--wwg-line);
	border-radius: 8px;
	padding: 30px;
}

.wwg-about-process__item span {
	color: var(--wwg-red);
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 18px;
}

.wwg-about-process__item h3 {
	color: var(--wwg-ink);
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 12px;
	text-transform: none;
}

.wwg-about-process__item p {
	margin-bottom: 0;
}

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

.wwg-process-card {
	background: var(--wwg-white);
	border: 1px solid var(--wwg-line);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(22, 37, 49, 0.08);
	padding: 30px;
	position: relative;
}

.wwg-process-card::before {
	background: var(--wwg-red);
	content: '';
	height: 4px;
	left: 30px;
	position: absolute;
	right: 30px;
	top: 0;
}

.wwg-process-card__number {
	color: var(--wwg-blue);
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 18px;
}

.wwg-process-card h3 {
	color: var(--wwg-ink);
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 12px;
	text-transform: none;
}

.wwg-process-card p {
	margin-bottom: 0;
}

.wwg-cta__content--light {
	background: var(--wwg-white);
	border: 1px solid var(--wwg-line);
	border-radius: 8px;
	padding: 34px;
}

.wwg-cta__content--light h2,
.wwg-cta__content--light p {
	color: var(--wwg-ink);
}

.wwg-cta__content--light p:not(.wwg-eyebrow) {
	color: var(--wwg-muted);
}

.wwg-footer {
	background: #17212b;
	color: rgba(255, 255, 255, 0.82);
}

.wwg-footer p {
	color: inherit;
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
	text-align: left;
}

.wwg-footer a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}

.wwg-footer a:hover,
.wwg-footer a:focus {
	color: #ffffff;
	text-decoration: none;
}

.wwg-footer-cta {
	background: var(--wwg-red);
	padding: 44px 0;
}

.wwg-footer-cta__layout {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.wwg-footer-cta .wwg-eyebrow,
.wwg-footer-cta h2,
.wwg-footer-cta p {
	color: var(--wwg-white);
}

.wwg-footer-cta h2 {
	font-size: 34px;
	margin: 0 0 10px;
	text-transform: none;
}

.wwg-footer-cta .wwg-button {
	margin: 0;
	white-space: nowrap;
}

.wwg-footer__main {
	padding: 58px 0 28px;
}

.wwg-footer__grid {
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(220px, 1.35fr) minmax(160px, 0.85fr) minmax(160px, 0.85fr) minmax(220px, 1fr);
}

.wwg-footer__logo {
	display: block;
	margin-bottom: 22px;
	max-width: 185px;
}

.wwg-footer h3 {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 18px;
	text-align: left;
	text-transform: uppercase;
}

.wwg-footer__nav ul {
	margin: 0;
	padding: 0;
}

.wwg-footer__nav li {
	list-style: none;
	margin: 0 0 10px;
}

.wwg-footer__nav a {
	color: rgba(255, 255, 255, 0.76);
	font-size: 15px;
}

.wwg-footer__widgets .widget-container {
	margin-bottom: 18px;
}

.wwg-footer__widgets h3.section-heading {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.wwg-footer__widgets ul {
	margin: 0;
	padding: 0;
}

.wwg-footer__widgets li {
	list-style: none;
	margin-bottom: 8px;
}

.wwg-footer__quote {
	align-items: center;
	background: #ffffff;
	border-radius: 6px;
	color: var(--wwg-ink) !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	margin-top: 6px;
	min-height: 42px;
	padding: 11px 18px;
	text-transform: uppercase;
}

.wwg-footer__quote:hover,
.wwg-footer__quote:focus {
	background: var(--wwg-blue);
	color: #ffffff !important;
}

.wwg-footer__bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	justify-content: space-between;
	margin-top: 34px;
	padding-top: 22px;
}

.wwg-footer__bottom p {
	color: rgba(255, 255, 255, 0.58);
	font-size: 13px;
	margin: 0;
}

.wwg-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
}

.wwg-footer__legal a {
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	transition: color 0.2s ease;
}

.wwg-footer__legal a:hover,
.wwg-footer__legal a:focus {
	color: #fff;
}

@media only screen and (max-width: 1199px) {
	.wwg-product-grid,
	.wwg-stat-grid,
	.wwg-glass-facts__grid,
	.wwg-capability-grid,
	.wwg-tech-topic-grid,
	.wwg-ornament-grid,
	.wwg-contact-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 991px) {
	#header .menu-container {
		flex-direction: column;
	}

	.header-cta {
		margin: 18px auto 0;
		width: min(260px, 80vw);
	}

	#header .fixed .header-cta {
		margin-top: 18px;
	}

	.wwg-home h1,
	.wwg-page h1 {
		font-size: 42px;
	}

	.wwg-hero {
		min-height: auto;
		padding: 100px 0 92px;
	}

	.wwg-section,
	.wwg-cta {
		padding: 68px 0;
	}

	.wwg-technology__layout,
	.wwg-facility__layout,
	.wwg-sanco__layout,
	.wwg-inquiry__layout,
	.wwg-product-detail__layout,
	.wwg-about-intro,
	.wwg-tech-sub-layout,
	.wwg-two-column-tables,
	.wwg-cta__content,
	.wwg-footer-cta__layout,
	.wwg-contact-grid,
	.wwg-realisations-intro,
	.wwg-contact-card-grid,
	.wwg-production-strip__content {
		grid-template-columns: 1fr;
	}

	.wwg-footer-cta .wwg-button {
		justify-self: start;
	}

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

	.wwg-ornament-modal__dialog {
		grid-template-columns: 1fr;
		max-height: 92vh;
		overflow-y: auto;
	}

	.wwg-ornament-modal__image {
		min-height: 280px;
	}

	.wwg-facility--aerial .wwg-facility__layout {
		grid-template-columns: 1fr;
	}

	.wwg-facility--aerial .wwg-facility__media img {
		max-height: none;
	}

	.wwg-realisation-grid,
	.wwg-realisation-grid--featured {
		grid-template-columns: 1fr;
	}

	.wwg-project-showcase__item,
	.wwg-project-showcase__item:nth-child(even) {
		grid-template-columns: 1fr;
	}

	.wwg-project-showcase__item:nth-child(even) .wwg-project-showcase__media {
		order: 0;
	}

	.wwg-project-showcase__body {
		padding: 24px;
	}
}

@media only screen and (max-width: 640px) {
	.wwg-home h1,
	.wwg-page h1 {
		font-size: 34px;
		line-height: 1.12;
	}

	.wwg-home h2,
	.wwg-page h2 {
		font-size: 28px;
	}

	.wwg-hero {
		padding: 78px 0 72px;
	}

	.wwg-hero__lead {
		font-size: 18px !important;
	}

	.wwg-hero__proof {
		font-size: 14px;
		line-height: 1.5;
		padding: 9px 13px;
	}

	.wwg-actions,
	.wwg-section__actions,
	.wwg-inline-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.wwg-button {
		width: 100%;
	}

	.wwg-product-grid,
	.wwg-stat-grid,
	.wwg-glass-facts__grid,
	.wwg-feature-grid,
	.wwg-about-process,
	.wwg-process-grid,
	.wwg-capability-grid,
	.wwg-tech-topic-grid,
	.wwg-ornament-grid,
	.wwg-download-grid,
	.wwg-offer-addon-grid,
	.wwg-contact-card-grid {
		grid-template-columns: 1fr;
	}

	.wwg-contact-channels {
		grid-template-columns: 1fr;
	}

	.wwg-product-card,
	.wwg-stat-card,
	.wwg-inquiry__info,
	.wwg-form-shell,
	.wwg-download-card,
	.wwg-panel,
	.wwg-contact-card {
		padding: 24px;
	}

	.wwg-page-hero {
		padding: 72px 0 58px;
	}

	.wwg-footer-cta {
		padding: 36px 0;
	}

	.wwg-footer-cta h2 {
		font-size: 28px;
	}

	.wwg-map-shell__overlay {
		bottom: 16px;
		left: 16px;
		right: 16px;
	}

	.wwg-map-directions-btn {
		display: block;
		text-align: center;
		width: 100%;
	}

	.wwg-capabilities-page .wwg-cta--compact .wwg-inline-actions {
		flex-wrap: wrap;
		width: 100%;
	}

	.wwg-capabilities-cta__actions .wwg-button {
		flex: 1 1 auto;
	}

	.wwg-footer__main {
		padding: 44px 0 24px;
	}

	.wwg-footer__grid {
		grid-template-columns: 1fr;
	}

	.wwg-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.wwg-ornament-modal {
		padding: 12px;
	}

	.wwg-ornament-modal__body {
		padding: 28px;
	}

	.wwg-ornament-modal__image {
		min-height: 230px;
	}
}
