
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: "";
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: .5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

/*
Theme Name: Aventi
Version: 2.0.1
*/
.head-menu-overflow-box .menu li > a p {
	font-weight: 400 !important;
	font-family: "Barlow", sans-serif !important;
}

.head-menu-overflow-box .menu li > a {
	font-weight: 600 !important;
}

.press header .head-content .hamburger {
	opacity: 0;
	width: 0px;
	height: 0px;
}

.image-and-text .text .text-box .btn {
	color: var(--White, #f4f4f4);
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	border-radius: 45px;
	background: var(--Gold-Gradient, linear-gradient(90deg, #d1ba90 0%, #8b6e46 100%));
	padding: 16px 16px;
	border: none;
	outline: none;
	cursor: pointer;
}

.head-menu .head-menu-overflow .head-menu-overflow-box .menu li:last-child {
	width: 100%;
	margin-right: 50% !important;
}

.image-and-text  .links__box  a {
	background: #ba8ccb;
}

.images-scorll .content .block a:hover .bg-img-box:before {
	-webkit-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important;
}

.images-scorll .content .block a:hover .bg-img-box:after {
	-webkit-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
}

body.style-purple .image-and-text-two .content .text h3 {
	color: #ba8ccb;
	font-family: "Gridstar-Regular";
	font-size: 38px !important;
	font-weight: normal;
	font-style: normal;
	line-height: 50px !important;
	letter-spacing: 2.66px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 8px !important;
}

body.style-purple .image-and-text-two .content .text h2 {
	margin-bottom: 8px !important;
}

body.style-purple .image-and-text .text .text-box h2 {
	font-size: 48px !important;
}

/* .image-and-text-two .content .text .border-text p {
	font-family: 'Gridstar-Regular' !important;
} */
.new-tag-p {
	font-size: 22px;
	font-family: "Gridstar-Regular";
}

@media (max-width: 768px) {
	body.style-purple .image-and-text .text .text-box h2 {
		font-size: 29px !important;
	}
	
	.technical-details .title:after, .technical-details .title:before {
		top: 20px !important;
	}
	
	body.style-purple .image-and-text-two .content .text h3 {
		font-size: 22px !important;
		line-height: 26px !important;
	}
	
	.new-tag-p {
		font-size: 18px;
		font-family: "Gridstar-Regular";
	}
}

header .head-content .head-content-box .head-menu .head-menu-overflow .head-menu-overflow-box .menu .menu-item.menu__btn {
	height: 100%;
}

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

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	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);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

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

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

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

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

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

[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;
}

@charset "UTF-8";

/* Slider */

/* .slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
} */

/* Icons */

/* @font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
} */

/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before, .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: "←";
}

[dir='rtl'] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: "→";
}

[dir='rtl'] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}
/* ---------------------------------------- */

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/

/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/

/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto;
}

.mCustomScrollBox {
	/* contains plugin's markup */
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}

.mCSB_container {
	/* contains the original content */
	overflow: hidden;
	width: auto;
	height: auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
	margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
	/* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
	/* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
	right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	/* RTL direction/left-side scrollbar */
	right: auto;
	left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
	/* contains the draggable element and dragger rail markup */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	height: 100%;
	margin: 0 auto;
}

.mCSB_scrollTools .mCSB_dragger {
	/* the draggable element */
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	/* the dragger element */
	position: relative;
	width: 6px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: inherit;
	text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
	min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 11px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
	margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	height: 100%;
	left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 16px;
	margin-bottom: 5px;
}

.mCSB_container_wrapper > .mCSB_container {
	padding-right: 0px;
	padding-bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
	/* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
	padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
	padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/

/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/

/* default theme ("light") */
.mCSB_scrollTools {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #7e7e7e;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #7e7e7e;
	border-radius: 0;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	/*background-color: #fff;*/
	
	/*background-color: rgba(255,255,255,0.85);*/
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #7e7e7e;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
	background-image: url("https://aventi.com/wp-content/themes/Aventi/css/css-style/vendors/mCSB_buttons.png");
	background-repeat: no-repeat;
	opacity: .4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp.nitro-lazy, .mCSB_scrollTools .mCSB_buttonDown.nitro-lazy, .mCSB_scrollTools .mCSB_buttonLeft.nitro-lazy, .mCSB_scrollTools .mCSB_buttonRight.nitro-lazy {
	background-image: none !important;
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
	opacity: .9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

/* ---------------------------------------- */

/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px;
}

/* ---------------------------------------- */

/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px;
}

/* ---------------------------------------- */

/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

/* ---------------------------------------- */

/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
	height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
	background-repeat: repeat-y;
	opacity: .3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail.nitro-lazy, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail.nitro-lazy {
	background-image: none !important;
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail.nitro-lazy {
	background-image: none !important;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px;
}

/* ---------------------------------------- */

/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px;
}

.mCS-3d.mCSB_scrollTools, .mCS-3d-dark.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 8px;
	margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical, .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	bottom: 1px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #000;
	background-color: rgba(0, 0, 0, .05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
	box-shadow: inset 0 0 14px rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #fff;
	background-color: rgba(0, 0, 0, .05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
	left: 0;
	right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */

/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-color: rgba(255, 255, 255, .2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color: #000;
	border-color: rgba(0, 0, 0, .2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
}

:root {
	--White: #f4f4f4;
	--Black: #222322;
	--Real-Black: #111211;
	--Dark-Grey: #343434;
	--hh: 100vh;
}

img, a img {
	outline: none;
	border: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

img:focus, img:active, img:hover, a:focus img, a:active img {
	outline: none;
	border: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

body {
	background-color: var(--Black);
}

.slider-section .image-container-mobile {
	display: none;
}

header .btn-block .link-to-concierge {
	color: #f7f7f7;
	text-align: center;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	border-radius: 50px;
	border: 2px solid var(--White, #f4f4f4);
	padding: 14px 31px;
	background-color: transparent;
	cursor: pointer;
	transition: all .3s ease;
}

.bottom-arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(244, 244, 244, .2);
	position: absolute;
	bottom: 50px;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.bottom-arrow:before {
	content: "";
	width: 10px;
	height: 1px;
	border-radius: 2px;
	background-color: #fff;
	position: absolute;
	top: 16px;
	left: 16px;
	transition: all .3s ease;
	transform: translateX(0px) translateY(10px) rotate(45deg);
}

.bottom-arrow:after {
	content: "";
	width: 10px;
	height: 1px;
	border-radius: 2px;
	background-color: #fff;
	position: absolute;
	top: 36px;
	left: 23px;
	transition: all .3s ease;
	transform: translateX(0px) translateY(-10px) rotate(-45deg);
}

.wrapper {
	max-width: 1820px;
	width: 100%;
	margin: 0 auto;
	padding-left: 3%;
	padding-right: 3%;
	box-sizing: border-box;
}

h1 {
	display: block;
	font-size: initial;
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	unicode-bidi: isolate;
}

#hero-banner-video {
	width: 100%;
}

.manufacturing-menu {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.manufacturing-menu li {
	margin-right: 163px;
	margin-top: -1px;
}

.manufacturing-menu li:last-child {
	margin-right: 0;
}

.manufacturing-menu li a {
	color: var(--White, #f4f4f4);
	font-family: "Barlow Condensed", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	opacity: .5;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 16px;
	padding-bottom: 10px;
	transition: all .3s ease;
	border-bottom: 4px solid transparent;
}

.manufacturing-menu li a:hover {
	opacity: 1;
	border-bottom: 4px solid #fff;
	transition: all .3s ease;
}

.manufacturing-menu .current-menu-item a {
	opacity: 1;
	border-bottom: 4px solid #fff;
}

.manufacturing-menu li a > p, .manufacturing-menu li a > .bg-img-box {
	display: none;
}

.wrapper-menu {
	position: relative;
}

header.active:before {
	content: "";
	width: 100%;
	height: 2px;
	opacity: .25;
	background: #fff;
	position: absolute;
	top: 89px;
	left: 0;
}

header {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 300;
	transition: all .3s ease;
}

header.active {
	background: rgba(34, 35, 34, .6);
	transition: all .3s ease;
}

header.active-menu .wrapper {
	padding-top: 20px;
	padding-bottom: 14px;
	transition: all .3s ease;
}

header .wrapper-menu {
	height: 0px;
	overflow: hidden;
	padding: 0 3% !important;
}

header.active .wrapper-menu.active {
	height: 46px;
}

header.active .logo svg path:not(:first-child) {
	opacity: 0;
	transition: all .3s ease;
}

header.active .btn-block {
	margin-top: -2px;
	transition: all .3s ease;
}

header .wrapper {
	padding-top: 50px;
	padding-bottom: 22px;
	transition: all .3s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .logo a {
	display: inline-block;
}

header .logo svg path {
	opacity: 1;
	transition: all .3s ease;
}

header .btn-block {
	display: flex;
	align-items: center;
	margin-top: -33px;
	transition: all .3s ease;
}

header .btn-block .hamburger {
	margin-left: 50px;
	cursor: pointer;
	width: 30px;
	height: 20px;
	z-index: 100;
	position: relative;
}

header .btn-block .hamburger span {
	width: 32px;
	height: 2px;
	border-radius: 2px;
	background-color: var(--White, #f4f4f4);
	position: relative;
	display: block;
	margin-top: 10px;
}

.objective-section .text-section p:first-child {
	padding-bottom: 45px;
}

header .btn-block .hamburger span:before {
	content: "";
	width: 32px;
	height: 2px;
	border-radius: 2px;
	background-color: var(--White, #f4f4f4);
	position: absolute;
	top: -10px;
	left: 0;
	transition: all .3s ease;
}

header .btn-block .hamburger span:after {
	content: "";
	width: 32px;
	height: 2px;
	border-radius: 2px;
	background-color: var(--White, #f4f4f4);
	position: absolute;
	top: 10px;
	left: 0;
	transition: all .3s ease;
}

header .btn-block .hamburger.open span {
	background-color: var(--Black, #222322);
	width: 0px;
	transition: all .3s ease;
}

header .btn-block .hamburger.open span:before {
	background-color: var(--Black, #222322);
	transform: translateX(0px) translateY(10px) rotate(45deg);
	transition: all .3s ease;
}

header .btn-block .hamburger.open span:after {
	background-color: var(--Black, #222322);
	transform: translateX(0px) translateY(-10px) rotate(-45deg);
	transition: all .3s ease;
}

.first-section {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	margin-top: -152px;
	flex-direction: column;
}

.first-wrapper {
	height: 100vh;
	display: flex;
	align-items: flex-end;
	align-items: center;
	position: relative;
}

.first-wrapper .center-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.first-wrapper .center-title .header-subtitle {
	color: #fff;
	text-align: right;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 61px;
	font-style: normal;
	font-weight: 400;
	line-height: 61px;
	letter-spacing: 6.1px;
	text-transform: uppercase;
	width: 30%;
}

/* .first-section:after {
	content: '';
	width: 100%;
	height: 420px;
	background-color: var(--Real-Black, #111211);
	position: absolute;
	bottom: 0;
	left: 0;
} */

/* .first-section:before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #111211 10.5%, rgba(17, 18, 17, 0.00) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
} */
.first-section h1 {
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 149px;
	font-style: normal;
	font-weight: 600;
	line-height: 149px;
	letter-spacing: 7.45px;
	text-transform: uppercase;
	width: 50%;
	position: relative;
	z-index: 100;
}

.btn-section {
	position: relative;
	display: flex;
	align-items: flex-end;
	height: 1080px;
}

.btn-section.first-btn-section {
	position: relative;
	display: block;
	height: calc(var(--hh) * 3);
	margin-block-start: calc(var(--hh) * -1);
	margin-block-end: calc(var(--hh) * -1);
}

.btn-section.first-btn-section .sticky-container {
	z-index: -10;
	overflow: hidden;
	position: -webkit-sticky;
	position: sticky;
	height: var(--hh);
	top: calc(100vh - var(--hh));
	display: flex;
	align-items: flex-end;
}

.btn-section.bottom {
	height: 890px;
}

.btn-section.bottom .wrapper a {
	margin-bottom: 315px;
	padding-left: 52px;
	padding-right: 52px;
}

.btn-section .btn-section-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}

.btn-section .wrapper {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.btn-section .wrapper .title {
	color: var(--White, #f4f4f4);
	font-family: "Barlow Condensed", sans-serif;
	font-size: 61px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.22px;
	text-transform: uppercase;
	margin-bottom: 67px;
	width: 25%;
}

.btn-section .wrapper a {
	color: var(--White, #f4f4f4);
	text-align: center;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	border-radius: 45px;
	background: linear-gradient(86deg, #cb779b .91%, #cf7773 96.22%);
	padding: 16px 37px;
	border: none;
	outline: none;
	cursor: pointer;
	margin-bottom: 295px;
}

footer {
	background-color: var(--White, #f4f4f4);
	padding: 64px 0px 50px 0px;
}

footer .foot-menu {
	display: flex;
	justify-content: space-between;
	margin-bottom: 42px;
}

footer .foot-menu .menu {
	display: flex;
	margin-top: 11px;
}

footer .foot-menu .sub-menu {
	width: 277px;
}

footer .foot-menu .sub-menu:not(:last-child) {
	margin-right: 20px;
}

footer .foot-menu .sub-menu li:not(:last-child) {
	margin-bottom: 12px;
}

footer .foot-menu .sub-menu a {
	color: #171719;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

footer .bottom-footer {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	width: 100%;
}

footer .bottom-footer .copy {
	display: flex;
	justify-content: flex-start;
	width: 890px;
	color: var(--Real-Black, #111211);
	opacity: .5;
	font-family: "Barlow", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

footer .bottom-footer .social-menu {
	display: flex;
	width: 277px;
}

footer .bottom-footer .social-menu li:not(:last-child) {
	margin-right: 10px;
}

footer .bottom-footer .social-menu a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg-video-inner {
	position: absolute;
	z-index: -1;
	top: 0;
	left: -.5%;
	height: 100vh;
	width: 101%;
	fill: var(--Real-Black, #111211);
	opacity: .6;
	transition: all .3s ease;
}

.bg-video-inner .bg-video.desktop {
	display: block;
	height: 100%;
}

.bg-video-inner .bg-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.bg-video-inner .bg-video.mobile {
	display: none;
}

.title-flex {
	display: flex;
	flex-direction: column;
}

.title-flex .line {
	opacity: 0;
	clip-path: inset(100% 0 0 0);
	transform: translateY(-100%) translateZ(0);
	transition: all .3s ease;
}

.title-flex .line.active {
	opacity: 1;
	transition: all .3s ease;
	clip-path: inset(0% 0px -.2ex);
	transform: translateY(0%) translateZ(0px);
}

.objective-section {
	background: var(--White, #f4f4f4);
}

.objective-section {
	padding-top: 149px;
	padding-bottom: 157px;
}

.objective-section .wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

/* .objective-section.detailed-section .wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
} */
.objective-section.detailed-section .wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.objective-section .title-section {
	color: var(--Real-Black, #111211);
	font-family: "Barlow Condensed", sans-serif;
	font-size: 61px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.22px;
	text-transform: uppercase;
	width: 25%;
}

.objective-section .text-section {
	color: var(--Real-Black, #111211);
	font-family: "Barlow", sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 39px;
	letter-spacing: .5px;
	width: calc(75% - 16.7%);
	margin-top: 7px;
	margin-left: 4px;
}

.objective-section.small-padding {
	padding-top: 109px;
	padding-bottom: 120px;
}

.img-section {
	background: var(--White, #f4f4f4);
}

.starfire.img-section {
	padding-bottom: 80px;
}

.img-section img {
	width: 100%;
	height: 890px;
	object-fit: cover;
	object-position: center;
}

.img-section img.w120 {
	width: 100%;
}

.img-section img.w80 {
	width: calc(75% - 8.33333%);
	margin-right: 8.33333%;
}

.img-section .wrapper {
	text-align: right;
}

.starfire.img-section .wrapper {
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

.objective-section.small-padding .text-section {
	width: calc(75% - 8.33333%);
}

/* Основная секция */
.initial-section {
	background: var(--White, #f4f4f4);
	padding-bottom: 74px;
	position: relative;
	z-index: 100;
	margin-top: 0px;
}

.starfire.initial-section {
	padding-bottom: 50px;
}

.initial-section.big-padding {
	padding-bottom: 203px;
}

.black-tag {
	background: var(--Real-Black, #111211);
}

.black-tag .title-section {
	color: var(--White, #f4f4f4);
}

/* Внутренний контейнер */
.initial-section .wrapper {
	display: flex;
	justify-content: flex-end;
}

/* Контейнер для каждой линии (line-box) */
.initial-section .line-box {
	display: flex;
	flex-direction: column;
	width: 75%;
	box-sizing: border-box;
}

/* Заголовок каждой линии */
.initial-section .title-line {
	color: var(--Real-Black, #111211);
	font-family: "Barlow Condensed";
	font-size: 39px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: .78px;
	text-transform: uppercase;
	margin-bottom: 30px;
	max-width: 400px;
}

/* Контейнер для контента внутри каждой линии */
.initial-section .content-line {
	display: flex;
	justify-content: space-between;
}

/* Контейнер для каждого блока текста */
.initial-section .text-container {
	width: 44.44444%;
	margin-right: 10px;
}

.initial-section .text-container:nth-child(2) {
	padding-left: 11px;
	box-sizing: border-box;
}

/* Заголовок внутри текстового блока */
.initial-section .title-block {
	color: var(--Real-Black, #111211);
	font-family: "Barlow Condensed";
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

/* Текстовый блок внутри контейнера */
.initial-section .text-block {
	color: var(--Real-Black, #111211);
	font-family: Barlow;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: .4px;
}

.img-section.bottom {
	position: relative;
	display: block;
	height: calc(var(--hh) * 3);
	margin-block-start: calc(var(--hh) * -1);
	margin-block-end: calc(var(--hh) * -1);
	background: transparent;
}

.img-section.bottom .sticky-container {
	z-index: -10;
	overflow: hidden;
	position: -webkit-sticky;
	position: sticky;
	height: var(--hh);
	top: calc(100vh - var(--hh));
	display: flex;
	align-items: flex-end;
}

.img-section.bottom img {
	height: 100vh;
	width: 100%;
}

.subtitle-section {
	background-color: var(--White, #f4f4f4);
}

.subtitle-section .subtitle-sect {
	color: var(--Real-Black, #111211);
	font-family: "Barlow Condensed";
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	padding-bottom: 13px;
}

.subtitle-section .title-sect {
	color: var(--Real-Black, #111211);
	font-family: "Barlow Condensed";
	font-size: 39px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: .78px;
	text-transform: uppercase;
}

.black-tag .subtitle-sect, .black-tag .title-sect, .black-tag .title-block, .black-tag .text-block {
	color: var(--White, #f4f4f4);
}

.subtitle-section.black-tag {
	background-color: var(--Real-Black, #111211);
}

.margin-left-1 .title-section {
	margin-left: 8.33333%;
	width: 40%;
}

.margin-left-1 .subtitle-sect {
	margin-left: 8.33333%;
}

.margin-left-1 .title-sect {
	margin-left: 8.33333%;
}

.objective-section.black-tag.small-padding.margin-left-1 {
	padding-bottom: 61px;
}

.objective-section.big-padding {
	padding-top: 195px;
	padding-bottom: 90px;
}

.objective-section.big-padding .title-section {
	width: 30%;
}

.initial-section.black-tag .title-block {
	margin-bottom: 36px;
}

.initial-section.black-tag {
	padding-bottom: 44px;
}

.initial-section.black-tag .text-container:nth-child(2) {
	padding-left: 0;
	width: 45%;
}

.initial-section.black-tag.big-padding {
	padding-bottom: 124px;
}

.objective-section.w50 {
	padding-top: 14px;
	padding-bottom: 198px;
}

.objective-section.w50 .title-section {
	width: 41.67%;
}

.subtitle-section.big-padding {
	padding-top: 133px;
}

.specifications-section {
	padding-top: 70px;
	padding-bottom: 206px;
	background: var(--Real-Black, #111211);
	position: relative;
	z-index: 100;
}

.specifications-section .wrapper {
	display: flex;
	flex-direction: column;
}

.specifications-section .right {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.specifications-section .right .specifications-list {
	max-width: 1018px;
	width: 100%;
	padding-right: 150px;
}

.specifications-section .right .specifications-list > .specifications-item {
	padding-top: 43px;
	padding-bottom: 47px;
	position: relative;
	cursor: pointer;
}

.specifications-section .right .specifications-list > .specifications-item.active {
	padding-bottom: 62px;
}

.specifications-section .right .specifications-list > .specifications-item:before {
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, rgba(244, 244, 244, .5) 50%, #171719 100%);
	position: absolute;
	top: 0;
	left: 0;
}

.specifications-section .right .specifications-list > .specifications-item:last-child:after {
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, rgba(244, 244, 244, .5) 50%, #171719 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.specifications-section.active  .right .specifications-list > .specifications-item .content-list {
	margin-top: 17px;
}

.specifications-section .right .specifications-list > .specifications-item .content-list .description {
	color: var(--White, #f4f4f4);
	font-family: "Barlow", sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 39px;
	letter-spacing: .5px;
	text-transform: none;
}

.specifications-section .right .specifications-list > .specifications-item .content-list .list-block {
	margin-top: 68px;
}

.specifications-section .right .specifications-list > .specifications-item .content-list .list-block .title-block {
	color: var(--White, #f4f4f4);
	opacity: .5;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	margin-bottom: 36px;
}

.specifications-section .right .specifications-list > .specifications-item .content-list .list-block ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.specifications-section .right .specifications-list > .specifications-item .content-list .list-block ul li {
	color: var(--White, #f4f4f4);
	font-family: "Barlow", sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 39px;
	letter-spacing: .5px;
	text-transform: none;
	position: relative;
}

.specifications-section .right .specifications-list > .specifications-item .content-list .list-block ul li svg {
	margin-right: 15px;
}

.specifications-section .right .specifications-list > .specifications-item .content-list .list-block ul li:not(:last-child) {
	margin-bottom: 9px;
}

.specifications-item .content-list {
	height: 100%;
	max-height: 0;
	overflow: hidden;
}

.specifications-item.active .content-list {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}

.specifications-item .specifications-item-name {
	color: var(--White, #f4f4f4);
	font-family: "Barlow Condensed", sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

.specifications-item .specifications-item-name span {
	opacity: .5;
	margin-right: 30px;
}

.specifications-item.active .specifications-item-name {
	color: var(--White, #f4f4f4);
	font-family: "Barlow Condensed", sans-serif;
	font-size: 49px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: .98px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.specifications-item.active .specifications-item-name span {
	opacity: .5;
	margin-right: 30px;
}

.objective-section {
	overflow: hidden;
}

.img-sect {
	margin-left: 8.33333% !important;
	height: 890px;
}

.img-sect img {
	/* 	width: 100%; */
	height: 890px;
	object-fit: cover;
	object-position: left;
}

.big-title-section {
	color: #fff;
	font-family: "Barlow Condensed";
	font-size: 149px;
	font-style: normal;
	font-weight: 600;
	line-height: 149px;
	letter-spacing: 7.45px;
	text-transform: uppercase;
}

.big-title-section.left {
	margin-bottom: 250px;
	text-align: left;
	margin-left: 0;
}

.big-title-section.right {
	text-align: right;
	margin-right: 0;
}

.overcoming-section {
	padding-top: 200px;
	overflow: hidden;
}

.overcoming-section .wrapper {
	padding-left: calc(8.33333% + 30px);
	padding-right: calc(8.33333% + 30px);
	box-sizing: border-box;
}

.overcoming-section .line {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 130px;
}

.overcoming-section .line.right {
	flex-direction: row-reverse;
}

.overcoming-section .line img {
	width: 720px;
	height: 550px;
	object-fit: cover;
	object-position: center;
}

.overcoming-section .line .block {
	width: 720px;
}

.overcoming-section .line.left .block {
	padding-left: 80px;
	box-sizing: border-box;
}

.overcoming-section .line.right .block {
	padding-right: 80px;
	box-sizing: border-box;
}

.overcoming-section .title-block {
	color: var(--White, #f4f4f4);
	font-family: "Barlow Condensed", sans-serif;
	font-size: 39px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: .78px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.overcoming-section .block-ul {
	margin-bottom: 40px;
}

.overcoming-section .ul-title {
	color: var(--White, #f4f4f4);
	font-family: "Barlow Condensed", sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.overcoming-section .ul-description {
	color: var(--White, #f4f4f4);
	font-family: "Barlow", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: .4px;
}

.overcoming-section .footnote {
	color: var(--White, #f4f4f4);
	font-family: "Barlow", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	transform: rotate(.068deg);
}

.revolutionary {
	background-color: var(--White, #f4f4f4);
	padding-bottom: 200px;
}

.revolutionary .left {
	width: 58.33333%;
	height: 1080px;
}

.revolutionary .left img {
	width: 110%;
	margin-left: -10%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}

.revolutionary .right {
	width: 570px;
	margin-bottom: 70px;
}

.revolutionary .right .title {
	color: var(--Real-Black, #111211);
	font-family: "Barlow Condensed", sans-serif;
	font-size: 61px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.22px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.revolutionary .right .text {
	color: var(--Real-Black, #111211);
	font-family: "Barlow", sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 39px;
	letter-spacing: .5px;
	transform: rotate(.068deg);
}

.revolutionary .slick-slide {
	width: 100%;
	max-width: 570px;
}

.revolutionary .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.big-accardion-section {
	padding-bottom: 120px;
	background: var(--White, #f4f4f4);
	position: relative;
	z-index: 100;
	overflow: hidden;
}

.big-accardion-section .ul-section {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.big-accardion-section .li-name {
	color: var(--Real-Black, #111211);
	text-align: center;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	position: absolute;
	top: calc(50% - 15px);
	left: 50px;
	border-radius: 45px;
	border: 1px solid #000;
	opacity: .9;
	opacity: 0;
	padding: 15px 25px;
	background: var(--White, #f4f4f4);
	transition: all .3s ease;
}

.big-accardion-section .li-title {
	color: #000;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 233px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 4.66px;
	text-transform: uppercase;
	position: relative;
}

.big-accardion-section .li-section:hover .li-name {
	left: 130px;
	opacity: 1;
	transition: all .3s ease;
}

.big-accardion-section .li-section.active:hover .li-name {
	opacity: 0;
}

.big-accardion-section .li-section {
	position: relative;
	width: 100%;
	cursor: pointer;
}

.big-accardion-section .li-section.active:last-child .content {
	padding-bottom: 40px;
}

.big-accardion-section .li-section.item-3.active .content {
	margin-top: 0px;
}

.big-accardion-section .li-section:first-child:before {
	display: none;
}

.big-accardion-section .li-section:before {
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, rgba(23, 23, 25, 1) 50%, rgba(244, 244, 244, .5) 100%);
	position: absolute;
	top: 0;
	left: 0;
}

.big-accardion-section .li-section:nth-child(2) .li-title {
	margin-left: 360px;
}

.big-accardion-section .li-section:nth-child(3) .li-title {
	margin-left: 755px;
}

.big-accardion-section .li-section:nth-child(4) .li-title {
	margin-right: 390px;
	text-align: right;
	box-sizing: border-box;
}

.big-accardion-section .li-section:nth-child(5) .li-title {
	text-align: right;
	box-sizing: border-box;
}

.big-accardion-section .li-section:nth-child(4) .li-name {
	left: auto;
	right: -50px;
}

.big-accardion-section .li-section:nth-child(5) .li-name {
	left: auto;
	right: -50px;
}

.big-accardion-section .li-section:nth-child(4):hover .li-name {
	left: auto;
	right: -130px;
}

.big-accardion-section .li-section:nth-child(5):hover .li-name {
	left: auto;
	right: 80px;
}

.big-accardion-section .li-content {
	width: 1020px;
	margin-right: 8.3333%;
}

.big-accardion-section .li-section .content {
	display: flex;
	justify-content: flex-end;
	height: 0;
	overflow: hidden;
}

.big-accardion-section .li-section.active .content {
	height: 100%;
	padding-bottom: 160px;
}

.big-accardion-section .li-content .subtitle {
	color: var(--Real-Black, #111211);
	font-family: "Barlow Condensed";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	opacity: .5;
	margin-bottom: 10px;
}

.big-accardion-section .li-content .title {
	color: var(--Real-Black, #111211);
	font-family: "Barlow Condensed";
	font-size: 39px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: .78px;
	text-transform: uppercase;
	margin-right: 40px;
}

.big-accardion-section .li-content .hours {
	border-radius: 45px;
	background: linear-gradient(262deg, rgba(207, 119, 115, .5) 5.69%, rgba(203, 119, 155, .5) 92.2%);
	padding: 15px 25px;
	color: var(--Real-Black, #111211);
	text-align: center;
	font-family: "Barlow Condensed";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.big-accardion-section.starfire .li-content .hours {
	color: var(--White, #f4f4f4);
	background: rgba(52, 52, 52, .5);
}

.big-accardion-section .title-box {
	margin-bottom: 100px;
	display: flex;
	align-items: center;
}

.big-accardion-section .box-content {
	margin-bottom: 70px;
}

.big-accardion-section .box-content .title {
	color: var(--Real-Black, #111211);
	font-family: "Barlow Condensed";
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.big-accardion-section .box-content .description {
	color: var(--Real-Black, #111211);
	font-family: Barlow;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 39px;
	letter-spacing: .5px;
}

.accardion-table-content {
	margin-bottom: 0px;
}

.accardion-table-content .line {
	display: flex;
	padding-top: 40px;
	padding-bottom: 40px;
}

.accardion-table-content .line-0 {
	padding-bottom: 20px;
}

.accardion-table-content .line-0 .row {
	color: var(--Real-Black, #111211);
	font-family: "Barlow Condensed";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	opacity: .5;
}

.accardion-table-content .line-1 .row, .accardion-table-content .line-2 .row, .accardion-table-content .line-3 .row, .accardion-table-content .line-4 .row, .accardion-table-content .line-5 .row, .accardion-table-content .line-6 .row {
	color: var(--Real-Black, #111211);
	font-family: Barlow;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: .4px;
}

.accardion-table-content .line .row {
	width: 300px;
	box-sizing: border-box;
	padding-right: 50px;
}

.accardion-table-content .line .row-0 {
	color: var(--Real-Black, #111211);
	font-family: "Barlow";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 31px;
	letter-spacing: .4px;
}

.accardion-table-content .line {
	position: relative;
}

.accardion-table-content .line:before {
	content: "";
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(23, 23, 25, 1) 10.5%, rgba(244, 244, 244, 1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: .15;
}

.accardion-table-content .line:last-child:before {
	display: none;
}

.accardion-table-content.mobile {
	display: none;
}

.slider-navigation {
	display: none;
}

header.open .header-show {
	visibility: visible;
	opacity: .6;
}

header .header-show {
	content: "";
	width: 100%;
	height: 100vh;
	background: #0c0717;
	opacity: .6;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.btn {
	font-family: "Gridstar-Regular";
	color: #fff;
	font-size: 16px;
	border: 1px solid #fff;
	border-radius: 10px;
	display: inline-block;
	min-width: 277px;
	padding: 12px 20px;
	text-align: center;
	letter-spacing: .07em;
	overflow: hidden;
}

.btn.btn-bg-dark {
	border-color: #171719;
	color: #fff;
}

.bg__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.menu__btn a {
	height: 50px;
	padding-top: 0 !important;
	margin-top: 0 !important;
	font-weight: normal;
	font-size: 12px !important;
	letter-spacing: .07em;
	line-height: 30px;
	text-transform: uppercase;
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #171719;
	background: transparent;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.menu__btn a:hover {
	color: #f7f7f7 !important;
	background: #171719 !important;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.head-menu {
	z-index: 1;
	position: fixed;
	width: 745px;
	box-sizing: border-box;
	height: 100vh;
	right: -745px;
	top: 0;
	opacity: 1;
	background-image: url("https://cdn-hkpkl.nitrocdn.com/uhGpVUCBToOFlGMYqaVzuqaGHXQADKhx/assets/images/optimized/rev-d317159/aventi.com/wp-content/themes/Aventi/images/menu-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: opacity .8s cubic-bezier(.77, 0, .175, 1), right .8s cubic-bezier(.77, 0, .175, 1);
	padding: 0 49px 0 87px;
}

.head-menu.nitro-lazy {
	background-image: none !important;
}

.head-menu.open {
	right: 0;
	opacity: 1;
}

.head-menu-overflow {
	margin: 120px 0 0 0;
	height: calc(100% - 120px);
}

.head-menu-overflow::-webkit-scrollbar {
	width: 2px !important;
	background-color: #171719;
}

.head-menu-overflow::-webkit-scrollbar-track {
	width: 2px !important;
	background-color: #e3e3e3;
}

.head-menu-overflow::-webkit-scrollbar-thumb {
	width: 2px !important;
	background-color: #171719;
}

.mCSB_container {
	margin: 0 !important;
	padding-right: 40px;
}

.mCSB_scrollTools {
	opacity: 1;
	width: 2px;
	background-color: #e3e3e3;
	height: calc(100% - 118px);
}

.mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
	background-color: #171719;
}

.mCSB_draggerRail {
	width: 2px;
	background-color: transparent;
}

.head-menu-overflow-box .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.head-menu-overflow-box .menu li {
	width: calc(50% - 8.5px);
	margin: 0 0 39px 0;
	line-height: normal;
	position: relative;
	transition: padding .2s;
	padding: 0px;
}

.head-menu-overflow-box .menu li:last-child {
	margin-right: 0;
}

.head-menu-overflow-box .menu li.is-hide {
	display: none !important;
}

.head-menu-overflow-box .menu li > a {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 21px;
	color: #171719;
	letter-spacing: .07em;
	position: relative;
	display: block;
	text-transform: uppercase;
	padding-top: calc(100% + 20px);
	text-decoration: none !important;
}

.head-menu-overflow-box .menu li > a:hover .bg-img-box .bg-img {
	transform: scale(1.05);
}

.head-menu-overflow-box .menu li > a .bg-img {
	padding-top: 100%;
	transition: all .2s;
}

.head-menu-overflow-box .menu li > a .bg-img-box {
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	z-index: 1;
	width: 100%;
}

.head-menu-overflow-box .menu li > a .bg-img-box .allocations-paused {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.head-menu-overflow-box .menu li > a .bg-img-box .allocations-paused span {
	display: block;
	width: 100%;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 10px;
	letter-spacing: .065em;
	text-transform: uppercase;
	color: #f7f7f7;
	text-align: center;
	padding: 9px 25px;
	background: #171719;
}

.head-menu-overflow-box .menu li > a p {
	/*     font-family: $f-wr; */
	font-family: "Barlow Condensed", sans-serif;
	font-size: 14px;
	color: #171719;
	text-transform: initial;
	letter-spacing: .03em;
	margin-bottom: 0;
	padding-top: 8px;
}

.specifications-item-name {
	position: relative;
}

.specifications-item-name:before {
	content: "";
	width: 32px;
	height: 2px;
	border-radius: 2px;
	background-color: var(--White, #f4f4f4);
	position: absolute;
	top: 50%;
	right: 0;
}

.specifications-item-name:after {
	content: "";
	width: 32px;
	height: 2px;
	border-radius: 2px;
	background-color: var(--White, #f4f4f4);
	position: absolute;
	top: 50%;
	transform: translateX(0px) translateY(0px) rotate(90deg);
	right: 0;
}

.specifications-item.active .specifications-item-name:after {
	transform: translateX(0px) translateY(0px) rotate(0deg);
}

.scroll-container {
	position: relative;
	height: 500px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.word-left, .word-right {
	position: absolute;
	opacity: 0;
	transition: all 1s ease-in-out;
}

.word-left {
	left: -100%;
}

.word-right {
	right: -100%;
}

.word-left.in-view {
	left: 37%;
	transform: translateX(-50%);
	opacity: 1;
}

.word-right.in-view {
	right: 37%;
	transform: translateX(50%);
	opacity: 1;
}

.img-section .text-section {
	display: none;
}

.starfire-for-mobile {
	display: none;
}

.starfire-for-desctop {
	display: block;
}

.initial-section.excellence.big-padding .title-line {
	max-width: 260px;
}

.initial-section.excellence-Case .title-line {
	max-width: 460px;
}

.initial-section.excellence-Case.excellence-0 .text-container {
	width: 100%;
}

@media (max-width: 1820px) {
	.wrapper {
		max-width: 100%;
		padding-left: 3%;
		padding-right: 3%;
	}
	
	header .logo a svg {
		width: 139px;
	}
	
	header .btn-block .hamburger {
		width: 27px;
		margin-left: 37px;
	}
	
	header .btn-block .hamburger span {
		width: 26px;
		height: 2px;
		border-radius: 2px;
		background-color: var(--White, #f4f4f4);
		position: relative;
		display: block;
		transition: all .3s ease;
		margin-top: 9px;
	}
	
	header .btn-block .hamburger span:before {
		content: "";
		width: 26px;
		height: 2px;
		border-radius: 2px;
		background-color: var(--White, #f4f4f4);
		position: absolute;
		top: -9px;
		left: 0;
		transition: all .3s ease;
	}
	
	header .btn-block .hamburger.open span:before {
		top: -12px;
	}
	
	header .btn-block .hamburger span:after {
		content: "";
		width: 26px;
		height: 2px;
		border-radius: 2px;
		background-color: var(--White, #f4f4f4);
		position: absolute;
		top: 8px;
		left: 0;
		transition: all .3s ease;
	}
	
	header .btn-block .link-to-concierge {
		color: #f7f7f7;
		text-align: center;
		font-family: "Barlow Condensed", sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.6px;
		text-transform: uppercase;
		border-radius: 50px;
		border: 2px solid var(--White, #f4f4f4);
		padding: 11px 25px;
		background-color: transparent;
		cursor: pointer;
		transition: all .3s ease;
	}
	
	header .wrapper {
		padding-top: 45px;
	}
	
	header .btn-block {
		margin-top: -28px;
	}
	
	header.active .wrapper {
		padding-top: 12px;
		padding-bottom: 14px;
		transition: all .3s ease;
	}
	
	header.active:before {
		top: 68px;
	}
	
	.manufacturing-menu li {
		margin-right: 115px;
		margin-top: -1px;
		margin-left: -5px;
	}
	
	.bottom-arrow {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: rgba(244, 244, 244, .2);
		position: absolute;
		bottom: 50px;
		left: 3%;
		z-index: 100;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	
	.bottom-arrow:before {
		content: "";
		width: 10px;
		height: 1px;
		border-radius: 2px;
		background-color: #fff;
		position: absolute;
		top: 11px;
		left: 12px;
		transition: all .3s ease;
		transform: translateX(0px) translateY(10px) rotate(45deg);
	}
	
	.bottom-arrow:after {
		content: "";
		width: 10px;
		height: 1px;
		border-radius: 2px;
		background-color: #fff;
		position: absolute;
		top: 31px;
		left: 18px;
		transition: all .3s ease;
		transform: translateX(0px) translateY(-10px) rotate(-45deg);
	}
	
	.first-wrapper .center-title .header-subtitle {
		color: #fff;
		text-align: right;
		font-family: "Barlow Condensed", sans-serif;
		font-size: 43px;
		font-style: normal;
		font-weight: 400;
		line-height: 43px;
		letter-spacing: 6.4px;
		text-transform: uppercase;
		width: 30%;
	}
	
	.first-wrapper .center-title {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin-top: -14px;
	}
	
	.objective-section {
		padding-top: 115px;
		padding-bottom: 120px;
	}
	
	.starfire.objective-section {
		padding-top: 0px;
		padding-bottom: 30px;
	}
	
	.starfire.objective-section.black-tag {
		padding-top: 100px;
	}
	
	.starfire.objective-section.black-tag .title-section {
		width: 40%;
	}
	
	.img-section img.w120 {
		height: auto;
	}
	
	.img-section img {
		height: auto;
	}
	
	.objective-section .title-section {
		color: var(--Real-Black, #111211);
		font-family: "Barlow Condensed", sans-serif;
		font-size: 48px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 1.42px;
		text-transform: uppercase;
		width: 25%;
	}
	
	.objective-section .text-section {
		color: var(--Real-Black, #111211);
		font-family: "Barlow", sans-serif;
		font-size: 19px;
		font-style: normal;
		font-weight: 400;
		line-height: 30px;
		letter-spacing: .65px;
		width: calc(75% - 16.7%);
		margin-top: 0px;
		margin-left: 0px;
	}
	
	.first-section {
		margin-top: -119px;
	}
	
	.first-section h1 {
		font-size: 120px;
		line-height: 120px;
		letter-spacing: 6px;
	}
	
	.objective-section.small-padding .text-section {
		width: 75%;
		padding-right: 125px;
		box-sizing: border-box;
	}
	
	.objective-section.small-padding {
		padding-top: 80px;
		padding-bottom: 100px;
	}
	
	.img-section img.w80 {
		width: 75%;
		margin-right: 0px;
		padding-right: 115px;
		box-sizing: border-box;
		height: 700px;
	}
	
	.img-section.starfire img.w80 {
		width: 75%;
		margin-right: 0px;
		padding-right: 0;
		box-sizing: border-box;
		height: auto;
	}
	
	.initial-section .title-block {
		color: var(--Real-Black, #111211);
		font-family: "Barlow Condensed";
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 2.6px;
		text-transform: uppercase;
		margin-bottom: 16px;
	}
	
	.initial-section .text-block {
		color: var(--Real-Black, #111211);
		font-family: Barlow;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: .6px;
	}
	
	.black-tag .title-section {
		color: var(--White, #f4f4f4);
	}
	
	.margin-left-1 .title-section {
		margin-left: 124px;
		font-size: 47px;
		width: 80%;
	}
	
	.objective-section.black-tag.small-padding.margin-left-1 {
		padding-top: 92px;
		padding-bottom: 48px;
	}
	
	.specifications-section {
		padding-top: 56px;
		padding-bottom: 158px;
	}
	
	.specifications-section .right .specifications-list {
		max-width: 770px;
		width: 100%;
		padding-right: 0;
	}
	
	.specifications-section .left {
		margin-bottom: 29px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item:before {
		width: 85%;
	}
	
	.specifications-item .specifications-item-name {
		font-size: 18px;
		letter-spacing: 2.64px;
	}
	
	.specifications-item.active .specifications-item-name {
		color: var(--White, #f4f4f4);
		font-family: "Barlow Condensed";
		font-size: 37px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 1.2px;
		text-transform: uppercase;
		margin-bottom: 8px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item.active {
		padding-bottom: 62px;
		padding-top: 54px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item .content-list .description {
		color: var(--White, #f4f4f4);
		font-family: "Barlow", sans-serif;
		font-size: 19px;
		font-style: normal;
		font-weight: 400;
		line-height: 26px;
		letter-spacing: .65px;
		text-transform: none;
		margin-top: 18px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item .content-list .list-block {
		margin-top: 55px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item .content-list .list-block .title-block {
		color: var(--White, #f4f4f4);
		opacity: .5;
		font-family: "Barlow Condensed", sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.6px;
		text-transform: uppercase;
		margin-bottom: 24px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item .content-list .list-block ul li {
		color: var(--White, #f4f4f4);
		font-family: "Barlow", sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 29px;
		letter-spacing: .5px;
		text-transform: none;
		position: relative;
	}
	
	.image-and-text-two .text p {
		color: white;
		font-size: 20px;
		line-height: 30px;
		font-weight: 400;
		font-style: normal;
		margin-bottom: 25px;
		font-family: "Barlow", sans-serif;
	}
	
	.specifications-section .right .specifications-list > .specifications-item {
		padding-bottom: 35px;
		padding-top: 37px;
	}
	
	.specifications-item .specifications-item-name span {
		opacity: .5;
		margin-right: 22px;
	}
	
	.specifications-item.active .specifications-item-name span {
		opacity: .5;
		margin-right: 25px;
	}
	
	.objective-section.detailed-section {
		padding-top: 173px;
		padding-bottom: 40px;
		padding-right: 0px;
	}
	
	.objective-section.starfire.starfire-bottom {
		padding-top: 100px;
	}
	
	/* 	.objective-section.detailed-section .img-sect {
		margin-top: 0px;
		margin-left: 0 !important;
		height: auto;
		margin-right: -3%;
	} */
	.objective-section.detailed-section .img-sect {
		margin-top: 0px;
		margin-left: auto !important;
		height: auto;
		margin-right: -3%;
		width: calc(802px + 11.3333%);
	}
	
	.objective-section.detailed-section .img-sect img {
		height: auto;
		width: 100%;
	}
	
	.subtitle-section.margin-left-1 .subtitle-sect {
		margin-left: 125px;
		letter-spacing: 2.6px;
		color: var(--White, #f4f4f4);
		font-size: 18px;
	}
	
	.subtitle-section.margin-left-1 .title-sect {
		margin-left: 125px;
		font-size: 30px;
	}
	
	.objective-section.big-padding .title-section {
		width: 50%;
	}
	
	.big-accardion-section .li-title {
		color: #000;
		font-family: "Barlow Condensed", sans-serif;
		font-size: 187px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 4.66px;
		text-transform: uppercase;
		position: relative;
	}
	
	.big-accardion-section .li-content {
		width: 802px;
		margin-right: 8.3333%;
	}
	
	.big-accardion-section .li-content .subtitle {
		color: var(--Real-Black, #111211);
		font-family: "Barlow Condensed";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.6px;
		text-transform: uppercase;
		opacity: .5;
		margin-bottom: 10px;
	}
	
	.big-accardion-section .li-section.active .content {
		height: 100%;
		margin-top: -91px !important;
	}
	
	.big-accardion-section .li-content .subtitle {
		color: var(--Real-Black, #111211);
		font-family: "Barlow Condensed";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.6px;
		text-transform: uppercase;
		opacity: .5;
		margin-bottom: 5px;
	}
	
	.big-accardion-section .li-content .title {
		color: var(--Real-Black, #111211);
		font-family: "Barlow Condensed";
		font-size: 30px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: .9px;
		text-transform: uppercase;
		margin-right: 38px;
	}
	
	.big-accardion-section .li-content .hours {
		border-radius: 45px;
		background: linear-gradient(262deg, rgba(207, 119, 115, .5) 5.69%, rgba(203, 119, 155, .5) 92.2%);
		padding: 12px 20px;
		color: var(--Real-Black, #111211);
		text-align: center;
		font-family: "Barlow Condensed";
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.6px;
		text-transform: uppercase;
	}
	
	.big-accardion-section.starfire .li-content .hours {
		color: var(--White, #f4f4f4);
		background: rgba(52, 52, 52, .5);
	}
	
	.big-accardion-section .box-content .title {
		color: var(--Real-Black, #111211);
		font-family: "Barlow Condensed";
		font-size: 19px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 2.5px;
		text-transform: uppercase;
		margin-bottom: 40px;
	}
	
	.big-accardion-section .title-box {
		margin-bottom: 88px;
		display: flex;
		align-items: center;
	}
	
	.big-accardion-section .box-content .description {
		color: var(--Real-Black, #111211);
		font-family: Barlow;
		font-size: 19px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
		letter-spacing: .69px;
	}
	
	.big-accardion-section .box-content .title {
		color: var(--Real-Black, #111211);
		font-family: "Barlow Condensed";
		font-size: 19px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 2.5px;
		text-transform: uppercase;
		margin-bottom: 25px;
	}
	
	.big-accardion-section .box-content {
		margin-bottom: 48px;
	}
	
	.accardion-table-content .line-0 .row {
		font-size: 12px;
	}
	
	.accardion-table-content .line .row-0 {
		color: var(--Real-Black, #111211);
		font-family: "Barlow";
		font-size: 16px;
	}
	
	.accardion-table-content .line-1 .row, .accardion-table-content .line-2 .row, .accardion-table-content .line-3 .row, .accardion-table-content .line-4 .row, .accardion-table-content .line-5 .row, .accardion-table-content .line-6 .row {
		font-size: 16px;
	}
	
	.accardion-table-content .line {
		display: flex;
		padding-top: 35px;
		padding-bottom: 22px;
	}
	
	.accardion-table-content .line .row {
		width: 235px;
		box-sizing: border-box;
		padding-right: 50px;
		line-height: 27px;
	}
	
	.accardion-table-content .line-0 {
		padding-bottom: 20px;
		padding-top: 41px;
	}
	
	.accardion-table-content .line {
		display: flex;
		padding-top: 28px;
		padding-bottom: 32px;
	}
	
	.big-accardion-section .li-section .li-title {
		transition: all .3s ease;
	}
	
	.big-accardion-section .li-section:nth-child(2) .li-title {
		margin-left: 285px;
		margin-bottom: 21px;
		margin-top: 8px;
	}
	
	.big-accardion-section .li-section.active:nth-child(2) .li-title, .big-accardion-section .li-section.active:nth-child(3) .li-title, .big-accardion-section .li-section.active:nth-child(4) .li-title, .big-accardion-section .li-section.active:nth-child(5) .li-title {
		margin-left: 0px;
		text-align: left;
		margin-right: auto;
		transition: all .5s ease;
	}
	
	.big-accardion-section .li-section:nth-child(3) .li-title {
		margin-left: 594px;
		margin-top: 6px;
		margin-bottom: 23px;
	}
	
	.big-accardion-section .li-section:nth-child(4) .li-title {
		margin-right: 302px;
		text-align: right;
		box-sizing: border-box;
		margin-bottom: 21px;
		margin-top: 8px;
	}
	
	.big-accardion-section .li-section:nth-child(5) .li-title {
		text-align: right;
		box-sizing: border-box;
		margin-right: -9px;
		margin-top: 6px;
	}
	
	.objective-section.big-padding.black-tag .title-section {
		width: 30%;
		letter-spacing: .9px;
	}
	
	.objective-section.big-padding.black-tag {
		padding-top: 152px;
		padding-bottom: 90px;
	}
	
	.initial-section.black-tag .title-block {
		margin-bottom: 34px;
		color: var(--White, #f4f4f4);
	}
	
	.initial-section.black-tag .text-block {
		color: var(--White, #f4f4f4);
	}
	
	.big-title-section.left {
		margin-bottom: 0;
		text-align: left;
		margin-left: 0;
		top: -64px;
	}
	
	.big-title-section {
		color: #fff;
		font-family: "Barlow Condensed";
		font-size: 114px;
		font-style: normal;
		font-weight: 600;
		line-height: 120px;
		letter-spacing: 7.45px;
		text-transform: uppercase;
	}
	
	.big-title-section.right {
		text-align: right;
		margin-right: 13px;
		top: 53px;
	}
	
	.overcoming-section .wrapper {
		padding-left: calc(8.33333% + 20px);
		padding-right: calc(8.33333% + 20px);
		box-sizing: border-box;
	}
	
	.overcoming-section .line img {
		width: 570px;
		height: 433px;
		object-fit: cover;
		object-position: center;
	}
	
	.overcoming-section.black-tag .scroll-container {
		position: relative;
		height: 344px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.overcoming-section .line.left .block {
		margin-top: 15px;
		padding-left: 62px;
		width: calc(100% - 570px);
		box-sizing: border-box;
	}
	
	.overcoming-section .line .block {
		width: calc(100% - 570px);
	}
	
	.overcoming-section .title-block {
		color: var(--White, #f4f4f4);
		font-family: "Barlow Condensed", sans-serif;
		font-size: 30px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: .78px;
		text-transform: uppercase;
		margin-bottom: 29px;
	}
	
	.overcoming-section .ul-title {
		color: var(--White, #f4f4f4);
		font-family: "Barlow Condensed", sans-serif;
		font-size: 19px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 2.3px;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	
	.overcoming-section .ul-description {
		color: var(--White, #f4f4f4);
		font-family: "Barlow", sans-serif;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 26px;
		letter-spacing: .62px;
	}
	
	.overcoming-section .block-ul {
		margin-bottom: 26px;
	}
	
	.overcoming-section .footnote {
		color: var(--White, #f4f4f4);
		font-family: "Barlow", sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 19px;
		transform: rotate(.068deg);
	}
	
	.overcoming-section .line {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding-bottom: 102px;
	}
	
	.overcoming-section .line.right .block {
		padding-right: 80px;
		box-sizing: border-box;
		margin-top: 15px;
	}
	
	.overcoming-section {
		padding-top: 200px;
		overflow: hidden;
		padding-bottom: 60px;
	}
	
	.subtitle-section .subtitle-sect {
		color: var(--Real-Black, #111211);
		font-family: "Barlow Condensed";
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 2.62px;
		text-transform: uppercase;
		padding-bottom: 10px;
	}
	
	.starfire.subtitle-section .subtitle-sect {
		color: #f4f4f4;
	}
	
	.subtitle-section.big-padding {
		padding-top: 107px;
	}
	
	.objective-section.w50 .title-section {
		letter-spacing: .9px;
	}
	
	.objective-section.w50 {
		padding-top: 14px;
		padding-bottom: 155px;
	}
	
	.revolutionary .left {
		width: 57.7%;
		height: 848px;
	}
	
	.revolutionary .right {
		width: 454px;
		margin-bottom: 55px;
	}
	
	.revolutionary .slick-slide {
		width: 100%;
		max-width: 454px;
	}
	
	.revolutionary .right .title {
		color: var(--Real-Black, #111211);
		font-family: "Barlow Condensed", sans-serif;
		font-size: 46px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 1.82px;
		text-transform: uppercase;
		margin-bottom: 21px;
	}
	
	.revolutionary .right .text {
		color: var(--Real-Black, #111211);
		font-family: "Barlow", sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 31px;
		letter-spacing: .3px;
		transform: rotate(.068deg);
	}
	
	.revolutionary {
		background-color: var(--White, #f4f4f4);
		padding-bottom: 163px;
	}
	
	footer {
		background-color: var(--White, #f4f4f4);
		padding: 47px 0px 35px 0px;
	}
	
	.footer-logo svg {
		width: 141px;
	}
	
	footer .foot-menu .sub-menu a {
		color: #171719;
		font-family: "Barlow Condensed", sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.6px;
		text-transform: uppercase;
	}
	
	footer .foot-menu .sub-menu li:not(:last-child) {
		margin-bottom: 9px;
	}
	
	footer .foot-menu .sub-menu {
		width: 215px;
		margin-top: 0;
	}
	
	footer .foot-menu {
		display: flex;
		justify-content: space-between;
		margin-bottom: 29px;
	}
	
	footer .bottom-footer .social-menu a svg {
		width: 25px;
		height: 25px;
	}
	
	footer .bottom-footer .social-menu {
		display: flex;
		width: 221px;
	}
	
	footer .bottom-footer .social-menu li:not(:last-child) {
		margin-right: 7px;
	}
	
	footer .bottom-footer .copy {
		display: flex;
		justify-content: flex-start;
		width: 698px;
		color: var(--Real-Black, #111211);
		opacity: .5;
		font-family: "Barlow", sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: 400;
		line-height: 12px;
	}
	
	.initial-section .title-line {
		color: var(--Real-Black, #111211);
		font-family: "Barlow Condensed";
		font-size: 29px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: .78px;
		text-transform: uppercase;
		margin-bottom: 30px;
	}
}

@media (max-width: 1200px) {
	.first-wrapper .center-title .header-subtitle {
		width: 50%;
	}
	
	.objective-section .wrapper {
		justify-content: space-between;
	}
	
	.objective-section .text-section {
		width: 60%;
	}
	
	.objective-section.small-padding .text-section {
		width: 60%;
	}
	
	.img-section img.w80 {
		width: 100%;
		margin-right: 0;
	}
	
	.objective-section .title-section {
		width: 50%;
	}
	
	.first-section h1 {
		font-size: 100px;
		line-height: 100px;
		letter-spacing: 5px;
		width: 50%;
	}
	
	.initial-section .line-box {
		width: 100%;
	}
	
	.img-section.bottom {
		height: calc(var(--hh) * 3);
		margin-block-start: calc(var(--hh) * -.8);
		margin-block-end: calc(var(--hh) * -.8);
	}
	
	footer .foot-menu {
		flex-direction: column;
	}
	
	.footer-logo {
		margin-bottom: 50px;
	}
	
	footer .foot-menu .sub-menu {
		width: 25%;
	}
	
	.manufacturing-menu li {
		margin-right: 50px;
		margin-top: -1px;
	}
	
	.initial-section .title-line {
		color: var(--Real-Black, #111211);
		font-family: "Barlow Condensed";
		font-size: 29px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: .78px;
		text-transform: uppercase;
		margin-bottom: 30px;
	}
}

@media (max-width: 992px) {
	.objective-section .wrapper {
		flex-direction: column;
	}
	
	.first-section h1 {
		font-size: 80px;
		line-height: 80px;
		letter-spacing: 4px;
		width: 50%;
		padding-bottom: 120px;
	}
	
	.img-section.bottom {
		height: calc(var(--hh) * 2.8);
		margin-block-start: calc(var(--hh) * -.7);
		margin-block-end: calc(var(--hh) * -.7);
	}
	
	.objective-section .title-section {
		width: 100%;
	}
	
	.objective-section .text-section {
		width: 100%;
	}
	
	.img-section img {
		height: 700px;
	}
	
	.objective-section.small-padding .text-section {
		width: 100%;
	}
	
	.initial-section .content-line {
		flex-direction: column;
	}
	
	.initial-section .text-container {
		width: 100%;
	}
	
	.initial-section .text-container:first-child {
		margin-bottom: 30px;
	}
	
	.initial-section .text-container:nth-child(2) {
		padding-left: 0;
	}
	
	.objective-section.big-padding .title-section {
		width: 100%;
	}
	
	.initial-section.black-tag .text-container:nth-child(2) {
		width: 100%;
	}
	
	.objective-section.w50 .title-section {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.wrapper {
		padding-left: 8%;
		padding-right: 8%;
	}
	
	.head-menu .head-menu-overflow .head-menu-overflow-box .menu li:last-child {
		min-width: auto;
	}
	
	header .btn-block .hamburger.open span:before {
		top: -10px;
		transform: translateX(-15px) translateY(10px) rotate(45deg);
	}
	
	header .btn-block .hamburger.open span:after {
		transform: translateX(-15px) translateY(-10px) rotate(-45deg);
	}
	
	header .btn-block .link-to-concierge, header.active .btn-block .link-to-concierge {
		font-size: 10px;
		padding: 10px 25px;
	}
	
	.bottom-arrow {
		width: 40px;
		height: 40px;
		top: calc(100vh - 80px);
		position: absolute;
	}
	
	.bottom-arrow:before {
		content: "";
		width: 10px;
		height: 1px;
		border-radius: 2px;
		background-color: #fff;
		position: absolute;
		top: 11px;
		left: 11px;
		transition: all .3s ease;
		transform: translateX(0px) translateY(10px) rotate(45deg);
	}
	
	.bottom-arrow:after {
		content: "";
		width: 10px;
		height: 1px;
		border-radius: 2px;
		background-color: #fff;
		position: absolute;
		top: 31px;
		left: 18px;
		transition: all .3s ease;
		transform: translateX(0px) translateY(-10px) rotate(-45deg);
	}
	
	.img-section.bottom {
		height: calc(var(--hh) * 2.5);
		margin-block-start: calc(var(--hh) * -.6);
		margin-block-end: calc(var(--hh) * -.6);
	}
	
	.bg-video-inner {
		height: 100vh;
		position: sticky;
		top: 0;
		width: 100%;
	}
	
	.first-section h1 {
		font-size: 61px;
		font-style: normal;
		font-weight: 600;
		line-height: 61px;
		letter-spacing: 3.05px;
		width: 50%;
		padding-bottom: 0;
		height: calc(100vh - 160px);
		position: absolute;
		top: 0;
		display: flex;
		align-items: flex-end;
	}
	
	.bg-video-inner .bg-video.desktop {
		display: none;
	}
	
	.bg-video-inner .bg-video.mobile {
		display: block;
		height: 100%;
	}
	
	footer {
		width: 100%;
		overflow: hidden;
	}
	
	.first-section {
		margin-top: -76px;
		height: auto;
		display: block;
		overflow: initial;
	}
	
	.logo a svg path {
		display: none;
	}
	
	.logo a svg path:first-child {
		display: block;
	}
	
	#hero-banner-video-m {
		height: 100%;
		width: 100%;
	}
	
	header .wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	header .logo a {
		height: 30px;
	}
	
	header .logo a svg {
		height: 30px;
		width: 106px;
	}
	
	header .btn-block, header.active .btn-block {
		margin-top: 0;
	}
	
	header .btn-block button, header.active .btn-block button {
		font-size: 10px;
		padding: 10px 25px;
	}
	
	header .btn-block .hamburger span {
		width: 17px;
		height: 1px;
		margin-top: 0px;
	}
	
	header .btn-block .hamburger span:before {
		width: 17px;
		top: 5px;
		height: 1px;
	}
	
	header .btn-block .hamburger span:after {
		width: 17px;
		top: 10px;
		height: 1px;
	}
	
	header .btn-block .hamburger {
		margin-left: 50px;
		cursor: pointer;
		width: 100%;
		height: 12px;
	}
	
	.btn-section.bottom {
		height: 550px;
	}
	
	.btn-section.bottom .wrapper a {
		margin-bottom: 50px;
	}
	
	.btn-section .wrapper .title {
		width: 50%;
		margin-bottom: 30px;
		font-size: 31px;
		font-style: normal;
		font-weight: 600;
		line-height: 35px;
		letter-spacing: 1.55px;
	}
	
	.sticky-container .bg-video-inner {
		position: absolute;
	}
	
	.manufacturing-menu li a {
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1px;
		padding-left: 0;
		padding-right: 0;
		border-bottom: 2px solid transparent;
	}
	
	.manufacturing-menu .current-menu-item a {
		opacity: 1;
		border-bottom: 2px solid #fff;
	}
	
	.first-section {
		margin-top: -100px;
	}
	
	header.active .wrapper {
		padding-top: 20px;
		padding-bottom: 14px;
		transition: all .3s ease;
	}
	
	header.active:before {
		top: 63px;
	}
	
	.first-wrapper {
		position: absolute;
		top: 0;
	}
	
	.first-section h1 {
		width: 100%;
		position: relative;
		height: auto;
		font-size: 61px;
		font-style: normal;
		font-weight: 600;
		line-height: 61px;
		letter-spacing: 3.05px;
	}
	
	.first-wrapper .center-title .header-subtitle {
		width: 100%;
		text-align: left;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 2px;
	}
	
	.first-wrapper .center-title {
		height: 100%;
		flex-direction: column-reverse;
		padding-top: 150px;
		padding-bottom: 160px;
		box-sizing: border-box;
		align-items: flex-start;
		width: 50%;
	}
	
	.objective-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.objective-section .title-section {
		font-size: 31px;
		font-style: normal;
		font-weight: 600;
		line-height: 35px;
		letter-spacing: 1.55px;
		margin-bottom: 20px;
	}
	
	.img-section img {
		height: 500px;
	}
	
	.objective-section .text-section {
		margin-top: 0;
		margin-left: 0;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 25px;
		letter-spacing: .32px;
	}
	
	.img-section .wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	
	.objective-section.small-padding {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	
	.initial-section .title-line {
		font-size: 25px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 1.25px;
	}
	
	.initial-section .title-block {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.6px;
	}
	
	.initial-section .text-block {
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: .26px;
	}
	
	.initial-section.big-padding {
		padding-bottom: 80px;
	}
	
	.subtitle-section .subtitle-sect {
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.3px;
	}
	
	.subtitle-section .title-sect {
		font-size: 25px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: .5px;
	}
	
	.wrapper-menu {
		overflow: hidden;
	}
	
	header.active .wrapper-menu {
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 8%;
		height: 30px;
	}
	
	.menu-manufacturing-menu-container {
		padding-top: 12px;
		padding-bottom: 13px;
		overflow-y: scroll;
	}
	
	/* Скрытие только полосы прокрутки, но оставление функциональности прокрутки */
	.menu-manufacturing-menu-container {
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	
	.menu-manufacturing-menu-container::-webkit-scrollbar {
		display: none;
	}
	
	.manufacturing-menu li:last-child {
		padding-right: 30px;
	}
	
	.big-accardion-section .li-section:nth-child(2) .li-title {
		margin-left: 0px;
	}
	
	.big-accardion-section .li-section:nth-child(3) .li-title {
		margin-left: 0px;
	}
	
	.big-accardion-section .li-section:nth-child(4) .li-title {
		margin-right: 0px;
		text-align: left;
	}
	
	.big-accardion-section .li-section:nth-child(5) .li-title {
		text-align: left;
	}
	
	.big-title-section {
		font-size: 61px;
		font-style: normal;
		font-weight: 600;
		line-height: 61px;
		letter-spacing: 3.05px;
	}
	
	.overcoming-section .line {
		flex-direction: column;
	}
	
	.overcoming-section .line.right {
		flex-direction: column;
	}
	
	.overcoming-section .line img {
		width: 100%;
	}
	
	.overcoming-section .line .block {
		width: 100%;
	}
	
	.overcoming-section .line.left .block {
		padding-left: 0;
		box-sizing: border-box;
	}
	
	.overcoming-section .line.right .block {
		padding-right: 0;
		box-sizing: border-box;
	}
	
	.overcoming-section .wrapper {
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.overcoming-section .line img {
		margin-bottom: 40px;
	}
	
	.revolutionary .wrapper {
		flex-direction: column;
	}
	
	.revolutionary .left {
		width: 100%;
		height: 340px;
		margin-bottom: 40px;
	}
	
	.revolutionary .left img {
		width: 100%;
		margin-left: 0;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	
	.revolutionary .right {
		width: 100%;
		margin-bottom: 0;
	}
	
	.head-menu {
		width: 100vw;
		right: -100vw;
		padding: 0 25px;
	}
	
	.head-menu-overflow {
		margin: 70px 0 0 0;
		height: calc(100% - 70px);
		padding-right: 0;
	}
	
	.head-menu-overflow::-webkit-scrollbar, .head-menu-overflow::-webkit-scrollbar-track, .head-menu-overflow::-webkit-scrollbar-thumb {
		display: none !important;
	}
	
	.mCSB_container {
		padding-right: 0;
	}
	
	.mCSB_scrollTools {
		opacity: 0 !important;
		visibility: hidden !important;
	}
	
	.head-menu-overflow-box .menu {
		padding-bottom: 30px;
	}
	
	.head-menu-overflow-box .menu li {
		width: calc(50% - 6px);
		margin-bottom: 24px;
	}
	
	.head-menu-overflow-box .menu li > a {
		font-size: 14px;
		padding-top: calc(100% + 9px);
	}
	
	.head-menu-overflow-box .menu li > a .bg-img-box {
		margin-bottom: 9px;
	}
	
	.head-menu-overflow-box .menu li > a .bg-img-box .allocations-paused span {
		font-size: 8px;
		padding: 5px 7px;
	}
	
	.head-menu-overflow-box .menu li > a p {
		font-size: 12px;
		line-height: 16px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media (max-width: 576px) {
	.starfire-for-desctop {
		display: none;
	}
	
	.starfire-for-mobile {
		display: block;
	}
	
	.accardion-table-content .mobile-line {
		position: relative;
	}
	
	.accardion-table-content .mobile-line {
		padding: 40px 0px;
	}
	
	.accardion-table-content .mobile-line:last-child {
		padding-bottom: 0px;
	}
	
	.accardion-table-content .mobile-line:before {
		content: "";
		width: 100%;
		height: 1px;
		background: linear-gradient(90deg, rgba(23, 23, 25, 1) 10.5%, rgba(244, 244, 244, 1) 100%);
		position: absolute;
		bottom: 0;
		left: 0;
		opacity: .15;
	}
	
	.accardion-table-content .mobile-line:last-child:before {
		display: none;
	}
	
	.accardion-table-content .line:before {
		display: none;
	}
	
	.accardion-table-content .line .row.line-0 {
		width: 33%;
		font-size: 10px;
		line-height: normal;
		letter-spacing: 1px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
	
	.accardion-table-content .line .row {
		width: 67%;
		font-size: 10px;
		line-height: 16px;
		letter-spacing: .2px;
		padding-right: 0px;
	}
	
	.accardion-table-content .line-0 {
		color: var(--Real-Black, #111211);
		font-family: "Barlow Condensed";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.6px;
		text-transform: uppercase;
		opacity: .5;
	}
	
	.accardion-table-content .line {
		color: var(--Real-Black, #111211);
		font-family: Barlow;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 31px;
		letter-spacing: .4px;
		padding-top: 10px;
		padding-bottom: 10px;
		align-items: baseline;
	}
	
	.accardion-table-content {
		display: none;
	}
	
	.accardion-table-content.mobile {
		display: block;
	}
	
	.big-accardion-section .li-section:last-child .accardion-table-content.mobile {
		margin-bottom: 0px;
	}
	
	.objective-section.small-padding {
		margin-top: -1px;
	}
	
	.initial-section {
		margin-top: -1px;
		padding-bottom: 0px;
	}
	
	.slider-navigation {
		display: block;
	}
	
	.accardion-table-content .mobile-line:first-child {
		padding-top: 0px;
	}
	
	.slider-navigation {
		display: flex;
		align-items: center;
		border-radius: 45px;
		border: 2px solid var(--Real-Black, #111211);
		padding: 14px 22px;
		width: max-content;
	}
	
	.slider-navigation .slick-prev, .slider-navigation .slick-next {
		position: initial;
		transform: none;
	}
	
	.slider-navigation .slick-prev::before, .slider-navigation .slick-next::before {
		display: none;
	}
	
	.slider-navigation {
		margin: 0 auto;
		padding: 4px 10px;
		border: 1px solid var(--Real-Black, #111211);
	}
	
	.slider-navigation .slick-prev svg, .slider-navigation .slick-next svg {
		height: 10px;
	}
	
	.slick-dots-container .slick-dots {
		display: flex;
		position: initial;
		margin: 0 7px;
	}
	
	.slick-dots-container .slick-dots li {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		height: auto;
		margin: 0 5px;
	}
	
	.slick-dots-container .slick-dots li.slick-active button {
		opacity: 1;
	}
	
	.slick-dots-container .slick-dots button {
		color: var(--Real-Black, #111211);
		font-family: "Barlow Condensed", sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.6px;
		text-transform: uppercase;
		opacity: .5;
		width: auto;
		height: auto;
		padding: 0px;
	}
	
	.slick-dots-container .slick-dots button:before {
		display: none;
	}
	
	.revolutionary .right .title {
		font-size: 31px;
		font-style: normal;
		font-weight: 600;
		line-height: 35px;
		letter-spacing: 1.55px;
		margin-bottom: 20px;
	}
	
	.revolutionary .right .text {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 25px;
		letter-spacing: .32px;
	}
	
	.revolutionary .wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.revolutionary .right {
		padding-left: 3%;
		padding-right: 3%;
		box-sizing: border-box;
	}
	
	.revolutionary {
		background-color: var(--White, #f4f4f4);
		padding-bottom: 40px;
		margin-top: -1px;
	}
	
	.objective-section.w50 .title-section {
		box-sizing: border-box;
	}
	
	.objective-section .text-section {
		box-sizing: border-box;
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.objective-section.w50 {
		padding-top: 0;
		margin-top: -1px;
		padding-bottom: 40px;
	}
	
	.subtitle-section.big-padding {
		padding-top: 70px;
	}
	
	.overcoming-section .line {
		padding-bottom: 30px;
	}
	
	.overcoming-section .title-block {
		font-size: 25px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 1.25px;
	}
	
	.overcoming-section .ul-title {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.6px;
	}
	
	.overcoming-section .ul-description {
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: .26px;
	}
	
	.overcoming-section .footnote {
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px;
		letter-spacing: .2px;
	}
	
	.overcoming-section .line img {
		height: 340px;
	}
	
	.big-title-section.left {
		margin-bottom: 0px;
		text-align: left;
		margin-left: 0;
	}
	
	.big-title-section.right {
		margin-bottom: 40px;
		text-align: right;
		margin-right: 0;
	}
	
	.overcoming-section {
		padding-top: 70px;
		padding-bottom: 90px;
	}
	
	.objective-section.big-padding .title-section {
		margin-bottom: 0px;
		box-sizing: border-box;
	}
	
	.initial-section.black-tag.big-padding {
		padding-bottom: 10px;
	}
	
	.initial-section.black-tag {
		margin-top: 0;
	}
	
	.initial-section.black-tag .title-block {
		margin-bottom: 20px;
	}
	
	.initial-section.black-tag .title-line {
		margin-bottom: 0px;
	}
	
	.objective-section.big-padding {
		padding-top: 70px;
		padding-bottom: 40px;
	}
	
	.big-accardion-section {
		padding-bottom: 50px;
		margin-top: -1px;
	}
	
	.big-accardion-section .li-name {
		opacity: 1;
		background: none;
		border: none;
		position: absolute;
		left: 80px !important;
		text-align: left;
		right: auto !important;
		top: auto;
		width: 30%;
		bottom: 8px;
	}
	
	.big-accardion-section .li-name > span {
		display: none;
	}
	
	.big-accardion-section .li-content {
		width: 100%;
		margin-right: 0;
	}
	
	.big-accardion-section .li-title {
		font-size: 76px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 1.52px;
		padding-bottom: 5px;
	}
	
	.big-accardion-section .li-content .subtitle {
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.3px;
	}
	
	.big-accardion-section .li-content .title {
		font-size: 25px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 1.25px;
		margin-bottom: 20px;
		margin-right: 0px;
	}
	
	.big-accardion-section .li-content .hours {
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.3px;
		padding: 7px 11px;
	}
	
	.big-accardion-section .title-box {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
	}
	
	.objective-section .wrapper {
		padding: 0px;
	}
	
	.objective-section .title-section {
		padding-left: 8%;
		padding-right: 8%;
		box-sizing: border-box;
		width: 300px;
	}
	
	.specifications-item.active .specifications-item-name {
		font-size: 25px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 1.25px;
		margin-bottom: 20px;
	}
	
	.big-accardion-section .box-content .title {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.6px;
		margin-bottom: 20px;
	}
	
	.big-accardion-section .box-content {
		margin-bottom: 40px;
	}
	
	.big-accardion-section .li-section:before {
		height: 1px;
	}
	
	.big-accardion-section .box-content .description {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 25px;
		letter-spacing: .32px;
	}
	
	.specifications-section {
		padding-bottom: 120px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item .content-list .list-block:first-child {
		margin-top: 0px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item .content-list .list-block .title-block {
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.3px;
		margin-bottom: 20px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item .content-list .list-block ul li {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 25px;
		letter-spacing: .32px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item .content-list .list-block ul li svg {
		margin-right: 5px;
		width: 8px;
		height: 8px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item .content-list .list-block {
		margin-top: 40px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item .content-list .description {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 25px;
		letter-spacing: .32px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item:before {
		height: 1px;
	}
	
	.specifications-item .specifications-item-name {
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.3px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item {
		padding-top: 23px;
		padding-bottom: 23px;
	}
	
	.objective-section.black-tag.small-padding.margin-left-1 {
		padding-bottom: 40px;
	}
	
	.specifications-section .right .specifications-list {
		padding-right: 0px;
	}
	
	.specifications-section .wrapper {
		padding: 0px;
	}
	
	.img-sect {
		margin-left: 0px !important;
		height: 340px;
	}
	
	.img-sect img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	
	.img-section img {
		height: 340px;
	}
	
	.first-section h1 {
		font-size: 61px;
		font-style: normal;
		font-weight: 600;
		line-height: 61px;
		letter-spacing: 3.05px;
		height: calc(100vh - 140px);
	}
	
	.img-section.bottom {
		height: calc(var(--hh) * 2.2);
		margin-block-start: calc(var(--hh) * -.5);
		margin-block-end: calc(var(--hh) * -.5);
	}
	
	header .btn-block .hamburger {
		margin-left: 15px;
	}
	
	.first-section:before {
		height: 410px;
		background: linear-gradient(0deg, #111211 10.5%, rgba(17, 18, 17, 0) 100%);
	}
	
	.bg-video-inner:before {
		content: "";
		width: 100%;
		height: 410px;
		background: linear-gradient(0deg, #111211 10.5%, rgba(17, 18, 17, 0) 100%);
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	.btn-section .wrapper a {
		margin-bottom: 120px;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.3px;
		padding: 13px 26px;
	}
	
	.btn-section .wrapper .title {
		font-size: 31px;
		font-style: normal;
		font-weight: 600;
		line-height: 35px;
		letter-spacing: 1.55px;
		width: 50%;
		margin-bottom: 24px;
	}
	
	.btn-section.bottom {
		height: 340px;
	}
	
	footer .foot-menu .menu {
		margin-top: 0;
		flex-direction: column;
	}
	
	footer .foot-menu .sub-menu {
		width: 100%;
		margin-right: 0;
	}
	
	footer .foot-menu .sub-menu a {
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.3px;
	}
	
	footer .foot-menu .sub-menu li:not(:last-child) {
		margin-bottom: 18px;
	}
	
	footer .foot-menu .sub-menu:not(:last-child) {
		margin-right: 0;
		padding-bottom: 30px;
		margin-bottom: 30px;
		position: relative;
	}
	
	footer .foot-menu .sub-menu:not(:last-child):before {
		content: "";
		width: 100%;
		height: 1px;
		background: linear-gradient(90deg, rgba(17, 18, 17, 1) 50%, rgba(244, 244, 244, 1));
		position: absolute;
		opacity: .15;
		bottom: 0;
		left: 0;
	}
	
	footer .foot-menu .sub-menu:nth-child(2) {
		padding-bottom: 2px;
		margin-bottom: 0px;
	}
	
	footer .foot-menu .sub-menu:nth-child(2):before {
		display: none;
	}
	
	footer .bottom-footer {
		flex-direction: column-reverse;
	}
	
	footer .bottom-footer .social-menu {
		margin-bottom: 10px;
	}
	
	footer .foot-menu {
		margin-bottom: 34px;
	}
	
	footer {
		padding: 49px 0px 24px 0px;
	}
	
	.footer-logo {
		display: none;
	}
	
	.btn-section.bottom .wrapper a {
		padding-left: 40px;
		padding-right: 36px;
	}
	
	footer .foot-menu .sub-menu:nth-child(2) li {
		margin-bottom: 11px;
	}
	
	footer .foot-menu .sub-menu:nth-child(3) li {
		margin-bottom: 11px;
	}
	
	footer .foot-menu .sub-menu:nth-child(4) li {
		margin-bottom: 13px;
	}
	
	footer .foot-menu .sub-menu:nth-child(3) {
		padding-bottom: 19px;
		margin-bottom: 25px;
	}
	
	footer .bottom-footer .copy {
		font-size: 8px;
		font-style: normal;
		font-weight: 400;
		line-height: 25px;
		letter-spacing: .16px;
	}
	
	.starfire .manufacturing-menu {
		justify-content: space-between;
	}
	
	.menu-header-menu-starfire-single-container {
		width: 100%;
	}
	
	.starfire .manufacturing-menu li:last-child {
		padding-right: 0px;
	}
	
	.starfire .manufacturing-menu li:first-child {
		padding-left: 4px;
		margin-left: 0;
	}
	
	.specifications-item-name:before {
		content: "";
		width: 20px;
		height: 1px;
		border-radius: 2px;
		background-color: var(--White, #f4f4f4);
		position: absolute;
		top: 50%;
		right: 0;
	}
	
	.specifications-item-name:after {
		content: "";
		width: 20px;
		height: 1px;
		border-radius: 2px;
		background-color: var(--White, #f4f4f4);
		position: absolute;
		top: 50%;
		transform: translateX(0px) translateY(0px) rotate(90deg);
		right: 0;
	}
	
	.specifications-item.active .specifications-item-name:after {
		transform: translateX(0px) translateY(0px) rotate(0deg);
	}
	
	.scroll-container {
		height: 200px;
	}
	
	.big-title-section.right {
		margin-bottom: 130px;
		text-align: right;
		margin-right: 0;
	}
	
	.word-right.in-view {
		right: 50%;
		transform: translateX(50%);
		opacity: 1;
	}
	
	.word-left.in-view {
		left: 50%;
		transform: translateX(-50%);
		opacity: 1;
	}
	
	header .btn-block, header.active .btn-block {
		margin-top: -4px;
	}
	
	header .btn-block .link-to-concierge, header.active .btn-block .link-to-concierge {
		font-size: 10px;
		padding: 8px 25px;
		border: 1px solid var(--White, #f4f4f4);
	}
	
	.manufacturing-menu li {
		margin-right: 54px;
		margin-top: -1px;
	}
	
	header.active:before {
		height: 1px;
		top: 70px;
	}
	
	.manufacturing-menu li a {
		padding-top: 8px;
		padding-bottom: 7px;
	}
	
	.manufacturing-menu li a:hover {
		opacity: 1;
		border-bottom: 2px solid #fff;
		transition: all .3s ease;
	}
	
	.menu-manufacturing-menu-container {
		padding-top: 12px;
		padding-bottom: 8px;
		overflow-y: scroll;
	}
	
	.bottom-arrow {
		width: 40px;
		height: 40px;
		top: calc(100vh - 102px);
		position: absolute;
		left: 8%;
	}
	
	.bottom-arrow:before {
		content: "";
		width: 7px;
		height: 1px;
		border-radius: 2px;
		background-color: #fff;
		position: absolute;
		top: 11px;
		left: 14px;
		transition: all .3s ease;
		transform: translateX(0px) translateY(10px) rotate(45deg);
	}
	
	.bottom-arrow:after {
		content: "";
		width: 7px;
		height: 1px;
		border-radius: 2px;
		background-color: #fff;
		position: absolute;
		top: 31px;
		left: 18px;
		transition: all .3s ease;
		transform: translateX(0px) translateY(-10px) rotate(-45deg);
	}
	
	.starfire.objective-section.black-tag {
		padding-top: 80px;
	}
	
	.starfire.objective-section.black-tag .title-section {
		width: 360px;
	}
	
	.subtitle-section.black-tag {
		margin-top: -1px;
		padding-bottom: 2px;
	}
	
	.objective-section {
		padding-top: 0px;
		padding-bottom: 75px;
		margin-top: -1px;
	}
	
	.objective-section.objective-section-tab {
		padding-bottom: 45px;
	}
	
	.objective-section-top {
		padding-top: 75px;
	}
	
	.starfire-for-mobile {
		padding-top: 75px;
	}
	
	.starfire.initial-section {
		padding-bottom: 45px;
	}
	
	.objective-section .title-section {
		margin-bottom: 0px;
	}
	
	.objective-section .text-section {
		margin-top: 17px;
	}
	
	.img-section img.w120 {
		height: auto;
	}
	
	.objective-section.small-padding {
		padding-top: 70px;
		padding-bottom: 0px;
	}
	
	.objective-section.small-padding2 {
		padding-top: 41px;
		padding-bottom: 27px;
	}
	
	.objective-section .text-section {
		padding-left: 8%;
		padding-right: 8%;
	}
	
	.objective-section.small-padding .text-section {
		margin-top: 0;
		margin-left: 0;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 25px;
		letter-spacing: .32px;
		display: none;
	}
	
	.img-section .text-section {
		color: var(--Real-Black, #111211);
		font-family: "Barlow", sans-serif;
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 25px;
		letter-spacing: .32px;
		display: block;
		padding-left: 8%;
		padding-right: 8%;
		text-align: left;
		box-sizing: border-box;
	}
	
	.img-section img.w80 {
		width: 100%;
		margin-right: 0;
		padding: 0 8%;
		height: 340px;
		margin: 42px 0;
	}
	
	.objective-section.small-padding2 .title-section {
		margin-bottom: 17px;
		max-width: 300px;
	}
	
	.initial-section {
		padding-top: 45px;
		padding-bottom: 42px;
		position: relative;
	}
	
	.initial-section .title-line {
		margin-bottom: 0px;
	}
	
	.initial-section .title-block {
		margin-bottom: 22px;
	}
	
	.initial-section .text-container:first-child {
		margin-bottom: 40px;
	}
	
	.initial-section:before {
		content: "";
		width: calc(100% - 16%);
		height: 1px;
		background: linear-gradient(90deg, rgba(23, 23, 25, 1) 10.5%, rgba(244, 244, 244, 1) 100%);
		position: absolute;
		bottom: 1px;
		left: 8%;
		opacity: .15;
	}
	
	.initial-section:after {
		content: "";
		width: calc(100% - 16%);
		height: 1px;
		background: linear-gradient(90deg, rgba(23, 23, 25, 1) 10.5%, rgba(244, 244, 244, 1) 100%);
		position: absolute;
		top: -1px;
		left: 8%;
		opacity: .15;
	}
	
	.initial-section.big-padding {
		padding-bottom: 124px;
	}
	
	.initial-section.big-padding:before {
		bottom: 80px;
	}
	
	.objective-section.black-tag.small-padding.margin-left-1 {
		padding-top: 70px;
		padding-bottom: 25px;
	}
	
	.margin-left-1 .title-section {
		margin-left: 0px;
	}
	
	.subtitle-section.margin-left-1 .subtitle-sect {
		margin-left: 0;
		letter-spacing: 1.7px;
		color: var(--White, #f4f4f4);
		font-size: 12px;
	}
	
	.subtitle-section.margin-left-1 .title-sect {
		margin-left: 0;
		font-size: 25px;
	}
	
	.specifications-section {
		padding-top: 45px;
		padding-bottom: 127px;
	}
	
	.specifications-item .specifications-item-name span {
		opacity: .5;
		margin-right: 18px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item {
		padding-top: 27px;
		padding-bottom: 27px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item.active {
		padding-bottom: 47px;
		padding-top: 44px;
	}
	
	.specifications-item.active .specifications-item-name span {
		opacity: .5;
		margin-right: 14px;
	}
	
	.specifications-item.active .specifications-item-name {
		margin-bottom: -2px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item .content-list .list-block ul {
		margin-left: 14px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item .content-list .list-block ul li svg {
		margin-left: -12px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item .content-list .list-block ul li {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 25px;
		letter-spacing: .32px;
		width: 250px;
	}
	
	.objective-section.detailed-section {
		padding-top: 73px;
		padding-bottom: 27px;
	}
	
	.objective-section.detailed-section .title-section {
		margin-bottom: 44px;
		width: 230px;
	}
	
	.objective-section.detailed-section .img-sect img {
		height: auto;
		width: 100%;
		display: block;
	}
	
	.objective-section.detailed-section .text-section {
		padding-left: 0;
		padding-right: 0;
	}
	
	.objective-section.detailed-section .img-sect {
		margin-top: 0;
		margin-left: 0 !important;
		height: auto;
	}
	
	.big-accardion-section .li-section.active .li-name {
		display: none;
	}
	
	.big-accardion-section .li-title {
		padding-bottom: 12px;
	}
	
	.big-accardion-section .li-content .title {
		margin-bottom: 25px;
	}
	
	.big-accardion-section .li-content .hours {
		padding: 7px 19px;
	}
	
	.big-accardion-section .title-box {
		margin-bottom: 46px;
	}
	
	.accardion-table-content .line-0 {
		padding-top: 0px;
	}
	
	.accardion-table-content.mobile {
		padding-top: 35px;
	}
	
	.objective-section.starfire.starfire-bottom {
		padding-top: 45px;
	}
	
	.initial-section.excellence .content-line {
		height: 100%;
	}
	
	.initial-section.excellence .title-line {
		display: none;
	}
	
	.initial-section.excellence.excellence-1 .title-line {
		display: block;
		padding-bottom: 45px;
	}
	
	.initial-section.excellence:before {
		display: none;
	}
	
	.initial-section.excellence:after {
		display: none;
	}
	
	.initial-section.excellence.big-padding .title-line {
		display: block;
		padding-bottom: 45px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item:last-child:after {
		height: 1px;
	}
	
	.initial-section.excellence {
		padding-top: 0px;
		padding-bottom: 75px;
	}
	
	.initial-section.excellence.excellence-Case.excellence-1 {
		padding-bottom: 42px;
	}
	
	.objective-section.starfire.starfire-bottom {
		padding-bottom: 45px;
	}
	
	.accardion-table-content .line .row.line-0 {
		width: 35%;
	}
	
	.accardion-table-content .mobile-line {
		padding: 37px 0px;
	}
	
	.big-accardion-section .li-section:nth-child(2) .li-title {
		margin-bottom: 3px;
	}
	
	.big-accardion-section .li-section:nth-child(3) .li-title {
		margin-bottom: 4px;
	}
	
	.big-accardion-section .li-section:nth-child(4) .li-title {
		margin-bottom: 2px;
	}
	
	.objective-section.big-padding.black-tag {
		padding-top: 71px;
		padding-bottom: 0px;
	}
	
	.objective-section.big-padding.black-tag .title-section {
		width: 90%;
		letter-spacing: 1.6px;
	}
	
	.initial-section.black-tag {
		margin-top: 0;
		padding-top: 41px;
		padding-bottom: 3px;
	}
	
	.initial-section.black-tag:after {
		display: none;
	}
	
	.initial-section.black-tag:before {
		display: none;
	}
	
	.initial-section.black-tag .line-box {
		padding-left: 1px;
	}
	
	.first-section .bottom-arrow {
		position: absolute;
	}
	
	.initial-section .text-container:first-child {
		margin-bottom: 0px;
	}
	
	.initial-section .text-container:nth-child(2) {
		margin-top: 41px;
	}
	
	.initial-section .text-container:nth-child(3) {
		margin-top: 41px;
	}
	
	.initial-section.black-tag.big-padding {
		padding-bottom: 46px;
	}
	
	.big-title-section.left {
		top: -3px;
	}
	
	.overcoming-section.black-tag .scroll-container {
		height: 165px;
	}
	
	.overcoming-section .wrapper {
		padding-left: 8%;
		padding-right: 8%;
	}
	
	.overcoming-section .line.left .block {
		padding-left: 0;
		box-sizing: border-box;
		width: 100%;
	}
	
	.revolutionary .right {
		padding-left: 8%;
		padding-right: 8%;
		box-sizing: border-box;
	}
	
	.overcoming-section .line.left .block {
		margin-top: 3px;
	}
	
	.overcoming-section .title-block {
		margin-bottom: 40px;
	}
	
	.overcoming-section .ul-title {
		margin-bottom: 22px;
	}
	
	.overcoming-section .block-ul {
		margin-bottom: 40px;
	}
	
	.overcoming-section .line {
		padding-bottom: 76px;
	}
	
	.overcoming-section .footnote {
		margin-top: -20px;
	}
	
	.overcoming-section .line.right .block {
		margin-top: 3px;
	}
	
	.overcoming-section.black-tag {
		padding-bottom: 29px;
	}
	
	.subtitle-section.big-padding {
		padding-top: 75px;
	}
	
	.objective-section.w50 .title-section {
		letter-spacing: 1.6px;
		margin-bottom: 21px;
	}
	
	.objective-section.w50 {
		padding-top: 0;
		margin-top: -1px;
		padding-bottom: 44px;
	}
	
	.revolutionary .left {
		width: 100%;
		height: 340px;
		margin-bottom: 43px;
	}
	
	.revolutionary .slick-dotted.slick-slider {
		margin-bottom: 23px;
	}
	
	.slick-dots-container .slick-dots button {
		color: var(--Real-Black, #111211);
		font-family: "Barlow Condensed", sans-serif;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1px;
		text-transform: uppercase;
		opacity: .5;
		width: auto;
		height: auto;
		padding: 0px;
	}
	
	.image-and-text-two {
		padding-top: 50px;
		padding-bottom: 0;
	}
	
	footer .bottom-footer .social-menu a svg {
		width: 30px;
		height: 30px;
	}
	
	footer .bottom-footer .social-menu li:not(:last-child) {
		margin-right: 10px;
	}
	
	.objective-section.small-padding .title-section {
		margin-bottom: 17px;
	}
	
	.img-section img.w80.no-active {
		margin: 0px;
	}
	
	.initial-section.notitle {
		padding-top: 0px;
	}
	
	.initial-section.notitle:after {
		background: var(--White, #f4f4f4);
		opacity: 1;
	}
	
	.image_upload_mobile {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	
	.initial-section .content-line {
		height: 0px;
		overflow: hidden;
	}
	
	.initial-section .content-line.active {
		height: 100%;
		padding-top: 45px;
	}
	
	.big-accardion-section .li-section.active .content {
		margin-top: 0px !important;
		padding-bottom: 75px;
	}
	
	header .wrapper-menu {
		padding: 0px 8% !important;
	}
	
	header.active .wrapper-menu.active {
		height: 30px;
	}
	
	.specifications-section .right .specifications-list > .specifications-item.active {
		padding-bottom: 45px;
		padding-top: 45px;
	}
	
	.specifications-item.active .specifications-item-name:before {
		top: 15px;
	}
	
	.specifications-item.active .specifications-item-name:after {
		top: 15px;
	}
	
	.objective-section .text-section p:first-child {
		padding-bottom: 25px;
	}
	
	.initial-section.excellence .title-line {
		font-size: 31px;
	}
	
	.initial-section.excellence-Case .title-line {
		max-width: 280px;
	}
}
