html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* barlow-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/barlow-v12-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 200;
  src: url("./fonts/barlow-v12-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/barlow-v12-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/barlow-v12-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Hamburger Menu CSS */
.hamburger {
  display: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 1000;
  padding: 12px 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -25px;
}
.hamburger div {
  width: 100%;
  height: 4px;
  background-color: #2d407c;
  margin: 6px 0;
  transition: 0.4s;
}
.home .hamburger div {
  background-color: white;
}
.header--sticky .hamburger div {
  background-color: #2d407c;
}
.hamburger div:nth-child(1) {
  margin-top: 0;
}
.hamburger div:nth-child(3) {
  margin-bottom: 0;
}
.hamburger.active div {
  background-color: #2d407c;
}
.hamburger.active div:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  transform-origin: 10px 2px;
}
.hamburger.active div:nth-child(2) {
  opacity: 0;
}
.hamburger.active div:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
  transform-origin: 11px 3px;
}
@media (max-width: 991px) {
  .hamburger {
    display: block;
  }
}

body,
html,
input,
select,
textarea,
button {
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  line-height: 1.363636;
  color: #2d407c;
}

body {
  padding-top: 141px;
}
@media (max-width: 991px) {
  body {
    padding-top: 91px;
  }
}
body.home {
  padding-top: 0;
}

strong,
b {
  font-weight: 600;
}

.lang {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
  transition: 0.25s ease-out transform;
  transform-origin: top left;
}
@media (max-width: 991px) {
  .lang {
    transform: scale(0.85);
  }
}

.wrapper {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
.wrapper--large {
  width: 1800px;
}
.wrapper--full {
  width: 100%;
}
@media (max-width: 567px) {
  .wrapper {
    padding: 0 30px;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  padding-top: 60px;
  padding-bottom: 10px;
  transition: 0.25s ease-out all;
}
.header__logo {
  display: block;
  position: relative;
}
.header__logo--bg {
  position: absolute;
  top: -199px;
  left: -276px;
  transition: 0.25s ease-out opacity;
}
.header--sticky {
  padding-top: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
}
.header--sticky .lang {
  transform: scale(0.85);
}
.header--sticky .header__logo--bg {
  opacity: 0;
}
.header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header img {
  display: block;
}
.header__line {
  flex: 1;
  border-bottom: 1px solid #a5a5a5;
  margin-bottom: 19px;
}
@media (max-width: 991px) {
  .header__line {
    display: none;
  }
}
@media (max-width: 991px) {
  .header__logo img:first-child {
    display: block;
    transition: 0.25s ease-out all;
  }
  .home .header__logo img:first-child {
    opacity: 0;
  }
  .home .header__logo--bg {
    opacity: 1;
    position: absolute;
    top: -199px;
    left: -300px;
  }
  .header--sticky .header__logo {
    margin: 0 auto;
  }
  .header--sticky .header__logo img:first-child {
    opacity: 1;
    height: 50px;
  }
  .home .header--sticky .header__logo--bg {
    opacity: 0;
  }
}
@media (max-width: 567px) {
  .home .header__logo--bg {
    top: -145px;
    left: -204px;
    height: 280px;
  }
}

.nav {
  flex: 0 0 auto;
}
.nav__social--mobile {
  display: none;
}
@media (max-width: 991px) {
  .nav {
    flex: 0 0 100%;
  }
}
.nav__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.nav__link {
  display: block;
}
.nav__link a {
  font-size: 24px;
  text-decoration: none;
  color: #a5a5a5;
  padding: 0 20px;
  display: block;
  border-left: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
  position: relative;
  height: 32px;
  line-height: 30px;
  margin-right: 15px;
  border-bottom: 1px solid #a5a5a5;
}
.home .nav__link a {
  color: white;
}
.header--sticky .nav__link a {
  color: #a5a5a5;
}
@media (max-width: 991px) {
  .nav__link a {
    font-size: 20px;
    padding: 0 10px;
  }
}
.nav__link:last-child a {
  margin-right: 0;
}
.nav__link--social {
  position: relative;
  background: none !important;
  display: flex;
}
.nav__link--social a {
  padding: 0 15px;
  margin: 0;
  border-bottom: none !important;
  border-right: none;
  position: relative;
  background: none !important;
}
.nav__link--social a::after {
  display: none;
}
.nav__link--social a img {
  transition: 0.25s ease-in-out transform;
}
.nav__link--social a img + img {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.25s ease-in-out opacity;
}
.active .nav__link--social a img + img {
  top: 15px;
}
.header--sticky .nav__link--social a img + img {
  opacity: 1;
}
.nav__link--social a:hover img {
  transform: scale(1.1);
}
.nav__link--social a + a {
  border-left: 0;
  padding-left: 0;
}
.nav__link--current a, .nav__link:hover a {
  color: #2d407c;
}
.home .nav__link:hover a {
  background-color: white;
}
.nav__link__logo {
  width: 135px;
}
.nav.active .nav__link a {
  color: #a5a5a5;
}
.nav.active .nav__link a img + img {
  opacity: 1 !important;
}
@media (max-width: 991px) {
  .nav {
    display: none;
    position: fixed;
    z-index: 10;
    inset: 0;
    padding-top: 50px;
    height: 100dvh;
    background: white;
    color: #2d407c;
  }
  .nav.active {
    display: block;
  }
  .nav__menu {
    border: none;
  }
  .nav__link {
    width: 100%;
  }
  .nav__link--social {
    bottom: auto;
    order: 3;
  }
  .nav__link--social a {
    padding: 16px 20px !important;
  }
  .nav__link a {
    display: block;
    border-right: none;
    border-left: none;
    color: #2d407c;
    font-size: 24px;
    line-height: 1em;
    padding: 20px 20px;
    height: auto;
    margin: 0;
  }
  .nav__link a:after {
    display: none;
  }
}
@media (max-width: 567px) {
  .nav__menu {
    top: 50%;
    position: absolute;
    margin-top: -150px;
    padding: 20px;
  }
}

.box__cta, .section__cta {
  text-align: center;
  font: normal normal normal 24px/29px "Barlow";
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  position: relative;
  overflow: hidden;
  background: none;
  transition: none;
  transition: background-position 0.15s ease-out;
  padding: 30px 85px;
  text-decoration: none;
  font-weight: 100;
  line-height: 1;
  display: inline-flex;
  margin-top: 30px;
}
.box__cta::before, .section__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(to left, #da2f28 50%, #2d407c 50%);
  transition: transform 0.5s ease-out;
  transform: translateX(-50%);
}
.box__cta:hover::before, .section__cta:hover::before {
  transform: translateX(0);
}
.box__cta span, .section__cta span {
  position: relative;
  z-index: 9;
}
.box__cta:hover, .section__cta:hover {
  background-position: left bottom;
  -webkit-transform: translateZ(0);
}
.section__cta--mobile.box__cta, .section__cta--mobile.section__cta {
  display: none;
  margin-top: 0;
}
@media (max-width: 991px) {
  .section__cta--mobile.box__cta, .section__cta--mobile.section__cta {
    display: block;
  }
  .section__cta--desktop.box__cta, .section__cta--desktop.section__cta {
    display: none;
  }
}
@media (max-width: 567px) {
  .section__cta--mobile.box__cta, .section__cta--mobile.section__cta {
    position: fixed;
    padding-left: 0;
    padding-right: 0;
    bottom: 0;
    z-index: 99;
    width: 100dvw;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 379px) {
  .box__cta, .section__cta {
    letter-spacing: -0.5px;
  }
}

.section img {
  display: block;
  max-width: 100%;
}
.section__col {
  position: relative;
  overflow: hidden;
}
.section__col > img {
  transition: transform 10s ease-out;
}
.section__col:hover > img {
  transform: scale(1.1);
}
.section__col--full {
  width: 100% !important;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .section__col--full {
    padding-top: 90px;
  }
}
.section__col--full .section__title {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .section__col--full .section__title {
    font-size: 70px;
    line-height: 1em;
    color: #2d407c !important;
    padding-top: 0;
  }
}
.section--eccellenza {
  background-image: url("./img/wireframe1@2x.png");
  background-position: bottom right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (max-width: 567px) {
  .section--eccellenza {
    /*background-attachment: fixed;*/
  }
}
.section--eccellenza .section__inner {
  width: 780px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .section--eccellenza .section__inner {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .section--eccellenza .section__title {
    padding-top: 60px;
  }
  .section--eccellenza .section__text {
    padding-bottom: 60px;
  }
}
.section--chi-siamo, .section--valori, .section--futuro {
  background-image: url("./img/wireframe2.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 567px) {
  .section--chi-siamo, .section--valori, .section--futuro {
    /*background-attachment: fixed;*/
  }
}
.section--chi-siamo .section__inner, .section--valori .section__inner, .section--futuro .section__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .home .section--chi-siamo .section__inner, .home .section--valori .section__inner, .home .section--futuro .section__inner {
    padding: 50px 0;
  }
}
.section--chi-siamo .section__col, .section--valori .section__col, .section--futuro .section__col {
  width: 50%;
}
@media (max-width: 767px) {
  .section--chi-siamo .section__col, .section--valori .section__col, .section--futuro .section__col {
    width: 100%;
  }
  .section--chi-siamo .section__col + .section__col, .section--valori .section__col + .section__col, .section--futuro .section__col + .section__col {
    padding-top: 60px;
  }
}
.section--chi-siamo .section__col .section__title,
.section--chi-siamo .section__col .section__text, .section--valori .section__col .section__title,
.section--valori .section__col .section__text, .section--futuro .section__col .section__title,
.section--futuro .section__col .section__text {
  padding-right: 30px;
}
.section--chi-siamo .section__text, .section--valori .section__text, .section--futuro .section__text {
  max-width: 500px;
}
.section--futuro {
  background-image: url("./img/wireframe3.png");
}
.section--chi-siamo {
  background-size: auto 700px;
}
.section--chi-siamo .section__col .section__title,
.section--chi-siamo .section__col .section__text {
  color: #555;
  max-width: 100%;
  padding-right: 80px;
}
@media screen and (max-width: 991px) {
  .section--chi-siamo .section__col .section__title,
  .section--chi-siamo .section__col .section__text {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section--chi-siamo .section__col .section__title,
  .section--chi-siamo .section__col .section__text {
    padding-right: 0;
  }
}
.section--chi-siamo .section__col--full {
  padding-top: 200px;
  padding-bottom: 0;
}
.section--chi-siamo .section__col--full .section__title {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .section--chi-siamo .section__col--full {
    padding-top: 60px !important;
  }
}
.section__title {
  text-align: left;
  font: normal normal normal 80px/80px "Barlow";
  font-weight: 100;
  letter-spacing: -1.2px;
  color: #2d407c;
  text-transform: uppercase;
  padding-top: 60px;
  padding-bottom: 10px;
}
.section__title span {
  color: #da2f28;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .section__title br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .section__title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .section__title {
    font-size: 50px;
    line-height: 50px;
    padding-top: 0;
  }
}
.section__subtitle {
  font-size: 36px;
  color: #555;
  padding-right: 80px;
  line-height: 1.1em;
  padding-top: 10px;
  padding-bottom: 30px;
  max-width: 600px;
}
@media screen and (max-width: 991px) {
  .section__subtitle {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section__subtitle {
    padding-right: 0;
  }
}
.carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.carousel .tns-outer {
  overflow: visible;
}
.carousel .tns-item {
  position: relative;
  text-align: center;
  transition: transform 0.5s ease;
}
.carousel .tns-slide-active {
  transform: scale(1.1);
}
.carousel .slide__title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 5px;
}
.carousel .section__cta--small {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  font-size: 16px;
}

.bg-section {
  position: relative;
  padding: 150px 0 110px;
  overflow: hidden;
}
.bg-section:hover .bg-section__image {
  transform: scale(1.1);
}
.bg-section__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
.bg-section__box {
  width: 515px;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.bg-section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transition: transform 10s ease-out;
}
.bg-section__bg {
  position: absolute;
  inset: 0;
  z-index: 2;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.bg-section__blur {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
}
.bg-section__title {
  position: relative;
  z-index: 3;
  color: white;
  text-align: left;
  font: normal normal normal 80px/78px "Barlow";
  font-weight: 100;
  letter-spacing: -1.2px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .bg-section__title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .bg-section__title {
    font-size: 50px;
    line-height: 50px;
    padding-top: 0;
  }
  .bg-section__title br {
    display: none;
  }
}
.bg-section__text {
  position: relative;
  z-index: 4;
  text-align: left;
  font: normal normal normal 22px/30px "Barlow";
  letter-spacing: 0px;
  color: white;
}
.bg-section__text ul {
  padding-bottom: 50px;
}
.bg-section__text ul li {
  background-image: url(img/FRECCIA.svg);
  background-repeat: no-repeat;
  background-position: 0 9px;
  padding-left: 25px;
  padding-bottom: 15px;
}
.bg-section .section__cta {
  z-index: 9;
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 340px;
}

.footer {
  background-image: linear-gradient(180deg, #232c58 0%, #3859a5 100%);
  position: relative;
  padding: 100px 0;
}
.footer a {
  color: white;
  text-decoration: none;
}
.footer p {
  margin-bottom: 15px;
  font-size: 15px;
  color: white;
}
.footer__copyright--mobile {
  display: none;
}
@media (max-width: 991px) {
  .footer__copyright--mobile {
    display: block;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .footer__copyright--desktop {
    display: none;
  }
}
.footer__bg {
  background-image: url(./img/footer-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.15;
  position: absolute;
  inset: 0;
  content: "";
  display: block;
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: white;
  position: relative;
  z-index: 9;
}
.footer__logo {
  margin-bottom: 30px;
}
.footer__col {
  flex: 1;
}
@media (max-width: 567px) {
  .footer__col {
    flex: 0 0 100%;
  }
  .footer__col:nth-child(2) {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media (max-width: 991px) {
  .footer__col:first-child {
    flex: 0 0 100%;
  }
}
.footer__col:last-child .footer__col-inner {
  padding-right: 0;
}
.footer__col-inner {
  padding-right: 30px;
}
.footer__menu a {
  display: block;
  padding: 5px 0;
}
.footer__menu .sub-menu {
  padding-left: 15px;
}
.footer__contact a {
  color: white;
  padding: 5px 0;
  display: inline-block;
  text-decoration: none;
}
.footer__title {
  font-weight: bold;
  padding: 5px 0;
}
.footer__social a {
  background-color: white;
  display: block;
  border-radius: 4px;
  height: 32px;
  width: 32px;
  margin-top: 10px;
}
.footer__social a img {
  display: block;
}

.hero {
  background-image: url(img/CABINA-PILOTAGGIO.jpg);
  background-size: cover;
  background-position: center;
  height: 52.0833333333vw;
  max-height: 80dvh;
  min-height: 1000px;
  display: flex;
  align-items: end;
}
.hero__title {
  font-size: 154px;
  line-height: 152px;
  color: white;
  text-align: center;
  font-weight: 100;
  padding-bottom: 135px;
}
.hero__title--line {
  position: relative;
  display: inline-flex;
}
.hero__title--line > div {
  position: relative;
}
.hero__title--line + div {
  top: 10px;
}
.hero__title--line:before {
  content: "";
  inset: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
  bottom: -10px;
  left: -10px;
  right: -10px;
}
.hero__title span {
  color: #da2f27;
  font-weight: 500;
}
@media (max-width: 1599px) {
  .hero__title {
    font-size: 120px;
    line-height: 1em;
  }
}
@media (max-width: 1399px) {
  .hero__title {
    font-size: 120px;
  }
}
@media (max-width: 1199px) {
  .hero {
    min-height: 700px;
  }
  .hero__title {
    font-size: 90px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .hero {
    min-height: 560px;
  }
  .hero__title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: 480px;
  }
  .hero__title {
    font-size: 50px;
  }
}
@media (max-width: 567px) {
  .hero__title {
    font-size: 36px;
  }
}

.glide__inner {
  height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: relative;
}
@media (max-width: 767px) {
  .glide {
    margin-top: -40px;
  }
  .glide__inner {
    height: 400px;
  }
}
.glide__slide--active .glide__inner {
  opacity: 1;
}
.glide__bg {
  background: #2d407c 0% 0% no-repeat padding-box;
  opacity: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  inset: 0;
  transition: 0.25s ease-out opacity;
}
.glide__title {
  color: var(--unnamed-color-ffffff);
  text-align: center;
  font: normal normal normal 54px/85px "Barlow";
  font-weight: 100;
  letter-spacing: -0.81px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 30px auto;
  transition: 0.25s ease-out opacity;
}
@media screen and (max-width: 567px) {
  .glide__title {
    font-size: 36px;
    padding: 0 20px;
    line-height: 1.1;
  }
}
.glide__text {
  font-size: 22px;
  color: white;
  margin: 0 auto 40px;
  max-width: 680px;
  opacity: 0;
  position: relative;
  z-index: 1;
  transition: 0.25s ease-out opacity;
}
.glide__nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .glide__nav {
    display: none;
  }
}
.glide__over {
  padding: 50px;
  text-align: center;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .glide__slide:hover .glide__title {
    opacity: 0;
  }
  .glide__slide:hover .glide__bg {
    opacity: 0.79;
  }
  .glide__slide:hover .glide__text {
    opacity: 1;
  }
}
.glide__button {
  -webkit-appearance: none;
  font-size: 26px;
  border: 1px solid;
  color: #2d407c;
  background: none;
  line-height: 1;
  padding: 16px 20px;
  text-transform: uppercase;
  margin: 0 5px;
  cursor: pointer;
}
.glide__button:hover, .glide__button--current {
  background: #2d407c;
  color: white;
  border-color: #2d407c;
}
@media screen and (max-width: 1399px) {
  .glide__button {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .glide__button {
    font-size: 20px;
    padding: 10px 13px;
  }
}
@media screen and (max-width: 991px) {
  .glide__button {
    font-size: 16px;
    padding: 7px 11px;
    width: 20%;
  }
}
.glide .section__cta--small {
  font-size: 26px;
  padding: 20px 50px;
}
@media (max-width: 567px) {
  .glide .section__cta--small {
    padding: 15px 30px;
  }
}

.boxes {
  padding-bottom: 70px;
}
.boxes__title {
  font-size: 70px;
  line-height: 1em;
  color: #2d407c !important;
  padding-top: 0;
  font-weight: 100;
  text-align: center;
  max-width: 1000px;
  margin: 80px auto 60px;
}
@media (max-width: 991px) {
  .boxes__title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .boxes__title {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .boxes {
    padding-bottom: 20px;
  }
}

.box {
  background-color: #fafafa;
  background-image: url(./img/box_bg.png);
  background-size: auto 100%;
  background-position: right center;
  border: 1px solid #d1d1d1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin: 0 auto 70px;
}
.box img {
  display: block;
}
.box__text {
  padding-left: 60px;
  padding-right: 60px;
  text-align: left;
  font: normal normal normal 22px/32px Barlow;
  letter-spacing: 0px;
  color: #2d407c;
  flex: 1;
  max-width: 460px;
}
.box__title {
  font-weight: 700;
}
.box__cta {
  font-size: 26px;
  padding: 15px 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.box__cta::before {
  background: linear-gradient(to left, #2d407c 50%, #da2f28 50%);
}
@media (max-width: 1399px) {
  .box__image {
    width: 55%;
    overflow: hidden;
  }
  .box__text {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .box__image {
    width: 45%;
    overflow: hidden;
  }
  .box__text {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .box__image {
    width: 100%;
    overflow: hidden;
  }
  .box__text {
    padding: 60px 60px 120px;
  }
}
@media (max-width: 567px) {
  .box__text {
    padding: 30px 30px 90px;
  }
}/*# sourceMappingURL=style.css.map */


/*enrico*/
div.grecaptcha-badge {display:none !important;}

a.box__cta {display:none;}
a.section__cta {display:none;}

a.ecs {display:block !important;}
