@font-face {
	font-family: "Sofia Pro";
	src: url("../fonts/sofia-pro.woff2") format("woff2");
}

@font-face {
	font-family: "SofiaPro-Regular";
	src: url("../fonts/sofia-pro.woff2") format("woff2");
}

@font-face {
	font-family: "Cotford Display";
	src: url("../fonts/CotfordDisplayRegular.woff2") format("woff2");
}

.child,
.child-m {
	opacity: 0;
	transition: 0s linear;
}

html {
	font-size: 16px;
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #004987;
	font-weight: 400;
	font-family: "Sofia Pro", arial, helvetica, sans-serif;
}

img,
video,
svg {
	width: 100%;
}

main {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

section {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
}

body {
	background: #fff;
	font-size: 18px;
}

*,
p,
span,
* .letters .letter {
	font-weight: 400;
	font-family: "Sofia Pro", arial, helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 *,
h1 .letters,
h2 .letters,
h3 .letters,
h4 .letters,
h5 .letters,
h6 .letters,
h1 span.letters,
h2 span.letters,
h3 span.letters,
h4 span.letters,
h5 span.letters,
h6 span.letters,
h1 .letters .letter,
h2 .letters .letter,
h3 .letters .letter,
h4 .letters .letter,
h5 .letters .letter,
h6 .letters .letter,
.header .menu ul li a,
.aniQuote * {
	font-weight: 400;
	font-family: "Cotford Display", serif;
}

/* 80px */
h1,
h1 * {
	font-size: clamp(2.5rem, 4.167vw, 5rem);
	line-height: 0.95;
	margin-bottom: clamp(1.2rem, 1.85vw, 2.22rem);
}

/* 60px */
h2,
h2 * {
	font-size: clamp(1.875rem, 3.25vw, 3.75rem);
	line-height: 0.95;
	margin-bottom: clamp(1.2rem, 1.85vw, 2.22rem);
}

/* 40px */
h3,
h3 * {
	font-size: clamp(1.85rem, 2.2vw, 2.5rem);
	line-height: 1.2;
	margin-bottom: clamp(1rem, 1.67vw, 2rem);
}

/* 32px */
h4,
h4 * {
	font-size: clamp(1.25rem, 1.67vw, 2rem);
	line-height: 1.2;
	margin-bottom: clamp(0.8rem, 1.11vw, 1.33rem);
}

/* 28px STFN */
h5,
h5 * {
	font-size: clamp(0.875rem, 1.67vw, 1.75rem);
	line-height: 1.2;
	margin-bottom: clamp(0.6rem, 1vw, 1.2rem);
}

/* 24px STFN */
h6,
h6 * {
	font-size: clamp(0.75rem, 1.25vw, 1.5rem);
	line-height: 1.2;
	margin-bottom: clamp(0.55rem, 0.9vw, 1.1rem);
}

p {
	margin-bottom: 42px;
}

/* 32px */
p,
a,
li {
	font-size: clamp(1rem, 1.33vw, 2rem);
	line-height: 1.21;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #e848ac;
	transition: 0.3s linear;
}

a:hover,
a:active {
	opacity: 0.7;
}

.aniImage,
.aniScrollDown,
.aniScrollUp {
	opacity: 0;
}

ul {
	list-style: none;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	flex: 1 0 auto;
}

.btn {
	white-space: nowrap;
	color: #004987;
	font-size: 26px;
	padding: 24px 32px;
	background: #cdff00;
	box-shadow: none;
	border: 1px solid transparent;
	cursor: pointer;
	transition: 0.3s linear;
}

.btn:hover,
.btn:active {
	border: 1px solid #004987;
}

.btn:active {
	color: #fff;
	background: #004987;
	border: 1px solid #004987;
}

input {
	width: 100%;
	font-size: clamp(1.5rem, 2vw, 2.5rem);
	border: none;
	border-bottom: 2px solid #cdff00;
	color: #004987;
	transition: 0.3s linear;
}

input::placeholder {
	color: #cdff00;
}

input:hover,
input:focus {
	border-bottom: 2px solid #004987;
}

input:focus {
	color: #004987;
}

.center.flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 0 80px 0;
}

.d-none {
	display: none !important;
}

img.map-icon.map-icon-heading {
	width: 35%;
	padding: 4vh 0;
}

img.map-icon {
	width: 35%;
}

img.map-icon.mill-icon.aniImage {
	width: 55%;
}

img.map-icon.manufacturer-icon.aniImage {
	width: 50%;
}

img.map-icon.retailer-icon.aniImage {
	width: 46%;
}

.h-1,
.h-2,
.w-1,
.w-2 {
	position: absolute;
	background: #fff;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.active .h-1,
.active .h-2,
.active .w-1,
.active .w-2 {
	animation: opacityIn 0.2s linear forwards;
}

/* Tech Screen */
.h-1,
.h-2 {
	left: 50%;
	top: 0%;
	width: 10000%;
	height: 1px;
}

.h-2 {
	top: 99.5%;
}

.w-1,
.w-2 {
	left: -0%;
	top: 50%;
	height: 10000%;
	width: 1px;
}

.w-2 {
	left: 100%;
}

/* Home Screen */
.h-1.logomark {
	top: 1%;
}

.h-2.logomark {
	top: 97.6%;
}

.w-1.logomark {
	left: 1%;
}

.w-2.logomark {
	left: 99.5%;
}

/*******************/
/* Footer and Form */
form {
	margin: 0 6vw;
}

.footer p {
	font-size: 1.556rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
	transition: 0.3s linear;
}

div.ctct-form-embed div.ctct-form-defaults {
	padding: 24px 0 !important;
}

.ctct-inline-form {
	width: 80%;
}

.ctct-form-element {
	width: 50%;
	font-size: clamp(1rem, 1.67vw, 2rem);
	border: none;
	border-bottom: 2px solid #cdff00;
	color: #004987;
	transition: 0.3s linear;
}

.ctct-form-element:focus {
	border-bottom: 2px solid #004987;
}

#gdpr_text,
#email_address_label_1 {
	display: none;
}

.subscription .ctct-form-button {
	white-space: nowrap;
	color: #004987;
	font-size: 26px;
	padding: 18px 24px;
	background: #cdff00;
	box-shadow: none;
	border: 1px solid transparent;
	cursor: pointer;
	transition: 0.3s linear;
	float: right;
	margin-top: -80px;
}

.ctct-form-embed.form_1 .ctct-form-defaults .ctct-form-header {
	color: #004987 !important;
}

div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
	font: unset !important;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	font-family: "Cotford Display" !important;
	font-size: 28px !important;
	font-weight: 400;
	margin: 0 0 12px;
}

.ctct-form-embed.form_1 .ctct-form-defaults .ctct-form-text,
.ctct-form-embed.form_1 .ctct-form-custom .ctct-form-label,
.ctct-form-embed.form_1 .ctct-form-custom .ctct-form-listname,
.ctct-form-embed.form_1 .ctct-form-custom .ctct-form-lists-legend,
.ctct-form-embed.form_1 .ctct-form-custom .ctct-form-date-slash,
.ctct-form-embed.form_1 .ctct-form-defaults .ctct-gdpr-text,
.ctct-form-embed.form_1 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link,
.ctct-form-embed.form_1 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link {
	color: #004987 !important;
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
	font: unset !important;
	font-family: "Sofia Pro" !important;
	font-size: clamp(16px, 1vw, 32px) !important;
	white-space: pre-wrap;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	margin: 0 0 24px;
}

div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success {
	min-height: 100px;
	display: block;
	background: #cdff00;
	padding: 0 3%;
}

/*******************/

.fh {
	height: 100vh;
}

body {
	height: 20000vh;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

body::-webkit-scrollbar {
	display: none;
}

.child,
.child-m {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background: #fff;
	transition: 0.5s linear;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
}

/* .child.sustainable {
transition: 0s linear;
} */

.child .letter {
	opacity: 0;
}

.child.active,
.child-m.active {
	opacity: 1;
	overflow: visible;
	pointer-events: auto;
}

.child.active.scrolling,
.child-m.active.scrolling {
	overflow: auto;
	z-index: 2;
}

.child.active.slider .slider-right .progress-bar .progress-line {
	width: calc(100% / 7);
}

.child.active.innovation .greencube {
	animation: scaleIn1 0.7s ease-in-out forwards;
}

.child.active.natural-shirt .gif,
.child-m.active.natural-shirt .gif {
	animation: scaleIn1 1s ease-in-out forwards;
}

.child.active .partners .bg-petal {
	animation: scaleIn1 1s ease-in-out forwards;
}

.child.active-2 {
	opacity: 1;
	overflow: visible;
	pointer-events: auto;
}

.child.active-2.ethical .sustainable-right .sustainable-text:nth-child(1) {
	visibility: hidden;
	opacity: 0;
}

.child.active-2.ethical .sustainable-right .sustainable-text:nth-child(2) {
	visibility: visible;
	opacity: 1;
}

.child.hide.banner .banner-logo {
	transform-origin: 50% 59%;
	animation: scaleIn100 0.65s ease-in-out forwards;
}

/* .child.slider {
transition: .0s linear;
} */

/* Stats popup */
.stats-container {
	display: flex;
	background: #f3f9f8;
	width: 112%;
	max-width: 112%;
	margin: 2% 0 2% -6%;
	padding: 2% 6%;
	flex-direction: row;
	flex-grow: 1;
	flex-shrink: 1;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-height: 275px;
}

.stat {
	max-width: 230px;
	width: 230px;
	margin: 15px;
}

.statdivider {
	max-height: 140px;
	min-width: 4px;
}

@media screen and (min-width: 768px) {
	.child.active-2.matters .sustainable-right-top {
		margin-bottom: -50%;
		opacity: 0;
	}

	.child.active-2.matters .sustainable-text {
		visibility: visible;
		opacity: 1;
	}
}

.ml10 {
	position: relative;
}

@keyframes fadeInUp {
	from {
		transform: translate3d(0, 100vh, 0);
		opacity: 0;
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		transform: translate3d(0, 100vh, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.activeFadeInUp {
	opacity: 0;
}

.fadeinup {
	opacity: 0;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

@keyframes scaleIn1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes scaleIn100 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(50);
	}
}

@keyframes scaleOut100 {
	0% {
		transform: scale(50);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes opacityIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes opacityOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.open-quote,
.close-quote {
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
}

.close-quote {
	background: white;
}

.active .open-quote,
.active .close-quote {
	animation: pulse-white 2s infinite;
}

.active .open-quote {
	opacity: 1 !important;
}

.open-quote {
	width: 25px;
	position: relative;
	margin: 10px 30px 20px 0;
}

@keyframes pulse-white {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 5px rgba(255, 255, 255, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.footer {
	padding: 36px 15px;
	background: #004987;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.footer a {
	font-size: 1.556rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
	transition: 0.3s linear;
}

.footer a:hover,
.footer a:active {
	color: #e848ac;
}

.footer .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 85%;
}

.footer ul li {
	margin-bottom: 0;
}

.header {
	padding: 24px 15px 0;
	/* background: linear-gradient(to bottom, rgba(0, 72, 135, 0.6), transparent); */
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	transform: translate(0, -100%);
	transition: 0.3s linear;
}

.header.active .logo img:nth-child(1) {
	display: none;
}

.header.active .logo img:nth-child(2) {
	display: block;
}

.header.show {
	transform: translate(0, 0);
}

/* .header .container {
max-width: 1864px;
} */

.header .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo {
	width: 40px;
	position: relative;
	z-index: 100000;
}

.header .logo svg {
	display: block;
}

header.nav-contrast * {
	fill: #cdff00;
}

.nav-contrast .burger span {
	background: #cdff00 !important;
}

.header .logo img:nth-child(2) {
	display: none;
}

.header .burger {
	width: 40px;
	height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	position: relative;
	z-index: 100000;
}

.header .burger:hover,
.header .burger:active {
	opacity: 0.7;
}

.header .burger.active span {
	background: #cdff00;
}

.header .burger.active span:nth-child(1) {
	transform: rotate(-45deg);
	top: 13px;
}

.header .burger.active span:nth-child(2) {
	display: none;
}

.header .burger.active span:nth-child(3) {
	transform: rotate(45deg);
	top: -13px;
}

.header .burger span {
	width: 100%;
	height: 4px;
	background: #fff;
	display: block;
	position: relative;
	z-index: 1;
	transition: 0.3s linear;
}

.header .menu {
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #004987 url("../images/icons/grid.svg");
	overflow: hidden;
}

.header .menu .background-left,
.header .menu .background-right {
	position: absolute;
	top: 50%;
	max-width: 22%;
	max-height: 50%;
	transform: translate(-50%, -50%);
}

.header .menu .background-left {
	left: 0;
}

.header .menu .background-right {
	left: 100%;
}

.header .menu ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.header .menu ul li {
	margin-bottom: 36px;
}

.header .menu ul li:last-child {
	margin-bottom: 0;
}

.header .menu ul li a {
	color: #cdff00;
	font-size: 50px;
	line-height: 1;
}

.sustainable-left h2 {
	margin: 0;
}

a.stenheading {
	font-size: clamp(2rem, 3.125vw, 3.75rem);
	color: #3a4035 !important;
	text-decoration: none;
	cursor: pointer;
	transition: unset;
	margin: 10px 0;
	/* opacity: 0; */
}

.header .menu ul li a:hover,
.header .menu ul li a:active {
	color: #e848ac;
}

.popup {
	display: none;
	position: fixed;
	z-index: 30;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 65px 0 40px 0;
	background: #fff url("../images/icons/grid.svg");
}

.popup.green {
	background: #86c9c2;
}

.popup-close {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #e848ac;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 32px;
}

.popup-left a {
	font-size: 1.556rem;
}

.popup-close img {
	width: 54px;
	margin-right: 4px;
}

.popup-content {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -50vh;
	height: 1000vh;
	padding: 0 15px;
}

.popup-left {
	width: 100%;
	height: 90%;
}

.popup-left p {
	font-size: clamp(18px, 1.5vw, 32px);
}

.popup-right {
	/* width: 48%; */
	text-align: center;
}

.popup-right img {
	width: 50%;
}

/* .active .popup-right img {
animation: rotateImage 10s linear reverse infinite;
} */

.banner {
	height: 100vh;
	overflow: hidden;
	background: #fff url("../images/homevidfallback.jpg");
	object-fit: cover;
	background-size: cover;
	/* fallback for video not loading */
}

@media screen and (max-width: 768px) {
	.banner {
		background: #fff url("../images/homevidfallback-mobile.jpg");
		background-size: cover;

	}
}


.banner .video {
	height: 100vh;
	object-fit: cover;
}

.banner .image {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
}

.banner .image img {
	max-height: 50vh;
	max-width: 50vw;
	height: 100%;
	animation: scaleOut100 0.5s ease;
}

.arrow {
	position: absolute;
	left: 50%;
	bottom: 15vh;
	transform: translate(-50%, 0);
	width: 32px;
	/* transition: .3s linear; */
	cursor: pointer;
	/* animation: moveInOut 1s linear alternate infinite; */
}

.active .arrow {
	animation: moveInOut 1s linear alternate infinite;
}

.arrow:hover,
.arrow:active {
	opacity: 0.7;
}

.sustainable .arrow {
	bottom: 3vh;
}

@media only screen and (max-height: 700px) {
	.sustainable .arrow {
		display: none;
	}
}

.setting {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	padding: 0;
	overflow: hidden;
}

.setting-inner {
	padding: 60px 15px 0;
}

.setting .background,
.slider .background {
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
}

.setting .seal {
	position: absolute;
	z-index: 1;
	left: 60%;
	bottom: 4%;
	width: 24%;
	transform: translate(-50%, 0);
}

.setting-content {
	flex: 1 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
	/* padding: 60px 15px 0; */
}

.setting-left {
	width: 48%;
	padding: 2% 0 0 4.5%;
}

.setting-left p {
	max-width: 750px;
}

.setting-left .link {
	max-width: 500px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition: 0.3s linear;
}

.setting-left .link p {
	margin-bottom: 0;
}

.setting-left .link p span {
	color: #e848ac;
	text-transform: uppercase;
	font-size: 1.556rem;
}

.setting-left .link:hover,
.setting-left .link:active {
	opacity: 0.7;
}

.setting-left .link img {
	width: 36px;
	margin-right: 16px;
}

.setting-right {
	width: 50%;
}

.setting-right img {
	position: relative;
	right: -10%;
}

.slider {
	overflow: hidden;
}

.aniScrollDown {
	z-index: -2;
}

.slider .bg-left {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	object-fit: cover;

	z-index: -1;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.slider-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 100vh;
}

.slider-left {
	width: 46%;
	text-align: center;
}

.slider-left .image {
	max-width: 550px;
	z-index: 3;
}

.slider-right {
	width: 41%;
	padding: 40px 15px;
	height: 60vh;
}

.slider-right h3 {
	margin-bottom: 10vh;
}

.slider-right p {
	margin-bottom: 0;
	max-width: 420px;
}

.slider-right .progress-bar {
	width: 80%;
	height: 2px;
	background: #cdff00;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

.slider-right .progress-bar .progress-line {
	width: 0;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 12px;
	background: #cdff00;
	/* transition: .3s linear reverse; */
}

.innovation {
	/** background: url("../images/21st-Century-Video-backup-image-mobile.jpg"); */
	background: url("../images/21st-Century-Video-backup-image-3840x2160.jpg");
	overflow: hidden;
	background-size: cover;
}

@media (max-width:996px) {
	.innovation {
		background: url("../images/21st-Century-Video-backup-image-768x1365.jpg");
	}
}

.innovation .background {
	position: absolute;
	z-index: -5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.innovation-content {
	padding: 50px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 100vh;
}

.innovation-left {
	width: 50%;
	max-width: 675px;
	padding-left: 5vw;
	position: relative;
	z-index: 2;
}

.innovation-left h1 span {
	color: #cdff00;
}

.innovation-left>div.aniEl>h3>span.letters.innovationP,
.innovation-left>div.aniEl>h4>span.letters.innovationP {
	font-family: "Sofia Pro";
	color: #fff;
}

.innovation-mobile {
	position: relative;
	max-width: 50%;
	margin: 20% auto;
	display: none;
}

.innovation-right {
	width: 48%;
	text-align: center;
	position: relative;
	z-index: 1;
}

.innovation-right-image {
	position: relative;
	width: 70%;
}

.aniQuote p span {
	font-size: clamp(0.75rem, 1.2vw, 1.5rem);
}

.aniQuote p.small span {
	font-size: clamp(0.6rem, 1vw, 1.1rem);
}

.sustainable {
	background: #86c9c2;
}

.sustainable .container {
	max-width: 100%;
}

.sustainable .popup-content {
	justify-content: flex-start;
}

.sustainable .list {
	max-width: 550px;
}

.sustainable .list li {
	border-top: 1px solid #3a4035;
	/* border-bottom: 1px solid #3A4035; */
	padding: 10px 0;
	margin-bottom: 0;
	opacity: 0.4;
}

.sustainable .list li:last-child {
	border-bottom: 1px solid #3A4035;
}

.sustainable .list ul:not(:first-child) {
	border-top: unset;
}

.sustainable .list li.active {
	opacity: 1;
}

.sustainable .list li h3 {
	color: #3a4035;
	margin-bottom: 0;
}

.sustainable .list li h3 span {
	color: #3a4035;
}

.sustainable-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.sustainable-left {
	width: 40%;
	padding: 100px 0 0 5vw;
	height: 100vh;
	position: relative;
	z-index: 2;
}

.sustainable-right {
	width: 57.5%;
	padding: 100px 0 0 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	z-index: 1;
	overflow: visible;
}

.sustainable-right .sustainable-right-top {
	margin-bottom: 40px;
	padding: 0 5vw 0 2vw;
	max-width: 950px;
	transition: 1s linear;
}

.sustainable-right h3 {
	color: #3a4035;
}

.sustainable-right h3 span {
	color: #3a4035;
}

.sustainable-right-top .aniStenHeading h3,
.sustainable-right-top h3.ml10 {
	margin-top: 12px;
}

.sustainable-right-top ul.ul-letters {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 8px;
	list-style: none;
	padding-left: 1.5rem;
}

.sustainable-right-top ul.ul-letters li {
	color: #3a4035;
	position: relative;
	/* list-style: outside; */
}

.sustainable-right-top ul.ul-letters li::before {
	background-color: #3a4035;
	content: '';
	left: -1.25rem;
	position: absolute;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	top: 5px;
}

/* 
.sustainable-right-top ul.ul-letters li::marker {
	color: #3A4035;
	font-size: 32px;
	line-height: 1;
} */

/* .sustainable-right-top h3 .letters,
.partners-content h3 .letters,
.partners-content h2 .letters {
	font-family: "Sofia Pro", arial, helvetica, sans-serif;
} */

.innovationHeading {
	color: white;
}

.sustainable-right p {
	font-size: clamp(0.875rem, 1.33vw, 1.75rem);
	color: #3a4035;
	margin-bottom: 0;
}

.sustainable-right p span {
	color: #3a4035;
}

.sustainable-right .link {
	display: none;
	align-items: center;
	margin: 0 0 20px 0;
}

.sustainable-right .link span {
	color: #e848ac;
	font-size: 1.556rem;
	text-transform: uppercase;
}

.sustainable-right .link img {
	margin-right: 15px;
	width: 22px;
}

.sustainable-right .bg-right {
	width: 100%;
	transform: translate(-15px, 0);
}

.sustainable-text {
	display: flex;
	background: #fff;
	padding: 3% 3%;
	margin: 0 15px 0 0;
	max-width: 50%;
	position: absolute;
	left: 3.75%;

	top: 44%;
	z-index: 1;
	transform: translate(0, -50%);
	font-size: 1.556rem;
	opacity: 0;
}

svg.open-quote,
svg.close-quote {
	display: none;
}

.sustainable-text .progress-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 8px;
	background: #cdff00;
}

.sustainable-text-inner {
	overflow: hidden;
	position: relative;
}

.sustainable-text-inner .background {
	position: absolute;
	z-index: -1;
	width: 1000%;
	height: 1000%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.sustainable-text .small span {
	font-family: "Sofia Pro", sans-serif;
	font-size: clamp(0.625rem, 1.04vw, 1.25rem);
	margin-top: 5%;
}

.sustainable-text .triangle {
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-right: 40px solid transparent;
	border-left: 40px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(0, 50%);
}

.traceable {
	background: #d8cc98;
}

.traceable .sustainable-left {
	background: #d8cc98;
	overflow: hidden;
}

.traceable .sustainable-left .traceable-image {
	width: 100%;
	max-width: 550px;
	text-align: center;
	padding-top: 10%;
}

/* .traceable .sustainable-left .traceable-image img {
max-width: 75%;
animation: rotateImage 10s linear reverse infinite;
} */

.traceable .sustainable-right {
	background: #d8cc98;
}

.traceable .sustainable-right:before {
	content: "";
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 5%;
	height: 100%;
	/* background: linear-gradient(to right, #D8CC98 20%, transparent); */
}

.traceable .sustainable-right h4,
.traceable .sustainable-right p {
	position: relative;
	z-index: 4;
}

.desktop-show.map {
	position: absolute;
	z-index: 3;
	transform: translate(-50%, 0);
	left: 50%;
	/* top: 260px; */

	top: 325px;
	width: 100%;
	height: 70%;
	overflow: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-size: contain !important;
	background: url('https://consumer.trustuscotton.org/images/map3.png') no-repeat center;
}

@media (min-width: 1200px) and (min-height: 1150px) {
	.desktop-show.map {
		top: calc(50vh - 240px);
		height: calc(100% - calc(50vh - 240px));
	}
}

.traceable .sustainable-right .blockchain {
	width: 50%;
	margin: 0 auto;
	/* filter: invert(0.75); */
}

@media screen and (max-width: 768px) {
	.traceable .sustainable-right .blockchain {
		filter: none;
	}
}

.child.active.partners,
.child-m.active.partners {
	padding-top: 100px;
}

.ethical {
	background: #96a553;
	overflow: hidden;
}

.ethical .sustainable-text {
	top: 50%;
	left: 50%;
}

.ethical .sustainable-text .progress-text {
	width: 100%;
}

.ethical .sustainable-text:nth-child(1) {
	visibility: visible;
	opacity: 0;
}

.ethical .sustainable-text:nth-child(2) {
	visibility: hidden;
	opacity: 0;
}

.ethical .sustainable-right {
	overflow: visible;
	padding-bottom: 0;
}

.ethical .sustainable-right .bg-right {
	transform: translate(-25%, 0);
	margin-top: auto;
}

.ethical-mobile {
	background: #96a553;
	display: none;
}

.ethical-mobile .sustainable-content {
	justify-content: flex-start;
}

.ethical-mobile .sustainable-right {
	margin: 26px 0;
}

.ethical-mobile .sustainable-right .small {
	margin-top: 50px;
}

.ethical-mobile .sustainable-text {
	position: relative;
	top: 0;
	transform: translate(0, 0);
}

.ethical-mobile .sustainable-text .progress-text {
	width: 50%;
}

.natural {
	background: #a08c4d;
}

.natural .sustainable-text {
	left: 2.2vw;
}

.natural .sustainable-right .bg-right {
	transform: translate(12%, 0);
}

.natural-shirt {
	background: #a08c4d;
}

.natural-shirt .sustainable-right {
	text-align: center;
}

.natural-shirt .sustainable-right .gif {
	width: 50%;
	margin: 0 auto;
	filter: invert(0.75);
}

.natural-shirt .sustainable-right p {
	text-align: left;
	margin-bottom: 20px;
	padding-left: 9vw;
	padding-right: 5vw;
}

.natural-mobile {
	background: #a08c4d;
}

.natural-mobile .sustainable-text .progress-text {
	width: 100%;
}

.hand {
	height: 100vh;
	overflow: hidden;
}

.hand .background {
	height: 100%;
	object-fit: cover;
}

.hand .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hand .logo img {
	max-width: 50vw;
	max-height: 50vh;
}

.active.hand .logo img {
	animation: rotateImage 10s linear reverse infinite;
}

.subscription {
	padding: 100px 0 180px 0;
	min-height: auto;
}

.subscription form {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.subscription form h2 {
	max-width: 100%;
}

.subscription form label {
	margin: 0 38px;
}

.subscription form input {
	font-size: 40px;
}

.subscription .success {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 16px;
	color: #e848ac;
	margin: 16px 0;
	text-transform: uppercase;
}

.subscription .success img {
	width: 24px;
	margin-right: 7px;
}

.subscription>.container {
	margin: 10vh auto 0 auto;
}

.partners {
	padding: 0px 0 1rem 0;
	overflow: hidden;
}

.partners-content {
	width: 58%;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 60vh;
	/* margin-right: 50px; */
	padding-right: 50px;
}

.partners-content.sub-slide {
	padding: 0 15px;
	width: 100%;
	max-width: 1024px;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 60vh;
	margin-right: auto;
}

.partners-content p {
	margin-bottom: 0;
}

.partners-content .partners-text {
	max-width: 660px;
}

.partners-content.sub-slide .partners-text {
	max-width: 100%;
}

.partners-content .partners-text a {
	color: #004987;
	position: relative;
}

.partners-content .partners-text a::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	bottom: -5px;
	background-color: #004987;
}

.partners .bg-petal {
	position: absolute;
	z-index: -1;
	left: 0%;
	/* top: 0%; */
	bottom: -130px;
	height: 100%;
	width: 100%;
	object-fit: contain;
	opacity: 0.35;
}

.partners .partners-logo {
	max-width: 306px;
	margin-top: 20px;
	max-height: 275px;
	object-fit: contain;
	object-position: left;
}

.partners .bg-seal {
	position: absolute;
	z-index: 1;
	left: 10%;
	top: 50%;
	width: 30%;
	transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
	.partners .bg-seal {
		top: 80%;
	}
}

main {

	height: 100vh;
}

.logos {
	position: fixed;
	bottom: 0;
	left: 0;
	/* padding: 10px 0; */
	background: #cdff00;
	pointer-events: none;
}

.logos-content {
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.logos-content::-webkit-scrollbar {
	display: none;
}

.logos-inner {
	display: inline-flex;
	align-items: center;
	animation: partners 40s infinite linear;
	animation-play-state: paused;
}

.logos-inner {
	animation-play-state: running;
}

.hide.logos-inner {
	animation-play-state: paused;
}

.logos-inner img {
	width: 16rem;
	margin: 0 1rem;
	object-fit: contain;
}

.desktop-hide {
	display: none !important;
}

.desktop-show {
	display: block;
}

.desktop-hide-550 {
	display: none !important;
}

.desktop-show-550 {
	display: flex !important;
}

/* .map.map-js {
z-index: 3;
left: 60%;
bottom: 0;
width: 100%;
height: 70%;
transform: translate(-50%, 0%);
position: absolute;
} */

@media screen and (max-width: 1440px) {
	/* .subscription form h2 {
font-size: 40px;
} */

	.subscription form input {
		font-size: clamp(2.5rem, 2.5vw, 3rem);
	}

	h2,
	h2 * {
		font-size: 3.333rem;
		line-height: 1.21;
		margin-bottom: 2.222rem;
	}

	h4,
	h4 * {
		line-height: 1.21;
		margin-bottom: 1.333rem;
	}
}

/* Just for the ridculous Macbook Air */
@media screen and (max-width: 1450px) and (min-width: 1420px) and (max-height: 700px) and (min-height: 600px) {
	.desktop-show.map {
		position: absolute;
		z-index: 3;
		transform: translate(-50%, 0);
		left: 50%;
		top: 220px;
		width: 60%;
		height: 70%;
		overflow: auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		background-size: contain !important;
		background: url('https://consumer.trustuscotton.org/images/map3.png') no-repeat center;
	}

	h2,
	h2 * {
		font-size: 2rem !important;
		line-height: 1.21;
		margin-bottom: 10px;
	}

	h4 {
		font-size: 1.4rem !important;
		line-height: 1.21;
		margin-bottom: 10px;
	}

	.sustainable-right p {
		font-size: 18px;
	}

	.aniQuote p span {
		font-size: 14px;
	}

	.sustainable-text-inner p.small span {
		font-size: 12px;
	}

	.natural-shirt .sustainable-right .gif {
		width: 40%;
	}

	.p,
	a,
	li,
	.partners-text p span.letters {
		font-size: clamp(0.75rem, 1rem, 2rem);
	}
}

@media screen and (min-width: 768px) {
	.partners .partners-logos-all .partners-logo {
		max-width: 45%;
		object-position: center;
	}

	.partners-text-mainslide-one {
		max-width: 500px !important;
	}

	.partners-text.partners-text-mainslide h2 {
		padding-top: 60px;
	}
}

@media screen and (min-width: 1024px) {

	.tech-video-container+.container .innovation-left h3 .letters {
		/* font-size: clamp(2.5rem, 4.167vw, 5rem);
		line-height: 0.95;
		margin-bottom: clamp(1.2rem, 1.85vw, 2.22rem); */
		font-size: clamp(1.875rem, 3.25vw, 3.75rem);
		line-height: 0.95;
		margin-bottom: clamp(1.2rem, 1.85vw, 2.22rem);
	}

	.partners-logos-all {
		display: flex;
		margin-top: 24px;
		margin-bottom: 24px;
		flex-wrap: wrap;
	}

	.partners-text-mainslide-one {
		/* max-width: 660px !important; */
		max-width: 1106px !important;
	}

	.partners-text-mainslide-one p {
		font-size: 30px;
	}

	.partners .partners-inner {
		flex-direction: row !important;
		height: 60vh;
		gap: 40px;
		justify-content: center;
		align-items: center;
		max-width: 90%;
		margin: 0 auto;
	}

	.partners .partners-inner .container {
		width: auto !important;
		margin: 0;
		flex: unset !important;
	}

	.partners .partners-inner .partners-content {
		width: auto !important;
		height: unset !important;
	}

	.partners .partners-inner .bg-seal {
		position: unset !important;
		transform: unset !important;
		width: 440px;
	}

	.partners .partners-inner .bg-seal img {
		max-width: 440px;
	}

	.partners .partners-inner .partners-content {}

	.partners .partners-logos-all .partners-logo {
		max-width: 25%;
	}
}

@media screen and (min-width: 1200px) {
	.partners .partners-inner {
		gap: 90px;
	}
}

@media screen and (max-width: 1024px) {
	.setting .setting-left .link p span {
		font-size: 1.556rem;
	}

	.setting .setting-left .link img {
		width: 22px;
	}

	.slider .slider-right h3 {
		margin-bottom: 40px;
	}

	.sustainable-right p {
		font-size: 18px;
	}

	.subscription {
		padding: 40px 0 60px 0;
	}

	.subscription form {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.subscription form h2 {
		font-size: 3rem !important;
		margin-bottom: 20px;
	}

	.subscription form label {
		margin: 0 0 12px 0;
	}

	.partners {
		padding: 40px 0;
	}

	.footer a,
	.footer p {
		font-size: 0.667rem;
	}

	.subscription .ctct-form-button {
		float: none;
		margin-top: 40px;
	}

	.ctct-inline-form {
		width: 100%;
	}

	div.ctct-form-embed div.ctct-form-defaults {
		padding: 0px !important;
	}

	.ctct-form-element {
		width: 80%;
	}

	.subscription>.container {
		margin: 10vh auto 0 auto;
	}

	h2,
	h2 * {
		font-size: 40px;
		margin-bottom: 20px;
	}

	h3,
	h3 * {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.popup h3 {
		font-size: 32px;
	}

	h4 {
		font-size: clamp(1rem, 1.67vw, 2rem);
		margin-bottom: 16px;
	}

	p {
		margin-bottom: 20px;
	}

	p,
	a,
	li {
		font-size: 18px;
		line-height: 1.33;
	}

	.btn {
		font-size: 18px;
		padding: 14px 24px;
	}

	.btn {
		font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
	.partners-logos-all img:not(:first-child) {
		display: none !important;
	}

	.center-mobile {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.sustainable-text .triangle {
		width: 0;
		height: 0;
		border-top: 20px solid transparent;
		border-bottom: 25px solid transparent;
		border-right: 10px solid transparent;
		border-left: 30px solid #fff;
		position: absolute;
		bottom: 0px;
		left: 0;
		transform: translate(0, 50%);
	}

	.child,
	.child-m {
		transition: 0s linear;
	}

	.aniQuote.hide {
		display: none;
	}

	.setting-inner {
		padding: 0px 15px 0;
	}

	.sustainable-text-inner .background,
	.setting .background,
	.slider .background {
		left: -100%;
		top: -50%;
		width: 400%;
	}

	form {
		margin: 0 15px;
	}

	.header {
		padding: 16px 15px;
	}

	.header .menu .background-left,
	.header .menu .background-right {
		display: none;
	}

	.header .menu ul {
		align-items: flex-start;
		padding: 0 20px;
	}

	.header .menu ul li {
		margin-bottom: 26px;
	}

	.header .menu ul li a {
		font-size: 36px;
	}

	.desktop-hide {
		display: block !important;
	}

	.desktop-hide.flex {
		display: flex !important;
	}

	.desktop-show {
		display: none;
	}

	.stats-container-outer {
		display: block;
		background: #f3f9f8;
		width: 112%;
		margin: 2% 0 2% -6%;
		padding: 2% 6%;
		max-height: 275px;
	}

	.map.map-js {
		z-index: unset;
		left: unset;
		bottom: unset;
		width: unset;
		height: unset;
		position: unset;
	}

	.desktop-hide.map {
		position: absolute;
		z-index: -1;
		left: -10%;
		/* bottom: 0; */
		width: 120%;
		height: 100%;
		top: -100px;
		/* background-position: 0 -200px; */
		overflow: auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		background-size: cover !important;
		background: url(../images/map/topo.svg) no-repeat 0 0;
	}

	.popup-content {
		flex-direction: column;
		padding-top: 0px;
	}

	.popup-close img {
		width: 30px;
	}

	.popup-left {
		width: 100%;
	}

	.popup-right {
		width: 100%;
	}

	.setting {
		padding: 70px 0;
	}

	.setting .popup-left p {
		font-size: clamp(15px, 1.7vw, 32px);
	}

	.setting .seal {
		left: 100%;
		z-index: -1;
		top: calc(60% + 40px);
		width: 50%;
		transform: translate(-50%, -50%);
	}

	.setting .setting-content {
		flex-direction: column;
	}

	.setting .setting-left {
		width: 100%;
		margin-bottom: 40px;
		padding: 0;
	}

	.setting .setting-left .link {
		max-width: 300px;
	}

	.setting .setting-right {
		width: 100%;
		height: 40%;
	}

	.setting .setting-right img {
		width: 120%;
		left: -10%;
		max-height: 500px;
		object-fit: contain;
	}

	.slider .bg-left {
		width: 120%;
		left: -10%;
	}

	.slider .slider-content {
		flex-direction: column-reverse;
		padding-top: 0;
	}

	.slider .slider-left {
		width: 100%;
		position: relative;
		z-index: 10;
	}

	.slider .slider-right {
		width: 100%;
	}

	.slider-right {
		height: 50vh;
		padding-top: 70px;
	}

	.slider .slider-right h3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.slider .slider-right .progress-bar {
		margin-bottom: 9vh;
	}

	.innovation-content {
		flex-direction: column;
		align-items: flex-start;
		padding: 70px 0;
	}

	.innovation-left {
		width: 100%;
		flex: 1 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		max-width: 100%;
		padding: 20px 15px;
	}

	.innovation-left h2,
	.innovation-left p {
		max-width: 100%;
	}

	.innovation-mobile {
		display: block;
	}

	.innovation-right {
		display: none;
	}

	/* .sustainable .sustainable-text {
padding: 40px 1.556rem;
} */

	.sustainable .sustainable-text p {
		font-size: 18px;
	}

	.sustainable .sustainable-text .small {
		font-size: clamp(0.625rem, 1.04vw, 1.25rem);
		margin-top: 5%;
	}

	.sustainable .popup .sustainable-text {
		transform: translate(0, 0);
		opacity: 1;
		visibility: visible;
		position: static;
		left: 0;
		top: 0;
		margin: 20px 0 60px 0;
	}

	/* .sustainable .list li {
border-top: none;
} */

	.sustainable-content {
		justify-content: flex-start;
		flex-direction: column;
		/*height: 100vh;*/
		padding-top: 70px;
	}

	.sustainable-left {
		width: 100%;
		padding: 0 15px;
		height: auto;
	}

	.sustainable-right {
		width: 100%;
		height: auto;
		margin-top: 5px;
		padding: 0;
	}

	.sustainable-right h4 {
		font-size: 26px;
	}

	.sustainable-right .sustainable-right-top {
		padding: 0 15px;
		max-width: 950px;
		transition: 1s linear;
	}

	.sustainable-right .link {
		display: flex;
	}

	.sustainable-right .bg-right {
		width: 124%;
		transform: translate(-30%, 0);
		position: relative;
		left: -25%;
		/* bottom: -125px; */
		bottom: 0;
		margin-top: 44px;
	}

	.sustainable-text {
		max-width: calc(100% - (3.75% * 2.75));
		padding: 10px 15px;
		margin: 0;

		font-size: 18px !important;
	}

	.sustainable-text.aniQuote p span {
		font-size: 18px !important;
	}

	.sustainable-text.aniQuote p.small span {
		font-size: 14px !important;
	}

	.open-quote-new {
		margin-top: 28px !important;
		font-size: 16px !important;
	}

	.open-quote-new p {
		line-height: 1 !important;
	}

	.open-quote-new span {
		font-size: 16px !important;
	}

	svg.open-quote,
	svg.close-quote {
		display: block;
	}

	svg.open-quote {
		z-index: 1000;
		width: 25px;
		height: 25px;
		margin-top: 10px;
	}

	svg.close-quote {
		width: 25px;
		margin-left: 90%;
	}

	.traceable {
		overflow: hidden;
	}

	.traceable .sustainable-content {
		justify-content: flex-start;
	}

	.traceable .sustainable-left .traceable-image {
		display: none;
	}

	.traceable .sustainable-right {
		flex: 1 0 auto;
	}

	.traceable .sustainable-right:before {
		display: none;
	}

	.traceable .sustainable-right .blockchain {
		width: 80%;
	}

	.traceable .sustainable-right .bg-right {
		min-width: 1500px;
		height: 100%;
	}

	/* .ethical .sustainable-text {
display: none;
} */

	.ethical .sustainable-right {
		flex: 1 0 auto;
	}

	.ethical .sustainable-right .bg-right {
		transform: translate(10%, 0);
	}

	.ethical-mobile {
		display: block;
	}

	.ethical-mobile .sustainable-text {
		visibility: visible;
		opacity: 1;
		left: 0;
	}

	.partners-content {
		width: 100%;
		/* max-width: 90%; */
		max-width: 100%;
		margin: 0 auto 0 0;
		padding: 0 15px 0;
	}

	.partners .bg-seal {
		display: none;
	}

	.partners .bg-seal {
		left: 100%;
		width: 50%;
		max-width: 255px;
		transform: translate(-50%, -50%);
	}

	.partners .logo-seal {
		position: absolute;
		z-index: 1;
		left: 10%;
		top: 40%;
		width: 30%;
		transform: translate(0, -50%);
	}

	.natural .sustainable-right .bg-right {
		transform: translate(-12%, 0);
	}

	.logos {
		padding: 10px 0;
	}


	.logos-inner img {
		width: 8rem;
		margin: 0 0.5rem;
		object-fit: contain;
	}

	.child.hide.banner .banner-logo {
		transform-origin: 50% 59%;
		animation: unset;
		/* scaleIn100 0.65s ease-in-out forwards; */
	}

	.banner .image img {
		max-height: 50vh;
		max-width: 50vw;
		height: 100%;
		animation: unset;
		/* scaleOut100 0.5s ease; */
	}

	active .h-1,
	.active .h-2,
	.active .w-1,
	.active .w-2 {
		animation: unset;
	}

	.h-1,
	.h-2,
	.w-1,
	.w-2 {
		position: absolute;
		background: #fff;
		transform: translate(-50%, -50%);
		opacity: 1;
	}

	.ethical .sustainable-text {
		top: 10%;
		left: 3%;
		max-width: 94%;
		width: 94%;
		opacity: 0;
	}

	.natural-shirt .sustainable-right p {
		padding-left: 0vw;
		padding-right: 0vw;
	}

	.natural-shirt .sustainable-right .gif {
		width: 40%;
	}

	h3,
	h3 * {
		font-size: 26px;
		line-height: 1;
	}

	.footer .content {
		align-items: flex-start;
	}

	.footer ul {
		flex-direction: column;
		align-items: flex-start;
		width: auto;
	}

	.footer ul li {
		margin-bottom: 2px;
	}
}

@media only screen and (max-height: 800px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-height: 800px) and (max-width: 1280px) and (-moz-min-device-pixel-ratio: 1.5),
only screen and (max-height: 800px) and (max-width: 1280px) and (-o-min-device-pixel-ratio: 3/2),
only screen and (max-height: 800px) and (max-width: 1280px) and (min-device-pixel-ratio: 1.5) {

	h2,
	h2 * {
		font-size: 2rem !important;
		line-height: 1.21;
		margin-bottom: 10px;
	}

	h4 {
		font-size: 1.4rem !important;
		line-height: 1.21;
		margin-bottom: 10px;
	}

	.sustainable-right p {
		font-size: 18px;
	}

	.aniQuote p span {
		font-size: 14px;
	}

	.sustainable-text-inner p.small span {
		font-size: 12px;
	}

	.natural-shirt .sustainable-right .gif {
		width: 40%;
	}

	.p,
	a,
	li,
	.partners-text p span.letters {
		font-size: clamp(0.75rem, 1rem, 2rem);
	}
}

@media only screen and (max-height: 800px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-height: 800px) and (max-width: 768px) and (-moz-min-device-pixel-ratio: 1.5),
only screen and (max-height: 800px) and (max-width: 768px) and (-o-min-device-pixel-ratio: 3/2),
only screen and (max-height: 800px) and (max-width: 768px) and (min-device-pixel-ratio: 1.5) {

	h2,
	h2 * {
		font-size: 2.5rem !important;
		line-height: 1;
		margin-bottom: 10px;
	}

	h4 {
		font-size: 1.4rem !important;
		line-height: 1.21;
		margin-bottom: 10px;
	}

	.sustainable-right p {
		font-size: 18px;
	}

	.aniQuote p span {
		font-size: 14px;
	}

	.sustainable .sustainable-text,
	.traceable .sustainable-text,
	ethical .sustainable-text,
	.natural .sustainable-text {
		top: 63%;
		left: 3%;
		max-width: 94%;
	}

	.sustainable-text-inner p.small span {
		font-size: 12px;
	}

	.natural-shirt .sustainable-right .gif {
		width: 40%;
	}

	.p,
	a,
	li,
	.partners-text p span.letters {
		font-size: clamp(0.75rem, 1rem, 2rem);
	}
}

@media screen and (max-width: 400px) {

	h2,
	h2 * {
		font-size: 2rem !important;
		line-height: 1.21;
		margin-bottom: 10px;
	}

	h3,
	h3 * {
		font-size: 1.2rem !important;
		line-height: 1;
		margin-bottom: 10px;
	}

	h4,
	h4 * {
		font-size: 1.1rem !important;
		line-height: 1.21;
		margin-bottom: 10px;
	}

	.p,
	a,
	li,
	p span.letters {
		/* font-size: 18px; */
		/* line-height: 1; */
	}

	.innovation-mobile {
		margin: 10% auto;
	}

	.popup {
		padding: 30px 0;
		background: #fff url(../images/icons/grid.svg);
	}

	.popup-close {
		margin: 70px 0 20px;
	}

	.popup.green {
		padding: 70px 0;
		background: #fff url(../images/icons/grid.svg);
	}

	.sustainable .list li {
		padding: 5px 0;
	}

	.map {
		left: 0;
		bottom: 0;
		width: 110%;
		height: 76%;
	}

	.desktop-hide-550 {
		display: block !important;
		margin-bottom: 10%;
	}
}

@media only screen and (max-height: 900px) and (max-width: 500px) {

	h2,
	h2 * {
		font-size: 2rem !important;
		line-height: 1;
		margin-bottom: 10px;
	}

	.sustainable h2,
	.sustainable h2 * {
		font-size: 2rem !important;
		line-height: 1;
		margin-bottom: 10px;
	}

	h4,
	h4 * {
		font-size: 1.2rem !important;
		line-height: 1.21;
		margin-bottom: 10px;
	}

	h3,
	h3 * {
		font-size: 1.85rem;
		line-height: 1;
		margin-bottom: clamp(0.8rem, 1.11vw, 1.33rem);
	}

	.partners h3,
	.partners h3 *,
	.sustainable h3,
	.sustainable h3 * {
		font-size: 1.6rem;
		line-height: 1;
		margin-bottom: clamp(0.8rem, 1.11vw, 1.33rem);
	}

	.innovation-mobile {
		margin: 10% auto;
	}

	.sustainable-right p {
		font-size: 18px;
	}

	.aniQuote {
		opacity: 0;
	}

	.aniQuote p span {
		font-size: 14px;
	}

	.sustainable-text-inner p.small span {
		font-size: 12px;
	}

	.sustainable-right .sustainable-right-top {
		margin-bottom: 10px;
	}

	.sustainable .sustainable-text {
		top: 35%;
	}

	.ethical .sustainable-text {
		top: 15%;
	}

	.natural .sustainable-text {
		top: 20%;
	}

	.traceable .sustainable-right .blockchain {
		width: 50%;
	}

	p.small span {
		font-size: 12px;
	}

	.natural-shirt .sustainable-right .gif {
		width: 65%;
	}

	p span.letters {
		font-size: clamp(0.75rem, 1rem, 2rem);
	}
}


@media only screen and (max-height: 675px) and (max-width: 400px) {

	h2,
	h2 * {
		font-size: 1.6rem !important;
		line-height: 1;
		margin-bottom: 10px;
	}

	.sustainable h2,
	.sustainable h2 * {
		font-size: 1.6rem !important;
		line-height: 1;
		margin-bottom: 10px;
	}

	h4,
	h4 * {
		font-size: 1.2rem !important;
		line-height: 1.21;
		margin-bottom: 10px;
	}

	h3,
	h3 * {
		font-size: 2.3rem;
		line-height: 1;
		margin-bottom: clamp(0.8rem, 1.11vw, 1.33rem);
	}

	.setting .setting-left .link p span {
		font-size: 1.2rem;
	}

	.partners h3,
	.partners h3 *,
	.sustainable h3,
	.sustainable h3 * {
		font-size: 1.6rem;
		line-height: 1;
		margin-bottom: clamp(0.8rem, 1.11vw, 1.33rem);
	}

	.innovation-mobile {
		margin: 10% auto;
	}

	.sustainable-right p {
		font-size: 18px;
	}

	.aniQuote {
		opacity: 0;
	}

	.aniQuote p span {
		font-size: 14px;
	}

	.sustainable-text-inner p.small span {
		font-size: 12px;
	}

	.sustainable-right .sustainable-right-top {
		margin-bottom: 10px;
	}

	.sustainable .sustainable-text {
		top: 35%;
		left: 3%;
		width: 94%;
		opacity: 0;
	}

	.ethical .sustainable-text {
		top: 30%;
		left: 3%;
		width: 94%;
		opacity: 0;
	}

	.natural .sustainable-text {
		top: 20%;
		left: 3%;
		width: 94%;
		opacity: 0;
	}



	p.small span {
		font-size: 12px;
	}

	.natural-shirt .sustainable-right .gif {
		width: 40%;
	}

	p span.letters {
		font-size: clamp(0.75rem, 1rem, 2rem);
	}
}

@media only screen and (max-height: 675px) and (min-width: 768px) {
	.sustainable .sustainable-text {
		top: 48%;
		left: 4%;
		width: 40%;
	}
}

@media screen and (max-width: 375px) and (max-height: 675px) {

	h1,
	h1 * {
		font-size: 30px;
		line-height: 0.95;
		margin-bottom: -10px;
	}

	h2,
	h2 * {
		font-size: 28px !important;
		line-height: 1;
		margin-bottom: 10px;
	}

	h4,
	h4 * {
		font-size: 16px !important;
		line-height: 1.21;
		margin-bottom: 10px;
	}

	.header .menu ul li a {
		font-size: 20px;
	}

	.innovation-mobile {
		max-width: 25%;
	}
}

.z-minus-1 * {
	/* z-index: -1 !important; */
}

.z-minus-10 * {
	z-index: -10 !important;
}

.z-plus-1 * {
	z-index: 2 !important;
}

.z-plus-10 * {
	position: relative;
	z-index: 11 !important;
}

/* Data-powered Grid */
.grid img.image {
	margin: 0 auto;
	width: 60%;
}

.slider .bg-grid {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.slider-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 100vh;
}

.slider-left {
	width: 46%;
	text-align: center;
}

.slider-left .image {
	max-width: 550px;
	z-index: 3;
}

.slider-left.grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	height: 100vh;
	width: 50%;
}

.slider-left.grid div {
	position: relative;
	display: flex;
	align-items: center;
}

.slider-right {
	width: 41%;
	padding: 40px 15px;
	height: 60vh;
}

.slider-right p {
	margin-bottom: 0;
	max-width: 420px;
}

.slider-right .progress-bar {
	width: 80%;
	height: 2px;
	background: #cdff00;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

.slider-right .progress-bar .progress-line {
	width: 0;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 12px;
	background: #cdff00;
}

p.ml10.data-powered-grid-long {
	max-width: 75%;
}

.metric {
	transition: 1s ease-out;
}

.metric.active {
	color: #cdff00;
}

/* .metric.grow {
font-size: larger;
animation: growText 1.5s ease-in-out;
} */

.bold {
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.quote-bubble:before {
		content: "";
		width: 0px;
		height: 0px;
		position: absolute;
		border-left: 5px solid #e7f2f1;
		border-right: 5px solid transparent;
		border-top: 5px solid #e7f2f1;
		border-bottom: 5px solid transparent;
		left: 0px;
		bottom: -9px;
		/* animation: pulse-white 2s infinite; */
	}

	p.ml10.data-powered-grid-long {
		max-width: 100%;
	}

	.slider .slider-content {
		flex-direction: column-reverse;
		padding-top: 0;
	}

	.slider .slider-left {
		width: 100%;
		position: relative;
	}

	.slider-left.grid {
		height: 40vh;
	}

	.slider .slider-right {
		width: 100%;
	}

	.slider-right {
		height: 50vh;
		padding-top: 70px;
	}

	.slider .slider-right .progress-bar {
		margin-bottom: 7vh;
	}

	.slider-right .progress-bar {
		width: 100%;
	}
}

/* Safari on iPhone bottom menu hack */
@supports (-webkit-touch-callout: none) {
	.logos {
		bottom: 0;
		padding: 20px 0;
	}

	.child.hide.banner .banner-logo {
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}

	.banner .image img {
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}

	.active .h-1,
	.active .h-2,
	.active .w-1,
	.active .w-2 {
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}
}

@keyframes growText1-1 {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.5);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes ticker {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(-225%, 0);
	}
}

@keyframes partners {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-252rem, 0, 0);
	}
}

@keyframes partners-sm {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-126rem, 0, 0);
		visibility: visible;
	}
}


@keyframes partners-sm-dup {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-126rem, 0, 0);
	}
}

@keyframes partners-vsm {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-126rem, 0, 0);
		visibility: visible;
	}
}

@keyframes rotateImage {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes moveInOut {
	0% {
		transform: translate(-50%, 10px);
	}

	100% {
		transform: translate(-50%, -10px);
	}
}

/* Scroll-Out */
[data-scroll] {
	transition: all 1s;
}

[data-scroll="in"] {
	opacity: 1;
	transform: translateY(0);
}

[data-scroll="out"] {
	opacity: 0;
	transform: translateY("100vh");
}

@media screen and (max-width: 768px) {
	[data-scroll] {
		transition: all 0s;
	}
}

/* Need to sort below from Lisa */

.stats-container {
	display: flex;
	background: #f3f9f8;
	width: 112%;
	max-width: 112%;
	margin: 2% 0 2% -6%;
	padding: 3% 6%;
	flex-direction: row;
	flex-grow: 1;
	flex-shrink: 1;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-height: 285px;
}

.statdivider {
	max-height: 140px;
	min-width: 4px;
}

.stat {
	max-width: 230px;
	width: 230px;
	margin: 15px;

}

@media (max-width: 1150px) {
	.stat {
		max-width: 175px;
		width: 175px;
		margin: 15px;
	}
}

@media (max-width: 875px) {
	.stat {
		max-width: 155px;
		width: 155px;
		margin: 10px;
	}
}

@media (max-width: 767px) {
	.stat {
		max-width: 120px;
		width: 120px;
		margin: 10px;
	}
}

@media (max-height: 900px) {

	section.partners .partners-content .partners-text h2 {
		margin-bottom: 10px !important;
	}

	section.partners .partners-content .partners-text img {
		max-height: 120px;
		object-fit: contain;
		object-position: left;
	}

}


@media (max-height: 900px) and (min-width: 551px) {
	section.partners .partners-content .partners-text img {
		max-height: 200px;
		object-fit: contain;
		object-position: left;
	}
}

@media (max-width: 550px) {

	/*	.active .logos-inner {
		animation: unset;
		animation: partners-vsm 40s infinite linear;
	}
*/
	.innovation-left {
		justify-content: flex-start;
	}

	section.slider .innovation-mobile {
		margin-top: 20px;
		margin-bottom: 20px;
		display: none !important;
	}

	section.slider .greencube-mobile {
		max-height: 60px;
	}

	.child.active.partners,
	.child-m.active.partners {
		padding-bottom: 0 !important;
		padding-top: 20px;
	}

	.child.active.partners .partners-content,
	.child-m.active.partners .partners-content {
		justify-content: flex-start;
		height: calc(100vh);
	}

	.sustainable-right .bg-right {
		margin-top: 8px !important;
	}

	section.sustainable .sustainable-content .sustainable-left ul.list>li>div>h2,
	.sustainable h2,
	.sustainable h2 * {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}

	section.partners .partners-content .partners-text h2 {
		margin-bottom: 10px !important;
	}

	section.partners .partners-content .partners-text h3 .letters {
		font-size: 18px !important;
	}

	section.partners .partners-content .partners-text img {
		/* max-height: 120px; */
		/* max-height: 170px; */
		max-height: 200px;
		object-fit: contain;
		/* object-position: left; */

		object-position: center;
	}

	.desktop-hide-550 {
		display: block !important;
		margin-bottom: 15%;
	}

	.desktop-show-550 {
		display: none !important;
	}

	.sustainable-text,
	.sustainable-text {
		top: 35%;
		left: 3%;
		max-width: 94%;
		width: 94%;
		opacity: 0;
	}

	.stats-container-mobile {
		display: inline-flex;
		justify-content: space-between;
		background: #f3f9f8;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.stat-container {
		height: 10%;
		width: 45%;
		text-align: center;
		padding: 0;
	}

	.stat-container-mobile.right {
		text-align: right;
	}

	img.stat {
		width: 112%;
		max-width: 112%;
		margin-left: -6%;
		margin: 15px%;
	}

	.stat-container.right {
		text-align: right;
	}

	.stat-container.stat-divider {
		width: 10%;
		text-align: center;
	}

	.statdivider {
		height: 20vw;
		min-width: 4px;
		width: 4px;
		padding: 15% 0;
	}

	.middledivider {
		display: none;
	}

	.center.flex {
		padding: 0px 0 0px 0;
	}


	img.map-icon.map-icon-heading {
		padding: 2vh 0;
	}

	img.map-icon {
		/* width: 50%; */
		width: 75%;

	}

	img.map-icon-gin {
		width: 60%;
	}

	img.map-icon-farm {
		width: 60%;
	}

	img.map-icon.mill-icon.aniImage {
		width: 70%;
	}

	img.map-icon.manufacturer-icon.aniImage {
		width: 60%;
	}

	img.map-icon.retailer-icon.aniImage {
		width: 60%;
	}

	.sustainable .arrow {
		bottom: -20px;
	}
}

@media (max-width: 380px) {
	.stat {
		max-width: 115px;
		width: 115px;
		margin: 5%;
	}
}

.popup-close {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #e848ac;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 32px;
}

.popup-left a {
	font-size: 1.556rem;
}

.popup-close img {
	width: 54px;
	margin-right: 4px;
}

.popup-left {
	width: 100%;
	height: 90%;
}

.popup-left p {
	font-size: clamp(18px, 1.5vw, 32px);
}

.popup-right {
	text-align: center;
}

.aniScrollDown {
	z-index: -2;
}

a {
	font-size: clamp(16px, 2vw, 32px);
	line-height: 1.21;
}

@media screen and (max-width: 1440px) {

	h2,
	h2 * {
		font-size: 3.333rem;
		line-height: 1.21;
		margin-bottom: 2.222rem;
	}
}

@media screen and (max-width: 1450px) and (min-width: 1420px) and (max-height: 700px) and (min-height: 600px) {

	h2,
	h2 * {
		font-size: 2rem !important;
		line-height: 1.21;
		margin-bottom: 10px;
	}

	a {
		font-size: clamp(0.75rem, 1rem, 2rem);
	}
}

@media screen and (max-width: 768px) {
	.popup-content {
		flex-direction: column;
		padding-top: 0px;
	}

	.popup-close img {
		width: 30px;
	}

	.popup-left {
		width: 100%;
	}

	.popup-right {
		width: 100%;
	}

	.setting .popup-left p {
		font-size: clamp(15px, 1.7vw, 32px);
	}
}

@media screen and (max-width: 1024px) {
	.popup h3 {
		font-size: 32px;
	}
}

@media screen and (max-width: 400px) {
	.popup-close {
		margin: 25px 0 20px;
	}
}

.tech-video-container,
.vimeo-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.tech-video-container iframe,
.vimeo-wrapper iframe {
	width: 100vw;
	height: 56.25vw;
	/* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh;
	/* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hide {
	display: none;
}

.active {
	display: block;
}

.svg-icon {
	width: 80%;
	z-index: 10;
}


@media screen and (min-width: 769px) {
	.slider .aniImage:not(.grid) .bg-left {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		object-fit: cover;
		z-index: -1;
	}

	.slider-left.aniImage:not(.grid) {
		overflow: hidden;
		width: 50%;
		text-align: center;
		height: 100vh;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/* .partner-logo-image {
	height: 60px;
} */

#logos_slider .logos-inner {
	height: 80px;
}

#logos_slider .logos-inner .partner-logo-image {
	height: 30px;
	margin: 0 40px;
	max-width: 200px;
}

.texttohide,
.texttoshow,
.aniScrollDown,
.aniBlockchain,
.aniQuote {
	opacity: 0;
}