:root {
	--swiper-navigation-color: #CED4D8;
	--bs-light-rgb: 245, 246, 247;
	--bs-dark-rgb: 11, 38, 58;
}
.container {
	--bs-gutter-x: 3rem;
}

body {
	font-family: 'Inter', sans-serif;
	color: #050504;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
}

img {
	max-width: 100%; height: auto;
}

label {
	cursor: pointer;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	display: none;
}

.vs-social a {
	width: 32px; height: 32px;
	background-color: #3C5161;
	border-radius: 100%;
}
.vs-social img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(30%) hue-rotate(273deg) brightness(106%) contrast(107%);
}

.wpcf7 {
	line-height: 16px;
	font-size: 15px; font-weight: 600;
}
.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	margin: 8px 0 0 0;
}
.wpcf7 .form-control {
	padding: 12px;
	line-height: 16px;
	background-color: #FFFFFF;
	border: 1px solid #FF436C;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	color: #000000;
}
.wpcf7 .form-control:placeholder-shown {
	background-color: #F5F6F7;
	border: 1px solid transparent;
	color: #9DA8B0;
}
.wpcf7 .form-control:focus {
	border-color: #FF436C;
}
.wpcf7 .wpcf7-submit {
	padding: 20px 0;
	width: 100%;
	line-height: 16px;
	background-color: #FF436C;
	border: 0;
	font-size: 13px; font-weight: 700;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}

.vs-header {
	padding: 34px 0;
}
.vs-header .vs-menu {
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.1em;
	color: #3C5161;
}
@media (max-width: 991px) {
	.vs-header .vs-menu {
		position: absolute;
		z-index: 1;
		top: calc(100% + 34px); right: 0; left: 0;
		padding: 16px;
		background-color: #fff;
	}
}
.vs-header .vs-menu ul {
	margin: 0; padding: 0;
	list-style: none;
}
.vs-header .vs-menu .submenu {
	display: none;
}
@media (min-width: 992px) {
	.vs-header .vs-menu li:not(:last-child) {
		margin: 0 40px 0 0;
	}
	.vs-header .vs-menu .current-menu-item a, .vs-header .vs-menu a:hover {
		padding: 0 0 8px 0;
		border-bottom: 2px solid #0B263A;
	}
}
@media (max-width: 991px) {
	.vs-header .vs-menu li:not(:last-child) {
		margin: 0 0 16px 0;
	}
	.vs-header .vs-menu .current-menu-item a {
		padding: 0 0 8px 0;
		border-bottom: 2px solid #0B263A;
	}
}

.single .vs-main {
	margin: 40px 0 0 0;
}

.vs-hero-1:not(:last-child) {
	margin: 0 0 120px 0;
}
.vs-hero-1 .vs-image img {
	height: 800px;
}
.vs-hero-1 .vs-details {
	max-width: 60%;
}
.vs-hero-1 .vs-box {
	background-color: #fff;
	box-shadow: 0px 8px 128px rgba(0, 0, 0, 0.08);
}
.vs-hero-1 .vs-information {
	padding: 64px 80px 32px 40px;
}
.vs-hero-1 .vs-name {
	margin: 0 0 24px 0;
	line-height: 24px;
	font-size: 20px; font-weight: 600;
	color: #FF436C;	
}
.vs-hero-1 .vs-heading {
	margin: 0 0 24px 0;
	font-weight: 800;
	color: #0B263A;
}
.vs-hero-1 .vs-description {
	line-height: 32px;
	font-size: 18px;
	color: #3C5161;	
}
.vs-hero-1 .vs-link a {
	padding: 20px 32px;
	line-height: 16px;
	letter-spacing: 0.1em;
	background-color: #FF436C;
	font-size: 13px; font-weight: 700;
	color: #FFF;	
}
@media (min-width: 576px) {
	.vs-hero-1 .vs-heading {
		line-height: 64px;
		font-size: 48px;
	}
}
@media (max-width: 575px) {
	.vs-hero-1 .vs-heading {
		line-height: 32px;
		font-size: 24px;
	}
}

.vs-hero-2 {
	padding: 120px 0 100px 0;
	color: #FFFFFF;
}
.vs-hero-2 .vs-image img {
	object-fit: cover;
}
.vs-hero-2 .vs-heading {
	margin: 0 0 24px 0;
	line-height: 64px;
	font-size: 48px; font-weight: 800;
}
.vs-hero-2 .vs-description {
	margin: 0 0 24px 0;
	font-size: 18px;
	line-height: 32px;
}
.vs-hero-2 .vs-link a {
	padding: 20px 32px;
	line-height: 16px;
	background-color: #FF436C;
	font-size: 13px; font-weight: 700;
	letter-spacing: 0.1em;
}

.vs-services .vs-heading {
	margin: 0 0 40px 0;
	line-height: 24px;
	font-size: 40px; font-weight: 800;
}
.vs-services .vs-image img {
	object-fit: cover;
}
.vs-services .vs-details {
	padding: 120px 0;
}
.vs-services .vs-icon {
	margin: 0 0 32px 0;
}
.vs-services .vs-title {
	margin: 0 0 8px 0;
	line-height: 24px;
	font-size: 20px; font-weight: 700;
}
.vs-services .vs-description {
	margin: 0 0 24px 0;
	line-height: 28px;
}
.vs-services .vs-link a {
	padding: 16px 32px;
	line-height: 16px;
	border: 2px solid;
}

.vs-transactions {
	padding: 120px 0;
}
.vs-transactions .vs-heading {
	margin: 0 0 8px 0;
	line-height: 56px;
	font-size: 40px; font-weight: 800;
	color: #0B263A;
}
.vs-transactions .vs-description {
	margin: 0 0 32px 0;
	line-height: 24px;
	color: #3C5161;	
}
.vs-transactions .swiper {
	margin: 0 48px;
}
.vs-transactions .vs-item {
	width: 264px;
	height: 220px;
	background-color: #F5F6F7;
	border: 4px solid transparent;
}
.vs-transactions .vs-item:hover {
	border-color: #FF436C;
}

.vs-achievements {
	padding: 120px 0;
	background-color: #0B263A;
	color: #fff;
}
@media (min-width: 576px) {
	.vs-achievements .vs-grid {
		background: center / cover no-repeat url(../images/grid.svg);
	}
}
.vs-achievements .vs-box {
	padding: 32px 0;
}
.vs-achievements .vs-heading {
	margin: 0 0 24px 0;
	line-height: 36px;
	font-size: 24px; font-weight: 700;
}
.vs-achievements .vs-description {
	margin: 0 0 22px 0;
	line-height: 32px;
}
.vs-achievements .vs-link {
	line-height: 32px;
	font-size: 18px; font-weight: 700;
}
.vs-achievements .vs-label {
	margin: 0 0 16px 0;
	line-height: 32px;
	font-size: 18px; font-weight: 700;
}
.vs-achievements .vs-value {
	line-height: 32px;
	font-size: 64px; font-weight: 500;
	color: #FF436C;	
}

.vs-offices {
	padding: 120px 0;
}
.vs-offices .vs-heading {
	margin: 0 0 32px 0;
	line-height: 56px;
	font-size: 40px; font-weight: 800;
	color: #0B263A;
}
.vs-offices .vs-icon {
	margin: 0 0 16px 0;
}
.vs-offices .vs-title {
	margin: 0 0 8px 0;
	line-height: 24px;
	font-size: 18px; font-weight: 700;
	letter-spacing: 0.1em;	
	color: #0B263A;
}
.vs-offices .vs-description {
	margin: 0 0 8px 0;
	line-height: 24px;
	color: #3C5161;
}
.vs-offices .vs-email {
	margin: 0 0 16px 0;
	line-height: 24px;
	color: #33BBFF;
}
.vs-offices .vs-map {
	font-size: 15px; font-weight: 600;
	line-height: 16px;	
	color: #3C5161;
}

.vs-back-link {
	margin: 0 0 70px 0;
	line-height: 16px;
	font-size: 14px; font-weight: 500;
	letter-spacing: 0.1em;
	color: #FF436C;
}
.vs-back-link a {
	text-decoration-line: underline;
}

.vs-introduction {
	margin: 0 0 64px 0;
}
.vs-introduction .vs-heading {
	line-height: 56px;
	font-size: 40px; font-weight: 800;
	color: #0B263A;
}
.vs-introduction .vs-description {
	line-height: 24px;
	color: #3C5161;
}

.vs-steps {
	margin: 0 0 120px 0;
}
.vs-steps .vs-item {
	padding: 40px 25px;
	border: 2px solid #6D7D89;
}
.vs-steps .vs-step {
	margin: 0 0 20px 0;
}
.vs-steps .vs-label {
	line-height: 24px;
	font-size: 20px; font-weight: 600;
	color: #0B263A;
}
.vs-steps .vs-number {
	line-height: 58px;
	font-size: 48px; font-weight: 700;
	color: #F5F6F7;
}
.vs-steps .vs-list {
	margin: 0; padding: 0;
	list-style: none;
	line-height: 28px;
	font-size: 15px;
	color: #3C5161;
}
.vs-steps .vs-list li::before {
	content: "•";
	margin: 0 0.5rem 0 0;
}

.vs-features {
	padding: 80px 0;
	background-color: #F5F6F7;
	letter-spacing: 0.1em;	
}
.vs-features .vs-target {
	margin: 0 0 4px 0;
	line-height: 24px;
	font-size: 18px; font-weight: 700;
	color: #0B263A;
}
.vs-features .vs-result {
	line-height: 16px;
	font-size: 14px;
	color: #6D7D89;
}

.vs-transaction-single {
	margin: 0 0 120px 0;
	background-color: #F5F6F7;
}
@media (min-width: 1400px) {
	.vs-transaction-single .vs-details {
		padding: 40px 40px 56px 120px;
	}
}
@media (max-width: 1399px) {
	.vs-transaction-single .vs-details {
		padding: 40px 40px 56px 40px;
	}
}
.vs-transaction-single .vs-logo {
	margin: 0 0 40px 0;
}
.vs-transaction-single .vs-heading {
	margin: 0 0 12px 0;
	line-height: 24px;
	font-size: 16px; font-weight: 700;
	color: #0B263A;
}
.vs-transaction-single .vs-description {
	margin: 0 0 40px 0;
	line-height: 28px;
	color: #3C5161;
}
.vs-transaction-single dl {
	margin: 0;
}
.vs-transaction-single dt {
	margin: 0 0 8px 0;
	line-height: 16px;
	font-weight: 500;
	color: #000000;
}
.vs-transaction-single dd {
	margin: 0;
	line-height: 16px;
	font-weight: 700;	
	color: #FF436C;
}

.vs-team {
	padding: 120px 0;
}
.vs-team .vs-heading {
	margin: 0 0 8px 0;
	line-height: 56px;
	font-size: 40px; font-weight: 800;
	color: #0B263A;
}
.vs-team .vs-description {
	margin: 0 0 32px 0;
	line-height: 24px;
	color: #3C5161;	
}
.vs-team .vs-image {
	margin: 0 0 24px 0;
}
.vs-team .vs-details {
	margin: 0 0 24px 0;
}
.vs-team .vs-name {
	margin: 0 0 8px 0
	line-height: 24px;
	font-size: 20px; font-weight: 700;
	color: #0B263A;
}
.vs-team .vs-role {
	line-height: 16px;
	color: #6D7D89;
}
.vs-team .vs-description {
	line-height: 28px;
	font-size: 15px;
	color: #3C5161;
}

.vs-contact {
	padding: 120px 0;
}
.vs-contact .vs-image {
	margin: 0 0 32px 0;
}
.vs-contact .vs-locations {
	margin: 0 0 64px 0;
}
.vs-contact .vs-locations dl {
	margin: 0;
}
.vs-contact .vs-locations dt {
	margin: 0 0 8px 0;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #0B263A;
}
.vs-contact .vs-locations dd {
	margin: 0;
	line-height: 24px;
	font-size: 15px;
	color: #3C5161;
}
.vs-contact .vs-details {
	margin: 0 0 16px 0;
	line-height: 24px;
	color: #3C5161;
}
.vs-contact .vs-details a {
	color: #FF436C;
}
.vs-contact .vs-heading {
	margin: 0 0 24px 0;
	line-height: 40px;
	font-size: 40px; font-weight: 800;
	color: #0B263A;
}
.vs-contact .vs-description {
	margin: 0 0 32px 0;
	line-height: 16px;
	font-size: 15px;
	color: #3C5161;
}

.vs-singular {
	padding: 60px 0;
}
.vs-singular .vs-title {
	margin: 0 0 40px 0;
	line-height: 24px;
	font-size: 32px; font-weight: 600;
	color: #0B263A;
}
.vs-singular .vs-content {
	line-height: 32px;
	color: #3C5161;
}
.vs-singular .vs-content h1,
.vs-singular .vs-content h2,
.vs-singular .vs-content h3,
.vs-singular .vs-content h4,
.vs-singular .vs-content h5,
.vs-singular .vs-content h6 {
	font-size: 24px;
}

.vs-footer {
	padding: 80px 0;
	background-color: #0B263A;
	letter-spacing: 0.1em;
}
.vs-footer .vs-widgets {
	margin: 0 0 48px 0; padding: 0 0 64px 0;
	line-height: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	font-size: 14px;
	color: #FFFFFF;
}
.vs-footer .vs-widgets .vs-heading, .vs-footer .vs-widgets .widgettitle {
	margin: 0 0 24px 0;
	line-height: 24px;
	font-size: 16px; font-weight: 700;
}
.vs-footer .vs-widgets ul {
	margin: 0; padding: 0;
	list-style: none;
	line-height: 16px;
}
.vs-footer .vs-widgets li:not(:last-child), .vs-footer .vs-widgets p:not(:last-child) {
	margin: 0 0 24px 0;
}
.vs-footer .vs-information {
	line-height: 16px;
	font-size: 13px;
	color: #CED4D8;
}
.vs-footer .vs-menu ul {
	margin: 0; padding: 0;
	list-style: none;
}
.vs-footer .vs-menu li:not(:last-child)::after {
	content: "·";
	margin: 0 0.35rem;
}
.vs-footer .vs-menu .submenu {
	display: none;
}

.vs-team .container * {
	display: none;
}