/*! Version: undefined */
/*stylelint-disable*/
:root {

	/* color palette */

	/* gray colors */

	/* primary colors */

	/* secondary colors */

	/* text colors */

	/* helper colors */

	/* gradients */

	/* border */

	/* box shadow */

	/* z-index */
}
/* DEFAULT VARIABLES */
* {
	box-sizing: border-box;
	margin: 0;
	outline: none;
	padding: 0;
}
*::after,
*::before {
	box-sizing: inherit;
}
*:active,
*:focus,
*:hover {
	outline: none;
}
body,
html {
	min-height: 100%;
	position: relative;
	width: 100%;
}
body {
	background: #f9f9f9;
	color: #003768;
	font: 18px/26px Helvetica Neue, Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}
.body--bottom-padding {
	padding-bottom: 124px;
}
img {
	max-width: 100%;
}
.section--white {
	background: #fff;
}
.section--clouds {
	background: #ecf0f1;
}
.row::after {
	clear: both;
	content: '';
	display: table;
}
a {
	color: inherit;
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
}
/* EQUAL HEIGHT COLUMNS */
.row--equal-height {
	display: block;
}
@media all and (min-width: 768px) {
.row--equal-height {
		display: flex;
		flex-wrap: wrap
}
	}
.col--equal-height {
	display: block;
}
@media all and (min-width: 768px) {
.col--equal-height {
		display: flex;
		flex-direction: column
}
	}
[v-cloak] {
	display: none !important;
}
.overflow-hidden {
	overflow: hidden;
}
.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.fs-xxl {
	font-size: 20px;
	line-height: 1.2;
}
@media all and (min-width: 768px) {
.fs-xxl {
		font-size: 30px
}
	}
@media all and (min-width: 1024px) {
.fs-xxl {
		font-size: 39px
}
	}
.fs-xl {
	font-size: 20px;
	line-height: 1.3;
}
@media all and (min-width: 768px) {
.fs-xl {
		font-size: 25px
}
	}
@media all and (min-width: 1024px) {
.fs-xl {
		font-size: 31px
}
	}
.fs-lg {
	font-size: 18px;
	line-height: 1.2;
}
@media all and (min-width: 768px) {
.fs-lg {
		font-size: 20px
}
	}
@media all and (min-width: 1024px) {
.fs-lg {
		font-size: 25px
}
	}
.fs-md {
	font-size: 16px;
	line-height: 1.5;
}
@media all and (min-width: 768px) {
.fs-md {
		font-size: 18px
}
	}
@media all and (min-width: 1024px) {
.fs-md {
		font-size: 20px
}
	}
.fs-bs {
	font-size: 16px;
	line-height: 1.5;
}
.fs-sm {
	font-size: 13px;
	line-height: 1.5;
}
.msie .object-fit-fallback {
	position: relative;
}
.msie .object-fit-fallback img {
	bottom: -9999px;
	display: block;
	height: auto;
	left: -9999px;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	right: -9999px;
	top: -9999px;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 1024px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1300px) {
	.container {
		width: 1280px;
	}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1024px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}
}
.container {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}
@media all and (min-width: 480px) {
.container {
		padding-left: 5px;
		padding-right: 5px;
		width: 470px
}
	}
@media all and (min-width: 768px) {
.container {
		padding-left: 5px;
		padding-right: 5px;
		width: 758px
}
	}
@media all and (min-width: 1024px) {
.container {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%
}
	}
@media all and (min-width: 1280px) {
.container {
		padding-left: 15px;
		padding-right: 15px;
		width: 1280px
}
	}
.container-fluid {
	padding-left: 10px;
	padding-right: 10px;
}
@media all and (min-width: 480px) {
.container-fluid {
		padding-left: 5px;
		padding-right: 5px
}
	}
@media all and (min-width: 1024px) {
.container-fluid {
		padding-left: 10px;
		padding-right: 10px
}
	}
@media all and (min-width: 1280px) {
.container-fluid {
		padding-left: 15px;
		padding-right: 15px
}
	}
.row {
	margin-left: -5px;
	margin-right: -5px;
}
@media all and (min-width: 1024px) {
.row {
		margin-left: -10px;
		margin-right: -10px
}
	}
@media all and (min-width: 1280px) {
.row {
		margin-left: -15px;
		margin-right: -15px
}
	}
[class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
@media all and (min-width: 1024px) {
[class^="col-"] {
		padding-left: 10px;
		padding-right: 10px
}
	}
@media all and (min-width: 1280px) {
[class^="col-"] {
		padding-left: 15px;
		padding-right: 15px
}
	}
.form-input-wrapper,
.form-postcode-input-wrapper {
	margin-bottom: 24px;
}
@media all and (min-width: 1024px) {
.form-input-wrapper--with-padding.form-input-wrapper--with-padding {
		padding-left: 12px;
		padding-right: 12px
}
	}
@media all and (min-width: 1024px) {
.form-input-wrapper--with-padding.form-input-wrapper--with-padding:first-child {
		padding-right: 12px
}
	}
@media all and (min-width: 1024px) {
.form-input-wrapper--with-padding.form-input-wrapper--with-padding:last-child {
		padding-left: 12px
}
	}
@media all and (min-width: 1024px) {
.form-postcode-input-wrapper.form-input-wrapper--with-padding.form-input-wrapper--with-padding {
		padding-right: 16px
}
	}
@media all and (min-width: 1024px) {
.form-input-wrapper.form-input-wrapper--half-wide.form-input-wrapper--half-wide {
		padding-right: 12px
}
	}
.form-input-wrapper.form-input-wrapper--small-margin-bottom {
	margin-bottom: 8px;
}
.form-input {
	border: 1px solid #00aeef;
	border-radius: 6px;
	color: #003768;
	font-family: inherit;
	font-size: 16px;
	height: 40px;
	line-height: 22px;
	padding: 9px 16px;
	width: 100%;
}
.form-input--error {
	border: 1px solid #ee5815;
}
.form-input:focus {
	border: 1px solid #003768;
}
.form-input::-webkit-input-placeholder {
	color: rgba(0, 55, 104, 0.5);
}
.form-input:-ms-input-placeholder {
	color: rgba(0, 55, 104, 0.5);
}
.form-input::-ms-input-placeholder {
	color: rgba(0, 55, 104, 0.5);
}
.form-input::placeholder {
	color: rgba(0, 55, 104, 0.5);
}
.form-input-fix-wrapper {
	display: flex;
}
.form-input-fix {
	align-self: center;
	color: rgba(0, 55, 104, 0.7);
	display: flex;
	flex-shrink: 0;
	font-size: 16px;
	line-height: 22px;
}
.form-input-fix svg {
	color: #00aeef;
	height: 24px;
	width: 24px;
}
.form-input-fix.form-input-fix--icon {
	padding-left: 7px;
	position: absolute;
}
.form-input-fix.form-input-fix--icon + .form-input {
	padding-left: 47px;
}
.form-input-fix.form-input-fix--pre {
	margin-right: 8px;
}
.form-input-fix.form-input-fix--suff {
	margin-left: 8px;
}
.form-input--error {
	border: solid 1px #ee5815;
}
.form-input__info {
	color: rgba(0, 55, 104, 0.7);
	font-size: 14px;
	line-height: 20px;
	margin-top: 4px;
}
.form-radio {
	align-items: center;
	display: inline-flex;
}
.form-radio:not(:last-child) {
	margin-right: 40px;
}
.form-radio__input {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: 1px solid #00aeef;
	border-radius: 24px;
	cursor: pointer;
	display: inline-flex;
	height: 24px;
	position: relative;
	width: 24px;
}
.form-radio__input:checked {
	background-clip: content-box;
	background-color: #00aeef;
	border: 2px solid #00aeef;
	padding: 3px;
}
.form-radio__input--error {
	border: 1px solid #ee5815;
}
.form-radio__label {
	font-size: 16px;
	line-height: 22px;
	margin-left: 16px;
}
.form-radio__label.form-radio__label--cm01 {
	font-size: 14px;
	font-weight: 700;
	line-hegiht: 20px;
	margin-left: 8px;
}
.form-radio.form-radio--with-gray-box .form-radio__input.form-radio__input:checked::after {
	background-color: #f9f9f9;
	border-left: 1px solid rgba(0, 55, 104, 0.2);
	border-top: 1px solid rgba(0, 55, 104, 0.2);
	content: "";
	height: 16px;
	left: 2px;
	position: absolute;
	top: 29.5px;
	transform: rotate(45deg);
	width: 16px;
}
.form-checkbox-wrapper {
	margin-bottom: 16px;
}
@media all and (max-width: 767px) {
.form-checkbox-wrapper--mobile-margin {
		margin-bottom: 8px
}
	}
.form-checkbox {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: 1px solid #00aeef;
	border-radius: 4px;
	cursor: pointer;
	height: 24px;
	margin-right: 16px;
	min-height: 24px;
	min-width: 24px;
	vertical-align: middle;
	width: 24px;
}
.form-checkbox:checked {
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='%2300aeef' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z'/%3E %3C/svg%3E");
	background-position: top 0 right 0;
	background-repeat: no-repeat, repeat;
	background-size: 24px 24px;
}
.form-checkbox:disabled {
	filter: grayscale(1);
}
.form-checkbox:invalid {
	box-shadow: none;
}
.form-checkbox--error {
	border: 1px solid #ee5815;
}
.btn {
	align-items: center;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: none;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 16px;
	font-weight: bold;
	justify-content: center;
	line-height: 24px;
	min-width: 186px;
	padding: 9px 18px 8px;
	text-align: center;
	text-decoration: none;
	transition: background .3s ease, color .3s ease;
}
.btn:disabled {
		cursor: not-allowed;
		opacity: .5;
	}
.btn--large {
	padding: 12px 24px;
}
.btn svg {
	height: 24px;
	min-height: 24px;
	min-width: 24px;
	width: 24px;
}
.btn .btn__icon-left {
	margin-right: 16px;
	transition: transform .5s;
	vertical-align: text-top;
}
.btn .btn__icon-right {
	margin-left: 16px;
	transition: transform .5s;
	vertical-align: text-top;
}
.btn__icon-left.btn__icon-reverse {
	transform: rotate(180deg);
}
.btn--arrow-left:not(:disabled):hover .btn__icon-left,
.btn--arrow-left:not(:disabled):active .btn__icon-left {
	transform: translate(-5px, 0);
}
.btn--arrow-left:not(:disabled):hover .btn__icon-left.btn__icon-reverse,
.btn--arrow-left:not(:disabled):active .btn__icon-left.btn__icon-reverse {
	transform: translate(-5px, 0) rotate(180deg);
}
.btn--arrow-right:not(:disabled):hover .btn__icon-right,
.btn--arrow-right:not(:disabled):active .btn__icon-right,
.btn--arrow-right.is-active:not(:disabled) .btn__icon-right,
.btn--arrow-right.is-active:not(:disabled):hover .btn__icon-right,
.btn--arrow-right.is-active:not(:disabled):active .btn__icon-right {
	transform: translate(5px, 0);
}
/* BUTTON PRIMARY */
.btn--primary {
	background: #fa6d16;
}
.btn--primary:not(:disabled):hover,
.btn-event-trigger:hover .btn--primary:not(:disabled) {
	background: #d85505;
}
.btn--primary:not(:disabled):active,
.btn-event-trigger:active .btn--primary:not(:disabled) {
	background: #d85505;
}
/* BUTTON PRIMARY */
/* BUTTON SECONDARY */
.btn--secondary {
	background: #00aeef;
}
.btn--secondary:not(:disabled):hover,
.btn-event-trigger:hover .btn--secondary:not(:disabled) {
	background: #0089bc;
}
.btn--secondary:not(:disabled):active,
.btn-event-trigger:active .btn--secondary:not(:disabled) {
	background: #0089bc;
}
/* BUTTON SECONDARY */
/* BUTTON TRANSPARENT */
.btn--transparent {
	background: transparent;
	border: 1px solid #3498db;
	color: #3498db;
}
.btn--transparent:not(:disabled):hover,
.btn-event-trigger:hover .btn--transparent:not(:disabled) {
	background: #fff;
}
.btn--transparent:not(:disabled):active,
.btn-event-trigger:active .btn--transparent:not(:disabled) {
	background: #1b73c8;
	color: #fff;
}
.btn--transparent svg {
	fill: rgba(52, 152, 219, .5);
}
.btn--transparent:active svg,
.btn-event-trigger:active .btn--transparent:active svg {
	fill: rgba(255, 255, 255, .5);
}
/* BUTTON TRANSPARENT */
/* BUTTON WHITE */
.btn--white {
	background: #fff;
	border: 1px solid #3498db;
	color: #3498db;
}
.btn--white:not(:disabled):hover,
.btn--white.is-active:not(:disabled),
.btn--white.is-active:not(:disabled):hover,
.btn-event-trigger:hover .btn--white:not(:disabled) {
	background: #3498db;
	color: #fff;
}
.btn--white:not(:disabled):active,
.btn--white.is-active:not(:disabled):active,
.btn-event-trigger:active .btn--white:not(:disabled) {
	background: #1b73c8;
	color: #fff;
}
.btn--white svg {
	fill: rgba(52, 152, 219, .5);
}
.btn--white:not(:disabled):hover svg,
.btn--white.is-active:not(:disabled):hover svg,
.btn-event-trigger:hover .btn--white:not(:disabled) svg {
	fill: rgba(255, 255, 255, .5);
}
/* BUTTON WHITE */
.btn-close {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	float: right;
	font-size: 0;
	height: 12px;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	width: 12px;
}
.btn-close::before,
	.btn-close::after {
		border: 1px solid #f0c417;
		content: '';
		display: block;
		height: 0;
		left: 0;
		position: absolute;
		top: 5px;
		width: 12px;
	}
.btn-close::before {
		transform: rotate(-45deg);
	}
.btn-close::after {
		transform: rotate(45deg);
	}
/* BUTTON KH WHITE */
.btn--kh-white {
	background: #fff;
	border: 1px solid #00aeef;
	color: #00aeef;
	font-size: 16px;
	line-height: 22px;
	text-transform: lowercase;
}
.btn--kh-white svg {
		color: #00aeef;
	}
.btn--kh-white:not(:disabled):hover {
	background: #00aeef;
	color: #fff;
}
.btn--kh-white:not(:disabled):hover svg {
		color: #fff;
	}
a.link {
	color: #3498db;
	text-decoration: underline;
}
a.link:hover {
		color: #003768;
	}
a.link:active {
		color: #1b73c8;
	}
.loader {
	background: rgba(54, 54, 54, 0.3);
	display: block;
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	transform: translate(50%);
	width: 200%;
	z-index: 100;
}
.loader__content {
	margin-top: calc(50vh - 120px);
}
.loader__folding {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
	transform: rotateZ(45deg);
}
.loader__cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
}
.loader__cube::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	animation: loader-foldCubeAngle 2.4s infinite linear both;
	transform-origin: 100% 100%;
}
@media all and (min-width: 1024px) {
.loader__cube::before {
		background-color: #333
}
	}
.loader__cube--cube2 {
	transform: scale(1.1) rotateZ(90deg);
}
.loader__cube--cube2::before {
		animation-delay: .3s;
	}
.loader__cube--cube3 {
	transform: scale(1.1) rotateZ(180deg);
}
.loader__cube--cube3::before {
		animation-delay: 0.6s;
	}
.loader__cube--cube4 {
	transform: scale(1.1) rotateZ(270deg);
}
.loader__cube--cube4::before {
		animation-delay: 0.9s;
	}
@keyframes loader-foldCubeAngle {
	0%,
	10% {
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}
.loader__text {
	color: #fff;
	font-weight: 700;
	text-align: center;
}
@media all and (min-width: 1024px) {
.loader__text {
		color: #333
}
	}
.search-box {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
}
@media all and (min-width: 768px) {
.search-box {
		flex-direction: row
}
	}
.search-box__col {
	position: relative;
}
.search-box__col:first-child {
	flex-grow: 1;
	margin: 0 0 10px;
}
@media all and (min-width: 768px) {
.search-box__col:first-child {
		margin: 0
}
	}
.search-box .search-box__input {
	height: 55px;
}
.search-box .search-box__input::-ms-clear {
	display: none;
}
.search-box__list {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0
1px
8px
0
rgba(0, 0, 0, .3);
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: calc(100% + 3px);
	width: 100%;
	z-index: 10;
}
.search-box__item {
	cursor: pointer;
	padding: 12px;
}
.search-box__item:hover {
	background-color: #3498db;
	color: #fff;
}
.search-box__spinner {
	height: 38px;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translate(0,-50%);
	width: 38px;
}
@media all and (min-width: 768px) {
.search-box__spinner {
		right: 10px
}
	}
.search-box__reset {
	cursor: pointer;
	height: 24px;
	position: absolute;
	right: 45px;
	top: 50%;
	transform: translate(0,-50%);
	width: 24px;
}
@media all and (min-width: 768px) {
.search-box__reset {
		right: 10px
}
	}
.search-box__reset::before {
	background-color: #3498db;
	content: '';
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	width: 18px;
}
.search-box__reset::after {
	background-color: #3498db;
	content: '';
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
	width: 18px;
}
.search-box__button {
	font-size: 16px;
	font-weight: 700;
	height: 55px;
	line-height: 22px;
	text-transform: none;
}
@media all and (max-width: 767px) {
.search-box__button {
		width: 100%
}
	}
@media all and (min-width: 768px) {
.search-box__button {
		margin: 0 0 0 10px
}
	}
@media all and (min-width: 768px) {
.search-box__button svg {
		margin-left: 16px
}
	}
.search-box .form-input:focus {
	border: 1px solid #00aeef;
}
b,
strong {
	font-weight: 700;
}
i {
	font-style: italic;
}
.multiselect {
	border-radius: 6px;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
	box-sizing: content-box;
	color: #35495e;
	display: block;
	min-height: 44px;
	position: relative;
	text-align: left;
	width: 100%;
}
.multiselect--260 {
	min-width: 260px;
}
.multiselect * {
	box-sizing: border-box;
}
.multiselect:focus {
	box-shadow: 0 1px 8px 0 #3498db;
	outline: none;
}
.multiselect--active {
	z-index: 1;
}
fieldset[disabled] .multiselect {
	pointer-events: none;
}
.multiselect__spinner {
	background: #fff;
	display: block;
	height: 35px;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 48px;
}
.multiselect__spinner::after,
.multiselect__spinner::before {
	border-color: #41b883 transparent transparent;
	border-radius: 100%;
	border-style: solid;
	border-width: 2px;
	box-shadow: 0 0 0 1px transparent;
	content: "";
	height: 16px;
	left: 50%;
	margin: -8px 0 0 -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}
.multiselect__spinner::before {
	animation: a 2.4s cubic-bezier(.41, .26, .2, .62);
	animation-iteration-count: infinite;
}
.multiselect__spinner::after {
	animation: a 2.4s cubic-bezier(.51, .09, .21, .8);
	animation-iteration-count: infinite;
}
.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
	opacity: 1;
	transition: opacity .4s ease-in-out;
}
.multiselect__loading-enter,
.multiselect__loading-leave-active {
	opacity: 0;
}
.multiselect,
.multiselect__input,
.multiselect__single {
	font-family: inherit;
	font-size: 14px;
	touch-action: manipulation;
}
.multiselect--active .multiselect__select {
	transform: rotate(180deg);
}
.multiselect__input,
.multiselect__single {
	background: #fff;
	border: none;
	border-radius: 6px;
	box-sizing: border-box;
	display: inline-block;
	line-height: 20px;
	margin-bottom: 8px;
	min-height: 20px;
	padding: 0 0 0 5px;
	position: relative;
	transition: border .1s ease;
	vertical-align: top;
	width: 100%;
}
.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
	width: auto;
}
.multiselect__input:hover,
.multiselect__single:hover {
	border-color: #cfcfcf;
}
.multiselect__input:focus,
.multiselect__single:focus {
	border-color: #a8a8a8;
	outline: none;
}
.multiselect__single {
	margin-bottom: 0;
	padding-left: 12px;
}
.multiselect__tags {
	align-items: center;
	background: #fff;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	min-height: 44px;
	padding: 0 40px 0 0;
}
.multiselect__tags-wrap {
	display: inline;
}
.multiselect__tag {
	background: #41b883;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	line-height: 1;
	margin-bottom: 5px;
	margin-right: 10px;
	max-width: 100%;
	overflow: hidden;
	padding: 4px 26px 4px 10px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.multiselect__tag-icon {
	border-radius: 6px;
	bottom: 0;
	cursor: pointer;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	margin-left: 7px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: all .2s ease;
	width: 22px;
}
.multiselect__tag-icon::after {
	color: #266d4d;
	content: "\D7";
	font-size: 14px;
}
.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
	background-color: #3498db;
}
.multiselect__tag-icon:focus::after,
.multiselect__tag-icon:hover::after {
	color: #fff;
}
.multiselect__current {
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	min-height: 40px;
	overflow: hidden;
	padding: 8px 12px 0 30px;
	white-space: nowrap;
}
.multiselect__current,
.multiselect__select {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	line-height: 16px;
	margin: 0;
	text-decoration: none;
}
.multiselect__select {
	height: 38px;
	padding: 4px 8px;
	position: absolute;
	right: 1px;
	text-align: center;
	top: 3px;
	transition: transform .2s ease;
	width: 40px;
}
.multiselect__select::before {
	border-left: solid 2px #3498db;
	border-top: solid 2px #3498db;
	content: "";
	display: block;
	height: 10px;
	margin-top: -2px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0,-50%) rotate(-135deg);
	width: 10px;
}
.multiselect__placeholder {
	color: #adadad;
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 2px;
}
.multiselect--active .multiselect__placeholder {
	display: none;
}
.multiselect__content-wrapper {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .3);
	display: block;
	max-height: 240px;
	overflow: auto;
	overflow-scrolling: touch;
	position: absolute;
	top: 45px;
	width: 100%;
	z-index: 1;
}
.multiselect__content {
	display: inline-block;
	list-style: none;
	margin: 0;
	min-width: 100%;
	padding: 0;
	vertical-align: top;
}
.multiselect--above .multiselect__content-wrapper {
	bottom: 100%;
	top: auto;
}
.multiselect__content::webkit-scrollbar {
	display: none;
}
.multiselect__element {
	display: block;
}
.multiselect__option {
	cursor: pointer;
	display: block;
	line-height: 16px;
	min-height: 40px;
	padding: 12px;
	position: relative;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	white-space: nowrap;
}
.multiselect__option::after {
	line-height: 40px;
	padding-left: 20px;
	padding-right: 12px;
	position: absolute;
	right: 0;
	top: 0;
}
.multiselect__option--highlight {
	background: #3498db;
	color: #fff;
	outline: none;
}
.multiselect__option--highlight::after {
	background: #fff;
	color: #fff;
	content: attr(data-select);
}
.multiselect__option--selected {
	background: #3498db;
	color: #35495e;
}
.multiselect__option--selected::after {
	color: silver;
	content: attr(data-selected);
}
.multiselect__option--selected.multiselect__option--highlight {
	background: #3498db;
	color: #fff;
}
.multiselect__option--selected.multiselect__option--highlight::after {
	background: #3498db;
	color: #fff;
	content: attr(data-deselect);
}
.multiselect--disabled {
	background: #ededed;
	opacity: .6;
	pointer-events: none;
}
.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select,
.multiselect__option--disabled {
	background: #ededed;
	color: #a6a6a6;
}
.multiselect__option--disabled {
	cursor: text;
	pointer-events: none;
}
.multiselect__option--disabled.multiselect__option--highlight {
	background: #dedede;
}
.multiselect-enter-active,
.multiselect-leave-active {
	transition: all .15s ease;
}
.multiselect-enter,
.multiselect-leave-active {
	opacity: 0;
}
.multiselect__strong {
	display: inline-block;
	line-height: 20px;
	margin-bottom: 8px;
	vertical-align: top;
}
[dir=rtl] .multiselect {
	text-align: right;
}
[dir=rtl] .multiselect__select {
	left: 1px;
	right: auto;
}
[dir=rtl] .multiselect__tags {
	padding: 8px 8px 0 40px;
}
[dir=rtl] .multiselect__content {
	text-align: right;
}
[dir=rtl] .multiselect__option::after {
	left: 0;
	right: auto;
}
[dir=rtl] .multiselect__clear {
	left: 12px;
	right: auto;
}
[dir=rtl] .multiselect__spinner {
	left: 1px;
	right: auto;
}
@keyframes a {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(720deg);
	}
}
.hea01-header-search {
	opacity: 0;
	position: absolute;
	top: 70px;
	visibility: hidden;
	width: 100%;
	z-index: 10;
}
@media all and (min-width: 768px) {
.hea01-header-search {
		top: 90px
}
	}
.hea01-header-search.is-open {
		opacity: 1;
		visibility: visible;
	}
@media all and (min-width: 1024px) {
.hea01-header-search .container {
		width: 950px
}
	}
@media all and (min-width: 1280px) {
.hea01-header-search .container {
		width: 1140px
}
	}
.hea01-header-search-container {
	background: #e6f7fe;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 25px 50px 0 rgba(0, 55, 104, 0.25);
	max-width: 752px;
	padding: 16px 24px;
	position: relative;
	width: 100%;
}
@media all and (max-width: 767px) {
.hea01-header-search-container {
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		width: calc(100% - 20px)
}
	}
@media all and (min-width: 768px) {
.hea01-header-search-container {
		float: right
}
	}
.hea01-header-search-container .search-box__col {
	margin: 0;
	position: static;
}
@media all and (min-width: 768px) {
.hea01-header-search-container .search-box__col {
		position: relative
}
	}
.hea01-header-search__input {
	background-color: #fff;
	border: none;
	border-radius: 6px;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .1);
	color: #7f8c8d;
	display: inline-block;
	font-size: 18px;
	height: 55px;
	line-height: 30px;
	margin-right: 10px;
	padding: 5px 18px;
	width: calc(100% - 240px);
	z-index: 10;
}
@media all and (min-width: 1024px) {
.hea01-header-search__input {
		width: calc(100% - 196px)
}
	}
@media all and (max-width: 767px) {
.hea01-header-search .search-box__spinner {
		top: 43%
}
	}
.hea01-header-search__close-button {
	display: none;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
.hea01-header-search__close-button {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		background: none;
		border: none;
		display: block;
		font-size: 0;
		height: 55px;
		position: absolute;
		right: 20px;
		top: 20px;
		width: 24px
}
	}
@media all and (min-width: 1024px) {
.hea01-header-search__close-button {
		display: none
}
	}
@media all and (min-width: 768px) and (max-width: 1023px) {
.hea01-header-search__close-button::before,
.hea01-header-search__close-button::after {
		background: #7f8c8d;
		content: ' ';
		display: block;
		height: 2px;
		position: absolute;
		top: 25px;
		width: 24px
}
	}
@media all and (min-width: 768px) and (max-width: 1023px) {
.hea01-header-search__close-button::before {
		transform: rotate(45deg)
}
	}
@media all and (min-width: 768px) and (max-width: 1023px) {
.hea01-header-search__close-button::after {
		transform: rotate(-45deg)
}
	}
.hea01-header-search .search-box {
	position: relative;
}
.hea01-header-search .search-box__input {
	box-shadow: none;
}
@media all and (max-width: 767px) {
.hea01-header-search .search-box__input {
		height: 44px;
		padding-right: 54px
}
	}
.hea01-header-search .search-box__button {
	background-color: #00aeef;
}
@media all and (max-width: 767px) {
.hea01-header-search .search-box__button {
		border-radius: 0 5px 5px 0;
		font-size: 0;
		height: 44px;
		min-width: 0;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 40px
}
	}
@media all and (min-width: 768px) {
.hea01-header-search .search-box__button {
		margin: 0 40px 0 10px
}
	}
@media all and (min-width: 1024px) {
.hea01-header-search .search-box__button {
		margin-right: 0
}
	}
.hea01-header-search .search-box__button svg {
	fill: #fff;
	vertical-align: middle;
}
.hea01-header-topmenu {
	background-color: #ecf0f1;
	display: none;
	height: 40px;
}
@media all and (min-width: 768px) {
.hea01-header-topmenu {
		display: block
}

	}
.hea01-header-segments {
	float: left;
	list-style: none;
	position: relative;
	z-index: 200;
}
.hea01-header-segments__segment {
	display: inline-block;
	vertical-align: sub;
}
.hea01-header-segments__segment-link {
	color: #34495e;
	display: inline-block;
	font-weight: 600;
	padding: 8px 15px;
}
.hea01-header-segments__segment-link:hover {
		background-color: #3498db;
		color: #fff;
	}
.hea01-header.la .hea01-header-segments__segment-link.la,
.hea01-header.uz .hea01-header-segments__segment-link.uz {
	background-color: #fff;
	color: #7f8c8d;
	font-weight: 400;
}
.hea01-header-tools {
	float: right;
	list-style: none;
	position: relative;
	z-index: 200;
}
.hea01-header-tools__item {
	color: #34495e;
	display: inline-block;
	font-weight: 600;
	margin-right: 40px;
}
.hea01-header-tools__item:last-of-type {
		margin-right: 0;
	}
.hea01-header-tools__item-link {
	display: inline-block;
	padding: 8px 0;
	vertical-align: middle;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
.hea01-header-tools__item-link {
		border-bottom: solid 1px rgba(0,55,104,.2);
		padding: 16px;
		width: 100%
}
	}
.hea01-header-tools__item-link:hover {
		color: #3498db;
	}
.hea01-header-tools__item-link:hover svg {
		fill: #3498db;
	}
.hea01-header-tools__item-link + .hea01-header-tools__item-link {
	margin-left: 15px;
}
.hea01-header-tools__item-link svg,
.hea01-header-tools__item-link img {
	fill: #7f8c8d;
	float: left;
	height: 20px;
	margin-right: 10px;
	vertical-align: sub;
	width: 20px;
}
.hea01-header-mainmenu__segments {
	background: #e3e9ea;
	font-size: 200px;
	height: 65px;
}
@media all and (min-width: 768px) {
.hea01-header-mainmenu__segments {
		display: none
}
	}
.hea01-header-mainmenu__segments .multiselect {
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.hea01-header-mainmenu__segments .typo__label {
	float: left;
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.hea01-header-mainmenu__segments .multiselect__select {
	border: 1px solid #3498db;
	border-radius: 6px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.hea01-header-mainmenu__segments .multiselect__select::before {
	right: 14px;
	top: 45%;
	transition: all ease .3s;
}
.hea01-header-mainmenu__segments .multiselect--active .multiselect__select {
	background: #1b73c8;
	transition: all ease .3s;
}
.hea01-header-mainmenu__segments .multiselect--active .multiselect__select::before {
	border-bottom: solid 2px #fff;
	border-left: transparent;
	border-right: solid 2px #fff;
	border-top: transparent;
	top: 59%;
}
.hea01-header-mainmenu__segments .multiselect__tags {
	background: transparent;
}
.hea01-header-mainmenu__segments .multiselect__single {
	background: transparent;
	font-size: inherit;
	line-height: inherit;
	padding: 20px;
}
.hea01-header-mainmenu__segments .multiselect__content-wrapper {
	background: #f8f8f8;
	left: 12px;
	max-width: 265px;
	overflow: visible;
	top: 52px;
}
.hea01-header-mainmenu__segments .multiselect__content-wrapper::after {
		border-color: transparent transparent #f8f8f8 transparent;
		border-style: solid;
		border-width: 0 7px 7px 7px;
		content: ' ';
		height: 9px;
		position: absolute;
		right: 15px;
		top: -7px;
		z-index: -1;
	}
.hea01-header-mainmenu__segments .multiselect__content {
	border-radius: 6px;
	overflow: hidden;
}
.hea01-header-mainmenu__segments .multiselect__element {
	border-bottom: 1px solid rgba(127, 140, 141, 0.4);
	color: #003768;
}
.hea01-header-mainmenu__segments .multiselect__option {
	padding: 25px 19px;
}
.hea01-header-mainmenu__segments .multiselect__option--highlight {
	background: #f8f8f8;
	color: #003768;
}
.hea01-header-mainmenu__segments .multiselect__option--highlight::before {
		border: solid green;
		border-width: 0 2px 2px 0;
		content: '';
		display: block;
		height: 12px;
		position: absolute;
		right: 19px;
		transform: rotate(45deg);
		width: 7px;
	}
.hea01-header-mainmenu__segments .multiselect__option--selected {
	background: #f0c417;
	color: inherit;
	position: relative;
}
.hea01-header-mainmenu__segments .multiselect__option--selected::before {
		border: solid #fff;
		border-width: 0 2px 2px 0;
		content: '';
		display: block;
		height: 12px;
		position: absolute;
		right: 19px;
		transform: rotate(45deg);
		width: 7px;
	}
.hea01-header-mainmenu__menu-toggler {
	background: none;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
}
@media all and (max-width: 767px) {
.hea01-header-mainmenu__menu-toggler {
		align-items: center;
		display: flex;
		float: left;
		height: 56px;
		justify-content: center;
		position: relative;
		text-align: center;
		width: 56px
}
	}
.hea01-header-mainmenu__menu-toggler.has-focus {
		background: #c7eaf7;
	}
.hea01-header-mainmenu__menu-toggler-bar {
	background: #00aeef;
	display: inline-block;
	height: 4px;
	position: relative;
	vertical-align: middle;
	width: 32px;
}
@media all and (min-width: 768px) {
.hea01-header-mainmenu__menu-toggler-bar {
		display: none
}
	}
.hea01-header-mainmenu__menu-toggler-bar::before {
	background: #00aeef;
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	top: -10px;
	width: 32px;
}
.hea01-header-mainmenu__menu-toggler-bar::after {
	background: #00aeef;
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	top: 10px;
	width: 32px;
}
.hea01-header-mainmenu__menu-toggler.has-focus .hea01-header-mainmenu__menu-toggler-bar {
	background: transparent;
}
.hea01-header-mainmenu__menu-toggler.has-focus .hea01-header-mainmenu__menu-toggler-bar::before {
		background: #00aeef;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%) rotate(45deg);
	}
.hea01-header-mainmenu__menu-toggler.has-focus .hea01-header-mainmenu__menu-toggler-bar::after {
		background: #00aeef;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%) rotate(-45deg);
	}
@media all and (max-width: 767px) {
.hea01-header-mainmenu__menu-wrapper {
		background: #e6f7fe;
		border-radius: 6px;
		border-top: 4px solid #00aeef;
		box-shadow: 0 25px 50px 0 rgba(0, 55, 104, 0.25);
		max-height: 0;
		opacity: 0;
		position: absolute;
		right: 0;
		top: 70px;
		visibility: hidden;
		width: 285px;
		z-index: -1
}

		.hea01-header-mainmenu__menu-wrapper.is-open {
			max-height: 50000px;
			opacity: 1;
			visibility: visible;
		}
	}
@media all and (min-width: 768px) {
.hea01-header-mainmenu__menu-wrapper {
		display: flex;
		flex-grow: 1
}
	}
@media all and (min-width: 768px) {
.hea01-header-mainmenu__menu {
		align-items: center;
		display: flex;
		flex-wrap: nowrap
}
	}
.hea01-header-mainmenu__menuitem {
	flex-shrink: 0;
	position: relative;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
.hea01-header-mainmenu__menuitem {
		position: static
}
	}
.hea01-header-mainmenu__menuitem.hea01-header-mainmenu__menuitem--lang {
	display: block;
}
@media all and (min-width: 768px) {
.hea01-header-mainmenu__menuitem.hea01-header-mainmenu__menuitem--lang {
		display: none
}
	}
.hea01-header-mainmenu__menuitem-link {
	border-bottom: 1px solid rgba(0, 55, 104, 0.2);
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	padding: 24px 16px;
	position: relative;
}
@media all and (min-width: 768px) {
.hea01-header-mainmenu__menuitem-link {
		border: none;
		font-weight: normal;
		margin: 0 10px;
		padding: 10px 0;
		position: relative;
		vertical-align: middle
}
	}
@media all and (min-width: 1024px) {
.hea01-header-mainmenu__menuitem-link {
		margin: 0 20px
}
	}
.hea01-header-mainmenu__menuitem-link:hover {
	color: #00aeef;
}
@media all and (min-width: 768px) {
.hea01-header-mainmenu__menuitem-link::before {
		background-color: #00aeef;
		bottom: -17px;
		content: ' ';
		height: 4px;
		opacity: 0;
		position: absolute;
		transform: scale(0,1);
		transform-origin: center center;
		width: 100%
}
	}
.hea01-header-mainmenu__menuitem-link:hover::before {
	opacity: 1;
	transform: scale(1,1);
}
@media all and (min-width: 768px) {
.hea01-header-mainmenu__menuitem-link::after {
		border-color: transparent transparent #00aeef transparent;
		border-style: solid;
		border-width: 0 7px 7px 7px;
		bottom: -26px;
		content: ' ';
		height: 9px;
		left: 45%;
		max-height: 0;
		opacity: 0;
		position: absolute;
		visibility: hidden;
		z-index: -1
}
	}
@media all and (min-width: 1024px) {
.hea01-header-mainmenu__menuitem-link::after {
		bottom: -8px
}
	}
@media all and (max-width: 767px) {
.hea01-header-mainmenu__menuitem-link.has-megamenu::before {
		border-bottom: 2px solid #003768;
		border-left: transparent;
		border-right: 2px solid #003768;
		border-top: transparent;
		content: ' ';
		height: 12px;
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translate(0,-50%) rotate(45deg);
		width: 12px
}
	}
@media all and (max-width: 767px) {
.hea01-header-mainmenu__menuitem-link.has-megamenu.has-focus::before {
		transform: translate(0,-50%) rotate(225deg)
}
	}
@media all and (min-width: 768px) {
.hea01-header-mainmenu__menuitem-link.has-megamenu.has-focus::before {
		height: 1px;
		opacity: 0;
		transform: scale(0,1);
		transform-origin: bottom center
}
	}
.hea01-header-mainmenu__menuitem-link.is-active::before, .hea01-header-mainmenu__menuitem-link.has-focus::before {
		opacity: 1;
		transform: scale(1, 1);
	}
@media all and (min-width: 768px) {
.hea01-header-mainmenu__menuitem-link.has-focus::after {
			max-height: 100px;
			opacity: 1;
			visibility: visible
	}
		}
@media all and (min-width: 768px) {
.hea01-header-mainmenu__menuitem-link--rightmenu {
		display: none
}
	}
.hea01-header-mainmenu__menuitem-link--rightmenu svg {
	fill: #7f8c8d;
}
@media all and (max-width: 767px) {
.hea01-header-mainmenu__menuitem-link--topmenu {
		color: #7f8c8d;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		text-transform: none
}
	}
@media all and (min-width: 768px) {
.hea01-header-mainmenu__menuitem-link--topmenu {
		display: none
}
	}
.hea01-header-mainmenu__menuitem-link svg,
.hea01-header-mainmenu__menuitem-link img {
	width: 20px;
}
@media all and (max-width: 767px) {
.hea01-header-mainmenu__menuitem-link svg,
.hea01-header-mainmenu__menuitem-link img {
		float: right
}
	}
.hea01-header-mainmenu__menuitem-link-more {
	display: inline-block;
	font-size: 0;
	margin: 0 10px;
	padding: 10px;
	position: relative;
	text-transform: uppercase;
	vertical-align: middle;
}
.hea01-header-mainmenu__menuitem-link-more.is-open {
		background: #ecf0f1;
		border-radius: 6px;
		height: 44px;
	}
.hea01-header-mainmenu__menuitem-link-more-icon {
	font-size: 0;
}
.hea01-header-mainmenu__right {
	align-items: center;
	display: flex;
}
@media all and (max-width: 767px) {
.hea01-header-mainmenu__right {
		height: 60px;
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translate(0,-50%)
}
	}
@media all and (min-width: 768px) {
.hea01-header-mainmenu__right {
		background: url(/static/assets/img/more-dots.svg) no-repeat center center;
		content: ' ';
		display: inline-block;
		font-size: 0;
		height: 42px;
		margin: 19px 0;
		padding: 8px 8px;
		position: relative;
		width: 44px
}
	}
@media all and (min-width: 1024px) {
.hea01-header-mainmenu__right {
		background: none;
		content: none;
		height: auto;
		padding: 0;
		width: auto
}
	}
.hea01-header-mainmenu__right::after {
	border-color: transparent transparent #00aeef transparent;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	bottom: -30px;
	content: ' ';
	height: 9px;
	left: 30%;
	max-height: 0;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	z-index: -1;
}
.hea01-header-mainmenu__right.has-focus {
	background-color: #ecf0f1;
	border-radius: 6px;
}
.hea01-header-mainmenu__right.has-focus::after {
		max-height: 100px;
		opacity: 1;
		visibility: visible;
	}
.hea01-header-mainmenu__right-list {
	align-items: center;
	display: flex;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
.hea01-header-mainmenu__right-list {
		align-items: stretch;
		background-color: #fff;
		border-radius: 6px;
		border-top: 4px solid #00aeef;
		box-shadow: 0 25px 50px 0 rgba(0, 55, 104, 0.25);
		flex-direction: column;
		font-size: 18px;
		font-weight: 600;
		line-height: 24px;
		max-height: 0;
		opacity: 0;
		position: absolute;
		right: 0;
		top: 69px;
		visibility: hidden;
		width: 200px;
		z-index: 10
}
	}
@media all and (min-width: 768px) and (max-width: 1023px) {
.hea01-header-mainmenu__right-list.is-open {
			max-height: 1000px;
			opacity: 1;
			visibility: visible
	}
		}
.hea01-header-mainmenu__right-list::before {
		content: none;
	}
@media all and (min-width: 768px) {
.hea01-header-mainmenu__right-list::before {
			content: ' '
	}
		}
@media all and (min-width: 768px) {
.hea01-header-mainmenu__right-list::before {
			content: none
	}
		}
@media all and (min-width: 1024px) {
.hea01-header-mainmenu__right-listitem {
		display: flex;
		margin: 0 0 0 24px;
		vertical-align: middle
}
	}
.hea01-header-mainmenu__right-listitem--mobile-hidden {
	display: none;
}
@media all and (min-width: 1024px) {
.hea01-header-mainmenu__right-listitem--mobile-hidden {
		display: flex
}
	}
.hea01-header-mainmenu__right-link {
	font-size: 18px;
	line-height: 26px;
	padding: 10px 0;
}
.hea01-header-mainmenu__right-link:hover {
	color: #00aeef;
}
.hea01-header-mainmenu__menuitem.hea01-header-mainmenu__menuitem--lang .hea01-header-mainmenu__right-link {
	display: block;
	font-weight: bold;
	padding: 12px 16px;
	text-align: right;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
.hea01-header-mainmenu__right-listitem svg {
		margin-right: 10px;
		vertical-align: top
}
	}
.hea01-header-mainmenu__search {
	background: transparent;
	border: none;
	border-radius: 6px;
	color: #00aeef;
	cursor: pointer;
	position: relative;
}
@media all and (max-width: 767px) {
.hea01-header-mainmenu__search {
		display: inline-block;
		font-size: 0;
		height: 60px;
		padding: 14px 19px;
		width: 60px
}
	}
@media all and (min-width: 768px) and (max-width: 1023px) {
.hea01-header-mainmenu__search {
		color: #003768;
		display: block;
		font-family: inherit;
		font-size: 16px;
		font-weight: 600;
		line-height: 28px;
		padding: 16px;
		text-align: left;
		text-transform: none;
		width: 100%
}
	}
@media all and (min-width: 1024px) {
.hea01-header-mainmenu__search {
		align-items: center;
		border: none;
		display: flex;
		flex-direction: row;
		font-size: 0;
		height: 42px;
		justify-content: center;
		padding: 5px;
		position: relative;
		width: 44px
}

		.hea01-header-mainmenu__search:hover {
			background: #c7eaf7;
		}
	}
.hea01-header-mainmenu__search::before,
.hea01-header-mainmenu__search::after {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
}
.hea01-header-mainmenu__search::before {
	background: #00aeef;
	content: ' ';
	display: block;
	height: 4px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%) rotate(0deg);
	width: 32px;
}
.hea01-header-mainmenu__search::after {
	background: #00aeef;
	content: ' ';
	display: block;
	height: 4px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%) rotate(0deg);
	width: 32px;
}
.hea01-header-mainmenu__search.has-focus {
	background: #c7eaf7;
}
@media all and (max-width: 767px) {
.hea01-header-mainmenu__search.has-focus::before,
	.hea01-header-mainmenu__search.has-focus::after {
			max-height: 100px;
			opacity: 1;
			visibility: visible
	}
		}
@media all and (min-width: 1024px) {
.hea01-header-mainmenu__search.has-focus::before,
	.hea01-header-mainmenu__search.has-focus::after {
			max-height: 100px;
			opacity: 1;
			visibility: visible
	}
		}
.hea01-header-mainmenu__search.has-focus::before {
		transform: translate(-50%,-50%) rotate(45deg);
	}
.hea01-header-mainmenu__search.has-focus::after {
		transform: translate(-50%,-50%) rotate(-45deg);
	}
.hea01-header-mainmenu__search svg {
	height: 24px;
	vertical-align: middle;
	width: 24px;
}
@media all and (max-width: 767px) {
.hea01-header-mainmenu__search svg {
		margin-top: 0;
		max-height: 100px;
		opacity: 1;
		visibility: visible
}
	}
@media all and (min-width: 768px) {
.hea01-header-mainmenu__search:hover svg {
		fill: #fff
}
	}
@media all and (max-width: 767px) {
.hea01-header-mainmenu__search.has-focus svg {
		margin-top: 10px;
		max-height: 0;
		opacity: 0;
		visibility: hidden
}
	}
@media all and (min-width: 1024px) {
.hea01-header-mainmenu__search.has-focus svg {
		opacity: 0
}
	}
.hea01-header-mainmenu__search--disabled {
	pointer-events: none;
}
.hea01-header-mainmenu__search--disabled svg {
		fill: #717171;
		opacity: 0.3;
	}
.hea01-header-megamenu {
	background: #fff;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
}
@media all and (min-width: 768px) {
.hea01-header-megamenu {
		background-color: #e6f7fe;
		border-radius: 6px;
		border-top: 4px solid #00aeef;
		box-shadow: 0 25px 50px 0 rgba(0, 55, 104, 0.25);
		display: flex;
		left: 20%;
		max-width: 728px;
		overflow: hidden;
		position: absolute;
		right: 10%;
		top: 89px;
		width: 364px;
		z-index: 10
}
	}
@media all and (min-width: 1024px) {
.hea01-header-megamenu {
		left: 0;
		top: 54px
}
	}
@media all and (min-width: 768px) and (max-width: 1023px) {
.hea01-header-mainmenu__menuitem:nth-child(n+4) .hea01-header-megamenu {
		left: auto;
		right: 10%
}
	}
@media all and (min-width: 1024px) {
.hea01-header-mainmenu__menuitem:nth-child(n+4) .hea01-header-megamenu {
		left: auto;
		right: 0
}
	}
@media all and (min-width: 768px) and (max-width: 1023px) {
.hea01-header-mainmenu__menuitem:nth-child(n+4) .hea01-header-megamenu.has-rightside {
			left: 50%;
			transform: translateX(-50%)
	}
		}
@media all and (min-width: 1024px) {
.hea01-header-mainmenu__menuitem:nth-child(n+4) .hea01-header-megamenu.has-rightside {
			left: auto;
			right: -100%
	}
		}
.hea01-header-megamenu.is-open {
	max-height: 1000px;
	opacity: 1;
	visibility: visible;
}
@media all and (max-width: 767px) {
.hea01-header-megamenu.is-open {
		border-bottom: 1px solid rgba(127, 140, 141, 0.4)
}
	}
@media all and (min-width: 768px) {
.hea01-header-megamenu.has-rightside {
		left: 50%;
		transform: translateX(-50%);
		width: 728px
}
	}
@media all and (min-width: 1024px) {
.hea01-header-megamenu.has-rightside {
		left: 0;
		transform: none
}
	}
@media all and (min-width: 768px) {
.hea01-header-megamenu-leftside,
.hea01-header-megamenu-rightside {
		display: inline-block;
		width: 364px
}
	}
.hea01-header-megamenu__menuitem {
	list-style: none;
	position: relative;
}
.hea01-header-megamenu__menuitem-link {
	border-bottom: solid 1px rgba(0,55,104,.2);
	color: #003768;
	display: block;
	font-size: 18px;
	line-height: 26px;
	padding: 16px 36px 16px 16px;
	width: 100%;
}
@media all and (min-width: 768px) {
.hea01-header-megamenu__menuitem-link {
		border: none;
		padding: 8px 40px
}
	}
.hea01-header-megamenu__menuitem-link:hover {
		color: #3498db;
	}
.hea01-header-megamenu__menuitem-link::before {
	border-bottom: transparent;
	border-left: transparent;
	border-right: 2px solid #003768;
	border-top: 2px solid #003768;
	content: ' ';
	height: 12px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translate(0,-50%) rotate(45deg);
	width: 12px;
}
@media all and (min-width: 768px) {
.hea01-header-megamenu__menuitem-link::before {
		height: 6px;
		left: 19px;
		right: auto;
		top: 20px;
		width: 6px
}
	}
.hea01-header-megamenu__menuitem-link--highlighted {
	background-color: #99dff9;
	font-weight: 700;
}
@media all and (min-width: 768px) {
.hea01-header-megamenu__menuitem-link--highlighted {
		margin-bottom: 15px;
		padding: 24px 40px
}
	}
@media all and (min-width: 768px) {
.hea01-header-megamenu__menuitem-link--highlighted::before {
			top: 36px
	}
		}
.hea01-header-megamenu__menuitem-link--highlighted:hover::after {
		background-color: transparent;
	}
.hea01-header-megamenu__menuitem-link--more {
	color: rgba(0, 55, 104, 0.8);
	display: block;
	font-size: 16px;
	padding-left: 22px;
}
@media all and (min-width: 768px) {
.hea01-header-megamenu__menuitem-link--more {
		padding: 17px 16px 32px 16px
}

	}
.hea01-header-megamenu__menuitem-link--more::before {
		content: none;
	}
.hea01-header-megamenu__menuitem-link--more::after {
		border-bottom: transparent;
		border-left: transparent;
		border-right: 2px solid #3498db;
		border-top: 2px solid #3498db;
		content: ' ';
		display: inline-block;
		height: 6px;
		margin: 0 0 1px 4px;
		opacity: 0;
		transform: rotate(45deg);
		visibility: hidden;
		width: 6px;
	}
.hea01-header-megamenu__menuitem-link--more:hover {
		color: #3498db;
	}
.hea01-header-megamenu__menuitem-link--more:hover::after {
		margin: 0 0 1px 9px;
		opacity: 1;
		visibility: visible;
	}
.hea01-header-megamenu-rightside {
	background-color: #fff;
	border-left: 1px solid rgba(127, 140, 141, 0.4);
	display: none;
}
.hea01-header-megamenu-rightside--yellow {
		background-color: #f0c417;
		border-left: 1px solid transparent;
	}
.hea01-header-megamenu-rightside.is-open {
	display: block;
}
.hea01-header-megamenu-rightside-content > *:not(.hea01-header-megamenu-rightside-img) {
	margin-left: 24px;
	margin-right: 24px;
}
.hea01-header-megamenu-rightside-img {
	border-radius: 0 5px 0 0;
	height: auto;
	width: 100%;
}
.hea01-header-megamenu-rightside-h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 34px;
}
.hea01-header-megamenu-rightside-img + .hea01-header-megamenu-rightside-h3 {
		margin-top: 5px;
	}
.hea01-header-megamenu-rightside-h4 {
	font-weight: 600;
	margin: 10px 0;
}
.hea01-header-megamenu-rightside-text {
	font-size: 14px;
	line-height: 20px;
	margin-top: 8px;
}
.hea01-header-megamenu-rightside-list {
	margin: 10px 0;
}
.hea01-header-megamenu-rightside-listitem {
	font-size: 14px;
	line-height: 20px;
	list-style: none;
	margin: 0 0 5px;
	padding: 0 0 5px 28px;
	text-indent: -28px;
}
.hea01-header-megamenu-rightside-listitem:last-of-type {
		padding-bottom: 0;
	}
.hea01-header-megamenu-rightside-listitem svg {
	color: #fa6d16;
	height: 24px;
	margin-right: 5px;
	vertical-align: middle;
	width: 24px;
}
.hea01-header-megamenu-rightside--yellow .hea01-header-megamenu-rightside-listitem svg {
	fill: #fff;
}
.hea01-header-megamenu-rightside-button {
	margin: 16px 0 24px;
}
.hea01-header-mainmenu {
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
	height: 72px;
	padding: 0 16px;
	position: relative;
	z-index: 100;
}
@media all and (min-width: 768px) {
.hea01-header-mainmenu {
		height: 80px;
		overflow: visible;
		padding: 0
}
	}
@media all and (max-width: 767px) {
.hea01-header-mainmenu-container {
		padding-left: 0;
		padding-right: 0;
		width: 100%
}
	}
@media all and (min-width: 768px) {
.hea01-header-mainmenu-container {
		display: table
}
	}
.hea01-header-mainmenu-row {
	margin-left: 0;
	margin-right: 0;
}
@media all and (max-width: 767px) {
.hea01-header-mainmenu-row {
		width: 100%
}
	}
@media all and (min-width: 768px) {
.hea01-header-mainmenu-row {
		display: flex;
		height: 80px
}
	}
.hea01-header-mainmenu-overlay {
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}
.hea01-header-mainmenu__logo-container {
	display: flex;
	height: 66px;
	position: relative;
	width: 72px;
}
@media all and (min-width: 768px) {
.hea01-header-mainmenu__logo-container {
		height: 80px;
		margin: 0 14px 0 0;
		width: 110px
}
	}
@media all and (min-width: 1024px) {
.hea01-header-mainmenu__logo-container {
		width: 160px
}
	}
.hea01-header-mainmenu__logo-container a {
	display: block;
	height: 100%;
	width: 100%;
}
.hea01-header-mainmenu__logo {
	display: flex;
	height: auto;
}
@media all and (min-width: 768px) {
.hea01-header-mainmenu__logo {
		left: 0;
		position: absolute;
		top: -12px;
		width: 110px
}
	}
@media all and (min-width: 1024px) {
.hea01-header-mainmenu__logo {
		width: 160px
}
	}
.hea01-header-mainmenu__logo * {
	height: auto;
	max-width: 100%;
}
.hea01-header {
	display: block;
}
@media all and (min-width: 768px) {
.hea01-header {
		border-top: solid 12px #e0f5fd
}
	}
.hea01-header ul {
	list-style: none;
}
.foo01-footer-links {
	background: #99dff9;
	padding: 40px 6px 40px 30px;
}
@media all and (min-width: 768px) {
.foo01-footer-links {
		padding: 62px 0
}
	}
.foo01-footer-links__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	margin: 0 0 16px;
	position: relative;
}
@media all and (max-width: 767px) {
.foo01-footer-links__title::after {
			-webkit-backface-visibility: hidden;
			        backface-visibility: hidden;
			background: transparent;
			border: 0;
			border-bottom: 2px solid #003768;
			border-right: 2px solid #003768;
			color: transparent;
			content: '';
			cursor: pointer;
			display: block;
			font-size: 0;
			height: 10px;
			left: -20px;
			line-height: 0;
			outline: none;
			position: absolute;
			top: 4px;
			transform: rotate(45deg);
			width: 10px;
			z-index: 99
	}
		}
@media all and (max-width: 767px) {
.foo01-footer-links__title--open-list::after {
			top: 8px;
			transform: rotate(225deg)
	}
		}
.foo01-footer-links__title-link {
	display: inline-block;
	text-decoration: none;
}
@media all and (min-width: 768px) {
		.foo01-footer-links__title-link:hover {
			text-decoration: underline;
		}
	}
.foo01-footer-links__link-list {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	list-style: none;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all ease .3s;
	visibility: hidden;

}
.foo01-footer-links__link-list--open {
		margin: 0 0 16px;
		max-height: 500px;
		opacity: 1;
		visibility: visible;
	}
@media all and (min-width: 768px) {
.foo01-footer-links__link-list {
		margin: 0;
		max-height: none;
		opacity: 1;
		visibility: visible

}
	}
.foo01-footer-links__link-listitem {
	margin: 0 0 4px;
}
.foo01-footer-links__link-listitem--hidden {
	display: none;
}
@media all and (min-width: 768px) {
.foo01-footer-links__link-listitem--mobile-link-title {
		display: none
}
	}
.foo01-footer-links__link {
	display: block;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}
.foo01-footer-links__link-more {
		color: #7f8c8d;
		font-weight: 600;
	}
.foo01-footer-links__link:hover {
	text-decoration: underline;
}
/* COPYRIGHT */
.foo01-footer-copyright {
	background: #e6f7fe;
	padding: 32px 0;
	text-align: center;
}
@media all and (min-width: 1024px) {
.foo01-footer-copyright {
		padding: 28px 0;
		text-align: left
}
	}
@media all and (min-width: 1024px) {
.foo01-footer-copyright__logo {
		float: left;
		margin: 5px 0
}
	}
.foo01-footer-copyright__logo-img {
	height: 33px;
	margin-bottom: 15px;
	width: 148px;
}
@media all and (min-width: 1024px) {
.foo01-footer-copyright__logo-img {
		margin: 0
}
	}
@media all and (min-width: 1024px) {
.foo01-footer-copyright__content {
		float: left
}
	}
.foo01-footer-copyright__text {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 24px;
}
@media all and (min-width: 768px) {
.foo01-footer-copyright__text {
		margin: 0 0 4px
}
	}
.foo01-footer-copyright__links {
	list-style: none;
}
.foo01-footer-copyright__linkitem {
	display: inline-block;
}
@media all and (min-width: 768px) {
.foo01-footer-copyright__linkitem {
		float: left
}
	}
.foo01-footer-copyright__linkitem:not(:last-of-type) {
		margin-right: 15px;
	}
.foo01-footer-copyright__link {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.foo01-footer-copyright__link:hover {
	text-decoration: underline;
}
.foo01-footer-copyright__social {
	list-style: none;
	margin-top: 20px;
}
@media all and (min-width: 1024px) {
.foo01-footer-copyright__social {
		float: right;
		margin-top: 0
}
	}
.foo01-footer-copyright__social-item {
	display: inline-block;
}
@media all and (min-width: 1024px) {
.foo01-footer-copyright__social-item {
		margin: 10px 15px
}

		.foo01-footer-copyright__social-item:first-of-type {
			margin-left: 0;
		}

		.foo01-footer-copyright__social-item:last-of-type {
			margin-right: 0;
		}
	}
.foo01-footer-copyright__social-link {
	padding: 10px 15px;
}
@media all and (min-width: 1024px) {
.foo01-footer-copyright__social-link {
		padding: 0
}
	}
.foo01-footer-copyright__social-link img {
	transition: filter .3s;
}
.cm01-modal-overlay {
	background-color: rgba(0, 55, 104, 0.6);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.cm01-modal {
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.cm01-dialog {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media all and (min-width: 768px) {
.cm01-dialog {
		max-width: 728px;
		padding: 40px 0
}
	}
@media all and (min-width: 1024px) {
.cm01-dialog {
		max-width: 960px
}
	}
@media all and (min-width: 1280px) {
.cm01-dialog {
		max-width: 1264px
}
	}
.cm01-modal-content-container {
	align-items: center;
	background: #fff;
	color: #003768;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	overflow: auto;
	width: 100%;
}
@media all and (min-width: 768px) {
.cm01-modal-content-container {
		border-radius: 6px 6px 0 0;
		flex-grow: 0
}
	}
.cm01-modal__header {
	background-color: #00aeef;
	color: #fff;
	padding: 40px 16px 16px;
}
.cm01-modal__header .link {
		color: #fff;
	}
@media all and (min-width: 768px) {
.cm01-modal__header {
		padding: 40px 40px 16px
}
	}
.cm01-modal__title {
	font-size: 22px;
	line-height: 32px;
}
.cm01-modal__title:not(:last-child) {
		margin-bottom: 8px;
	}
.cm01-modal__subtitle {
	font-size: 14px;
	line-height: 20px;
}
.cm01-modal__subtitle:not(:last-child) {
		margin-bottom: 8px;
	}
.cm01-modal__options-wrapper {
	padding: 16px;
}
@media all and (min-width: 768px) {
.cm01-modal__options-wrapper {
		padding: 30px 40px 30px
}
	}
.cm01-modal__options-list {
	-moz-column-gap: 20px;
	     column-gap: 20px;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	row-gap: 20px;
}
.cm01-modal__options-list .form-checkbox-wrapper {
		display: flex;
	}
.cm01-modal__options-list-item {
	flex-basis: 100%;
	flex-grow: 1;
}
@media all and (min-width: 768px) {
.cm01-modal__options-list-item {
		flex-basis: calc(50% - 40px)
}
	}
@media all and (min-width: 1024px) {
.cm01-modal__options-list-item {
		flex-basis: calc(25% - 60px)
}
	}
.cm01-modal__button-container {
	align-items: center;
	background: #f9f9f9;
	border-top: 1px solid rgba(0, 55, 104, 0.15);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 24px 24px 32px;
	width: 100%;
}
.cm01-modal__button-container *:not(:last-child) {
		margin-bottom: 20px;
	}
@media all and (min-width: 768px) {
.cm01-modal__button-container {
		border-radius: 0 0 6px 6px;
		flex-direction: row
}

		.cm01-modal__button-container *:not(:last-child) {
			margin-bottom: 0;
			margin-right: 20px;
		}
	}
.cm01-modal__button {
	background: #fa6d16;
	border: 1px solid #fa6d16;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 22px;
	outline: none;
	padding: 12px 24px;
	text-align: center;
}
@media all and (max-width: 767px) {
.cm01-modal__button {
		width: 100%
}
	}
.cm01-modal__button.cm01-modal__button--secondary {
		background-color: #fff;
		border: 1px solid #00aeef;
		color: #00aeef;
	}
.cm01-cookie-settings {
	margin-bottom: 40px;
}
@keyframes fade-and-zoom-out {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(0);
	}
}
/* Beúszás alulról */
@keyframes slide-in-bottom {
	0% {
		opacity: 0;
		transform: translateY(1000px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/* Kiúszás jobbra */
@keyframes slide-in-right {
	0% {
		opacity: 0;
		transform: translateX(1000px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
/* Beuszás fentről */
@keyframes slide-in-top {
	0% {
		opacity: 0;
		transform: translateY(-1000px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@media all and (min-width: 768px) {
.not01-notification-container {
		bottom: 0;
		height: auto;
		padding: 0;
		position: fixed;
		right: 10px;
		width: auto;
		z-index: 200
}
	}
.not01-notification {
	padding: 24px 16px 32px;
	transition: all ease .4s;
	width: 100%;
}
@media all and (min-width: 768px) {
.not01-notification {
		border-radius: 6px;
		box-shadow: 0 25px 50px 0 rgba(0, 55, 104, 0.4);
		margin: 0 0 5px auto;
		width: 360px
}
	}
.not01-notification--cookie {
	background: rgba(44, 62, 80, .8);
}
.not01-notification--warning {
	background: #d9e1e9;
}
.not01-notification--danger {
	background: #fed4b9;
}
.not01-notification__close.btn-close {
	align-items: center;
	background-color: #003768;
	border: 0;
	border-radius: 100%;
	cursor: pointer;
	display: flex;
	float: right;
	height: 24px;
	justify-content: center;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	width: 24px;
}
.not01-notification__close.btn-close::before,
	.not01-notification__close.btn-close::after {
		border: 2px solid #fff;
		content: '';
		display: block;
		height: 0;
		left: 50%;
		position: absolute;
		top: 50%;
		width: 14px;
	}
.not01-notification__close.btn-close::before {
		transform: translate(-50%,-50%) rotate(-45deg);
	}
.not01-notification__close.btn-close::after {
		transform: translate(-50%,-50%) rotate(45deg);
	}
.not01-notification__icon {
	display: inline-block;
	margin: 0 10px 10px 0;
	max-width: 24px;
	vertical-align: middle;
}
.not01-notification__title {
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 14px;
}
.not01-notification__text {
	font-size: 16px;
	line-height: 22px;
}
.not01-notification__text-link {
	text-decoration: underline;
}
.not01-notification__text-link:hover {
		text-decoration: none;
	}
.not01-notification__text-link:active {
		color: #e3e3e3;
	}
.not01-notification__link {
	clear: left;
	color: #00aeef;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin: 22px 20px 0 0;
	text-decoration: none;
}
.not01-notification__link:hover {
		text-decoration: underline;
	}
.not01-notification__button {
	display: block;
	margin-top: 20px;

}
.not01-notification-enter {
	opacity: 0;
	transform: translateY(1000px);
}
.not01-notification-enter-active {
	animation: slide-in-top .5s cubic-bezier(.68, -.55, .265, 1.25) both;
}
@media all and (min-width: 768px) {
.not01-notification-enter-active {
		animation: slide-in-bottom .5s cubic-bezier(.68, -.55, .265, 1.25) both
}
	}
.not01-notification-leave-active {
	animation: slide-in-right .4s cubic-bezier(.68, -.55, .265, 1.25) reverse both;
}
@media all and (min-width: 768px) {
.not01-notification-leave-active {
		animation: fade-and-zoom-out .5s cubic-bezier(.68, -.55, .265, 1.25) both
}
	}
.emrg-emergency {
	background-color: #fed4b9;
	padding: 24px 16px 32px;
	position: relative;
	width: 100%;
}
.emrg-emergency__close-button.btn-close {
	align-items: center;
	background-color: #003768;
	border: 0;
	border-radius: 100%;
	cursor: pointer;
	display: flex;
	height: 24px;
	justify-content: center;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 16px;
	top: 24px;
	width: 24px;
}
.emrg-emergency__close-button.btn-close::before,
	.emrg-emergency__close-button.btn-close::after {
		border: 2px solid #fff;
		content: '';
		display: block;
		height: 0;
		left: 50%;
		position: absolute;
		top: 50%;
		width: 14px;
	}
.emrg-emergency__close-button.btn-close::before {
		transform: translate(-50%,-50%) rotate(-45deg);
	}
.emrg-emergency__close-button.btn-close::after {
		transform: translate(-50%,-50%) rotate(45deg);
	}
.emrg-emergency__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 auto;
}
@media all and (min-width: 768px) {
.emrg-emergency__content {
		flex-direction: row
}
	}
.emrg-emergency__icon {
	color: #fa6d16;
	height: 64px;
	min-height: 64px;
	min-width: 64px;
	width: 64px;
}
.emrg-emergency__title {
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
}
.emrg-emergency__title:not(:last-child) {
		margin-bottom: 16px;
	}
.emrg-emergency__text {
	font-size: 16px;
	line-height: 22px;
}

