@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2024 MyFonts Inc. */
@font-face {
	font-family: "HelveticaNowProText";
	src: url("../fonts/HelveticaNowProTextBold.woff2") format("woff2"), url("../fonts/HelveticaNowProTextBold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "HelveticaNowProText";
	src: url("../fonts/HelveticaNowProTextBoldItalic.woff2") format("woff2"), url("../fonts/HelveticaNowProTextBoldItalic.woff") format("woff");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "HelveticaNowProText";
	src: url("../fonts/HelveticaNowProTextRegular.woff2") format("woff2"), url("../fonts/HelveticaNowProTextRegular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "HelveticaNowProText";
	src: url("../fonts/HelveticaNowProTextItalic.woff2") format("woff2"), url("../fonts/HelveticaNowProTextItalic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

body {
	font-family: "Helvetica Neue Light", "Helvetica Light", "HelveticaNowProText", "Helvetica", sans-serif;
	font-size: 16px;
}

/*body {
	font-family: "HelveticaNowProText", sans-serif;
	font-size: clamp(14px, 1.822916667vw, 16px);
}*/

h1 {
	font-size: clamp(55px, 7.161458333vw, 68px);
	font-weight: 400;
}

h2 {
	font-size: clamp(44px, 5.729166667vw, 50px);
	font-weight: 400;
}

h3 {
	font-size: clamp(32px, 4.166666667vw, 40px);
	font-weight: 400;
}

h4 {
	font-size: clamp(24px, 3.125vw, 28px);
	font-weight: 700;
}

h5 {
	font-size: clamp(22px, 2.864583333vw, 26px);
	font-weight: 700;
}

h6 {
	font-size: clamp(18px, 2.34375vw, 22px);
	font-weight: 400;
}

.overline {
	font-size: clamp(14px, 1.822916667vw, 16px);
	font-weight: 400;
}

.button,
button,
.form .nf-form-content input[type=button],
.form .nf-form-content input[type=submit]:only-child {
	font-weight: 700;
	font-size: clamp(14px, 1.822916667vw, 16px);
}

/* button */
@media (min-width: 1025px) {
	.button {
		padding-top: 0.6vw;
		padding-bottom: 0.6vw;
	}
}
.button-outline-light {
	background-color: #002d4e;
	color: #fff;
	border-color: #fff;
}
.button-outline-light:hover {
	background-color: #f7a600;
	border-color: #f7a600;
	color: #002d4e;
}
.button-secondary {
	background: #6a89a6;
	color: #fff;
	border-color: #fff;
}
.button.has-icon {
	display: inline-flex;
	vertical-align: top;
	align-items: center;
	justify-content: center;
	gap: 0.6vw;
}
@media (max-width: 768px) {
	.button.has-icon {
		gap: 2.5vw;
	}
}
.button.has-icon img,
.button.has-icon svg {
	flex-shrink: 0;
	width: auto;
	height: 24px;
}
@media (max-width: 991px) {
	.button.has-icon img,
	.button.has-icon svg {
		height: 16px;
	}
}
.button.has-icon img path,
.button.has-icon svg path {
	fill: currentColor;
}
.button.disabled {
	pointer-events: none;
}

@media (min-width: 1025px) {
	.contentwidth-sm {
		max-width: 60vw;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 1440px) {
	.contentwidth-sm {
		max-width: 51.5vw;
	}
}

.row-wrapper {
	--gutter-x: 2.6vw;
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(var(--gutter-x) * -0.5);
	margin-right: calc(var(--gutter-x) * -0.5);
}
.row-wrapper > [class^=col-item] {
	flex-shrink: 0;
	padding-left: calc(var(--gutter-x) * 0.5);
	padding-right: calc(var(--gutter-x) * 0.5);
	width: 100%;
}
@media (min-width: 769px) {
	.row-wrapper .col-item-md-6 {
		width: 50%;
	}
}
@media (min-width: 769px) {
	.row-wrapper .col-item-md-5 {
		width: 41.66666667%;
	}
}
@media (min-width: 769px) {
	.row-wrapper .col-item-md-7 {
		width: 58.33333333%;
	}
}
@media (min-width: 769px) {
	.row-wrapper .col-item-md-4 {
		width: 33.33333%;
	}
}
@media (min-width: 769px) {
	.row-wrapper .col-item-md-3 {
		width: 25%;
	}
}

.spacer {
	display: block;
	height: var(--height);
}

.h2-title-row {
	margin: 0 0 3.8vw;
}
@media (max-width: 768px) {
	.h2-title-row {
		margin-bottom: 4vw;
	}
}
.h2-title-row h2 {
	text-align: center;
	font-size: max(0.75rem, 1rem + 2.7776vw - 16px);
	font-weight: normal;
	margin: 0;
	color: #002d4e;
}
@media (max-width: 1024px) {
	.h2-title-row h2 {
		font-size: 4.4vw;
	}
}
@media (max-width: 768px) {
	.h2-title-row h2 {
		font-size: 6.5vw;
	}
}

.form-control {
	--form-control-color: #002d4e;
	-webkit-appearance: none;
	display: block;
	width: 100%;
	height: 50px;
	font: 400 16px "Poppins", sans-serif;
	padding: 10px 20px;
	text-overflow: ellipsis;
	background: #e9eef2;
	border: 0;
	color: var(--form-control-color);
	border-radius: 2px;
	box-shadow: none !important;
	outline: 0;
}
.form-control::-moz-placeholder {
	opacity: 0.5;
	color: var(--form-control-color);
}
.form-control::placeholder {
	opacity: 0.5;
	color: var(--form-control-color);
}
.form-control:focus {
	color: var(--form-control-color);
	background-color: #e9eef2;
}
.form-control::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}
.form-control::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}
.form-control::-webkit-search-decoration, .form-control::-webkit-search-cancel-button, .form-control::-webkit-search-results-button, .form-control::-webkit-search-results-decoration {
	display: none;
}

/*
select.form-control {
	background: url('../images/ico-arrow-down.svg') no-repeat calc(100% - 2.2rem) 1.3rem;
	background-size: 2.7rem auto;
	padding-right: 6rem;

	&::-ms-expand {display: none;}
}

textarea {
	&.form-control {
		min-height: 15rem;
		resize: vertical;
		padding-top: .4rem;
	}
}
*/
.check-box {
	color: #000;
}
.check-box .wpcf7-form-control {
	display: block;
}
.check-box .wpcf7-form-control-wrap::before {
	display: none;
}
.check-box .wpcf7-list-item {
	margin-left: 0 !important;
	display: block;
}
.check-box .wpcf7-list-item + .wpcf7-list-item {
	margin-top: 8px;
}
.check-box .wpcf7-list-item label {
	margin: 0;
	font: inherit;
	display: block;
}
.check-box .wpcf7-list-item label > span {
	display: block;
	position: relative;
	padding-left: 26px;
	line-height: 18px;
}
.check-box .wpcf7-list-item label > span::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	left: 0;
	top: 1px;
	border: 1px solid;
	border-radius: 3px;
	transition: all 0.3s ease-out;
	color: #002d4e;
	box-sizing: border-box;
}
.check-box .wpcf7-list-item label > span::after {
	position: absolute;
	left: 3px;
	top: 5px;
	z-index: 5;
	content: "";
	width: 8px;
	height: 4px;
	border: solid;
	border-width: 0 0 2px 2px;
	transform: rotate(-45deg);
	transition: all 0.3s ease-out;
	opacity: 0;
	color: #002d4e;
}
.check-box .wpcf7-list-item label > span strong {
	display: block;
	color: #002d4e;
	padding: 0 0 7px;
}
.check-box .wpcf7-list-item:hover label > span::before {
	color: #6a89a6;
}
.check-box .wpcf7-list-item:hover label > span::after {
	color: #6a89a6;
	opacity: 1;
}
.check-box .wpcf7-list-item input {
	position: absolute;
	left: -9999px;
	opacity: 0;
}
.check-box .wpcf7-list-item input:checked ~ span::before {
	color: #002d4e !important;
}
.check-box .wpcf7-list-item input:checked ~ span::after {
	opacity: 1;
	color: #f7a600 !important;
}

.check-group + .check-group {
	margin-top: 2.75vw;
}
@media (max-width: 768px) {
	.check-group + .check-group {
		margin-top: 8vw;
	}
}
.check-group .wpcf7-list-item label > span {
	padding-left: 0;
	padding-right: 26px;
}
.check-group .wpcf7-list-item label > span::before {
	left: auto;
	right: 0;
}
.check-group .wpcf7-list-item label > span::after {
	left: auto;
	right: 3px;
}
.check-group .wpcf7-list-item:not(.first) label > span::before {
	color: #6a89a6;
}
.check-group .wpcf7-list-item:not(.first) label > span::after {
	color: #6a89a6;
}
.check-group .wpcf7-list-item.first {
	font-weight: bold;
	font-size: max(0.75rem, 1.13rem + 1.11104vw - 16px);
	padding-bottom: 8px;
	color: #002d4e;
}
@media (max-width: 768px) {
	.check-group .wpcf7-list-item.first {
		padding-bottom: 4px;
	}
}

.form-btn {
	padding: 23px 0 0;
}
@media (max-width: 768px) {
	.form-btn {
		padding-top: 10px;
	}
}

.form-group {
	margin: 0 0 25px;
	position: relative;
}
.form-group .wpcf7-form-control-wrap {
	display: block;
	position: relative;
}
.form-group .messages,
.form-group .wpcf7-not-valid-tip {
	display: block;
	font-size: inherit;
	margin-top: 10px;
	color: #e43c2f;
	font-size: 0.8em;
}
@media (max-width: 768px) {
	.form-group .messages,
	.form-group .wpcf7-not-valid-tip {
		font-size: 0.9em;
	}
}
.form-group > label {
	display: block;
	margin: 0 0 3px;
	font-weight: normal;
	color: #002d4e;
}
.form-group > label small {
	display: block;
	font-size: 0.88em;
	padding: 4px 0;
}
.form-group .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
}
.form-group .icon ~ .wpcf7-form-control-wrap .form-control {
	padding-left: 60px;
}
.form-group .icon img {
	display: block;
	width: auto;
	max-height: 16px;
}
.form-group .btn-eye {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	border-radius: 0 2px 2px 0;
	background: #002d4e url("../images/ico-eye.svg") no-repeat 50% 50%;
	cursor: pointer;
}
.form-group .btn-eye.off {
	background-image: url("../images/ico-eye-off.svg");
}

.wpcf7 form .wpcf7-response-output {
	font: inherit;
	padding: 1vw 0 0;
	border-width: 0;
	font-size: inherit;
	text-align: left;
	margin: 0;
}
@media (max-width: 768px) {
	.wpcf7 form .wpcf7-response-output {
		padding-top: 3vw;
	}
}

.wpcf7-spinner {
	display: none;
}

.submitting .wpcf7-spinner {
	display: block;
}

.form-spacer {
	display: block;
	height: 22px;
}
@media (max-width: 768px) {
	.form-spacer {
		height: 10px;
	}
}

.form-links {
	margin: 0;
	padding: 3vw 0 1vw;
	list-style: none;
}
@media (max-width: 768px) {
	.form-links {
		padding-top: 5vw;
	}
}
.form-links > li {
	padding: 0 0 0.7vw;
}
.form-links > li a {
	text-decoration: none;
}
.form-links > li a:hover {
	color: #f7a600;
}
.form-links > li a::after {
	display: none;
}

.login-form .form-group {
	margin-bottom: 13px;
}
.login-form .form-group .form-control::-moz-placeholder {
	color: #a3a3af;
	opacity: 1;
}
.login-form .form-group .form-control::placeholder {
	color: #a3a3af;
	opacity: 1;
}
.login-form .form-btn {
	padding-top: 18px;
}
@media (max-width: 768px) {
	.login-form .form-btn {
		padding-top: 10px;
	}
}
.login-form .check-box .wpcf7-list-item label > span {
	font-size: 14px;
}

.search-form {
	max-width: 38vw;
	width: 100%;
}
@media (max-width: 1024px) {
	.search-form {
		max-width: 64vw;
	}
}
@media (max-width: 768px) {
	.search-form {
		min-width: 100%;
	}
}
.search-form .group {
	border: 1px solid;
	border-radius: 99px;
	display: flex;
}
.search-form .group .form-control {
	border: 0;
	background: none;
	flex-grow: 1;
	width: 1%;
	height: 39px;
	padding-left: 28px;
}
.search-form .group .btn-search {
	display: block;
	width: 4vw;
	-webkit-mask: url("../images/ico-search.svg") no-repeat 50% 50%;
	        mask: url("../images/ico-search.svg") no-repeat 50% 50%;
	-webkit-mask-size: 1vw auto;
	        mask-size: 1vw auto;
	font-size: 0;
	line-height: 0;
	padding: 0;
	border: 0;
	outline: 0;
	margin: 0;
	cursor: pointer;
	background: currentColor;
	transition: all 0.3s ease-out;
}
@media (max-width: 1024px) {
	.search-form .group .btn-search {
		-webkit-mask-size: 2.5vw auto;
		        mask-size: 2.5vw auto;
		width: 8vw;
	}
}
@media (max-width: 768px) {
	.search-form .group .btn-search {
		-webkit-mask-size: 4vw auto;
		        mask-size: 4vw auto;
		width: 15vw;
	}
}
.search-form .group .btn-search:hover {
	color: #f7a600;
}

.form-title {
	padding: 20px 0;
}
.form-title h3 {
	margin: 0;
	font-weight: bold;
	color: #002d4e;
	font-size: 1.13em;
}

.title-top-form {
	padding: 0 0 30px;
}
.title-top-form h4 {
	margin: 0 0 0.5em;
	font-weight: bold;
	color: #002d4e;
	font-size: 1.13em;
}

/* header */
#header {
	transition: transform 0.45s ease-out;
}
.scroll-down.scrolled-header:not(.push) body:not(.home) #header {
	transform: translate(0, -150%);
}
.scroll-up.scrolled-header .hidden-header-on-scroll-up #header {
	transform: translate(0, -150%);
}
@media (min-width: 1025px) {
	.scrolled.scrolled-header #header .header__logoLink canvas {
		width: 11.1vw;
	}
}
@media (min-width: 1025px) {
	.scrolled.scrolled-header #header .header__lower {
		padding-top: 1vw;
	}
}
@media (min-width: 1025px) {
	.scrolled.scrolled-header #header .header__logoWrapper {
		padding-bottom: 0.7vw;
	}
}
@media (min-width: 1025px) {
	.scrolled.scrolled-header #header .header__nav .header__menu .menu-item {
		padding-bottom: 1.2vw;
	}
}

@media (min-width: 1025px) {
	.header__upper .header__menuService {
		margin-bottom: 0;
		margin-top: 0;
	}
	.header__upper .header__menuService a:hover {
		color: #f7a600;
	}
}

@media (min-width: 1025px) {
	.header__upper .header__nav .menu-item {
		padding: 0.3vw 1.35vw;
	}
}

.header__logoLink canvas {
	transition: width 0.3s ease-out;
}
@media (max-width: 375px) {
	.header__logoLink canvas {
		width: 40vw;
	}
}

.header__lower {
	transition: padding 0.3s ease-out;
}
@media (min-width: 1025px) {
	.header__lower {
		padding-top: 1.3vw;
		padding-bottom: 0;
	}
}

@media (min-width: 1025px) {
	.header__logoWrapper {
		transition: padding 0.3s ease-out;
		padding-bottom: 1vw;
	}
}

@media (min-width: 1025px) {
	.header__nav .header__menu .menu-item {
		padding: 0 1.25vw 1vw;
		transition: padding 0.3s ease-out;
		position: relative;
		border: 0;
	}
	.header__nav .header__menu .menu-item.menu-item-has-children::before {
		position: absolute;
		content: "";
		left: 1.25vw;
		right: 1.25vw;
		bottom: 0;
		height: 0.28vw;
		background: #f7a600;
		transition: all 0.3s ease-out;
		opacity: 0;
	}
	.header__nav .header__menu .menu-item.menu-item-has-children:hover::before {
		opacity: 1;
	}
	.header__nav .header__menu .menu-item.menu-item-has-children:hover > ul {
		opacity: 1;
		pointer-events: auto;
	}
	.header__nav .header__menu .menu-item:last-child {
		padding-right: 0;
	}
	.header__nav .header__menu .menu-item:last-child.menu-item-has-children::before {
		right: 0;
	}
	.header__nav .header__menu .menu-item > ul {
		margin: 0;
		padding: 0.8vw 0.85vw;
		list-style: none;
		position: absolute;
		left: 1.25vw;
		top: 100%;
		background: #e6e6e6;
		transition: all 0.3s ease-out;
		opacity: 0;
		pointer-events: none;
	}
	.header__nav .header__menu .menu-item > ul > li {
		border: 0;
		padding: 0 !important;
		color: inherit;
		font: inherit;
	}
	.header__nav .header__menu .menu-item > ul > li + li {
		margin-top: 0.3vw;
	}
	.header__nav .header__menu .menu-item > ul > li > a {
		display: block;
		text-decoration: none;
		font-size: max(0.75rem, 0.877rem + 1.11104vw - 16px);
		font-weight: normal;
		color: #002d4e;
	}
	.header__nav .header__menu .menu-item > ul > li > a:hover {
		color: #f7a600;
	}
}
@media (max-width: 1024px) {
	.header__nav .header__menu .menu-item > ul {
		margin: 0;
		padding: 2.5vw 0;
		list-style: none;
	}
	.header__nav .header__menu .menu-item > ul > li {
		border: 0;
		padding: 0;
		color: inherit;
		font: inherit;
	}
	.header__nav .header__menu .menu-item > ul > li + li {
		margin-top: 1vw;
	}
	.header__nav .header__menu .menu-item > ul > li > a {
		font-size: max(0.75rem, 0.6rem + 5.2084vw - 16px);
		color: #002d4e;
	}
	.header__nav .header__menu .menu-item > ul > li > a:hover {
		color: #f7a600;
	}
}

@media (min-width: 1025px) {
	.header__lang {
		margin: 0 -0.4vw 0 0;
		padding: 0 0 0 2.1vw;
		list-style: none;
		display: flex;
		font-size: max(0.75rem, 1rem + 0.97216vw - 16px);
		text-transform: uppercase;
		font-weight: 400;
	}
	.header__lang > li {
		flex-shrink: 0;
		display: flex;
	}
	.header__lang > li > a {
		padding: 0.3vw 0.4vw;
		display: flex;
		align-items: center;
		text-decoration: none;
		flex-shrink: 0;
		color: #c6c6c7;
	}
	.header__lang > li > a::after {
		display: none;
	}
	.header__lang > li > a:hover {
		color: #f7a600;
	}
	.header__lang > li.active > a {
		color: #f7a600;
	}
}
@media (max-width: 1024px) {
	.header__lang {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		align-items: center;
		text-transform: uppercase;
		font-weight: 500;
		justify-content: center;
		font-size: max(0.75rem, 1rem + 2.08336vw - 16px);
	}
	.header__lang > li {
		flex-shrink: 0;
		display: flex;
	}
	.header__lang > li > a {
		padding: 0.3vw 1vw;
		display: flex;
		align-items: center;
		text-decoration: none;
		flex-shrink: 0;
	}
	.header__lang > li > a::after {
		display: none;
	}
	.header__lang > li > a:hover {
		color: #f7a600;
	}
	.header__lang > li.active > a {
		color: #f7a600;
	}
}

.header__search-form {
	transition: all 0.3s ease-out;
}
@media (max-width: 1024px) {
	.header__search-form {
		flex-shrink: 0;
		width: 10vw;
		margin-right: 3vw;
		position: relative;
	}
}
.header__search-form form {
	height: 100%;
}
.header__search-form .input-group {
	display: flex;
	height: 100%;
}
.header__search-form .input-holder {
	width: 0;
	overflow: hidden;
	transition: width 0.3s ease-out;
	flex-shrink: 0;
}
@media (max-width: 1024px) {
	.header__search-form .input-holder {
		position: absolute;
		top: 0;
		right: 100%;
		bottom: 0;
		background: #fff;
	}
}
.header__search-form .input-holder .input-search {
	-webkit-appearance: none;
	display: block;
	height: 100%;
	border: 0;
	text-overflow: ellipsis;
	font-family: inherit;
	font-size: max(0.75rem, 1rem + 0.97216vw - 16px);
	font-weight: 500;
	border-radius: 0;
	box-shadow: none;
	background: none;
	color: #002d4e;
	outline: 0;
	width: 100%;
	padding: 0.1rem 1.6rem;
}
.header__search-form .input-holder .input-search::-moz-placeholder {
	opacity: 0.5;
	color: #002d4e;
}
.header__search-form .input-holder .input-search::placeholder {
	opacity: 0.5;
	color: #002d4e;
}
.header__search-form .input-holder .input-search::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}
.header__search-form .input-holder .input-search::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}
.header__search-form .input-holder .input-search::-webkit-search-decoration, .header__search-form .input-holder .input-search::-webkit-search-cancel-button, .header__search-form .input-holder .input-search::-webkit-search-results-button, .header__search-form .input-holder .input-search::-webkit-search-results-decoration {
	display: none;
}
@media (max-width: 1024px) {
	.header__search-form .input-holder .input-search {
		color: #002d4e;
		font-size: 4vw;
		padding-left: 4vw;
	}
	.header__search-form .input-holder .input-search::-moz-placeholder {
		color: #002d4e;
	}
	.header__search-form .input-holder .input-search::placeholder {
		color: #002d4e;
	}
}
.header__search-form .btn-holder {
	flex-shrink: 0;
	position: relative;
	width: 6.3vw;
}
@media (max-width: 1024px) {
	.header__search-form .btn-holder {
		width: 100%;
	}
}
.header__search-form .btn-holder .btn-search {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-mask: url("../images/ico-search.svg") no-repeat 50% 50%;
	        mask: url("../images/ico-search.svg") no-repeat 50% 50%;
	-webkit-mask-size: 1vw auto;
	        mask-size: 1vw auto;
	font-size: 0;
	line-height: 0;
	padding: 0;
	border: 0;
	outline: 0;
	margin: 0;
	cursor: pointer;
	background: currentColor;
	transition: all 0.3s ease-out;
}
@media (max-width: 1024px) {
	.header__search-form .btn-holder .btn-search {
		color: #002d4e;
		-webkit-mask-size: 4vw auto;
		        mask-size: 4vw auto;
	}
}
@media (max-width: 375px) {
	.header__search-form .btn-holder .btn-search {
		-webkit-mask-size: 6vw auto;
		        mask-size: 6vw auto;
	}
}
.header__search-form .btn-holder .opener-search {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	cursor: pointer;
	opacity: 0;
}
.header__search-form.open {
	background: #e9eef2;
}
@media (max-width: 1024px) {
	.header__search-form.open {
		background: none;
	}
}
.header__search-form.open .input-holder {
	width: 24.4vw;
}
@media (max-width: 1024px) {
	.header__search-form.open .input-holder {
		width: 71vw;
	}
}
@media (max-width: 375px) {
	.header__search-form.open .input-holder {
		width: 66vw;
	}
}
.header__search-form.open .btn-holder .opener-search {
	display: none;
}
.header__search-form.open .btn-holder .btn-search {
	color: #f7a600;
}

/* footer */
.footer__logos {
	border-bottom: 1px solid;
	padding: 1.6vw 0;
}
@media (max-width: 1024px) {
	.footer__logos {
		padding: 5vw 0;
	}
}
.footer__logos ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.8vw;
}
@media (max-width: 1024px) {
	.footer__logos ul {
		gap: 3vw;
	}
}
.footer__logos ul li a {
	display: block;
	text-decoration: none;
}
.footer__logos ul li a::after {
	display: none;
}
.footer__logos ul li img {
	display: block;
	max-width: 100%;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	max-height: 80px;
}
@media (max-width: 1024px) {
	.footer__logos ul li img {
		max-height: 13vw;
	}
}

.footer__btn-row {
	padding: 2.7vw 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2.5vw;
}
@media (max-width: 1024px) {
	.footer__btn-row {
		padding-top: 5vw;
	}
}

@media (min-width: 1025px) {
	.footer__upper {
		padding: 5.1vw 0 3.4vw;
	}
	.footer__upper h2 {
		font-size: 2.76vw;
	}
	.footer__upper p {
		max-width: 60%;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.5;
	}
}
@media (max-width: 375px) {
	.footer__upper {
		padding: 8vw 0;
	}
	.footer__upper h2 {
		font-size: 8vw;
	}
}

@media (min-width: 1025px) {
	.footer__lower {
		padding-top: 2.4vw;
	}
}

.footer__right a:hover {
	color: #f7a600;
}

.footer__left a:hover {
	color: #f7a600;
}
.footer__left a svg.fill-color path {
	fill: currentColor;
}
.footer__left a svg.stroke-color path {
	stroke: currentColor;
}

/* title-section */
.title-section {
	padding-top: 9.48vw;
	color: #002d4e;
	padding-bottom: 6.8vw;
}

.page-id-310 .title-section {
	padding-bottom: 0;
}

.title-section h1 {
	padding-bottom: 0.4vw;
}
@media (max-width: 375px) {
	.title-section h1 {
		font-size: 13vw;
	}
}
.title-section h4 {
	letter-spacing: 0;
}
.title-section.text-center {
	text-align: center;
}
.title-section.padding-y-sm {
	padding-bottom: 3.2vw;
	padding-top: 6.4vw;
}
.title-section.title-results h1 {
	font-weight: 600;
	font-size: max(0.75rem, 1rem + 1.94432vw - 16px);
	padding-top: 0.55vw;
	letter-spacing: 0;
}
@media (max-width: 1024px) {
	.title-section.title-results h1 {
		font-size: max(0.75rem, 1rem + 3.472vw - 16px);
	}
}
@media (max-width: 768px) {
	.title-section.title-results h1 {
		font-size: 4vw;
	}
}
@media (max-width: 375px) {
	.title-section.title-results h1 {
		font-size: 6vw;
	}
}
.title-section.title-results h1 strong {
	font-weight: inherit;
	color: #f7a600;
}

/* registration-section */
.registration-section {
	padding: 7vw 0;
}
.title-section + .registration-section {
	padding-top: 0;
}
.registration-section .block + .block {
	padding-top: 6.7vw;
}

.page-id-310 .registration-section .block + .block {
	padding-top: 3.7vw;
}

@media (max-width: 768px) {
	.registration-section .block + .block {
		padding-top: 10vw;
	}
}
.registration-section .block-check .row-wrapper {
	--gutter-x: 7.8vw;
}
.registration-section .block-check .row-wrapper > [class^=col-item] {
	padding-top: 0.7vw;
}
@media (max-width: 768px) {
	.registration-section .block-check .row-wrapper > [class^=col-item] {
		padding-top: 0;
	}
}
.registration-section .block-check .row-wrapper > [class^=col-item] + [class^=col-item] {
	position: relative;
}
.registration-section .block-check .row-wrapper > [class^=col-item] + [class^=col-item]::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	transform: translate(-50%, 0);
	background: #002d4e;
}
@media (max-width: 768px) {
	.registration-section .block-check .row-wrapper > [class^=col-item] + [class^=col-item]::before {
		display: none;
	}
}

/* lightbox */
.lightbox {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 30000;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 2vw 0;
	transition: opacity 0.3s ease-out;
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 768px) {
	.lightbox {
		padding: 5vw 0;
	}
}
.lightbox.open {
	opacity: 1;
	pointer-events: auto;
}
.lightbox-content {
	padding: 2.2vw 3.2vw;
	position: relative;
	width: 50vw;
	min-width: 720px;
	background: #f5f6f7;
	border-radius: 5px;
	margin: auto;
	z-index: 15;
}
@media (max-width: 1024px) {
	.lightbox-content {
		max-width: 70vw;
	}
}
@media (max-width: 768px) {
	.lightbox-content {
		max-width: 90vw;
		width: 100%;
		min-width: 1px;
		padding: 5vw;
	}
}
.lightbox-content iframe {
	border: 0;
	width: 100%;
}
.lightbox-content.bg-white {
	background: #fff;
}
.lightbox-header {
	display: flex;
	align-items: flex-start;
	padding: 0 0 2.9vw;
	gap: 2vw;
}
.lightbox-header .h1 {
	font-size: max(0.75rem, 1rem + 4.30528vw - 16px);
	color: #002d4e;
	margin: 0;
}
@media (max-width: 768px) {
	.lightbox-header .h1 {
		font-size: max(0.75rem, 1rem + 8.07302vw - 16px);
	}
}
.lightbox-header .lightbox-close {
	flex-shrink: 0;
	margin-left: auto;
	font-size: 0;
	line-height: 0;
	width: 1.8vw;
	height: 1.8vw;
	position: relative;
	color: #002d4e;
	margin-right: -0.4vw;
}
@media (max-width: 768px) {
	.lightbox-header .lightbox-close {
		width: 4vw;
		height: 4vw;
	}
}
.lightbox-header .lightbox-close::after, .lightbox-header .lightbox-close::before {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	border-bottom: 2px solid;
	width: 1.6vw;
	margin: -1px 0 0 -0.8vw;
	transform: rotate(45deg);
	transition: all 0.3s ease-out;
	bottom: auto;
}
@media (max-width: 768px) {
	.lightbox-header .lightbox-close::after, .lightbox-header .lightbox-close::before {
		width: 4vw;
		margin: -1px 0 0 -2vw;
	}
}
.lightbox-header .lightbox-close::after {
	transform: rotate(-45deg);
}
.lightbox-header .lightbox-close:hover {
	color: #f7a600;
}
.lightbox-overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 45, 78, 0.7) !important;
}

.open-lightbox {
	overflow: hidden;
	height: 100%;
}
.open-lightbox #header,
.open-lightbox body {
	padding-right: var(--scrollbar-width, 0);
}

/* download-section */
.download-section {
	padding: 5vw 0;
	color: #002d4e;
}
.download-section + .download-section {
	padding-top: 0;
}
.title-section + .download-section {
	padding-top: 0;
}
.filter-section + .download-section {
	padding-top: 0;
}
.download-section .headline {
	border-bottom: 2px solid;
	margin: 0 0 2.3vw;
	padding: 0 0 1.37vw;
}
@media (max-width: 768px) {
	.download-section .headline {
		margin-bottom: 4vw;
		padding-bottom: 3vw;
	}
}
.download-section .headline h2 {
	margin: 0;
	font-size: max(0.75rem, 1rem + 2.772vw - 16px);
}
@media (max-width: 768px) {
	.download-section .headline h2 {
		font-size: 5vw;
	}
}
.download-section .holder {
	border-bottom: 2px solid;
}
.download-section .holder .row-wrapper {
	margin-bottom: -1vw;
}
@media (max-width: 991px) {
	.download-section .holder .row-wrapper {
		margin-bottom: 0;
	}
}
.download-section .title-row {
	padding: 1.4vw 0 2.2vw;
}
.download-section .title-row h2 {
	margin: 0;
	font-size: max(0.75rem, 1rem + 1.80544vw - 16px);
	font-weight: 600;
}
@media (max-width: 1024px) {
	.download-section .title-row h2 {
		font-size: max(0.75rem, 1rem + 2.7776vw - 16px);
	}
}
@media (max-width: 768px) {
	.download-section .title-row h2 {
		font-size: 5vw;
	}
}
.download-section .download-list + .title-row {
	padding-top: 4vw;
}

.download-card {
	display: block;
	text-decoration: none !important;
	color: inherit;
	margin: 0 0 3.8vw;
}
.download-card::after {
	display: none;
}
.download-card figure {
	margin: 0;
	display: flex;
}
.download-card .img {
	flex-shrink: 0;
	width: 11.1vw;
	margin: 0 2.4vw 0 0;
}
@media (max-width: 991px) {
	.download-card .img {
		width: 16vw;
	}
}
@media (max-width: 768px) {
	.download-card .img {
		width: 24vw;
		margin-right: 4vw;
	}
}
.download-card .img img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 159/225;
	-o-object-fit: cover;
	   object-fit: cover;
	border: 1px solid #c6c6c7;
}
.download-card figcaption {
	flex-grow: 1;
	width: 1%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 0.6vw;
}
.download-card h3 {
	font-size: 1.83vw;
	font-weight: 600;
	margin: 0 0 1.3vw;
	line-height: 1.18;
}
@media (max-width: 768px) {
	.download-card h3 {
		font-size: 4vw;
	}
}
.download-card p {
	margin-bottom: 15px;
}
.download-card .button {
	flex-shrink: 0;
	margin-top: auto;
	margin-bottom: 0;
}
.download-card .button img {
	display: block;
	max-height: 24px;
}
@media (max-width: 991px) {
	.download-card .button img {
		max-height: 16px;
	}
}

.download-list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 2px solid;
}
.download-list > li {
	display: flex;
	border-bottom: 2px solid;
	padding: 0.8vw 0;
	gap: 2vw;
}
@media (max-width: 1024px) {
	.download-list > li {
		flex-direction: column;
		padding: 2vw 0;
	}
}
@media (max-width: 768px) {
	.download-list > li {
		padding: 4vw 0;
		gap: 4vw;
	}
}
.download-list .title-block {
	flex-shrink: 0;
	width: 57.7%;
	padding: 0.7vw 0 0;
}
@media (max-width: 1024px) {
	.download-list .title-block {
		width: auto;
		padding-top: 0;
	}
}
.download-list .title-block h3 {
	font: inherit;
	font-weight: 600;
	margin: 0 0 0.3vw;
}
@media (min-width: 769px) and (max-width: 1024px) {
	.download-list .title-block h3 {
		font-size: 18px;
		line-height: 1.3;
	}
}
@media (min-width: 376px) and (max-width: 768px) {
	.download-list .title-block h3 {
		font-size: 16px;
		line-height: 1.3;
	}
}
@media (max-width: 768px) {
	.download-list .title-block h3 {
		margin-bottom: 1vw;
	}
}
.download-list .title-block p:last-child {
	margin-bottom: 0;
}
.download-list .side-block {
	flex-grow: 1;
	width: 1%;
}
@media (max-width: 1024px) {
	.download-list .side-block {
		width: auto;
	}
}
.download-list .side-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.58vw;
}
@media (max-width: 768px) {
	.download-list .side-block ul {
		gap: 2vw;
	}
}
.download-list .side-block ul li {
	display: flex;
	align-items: center;
	gap: 1vw;
}
.download-list .side-block ul li h4 {
	margin: 0;
	font: inherit;
}
.download-list .side-block ul li .button {
	flex-shrink: 0;
	margin: 0 0 0 auto;
	padding: 0.49vw 1.5vw;
	min-width: 4.9vw;
	display: flex;
	justify-content: center;
	min-height: 2.65vw;
	align-items: center;
}
@media (max-width: 1024px) {
	.download-list .side-block ul li .button {
		min-width: 5.5vw;
	}
}
@media (max-width: 768px) {
	.download-list .side-block ul li .button {
		padding: 2vw 5vw;
		min-width: 14vw;
	}
}
.download-list .side-block ul li .button img {
	display: block;
	max-height: 24px;
	max-width: 24px;
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (max-width: 991px) {
	.download-list .side-block ul li .button img {
		max-height: 16px;
	}
}
@media (max-width: 1024px) {
	.download-list.type2-mobile > li {
		flex-direction: row;
		align-items: center;
		padding: 20px 0;
	}
}
@media (max-width: 1024px) and (max-width: 375px) {
	.download-list.type2-mobile > li {
		padding: 10px 0;
	}
}
@media (max-width: 1024px) {
	.download-list.type2-mobile > li .title-block {
		flex-grow: 1;
		flex-shrink: 1;
	}
	.download-list.type2-mobile > li .title-block h3 {
		margin-bottom: 0;
	}
}

/* filter-section */
.filter-section {
	padding: 6vw 0 5.7vw;
}
@media (max-width: 768px) {
	.filter-section {
		padding: 7vw 0;
	}
}
.title-section + .filter-section {
	padding-top: 0.5vw;
}
.filter-section .contentwidth {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4.5vw;
}
@media (max-width: 768px) {
	.filter-section .contentwidth {
		display: block;
	}
}

@media (max-width: 768px) {
	.filter-nav {
		overflow-x: auto;
		overflow-y: hidden;
		margin: 5vw -6.25vw 0;
		padding: 0 6.25vw;
		display: flex;
	}
}
.filter-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1vw;
}
@media (max-width: 768px) {
	.filter-nav ul {
		justify-content: flex-start;
		flex-wrap: nowrap;
		flex-shrink: 0;
	}
}
.filter-nav ul li {
	flex-shrink: 0;
}
.filter-nav ul li a {
	display: block;
	text-decoration: none;
	font-weight: 500;
	border: 1px solid;
	padding: 0.62vw 2.8vw;
	border-radius: 99px;
	transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
	.filter-nav ul li a {
		padding: 1.5vw 5vw;
	}
}
.filter-nav ul li a::after {
	display: none;
}
.filter-nav ul li a:hover {
	background: #6a89a6;
	color: #fff;
	border-color: #6a89a6;
}
.filter-nav ul li.active > a {
	background: #002d4e;
	border-color: #002d4e;
	color: #fff;
}

/* timeline-section */
.timeline-section {
	padding: 7vw 0;
}
.text + .timeline-section {
	padding-top: 0;
}
.timeline-section .items {
	--size: 4vw;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
@media (max-width: 1024px) {
	.timeline-section .items {
		--size: 6vw;
	}
}
@media (max-width: 768px) {
	.timeline-section .items {
		--size: 7vw;
	}
}
@media (max-width: 375px) {
	.timeline-section .items {
		--size: 12vw;
		margin-left: 3vw;
	}
}
.timeline-section .items > li {
	position: relative;
}
.timeline-section .items > li .point {
	position: absolute;
	top: 0;
	left: 50%;
	width: var(--size);
	height: var(--size);
	transform-origin: 50% 0;
	background: #002d4e;
	color: #fff;
	border-radius: 50%;
	overflow: hidden;
	margin-left: calc(var(--size) * -0.5);
	transition: transform 0.2s ease-out;
}
@media (max-width: 375px) {
	.timeline-section .items > li .point {
		left: 0;
	}
}
.timeline-section .items > li .point > * {
	transition: opacity 0.2s ease-out;
}
.timeline-section .items > li .point .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.timeline-section .items > li .point .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.timeline-section .items > li .point .txt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: bold;
}
@media (max-width: 768px) {
	.timeline-section .items > li .point .txt {
		font-size: 0.8em;
	}
}
.timeline-section .items > li .point .ico {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.timeline-section .items > li .point .ico img, .timeline-section .items > li .point .ico svg {
	display: block;
	max-width: 70%;
	max-height: 70%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.timeline-section .items > li .descr {
	padding: 0 var(--size) var(--size);
	width: 50%;
	margin-left: auto;
	word-wrap: break-word;
}
@media (max-width: 768px) {
	.timeline-section .items > li .descr {
		padding-right: 0;
	}
}
@media (max-width: 375px) {
	.timeline-section .items > li .descr {
		width: auto;
		padding-right: 0 !important;
		padding-left: var(--size) !important;
	}
}
.timeline-section .items > li .descr .year {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2em;
	color: #f7a600;
	line-height: 1.1;
	margin: 0 0 0.3vw;
	transition: color 0.2s ease-out;
}
.timeline-section .items > li .descr h6 {
	color: #002d4e;
	margin: 0 0 1.2vw;
}
.timeline-section .items > li .descr p:last-child {
	margin-bottom: 0;
}
.timeline-section .items > li:nth-child(even) .descr {
	margin-left: 0;
	text-align: right;
}
@media (max-width: 768px) {
	.timeline-section .items > li:nth-child(even) .descr {
		padding-left: 0;
		padding-right: var(--size);
	}
}
@media (max-width: 375px) {
	.timeline-section .items > li:nth-child(even) .descr {
		text-align: left;
	}
}
.timeline-section .items > li:nth-child(even) .point {
	left: auto;
	right: 50%;
	margin-left: 0;
	margin-right: calc(var(--size) * -0.5);
}
@media (max-width: 375px) {
	.timeline-section .items > li:nth-child(even) .point {
		left: 0;
		right: auto;
		margin-right: 0;
		margin-left: calc(var(--size) * -0.5);
	}
}
.timeline-section .items > li:not(:first-child):not(:hover) .point {
	transform: scale(0.3);
}
@media (max-width: 768px) {
	.timeline-section .items > li:not(:first-child):not(:hover) .point {
		transform: scale(0.5);
	}
}
.timeline-section .items > li:not(:first-child):not(:hover) .point > * {
	opacity: 0;
}
.timeline-section .items > li:not(:first-child):not(:hover) .descr .year {
	color: #002d4e;
}
.timeline-section .items > li:not(:last-child)::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	bottom: 0;
	border-left: 1px solid #002d4e;
}
@media (max-width: 375px) {
	.timeline-section .items > li:not(:last-child)::before {
		left: 0;
	}
}

.productcategoryteaser {
	--offset-y: 2rem;
}
.productcategoryteaser .productcategoryteaser__teasersWrapper {
	padding-block: var(--offset-y);
}
.productcategoryteaser .productcategoryteaser__teasersWrapper .swiper-slide {
	transition: all 0.3s ease;
	height: auto;
	transition-property: transform, height, margin;
}
.productcategoryteaser .productcategoryteaser__teasersWrapper .swiper-slide:hover {
	margin-block: calc(var(--offset-y) * -1);
}
.productcategoryteaser .productcategoryteaser__teasersWrapper .swiper-slide:hover .productcategoryteaser__imageWrapper::before {
	opacity: 1;
}
.productcategoryteaser .productcategoryteaser__teasersWrapper .swiper-btn {
	--btn-size: 2.875rem;
	--btn-ico-size: 0.75rem;
	--offset-x: 0.6875rem;
	position: absolute;
	z-index: 10;
	top: 50%;
	width: var(--btn-size);
	height: var(--btn-size);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-block-start: calc(var(--btn-size) * -0.5);
	text-decoration: none;
	border: none;
	cursor: pointer;
}
.productcategoryteaser .productcategoryteaser__teasersWrapper .swiper-btn::before {
	content: "";
	width: var(--btn-ico-size);
	height: var(--btn-ico-size);
	border: 1px solid #002d4e;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
	margin-inline-start: calc(var(--btn-ico-size) * -0.5);
}
.productcategoryteaser .productcategoryteaser__teasersWrapper .swiper-btn::after {
	display: none;
}
.productcategoryteaser .productcategoryteaser__teasersWrapper .swiper-btn.swiper-prev {
	left: var(--offset-x);
}
.productcategoryteaser .productcategoryteaser__teasersWrapper .swiper-btn.swiper-prev::before {
	transform: rotate(-135deg);
	margin-inline: 0 calc(var(--btn-ico-size) * -0.5);
}
.productcategoryteaser .productcategoryteaser__teasersWrapper .swiper-btn.swiper-next {
	right: var(--offset-x);
}
.productcategoryteaser .productcategoryteaser__teasersWrapper .swiper-btn:hover {
	background-color: white;
}
.productcategoryteaser .productcategoryteaser__imageWrapper {
	height: 100%;
	transition: all 0.3s ease;
}
.productcategoryteaser .productcategoryteaser__imageWrapper img {
	transition: all 0.3s ease;
}
.productcategoryteaser .productcategoryteaser__imageWrapper::before {
	content: "";
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(147deg, rgba(0, 45, 78, 0) 0%, var(--unnamed-color-002d4e) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(147deg, rgba(0, 45, 78, 0) 0%, #002D4E 100%) 0% 0% no-repeat padding-box;
	opacity: 0;
	transition: all 0.3s ease;
	transition-property: opacity;
}
.productcategoryteaser .productcategoryteaser__teaserTextWrapper {
	z-index: 10;
}
.productcategoryteaser .productcategoryteaser__teaserTextWrapper .courseteaser__moreWrapper:hover {
	color: #f7a600;
}
.productcategoryteaser .productcategoryteaser__teaserTextWrapper .courseteaser__moreWrapper:hover span svg path {
	stroke: currentColor;
}

/* results-section */
.results-section {
	color: #002d4e;
	padding: 0 0 7.4vw;
}
.results-section strong {
	font-weight: inherit;
	color: #f7a600;
}
.results-section .list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 2px solid;
	line-height: 1.5;
}
@media (max-width: 1024px) {
	.results-section .list {
		font-size: 2vw;
	}
}
@media (max-width: 768px) {
	.results-section .list {
		font-size: inherit;
	}
}
.results-section .list > li {
	border-bottom: 2px solid;
	padding: 1.7vw 0;
}
@media (max-width: 1024px) {
	.results-section .list > li {
		padding: 2vw 0;
	}
}
@media (max-width: 768px) {
	.results-section .list > li {
		padding: 4vw 0;
	}
}
.results-section .list > li h2 {
	font-size: inherit;
	font-weight: bold;
	margin: 0;
}
.results-section .list > li a::after {
	display: none;
}
.results-section .list > li p {
	margin: 0 0 0.7vw;
	max-width: 73%;
}
@media (max-width: 768px) {
	.results-section .list > li p {
		max-width: none;
	}
}
.results-section .list > li p:last-child {
	margin-bottom: 0;
}

/* product-details-page */
.details-module {
	padding: 5.1vw 0 6.7vw;
}
@media (max-width: 768px) {
	.details-module {
		padding: 6.25vw 0;
	}
}
.details-module figure {
	margin: 0;
	display: flex;
	align-items: flex-end;
	gap: 2.3vw;
}
@media (max-width: 768px) {
	.details-module figure {
		display: block;
	}
}
.details-module .img {
	width: 40%;
	flex-shrink: 0;
	background: #e9eef2;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 450/420;
}
@media (max-width: 768px) {
	.details-module .img {
		width: auto;
		margin: 0 0 6.25vw;
	}
}
.details-module .img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (max-width: 768px) {
	.details-module .img img {
		max-width: 90% !important;
		max-height: 90% !important;
	}
}
.details-module figcaption {
	flex-grow: 1;
	width: 1%;
	line-height: 1.5;
}
@media (max-width: 768px) {
	.details-module figcaption {
		width: auto;
	}
}
.details-module h1 {
	color: #002d4e;
	margin: 0 0 1.2vw;
}
@media (max-width: 1024px) {
	.details-module h1 {
		font-size: max(0.75rem, 1rem + 4.8608vw - 16px);
	}
}
@media (max-width: 768px) {
	.details-module h1 {
		font-size: 8vw;
		margin: 0 0 2vw;
	}
}
@media (max-width: 375px) {
	.details-module h1 {
		font-size: 10vw;
	}
}
.details-module h2 {
	color: #002d4e;
	font-size: max(0.75rem, 1rem + 1.94432vw - 16px);
	letter-spacing: 0;
	margin: 0 0 1.3vw;
	font-weight: 500;
}
@media (max-width: 1024px) {
	.details-module h2 {
		font-size: max(0.75rem, 1rem + 2.49984vw - 16px);
	}
}
@media (max-width: 768px) {
	.details-module h2 {
		font-size: 4.3vw;
		margin: 0 0 3vw;
	}
}
.details-module ul:not([class]) {
	margin: 0 0 1.5em;
	padding: 0;
	list-style: none;
}
.details-module ul:not([class]) li {
	position: relative;
	padding-left: 1.2vw;
}
@media (max-width: 768px) {
	.details-module ul:not([class]) li {
		padding-left: 3vw;
	}
}
.details-module ul:not([class]) li::before {
	position: absolute;
	content: "•";
	left: 0.1vw;
	top: 0;
}
.details-module .btn-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2.3vw;
	padding: 1.3vw 0 0;
}
@media (max-width: 1024px) {
	.details-module .btn-row {
		padding-top: 0;
	}
}
.details-module .btn-row .button {
	margin: 0;
	letter-spacing: 0;
	text-align: center;
}
@media (min-width: 769px) {
	.details-module .btn-row .button {
		padding: 0.65vw 1.4vw;
		min-width: 9.1vw;
	}
}

.subnavigation {
	border: solid #d8d8e3;
	border-width: 1px 0 0;
	position: sticky;
	top: 0;
	box-shadow: inset 0 -1px 0 #d8d8e3;
	background: #fff;
	z-index: 50;
}
@media (max-width: 768px) {
	.subnavigation {
		overflow-x: auto;
		overflow-y: hidden;
		display: flex;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.subnavigation::-webkit-scrollbar {
		display: none;
	}
	.subnavigation .contentwidth {
		flex-shrink: 0;
		max-width: none;
		width: auto;
	}
}
.subnavigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4.4vw;
}
@media (max-width: 1024px) {
	.subnavigation ul {
		gap: 3vw;
		font-size: 1.7vw;
	}
}
@media (max-width: 768px) {
	.subnavigation ul {
		font-size: inherit;
		justify-content: flex-start;
		gap: 6vw;
	}
}
.subnavigation ul li a {
	display: block;
	text-decoration: none;
	padding: 19px 0 20px;
	position: relative;
	font-weight: 600;
	color: #002d4e;
	outline: 0;
	line-height: 1.5;
	font-size: inherit;
	white-space: nowrap;
}
@media (max-width: 375px) {
	.subnavigation ul li a {
		padding: 15px 0 16px;
	}
}
.subnavigation ul li a::after {
	display: none;
}
.subnavigation ul li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	height: 3px;
	background: currentColor;
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.subnavigation ul li > a:hover::before, .subnavigation ul li.active > a::before {
	opacity: 1;
}

.descr-module {
	padding: 5vw 0 2.6vw;
	color: #002d4e;
	font-size: max(0.75rem, 1rem + 1.52768vw - 16px);
	line-height: 1.273;
}
@media (max-width: 1024px) {
	.descr-module {
		font-size: 3vw;
		padding: 6vw 0 3vw;
	}
}
@media (max-width: 768px) {
	.descr-module {
		font-size: 4.3vw;
		padding: 8vw 0 4vw;
	}
}
.descr-module .holder {
	padding: 0 0 3vw;
	border-bottom: 2px solid;
}
@media (max-width: 1024px) {
	.descr-module .holder {
		padding-bottom: 4vw;
	}
}
@media (max-width: 768px) {
	.descr-module .holder {
		padding-bottom: 5vw;
	}
}
.descr-module p {
	margin: 0 0 1.273em;
}
.descr-module p:last-child {
	margin-bottom: 0;
}

.information-module {
	padding: 4.4vw 0 3.8vw;
	line-height: 1.5;
}
.information-module h3 {
	font-size: max(0.75rem, 1rem + 1.80544vw - 16px);
	font-weight: 600;
	margin: 0 0 0.8vw;
	color: #002d4e;
}
@media (max-width: 1024px) {
	.information-module h3 {
		font-size: 3vw;
	}
}
@media (max-width: 768px) {
	.information-module h3 {
		font-size: 5vw;
		margin-bottom: 2vw;
	}
}
.information-module h4 {
	margin: 0;
	font: inherit;
	font-weight: 600;
}
.information-module p {
	margin: 0 0 1.5em;
}
.information-module hr {
	display: block;
	width: 100%;
	height: 2px;
	opacity: 1;
	margin: 2.1em 0 1em;
	border: 0;
	background: #002d4e;
}

.technical-module {
	background: #f5f6f7;
	padding: 6.7vw 0 7.2vw;
	line-height: 1.5;
}
@media (max-width: 768px) {
	.technical-module {
		padding: 8vw 0;
	}
}
.technical-module .h2-title-row {
	padding-bottom: 0.8vw;
}
.technical-module h3 {
	font-size: max(0.75rem, 1rem + 1.24992vw - 16px);
	font-weight: 700;
	margin: 0 0 0.6vw;
	color: #002d4e;
}
@media (max-width: 1024px) {
	.technical-module h3 {
		font-size: 2vw;
	}
}
@media (max-width: 768px) {
	.technical-module h3 {
		font-size: 4vw;
		margin-bottom: 2vw;
	}
}
.technical-module h4 {
	margin: 0;
	font: inherit;
	font-weight: 500;
}
.technical-module .list {
	margin: 0 0 2.4vw;
	padding: 0;
	list-style: none;
	border-top: 1px solid #002d4e;
}
@media (max-width: 768px) {
	.technical-module .list {
		margin-bottom: 5vw;
	}
}
.technical-module .list:last-child {
	border-bottom: 1px solid #002d4e;
}
.technical-module .list > li {
	border-bottom: 1px solid #002d4e;
	display: flex;
	align-items: flex-start;
	gap: 2vw;
	padding: 0.7vw 0;
}
@media (max-width: 768px) {
	.technical-module .list > li {
		padding: 2vw 0;
	}
}
@media (max-width: 375px) {
	.technical-module .list > li {
		display: block;
	}
}
.technical-module .list > li h4 {
	flex-shrink: 0;
	width: 35.3%;
}
@media (max-width: 375px) {
	.technical-module .list > li h4 {
		width: auto;
	}
}
.technical-module .list > li .txt {
	flex-grow: 1;
	width: 1%;
}
@media (max-width: 375px) {
	.technical-module .list > li .txt {
		width: auto;
	}
}
.technical-module .list > li .txt p {
	margin: 0 0 1.5em;
}
.technical-module .list > li .txt p:last-child {
	margin-bottom: 0;
}

.firmware-module {
	padding: 5.6vw 0 6.1vw;
	text-align: center;
	line-height: 1.5em;
}
@media (max-width: 768px) {
	.firmware-module {
		padding: 8vw 0;
	}
}
.firmware-module .h2-title-row {
	margin-bottom: 1.3vw;
}
.firmware-module p {
	margin: 0 0 1.5em;
}
.firmware-module .button {
	margin: 0;
}
.firmware-module .btn-holder {
	padding: 0.7vw 0 0;
}

.downloads-module {
	padding: 3vw 0;
	background: #f5f6f7;
	color: #002d4e;
}
@media (max-width: 768px) {
	.downloads-module {
		padding: 8vw 0;
	}
}
.downloads-module .download-list {
	margin-bottom: 5.8vw;
}

.related-module {
	padding: 5.2vw 0 6.3vw;
	color: #002d4e;
	overflow: hidden;
}
@media (max-width: 768px) {
	.related-module {
		padding: 8vw 0;
	}
}

.product-card {
	display: block;
	text-decoration: none !important;
	padding: 0 0 1.3vw;
}
.product-card::after {
	display: none;
}
.product-card figure {
	margin: 0;
}
.product-card .img {
	background: #e9eef2;
	aspect-ratio: 256/164;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 2vw;
	padding: 1vw;
}
.product-card .img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
}
.product-card h3 {
	font-size: max(0.75rem, 1rem + 1.52768vw - 16px);
	font-weight: 600;
	margin: 0 0 1vw;
}
@media (max-width: 768px) {
	.product-card h3 {
		font-size: 3.5vw;
	}
}
@media (max-width: 375px) {
	.product-card h3 {
		font-size: 6vw;
	}
}
.product-card p {
	margin: 0;
}

/* swiper-carousel */
.swiper-carousel {
	--width-arrow: 4.3vw;
	--gap-slide: 1.25vw;
	position: relative;
	overflow: hidden;
	margin: 0 calc((var(--width-arrow) + var(--gap-slide)) * -1);
	padding: 0 var(--width-arrow);
}
@media (max-width: 768px) {
	.swiper-carousel {
		--width-arrow: 5vw;
		--gap-slide: 2vw;
	}
}
@media (max-width: 375px) {
	.swiper-carousel {
		--width-arrow: 8vw;
		--gap-slide: 4vw;
		margin: 0 calc((2vw + var(--gap-slide)) * -1);
	}
}
.swiper-carousel .swiper-slide {
	height: auto;
	width: 25%;
	padding: 0 var(--gap-slide);
	position: relative;
}
@media (max-width: 768px) {
	.swiper-carousel .swiper-slide {
		width: 50%;
	}
}
@media (max-width: 375px) {
	.swiper-carousel .swiper-slide {
		width: 100%;
	}
}
.swiper-carousel .swiper-slide::before {
	position: absolute;
	content: "";
	right: 100%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: currentColor;
}
.swiper-carousel .swiper-arrow {
	--width: 5vw;
	position: absolute;
	top: 0;
	bottom: 0;
	width: calc(var(--width-arrow) + 2px);
	background: #fff;
	z-index: 15;
	cursor: pointer;
}
.swiper-carousel .swiper-arrow::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../images/ico-arrow-right-blue.svg") no-repeat 50% 50%;
}
@media (max-width: 768px) {
	.swiper-carousel .swiper-arrow::before {
		background-size: 2vw auto;
	}
}
.swiper-carousel .swiper-arrow.swiper-prev {
	left: 0;
	border-right: 1px solid;
}
.swiper-carousel .swiper-arrow.swiper-prev::before {
	transform: scale(-1, 1);
}
.swiper-carousel .swiper-arrow.swiper-next {
	right: 0;
	border-left: 1px solid;
}

.team__portraitWrapper {
	background-color: rgba(0, 0, 0, 0.01);
}

.header__nav .menu-item {
	font-weight: 400;
}
/*# sourceMappingURL=new-styles.css.map */

.complementary-products .swiper-wrapper {
	position: relative;
	width: 100%;
	margin: auto;
}

.productindex__imageWrapper, .details-module .img {
	position: relative;
	/* ensures the badge can be positioned relative to this container */
}

.product-badge {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #002D4E; /* blue */
	padding: 2px 8px;
	font-weight: bold;
	font-size: 1.0rem;
}

.product-badge--new {
	background-color: #F7A600; /* orange */
}

.product-badge--eol {
	background-color: #002D4E; /* blue */
	color: #fff;
}

.products-section .product-badge {
	position: inherit;
	top: inherit;
	left: inherit;
	z-index: inherit;
	padding: 0 5px;
}

.details-module .product-badge {
	padding: 4px 12px;
	font-size: 1.25rem;
}

.details-module .img img {
	width: 100%;
	padding: 10px;
}

.details-module .accordion-section {
	border-top: 1px solid #002d4e;
	border-bottom: 1px solid #002d4e;
	margin-top: 20px;
}

.details-module .accordion-header {
	color: #002d4e;
	font-weight: bold;
	cursor: pointer;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.details-module .accordion-header::after {
	font-weight: normal;
	font-size: 27px;
	content: "\276F"; /* ❯ */
	transform: rotate(90deg); /* To make it point down */
	transition: transform 0.3s ease;
	margin-right: 5px;
}

.details-module .accordion-header.active::after {
	transform: rotate(270deg); /* Flip arrow */
}

.details-module .accordion-content {
	display: none;
	padding-bottom: 15px;
	color: #333;
}

.details-module .accordion-content .eol-info {
	margin-bottom: 15px;
}

.details-module .accordion-content a.button {
	display: inline-block;
	/*margin-top: 15px;*/
}

.details-module .accordion-content ul {
	padding-left: 20px;
}

.details-module .accordion-content li {
	margin-bottom: 5px;
}

/* Left column holds image and accordion in single rest product */
.details-module .left-column {
	width: 40%;
	display: flex;
	flex-direction: column;
	gap: 20px;  /* Adjust gap between image and accordion if needed */
	padding: 10px;
	box-sizing: border-box;
}

.details-module h2 {
	font-size: 20px;
	font-weight: bold;
}

.details-module .img {
	width: 100%;
}

.details-module figure {
	align-items: flex-start; /* Changed from flex-end to flex-start */
}

.details-module figcaption {
	padding-top: 25px;
}

@media (max-width: 768px) {
	.details-module figure {
		flex-direction: column;
		align-items: stretch; /* Optional: so columns take full width */
	}

	.details-module .left-column,
	.details-module figcaption {
		width: 100%;
	}
}

/* Container styles based on your existing .img styles */
.details-module .gallery-container {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 450 / 420;
	background: #e9eef2;
}

/* Gallery image styles */
.details-module .gallery-container .gallery-image {
	width: 100%;
	max-height: 450px;
	max-width: 450px;
	padding: 10px;
	object-fit: contain;
	display: none;
}

.details-module .gallery-container .gallery-image.active {
	display: block;
}

/* Navigation wrapper: center at bottom with 25px gap between buttons */
.details-module .gallery-nav-wrapper {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 0px;
	z-index: 5;
}

/* Navigation button styles */
.details-module .gallery-nav {
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.5);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s ease;
	font-weight: normal;
}

.details-module .gallery-nav:hover {
	background-color: rgba(255, 255, 255, 1);
}

/* Arrow icons using Unicode: left arrow for prev, right arrow for next */
.details-module .gallery-nav.prev::after {
	content: "\276F";
	font-size: 27px;
	color: #002d4e;
	transform: rotate(180deg);
}

.details-module .gallery-nav.next::after {
	content: "\276F";
	font-size: 27px;
	color: #002d4e;
}