.vs-page {
	background: #fff;
}

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

.vs-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) 48%, rgba(8, 27, 43, 0.18) 100%);
	content: "";
}

.vs-hero__content {
	max-width: 660px;
}

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

.vs-service__grid,
.vs-delivery__grid,
.vs-details__grid {
	display: grid;
	gap: 0;
}

.vs-overview__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	align-items: start;
}

.vs-overview__gallery {
	display: grid;
	gap: 10px;
	height: 100%;
	grid-template-columns: 1fr 1fr;
}

.vs-overview__image {
	width: 100%;
	aspect-ratio: 1.35;
	object-fit: cover;
}

.vs-overview__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.vs-overview-card {
	min-height: 250px;
	padding: 30px;
	background: transparent;
	height: 100%;
}

.vs-service {
	background: #f7f8fa;
}

.vs-service__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vs-service-card,
.vs-delivery-card,
.vs-details-card {
	position: relative;
	overflow: hidden;
	min-height: 220px;
	padding: 30px;
	border: 1px solid #e8eaec;
	background: #fff;
}

.vs-service-card {
	display: flex;
	min-height: 370px;
	align-items: flex-end;
	color: #fff;
}

.vs-service-card::after {
}

.vs-service-card > div {
	position: relative;
	z-index: 2;
}

.vs-service-card__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vs-service-card .hd-heading,
.vs-service-card .hd-copy,
.vs-service-card .hd-copy * {
	color: #fff;
}

.vs-label {
	display: inline-flex;
	margin-bottom: 12px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.vs-service-card--feature {
	grid-row: span 2;
}

.vs-service-card .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;
}

.vs-delivery__grid,
.vs-details__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vs-delivery {
}

.vs-delivery .hd-heading,
.vs-delivery .hd-copy,
.vs-delivery .hd-copy * {
}

.vs-delivery-card {height: 100%;}

.vs-delivery-card .hd-step-number,
.vs-details-card .hd-step-number {
	display: inline-flex;
	margin-bottom: 24px;
	color: #e30000;
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
}

.vs-details-card {
	position: relative;
	padding: 0;
}

.vs-details-card__image {
	width: 100%;
	aspect-ratio: 1.45;
	object-fit: cover;
}

.vs-details-card .hd-step-number,
.vs-details-card .hd-heading,
.vs-details-card .hd-copy {
	margin-right: 30px;
	margin-left: 30px;
}

.vs-details-card .hd-step-number {
	margin-top: 28px;
}

.vs-process__media {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.vs-process__media img {
	width: 100%;
	height: 100%;
	min-height: 260px;
	object-fit: cover;
}

.vs-band-cta {
	background: #081b2b;
}

.vs-delivery .mt-inline-cta,
.vs-details .mt-inline-cta {
	margin-top: 10px;
}

.vs-band-cta + .vs-service,
.vs-band-cta + .vs-delivery,
.vs-band-cta + .vs-choose {
	padding-top: 90px;
}
.mt-process__media.vs-process__media {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-left: 30px;
    gap: 10px;
}
.mt-process__media::before {
    width: 20px;
    left: 0;
    right: auto;
    top: 0;
    height: 70%;
}
.mt-process__media::after {
    width: 20px;
    height: calc(30% - 10px);
    background: #081B2B;
}
.vs-process__media img:nth-child(1) {
    height: 200px;
}
.vs-overview__grid .hd-motion-mask {
    height: 100%;
}
.vs-overview__gallery img {
    height: 100%;
}
.vs-overview__gallery img:nth-child(1) {
    margin-top: 30px;
}
.vs-overview__gallery img:nth-child(2) {
    padding-bottom: 30px;
}
.vs-overview__gallery:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 5px);
    height: 20px;
    background: #E30000;
}
.vs-overview__gallery:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(50% - 5px);
    background: #081B2B;
    height: 20px;
}
.vs-overview-card .dg-eyebrow {
    gap: 15px;
}
.vs-overview__cards article.vs-overview-card .hd-heading.hd-heading--item, .vs-overview__cards article.vs-overview-card .hd-heading.hd-heading--item * {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 12px;
}
.vs-overview__cards article.vs-overview-card .hd-copy.hd-copy--item, .vs-overview__cards article.vs-overview-card .hd-copy.hd-copy--item * {
    color: #3D424A;
}
.vs-overview__cards .hd-motion-mask:nth-child(1) article.vs-overview-card, .vs-overview__cards .hd-motion-mask:nth-child(4) article.vs-overview-card {
    background: #FAFAFA;
}

article.vs-service-card.vs-service-card-repaeater {
    padding: 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
    border: none;
    background-color: #f7f8fa;
}

.vs-service-card_item_ {
    background-color: #fff;
    width: calc(100% - 55px);
    left: auto;
    box-shadow: 0px 8px 24px 0px #959DA533;
    height: 260px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.vs-service__grid .hd-motion-mask {
    overflow: initial;
}

.vs-service-card_item_ .vs-service-card-number {
    position: absolute;
    top: -25px;
    box-shadow: 0px 6.19px 18.58px 0px #D800001A;
    background: #E30000;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    right: 20px;
}

.vs-service-card_item_ .vs-label {
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    color: #D80000;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.vs-label:before {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    content: "";
    outline: 1px solid #DB6F6F;
    background: #E30000;
    outline-offset: 4px;
}

article.vs-service-card.vs-service-card-repaeater .vs-service-card_item_ .hd-heading.hd-heading--item {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #000E24;
    margin-bottom: 12px;
}

article.vs-service-card.vs-service-card-repaeater .vs-service-card_item_ .hd-copy.hd-copy--item, article.vs-service-card.vs-service-card-repaeater .vs-service-card_item_ .hd-copy.hd-copy--item * {
    color: #3D424A;
}

.vs-service__grid article.vs-service-card.vs-service-card--feature .hd-heading.hd-heading--item, .vs-service__grid article.vs-service-card.vs-service-card--feature .hd-heading.hd-heading--item * {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 12px;
}

.vs-service__grid article.vs-service-card.vs-service-card--feature .hd-copy.hd-copy--item {
    margin-bottom: 32px;
}

.vs-delivery__grid .hd-motion-mask:nth-child(1) article, .vs-delivery__grid .hd-motion-mask:nth-child(3) article, .vs-delivery__grid .hd-motion-mask:nth-child(6) article, .vs-delivery__grid .hd-motion-mask:nth-child(8) article {
    background-color: #FAFAFA;
}

.vs-delivery__grid .hd-motion-mask article.vs-delivery-card strong.hd-step-number {
    width: 48px;
    height: 48px;
    background-color: transparent;
    color: #081B2B;
    border: 1px solid #081B2B;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
}

.vs-delivery__grid .hd-motion-mask:nth-child(2) article.vs-delivery-card strong.hd-step-number, .vs-delivery__grid .hd-motion-mask:nth-child(4) article.vs-delivery-card strong.hd-step-number, .vs-delivery__grid .hd-motion-mask:nth-child(5) article.vs-delivery-card strong.hd-step-number, .vs-delivery__grid .hd-motion-mask:nth-child(7) article.vs-delivery-card strong.hd-step-number {
    border-color: #E30000;
    color: #E30000;
}

.vs-delivery__grid .hd-motion-mask .hd-copy.hd-copy--item, .vs-delivery__grid .hd-motion-mask .hd-copy.hd-copy--item * {
    color: #3D424A;
}

.vs-delivery__grid .hd-motion-mask .hd-heading.hd-heading--item, .vs-delivery__grid .hd-motion-mask .hd-heading.hd-heading--item * {
    font-size: 20px;
    margin-bottom: 12px;
}
.vs-service__grid {
    gap: 10px;
}
section.hd-section.vs-delivery .mt-inline-cta {
    background: #081B2B;
}
section.hd-section.vs-delivery .mt-inline-cta .hd-copy.hd-copy--accent h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 8px;
}
section.hd-section.vs-delivery .mt-inline-cta .hd-copy.hd-copy--accent p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #A5B6C8;
}
section.hd-section.vs-details {
    background: #081B2B;
}
section.hd-section.vs-details .hd-motion-mask .st-section-header .hd-heading.hd-heading--section {
    color: #fff;
}
section.hd-section.vs-details .hd-motion-mask .st-section-header .hd-copy.hd-copy--section, section.hd-section.vs-details .hd-motion-mask .st-section-header .hd-copy.hd-copy--section * {
    color: #A5B6C8;
    margin: 0;
}
.hd-container.mt-process__grid.vs-process__grid {
    grid-template-columns: 1fr 1fr;
    display: grid;
    align-items: start;
    align-content: start;
}

.hd-container.mt-process__grid.vs-process__grid > .hd-motion-mask {
    height: 100%;
}

.vs-process__media img:nth-child(2) {
    max-height: 450px;
}
section.hd-section.vs-details {}

section.hd-section.vs-details .mt-inline-cta {
    margin-top: 48px;
    background: #142737;
}

section.hd-section.vs-details .mt-inline-cta .hd-copy.hd-copy--accent h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 8px;
}

section.hd-section.vs-details .mt-inline-cta .hd-copy.hd-copy--accent  p {
    color: #A5B6C8;
}

.vs-details article.vs-details-card {
    background-color: transparent;
    border: none;
    position: relative;
    overflow: inherit;
}

.vs-details__grid {
    gap: 10px;
    margin-top: 48px;
}

.vs-details article.vs-details-card .hd-step-number {
    background: #E30000;
    box-shadow: 0px 6.19px 18.58px 0px #D800001A;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    position: absolute;
    top: -50px;
    color: #fff;
    right: 0;
}

.vs-details__grid .hd-motion-mask {
    overflow: initial;
}

.vs-details-card__image {
    height: 280px;
}

.vs-details article.vs-details-card .hd-heading.hd-heading--item, .vs-details article.vs-details-card .hd-heading.hd-heading--item * {
    margin: 22px 0 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}

.vs-details article.vs-details-card .hd-copy.hd-copy--item, .vs-details article.vs-details-card .hd-copy.hd-copy--item * {
    margin: 0;
}

@media (max-width: 1100px) {
	.vs-overview__grid,
	.vs-service__grid,
	.vs-overview__cards,
	.vs-delivery__grid,
	.vs-details__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vs-overview-card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.vs-hero {
		min-height: 560px;
	}

	.vs-overview__grid,
	.vs-service__grid,
	.vs-overview__cards,
	.vs-delivery__grid,
	.vs-details__grid,
	.vs-process__media {
		grid-template-columns: 1fr;
	}
}
