@font-face {
  font-family: "PP Neue Montreal";
  src: url("/fonts/PPNeueMontreal-Book.woff2") format("woff2"),
       url("/fonts/PPNeueMontreal-Book.woff") format("woff"),
       url("/fonts/PPNeueMontreal-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


body
{
	margin: 0;
  font-family: "PP Neue Montreal", sans-serif !important;
}

html
{
	scroll-behavior: smooth!important;
  font-family: "PP Neue Montreal", sans-serif !important;
}

h1, h2, h3, h4, p, li
{
  font-family: "PP Neue Montreal" !important;
}

h1
{
	font-weight: 400;
	font-size: 36px;
}

h2
{
	font-weight: 400;
	font-size: 28px;
}

h3
{
	font-size: 24px;
	font-weight: 300;
}

h4
{
	font-size: 70px;
	font-weight: 300;
}

a
{
	text-decoration: none;
	color: #000000;
}

  :root{
    --duration: 1.7s; /* total cycle time */
    --slide-aspect: 16/9;
    --max-width: 100vw;
    --bg: #white;
  }

  .slideshow {
    width: min(95vw, var(--max-width));
    aspect-ratio: var(--slide-aspect);
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    margin: 50px auto;
  }

  .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    animation: show var(--duration) linear infinite;
  }

  @keyframes show {
    0%   { opacity: 0; }
    2%   { opacity: 1; }
    20%  { opacity: 1; }
    21%  { opacity: 0; }
    100% { opacity: 0; }
  }


  .caption {
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: rgba(0,0,0,0.45);
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.95rem;
  }

  @media (prefers-reduced-motion: reduce) {
    .slide { animation: none; opacity: 1; }
    .slide:not(:first-child) { display: none; }
  }

  @media (max-width:420px){
    :root{ --slide-aspect: 4/3; }
    .caption{ font-size:0.85rem; padding:6px 8px; }
  }

.hero
{
	height: 100vh;
}

.navigation
{
	margin: 0 30px;
	top: 30px;
	position: relative;
}

.logo
{
	width: 20%;
	float: left;
}

.clear
{
	clear: both;
}

.nav ul
{
	list-style: none;
	display: inline-flex;
	gap: 56px;
	float: right;
	margin: 0px;
	font-size: 13px;
	line-height: 18px;
}


.credential ul
{
	list-style: none;
	display: inline-flex;
	gap: 280px;
	margin: 0px;
	font-size: 13px;
	top: 40%;
	bottom: 50%;
	position: absolute;

}

.featurelogoText
{
	position: absolute;
	bottom: 30px;
	width: 100vw;
}

.featurelogoText svg
{
	width: 96%;
	height: 98%;
	margin: auto;
	display: block;
}


.feature_hero
{
	position: initial;
	margin: 100px;
}

.feature_hero video
{
	width: 100%;
	top: 0;
	position: relative;
}

.feature_heading
{
	width: 77%;
	margin: 0px 200px 80px 40px;
}


.divide_sansmargin
{
	border-top: 1px solid #EFEFEF;
}


.feature_work
{
	margin: 40px 40px 0 40px;
}

.feature_work span
{
	font-size: 16px;
	vertical-align: super;
}

.portfolio_wrap
{
	margin: 0 40px;
	overflow: hidden;
}

.portfolio_wrap p
{
	font-size: 16px;
	font-weight: 400;
}

.featureport_left
{
	width: 48%;
	float: left;
	padding-bottom: 140px;
}

.featureport_left img
{
	width: 100%;
	border-radius: 6px;
}

.featureport_right
{
	width: 48%;
	float: right;
	padding-bottom: 140px;
}

.featureport_right img
{
	width: 100%;
	border-radius: 6px;
}

.footer
{
  position: relative;
  width: 100vw;
  background: #121212;
  color: #ffffff;
}

.footer a
{
	color: #ffffff;
}

.footer:before
{
	content: "";
  position: absolute;
  top: -40px;
  left: 0;
  height: 40px;
  width: 40px;
  border-bottom-left-radius: 50%;
  background-color: white;
  box-shadow: 0 20px 0 0 #121212;
}

.footer:after
{
	content: "";
  position: absolute;
  top: -40px;
  right: 0;
  height: 40px;
  width: 40px;
  border-bottom-right-radius: 50%;
  background-color: white;
  box-shadow: 0 20px 0 0 #121212;
}

.footercontainer
{
	  padding: 180px 10px 10px 40px;
}

.footer h3
{
	padding-bottom: 70px;
}

.footer p
{
	font-size: 13px;
	font-weight: 300;
	padding-bottom: 120px;
}

.footer ul
{
	list-style: none;
	display: inline-flex;
	gap: 56px;
	float: right;
	margin: 0px;
	font-size: 13px;
	line-height: 18px;
	padding: 0 30px 20px 0;
}


.caseintro
{
	margin: 140px 30px 60px 30px;
	overflow: hidden;
}

.casetitle
{
	width: 45%;
	float: left;
}

.casetitle h2
{
	margin: 0px;
}

.casedesc
{
	width: 50%;
	float: left;
}

.casedesc span
{
	font-size: 13px;
	opacity: 0.3;
}

.casedesc p
{
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}



.caseheader
{
	margin-top: 200px;
	position: relative;
	line-height: 40px;
}

.caseheader h1
{
	margin: 0 0 64px 40px;
}

.casehero
{
}

.casehero img
{
	width: 96vw;
	border-radius: 6px;
	display: block;
	margin: auto;
}

.descriptioncontainer
{
	overflow: hidden;
	padding: 40px;
}

.caseskill
{
	width: 40%;
	float: left;
	margin-top: 10px;
}

.caseskill ul
{
	list-style: none;
	gap: 56px;
	margin: 0px;
	font-size: 13px;
	line-height: 18px;
}

.casedescription
{
	width: 60%;
	float: right;
}

.casedescription p
{
	font-size: 13px;
}

.casedescription h4
{
	font-size: 18px;
	font-weight: 300;
}

.skills
{
	padding: 60px 40px 130px 40px;
}

.skillstitle
{
	width: 42%;
	float: left;
}

.skillstitle span
{
	font-size: 13px;
	opacity: 0.3;
}

.skillsdesc ul
{
	float: left;
	list-style: none;
	gap: 56px;
	margin: 0px;
	font-size: 16px;
	font-weight: 300;
}

.imagefull
{
	padding: 0 0 60px 0;
}


.imagefull img
{
	width: 96vw;
	display: block;
	margin: auto;
	border-radius: 6px;
}

.imagesplit
{
	overflow: hidden;
	padding-bottom: 70px;
	margin: 0 30px;
}

.imagesplit img
{
	width: 46vw;
	float: left;
	border-radius: 6px;
}

.imagesplit img:last-child
{
	float: right;
}

.outcomecontainer
{
	overflow: hidden;
	padding: 100px 0;
	background-color: #121212;
	color: #ffffff;
	width: 100%;
}

.outcometitle
{
	width: 30%;
	float: left;
}

.outcometitle ul
{
	list-style: none;
	gap: 56px;
	margin: 0px;
	font-size: 13px;
	line-height: 18px;
}

.outcomedetail
{
	width: 60%;
	float: right;
	margin-right: 50px;
}


.outcomedetail h4
{
	font-size: 18px;
	font-weight: 300;
	margin: 0;
}

.metriccontainer
{
	margin: 40px 0;
	overflow: hidden;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 20px;
	width: 100%;
}

.metric
{
	float: left;
	width: 20%;
}

.metricdetail
{
	float: left;
}

.capsule_button
{
	border-radius: 100px;
	padding: 10px 20px;
	border: 1px solid rgba(0, 0, 0, .2);
	width: fit-content;
	position: relative;
	font-size: 13px;
}

#about
{
	background-color: #121212;
}

#about .navigation li
{
	color: #FFFFFF;
}

.aboutheader
{
	padding: 250px 50px 0 50px;
	color: #ffffff;
	overflow: hidden;
}

.aboutheader p
{
	float: left;
	width: 30%;
}

.aboutheader h1
{
	float: right;
	width: 55%;
	font-size: 24px;
	text-align: right;
	font-weight: 300;
}

.processheader
{
	overflow: hidden;
	padding: 100px 50px;
}

.processheader p
{
	float: left;
	width: 20%;
}

.processcontainer
{
	float: left;
	width: 80%;
}

.processcontainer h3
{
	font-weight: 400;
	width: 60%;
}

.processcolumn
{
	column-count: 2;
	column-gap: 5%;
	column-rule: none;
	margin-top: 80px;
}

.processcolumn p
{
	width: 100%;
	margin: 0;
	font-size: 12px;
}



.servicecolumn
{
	float: right;
	width: 70%;
}

.serviceheader
{
	overflow: hidden;
	padding: 100px 50px;
}

.servicerow
{
	padding: 30px 0;
	border-bottom: 1px solid #E5E5E5;
}

.servicerow:hover
{
	border-bottom: 1px solid #000000;
}

.servicecontainer
{
	overflow: hidden;
}

.servicedescription h4
{
	font-size: 70px;
	font-weight: 400;
	line-height: 70px;
	margin: 0 0 30px 0;
}



.servicedescription
{
	float: left;
	width: 30%;
}

.servicedescription p
{
	font-size: 12px;
}


.servicelist
{
	float: right;
	width: 40%;
	top: -30px;
	position: relative;
}

.clientheader
{
	padding: 100px 50px;
}

.clientheader p
{
	float: left;
	width: 20%;
}

.clientlogo
{
	padding: 50px;
	width: 15%;
	border: 1px solid #F6F6F6;
	float: left;
}

.clientlogo:hover
{
	background-color: #F6F6F6;
}

.clientlogo img
{
	width: 100px;
	margin: auto;
	display: block;
}

.clientcontainer
{
	float: left;
	width: 80%;
}

.clientcontainer h3
{
	font-weight: 400;
	width: 60%;
}


.aboutDHS
{
	padding: 60px 0;
	clear: both;
	margin: 0 50px;
	overflow: hidden;
}

.aboutDHS img
{
	float: left;
	width: 50%;
}

.DHSbio
{
	float: left;
	width: 50%;

}

.DHSButtons
{
	display: inline-flex;
	margin-top: 50px;
	gap: 16px;
}


.biocontainer
{
	margin: 0 50px;
}

.biocontainer p
{
	font-size: 12px;
	font-weight: 300;
}



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


h1
{
	font-size: 28px;
}

.navigation
{
	margin: 0 20px;
}

.mobilehide
{
	display: none !important;
}

.credential
{
	margin-left: 30px;
}

.credential ul
{
	padding-left: 0px;
	gap: 60px;
}

.feature_hero
{
	margin: 0px;
}

.feature_hero video
{
	width: 90vw;
	display: block;
	margin: auto;
	padding-top: 800px;
}

.feature_heading
{
	margin: 0px 20px;
	width: 94%;
}

.feature_work
{
	margin: 70px 30px 0 30px;
}

.portfolio_wrap
{
	margin: 0px 30px;
}

.featureport_left, .featureport_right
{
	width: 100%;
	padding-bottom: 50px !important;
}

.footercontainer
{
	padding: 100px 10px 10px 30px;
}

.caseheader
{
	margin-top: 100px;
}

.caseheader h1
{
	margin: 0 0 56px 30px;
}

.caseskill ul
{
	padding: 0;
}

.capsule_button
{
	margin: 20px 0 !important;
}

.imagesplit
{
	margin: 0 10px;
	padding-bottom: 0px;
}

.imagesplit img
{
	padding: 0 0 30px 0;
	border-radius: 6px;
	width: 96vw !important;
}

.imagefull
{
	padding: 0 0 30px 0;
}

.descriptioncontainer
{
	padding: 30px;
}

.slideshow
{
	margin: 0 20px auto;
}

.feature_heading h1
{
	font-size: 24px !important;
}

.slideshow
{
	width: min(92vw, var(--max-width));
}

body, h1, h2, h3, h4, p
{
     font-family: "PP Neue Montreal" !important;
}

}






