@font-face {
	font-family: 'sf_pro_rounded_bold';
	src: url('../fonts/sf_pro_rounded_bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'sf_pro_rounded';
	src: url('../fonts/sf_pro_rounded.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'utm_neosansintel';
	src: url('../fonts/utm_neosansintel.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.fsf_pro_rounded_bold {
	font-family: 'sf_pro_rounded_bold', sans-serif;
}

.fsf_pro_rounded {
	font-family: 'sf_pro_rounded', sans-serif;
}

.futm_neosansintel {
	font-family: 'utm_neosansintel', sans-serif;
}

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;
}

* {
	box-sizing: border-box;
}

.reset-button {
	padding: 0;
	margin: 0;
	appearance: none;
	-webkit-appearance: none;
}

.reset-ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
}

.flex {
	display: flex;
}

.jct {
	justify-content: center;
}

.act {
	align-items: center;
}

.jbw {
	justify-content: space-between;
}

.tct {
	text-align: center;
}

.pr {
	position: relative;
}

.block {
	display: block;
}

.m__inline {
	margin-inline: auto;
}

.w100 {
	min-width: 100%;
}

.tup {
	text-transform: uppercase;
}

.hidden-pc {
	display: none !important;
}

.container {
	width: 100%;
	max-width: 66.667vw;
	margin: 0 auto;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background: url('../images/header/bg_lg.jpg') no-repeat center center/cover;
	font-family: 'sf_pro_rounded_bold';
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.site-header .container {
	height: 2.865vw;
}

.site-header a {
	outline: none;
}

.site-header__logo {
	display: block;
	width: 8.958vw;
}

.site-header__logo img {
	width: 100%;
	display: block;
}

.site-header ul {
	gap: 0 1.302vw;
	font-size: 0.833vw;
	line-height: 1.25em;
	text-transform: uppercase;
}

.site-header__link {
	text-decoration: none;
	color: #000;
	display: inline-block;
	position: relative;
	transition: 0.3s;
}

.site-header__link:after {
	content: '';
	display: block;
	box-sizing: border-box;
	height: 4px;
	width: 80%;
	background: #fe7b10;
	position: absolute;
	top: 168%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	transform: translate(-50%, 0%);
	outline: none;
}

.site-header__link:hover,
.site-header__link.active {
	color: #fe7b10;
}

.site-header__link:hover:after,
.site-header__link.active:after {
	opacity: 1;
	visibility: visible;
}

.custom-slider {
	width: 100%;
	overflow: hidden;
	position: relative;
	touch-action: pan-y;
}

.custom-slide a {
	display: block;
}

.custom-slider_track {
	display: flex;
	flex-wrap: nowrap;
	height: 51.042vw;
}

.custom-slide {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .6s ease, transform .6s ease;
}

.custom-slide.active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.custom-slide img {
	width: 100%;
	height: 51.042vw;
	display: block;
	pointer-events: none;
	-webkit-user-drag: none;
	object-fit: cover;
	object-position: top center;
}

.thumb-wrapper {
	width: 27.396vw;
	padding-inline: 2.604vw;
	position: absolute;
	bottom: 0;
	right: 10.781vw;
	z-index: 2;
}

.thumb-track {
	overflow: hidden;
	width: 100%;
	padding-block: 1.563vw;
	display: flex;
}

.thumb-list {
	display: flex;
	align-self: flex-start;
	transition: transform 0.35s ease;
}

.thumb-wrapper .thumb {
	padding-inline: 0.417vw;
	cursor: pointer;
	transition: 0.3s;
}

.thumb-wrapper .thumb:hover,
.thumb-wrapper .thumb.active {
	transform: scale(1.05);
}

.thumb-wrapper img {
	display: block;
	width: 100%;
	height: 6.563vw;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	border-radius: 1.51vw;
	border: 0.26vw solid #fff;
}

.thumb-wrapper .btn-thumb {
	position: absolute;
	top: 50%;
	border: 0;
	outline: none;
	cursor: pointer;
	z-index: 2;
	width: 2.604vw;
	height: 2.604vw;
	transform: translateY(-50%);
	transition: 0.3s;
}

.thumb-wrapper .btn-thumb:hover {
	filter: drop-shadow(-1px -1px 4px rgba(0, 0, 0, 0.5));
	transform: translateY(-50%) scale(1.1);
}

.btn-thumb_prev {
	left: 0;
	background: url('../images/arrow-prev.png') no-repeat center/contain;
}

.btn-thumb_next {
	right: 0;
	background: url('../images/arrow-next.png') no-repeat center/contain;
}

.home_about-us {
	overflow: hidden;
	padding-block: 4.167vw 12.76vw;
	background: url('../images/about/bg.jpg') no-repeat top center/cover;
}

.home_breadcrumb a {
	display: inline-block;
	font-size: 1.146vw;
	line-height: 1.25em;
	color: #000;
	text-decoration: none;
	padding: 0.521vw 1.667vw;
	transition: 0.3s;
	border-radius: 2.604vw;
	margin-left: 1.146vw;
	position: relative;
}

.home_breadcrumb li:not(:last-child) a::after {
	content: '/';
	position: absolute;
	top: 50%;
	left: 100%;
	color: #fe7b10;
	font-size: 170%;
	line-height: 1em;
	margin-left: 0.313vw;
	transform: translateY(-58%);
	font-family: 'Tahoma', sans-serif;
}

.home_breadcrumb a.active,
.home_breadcrumb a:hover {
	background-color: #fe7b10;
	color: #fff;
}

.home_title-img {
	display: block;
	width: 10.573vw;
}

.title {
	font-size: 3.125vw;
	line-height: 1.25em;
	background: url('../images/title-decor.png') no-repeat bottom center/auto 0.781vw,
		url('../images/bg-title.png') no-repeat 50% 0.365vw/auto 5.781vw;
	padding-bottom: 0.521vw;
	margin-block: 0.26vw 0;
}

.title_text {
	display: inline-block;
	padding-block: 0.573vw;
	margin-block: -0.573vw;
	background: linear-gradient(45deg, #fe540c 40%, #fe9714 55%);
	background: -webkit-linear-gradient(45deg, #fe540c 40%, #fe9714 55%);
	background-size: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-content {
	padding-block: 3.385vw 0;
	background: url('../images/about/decor-rightt.png') no-repeat 99% 0px/auto 6.563vw;
}

.about-content::after {
	content: ' ';
	position: absolute;
	right: -13.281vw;
	top: 8.958vw;
	background: url('../images/about/decor-rightb.png') no-repeat top center/contain;
	width: 26.771vw;
	height: 25.208vw;
	animation: move 1.5s infinite ease-in-out;
}

.about-text {
	font-style: italic;
	font-size: 1.302vw;
	line-height: 1.5em;
	width: 53.333vw;
	padding: 0.781vw 0.781vw;
	margin-block: 0;
	background: url('../images/about/text-decor.png') no-repeat top left/auto 1.719vw, url('../images/about/text-decorr.png') no-repeat bottom right/auto 1.719vw;
}

.ha_quote {
	width: 33.698vw;
	color: #393939;
	font-size: 2.604vw;
	line-height: 1.25em;
	margin-block: 5.104vw 0;
}

.ha_quote-color {
	color: #fe7b10;
}

.ha_quoteTxt::before {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #ffe9bf;
}

.ha_quoteTxt-inner {
	z-index: 2;
	padding-inline: 1.042vw;
}

.ha_quoteTXT-bottom {
	left: 7.031vw;
}

.ha_quoteTXT-bottom .ha_quoteTxt-inner {
	padding-inline: 0.521vw;
}

.home_culture {
	padding-block: 4.583vw 0.677vw;
	background: url('../images/culture/bg.jpg') no-repeat top center/cover;
}

.title-sc {
	font-size: 3.125vw;
	line-height: 1.25em;
	margin-block: 0.26vw 0;
}

.title-sc_text {
	display: inline-block;
	background: url('../images/title-decor.png') no-repeat bottom center/auto 0.781vw,
		url('../images/bg-title.png') repeat-x center/auto 100%;
}

.text-linear {
	display: inline-block;
	padding: 0.521vw;
	background: linear-gradient(45deg, #fe540c 40%, #fe9714 55%);
	background: -webkit-linear-gradient(45deg, #fe540c 40%, #fe9714 55%);
	background-size: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.hc_quote {
	color: #393939;
	font-size: 1.563vw;
	line-height: 1.25em;
	margin-block: 1.56vw;
}

.lst-culture {
	padding-left: 26.979vw;
}

.lst-culture::before {
	content: ' ';
	position: absolute;
	top: -2.396vw;
	left: -6.927vw;
	display: block;
	width: 28.802vw;
	height: 30.156vw;
	animation: move 1.5s infinite ease-in-out;
	background: url('../images/culture/decorl.png') no-repeat top center/contain;
}


.lc_item {
	z-index: 2;
	color: #fff;
	width: 42.865vw;
	font-size: 0.833vw;
	line-height: 1.35em;
	min-height: 9.271vw;
	margin-bottom: 1.198vw;
	padding: 0.781vw 2.083vw;
	background: linear-gradient(to bottom, #ff7c3d 40%, #ff7b3c 55%);
	box-shadow: -3px 3px 12px rgba(255, 123, 60, 0.5);
}

.lc_item::before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/culture/lc-decorl.png') no-repeat 1% 5%/auto 0.781vw, url('../images/culture/lc-decorr.png') no-repeat 99% 96%/auto 0.781vw;
}

.lc_image {
	display: block;
	width: 2.604vw;
	height: 2.55vw;
	object-fit: contain;
	object-position: center;
	margin-right: 0.781vw;
}

.lc_h3 {
	margin-block: 0 0.781vw;
	font-size: 156%;
	white-space: nowrap;
	line-height: 1.25em;
}

.lc_h3::after {
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	margin-left: 1.563vw;
	position: relative;
	top: 0.417vw;
}

.lc_item:nth-child(3n+2) {
	background: linear-gradient(to bottom, #4db2ff 27%, #5ae6ff 72%);
	box-shadow: -3px 3px 12px rgba(90, 230, 255, 0.5);
	right: 3.646vw;
}

.lc_item:nth-child(3n+3) {
	background: linear-gradient(to bottom, #3dd7bb 27%, #58ead3 72%);
	box-shadow: -3px 3px 12px rgba(88, 234, 211, 0.5);
	right: 7.292vw;
}

.home_core-values {
	overflow: hidden;
	padding-block: 3.646vw 0;
	background: url('../images/core-values/bg.jpg') no-repeat top center/cover;
}

.lst-cv {
	gap: 1.04vw;
	padding-block: 3.65vw 9.58vw;
	align-items: flex-start;
	flex-wrap: wrap;
}

.cv_content {
	margin-top: 1.771vw;
}

.cv_item {
	cursor: pointer;
	width: 12.4vw;
	color: #fff;
	background-color: #6bb8ff;
	padding-top: 1.56vw;
	font-size: 1.04vw;
	line-height: 1.25em;
	border: 2px solid #a2d2ff;
	box-shadow: 0 3px 10px rgba(160, 206, 246);
}

.cv_item:before {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 28%;
	background-color: rgba(255, 255, 255, 0.2);
	opacity: 0;
	visibility: hidden;
}

.cv_item:nth-child(2n+2) {
	margin-top: 2.08vw;
}

.cv_item:nth-child(5n+2) {
	background-color: #6de9ff;
	border-color: #bff5fe;
	box-shadow: 0 3px 10px #a0f8f4;
}

.cv_item:nth-child(5n+2) .cv_h3-text {
	text-shadow: 2px 0 0 #55e5ff, -2px 0 0 #55e5ff, 0 2px 0 #55e5ff, 0 -2px 0 #55e5ff, 2px 2px #55e5ff, -2px -2px 0 #55e5ff, 2px -2px 0 #55e5ff, -2px 2px 0 #55e5ff,
		-1px -1px 3px #55e5ff;
}

.cv_item:nth-child(5n+2) .cv_item-text {
	background-color: #13bfd9;
}

.cv_item:nth-child(5n+3) {
	border-color: #ffb96e;
	background-color: #ff9d37;
	box-shadow: 0 3px 10px #fac39d;
}

.cv_item:nth-child(5n+3) .cv_h3-text {
	text-shadow: 2px 0 0 #ff9220, -2px 0 0 #ff9220, 0 2px 0 #ff9220, 0 -2px 0 #ff9220, 2px 2px #ff9220, -2px -2px 0 #ff9220, 2px -2px 0 #ff9220, -2px 2px 0 #ff9220,
		-1px -1px 3px #ff9220;
}

.cv_item:nth-child(5n+3) .cv_item-text {
	background-color: #f87e00;
}

.cv_item:nth-child(5n+4) {
	border-color: #ffe980;
	background-color: #ffd200;
	box-shadow: 0 3px 10px #fae8a3;
}

.cv_item:nth-child(5n+4) .cv_h3-text {
	text-shadow: 2px 0 0 #ffc600, -2px 0 0 #ffc600, 0 2px 0 #ffc600, 0 -2px 0 #ffc600, 2px 2px #ffc600, -2px -2px 0 #ffc600, 2px -2px 0 #ffc600, -2px 2px 0 #ffc600,
		-1px -1px 3px #ffc600;
}

.cv_item:nth-child(5n+4) .cv_item-text {
	background-color: #ffb400;
}

.cv_item:nth-child(5n+5) {
	border-color: #c3f8c2;
	background-color: #57dfc7;
	box-shadow: 0 3px 10px #a8f9e5;
}

.cv_item:nth-child(5n+5) .cv_h3-text {
	text-shadow: 2px 0 0 #31d5b8, -2px 0 0 #31d5b8, 0 2px 0 #31d5b8, 0 -2px 0 #31d5b8, 2px 2px #31d5b8, -2px -2px 0 #31d5b8, 2px -2px 0 #31d5b8, -2px 2px 0 #31d5b8,
		-1px -1px 3px #31d5b8;
}

.cv_item:nth-child(5n+5) .cv_item-text {
	background-color: #30b7b5;
}

.cv_h3 {
	margin: 0.78vw 0 0.52vw;
	padding-inline: 1.04vw;
	position: relative;
	font-size: 110%;
	line-height: 1.25em;
	white-space: nowrap;
	gap: 0.26vw;
}

.cv_h3::after,
.cv_h3::before {
	content: ' ';
	display: block;
	width: 40%;
	height: 0.1vw;
	background: #fff;
}

.cv_h3-text {
	position: relative;
	text-shadow: 2px 0 0 #51acff, -2px 0 0 #51acff, 0 2px 0 #51acff, 0 -2px 0 #51acff, 2px 2px #51acff, -2px -2px 0 #51acff, 2px -2px 0 #51acff, -2px 2px 0 #51acff,
		-1px -1px 3px #51acff;

}

.cv_image-big {
	position: absolute;
	top: 2.55vw;
	left: 50%;
	transform: translateX(-50%);
	width: 15.469vw;
	height: 12.917vw;
	display: block;
	object-fit: contain;
	object-position: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.cv_item-inner {
	position: relative;
	z-index: 2;
}

.cv_image {
	width: 7.29vw;
	height: 7.29vw;
	border-radius: 100%;
	background: #fff;
	outline: 0.52vw solid rgba(255, 255, 255, 0.5);
}

.cv_image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	padding: 9%;
}

.cv_item-content {
	padding: 1.04vw 1.04vw 0.73vw;
	background-color: rgba(255, 255, 255, 0.2);
}

.cv_item-text {
	width: 100%;
	padding: 0.42vw;
	margin-bottom: 0.31vw;
	background-color: #3d9ffa;
}

.cv_item:hover {
	padding-top: 15.1vw;
	height: 18.39vw;
}

.cv_item:hover:before {
	opacity: 1;
	visibility: visible;
}

.cv_item:hover .cv_image-big {
	opacity: 1;
	visibility: visible;
}

.cv_item:hover .cv_image {
	width: 4.38vw;
	height: 4.38vw;
	outline-color: transparent;
	border-radius: 1.35vw;
	box-shadow: -2px 4px 9px #90c6f6;
}

.cv_item:nth-child(5n+2):hover .cv_image {
	box-shadow: -2px 4px 9px #91f8f5;
}

.cv_item:nth-child(5n+3):hover .cv_image {
	box-shadow: -2px 4px 9px #fac39b;
}

.cv_item:nth-child(5n+4):hover .cv_image {
	box-shadow: -2px 4px 9px #fae69b;
}

.cv_item:nth-child(5n+5):hover .cv_image {
	box-shadow: -2px 4px 9px #a5f9e7;
}

.cv_item:hover .cv_h3-text {
	color: #393939;
	text-shadow: initial;
}

.cv_item:hover .cv_h3:before {
	width: 0;
}

.cv_item:hover .cv_h3:after {
	position: absolute;
	top: 110%;
	width: 50%;
	height: 1px;
	background-color: #393939;
}

.cv_item:hover .cv_item-content {
	padding-top: 0;
	background: transparent;
}

.cv_item:hover .cv_item-text {
	color: #393939;
	background-color: transparent;
	padding-block: 0;
}

.home_careers {
	padding-block: 4.69vw 7.86vw;
	background: url('../images/careers/bg.jpg') no-repeat top center/cover;
}

.hcr_lst {
	flex-wrap: wrap;
	gap: 1.46vw;
	margin-top: 2.6vw;
	width: 61.77vw;
	padding-right: 18.85vw;
}

.hcr_img {
	width: 20vw;
	height: 13.39vw;
	box-shadow: 0px 5px 6px #f7dfc4;
	overflow: hidden;
	cursor: pointer;
}

.hcr_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 0.3s;
}

.hcr_img:hover img {
	transform: scale(1.1);
}

.hcr_img:nth-child(3) {
	position: absolute;
	right: 0;
	top: 0;
	width: 18.85vw;
	height: 28.28vw;
}

.qr-code {
	position: fixed;
	bottom: 0.94vw;
	right: 0.94vw;
	width: 14.06vw;
	z-index: 3;
	background: url('../images/qr-img.png') no-repeat 100% 0/auto 6.56vw;
}

.qr-img {
	width: 7.45vw;
	height: 7.45vw;
	background: #fff;
	border: 2px solid #2b2b2b;
}

.qr-img img {
	display: block;
	width: 92%;
	height: 92%;
	border: 1px solid #2b2b2b;
}

.qr-txt {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 6.61vw;
	font-size: 0.68vw;
	line-height: 1.25em;
	padding: 0.42vw 0.21vw;
	background: #fff;
	display: inline-block;
	border: 1px solid #2b2b2b;
	border-left: 0;
}

.site-footer {
	color: #fff;
	background-color: #2b2b2b;
	padding-block: 2.6vw 4.69vw;
	font-size: 1.15vw;
	line-height: 1.2em;
}

.footer_logo {
	display: block;
	width: 17.29vw;
	margin-bottom: 1.35vw;
}

.site-footer a {
	color: #fff !important;
	text-decoration: none;
}

.site-footer p {
	margin-block: 0.78vw 0;
}

.copyright {
	padding-top: 2.6vw;
}

.move {
	animation: move 2s infinite ease-in-out;
}

@keyframes move {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(0px, 5px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

@media only screen and (max-width: 991px) {
	.container {
		max-width: 91.73vw;
	}

	.site-header .container {
		height: 7.33vw;
	}

	.site-header__logo {
		width: 22.93vw;
	}

	.site-header ul {
		font-size: 2.13vw;
		gap: 3.47vw;
	}

	.custom-slider_track {
		height: 204vw;
	}

	.custom-slide img {
		height: 204vw;
	}

	.hidden-mb {
		display: none !important;
	}

	.hidden-pc {
		display: block !important;
	}

	.thumb-wrapper {
		right: 50%;
		bottom: 11.73vw;
		transform: translateX(50%);
		width: 70.53vw;
		padding-inline: 6.67vw;
	}

	.thumb-wrapper .thumb {
		padding-inline: 1.07vw;
	}

	.thumb-wrapper img {
		height: 16.8vw;
		border-radius: 4vw;
		border-width: 0.67vw;
	}

	.thumb-wrapper .btn-thumb {
		width: 6.67vw;
		height: 6.67vw;
	}

	.home_about-us {
		padding-block: 13.33vw 0;
		background-image: url('../images/about/bg-sm.jpg');
	}

	.home_breadcrumb {
		justify-content: center;
	}

	.home_breadcrumb a {
		font-size: 2.93vw;
		padding: 1.33vw 4.4vw;
		margin-inline: 2.4vw;
	}

	.home_breadcrumb li:not(:last-child) a::after {
		margin-left: 1.47vw;
	}

	.home_title-img {
		width: 26.93vw;
	}

	.title {
		font-size: 8vw;
		padding-bottom: 1.07vw;
		margin-top: 4vw;
		background-size: auto 2vw, auto 14.8vw;
		background-position: bottom center, 50% 2vw;
	}

	.title_text {
		margin-block: 0;
		padding-block: 0;
	}

	.about-content {
		padding-top: 5.33vw;
		padding-bottom: 51.73vw;
		background: url('../images/about/decor-rightt-sm.png') no-repeat 39% 72%/ auto 14.4vw;
	}

	.about-content::after {
		top: 67%;
		right: calc(39% - 18.67vw);
		width: 37.33vw;
		height: 34.93vw;
	}

	.about-text {
		width: 92.13vw;
		font-size: 4.67vw;
		padding: 2vw 3.33vw;
		background-size: 4.4vw auto, 4.4vw auto;
	}

	.ha_quote {
		width: 100%;
		font-size: 8.13vw;
		margin-top: 9.33vw;
	}

	.ha_quoteTxt-inner {
		padding-inline: 4vw;
	}

	.ha_quoteTXT-bottom {
		left: 13.33vw;
	}

	.ha_quoteTXT-bottom .ha_quoteTxt-inner {
		padding-inline: 1.33vw;
	}

	.home_culture {
		padding-block: 10.13vw 4vw;
		background-image: url('../images/culture/bg-sm.jpg');
	}

	.title-sc {
		font-size: 8vw;
		line-height: 1.5em;
	}

	.title-sc_text {
		background-size: auto 2vw, auto 15.33vw;

	}

	.text-linear {
		padding: 1.33vw;
	}

	.hc_content {
		padding-top: 2.67vw;
	}

	.hc_quote {
		font-size: 4.13vw;
		margin-block: 14.4vw 4vw;
		padding-left: 32.8vw;
	}

	.hc_quote .ha_quoteTXT-bottom {
		font-size: 147%;
		line-height: 1.25em;
		left: 5.33vw;
	}

	.lst-culture {
		padding-left: 0;
		padding-top: 22.4vw;
	}

	.lst-culture::before {
		width: 38.53vw;
		height: 40.4vw;
		top: -24.4vw;
		left: -1.33vw;
	}

	.lc_item {
		width: 85.6vw;
		min-height: 25.33vw;
		font-size: 2.13vw;
		line-height: 1.5em;
		margin-inline: auto;
		background-size: auto 2vw, auto 2vw;
		padding: 1.6vw 2.67vw 1.6vw 5.2vw;
		margin-bottom: 5.33vw;
	}

	.lc_item::before {
		background-size: auto 2vw, auto 2vw;
		background-position: 2% 5%, 98% 94%;

	}

	.lc_image {
		width: 6.67vw;
		height: 6.53vw;
		margin-right: 2vw;
	}

	.lc_item:nth-child(3n+2),
	.lc_item:nth-child(3n+3) {
		right: 0;
	}

	.lc_h3::after {
		top: 1.07vw;
	}

	.home_core-values {
		padding-top: 10.27vw;
		background-image: url('../images/core-values/bg-sm.jpg');
	}

	.home_core-values .container {
		max-width: 94.67vw;
	}

	.cv_content {
		margin-top: 3.33vw;
	}

	.lst-cv {
		gap: 6.67vw 4.53vw;
	}

	.cv_item {
		width: 28.53vw;
		padding-top: 2.4vw;
		font-size: 2.4vw;
	}

	.cv_item:nth-child(-n+3) {
		z-index: 3;
	}

	.cv_item:nth-child(2n+2) {
		margin-top: 0;
	}

	.cv_image {
		width: 17.33vw;
		height: 17.33vw;
		outline-width: 0.93vw;
	}

	.cv_h3 {
		margin-block: 1.33vw;
		padding-inline: 2vw;
	}

	.cv_item-content {
		padding: 2.67vw 2vw 2vw;
	}

	.lst-cv {
		padding-block: 7.47vw 40.67vw;
	}

	.cv_item-text {
		padding: 1.47vw;
	}

	.cv_image-big {
		top: 6.67vw;
		width: 35.87vw;
		height: 29.87vw;
	}

	.cv_item:hover {
		height: 43.6vw;
		padding-top: 35.07vw;
		top: -3.73vw;
	}

	.cv_item:hover .cv_image {
		width: 10.67vw;
		height: 10.67vw;
		border-radius: 2.67vw;
		transform: translateY(-50%);
		margin-bottom: -4.35vw;
	}

	.cv_item:hover .cv_item-inner {
		background: #fff;
		margin-inline: -2px;
		border: 2px solid #a2d2ff;
		margin-top: 8vw;
		box-shadow: 0 3px 10px rgba(160, 206, 246);
	}

	.cv_item:nth-child(5n+2):hover .cv_item-inner {
		border-color: #bff5fe;
		box-shadow: 0 3px 10px #a0f8f4;
	}

	.cv_item:nth-child(5n+3):hover .cv_item-inner {
		border-color: #ffb96e;
		box-shadow: 0 3px 10px #fac39d;
	}

	.cv_item:nth-child(5n+4):hover .cv_item-inner {
		border-color: #ffe980;
		box-shadow: 0 3px 10px #fae8a3;
	}

	.cv_item:nth-child(5n+5):hover .cv_item-inner {
		border-color: #c3f8c2;
		box-shadow: 0 3px 10px #a8f9e5;
	}

	.cv_item:hover .cv_item-text {
		padding-block: 0.53vw;
	}

	.home_careers {
		padding-block: 8.93vw 29.6vw;
		background-image: url('../images/careers/bg-sm.jpg');
	}

	.hcr_lst {
		gap: 2vw;
		margin-top: 10.67vw;
		width: 90.27vw;
		padding-right: 44.13vw;
	}

	.hcr_img {
		width: 44.13vw;
		height: 29.47vw;
	}

	.hcr_img:nth-child(3) {
		width: 44.13vw;
		height: 60.67vw;
	}

	.hcr_img:nth-child(5) {
		margin-right: -44.13vw;
	}

	.qr-code {
		width: 36vw;
		height: 19.73vw;
		background-size: auto 16.8vw;
		right: 3.6vw;
		bottom: 6vw;
	}

	.qr-img {
		width: 19.2vw;
		height: 19.73vw;
	}

	.qr-txt {
		width: 16.27vw;
		font-size: 1.73vw;
		right: 0.53vw;
		padding-block: 0.8vw;
	}

	.site-footer {
		font-size: 2.93vw;
		padding-block: 6vw 26.73vw;
	}

	.footer_logo {
		width: 42.93vw;
		margin-bottom: 4vw;
	}

	.site-footer p {
		margin-top: 2vw;
	}

	.copyright {
		padding-top: 4vw;
	}
}