body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
}

h1, h2, h3 {
	margin: 0 0 24px;
}

h1, .elementor-widget-heading h1 {
	font-family: "Urbanist", Sans-serif;
	font-size: 38px;
	line-height: 48px;
	font-weight: bold;
	color: #001E39;
}

h2, .elementor-widget-heading h2 {
	font-family: "Urbanist", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
	color:#001e39 !important;
}

h3, .elementor-widget-heading h3 {
	font-size: 35px;
	line-height: 45px;
	font-weight: 600;
}

h4, .elementor-widget-heading h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	font-family: "Urbanist", Sans-serif;
}
h5, .elementor-widget-heading h5 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	font-family: "Urbanist", Sans-serif;
}

p {
	margin: 0 0 28px;
}

p:last-child {
	margin-bottom: 0;
}

ul, ol {
	margin: 0 0 28px;
	padding: 0 0 0 24px;
}

ul:last-child,
ol:last-child {
	margin-bottom: 0;
}

a {
	color: var( --e-global-color-primary );
	transition: .25s;
}

a:active, a:hover {
	color: #68c7fc;
}

.elementor-form input[type=text],
.elementor-form input[type=number],
.elementor-form input[type=email],
.elementor-form input[type=tel],
.elementor-form textarea {
	-webkit-appearance: none;
}

.elementor-button.elementor-size-sm {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.elementor-button.elementor-size-sm:before,
.elementor-button.elementor-size-sm:after {
	content: "";
	position: absolute;
	top: -28px;
	bottom: -28px;
	z-index: -1;
	border-radius: 50%;
	opacity: 0;
	transition: .25s;
}
.elementor-button.elementor-size-sm:before {
	left: 13%;
	right: 13%;
	background: rgba(43, 89, 195, 0.6);
}
.elementor-button.elementor-size-sm:after {
	left: 18%;
	right: 18%;
	background: #2B59C3;
}

.elementor-button.elementor-size-sm:active:before,
.elementor-button.elementor-size-sm:active:after {
	opacity: 1;
}

.elementor-button.elementor-size-sm:focus:not(:active):before {
	background: #2B59C3;
	left: 28%;
	right: 28%;
	opacity: 1;
}

.elementor-size-xs .elementor-button-text {
	transition: .25s;
	transform-origin: left center;
}
.elementor-size-xs:hover .elementor-button-text {
	color: #5B8DFF;
}

input[type=submit]:focus,
button:focus {
	outline: none;
}

blockquote {
	font-size: 28px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 0 32px;
}
blockquote:last-child {
	margin-bottom: 0;
}

.elementor-section-boxed .elementor-container {
	padding: 0 10px;
}
.elementor-inner-section .elementor-container {
	padding: 0;
	margin-left: -10px;
	margin-right: -10px;
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
	border: 0;
}

.elementor-button.elementor-size-sm {
	min-width: 280px;
}

h1, .elementor-widget-heading h1 {
		font-size: 50px !important;
		line-height: 74px;
	}

@media (min-width: 768px) {
	br.mb {
		display: none;
	}
}

@media (min-width: 1025px) {
	body {
		font-size: 18px;
		line-height: 30px;
	}

	h1, .elementor-widget-heading h1 {
		font-size: 50px;
		line-height: 74px;
	}

	h2, .elementor-widget-heading h2 {
		font-size: 42px;
		line-height: 52px;
	}

	blockquote {
		font-size: 36px;
	}

	.elementor-button.elementor-size-sm {
		min-width: 360px;
	}
}

.elementor-field-type-select .elementor-field {
	display: block;
}

.select2-container {
	font-family: 'Libre Baskerville', serif;
}
form .select2-container {
	width: 100% !important;
}
.select2-container .selection {
	display: block;
}
.select2-container .select2-selection--single {
	height: 48px;
	border: solid #C4C4C4;
	border-width: 0 0 1px 0;
	border-radius: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	line-height: 48px;
	color: var( --e-global-color-secondary );
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-1.5' x2='10.6535' y2='-1.5' transform='matrix(0.734722 0.678368 -0.734722 0.678368 0.195801 6.36816)' stroke='%232B59C3' stroke-width='3'/%3E%3Cline y1='-1.5' x2='10.6535' y2='-1.5' transform='matrix(-0.734722 0.678368 0.734722 0.678368 15.8506 6.36816)' stroke='%232B59C3' stroke-width='3'/%3E%3C/svg%3E") right center / 17px 17px no-repeat;
	height: 47px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--open .select2-dropdown {
	margin-top: 8px;
	border: 0;
	border-radius: 20px;
	box-shadow: 0 4px 20px 0px rgb(0 0 0 / 10%);
}
.select2-container .select2-results > .select2-results__options {
	padding: 10px 0;
	max-height: 320px;
}
.select2-container .select2-results .select2-results__option {
	padding: 10px 20px;
	cursor: pointer;
}
.select2-container .select2-results .select2-results__option:hover {
	background: var( --e-global-color-c11d8df );
}
.select2-container .select2-results .select2-results__option[aria-selected=true] {
	color: var( --e-global-color-primary );
}

.hero {
	overflow: hidden;
}
.hero .hero-container {
	position: relative;
	z-index: 1;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

.hero img {
	display: block;
	width: 100%;
}
.hero img {
	object-fit: cover;
	object-position: 50% 40%;
}

.hero article p {
	font-weight: 500;
}

@media (min-width: 768px) {
	.hero img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}

	.hero .hero-container {
		display: flex;
	}

	.hero img {
		height: 420px;
	}

	.hero article {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		max-width: 480px;
		min-height: 420px;
	}
}

@media (min-width: 1025px) {
	.hero {
		width: 100%;
		aspect-ratio: 3 / 1;
	}
	.hero img {
		aspect-ratio: 3 / 1;
		height: auto;
	}

	.hero-container {
		min-height: 100%;
	}
	.hero article {
		max-width: 680px;
	}
	.hero article p {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.hero img {
		aspect-ratio: 16 / 10;
		object-fit: cover;
		object-position: 85% 50%;
	}
	.hero article {
		padding: 20px 0;
		text-align: center;
	}
}

.valueprop-popup {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(0 0 0 / 40%);
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	transition: .25s;
}
.valueprop-popup:not(.show) {
	opacity: 0;
	pointer-events: none;
}
.valueprop-popup__wrap {
	background: #fff;
	border-radius: 20px;
	width: 100%;
	max-width: 580px;
	padding: 48px 40px 48px 30px;
	position: relative;
}
.valueprop-popup__close {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 22px;
	height: 22px;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.38409 1.1739L21 21M20.6159 1L1 20.8261' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
	cursor: pointer;
}

.valueprop-popup__content {
	text-align: center;
}
.valueprop-popup__content .elementor-icon {
	font-size: 58px;
	margin: 0 0 16px;
}
.valueprop-popup__content .elementor-icon-box-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	position: relative;
}
.valueprop-popup__content .elementor-icon-box-description {
	margin: 0;
}

@media (min-width: 1025px) {
	.valueprop-popup__content {
		display: grid;
		grid-template-columns: 30% 1fr;
		grid-gap: 0 28px;
	}

	.valueprop-popup__content .elementor-icon-box-title {
		grid-column: 1;
		margin: 0;
	}

	.valueprop-popup__content .elementor-icon-box-description {
		grid-column: 2;
		grid-row: span 2 / 1;
		text-align: left;
		padding-left: 32px;
		border-left: 1px solid #000;
		display: flex;
		align-items: center;
	}
}

@media (max-width: 1025px) {
	.valueprop-popup__content .elementor-icon-box-title {
		margin: 0 0 16px;
		padding: 0 0 16px;
	}
	.valueprop-popup__content .elementor-icon-box-title:after {
		content: "";
		position: absolute;
		left: calc(50% - 60px);
		bottom: 0;
		width: 120px;
		height: 1px;
		background: #000;
	}
}

.steps {
	list-style: none;
	counter-reset: steps;
	margin: 0;
	padding: 0;
	overflow: auto;
}
.steps li {
	position: relative;
}
.steps li:before {
	content: counter(steps);
	counter-increment: steps;
	background: #EDF5FF;
	width: 96px;
	font-size: 60px;
	font-weight: bold;
	line-height: 96px;
	color: var( --e-global-color-primary );;
	text-align: center;
	border-radius: 50%;
	display: block;
	margin: 0 auto 48px;
}
.steps li:not(:last-child):after {
	content: "";
	position: absolute;
	left: 48px;
	top: 48px;
	background: var( --e-global-color-primary );
	width: 2px;
	height: 100%;
	z-index: -1;
}
.steps h3 {
	font-weight: bold;
	font-family: "Urbanist", Sans-serif;
    font-size: 26px;
    line-height: 36px;
    color: #001E39;
	margin: 0 0 8px;
}
.steps p {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.steps p a {
	font-weight: 700;
}

.steps-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 16px 0 0;
	padding: 0;
}
.steps-nav button {
	background: #DADADA;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	padding: 0;
	border:  0;
	border-radius: 50%;
}
.steps-nav .active {
	background: #000;
}

@media (min-width: 768px) {
	.steps li {
		padding-left: 136px;
	}
	.steps li + li {
		margin: 40px 0 0;
	}
	.steps li:before {
		position: absolute;
		left: 0;
		top: 0;
	}

	.steps-nav {
		display: none;
	}
}

@media (max-width: 767px) {
	.steps {
		display: flex;
		text-align: center;
		margin: 0 -20px;
		scroll-snap-type: x mandatory;
	}
	.steps li {
		width: 100vw;
		flex-shrink: 0;
		padding: 0 32px 8px;
		scroll-snap-align: center;
	}
	.steps li h3 {
		margin-top: auto;
	}
	.steps li p {
		padding: 0 24px;
		margin-bottom: auto;
	}
	.steps li:not(:last-child):after {
		left: 50%;
		height: 2px;
		width: 100%;
	}
}

.achievements {
	max-width: 1030px;
	margin: 0 auto;
	position: relative;
	color: var( --e-global-color-secondary );
}

.achievement {
	font-size: 18px;
	font-weight: bold; 
	font-family: "Poppins", Sans-serif;
	
}
.achievement h3 {
	font-family: "Urbanist", Sans-serif;
    font-size: 35px !important;
    font-weight: 600;
    line-height: 45px;
	margin: 0 0 4px;
	position: relative;
}
.achievement h3:after {
	content: "";
	display: block;
	background: #2b59c3; 
	width: 60%;
	height: 3px;
	margin: 4px 0 0;
}

@media (min-width: 1025px) {
	.achievements {
		height: 500px;
	}

	.achievement {
		position: absolute;
		background: #EDF5FF;
		padding: 32px 24px 32px 32px;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
		border-radius: 20px;
		min-width: 160px;
		cursor: pointer;
		transform-origin: left top;
		transition: .25s;
	}
	.achievement:not(:first-child) {
		font-size: 18px;
	}

	.achievement:hover {
		background: #001E39;
		color: #fff;
		transform: scale(1.2);
		z-index: 1;
	}

	.achievement:nth-child(1) {
		left: 77%;
		bottom: 14%;
	}
	.achievement:nth-child(2) {
		min-width: 200px;
		left: 0;
		top: 0;
	}
	.achievement:nth-child(3) {
		width: 250px;
		left: 2%;
		bottom: 0;
	}
	.achievement:nth-child(4) {
		width: 250px;
		left: 48%;
		top: 4%;
	}
	.achievement:nth-child(5) {
		width: 210px;
		left: 33%;
		bottom: 8%;
	}

	.achievement:not(:first-child) h3 {
		font-size: 32px;
		line-height: 36px;
	}

	.achievements img {
		position: absolute;
		filter: brightness(0.6);
		border-radius: 20px;
		transition: .25s;
	}
	.achievements img:nth-of-type(1) {
		width: 250px;
		top: 22%;
		left: 21%;
	}
	.achievements img:nth-of-type(2) {
		width: 250px;
		left: 76%;
		top: 8%;
	}
	.achievements img:nth-of-type(3) {
		width: 160px;
		top: 48%;
		left: 57%;
	}

	.achievements img:hover {
		width: 320px;
		filter: brightness(1);
	}
}
@media (max-width: 1025px) {
	.achievements {
		margin: 0 -10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px;
	}
	.achievements img {
		display: none;
	}
	.achievement {
		box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
		border-radius: 12px;
		width: calc(50% - 8px);
		padding: 24px 8px 24px 24px;
	}
}

.postmeta .post-categories {
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.7px;
	max-height: 72px;
	overflow: hidden;
}
.post-categories a {
	display: inline-block !important;
	border: 1px solid var( --e-global-color-primary );
	border-radius: 20px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.7px;
	padding: 3px 10px;
}
.post-categories a:hover {
	background: var( --e-global-color-primary );
	color: #fff;
}

.blogposts {
	max-width: 1160px;
	margin: 0 auto;
}
.blogposts.grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	grid-gap: 64px 48px;
}
.blogposts .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper {
	display: flex;
	justify-content: space-between;
}
.blogposts .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper article {
	width: 30%;
	min-width: 280px;
}

.blogposts article {
	font-size: 16px;
	line-height: 1.5;
	height: auto;
	padding-bottom: 24px;
}
.blogposts .thumb {
	display: block;
	position: relative;
	margin: 0 0 16px;
	max-height: 460px;
}
.blogposts .thumb:before {
	content: "";
	display: block;
	padding: 36% 0;
	pointer-events: none;
}
.blogposts .thumb img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.blogposts h4 {
	font-family: "Urbanist", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
	letter-spacing: 0.7px;
	margin-bottom: 16px;
	color: #001E39 !important;
	
}
.blogposts h4:last-child {
	margin-bottom: 0;
}
.blogposts h4 a {
	color: inherit;
}
.blogposts p {
	display: -webkit-box;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin: 0 0 16px;
}
.blogposts p:last-child {
	margin-bottom: 0;
}
.blogposts .readnow {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	text-decoration: underline;
	text-transform: uppercase;
}
.blogposts .swiper-pagination {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 48px 0 0;
}
.blogposts .swiper-pagination .swiper-pagination-bullet {
	background: #000;
	width: 10px;
	height: 10px;
}

.blogposts:not(.grid) > article + article {
	margin-top: 56px;
}

.blogposts article .postmeta {
	margin: 0 0 16px;
}

.postmeta.align-center {
	text-align: center;
}
.postmeta.align-center .post-categories {
	justify-content: center;
}

.postmeta > a {
	font-size: 16px;
	white-space: nowrap;
	margin: 0 0 8px;
}
.postmeta b a {
	color: inherit;
}

@media (min-width: 1025px) {
	.blogposts > article .thumb {
		margin: 0 0 24px;
	}
	.blogposts > article h3 {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.blogposts h4 {
		font-size: 20px;
	}
}

.elementor-accordion .elementor-accordion-item {
	border: 0;
	padding: 16px 0;
}
.elementor-accordion .elementor-tab-title {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	width: auto;
	color: var( --e-global-color-accent );
	margin-left: 24px;
}
.elementor-accordion .elementor-tab-content {
	padding: 24px 0 0;
	border: 0;
}
.elementor-accordion .elementor-tab-content a {
	font-weight: 600;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
		margin: 8px 0;
	}
}
@media (max-width: 767px) {
	.elementor-accordion .elementor-accordion-item {
		border-bottom: 1px solid #DADADA;
	}
	.elementor-accordion .elementor-tab-title {
		font-size: 18px;
	}
	.elementor-accordion .elementor-tab-content {
		padding: 10px 0 0;
	}
}

input[type=range] { 
	-webkit-appearance: none;
	background: transparent;
	height: 20px;
}
input[type=range]::-webkit-slider-runnable-track {
	height: 2px;
	background: rgb(5 47 70 / 0.4);
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #08C195;
	margin: -9px 0;
	position: relative;
	z-index: 10;
}

.range-wrap {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.range-wrap h4 {
	font-size: 20px;
	font-weight: bold;
	color: var( --e-global-color-primary );
}
.range-wrap input {
	display: block;
	width: 100%;
	margin: 0 0 5px;
}
.range-progress {
	position: absolute;
	left: 0;
	bottom: 33.5px;
	height: 2px;
	background: #052F46;
}
.range-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color: rgba(0, 41, 64, 0.5)
}

.cards {
	max-width: 880px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}
.card {
	display: flex;
	align-items: center;
	background: #EDF5FF;
	min-height: 208px;
	border-radius: 20px;
	overflow: hidden;
	transition: .25s;
}
.card:hover {
	background: #D6E7FF;
	color: var( --e-global-color-primary );
}
.card figure {
	width: 42%;
}
.card figure:not(.align-middle) {
	align-self: flex-end;
}
.card figure svg {
	max-width: 100%;
	height: auto;
	display: block;
}
.card h3 {
	font-family: "Urbanist", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
	margin: 16px;
	flex-grow: 1;
	text-align: center;
}

.card svg g {
	transition: .3s;
}

.card .creditcards g:first-child {
	transform-origin: left;
}
.card:hover .creditcards g:first-child {
	transform: rotate(8deg);
}
.card:hover .creditcards g:last-child {
	transform: rotate(-4deg) translateX(-8px);
}

.card:hover .truck g:first-child {
	transform: translateX(44px);
}

.card:hover .savings .coin-1 {
	transform: rotate(-45deg);
}
.card:hover .savings .coin-2 {
	transform: rotate(16deg) translate(22px, 4px);
}
.card:hover .savings .coin-3 {
	transform: rotate(6deg) translate(-5px, -30px);
}

.card .education g {
	transform-origin: right;
}
.card:hover .education g {
	transform: rotate(8deg);
}

@media (max-width: 1025px) {
	.cards {
		grid-gap: 16px;
	}
}

@media (max-width: 767px) {
	.cards {
		grid-template-columns: 1fr;
	}
	.card {
		min-height: 150px;
	}
	.card h3 {
		font-size: 20px;
		line-height: 1.5;
	}
}

.stories {
	margin: 0 0 16px;
}
.stories-tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	text-align: center;
	max-width: 924px;
	margin: 0 auto 48px;
	padding: 0;
	font-size: 18px;
	line-height: 32px;
}
.stories-tabs li a {
	position: relative;
	display: block;
	font-weight: 500;
	color: var( --e-global-color-secondary );
	border-radius: 20px;
}

.stories .swiper-container {
	overflow: visible;
	max-width: 440px;
	margin: 0 auto;
}
.stories .swiper-container:not(.active) {
	display: none;
}
.stories .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.3;
	transform: scale(0.9);
}
.stories article {
	border-radius: 20px;
	padding: 32px;
	box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
	text-align: center;
}
.stories article img {
	display: block;
	width: auto;
	height: 72px;
	margin: 0 auto 20px;
}
.stories article .text {
	max-width: 290px;
	font-family: "Poppins", Sans-serif;
	margin: 0 auto;
	line-height: 1.5;
	font-weight:400;
}
.stories article h4 {
	font-family: "Urbanist", Sans-serif;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 30px;
	font-style: italic;
	margin: 0;
	color:#2b59c3 !important;
}
.stories nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 32px 0 0;
}
.stories nav .swiper-button-prev,
.stories nav .swiper-button-next {
	background: var( --e-global-color-secondary ) center / 12px 19px no-repeat;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	position: static;
	margin: 0;
	position: absolute;
	top: calc(50% - 50px);
}
.stories nav .swiper-button-prev:after,
.stories nav .swiper-button-next:after {
	display: none;
}
.stories nav .swiper-button-prev {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-1.5' x2='13.0863' y2='-1.5' transform='matrix(-0.687742 -0.725955 -0.687742 0.725955 9 19)' stroke='white' stroke-width='3'/%3E%3Cline y1='-1.5' x2='13.0863' y2='-1.5' transform='matrix(-0.687742 0.725955 -0.687742 -0.725955 9 0)' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
	left: -28px;
}
.stories nav .swiper-button-next {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-1.5' x2='13.0863' y2='-1.5' transform='matrix(0.687742 -0.725955 0.687742 0.725955 3 19)' stroke='white' stroke-width='3'/%3E%3Cline y1='-1.5' x2='13.0863' y2='-1.5' transform='matrix(0.687742 0.725955 0.687742 -0.725955 3 0)' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
	right: -28px;
}

.stories nav .swiper-button-prev:not(:hover),
.stories nav .swiper-button-next:not(:hover) {
	opacity: 0.6;
}
.stories nav .swiper-pagination {
	position: static;
	margin: 0 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.stories nav .swiper-pagination-bullet {
	background: #DADADA;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	opacity: 1;
}
.stories nav .swiper-pagination-bullet-active {
	background: var( --e-global-color-secondary );
}

@media (min-width: 1025px) {
	.stories-tabs {
		background: #EDF5FF;
		border-radius: 20px;
	}
	.stories-tabs li {
		flex-grow: 1;
	}
	.stories-tabs li a {
		display: block;
		padding: 20px 8px;
	}
	.stories-tabs li.active a {
		background: #001E39;
		font-weight: 600;
		font-size: 20px;
		letter-spacing: 0.7px;
		color: #fff;
		font-family: "Poppins", Sans-serif;
	}

	.stories article h4 {
		font-size: 20px;
	}
}
@media (max-width: 1024px) {
	.stories-tabs {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.stories-tabs li {
		margin-bottom: 12px;
	}
	.stories-tabs li a {
		padding: 0 20px;
	}
	.stories-tabs li.active {
		order: -1;
	}
	.stories-tabs li.active a {
		background: #EDF5FF;
		padding-right: 36px;
	}
	.stories-tabs li.active a:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 14px;
		width: 12px;
		background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.57259 12.5056C6.2816 12.8004 5.80674 12.8034 5.51196 12.5124L0.708185 7.77047C0.413401 7.47948 0.410327 7.00461 0.701318 6.70983C0.992309 6.41505 1.46717 6.41197 1.76196 6.70296L6.03198 10.918L10.2471 6.64803C10.5381 6.35325 11.0129 6.35017 11.3077 6.64116C11.6025 6.93215 11.6056 7.40702 11.3146 7.7018L6.57259 12.5056ZM6.71141 0.0163846L6.78883 11.9738L5.28886 11.9835L5.21144 0.0260959L6.71141 0.0163846Z' fill='%232B59C3'/%3E%3C/svg%3E") center / 12px 13px no-repeat;
		transition: .25s;
	}
	.stories-tabs:not(.open) li:not(.active) {
		display: none;
	}
	.stories-tabs.open li.active a:after {
		transform: rotate(180deg);
	}
}

@media (max-width: 767px) {
	.stories nav .swiper-button-prev,
	.stories nav .swiper-button-next {
		display: none;
	}
}

.locations .swiper {
	overflow: visible;
}
.locations .swiper-pagination {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 32px 0 0;
}
.locations .swiper-pagination-bullet {
	background: #dadada;
	width: 12px;
	height: 12px;
	opacity: 1;
}
.locations .swiper-pagination-bullet-active {
	background: #000;
}

.location {
	overflow: visible;
	text-align: center;
	color: inherit;
}
.location:active,
.location:hover {
	color: inherit;
}
.location img {
	display: block;
	border-radius: 20px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	margin: 0 0 -24px;
}
.location .textwrap {
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 20px 20px;
	margin: 0 24px;
	padding: 56px 8px 24px;
}
.location h3 {
	margin-bottom: 16px;
	color: #2b59c3;
    font-family: "Urbanist", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
}
.location p {
	margin-bottom: 0;
	color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.location a {
	color: inherit;
}
.location small {
	display: block;
	margin: 16px 0 8px;
	font-size: 14px;
	font-weight: 500;
}
.location .toggle {
	display: block;
	width: 18px;
	height: 16px;
	margin: 0 auto;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-1.5' x2='10.6535' y2='-1.5' transform='matrix(0.734722 0.678368 -0.734722 0.678368 0.927979 6)' stroke='%232B59C3' stroke-width='3'/%3E%3Cline y1='-1