/******** Global ********/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.4375;
	letter-spacing: 0;
}

@media only screen and (max-width: 575px) {
	body {
		font-size: 13px;
		line-height: 1.3846153846;
	}
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
	overflow-x: hidden;
}

button:focus {
	outline: none;
}

p:empty {
	display: none;
}

textarea:focus,
input:focus,
*:focus,
a:focus {
	outline: 0;
}

a:focus,
a:hover {
	color: inherit;
	text-decoration: none;
	box-shadow: none !important;
}

input,
textarea {
	border-radius: 0;
}

textarea {
	resize: none;
}

figure {
	margin: 0;
}

svg {
	margin: auto;
}

body {
	margin: 0;
}

.factsheet-btn {
	color: #C02026;
	text-decoration: underline;
}

.factsheet-btn:hover {
	color: #C02026;
	text-decoration: none;
}

.wrapper.template {
	flex: 1 1 auto;
	display: flex;
	flex-flow: column nowrap;
	min-height: 100vh;
}

main.template {
	flex: 1 1 auto;
	width: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

._hidden {
	display: none !important;
}

#screen_measurement {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 999;
	background-color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
	display: none;
}

#screen_measurement>* {
	color: #000;
}

#screen_measurement #display_classes>div {
	padding: 0 5px;
}

.error {
	color: red;
}

.message {
	color: #006e00;
}

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

.map_canvas img {
	max-width: none;
}

body {
	-webkit-overflow-scrolling: touch;
	color: #252525;
}

.container {
	max-width: 1250px;
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
	padding-left: 15px;
	padding-right: 15px;
}

@media only screen and (max-width: 991px) {

	.container-fluid,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		padding-left: 19px;
		padding-right: 19px;
	}
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
table {
	margin-bottom: 20px;
}

a {
	color: #252525;
	-webkit-transition: color .5s ease;
	transition: color .5s ease;
	text-decoration: none;
}

.link-w-arrow {
	position: relative;
	display: inline-block;
	padding-right: 35px;
	text-decoration: none;
}

.link-w-arrow:before,
.link-w-arrow:after {
	content: "";
	background-image: url(../img/big-red-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 25px;
	height: 10px;
	position: absolute;
	top: 6px;
}

.link-w-arrow.bold:before,
.link-w-arrow.bold:after {
	top: 3px;
}

@media only screen and (max-width: 575px) {

	.link-w-arrow:before,
	.link-w-arrow:after {
		top: 3px;
	}
}

.link-w-arrow:before {
	display: none;
}

.link-w-arrow:after {
	right: 0;
}

.link-w-arrow.back {
	padding-right: 0;
	padding-left: 35px;
}

.link-w-arrow.back:after {
	display: none;
}

.link-w-arrow.back:before {
	display: inline-block;
	left: 0;
	transform-origin: center center;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.button-back {
	margin-bottom: 10px;
}

.social-media-sharing {
	overflow: hidden;
}

.social-media-sharing_roller {
	position: relative;
	right: -65%;
	-webkit-transition: right .5s ease-in-out;
	transition: right .5s ease-in-out;
}

.social-media-sharing button {
	background: none;
	border: 0;
	padding-left: 26px;
}

.social-media-sharing button:before {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(../img/icons/icon-sharing.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 5px;
}

.social-media-sharing span .button {
	background: none;
	padding: 0;
	border: 0;
	color: #000000;
}

.social-media-sharing span .button i {
	font-size: 20px;
	padding: 0 10px;
}

.social-media-sharing.open .social-media-sharing_roller {
	right: 0;
}

body.iPhone.home.page #hero {
	height: calc(100vh - 115px);
}

header.template {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background-color: #fff;
	filter: drop-shadow(0px 3px 5px rgba(37, 37, 37, 0.1));
}

header.template .navbar-brand {
	width: 100%;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 991px) {
	header.template .navbar-brand a {
		padding: 10px 0;
		display: block;
	}

	header.template .navbar-brand a img {
		height: 40px;
	}
}

header.template .navbar-nav {
	margin-right: -25px;
}

@media only screen and (max-width: 1300px) {
	header.template .navbar-nav {
		margin-right: 0;
	}
}

@media only screen and (max-width: 991px) {
	header.template .navbar-nav {
		margin-right: 0;
		width: 100%;
		text-align: left;
		padding-bottom: 15px;
	}
}

header.template .navbar-nav .nav-item .nav-link {
	color: #252525;
	padding: 39px 25px;
	text-decoration: none;
}

header.template .navbar-nav .nav-item .nav-link-bold {
	background-color: #C02026;
	color: #F7F7F7;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	padding: 6.5px 20px;
	margin-top: 30px;
	margin-left: 25px;
	display: inline-block;
}

@media only screen and (max-width: 991px) {
	header.template .navbar-nav .nav-item .nav-link {
		padding: 20px 25px;
	}

	header.template .navbar-nav .nav-item .nav-link-bold {
		margin-top: 0;
		margin-left: 20px;
	}
}

header.template .navbar-nav .nav-item .nav-link span {
	position: relative;
}

header.template .navbar-nav .nav-item .nav-link span:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #cb1036;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

header.template .navbar-nav .nav-item.active .nav-link span:after,
header.template .navbar-nav .nav-item:hover .nav-link span:after {
	opacity: 1;
}

@media only screen and (max-width: 991px) {
	header.template #navbar-main {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity .5s ease-in-out;
		transition: opacity .5s ease-in-out;
		padding-top: 60px;
		background-color: #fff;
		overflow: auto;
	}
}

@media only screen and (max-width: 991px)and (max-height: 400px) {
	header.template #navbar-main {
		height: 100%;
	}
}

@media only screen and (max-width: 991px)and (max-width: 991px) {
	header.template #navbar-main {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 991px) {
	body.nav-open header.template #navbar-main {
		opacity: 1;
		pointer-events: auto;
	}
}

header.template .navbar-toggler {
	position: relative;
	width: 22px;
	height: 16px;
	padding: 29px;
	margin-right: -7px;
}

header.template .navbar-toggler:before,
header.template .navbar-toggler:after,
header.template .navbar-toggler .navbar-toggler-icon {
	display: block;
	height: 3px;
	background-color: #cb1036;
	position: absolute;
	right: 7px;
}

header.template .navbar-toggler:before,
header.template .navbar-toggler:after {
	content: "";
	display: block;
}

header.template .navbar-toggler .navbar-toggler-icon {
	top: 50%;
	width: 15px;
}

header.template .navbar-toggler .navbar-toggler-icon span {
	display: none;
}

header.template .navbar-toggler:before {
	top: 20px;
	width: 22px;
}

header.template .navbar-toggler:after {
	bottom: 17px;
	width: 10px;
}

body.nav-open header.template .navbar-toggler .navbar-toggler-icon {
	opacity: 0;
}

body.nav-open header.template .navbar-toggler:before,
body.nav-open header.template .navbar-toggler:after {
	width: 22px;
}

body.nav-open header.template .navbar-toggler:before {
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.nav-open header.template .navbar-toggler:after {
	top: 50%;
	bottom: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header.template+main.template {
	margin-top: 113px;
}

@media only screen and (max-width: 575px) {
	header.template+main.template {
		margin-top: 60px;
	}
}

.animation-element.bounce-up {
	opacity: 0;
	-moz-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	-moz-transform: translate3d(0px, 200px, 0px);
	-webkit-transform: translate3d(0px, 200px, 0px);
	-o-transform: translate(0px, 200px);
	-ms-transform: translate(0px, 200px);
	transform: translate3d(0px, 200, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.animation-element.bounce-up.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

footer.template {
	background-color: #f7f7f7;
	padding-top: 34px;
	border-top: 5px solid #193669;
}

footer.template * {
	color: #252525;
}

@media only screen and (max-width: 991px) {
	footer.template>.container {
		max-width: 320px;
	}
}

footer.template .navbar-brand {
	width: 100%;
}

@media only screen and (max-width: 991px) {
	footer.template .navbar-brand {
		max-width: 203px;
		margin-bottom: 36px;
	}
}

footer.template .footer__social-media {
	margin-right: -3px;
}

@media only screen and (max-width: 991px) {
	footer.template .footer__social-media {
		margin-top: 20px;
	}
}

footer.template .footer__social-media a {
	padding: 0 3px;
}

footer.template .footer__copyright {
	margin-top: 30px;
	padding: 20px 0;
	background-color: #fff;
}

@media only screen and (max-width: 575px) {
	footer.template .footer__copyright {
		text-align: center;
	}
}

footer.template .footer__copyright a {
	text-decoration: none;
}

footer.template .footer__copyright a:hover {
	text-decoration: underline;
}

footer.template .footer__copyright p {
	margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
	footer.template .footer__copyright p span {
		display: block;
	}
}

@media only screen and (max-width: 575px) {
	footer.template nav {
		margin-top: 10px;
	}
}

footer.template nav a {
	color: #cb1036;
	padding-top: 0;
	padding-bottom: 0;
	text-decoration: none;
}

header.template .nav-link {
	font-size: 16px;
	line-height: .9375;
}

@media only screen and (max-width: 575px) {
	header.template .nav-link {
		font-size: 13px;
		line-height: 1.3846153846;
	}

	header.template .navbar-nav .nav-item .nav-link-bold {
		font-size: 10.5625px;
	}
}

footer.template * {
	font-size: 16px;
	line-height: 1.4375;
}

@media only screen and (max-width: 991px) {
	footer.template * {
		font-size: 13px;
		line-height: 1.3846153846;
	}
}

footer.template .footer__copyright .nav-link,
footer.template .footer__copyright * {
	font-size: 13px;
	line-height: 1.1538461538;
}

@media only screen and (max-width: 575px) {

	footer.template .footer__copyright .nav-link,
	footer.template .footer__copyright * {
		font-size: 10px;
		line-height: 1.2;
	}
}


/*************** New ****************/

.short-banner #hero {
	min-height: 25vh !important;
}

.short-banner section.parallax#hero picture {
	position: absolute;
	height: 25vh;
}

section.parallax {
	position: relative;
	min-height: 50vh;
	width: 100%;
	transform-style: inherit;
}

.home section.parallax {
	min-height: calc(100vh - 90px);
}

.home .section__quote.has-text {
	background-color: #193669;
}

.home .section__quote.has-text:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(25, 54, 105, 0.4);
}

section.parallax picture {
	background: 50% 50% / cover;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -3;
}

section.parallax picture::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0, 0, 0);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);

	display: none;
}

.parallax .banner-text {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 100%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.parallax .banner-text_wrapper {
	max-width: 550px;
	width: 100%;
	padding: 23px 24px;
	background-color: rgba(81, 75, 75, 0.7);
}

.parallax .banner-text_wrapper * {
	color: #f7f7f7;
}

.parallax .banner-text h1 {
	margin-bottom: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 41px;
}

.parallax .banner-text h1,
.parallax .banner-text * {
	color: #f7f7f7;
}

.parallax .banner-text *:last-child {
	margin-bottom: 0;
}

.home .section__2-col-text {
	min-height: calc(100vh - 90px);
	display: flex;
	align-items: center;
}

.section__2-col-text {
	padding: 124px 0;
	background: #fff;
}

.static-page-template .section__2-col-text {
	padding-bottom: 0;
}

.section__2-col-text.intro-title+.section__2-col-text:not(.bg_blue) {
	padding-top: 0;
	margin-top: -64px;
}

@media only screen and (max-width: 767px) {
	.section__2-col-text.intro-title+.section__2-col-text:not(.bg_blue) {
		padding-top: auto;
		margin-top: 0;
	}
}

.section__2-col-text_item .left {
	width: 50%;
	padding-right: 50px;
}

.section__2-col-text_item .right {
	width: 50%;
}

.section__2-col-text_item {
	padding-bottom: 50px;
}

.section__2-col-text_item:last-child {
	padding-bottom: 0px;
}

.section__2-col-text .section__2-col-text-intro {
	width: 70%;
	padding-bottom: 60px;
}

.section__2-col-text .section__2-col-text-intro:last-child {
	padding-bottom: 0;
}

.section__2-col-text .section__2-col-text-intro p,
.section__2-col-text_item .left .text-big {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
}

.section__2-col-text_item .left .text {
	color: #C02026;
	font-weight: 500;
	font-size: 25px;
}

ol,
ul {
	padding-left: 20px;
}

ol li,
ul li {
	margin-bottom: 20px;
}

ol li:last-child,
ul li:last-child {
	margin-bottom: 0;
}

.page_title {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 35px;
	color: #C02026;
	text-transform: uppercase;
}

.bg_blue .section__2-col-text_item .left .text,
.bg_blue .page_title {
	color: #fff;
}

section.parallax.short {
	min-height: 40vh;
}

section.parallax.short picture {
	z-index: -4;
}

section.parallax.short.fixed picture {
	z-index: -2;
}

.section__quote {
	padding: 112px 20%;
	color: #F7F7F7;
	text-align: center;
}

.section__quote picture::before {
	background: rgba(25, 54, 105, 0.4);
}

.section__quote_line {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 31px;
	margin-bottom: 54px;
}

.section__quote_name {
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.section__quote_role {
	font-size: 16px;
	margin-bottom: 0;
}

.home.page .home_section {
	padding: 80px 0;
	background: #fff;
}

.home.page .home_section.bg_blue {
	background: #193669;
}

@media only screen and (max-width: 767px) {
	.home.page .home_section {
		padding: 40px 0 20px 0;
	}
}

.section__titleWrap {
	margin-bottom: 10px;
}

.section__titleWrap .section__title {
	margin-bottom: 0px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
}

.section__products .owl-carousel,
.section__milestones .owl-carousel,
.section__partners .owl-carousel,
.section__news .owl-carousel {
	padding-bottom: 65px;
}

.home_section .owl-carousel .owl-stage {
	display: flex;
}

@media only screen and (max-width: 767px) {
	.home_section .owl-carousel .owl-stage {
		display: block;
	}
}

.owl-carousel .section__products-item,
.owl-carousel .section__partners-item {
	height: 100%;
}

.owl-carousel .owl-nav:not(.disabled) {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 1;
}

.partners-template .owl-carousel button.owl-prev,
.partners-template .owl-carousel button.owl-next,
.home_section .owl-carousel button.owl-prev,
.home_section .owl-carousel button.owl-next,
.content_section .owl-carousel button.owl-prev,
.content_section .owl-carousel button.owl-next {
	width: 35px;
	height: 30px;
	background-image: url(../img/big-red-arrow.svg);
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: center center;
	margin-left: 10px;
}

.bg_blue .owl-carousel button.owl-prev,
.bg_blue .owl-carousel button.owl-next {
	background-image: url(../img/right-white-arrow.svg);
}

.partners-template button.owl-prev span,
.partners-template button.owl-next span,
.home_section .owl-carousel button.owl-prev span,
.home_section .owl-carousel button.owl-next span,
.content_section .owl-carousel button.owl-prev span,
.content_section .owl-carousel button.owl-next span {
	display: none;
}


.partners-template .owl-carousel button.owl-prev,
.partners-template .owl-carousel button.owl-prev,
.home_section .owl-carousel button.owl-prev,
.content_section .owl-carousel button.owl-prev {
	transform-origin: center center;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-left: 0px;
	margin-right: 50px;
}

.section__milestones .owl-carousel button.owl-prev,
.section__milestones .owl-carousel button.owl-next {
	margin-left: 70px;
}

.section__milestones .owl-carousel button.owl-prev {
	margin-left: 0px;
	margin-right: 50px;
}

.owl-carousel .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.owl-carousel .owl-dots button {
	width: 7px;
	height: 7px;
	background: #D6D6D6;
	margin: 2px;
	border-radius: 100%;
}

.owl-carousel .owl-dots button.active {
	background: #727272;
}

.owl-carousel .owl-dots.disabled {
	display: none;
}

.bg_blue .owl-carousel .owl-dots button {
	background: rgba(255, 255, 255, 0.5);
}

.bg_blue .owl-carousel .owl-dots button.active {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.section__news-item,
.section__products-item,
.section__partners-item,
.section__milestones-item {
	position: relative;
	display: block;
}

.section__products-item picture,
.section__partners-item picture,
.section__news-item picture,
.section__milestones-item picture {
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 56.25%;
	position: relative;
	background: #fff;
	border: 1px solid rgba(196, 196, 196, 0.5);
}

.section__partners-item picture {
	padding-bottom: 56.25%;
}

.section__news-item picture {
	padding-bottom: 100%;
	border: 0;
	overflow: hidden;
}

.section__milestones-item picture {
	padding-bottom: 140%;
	border: 0;
	overflow: hidden;
	background: rgba(25, 54, 105, 0.2);
}

.section__products-item picture img,
.section__partners .section__partners-item picture img,
.section__news-item picture img,
.section__milestones .section__milestones-item picture img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: none;
	/* padding: 10px 35px; */
}

.section__news-item picture img,
.section__milestones .section__milestones-item picture img {
	padding: 0;
	object-fit: cover;
	transition: all ease .5s;
}

.section__products-item_text {
	padding: 20px 20px 30px 20px;
}

h4.link-w-arrow {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4375;
}

.link-w-arrow.bold {
	font-weight: 900;
	font-size: 13px;
}

.section__news-item h4,
.section__products-item h4 {
	margin-bottom: 12px;
	color: #252525;
	display: block;
	min-height: 46px;
}

.bg_blue {
	background: #193669;
	color: #fff;
}

.bg_blue a {
	color: #fff;
}

.section__partners-item {
	position: relative;
	background: #fff;
}

.section__partners-item .hover_text {
	position: absolute;
	top: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180.26deg, rgba(11, 29, 61, 0.87) -11.2%, #050505 99.77%);
	transition: all ease 0.5s;
	padding: 16px;
}

.section__partners-item:hover .hover_text {
	top: 0;
}

.section__partners-item .hover_text h3 {
	font-weight: 700;
	color: #C02026;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.section__news-item .overlay_text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(124, 119, 119, 0.56);
	padding: 16px;
	color: #fff;
}

.section__news-item:hover picture img {
	transform: scale(1.5);
}

.section__news-item .overlay_text h3 {
	font-weight: 500;
	font-size: 25px;
}

.section__news-item .overlay_text .section__news-item_details {
	position: absolute;
	bottom: 16px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 16px;
	font-size: 14px;
}

.section__news-item .overlay_text .section__news-item_details .details_type {
	text-transform: uppercase;
	letter-spacing: 0.24em;
}

.getintouch {
	padding: 54px 0;
	border-bottom: 1px solid #f7f7f7;
	text-align: center;
}

.getintouch a {
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	text-decoration: none;
}

.getintouch a::after {
	content: "";
	display: inline-block;
	width: 45px;
	height: 20px;
	background-image: url(../img/big-red-arrow.svg);
	background-repeat: no-repeat;
	background-size: 45px auto;
	background-position: center center;
	margin-left: 10px;
}

.cta {
	margin-top: 40px;
}

.button {
	background: #C02026;
	border: 1px solid #C02026;
	box-sizing: border-box;
	font-weight: 900;
	font-size: 13px;
	color: #f7f7f7;
	text-transform: uppercase;
	padding: 18px;
	display: block;
	text-decoration: none;
	margin-right: 10px;
	transition: all ease .5s;
}

.button.outlined {
	background: transparent;
	color: #C02026;
}

.button:hover {
	background-color: transparent;
	color: #C02026;
}

.button.outlined:hover {
	background: #C02026;
	color: #f7f7f7;
}

.page .content_section {
	padding: 100px 0;
}

@media only screen and (max-width: 767px) {
	.page .content_section {
		padding: 40px 0 20px 0;
	}
}

.container-fluid.edge {
	padding: 0;
}

.content_section .section__titleWrap {
	padding-bottom: 60px;
}

.section__milestones .section__milestones-item picture img {
	mix-blend-mode: multiply;
}

.section__milestones .section__milestones-item .milestones_text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.section__milestones .section__milestones-item .milestones_text .milestones_date {
	position: relative;
	margin-top: 80px;
	font-weight: 500;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	z-index: 2;
}

.section__milestones .section__milestones-item .milestones_text .milestones_date::before,
.section__milestones .section__milestones-item .milestones_text .milestones_date::after {
	content: "";
	display: block;
	width: 40%;
	min-width: 80px;
	height: 1px;
	background-color: #fff;
	margin-bottom: 10px;

}

.section__milestones .section__milestones-item .milestones_text .milestones_date::after {
	margin-bottom: 0px;
	margin-top: 10px;
}

.section__milestones .section__milestones-item .milestones_text .hover_text {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 150px 16px 16px 16px;
	color: #fff;
	background: linear-gradient(180deg, rgba(0, 2, 4, 1) 0%, rgba(0, 2, 4, 0) 100%);
	transition: all ease .5s;
	text-align: center;
}

.section__milestones .section__milestones-item .milestones_text:hover .hover_text {
	bottom: 0;
}

.section__milestones .section__milestones-item .milestones_text .hover_text h4 {
	font-weight: 900;
	font-size: 17px;
	color: #C02026;
	margin-bottom: 12px;
}


.section__team .section__2-col-text-intro {
	text-align: center;
}

.section__team .section__2-col-team_item .profilePic,
.section__team .section__2-col-team_item .bio {
	width: 50%;
}

.section__team .section__2-col-team_item .profilePic picture {
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 110%;
	position: relative;
	background-color: #cacaca;
}

.section__team .section__2-col-team_item .profilePic picture img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.section__team .section__2-col-team_item .bio {
	padding: 40px;
}

.section__team .section__2-col-team_item .bio h2 {
	font-weight: 500;
	font-size: 25px;
	color: #C02026;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.section__team .section__2-col-team_item .bio .job-title {
	font-weight: 500;
	margin-bottom: 20px;
	color: #C02026;
}

.section__responsibility {
	width: 70%;
}

.section__spacer {
	height: 70px;
	background: #fff;
}

.section__partners_grid {
	padding: 120px 0;
	background: rgba(196, 196, 196, 0.1);
}

.section__partners_grid .section__products-item,
.section__products_grid .section__products-item {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 40px;
}

.section__partners_grid .section__products-item:nth-child(3n+0),
.section__products_grid .section__products-item:nth-child(3n+0),
.section__news_grid .section__news-item:nth-child(3n+0) {
	margin-right: 0;
}

.section__partners_grid .section__products-item {
	display: block;
}

.end-actions {
	padding-top: 18px;
	width: 100%;
}

.link {
	font-weight: 900;
	font-size: 13px;
	text-transform: uppercase;
}

.link::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #C02026;
	transition: all ease .5s;
}

.link:hover::after {
	background: #000;
}

.section__fund-details,
.section__product-details {
	padding: 58px 0 116px 0;
	background-color: #ffffff;
}

.section__fund-details .page_title,
.section__product-details .page_title {
	margin-bottom: 50px;
}

.section__fund-details .details_main-content {
	border-bottom: 2px solid #C02026;
}

.section__fund-details picture,
.section__product-details picture,
.section__news-details picture {
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 37.8%;
	position: relative;
	background: #fff;
	border: 1px solid rgba(196, 196, 196, 0.5);
}

.section__fund-details picture img,
.section__product-details picture img,
.section__news-details picture img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
	padding: 30px 35px;
}

.section__news-details picture {
	padding-bottom: 57%;
	border: 0;
}

.section__news-details picture img {
	object-fit: cover;
	padding: 0;
}

.details_main-content {
	margin-top: 44px;
}

.details_main-content .liner__header {
	border-bottom: 2px solid #C02026;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.details_main-content .liner-label {
	font-size: 25px;
	color: #C02026;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 18px;
}

.details_main-content .liner-label::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #C02026;
}

.details_main-content .liner__header .liner-value {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
}

.liner-value a {
	color: #193669;
	text-decoration: underline;
}


.details_main-content .liner__1-col,
.details_main-content .liner__2-col {
	margin-bottom: 40px;
}

.details_main-content .liner__2-col .liner__2-col-item {
	width: 40%;
	margin-right: 10%;
}

.details_main-content .liner__2-col .liner__2-col-item:last-child {
	width: 45%;
	margin-right: 5%;
}

.details_main-content a:hover {
	color: #C02026;
}

.details_main-content .liner-value ul {
	list-style: none;
	padding-left: 0;
}

.details_main-content .liner-value ul li {
	display: flex;
}

.details_main-content .liner-value ul li::before {
	content: ">";
	display: block;
	padding: 0 20px 0 10px;
	color: #C02026;
	font-family: 'Raleway', sans-serif;
}

.section__product-details .details_main-content {
	border: 3px solid #C02026;
	padding: 67px 40px;
}

.section__product-details .details_main-content .liner__header .page_title {
	margin-bottom: 0px;
}

.section__products_grid,
.section__news_grid {
	padding-bottom: 130px;
	background: #fff;
}

.section__pagetitle {
	padding-top: 110px;
	padding-bottom: 60px;
	background-color: #ffffff;
}

.section__news-details .article_share {
	padding-bottom: 15px;
	text-transform: uppercase;
	font-weight: 500;
}

.section__news-details .article_share a {
	display: flex;
	align-items: center;
}

.section__news-details .article_share a::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url('../img/icons/icon-sharing.svg');
	background-size: cover;
	margin-right: 10px;
}

.section__news-details .article_date {
	font-weight: 500;
	color: #C02026;
	margin-top: 15px;
}

.section__news-details .article_title {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 35px;
	margin-bottom: 0;
	margin-top: 40px;
}

.section__disclaimer-details .details_main-content {
	margin-top: 0;
}

.section__disclaimer-details .disclaimer__section {
	margin-bottom: 50px;
}

.section__disclaimer-details .disclaimer__section h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 35px;
}

.section__disclaimer-details .disclaimer__section h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
}

.section__disclaimer-details .disclaimer__section h3 {
	font-weight: 500;
	font-size: 25px;
}

.section__disclaimer-details .disclaimer__section h4 {
	font-weight: 500;
}

.section__disclaimer-details .disclaimer__section li {
	margin-bottom: 0px;
}

.news_grid {
	width: 100%;
}

.section__news_grid .section__news-item {
	width: 33%;
	margin-right: .5%;
	display: none;
	margin-bottom: 10px;
}

.section__map picture {
	width: 100%;
}

.section__contact-details {
	background: url('../../../en/assets/website/assets/media/images/contact-figure.html');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.contact__2col {
	width: 50%;
	text-align: center;
	border-right: 1px solid #C02026;
}

.contact__2col:last-child {
	border-right: 0;
}

.contact__2col h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	color: #C02026;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-menu {
	background: #C02026;
	padding: 0 14px;
}

.dropdown-menu a {
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #f7f7f7;
	padding: 15px 0;
}

.dropdown-menu a:last-child {
	border-bottom: 0;
	margin-bottom: 0px;
}

.dropdown-menu a:hover {
	background: transparent;
}

@media only screen and (max-width: 767px) {

	body {
		line-height: 1.38;
	}

	section.parallax picture::before {
		background: rgba(25, 54, 105, 0.3);
	}
	.section__2-col-text_item {
		padding-bottom: 50px;
	}

	.home .section__2-col-text_item::after {
		content: "";
		height: 1px;
		width: 50%;
		display: block;
		margin: auto;
		margin-top: 50px;
		background: #252525;
	}

	.home .section__2-col-text_item:last-child::after {
		display: none;
	}

	.section__2-col-text_item .left h2,
	.section__2-col-text_item .right h2 {
		text-align: center;
	}

	.section__quote {
		padding: 112px 45px;
	}

	.section__quote_line {
		font-size: 18px;
		margin-bottom: 28px;
	}

	.section__quote_name {
		font-size: 16px;
	}

	.section__titleWrap .section__title {
		font-size: 18px;
	}

	.section__titleWrap .link-w-arrow {
		display: none;
	}

	.section__products-item picture img,
	.section__partners .section__partners-item picture img,
	.section__news-item picture img,
	.section__milestones .section__milestones-item picture img {
		padding: 0;
	}

	.section__products-item_text p {
		font-size: 16px;
	}

	.section__products .owl-carousel,
	.section__milestones .owl-carousel,
	.section__partners .owl-carousel,
	.section__news .owl-carousel {
		padding-bottom: 50px;
	}

	.getintouch a {
		font-size: 18px;
	}

	.getintouch a::after {
		width: 32px;
		background-size: 32px auto;
		height: 12px;
	}

	section.parallax,
	section.parallax.short {
		min-height: 50vh;
	}

	.home section.parallax {
		min-height: calc(165vh - 90px);
	}

	.section__2-col-text {
		padding: 36px 0 !important;
	}

	.page_title {
		font-size: 23px;
	}

	.page_title:last-child {
		margin-bottom: 0;
	}

	.section__2-col-text .section__2-col-text-intro p,
	.section__2-col-text_item .left .text-big {
		font-size: 18px;
	}

	.section__2-col-text_item .left .text {
		font-weight: 400;
		font-size: 18px;
		text-align: left;
	}

	.section__2-col-text_item .left .text-big {
		text-align: left;
		font-weight: 700;
	}

	.button {
		font-size: 11px;
	}

	.content_section .section__titleWrap {
		padding-bottom: 20px;
	}

	.container-fluid.edge {
		padding-left: 19px;
		padding-right: 19px;
	}

	.section__milestones .section__milestones-item .milestones_text .hover_text {
		bottom: 0;
	}

	.section__milestones .section__milestones-item .milestones_text .hover_text p {
		font-size: 16px;
	}

	.section__team .section__2-col-team_item .bio {
		padding: 23px 0;
	}

	.section__team .section__2-col-team_item .bio h2 {
		margin-bottom: 0;
	}

	.section__responsibility {
		width: 100%;
	}

	.section__partners_grid {
		padding: 43px 0;
	}

	.section__fund-details,
	.section__product-details {
		padding: 30px 0;
	}

	.section__fund-details .page_title,
	.section__product-details .page_title {
		margin-bottom: 10px;
	}

	.section__fund-details picture img,
	.section__product-details picture img {
		padding: 10px;
	}

	.details_main-content {
		margin-top: 25px;
	}

	.details_main-content .liner-label,
	.details_main-content .liner__header .liner-value {
		font-size: 18px;
	}

	.details_main-content .liner__header {
		border-bottom: 4px solid #C02026;
	}

	.section__fund-details .details_main-content {
		border-bottom: 4px solid #C02026;
	}

	.section__product-details .details_main-content {
		padding: 20px;
	}

	.section__product-details .details_main-content .liner__header {
		padding-bottom: 10px;
	}

	.section__news_grid .section__news-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.section__map picture {
		width: 100%;
		height: 300px;
		display: flex;
		justify-content: end;
	}

	.section__map picture img {
		height: 100%;
		max-width: inherit;
	}

	.contact__2col {
		width: 100%;
		border-right: 0;
	}

	.contact__2col::after {
		content: "";
		height: 1px;
		width: 50%;
		display: block;
		margin: 40px auto;
		background: #252525;
	}

	.contact__2col:last-child::after {
		display: none;
	}

	.contact__2col h2 {
		font-weight: 700;
		font-size: 18px;
	}

	.section__contact-details {
		background-image: url('../../../en/assets/website/assets/media/images/contactus-edited-compressed.html');
	}

	.section__disclaimer-details .disclaimer__section h1 {
		font-size: 23px;
	}

	.section__disclaimer-details .disclaimer__section h2 {
		font-size: 18px;
		font-weight: 700;
	}

	.section__disclaimer-details .disclaimer__section h3 {
		font-size: 18px;
		font-weight: 400;
	}

	.section__disclaimer-details .disclaimer__section h4 {
		font-size: 14px;
	}

	.section__disclaimer-details .disclaimer__section {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 992px) {

	header.template+main.template {
		margin-top: 60px;
	}

	.section__pagetitle {
		padding-top: 40px;
		padding-bottom: 35px;
	}

	.section__products_grid,
	.section__news_grid {
		padding-bottom: 30px;
	}

	.section__news-details picture img {
		padding: 0;
	}

	.section__news-details .article_title {
		font-size: 23px;
		margin-bottom: 20px;
		margin-top: 10px;
	}

	.section__news-details .article_date {
		margin-top: 25px;
	}

	.details_main-content .liner__1-col,
	.details_main-content .liner__2-col,
	.details_main-content .liner-value ul {
		margin-bottom: 0;
	}

	.details_main-content .liner__2-col .liner__2-col-item,
	.details_main-content .liner__2-col .liner__2-col-item:last-child {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.section__2-col-text .section__2-col-text-intro {
		width: 100%;
		padding-bottom: 28px;
	}

	.section__partners_grid .section__products-item,
	.section__products_grid .section__products-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
	}

	.section__2-col-text_item .left,
	.section__2-col-text_item .right {
		width: 100%;
		padding-right: 0;
	}

	.section__team .section__2-col-team_item .profilePic,
	.section__team .section__2-col-team_item .bio {
		width: 100%;
	}

	.section__team .section__2-col-team_item .profilePic picture {
		padding-bottom: 100%;
	}

	section.parallax.short {
		min-height: 40vh;
	}
}

.about-template.page header.template+main.template {
	margin-top: 0;
}

.about-template.page section {
	position: relative;
}

.about-template.page section.parallax picture {
	height: 50vh;
}

.about-template.page .anchor {
	display: block;
	position: absolute;
	top: -113px;
	left: 0;
	width: 100%;
	height: 113px;
}

@media only screen and (max-width: 991px) {
	.about-template.page .anchor {
		margin-top: 60px;
	}
	
	.parallax .banner-text h1 {
		font-weight: 600;
		font-size: 21px;
		line-height: 1.38;
	}
}

.product-detail-template .page_title,
.partner-detail-template .page_title {
	margin-bottom: 25px;
}

.partners-template .section__partners_grid {
	background-color: #ffffff;
}

.logo-name {
	margin-top: 10px;
	color: #C02026;
	font-size: 16px;
	font-weight: bold;
}

.linkedin-news {
	padding-bottom: 0 !important;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

@media screen and (max-width: 1199px) {
	.linkedin-news {
		padding-bottom: 65px !important;
	}

	.linkedin-news iframe {
		width: 100%;
	}
}


#TeamDiv .section__team .section__2-col-team_item .profilePic,
.section__team .section__2-col-team_item .bio {}

#TeamDiv .bio {
	width: 75%;
	padding: 0;
}

#TeamDiv .section__2-col-team_item .bio {
	padding-right: 40px;
}

#TeamDiv .section__2-col-team_item:nth-child(2n) .bio {
	padding-left: 40px;
	padding-right: 0;
}

#TeamDiv .profilePic {
	width: 25%;
}

#TeamDiv .section__2-col-team_item {
	margin-bottom: 40px;
}

.shkco-link {
	white-space: nowrap;
}

@media screen and (min-width: 768px) {
	.section__products-item {
		background: rgba(196, 196, 196, 0.2);
	}
}

@media screen and (max-width: 767px) {
	.owl-carousel .owl-stage-outer {
		background: rgba(196, 196, 196, 0.2);
	}
}

.shkco-link-index {
	text-decoration: underline;
}



.banner-inner-row {
	padding-left: 0 !important;
	padding-right: 0 !important;
	column-gap: 120px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
}

.banner-video {
	width: 100%;
	max-width: 420px;
	display: flex;
	flex-direction: column;
}

.banner-video-label h3 {
	padding: 12px 24px;
	background-color: rgba(81, 75, 75, 0.7);
	font-weight: 600 !important;
	font-size: 21px;
	color: white;
	font-family: 'Raleway', sans-serif !important;
}

.banner-video .swiper {
	width: 100%;
	max-width: 420px;
}

@media screen and (max-width: 1400px) {
	.banner-text {
		padding: 0 40px;
	}
	.banner-inner-row {
		padding: 0 40px;
		column-gap: 60px;
	}
}

@media screen and (max-width: 1199px) {
	.banner-inner-row {
		align-items: center;
	}

	.banner-video {
		margin-top: 40px;
	}

	.banner-video-label h3 {
		text-align: center;
	}
}

@media screen and (max-width: 640px) {
	.banner-text {
		padding: 0 20px;
	}

	.banner-video iframe {
		height: 260px;
	}

	.banner-video-label h3 {
		font-size: 16px;
	}

	.banner-video iframe {
		height: 200px;
	}
}

@media screen and (max-width: 430px) {
	.banner-video iframe {}
}

@media screen and (max-width: 375px) {
	.parallax .banner-text h1 {
		font-size: 17px;
	}
}

.si-grid {
	gap: 40px;
	grid-template-columns: repeat(3, 1fr);
	display: grid;
}

@media screen and (max-width: 1199px) {
	.si-grid {
		padding-bottom: 110px;
		grid-template-columns: repeat(2, 1fr);
	}

	.si-item iframe {
		height: 310px;
	}
}

@media screen and (max-width: 800px) {
	.si-grid {
		padding-bottom: 110px;
		grid-template-columns: repeat(1, 1fr);
	}

	.si-item iframe {
		height: 422px;
	}
	
	/* .banner-inner-row {
		flex-direction: column;
	} */
}


@media screen and (max-width: 640px) {
	.si-item iframe {
		height: 255px;
	}
}

@media screen and (max-width: 375px) {
	.si-grid {
		gap: 20px;
	}
	.si-item iframe {
		height: 195px;
	}
}

.banner-more-button {
	margin: 10px 0 0 auto;
    padding: 12px;
	background-color: #C02026;
	color: white;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.banner-more-button span {
	padding-right: 30px;
	font-weight: 900;
    font-size: 13px;
}

.banner-more-button:after {
	content: "";
    background-image: url(../img/right-white-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 10px;
    position: absolute;
}
