@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Work+Sans:100,200,300,400,500,600,700,800,900&subset=latin-ext');


body {
    margin: 0 auto;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #3c3c3b;
	max-width: 1920px;
}
select,
textarea,
input {
	font-family: "Montserrat";
    font-size: 14px;
    box-shadow: none;
}
textarea {
	resize: none;
}
h1 {
	font-size: 46px;
}
.topBarMobile h1,
.topBar h1 {
	margin: 0;
	font-size: 0;
}
h2 {
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
}
h3 {
	font-size: 28px
}
h4 {
	font-size: 25px;
}
h5 {
	font-size: 22px
}
h6 {
	font-size: 20px;
}
a,
li,
span,
p {
	line-height: 1.5;
}

.container {
	width: 1400px;
	margin: 0 auto;
}
.button.hidden,
.hidden {
	display: none;
}
.visible {
	display: block;
}
.vMiddle {
	display: table-cell;
	vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* IE < 8 */
}
.noSelect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}
.flexRow {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
}

.imaginaryTop {
	height: 90px;
}

.bg-color-blue {
	background-color: #b8dce8;
}
.article .wysiwyg h6,
.bg-color-red {
	background-color: #c00000;
	color: #fff;
}
.bg-color-gray {
	background-color: #D9D9D9;
}
.bg-gradient-gray-red {
	background: #c00000 !important;
    background: -moz-linear-gradient(to right top,#D9D9D9 0%,#D9D9D9 50%,#c00000 52%,#c00000 100%) !important;
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#D9D9D9),color-stop(50%,#D9D9D9),color-stop(52%,#c00000),color-stop(100%,#c00000)) !important;
    background: -webkit-linear-gradient(to right top,#D9D9D9 0%,#D9D9D9 50%,#c00000 52%,#c00000 100%) !important;
    background: -o-linear-gradient(to right top,#D9D9D9 0%,#D9D9D9 50%,#c00000 52%,#c00000 100%) !important;
    background: -ms-linear-gradient(to right top,#D9D9D9 0%,#D9D9D9 50%,#c00000 52%,#c00000 100%) !important;
    background: linear-gradient(to right top,#D9D9D9 0%,#D9D9D9 50%,#c00000 52%,#c00000 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9D9D9',endColorstr='#c00000',GradientType=1) !important;
}
.text-medium {
	font-weight: 600;
}
.text-bold,
b,
strong {
	font-weight: 700;
}

/********************** CHECKBOX ************************/
.input [type="checkbox"]:not(:checked),
.input [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
.input [type="checkbox"]:not(:checked) + label,
.input [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 30px;
	padding-top: 4px;
	cursor: pointer;
	margin: 15px 0;
	display: table;
    text-align: left;
}
.input [type="checkbox"]:not(:checked) + label:before,
.input [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #d4d4d4;
	background: #fff;
	border-radius: 5px;
}
.input [type="checkbox"]:not(:checked) + label:after,
.input [type="checkbox"]:checked + label:after {
	content: '✔';
	position: absolute;
	top: 3px;
	left: 4px;
	font-size: 22px;
	color: #414141;
	transition: all .2s;
	line-height: 0.9
}
.input [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.input [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/********************** CHECKBOX ************************/


/********************** FORM UNIVERSAL ************************/
.cms-form-container {
	width: 500px;
}
.cms-form-container form {
	width: 100%;
}
.cms-form-container .cms-form-message-container {
	width: 100%;
}
.g-recaptcha > div {
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transform-origin: left top;
    float: left;
}
.tableResponsive {
	overflow-x: auto;
	margin: 0 auto 20px;
}
.grecaptcha-badge {
	display: none;
}
/********************** FORM UNIVERSAL ************************/


/********************** INPUT UNIVERSAL ************************/
.input.multiselect select,
.cms-form-container .input.select  select,
.cms-form-container textarea,
.cms-form-container .input input {
	box-sizing: border-box;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	color: #414141;
}
.cms-form-container .input {
	margin: 0 0 20px 0;
	width: 100%;
}
.cms-form-container .input.select select,
.cms-form-container .input input {
	padding: 0 15px;
	height: 54px;
	line-height: 54px;
	width: 100%;
}
.cms-form-container textarea {
	padding: 15px;
	width: 100%;
}
.cms-form-container label {
	display: table;
	margin-bottom: 10px;
}
.cms-form-container .input.select select option {
	width: 50px;
}
/********************** INPUT UNIVERSAL ************************/


/********************** INPUT FILE ************************/
.input.file input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.input.file label:first-of-type {
	display: none;
}
.input.file input + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.input.file input+ label {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
	height: 40px;
	box-sizing: border-box;
    border: 1px solid #c8c8c8;
    background-color: #fff;
    padding: 0;
	line-height: 38px;
	font-weight: 400;
	color: #474747;
	border-radius: 5px;
}
.input.file input:focus + label,
.input.file input.has-focus + label,
.input.file input + label:hover {
    border-color: #474747;
}
.input.file input + label span,
.input.file input + label strong {
    padding: 0 15px;
}
.input.file input + label span {
	max-width: 58%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
	float: left;
}
.input.file input + label strong {
    height: 100%;
    color: #fff;
    background-color: #c8c8c8;
    display: block;
	font-weight: 400;
	float: right;
}
.input.file input:focus + label strong,
.input.file input.has-focus + label strong,
.input.file input + label:hover strong {
    background-color: #474747;
}
.input.file strong img {
	margin-right: 5px;
}
.input.file .help-text {
	color: #474747;
	font-size: 14px;
}
/********************** INPUT FILE ************************/


/********************** SELECTBOX ************************/
div.cs-skin-border {
	background: transparent;
	font-size: 14px;
}
.cs-skin-border > span {
	border: 1px solid #c8c8c8!important;
	border-radius: 5px;
	border-color: inherit;
	-webkit-transition: background 0.2s, border-color 0.2s;
	transition: background 0.2s, border-color 0.2s;
	font-weight: 400;
}

.cs-skin-border > span::after,
.cs-skin-border .cs-selected span::after {
	font-family: 'fontawesome';
	content: '\f107';
}

.cs-skin-border ul span::after {
	content: '';
	opacity: 0;
}

.cs-skin-border .cs-selected span::after {
	content: '\e00e';
	color: #474747;
	font-size: 20px;
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.cs-skin-border.cs-active > span {
	background: #fff;
	color: #474747;
	border-bottom: none!important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-color: #474747 !important;
}

.cs-skin-border .cs-options {
	color: #474747;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: opacity 0.2s, visibility 0s 0.2s;
	transition: opacity 0.2s, visibility 0s 0.2s;
}

.cs-skin-border.cs-active .cs-options {
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}



.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
	background: #474747;
	color: #fff;
}
.cs-skin-border .cs-options li span:hover:after {
	color: #fff;
}

/* Default custom select styles */
div.cs-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	z-index: 100;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 40px;
}

div.cs-select:focus {
	outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
	display: none;
}

.cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {

	right: 15px;
}

.cs-select .cs-selected span::after {
	content: '\2713';
	margin-left: 15px;
}

.cs-select.cs-active > span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
	z-index: 200;
}

/* Options */
.cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden;
}

.cs-select.cs-active .cs-options {
	visibility: visible;
	border: 1px solid #474747;
	border-top: none;
	box-sizing: border-box;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cs-select ul span {
	padding: 10px 15px;
	line-height: 1.5;
	height: auto;
	font-weight: 400;
}

.cs-select ul li.cs-focus span {
	background-color: #ddd;
}



/********************** SELECTBOX ************************/


/********************** SELECTBOX MULTIPLE ************************/
.input.multiselect select {
	width: 100%;
	padding: 10px 0;
}
.input.multiselect select option {
	padding: 5px 15px;
}
/********************** SELECTBOX MULTIPLE ************************/

/********************** RADIOS AS BUTTONS ************************/
.radio-group-buttons {
    float: left;
}
.radio-group-buttons .radio {
    display: inline-block;
}
.radio-group-buttons input {
    position: absolute;
    left: -9999px;
}
.radio-group-buttons label {
    box-sizing: border-box;
    padding: 0 10px;
    width: 80px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
	color: #414141;
}
.radio-group-buttons input:checked + label {
    color: white;
    background-color: #31869b;
    border-color: #31869b;
}
/********************** RADIOS AS BUTTONS ************************/


/********************** TOP ************************/
.topBarMobile,
.sidekickToggle,
.sidekick-toggle {
	display: none;
}
.sidekick {
	background-color: #fff;
}
.fixed-header .topBar {
	position: fixed;
}
.topBar {
	width: 100%;
	background-color: transparent;
	max-width: 1920px;
	height: 90px;
	position: absolute;
	top: 0;
	z-index: 1000;
}
.topBar.topScroll {
	position: fixed;
	background-color: #fff;
	box-shadow: 0 0 10px #868686;
}
.topBar.topSubpage .menu li span,
.topBar.topSubpage .menu li a {
	color: #fff;
}
.logoMobile {
	position: absolute;
	top: 17px;
	left: 30px;
	transition: .3s;
}
.logoMobile img {
	height: 36px;
}
.iconMenuBar {
	width: 32px;
	z-index: 99;
	position: absolute;
	right: 30px;
	top: 20px;
}
.menuTop,
.logoTopBar {
	height: 90px;
	display: table;
}
.logoTopBar {
	float: left;
	cursor: pointer;
}
.logoTopBar a {
	display: block;
}
.logoTopBar img {
	height: 60px;
}
.menuTop {
	float: right;
	position: relative;
}
.menuTop .menu {
	display: inline-block;
}
.panelToggle {
	float: right;
}
.menuTop .menu {
	padding: 0;
	font-size: 0;
}
.menuTop .menu ul {
	list-style: none;
    display: none;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 100%;
    z-index: 1000;
    text-align: left;
	transition: .5s;
	padding: 24px 0 10px 0;
}
.menuTop .menu ul:before,
.menuTop .menu ul:after {
	content: "";
	position: absolute;
	background: #fff;
	height: 10px;
	width: 100%;
}
.menuTop .menu ul:before {
	top: 10px;
}
.menuTop .menu ul:after {
	bottom: -10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.menuTop .menu li span,
.menuTop .menu li a {
	transition: .1s linear;
	display: block;
}
.menuTop .menu li span,
.menuTop .menu li a {
	color: #000;
}
.topSubpage.topScroll .menu li span,
.topSubpage.topScroll .menu li a {
	color: #000;
}
.menuTop .menu li a {
	text-decoration: none;
}
.menuTop .menu > li > ul {
	top: 100%;
    transition: .5s;
    padding: 25px 0 0 0;
    margin: 0;
}
.menuTop .menu > li {
    display: inline-block;
    position: relative;
    margin: 0 30px;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	white-space: nowrap;
}
.menuTop .menu > li > ul > li {
	background-color: #fff;
}
.menuTop .menu > li > ul > li a {
	display: block;
}
.menuTop .menu li:hover > ul {
    display: block;
	transition: .1s;
}
.menuTop .menu > li:first-child {
	margin: 0 30px 0 0;
}
.menuTop .menu > li:last-child {
	margin: 0 0 0 30px;
}
.menuTop .menu > li:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 100%;
	bottom: -4px;
    background: #31869b;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: lienar;
    transition-timing-function: linear;
}
.topSubpage .menuTop .menu > li:before {
	background: #fff;
}
.topSubpage.topScroll .menuTop .menu > li:before {
	background: #31869b;
}
.menuTop .menu > li:hover {
	text-decoration: none;
	cursor: pointer;
}
.menuTop .menu > li:hover:before,
.menuTop .menu > li:focus:before,
.menuTop .menu > li.active:before {
  right: 0;
}
.menuTop .menu > li > ul > li  {
	font-size: 14px;
}
.menuTop .menuu > li > ul > li > span,
.menuTop .menu > li > ul > li > a {
	padding: 10px 25px;
}
.menuTop .menu li:hover > span,
.menuTop .menu li.active > span,
.menuTop .menu li:hover > a,
.menuTop .menu li.active > a,
.topSubpage.topScroll .menu li:hover > a,
.topSubpage.topScroll .menu li.active > a {
	color: #31869b;
}
.topSubpage .menu li:hover > a,
.topSubpage .menu li.active > a {
	color: #fff;
}
.menuTop .menu li li:hover > span,
.menuTop .menu li li.active > span,
.menuTop .menuli li:hover > a,
.menuTop .menu li li.active > a {
	color: #fff;
	background-color: #31869b;
}
.topBar .social {
	display: none;
}
.topBar .social {
	text-align: right;
	margin: 0 30px;
}
.topBar .social a {
	color: #fff;
    background-color: #31869b;
    font-size: 25px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    transition: .1s linear;
	border-radius: 3px;
}
.topBar .social a:first-of-type {
	margin: 0 10px 0 0;
}
.topBar .social a:hover {
    background-color: #000;
}
.language-mobile {
	position: absolute;
    right: 70px;
    height: 100%;
	padding: 0 12px 0 0;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ececec;
}
.language-mobile a {
	line-height: 0;
}
.language-mobile a img {
	width: 38px;
    height: 24px;
}
.menuTop .language {
	margin: 0 0 0 60px;
    display: inline-block;
	position: relative;
    top: 4px;
}
.menuTop .language a {
	text-transform: uppercase;
	position: relative;
	display: block;
    line-height: 0;
}
.menuTop .language a img {
	width: 32px;
    height: 22px;
}
/********************** TOP ************************/


/************* HAMBURGER ***************/
.topBarMobile .hamburger {
	width: 30px;
    position: absolute;
    right: 30px;
    top: 23px;
}
.topBarMobile .hamburger .lines {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 2px;
    background: #31869b;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.topBarMobile .hamburger .lines::before,
.topBarMobile .hamburger .lines::after {
    width: 30px;
    height: 2px;
    background: #31869b;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 0 center;
}
.topBarMobile .hamburger .lines::before {
    top: 9px;
}
.topBarMobile .hamburger .lines::after {
    top: -9px;
}
.topBarMobile .hamburger.active .lines {
    background: transparent;
}
.topBarMobile .hamburger.active .lines:before,
.topBarMobile .hamburger.active .lines::after {
    -ms-transform-origin: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    top: 0;
    width: 30px;
}
.topBarMobile .hamburger.active .lines::before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    -moz-transform: rotate3d(0,0,1,45deg);
    -o-transform: rotate3d(0,0,1,45deg);
    -ms-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}
.topBarMobile .hamburger.active .lines::after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    -moz-transform: rotate3d(0,0,1,-45deg);
    -o-transform: rotate3d(0,0,1,-45deg);
    -ms-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}
/************* HAMBURGER ***************/


/********************** SLIDER MAIN ************************/
.sp-buttons {
    padding-top: 0;
	bottom: 20px;
	position: absolute;
	z-index: 10;
}
.sp-button {
    width: 12px;
    height: 12px;
    border: 1px solid #8b989b;
	background-color: #8b989b;
	border-radius: 0;
	margin: 0 8px;
}
.sp-selected-button {
	background-color: #fff;
    border: 1px solid #fff;
}
.sp-horizontal .sp-arrows {
	z-index: 10;
}
.sp-arrow {
	width: 10px;
	height: 40px;
}
.sp-previous-arrow::before,
.sp-previous-arrow::after,
.sp-next-arrow::before,
.sp-next-arrow::after {
	border-radius: 5px;
	height: 54%;
	background-color: #FFF;
}
.sp-previous-arrow::before {
    -webkit-transform: skew(135deg, 0deg);
    -ms-transform: skew(135deg, 0deg);
    transform: skew(135deg, 0deg);
}
.sp-previous-arrow::after {
    -webkit-transform: skew(-135deg, 0deg);
    -ms-transform: skew(-135deg, 0deg);
    transform: skew(-135deg, 0deg);
}
.sp-next-arrow::before {
    -webkit-transform: skew(45deg, 0deg);
    -ms-transform: skew(45deg, 0deg);
    transform: skew(45deg, 0deg);
}
.sp-next-arrow::after {
    -webkit-transform: skew(-45deg, 0deg);
    -ms-transform: skew(-45deg, 0deg);
    transform: skew(-45deg, 0deg);
}
.sp-mask {
	width: 100%!important;
}
.slider-pro a {
	transition: .1s linear!important;
}
.sliderMiddle {
	height: 565px;
	display: table;
	text-align: left;
	margin: 0 0 0 13%;
    width: 45%;
}
#sliderMain.hidden {
	visibility: hidden;
}
#sliderMain {
	height: 565px;
}
#sliderMain .sp-layer {
	width: 100%!important;
	text-align: center;
	z-index: 10;
}
#sliderMain .sp-layer h2,
#sliderMain .sp-layer span {
	display: block;
	word-wrap: break-word;
	color: white;
}
#sliderMain .sp-layer h2 {
	font-size: 48px;
	font-weight: 400;
	margin: 0 auto 20px;
	text-transform: uppercase;
}
#sliderMain .sp-layer span {
	font-size: 28px;
	line-height: 40px;
	font-weight: 400;
	margin: 0 auto 50px;
}
.sp-image-container:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
/********************** SLIDER MAIN ************************/


/********************** BUTTONS ************************/
.cms-form-container .submit input,
.cms-form-container .submit button,
.button {
	border-radius: 5px;
	box-sizing: border-box;
	transition: .1s linear;
	background-color: transparent;
	color: #fff;
	display: inline-block;
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 16px;
	cursor: pointer;
	outline: 0!important;
}
.cms-form-container .submit input,
.cms-form-container .submit button,
.buttonClassic {
	height: 54px;
	line-height: 54px;
	padding: 0 30px;
}
.buttonUppercase {
	text-transform: uppercase;
}
.button i {
	margin-right: 10px;
}
.buttonNormal {
	text-transform: inherit;
}
.buttonOrange {
	color: #fff;
	border: 1px solid #c00000;
	background-color: #c00000;
}
.buttonOrange:hover {
	background-color: #fff;
	color: #c00000;
}
.cms-form-container .submit input,
.cms-form-container .submit button,
.buttonBlue {
	background-color: #31869b;
	border: 1px solid #31869b;
}
.cms-form-container .submit input:hover,
.cms-form-container .submit button:hover,
.buttonBlue:hover {
	background-color: #fff;
	color: #31869b;
}
.buttonGray {
	color: #000;
	background-color: #efefef;
	border: 1px solid #efefef;
}
.buttonGray:hover {
	color: #efefef;
	background-color: #000;
}
/********************** BUTTONS ************************/


/********************** ARTICLES ************************/
#article {
    padding: 0 0 50px 0;
}
.article {
	background: #fff;
	position: relative;
}
.article .helpSmall {
	width: 240px;
}
.bgSubpageTop {
	margin: 0 auto;
	z-index: 10;
	background-image: url(../img/bgSubpage.jpg);
	background-size: cover;
	width: 100%;
	padding: 160px 0 60px 0;
	position: relative;
	top: -90px;
    box-sizing: border-box;
	overflow-x: hidden;
}
.bgSubpageTop .flexRow {
    flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.article .bgSubpageTop h1 {
	margin: 0;
	width: 80%;
}
.bgSubpageTop h1,
.article h1 {
	color: #fff;
	font-weight: 300;
}
.article h1 {
	margin: 0 0 20px 0;
}
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	text-align: left;
}
.article h2,
.article h3 {
	color: #31869b;
}
.article h2,
.article h3,
.article h4 {
	margin: 0 0 20px 0;
	font-weight: 500;
}
.article h5,
.article h6 {
	margin: 0 0 15px 0;
	font-weight: 500;
}
.article .wysiwyg h5 {
	background-color: #31869b;
	margin: 0;
}
.article h2 {
	font-size: 30px;
	line-height: 34px;
	text-transform: none;
}
.article h3 {
	font-size: 20px;
	line-height: 24px;
}
.article h4 {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	font-style: italic;
}
.article .wysiwyg h5,
.article .wysiwyg h6 {
	color: #fff;
	padding: 4px 10px;
    display: table;
	font-size: 16px;
}
.article p {
	font-weight: 300;
}
.article .wysiwyg {
	width: 1030px;
	float: left;
	box-sizing: border-box;
	margin: 0 0 60px 0;
}
.article .wysiwyg,
.article .wysiwyg p {
	color: #000;
	text-align: justify;
	font-weight: 400;
	line-height: 1.5;
}
.article .wysiwyg a {
	text-decoration: underline;
	color: #31869b;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	word-break: break-all;
}
.article .wysiwyg p {
	margin: 0 0 20px 0;
}
.article .wysiwyg p a {
	display: inline-block;
	margin: 0;
}
.article .wysiwyg a:hover {
	text-decoration: none;
}
.article .wysiwyg ol,
.article .wysiwyg ul {
	padding: 0;
	margin: 0 0 20px 0;
	text-align: left;
}
.article .wysiwyg ul {
	list-style: none;
}
.article .wysiwyg ol li,
.article .wysiwyg ul li {
	margin-left: 30px;
	color: #000;
	font-weight: 400;
	padding: 3px 0;
	position: relative;
}
.article .wysiwyg ul li:before {
	content: "\f105";
    font-family: "fontawesome";
    font-size: 18px;
    color: #31869b;
    position: absolute;
    left: -15px;
    top: 0;
    font-weight: bold;
}
.article .wysiwyg table {
	text-align: center;
	width: 100%;
	color: #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.article .wysiwyg table td,
.article .wysiwyg table td * {
	font-size: 14px;
}
.article .wysiwyg img,
.article .wysiwyg table {
	margin: 0 0 30px 0;
}
.article .wysiwyg p img {
	margin: 0;
}
.article .wysiwyg table td {
	padding: 5px  10px;
	height: auto!important;
	font-weight: 400;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.article .wysiwyg iframe {
	border: none;
}
.colArticle {
	float: right;
	width: 370px;
	box-sizing: border-box;
}
.colArticle .panelAsk {
	float: right;
}
.table-responsive {
	overflow-x: auto;
}
.article .wysiwyg .img-row {
	flex-wrap: nowrap;
}
.article .wysiwyg .img-row img {
	margin-right: 30px;
}
.article .wysiwyg .img-row table,
.article .wysiwyg .img-row table * {
	border: none;
}
/********************** ARTICLES ************************/


/********************** BREADCRUMB ************************/
.breadcrumb {
    background-image: url("/img/breadcrumbs_bg.jpg");
	background-color: #414141;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
    background-size: cover;
}
ul.breadcrumb {
    width: 96%;
    overflow: hidden;
    padding: 2%;
	margin: 0;
	text-align: center;
}
ul.breadcrumb li {
    list-style: none;
	display: inline-block;
    margin: 0 .5em 0 0;
    padding: 0;
}
ul.breadcrumb li,
ul.breadcrumb li a {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	transition: .1s;
}
ul.breadcrumb li a {
	text-decoration: underline;
}
ul.breadcrumb li a:hover,
ul.breadcrumb li.active {
	text-decoration: none;
}
ul.breadcrumb li.active {
	font-weight: 600;
}
/********************** BREADCRUMB ************************/


/********************** ARTICLE LIST ************************/
ul.article-list {
    margin: 0 0 50px 0;
    padding: 0;
}
ul.article-list li {
	list-style: none;
	width: 49.5%;
	display: inline-block;
	background-color: #ececec;
	padding: 40px 0;
	margin-bottom: 1%;
	font-size: 0;
}
ul.article-list li .box {
	display: table;
	height: 200px;
}

ul.article-list li:nth-of-type(odd) {
	margin-right: 0.5%;
}
ul.article-list li:nth-of-type(even) {
	margin-left: 0.5%;
}
ul.article-list li h2 {
	margin: 0 0 15px 0;
	text-align: center;
	padding: 0 15px;
	line-height: 1;
	height: 90px;
}

ul.article-list li h2 a {
	font-size: 28px;
	color: #414141;
}
ul.article-list li h2 a:hover {
	text-decoration: none;
}

ul.article-list li p {
	padding: 0 40px;
    margin: 0;
	color: #414141;
    word-break: break-all;
}
ul.article-list li .buttonMore {
	background-color: #414141;
	color: #fff;
	padding: 0 20px;
	text-decoration: none;
	height: 34px;
	line-height: 32px;
	border: 1px solid #414141;
	box-sizing: border-box;
	transition: .1s linear;
	display: table;
	margin: 15px auto 0;
	border-radius: 3px;
	text-transform: uppercase;
}
ul.article-list li .buttonMore:hover {
	background-color: #fff;
	color: #414141;
}
/********************** ARTICLE LIST ************************/


/********************** ARTICLE FILES ************************/
ul.attachment-files {
    padding: 0;
	width: 767px;
	margin: 0 auto 20px;
}

ul.attachment-files li {
    list-style: none;
    padding-left: 30px;
    line-height: 30px;
}
ul.attachment-files li a {
	color: #414141;
	text-decoration: underline;
}
ul.attachment-files li a:hover {
	text-decoration: none;
}

ul.attachment-files li.filetype-doc { background: url("/img/imgUniversal/iconDoc.png") no-repeat left center; }
ul.attachment-files li.filetype-xls { background: url("/img/imgUniversal/iconXls.png") no-repeat left center; }
ul.attachment-files li.filetype-ppt { background: url("/img/imgUniversal/iconPpt.png") no-repeat left center; }
ul.attachment-files li.filetype-pdf { background: url("/img/imgUniversal/iconPdf.png") no-repeat left center; }
ul.attachment-files li.filetype-zip { background: url("/img/imgUniversal/iconZip.png") no-repeat left center; }
ul.attachment-files li.filetype-rar { background: url("/img/imgUniversal/iconRar.png") no-repeat left center; }
ul.attachment-files li.filetype-unknown { background: url("/img/imgUniversal/iconUnknown.png") no-repeat left center; }
/********************** ARTICLE FILES ************************/


/********************** ARTICLE GALLERY ************************/
.attachment-images {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 40px;
	background-color: #ececec;
	font-size: 0;
	padding: 0;
}
.attachment-images li {
    display: inline-block;
	width: 20%;
	overflow: hidden;
}
.attachment-images li a {
    display: block;
	transform-origin: center center;
}
.attachment-images li a:hover img {
    transform: scale3d(1.3,1.3,1.3) rotate(10deg);
	transform-origin: center center;
}
.attachment-images li a img {
    display: block;
    margin: 0;
	width: 100%;
	transition: .2s linear;
	transform-origin: center center;
}

.blueimp-gallery > .indicator > li {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-size: cover;
}
.blueimp-gallery > .title {
    text-shadow :none;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    text-align: center;
    margin: 0;
    left: 0;
    right: 0;
    padding: 2px 20%;
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}
/********************** ARTICLE GALLERY ************************/


/********************** GOUP ************************/
.goup {
	position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    background-color: rgba(0,0,0,0.7);
    border-radius: 50%;
    z-index: 1000;
    background-image: url(../img/arrowRightWhiteSmall.png);
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
	cursor: pointer;
}
/********************** GOUP ************************/


/********************** MESSAGES ************************/
.public-flash {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.public-flash-success {
    color: #37c6f4;
    border: 1px solid #37c6f4;
}
.public-flash-error {
    color: red;
    border: 1px solid red;
}
#flash-messages {
	margin: 1px 0;
	padding: 0;
}
#flash-messages li {
	padding: 15px;
	color: #fff;
	background-color: #00b0eb;
	text-align: center;
	margin-bottom: 1px;
	font-size: 14px;
	font-weight: 600;
}
.compute-termination-answer .cms-form-message-box {
	margin: 20px 0 0 0;
	padding: 15px;
}
.compute-termination-answer .cms-form-message-box {
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
/********************** MESSAGES ************************/


/********************** MESSAGES FORM ************************/
.cms-form-message-box {
    position: relative;
    background-color: #fff;
    border: 1px solid #888;
	border-radius: 5px;
	padding: 15px 45px 15px 15px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 18px;
	box-sizing: border-box;
	text-align: left;
}
.cms-form-message-success,
.cms-form-message-info {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.cms-form-message-error {
   color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.article .wysiwyg .cms-form-message-close,
.cms-form-message-close {
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 28px;
    font-weight: bold;
    color: #888;
	line-height: 1.3;
	text-decoration: none;
	cursor: pointer;
}
/********************** MESSAGES FORM ************************/






#map {
    background: url("/img/loading.gif") no-repeat center center #fff!important;
    width: 100%;
    height: 500px;
}
.logoMap {
	max-height: 50px;
}








/********************** PRODUCTS ************************/
.products {
	background-color: #fff;
	padding: 60px 0 80px 0;
	text-align: center;
}
.products h2 {
	margin: 0 0 30px 0;
}
.products p.text-main {
	width: 650px;
	margin: 0 auto 70px;
}
.products .boxes {
	font-size: 0;
}
.products .productsMore {
	display: none;
}
.products .box {
    width: 350px;
	justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
	margin: 0 0 80px 0;
}
.products .box img {
	margin: 0 auto 10px;
}
.products .box .content {
	width: 100%;
	margin: 0 0 20px 0;
}
.products .box span {
	display: block;
	margin: 0 0 10px 0;
}
.products .box span {
	font-size: 21px;
	color: #000;
	font-weight: 300;
	line-height: 1.1;
}
.products .box p {
    margin: 0;
}
.products .box .button {
	align-self: flex-end;
}
/********************** PRODUCTS ************************/


/********************** SERVICES ************************/
@keyframes shake {
	0% { transform: rotate(0deg); }
	17% { transform: rotate(12deg); }
	34% { transform: rotate(-12deg); }
	51% { transform: rotate(6deg); }
	68% { transform: rotate(-6deg); }
	85% { transform: rotate(3deg); }
	100% { transform: rotate(0deg); }
}
.services {
	background-image: url(../img/bgServices.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.services h2 {
	color: #000;
	margin: 0 0 70px 0;
	text-align: center;
}
.services ol {
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: space-between
}
.services ol li {
	position: relative;
	counter-increment: item;
	width: 48%;
	box-sizing: border-box;
	padding: 0 0 0 60px;
	margin: 0 0 30px 0;
}
.services ol li:before {
	content: counter(item)".";
	position: absolute;
	top: 3px;
	left: 15px;
	color: #fff;
	z-index: 10;
}
.services ol li a {
	position: relative;
    display: block;
}
.services ol li a:before {
	content: "";
	background-image: url(../img/iconShield.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 60px;
	position: absolute;
	left: -60px;
	top: -8px;
	transition: .2s linear;
}
.services ol li:hover a p {
	color: #31869b;
}
.services ol li:hover a:before {
	animation: shake .8s linear;
}
.services ol li a span {
	color: #31869b;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	display: block;
}
.services ol li a p {
	color: #000;
	transition: .1s linear;
	margin: 0;
}
/********************** SERVICES ************************/


/********************** FOOTER ************************/
.footer {
	background-color: #102c33;
}
.footer .footerHeader {
	padding: 30px 0;
	border-bottom: 1px solid #336a82;
}

.footer .footerHeader .colLeft,
.footer .footerHeader .colMiddle,
.footer .footerBottom .copyRight {
	float: left;
}
.footer .footerHeader .colRight,
.footer .footerBottom .footerLogo {
	float: right;
}
.footer .footerHeader .colLeft img {
	height: 22px;
	margin-bottom: 30px;
}
.footer .footerHeader .menuFooter {
	float: left;
}
.footer .footerHeader .colMiddle .menuTitle,
.footer .footerHeader .menu li a {
	font-size: 14px;
	font-weight: 400;
}
.footer .footerHeader .colMiddle .menuTitle {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: table;
}
.footer .footerHeader .colMiddle .menuTitle:hover {
	text-decoration: none;
}
.footer .footerHeader .menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer .footerHeader .menuFooter {
	width: 240px;
	margin-left: 40px;
}
.footer .footerHeader .menuFooter:first-of-type {
	margin: 0;
}
.footer .footerHeader .menu li {
	display: table;
	padding: 3px 0;
	line-height: 1.2;
}
.footer .footerHeader .menu li a {
	color: #80a2b1;
	line-height: 1.2;
}
.footer .footerHeader .menu li a:hover {
	text-decoration: underline;
}
.footer .footerBottom .copyRight,
.footer .footerBottom .footerLogo {
	height: 80px;
	display: table;
}
.footer .footerBottom .copyRight span {
	font-size: 12px;
	color: #fff;
}
.footer .footerBottom .footerLogo a img {
	height: 50px;
}
.footer .helpSmall {
	margin: 0 0 20px 0;
}
.footer .social {
	text-align: right;
}
.footer .social a {
	color: #000;
    background-color: #fff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    transition: .1s linear;
	border-radius: 3px;
}
.footer .social a:first-of-type {
	margin: 0 10px 0 0;
}
.footer .social a:hover {
	color: #fff;
    background-color: #31869b;
}
/********************** FOOTER ************************/


/********************** HELP SMALL ************************/
.helpSmall {
    box-sizing: border-box;
    border: 2px solid #80a2b1;
    border-radius: 5px;
	padding: 10px 25px;
	display: table;
	transition: .1s linear;
}
.helpSmall span,
.helpSmall .arrow {
	float: left;
}
.helpSmall span {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	margin: 12px 0 0 0;
	font-weight: 300;
}
.helpSmall .arrow {
	margin: 15px 15px 0 15px;
}
.helpSmall .imgHelp {
	float: right;
}
.helpSmall:hover {
	background-color: #31869b;
	border-color: #31869b;
}
/********************** HELP SMALL ************************/


/********************** HELP LARGE ************************/
.helpLarge {
	position: absolute!important;
	right: 0;
	top: 60px;
    box-sizing: border-box;
	border-right: none;
	background-color: #c00000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	padding: 10px 25px;
	display: table;
	z-index: 10;
}
.helpLarge span,
.helpLarge .arrow {
	float: left;
}
.helpLarge span {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	margin: 13px 0 0 0;
	font-weight: 300;
}
.helpLarge .arrow {
	margin: 21px 18px 0 18px;
}
.helpLarge .imgHelp {
	float: right;
}
.helpLarge:hover {
	background-color: #000;
}
/********************** HELP LARGE ************************/


/********************** PANEL ASK ************************/
.panelAsk {
	width: 340px;
	margin: 0 auto 30px;
}
.panelAsk .header {
	background-color: #f2f2f2;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 45px 0;
	text-align: center;
	word-break: break-all;
}
.panelAsk .header h2,
.panelAsk .header h3 {
	color: #31869b;
}
.panelAsk .header .employee ,
.panelAsk .header h2,
.panelAsk .header .arrow {
	margin: 0 auto 25px;
}
.panelAsk .header h2 {
	font-size: 24px;
	word-break: normal;
	text-align: center;
}
.panelAsk .header .arrow {
	display: table;
}
.panelAsk .header .employee {
	border-radius: 50%;
	width: 260px;
	border: 2px solid #31869b;
	box-sizing: border-box;
}
.panelAsk .header h3 {
	font-size: 20px;
	margin: 0;
}
.panelAsk .header h3,
.panelAsk .header span,
.panelAsk .header a {
	text-align: left;
}
.panelAsk .header h2,
.panelAsk .info-text {
	padding: 0 70px;
}
.panelAsk .header span,
.panelAsk .header a {
	color: #000;
	font-size: 15px;
	display: table;
}
.panelAsk .header span {
	font-weight: 300;
	font-style: italic;
	display: block;
	margin: 0 auto 15px;
}
.panelAsk .header a {
	font-weight: 400;
}
.panelAsk .header a:hover {
	text-decoration: underline;
}
.panelAsk  .menuRight .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.panelAsk  .menuRight .menu li a {
	width: 340px;
	height: 70px;
	line-height: 70px;
	padding: 0 15px;
	text-align: center;
	border-radius: 5px;
	position: relative;
	color: #000;
	background-color: #f2f2f2;
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: 300;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	box-sizing: border-box;
	transition: .1s linear;
}
.panelAsk  .menuRight .menu li:last-of-type a {
	margin: 0;
}
 .panelAsk .menuRight .menu li a:hover {
	color: #fff;
	background-color: #31869b;
}
/********************** PANEL ASK ************************/


/********************** FORM SUBPAGE ************************/
.formSubpage.form-bottom {
	margin: 60px 0;
}
.formSubpage.form-top {
	margin: 0 0 60px 0;
}
.formSubpage {
    box-sizing: border-box;
}
.formSubpage .cms-form-container {
	width: 100%;
}
.cms-form-container .input {
	width: 49%;
	float: left;
}
.cms-form-container .input.checkbox,
.cms-form-container .input.textarea {
	width: 100%;
}
.cms-form-container .submit,
.cms-form-container form {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-flow: row wrap;
}
.cms-form-container .submit {
	width: 100%;
	justify-content: flex-start;
}
.cms-form-container form {
	justify-content: space-between;
}
/********************** FORM SUBPAGE ************************/


/********************** CONTACT ************************/
#map {
	width: 100%;
	height: 400px;
}
.mapLogo {
	height: 80px;
	margin: 0 auto 10px;
}
.mapText a,
.mapText {
	font-weight: 400;
	font-size: 15px;
	margin: 0;
}
.mapText span {
	font-weight: 500;
	display: block;
}
.mapText a {
	color: #462514;
}
.mapText a:hover {
	text-decoration: underline;
}
.contact {
	padding: 0 0 50px 0;
	box-sizing: border-box;
}
.contact h2 {
	margin: 0 0 30px 0;
}
.contact .colLeft,
.contact .colRight {
	width: 50%;
	float: left;
}
.contact .cms-form-container,
.contact form .input.text input {
	width: 100%;
}
.contact .colRight .contentInfo {
	margin: 0 0 10px 120px;
}
.contact .colRight .contentInfo:nth-of-type(2),
.contact .colRight .contentInfo:nth-of-type(3),
.contact .colRight .contentInfo:nth-of-type(4),
.contact .colRight .contentInfo:nth-of-type(5) {
	padding-left: 40px;
	position: relative;
}
.contact .colRight .contentInfo:nth-of-type(2):before,
.contact .colRight .contentInfo:nth-of-type(3):before,
.contact .colRight .contentInfo:nth-of-type(4):before,
.contact .colRight .contentInfo:nth-of-type(5):before {
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
    color: #31869b;
}
.contact .colRight .contentInfo:nth-of-type(2):before {
	content: "\f041";
	left: 2px;
}
.contact .colRight .contentInfo:nth-of-type(3):before {
	content: "\f10b";
	font-size: 25px;
	left: 4px;
}
.contact .colRight .contentInfo:nth-of-type(4):before {
	content: "\f0e0";
	font-size: 19px;
	top: 2px;
}
.contact .colRight .contentInfo:nth-of-type(5):before {
	content: "\f059";
	left: 1px
}
.contact h2 {
	font-size: 24px;
	font-weight: 400;
	color: #31869b;
}
.contact .colRight .contentInfo p,
.contact .colRight .contentInfo a {
	color: #000;
	font-weight: 400;
}
.contact .colRight .contentInfo p {
	margin: 0;
}
.contact .colRight .contentInfo a:hover {
	text-decoration: underline;
}
.contact .cms-form-container .submit {
	justify-content: flex-end;
}
/********************** CONTACT ************************/


._2p3a,
._2zfr,
.uiScaledImageContainer {
	width: 250px!important;
}



#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	background-color: #31869b!important;
	border-color: #31869b!important;
}
#CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
	background-color: #31869b!important;
}
#CybotCookiebotDialog a:hover:after, #CybotCookiebotDialog a:hover:before, 
#CybotCookiebotDialog button:hover:after, #CybotCookiebotDialog button:hover:before,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:not(:disabled),
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
	border-color: #31869b!important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
	fill: #31869b!important;
}
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover,
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a,
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive,
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a,
#CookiebotWidget .CookiebotWidget-consent-details button {
	color: #31869b!important; 
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
	border-bottom-color: #31869b!important;
}



@media only screen and (min-width: 1921px)  {}



