@charset "utf-8";
@import url('bootstrap-reboot.min.css');
@import url('bootstrap-grid.min.css');
@import url('fancybox.css');
/* @import url('twentytwenty-no-compass.css'); */

/* <loader */
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #005e9d;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}

.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #005e9d, 0 0 5px #005e9d;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-moz-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	-o-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 15px;
	right: 15px;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #005e9d;
	border-left-color: #005e9d;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	-moz-animation: pace-spinner 400ms linear infinite;
	-ms-animation: pace-spinner 400ms linear infinite;
	-o-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
	0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
	0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
	0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
	0% { transform: rotate(0deg); transform: rotate(0deg); }
	100% { transform: rotate(360deg); transform: rotate(360deg); }
}
/* loader> */

body {
	margin: 0;
	background-color: #005e9d;
	height: 100%;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #000;
	-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
	line-height: 20px;
}
@media  (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
	body {
		/*padding: 0;*/
	}
}
@media (max-width: 575.98px) {
}

/* <mini reset */
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

a,
a:link,
a:active,
a:visited {
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: none;
	outline: expression(hideFocus='true');
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
/* mini reset> */

* {
	-moz-transition: all .3s;
		-webkit-transition: all .3s;
			transition: all .3s;
}

#wrapper {
	position: relative;
	margin: 40px auto;
	background-color: #fff;
	-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
			border-radius: 2px;
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
			box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	max-width: 1860px;
	width: calc(100vw - 80px);
}
@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
	#wrapper {
		margin: 20px auto;
		width: calc(100vw - 40px);
	}
}
@media (max-width: 575.98px) {
	#wrapper {
		margin: 0 auto;
		width: 100%;
	}
}

.visible {
	overflow: inherit;
	height: inherit;
	font-size: inherit;
	line-height: inherit;
}
.hidden {
	overflow: hidden;
	height: 0;
}

@media (min-width: 768px) {
	.visible,
	.hidden {
		overflow: inherit;
		height: inherit;
	}
}

/* <header */
header {
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 999;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1860px;
}
header h1 {
	margin: 30px auto 25px;
	width: 140px;
	height: auto;
}
header h1 a {
	display: block;
	background: url("../images/saro-logo.svg") 0 0 no-repeat;
	width: 140px;
	height: 112.5px;
}
header.shrink {
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 99;	
	margin-right: auto;
	margin-left: auto;
	background: #eefaff;
    background: linear-gradient(45deg, #fff 0%, #eefaff 100%);
	padding: 15px 0;
	border-bottom: 1px solid #cfe1e9;
	-moz-box-shadow: 0px 4px 3px 0px rgba(64,145,180,0.1);
		-webkit-box-shadow: 0px 4px 3px 0px rgba(64,145,180,0.1);
			box-shadow: 0px 4px 3px 0px rgba(64,145,180,0.1);
}
header.shrink #header {
	margin: 0 auto;
	width: 100%;
	max-width: 1199.98px;
	padding: 0 15px;
}
header.shrink h1 {
	margin-top: 10px;
	margin-bottom: 15px;
	width: 132px;
	height: auto;
}
header.shrink h1 a {
	background-image: url("../images/saro-logo-2.svg");
	width: 132px;
	height: 23px;
}
/* <nav */
nav {
	height: 20px;
}
nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
nav ul li {
	position: relative;
	z-index: 998;
	display: inline-block;
	line-height: 20px;
}
nav ul li::before,
nav ul li::after {
	display: inline-block;
	content: "";
	width: 40px;
}
nav ul li:first-child {
	padding-left: 0;
}
nav ul li.current a {
	color: #c00524;
}
nav ul li a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #005e9d;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}
nav ul li a:hover {
	color: #c00524;
}
nav ul li a::after {
	position: absolute;
	content: '';
	top: 30px;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 9;
	background: #005e9d;
    background: linear-gradient(-45deg, #005e9d 0%, #c00524 100%);
	width: 97%;
	height: 1px;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}
nav ul li a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

nav ul li:hover > ul {
	display: block;
}

header.shrink nav {
	margin-top: 0;
}
header.shrink nav ul li::before,
header.shrink nav ul li::after {
	width: 20px;
}
header.shrink nav ul li a::after {
	top: 25px;
}

@media (max-width: 1199.98px) {
}
@media  (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
	nav ul li::before,
	nav ul li::after {
		width: 7px;
	}
	header.shrink nav ul li::before,
	header.shrink nav ul li::after {
		width: 7px;
	}
}
@media (max-width: 575.98px) {
	header.shrink nav ul li a {
		font-size: 11px;
	}
}
/* nav> */
/* header> */

/* <banner */
#banner {
	height: 710px;
	background: url("../images/saro-banner.jpg") 50% 0 no-repeat;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
		-webkit-border-top-left-radius: 2px;
		-webkit-border-top-right-radius: 2px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
	border-bottom-left-radius: 50% 2%;
	border-bottom-right-radius: 50% 2%;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
	#banner {
		background-position-x: 65%;
		background-size: 1441px 550px;
		height: 550px;
	}
}
/* banner> */

/* <section-1 */
#section-1 {
	padding-top: 70px;
	padding-bottom: 50px;
}
#section-1 .box {
	text-align: center;
}
#section-1 .box div {
	top: -30px;
	margin: 0 auto -70px;
	width: 180px;
	height: 120px;
}
#section-1 .box a h2 {
	display: inline-block;
	margin-bottom: 10px;
	height: 50px;
	font-size: 20px;
	color: #005e9d;
	font-weight: 500;
	line-height: 25px;
}
#section-1 .box a h2 span {
	display: block;
}
#section-1 .box a:hover h2 {
	color: #c00524;
}

#section-1 .box-2 {
	margin-top: 15px;
	background: url("../images/roata-dintata-1.jpg") 50% 0 no-repeat;
}
#section-1 .box-2 blockquote {
	position: relative;
	z-index: 1;
	margin: 200px auto 120px;
	width: 300px;
	color: #65686a;
	line-height: 25px;
	text-align: center;
}
#section-1 .box-2 blockquote::before {
	position: absolute;
	top: -120px;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 2;
	content: "";
	background-color: #65686a;
	width: 1px;
	height: 100px;
}
#section-1 .box-2 blockquote::after {
	position: absolute;
	top: auto;
	right: auto;
	bottom: -120px;
	left: auto;
	z-index: 2;
	content: "";
	background-color: #65686a;
	width: 1px;
	height: 100px;
}
#section-1 .gdpr {
	line-height: 25px;
}
#section-1 .gdpr h1 {
	margin-bottom: 30px;
	color: #005e9d;
}
#section-1 .gdpr h3 {
	padding: 10px 0;
	color: #c00524;
	font-weight: 500;
}
#section-1 .gdpr h3::after {
	margin-top: 10px;
	display: block;
	content: "";
	background-color: #005e9d;
	width: 70px;
	height: 3px;
}
#section-1 .gdpr p {
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: 400;
}
#section-1 .gdpr ul {
	margin: 0 0 20px;
	list-style-type: none;
	padding: 0;
}
#section-1 .gdpr ul li {
	background: url("../images/bullet-1.svg") 0 3.5px no-repeat;
	background-size: 10px 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 20px;
}
#section-1 .gdpr ul li strong {
	font-weight: 500;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
	#section-1 .box {
		margin-bottom: 50px;
	}
	#section-1 h2 {
		height: auto;
	}
	#section-1 .box-2 {
		margin-top: -15px;
	}
}
@media (max-width: 575.98px) {
}
/* section-1>*/

/* <section-2 */
#section-2 {
	/*background: #eefaff url('../images/saro-banner-3.jpg') 50% 100% no-repeat;*/
	background: #eefaff;
	background-image: linear-gradient(45deg, #fff 0%, #eefaff 100%);
	background-image: url('../images/saro-banner-3.jpg');
	background-position: 50% 100%;
	background-repeat: no-repeat;
	padding: 120px 0 450px;
	border-top-left-radius: 50% 2%;
	border-top-right-radius: 50% 2%;
	border-bottom-left-radius: 50% 2%;
	border-bottom-right-radius: 50% 2%;
}
#section-2 .header h2 {
	margin-bottom: 30px;
	font-size: 18px;
	color: #005e9d;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
}
#section-2 .header h2 span {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	text-transform: capitalize;
}
#section-2 .header h2 span::before {
	margin-top: 6px;
	margin-right: 10px;
	display: inline-block;
	content: "";
	background-color: #005e9d;
	width: 30px;
	height: 3px;
}
#section-2 .header h2 span::after {
	margin-top: 6px;
	margin-left: 10px;
	display: inline-block;
	content: "";
	background-color: #005e9d;
	width: 30px;
	height: 3px;
}

#section-2 .content {
	padding: 20px 50px;
}
#section-2 .content p {
	padding-bottom: 15px;
}
#section-2 .content ul {
	margin: 0 0 20px;
	list-style-type: none;
	padding: 0;
}
#section-2 .content ul li {
	background: url("../images/bullet-1.svg") 0 1px no-repeat;
	background-size: 10px 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 15px;
}

#section-2 .hidden {
	display: none;
	visibility: hidden;
	height: 400px;
}

#section-2 .button-1 {
	margin-top: 20px;
	display: inline-block;
	height: 50px;
	background-color: #005e9d;
	-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
			border-radius: 25px;
	padding: 0 30px;
	color: #eefaff;
	line-height: 50px;
	cursor: pointer;
}
#section-2 .button-1:hover {
	background-color: #c00524;
	color: #fff;
}

#section-2 .button-2 {
	margin-top: 20px;
	display: inline-block;
	height: 40px;
	font-size: 11px;
	color: #005e9d;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 3px;
	cursor: pointer;
}
#section-2 .button-2::before {
	margin: 0 auto;
	display: block;
	content: "";
	background-color: #005e9d;
	width: 50px;
	height: 1px;
}
#section-2 .button-2::after {
	margin: 0 auto;
	display: block;
	content: "";
	background-color: #005e9d;
	width: 50px;
	height: 1px;
}
#section-2 .button-2:hover {
	color: #c00524;
}
#section-2 .button-2:hover::before,
#section-2 .button-2:hover::after {
	background-color: #c00524;
}
#section-2 .content ul.gallery {
	margin: 0;
	display: flex;
	flex-direction: row;
}
#section-2 .content ul.gallery li {
	margin-right: 30px;
	background: none;
	padding-left: 0;
	padding-bottom: 0;
	flex-basis: 100%;
	line-height: 20px;
}

body .fancybox-container * {
	-moz-transition: none;
		-webkit-transition: none;
			transition: none;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
	#section-2 {
		background-position: 0 100%;
		background-size: 700px 350px;
		padding-bottom: 350px;
	}
	#section-2 .header h2 {
		margin-left: 15px;
		text-align: left;
	}
	#section-2 .header h2 span {
		justify-content: left;
	}
	#section-2 .content {
		padding: 0 15px;
	}
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
	#section-2 .header h2 span::before,
	#section-2 .header h2 span::after {
		display: none;
	}
	#section-2 .button-2 {
		display: block;
		text-align: center;
	}
	#section-2 .content ul.gallery {
		flex-direction: column;
		flex-basis: 100%;
	}
	#section-2 .content ul.gallery li {
		width: 100%;
	}
}
/* section-2>*/

/* <section-3 */
#section-3 .bg {
	text-align: center;
}
#section-3 .bg img {
	max-width: 100%;
}
#section-3 h2 {
	margin-top: 90px;
	margin-bottom: 30px;
	font-size: 18px;
	color: #005e9d;
	font-weight: 500;
	line-height: 30px;
}
#section-3 h2 span {
	display: flex;
	flex-direction: row;
	/*justify-content: center;*/
	align-items: center;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	text-transform: capitalize;
}
#section-3  h2 span::before {
	margin-top: 6px;
	margin-right: 10px;
	display: inline-block;
	content: "";
	background-color: #005e9d;
	width: 30px;
	height: 3px;
}
#section-3 h2 span::after {
	margin-top: 6px;
	margin-left: 10px;
	display: inline-block;
	content: "";
	background-color: #005e9d;
	width: 30px;
	height: 3px;
}

#section-3 .content {
	padding: 20px 50px;
}
#section-3 .content p {
	padding-bottom: 15px;
}
#section-3 .content ul {
	margin: 0 0 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
}
#section-3 .content ul li {
	background: url("../images/bullet-1.svg") 0 1px no-repeat;
	background-size: 10px 10px;
	flex-basis: 33.3333%;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 15px;
}

#section-3 .button-2 {
	margin-top: 20px;
	display: inline-block;
	height: 40px;
	font-size: 11px;
	color: #005e9d;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 3px;
	cursor: pointer;
}
#section-3 .button-2::before {
	margin: 0 auto;
	display: block;
	content: "";
	background-color: #005e9d;
	width: 50px;
	height: 1px;
}
#section-3 .button-2::after {
	margin: 0 auto;
	display: block;
	content: "";
	background-color: #005e9d;
	width: 50px;
	height: 1px;
}
#section-3 .button-2:hover {
	color: #c00524;
}
#section-3 .button-2:hover::before,
#section-3 .button-2:hover::after {
	background-color: #c00524;
}
#section-3 .content ul.gallery {
	margin: 0;
	display: flex;
	flex-direction: row;
}
#section-3 .content ul.gallery li {
	margin-right: 30px;
	background: none;
	flex-basis: 100%;
	padding-left: 0;
	padding-bottom: 0;
	line-height: 20px;
}

@media (max-width: 1199.98px) {
	#section-3 h2 {
		margin-top: 60px;
	}
}
@media (max-width: 991.98px) {
	#section-3 .bg {
		text-align: left;
	}
	#section-3 .content {
		padding: 15px 15px 30px;
	}
	#section-3 .content h2 {
		margin-top: 20px;
		text-align: center;
	}
	#section-3 .content ul {
		justify-content: center;
		padding-bottom: 0;
	}
}
@media (max-width: 767.98px) {
	#section-3 .content ul li {
		flex-basis: 45%;
	}
}
@media (max-width: 575.98px) {
	#section-3 h2 span::before,
	#section-3 h2 span::after {
		display: none;
	}
	#section-3 .button-2 {
		display: block;
		text-align: center;
	}
	#section-3 .content ul.gallery {
		flex-direction: column;
		flex-basis: 100%;
	}
	#section-3 .content ul.gallery li {
		width: 100%;
	}
}
/* section-3>*/

/* <footer */
footer .section-1 {
	background: #005e9d url('../images/saro-symbol-1.svg') 50% 240px no-repeat;
    /*background: linear-gradient(45deg, #fff 0%, #eefaff 100%);*/
	padding-top: 40px;
	padding-bottom: 30px;
	border-top-left-radius: 50% 2%;
	border-top-right-radius: 50% 2%;
	border-bottom-left-radius: 50% 2%;
	border-bottom-right-radius: 50% 2%;
}
footer h2 {
	margin: 20px auto 40px;
	width: 140px;
	height: 112.5px;
	font-size: 14px;
	color: #aabab4;
	font-weight: 600;
}
footer h2 img {
	margin-bottom: 70px;
	width: 140px;
	height: 112.5px;
}
footer .boxes {
	padding-bottom: 20px;
}
footer .boxes {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-grow: 1;
}
footer .boxes .box {
	display: flex;
	flex-direction: row;
	justify-content: left;
	flex-grow: 0;
	padding: 0 40px;
}
footer .boxes .box .icon {
	margin-top: 17px;
	display: block;
	width: 30px;
	height: 30px;
}
footer .address {
	padding: 0 20px 20px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 25px;
}
footer .boxes {
	padding: 10px 0 30px;
}
footer .boxes .box .phone {
	background: url("../images/phone.svg") 0 0 no-repeat;
	background-size: 30px 30px;
}
footer .boxes .box .mail {
	background: url("../images/mail.svg") 0 0 no-repeat;
	background-size: 30px 30px;
}
footer .boxes .box .address {
	background: url("../images/address.svg") 0 0 no-repeat;
	background-size: 30px 30px;
}
footer .boxes .box .content {
	padding-left: 12px;
}
footer .boxes .box .content span {
	display: block;
	color: #b3cfe2;
	font-size: 13px;
}
footer .boxes .box .content a {
	position: relative;
	z-index: 99;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
footer .boxes .box .content a::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 2px solid #b3cfe2;
	transform: scaleX(0);
	transition: transform 0.25s ease-out;
	transform-origin: bottom left;
}
footer .boxes .box .content a:hover::after {
	transform: scaleX(1);
}
footer ul {
	margin: 20px 0 40px;
	display: flex;
	justify-content: center;
	list-style-type: none;
	padding: 0;
}
footer ul li {
	padding: 0;
	font-weight: 400;
}
footer ul li::before {
	content: "/";
	padding: 0 15px;
	font-size: 10px;
	color: #428aba;
}
footer ul li:first-child::before {
	content: "";
	padding: 0;
}
footer ul li a {
	position: relative;
	z-index: 99;
	display: inline-block;
	color: #b3cfe2;
}
footer ul li a:hover {
	color: #fff;
}
footer ul li a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 2px solid #b3cfe2;
	transform: scaleX(0);
	transition: transform 0.25s ease-out;
	transform-origin: bottom left;
}
footer ul li a:hover::after {
	transform: scaleX(1);
}
footer p a {
	color: #fff;
}
footer p a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}
footer .copyright {
	padding-top: 0;
	font-size: 9px;
	color: #b3cfe2;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
}
footer .section-2 {
	padding: 20px 0;
	justify-content: center;
	background-color: #fff;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
		-webkit-border-bottom-left-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
			border-bottom-left-radius: 2px;
			border-bottom-right-radius: 2px;
	font-size: 13px;
	color: #777;
	font-weight: 400;
}
footer .section-2 a {
	position: relative;
	z-index: 99;
	display: inline-block;
	color: #22292b;
}
footer .section-2 a:hover {
	border-bottom: none;
	color: #005e9d;
}

@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
}
@media (max-width: 767.98px) {
	footer ul {
		display: none;
	}
}
@media (max-width: 575.98px) {
	footer .section-1 {
		background-position: 50% 320px;
		background-size: 300px 311px;
	}
	footer ul li::before {
		content: "";
		padding: 0;
	}
	footer .address {
		padding-bottom: 20px;
	}
	footer .boxes {
		margin-top: 20px;
		margin-left: 20px;
		flex-direction: column;
	}
	footer .boxes .box {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	footer .boxes .box .content a {
		font-size: 14px;
	}
	footer .boxes .box .content a::after {
		display: none;
	}
}
@media (max-width: 379.98px) {
	footer .boxes .box {
		padding-right: 15px;
		padding-left: 15px;
	}
}
/* footer> */

/* <cookie */
.cc-color-override-1340383904.cc-window {
	background: #005e9d;
    background: linear-gradient(45deg, #005e9d 0%, #c00524 100%);
	border-radius: 4px;
	font-family: 'Montserrat', sans-serif;
}
.cc-floating .cc-message {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}
.cc-color-override-1340383904 .cc-link {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.cc-color-override-1340383904 .cc-link:hover {
	border-bottom-color: #fff;
	color: #fff;
}
.cc-floating .cc-compliance > .cc-btn {
	border-radius: 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cc-floating .cc-compliance > .cc-btn:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
@media (max-width: 414.98px) {
	.cc-color-override-1340383904.cc-window {
		border-radius: 0;
	}
}
/* cookie> */
