<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
/* font-family: 'Montserrat', sans-serif; */
/* font-family: 'Hind', sans-serif; */
@charset "utf-8";
/* CSS Document */
/*-----------------------------------*/
/* Fonts */
/*-----------------------------------*/
li {
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  opacity: 0.7;
}
a:active {
  background-color: transparent;
}
input,
textarea,
input[type="submit"]:focus,
div {
  outline: 0 none;
  font-family: 'Open Sans';
}
button,
input,
select,
textarea {
  vertical-align: top;
  margin: 0;
}
/*-----------------------------------*/
/* Typography */
/*-----------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5c5146;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.2em;
  margin-bottom: .8em;
}
h4,
h5,
h6 {
  color: #e86741;
}
h1 {
  font-size: 27px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 15px;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
small {
  font-size: 85%;
}
i {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  font-style: normal;
  background-repeat: no-repeat;
  margin-right: 15px;
}
p {
  line-height: 19px;
  margin-bottom: 16px;
}
.margin-10 {
  margin-bottom: 10px;
}
.margin-20 {
  margin-bottom: 20px;
}
.margin-30 {
  margin-bottom: 30px;
}
.margin-40 {
  margin-bottom: 40px;
}
.margin-50 {
  margin-bottom: 50px;
}
/*-----------------------------------*/
/* Struttura */
/*-----------------------------------*/
.container {
  max-width: 1200px;
  height: auto;
}
.header {
  background: transparent;
  width: 100%;
  padding: 0px 0px;
  height: auto;
  text-align: center;
  position: relative;
}
a.logo {
  height: auto;
  margin: 0px auto;
  display: block;
  text-align: center;
}
a.logo img {
  max-width: 100%;
  max-height: 150px;
}
a.logo h1 {
  font-family: 'Open Sans';
  font-size: 46px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin: 5px auto 10px auto;
}
#main-claim {
  position: relative;
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#main-claim #gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
}
#main-claim .claims h1 {
  margin: 0 0 20px 0;
  font-size: 42px;
  color: #ffffff;
  text-transform: uppercase;
}
#main-claim .claims h2 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.8em;
}
#main-claim .claims ul.point-list {
  width: 100%;
  height: auto;
  margin-top: -20px;
  padding: 0px;
}
#main-claim .claims ul.point-list li {
  list-style: none;
  margin-bottom: -10px;
  display: table;
  vertical-align: top;
}
#main-claim .claims .mark {
  margin-right: 5px;
  display: table-cell;
  vertical-align: middle;
  background-color: transparent;
}
#main-claim .claims .mark i.fa {
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 8px;
}
#main-claim .claims .point-dtls {
  display: table-cell;
}
#main-claim .claims .point-dtls h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.3px;
}
#main-claim .claims .point-dtls p {
  color: #fff;
  font-size: 14px;
}
.top-content {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 0px;
  padding: 20px;
  margin-bottom: 20px;
  background: #f5f5f5;
}
.top-content h3 {
  font-size: 32px;
  color: #222222;
  font-weight: 300;
}
.sine-in-box {
  max-width: 380px;
  height: auto;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 20px 20px 20px;
  margin: 0px auto;
  position: relative;
}
.sine-in-box h5 {
  font-size: 20px;
  color: #000;
  font-family: 'Open Sans';
  margin-bottom: 15px;
  font-weight: 400;
}
.sine-in-box a.btn:hover {
  color: #000;
}
.reg-form {
  max-width: 380px;
  height: auto;
  padding: 15px 20px;
  margin: 0px auto;
  padding-bottom: 5px;
  background: rgba(30, 30, 30, 0.75);
}
.reg-form .btn {
  padding: 0px;
  width: 100%;
  height: 36px;
  font-weight: bold;
}
.reg-form .btn:hover {
  border-color: #ffffff;
}
.reg-form p {
  color: #fff;
  margin-top: 15px;
}
.reg-form p.marginated {
  margin-left: 20px;
  font-weight: normal;
}
.reg-form p.marginated a {
  font-weight: bold;
  color: #fff;
}
#text-img .content {
  padding: 40px 0;
}
#text-img .content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#text-img .content li {
  line-height: 26px;
}
#text-img .content li::before {
  font-family: FontAwesome;
  content: '\f00c';
  margin-right: 10px;
}
#text-img .content .preamble h3.lead {
  font-size: 22px;
  line-height: 30px;
  color: #4c4c4c;
  margin-top: 0px;
}
#text-img .content .fb-right {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#text-img .content p {
  color: #222222;
  line-height: 24px;
}
#text-img .content .custom-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#text-img .content .call-to-action {
  margin-top: 25px;
  font-size: 24px;
}
#text-img .content.second {
  background: #f5f5f5;
}
#text-map {
  /* important! bootstrap sets max-width on img to 100% which conflicts with google map canvas*/

}
#text-map .content {
  margin: 0px;
  padding: 0px;
}
#text-map .content.second {
  background: #f5f5f5;
}
#text-map .big-map {
  height: 400px;
  margin: 0px;
  overflow: hidden;
}
#text-map .big-map img {
  max-width: none;
  width: 100%;
  margin-top: 0px;
}
/*-----------------------------------*/
/* Stili bottoni */
/*-----------------------------------*/
.btn-theme {
  font-size: 16px;
  color: #fff;
}
.btn-theme.btn-lg {
  font-size: 26px;
}
.btn:hover,
.btn:focus {
  -webkit-transition: background-position 0s linear;
  -moz-transition: background-position 0s linear;
  -o-transition: background-position 0s linear;
  transition: background-position 0s linear;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  opacity: 0.7;
  color: #fff;
}
.btn.call-to-action:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #222222;
}
.shadow-dark {
  position: relative;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  border: 0;
}
.shadow-light {
  position: relative;
  box-shadow: 0 6px 10px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
  border: 0;
}
/*-----------------------------------*/
/* Stili footer */
/*-----------------------------------*/
.footer {
  width: 100%;
  height: auto;
  padding: 30px 0px 10px 0px;
  margin-bottom: 0px !important;
  text-align: center;
}
.footer .footer-social {
  color: #fff;
  margin-bottom: 30px;
}
.footer .footer-social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.footer .footer-social li span {
  display: block;
  text-indent: -400px;
}
.footer .footer-social li i.fa {
  border: 2px solid;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 10px 10px;
  width: 42px;
  height: 42px;
  margin-right: 0px;
  font-size: 18px;
}
.footer .footer-social li i.fa:hover {
  opacity: 0.7;
}
div.footer-bottom {
  width: 100%;
  height: auto;
  padding: 15px 0px 0px 0px;
  margin-bottom: 0px !important;
  background-color: #333;
}
div.footer-bottom p.footer-copyright {
  color: #fff;
  font-size: 11px;
  text-align: left;
}
div.footer-bottom div.footer-menu {
  color: #fff;
  font-size: 11px;
  float: right;
}
.spy {
  display: none;
}
.error {
  text-align: center;
  font-weight: bold;
  padding: 5px;
  color: red;
  background-color: #ededed;
}
.msg {
  padding: 15px;
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
</pre></body></html>