* {
	border: 0;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	font-family: 'graphik', sans-serif;
}
.relative,
main {
	position: relative;
	z-index: 9;
}
/*** Widths - Margins - Paddings - Borders ***/

.max800 {
	max-width: 800px;
	margin: 0 auto;
}
.margin20 {
	margin: 20px;
}
.vmargin5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.vmargin15 {
	margin-top: 15px;
	margin-bottom: 8px;
}
.vmargin20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.vmargin30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.vmargin40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.vmargin50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.padding20 {
	padding: 20px;
}
.padding30 {
	padding: 30px;
}
.padding30 + .padding30 {
	padding: 0 30px 30px;
}
.padding40 {
	padding: 40px;
}
.padding50 {
	padding: 50px;
}
.padding60 {
	padding: 60px;
}
.padding1040 {
	padding: 10px 40px;
}
.padding2040 {
	padding: 20px 40px;
}
.vpadding1040 {
	padding-top: 10px;
	padding-bottom: 40px;
}
.vpadding10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.vpadding20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.vpadding30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.vpadding40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.vpadding50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.vpadding60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.vpadding80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.vpadding100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.vpadding120 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.hborders {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 20px;
	margin: 40px auto;
}
.borders {
	border: 1px solid #fff;
}
.rounded {
	border-radius: 10px;
}

/*** Typography ***/

h1,
h2,
h3,
h4,
h5,
p,
a {
	font-family: 'graphik', sans-serif;
	-webkit-transition: font-size 0.6s;
	-o-transition: font-size 0.6s;
	transition: font-size 0.6s;
	text-align: center;
	color: #494a4b;
}
h1 {
	font-size: 44px;
	font-weight: 600;
	color: #017aa4;
	text-align: left;
	text-transform: uppercase;
	margin: 3px 0;
	display: block;
}
.landing2 h1 {
	font-size: 24px;
}
h1 span {
	padding: 4px 6px 2px;
}
h2 {
	font-size: 26px;
	color: #000;
	font-weight: 400;
	text-align: center;
}
h3 {
	font-size: 30px;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	margin: 40px auto 10px;
}
h4 {
	font-size: 26px;
	font-weight: 400;
	text-align: center;
}
h5 {
	font-size: 26px;
	font-weight: 400;
	line-height: 1.46em;
}

p {
	font-size: 18px;
	line-height: 1.44em;
	font-weight: 400;
	text-decoration: none;
	margin-bottom: 5px;
	text-align: left;
}
.small {
	font-size: 14px;
	line-height: 18px;
}
.smaller {
	font-size: 12px;
	line-height: 18px;
}
a {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
.uppercase {
	text-transform: uppercase;
}
.text-center {
	text-align: center;
}
.gradient {
	color: #fff;
	background: rgb(1, 122, 160);
	background: -o-linear-gradient(
		left,
		rgba(1, 122, 160, 1) 0%,
		rgba(20, 46, 87, 1) 50%,
		rgba(1, 122, 164, 1) 100%
	);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(1, 122, 160, 1)),
		color-stop(50%, rgba(20, 46, 87, 1)),
		to(rgba(1, 122, 164, 1))
	);
	background: linear-gradient(
		90deg,
		rgba(1, 122, 160, 1) 0%,
		rgba(20, 46, 87, 1) 50%,
		rgba(1, 122, 164, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#017aa0",endColorstr="#017aa4",GradientType=1);
}
.gradient2 {
	color: #fff;
	background: rgb(180, 30, 100);
	background: -o-linear-gradient(
		left,
		rgba(180, 30, 100, 1) 0%,
		rgba(110, 15, 60, 1) 50%,
		rgba(180, 30, 100, 1) 100%
	);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(180, 30, 100, 1)),
		color-stop(50%, rgba(110, 15, 60, 1)),
		to(rgba(180, 30, 100, 1))
	);
	background: linear-gradient(
		90deg,
		rgba(180, 30, 100, 1) 0%,
		rgba(110, 15, 60, 1) 50%,
		rgba(180, 30, 100, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b41e64",endColorstr="#b41e64",GradientType=1);
}

/*** Buttons ***/

.btn {
	font-size: 32px;
	font-weight: 700;
	cursor: pointer;

	letter-spacing: 0;
	line-height: 130%;

	border: none;
	padding: 15px 24px 13px;
	position: relative;
}
.btn:hover {
	text-decoration: none;
}
.btn:hover:before {
	opacity: 0.15;
}
.btn:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-color: #fff;
	opacity: 0;
	will-change: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

/*** Columns ***/

.cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.col {
	padding: 0 20px;
	position: relative;
}
.col.one {
	-webkit-box-flex: 1;
	flex: 1 1 100%;
	-ms-flex: 1 1 auto;
	width: 100%;
}
.col.onehalf {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	-ms-flex: 0 0 auto;
	width: 50%;
}
.col.onethird {
	-webkit-box-flex: 0;
	flex: 0 0 33.3%;
	-ms-flex: 0 0 auto;
	width: 33.3%;
}
.col.onethird {
	padding-left: 30px;
	padding-right: 30px;
}
.col.onethird + .col.onethird {
	border-left: 1px solid #a7def2;
}
.col.twothirds {
	-webkit-box-flex: 0;
	flex: 0 0 66.7%;
	-ms-flex: 0 0 auto;
	width: 66.7%;
}
.col.onequarter {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	-ms-flex: 0 0 auto;
	width: 25%;
}
.col.onefifth {
	-webkit-box-flex: 0;
	flex: 0 0 20%;
	-ms-flex: 0 0 auto;
	width: 20%;
}
.col.oneseventh {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 14%;
	flex: 0 0 14%;
}
.col.seventwelfths {
	-webkit-box-flex: 0;
	flex: 0 0 58%;
	-ms-flex: 0 0 auto;
	width: 58%;
}
.col.fivetwelfths {
	-webkit-box-flex: 0;
	flex: 0 0 42%;
	-ms-flex: 0 0 auto;
	width: 42%;
}

/*** Header & Footer ***/

header {
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0px;
}
header .logo {
	position: absolute;
	z-index: 99999;
	left: 40px;
	height: 90px;
	background-color: #fff;
	padding: 10px;
	top: 0px;
}
header .cta {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 90px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	-o-transition: transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	background-color: #1d6993;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.form_reveal {
	text-decoration: none !important;
	cursor: pointer;
}
header.scrolled .cta,
.form_revealed header .cta {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
header .cta span:last-of-type {
	display: none;
	-webkit-box-flex: 1;
	flex: 1 1 100%;
	-ms-flex: 1 1 auto;
	width: 100%;
}
header img {
	height: 90px;
}

footer i {
	padding: 0 5px;
}
footer i:first-of-type {
	padding-left: 10px;
}
footer p.smaller:last-child {
	border-top: 1px #ccc solid;
	display: inline-block;
	padding: 5px 0 0;
	margin: 5px 0 20px;
}
footer > div > div > img {
	width: 105px;
}

/*** Page ***/

section {
	width: 100%;
	position: relative;
	overflow: hidden;
}
section.fullheight {
	height: 100vh;
	min-height: 600px;
}
section .background {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
section .background_container {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
section .background_container .background {
	position: static;
	width: 100%;
	height: 100vh;
}
.intro-start,
.intro-end {
	font-size: clamp(18px, 1.25vw, 48px);
	line-height: 1.5em;
}
.intro-start {
	padding: 90px 20px 50px;
}
@media (max-height: 767px) and (min-width: 800px) {
	.intro-start {
		padding: 40px 20px 20px;
	}
	.intro-start,
	.intro-end {
		font-size: 16px;
	}
	.ribbon {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		font-size: 24px !important;
	}
}
.intro-end {
	padding: 30px 20px 0;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
.content {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
	z-index: 1;
	text-align: center;
}
.hero .content {
	max-width: none;
}
.content.fullwidth {
	max-width: 100%;
}
.hero .col .content .logo,
.hero .col .content .intro-start,
.hero .col .content .intro-end,
.hero .btn {
	max-width: 70%;
	min-width: 400px;
	margin: 0 auto;
}

.hero .logo {
	height: auto;
}
.hero .logo img {
	min-width: 230px;
	max-width: 500px;
	width: 50%;
}
.hero .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.hero .col * {
	-webkit-box-flex: 1;
	flex: 1 1 100%;
	-ms-flex: 1 1 auto;
	width: 100%;
}
.hero .cols {
	height: 100%;
}
.ribbon-wrapper {
	left: -20px;
	position: relative;
}

.ribbon {
	font-size: clamp(26px, 1.25vw, 56px);
	width: auto !important;
	min-width: 455px;
	padding: 20px 25px;
	line-height: 1.25em;

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.ribbon.blue_bg {
	position: absolute;
	left: 0;
	z-index: 1;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.ribbon.green_bg {
	left: 0;
	float: left;
}
.ribbon i {
	position: absolute;
	right: 30px;
	width: auto !important;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.ribbon strong {
	padding-right: 40px;
	line-height: 2.5em;
}
.p-right {
	right: 0;
}
.p-left {
	/* left: -20px; */
}
#logo {
	width: 256px;
	margin: 0 auto;
	display: block;
	-webkit-filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.2));
	-webkit-transition: width 0.6s;
	-o-transition: width 0.6s;
	transition: width 0.6s;
}

.bar {
	position: relative;
	width: 100%;

	padding: 55px 20px;
}
.bar i {
	position: absolute;
	font-size: 32px;
	width: 60px;
	height: 60px;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	border-radius: 60px;
	line-height: 60px;
	z-index: 1;
}
.bar h5 {
	position: relative;
	z-index: 0;
}

nav {
	max-width: 620px;
}
nav ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
nav ul li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}
nav ul li a {
	text-transform: uppercase;
}
#contacts {
	display: block;
	margin: 0 auto;
	text-align: center;
}
#contacts a {
	font-size: 14px;
	font-weight: 400;
	padding: 0 10px;
	display: inline-block;
}

.icon {
	width: 125px;
	margin: -70px auto 10px;
}

/*** Class overrides ***/

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.left {
	text-align: left;
}
.padding0 {
	padding: 0;
}
.flexvert {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.flexvert > div {
	width: 100%;
}
/*** Colors ***/

.blue_bg {
	background-color: #1d6993;
}
.blue_bg h3,
.blue_bg p {
	color: #fff;
}
.blue {
	color: #1d6993;
}
.lightblue_bg {
	background-color: #24acde;
}
.blue2_bg {
	background-color: #0091bb;
}
.orange_bg {
	background-color: #ffa22b;
}
.yellow {
	color: #e0c120;
}
.purple_bg {
	background-color: rgb(180, 30, 100);
}
.white {
	color: #fff;
}
.green_bg {
	background-color: #33ac5b;
}
.green {
	color: rgb(100, 190, 110);
}
.triangle:before {
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;

	border-top: 25px solid #1d6993;
	content: '';
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	bottom: -25px;
}
.triangle.lightblue_bg:before {
	bottom: 0;
	border-top-color: #24acde;
}
/*** Storie ***/

.story .col.onehalf {
	border-right: 1px solid #a7def2;
}
.story .col.onehalf:last-child {
	border-right: none;
}
.story {
	text-align: left;
}
.landing_2 #simone .story {
	margin: 100px auto;
}
.story h4 {
	min-height: 110px;
	padding-top: 10px;
	max-width: 280px;
	margin: 0 auto;
}
.landing_2 .story h4 {
	max-width: 340px;
	min-height: 0;
	margin-bottom: 25px;
	text-align: left;
	margin: 0;
	max-width: 400px;
}
.landing_2 #simone .col-text h4.not_tablet {
	padding-top: 0;
}
.story h4 span {
	display: none;
}

.story .col .cols {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.story .col .cols img {
	width: 60%;
	margin-right: 20px;
}
.cit_container {
	display: inline-block;
	margin-top: 0px;
}
.landing_2 .cit_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cit {
	border-left: #e0c120 solid 15px;
	padding-left: 15px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.cit p {
	margin: 0;
	padding: 0;
	display: block;
}
.story .btn_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.story .btn {
	margin: 0 30px 30px;
	padding: 14px 20px 12px;
	font-size: 18px;
}
.story .btn_container .spacer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15px;
	flex: 0 0 15px;
	width: 15px;
	display: none;
}
.story .btn {
	background: #1d6993;
	margin: 30px 0;
	width: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}
.story .btn.video_reveal {
	background: #e0c120;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.story .btn.video_reveal svg {
	margin-right: 15px;
}
.story .col.open .btn.story_reveal,
.story .col.open .spacer {
	display: none;
}
.story .btn.story_reveal {
	display: none;
}
.story i {
	color: #fff;
	padding: 16px 5px;
	vertical-align: baseline;
}
.story.open .story_cols > div > i:first-of-type {
	margin-left: 30px;
}
.story .close {
	height: 60px;
	width: 60px;
	background-color: #fff;
	border-radius: 60px;
	font-size: 36px;
	position: absolute;
	right: 27px;
	top: 20px;
	line-height: 30px;
	cursor: pointer;
	display: none;
	text-align: center;
}
.story_container:nth-child(even) .story .close {
	color: #02b5e2;
}
.story_container:nth-child(odd) .story .close {
	color: #017aa4;
}

.video_reveal {
	cursor: pointer;
}
img.video_reveal {
	border-bottom: 26px solid #0091bb;
}
.landing_2 img.video_reveal {
	border-bottom: none;
	margin-bottom: 0;
}
.landing_2 #simone .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.landing_2 #simone img.video_reveal {
	margin-top: 0;
	width: 400px;
}

.landing_2 #simone .col-text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 400px);
	flex: 0 0 calc(100% - 400px);
	max-width: calc(100% - 400px);
	padding-left: 45px;
}

.landing_2 #simone .cit_container {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.landing_2 #simone .cit {
	margin-right: 30px;
}

/*** Elements ***/

.arrow_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.arrow {
	background-color: #dad2ae;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	-ms-flex: 0 0 auto;
	width: 100%;
}
.arrow p {
	margin-bottom: 0;
	text-align: center;
	font-size: 18px;
}
.arrow_container .svg_container {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	-ms-flex: 0 0 auto;
	width: 100%;
	margin-bottom: 10px;
}
.arrow_container svg {
	fill: #dad2ae;
	width: 100%;
	height: 40px;
}

.owl-stage {
	max-width: none !important;
}

body.form_revealed {
	position: fixed;
	width: 100%;
}
#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 8888;
	display: none;
	overflow: auto;
}
#overlay section {
	padding-top: 90px;
	background-color: #f4f4f4;
	display: none;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.mobile {
	display: none;
}

#story .onethird {
	text-align: left;
}
#story .twothirds p {
}
#story .cit_container {
	margin-top: 0px;
	padding-bottom: 12px;
}

#video_overlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999;
}
#video_overlay > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;

	max-width: 1000px;
	margin: 0 auto;
	padding: 0 25px;
}
#video_overlay > div > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 0;
	padding-bottom: 56%;
	position: relative;
	width: 100%;
}
#close_btn {
	top: -45px;
	width: 45px;
	height: 45px;
	background-color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	right: 0px;
	left: auto;
	cursor: pointer;
	position: absolute;
}
#close_btn i {
	color: #fff;
	font-size: 24px;
}

.tablet {
	display: none;
}

@media screen and (min-width: 800px) {
	.hero h1 {
		text-shadow: 0px 0px 8px #666;
	}
	.hero p {
		color: #222;
	}
}
.green_border {
	border: 12px solid #33ac5b;
}

.rect {
	width: 680px;
	margin: 75px auto 45px;
	position: relative;
	padding-top: 70px;
}
.rect .title {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -50px;
	padding: 21px;
	width: 450px;
	max-width: calc(100% + 24px);
}
.rect p a {
	font-weight: 700;
	color: #24acde;
	text-decoration: underline;
}
.mouse {
	position: absolute;
	bottom: 20px;
	right: 30px;
	width: 45px;
	display: none;
}
h4 span em {
	font-style: normal;
	color: #176e99;
}
.open .story_tell {
	display: block !important;
}
.down {
	position: absolute;
	bottom: 0;
	left: -1px;
	width: 45px;
	-webkit-animation: MoveUpDown 2s ease-out infinite;
	animation: MoveUpDown 2s ease-out infinite;
}

@-webkit-keyframes MoveUpDown {
	0%,
	100% {
		bottom: 5px;
	}
	50% {
		bottom: 15px;
	}
}

@keyframes MoveUpDown {
	0%,
	100% {
		bottom: 5px;
	}
	50% {
		bottom: 15px;
	}
}

.cit em {
	color: #176e99;
	font-style: normal;
}
iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.hero .col .btn i {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.landing_2 .hero .col .content .logo,
.landing_2 .hero .col .content .intro-start,
.landing_2 .hero .col .content .intro-end {
	max-width: 80%;
	min-width: 350px;
}
.landing_2 .hero .col .content .intro-end {
	padding-top: 20px;
}
.hero .btn {
	max-width: calc(80% - 40px);
	display: block;
	border-radius: 8px;
	margin: 0 auto;
	min-width: 350px;
	font-size: clamp(26px, 1.25vw, 56px);

	line-height: 1em;
	padding: 27px 15px;
}

.landing_2 .intro-start {
	padding-bottom: 25px;
}
.intro-start span {
	font-size: clamp(22px, 1.25vw, 56px);
	padding-bottom: 30px;
	line-height: 1.3em;
}
.claim {
	font-size: clamp(36px, 3vw, 72px);
	text-align: center;
	color: #fff;
	bottom: 36%;
	position: absolute;
	text-shadow: 5px 10px 10px rgba(0, 0, 0, 0.75);
}

.landing_2 section#in-italia {
	overflow: visible;
}
.conlaricerca {
	max-width: calc(100% - 40px);
	margin: 0 auto;
}

.conlaricerca .btn {
	width: 450px;
	display: block;
	border-radius: 8px;
	padding-top: 20px;
	padding-bottom: 18px;
	margin: 30px auto -40px;
}
label img {
	position: relative;
	top: -3px;
}

#aderisci-al-programma svg {
	height: 130px;
}
