.ow-page {
	background: #fff;
}

.ow-hero {
	display: flex;
	min-height: 520px;
	align-items: center;
	padding: 0;
	background: #081b2b;
	color: #fff;
}

.ow-hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(8, 27, 43, 0.98) 0%, rgba(8, 27, 43, 0.78) 45%, rgba(8, 27, 43, 0.18) 100%);
	content: "";
}

.ow-hero__bg {
	object-position: center;
}

.ow-hero__content {
	max-width: 640px;
}

.ow-hero .hd-heading,
.ow-hero .hd-copy,
.ow-hero .hd-copy * {
	color: #fff;
}

.ow-card-grid {
	display: grid;
	gap: 12px;
}

.ow-card-grid--timing {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ow-card-grid--timing > .hd-motion-mask {
	grid-column: span 2;
	height: 100%;
	overflow: initial;
}

.ow-card-grid--timing > .hd-motion-mask:nth-child(n+4) {
	grid-column: span 3;
}

.ow-card-grid article {
	min-height: 170px;
	height: 100%;
	padding: 30px;
	border: 1px solid #e8eaec;
	background: #fff;
	transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.ow-card-grid.ow-card-grid--types .hd-motion-mask {
    overflow: initial;
}
.ow-card-grid article:hover,
.ow-card-grid--timing > .hd-motion-mask:nth-child(2) article,
.ow-card-grid--types article:nth-child(5) {
    border-top: 3px solid #E30000;
}

.ow-card-grid--timing .hd-step-number {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	margin-bottom: 28px;
	border-radius: 6px;
	background: #fff3f3;
	color: #e30000;
	font-size: 20px;
	font-weight: 800;
}

.ow-card-grid--timing > .hd-motion-mask article:hover .hd-step-number {
	background: #e30000;
	color: #fff;
}

.ow-inline-cta {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	margin-top: 12px;
	padding: 30px 50px;
	border: 1px solid #e8eaec;
	background: #fafafa;
}

.ow-inline-cta > img {
	width: 70px;
	height: 70px;
	object-fit: contain;
}

.ow-process {
	background: #081b2b;
}

.ow-process .hd-heading,
.ow-process .hd-copy,
.ow-process .hd-copy * {
	color: #fff;
}

.ow-process .hd-copy,
.ow-process .hd-copy * {
	color: #a5b6c8;
}

.ow-process__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 85px;
	margin-top: 58px;
}

.ow-process__steps article {
	position: relative;
	text-align: center;
}

.ow-process__steps article:not(:last-child)::after {
	position: absolute;
	top: 34px;
	right: -50px;
	width: 86px;
	height: 2px;
	background: #e30000;
	content: "";
}

.ow-process__steps strong {
	display: inline-flex;
	margin-bottom: 36px;
	color: #fff;
	font-size: 56px;
	font-weight: 800;
	line-height: 1;
}

.ow-process__steps img {
	position: absolute;
	top: -10px;
	right: 50px;
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.ow-card-grid--types {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ow-card-grid--types article {
	min-height: 245px;
	height: 100%;
}

.ow-card-grid--types strong {
	display: block;
	margin-bottom: 25px;
	color: #e30000;
	font-size: 20px;
	font-weight: 700;
}

.ow-card-grid--types article:nth-child(5),
.ow-card-grid--types article:hover {
	background: #081b2b;
}

.ow-card-grid--types article:nth-child(5) .hd-heading,
.ow-card-grid--types article:nth-child(5) .hd-copy,
.ow-card-grid--types article:nth-child(5) .hd-copy *,
.ow-card-grid--types article:hover .hd-heading,
.ow-card-grid--types article:hover .hd-copy,
.ow-card-grid--types article:hover .hd-copy * {
	color: #fff;
}

.ow-band-cta {
	padding: 36px 0;
	background: #081b2b;
}

.ow-band-cta__inner {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
}

.ow-band-cta__inner > img {
	width: 70px;
	height: 70px;
	object-fit: contain;
}

.ow-band-cta .hd-heading,
.ow-band-cta .hd-copy,
.ow-band-cta .hd-copy * {
	margin: 0;
	color: #fff;
}

.ow-band-cta .hd-copy,
.ow-band-cta .hd-copy * {
	color: #a5b6c8;
}

.ow-choose__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.ow-choose__grid article {
	min-height: 230px;
	padding: 28px;
	border: 1px solid #e8eaec;
	border-top: 2px solid #e30000;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.ow-choose__grid article:hover {
	border-color: transparent;
	border-top: 3px solid #e30000;
	box-shadow: 0 8px 24px rgba(149, 157, 165, 0.32);
	transform: translateY(-8px);
}

.ow-choose__grid .hd-step-number {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	margin-bottom: 28px;
	border: 1px solid #081b2b;
	border-radius: 6px;
	color: #081b2b;
	font-size: 20px;
	font-weight: 800;
}

.ow-faq {
	background: #fff;
}
.ow-card-grid.ow-card-grid--types .hd-motion-mask article .hd-copy.hd-copy--item , .ow-card-grid.ow-card-grid--types .hd-motion-mask article .hd-copy.hd-copy--item * {
    color: #3D424A;
}
.ow-card-grid.ow-card-grid--types .hd-motion-mask article:hover .hd-copy.hd-copy--item, .ow-card-grid.ow-card-grid--types .hd-motion-mask article:hover .hd-copy.hd-copy--item * {
    color: #A5B6C8;
}
.ow-process__steps .hd-motion-mask {
    overflow: initial;
}
.ow-process__steps article .hd-heading.hd-heading--item {
    font-size: 20px;
    margin-bottom: 12px;
}
.ow-process__steps article > strong {
    font-weight: 800;
    font-size: 76px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 32px;
}
.ow-process__steps article:after {
    content: "";
    position: absolute;
    right: -85px;
    top: 40px;
    width: 85px;
    height: 2px;
    background: #E30000;
}
.ow-process__steps .hd-motion-mask:nth-last-child(1) article:after {
    display: none;
}
.ow-process__steps article *, .ow-process__steps article {
    transition: 0.4s;
}
.ow-process__steps article:hover .hd-heading.hd-heading--item {
    color: #E30000;
}
.ow-inline-cta > div {
    max-width: 580px;
}

.ow-inline-cta > div .hd-heading.hd-heading--item, .ow-inline-cta > div .hd-heading.hd-heading--item * {
    font-size: 20px;
    margin-bottom: 8px;
}
.ow-card-grid.ow-card-grid--timing article:hover {
    box-shadow: 0px 8px 24px 0px #959DA533;
    border: 1px solid #E8EAEC;
}
.ow-card-grid.ow-card-grid--timing article {
    border: 1px solid #E8EAEC;
}
.ow-card-grid--timing > .hd-motion-mask article, .ow-card-grid--timing > .hd-motion-mask article * {
    transition: 0.4s;
}
.ow-card-grid--timing > .hd-motion-mask:nth-child(2) article {
    border: 1px solid #E8EAEC;
}

.ow-card-grid--timing > .hd-motion-mask article .hd-copy.hd-copy--item, .ow-card-grid--timing > .hd-motion-mask article .hd-copy.hd-copy--item * {
    color: #3D424A;
}











@media (max-width: 1100px) {

	.ow-process__steps article::after {
		display: none;
	}
}

@media (max-width: 700px) {

	.ow-inline-cta,
	.ow-band-cta__inner {
		grid-template-columns: 56px minmax(0, 1fr);
	}

	.ow-inline-cta .hd-button,
	.ow-band-cta .hd-button {
		grid-column: 1 / -1;
		width: 100%;
	}
}
