/* brands page */

.brands-grid-container {
    list-style: none;
    display: grid;
    padding: 50px 150px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px
}

.brands-grid-item img {
    width: 100%;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?fve82j");
	src: url("../fonts/icomoon.eot?fve82j#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fve82j") format("truetype"), url("../fonts/icomoon.woff?fve82j") format("woff"), url("../fonts/icomoon.svg?fve82j#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
	content: "\e900";
}

.icon-calendar:before {
	content: "\e901";
}

.icon-faceboock:before {
	content: "\e902";
}

.icon-graph:before {
	content: "\e903";
}

.icon-linkendin:before {
	content: "\e904";
}

.icon-mail:before {
	content: "\e905";
}

.icon-pin:before {
	content: "\e906";
}

.icon-search:before {
	content: "\e907";
}

.icon-twitter:before {
	content: "\e908";
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
	width: auto;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

.btn {
	font-weight: 600;
	letter-spacing: .7px;
	text-transform: uppercase;
	min-width: 175px;
}

/* Some add'l client requested mobile style tweaks */
@media (max-width: 575px) {
    
    .btn {
        min-width: 145px;
        padding: 10px;
        font-size: 0.675rem;
    }
    
}


.btn.btn-large {
    min-width: 280px;
}

.btn.btn-outline-warning {
	color: #002b5e;
}

.btn.btn-outline-primary {
    color: #002b5e;
    border-color: #5eaee0;
}

.btn.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #002b5e;
    background: #5eaee0;
}

.contact-list,
.post-list,
.post-list .time-list,
.filtration-list,
.brand-adress-list,
.director-list,
.intro .intro-slider .slick-dots,
.intro .stock-info .static-list,
.content-box .giving-list,
.content-list-holder,
.years-list,
.decription-month-list,
.partners-list,
.benefits-list,
.counter-list,
.article-detail .social-holder .social-link,
.facts-section .featured-list,
.facts-list,
.brands-filter-list,
.tab-content .brands-img,
#nav > ul,
#nav > ul > li .drop ul,
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

body {
	padding-top: 89px;
}

body.bg-beige {
	/* background-color: #f6f3ee; */
	background-color: #f5f5f5;
}

.decor-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: 96% auto;
	background-position: 0 -3px;
}

.decor-bg.home-decor {
	top: 500px;
	background-size: 100% auto;
	background-position: 0 -3px;
}

.decor-bg.decor-right {
	background-size: auto auto;
	background-position: 0 -3px;
	z-index: 2;
}

.decor-bg.decor-left {
	background-size: auto auto;
	background-position: 100% -3px;
	z-index: 2;
}

.decor-bg.decor-big {
	background-size: 100% auto;
	background-position: 100% -3px;
	z-index: 2;
}
.filter-color {
    filter: brightness(0) saturate(100%) invert(99%) sepia(40%) saturate(225%) hue-rotate(236deg) brightness(115%) contrast(92%);
}

.decor-bg.content-decor {
	top: 5%;
	background-size: 100% auto;
	background-position: 0 -3px;
}

.decor-bg.privacy-decor {
	background-size: 100% auto;
	background-position: 0 -3px;
}

.container {
	/* max-width: 100%; */
	max-width: 1144px;
}

img {
	max-width: 100%;
}

h1,
.h1 {
	font-weight: 500;
}

h2,
.h2 {
	font-weight: 500;
}

.title-box {
	position: relative;
	margin-bottom: 25px;
	z-index: 1;
}

.title-box:before {
	content: "";
	width: 118px;
	height: 102px;
	background-image: url("../images/decor-title-01.svg");
	position: absolute;
	top: -13px;
	left: -4px;
	background-size: 100%;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center;
}

.title-box h2 {
	text-align: left;
	padding: 30px 20px 35px;
}

.title-box h2:only-child {
	width: 100%;
}

.title-box .btn-holder {
	margin: 0 -5px;
}

.title-box .btn-holder .btn {
	margin: 0 5px 10px;
}

.latest-news-intro {
	background-image: url("../images/decor-03.svg");
	background-position: 0 0;
	background-size: auto;
	background-repeat: no-repeat;
}

.career-intro {
	position: relative;
}

.about-us-intro {
	position: relative;
	padding-bottom: 35px;
}

.overview {
	position: relative;
	z-index: 2;
}

.overview .heading-block {
	margin-bottom: 35px;
}

.overview .description-holder {
	margin-bottom: 35px;
}

.overview .description-holder h3 {
	font-weight: 500;
	margin-bottom: 20px;
}

.post-list > li {
	padding-bottom: 25px;
}

.post-list h3 {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
}

.post-list a:hover {
	text-decoration: none;
}

.post-list a:hover h3 {
	color: #00aae7;
}

.post-list .time-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 -6px 10px;
	font-size: 14px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #58595b;
	line-height: 1;
}

.post-list .time-list.brand li:last-child {
	font-weight: 700;
}

.post-list .time-list.brand li img {
	max-width: 50px;
}

.post-list .time-list li {
	position: relative;
	padding: 0 6px;
}

.post-list .time-list li p {
    margin-bottom: 0;
}

.post-list .time-list li:not(.detail):before {
	content: "-";
	position: absolute;
	top: 50%;
	right: -2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.post-list .time-list li:first-child:before,
.post-list .time-list li:last-child:before {
	display: none;
}

.post-list .link {
	font-size: 14px;
	/* color: #e0b000; */
	color: #d00000;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 600;
	letter-spacing: .7px;
}

@media (max-width: 575px) {
    .post-list .link {
        font-size: 11px;
    }
}

.post-list .link:after {
	content: "—";
	margin-left: 5px;
}

.post-list h3 {
	font-weight: 600;
}

.filter-holder {
	padding-top: 25px;
}

.filtration-list {
	margin-bottom: 25px;
	text-align: center;
}

.filtration-list li {
	padding: 0 0 10px;
}

.filtration-list li a {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #00aae7;
	font-size: 14px;
	letter-spacing: .7px;
	font-weight: 600;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.filtration-list li a:before {
	-webkit-transition: opacity .15s linear, visibility .15s linear;
	transition: opacity .15s linear, visibility .15s linear;
	content: "";
	position: absolute;
	bottom: -5px;
	height: 2px;
	background-color: #00aae7;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
}

.filtration-list li a:hover:before {
	opacity: 1;
	visibility: visible;
}

.filtration-list li a.active {
	color: #002b5e;
}

.filtration-list li a.active:before {
	opacity: 1;
	visibility: visible;
	background-color: #002b5e;
}

.filtration-list label {
	font-size: 14px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 600;
	color: #00aae7;
	letter-spacing: .7px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
}

.filtration-list .jcf-select {
	min-width: auto;
	border: none;
	margin-bottom: 0;
	cursor: pointer;
	background-color: transparent;
}

.filtration-list .jcf-select .jcf-select-text {
	font-size: 14px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 600;
	color: #00aae7;
	letter-spacing: .7px;
	text-transform: uppercase;
	margin-right: 19px;
	margin-left: 6px;
}

.filtration-list .jcf-select .jcf-select-opener {
	background-color: transparent;
	width: 15px;
}

.filtration-list .jcf-select .jcf-select-opener:before {
	content: "▼";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 9px;
	color: #00aae7;
	margin-top: -1px;
}

.jcf-select-drop {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
}

.jcf-select-drop .jcf-select-drop-content {
	border: none;
}

.jcf-select-drop .jcf-option {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	font-size: 14px;
	color: #00aae7;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 600;
	padding: 10px;
}

.jcf-select-drop .jcf-option.jcf-selected,
.jcf-select-drop .jcf-option.jcf-hover {
	background-color: transparent;
	color: #002b5e;
}

.brand-adress-list {
	margin-bottom: 35px;
	
}

.brand-adress-list > li {
	padding-bottom: 25px;
}

/* .logo-download-list li:nth-child(1) p, .logo-download-list li:nth-child(2) p {
    border-bottom: 1.5px solid rgba(0,0,0,.3);
    margin-right: 191px;
    padding-bottom: 20px;
    max-width: 427px;
} */

/* .logo-download-list li a {
    position: absolute;    
    top: 11px;
    left: 445px;
    top: 58px;
    left: 290px;
} */

.careers-list li .link {
    position: absolute;
    top: 20px;
    right: 250px;
}

.careers-list h3 {
    max-width: 50%;
}
.careers-list span.city {
    color: #58595b;
} 

.careers-list li:nth-child(1) span.city, .careers-list li:nth-child(2) span.city {
    border-bottom: 1.5px solid rgba(0,0,0,.3);
    margin-right: 191px;
    padding-bottom: 20px;
}

.brand-adress-list > li:last-child a,
.brand-adress-list > li:nth-last-child(2) a,
.brand-adress-list > li:last-child .fake-link {
	border-bottom: none;
}

.brand-adress-list .fake-link {
	position: relative;
	border-bottom: 1px solid #adafb1;
	display: block;
	padding-right: 55px;
	color: #58595b;
	padding-bottom: 15px;
	height: 100%;
}

.brand-adress-list .fake-link .link {
	-webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
	width: 40px;
	height: 40px;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	/* border: 1px solid #e0b000; */
	border: 1px solid #5eaee0;
	right: 0;
	top: -10px;
	color: #002b5e;
	text-decoration: none;
}

.brand-adress-list .fake-link .link:hover {
	/* background-color: #e0b000; */
	/* background-color: #d00000; */
	background-color: #5eaee0;
}

.brand-adress-list h3 {
	font-weight: 600;
	margin-bottom: 5px;
}

.brand-adress-list .city {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.brand-adress-list .city i {
	margin-right: 18px;
	font-size: 22px;
}

.brand-adress-list .city .city-name p {
    margin: 0;
}

.brand-adress-list .city .city-name p a {
    text-decoration: none;
    color: #58595b;
}

.brand-adress-list .city .city-name p a:hover {
    color: #0056b3;
}

.hidden,
.inactive {
	position: absolute;
	left: -9999px;
	top: 0;
}

.loader {
	display: none;
	text-align: center;
	padding: 40px 0;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 600;
}
	
.loading .loader {
    display: block;
}

.error-message {
	display: none;
	text-align: center;
	padding: 40px 0;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 600;
}

.no-results .error-message {
	display: block;
}

.director-list li {
	padding-bottom: 25px;
}

.director-list img {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	margin-bottom: 15px;
	width: 100%;
}

.director-list .img-box {
    padding-bottom: 67%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    margin-bottom: 15px;
}

.director-list h4 {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
}

.director-list a:hover {
	text-decoration: none;
}

.director-list a:hover img {
	opacity: .6;
}

.director-list a:hover h4 {
	color: #00aae7;
}

.board-directors {
	margin-bottom: 31px;
	position: relative;
}

.board-directors .triangle {
	position: absolute;
	top: -7px;
	right: 0;
	z-index: 1;
}

.board-directors .container {
	position: relative;
	z-index: 2;
}

.board-directors .title-box {
	margin-bottom: 15px;
}

.intro {
	margin-bottom: 35px;
	position: relative;
}

.intro .slide-holder {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	min-height: 500px;
}

.intro .slide-holder:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #002b5e;
	opacity: .45;
	z-index: 1;
}

.intro .slash .slide-holder:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
	background-image: url("../images/intro-decor.svg");
	background-position: center;
	background-repeat: no-repeat;
}


/* .intro .slide:nth-child(2) .slide-holder:after {
    background-image: none;
} */

.intro .slide-holder .container {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.intro .slide-holder .subtitle {
	color: #fff;
	font-weight: 600;
	letter-spacing: .7px;
	margin-bottom: 15px;
}

.intro .slide-holder h1 {
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 2.5rem;
}

.intro .slide-holder .btn {
	color: #fff;
}

.intro .slide-holder .btn:hover {
	color: #002b5e;
}

.intro .intro-slider .slick-dots {
	position: absolute;
	left: 15px;
	bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.intro .intro-slider .slick-dots li {
	padding: 0 8px;
}

.intro .intro-slider .slick-dots li.slick-active button {
	background-color: white;
}

.intro .intro-slider .slick-dots button {
	-webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
	padding: 0;
	margin: 0;
	font-size: 0;
	background-color: transparent;
	border: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
}

.intro .stock-info {
	max-width: calc(100vw - 15px);
	margin: 0 auto;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -35px;
	position: relative;
	z-index: 3;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.intro .stock-info .label-holder {
	/* background-color: #002b5e; */
	background-color: #23427a;
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: .68px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 10px;
	width: 100%;
}

.intro .stock-info .label-holder i {
	/* color: #e0b000; */
	font-size: 18px;
}

.intro .stock-info .label-holder span {
	display: none;
}

.intro .stock-info .info-holder {
	width: 50%;
	border-right: 1px solid #c2c4c5;
	padding: 16px 15px 11px;
}

.intro .stock-info .info-holder:last-child {
	border-right: none;
}

.intro .stock-info .static-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 500;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #6d6e71;
}

.intro .stock-info .static-list li {
	width: 100%;
	text-align: center;
}

.intro .stock-info .static-list span {
	/* color: #002b5e; */
	color: #23427a;
	font-family: "Unna", serif;
	font-weight: bold;
}

.intro .stock-info .static-list span.percent:before {
	content: "▲";
	/* color: #00aae7; */
	color: #d00000;
	font-size: 9px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.intro .stock-info .static-list span.percent.up:before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	color: #32CD32;
	color: #2ad000 !important;
	/* color: #2ad000; */
}

.intro .stock-info .static-list span.percent.down:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	/* color: #32CD32; */
}

.intro .scroll-down {
	display: none;
}

.subtitle {
	display: block;
	font-size: 12px;
	/* color: #e0b000; */
	/* color: #d00000; */
	color: #5eaee0;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.content-box {
	margin-bottom: 25px;
}

.content-box.reverse .decor .dots {
	left: 82px;
	top: -87px;
	right: auto;
}

.content-box.reverse .decor .triangle {
	top: -18px;
	left: 0;
	right: auto;
}

.content-box .img-holder {
	margin-bottom: 25px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	z-index: 3;
}

.content-box .img-holder img {
	width: 100%;
}

.content-box .img-holder img.crop-barry, .crop-2nd-child li:nth-child(2) .content-box .img-holder img {
	height: 750px;
	object-fit: cover;
	object-position: 0px 0px;
}

.content-box .img-holder img.crop-barry {
    height: 350px;
}

.content-box .text-holder {
	position: relative;
	z-index: 3;
}

.content-box .text-holder h2 {
	line-height: 1.4;
}

.content-box .text-holder h3 {
	font-weight: 500;
	line-height: 1.29;
}

.content-box .giving-list li {
	-webkit-transition: padding .15s linear;
	transition: padding .15s linear;
	padding: 7px 0;
	border-bottom: 1px solid #adafb1;
}

.content-box .giving-list li:last-child {
	border-bottom: none;
}

.content-box .giving-list li.active {
	padding: 10px 0;
}

.content-box .giving-list li.active a {
	color: #002b5e;
}

.content-box .giving-list a {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	color: #adafb1;
	font-size: 20px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 500;
	text-decoration: none;
}

.content-box .giving-list a:hover {
	color: #002b5e;
}

.content-box .giving-list .slide {
	padding: 10px 0;
}

.content-box .giving-list p {
	margin-bottom: 0;
}

.content-box .decor {
	display: none;
}

.content-box .decor .dots {
	right: 82px;
	top: -87px;
	position: absolute;
	z-index: 2;
}

.content-box .decor .triangle {
	position: absolute;
	top: -18px;
	right: 0;
	z-index: 1;
}

.giving {
	position: relative;
	z-index: 2;
	margin-bottom: 25px;
}

.post-section {
	padding: 40px 0 36px;
}

.post-section .title-holder {
	position: relative;
	padding: 25px 0 1px 25px;
}

.post-section .title-holder:before {
	content: "";
	position: absolute;
	width: 95px;
	height: 87px;
	bottom: 0;
	left: 3px;
	background-image: url("../images/decor-title-01.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.post-section .title-holder h1 {
	position: relative;
	z-index: 2;
	margin-bottom: 5px;
}

.privacy {
	padding: 35px 0 45px;
}

.privacy .container {
	padding-left: 55px;
	position: relative;
	max-width: 1144px;
}

.privacy h2 {
	margin-bottom: 15px;
}

.privacy p {
	margin-bottom: 15px;
}

.privacy h6 {
	margin-bottom: 7px;
}

.privacy .time-post {
	font-size: 12px;
	/* color: #e0b000; */
	color: #d00000;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	letter-spacing: 1.68px;
	text-transform: uppercase;
	position: absolute;
	top: 2px;
	left: 15px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
}

.team-description {
	padding-top: 30px;
	padding-bottom: 50px;
	position: relative;
	z-index: 2;
}

.team-description .container {
	max-width: 930px;
}

.team-description .text-holder {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
}

.team-description .btn-holder .btn {
	margin: 0 10px 10px;
}

.big-img-intro {
	position: relative;
	padding: 50px 0 0;
}

.big-img-intro:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 78%;
	background-color: #032b5e;
	z-index: 1;
}

.big-img-intro .container {
	position: relative;
	z-index: 3;
}

.big-img-intro .title-holder {
	margin-bottom: 15px;
}

.big-img-intro .title-holder .subtitle {
    text-transform: uppercase;
	margin-bottom: 10px;
}

.big-img-intro h1 {
	color: #fff;
}

.big-img-intro .map-holder,
.big-img-intro .img-holder {
	margin: 0 -15px;
}

.big-img-intro .map-holder {
	height: 240px;
}

.big-img-intro .map-holder svg {
	width: 100%;
}

.static-map .map-holder {
    background-color: rgb(246, 246, 246);
}

.heading-block {
	color: #032b5e;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	padding: 40px 0;
	height: 100%;
}

.heading-block .heading {
	width: 10.6%;
}

.heading-block .subtitle {
	font-size: 14px;
	/* color: #e0b000; */
	color: #d00000;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.heading-block .text-block {
	width: 89.4%;
}

.heading-block .info-block,
.heading-block .contact-block {
    font-family: "Unna", serif;
    color: #58595b;
}

.heading-block .contact-block .title {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    text-transform: uppercase;
    color: #d00000;
    letter-spacing: 1.5px;
}

/*
.heading-block .contact-list a {
    text-transform: uppercase;
    color: inherit;
}
*/

.heading-block .contact-list li {
    margin-bottom: 6px;
}

/* .text-block.serif {
    font-family: "Unna", serif;
} */

/* .press-kit .heading-block .text-block {
    width: 74.4%;
} */

/* .press-kit .heading-block .contact-block {
    width: 25%;
    padding-top: 40px;
    
} */

/* .press-kit .heading-block .contact-block h3, 
.press-kit .heading-block .contact-block h4, 
.press-kit .heading-block .contact-block p {
    color: #58595b;
} */

.heading-block .text-block h3 {
	font-weight: 500;
	letter-spacing: -.47px;
	margin-bottom: 20px;
}

.heading-block .text-block h3:only-child {
    margin-bottom: 0;
}

.brand-adress .heading-block {
	margin-bottom: 25px;
}

.join-team {
	position: relative;
	margin-bottom: 25px;
}

.join-team-section {
	padding: 15px 0 0;
}

.join-team-section .content-box h2 {
	font-weight: 600;
}

.content-list-holder li {
	margin-bottom: 35px;
}

/* .content-list-holder.last-child-list li:last-child {
    margin-bottom: 35px;
} */

.content-list-holder li:nth-child(odd) .content-box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.description-content .content-box {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.years-section {
	padding-top: 55px;
	position: relative;
	/* margin-bottom: 25px; */
	margin-bottom: 70px;
}

.years-section .triangle {
	position: absolute;
	left: 0;
	top: 25px;
}

.years-section:before {
	display: none;
    visibility: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 106px;
	height: 97px;
	background-image: url("../images/decor-title-01.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	z-index: 2;
}

.years-section .container {
	position: relative;
	z-index: 2;
	max-width: 1144px;
	padding-left: 15px;
	padding-right: 15px;
}

.years-section h3 {
	font-weight: 500;
	margin-bottom: 35px;
}

h3.leadership-title {
	font-weight: 500;
	margin-bottom: 35px;
}

.years-list > li:last-child {
	margin-bottom: 0;
}

.years-list .text-holder {
	margin-bottom: 25px;
}

.years-list .text-holder time {
	display: block;
	margin-bottom: 15px;
}

.years-list .img-holder {
	text-align: right;
	margin-bottom: 25px;
}

.years-list .img-holder img {
	width: 100%;
	box-shadow: 0 6px 17px rgba(0, 0, 0, .2);
}

.years-list .img-holder img.mini-img {
	width: auto;
	margin-top: -45px;
	margin-right: -15px;
	margin-left: auto;
	max-width: 50%;
	box-shadow: none;
	width: 50%;
    height: 50%;
    object-fit: cover;
}

.decription-month-list {
	margin-bottom: 15px;
}

.decription-month-list li {
	/* margin-bottom: 3px; */
	margin-bottom: 1.5rem;
}

.decription-month-list .month {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-transform: uppercase;
	color: #00aae7;
	/* font-size: 14px; */
	font-weight: 600;
}

.decription-month-list .link {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	/* font-style: italic; */
	/* color: #e0b000; */
	color: #d00000;
	text-transform: uppercase;
	font-size: 14px;
	/* color: #e0b000; */
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 600;
	letter-spacing: .7px;
}

@media (max-width: 575px){
    .decription-month-list .link {
        font-size: 11px;
    }
}

.decription-month-list .link:before {
	content: "—";
	margin: 0 3px;
}

.decription-month-list .link:hover {
	text-decoration: none;
	color: #00aae7;
}

.rest-years {
	position: relative;
	z-index: 2;
}

.rest-years .title-box {
	margin-bottom: 11px;
}

.slider-holder {
	margin-bottom: 25px;
}

.slider-holder .years-slide {
	margin-bottom: 25px;
	z-index: 3;
}

.slider-holder .years-slide .slick-list {
	margin: 0 -15px;
}

.slider-holder .years-slide .slide {
	padding: 0 15px;
}

.slider-holder .years-slide .img-holder {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	margin-bottom: 15px;
}

.slider-holder .years-slide .img-holder img {
	width: 100%;
}

.slider-holder .years-slide time {
	display: block;
}

.slider-holder .control-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 3;
}

.rest-years .slider-holder .control-panel {
	display: block;
	position: absolute;
    /* right: 40px; */
    /* top: 60px; */
    left: 15px;
    /* top: -20px; */
    top: -44px;
	z-index: 3;
}

.slider-holder .control-panel .arrows-holder {
	max-width: 115px;
	padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-left: 4px;
}

.slider-holder .control-panel .slick-arrow, .link .slick-arrow {
	-webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
	position: relative;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	/* border: 1px solid #e0b000; */
	border: 1px solid #5eaee0;
	display: block;
	background-color: transparent;
}

.rest-years .slider-holder .control-panel .slick-arrow {
    margin-right: 10px;
}

.slider-holder .control-panel .slick-arrow:before, .link .slick-arrow:before {
	content: "\e900";
	font-family: icomoon;
	position: absolute;
	top: 50%;
	font-size: 16px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slider-holder .control-panel .slick-arrow:hover {
	/* background-color: #e0b000; */
	background-color: #5eaee0;
}

.slider-holder .control-panel .slick-arrow.slick-prev:before {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}

.slider-holder .control-panel .animation-bar {
	height: 1px;
	background-color: #b1b1b1;
	width: calc(100% - 115px);
	position: relative;
}

.slider-holder .control-panel .animation-bar .progress {
	position: absolute;
	z-index: 2;
	top: 50%;
	height: 3px;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #00aae7;
}

.main-intro.reverse .img-holder {
	background-color: transparent;
	padding-bottom: 0;
}

.main-intro.reverse .img-holder img {
	position: relative;
	z-index: 2;
}

.main-intro.reverse .img-holder img.set-img-height {
	height: 270px;
	object-fit: cover;
}

.main-intro.reverse .text-holder h1 img.set-img-width {
    /* width: 360px; */
    width: 230px;
}

.main-intro.reverse .text-holder h1 {
	margin-bottom: 5px;
}

.main-intro.reverse .text-holder .subtitle {
	letter-spacing: 1.68px;
}

.main-intro.reverse .text-holder .btn {
	margin-top: 15px;
	position: relative;
	z-index: 2;
}

.main-intro .img-holder {
	position: relative;
	background-color: #002b5e;
	padding-bottom: 30px;
	margin-left: -15px;
	margin-right: -15px;
}

.main-intro .img-holder img {
	width: 100%;
	position: relative;
	z-index: 2;
}

.main-intro .text-holder {
	padding: 45px 30px 30px 35px;
	position: relative;
	z-index: 2;
}

.main-intro h1 {
	margin-bottom: 47px;
}

.text-holder .decor,
.main-intro .decor {
	position: relative;
	z-index: 2;
	line-height: 1;
}

.text-holder .decor:before,
.main-intro .decor:before {
	content: "";
	width: 118px;
	height: 102px;
	background-image: url("../images/decor-title-01.svg");
	position: absolute;
	top: -33px;
	left: -37px;
	background-size: 100%;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center;
}

.job-listen {
	margin-bottom: 35px;
}

.partners-section {
	padding: 25px 0;
	position: relative;
	z-index: 2;
}

.partners-section .triangle {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.partners-section .container {
	position: relative;
	z-index: 2;
}

.partners-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
	text-align: center;
}

.partners-list li {
	width: 50%;
	padding: 0 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.partners-list a {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.partners-list a:hover {
	opacity: .7;
}

.benefits {
	position: relative;
	z-index: 2;
	padding-bottom: 35px;
}

.benefits-list {
	margin-bottom: 15px;
}

.benefits-list li img {
	display: block;
	margin: 0 auto 15px;
}

.benefits-list li h4 {
	margin-bottom: 5px;
}

.features-jobs .title-box {
	margin-bottom: 25px;
}

.counter-section {
	position: relative;
	z-index: 2;
	padding: 25px 0;
}

.counter-list {
	text-align: center;
}

.counter-list li {
	position: relative;
	padding: 0 0 40px;
}

.counter-list li:before {
	content: "";
	width: 90px;
	height: 72px;
	background-image: url("../images/decor-title-01.svg");
	position: absolute;
	top: -18px;
	left: calc(50% - 50px);
	background-size: 100%;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center;
}

.counter-list .counter {
	display: block;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 600;
	/* color: #e0b000; */
	color: #d00000;
	line-height: 1;
	margin-bottom: 8px;
	font-size: 50px;
}

.article-detail {
	margin-bottom: 40px;
}

.article-detail .container {
	max-width: 1112px;
}

.article-detail .intro-img-holder {
	position: relative;
	padding-top: 20px;
}

.article-detail .intro-img-holder:before {
	content: "";
	position: absolute;
	top: 0;
	right: -9999px;
	bottom: 0;
	left: -9999px;
	background-color: #002b5e;
	z-index: 1;
}

.article-detail .intro-img-holder img {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-bottom: -20px;
}

.article-detail .content-holder {
	padding-top: 45px;
	position: relative;
	z-index: 2;
}

.article-detail .social-holder .subtitle {
	font-size: 14px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	letter-spacing: .7px;
	color: #002b5e;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.article-detail .social-holder .social-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px 10px;
}

.article-detail .social-holder .social-link li {
	padding: 0 5px 10px;
}

.article-detail .social-holder .social-link a {
	-webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
	display: block;
	text-decoration: none;
	width: 30px;
	height: 30px;
	background-color: #002b5e;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 17px;
}

.article-detail .social-holder .social-link a:hover {
	background-color: #e0b000;
}

.article-detail .text-holder .subtitle {
	letter-spacing: 1.68px;
}

.article-detail .btn-holder {
	padding-top: 25px;
	position: relative;
	z-index: 2;
}

.article-detail .btn-holder .btn {
	margin: 0 10px 10px;
}

.description-section {
	padding-top: 25px;
	position: relative;
	z-index: 2;
}

.description-section .heading-block {
	position: relative;
}

.description-section .heading-block .text-block {
	font-family: "Unna", serif;
	color: #58595b;
	position: relative;
	z-index: 2;
}

.description-section .heading-block .heading {
	position: relative;
	z-index: 2;
}

.facts-section {
	position: relative;
	z-index: 2;
}

.facts-section .triangle {
	position: absolute;
	right: 0;
	top: 47px;
}

.facts-section .site-placeholder {
	margin-bottom: 25px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.fluid-video .video-frame {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.fluid-video iframe,
.fluid-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.site-placeholder video,
.site-placeholder iframe {
    opacity: 0;
    visibility: hidden;
}

.site-placeholder .playing video,
.site-placeholder .playing iframe {
    opacity: 1;
    visibility: visible;
}

.video-slider .btn-play {
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    transition: opacity .15s linear;
}

.video-slider .btn-play:hover {
    opacity: 0.7;
}

.video-slider .btn-play:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #ffffff;
}

 .video-slider .playing .btn-play {
    opacity: 0;
    visibility: hidden;
}

.video-slider .slide-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video-slider .slide-bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
}

 .video-slider .playing .slide-bg {
    opacity: 0;
    visibility: hidden;
}

.facts-section h3 {
	font-weight: 500;
	margin-bottom: 25px;
}

.facts-section .featured-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	color: #fff;
}

.facts-section .featured-list li {
	width: 100%;
}

.facts-section .featured-list li>div {
    position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 35px 20px 15px;
	height: 100%;
}

.facts-section .featured-list li>div:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #231f20;
	opacity: .61;
	z-index: 1;
}

.facts-section .featured-list .text-holder {
	position: relative;
	z-index: 2;
}

.facts-section .featured-list img {
	margin-bottom: 10px;
	max-width: 100px;
}

.facts-section .featured-list h4 {
	color: #fff;
	margin-bottom: 5px;
	font-weight: 600;
}

.facts-list {
	/* counter-reset: li; */
	margin-bottom: 25px;
}

.facts-list li {
	padding: 50px 0 30px;
	position: relative;
}

.facts-list li .counter {
	/* content: counter(li, decimal-leading-zero);
	counter-increment: li; */
	display: block;
	position: absolute;
	top: 0;
	left: -5px;
	font-size: 75px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #fff;
	line-height: 1;
	z-index: 1;
	font-weight: 600;
	z-index: 2;
	letter-spacing: -3.45px;
	text-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}

.facts-list li h4 {
	position: relative;
	z-index: 3;
}

.featured-brands {
	margin-bottom: 25px;
}

.brands-filter-list {
	margin-bottom: 15px;
	text-align: center;
}

.brands-filter-list li {
	padding: 0 0 10px;
}

.brands-filter-list li a {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #00aae7;
	font-size: 14px;
	letter-spacing: .7px;
	font-weight: 600;
	position: relative;
	text-decoration: none;
}

.brands-filter-list li a:before {
	-webkit-transition: opacity .15s linear, visibility .15s linear;
	transition: opacity .15s linear, visibility .15s linear;
	content: "";
	position: absolute;
	bottom: -5px;
	height: 2px;
	background-color: #00aae7;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
}

.brands-filter-list li a:hover:before {
	opacity: 1;
	visibility: visible;
}

.brands-filter-list li a.active {
	/* color: #002b5e; */
	color: #23427a;
}

.brands-filter-list li a.active:before {
	opacity: 1;
	visibility: visible;
	/* background-color: #002b5e; */
	background-color: #23427a;
}

.tab-content {
	max-width: 1180px;
	margin: 0 auto 25px;
}

.tab-content .js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.tab-content .brands-img.center li:nth-child(2) a {
	background-color: #002b5e;
}

.tab-content .brands-img li {
	margin-bottom: 20px;
}

.tab-content .brands-img li.disabled {
    display: none;
}

.tab-content .brands-img a {
	-webkit-transition: opacity .15s linear, box-shadow .15s linear;
	transition: opacity .15s linear, box-shadow .15s linear;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 80px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	padding: 15px 5px;
}

.tab-content .active .brands-img li a,
.tab-content .brands-img li.active a {
    box-shadow: 0 5px 15px 3px rgba(0, 0, 0, .4)
}
    

.tab-content .brands-img a:hover {
	box-shadow: 0 8px 25px rgba(0, 0, 0, .2);
}

.tab-content .brands-img a img {
	display: block;
}

.viewport .fade-effect,
.viewport .move-effect,
.viewport .move-margin-effect {
	opacity: 0;
	visibility: hidden;
}

.viewport .fade-effect {
	-webkit-transition: opacity .7s linear, visibility .7s linear;
	transition: opacity .7s linear, visibility .7s linear;
}

.viewport .move-effect {
	-webkit-transition: opacity .7s linear, visibility .7s linear, -webkit-transform .7s linear;
	transition: opacity .7s linear, visibility .7s linear, -webkit-transform .7s linear;
	transition: transform .7s linear, opacity .7s linear, visibility .7s linear;
	transition: transform .7s linear, opacity .7s linear, visibility .7s linear, -webkit-transform .7s linear;
	-webkit-transform: translateY(2.5rem);
	-ms-transform: translateY(2.5rem);
	transform: translateY(2.5rem);
}

.viewport .move-margin-effect {
	-webkit-transition: margin-top .7s linear, opacity .7s linear, visibility .7s linear;
	transition: margin-top .7s linear, opacity .7s linear, visibility .7s linear;
	margin-top: 2.5rem;
}

.viewport.in-viewport .move-effect,
.viewport.in-viewport .fade-effect,
.viewport.in-viewport .move-margin-effect {
	opacity: 1;
	visibility: visible;
}

.viewport.in-viewport .move-effect {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.viewport.in-viewport .move-margin-effect {
	margin-top: 0;
}

.viewport.fade-effect,
.viewport.move-effect,
.viewport.move-margin-effect {
	opacity: 0;
	visibility: hidden;
}

.viewport.fade-effect {
	-webkit-transition: opacity .7s linear, visibility .7s linear;
	transition: opacity .7s linear, visibility .7s linear;
}

.viewport.move-effect {
	-webkit-transition: opacity .7s linear, visibility .7s linear, -webkit-transform .7s linear;
	transition: opacity .7s linear, visibility .7s linear, -webkit-transform .7s linear;
	transition: transform .7s linear, opacity .7s linear, visibility .7s linear;
	transition: transform .7s linear, opacity .7s linear, visibility .7s linear, -webkit-transform .7s linear;
	-webkit-transform: translateY(2.5rem);
	-ms-transform: translateY(2.5rem);
	transform: translateY(2.5rem);
}

.viewport.move-margin-effect {
	-webkit-transition: margin-top .7s linear, opacity .7s linear, visibility .7s linear;
	transition: margin-top .7s linear, opacity .7s linear, visibility .7s linear;
	margin-top: 2.5rem;
}

.viewport.in-viewport.move-effect,
.viewport.in-viewport.fade-effect,
.viewport.in-viewport.move-margin-effect {
	opacity: 1;
	visibility: visible;
}

.viewport.in-viewport.move-effect {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.viewport.in-viewport.move-margin-effect {
	margin-top: 0;
}

#header {
	-webkit-transition: background-color .15s linear, padding .15s linear, box-shadow .15s linear;
	transition: background-color .15s linear, padding .15s linear, box-shadow .15s linear;
	padding: 29px 0 29px;
	z-index: 5;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1216px;
	padding: 0 22px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#header.fixed-position {
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.nav-active #header {
	background-color: #002b5e;
}

.nav-active #header .logo .dark-logo {
	opacity: 0;
}

.nav-active #header .logo .white-logo {
	opacity: 1;
}

.nav-active #header .search-opener {
	color: #fff;
}

.nav-active #header .nav-opener:before,
.nav-active #header .nav-opener:after {
	background-color: #fff;
}

.intro-head {
	padding-top: 0;
}

.intro-head.nav-active #header.fixed-position .logo .dark-logo {
	opacity: 0;
}

.intro-head.nav-active #header.fixed-position .logo .white-logo {
	opacity: 1;
}

.intro-head.nav-active #header.fixed-position .search-opener {
	color: #fff;
}

.intro-head.nav-active #header.fixed-position .nav-opener:before,
.intro-head.nav-active #header.fixed-position .nav-opener:after {
	background-color: #fff;
}

.intro-head #header {
	background-color: transparent;
}

.intro-head #header.fixed-position {
	background-color: #fff;
}

.intro-head #header.fixed-position .logo .dark-logo {
	opacity: 1;
}

.intro-head #header.fixed-position .logo .white-logo {
	opacity: 0;
}

.intro-head #header.fixed-position #nav > ul .drop a {
	color: #fff;
}

.intro-head #header.fixed-position .search-opener {
	color: #002b5e;
}

.intro-head #header.fixed-position .nav-opener:before,
.intro-head #header.fixed-position .nav-opener:after {
	background-color: #002b5e;
}

.intro-head #header .search-opener {
	color: #fff;
}

.intro-head .logo .dark-logo {
	opacity: 0;
}

.intro-head .logo .white-logo {
	opacity: 1;
}

.intro-head #nav > ul a {
	color: #fff;
}

.intro-head #nav > ul a.btn:hover {
	color: #002b5e;
}

.intro-head .nav-opener:before,
.intro-head .nav-opener:after {
	background-color: #fff;
}

.intro-head.nav-active #header {
	background-color: #002b5e;
}

.clone {
	position: absolute;
	bottom: 0;
}

.clone span {
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4.5px 8px 4.5px;
	border-color: transparent transparent #002a5e transparent;
	bottom: 100%;
}

.drop-holder {
	-webkit-transition: opacity .15s linear, visibility .15s linear;
	transition: opacity .15s linear, visibility .15s linear;
	position: fixed;
	left: -9999px;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #002b5e;
	margin-top: -23px;
	min-width: 214px;
	opacity: 0;
	visibility: hidden;
	padding: 15px 10px 15px;
	z-index: 1000;
	overflow: visible !important;
}

.drop-holder.active-drop {
	opacity: 1;
	visibility: visible;
}

.drop-holder .frame {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.drop-holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.drop-holder a {
	color: #fff;
}

.drop-holder .drop {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: opacity .3s linear, visibility .3s linear, -webkit-transform .3s linear;
	transition: opacity .3s linear, visibility .3s linear, -webkit-transform .3s linear;
	transition: opacity .3s linear, visibility .3s linear, transform .3s linear;
	transition: opacity .3s linear, visibility .3s linear, transform .3s linear, -webkit-transform .3s linear;
}

.drop-holder .drop.no-anim {
	-webkit-transition: none;
	transition: none;
}

.drop-holder .drop.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.drop-holder .drop.inactive {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

.logo {
	width: 87px;
	display: block;
}

.logo a {
	position: relative;
	text-decoration: none;
	display: block;
}

.logo .dark-logo {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	opacity: 1;
}

.logo .white-logo {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
}

.logo img {
	width: 100%;
}

.navbar-holder {
	-webkit-transition: opacity .15s linear, visibility .15s linear;
	transition: opacity .15s linear, visibility .15s linear;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	width: 100%;
	padding: 20px 15px 0;
	background-color: #002b5e;
	height: calc(100vh - 88px);
	opacity: 0;
	visibility: hidden;
}

.nav-active .navbar-holder {
	opacity: 1;
	visibility: visible;
}

#nav > ul {
	position: relative;
	width: 100%;
	padding: 0 32px 0 32px;
}

#nav > ul > li {
	padding: 0 0 14px;
}

#nav > ul > li:last-child {
	display: none;
}

#nav > ul > li.active-item .drop {
	display: block !important;
}

#nav > ul > li .drop {
	position: absolute;
	width: 100%;
	left: 100%;
	top: 0;
	display: none;
	padding: 0 32px;
}

#nav > ul > li .drop .btn-back {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	font-size: 12px;
	margin-bottom: 16px;
	position: relative;
}

#nav > ul > li .drop .btn-back:before {
	-webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
	content: "";
	position: absolute;
	width: 6px;
	height: 1px;
	background-color: #fff;
	left: -19px;
	top: calc(50% - 2px);
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	z-index: 3;
}

#nav > ul > li .drop .btn-back:after {
	-webkit-transition: background-color .15s linear;
	transition: background-color .15s linear;
	content: "";
	position: absolute;
	width: 6px;
	height: 1px;
	background-color: #fff;
	left: -19px;
	top: calc(50% + 2px);
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	z-index: 3;
}

#nav > ul > li .drop .btn-back:hover {
	color: #fff;
}

#nav > ul > li .drop .btn-back:hover:before,
#nav > ul > li .drop .btn-back:hover:after {
	background-color: #fff;
}

#nav > ul > li .drop ul li {
	margin-bottom: 13px;
}

#nav > ul > li .drop ul li a {
	-webkit-transition: background-color .15s linear, color .15s linear;
	transition: background-color .15s linear, color .15s linear;
	font-size: 17px;
	letter-spacing: .7px;
	color: #fff;
}



#nav > ul a {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #fff;
	display: block;
	text-decoration: none;
	letter-spacing: 1.1px;
}

#nav > ul a:hover {
	/* color: #e0b000; */
	color: #5eaee0;
}

#nav > ul > li .drop ul li a:hover,
#nav > ul > li .drop ul li a.active {
	
	color: #fff;
}

#nav > ul a.btn {
	-webkit-transition: color .15s linear, background-color .15s linear;
	transition: color .15s linear, background-color .15s linear;
	min-width: 150px;
	text-transform: none;
}

#nav > ul a.btn:hover {
    color: #fff;
}

#nav > ul a i {
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
}

.burger-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.burger-holder .search-opener {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	font-size: 11px;
	color: #002b5e;
	text-decoration: none;
}

.nav-opener {
	width: 30px;
	height: 30px;
	position: relative;
	display: block;
	margin-left: 22px;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: calc(50% - 2px);
	background-color: #002b5e;
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	margin-top: -2px;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

.nav-opener:after {
	top: calc(50% + 2px);
	left: 29%;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.search-bar {
	padding: 29px 20px;
	background-color: #002b5e;
	text-align: center;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-bar form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	width: calc(100% - 50px);
}

.search-bar form .icon-search {
	color: #fff;
	font-size: 25px;
	margin-left: 15px;
}

.search-bar input {
	padding: 10px 20px;
	width: calc(100% - 35px);
	border-style: none;
}

.search-bar .btn-close {
	color: white;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
}

.search-bar .btn-close:before,
.search-bar .btn-close:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.search-bar .btn-close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

#footer {
	/* background-color: #032b5e; */
	background-color: #23427a;
	/* color: #b2c0cf; */
	color: #b2bfcf;
	text-align: center;
	font-size: 12px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	padding: 35px 0;
	position: relative;
	z-index: 2;
}

#footer .container {
	/* max-width: 100%; */
	max-width: 1200px;
}

#footer a:not(.btn) {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	/* color: #b2c0cf; */
	color: #8095ae;
	text-decoration: none;
}

#footer a:not(.btn):hover {
	color: #ffffff;
}

#footer h5 {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.65;
	margin-bottom: 20px;
}

#footer .btn-warning,
#footer .btn-danger {
    -webkit-transition: background-color .15s linear, border-color .15s linear;
	transition: background-color .15s linear, border-color .15s linear;
}

#footer .btn-warning {
	color: #fff;
	background-color: #efbf00;
	border-color: #efbf00;
}

#footer .btn-warning:hover {
	background-color: #e0b000;
	border-color: #e0b000;
	color: #fff;
}

#footer .btn-danger {
    color: #fff;
}

#footer .btn-danger:hover {
    color: #fff;
}
#footer .btn-outline-primary {
    background-color: #fff;
}
#footer .btn-outline-primary:hover {
    background-color: #5eaee0;;
}

#footer .copyright a {
    color: inherit;
}

#footer .copyright a:hover {
    color: #e0b000;
}

.sign-up-box {
	padding-top: 35px;
	margin-bottom: 25px;
}

.copyright {
	padding-top: 5px;
}

.copyright p {
	margin-bottom: 8px;
}

.footer-menu {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .26px;
}

.footer-menu li {
	margin-bottom: 7px;
}

body {
	min-width: 320px;
}

.video-slider .slide .bg-holder {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video-slider .slide .bg-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; 
}



.join-team-section.apply-team-section .heading-block .info-block ul:not([class]):not([id]) {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.join-team-section.apply-team-section .heading-block .info-block ul:not([class]):not([id]) li {
    position: relative;
    padding-left: 10px;
}

.join-team-section.apply-team-section .heading-block .info-block ul:not([class]):not([id]) li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 2px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #58595b;
}

.join-team-section.apply-team-section .heading-block .contact-block {
    padding-top: 30px;
}

.join-team-section.apply-team-section .heading-block .contact-block .title {
    display: block;
    margin-bottom: 4px;
}

.join-team-section.apply-team-section .heading-block .contact-block ul:not([class]):not([id]) {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.join-team-section.apply-team-section .heading-block .contact-block ul:not([class]):not([id]) li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 3px;
}

.join-team-section.apply-team-section .heading-block .contact-block ul:not([class]):not([id]) li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 2px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #58595b;
}


.apply-form {
    background-color: #23427a;
    max-width: 1103px;
    margin: 0 auto 35px;
    color: #fff;
    padding: 15px;
}

.apply-form .subtitle {
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 17px;
    text-transform: uppercase;
    letter-spacing: 1.68px;
}

.apply-form h2 {
    color: #fff;
    margin-bottom: 48px;
    text-align: center;
}

.apply-form .step-box {
    margin-bottom: 25px;
}

.apply-form .step-box .subtitle {
    text-align: left;
    margin-bottom: 22px;
}

.apply-form .step-box .subtitle .sub-text {
    font-size: 12px;
    letter-spacing: 0.36px;
    color: #ffffff;
    opacity: 0.8;
    font-weight: 400;
    text-transform: none;
}

.apply-form .step-box .row {
    margin: 0 -30px;
}

.apply-form .step-box .row.row-mini {
    margin: 0 -15px;
}

.apply-form .step-box [class*=" col-"] {
    padding: 0 30px;
}

.apply-form .step-box [class*=" col-"].col-mini {
    padding: 0 15px;
}

.apply-form .step-box .radio-holder {
    padding: 25px 20px;
}

.apply-form .step-box .radio-holder .form-group.input-error .custom-radio .custom-control-label {
    color: #f00;
}

.apply-form .step-box .radio-holder .description {
    display: block;
    font-family: 'Montserrat';
    font-size: 14px;
    letter-spacing: 0.98px;
    margin-bottom: 6px;
    font-weight: 600;
}

.word-counter {
    font-family: 'Montserrat';
    font-size: 14px;
    letter-spacing: 0.98px;
    font-weight: 600;
}
.word-counter.over-limit .current-count {
    color: #f00;
}

.apply-form .custom-control {
    padding-left: 33px;
}

.apply-form .custom-control-label {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.apply-form .custom-control-label::before {
    top: -2px;
    left: -30px;
    width: 18px;
    height: 18px;
    box-shadow: none !important;
}

.apply-form .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff !important;
    border-color: #fff !important;
}

.apply-form .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    width: 14px;
    height: 14px;
    background: #f00;
    border-radius: 50%;
}

.apply-form .custom-control-label::after {
    top: 0;
    left: -28px;
}

.apply-form .custom-control-inline {
    margin-right: 11px;
    align-items: center;
    margin-bottom: 5px;
}

.apply-form .step-box .radio-holder .description .sub-description {
    font-size: 12px;
    letter-spacing: 0.84px;
    opacity: 0.8;
    font-style: italic;
}

.apply-form .form-control {
    border-radius: 0;
    height: 60px;
    border-width: 1px;
    border-color: #fff;
    font-size: 12px;
    letter-spacing: 0.36px;
    width: 100%;
    background: #fff;
    font-family: 'Montserrat';
    padding: 5px 15px;
}

.apply-form textarea.form-control {
    min-height: 146px;
    padding: 25px 25px;
}

.apply-form .notification {
    display: block;
    font-family: 'Montserrat';
    padding-left: 25px;
    font-size: 14px;
    letter-spacing: 0.98px;
    opacity: 0.8;
    font-weight: 400;
    margin-bottom: 23px;
    padding-left: 38px !important;
    padding-top: 10px !important;
}

.apply-form .form-group {
    margin-bottom: 27px;
}

.apply-form .jcf-select {
    height: 60px;
    margin-bottom: 0;
    width: 100%;
    border: none;
}

.apply-form .btn-add {
    margin-left: 23px;
    padding-left: 15px;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    position: relative;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.apply-form .btn-remove {
    margin-left: 23px;
    padding-left: 15px;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    position: relative;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.apply-form .btn-remove::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.apply-form .btn-remove:hover {
    text-decoration: none;
}

.apply-form .btn-add:hover {
    text-decoration: none;
}

.apply-form .btn-add::before {
    content: "+";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.jcf-select-drop.jcf-select-form-control .jcf-option {
    padding: 10px 25px;
    font-size: 12px;
    color: #58595b;
    letter-spacing: 0.36px;
    font-weight: 400;
}

.jcf-select-drop.jcf-select-form-control .jcf-option.jcf-selected, .jcf-select-drop.jcf-select-form-control .jcf-option.jcf-hover {
    font-weight: 700;
}

.jcf-select-drop.jcf-select-form-control .jcf-option.jcf-option-hidden {
    display: none;
}

.apply-form .jcf-select .jcf-select-text {
    font-size: 12px;
    line-height: 60px;
    margin: 0 70px 0 25px;
    color: #58595b;
    font-family: 'Montserrat';
    letter-spacing: 0.36px;
}

.apply-form .input-error .jcf-select-text {
    color: #f00;
}

.apply-form .input-error .jcf-select {
    border-color: #f00;
}

.apply-form .input-error .description  {
    color: #f00;
}

.apply-form .jcf-select .jcf-select-opener {
    width: 70px;
    background: transparent;
}

.apply-form .jcf-select .jcf-select-opener:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-color: #032b4d;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 0px 1px 1px 0;
}

.apply-form .custom-file-label {
    height: 60px;
    margin-bottom: 0;
    padding: 21px 15px;
    font-size: 12px;
    font-family: Montserrat;
    border-radius: 0;
    border: 1px solid #fff;
}

.apply-form .input-error .custom-file-label {
    border-color: #f00;
    color: #f00;
}

.apply-form .custom-file {
    height: 60px;
    margin-bottom: 0;
}

.apply-form .custom-file-label::after {
    display: none;
}

.apply-form .uploadcare--widget {
    width: 100%;
    height: 60px;
}

.apply-form .uploadcare--widget__button_type_open {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    min-width: 100px;
    background-color: #d81f37;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.11px;
    font-family: Montserrat;
    font-size: 9px;
    padding: 11px 5px;
    border-radius: 3em;
    outline: none;
    transition: background-color .15s ease-in-out;
}

.apply-form .uploadcare--widget__button_type_open:hover {
    background-color: #f00;
}

.apply-form .uploadcare--widget_status_started .uploadcare--widget__progress {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
}

.apply-form .uploadcare--widget__text {
    margin-top: 10px;
    width: calc(100% - 104px);
    padding-left: 6px;
    background: #fff;
    color: #000;
}

.apply-form .uploadcare--widget_status_started .uploadcare--widget__text {
    padding-left: 50px !important;
}

.apply-section-form {
    position: absolute;
    left: -99999px;
    width: 100%;
    top: 0;
}

.apply-section-form .container {
    max-width: 1300px;
}

.apply-section-form .apply-form {
    max-width: none;
}

.apply-section-form.visible-form {
    position: static;
}

.apply-section-form .disclamer {
    padding: 35px;
    font-size: 12px;
    letter-spacing: 0.36px;
    font-family: 'Montserrat';
    line-height: 1.7;
}

.input-error .form-control {
    border: 1px solid #f00;
}

.input-error .form-control::placeholder {
    color: #f00;
}

.big-img-intro.apply-page .title-holder .decor {
    position: relative;
}

.big-img-intro.apply-page .title-holder .decor:before {
    content: "";
    width: 118px;
    height: 102px;
    background-image: url(../images/decor-title-01.svg);
    position: absolute;
    top: -33px;
    left: -37px;
    background-size: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
}

.new-section {
    margin-bottom: 50px;
}

.new-section a {
    color: #000;
    font-family: "Unna", serif;
}

.new-section a:hover {
    color: #23427a;
}


@media (min-width: 480px) {
	.big-img-intro .map-holder {
		height: 300px;
	}
}

@media (min-width: 576px) {
	.title-box h2 {
		padding: 30px 30px 40px;
		line-height: 1.4;
	}

	.post-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	.post-list > li {
		width: 50%;
		padding: 0 10px 40px;
	}

	.brand-adress-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px 35px;
	}

	.brand-adress-list > li {
		width: 50%;
		padding: 0 15px 25px;
	}
	
    .brand-adress-list > li:nth-last-child(2) .fake-link {
    	border-bottom: none;
    }
    
    .brand-adress-list > li:nth-child(2) .fake-link {
        border-bottom: 1px solid #adafb1;
    }

	.director-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -20px;
	}

	.director-list li {
		padding: 0 20px 25px;
		width: 50%;
	}

	.intro .stock-info {
		max-width: calc(100vw - 54px);
	}

	.intro .stock-info .label-holder {
		display: block;
		max-width: 69px;
		padding: 15px 23px 11px;
	}

	.intro .stock-info .info-holder {
		width: calc(50% - 35px);
	}

	.intro .stock-info .static-list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.intro .stock-info .static-list li {
		width: auto;
		text-align: left;
	}

	.content-box .decor {
		display: block;
		z-index: 1;
		position: absolute;
		top: 0;
		width: 100vw;
		bottom: 0;
		left: 0;
		pointer-events: none;
	}

	.big-img-intro .map-holder {
		height: 300px;
	}

	.slider-holder .years-slide .slick-list {
		margin: 0 -150px 0 -15px;
	}

	.main-intro .text-holder {
		padding: 55px 0 30px 65px;
	}
	
	.main-intro .container-fluid .text-holder {
	    padding: 55px 15px 30px 0;
	}

	.partners-list li {
		width: 33.33%;
	}

	.benefits-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px 20px;
	}

	.benefits-list li {
		width: 50%;
		height: 100%;
		padding: 0 10px 20px;
	}

	.benefits-list li img {
		margin: 0 0 15px;
	}

	.facts-section .featured-list li {
		width: 50%;
	}

	.brands-filter-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -10px 30px;
	}

	.brands-filter-list li {
		padding: 0 10px 15px;
	}
}

@media (min-width: 640px) {
	.decor-bg.home-decor {
		top: 540px;
	}

	.decor-bg.content-decor {
		top: 5%;
	}

	.intro .slide-holder {
		min-height: 540px;
	}

	.intro .stock-info {
		margin-top: -52px;
	}

	.intro .stock-info .label-holder {
		padding: 24px 25px 20px 25px;
	}

	.intro .stock-info .info-holder {
		padding: 26px 35px 18px 29px;
	}
}

@media (min-width: 768px) {
    .big-img-intro.apply-page .title-holder .decor:before {
        width: 118px;
        height: 102px;
        top: -33px;
        left: -37px;
    }
    
    .apply-form .form-control {
        padding: 5px 25px;
    }
    
    .apply-form .custom-file-label {
        padding: 21px 25px;
    }
    
    .apply-form .uploadcare--widget__button_type_open {
        right: 22px;
        min-width: 133px;
    }
    
	.btn {
		min-width: 206px;
	}

	body {
		padding-top: 88px;
	}

	h1,
	.h1 {
		font-size: 52px;
		letter-spacing: -1.8px;
	}

	h2,
	.h2 {
		font-size: 30px;
	}

	h3,
	.h3 {
		font-size: 25px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

	h6,
	.h6 {
		font-size: 14px;
	}

	.title-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 39px 25px 44px 25px;
	}

	.title-box:before {
		width: 118px;
		height: 102px;
		top: -13px;
		left: -4px;
	}

	.title-box h2 {
		padding: 0 0 10px;
		max-width: 100%;
		width: 100%;
		margin-bottom: 15px;
	}

	.title-box .btn-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 55%;
		width: 100%;
	}

	.latest-news-intro {
		padding-bottom: 75px;
	}

	.latest-news-intro .title-box {
		padding-right: 7px;
		margin-bottom: 25px;
	}

	.career-intro {
		padding-bottom: 75px;
	}

	.about-us-intro {
		padding-bottom: 50px;
	}

	.overview {
		padding: 29px 0 0;
	}

	.overview .description-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.overview .description-holder h3 {
		width: 50%;
		padding: 0 20px;
		letter-spacing: -.5px;
		line-height: 1.25;
	}

	.overview .description-holder .text-holder {
		width: 50%;
		line-height: 1.7;
		letter-spacing: .2px;
		padding: 0 20px;
	}

	.overview .description-holder .text-holder p {
		margin-bottom: 25px;
	}

	.post-list {
		margin: 0 -30px;
	}

	.post-list > li {
		padding: 0 30px 30px;
	}

	.post-list .time-list {
		margin-bottom: 15px;
	}

	.post-list .time-list.brand li img {
		max-width: 85px;
	}

	.post-list h3 {
		line-height: 1.3;
		margin-bottom: 13px;
	}

	.filtration-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -10px 30px;
	}

	.filtration-list li {
		padding: 0 10px 0;
	}

	.filtration-list li a:before {
		bottom: -12px;
	}

	.brand-adress-list {
		margin: 0 -25px 35px;
	}

	.brand-adress-list > li {
		padding: 0 25px 25px;
	}

	.brand-adress-list .fake-link {
		padding-bottom: 26px;
	}

	.brand-adress-list .fake-link .link {
		width: 50px;
		height: 50px;
		top: 0;
	}

	.director-list {
		margin: 0 -25px;
	}

	.director-list li {
		padding: 0 25px 25px;
		width: 33.33%;
	}

	.director-list .subtitle {
		letter-spacing: 1.68px;
	}

	.board-directors {
		margin-bottom: 51px;
	}

	.board-directors .title-box {
		margin-bottom: 30px;
	}

	.intro .slide-holder {
		padding: 50px 0;
	}

	.intro .slide-holder h1 {
		letter-spacing: -1.8px;
		margin-bottom: 29px;
	}

	.intro .intro-slider .slick-dots {
		bottom: 41px;
		left: 76px;
	}

	.intro .stock-info .label-holder {
		max-width: 234px;
		padding: 31px 10px 24px 29px;
	}

	.intro .stock-info .label-holder i {
		margin-right: 12px;
	}

	.intro .stock-info .label-holder span {
		display: inline-block;
		vertical-align: middle;
	}

	.intro .stock-info .info-holder {
		width: calc(50% - 117px);
		padding: 32px 37px 21px 33px;
	}

	.intro .scroll-down {
		display: block;
		position: absolute;
		right: 54px;
		text-decoration: none;
		bottom: 117px;
		font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		font-size: 12px;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1.44px;
		-webkit-writing-mode: tb;
		-ms-writing-mode: tb;
		writing-mode: tb;
	}

	.intro .scroll-down:before {
		-webkit-transition: top .15s linear;
		transition: top .15s linear;
		content: "";
		pointer-events: none;
		position: absolute;
		height: 95px;
		top: calc(100% + 25px);
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 1px;
		background-color: #e0b000;
	}

	.intro .scroll-down:hover:before {
		top: calc(100% + 45px);
	}

	.subtitle {
		font-size: 14px;
	}

	.content-box {
		margin-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.content-box.reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.content-box.reverse .img-holder {
		margin-left: 0;
		margin-right: -15px;
	}

	.content-box.reverse .text-holder {
		padding-left: 0;
		padding-right: 25px;
	}

	.content-box.reverse .text-holder p {
		margin-bottom: 20px;
	}

	.content-box.custom-slide {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.content-box .img-holder {
		margin-bottom: 0;
		margin-right: 0;
		margin-left: -15px;
		width: calc(50% + 15px);
	}

	.content-box .img-holder img {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
	}
	
	.content-box .img-holder img.crop-barry {
        height: 750px;
    }
	
	.main-intro.reverse .img-holder img.set-img-height {
    	height: 600px;
    }

	.content-box .text-holder {
		line-height: 1.7;
		width: 50%;
		padding-left: 25px;
	}

	.content-box .text-holder .subtitle {
		letter-spacing: .7px;
		margin-bottom: 5px;
	}

	.content-box .giving-list a {
		font-size: 25px;
	}

	.content-box .giving-list p {
		margin-bottom: 1rem;
	}

	.post-section {
		padding: 55px 0 51px;
	}

	.post-section .title-holder {
		padding: 36px 0 1px 50px;
	}

	.post-section .title-holder:before {
		width: 125px;
		height: 117px;
	}

	.privacy {
		letter-spacing: .18px;
		line-height: 1.7;
		padding: 55px 0 75px;
	}

	.privacy h6 {
		padding-top: 4px;
		letter-spacing: 1.68px;
	}

	.privacy .time-post {
		font-size: 14px;
	}

	.team-description {
		letter-spacing: .18px;
		line-height: 1.7;
		padding-bottom: 100px;
	}

	.team-description p {
		margin-bottom: 30px;
	}

	.team-description .btn-holder .btn {
		margin: 0 22px;
	}

	.big-img-intro .title-holder {
		margin-bottom: 30px;
	}

	.big-img-intro .title-holder .subtitle {
		letter-spacing: .7px;
		margin-bottom: 20px;
	}

	.big-img-intro .map-holder,
	.big-img-intro .img-holder {
		margin-right: -15px;
		margin-left: 0;
	}

	.big-img-intro .map-holder {
		height: 480px;
	}

	.heading-block {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.heading-block .text-block h2 {
		line-height: 1.4;
	}

	.brand-adress .heading-block {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 35px;
	}

	.join-team {
		margin-bottom: 55px;
	}

	.content-list-holder li {
		margin-bottom: 55px;
	}

	.content-list-holder li:nth-child(odd) .content-box .img-holder {
		margin-left: 0;
		margin-right: -15px;
	}

	.content-list-holder li:nth-child(odd) .content-box .text-holder {
		padding-left: 0;
		padding-right: 25px;
	}

	.description-content {
		margin-bottom: 45px;
	}

	.years-section {
		padding-top: 75px;
		margin-bottom: 165px;
	}

	.years-section:before {
		width: 106px;
		height: 97px;
	}

	.years-section h3 {
		margin-bottom: 55px;
	}
	
	h3.leadership-title {
	    margin-bottom: 55px;
	}

	.years-list > li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 165px;
	}

	.years-list > li:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		/* margin-bottom: 60px; */
	}
	
	

	.years-list > li:nth-child(even) .text-holder {
		padding: 0 25px 0 0;
	}
	
	.years-list > li:nth-child(even) .text-holder .text-reverse {
	    display: flex;
        flex-direction: column-reverse;
	}

	.years-list > li:nth-child(even) .img-holder {
		margin-left: 0;
		margin-right: -15px;
	}

	.years-list .text-holder {
		margin-bottom: 0;
		width: 50%;
		padding: 0 0 0 25px;
	}

	.years-list .text-holder h4 {
		line-height: 1.7;
		margin-bottom: 15px;
	}

	.years-list .img-holder {
		width: calc(50% + 15px);
		position: relative;
		margin-left: -15px;
		height: 100%;
		margin-bottom: 0;
	}

	.years-list .img-holder img.mini-img {
		position: absolute;
		margin: 0;
		right: -10px;
		top: calc(100% - 25px);
	}
	
	.years-list > li:nth-child(even) .img-holder .mini-img {
	    right: auto;
	    left: -10px;
	}

	.decription-month-list {
		line-height: 1.7;
		letter-spacing: .3px;
		margin-bottom: 15px;
	}

/*     .decription-month-list li {
    margin-bottom: -1px;
} */

	.rest-years {
		margin-bottom: 45px;
	}

	.slider-holder {
		margin-bottom: 0;
	}

	.slider-holder .years-slide {
		margin-bottom: 35px;
	}

	.slider-holder .years-slide .slick-list {
		margin: 0 -200px 0 -20px;
	}

	.slider-holder .years-slide .slide {
		padding: 0 20px;
	}
	.rest-years .slider-holder .control-panel {
        left: auto;
        right: 40px;
        top: -20px;
    }

	.slider-holder .control-panel .arrows-holder {
		padding-right: 32px;
		max-width: 152px;
	}

	.slider-holder .control-panel .animation-bar {
		width: calc(100% - 162px);
	}

	.main-intro {
		margin-bottom: 50px;
	}

	.main-intro.reverse {
		background-color: #002b5e;
	}

    .main-intro.reverse .container-fluid,
	.main-intro.reverse .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.main-intro.reverse .img-holder {
		margin-right: -15px;
		margin-left: 0;
		margin-top: 50px;
		margin-bottom: -43px;
	}

	.main-intro.reverse .text-holder {
		padding: 75px 30px 0 30px;
	}

	.main-intro.reverse .text-holder h1 {
		color: #fff;
	}
	
	.main-intro.reverse .text-holder h1 img.set-img-width {
        width: 360px;
        
    }

	.main-intro.reverse .text-holder .btn {
		color: #fff;
	}

    .main-intro .container-fluid,
	.main-intro .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.main-intro .img-holder {
		margin-right: 0;
		margin-left: -15px;
		width: calc(50% + 15px);
	}

	.main-intro .img-holder img {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
	}

	.main-intro .text-holder {
		width: 50%;
		padding: 55px 0 0 65px;
	}
	
	.main-intro .container-fluid .text-holder {
	    padding: 55px 15px 0 0;
	}

    .text-holder .decor:before,
	.main-intro .decor:before {
		width: 118px;
		height: 102px;
		top: -33px;
		left: -37px;
	}

	.job-listen {
		/* margin-bottom: 70px; */
		padding-top: 35px;
	}

	.partners-list li {
		width: 25%;
	}

	.benefits {
		padding-bottom: 50px;
	}

	.benefits-list li {
		width: 33.33%;
	}

	.benefits-list li h4 {
		line-height: 1.4;
		margin-bottom: 2px;
	}

	.counter-section {
		padding: 50px 0;
	}

	.counter-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.counter-list li {
		width: 33.33%;
		padding: 0 5px;
	}

	.counter-list li:before {
		width: 118px;
		height: 102px;
		top: -25px;
		left: 40px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.counter-list .counter {
		font-size: 80px;
	}

	.counter-list h4 {
		font-size: 18px;
	}

	.article-detail {
		margin-bottom: 60px;
	}

	.article-detail .intro-img-holder {
		padding-top: 45px;
	}

	.article-detail .intro-img-holder img {
		margin-bottom: -45px;
	}

	.article-detail .content-holder {
		padding-top: 100px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.article-detail .social-holder {
		max-width: 100px;
		padding-top: 5px;
		padding-left: 22px;
		width: 100%;
	}

	.article-detail .social-holder .subtitle {
		margin-bottom: 25px;
	}

	.article-detail .social-holder .social-link {
		margin: 0;
		display: block;
		padding-left: 6px;
	}

	.article-detail .social-holder .social-link li {
		margin-bottom: 23px;
		padding: 0;
	}

	.article-detail .social-holder .social-link a {
		width: 40px;
		height: 40px;
		font-size: 23px;
	}

	.article-detail .text-holder {
		width: calc(100% - 100px);
		padding-left: 15px;
	}

	.article-detail .text-holder p {
		margin-bottom: 15px;
	}

	.article-detail .btn-holder .btn {
		margin: 0 22px;
	}

	.description-section {
		padding-top: 45px;
	}

	.description-section .heading-block:before {
		content: url("../images/heading-decor.svg");
		position: absolute;
		left: 55px;
		top: 96px;
		z-index: 1;
	}

	.description-section .heading-block .text-block {
		line-height: 1.7;
	}

	.facts-section .site-placeholder {
		margin-bottom: 45px;
	}

	.facts-section .featured-list {
		line-height: 1.38;
		letter-spacing: .18px;
	}

	.facts-section .featured-list li {
		width: 33.33%;
	}

	.facts-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -25px 75px;
	}

	.facts-list li {
		width: 33.33%;
		padding: 75px 25px 45px;
	}

	/* .facts-list li:first-child:before {
	    color: #fff;
	} */

	.facts-list li .counter {
		font-size: 100px;
		left: 13px;
		/* color: #f6f3ee; */
		color: #f5f5f5;
	}

	.facts-list li h4 {
		line-height: 1.4;
	}

	.brands-filter-list li {
		padding: 0 10px 0;
	}

	.brands-filter-list li a:before {
		bottom: -8px;
	}

	.tab-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto 15px;
	}

	.tab-content > div {
		width: 20%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.tab-content > div.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.tab-content > div:nth-child(1) .brands-img li:nth-child(1) {
		-webkit-transform: translate(221%, 169%);
		-ms-transform: translate(221%, 169%);
		transform: translate(221%, 169%);
		/* -webkit-transition-delay: .15s; */
		/* transition-delay: .15s; */
	}

	.tab-content > div:nth-child(1) .brands-img li:nth-child(2) {
		-webkit-transform: translate(221%, 56%);
		-ms-transform: translate(221%, 56%);
		transform: translate(221%, 56%);
		/* -webkit-transition-delay: .3s; */
		/* transition-delay: .3s; */
	}

	.tab-content > div:nth-child(1) .brands-img li:nth-child(3) {
		-webkit-transform: translate(221%, -56%);
		-ms-transform: translate(221%, -56%);
		transform: translate(221%, -56%);
		/* -webkit-transition-delay: .45s; */
		/* transition-delay: .45s; */
	}

	.tab-content > div:nth-child(1) .brands-img li:nth-child(4) {
		-webkit-transform: translate(221%, -168%);
		-ms-transform: translate(221%, -168%);
		transform: translate(221%, -168%);
		/* -webkit-transition-delay: .6s; */
		/* transition-delay: .6s; */
	}

	.tab-content > div:nth-child(2) .brands-img li:nth-child(1) {
		-webkit-transform: translate(111%, 169%);
		-ms-transform: translate(111%, 169%);
		transform: translate(111%, 169%);
		/* -webkit-transition-delay: 1.35s; */
		/* transition-delay: 1.35s; */
	}

	.tab-content > div:nth-child(2) .brands-img li:nth-child(2) {
		-webkit-transform: translate(111%, 56%);
		-ms-transform: translate(111%, 56%);
		transform: translate(111%, 56%);
		/* -webkit-transition-delay: 1.5s; */
		/* transition-delay: 1.5s; */
	}

	.tab-content > div:nth-child(2) .brands-img li:nth-child(3) {
		-webkit-transform: translate(111%, -56%);
		-ms-transform: translate(111%, -56%);
		transform: translate(111%, -56%);
		/* -webkit-transition-delay: 1.65s; */
		/* transition-delay: 1.65s; */
	}

	.tab-content > div:nth-child(2) .brands-img li:nth-child(4) {
		-webkit-transform: translate(111%, -168%);
		-ms-transform: translate(111%, -168%);
		transform: translate(111%, -168%);
		/* -webkit-transition-delay: 1.8s; */
		/* transition-delay: 1.8s; */
	}

	.tab-content > div:nth-child(3) .brands-img li:nth-child(1) {
		-webkit-transform: translate(0, 113%);
		-ms-transform: translate(0, 113%);
		transform: translate(0, 113%);
		/* -webkit-transition-delay: 2.7s; */
		/* transition-delay: 2.7s; */
	}

	.tab-content > div:nth-child(3) .brands-img li:nth-child(2) {
		position: relative;
		z-index: 3;
	}

	.tab-content > div:nth-child(3) .brands-img li:nth-child(3) {
		-webkit-transform: translate(0, -113%);
		-ms-transform: translate(0, -113%);
		transform: translate(0, -113%);
		/* -webkit-transition-delay: 2.55s; */
		/* transition-delay: 2.55s; */
	}

	.tab-content > div:nth-child(4) .brands-img li:nth-child(1) {
		-webkit-transform: translate(-111%, 169%);
		-ms-transform: translate(-111%, 169%);
		transform: translate(-111%, 169%);
		/* -webkit-transition-delay: 1.95s; */
		/* transition-delay: 1.95s; */
	}

	.tab-content > div:nth-child(4) .brands-img li:nth-child(2) {
		-webkit-transform: translate(-111%, 56%);
		-ms-transform: translate(-111%, 56%);
		transform: translate(-111%, 56%);
		/* -webkit-transition-delay: 2.1s; */
		/* transition-delay: 2.1s; */
	}

	.tab-content > div:nth-child(4) .brands-img li:nth-child(3) {
		-webkit-transform: translate(-111%, -56%);
		-ms-transform: translate(-111%, -56%);
		transform: translate(-111%, -56%);
		/* -webkit-transition-delay: 2.25s; */
		/* transition-delay: 2.25s; */
	}

	.tab-content > div:nth-child(4) .brands-img li:nth-child(4) {
		-webkit-transform: translate(-111%, -168%);
		-ms-transform: translate(-111%, -168%);
		transform: translate(-111%, -168%);
		/* -webkit-transition-delay: 2.4s; */
		/* transition-delay: 2.4s; */
	}

	.tab-content > div:nth-child(5) .brands-img li:nth-child(1) {
		-webkit-transform: translate(-221%, 169%);
		-ms-transform: translate(-221%, 169%);
		transform: translate(-221%, 169%);
		/* -webkit-transition-delay: .75s; */
		/* transition-delay: .75s; */
	}

	.tab-content > div:nth-child(5) .brands-img li:nth-child(2) {
		-webkit-transform: translate(-221%, 56%);
		-ms-transform: translate(-221%, 56%);
		transform: translate(-221%, 56%);
		/* -webkit-transition-delay: .9s; */
		/* transition-delay: .9s; */
	}

	.tab-content > div:nth-child(5) .brands-img li:nth-child(3) {
		-webkit-transform: translate(-221%, -56%);
		-ms-transform: translate(-221%, -56%);
		transform: translate(-221%, -56%);
		/* -webkit-transition-delay: 1.05s; */
		/* transition-delay: 1.05s; */
	}

	.tab-content > div:nth-child(5) .brands-img li:nth-child(4) {
		-webkit-transform: translate(-221%, -168%);
		-ms-transform: translate(-221%, -168%);
		transform: translate(-221%, -168%);
		/* -webkit-transition-delay: 1.2s; */
		/* transition-delay: 1.2s; */
	}

	.tab-content .active .brands-img li a {
		opacity: 1;
		pointer-events: auto;
	}

	.tab-content .js-tab-hidden {
		position: static !important;
		top: auto !important;
		left: auto !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.tab-content .js-tab-hidden .brands-img li a,
	.tab-content .brands-img li.disabled a {
		opacity: .6;
		pointer-events: none;
		box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
	}

	.tab-content .brands-img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		padding: 0 7px;
	}

	.tab-content .brands-img.center {
		padding: 0 10px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tab-content .brands-img.center li:nth-child(2) a {
		opacity: 1;
		pointer-events: auto;
		width: auto;
		margin: 0 -10px;
	}

	.tab-content .brands-img li {
		-webkit-transition: -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
		width: 100%;
		position: relative;
		z-index: 2;
		margin-bottom: 14px;
	}
	.tab-content .brands-img li.disabled {
        display: list-item;
    }

	.tab-content .brands-img a {
		padding: 5px;
		min-height: 55px;
		width: 100%;
		margin: 0;
		max-width: none;
	}

	.tab-content .brands-img a {
		min-height: 115px;
		padding: 15px;
	}

	.tab-content.in-viewport > div:nth-child(1) .brands-img li:nth-child(1) {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.tab-content.in-viewport > div:nth-child(1) .brands-img li:nth-child(2) {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.tab-content.in-viewport > div:nth-child(1) .brands-img li:nth-child(3) {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.tab-content.in-viewport > div:nth-child(1) .brands-img li:nth-child(4) {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.tab-content.in-viewport > div:nth-child(2) .brands-img li:nth-child(1) {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.tab-content.in-viewport > div:nth-child(2) .brands-img li:nth-child(2) {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.tab-content.in-viewport > div:nth-child(2) .brands-img li:nth-child(3) {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.tab-content.in-viewport > div:nth-child(2) .brands-img li:nth-child(4) {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.tab-content.in-viewport > div:nth-child(3) .brands-img li:nth-child(1) {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.tab-content.in-viewport > div:nth-child(3) .brands-img li:nth-child(3) {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.tab-content.in-viewport > div:nth-child(4) .brands-img li:nth-child(1) {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.tab-content.in-viewport > div:nth-child(4) .brands-img li:nth-child(2) {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.tab-content.in-viewport > div:nth-child(4) .brands-img li:nth-child(3) {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.tab-content.in-viewport > div:nth-child(4) .brands-img li:nth-child(4) {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.tab-content.in-viewport > div:nth-child(5) .brands-img li:nth-child(1) {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.tab-content.in-viewport > div:nth-child(5) .brands-img li:nth-child(2) {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.tab-content.in-viewport > div:nth-child(5) .brands-img li:nth-child(3) {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.tab-content.in-viewport > div:nth-child(5) .brands-img li:nth-child(4) {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	#header {
		padding: 27px 0 21px;
		background-color: #fff;
	}

	#header .container {
		padding: 0 15px;
	}

	.nav-active #header {
		background-color: #fff;
	}

	.nav-active #header .logo .dark-logo {
		opacity: 1;
	}

	.nav-active #header .logo .white-logo {
		opacity: 0;
	}

	.intro-head #header.fixed-position #nav > ul a {
		/* color: #002b5e; */
		color: #23427a;
	}

	.intro-head #header.fixed-position #nav > ul a.btn:hover {
		/* color: #002b5e; */
		color: #d00000;
	}

	.intro-head.nav-active #header {
		background-color: transparent;
	}

	.drop-holder:after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 4.5px 8px 4.5px;
		border-color: transparent transparent #002a5e transparent;
		bottom: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.drop-holder a:hover {
		/* color: #e0b000; */
		color: #fff;
		background-color: #264b76;
	}

	.logo {
		width: 110px;
	}

	.navbar-holder {
		height: auto;
		position: static;
		padding: 0;
		width: calc(100% - 110px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-color: transparent;
		opacity: 1;
		visibility: visible;
	}

	#nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 100%;
	}

	#nav > ul {
		padding: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -14px 0 -10px;
		width: auto;
	}

	#nav > ul > li {
		padding: 0 8px;
		position: relative;
	}

	#nav > ul > li:last-child {
		display: block;
		padding-left: 5px;
	}

	#nav > ul > li:hover .drop {
		opacity: 1;
		visibility: visible;
	}

	#nav > ul > li .drop {
		-webkit-transition: opacity .15s linear, visibility .15s linear;
		transition: opacity .15s linear, visibility .15s linear;
		background-color: #002b5e;
		padding: 27px 5px 27px 17px;
		margin-top: 17px;
		top: 100%;
		min-width: 214px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		opacity: 0;
		visibility: hidden;
		padding: 15px 10px 15px;
		width: auto;
	}

	#nav > ul > li .drop:before {
		content: "";
		position: absolute;
		bottom: 100%;
		height: 17px;
		left: 0;
		right: 0;
		background-color: transparent;
	}

	#nav > ul > li .drop ul li {
		margin-bottom: 0;
	}

	#nav > ul > li .drop ul li a {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: .14px;
		white-space: nowrap;
		display: inline-block;
		vertical-align: top;
		padding: 4px 15px;
		border-radius: 3em;
		background-color: transparent;
		font-size: 12px;
	}

	#nav > ul > li .drop ul li a:hover,
	#nav > ul > li .drop ul li a.active {
		background-color: #264b76;
	}

	#nav > ul a {
		font-weight: 700;
		font-size: 13px;
		/* color: #002b5e; */
		color: #23427a;
	}

	#nav > ul a i {
		font-size: 19px;
	}

	.burger-holder {
		display: none;
	}

	.nav-opener {
		display: none;
	}

	.search-bar {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.search-bar form {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
	}

	.search-bar input {
		font-size: 15px;
		width: 300px;
		padding: 10px 10px;
		width: 220px;
	}

	.search-bar .btn-close {
		color: white;
		position: absolute;
	}

	#footer {
		padding: 75px 0 60px;
	}

	#footer h5 {
		margin-bottom: 30px;
	}

	.sign-up-box {
		padding-top: 0;
		margin-bottom: 0;
	}

	.footer-menu {
		padding-top: 39px;
	}
	
	.apply-form {
	    padding: 25px 25px;
	}
}

@media (min-width: 992px) {
	body {
		font-size: 18px;
		padding-top: 100px;
	}
	
	.big-img-intro.apply-page .title-holder .decor:before {
        width: 156px;
        height: 147px;
        top: -63px;
        left: -67px;
    }

	.decor-bg.home-decor {
		top: 638px;
	}

	.decor-bg.content-decor {
		top: 580px;
	}

	h1,
	.h1 {
		font-size: 60px;
	}

	h2,
	.h2 {
		font-size: 36px;
	}

	h3,
	.h3 {
		font-size: 28px;
	}

	h4,
	.h4 {
		font-size: 22px;
	}

	.title-box {
		padding: 39px 69px 44px 59px;
	}

	.title-box:before {
		width: 156px;
		height: 147px;
		top: -13px;
		left: -4px;
	}

	.title-box h2 {
		margin-bottom: 0;
		max-width: 50%;
		width: auto;
	}

	.title-box .btn-holder {
		max-width: 50%;
	}

	.latest-news-intro {
		padding-top: 100px;
		padding-bottom: 125px;
	}

	.latest-news-intro .title-box {
		margin-bottom: 38px;
	}

	.career-intro {
		padding-bottom: 123px;
	}

	.about-us-intro {
		padding-bottom: 125px;
	}

	.overview .heading-block {
		margin-bottom: 67px;
	}

	.overview .heading-block .heading {
		width: 14.1%;
	}

	.overview .tab-content {
		margin-bottom: 25px;
	}

	.overview .description-holder h3 {
		padding: 0 50px 0 20px;
	}

	.overview .description-holder .text-holder {
		padding: 0 90px 0 5px;
	}

	.overview .description-holder .text-holder p {
		margin-bottom: 58px;
	}

	.post-list .time-list {
		margin-bottom: 22px;
	}

	.filtration-list {
		margin: 0 -18px 92px;
	}

	.filtration-list li {
		padding: 0 18px 0;
	}

	.brand-adress-list {
		margin: 0 -59px 73px;
	}

	.brand-adress-list > li {
		padding: 0 59px 20px;
	}

	.brand-adress-list .fake-link {
		padding-right: 85px;
	}

	.director-list {
		margin: 0 -28px;
	}

	.director-list.small li {
		padding-bottom: 54px;
	}

	.director-list li {
		padding: 0 28px 65px;
	}

	.director-list img {
		margin-bottom: 27px;
	}
	
	.director-list .img-box {
	    margin-bottom: 27px;
	}

	.board-directors {
		margin-bottom: 71px;
	}

	.board-directors .title-box {
		margin-bottom: 70px;
	}

	.intro {
		margin-bottom: 127px;
	}

	.intro .slide-holder {
		min-height: 638px;
		padding: 158px 0 85px;
	}

	.intro .slide-holder:after {
		background-size: auto 100%;
		background-position: 12% 50%;
	}

	.intro .stock-info {
		padding: 0;
		max-width: 858px;
	}

	.content-box.reverse .img-holder {
		margin-right: -43px;
	}

	.content-box.reverse .decor .dots {
		top: -124px;
	}

	.content-box.reverse .decor .triangle {
		top: -55px;
	}

	.content-box .img-holder {
		margin-left: -43px;
		width: calc(50% + 43px);
	}

	.content-box .text-holder h2 {
		letter-spacing: .2px;
		margin-bottom: 28px;
	}

	.content-box .text-holder h3 {
		margin-bottom: 31px;
		font-size: 27px;
	}

	.content-box .text-holder p {
		margin-bottom: 52px;
	}

	.content-box .giving-list li {
		padding: 26px 0;
	}

	.content-box .giving-list a {
		font-size: 27px;
	}

	.content-box .giving-list .slide {
		padding: 27px 0 26px;
	}

	.giving {
		margin-bottom: 113px;
	}

	.giving .heading-block {
		margin-bottom: 97px;
	}

	.post-section {
		padding: 88px 0 88px;
	}

	.post-section .title-holder {
		padding: 54px 0 4px 70px;
	}

	.post-section .title-holder:before {
		width: 155px;
		height: 147px;
	}

	.post-section .title-holder h1 {
		margin-bottom: 15px;
	}

	.privacy {
		padding: 89px 0 162px;
	}

	.privacy .container {
		padding-left: 159px;
		padding-right: 100px;
	}

	.privacy h2 {
		margin-bottom: 32px;
	}

	.privacy p {
		margin-bottom: 31px;
	}

	.privacy h6 {
		margin-bottom: 7px;
	}

	.team-description {
		padding-top: 92px;
		padding-bottom: 150px;
	}
	
	.team-description .text-holder {
	    margin-bottom: 60px;
	}

	.team-description .btn-holder {
		padding-top: 48px;
	}

	.big-img-intro {
		padding: 120px 0 0;
	}

	.big-img-intro:before {
		height: 580px;
	}

	.big-img-intro .title-holder {
		margin-bottom: 70px;
		padding-left: 71px;
	}

	.big-img-intro .map-holder,
	.big-img-intro .img-holder {
		margin-right: -42px;
		padding-left: 9px;
	}

	.big-img-intro .map-holder {
		height: 560px;
		padding-left: 0;
		margin-left: 9px;
		padding-top: 24px;
	}

	.heading-block .text-block {
		width: 80%;
	}
	/* .press-kit .heading-block .text-block {
	    width: 65%;
	    } */

	.join-team {
		margin-bottom: 125px;
	}

	.join-team-section {
		padding: 13px 0 0;
	}

	.join-team-section .heading-block {
		margin-bottom: 69px;
	}

	.content-list-holder li {
		margin-bottom: 109px;
	}

	.content-list-holder li:nth-child(odd) .content-box .img-holder {
		margin-right: -43px;
	}

	.description-content {
		margin-bottom: 56px;
	}

	.description-content .content-box {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.years-section {
		padding-top: 137px;
		margin-bottom: 230px;
	}

	.years-section .triangle {
		top: 76px;
	}

	.years-section h3 {
		margin-bottom: 118px;
	}
	
	h3.leadership-title {
	    margin-bottom: 78px;
	}

	.years-list > li {
		margin-bottom: 175px;
	}

	/* .years-list > li:nth-child(even) {
	    margin-bottom: 90px;
	} */

	.years-list > li:nth-child(even) .text-holder {
		padding: 8px 135px 0 54px;
	}

	.years-list .text-holder {
		padding: 0 0 0 49px;
	}

	.years-list .text-holder time {
		margin-bottom: 30px;
	}

	.years-list .text-holder h4 {
		margin-bottom: 30px;
	}

	.decription-month-list {
		margin-bottom: 32px;
	}

	.rest-years {
		margin-bottom: 10px;
	}

	.slider-holder .years-slide {
		padding-left: 50px;
		margin-bottom: 82px;
	}

	.slider-holder .years-slide .slick-list {
		margin: 0 -250px 0 -45px;
	}

	.slider-holder .years-slide .slide {
		padding: 0 30px;
	}

	.slider-holder .years-slide .img-holder {
		margin-bottom: 42px;
	}

	.slider-holder .years-slide time {
		margin-bottom: 30px;
	}

	.slider-holder .years-slide h4 {
		line-height: 1.7;
		margin-bottom: 30px;
	}

	.slider-holder .years-slide .decription-month-list {
		margin-bottom: 40px;
	}

	.main-intro {
		margin-bottom: 91px;
	}

	.main-intro.reverse .img-holder {
		margin-right: -43px;
	}

	.main-intro.reverse .text-holder {
		padding: 150px 0 0 80px;
	}

	.main-intro.reverse .text-holder .decor:before {
		top: -80px;
		left: -68px;
	}

	.main-intro.reverse .text-holder .btn {
		margin-top: 35px;
	}

	.main-intro .img-holder {
		margin-left: -43px;
		width: calc(50% + 43px);
		padding-bottom: 51px;
	}

	.main-intro .text-holder {
		padding: 100px 0 0 115px;
	}
	
	.main-intro .container-fluid .text-holder {
	    padding: 100px 15px 0 0;
	}

	.main-intro h1 {
		margin-bottom: 25px;
	}

    .text-holder .decor:before,
	.main-intro .decor:before {
		width: 156px;
		height: 147px;
		top: -63px;
		left: -67px;
	}

	.job-listen {
		/* margin-bottom: 159px; */
	}

	.partners-section {
		padding: 86px 0 107px;
	}

	.partners-section .title-box {
		margin-bottom: 87px;
	}

	.benefits {
		padding-bottom: 75px;
	}

	.benefits .heading-block {
		margin-bottom: 99px;
	}

	.benefits-list {
		margin: 0 -27px 45px;
		line-height: 1.7;
		padding-right: 49px;
	}

	.benefits-list li {
		padding: 0 27px 50px;
	}

	.benefits-list li img {
		margin: 0 0 24px;
	}

	.features-jobs .title-box {
		margin-bottom: 48px;
	}

	.features-jobs .brand-adress-list {
		margin-bottom: 78px;
	}

	.counter-section {
		padding: 75px 0 133px;
	}

	.counter-list li {
		padding: 47px 20px 0;
	}

	.counter-list li:before {
		width: 156px;
		height: 147px;
		top: -10px;
		left: 71px;
	}

	.counter-list .counter {
		font-size: 138px;
	}

	.counter-list h4 {
		font-size: 22px;
	}

	.article-detail {
		margin-bottom: 155px;
	}

	.article-detail .intro-img-holder {
		padding-top: 79px;
	}

	.article-detail .intro-img-holder img {
		margin-bottom: -87px;
	}

	.article-detail .content-holder {
		padding-top: 164px;
	}

	.article-detail .text-holder {
		line-height: 1.7;
		padding-left: 61px;
	}

	.article-detail .text-holder h2 {
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.article-detail .text-holder .subtitle {
		margin-bottom: 33px;
	}

	.article-detail .text-holder p {
		margin-bottom: 30px;
	}

	.article-detail .btn-holder {
		padding-top: 49px;
	}

	.description-section {
		padding-top: 65px;
		margin-bottom: 30px;
	}

	.description-section .heading-block .text-block {
		width: 70%;
	}

	.description-section .heading-block .text-block h2 {
		margin-bottom: 31px;
	}

	.description-section .heading-block .heading {
		width: 16.6%;
	}

	.facts-section .title-box {
		margin-bottom: 55px;
	}

	.facts-section .site-placeholder {
		margin-bottom: 124px;
	}

	.facts-section h3 {
		margin-bottom: 56px;
	}

	.facts-section .featured-list li>div {
		padding: 50px 35px 25px;
	}

	.facts-section .featured-list img {
		margin-bottom: 32px;
		max-width: 50%;
	}

	.facts-list {
		margin: 0 -31px 118px;
	}

	.facts-list li {
		padding: 83px 31px 45px;
	}

	.facts-list li .counter {
		font-size: 138px;
		top: -14px;
		left: 15px;
	}

	.featured-brands {
		margin-bottom: 32px;
	}

	.featured-brands .subtitle {
		margin-bottom: 10px;
	}

	.featured-brands .title-holder {
		margin-bottom: 22px;
	}

	.brands-filter-list {
		margin: 0 -18px 87px;
	}

	.brands-filter-list li {
		padding: 0 18px 0;
	}

	.tab-content {
		margin: 0 auto 21px;
	}

	.tab-content > div:nth-child(1) .brands-img li:nth-child(1) {
		-webkit-transform: translate(278%, 207%);
		-ms-transform: translate(278%, 207%);
		transform: translate(278%, 207%);
	}

	.tab-content > div:nth-child(1) .brands-img li:nth-child(2) {
		-webkit-transform: translate(278%, 68%);
		-ms-transform: translate(278%, 68%);
		transform: translate(278%, 68%);
	}

	.tab-content > div:nth-child(1) .brands-img li:nth-child(3) {
		-webkit-transform: translate(278%, -71%);
		-ms-transform: translate(278%, -71%);
		transform: translate(278%, -71%);
	}

	.tab-content > div:nth-child(1) .brands-img li:nth-child(4) {
		-webkit-transform: translate(278%, -210%);
		-ms-transform: translate(278%, -210%);
		transform: translate(278%, -210%);
	}

	.tab-content > div:nth-child(2) .brands-img li:nth-child(1) {
		-webkit-transform: translate(139%, 207%);
		-ms-transform: translate(139%, 207%);
		transform: translate(139%, 207%);
	}

	.tab-content > div:nth-child(2) .brands-img li:nth-child(2) {
		-webkit-transform: translate(139%, 68%);
		-ms-transform: translate(139%, 68%);
		transform: translate(139%, 68%);
	}

	.tab-content > div:nth-child(2) .brands-img li:nth-child(3) {
		-webkit-transform: translate(139%, -68%);
		-ms-transform: translate(139%, -68%);
		transform: translate(139%, -68%);
	}

	.tab-content > div:nth-child(2) .brands-img li:nth-child(4) {
		-webkit-transform: translate(139%, -210%);
		-ms-transform: translate(139%, -210%);
		transform: translate(139%, -210%);
	}

	.tab-content > div:nth-child(3) .brands-img li:nth-child(1) {
		-webkit-transform: translate(0, 152%);
		-ms-transform: translate(0, 152%);
		transform: translate(0, 152%);
	}

	.tab-content > div:nth-child(3) .brands-img li:nth-child(3) {
		-webkit-transform: translate(0, -152%);
		-ms-transform: translate(0, -152%);
		transform: translate(0, -152%);
	}

	.tab-content > div:nth-child(4) .brands-img li:nth-child(1) {
		-webkit-transform: translate(-139%, 207%);
		-ms-transform: translate(-139%, 207%);
		transform: translate(-139%, 207%);
	}

	.tab-content > div:nth-child(4) .brands-img li:nth-child(2) {
		-webkit-transform: translate(-139%, 68%);
		-ms-transform: translate(-139%, 68%);
		transform: translate(-139%, 68%);
	}

	.tab-content > div:nth-child(4) .brands-img li:nth-child(3) {
		-webkit-transform: translate(-139%, -71%);
		-ms-transform: translate(-139%, -71%);
		transform: translate(-139%, -71%);
	}

	.tab-content > div:nth-child(4) .brands-img li:nth-child(4) {
		-webkit-transform: translate(-139%, -210%);
		-ms-transform: translate(-139%, -210%);
		transform: translate(-139%, -210%);
	}

	.tab-content > div:nth-child(5) .brands-img li:nth-child(1) {
		-webkit-transform: translate(-278%, 207%);
		-ms-transform: translate(-278%, 207%);
		transform: translate(-278%, 207%);
	}

	.tab-content > div:nth-child(5) .brands-img li:nth-child(2) {
		-webkit-transform: translate(-278%, 68%);
		-ms-transform: translate(-278%, 68%);
		transform: translate(-278%, 68%);
	}

	.tab-content > div:nth-child(5) .brands-img li:nth-child(3) {
		-webkit-transform: translate(-278%, -71%);
		-ms-transform: translate(-278%, -71%);
		transform: translate(-278%, -71%);
	}

	.tab-content > div:nth-child(5) .brands-img li:nth-child(4) {
		-webkit-transform: translate(-278%, -210%);
		-ms-transform: translate(-278%, -210%);
		transform: translate(-278%, -210%);
	}

	.tab-content .brands-img {
		padding: 0 33px;
	}

	.tab-content .brands-img.center {
		padding: 0 35px;
	}

	.tab-content .brands-img.center li:nth-child(2) a {
		min-height: 147px;
		margin: 0 -29px;
	}

	.tab-content .brands-img li {
		margin-bottom: 45px;
	}

	.intro-head #header {
		padding: 63px 0 21px;
	}

	.intro-head #header.fixed-position {
		padding: 27px 0 21px;
	}

	.intro-head #header.fixed-position .logo {
		width: 142px;
	}

	.intro-head .logo {
		width: 171px;
	}

	.intro-head .navbar-holder {
		width: calc(100% - 171px);
	}

	.drop-holder {
		padding: 26px 5px 27px 12px;
	}

	.drop-holder a {
		-webkit-transition: color .15s linear, background-color .15s linear;
		transition: color .15s linear, background-color .15s linear;
		text-decoration: none;
		display: inline-block;
		vertical-align: middle;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: .14px;
		font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		border-radius: 3em;
		padding: 4px 18px;
	}

	.logo {
		-webkit-transition: width .15s linear;
		transition: width .15s linear;
		width: 142px;
	}

	.navbar-holder {
		-webkit-transition: width .15s linear;
		transition: width .15s linear;
		width: calc(100% - 142px);
	}

	#nav > ul {
		margin: 0 -25px 0 -16px;
	}

	#nav > ul > li {
		padding: 0 15px;
	}

	#nav > ul > li .drop {
		padding: 27px 5px 27px 17px;
	}

	#nav > ul > li .drop ul li a {
		padding: 4px 22px 5px 17px;
		font-size: 14px;
	}

	#nav > ul a {
		font-size: 15px;
	}

	#nav > ul a.btn {
		min-width: 184px;
	}

	#nav > ul a i {
		font-size: 22px;
	}

	#footer {
		padding: 108px 0 81px;
	}

	#footer h5 {
		margin-bottom: 42px;
	}

	#footer .btn-warning,
	#footer .btn-danger {
		padding: 18px 15px;
	}

	.copyright {
		padding-top: 12px;
	}

	.footer-menu li {
		margin-bottom: 13px;
	}
	/* .logo-download-list li a {
	        top: 11px;
	        left: 445px;
	    } */
	    
	.big-img-intro.apply-page {
        padding: 166px 0 0;
    }
    
    .big-img-intro.apply-page .title-holder .subtitle {
        margin-bottom: 0;
    }
    
    .big-img-intro.apply-page .title-holder {
        margin-bottom: 78px;
    }
    
    .big-img-intro.apply-page .img-holder {
        margin-bottom: 46px;
    }
    
    .join-team-section.apply-team-section .text-block h2 {
        margin-bottom: 49px;
    }
    
    .join-team-section.apply-team-section .heading-block {
        margin-bottom: 34px;
    }
    
    .join-team-section.apply-team-section .heading-block .info-block {
        line-height: 1.7;
    }
    
    .join-team-section.apply-team-section .heading-block .info-block p {
        margin-bottom: 30px;
    }
    
    .apply-form {
        padding: 61px 60px 25px;
    }
    
    .apply-section-form .disclamer {
        padding: 35px 154px 74px;
    }
}

@media (min-width: 1200px) {
    /* .container {
        padding: 0 126px;
    } */
    
    /* .content-box .decor {
        left: -126px;
    } */
    
    .heading-block .text-block h3 {
        margin-bottom: 38px;
    }
    
    .heading-block .info-block {
        margin-bottom: 30px;
    }
    
	.decor-bg.decor-right {
		background-position: 0% -3px;
	}

	.latest-news-intro .title-box .btn-holder {
		max-width: 44.1%;
	}

	.post-list {
		margin: 0 -55px;
	}

	.post-list > li {
		padding: 0 55px 68px;
	}

	.brand-adress-list {
		padding-left: 13px;
	}

	.director-list {
		padding-right: 41px;
	}

	.content-box.reverse .img-holder {
		margin-right: -126px;
	}

	.content-box.reverse .text-holder {
		padding-right: 100px;
	}

	.content-box .img-holder {
		margin-left: -126px;
		width: calc(50% + 126px);
	}

	.content-box .text-holder {
		padding-left: 112px;
	}

	.privacy .time-post {
		top: 2px;
		left: 2px;
	}

	.big-img-intro .map-holder,
	.big-img-intro .img-holder {
		margin-right: -126px;
		margin-bottom: 66px;
	}
	
	/* .press-kit .big-img-intro .img-holder {
	    margin-left: 326px;
	} */
	
	.press-kit .brand-adress-list li {
	    padding-bottom: 30px;
	}
	
	.press-kit .heading-block .heading {
	    margin-bottom: 177px;
	}

	.big-img-intro .map-holder {
		height: 601px;
	}

	.heading-block .heading {
		margin-left: -12px;
	}

	.content-list-holder li:nth-child(odd) .content-box .img-holder {
		margin-right: -126px;
	}

	.content-list-holder li:nth-child(odd) .content-box .text-holder {
		padding-right: 112px;
	}

	.years-section:before {
		left: calc(100%/2 - 600px);
		width: 156px;
		height: 147px;
	}

	.years-list > li {
		margin-bottom: 251px;
	}

	/* .years-list > li:nth-child(even) {
	    margin-bottom: 131px;
	} */

	.years-list > li:nth-child(even) .img-holder {
		margin-right: -126px;
	}

	.years-list .img-holder {
		margin-left: -126px;
		width: calc(50% + 126px);
	}

	.years-list .img-holder img.mini-img {
		right: auto;
		left: calc(100% - 106px);
		/* top: calc(100% - 94px); */
		top: calc(100% - 63px);
		/* top: calc(100% - 74px); */
		max-width: 396px;
	}
	
	.years-list > li:nth-child(even) .img-holder .mini-img {
	    left: auto;
		right: calc(100% - 222px);
	}

	.slider-holder .years-slide .slick-list {
		margin: 0 -377px 0 -45px;
	}

	.slider-holder .years-slide .slide {
		padding: 0 45px;
	}

	.main-intro.reverse .img-holder {
		margin-right: -126px;
		margin-top: 98px;
		margin-bottom: -78px;
	}

	.main-intro.reverse .text-holder {
		padding: 205px 0 30px 72px;
	}

	.main-intro .img-holder {
		margin-left: -126px;
		width: calc(50% + 126px);
	}
	
	.main-intro .container-fluid .img-holder {
	    max-width: 683px;
	    width: 100%;
	    margin-left: 0;
	}

	.main-intro .text-holder {
		padding: 188px 0 0 206px;
	}
	
	.main-intro .container-fluid .text-holder {
	    padding: 188px 15px 0 0;
	}

	.facts-section .featured-list li>div {
		padding: 81px 71px 36px;
	}

	.facts-list {
		padding-right: 56px;
	}

	.facts-list li .counter {
		top: -14px;
		left: -5px;
		text-shadow: none;
	}

	#nav > ul > li {
		padding: 0 16px;
	}

	#footer .btn-warning,
	#footer .btn-danger {
		min-width: 309px;
	}
}

@media (min-width: 1600px) {
	.intro .slide-holder:after {
		background-size: 100% 100%;
		background-position: 50% 50%;
	}

	/* .facts-list li:first-child .counter {
	    color: #f6f3ee;
	} */
	
	.latest-news-intro .title-box .btn-holder {
	    max-width: 30%;
	}
	/* make news headlines smaller for larger screen */
	.post-list h3 {
	    font-size: 24px;
	}
}

@media (max-width: 991px) {
	#nav > ul a.btn {
		padding: 7px 7px;
	}
}

@media (max-width: 767px) {
	.main-intro.home-service-intro {
		z-index: 3;
		position: relative;
		background-color: #002b5e;
	}

	.main-intro.home-service-intro .btn {
		color: #fff;
	}

	.main-intro.home-service-intro .btn:hover {
		color: #002b5e;
	}

	#nav > ul a.btn {
		border: none;
		font-weight: 400;
		padding: 0;
		font-size: 16px;
		text-align: left;
	}

	#nav > ul a.btn:hover {
		background-color: transparent;
		color: #e0b000 !important;
	}
	
	.hide {
        display: none !important;
    }
    
    .overview .heading-block {
        margin-bottom: 0px;
    }
    .btn.btn-outline-primary {
        transition: none;
    }
}

.uploadcare--widget {
    z-index: 2;
    position: relative;
}

.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}
.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px 0.4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}
.ui-widget-content a {
    color: #333;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #454545;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #2b2b2b;
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
    margin: 0 0 0 0;
    padding: 5px;
    background: #666;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

.ui-icon-circle-triangle-e::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #000000;
}

.ui-icon-circle-triangle-w::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #000000 transparent transparent;
}

/*ESG Page Styles*/
.br {
    display: block;
}

.customized-esg-intro h1 {
    line-height: 0.9;
    color: #ffffff;
}

.esg-highlights {
    padding: 2.438rem 0;
    font-size: 17px;
    background-image: url(../images/decor-03.svg);
    background-position: 0 0;
    background-size: auto;
    background-repeat: no-repeat;
}

.esg-highlights .benefits-list li img {
    margin: 0 0 15px;
}

.esg-highlights .benefits-list>li {
    margin-bottom: 2.5rem;
}

.esg-highlights ul:not([class]):not([id]) {
    padding: 0;
    margin: 0 0 1.5rem;
    list-style-type: none;
}

.esg-highlights ul:not([class]):not([id]) li{
    width: 100%;
    position: relative;
    padding: 0;
}

.esg-highlights ul:not([class]):not([id]) li:before {
    content: '';
    position: relative;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background-color: #58595b;
    left: 0;
    top: -0.188rem;
    display: inline-block;
    margin-right: 0.438rem;
}

.customized-esg-intro {
    padding: 60px 0;
    min-height: 400px;
}

.customized-card-section.new-resources-section .link-style-esg {
    margin-top: 1.5rem;
    margin-bottom: -0.125rem;
}

.customized-card-section.new-resources-section .text-holder>p {
    margin-bottom: 0;
}

.customized-card-section.new-resources-section {
    padding-bottom: 4.375rem;
    
}

.customized-card-section .img-holder {
    position: relative;
    background-color: #002b5e;
    margin-left: -0.938rem;
    margin-right: -0.938rem;
}

.customized-card-section .text-holder {
    padding-bottom: 1.875rem;
    font-size: 17px;
}

.customized-card-section .text-holder h3 {
    font-weight: 600;
    margin-bottom: 1.563rem;
}

.customized-esg-intro {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.customized-esg-intro:before {
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #002b5e;
    opacity: 0.4;
}

.link-style-esg {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.7px;
    color: #d00000;
    text-transform: uppercase;
}

.future-forward-section {
    background-image: url(../images/triangle-decor-01.svg);
    background-position: 100% 27%;
    background-size: auto;
    background-repeat: no-repeat;
}
    
.future-forward-section .heading-block {
    position: relative;
    padding: 3.75rem 0;
}

.future-forward-section .heading-block:before {
    content: "";
    width: 7.375rem;
    height: 6.375rem;
    background-image: url(../images/decor-title-01.svg);
    position: absolute;
    top: 1.875rem;
    right: -0.625rem;
    background-size: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
}

.additional-esg-block p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .customized-esg-intro {
        min-height: 28.125rem;
    }
    
    .customized-card-section .container {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    
    .future-forward-section .heading-block {
        padding: 5rem 0;
    }
    
    .future-forward-section .heading-block:before {
        width: 7.375rem;
        height: 6.375rem;
        top: 3.438rem;
        right: 2.813rem;
    }
    
    .customized-esg-intro .text-holder {
        padding: 0 0 0 1.875rem;
    }
    
    .customized-card-section .img-holder {
        margin-left: 0;
        margin-right: -15px;
        width: calc(51% + 15px);
        padding-bottom: 47%;
    }
    
    .customized-card-section .img-holder img {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .customized-card-section .text-holder {
        width: 49%;
        padding-right: 2.5rem;
        padding-bottom: 0;
    }
    
    .customized-card-section.new-resources-section .text-holder{
        padding-top: 1.188rem;
    }
    
    .esg-highlights p {
        margin-bottom: 1.938rem;
    }
    
    .esg-highlights .additional-esg-block p {
        margin-bottom: 0;
    }
    
    .esg-highlights .additional-esg-block .link-style-esg {
        margin-top: 1.813rem;
        margin-bottom: 0.375rem;
    }
    
    .customized-card-section.responsibility-esg-section p {
        margin-bottom: 1.938rem;
    }
}

@media (min-width: 992px) {
    .esg-highlights {
        padding: 3.938rem 0 1.563rem;
    }
    
    .esg-highlights .benefits-list li img {
        margin-bottom: 24px;
    }

    .esg-highlights .title-box {
        margin-bottom: 4.125rem;
    }
    
    .esg-highlights ul {
       letter-spacing: 0.4px;
       line-height: 1.76; 
    }
    
    .future-forward-section .heading-block:before {
        width: 10.688rem;
        height: 9.188rem;
        top: 3.625rem;
        right: -3.625rem;
    }
    
    .future-forward-section .heading-block .text-block h2 {
        margin-bottom: 1.563rem;
    }
    
    .future-forward-section .heading-block {
        padding: 7.5rem 0;
    }
    
    .customized-esg-intro {
        min-height: 39.938rem;
        padding: 6.25rem 0;
    }
    
    .customized-esg-intro .text-holder {
        padding: 0 0 0.938rem 3.125rem;
        max-width: 28.125rem;
    }
    
    .customized-card-section.responsibility-esg-section {
        padding-bottom: 5.75rem;
    }
    
    .customized-card-section.new-resources-section {
        padding-bottom: 7.438rem;
    }
    
    .customized-card-section .img-holder {
        margin-right: -2.688rem;
        width: calc(51% + 43px);
    }
    
    .customized-card-section .text-holder>p {
        margin-bottom: 1.938rem;
    }
    
    .customized-card-section .text-holder h3 {
        font-size: 27px;
        line-height: 1.23;
        letter-spacing: -0.1px;
        margin-bottom: 2.063rem;
    }
    
    .customized-card-section .text-holder {
        line-height: 1.76;
        padding-right: 4.375rem;
        letter-spacing: 0.4px;
    }
    
    .customized-card-section .btn {
        margin-top: 0.25rem;
        letter-spacing: 1.5px;
    }
}

@media (min-width: 1200px) {
    .future-forward-section .heading-block .heading {
        width: 12.5%;
    }
    
    .future-forward-section .heading-block .text-block {
        width: 83.5%;
        letter-spacing: -0.3px;
    }
    
    .future-forward-section .heading-block {
        padding: 11.875rem 0 9.438rem;
    }
    .customized-esg-intro .text-holder {
        padding: 0 0 1.813rem 4.5rem;
    }
    
    .customized-esg-intro h1 {
        font-size: 80px;
    }
    
    .customized-card-section .img-holder {
        margin-right: -7.875rem;
        width: calc(51% + 126px);
    }
}