@font-face {
	font-family: 'Inter';
	src: url(/fonts/Inter/Inter-VariableFont_opsz,wght.ttf) format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url(/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf) format('truetype');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Vollkorn';
	src: url(/fonts/Vollkorn/Vollkorn-VariableFont_wght.ttf) format('truetype');
	font-weight: 400 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Vollkorn';
	src: url(/fonts/Vollkorn/Vollkorn-Italic-VariableFont_wght.ttf) format('truetype');
	font-weight: 400 900;
	font-style: italic;
	font-display: swap;
}

body {
	margin: 0;
	background-color: #f8f8f8;
	overflow-x: hidden !important;
	font-family: 'Inter', sans-serif;
}
.light-theme p {
	color: #1e4167;
}
h2 {
	text-align: left;
	font-family: 'Vollkorn', serif;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 0;
	opacity: 1;
	font-weight: 500;
}
a {
	color: #1e4167 !important;
}
.dark-theme a {
	color: #fff !important;
}
p {
	margin: 0;
}
.pointer:hover {
	cursor: pointer;
}
.flex-1 {
	flex: 1;
}
.filler {
	flex-grow: 1;
}
.flex {
	display: flex;
}
.flex-wrap {
	flex: 1 1 auto;
}
.flex-gap {
	width: 24px;
}
.align-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.column {
	flex-direction: column !important;
}
.small-font {
	font-size: 14px;
	line-height: 17px;
}
.medium-font {
	font-size: 21px;
	line-height: 27px;
}
.big-font {
	font-size: 34px;
	line-height: 44px;
}
@media screen and (max-width: -1px) {
	.hidden-xs-down {
		display: none !important;
	}
}
.hidden-xs-up {
	display: none !important;
}
@media screen and (max-width: 299px) {
	.hidden-sm-down {
		display: none !important;
	}
}
@media screen and (min-width: 300px) {
	.hidden-sm-up {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.hidden-md-down {
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	.hidden-md-up {
		display: none !important;
	}
}
@media screen and (max-width: 991px) {
	.hidden-lg-down {
		display: none !important;
	}
}
@media screen and (min-width: 992px) {
	.hidden-lg-up {
		display: none !important;
	}
}
@media screen and (max-width: 1199px) {
	.hidden-xl-down {
		display: none !important;
	}
}
@media screen and (min-width: 1200px) {
	.hidden-xl-up {
		display: none !important;
	}
}
@media screen and (max-width: 1899px) {
	.hidden-xxl-down {
		display: none !important;
	}
}
@media screen and (min-width: 1900px) {
	.hidden-xxl-up {
		display: none !important;
	}
}
.container {
	max-width: 1370px;
	margin: 0 auto;
}
@media screen and (max-width: 1440px) and (min-width: 1200px) {
	.container {
		max-width: 1100px;
	}
}
.container-fluid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
.container-big {
	max-width: 1874px;
}
.container-row {
	flex-direction: row;
	flex-wrap: wrap;
}
.container-column,
.container-row {
	display: flex;
	width: 100%;
	margin: 0 auto;
}
.container-column {
	flex-direction: column;
	max-width: 100%;
}
.col-offset-0 {
	margin-left: 0;
}
.col-1 {
	flex-basis: 8.33333%;
	display: flex;
	flex-direction: row;
}
.col-offset-1 {
	margin-left: 8.33333%;
}
.col-2 {
	flex-basis: 16.66667%;
	display: flex;
	flex-direction: row;
}
.col-offset-2 {
	margin-left: 16.66667%;
}
.col-3 {
	flex-basis: 25%;
	display: flex;
	flex-direction: row;
}
.col-offset-3 {
	margin-left: 25%;
}
.col-4 {
	flex-basis: 33.33333%;
	display: flex;
	flex-direction: row;
}
.col-offset-4 {
	margin-left: 33.33333%;
}
.col-5 {
	flex-basis: 41.66667%;
	display: flex;
	flex-direction: row;
}
.col-offset-5 {
	margin-left: 41.66667%;
}
.col-6 {
	flex-basis: 50%;
	display: flex;
	flex-direction: row;
}
.col-offset-6 {
	margin-left: 50%;
}
.col-7 {
	flex-basis: 58.33333%;
	display: flex;
	flex-direction: row;
}
.col-offset-7 {
	margin-left: 58.33333%;
}
.col-8 {
	flex-basis: 66.66667%;
	display: flex;
	flex-direction: row;
}
.col-offset-8 {
	margin-left: 66.66667%;
}
.col-9 {
	flex-basis: 75%;
	display: flex;
	flex-direction: row;
}
.col-offset-9 {
	margin-left: 75%;
}
.col-10 {
	flex-basis: 83.33333%;
	display: flex;
	flex-direction: row;
}
.col-offset-10 {
	margin-left: 83.33333%;
}
.col-11 {
	flex-basis: 91.66667%;
	display: flex;
	flex-direction: row;
}
.col-offset-11 {
	margin-left: 91.66667%;
}
.col-12 {
	flex-basis: 100%;
	display: flex;
	flex-direction: row;
}
.col-offset-12 {
	margin-left: 100%;
}
@media screen and (min-width: 300px) {
	.col-sm-offset-0 {
		margin-left: 0;
	}
	.col-sm-1 {
		flex-basis: 8.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-2 {
		flex-basis: 16.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sm-3 {
		flex-basis: 25%;
		display: flex;
		flex-direction: row;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-4 {
		flex-basis: 33.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sm-5 {
		flex-basis: 41.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sm-6 {
		flex-basis: 50%;
		display: flex;
		flex-direction: row;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-7 {
		flex-basis: 58.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sm-8 {
		flex-basis: 66.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sm-9 {
		flex-basis: 75%;
		display: flex;
		flex-direction: row;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-10 {
		flex-basis: 83.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sm-11 {
		flex-basis: 91.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
	.col-sm-12 {
		flex-basis: 100%;
		display: flex;
		flex-direction: row;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
}
@media screen and (min-width: 768px) {
	.col-md-offset-0 {
		margin-left: 0;
	}
	.col-md-1 {
		flex-basis: 8.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-2 {
		flex-basis: 16.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-3 {
		flex-basis: 25%;
		display: flex;
		flex-direction: row;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-4 {
		flex-basis: 33.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-5 {
		flex-basis: 41.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-6 {
		flex-basis: 50%;
		display: flex;
		flex-direction: row;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-7 {
		flex-basis: 58.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-8 {
		flex-basis: 66.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-9 {
		flex-basis: 75%;
		display: flex;
		flex-direction: row;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-10 {
		flex-basis: 83.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-11 {
		flex-basis: 91.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-12 {
		flex-basis: 100%;
		display: flex;
		flex-direction: row;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
}
@media screen and (min-width: 992px) {
	.col-lg-offset-0 {
		margin-left: 0;
	}
	.col-lg-1 {
		flex-basis: 8.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-2 {
		flex-basis: 16.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-3 {
		flex-basis: 25%;
		display: flex;
		flex-direction: row;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-4 {
		flex-basis: 33.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-5 {
		flex-basis: 41.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-6 {
		flex-basis: 50%;
		display: flex;
		flex-direction: row;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-7 {
		flex-basis: 58.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-8 {
		flex-basis: 66.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-9 {
		flex-basis: 75%;
		display: flex;
		flex-direction: row;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-10 {
		flex-basis: 83.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-11 {
		flex-basis: 91.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-12 {
		flex-basis: 100%;
		display: flex;
		flex-direction: row;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}
@media screen and (min-width: 1200px) {
	.col-xl-offset-0 {
		margin-left: 0;
	}
	.col-xl-1 {
		flex-basis: 8.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-xl-offset-1 {
		margin-left: 8.33333%;
	}
	.col-xl-2 {
		flex-basis: 16.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-xl-offset-2 {
		margin-left: 16.66667%;
	}
	.col-xl-3 {
		flex-basis: 25%;
		display: flex;
		flex-direction: row;
	}
	.col-xl-offset-3 {
		margin-left: 25%;
	}
	.col-xl-4 {
		flex-basis: 33.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-xl-offset-4 {
		margin-left: 33.33333%;
	}
	.col-xl-5 {
		flex-basis: 41.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-xl-offset-5 {
		margin-left: 41.66667%;
	}
	.col-xl-6 {
		flex-basis: 100%;
		display: flex;
		flex-direction: row;
	}
	.col-xl-offset-6 {
		margin-left: 50%;
	}
	.col-xl-7 {
		flex-basis: 58.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-xl-offset-7 {
		margin-left: 58.33333%;
	}
	.col-xl-8 {
		flex-basis: 66.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-xl-offset-8 {
		margin-left: 66.66667%;
	}
	.col-xl-9 {
		flex-basis: 75%;
		display: flex;
		flex-direction: row;
	}
	.col-xl-offset-9 {
		margin-left: 75%;
	}
	.col-xl-10 {
		flex-basis: 83.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-xl-offset-10 {
		margin-left: 83.33333%;
	}
	.col-xl-11 {
		flex-basis: 91.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-xl-offset-11 {
		margin-left: 91.66667%;
	}
	.col-xl-12 {
		flex-basis: 100%;
		display: flex;
		flex-direction: row;
	}
	.col-xl-offset-12 {
		margin-left: 100%;
	}
}
@media screen and (min-width: 1900px) {
	.col-xxl-offset-0 {
		margin-left: 0;
	}
	.col-xxl-1 {
		flex-basis: 8.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-xxl-offset-1 {
		margin-left: 8.33333%;
	}
	.col-xxl-2 {
		flex-basis: 16.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-xxl-offset-2 {
		margin-left: 16.66667%;
	}
	.col-xxl-3 {
		flex-basis: 25%;
		display: flex;
		flex-direction: row;
	}
	.col-xxl-offset-3 {
		margin-left: 25%;
	}
	.col-xxl-4 {
		flex-basis: 33.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-xxl-offset-4 {
		margin-left: 33.33333%;
	}
	.col-xxl-5 {
		flex-basis: 41.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-xxl-offset-5 {
		margin-left: 41.66667%;
	}
	.col-xxl-6 {
		flex-basis: 50%;
		display: flex;
		flex-direction: row;
	}
	.col-xxl-offset-6 {
		margin-left: 50%;
	}
	.col-xxl-7 {
		flex-basis: 58.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-xxl-offset-7 {
		margin-left: 58.33333%;
	}
	.col-xxl-8 {
		flex-basis: 66.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-xxl-offset-8 {
		margin-left: 66.66667%;
	}
	.col-xxl-9 {
		flex-basis: 75%;
		display: flex;
		flex-direction: row;
	}
	.col-xxl-offset-9 {
		margin-left: 75%;
	}
	.col-xxl-10 {
		flex-basis: 83.33333%;
		display: flex;
		flex-direction: row;
	}
	.col-xxl-offset-10 {
		margin-left: 83.33333%;
	}
	.col-xxl-11 {
		flex-basis: 91.66667%;
		display: flex;
		flex-direction: row;
	}
	.col-xxl-offset-11 {
		margin-left: 91.66667%;
	}
	.col-xxl-12 {
		flex-basis: 100%;
		display: flex;
		flex-direction: row;
	}
	.col-xxl-offset-12 {
		margin-left: 100%;
	}
}

.nuxt-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: 0;
	opacity: 1;
	transition: width 0.1s, opacity 0.4s;
	background-color: #fff;
	z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
	transition: none;
}
.nuxt-progress-failed {
	background-color: red;
}
a,
h1,
h3,
h4,
li,
p,
span {
	font-family: 'Inter', sans-serif;
}
a {
	color: #fff;
}
.background-dark {
	background-color: #1e4167;
}
.default-layout {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}
.side-menu-container[data-v-b22104f6] {
	position: absolute;
	width: 564px;
	bottom: 0;
	top: 0;
	background: #fff;
	z-index: 1000;
	right: -100%;
	transition: 0.3s ease-in-out;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
@media screen and (max-width: 768px) {
	.side-menu-container[data-v-b22104f6] {
		width: 90%;
	}
}
.side-menu-container.active[data-v-b22104f6] {
	right: 0;
}
.side-menu-container .header-mobile[data-v-b22104f6] {
	padding-top: 30px;
	margin-bottom: -10px;
}
.side-menu-container .menu-items[data-v-b22104f6] {
	padding-top: 67px;
	padding-left: 89px;
	padding-right: 67px;
}
@media screen and (max-width: 768px) {
	.side-menu-container .menu-items[data-v-b22104f6] {
		padding: 30px;
	}
}
.side-menu-container .close svg {
	transform: rotate(0deg);
	transition: 0.3s ease-in-out;
}
.side-menu-container .close:hover svg {
	transform: rotate(90deg);
}
.search-component[data-v-01876442] {
	padding: 20px;
	background-color: transparent;
}
.search-component.light-theme[data-v-01876442] {
	padding: 0;
}
.search-component.active-bar[data-v-01876442] {
	background-color: #123357;
}
.search-component .search-input input[data-v-01876442] {
	transition: 0.3s ease-in-out;
	width: 0;
	height: 0;
	background: #123357;
	border: none;
	color: #fff;
}
.search-component .search-input input.active[data-v-01876442] {
	width: 300px;
	height: 50px;
	padding-left: 15px;
}
.search-component .search-input input[data-v-01876442]:focus {
	outline: none;
}
.search-component .search-input input[data-v-01876442]:-ms-input-placeholder {
	color: #fff;
}
.search-component .search-input input[data-v-01876442]::-moz-placeholder {
	color: #fff;
}
.search-component .search-input input[data-v-01876442]::placeholder {
	color: #fff;
}
.search-component.light-theme.active-bar[data-v-01876442] {
	background-color: transparent;
	border: 1px solid #123357;
}
.search-component.light-theme .icon[data-v-01876442] {
	display: flex;
	padding-right: 15px;
}
.search-component.light-theme .search-input input[data-v-01876442] {
	background: transparent;
	color: #1e4167;
}
.search-component.light-theme .search-input input.active[data-v-01876442] {
	width: 260px;
	padding: 15px;
}
@media screen and (max-width: 768px) {
	.search-component.light-theme .search-input input.active[data-v-01876442] {
		width: 80px;
	}
}
.search-component.light-theme .search-input input[data-v-01876442]:-ms-input-placeholder {
	color: #1e4167;
}
.search-component.light-theme .search-input input[data-v-01876442]::-moz-placeholder {
	color: #1e4167;
}
.search-component.light-theme .search-input input[data-v-01876442]::placeholder {
	color: #1e4167;
}
.language a[data-v-e43ae412] {
	color: #fff !important;
}
.language-item[data-v-e43ae412] {
	width: 50px;
	height: 28px;
	text-align: center;
}
.language-item.active[data-v-e43ae412] {
	background: #c32780 0 0 no-repeat padding-box;
}
.language-item a[data-v-e43ae412] {
	font-family: 'Inter', sans-serif;
	color: #fff;
	letter-spacing: 0;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 600;
}
.language.dark a[data-v-e43ae412] {
	color: #1e4167 !important;
}
.language.dark .active a[data-v-e43ae412] {
	color: #fff !important;
}
.menu-item[data-v-1da94f38] {
	padding-top: 70px;
}
@media screen and (max-width: 768px) {
	.menu-item[data-v-1da94f38] {
		padding-top: 30px;
	}
}
.menu-item h3[data-v-1da94f38] {
	font-size: 24px;
	line-height: 30px;
	font-weight: 900;
	color: #c32780;
}
.menu-item h3[data-v-1da94f38],
.menu-item p[data-v-1da94f38] {
	text-align: left;
	letter-spacing: 0;
	opacity: 1;
}
.menu-item p[data-v-1da94f38] {
	font-size: 20px;
	line-height: 40px;
	color: #1e4167;
}
.menu-item .category-title[data-v-1da94f38] {
	padding-bottom: 23px;
}
@media screen and (max-width: 768px) {
	.menu-item .category-title[data-v-1da94f38] {
		padding-bottom: 0;
	}
}
.menu-item .category-items .item[data-v-1da94f38] {
	max-width: 288px;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}
@media screen and (max-width: 768px) {
	.menu-item .category-items .item[data-v-1da94f38] {
		padding-top: 0;
		padding-bottom: 0;
	}
}
.top-nav[data-v-c6339dd8] {
	display: flex;
	align-items: flex-end;
	height: 120px;
	padding-left: 67px;
	padding-right: 67px;
}
@media screen and (max-width: 768px) {
	.top-nav[data-v-c6339dd8] {
		height: 80px;
	}
}
.top-nav .top-nav-container[data-v-c6339dd8] {
	z-index: 1;
}
.top-nav .burger[data-v-c6339dd8],
.top-nav .search-bar[data-v-c6339dd8] {
	padding-left: 30px;
}
.top-nav .logo img[data-v-c6339dd8] {
	width: 325px;
	height: auto;
}
@media screen and (min-width: 992px) {
	.top-nav .logo img[data-v-c6339dd8] {
		width: 390px;
	}
}
@media screen and (max-width: 768px) {
	.top-nav[data-v-c6339dd8] {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.burger {
	min-width: 46px;
}
.burger .spacing {
	width: 1px;
	height: 9px;
}
.burger .line {
	height: 2px;
	transition: 0.2s ease-in-out;
}
.burger .line,
.burger .line.hovered {
	background-color: #fff;
}
.burger .line.a,
.burger .line.b {
	width: 36px;
}
.burger .line.b.hovered {
	width: 20px;
}
.burger .line.c {
	width: 36px;
}
.home-page[data-v-3193b6f6] {
	padding-top: 50px;
}
.box-container .separator[data-v-541053c4] {
	height: 20px;
}
@media screen and (max-width: 1200px) {
	.box-container .container[data-v-541053c4] {
		justify-content: center;
	}
}
.box-container[data-v-ec639d6c] {
	overflow: hidden;
	width: 100%;
	display: flex;
	max-width: 440px;
	position: relative;
}
@media screen and (max-width: 1440px) and (min-width: 1200px) {
	.box-container[data-v-ec639d6c] {
		max-width: 350px;
	}
}
@media screen and (max-width: 1200px) {
	.box-container[data-v-ec639d6c] {
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 768px) {
	.box-container[data-v-ec639d6c] {
		max-width: calc(100% - 40px);
	}
}
.box-container {
	position: relative;
	/* other styles */
}

.box-container .side-path[data-v-ec639d6c] {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.box-container .side-path img[data-v-ec639d6c] {
	width: 100%;
	margin-right: -100%;
	transition: margin-right 0.3s ease-in-out;
}

.box-container .side-path.active img[data-v-ec639d6c] {
	margin-right: 0;
}
.box-container.gap[data-v-ec639d6c] {
	margin-right: 10px;
	margin-left: 10px;
}
.box-container.is-column[data-v-ec639d6c] {
	flex-direction: column;
}
.box-container.is-column-reverse[data-v-ec639d6c] {
	flex-direction: column-reverse;
}
.box-container.full-height[data-v-ec639d6c] {
	height: 696px;
}
@media screen and (max-width: 768px) {
	.box-container.full-height[data-v-ec639d6c] {
		height: 410px;
	}
}
.box-container.medium-height[data-v-ec639d6c] {
	height: 454px;
	align-items: stretch;
}
@media screen and (max-width: 768px) {
	.box-container.medium-height[data-v-ec639d6c] {
		height: auto;
	}
}
.box-container.small-height[data-v-ec639d6c] {
	height: 220px;
}
@media screen and (max-width: 768px) {
	.box-container.small-height[data-v-ec639d6c] {
		height: 379px;
	}
	.box-container.small-height.is-row[data-v-ec639d6c] {
		flex-direction: column;
	}
	.box-container.small-height h1[data-v-ec639d6c] {
		max-width: 150px;
	}
}
.box-container .description-container[data-v-ec639d6c] {
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	position: relative;
	flex-grow: 1;
}
.box-container .description-container .above-title[data-v-ec639d6c] {
	padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.box-container .description-container[data-v-ec639d6c] {
		padding: 20px;
	}
	.box-container .description-container .above-title[data-v-ec639d6c] {
		padding-bottom: 10px;
	}
}
.box-container .description-container .arrow[data-v-ec639d6c] {
	margin-left: 0;
	transition: margin-left 0.3s ease-in-out;
}
.box-container .description-container .arrow.float-right[data-v-ec639d6c] {
	margin-left: 50%;
}
.box-container .description-container .footer[data-v-ec639d6c] {
	position: absolute;
	width: calc(100% - 80px);
	bottom: 30px;
}
.box-container .description-container.is-row[data-v-ec639d6c] {
	width: 234px;
	padding-top: 10px;
}
@media screen and (max-width: 768px) {
	.box-container .description-container.is-row[data-v-ec639d6c] {
		width: calc(100% - 40px);
	}
}
.box-container .description-container.is-row .footer[data-v-ec639d6c] {
	bottom: 20px;
}
.box-container .description-container.is-row .arrow.float-right[data-v-ec639d6c] {
	margin-left: 15%;
}
.box-container .description-container p[data-v-ec639d6c] {
	text-align: left;
	letter-spacing: 0;
	color: #fff;
	opacity: 1;
	font-weight: 400;
}
.box-container .description-container h1[data-v-ec639d6c] {
	text-align: left;
	letter-spacing: 0;
	font-weight: 800;
	color: #fff;
	opacity: 1;
}
.box-container .description-container .title[data-v-ec639d6c] {
	max-width: 345px;
	padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.box-container .description-container h1[data-v-ec639d6c] {
		font-size: 1.3rem;
		font-weight: 700;
	}
}
.box-container .image-container img[data-v-ec639d6c] {
	width: 100%;
	height: 100%;
}
.blog-container[data-v-c1eeae54] {
	margin-left: 10px;
	width: 100%;
	display: block;
	max-width: 440px;
	position: relative;
	height: 220px;
	overflow-y: scroll;
	overflow-x: hidden;
}
@media screen and (max-width: 1440px) and (min-width: 1200px) {
	.blog-container[data-v-c1eeae54] {
		max-width: 350px;
	}
}
@media screen and (max-width: 1200px) {
	.blog-container[data-v-c1eeae54] {
		align-self: center;
	}
}
@media screen and (max-width: 768px) {
	.blog-container[data-v-c1eeae54] {
		display: none;
	}
}
.blog-container[data-v-c1eeae54]::-webkit-scrollbar {
	width: 10px;
}
.blog-container[data-v-c1eeae54]::-webkit-scrollbar-track {
	background: #fff;
}
.blog-container[data-v-c1eeae54]::-webkit-scrollbar-thumb {
	background: #c32780;
}
.blog-container[data-v-c1eeae54]::-webkit-scrollbar-thumb:hover {
	background: #ae2372;
}
.blog-item[data-v-3fabb3e8] {
	margin-top: 20px;
}
.blog-item .short-description[data-v-3fabb3e8] {
	padding-top: 1px;
	padding-bottom: 10px;
}
.blog-item .short-description p[data-v-3fabb3e8] {
	color: #fff !important;
}
.blog-item h1[data-v-3fabb3e8] {
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
}
.blog-item h1[data-v-3fabb3e8],
.blog-item p[data-v-3fabb3e8] {
	text-align: left;
	letter-spacing: 0;
	color: #fff;
	opacity: 1;
}
.blog-item p[data-v-3fabb3e8] {
	font-size: 15px;
	line-height: 19px;
}
.blog-item a[data-v-3fabb3e8] {
	text-align: left;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 0;
	color: #fff !important;
	font-weight: 600;
	opacity: 1;
}
.footer-container[data-v-49bd2f22] {
	padding-top: 40px;
	display: flex;
	align-items: center;
	height: 120px;
	padding-left: 67px;
	padding-right: 67px;
	bottom: 0;
	background-color: #eaeef4;
}
@media screen and (max-width: 768px) {
	.footer-container[data-v-49bd2f22] {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.footer-container p[data-v-49bd2f22] {
	text-align: left;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	letter-spacing: 0;
	color: #1e4167;
	opacity: 1;
}
.footer-container .company[data-v-49bd2f22] {
	display: flex;
}
@media screen and (max-width: 768px) {
	.footer-container .company[data-v-49bd2f22] {
		order: 2;
	}
}
.footer-container .social[data-v-49bd2f22] {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.footer-container .social[data-v-49bd2f22] {
		order: 1;
		width: 100%;
	}
	.footer-container .social .social-bar[data-v-49bd2f22] {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.footer-container .footer-content[data-v-49bd2f22] {
		flex-direction: column;
	}
}
.footer-container.light[data-v-49bd2f22] {
	background-color: transparent;
}
.footer-container.light p[data-v-49bd2f22] {
	color: #fff;
}
.social-bar[data-v-8263e14a] {
	display: flex;
}
@media screen and (max-width: 768px) {
	.social-bar[data-v-8263e14a] {
		width: 100%;
		justify-content: space-between;
		padding-bottom: 20px;
	}
}
.social-bar .item[data-v-8263e14a] {
	padding-left: 10px;
}
.social-bar .blog[data-v-8263e14a],
.social-bar .item[data-v-8263e14a] {
	padding-right: 10px;
}
.social-bar .blog p[data-v-8263e14a] {
	text-align: right;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
	color: #fff;
	font-weight: 500;
	opacity: 1;
}


/*# INNER FROM HERE */

.page .top-height[data-v-3681171e] {
	height: 50px;
  }
  .page .right-content h1[data-v-3681171e] {
	text-align: left;
	font-family: 'Vollkorn', serif !important;
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0;
	color: #fff;
	font-weight: 400;
	opacity: 1;
  }
  .page .first-child[data-v-3681171e] {
	max-width: 400px;
  }
  .page .content[data-v-3681171e] {
	max-width: 950px;
	margin: 0 auto;
  }
  .page .content .bottom-space[data-v-3681171e] {
	height: 100px;
  }
  .page .content .text[data-v-3681171e] {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
  }
  .page .content .text[data-v-3681171e],
  .page .content h2[data-v-3681171e] {
	text-align: left;
	letter-spacing: 0;
	opacity: 1;
  }
  .page .content h2[data-v-3681171e] {
	font-family: 'Vollkorn', serif;
	font-size: 28px;
	line-height: 36px;
	color: #1e4167;
	text-transform: capitalize;
	font-weight: 500;
	max-width: 295px;
  }
  .page .content .no-title[data-v-3681171e] {
	padding-top: 80px;
  }
  @media screen and (max-width: 1200px) {
	.page .content .no-title[data-v-3681171e] {
	  padding-top: 30px;
	}
  }
  .page .content.light-theme p[data-v-3681171e] {
	color: #1e4167;
  }
  .page .left-content[data-v-3681171e] {
	max-width: 306px;
	text-align: right;
	width: 100%;
	float: right;
	margin-right: 46px;
  }
  .page .left-content .title h1[data-v-3681171e] {
	text-align: left;
	font-family: 'Vollkorn', serif;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 0;
	color: #1e4167;
	opacity: 1;
	font-weight: 500;
	max-width: 295px;
  }
  @media screen and (max-width: 1200px) {
	.page .left-content[data-v-3681171e] {
	  margin-right: 0;
	  max-width: 100%;
	}
  }
  .page .left-side-image[data-v-3681171e] {
	padding-bottom: 50px;
  }
  .page .left-side-image img[data-v-3681171e] {
	width: 100%;
  }
  .page-container[data-v-493dec47] {
	margin-top: -120px;
	min-height: 100%;
  }
  .page-container .page-section[data-v-493dec47] {
	padding-top: 120px;
  }
  @media screen and (max-width: 1200px) {
	.page-container .page-section[data-v-493dec47] {
	  padding-top: 30px;
	}
  }
  .page-container .left-section .page-content[data-v-493dec47] {
	width: 100%;
  }
  .page-container .right-section.dark-theme[data-v-493dec47] {
	background-color: #1e4167;
  }
  .page-container .right-section.dark-theme p a[data-v-493dec47] {
	color: #fff !important;
  }
  .page-container .right-section .page-content[data-v-493dec47] {
	padding-right: 67px;
	padding-left: 100px;
	width: 100%;
  }
  @media screen and (max-width: 1200px) {
	.page-container .left-section .page-content[data-v-493dec47],
	.page-container .right-section .page-content[data-v-493dec47] {
	  padding-right: 20px;
	  padding-left: 20px;
	}
  }
  .slider-wrapper[data-v-1ed3d8ca] {
	position: relative;
	width: 100%;
  }
  .slider-wrapper .next-icon[data-v-1ed3d8ca] {
	position: absolute;
	right: 40px;
	z-index: 100;
	top: 40%;
	transform: translateY(-50%);
	transition: right 0.3s ease-in-out;
  }
  .slider-wrapper .next-icon img[data-v-1ed3d8ca] {
	width: 0;
	height: auto;
  }
  .slider-wrapper .next-icon.active-icon[data-v-1ed3d8ca] {
	right: 0;
  }
  .slider-wrapper .next-icon.active-icon img[data-v-1ed3d8ca] {
	width: 75px;
  }
  .slider-wrapper .slider-title[data-v-1ed3d8ca] {
	position: absolute;
	z-index: 10;
	left: -400px;
	top: 12%;
  }
  @media screen and (max-width: 1200px) {
	.slider-wrapper .slider-title[data-v-1ed3d8ca] {
	  top: 14%;
	}
  }
  .slider-wrapper .slider-title h1[data-v-1ed3d8ca] {
	margin: 0;
	background-color: #c32780;
	clear: both;
	float: left;
	font-size: 35px;
	line-height: 50px;
	letter-spacing: 0;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
  }
  .slider-wrapper .slider-title h1.first-child[data-v-1ed3d8ca] {
	padding-top: 10px;
	padding-bottom: 5px;
  }
  .slider-wrapper .slider-title h1.second-child[data-v-1ed3d8ca] {
	padding-top: 5px;
	padding-bottom: 10px;
  }
  @media screen and (max-width: 1200px) {
	.slider-wrapper .slider-title[data-v-1ed3d8ca] {
	  left: 0;
	}
	.slider-wrapper .slider-title h1[data-v-1ed3d8ca] {
	  font-size: 1.5rem;
	}
	.slider-wrapper .slider-title h1.first-child[data-v-1ed3d8ca] {
	  padding-top: 10px;
	  padding-bottom: 0;
	}
	.slider-wrapper .slider-title h1.second-child[data-v-1ed3d8ca] {
	  padding-top: 0;
	  padding-bottom: 10px;
	}
  }
  .slider-wrapper .slider-container[data-v-1ed3d8ca] {
	max-width: 1502px;
	width: 100%;
	position: relative;
	min-height: 600px;
  }
  @media screen and (max-width: 1200px) {
	.slider-wrapper .slider-container[data-v-1ed3d8ca] {
	  min-height: 450px;
	}
  }
  .slider-wrapper .slider-container .slider-items[data-v-1ed3d8ca] {
	position: absolute;
	display: flex;
	flex: 1 1 auto;
	left: -290px;
  }
  @media screen and (max-width: 1200px) {
	.slider-wrapper .slider-container .slider-items[data-v-1ed3d8ca] {
	  left: -20px;
	}
	.slider-wrapper
	  .slider-container
	  .slider-items.desktop[data-v-1ed3d8ca] {
	  display: none;
	}
  }
  @media screen and (max-width: 1200px) and (min-width: 768px) {
	.slider-wrapper .slider-container .slider-items[data-v-1ed3d8ca] {
	  left: 50%;
	  transform: translateX(-50%);
	}
  }
  @media screen and (max-width: 768px) {
	.slider-wrapper .slider-container .slider-items[data-v-1ed3d8ca] {
	  left: -20px;
	}
  }
  @media screen and (min-width: 1200px) {
	.slider-wrapper
	  .slider-container
	  .slider-items.mobile[data-v-1ed3d8ca] {
	  display: none;
	}
  }
  .slider-item[data-v-6ef28508] {
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
  }
  .slider-item img[data-v-6ef28508] {
	transition: 0.3s ease-in-out;
	display: none;
  }
  .slider-item.active img[data-v-6ef28508] {
	display: block;
  }
  @media screen and (max-width: 768px) {
	.slider-item.active img[data-v-6ef28508] {
	  height: 300px;
	}
  }
  .slider-item.first[data-v-6ef28508] {
	order: 1;
  }
  .slider-item.second[data-v-6ef28508] {
	order: 2;
  }
  .slider-item.second .overlay[data-v-6ef28508] {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 0.5s ease;
	background-color: rgba(0, 0, 0, 0.3);
  }
  .slider-item.second .overlay.hover[data-v-6ef28508] {
	opacity: 1;
  }