@charset "utf-8";
html, body, header, nav, div, ol, ul, li, dl, dt, dd, heading, img, p, h1, h2, h3, h4, h5, h6, main, aside, article, section, footer, pre, form, fieldset, input, blockquote, textarea, table, th, td, embed, object {
	margin: 0px;
	padding: 0px;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
@font-face{
	font-family: 'Avenir';
	src: url("../_fonts/Avenir-Regular.ttf");
}
:focus {
	outline-color: #32CD32;
}
.page-about :focus {
    outline-color: #FFFFFF;
}
/*
body, html {
	overflow-x: hidden;
}
*/
body {
	background-color: #FFFFFF;
 	width: -webkit-calc(100% - 40px);
    width:    -moz-calc(100% - 40px);
    width:         calc(100% - 40px);
	margin: 0px auto;
}

.link-color{
	color: #000000;
	text-decoration-line: underline;
}

.landing{
width: 300px;
height: 300px;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50% , -50%);
	
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #000000;
	list-style-type: none;
}
.landing a{
	color: #000000;
	text-decoration: none;
}

.landing img{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.green{
	background-color: #32CD32;
}
.header_top{
	padding-top: 13px;
	padding-bottom: 13px;
	position: fixed;
	top: 0px;
	z-index: 999999;
	display: block;
	
	width: -webkit-calc(100% - 40px);
    width:    -moz-calc(100% - 40px);
    width:         calc(100% - 40px);
}

.header_top ul {
	list-style-type: none;
}

.header_top ul li {
	display: inline-block;
	box-sizing: border-box;
}

.header_top ul li a {
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
	font-family: "Avenir";
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 2px;
}

.header_top-right{
	float: right;
	text-align: right;
}

.header_top-right{
	margin-left: 29px;
}

.grid{
	margin-top: 47px;
	display: grid;
	grid-template-columns: 1fr;
	text-decoration: none;
	list-style-type: none;
}

.grid img, .grid video{
	width: 100%;
	height: auto;
}

.grid p{
	margin-top: 3px;
	margin-bottom: 17px;
	text-decoration: none;
	list-style-type: none;
	color: #000000;
	
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
}

.grid div a{
	text-decoration: none;
	list-style-type: none;
}

span{
	font-style: italic;
}

.grid-pdp{
	width: 100%;
	margin: 0px auto;
	margin-top: 47px;
}
.grid-pdp img, .grid-pdp video{
	width: 100%;
	height: auto;
}

.no-display-gif{
	display: none;
}
.grid-pdp-half{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 8px;
}

.grid-pdp-full{
	width: 100%;
	margin: 0px auto;
	display: grid;
	grid-template-columns: 1fr;
}

.grid-pdp-margin-top{
	margin-top: 8px;
}

.grid-pdp-margin-bottom{
	margin-bottom: 8px;
}

.grid-pdp-text{
	width: 100%;

	margin: 0px auto;
	margin-top: 80px;
	margin-bottom: 80px;

	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
}

.grid-pdp-text p:first-child{
	margin-bottom: 15px;
}
.grid-pdp-text p:nth-child(2){
	grid-area: two;
	margin-bottom: 15px;
	}

.about{
	margin-top: 47px;
}

.about-header{
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 20px;
}

.about-grid{
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	margin-top: 20px;
}
.about-grid div ul{
	list-style-type: none;
	text-decoration: none;
}
.about-grid div ul li a{
	text-decoration: none;
	color: #000000;
}
.about-grid div p:nth-child(1), .about-grid div ul li:nth-child(1){
	margin-bottom: 10px;
	}
.about-grid div p:nth-child(2){
	margin-bottom: 5px;
	}
.about-grid div:nth-child(2) p:nth-child(1){
	margin-top: 20px;
	}
.about-grid div:nth-child(3) li:nth-child(1), .about-grid div ul li:nth-child(1){
	margin-top: 20px;
}


.plp-links{
	margin-top: 78px;
}
.plp-links ul{
	list-style-type: none;
	text-align: center;
	margin: 0px auto;
}
.plp-links li{
/*	display: inline-block;*/
	margin-left: 10px;
	margin-right: 10px;
}
.plp-links li a{
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	
	text-decoration: none;
	list-style-type: none;
	color: #000000;
}

.plp-links ul li .plp-links-active{
	text-decoration: underline;
}
.display-desktop{
		display: none;
	}
	.display-mobile{
		display: block;
	}
footer{
	margin-top: 78px;
	margin-bottom: 30px;
	text-align: center;
	
	text-transform: uppercase;
	font-family: "Avenir";
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 2px;
}

@media screen and (min-width: 1024px) {
	
body {
 	width: -webkit-calc(100% - 90px);
    width:    -moz-calc(100% - 90px);
    width:         calc(100% - 90px);
}
.landing{
width: 350px;
height: 350px;
	font-size: 16px;
}

.landing img{
	margin-bottom: 30px;
}

.header_top {
	padding-top: 45px;
	padding-bottom: 45px;
	width: -webkit-calc(100% - 90px);
    width:    -moz-calc(100% - 90px);
    width:         calc(100% - 90px);
}
.header_top ul li a {
	font-size: 11.75px;
	line-height: 15px;
	letter-spacing: 2.5px;
}	
.grid{
	margin-top: 108px; 
	grid-template-columns: 1fr 1fr;
	grid-gap: 17px;
}


.grid p{
	margin-top: 10px;
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 21px;
}
.grid-pdp{
	margin-top: 108px;
}
.grid-pdp-half{
	grid-column-gap: 17px;	
	}
	
.grid-pdp-margin-top{
	margin-top: 17px;
}
	
.grid-pdp-margin-bottom{
	margin-bottom: 17px;
}

.grid-pdp-text{
	width: 75%;
	margin-top: 100px;
	margin-bottom: 100px;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 175px;	
	display: grid;
	font-size: 16px;
	line-height: 21px;
	grid-template-areas: "one empty"
						"two three";
	}
	
.grid-pdp-text p:first-child{
	grid-area: one;
	margin-bottom: 20px;
	}
	
.grid-pdp-text p:nth-child(2){
	grid-area: two;
	margin-bottom: 0px;
	}
	
.grid-pdp-text p:nth-child(3){
	grid-area: three;
	}
	
.about{
	margin-top: 108px; 
}
.about-header{
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 100px;
}

.about-grid{
	font-size: 16px;
	line-height: 21px;
	
	display: grid;
	grid-column-gap: 50px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-areas: "uno dos tres";
}

.about-grid div:nth-child(1){
	grid-area: uno;	
	}
.about-grid div:nth-child(2){
	grid-area: dos;	
	}
.about-grid div:nth-child(3){
	grid-area: tres;	
	}


	
.about-grid div p:nth-child(1), .about-grid div ul li:nth-child(1){
	margin-bottom: 20px;
	}
.about-grid div p:nth-child(2){
	margin-bottom: 10px;
	}
.about-grid div:nth-child(2) p:nth-child(1){
	margin-top: 0px;
	}
.about-grid div:nth-child(3) li:nth-child(1), .about-grid div ul li:nth-child(1){
	margin-top: 0px;
}

	
.about-grid div:nth-child(1), .about-grid div:nth-child(2){
	margin-bottom: 0px;
}
.about-grid img{
	height: 100%;
	margin-top: 0px;
	object-fit: cover;
}

.plp-links{
	margin-top: 112px;
}

.plp-links li{
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}
.plp-links li a{
	font-size: 16px;
	line-height: 21px;
}

footer{
	margin-top: 112px;
	margin-bottom: 45px;
	
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 2px;
}
}

@media screen and (min-width: 1792px) {
body {
	background-color: #FFFFFF;
 	width: -webkit-calc(100% - 112px);
    width:    -moz-calc(100% - 112px);
    width:         calc(100% - 112px);
	margin: 0px auto;
}
.landing{
width: 400px;
height: 400px;
	font-size: 18px;
}

.landing img{
	margin-bottom: 30px;
}
.header_top {
	padding-top: 56px;
	padding-bottom: 56px;
	
	width: -webkit-calc(100% - 112px);
    width:    -moz-calc(100% - 112px);
    width:         calc(100% - 112px);
}

.header_top ul li a {	
	font-size: 13.5px;
	line-height: 17px;
	letter-spacing: 3px;
}
	
.header_top-right{
	float: right;
	text-align: right;
}

.header_top-right{
	margin-left: 29px;
}

.grid{
	margin-top: 130px; 
	grid-gap: 26px;
}

.grid p{
	margin-top: 10px;
	margin-bottom: 18px;
	
	font-size: 18px;
	line-height: 23px;
}
	
.grid-pdp{
	margin-top: 130px; 
	}
	
.grid-pdp-half{
	grid-column-gap: 26px;	
	}
.grid-pdp-margin-top{
	margin-top: 26px;
}
.grid-pdp-margin-bottom{
	margin-bottom: 26px;
}
.grid-pdp-top-margin{
	margin-top: 26px;
	}
	
.grid-pdp-bottom-margin{
	margin-bottom: 26px;
	}
	
.grid-pdp-text{
	width: 60%;
	margin-top: 140px;
	margin-bottom: 140px;
	
	grid-column-gap: 200px;	
	font-size: 18px;
	line-height: 23px;
	}

.no-display-gif{
	display: block;
}	
	.display-gif{
	display: none;
}
	
.about{
	width: 60%;
	margin: auto;
	margin-top: 200px; 
}
.about-header{
	font-size: 35px;
	line-height: 42px;
	margin-bottom: 140px;
}

.about-grid{
	font-size: 27px;
	line-height: 33px;
	grid-column-gap: 70px;
	margin-top: 0px;
}


.about-grid div p:nth-child(1), .about-grid div ul li:nth-child(1){
	margin-bottom: 20px;
	
	}
.about-grid div p:nth-child(2){
	margin-bottom: 10px;
	}

	
.about-grid div:nth-child(2) div:nth-child(2){
	margin-top: 40px;
	}
	
.about-grid div:nth-child(2) p:nth-child(1){
	margin-top: 0px;
	}


.plp-links{
	margin-top: 145px;
}

.plp-links li{
	margin-left: 20px;
	margin-right: 20px;
}
.plp-links li a{
	font-size: 18px;
	line-height: 23px;
}
.display-desktop{
		display: block;
	}
	.display-mobile{
		display: none;
	}
footer{
	margin-top: 145px;
	margin-bottom: 56px;	

	font-size: 13.5px;
	line-height: 17px;
	letter-spacing: 3px;
}
}



