/* CSS Document by sladek*logiq.cz */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
}

.seo {
	display: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
	color: #000;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
	color: #000;
}
input:-moz-placeholder, textarea:-moz-placeholder {   /* Older versions of Firefox */
	filter: alpha(opacity=100);
  	opacity: 1;
	color: #000;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	filter: alpha(opacity=100);
  	opacity: 1;
	color: #000;
}
*:focus {
    outline: none;
   }
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
* {
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke:1px transparent;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
.center {
	text-align: center;
}







/* BASIC STYLING */


* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	min-height: 100%;
	margin: 0;
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #505050;
	background-color: #fff;
	font-family: proxima-nova, sans-serif; 
}


a {
	color: #000;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}



.header  {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 1000;
	width: 100%;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.header0 {
	width: 90%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 25px 0;
}
a.logo {
	display: block;
	float: left;
	height: 40px;
	width: 220px;
	background-size: auto 30px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url(../img/logo.png);
}
.menu {
	float: right;
}
.menu li {
	display: inline-block;
	padding: 7px 0 0 40px;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0;
}
.menu li a {
	color: #A7A8AA;
	text-decoration: none;
}
.menu li a:hover, .menu li  a.menus {
	color: #E4002B;
}
.menu li  a.m5 {
	font-weight: 700;
	color: #E4002B;
	font-size: 20px;
	line-height: 24px;	
}


.index {
	/*aspect-ratio: 1920/985;*/
	height: 100vh;
	min-height: 740px;
	background: linear-gradient(175deg,rgba(53, 107, 9, 1) 0%, rgba(120, 190, 32, 1) 100%);
	position: relative;
	z-index: 100;
	color: #fff;
}
.intro1 {
	width: 44px;
	height: 80px;
	background-size: 44px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/intro-scroll.png);
	position: absolute;
	bottom: 110px;
	left: 50%;
	margin: 0 0 0 -22px;
}
.intro1 span {
	width: 44px;
	height: 80px;
	background-size: 44px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/intro-scroll1.png);
	position: absolute;
	top: 0;
	left: 1px;
  -webkit-animation: scrolling 1.5s ease-in-out infinite;
  -moz-animation: scrolling 1.5s ease-in-out infinite;
  -ms-animation: scrolling 1.5s ease-in-out infinite;
  -o-animation: scrolling 1.5s ease-in-out infinite;
  animation: scrolling 1.5s ease-in-out infinite;
}
@keyframes scrolling {
  0% {
    opacity: 1;
}
  100% {
    opacity: 0;
    transform: translateY(30px);
}
}
.index0 {
	width: 100%;
	aspect-ratio: 1920/620;
	position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
	background-size: 50% auto;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/index0.png);	
}
.index1 {
	position: absolute;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
	text-align: center;
	font-weight: 800;
	font-size: 68px;
	line-height: 65px;
}
.index1 p {
	background-size: auto 2px;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/index1.png);
	text-transform: uppercase;
	padding: 20px 0;
}
.index1 p:last-child {
	background-image: none;	
}
.index2 {
	width: 350px;
	height: 65px;
	position: absolute;
	bottom: 70px;
	lefT: 10%;
	background-size: 100% auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/index2.png);
}
a.index1butt {
color: #fff;
  display: inline-block;
  padding: 5px 20px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin: 0 0 0 0;
	text-decoration: none;
	transition: all 0.1s ease-out;
}
a.index1butt:hover {
	background-color: #fff;
	color: #4BAA28;
}

.about {
	background-color: #fff;
	position: relative;
	z-index: 15;
}
.about0 {
	width: 90%;
	max-width: 1210px;
	margin: 0 auto;
	padding: 100px 0;
}
.about1 {
	width: 50%;
	float: right;
}
.about1 h2 {
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 18px;
	color: #fff;
	padding: 10px 25px 10px 40px;
	background-color: #E4002B;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	background-size: 14px auto;
	background-position: 15px 50%;
	background-repeat: no-repeat;
	background-image: url(../img/about-plus.svg);
}
.about1 h3 {
	font-size: 50px;
	line-height: 55px;
	padding: 20px 0;
	font-weight: 800;
}
.about1 h4 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 300;
	padding: 0 0 40px 0;
}
.about1 h4 a {
	text-decoration: underline;
	color: #505050;
}
.about1 h4 a:hover {
	text-decoration: none;
}
.about1 p {
	font-size: 20px;
	line-height: 30px;
}
.about2 {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	padding: 150px 30px 0 30px;
	box-sizing: border-box;
}
.about2 p {
	height: 355px;
}
.about2 .owl-dots {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	text-align: center;
}
.about2 .owl-dot {
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 6px solid #fff;
	margin: 0 6px;
	background-color: #F0F0F0;
	vertical-align: top;
	border-radius: 20px;
}
.about2 .owl-dot.active, .about2 .owl-dot:hover {
	background-color: #4BAA28;
}
.about2 .owl-dot.active {
	border: 6px solid #F0F0F0;
}


.milestones {
	background-color: #fff;
	padding: 0 0 180px 0;
	position: relative;
	z-index: 10;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.milestones h2 {
	font-size: 50px;
	line-height: 55px;
	padding: 0 0 20px 0;
	font-weight: 800;
}
.milestones h3 {
	color: #E4002B;
	display: inline-block;
	padding: 5px 20px;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 1px;
	border: 1px solid #E4002B;
	border-radius: 30px;
	margin: 0 0 65px 0;
}
.milestones0, .milestones10 {
	width: 90%;
	max-width: 1210px;
	margin: 0 auto;
	position: relative;
}
.milestones1 {
	position: relative;
	background-size: 100% 58px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/milestones.png);	
}
.mile {
	text-align: center;
	padding: 0 0;
}
.mile1 {
	display: inline-block;
	font-size: 22px;
	line-height: 27px;
	font-weight: 800;
	padding: 15px 30px;
	background-color: #fff;
	border-radius: 50px;
	color: #4BAA28;
}
.mile1:hover {
	background-color: #4BAA28;
	color: #fff;
}
.mile h4 {
	padding: 0 0 50px 0;
	font-size: 25px;
	line-height: 30px;
}
.mile p {
	font-size: 17px;
	line-height: 25px;	
}
.mile2 {
	padding: 0 20px;
	margin: 50px 0 0 0;
	border-left: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
}

.milestones .owl-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.milestones .owl-prev, .milestones .owl-next {
	display: block;
	width: 58px;
	height: 58px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	border-radius: 60px;
	text-indent: 100px;
	overflow: hidden;
	background-size: 11px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/owl-prev.svg);	
}
.milestones .owl-prev:hover, .milestones .owl-next:hover {
	background-color: #4BAA28;
	background-image: url(../img/owl-prev-white.svg);
}
.milestones .owl-next {
	left: auto;
	right: 0;
	background-image: url(../img/owl-next.svg);
}
.milestones .owl-next:hover {
	background-image: url(../img/owl-next-white.svg);
}
.milestones .owl-prev.disabled {
	background-image: url(../img/owl-prev-grey.svg);
}
.milestones .owl-next.disabled {
	background-image: url(../img/owl-next-grey.svg);
}


.global {
background: linear-gradient(90deg,rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.1) 100%);
	padding: 150px 0;
}
.global1 {
	float: right;
	width: 43%;
	margin: 0 5% 0 0;
}
.global10 {
	max-width: 600px;
}
.global10 p {
	font-size: 20px;
  line-height: 30px;
	width: 80%;
}
.global1 h2 {
  font-size: 50px;
  line-height: 55px;
  padding: 0 0 20px 0;
  font-weight: 800;
}
.global h3 {
  color: #E4002B;
  display: inline-block;
  padding: 5px 20px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  border: 1px solid #E4002B;
  border-radius: 30px;
  margin: 0 0 30px 0;
}
.global h4 {
	font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  padding: 40px 0;
}

.global1 img {
	display: block;
	width: 100%;
	max-width: 470px;
}

.global2 {
	float: left;
	width: 48%;
	margin: 0 0 0 0;
	background-size: 100% auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url(../img/global.svg);
	max-width: 880px;
}
.global21 {
	width: 90%;
	max-width: 709px;
	margin: 0 0 0 auto;
	position: relative;
}
.global img {
	display: block;
	width: 100%;
	height: auto;
}
.global img.global21mobile {
	display: none;
}
.global21over {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: none;
}
#global-cz {
	background-image: url(../img/euro/cz.png);
}
#global-ru {
	background-image: url(../img/euro/ru.png);
}
#global-it {
	background-image: url(../img/euro/it.png);
}
#global-pl {
	background-image: url(../img/euro/pl.png);
}
#global-sk {
	background-image: url(../img/euro/sk.png);
}
#global-srb {
	background-image: url(../img/euro/srb.png);
}
.global21butt {
	position: absolute;
	background-color: rgba(0,0,0,0);
}
#globalbutt-cz {
	top: 58%;
	left: 50%;
	width: 12%;
	aspect-ratio: 3/2;
}
#globalbutt-sk {
	top: 60%;
	left: 60%;
	width: 10%;
	aspect-ratio: 3/2;
}
#globalbutt-pl {
	top: 46%;
	left: 53%;
	width: 17%;
	aspect-ratio: 1/1;
}
#globalbutt-ru {
	top: 63%;
	left: 68%;
	width: 15%;
	aspect-ratio: 5/4;
}
#globalbutt-srb {
	top: 70%;
	left: 64%;
	width: 9%;
	aspect-ratio: 9/10;
}
#globalbutt-it {
	top: 70%;
	left: 40%;
	width: 25%;
	height: 28%;
}
.globalbub {
	position: absolute;
	top: 0;
	left: 50%;
  transform: translate(-50%, 0);
	border-radius: 35px;
	background-color: #fff;
	width: 285px;
	text-align: center;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	padding: 30px 0;
}
.globalbub1 {
	color: #E4002B;
	font-size: 30px;
	font-weight: 800;
}
.globalbub2 {
	height: 50px;
	width: 250px;
	margin: 0 auto;
	background-size: 100% auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url(../img/globalbub2.png);
}
.globalbub3 {
	font-size: 18px;
}
.globalbub3 strong {
	display: block;
	color: #A7A8AA;
	font-size: 30px;
	font-weight: 800;
}
.global22 {
	font-style: italic;
	font-size: 18px;
	line-height: 18px;
width: 90%;
  max-width: 709px;
  margin: 0 0 0 auto;
	color: #A7A8AA;
}
.global22 p {
	max-width: 190px;
	padding: 35px 0 0 35px;
}

.company {
background: linear-gradient(175deg,rgba(53, 107, 9, 1) 0%, rgba(120, 190, 32, 1) 100%);
	padding: 180px 0;
}
.company1 {
	background-size: 40% auto;
	background-position: 100% 60%;
	background-repeat: no-repeat;
	background-image: url(../img/company.png);	
}
.company11 {
	width: 50%;
	float: left;
	color: #fff;
	min-height: 650px;
}
.company110 {
	width: 90%;
	max-width: 750px;
	margin: 0 0 0 auto;
	box-sizing: border-box;
	padding: 0 0 0 35px;
}
.company h2 {
  font-size: 50px;
  line-height: 55px;
  padding: 0 0 20px 0;
  font-weight: 800;
}
.company h3 {
  display: inline-block;
  padding: 5px 20px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin: 0 0 30px 0;
}
.company h4 {
	font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 0 40px 0;
	width: 80%;
}
.company11 p {
	font-size: 20px;
  line-height: 30px;
	width: 80%;
}
.company2 {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 75px 0 0 0;
}
.company21 {
	float: left;
	width: 50%;
	border-radius: 50px;
	background-color: #fff;
-webkit-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.25);
box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.25);
	box-sizing: border-box;
	padding: 30px;
	position: relative;
	height: 520px;
}
.company21 img {
	display: block;
	width: 100%;
	height: auto;
}
.company-chart {
	position: relative;
}
.company-chart--mobile {
	display: none;
}
.company21 strong {
	font-size: 30px;
	font-weight: 800;
	line-height: 30px;
}
.company21-summary-mobile {
	display: none;
	position: absolute;
	top: 70px;
	right: 60px;
	align-items: center;
	gap: 6px;
	flex-wrap: nowrap;
	white-space: nowrap;
	padding: 6px 24px;
	border-radius: 999px;
	background-color: rgba(236, 236, 236, 0.9);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.company211 {
	font-size: 18px;
	color: #a7a8aa;
	text-transform: none;
}
.company212 {
	font-size: 30px;
	font-weight: 800;
}

.company22 {
	float: left;
	width: 30%;
	margin: 0;
	border-radius: 50px;
	background-color: #fff;
-webkit-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.25);
box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.25);
	text-align: center;
	height: 520px;
	box-sizing: border-box;
	padding: 220px 10px 0 10px;
	background-size: auto 60px;
	background-position: 50% 100px;
	background-repeat: no-repeat;
}
.company22:not(:first-child) {
	margin-left: 5%;
}

.company221 {
	height: 150px;
	border-bottom: 1px solid rgba(80,80,80,0.3);
	font-size: 20px;
}
.company221 strong {
	font-weight: 800;
	font-size: 30px;
}
.company222 {
	font-size: 15px;
	line-height: 20px;
	padding: 20px 0 0 0;
}
#company221 {
	background-image: url(../img/company-illu1.svg);
}
#company222 {
	background-image: url(../img/company-illu2.svg);
}
#company223 {
	background-image: url(../img/company-illu3.svg);
}


.leadership {
	background-color: #f5f5f5;
}
.leadership1 {
	padding: 200px 0 0 0;
	margin: 0 0 90px 0;
background: linear-gradient(180deg,rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	text-align: center;
}
.leadership1 h2 {
  font-size: 50px;
  line-height: 55px;
  padding: 0 0 20px 0;
  font-weight: 800;
}
.leadership1 h3 {
  color: #E4002B;
  display: inline-block;
  padding: 5px 20px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  border: 1px solid #E4002B;
  border-radius: 30px;
  margin: 0 0 30px 0;
}
.leadership2 {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 0 130px 0;
}
.leadership21 {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 30px 0 0;
	margin: 0 0 60px 0;
	border-right: 1px solid rgba(170,170,170,0.3);
}
.leadership21:nth-child(2n+1) {
	clear: both;
}
.leadership210 {
	float: left;
	width: 40%;
}
.leadership21:nth-child(2n+0) {
	padding: 0 0 0 30px;
	border-right: none;
}
.leadership21:nth-child(2n+0) .leadership210 {
	float: right;
}
.leadership210 img {
	display: block;
	width: 100%;
	position: relative;
	top: -20px; 
}
.leadership211 {
	width: 60%;
	float: left;
}
.leadership211 p {
	  font-size: 25px;
  line-height: 30px;
	font-style: italic;
	padding: 0 0 20px 0;
	font-weight: 300;
}
.leadership211a {
	  font-size: 25px;
  line-height: 30px;
	font-weight: 300;
}
.leadership211a strong {
	  font-size: 18px;
	color: #E4002B;
	display: block;
	font-weight: 800;
}





.products {
	background-color: #fff;
	position: relative;
	z-index: 15;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	padding: 150px 0;
}
.products1 {
	background-size: 45% auto;
	padding: 0 0 100px 0;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-image: url(../img/products1.png);
}
.products1 h2 {
  font-size: 50px;
  line-height: 55px;
  padding: 10px 0 20px 0;
  font-weight: 800;
}
.products1 h3 {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 18px;
  color: #fff;
  padding: 10px 25px 10px 40px;
  background-color: #E4002B;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  background-size: 14px auto;
  background-position: 15px 50%;
  background-repeat: no-repeat;
  background-image: url(../img/about-plus.svg);
}
.products1 p {
  font-size: 25px;
  line-height: 30px;
	font-weight: 300;
}
.products11 {
	width: 50%;
}
.products110 {
	max-width: 600px;
	margin: 0 0 0 auto;
}
.products2 {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 0 80px 0;
}
.products21 {
	float: left;
	width: 50%;
	position: relative;
}
.products21 img {
	display: block;
	width: 100%;
}
.products21 p {
	width: 50%;
	max-width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
	text-align: center;
}
.products22 {
	width: 45%;
	float: right;
	font-size: 18px;
	font-weight: 300;
	padding: 10px 0 0 0;
}
.products221 {
	padding: 5px 0;
}
.products22 strong {
	font-weight: 700;
}
.products22 span {
	display: inline-block;
	width: 30px;
	margin: 0 20px 0 0;
	border-radius: 30px;
	background-color: #4BAA28;
	font-size: 15px;
	line-height: 15px;
}
.products22 em {
	display: inline-block;
	width: 70px;
}
.products221:nth-child(2) span { background-color: #78BE20; }
.products221:nth-child(3) span { background-color: #356B09; }
.products221:nth-child(4) span { background-color: #E1F0CD; }
.products221:nth-child(5) span { background-color: #E4002B; }
.products221:nth-child(6) span { background-color: #AF0023; }
.products221:nth-child(7) span { background-color: #FFE1DC; }
.products221:nth-child(8) span { background-color: #505050; }
.products221:nth-child(9) span { background-color: #A7A8AA; }
.products221:nth-child(10) span { background-color: #DFDFDF; }

.products31 {
	position: relative;
	padding: 0 0 100px 0;
}
.products31 img {
	float: left;
	width: 66%;
}
.products31:nth-child(2n+1) img {
	float: right;
}
.products31a {
	float: left;
	width: 34%;
}
.products31:nth-child(2n+1) .products31a {
	float: right;
}
.products31 h3 {
	font-size: 40px;
	line-height: 33px;
	font-weight: 800;
	padding: 0 0 0 45px;	
  background-size: 30px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/products3.svg);
	margin: 80px 0 0 30px;
	max-width: 300px;
}
.products31:nth-child(2n+1) h3 {
	margin: 80px 0 0 auto;
}
.products31txt {
  float: left;
  width: 66%;
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/products31txt.png);
}
.products31:nth-child(2n+1) .products31txt {
  float: right;
}
.products31txt0 {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 45px 0 45px 200px;
}
.products31txt0 strong {
	display: block;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	max-width: 565px;
	padding: 0 0 30px 0;
}
.products31txt0 ul li {
	display: block;
	font-size: 25px;
	line-height: 30px;
	padding: 0 0 10px 50px;
  background-size: 22px auto;
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-image: url(../img/li-red.svg);
}


.address {
  background: linear-gradient(175deg,rgba(53, 107, 9, 1) 0%, rgba(120, 190, 32, 1) 100%);
  padding: 180px 0;
}
.address1 {
  background-size: 45% auto;
  padding: 0 0 0 0;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(../img/address.png);

}
.address11 {
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
}
.address11 h2 {
	font-size: 50px;
	line-height: 55px;
	font-weight: 300;
	padding: 0 0 30px 0;
}
.address11 h2 strong {
	font-weight: 800;
}
.address11 h3 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
	padding: 0 0 60px 0;
}
.address110 {
	width: 40%;
	margin: 0 0 0 auto;
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	font-weight: 300;
	padding: 160px 0 0 0;
  background-size: 260px auto;
  background-position: 0 40px;
  background-repeat: no-repeat;
  background-image: url(../img/address0.svg);
}
.address1 a {
	color: #fff;
	display: block;
}
.address03 {
	margin: 40px 0 0 0;
	padding: 0 0 0 50px;
  background-size: 25px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/address3.svg);
}
a.address01 {
	font-weight: 700;
	padding: 5px 0 5px 50px;
  background-size: 25px auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(../img/address1.svg);
	text-decoration: underline;
}
a.address01:hover {
	text-decoration: none;
}
a.address02 {
	padding: 5px 0 5px 50px;
  background-size: 25px auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(../img/address2.svg);
}


.footer {
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	padding: 25px;
	border-top: 2px solid #F5F5F5;
}
.footer span {
	display: inline-block;
	width: 270px;
	height: 40px;
	background-size: auto 40px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url(../img/logo.png);
	vertical-align: middle;
}


.contact {
	background-color: #f8f8f8;

}
.contact0 {
	width: 90%;
	max-width: 1350px;
	padding: 210px 0 120px 0;
	margin: 0 auto;
	position: relative;
}
.contact3  {
    position: absolute;
	top: 0;
	right: 0;
	width: 325px;
    height: 285px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../img/contact.png);
}
.contact h2 {
	font-size: 40px;
	line-height: 40px;
	padding: 0 0 10px 0;
}
.contact h2 strong {
	font-weight: 700;
}
.contact1 {
	font-size: 20px;
	line-height: 24px;
	padding: 0 0 100px 0;
}
.contact2 {
	float: left;
	width: 30%;
	max-width: 400px;
}
.contact21 {
	float: left;
	width: 45%;
	position: relative;
	padding: 0 0 0 0;
}
.contact22 {
	float: right;
	width: 45%;
	position: relative;
	padding: 0 0 0 0;
}
.contact23 {
	clear: both;
	position: relative;
	padding: 0 0 50px 0;
}
.contact21 span, .contact22 span, .contact23 span {
	color: #E4002B;
	position: absolute;
	top: 0;
	left: -15px;
}
.input1 {
	box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 15px 0;
	padding: 5px 10px;
	font-size: 14px;
}
.input2 {
	box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 30px 0;
	padding: 5px 10px;
	font-size: 14px;
}
.input3 {
	display: block;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
	border-radius: 3px;
	width: 50%;
	box-sizing: border-box;
	border: none;
	background-color: #78BE20;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 15px auto;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
}
.input3:hover {
	background-color: #E4002B;
}
#mailformresult {
	font-weight: 700;
	color: #E4002B;
	min-height: 50px;
}

.contact4 {
	float: right;
	width: 50%;
	padding: 100px 0 0 0;
	font-size: 20px;
	line-height: 24px;
}
.contact4 h3 {
	color: #78BE20;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	padding: 0 0 100px 0;
}
.contact4 h3 a {
	text-decoration: none;
	color: #78BE20;
}
.contact4 h3 a:hover {
	color: #505050;
}
.contact4 p strong {
	font-weight: 700;
}


.contact5 p {
	color: #fff;
	max-width: 500px;
	border-radius: 100px;
	background-color: #E4002B;
	padding: 30px;
	margin: 0 auto 20px auto;
	text-align: center;
	line-height: 24px;
	
}
.contact5 a {
font-size: 20px;
	color: #fff;
	font-weight: 700;
	display: block;
}





.vpois1 {
	width: 90%;
	max-width: 1350px;
	padding: 250px 0 50px 0;
	margin: 0 auto;
	position: relative;
}
.vpois1 h2 {
	position: absolute;
	display: block;
	width: 326px;
	height: 565px;
	position: absolute;
	top: -283px;
	left: 0;
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/vpois.png);
}
.vpois1 h2 strong {
	display: none;
}
.vpois11 {
	max-width: 390px;
	margin: 0 0 0 auto;
	padding: 0 0 150px 0;
	font-size: 40px;
	line-height: 45px;
}
.vpois1 strong {
	font-weight: 700;
}
.vpois1 p {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	font-size: 20px;
	line-height: 25px;
}
.vpois1 a {
	font-weight: 700;
	color: #E4002B;
}

.vpois2 {
	background-color: #F8F8F8;
}
.vpois21 {
	max-width: 1060px;
	width: 90%;
	margin: 0 auto;
	padding: 80px 0;
	font-size: 20px;
	line-height: 25px;
}
.vpois2 p {
	/*padding: 0 0 20px 30px;
	background-size: 16px auto;
	background-position: 0 5px;
	background-repeat: no-repeat;
	background-image: url(../img/dot.svg);*/
padding: 0 0 20px 50px;
background-size: 20px auto;
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-image: url(../img/li-grey.svg);
}
.vpois2 strong {
	font-weight: 700;
}
.vpois2 a {
	font-weight: 700;
	color: #505050;
}


.vpois3 {
	width: 90%;
	max-width: 1260px;
	padding: 120px 0;
	margin: 0 auto;
	position: relative;
}
.vpois3 h2 {
	padding: 0 0 50px 0;
	font-size: 40px;
	line-height: 45px;
}
.vpois3 h2 strong {
	font-weight: 700;
}
.vpois30 {
	display: table;
	width: 100%;
	margin: 0 auto;
}

.vpois30fixed {
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
background-color: #fff;
  z-index: 999;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	display: none;
}
.vpois30fixed .vpois30 {
	width: 90%;
	max-width: 1260px;
	margin: 0 auto;
}

.vpois31 {
	display: table-row;
}
.vpois31:nth-child(odd) {
    background-color: rgba(0,0,0,0.0);
}
.vpois31:nth-child(even) {
    background-color: rgba(0,0,0,0.025);
}

.vpois32, .vpois33, .vpois34, .vpois35  {
	display: table-cell;
	padding: 5px 15px 5px 15px;
	width: 25%;
}
.vpois32, .vpois35 {
	padding: 5px 15px 5px 15px;
}
.vpois34, .vpois35 {
	padding: 5px 15px 5px 15px;
	text-align: center;
}
.vpois32 strong, .vpois35 strong {
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	padding: 0 0 10px 0;
	display: block;
}
.vpois3 a {
	text-decoration: none;
	color: #505050;
}
.vpois3 a:hover {
	color: #72bf44;
}
.vpois32, .vpois33, .vpois34, .vpois35 {
  padding: 15px 5px 15px 5px;
}





.intro1 {
	bottom: 60px;
}


.vpois-icon-true1, .vpois-icon-true2 {
	display: inline-block;
	width: 30px;
background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
	  background-image: url(../img/circle-check-regular.svg);
}
.vpois-icon-true2 {
	  background-image: url(../img/exclamation-check-regular.svg);
}


body.bodymarket {
	background-position: 110% 75px;
	background-size: 740px auto;
	background-repeat: no-repeat;
	background-image: url(../img/marketbody.svg);
}
.market1 {
	background-color: #78BE20;
	color: #fff;
	font-size: 45px;
	line-height: 50px;
	font-size: 33px;
	line-height: 38px;
	font-weight: 900;
	letter-spacing: 1px;
}
.market10 {
  width: 90%;
  max-width: 1250px;
  padding: 0 0;
  margin: 0 auto;
	padding: 140px 0 60px 0;
}


.market2 {
	border-bottom: 2px solid #F5F5F5;
	padding: 80px 0;
}
.market20 {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
	color: #000;
}
.market2 h2 {
	font-weight: 900;
	font-weight: 700;
	font-size: 30px;
	font-size: 22px;
	line-height: 25px;
	padding: 0 0 45px 85px;
	position: relative;
}
.market2 h2 span {
	font-size: 14px;
	line-height: 18px;
	display: block;
	font-weight: 700;
	text-align: center;
	width: 62px;
	color: #fff;
	border-radius: 40px;
	background-color: #78BE20;
	text-transform: uppercase;
	padding: 5px 0;
	position: absolute;
	top: 0;
	left: 0;
}
.market2 h3 {
	font-weight: 500;
	font-size: 22px;
	padding: 0 0 40px 0;
}
.market2 p {
	font-size: 16px;
	line-height: 22px;
	padding: 0 0 40px 0;
}
.market2txt1 p {
	font-size: 22px;
	padding: 0 0 20px 0;
}
.marketmail, .marketphone {
	font-size: 16px;
	line-height: 23px;
	padding: 0 0 0 40px;
	margin: 0 0 20px 0;
	background-position: 0 50%;
	background-size: 20px auto;
	background-repeat: no-repeat;
}
.marketmail {
	background-image: url(../img/marketmail.svg);
}
.marketphone {
	background-image: url(../img/marketphone.svg);
}
.market2 strong {
	font-weight: 700;
}
.market2 a {
	color: #78BE20;
	font-weight: 700;
}
.marketfile a {
	display: block;
	padding: 30px 30px 30px 90px;
	background-color: #fff;
	color: #000;
	border-radius: 100px;
-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);	
	line-height: 22px;
	font-size: 13px;
	margin: 0 0 25px 0;
	text-decoration: none;
	background-position: 30px 50%;
	background-size: 32px auto;
	background-repeat: no-repeat;
	background-image: url(../img/marketfile.svg);
}
.marketfile a strong {
	font-size: 18px;
}
.marketfile a:hover {
	color: #78BE20;
}


.market2txt2 {
	padding: 80px;
	border-radius: 50px;
	background-color: rgba(255,255,255,0);
-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);	
	margin: 60px 0 0 0;
}
.market2txt2 h4 {
	font-size: 30px;
	font-weight: 900;
	padding: 0 0 20px 0;
}
.market2txt2 h5 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
	padding: 0 0 40px 0;
}
.market2txt2 p {
	max-width: 720px;
	padding: 0 0 20px 0;
}
.marketaddress {
	display: block;
	padding: 40px 60px;
	border-left: 2px solid #F5F5F5;
	border-right: 2px solid #F5F5F5;
	max-width: 480px;
	margin: 40px 0 60px 0;
}
.marketaddress .marketmail p {
	padding: 0 0 0 0;
}
.market2txt2 ul li {
  padding: 0 0 40px 50px;
  background-size: 20px auto;
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-image: url(../img/li.svg);
	font-size: 16px;
	line-height: 22px;
}
.marketvpois1 {
	font-size: 22px;
	font-weight: 500;
	padding: 0 0 35px 0;
}
.market2 .vpois3 {
	padding: 60px 0 0 0;
	width: 100%;
}
.market2 .vpois31th {
	background-color: rgba(120,190,32,0.1);
	/*color: #78BE20;*/
}
.market2 .vpois31th strong {
	text-transform: uppercase;
}
.market2 .vpois32, .market2 .vpois33, .market2 .vpois34, .market2 .vpois35 {
  padding: 20px 20px 20px 20px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.market2 .vpois31 {
	/*color: #A7A8AA;*/
	color: #505050;
}
.market2 .vpois31 a {
	color: #A7A8AA;
	color: #505050;
	text-decoration: underline;
}
.market2 .vpois31 a:hover {
	text-decoration: none;
}
.market2 .vpois-icon-true1, .market2 .vpois-icon-true2 {
  width: 33px;
	height: 33px;
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/market-icon-check.svg);
}
.market2 .vpois-icon-true2 {
  background-image: url(../img/market-icon-alert.svg);
}


.menu li a.m5 {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
	background-color: #78BE20;
	border-radius: 25px;
	padding: 10px 30px;
}
.menu li a.m5:hover {
	background-color: #A7A8AA;	
}
.menu li.m6 {
	width: 50px;
	padding: 0 0 0 20px;
}
.menu li.m6 a.m6butt {
	position: absolute;
	top: -10px;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/market-icon-globe.svg);
}
.menu li.m6 a.m6butt:hover {
  background-image: url(../img/market-icon-globe-hover.svg);
}
.menu li {
	position: relative;
}
.submenu {
	position: absolute;
	top: 58px;
	right: 15px;
	width: 160px;
	display: none;
}
.submenu1 {
	position: absolute;
	width: 15px;
	height: 13px;
	position: absolute;
	top: -13px;
	right: 0;
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/market-icon-submenu.svg);
}
.menu li .submenu a {
	color: #fff;
	background-color: #E4002B;
	display: block;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 10px 0;
}


.together {
	padding: 285px 0 0 0; 
}
.together3 {
	width: 48%;
	margin: 0 auto 0 0;
	height: 300px;
	max-width: 830px;
	position: relative;
	clear: both;
}
.together3 img {
	display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.together1 {
	float: left;
	width: 48%;
}
.together10 {
	width: 95%;
	max-width: 550px;
	margin: 0 0 0 auto;
}
.together11 {
	padding: 0 0 70px 0;
}
.together11 h2 {
  font-size: 50px;
  line-height: 55px;
  padding: 0 0 20px 0;
  font-weight: 800;
}
.together11 h3 {
  color: #E4002B;
  display: inline-block;
  padding: 5px 20px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  border: 1px solid #E4002B;
  border-radius: 30px;
  margin: 0 0 30px 0;
}
.together11 p {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
}
.together12 {
	max-width: 450px;
	text-align: right;
	position: relative;
	padding: 30px 0;
	border-top: 1px solid #A7A8AA;
	border-bottom: 1px solid #A7A8AA;
	color: #E4002B;
}
.together12 p {
	max-width: 350px;
	margin: 0 0 0 auto;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
}
.together12arrow {
	position: absolute;
	left: 108%;
	width: 70px;
	top: -20px;
	height: 150px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/together12arrow.svg);
}

.together2 {
	float: right;
	width: 48%;

}
.together21 {
	border-top-left-radius: 110px;
	border-bottom-left-radius: 110px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	padding: 100px 0 100px 240px;
	position: relative;
	transition: all 0.1s ease-out;
}
.together21txt {
	max-width: 360px;
}
.together21open {
	padding: 60px 0 60px 240px;
}
.together21 h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
	max-width: 260px;
}
#together21-c h2 {
	color: #E0B53D;
}
#together21-a h2 {
	color: #DD828D;
}
#together21-r h2 {
	color: #3B9880;
}
#together21-e h2 {
	color: #A16FA7;
}
.together21txtlong {
  font-size: 15px;
  line-height: 20px;
	padding: 25px 0 0 0;
}
.together21txtlong strong {
	font-weight: 700;
}
.together211 {
	width: 128px;
	height: 128px;
	margin-top: -64px;
	position: absolute;
	top: 50%;
	left: 40px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/together21-c.png);
}
#together21-a .together211 {
  background-image: url(../img/together21-a.png);
}
#together21-r .together211 {
  background-image: url(../img/together21-r.png);
}
#together21-e .together211 {
  background-image: url(../img/together21-e.png);
}
.together212 {
	width: 14px;
	height: 14px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	left: 185px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/together21-c-plus.svg);
}
#together21-a .together212 {
  background-image: url(../img/together21-a-plus.svg);
}
#together21-r .together212 {
  background-image: url(../img/together21-r-plus.svg);
}
#together21-e .together212 {
  background-image: url(../img/together21-e-plus.svg);
}
.together21txtlong {
	display: none;
}
a.together21more {
	display: block;
	background-color: #DFDFDF;
	position: absolute;
	top: 50%;
	left: 510px;
	width: 58px;
	height: 58px;
	margin: -29px 0 0 0;
  background-size: 17px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/together21more1.svg);
	border-radius: 60px;
	transition: all 0.1s ease-out;
}
a.together21more:hover {
	background-color: #505050;
}
.together21open a.together21more {
	left: 640px;
  background-image: url(../img/together21more2.svg);
}

.careergallery p {
	float: left;
	width: 33.333%;
	aspect-ratio: 1.55;
	overflow: hidden;
}
.careergallery p img {
	display: block;
	width: 100%;
	height: auto;
}
.careergallery .clear {
	background-color: rgba(53, 107, 9, 1);
}


.leadershipcareer {
	background-color: #fff;
}
.leadershipcareer .leadership1 {
  background: transparent;
}
.leadershipcareer .leadership211a strong {
	line-height: 25px;
}
.leadership211a span {
  color: #E4002B;
	font-size: 18px;
	line-height: 25px;
}
.indexcareer .index0 {
	background-image: url(../career/img/index0.png);
}
.indexcareer .index1 {
  font-weight: 300;
}
.indexcareer .index1 strong {
  font-weight: 800;
	display: block;
}
.indexcareer .index1 p {
	text-transform: none;
	background-image: none;
}

.careerwho {
	padding: 100px 0 150px 0;
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.careerwho0 {
	max-width: 1460px;
	width: 90%;
	margin: 0 auto;
}
.careerwho1 {
	float: right;
	width: 50%;
}
.careerwho2 {
	float: left;
	width: 50%;
	padding: 110px 0 0 0;
}
.careerwho2 img {
	display: block;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.careerwho h2 {
  font-size: 50px;
  line-height: 55px;
  padding: 0 0 20px 0;
  font-weight: 800;
}
.careerwho h3 {
  color: #E4002B;
  display: inline-block;
  padding: 5px 20px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  border: 1px solid #E4002B;
  border-radius: 30px;
  margin: 0 0 30px 0;
}
.careerwho p {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 0 15px 0;
}
.careerwho p strong {
  font-weight: 700;	
}


.careerhow {
  background: linear-gradient(175deg,rgba(53, 107, 9, 1) 0%, rgba(120, 190, 32, 1) 50%);
  padding: 180px 0;
}
.careerhow0 {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	padding: 0 0 60px 0;
}
.careerhow0 h2 {
  font-size: 50px;
  line-height: 55px;
  padding: 0 0 20px 0;
  font-weight: 800;
}
.careerhow0 h3 {
  display: inline-block;
  padding: 5px 20px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin: 0 0 30px 0;
}
.careerhow1 {
	text-align: center;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
.careerhow11 {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	max-width: 400px;
	margin: 0 0.25% 45px 0.25%; 
	padding: 0 0 30px 0;
	background-color: #fff;
	border-radius: 60px;
	overflow: hidden;
	min-height: 100px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.16);
box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.16);
}
.careerhow11 h4 {
font-size: 30px;
  line-height: 30px;
  padding: 30px 0;
  font-weight: 800;
}
.careerhow11 ul {
	width: 90%;
	max-width: 325px;
	min-height: 220px;
	margin: 0 auto;
	padding: 40px 0 0 0;
  background-size: auto 15px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(../career/img/how-ul.svg);
}
.careerhow11 ul li {
	text-align: left;
font-size: 20px;
  line-height: 20px;
  padding: 0 0 15px 30px;
  font-weight: 300;
  background-size: 15px auto;
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-image: url(../img/li.svg);
}
.careerhow111 {
	aspect-ratio: 1.111;
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../career/img/how1.jpg);
	position: relative;
}
#careerhow2 .careerhow111 {
  background-image: url(../career/img/how2.jpg);
}
#careerhow3 .careerhow111 {
  background-image: url(../career/img/how3.jpg);
}
#careerhow4 .careerhow111 {
  background-image: url(../career/img/how4.jpg);
}
#careerhow5 .careerhow111 {
  background-image: url(../career/img/how5.jpg);
}
#careerhow6 .careerhow111 {
  background-image: url(../career/img/how6.jpg);
}
#careerhow7 .careerhow111 {
  background-image: url(../career/img/how7.jpg);
}
.careerhow111 span {
	border-radius: 150px;
	width: 130px;
	height: 130px;
	background-color: #F5F5F5;
	border: 10px solid #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -75px;
  background-size: auto 70px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../career/img/how1.svg);
}
#careerhow2 .careerhow111 span {
  background-image: url(../career/img/how2.svg);
}
#careerhow3 .careerhow111 span {
  background-image: url(../career/img/how3.svg);
}
#careerhow4 .careerhow111 span {
  background-image: url(../career/img/how4.svg);
}
#careerhow5 .careerhow111 span {
  background-image: url(../career/img/how5.svg);
}
#careerhow6 .careerhow111 span {
  background-image: url(../career/img/how6.svg);
}
#careerhow7 .careerhow111 span {
  background-image: url(../career/img/how7.svg);
}



.careerdefine {
	padding: 180px 0 0 0;
}
.careerdefine1 {
	width: 50%;
	margin: 0 0 0 auto;
}
.careerdefine1 h2 {
  font-size: 50px;
  line-height: 55px;
  padding: 0 0 20px 0;
  font-weight: 800;
}
.careerdefine1 h3 {
  color: #E4002B;
  display: inline-block;
  padding: 5px 20px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  border: 1px solid #E4002B;
  border-radius: 30px;
  margin: 0 0 30px 0;
}

.careerdefine21 {
	float: left;
	width: 45%;
	max-width: 830px;
	aspect-ratio: 1.5;
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../career/img/define2.png);
}
.careerdefine22 {
	float: right;
	width: 50%;
}
.careerdefine221 {
	box-sizing: border-box;
	width: 100%;
border-top-left-radius: 110px;
  border-bottom-left-radius: 110px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  padding: 30px 0 30px 240px;
  position: relative;
}
.careerdefine221 p {
  font-size: 25px;
  line-height: 30px;
	font-weight: 300;
	max-width: 380px;
}
.careerdefine221 h3 {
	position: absolute;
	left: 35px;
	top: 50%;
	margin: -25px 0 0 0;
	width: 120px;
	border-radius: 50px;
	background-color: #E4002B;
	color: #fff;
  font-size: 22px;
  line-height: 50px;
	font-weight: 800;
	text-align: center;
}
.careerdefine221 span {
width: 14px;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 185px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../career/img/careerdefine221.svg);
}


.careerdefine3 {
	position: relative;
}
.careerdefine31 {
	width: 50%;
	position: relative;
}
.careerdefine311 {
	position: relative;
	z-index: 10;
	top: -115px;
	width: 90%;
	max-width: 605px;
	margin: 0 0 0 auto;
}
.careerdefine32 {
	bottom: 0;
	right: 0;
	position: absolute;
	width: 45%;
	padding: 0 0 0 0;
}
.careerdefine321 {
	width: 70%;
	max-width: 580px;
	aspect-ratio: 0.551;
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../career/img/define32.png);
}
.careerdefine33 {
	bottom: 235px;
	right: 0;
	position: absolute;
	height: 450px;
	width: 100%;
  background-size: auto 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../career/img/define3.png);
}


.careerdefine31 h2 {
  font-size: 50px;
  line-height: 55px;
  padding: 0 0 20px 0;
  font-weight: 800;
}
.careerdefine31 h3 {
  color: #E4002B;
  display: inline-block;
  padding: 5px 20px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  border: 1px solid #E4002B;
  border-radius: 30px;
  margin: 0 0 30px 0;
}
.careerdefine31 p {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
	padding: 0 0 15px 0;
}
.careerdefine31 strong {
	font-weight: 700;
}



.careerdefine312 {
	padding: 180px 0 210px 100px;
	text-align: center;
}
.careerdefine312 p {
font-size: 40px;
  line-height: 40px;
  font-weight: 800;
	color: #E4002B;
	padding: 0 0 20px 0;
}
a.careerdefine312butt {
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
	background-color: #E4002B;
  border-radius: 30px;
  margin: 0 0 0 0;
  text-decoration: none;
  transition: all 0.1s ease-out;
}
a.careerdefine312butt:hover {
	background-color: #505050;	
}
.careerdefine313 {
	width: 310px;
	height: 60px;
background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/logo.png);
}




.indexsus .index0 {
	background-image: url(../sustainability/img/index0.png);
}
.sus1 {
  padding: 100px 0 150px 0;
  position: relative;
	z-index: 7;
	background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.sus10 {
  max-width: 1460px;
  width: 90%;
  margin: 0 auto;
}
.sus11 {
  float: right;
  width: 50%;
}
.sus1 h2 {
  font-size: 50px;
  line-height: 55px;
  padding: 0 0 20px 0;
  font-weight: 800;
}
.sus1 h3 {
  color: #4BAA28;
  display: inline-block;
  padding: 5px 20px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  border: 1px solid #4BAA28;
  border-radius: 30px;
  margin: 0 0 30px 0;
}
.sus1 h4 {
  font-size: 25px;
  line-height: 30px;
	font-weight: 300;
	padding: 0 0 30px 0;
}
.sus1 p {
  font-size: 20px;
  line-height: 30px;
}
.sus12 {
  float: left;
  width: 50%;
	aspect-ratio: 1.1;
background-size: 60% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../sustainability/img/sus1.jpg);
}

.sus13 {
	clear: both;
	width: 50%;
	position: relative;
}
.sus130 {
	width: 80%;
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}
.sus133 {
	margin: 0 auto;
	position: relative;
}
.sus133 p {
  font-size: 30px;
  line-height: 42px;
	font-weight: 300;
	font-style: italic;
	color: #356B09;
}
.sus131 {
	width: 140px;
	height: 100px;
	position: absolute;
	top: -50px;
	left: -70px;
background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../sustainability/img/sus131.svg);
}
.sus132 {
	width: 140px;
	height: 100px;
	position: absolute;
	bottom: -30px;
	right: 0;
background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../sustainability/img/sus132.svg);
}	


.sus2 {
	position: relative;
	padding: 270px 0 215px 0;
	background-color: #fff;
	z-index: 5;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.sus21 {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.sus23 {
	position: absolute;
	z-index: 10;
	bottom: -270px;
	right: 0;
	width: 50%;
	max-width: 810px;
	height: 540px;
background-size: auto 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../sustainability/img/sus23.png);
}

.sus21 h2 {
  font-size: 50px;
  line-height: 55px;
  padding: 0 0 20px 0;
  font-weight: 800;
}
.sus21 h3 {
  color: #4BAA28;
  display: inline-block;
  padding: 5px 20px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  border: 1px solid #4BAA28;
  border-radius: 30px;
  margin: 0 0 30px 0;
}

.sus220 {
	padding: 30px 0;
	width: 80%;
	margin: 0 0 0 auto;
	position: relative
}

.sus222 {
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); 
	border-top-left-radius: 110px;
	border-bottom-left-radius: 110px;
}
.sus221a {
	float: left;
	width: 33%; 
	text-align: right;
}
.sus221a p {
	width: 95%;
	margin: 0 0 0 auto;
  font-size: 30px;
  line-height: 30px;
	color: #78BE20;
	font-weight: 800;
}
.sus221b {
	position: absolute;
	left: 33%;
	width: 7%;
	top: 0;
	height: 100%;
background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../sustainability/img/sus221b.png);
}
.sus221b span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -7px;
	background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../sustainability/img/sus22.svg);
}
.sus221c {
	float: right;
	width: 60%; 
}
.sus221c p {
	width: 90%;
	max-width: 510px;
  font-size: 20px;
  line-height: 30px;
}
.sus221c p strong {
	font-weight: 700;
}




.sus3 {
  background: linear-gradient(175deg,rgba(53, 107, 9, 1) 0%, rgba(120, 190, 32, 1) 100%);
  padding: 180px 0 0 0;
  color: #fff;
}
.sus31 {
  width: 43%;
  float: left;
	aspect-ratio: 1.45;
	background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../sustainability/img/sus31.png);

}
.sus32 {
  width: 50%;
  float: right;
	padding: 0 0 140px 0;
}
.sus32 h2 {
  font-size: 50px;
  line-height: 55px;
  padding: 0 0 20px 0;
  font-weight: 800;
}
.sus32 h3 {
  display: inline-block;
  padding: 5px 20px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin: 0 0 30px 0;
}
.sus32 p {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 0 15px 0;
  width: 80%;
}
.sus32 p strong {
	font-weight: 700;
}


.sus33 {
	clear: both;
	border-top: 2px solid rgba(255,255,255,0.3);
}
.sus330 {
	max-width: 1320px;
	margin: 0 auto;
}
.sus331 {
	float: left;
	width: 33%;
	box-sizing: border-box;
	padding: 0 45px 130px 45px;
}
#sus332 {
	border-left: 2px solid rgba(255,255,255,0.3);
	border-right: 2px solid rgba(255,255,255,0.3);
}
.sus33 h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;	
	text-align: center;
	padding: 0 0 20px 0;
}
.sus33 p {
  font-size: 20px;
  line-height: 30px;
}
.sus331a {
	height: 320px;
	background-size: 239px auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-image: url(../sustainability/img/sus331.png);
}
#sus332 .sus331a {
  background-image: url(../sustainability/img/sus332.png);
}
#sus333 .sus331a {
  background-image: url(../sustainability/img/sus333.png);
}



.sus4 {
  position: relative;
  padding: 180px 0 120px 0; 
  background-color: #fff;
  z-index: 5;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  background-size: 868px auto;
  background-position: 100% 130px;
  background-repeat: no-repeat;
  background-image: url(../sustainability/img/sus4.png);
}
.sus40 {
	margin: 0 auto;
}
.sus41 {
	float: left;
	width: 48%;
}
.sus40l {
	width: 95%;
	max-width: 610px;
	margin: 0 0 0 auto;
}
.sus410 h2 {
  font-size: 50px;
  line-height: 55px;
  padding: 0 0 20px 0;
  font-weight: 800;
}
.sus410 h3 {
  color: #4BAA28;
  display: inline-block;
  padding: 5px 20px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 1px;
  border: 1px solid #4BAA28;
  border-radius: 30px;
  margin: 0 0 30px 0;
}
.sus410 p {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 0 15px 0;
}
.sus410 p strong {
	font-weight: 700;
}
.sus4 .sus13 {
	margin: 60px 0 0 0;
  width: 100%;
}
.sus4 .sus130 {
	width: 100%;
	max-width: 100%;
}


.sus42 {
	float: right;
	width: 50%;
	padding: 230px 0 0 0;
}
.sus421 {
  border-top-left-radius: 110px;
  border-bottom-left-radius: 110px;
  background-color: rgba(255,255,255,0.6);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  padding: 80px 0 80px 240px;
  position: relative;
  transition: all 0.1s ease-out;
	font-size: 30px;
	line-height: 30px;
	font-weight: 800;
}
#sus421e {
	color: #78BE20;
}
#sus421s {
	color: #2465C4;
}
#sus421g {
	color: #A7A8AA;
}
.sus421a {
  width: 128px;
  height: 128px;
  margin-top: -64px;
  position: absolute;
  top: 50%;
  left: 40px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../sustainability/img/sus421e.png);
}
#sus421s .sus421a {
  background-image: url(../sustainability/img/sus421s.png);
}
#sus421g .sus421a {
  background-image: url(../sustainability/img/sus421g.png);
}
.sus421b {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 185px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../sustainability/img/sus4-plus-e.svg);
}
#sus421s .sus421b {
  background-image: url(../sustainability/img/sus4-plus-s.svg);
}
#sus421g .sus421b {
  background-image: url(../sustainability/img/sus4-plus-g.svg);
}


@media screen and (min-width: 2000px) and (max-width: 3000px) {
.address1, .company1, .products1 {
  background-size: auto 100%;
}
.index0 {
  background-size: auto 70%;
}
}

@media screen and (min-width: 1px) and (max-width: 1400px) {
.index1 {
font-size: 50px;
  line-height: 50px;
}
.index {
	min-height: 700px;
}
.global1 h2, .about1 h3, .company h2, .together11 h2, .leadership1 h2, .products1 h2, .address11 h2, .careerwho h2, .careerdefine1 h2, .careerdefine31 h2, .careerhow0 h2, .milestones h2, .sus1 h2, .sus21 h2, .sus32 h2, .sus410 h2 {
  font-size: 40px;
  line-height: 45px;
} 
.about1 h3 {
  padding: 15px 0;
}
.milestones h2 {
  padding: 0 0 15px 0;
}
.milestones h3, .company h3, .together11 h3, .leadership1 h3, .leadership211 p, .leadership211a, .careerwho h3, .careerwho p, .careerdefine31 h3, .careerdefine31 p , .about1 h4, .company h4, .together11 p, .together12 p, .products1 p, .products31txt0 ul li, .address110, a.index1butt, .careerdefine1 h3, .careerdefine221 p, a.careerdefine312butt, .global h4, .careerhow0 h3, .sus1 h3, .sus1 h4, .sus21 h3, .sus32 h3, .sus32 p, .sus410 h3, .sus410 p {
  font-size: 20px;
  line-height: 25px;
}
.about1 p, .company11 p, .sus11 p, .sus221c p, .sus33 p {
  font-size: 16px;
  line-height: 26px;
}
.about2 {
  font-size: 21px;
}
.leadership211a strong {
  font-size: 16px;
}
.global2 {
  width: 46%;
}
.global h4 {
  padding: 20px 0;
}
.together {
  padding: 200px 0 0 0;
}
a.together21more, .together21open a.together21more {
  left: auto;
	right: 20px;
}
a.together21more:hover {
	background-color: transparent;
}

.together211 {
  width: 100px;
  height: 100px;
  margin-top: -50px;
}
.together212 {
  left: 160px;
}
.together21 {
  padding: 80px 0 80px 200px;
}
.together21open {
  padding: 50px 0 50px 200px;
}
.products31 h3 {
  font-size: 30px;
  line-height: 33px;
}
.careerhow11 ul li {
  font-size: 16px;
  line-height: 16px;
}
.products31txt0 strong, .address11 h3, .careerhow11 h4, .sus221a p, .sus33 h3 {
  font-size: 25px;
  line-height: 25px;
}
.products31txt0 {
  padding: 60px 0;
}
.address {
  padding: 60px 0;
}
.address110 {
  padding: 80px 0 0 0;
	background-size: 200px auto;
	background-position: 0 0;
}
.index2 {
  width: 300px;
  height: 55px;
}
.careerdefine312 p{
	font-size: 30px;
	line-height: 30px;
}
.careerhow, .company {
  padding: 100px 0;
}
.together21txt {
  max-width: 300px;
}
}
/*end 1440*/


@media screen and (min-width: 1px) and (max-width: 1280px) {
.products31txt0 {
  padding: 0;
}
.together21txt {
  max-width: 260px;
}
a.together21more, .together21open a.together21more {
  left: 550px;
}
}
/*end 1280*/



@media screen and (min-width: 1px) and (max-width: 1024px) {
.vpois32 strong, .vpois35 strong {
	font-size: 21px;
	line-height: 31px;
}
}


@media screen and (min-width: 1px) and (max-width: 768px) {
.vpois3 {
	min-height: 100px;
	overflow-x: auto;
}
.vpois32 strong, .vpois35 strong {
    font-size: 12px;
	line-height: 18px;
  }

  .global10 p {
	font-size: 16px;
        line-height: 26px;
}


.contact3 {
    width: 160px;
    height: 140px;
	background-size: auto 100%;
}
.contact0 {
    padding: 150px 0 0 0;
}
.contact1 {
    padding: 0 0 50px 0;
}
.contact2, .contact4 {
    float: none;
    width: auto;
	padding: 0 0 50px 0;
}
.menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
}
.menu li, .menu li.m6 {
	display: block;
	width: 100%;
	padding: 0 0;
	margin: 0;
	background-color: #fff;
}
.menu li a {
	display: block;
	padding: 10px;
	border-top: 1px solid #ccc;
	text-align: center;	
}
.menu li.m6 a.m6butt {
  position: relative;
  top: auto;
  right: auto;
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
	border-top: none;
background-size: 100% auto;
  background-position: 50% 0;
}
.submenu {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
}
.submenu1 {
	display: none;
}


a.menubutt {
	display: block;
	width: 50px;
	height: 40px;
	float: right;
	margin: 0 0 0 0;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-image: url(../img/menu.svg);
}
a.menubutts {
	background-image: url(../img/menus.svg);
}
.footer {
	font-size: 14px;
}
.index {
	height: auto;
	padding: 140px 0 30px 0;
    min-height: 100px;
}
.index0 {
  width: 95%;
	margin: 0 0 0 auto;
	padding: 320px 0 0 0;
  aspect-ratio: auto;
  position: relative;
  top: 0;
  left: auto;
  transform: none;
  background-size: auto 310px;
  background-position: 0 0;
}
.index1 {
  position: relative;
  width: auto;
  top: auto;
  left: auto;
  transform: none;
  font-size: 40px;
  line-height: 40px;
}
.index2, .intro1 {
	display: none;
}
.about1, .about2 {
  width: auto;
  float: none;
}
.about1 {
	text-align: center;
}
.about1 h4, .about1 p {
	text-align: left;
}
.about2 {
	padding: 50px 0 0 0;
}
.about2 p {
  height: 200px;
}
.about2 .owl-dots {
  bottom: 40px;
}
.milestones0 {
	text-align: center;
}
.milestones {
	padding: 0 0 100px 0;
}
.mile2 {
  border-left: none;
  border-right: none;
}
.global {
	padding: 100px 0;
}
.global1 {
  float: none;
  width: 90%;
  margin: 0 auto;
	text-align: center;
}
.global1 h4, .global p {
	text-align: left;
}
.global2 {
  float: none;
  width: 100%;
	margin: 175px auto 0 auto;
background-size: auto 500px;
  background-position: 90% 50%;
}
.global21 {
  width: 100%;
}
.global22 {
	margin: 0 auto;
}
.global22 p {
  max-width: 100%;
  padding: 35px 0 0 0;
}
.global img.global21desktop {
	display: none;
}
.global img.global21mobile {
	display: block;
}
#global-cz {
	background-image: url(../img/euro-mobile/cz.png);
}
#global-ru {
	background-image: url(../img/euro-mobile/ru.png);
}
#global-it {
	background-image: url(../img/euro-mobile/it.png);
}
#global-pl {
	background-image: url(../img/euro-mobile/pl.png);
}
#global-sk {
	background-image: url(../img/euro-mobile/sk.png);
}
#global-srb {
	background-image: url(../img/euro-mobile/srb.png);
}
#globalbutt-pl {
  top: 46%;
  left: 36%;
  width: 30%;
}
#globalbutt-cz {
  top: 58%;
  left: 30%;
  width: 20%;
}
#globalbutt-sk {
  top: 60%;
  left: 46%;
  width: 18%;
}
#globalbutt-it {
  top: 70%;
  left: 10%;
  width: 45%;
}
#globalbutt-srb {
  top: 70%;
  left: 55%;
  width: 17%;
}
#globalbutt-ru {
  top: 63%;
  left: 60%;
  width: 30%;
}
.company1 {
  background-size: auto 310px;
  background-position: 25px 0;
  padding: 350px 0 0 0;
}
.company11 {
  width: auto;
  float: none;
}
.company110 {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 0 0;
	text-align: center;
}
.company110 h4, .company110 p {
	text-align: left;
}
.company11 h4, .company11 p {
	width: auto;
}
.company2 {
	overflow: visible;
	width: 100%;
}
.company21 {
  float: none;
  width: calc(100% - 50px);
	margin: 0 25px 25px 25px;
  height: auto;
}
.company21-summary-mobile {
	position: static;
	margin: 20px auto 10px auto;
	width: calc(100% - 40px);
	justify-content: space-between;
	padding: 12px 20px;
	flex-wrap: nowrap;
	white-space: nowrap;
	
}
@media screen and (min-width: 1px) and (max-width: 768px) {
	.company21-summary-mobile {
		display: flex;
	}
}
.company211 {
	display: block;
	position: static;
	top: 85px;
	left: 40%;
	text-align: center;
	font-size: 18px;
	color: #A7A8AA;
}
.company212 {
	display: block;
	position: static;
    top: 75px;
    left: 60%;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
}
.company211desktop {
	display: none;
	position: absolute;
	top: 85px;
	left: 40%;
	width: 25%;
	text-align: center;
	font-size: 18px;
	color: #A7A8AA;
}
.company212desktop {
	display: none;
	position: absolute;
    top: 75px;
    left: 60%;
    width: 35%;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
}

.company-chart__canvas {
	width: 100%;
	max-width: 520px;
	height: 360px;
	margin: 0 auto;
}
.company-chart--mobile {
	display: block;
}
.company-chart--desktop {
	display: none;
}
.company211 {
	font-size: 16px;
	margin: 0;
}
.company212 {
	font-size: 26px;
	margin: 0;
}
.company22 {
  float: none;
  width: auto;
  margin: 0 25px 25px 25px !important;
	padding: 130px 25px 25px 25px;
	background-position: 50% 50px;
	height: auto;
}
.company221 {
  height: auto;
	padding: 0 0 20px 0;
}
  .together {
    padding: 100px 0 0 0;
  }
.together1 {
  float: none;
  width: auto;
}
.together10 {
  width: 90%;
  margin: 0 auto;
	text-align: center;
}
.together10 p {
	text-align: left;
}
.together12 p {
	text-align: center;
}
.together2 {
  float: none;
  width: auto;
	padding: 80px 0 0 0;
}
.together21 {
	border-top-left-radius: 0;
  	border-bottom-left-radius: 0;
}
a.together21more {
  background-color: transparent;
  top: 50px;
  left: 0;
  width: 100%;
  height: 60px;
  margin: 0 0 0 0;
  background-image: none !important;
}
.together21txtlong {
  padding: 25px 25px 0 0;
}
.together21 h2 {
  font-size: 25px;
}
.together3 {
  width: 90%;
}
.leadership1 {
  padding: 100px 0 0 0;
	margin: 0 0 50px 0;
}
.leadership21 {
  float: none;
  width: auto;
padding: 0 0 0 0;
  margin: 0 0 60px 0;
border-right: none;
border-bottom: 1px solid rgba(170,170,170,0.3);
}
.leadership210, .leadership21:nth-child(2n) .leadership210 {
  float: none;
  width: auto;
	max-width: 250px;
	margin: 0 auto;
}
.leadership211 {
  width: auto;
  float: none;
	text-align: center;
	padding: 0 0 20px 0;
}
.leadership21:nth-child(2n) {
  padding: 0 0 0 0;
}
.products1 {
	width: 90%;
	margin: 0 auto;
  background-size: auto 310px;
  padding: 360px 5% 10px 5%;
  background-position: 0 0;
}
.products11 {
  width: auto;
}
.products110 {
	text-align: center;
}
.products110 p {
	text-align: left;
}
.products21 {
  float: none;
  width: auto;
	max-width: 310px;
	margin: 0 auto 50px auto;
}
.products22 {
  width: auto;
  float: none;
  padding: 0 0 0 0;
	max-width: 310px;
	margin: 0 auto;
}
.products31 img {
  float: none;
  width: 95%;
	margin: 0 0 0 auto;
}
.products31 {
  padding: 0 0 50px 0;
}
.products31a, .products31:nth-child(2n+1) .products31a {
  float: none;
  width: 90%;
	margin: 0 auto 20px auto;
}


.products31 h3, .products31:nth-child(2n+1) h3 {
	margin: 0 0 0 0;
}
.products31:nth-child(2n+0) h3 {
	padding: 0 45px 0 0;
	background-position: 100% 0;
	text-align: right;
}
.products31txt {
  float: none;
  width: 95%;
border-top-right-radius: 75px;
border-bottom-right-radius: 75px;
	background-size: auto 100%;
background-position: 50% 0;
}
.products31txt0 {
    padding: 60px 25px;
}
.address110 {
  width: auto;
  margin: 0 0 0 auto;
}
.address11 {
  width: auto;
}
.address1 {
	width: 90%;
  padding: 0 0 380px 5%;
  background-position: 100% 100%;
	background-size: auto 310px;
}
.footer span, .together12arrow {
  display: none;
}
.careerwho1 {
  float: none;
  width: auto;
	text-align: center;
}
.careerwho {
  padding: 75px 0 75px 0;
}
.careerwho1 p {
	text-align: left;
}
.careerwho2 {
  float: none;
  width: auto;
  padding: 50px 0 0 0;
}
.careerdefine1 {
  width: 90%;
  margin: 0 auto;
	text-align: center;
}
.careerdefine {
  padding: 50px 0 0 0;
}
.careerdefine22 {
  float: none;
  width: auto;
}
.careerdefine221 h3 {
  left: 25px;
width: 85px;
}
.careerdefine221 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
padding: 30px 25px 30px 160px;
}
.careerdefine221 span {
  top: 50%;
  left: 130px;
}
.careerdefine3 {
  padding: 50px 0 0 0;
}
.careerdefine31 {
  width: auto;
}
.careerdefine311 {
  top: 0;
	margin: 0 auto;
	text-align: center;
}
.careerdefine311 p {
	text-align: left;
}
.careerdefine312 {
  padding: 50px 0 380px 0;
}
.careerdefine312 p {
	text-align: center;
}
.careerdefine313 {
	display: none;
}
.careerdefine33 {
  bottom: 50px;
  right: 0;
  position: absolute;
  height: 255px;
  width: 100%;
}
.careerdefine32 {
  bottom: 0;
  right: 0;
  position: absolute;
  width: 55%;
}
.careerdefine321 {
  width: 100%;
  aspect-ratio: auto;
	height: 350px;
  background-size: auto 500px;
}
.careerhow11 {
  display: block;
  width: auto;
	margin: 0 5% 45px 5%;
	border-radius: 50px;
}
.careerhow11 ul {
  min-height: 20px;
}
.leadership2 {
  padding: 0 0 50px 0;
}
.careergallery p {
  width: 50%;
}
.sus1 {
	padding: 100px 0 300px 0;
}
.sus11 {
  float: none;
  width: auto;
	text-align: center;
}
.sus11 p, .sus11 h4 {
	text-align: left;
}
.sus12 {
  float: none;
  width: auto;
	max-width: 220px;
	margin: 0 auto;
  aspect-ratio: 0.8;
  background-size: 100% auto;
}
.sus13 {
  width: auto;
}
.sus130 {
  width: 100%;
  max-width: 500px;
}
.sus133 p {
  font-size: 25px;
  line-height: 30px;
	text-align: center;
}
.sus132 {
  right: -5%;
}
.sus23 {
  bottom: -90px;
  right: 0;
  width: 90%;
  height: 310px;
}
.sus2 {
  padding: 165px 0 80px 0;
}
.sus220 {
  width: auto;
	padding: 40px 25px 40px 75px;
	position: relative;
}
.sus222 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sus221a {
  float: none;
  width: auto;
  text-align: left;
	padding: 0 0 20px 0;
}
.sus221a p {
  width: auto;
  margin: 0 0 0 auto;
}
.sus221c {
  float: none;
  width: auto;
}
.sus221c p {
  width: auto;	
}
.sus221b {
	background-repeat: repeat-y;
  left: 28px;
}
.sus31 {
  width: 95%;
  float: none;
  aspect-ratio: auto;
  background-size: auto 100%;
	height: 310px;
  background-position: 100% 0;
}
.sus32 {
  width: 90%;
  float: none;
	margin: 0 auto;
  padding: 30px 0 80px 0;
	text-align: center;
}
.sus32 p {
	text-align: left;
	width: auto;
}
.sus331 {
  float: none;
  width: auto;
  padding: 0 5% 60px 5%;
	  border-top: 1px solid rgba(255,255,255,0.3);
}
.sus331a {
  height: 280px;
}
.sus33 {
	border-top: none;
}
#sus332 {
  border-left: none;
  border-right: none;
}
.sus4 {
  padding: 80px 0 50px 0;
}
.sus41 {
  float: none;
  width: 90%;
	margin: 0 auto;
}
.sus410 {
	text-align: center;
}
.sus410 p {
	text-align: left;
}
.sus42 {
  float: none;
  width: auto;
  padding: 100px 0 0 0;
}
.sus421 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
 padding: 60px 0 60px 180px;
font-size: 25px;
}
.sus421a {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  left: 30px;
}
.sus421b {
  left: 150px;
}

} /*end 768*/


@media screen and (min-width: 1px) and (max-width: 480px) {
.contact4 h3 {
    font-size: 20px;
    line-height: 24px;
}


.market10 {
  padding: 120px 0 30px 0;
}
.market20 {
	width: 95%;
	margin: 0 0 0 5%
}
.market2txt0 {
	padding: 0 5% 0 0;	
}
body.bodymarket {
  background-image: none;
}
.market2 h2 {
  font-size: 40px;
  line-height: 40px;
  padding: 0 0 0 85px;
	margin: 0 0 40px 0;
}
.market2 h2 span {
	top: 50%;
	margin-top: -16px;
}
.market2txt2 {
  padding: 60px 20px;
	border-radius: 0;
-webkit-border-top-left-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomleft: 50px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
.marketaddress {
  padding: 0;
  border-left: none;
  border-right: none;
  max-width: 100%;
  margin: 0;
}
.market2 .vpois3 {
  width: 100%;
	padding: 120px 0 0 0;
}


}

/* Height-based tweaks to prevent overlap on small monitors (career hero) */
@media screen and (max-height: 860px) {
  .indexcareer .index0 {
    /* slightly reduce visual to free vertical space */
    background-size: 45% auto;
  }
  .indexcareer .index2 {
    /* move CTA/decoration closer to bottom */
    bottom: 20px;
  }
}

@media screen and (max-height: 740px) {
  .indexcareer .index0 {
    background-size: 42% auto;
  }
  .indexcareer .index2 {
    bottom: 10px;
  }
}


/* ============================================
   PRIVACY POLICY PAGE STYLES
   ============================================ */

/* Privacy Policy Header - XD Design Specs */
.privacy-header {
  background-color: #78BE20;
  display: flex;
  align-items: center;
  text-align: left;
}

.privacy-header-inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 140px 0 60px 0;
  width: 90%;
}

.privacy-header-inner p{
	color: #fff;
	font-size: 33px;
	line-height: 38px;
	font-weight: 900;
	letter-spacing: 1px;
}

.privacy-header h1 {
  color: #fff;
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
  font-size: 50px;
  font-weight: 800;
  margin: 0;
  padding: 0;
  letter-spacing: 10px;
}

/* Privacy Policy Container - Figma Design Specs */
/* Note: policy-* classes added to avoid ad blocker interference */
.privacy-container,
.policy-container {
  background-color: #FFFFFF;  /* Figma spec: White background */
  padding: 60px 0;
  min-height: 600px;
  position: relative;
  background-image: url('../img/gdpr-background-plus.svg'), url('../img/gdpr-background-plus.svg');
  background-repeat: no-repeat, no-repeat;
  background-position: top -175px right -90px, top 225px right -90px;
  background-size: 400px 400px, 800px 800px;
}

.privacy-wrapper,
.policy-wrapper {
  max-width: 1640px;          /* Figma spec: Content max width */
  margin: 0 auto;
  padding: 0 140px;           /* Figma spec: Side margins */
  display: flex;
  flex-direction: column;     /* Figma: TOC above content (vertical stack) */
  gap: 40px;
  align-items: flex-start;
}

/* Table of Contents - Figma Design Specs */
.privacy-toc,
.policy-toc {
  width: 100%;                /* Figma spec: Full width for TOC */
  max-width: 1226px;          /* Match content width */
  flex-shrink: 0;
  margin-bottom: 0;
}

.privacy-toc-inner,
.policy-toc-inner {
  background-color: #FFFFFF;
  padding: 50px 60px 70px;
  border-radius: 50px;        /* XD spec: Large soft corners */
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);  /* XD spec: Card shadow */
}

.privacy-toc h3,
.policy-toc h3 {
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
  font-size: 50px;            /* XD spec: Section Headers */
  font-weight: 800;           /* XD spec: Extrabold */
  color: #505050;
  margin: 0 0 40px 0;
  padding: 0;
  border: none;               /* Remove border */
  letter-spacing: 0px;
}

.toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.toc-list::before {
  content: '';
  position: absolute;
  left: 54px;
  top: -20px;
  bottom: -60px;
  width: 16px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.04), transparent);
  pointer-events: none;
  z-index: 0;
}

.toc-list > li {
  margin: 0;
  padding: 0;
  position: relative;
}

.toc-list > li:last-child {
  margin-bottom: 0;
}

.toc-list > li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.04), transparent);
  pointer-events: none;
  z-index: 1;
}

.toc-list > li .toc-roman {
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
  color: #78BE20;
  min-width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #ffffff;
  transition: top 0.4s ease, transform 0.4s ease;
}

.toc-list > li .toc-plus-icon {
  width: 16px;
  height: 16px;
  background-image: url('../sustainability/img/sus4-plus-e.svg');
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 62px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: top 0.4s ease, transform 0.4s ease;
}

.toc-list > li .toc-arrow {
  width: 72px;
  height: 72px;
  background-image: url('../img/gdpr-icon-arrow.svg');
  background-size: 72px 72px;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease, top 0.4s ease;
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.toc-list > li .toc-arrow.expanded {
  transform: translateY(-50%) rotate(180deg);
}

/* Main TOC Item (I., II., III., IV.) */
.toc-item-main {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  padding: 10px;
  padding-left: 105px;
  padding-right: 90px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}

.toc-main-link {
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  color: #78BE20;
  font-weight: bold;
  padding-top:1rem;
  padding-bottom: 1rem;
  flex: 1;
  transition: color 0.2s ease;
  pointer-events: none;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.toc-item-main:hover .toc-main-link {
  color: #4BAA28;
}

/* Sub-items (A., B., C., D.) */
.toc-subitems {
  margin-left: 6rem;
  padding-left: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s ease;
}

.toc-subitems.expanded {
  max-height: 500px;
  opacity: 1;
  padding-bottom: 30px;
}

.toc-subitems li {
  margin-bottom: 12px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.toc-subitems li:last-child {
  margin-bottom: 0;
}

.toc-letter {
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  color: #78BE20;
  min-width: 25px;
  flex-shrink: 0;
}

.toc-sub-link {
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #505050;
  text-decoration: underline;
  flex: 1;
  transition: color 0.2s ease;
}

.toc-sub-link:hover {
  color: #78BE20;             /* XD spec: Brand color */
}

/* Legacy support - hide old toc-link styles */
.toc-link {
  display: none;
}

/* Privacy Policy Content - XD Design Specs */
.privacy-content,
.policy-content {
  flex: 1;
  max-width: 1226px;          /* XD spec: Card max width */
  background-color: #FFFFFF;
  padding: 50px 60px;
  border-radius: 50px;        /* XD spec: Large soft corners */
}

.privacy-section,
.policy-section {
  margin-bottom: 50px;
}

.privacy-section:last-child,
.policy-section:last-child {
  margin-bottom: 0;
}

/* Section Headings - XD Design Specs */
.privacy-content h1,
.policy-content h1,
.privacy-content .section-heading,
.policy-content .section-heading {
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
  font-size: 50px;            /* XD spec: Section Headers */
  font-weight: 800;           /* XD spec: Extrabold */
  color: #505050;
  margin: 0 0 30px 0;
  padding: 0 0 0 103px;
  letter-spacing: 0px;
  text-indent: -103px;
}

/* Section Badge - XD Design Specs */
.privacy-content .section-badge,
.policy-content .section-badge,
.privacy-content .section-number,
.policy-content .section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 2.2rem;
  background-color: #78BE20;  /* XD spec: Dr. Max Green */
  color: #FFFFFF;
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
  font-size: 18px;            /* XD spec: Badge text size */
  font-weight: 700;           /* XD spec: Bold */
  border-radius: 25px;        /* XD spec: Pill shape */
  padding: 0 12px;
  margin: 0 15px 0 0;
  flex-shrink: 0;
  position: relative;
  top: -0.70rem;
  text-indent: 0;
}

.privacy-content h2,
.policy-content h2 {
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
  font-size: 30px;            /* XD spec: Subsection Headers */
  font-weight: 800;           /* XD spec: Extrabold */
  color: #505050;
  margin: 40px 0 20px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.privacy-content h3,
.policy-content h3 {
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #78BE20;
  margin: 30px 0 15px 40px;
  position: relative;
  padding-left: 120px;
}

.privacy-content h3 .section-letter,
.policy-content h3 .section-letter {
  position: absolute;
  left: 61px;
}

.privacy-content a,
.policy-content a {
  color: #78BE20;
  text-decoration: underline;
  font-weight: 700;
}

.privacy-content h4,
.policy-content h4 {
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
  font-size: 18px;            /* XD spec: Body - Small */
  font-weight: 600;
  color: #505050;
  margin: 20px 0 12px 0;
}

/* Text Styling - XD Design Specs */
.privacy-content p,
.policy-content p {
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
  font-size: 20px;            /* XD spec: Body - Regular */
  line-height: 1.5;           /* XD spec: ~1.5 line-height */
  color: #505050;
  margin: 0 0 20px 0;
  padding-left: 103px;
}

/* P tags under h3 sections */
.privacy-content h3 + p,
.policy-content h3 + p,
.privacy-content h3 ~ p,
.policy-content h3 ~ p {
  margin: 0 0 20px 30px;
  padding-left: 130px;
}

/* UL lists under h3 sections */
.privacy-content h3 ~ ul,
.policy-content h3 ~ ul {
  margin: 0 0 20px 30px;
  padding-left: 130px;
}

.privacy-content 
.policy-content p:last-child {
  margin-bottom: 0;
}

.privacy-content strong,
.policy-content strong {
  font-weight: 700;
  color: #505050;
}

/* Lists */
.privacy-content ul,
.policy-content ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0 0 0 103px;
}

.privacy-content ul li,
.policy-content ul li {
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #505050;
  margin: 0 0 20px 0;
  padding-left: 40px;
  position: relative;
  background-image: url('../img/bullet-ellipse.svg');
  background-size: 22px 26px;
  background-repeat: no-repeat;
  background-position: left 7px;
}

.privacy-content 
.policy-content ol {
  list-style: decimal;
  margin: 20px 0 20px 30px;
  padding: 0;
}

.privacy-content 
.policy-content ol li {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 0 0 12px 0;
}

/* Active menu link */
.menu a.active {
  font-weight: 700;
  color: #78BE20;             /* XD spec: Brand color */
}

/* Section Dividers - XD Design Specs */
.privacy-section-divider,
.policy-section-divider,
.privacy-content hr,
.policy-content hr {
  width: 100%;
  height: 2px;                /* XD spec: Divider width */
  background-color: #F5F5F5;  /* XD spec: Light Gray */
  margin: 50px 0;
  border: none;
}

/* Decorative Plus Icons - XD Design Specs */
.privacy-container::before,
.policy-container::before {
  content: '+';
  position: absolute;
  font-size: 122px;           /* XD spec: Small plus icon */
  color: #F5F5F5;             /* XD spec: Light Gray @ 55% opacity */
  opacity: 0.55;
  font-weight: 300;
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}

.privacy-container,
.policy-container {
  position: relative;
}

/* Mobile Responsive */
@media screen and (max-width: 1024px) {
  .privacy-wrapper,
  .policy-wrapper {
    padding: 0 40px;
  }

  .privacy-toc,
  .policy-toc {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .privacy-toc-inner,
  .policy-toc-inner {
    padding: 40px 30px;
  }

  .privacy-content,
  .policy-content {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 768px) {


  .privacy-header-inner,
  .policy-header-inner {
    padding: 120px 0 30px 0;
  }

  .privacy-header h1,
  .policy-header h1 {
    font-size: 32px;
    letter-spacing: 5px;
  }

  .privacy-container,
  .policy-container {
    padding: 30px 0;
  }

  .privacy-wrapper,
  .policy-wrapper {
    padding: 0 20px;
  }

  .privacy-toc-inner,
  .policy-toc-inner {
    padding: 30px 20px;
    border-radius: 25px;
  }

  .privacy-toc h3,
  .policy-toc h3 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .toc-roman {
    font-size: 16px;
    min-width: 30px;
  }

  .toc-main-link {
    font-size: 16px;
  }

  .toc-subitems {
    margin-left: 95px;
	margin-right: 95px;
  }

  .toc-letter {
    font-size: 14px;
    min-width: 20px;
  }

  .toc-sub-link {
    font-size: 14px;
  }

  .privacy-content,
  .policy-content {
    padding: 30px 20px;
    border-radius: 25px;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }

  .privacy-content h1,
  .policy-content h1,
  .privacy-content .section-heading,
  .policy-content .section-heading {
    font-size: 32px;
  }

  .privacy-content h2,
  .policy-content h2 {
    font-size: 24px;
  }

  .privacy-content p,
  .policy-content p {
    font-size: 16px;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .privacy-content ul,
  .policy-content ul {
    max-width: 100%;
  }

  .privacy-content ul li,
  .policy-content ul li {
    font-size: 16px;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .privacy-content ol li,
  .policy-content ol li {
    font-size: 16px;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .privacy-content .section-number {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .privacy-content h2 {
    font-size: 22px;
  }

  .privacy-content h3 {
    font-size: 18px;
  }

  .privacy-toc-inner {
    padding: 20px 15px;
  }

  .privacy-toc h3 {
    font-size: 18px;
  }

  .toc-link {
    font-size: 13px;
  }
}

/* DEBUG: Force visibility - COMPREHENSIVE FIX */
.privacy-container {
  display: block !important;
  visibility: visible !important;
  min-height: 800px !important;
  height: auto !important;
  overflow: visible !important;
}

.privacy-wrapper {
  display: flex !important;
  visibility: visible !important;
  min-height: 600px !important;
  overflow: visible !important;
  margin-top: 25px !important;
}

.privacy-content 
.policy-content {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 500px !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 1 !important;
}

.privacy-section {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
}

.privacy-content 
.policy-content p,
.privacy-content 
.policy-content h2,
.privacy-content 
.policy-content h3,
.privacy-content 
.policy-content h4,
.privacy-content 
.policy-content ul,
.privacy-content 
.policy-content ol,
.privacy-content 
.policy-content li {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #555 !important;
}

.privacy-content 
.policy-content h2,
.privacy-content 
.policy-content h3,
.privacy-content 
.policy-content h4 {
  color: #333 !important;
  font-weight: 700 !important;
}

.privacy-content 
.policy-content .section-heading {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #333 !important;
}

.privacy-content
.policy-content .section-number {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  background-color: #8bc53f !important;
  color: #fff !important;

}


.safety-intro {
  padding: 150px 0 80px 0;
  background-color: #fff;
  position: relative;
  z-index: 7;
}
.safety-intro0 {
  max-width: 1250px;
  width: 90%;
  margin: 0 auto;
}
.safety-intro1 h1 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 800;
  padding: 0 0 20px 0;
}
.safety-intro1 h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  padding: 0 0 15px 0;
}
.safety-intro1 p {
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 20px 0;
}
.safety-intro1 ul {
  padding: 0 0 15px 0;
}
.safety-intro1 ul li {
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 8px 30px;
  list-style: none;
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-image: url(../img/li.svg);
}

.safety-countries {
  padding: 0 0 100px 0;
  background-color: #fff;
}
.safety-countries0 {
  max-width: 1250px;
  width: 90%;
  margin: 0 auto;
}

.safety-country {
  border-bottom: 2px solid #F5F5F5;
}
.safety-country:first-child {
  border-top: 2px solid #F5F5F5;
}
.safety-country-header {
  display: flex;
  align-items: center;
  padding: 25px 20px;
  cursor: pointer;
  gap: 15px;
}
.safety-country-header:hover .safety-country-name {
  color: #78BE20;
}
.safety-country-name {
  font-size: 22px;
  font-weight: 700;
  color: #666;
  transition: color 0.2s ease;
}
.safety-country.active .safety-country-name {
  color: #78BE20;
}
.safety-country-arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-image: url(../img/safety-plus.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.safety-country.active .safety-country-arrow {
  transform: rotate(45deg);
}

.safety-country-body {
  display: none;
  padding: 0 20px 30px 20px;
}
.safety-country-body h3 {
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 10px 0;
}
.safety-country-body h4 {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 8px 0;
  color: #78BE20;
}
.safety-country-body p {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 15px 0;
}
.safety-country-body ul {
  padding: 0 0 15px 0;
}
.safety-country-body ul li {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 8px 30px;
  list-style-type: none;
  background-size: 15px auto;
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-image: url(../img/li.svg);
}
.safety-country-body a {
  color: #78BE20;
  text-decoration: underline;
}
.safety-country-body a:hover {
  text-decoration: none;
}

.safety-country-txt {
  padding: 0 0 20px 0;
}
.safety-country-vpois {
  padding: 0;
  border-bottom: 0;
}
.safety-country-vpois .market2txt2 {
  border-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.safety-country-contact {
  padding: 0 0 20px 0;
  border-top: 1px solid #F5F5F5;
  padding-top: 20px;
}
.safety-country-contact .marketmail:last-child,
.safety-country-contact .marketphone:last-child {
  margin-bottom: 0;
}
.safety-country-txt .marketmail:last-child,
.safety-country-txt .marketphone:last-child,
.safety-country-materials .marketmail:last-child,
.safety-country-materials .marketphone:last-child {
  margin-bottom: 0;
}
.safety-country-materials {
  border-top: 1px solid #F5F5F5;
  padding-top: 20px;
}

.safety-downloads {
  border-top: 1px solid #E0E0E0;
  margin-top: 25px;
  padding-top: 20px;
}
.safety-downloads h4 {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00843D;
  margin: 0 0 15px 0;
}
.safety-documents-list {
  display: grid;
  gap: 18px;
}
.list-item.safety-list-item {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding: 24px 28px;
  border: 1px solid #DDE7D0;
  border-bottom-right-radius: 28px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FBF2 100%);
}
.safety-list-item .item-cell {
  min-width: 0;
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.safety-list-item .item-cell.main-cell {
  flex-basis: 250px;
}
.safety-list-item .item-cell.last-cell {
  flex: 1.4 1 320px;
}
.safety-list-item .item-cell--name {
  display: block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #78BE20;
  font-weight: 700;
}
.safety-list-item .item-cell--value {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.safety-list-item .download-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #00843D;
  text-decoration: underline;
  font-weight: 700;
}
.safety-list-item .download-btn:hover {
  text-decoration: none;
  color: #006B31;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .safety-intro {
    padding: 120px 0 50px 0;
  }
  .safety-intro1 h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .safety-intro1 h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .safety-intro1 p {
    font-size: 16px;
    line-height: 24px;
  }
  .safety-intro1 ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .safety-countries {
    padding: 0 0 60px 0;
  }
  .safety-country-name {
    font-size: 18px;
  }
  .safety-country-header {
    padding: 20px 15px;
    gap: 12px;
  }
  .safety-country-arrow {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
  .safety-country-body {
    padding: 0 15px 25px 15px;
  }
  .list-item.safety-list-item {
    padding: 18px 18px;
    gap: 14px;
    border-bottom-right-radius: 22px;
  }
  .safety-list-item .item-cell {
    flex-basis: 100%;
    gap: 6px;
  }
  .safety-list-item .item-cell--name {
    font-size: 11px;
    line-height: 15px;
  }
  .safety-list-item .item-cell--value,
  .safety-list-item .download-btn {
    font-size: 15px;
    line-height: 22px;
  }
}
