@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: auto;
  font-family: "PP Neue Montreal", sans-serif !important;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !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;
}

h5
{
	font-size: 40px;
	font-weight: 400;
	margin: 0;
}

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: 40%;
	float: right;
}

.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;
}

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

.casesection__label
{
	float: left;
	width: 20%;
	font-size: 13px;
}

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

.casesection__text p
{
	font-size: 24px;
	font-weight: 400;
	width: 85%;
	margin: 0;
}

.casesection__number
{
	display: none;
}

.persona_scroll_wrap
{
	overflow: hidden;
	padding-bottom: 60px;
	cursor: grab;
}

.persona_scroll_wrap.is-dragging
{
	cursor: grabbing;
}

.persona_scroll
{
	display: flex;
	flex-direction: row;
	gap: 16px;
	padding: 0 30px;
	user-select: none;
}

.persona_scroll img,
.persona_scroll video
{
	flex-shrink: 0;
	height: 458px;
	width: auto;
	border-radius: 7px;
}

.persona_scroll img
{
	pointer-events: none;
}

.video-wrap
{
	position: relative;
	flex-shrink: 0;
	height: 458px;
	display: flex;
}

.video-wrap video
{
	height: 458px;
	width: auto;
	border-radius: 7px;
}

#custom-cursor
{
	position: fixed;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-family: "PP Neue Montreal", sans-serif;
	pointer-events: none;
	z-index: 9999;
	transform: translate(-50%, -50%) scale(0);
	opacity: 0;
	transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.25s ease;
	will-change: transform, opacity;
}

#custom-cursor.visible
{
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.persona_scroll_wrap
{
	cursor: none;
}

.video-privacy-blur
{
	position: absolute;
	top: 7.7%;
	left: 87.2%;
	width: 12.8%;
	height: 15.6%;
	backdrop-filter: blur(12px);
	background: rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	pointer-events: none;
}

.persona_scroll::after
{
	content: '';
	flex-shrink: 0;
	width: 30px;
}

.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: 170px 50px 100px 50px;
	color: #ffffff;
	overflow: hidden;
}

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

.aboutheader h1
{
	float: right;
	width: 53%;
	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: 85%;
}

.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;
	border-bottom: 1px solid #DDD;
}

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

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

.servicecontainer
{
	overflow: hidden;
}

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



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

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


.servicelist
{
	float: right;
	width: 53%;
	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: 90px 0;
	clear: both;
	margin: 0 50px;
	overflow: hidden;
}


.aboutDHS img
{
	float: left;
	width: 36vw;
	border-radius: 6px;
}

.DHSbio
{
	float: right;
	width: 57%;

}

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


.biocontainer
{
	margin: 0 50px;
	padding: 100px 0 100px 0;
}

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




@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;
}

.casetitle
{
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.caseheader
{
	margin-top: 100px;
}

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

.caseskill ul
{
	padding: 0;
}

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

.casehero img
{
	width: 100vw;
	border-radius: 0;
}

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

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

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

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

.imagefull img
{
	width: 88vw;
}

.descriptioncontainer
{
	padding: 30px;
}

.slideshow
{
	margin: 0 20px auto;
}

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

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

.servicedescription
{
	width: 100%;
}

.servicedescription h4 br
{
	display: none;
}

.aboutheader p
{
	width: 100%;
}

.aboutheader h1
{
	float: left;
	text-align: left;
	width: 100%;
}

.aboutDHS
{
	padding: 50px 0 0 0;
}

.aboutDHS img
{
	width: 80vw;
}

.biocontainer
{
	margin: 0px;
	padding: 50px 0;
}

.biocontainer h5
{
font-size: 35px;
}

.DHSbio
{
	float: left;
	width: 100%;
}

.DHSButtons
{
	margin-top: 0px;
}

.serviceheader
{
	padding: 50px;
}

.servicedescription h4
{
	font-size: 35px;
}

.servicelist
{
	width: 100%;
	float: left;
}

.nav ul
{
	gap: 25px;
}

.footer ul
{
	gap: 40px;
	float: left;
}

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

}

.goals-section {
	padding: 80px 30px;
}

.goals-row {
	display: flex;
	gap: 20px;
}

.goal-card {
	flex: 1;
	background: #F2F2F2;
	border-radius: 20px;
	padding: 40px;
	display: flex;
	flex-direction: column;
}

.goal-card h3 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 100px 0;
}

.goal-card p {
	font-size: 16px;
	color: #000;
	margin: 0;
	font-weight: 300;
	line-height: 1.5;
}

.challenge-section {
	padding: 100px 30px;
	width: 60vw;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
}

.challenge-text {
	overflow-wrap: normal;
}

.ipad-wrapper {
	position: relative;
	width: 46vw;
	float: left;
}


.ipad-full-wrapper {
	position: relative;
	width: 96vw;
	margin: 0 auto;
	border-radius: 6px;
	height: 59vw;
	overflow: hidden;
}

.ipad-full-wrapper .ipad-base {
	margin-top: -36vw;
	border-radius: 0 !important;
}

.ipad-full-wrapper .ipad-video {
	top: 10.5%;
	height: 79%;
}

.ipad-base {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	float: none !important;
	border-radius: 6px !important;
}

.ipad-video {
	position: absolute;
	top: 32.3%;
	left: 15.6%;
	width: 68.8%;
	height: 35.5%;
	object-fit: cover;
	object-position: left top;
	border-radius: 3px;
}

.challenge-split {
	display: flex;
	align-items: center;
	width: 96vw;
	margin: 0 auto;
	text-align: left;
	gap: 60px;
	box-sizing: border-box;
}

.challenge-split-image {
	width: 50%;
	flex-shrink: 0;
}

.challenge-split-image img {
	width: 100%;
	border-radius: 6px;
	display: block;
}

.challenge-split-text {
	width: 50%;
}

.challenge-label {
	font-size: 13px;
	opacity: 0.3;
	display: block;
	margin-bottom: 24px;
}

.challenge-text {
	margin: 0;
	line-height: 1.5;
}

.challenge-text .char {
	color: #CCC;
	transition: color 0.08s ease;
}

.challenge-text .char.filled {
	color: #000;
}

.image-compare {
	position: relative;
	width: 96vw;
	margin: 0 auto 60px;
	border-radius: 6px;
	overflow: hidden;
	cursor: ew-resize;
	user-select: none;
	touch-action: none;
}

.image-compare .compare-bg {
	display: block;
	width: 100%;
	height: auto;
}

.compare-after-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left top;
	clip-path: inset(0 50% 0 0);
	will-change: clip-path;
}

.compare-handle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	background: #fff;
	transform: translateX(-50%);
	pointer-events: none;
}

.compare-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 28px;
	height: 52px;
	border-radius: 999px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 12px rgba(0,0,0,0.2);
}

.compare-lines {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
}

.compare-lines span {
	display: block;
	width: 12px;
	height: 1.5px;
	background: #000;
	border-radius: 2px;
}

.outcome-section {
	padding: 80px 30px;
}

.outcome-label {
	font-size: 13px;
	opacity: 0.3;
	display: block;
	margin-bottom: 40px;
}

.outcome-row {
	display: flex;
	gap: 2%;
	justify-content: space-between;
}

.outcome-stat {
	flex: 1 1 0;
	min-width: 0;
}

.outcome-figure {
	font-size: clamp(36px, 5.5vw, 90px);
	font-weight: 400;
	margin: 0 0 12px 0;
	line-height: 1;
	white-space: nowrap;
}

.outcome-desc {
	font-size: clamp(13px, 1.2vw, 18px);
	font-weight: 300;
	margin: 0;
}

.painpoints-list {
	margin-top: 60px;
}

.painpoint-row {
	display: flex;
	align-items: flex-start;
	padding: 30px 0;
}

.painpoint-detail {
	position: relative;
}

.painpoint-detail::before {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 80%;
	height: 1px;
	background: #EFEFEF;
}

.painpoint-detail::after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 80%;
	height: 1px;
	background: #000;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.painpoint-row:hover .painpoint-detail::after {
	transform: scaleX(1);
}

.painpoint-num {
	font-size: 18px;
	font-weight: 400;
	width: 30%;
	flex-shrink: 0;
}

.painpoint-detail h4 {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 8px 0;
}

.painpoint-detail p {
	font-size: 16px;
	color: #808080;
	margin: 0;
	font-weight: 300;
	line-height: 1.6;
	width: 80%;
}

#scroll-indicator {
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

#scroll-indicator svg {
	position: absolute;
	top: 0;
	left: 0;
}

#scroll-indicator svg circle {
	stroke: #000;
}

#scroll-indicator.inverted svg circle {
	stroke: #fff;
}

#scroll-number {
	position: relative;
	font-size: 12px;
	font-family: inherit;
	color: #000;
	line-height: 1;
	user-select: none;
}

#scroll-indicator.inverted #scroll-number {
	color: #fff;
}

/* ── Tablet (≤768px) ─────────────────────────────────────────── */
@media screen and (max-width: 768px) {

	.challenge-section {
		width: 88vw;
		padding: 60px 20px;
	}

	.goals-row {
		flex-wrap: wrap;
	}

	.goal-card {
		flex: 0 0 calc(50% - 10px);
	}

	.goal-card h3 {
		margin-bottom: 40px;
	}

	.challenge-split {
		flex-direction: column;
		gap: 30px;
		width: 92vw;
	}

	.challenge-split-image,
	.challenge-split-text {
		width: 100%;
	}

	.outcome-row {
		flex-wrap: wrap;
		gap: 40px;
		justify-content: flex-start;
		padding: 0 30px;
	}

	.outcome-stat {
		flex: 0 0 calc(50% - 20px);
	}

	.outcome-figure {
		font-size: 64px;
	}

	.processheader {
		padding: 60px 30px;
	}

	.processheader p {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.processcontainer {
		float: none;
		width: 100%;
	}

	.casesection {
		padding: 60px 30px;
	}

	.casesection__label {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.casesection__text {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.persona_scroll img,
	.persona_scroll video
	{
		height: 300px;
	}

	.video-wrap,
	.video-wrap video
	{
		height: 300px;
	}
}

/* ── Mobile (≤500px) ─────────────────────────────────────────── */
@media screen and (max-width: 500px) {

	.challenge-section {
		width: 92vw;
		padding: 50px 20px;
	}

	.goals-section {
		padding: 50px 20px;
	}

	.goals-row {
		flex-direction: column;
		gap: 16px;
	}

	.goal-card {
		flex: 0 0 100%;
		padding: 28px;
	}

	.goal-card h3 {
		margin-bottom: 24px;
	}

	.challenge-split {
		flex-direction: column;
		gap: 24px;
		width: 92vw;
	}

	.challenge-split-image,
	.challenge-split-text {
		width: 100%;
	}

	.outcome-section {
		padding: 50px 20px;
	}

	.outcome-row {
		flex-wrap: wrap;
		gap: 32px;
		padding: 0;
		justify-content: flex-start;
	}

	.outcome-stat {
		flex: 0 0 calc(50% - 16px);
	}

	.outcome-figure {
		font-size: 48px;
	}

	.outcome-desc {
		font-size: 15px;
	}

	.processheader {
		padding: 50px 20px;
	}

	.processheader p {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.processcontainer {
		float: none;
		width: 100%;
	}

	.casesection {
		padding: 50px 20px;
	}

	.casesection__label {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.casesection__text {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.persona_scroll img,
	.persona_scroll video
	{
		height: 200px;
	}

	.video-wrap,
	.video-wrap video
	{
		height: 200px;
	}

	.painpoint-row {
		flex-direction: column;
		gap: 8px;
	}

	.painpoint-num {
		width: 100%;
	}

	.painpoint-detail p {
		width: 100%;
	}

	.painpoint-detail::before,
	.painpoint-detail::after {
		width: 100%;
	}

	.challenge-text {
		font-size: 20px;
	}

	/* ipad-wrapper: match other images and crop grey padding */
	.ipad-wrapper {
		width: 88vw;
		height: 53vw;
		overflow: hidden;
		float: none;
		display: block;
		margin-bottom: 30px;
	}

	.ipad-wrapper .ipad-base {
		padding: 0 !important;
		margin-top: -34vw;
	}

	.ipad-wrapper .ipad-video {
		top: 10%;
		height: 81%;
	}

	/* ipad-full-wrapper: match 88vw width of other images */
	.ipad-full-wrapper {
		width: 88vw;
		height: 53vw;
	}

	.ipad-full-wrapper .ipad-base {
		margin-top: -34vw;
	}

	.ipad-full-wrapper .ipad-video {
		top: 10%;
		height: 81%;
	}
}






