@charset "utf-8";

	@mixin translateY {
  @for $i from 0 through 15 {
    &:nth-child(#{$i}) {
      transform: translateY(#{$i * 50}px);
    }
  }
}

/* Mobile */
@media only screen and (min-width: 200px) {
/* Back to Top */
#BackToTopBox{
	position: fixed;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	top: 10px;
	right: 10px;
	background-color: #c02134;
	color: #fff;
	border: 1px solid #c02134;
	z-index: 50;
	opacity: 0;
	width: 150px;
	height: 75px;
	overflow: hidden;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	flex-wrap: wrap;
	text-align: center;
	border-radius: 5px;
	transform: translateY(-200%);
}
#BackToTopBox.stick{
	opacity: 1;
	transform: translateY(0%);
}
#BackToTopBox:hover{
	background-color: #000;
	border: 1px solid #fff;
	color: #fff;
}
	
/* Circuit Lines */	
.circuitline, .circuitline2{
	fill:none; stroke:#17171a; stroke-miterlimit:0; stroke-width: 2px;
}
.plusandsquares{fill:#17171a;}
.circuittextbox{
	position: absolute;
	z-index: 6;
	top: 50vh;
	right: 100px;
	display: block;
}
.circuittextboxbottomleft{
	position: absolute;
	z-index: 6;
	bottom: 75px;
	left: 100px;
	display: block;
}
.circuitlines, .circuitlines2{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;	
	z-index: 11;
	box-sizing: content-box;
}		
	
/* Background Elements */
.elementscontainer{
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	box-sizing: border-box;
	overflow: hidden;
}	
.elementtopleft, .elementtopright, .elementmiddleleft, .elementmiddleright, .elementbottomleft, .elementbottomright, .elementboxtopleft, .elementboxtopright, .elementboxmiddleleft, .elementboxmiddleright, .elementboxbottomleft, .elementboxbottomright{
	display: none;
}
.elementtopleft{
	z-index: 7;
	width: 40%;
	left: 0;
	top: 10vh;
}
.elementtopright{
	z-index: 6;
	width: 30%;
	right: 0;
	top: 20vh;
}
.elementmiddleleft{
	z-index: 5;
	width: 40%;
	left: 0;
	top: 50%;
}
.elementmiddleright{
	z-index: 4;
	width: 20%;
	right: 0;
	top: 50%;
}
.elementbottomleft{
	z-index: 3;
	width: 30%;
	left: 0;
	bottom: 0;
}
.elementbottomright{
	z-index: 7;
	width: 40%;
	right: 0;
	bottom: 0;
}
	
.elementboxtopleft{
	z-index: 7;
	width: 300px;
	left: 60%;
	top: 20vh;
}
.elementboxtopright{
	z-index: 6;
	width: 200px;
	right: 80%;
	top: 20vh;
}
.elementboxmiddleleft{
	z-index: 5;
	width: 100px;
	left: 30%;
	top: 50%;
}
.elementboxmiddleright{
	z-index: 4;
	width: 200px;
	right: 50%;
	top: 50%;
}
.elementboxbottomleft{
	z-index: 3;
	width: 300px;
	left: 30%;
	bottom: 10%;
}
.elementboxbottomright{
	z-index: 7;
	width: 100px;
	right: 20%;
	bottom: 20%;
}
.leftmiddlearrow{
	position: absolute;
	display: block;
	left: 50px;
	top: 40vh;
	width: 50px;
	z-index: 8;
}
.rightmiddlearrow{
	position: absolute;
	display: block;
	right: 50px;
	top: 0px;
	width: 50px;
	z-index: 8;
	rotate: 90deg;
}
.zoomout-section{
	z-index: 4 !important;	
}
.zoomout-sectionmiddle{
	z-index: 3 !important;	
}
.zoomout-sectionback{
	z-index: 2 !important;
	background-image: url("../AutonomousVehicles/AutonomyEngineering/AutonomyEngineeringServices.jpg");	
}

/* horizontal scroll */
.horizontalcontainer {
  overscroll-behavior: none;
  width: 100%;
  height: auto;
  display: block;
  flex-wrap: nowrap;
	position: relative;
	z-index: 10;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: #1d1c1e;
	background-size: auto 110%;
	background-repeat: no-repeat;
  background-position: center bottom;
	background-attachment: fixed;
	padding: 100px 0px 0px;
}
.horizontalpanel{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 50px auto;
}
.horizontalpanel a{
	max-width:  1000px;
	margin: auto;
}	

.digitalslogancontainer{
	width: 96%;
	height: 100vh;
	position: absolute;
	display: flex;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
	left: 0;
	top: 0;
	mix-blend-mode: difference;
	filter: invert(1);
	z-index: 6;
	overflow: hidden;
	box-sizing: border-box;
}
.digitalslogancontainernavbarmargin{
	padding-bottom: 40px;
}
.hometopdigitaltextbox{
	position: absolute; 
	bottom: 200px; 
	left: 5%; 
	display: block; 
	margin: auto auto 50px;
	box-sizing: border-box;
	width: 90%;
	z-index: 8;
}
.digitalslogan{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	position: sticky;
	z-index: 1;
	top: 0;
	left: 0;
	margin: auto auto 100px;
}
.digitalslogantextbox{
	display: block;
	width: 100%;
	position: relative;
	padding: 20px;
}
.digitalslogantextbox:after{
	display: block;
	width: 100%;
	position: relative;
	padding: 20px;
	filter: invert(100%) sepia() saturate(10000%) hue-rotate(-50deg);
	background-clip: text;
	mix-blend-mode: difference;
}
	
/* Video Clip Home */	
.digitalhomepagetopcontainer{
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	top: 0;
	min-height: 250vh;
	display: block;
	position: relative;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	box-sizing: border-box;
}
.digitalpagetopcontainer{
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	top: 0;
	min-height: 100vh;
	display: block;
	position: relative;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	box-sizing: border-box;
}
.digitalvideoclip{
	position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	transform-origin: center center;
	box-sizing: border-box;
}	
.digitalvideoclipsvg{
	position: absolute;
  width: 0;
  height: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	transform-origin: center center;
	margin: auto;
}
.digitalvideobackground {
  clip-path: url(#svgMorphClip);
  -webkit-clip-path: url(#svgMorphClip);
  transform: translateZ(0);
  width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: sticky;
	top: 0;
	flex-wrap: wrap;
	margin: 0 auto 100%;
	z-index: 5;
	transform-origin: center center;
	box-sizing: border-box;
}
	
.zoom-section{
	transition: all 0s linear !important;
	box-sizing: border-box;
}
.marquee {
	display: flex;
	width: 100%;
	overflow-x: hidden;
	padding: 25px 0 25px;
	margin: 20px 0;
	white-space: nowrap;
	justify-content: flex-end;
	box-sizing: border-box;
	position: sticky;
	z-index: 2;
	top: 0;
	
	&[data-reversed="true"] {
		justify-content: flex-start;
	}
	
	span {
		display: block;
		padding: 0 1ch;
		box-sizing: content-box;
	}
}

.autonomoustotalhours{
	display: block;
	position: absolute;
	width: 94%;
	right: auto;
	bottom: 0;
	margin: auto auto 50px auto;
	z-index: 8;
}
#HoursFixed{
	opacity: 0;
	transform: translateY(110%);
	transition:all 0.3s ease-out;
}
#HoursFixed.stick{
	opacity: 1;
	transform: translateY(0%);
}
#HoursFixed.close{
	opacity: 0;
	transform: translateY(100%);
}
#HoursClose{
	position: absolute;
	display: block;
	top: 3px;
	right: 10px;
	color: #fff;
	transition:all 0.3s ease-out;
	cursor: pointer;
}
#HoursClose:hover{
	color: #c02134;
}
.autonomoustotalhoursfixed{
	display: none;
	z-index: 99;
}
.topleftarrow{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 50px auto auto 50px;
	width: 150px;
	z-index: 3;
}
.bottomrightarrow{
	display: block;
	position: absolute;
	top: 90vh;
	right: 0;
	margin: auto 50px auto auto;
	width: 150px;
	z-index: 10;
}
.bottommiddleredarrow{
	display: block;
	position: relative;
	left: -100px;
	bottom: 0px;
	margin: auto;
	width: 50px;
	z-index: 3;
	rotate: 0deg;
}
.digitalborderright{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 1;
}
.digitalborderbottom{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 6;
}
.digitalborderleft{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.digitalbordertop{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.digitaltextbox{
	width: 100%;
	display: block;
	padding: 20px;
	position: relative;
	background-color: rgba(255,255,255,0.85);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.5);
	text-decoration: none;
	margin: auto;
}
.digitaltextbox:before, .digitaltextbox:after, .digitaltextboxcorners:before, .digitaltextboxcorners:after {
	content: "";
    position: absolute;
	width:20px;
	height:20px;
	border: 3px solid rgba(0,0,0,1);
}
.digitaltextbox:before {
	left: -2px;
	bottom: -2px;
	border-top:none;
	border-right:none;
}
.digitaltextbox:after {
	bottom: -2px;
	right: -2px;
	border-left:none;
	border-top:none;
}
.digitaltextboxcorners:before {
	left: -2px;
	top: -2px;
	border-bottom:none;
	border-right:none;
}
.digitaltextboxcorners:after {
	top: -2px;
	right: -2px;
	border-left:none;
	border-bottom:none;
}	
	
.digitalcontainerstag{
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	top: 0;
	grid-row-gap: 50px;
	grid-column-gap: 0px;
	position: relative;
	box-sizing: border-box;
	justify-content: center;
}
.digitalpanellefttop{
	width: 90%;
	z-index: 5;
	margin: auto;
	text-decoration: none;
	position: relative;
}
.digitalpanelrighttop{
	width: 90%;
	z-index: 5;
	margin: auto;
	text-decoration: none;
	position: relative;
}
.digitalpanelleftbottom{
	width: 90%;
	z-index: 5;
	margin: auto;
	text-decoration: none;
	position: relative;
}
.digitalpanelrightbottom{
	width: 90%;
	z-index: 5;
	margin: auto;
	text-decoration: none;
	position: relative;
}
	
/* 3d slider cards*/	
.card-deck, .card-deck-container{
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.cards-container{
	width: 100%;
	position: relative;
	z-index: 3;
	box-sizing: border-box;
	overflow: hidden;
	}
.card-wrapper {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}	
.card {
	display: flex;
	height: 80vh;
	max-width: none;
	width: 90vw;
	position: sticky;
	top: 0;
	--offset: 0px;
	top: var(--offset);
	height: calc(100vh - var(--offset));
	height: auto;
	top: 10vh;
	margin: auto;
	gap: 3vh;
	text-align: center;
	margin-bottom: 5vh;
	box-sizing: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.lastcard {
	width: 100%;
	max-width: none;
	margin: 400px auto 0;
	border-radius: 0px;
	height: auto !important;
	min-height: 500px;
	aspect-ratio: 0;
	background-color: #efefef;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
}
.cardbutton{
	position: absolute;
  display: flex;
  place-items: center;
  bottom: 10px;
  right: 10px;
  pointer-events: none;
  z-index: 10;
  box-shadow:none;
	width: 50px;
	height: 50px;
transition:all 0.3s ease-in-out;
	rotate: -45deg;
}
.card:hover .cardbutton {
	rotate: 45deg;
}	
.card:hover .svgplaybuttoncircle {
	fill:#c02134;
}
.card:hover .tintBack{
	-webkit-backdrop-filter: brightness(100%);
	backdrop-filter: brightness(100%);
	transition:all 0.3s ease-in-out;
}
.cardtextbox{
	width: 80%;
	display: block;
	bottom: 0;
	left: 0;
	padding: 20px;
	position: relative;
	transition:all 0.3s ease-in-out;
	box-sizing: border-box;
	text-decoration: none;
}
.card-background{
	width: 100%;
	height: 100%;
	background-size: 110% auto;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	top: 0;
	z-index: 0;
	margin: 0;
	box-sizing: border-box;
	overflow: hidden;
}
.cardcontentbox{
	width: 100%;
	height: 100%;
	min-height: 500px;
	display: block;
	align-content: flex-end;
	align-items: flex-end;
	padding: 20px;
	position: relative;
	transition:all 0.3s ease-in-out;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
}
.cardcontentboxNoHover{
	width: 100%;
	height: 100%;
	min-height: 500px;
	display: block;
	align-content: flex-end;
	align-items: flex-end;
	padding: 20px;
	position: relative;
	transition:all 0.3s ease-in-out;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
}
.cardcontentbox:before, .cardcontentbox:after, .cardcontentboxcorners:before, .cardcontentboxcorners:after {
	content: "";
    position: absolute;
	width:20px;
	height:20px;
	border: 3px solid rgba(255,255,255,1);
	transition:all 0.3s ease-in-out;
}
.card:hover .cardcontentbox:before, .card:hover .cardcontentbox:after, .card:hover .cardcontentboxcorners:before, .card:hover .cardcontentboxcorners:after {
	width:50%;
	height:50%;
	border-color: rgba(192,33,52,1);
	transition: all 0.3s ease-in-out, border-color 1s ease-in-out;
}

.lightcard{
	width: 100%;
	display: block;
	position: relative;
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	box-sizing: content-box;
	text-decoration: none;
	background-color: rgba(255,255,255,0.5);
}
.lightcardcontentbox{
	width: 100%;
	height: 100%;
	display: block;
	align-content: flex-end;
	align-items: flex-end;
	padding: 20px;
	position: relative;
	transition:all 0.3s ease-in-out;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.5);
	text-decoration: none;
}
.lightcardcontentboxNoHover{
	width: 100%;
	height: 100%;
	display: block;
	align-content: flex-end;
	align-items: flex-end;
	padding: 20px;
	position: relative;
	transition:all 0.3s ease-in-out;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.5);
	text-decoration: none;
}
.lightcardtextbox{
	width: 100%;
	box-sizing: border-box;
	padding: 15px 10px 10px;
}
.lightcardimg{
	width: 100%;
	border-radius: 20px;
	box-sizing: border-box;
	overflow: hidden;
	border:none;
}
.lightcardcontentbox:before, .lightcardcontentbox:after, .lightcardcontentboxcorners:before, .lightcardcontentboxcorners:after {
	content: "";
    position: absolute;
	width:20px;
	height:20px;
	border: 3px solid rgba(255,255,255,1);
	transition:all 0.3s ease-in-out;
}
.lightcardcontentbox:before, .lightcardcontentbox:after, .lightcardcontentboxcorners:before, .lightcardcontentboxcorners:after {
	border: 3px solid rgba(0,0,0,1);
}

.lightcard:hover .lightcardcontentbox:before, .lightcard:hover .lightcardcontentbox:after, .lightcard:hover .lightcardcontentboxcorners:before, .lightcard:hover .lightcardcontentboxcorners:after {
	width:50%;
	height:50%;
	border-color: rgba(192,33,52,1);
	transition: all 0.3s ease-in-out, border-color 1s ease-in-out;
}
.lightcard:hover .SecondaryColor{
	color: #c02134 !important;	
}
.lightcard:hover .cardbutton{
	rotate: 45deg;
}
.lightcard:hover .svgplaybuttoncircle{
	fill: #c02134 !important;
}
.lightcard:hover .tint {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}
	
.darkcard{
	width: 90%;
	display: block;
	position: relative;
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	box-sizing: border-box;
	text-decoration: none;
	background-color: rgba(0,0,0,0.5);
}
.darkcardcontentbox{
	width: 100%;
	height: 100%;
	display: block;
	align-content: flex-end;
	align-items: flex-end;
	padding: 20px;
	position: relative;
	transition:all 0.3s ease-in-out;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
}
.darkcardtextbox{
	width: 100%;
	box-sizing: border-box;
	padding: 15px 10px 10px;
}
.darkcardimg{
	width: 100%;
	border-radius: 20px;
	box-sizing: border-box;
	overflow: hidden;
	border:none;
}
.darkcardcontentbox:before, .darkcardcontentbox:after, .darkcardcontentboxcorners:before, .darkcardcontentboxcorners:after {
	content: "";
    position: absolute;
	width:20px;
	height:20px;
	border: 3px solid rgba(255,255,255,1);
	transition:all 0.3s ease-in-out;
}
.darkcardcontentbox:before, .darkcardcontentbox:after, .darkcardcontentboxcorners:before, .darkcardcontentboxcorners:after {
	border: 3px solid rgba(255,255,255,1);
}
.darkcard:hover .darkcardcontentbox:before, .darkcard:hover .darkcardcontentbox:after, .darkcard:hover .darkcardcontentboxcorners:before, .darkcard:hover .darkcardcontentboxcorners:after {
	width:50%;
	height:50%;
	border-color: rgba(192,33,52,1);
	transition: all 0.3s ease-in-out, border-color 1s ease-in-out;
}
.darkcard:hover .SecondaryColor{
	color: #c02134 !important;	
}
.darkcard:hover .cardbutton{
	rotate: 45deg;
}
.darkcard:hover .svgplaybuttoncircle{
	fill: #c02134 !important;
}
.darkcard:hover .tint {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}
	
.cardcontentbox:before, .lightcardcontentbox:before, .darkcardcontentbox:before {
	left: -2px;
	bottom: -2px;
	border-top:none !important;
	border-right:none !important;
}
.cardcontentbox:after, .lightcardcontentbox:after, .darkcardcontentbox:after {
	bottom: -2px;
	right: -2px;
	border-left:none !important;
	border-top:none !important;
}
.cardcontentboxcorners:before, .lightcardcontentboxcorners:before, .darkcardcontentboxcorners:before {
	left: -2px;
	top: -2px;
	border-bottom:none !important;
	border-right:none !important;
}
.cardcontentboxcorners:after, .lightcardcontentboxcorners:after, .darkcardcontentboxcorners:after {
	top: -2px;
	right: -2px;
	border-left:none !important;
	border-bottom:none !important;
}
	
}

/* Tablet */

@media only screen and (min-width: 576px) {
#BackToTopBox{
	top: 10px;
	right: 10px;
	width: 150px;
	height: 75px;
}
#BackToTopBox.stick{
}
#BackToTopBox:hover{
}
	
/* Circuit Lines */	
.circuitline, .circuitline2{
}
.plusandsquares{}
.circuittextbox{
	top: 60vh;
	right: 100px;
}
.circuittextboxbottomleft{
	bottom: 75px;
	left: 100px;
}
.circuitlines, .circuitlines2{	
}		
	
/* Background Elements */
.elementscontainer{
}	
.elementtopleft, .elementtopright, .elementmiddleleft, .elementmiddleright, .elementbottomleft, .elementbottomright, .elementboxtopleft, .elementboxtopright, .elementboxmiddleleft, .elementboxmiddleright, .elementboxbottomleft, .elementboxbottomright{
	display: none;
}
.elementtopleft{
	width: 40%;
	left: 0;
	top: 10vh;
}
.elementtopright{
	width: 30%;
	right: 0;
	top: 20vh;
}
.elementmiddleleft{
	width: 40%;
	left: 0;
	top: 50%;
}
.elementmiddleright{
	width: 20%;
	right: 0;
	top: 50%;
}
.elementbottomleft{
	width: 30%;
	left: 0;
	bottom: 0;
}
.elementbottomright{
	width: 40%;
	right: 0;
	bottom: 0;
}
	
.elementboxtopleft{
	width: 300px;
	left: 60%;
	top: 20vh;
}
.elementboxtopright{
	width: 200px;
	right: 80%;
	top: 20vh;
}
.elementboxmiddleleft{
	width: 100px;
	left: 30%;
	top: 50%;
}
.elementboxmiddleright{
	width: 200px;
	right: 50%;
	top: 50%;
}
.elementboxbottomleft{
	width: 300px;
	left: 30%;
	bottom: 10%;
}
.elementboxbottomright{
	width: 100px;
	right: 20%;
	bottom: 20%;
}
.leftmiddlearrow{
	left: 50px;
	top: 40vh;
	width: 75px;
}
.rightmiddlearrow{
	right: 50px;
	top: 0px;
	width: 75px;
}
.zoomout-section{
}
.zoomout-sectionmiddle{
}
.zoomout-sectionback{	
}

/* horizontal scroll */
.horizontalcontainer {
  display: block;
  width: 100%;
  height: auto;
	padding: 100px 0px;
	background-size: auto 90%;
	background-position: center bottom;
	background-attachment: fixed;
}
.horizontalpanel{
	width: 100%;
	height: auto;
	margin: 50px auto;
}
.horizontalpanel a{
	max-width:  1000px;
	margin: auto;
}	

.digitalslogancontainer{
	width: 96%;
	height: 100vh;
	left: 0;
	top: 0;
}
.digitalslogancontainernavbarmargin{
	padding-bottom: 40px;
}
.hometopdigitaltextbox{
	bottom: 250px; 
	left: 10%; 
	width: 80%;
}
.digitalslogan{
	width: 100%;
	top: 0;
	left: 0;
	margin: auto auto 100px;
}
.digitalslogantextbox{
	width: 100%;
	padding: 20px;
}
.digitalslogantextbox:after{
	width: 100%;
	padding: 20px;
}
	
/* Video Clip Home */	
.digitalhomepagetopcontainer{
	min-height: 250vh;
	width: 100%;
	padding: 0;
	margin: 0;
}
.digitalpagetopcontainer{
}
.digitalvideoclip{
  width: 100%;
  height: 100%;
}	
.digitalvideoclipsvg{
  width: 0;
  height: 0;
	margin: auto;
}
.digitalvideobackground {
  width: 100%;
	height: 100vh;
	top: 0;
	margin: 0 auto 60%;
}
	
.zoom-section{
}
.marquee {
}

.autonomoustotalhours{
	display: block;
	position: absolute;
	right: auto;
	width: 94%;
	bottom: 0;
	margin: 50px auto;
}
.autonomoustotalhoursfixed{
	display: none;
}
.topleftarrow{
	top: 0;
	left: 0;
	margin: 50px auto auto 50px;
	width: 150px;
}
.bottomrightarrow{
	top: 90vh;
	right: 0;
	margin: auto 50px auto auto;
	width: 150px;
}
.bottommiddleredarrow{
	position: relative;
	left: -100px;
	bottom: 0px;
	margin: auto;
	width: 50px;
	rotate: 0deg;
}
.digitalborderright{
	right: 0;
	top: 0;
	height: 100%;
}
.digitalborderbottom{
	left: 0;
	bottom: 0;
	width: 100%;
}
.digitalborderleft{
	left: 0;
	top: 0;
	height: 100%;
}
.digitalbordertop{
	left: 0;
	top: 0;
	width: 100%;
}
.digitaltextbox{
	width: 100%;
	padding: 20px;
}
.digitaltextbox:before, .digitaltextbox:after, .digitaltextboxcorners:before, .digitaltextboxcorners:after {
	width:20px;
	height:20px;
}
.digitaltextbox:before {
}
.digitaltextbox:after {
}
.digitaltextboxcorners:before {
}
.digitaltextboxcorners:after {
}
	
.digitalcontainerstag{
	display: grid;
	grid-template-columns: 100%;
	grid-row-gap: 50px;
	grid-column-gap: 0px;
}
.digitalpanellefttop{
	width: 80%;
}
.digitalpanelrighttop{
	width: 80%;
}
.digitalpanelleftbottom{
	width: 80%;
}
.digitalpanelrightbottom{
	width: 80%;
}

/* 3d slider cards*/
.card-deck, .card-deck-container{
	width: 100%;
}
.cards-container{
}
.card-wrapper {
}	
.card {
	height: 80vh;
	max-width: none;
	width: 80vw;
	height: calc(100vh - var(--offset));
	height: auto;
	top: 10vh;
	margin: auto;
	gap: 3vh;
	margin-bottom: 5vh;
}
.lastcard {
	margin: 400px auto 0;
	min-height: 500px;
}
.cardbutton{
  bottom: 10px;
  right: 10px;
	width: 50px;
	height: 50px;
	rotate: -45deg;
}
.card:hover .cardbutton {
}	
.card:hover .svgplaybuttoncircle {
}
.card:hover .tintBack{
}
.cardtextbox{
	width: 80%;
	bottom: 0;
	left: 0;
	padding: 20px;
}
.card-background{
	width: 100%;
	height: 100%;
	top: 0;
	margin: 0;
}
.cardcontentbox{
	width: 100%;
	height: 100%;
	min-height: 500px;
	padding: 20px;
}
.cardcontentboxNoHover{
	width: 100%;
	height: 100%;
	min-height: 500px;
	padding: 20px;
}
.cardcontentbox:before, .cardcontentbox:after, .cardcontentboxcorners:before, .cardcontentboxcorners:after {
	width:20px;
	height:20px;
}
.card:hover .cardcontentbox:before, .card:hover .cardcontentbox:after, .card:hover .cardcontentboxcorners:before, .card:hover .cardcontentboxcorners:after {
	width:50%;
	height:50%;
}

.lightcard{
	width: 100%;
}
.lightcardcontentbox{
}
.lightcardcontentboxNoHover{
}
.lightcardtextbox{
	padding: 15px 10px 10px;
}
.lightcardimg{
}
.lightcardcontentbox:before, .lightcardcontentbox:after, .lightcardcontentboxcorners:before, .lightcardcontentboxcorners:after {
	width:20px;
	height:20px;
}
.lightcardcontentbox:before, .lightcardcontentbox:after, .lightcardcontentboxcorners:before, .lightcardcontentboxcorners:after {
}
.lightcard:hover .lightcardcontentbox:before, .lightcard:hover .lightcardcontentbox:after, .lightcard:hover .lightcardcontentboxcorners:before, .lightcard:hover .lightcardcontentboxcorners:after {
	width:50%;
	height:50%;
}
.lightcard:hover .SecondaryColor{
}
.lightcard:hover .cardbutton{
}
.lightcard:hover .svgplaybuttoncircle{
}
.lightcard:hover .tint {
}
	
.darkcard{
	width: 80%;
}
.darkcardcontentbox{
	width: 100%;
	height: 100%;
	padding: 20px;
}
.darkcardtextbox{
	width: 100%;
	padding: 15px 10px 10px;
}
.darkcardimg{
	width: 100%;
}
.darkcardcontentbox:before, .darkcardcontentbox:after, .darkcardcontentboxcorners:before, .darkcardcontentboxcorners:after {
	width:20px;
	height:20px;
}
.darkcardcontentbox:before, .darkcardcontentbox:after, .darkcardcontentboxcorners:before, .darkcardcontentboxcorners:after {
}
.darkcard:hover .darkcardcontentbox:before, .darkcard:hover .darkcardcontentbox:after, .darkcard:hover .darkcardcontentboxcorners:before, .darkcard:hover .darkcardcontentboxcorners:after {
	width:50%;
	height:50%;
}
.darkcard:hover .SecondaryColor{
}
.darkcard:hover .cardbutton{
}
.darkcard:hover .svgplaybuttoncircle{
}
.darkcard:hover .tint {
}	
.cardcontentbox:before, .lightcardcontentbox:before, .darkcardcontentbox:before {
}
.cardcontentbox:after, .lightcardcontentbox:after, .darkcardcontentbox:after {
}
.cardcontentboxcorners:before, .lightcardcontentboxcorners:before, .darkcardcontentboxcorners:before {
}
.cardcontentboxcorners:after, .lightcardcontentboxcorners:after, .darkcardcontentboxcorners:after {
}
	
}


/* Small Desktop */

@media only screen and (min-width: 1000px) {
#BackToTopBox{
	top: 10px;
	right: 10px;
	width: 150px;
	height: 75px;
}
#BackToTopBox.stick{
}
#BackToTopBox:hover{
}
	
/* Circuit Lines */	
.circuitline, .circuitline2{
}
.plusandsquares{}
.circuittextbox{
	top: 70vh;
	right: 100px;
}
.circuittextboxbottomleft{
	bottom: 100px;
	left: 100px;
}
.circuitlines, .circuitlines2{	
}		
	
/* Background Elements */
.elementscontainer{
}	
.elementtopleft, .elementtopright, .elementmiddleleft, .elementmiddleright, .elementbottomleft, .elementbottomright, .elementboxtopleft, .elementboxtopright, .elementboxmiddleleft, .elementboxmiddleright, .elementboxbottomleft, .elementboxbottomright{
	display: block;
	position: absolute;
}
.elementtopleft{
	width: 40%;
	left: 0;
	top: 10vh;
}
.elementtopright{
	width: 30%;
	right: 0;
	top: 20vh;
}
.elementmiddleleft{
	width: 40%;
	left: 0;
	top: 50%;
}
.elementmiddleright{
	width: 20%;
	right: 0;
	top: 50%;
}
.elementbottomleft{
	width: 30%;
	left: 0;
	bottom: 0;
}
.elementbottomright{
	width: 40%;
	right: 0;
	bottom: 0;
}
	
.elementboxtopleft{
	width: 300px;
	left: 60%;
	top: 20vh;
}
.elementboxtopright{
	width: 200px;
	right: 80%;
	top: 20vh;
}
.elementboxmiddleleft{
	width: 100px;
	left: 30%;
	top: 50%;
}
.elementboxmiddleright{
	width: 200px;
	right: 50%;
	top: 50%;
}
.elementboxbottomleft{
	width: 300px;
	left: 30%;
	bottom: 10%;
}
.elementboxbottomright{
	width: 100px;
	right: 20%;
	bottom: 20%;
}
.leftmiddlearrow{
	left: 50px;
	top: 35vh;
	width: 100px;
}
.rightmiddlearrow{
	right: 50px;
	top: 100px;
	width: 100px;
}
.zoomout-section{
}
.zoomout-sectionmiddle{
}
.zoomout-sectionback{	
}

/* horizontal scroll */
.horizontalcontainer {
  display: flex;
  width: 400%;
  height: 100vh;
	padding: 0px 0px;
	background-size: 110%;
	background-position: 0% 50%;
	background-attachment: fixed;
}
.horizontalpanel{
	width: 100%;
	height: 100vh;
	margin: auto;
}
.horizontalpanel a{
	max-width:  1100px;
	margin: auto;
}	

.digitalslogancontainer{
	width: 90%;
	height: 100vh;
	left: 0;
	top: 0;
}
.digitalslogancontainernavbarmargin{
	padding-bottom: 40px;
}
.hometopdigitaltextbox{
	bottom: 250px; 
	left: auto; 
	margin-left: 50px; 
	width: 100%;
}
.digitalslogan{
	width: 100%;
	top: 0;
	left: 0;
	margin: auto auto 25px;
}
.digitalslogantextbox{
	width: 100%;
	padding: 20px;
}
.digitalslogantextbox:after{
	width: 100%;
	padding: 20px;
}
	
/* Video Clip Home */	
.digitalhomepagetopcontainer{
	min-height: 200vh;
	width: 100%;
	padding: 0;
	margin: 0;
}
.digitalpagetopcontainer{
}
.digitalvideoclip{
  width: 100%;
  height: 100%;
}	
.digitalvideoclipsvg{
  width: 0;
  height: 0;
	margin: auto;
}
.digitalvideobackground {
  width: 100%;
	height: 100vh;
	top: 0;
	margin: 0 auto 30%;
}
	
.zoom-section{
}
.marquee {
}

.autonomoustotalhours{
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	margin: auto 100px 100px;
}
.autonomoustotalhoursfixed{
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	width: auto;
	margin: auto auto auto;
	padding: 20px;
	background: rgba(0,0,0,0.8);
	border-top: 1px solid rgba(255,255,255,0.3);
	border-right: 1px solid rgba(255,255,255,0.3);
	border-left: none;
	border-bottom: none;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	opacity: 0;
	border-top-right-radius: 2px;
}
.topleftarrow{
	top: 0;
	left: 0;
	margin: 50px auto auto 50px;
	width: 150px;
}
.bottomrightarrow{
	top: 90vh;
	right: 0;
	margin: auto 50px auto auto;
	width: 150px;
}
.bottommiddleredarrow{
	position: absolute;
	left: -100px;
	bottom: 30px;
	margin: auto;
	width: 50px;
	rotate: -45deg;
}
.digitalborderright{
	right: 0;
	top: 0;
	height: 100%;
}
.digitalborderbottom{
	left: 0;
	bottom: 0;
	width: 100%;
}
.digitalborderleft{
	left: 0;
	top: 0;
	height: 100%;
}
.digitalbordertop{
	left: 0;
	top: 0;
	width: 100%;
}
.digitaltextbox{
	width: 100%;
	padding: 20px;
}
.digitaltextbox:before, .digitaltextbox:after, .digitaltextboxcorners:before, .digitaltextboxcorners:after {
	width:20px;
	height:20px;
}
.digitaltextbox:before {
}
.digitaltextbox:after {
}
.digitaltextboxcorners:before {
}
.digitaltextboxcorners:after {
}
	
.digitalcontainerstag{
	display: grid;
	grid-template-columns: repeat(12, minmax(0px, 1fr));
	grid-row-gap: 100px;
	grid-column-gap: 50px;
}
.digitalpanellefttop{
	width: 100%;
	grid-column-end: span 5;
	grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: span 4;
}
.digitalpanelrighttop{
	width: 100%;
	grid-column-end: span 5;
	grid-column-start: 7;
  grid-row-start: 3;
  grid-row-end: span 4;
}
.digitalpanelleftbottom{
	width: 100%;
	grid-column-end: span 5;
	grid-column-start: 2;
  grid-row-start: 5;
  grid-row-end: span 4;
}
.digitalpanelrightbottom{
	width: 100%;
	grid-column-end: span 5;
	grid-column-start: 7;
  grid-row-start: 7;
  grid-row-end: span 4;
}

/* 3d slider cards*/	
.card-deck, .card-deck-container{
	width: 100%;
}
.cards-container{
}
.card-wrapper {
}	
.card {
	height: 80vh;
	max-width: none;
	width: 70vw;
	height: calc(100vh - var(--offset));
	height: auto;
	top: 10vh;
	margin: auto;
	gap: 3vh;
	margin-bottom: 5vh;
}
.lastcard {
	margin: 400px auto 0;
	min-height: 500px;
}
.cardbutton{
  bottom: 10px;
  right: 10px;
	width: 50px;
	height: 50px;
	rotate: -45deg;
}
.card:hover .cardbutton {
}	
.card:hover .svgplaybuttoncircle {
}
.card:hover .tintBack{
}
.cardtextbox{
	width: 80%;
	bottom: 0;
	left: 0;
	padding: 20px;
}
.card-background{
	width: 100%;
	height: 100%;
	top: 0;
	margin: 0;
}
.cardcontentbox{
	width: 100%;
	height: 100%;
	min-height: 500px;
	padding: 20px;
}
.cardcontentboxNoHover{
	width: 100%;
	height: 100%;
	min-height: 500px;
	padding: 20px;
}
.cardcontentbox:before, .cardcontentbox:after, .cardcontentboxcorners:before, .cardcontentboxcorners:after {
	width:20px;
	height:20px;
}
.card:hover .cardcontentbox:before, .card:hover .cardcontentbox:after, .card:hover .cardcontentboxcorners:before, .card:hover .cardcontentboxcorners:after {
	width:50%;
	height:50%;
}

.lightcard{
	width: 100%;
}
.lightcardcontentbox{
}
.lightcardcontentboxNoHover{
}
.lightcardtextbox{
	padding: 15px 10px 10px;
}
.lightcardimg{
}
.lightcardcontentbox:before, .lightcardcontentbox:after, .lightcardcontentboxcorners:before, .lightcardcontentboxcorners:after {
	width:20px;
	height:20px;
}
.lightcardcontentbox:before, .lightcardcontentbox:after, .lightcardcontentboxcorners:before, .lightcardcontentboxcorners:after {
}
.lightcard:hover .lightcardcontentbox:before, .lightcard:hover .lightcardcontentbox:after, .lightcard:hover .lightcardcontentboxcorners:before, .lightcard:hover .lightcardcontentboxcorners:after {
	width:50%;
	height:50%;
}
.lightcard:hover .SecondaryColor{
}
.lightcard:hover .cardbutton{
}
.lightcard:hover .svgplaybuttoncircle{
}
.lightcard:hover .tint {
}
	
.darkcard{
	width: 90%;
}
.darkcardcontentbox{
	display: grid;
	grid-template-columns: 0fr 3fr 2fr;
	align-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.darkcardtextbox{
	width: 100%;
	padding: 15px 20px 10px;
}
.darkcardimg{
	width: 100%;
}
.darkcardcontentbox:before, .darkcardcontentbox:after, .darkcardcontentboxcorners:before, .darkcardcontentboxcorners:after {
	width:20px;
	height:20px;
}
.darkcardcontentbox:before, .darkcardcontentbox:after, .darkcardcontentboxcorners:before, .darkcardcontentboxcorners:after {
}
.darkcard:hover .darkcardcontentbox:before, .darkcard:hover .darkcardcontentbox:after, .darkcard:hover .darkcardcontentboxcorners:before, .darkcard:hover .darkcardcontentboxcorners:after {
	width:50%;
	height:50%;
}
.darkcard:hover .SecondaryColor{
}
.darkcard:hover .cardbutton{
}
.darkcard:hover .svgplaybuttoncircle{
}
.darkcard:hover .tint {
}	
.cardcontentbox:before, .lightcardcontentbox:before, .darkcardcontentbox:before {
}
.cardcontentbox:after, .lightcardcontentbox:after, .darkcardcontentbox:after {
}
.cardcontentboxcorners:before, .lightcardcontentboxcorners:before, .darkcardcontentboxcorners:before {
}
.cardcontentboxcorners:after, .lightcardcontentboxcorners:after, .darkcardcontentboxcorners:after {
}
	
}

/* Desktop */

@media only screen and (min-width: 1300px) {
#BackToTopBox{
	top: 10px;
	right: 10px;
	width: 150px;
	height: 75px;
}
#BackToTopBox.stick{
}
#BackToTopBox:hover{
}
	
/* Circuit Lines */	
.circuitline, .circuitline2{
}
.plusandsquares{}
.circuittextbox{
	top: 100vh;
	right: 100px;
}
.circuittextboxbottomleft{
	bottom: 100px;
	left: 100px;
}
.circuitlines, .circuitlines2{	
}		
	
/* Background Elements */
.elementscontainer{
}	
.elementtopleft, .elementtopright, .elementmiddleleft, .elementmiddleright, .elementbottomleft, .elementbottomright, .elementboxtopleft, .elementboxtopright, .elementboxmiddleleft, .elementboxmiddleright, .elementboxbottomleft, .elementboxbottomright{
	display: block;
	position: absolute;
}
.elementtopleft{
	width: 40%;
	left: 0;
	top: 10vh;
}
.elementtopright{
	width: 30%;
	right: 0;
	top: 20vh;
}
.elementmiddleleft{
	width: 40%;
	left: 0;
	top: 50%;
}
.elementmiddleright{
	width: 20%;
	right: 0;
	top: 50%;
}
.elementbottomleft{
	width: 30%;
	left: 0;
	bottom: 0;
}
.elementbottomright{
	width: 40%;
	right: 0;
	bottom: 0;
}
	
.elementboxtopleft{
	width: 300px;
	left: 60%;
	top: 20vh;
}
.elementboxtopright{
	width: 200px;
	right: 80%;
	top: 20vh;
}
.elementboxmiddleleft{
	width: 100px;
	left: 30%;
	top: 50%;
}
.elementboxmiddleright{
	width: 200px;
	right: 50%;
	top: 50%;
}
.elementboxbottomleft{
	width: 300px;
	left: 30%;
	bottom: 10%;
}
.elementboxbottomright{
	width: 100px;
	right: 20%;
	bottom: 20%;
}
.leftmiddlearrow{
	left: 50px;
	top: 35vh;
	width: 150px;
}
.rightmiddlearrow{
	right: 50px;
	top: 100px;
	width: 125px;
}
.zoomout-section{
}
.zoomout-sectionmiddle{
}
.zoomout-sectionback{	
}

/* horizontal scroll */
.horizontalcontainer {
  display: flex;
  width: 400%;
  height: 100vh;
	padding: 0px 0px;
	background-size: 110%;
	background-position: 0% 50%;
	background-attachment: fixed;
}
.horizontalpanel{
	width: 100%;
	height: 100vh;
	margin: auto;
}
.horizontalpanel a{
	max-width:  1300px;
	margin: auto;
}	

.digitalslogancontainer{
	width: 80%;
	height: 100vh;
	left: 0;
	top: 0;
}
.digitalslogancontainernavbarmargin{
	padding-bottom: 40px;
}
.hometopdigitaltextbox{
	bottom: 250px; 
	left: auto; 
	margin: auto;
	margin-left: auto;
	width: 100%;
}
.digitalslogan{
	width: 100%;
	top: 0;
	left: 0;
	margin: auto auto 25px;
}
.digitalslogantextbox{
	width: 100%;
	padding: 20px;
}
.digitalslogantextbox:after{
	width: 100%;
	padding: 20px;
}
	
/* Video Clip Home */	
.digitalhomepagetopcontainer{
	min-height: 200vh;
	width: 100%;
	padding: 0;
	margin: 0;
}
.digitalpagetopcontainer{
}
.digitalvideoclip{
  width: 100%;
  height: 100%;
}	
.digitalvideoclipsvg{
  width: 0;
  height: 0;
	margin: auto;
}
.digitalvideobackground {
  width: 100%;
	height: 100vh;
	top: 0;
	margin: 0 auto 25%;
}
	
.zoom-section{
}
.marquee {
}

.autonomoustotalhours{
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	margin: auto 100px 100px;
}
.autonomoustotalhoursfixed{
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	width: auto;
	margin: auto auto auto;
	padding: 20px;
	background: rgba(0,0,0,0.8);
	border-top: 1px solid rgba(255,255,255,0.3);
	border-right: 1px solid rgba(255,255,255,0.3);
	border-left: none;
	border-bottom: none;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	opacity: 0;
	border-top-right-radius: 2px;
}
.topleftarrow{
	top: 0;
	left: 0;
	margin: 50px auto auto 50px;
	width: 150px;
}
.bottomrightarrow{
	top: 90vh;
	right: 0;
	margin: auto 50px auto auto;
	width: 150px;
}
.bottommiddleredarrow{
	position: absolute;
	left: -100px;
	bottom: 30px;
	margin: auto;
	width: 50px;
	rotate: -45deg;
}
.digitalborderright{
	right: 0;
	top: 0;
	height: 100%;
}
.digitalborderbottom{
	left: 0;
	bottom: 0;
	width: 100%;
}
.digitalborderleft{
	left: 0;
	top: 0;
	height: 100%;
}
.digitalbordertop{
	left: 0;
	top: 0;
	width: 100%;
}
.digitaltextbox{
	width: 100%;
	padding: 20px;
}
.digitaltextbox:before, .digitaltextbox:after, .digitaltextboxcorners:before, .digitaltextboxcorners:after {
	width:20px;
	height:20px;
}
.digitaltextbox:before {
}
.digitaltextbox:after {
}
.digitaltextboxcorners:before {
}
.digitaltextboxcorners:after {
}
	
.digitalcontainerstag{
	grid-row-gap: 150px;
	grid-column-gap: 50px;
}
.digitalpanellefttop{
	width: 100%;
	grid-column-end: span 5;
	grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: span 4;
}
.digitalpanelrighttop{
	width: 100%;
	grid-column-end: span 5;
	grid-column-start: 7;
  grid-row-start: 3;
  grid-row-end: span 4;
}
.digitalpanelleftbottom{
	width: 100%;
	grid-column-end: span 5;
	grid-column-start: 2;
  grid-row-start: 5;
  grid-row-end: span 4;
}
.digitalpanelrightbottom{
	width: 100%;
	grid-column-end: span 5;
	grid-column-start: 7;
  grid-row-start: 7;
  grid-row-end: span 4;
}
	
/* 3d slider cards*/	


.card-deck, .card-deck-container{
	width: 100%;
}
.cards-container{
}
.card-wrapper {
}	
.card {
	height: 80vh;
	width: 95vw;
	max-width: 1100px;
	width: 90vw;
	height: calc(100vh - var(--offset));
	height: auto;
	top: 10vh;
	margin: auto;
	gap: 3vh;
	margin-bottom: 5vh;
}
.lastcard {
	margin: 400px auto 0;
	min-height: 500px;
}
.cardbutton{
  bottom: 10px;
  right: 10px;
	width: 50px;
	height: 50px;
	rotate: -45deg;
}
.card:hover .cardbutton {
}	
.card:hover .svgplaybuttoncircle {
}
.card:hover .tintBack{
}
.cardtextbox{
	width: 80%;
	bottom: 0;
	left: 0;
	padding: 20px;
}
.card-background{
	width: 100%;
	height: 100%;
	top: 0;
	margin: 0;
}
.cardcontentbox{
	width: 100%;
	height: 100%;
	min-height: 500px;
	padding: 20px;
}
.cardcontentboxNoHover{
	width: 100%;
	height: 100%;
	min-height: 500px;
	padding: 20px;
}
.cardcontentbox:before, .cardcontentbox:after, .cardcontentboxcorners:before, .cardcontentboxcorners:after {
	width:20px;
	height:20px;
}
.card:hover .cardcontentbox:before, .card:hover .cardcontentbox:after, .card:hover .cardcontentboxcorners:before, .card:hover .cardcontentboxcorners:after {
	width:50%;
	height:50%;
}

.lightcard{
	width: 100%;
}
.lightcardcontentbox{
}
.lightcardcontentboxNoHover{
}
.lightcardtextbox{
	padding: 15px 10px 10px;
}
.lightcardimg{
}
.lightcardcontentbox:before, .lightcardcontentbox:after, .lightcardcontentboxcorners:before, .lightcardcontentboxcorners:after {
	width:20px;
	height:20px;
}
.lightcardcontentbox:before, .lightcardcontentbox:after, .lightcardcontentboxcorners:before, .lightcardcontentboxcorners:after {
}
.lightcard:hover .lightcardcontentbox:before, .lightcard:hover .lightcardcontentbox:after, .lightcard:hover .lightcardcontentboxcorners:before, .lightcard:hover .lightcardcontentboxcorners:after {
	width:50%;
	height:50%;
}
.lightcard:hover .SecondaryColor{
}
.lightcard:hover .cardbutton{
}
.lightcard:hover .svgplaybuttoncircle{
}
.lightcard:hover .tint {
}
	
.darkcard{
	width: 90%;
}
.darkcardcontentbox{
	display: grid;
	grid-template-columns: 0fr 3fr 2fr;
	align-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.darkcardtextbox{
	width: 100%;
	padding: 15px 20px 10px;
}
.darkcardimg{
	width: 100%;
}
.darkcardcontentbox:before, .darkcardcontentbox:after, .darkcardcontentboxcorners:before, .darkcardcontentboxcorners:after {
	width:20px;
	height:20px;
}
.darkcardcontentbox:before, .darkcardcontentbox:after, .darkcardcontentboxcorners:before, .darkcardcontentboxcorners:after {
}
.darkcard:hover .darkcardcontentbox:before, .darkcard:hover .darkcardcontentbox:after, .darkcard:hover .darkcardcontentboxcorners:before, .darkcard:hover .darkcardcontentboxcorners:after {
	width:50%;
	height:50%;
}
.darkcard:hover .SecondaryColor{
}
.darkcard:hover .cardbutton{
}
.darkcard:hover .svgplaybuttoncircle{
}
.darkcard:hover .tint {
}	
.cardcontentbox:before, .lightcardcontentbox:before, .darkcardcontentbox:before {
}
.cardcontentbox:after, .lightcardcontentbox:after, .darkcardcontentbox:after {
}
.cardcontentboxcorners:before, .lightcardcontentboxcorners:before, .darkcardcontentboxcorners:before {
}
.cardcontentboxcorners:after, .lightcardcontentboxcorners:after, .darkcardcontentboxcorners:after {
}
	
}
