@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring,
  button:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  1% {
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  1% {
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

body,
html {
  height: 100%;
}

body {
  color: #00274e;
  background: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

.touch body {
  -webkit-overflow-scrolling: touch;
}

.sito {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrapper {
  margin: 0 auto;
  width: 90%;
}

.hide {
  display: none;
}

.visible {
  display: block;
}

audio,
embed,
iframe,
img,
input,
object,
picture,
video {
  max-width: 100%;
  margin: 0;
}

img {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

  img[src*=".svg"] {
    width: 100%\9;
  }

a:hover img {
  border: none;
  background: none;
}

img[src*=".svg"],
x::-ms-reveal {
  width: 100%;
}

a img {
  border: none;
}

figcaption {
  font-size: 11px;
  text-align: center;
  margin: 5px 0px 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
h2 {
  line-height: 120%;
  letter-spacing: -0.05em;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.hd1,
h1 {
  font-size: 26px;
  font-weight: 700;
}

.hd2,
h2 {
  font-size: 22px;
}

.hd3,
h3 {
  font-size: 20px;
}

.hd4,
h4 {
  font-size: 20px;
}

.hd5,
h5 {
  font-size: 16px;
}

.hd6,
h6 {
  font-size: 14px;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  word-break: break-word;
}

p {
  margin: 0 0 1.5em 0;
}

hr {
  border-width: 0 0 1px 0;
  clear: both;
  border-color: #f1f2f6;
}

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

table {
  margin: 10px 0;
  width: 100%;
}

small {
  font-size: 80%;
}

input {
  border: 1px solid transparent;
}

  input[type="email"],
  input[type="number"],
  input[type="tel"],
  input[type="text"],
  select,
  textarea {
    font-weight: 400;
    padding: 14px 16px;
    border: 1px solid #f1f2f6;
    border-radius: 8px;
    color: #00274e;
    background-color: #f1f2f6;
    caret-color: #277bc0;
    -webkit-transition: border 0.25s ease, background-color 0.25s ease;
    transition: border 0.25s ease, background-color 0.25s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

    input[type="email"]:active,
    input[type="email"]:focus,
    input[type="email"]:hover,
    input[type="number"]:active,
    input[type="number"]:focus,
    input[type="number"]:hover,
    input[type="tel"]:active,
    input[type="tel"]:focus,
    input[type="tel"]:hover,
    input[type="text"]:active,
    input[type="text"]:focus,
    input[type="text"]:hover,
    select:active,
    select:focus,
    select:hover,
    textarea:active,
    textarea:focus,
    textarea:hover {
      border-color: #56a8e4;
      background-color: #f8f9fb;
      outline-style: unset;
      outline: none;
    }

  input[type="checkbox"],
  input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: -ms-inline-grid;
    display: inline-grid;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 2px solid #f1f2f6;
    -webkit-transition: all 0.16s ease-in-out;
    transition: all 0.16s ease-in-out;
  }

  input[type="radio"] {
    border-radius: 50%;
    place-content: center;
  }

    input[type="radio"]:before {
      background-color: #56a8e4;
      border-radius: 50%;
      content: "";
      width: 10px;
      height: 10px;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition: -webkit-transform 0.26s ease-in-out;
      transition: -webkit-transform 0.26s ease-in-out;
      transition: transform 0.26s ease-in-out;
      transition: transform 0.26s ease-in-out, -webkit-transform 0.26s ease-in-out;
    }

    input[type="radio"]:checked,
    input[type="radio"]:checked:hover {
      border-color: #56a8e4;
    }

      input[type="radio"]:checked:before,
      input[type="radio"]:checked:hover:before {
        -webkit-transform: scale(1);
        transform: scale(1);
      }

  input[type="checkbox"] {
    border-radius: 4px;
    margin-right: 5px;
    position: relative;
    top: 4px;
  }

    input[type="checkbox"]:before {
      position: absolute;
      top: -5px;
      left: 2px;
      color: #56a8e4;
      font-family: "drxnetferry";
      content: "\e800";
      font-weight: 100;
      font-size: 1.35em;
      opacity: 0;
      -webkit-transition: opacity 0.26s ease-in-out;
      transition: opacity 0.26s ease-in-out;
    }

    input[type="checkbox"]:checked {
      background-color: #f1f2f6;
    }

      input[type="checkbox"]:checked:before {
        opacity: 1;
      }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/assets/img/ico-down.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 32px;
}

::-moz-selection {
  background: #277bc0;
  color: #f1f2f6;
  text-shadow: none;
}

::selection {
  background: #277bc0;
  color: #f1f2f6;
  text-shadow: none;
}

::-webkit-selection {
  background: #277bc0;
  color: #f1f2f6;
  text-shadow: none;
}

::-moz-selection {
  background: #277bc0;
  color: #f1f2f6;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

.no-scroll {
  overflow: hidden;
}

.hidetext,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.button,
button {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #56a8e4;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  padding: 14px 24px;
  line-height: 1;
  border: none;
}

  .button:active,
  .button:focus,
  .button:hover,
  button:active,
  button:focus,
  button:hover {
    color: #fff;
    background-color: #ffb200;
  }

.button--white,
button--white {
  color: #277bc0;
  background-color: #fff;
}

  .button--white:active,
  .button--white:focus,
  .button--white:hover,
  button--white:active,
  button--white:focus,
  button--white:hover {
    background-color: #ffb200;
    color: #fff;
  }

    .button--white:active svg,
    .button--white:focus svg,
    .button--white:hover svg,
    button--white:active svg,
    button--white:focus svg,
    button--white:hover svg {
      fill: #fff;
    }

.button--blu,
button--blu {
  color: #fff;
  background-color: #277bc0;
}

.btn-load {
  width: 32px;
  height: 32px;
  background-color: #f1f2f6;
  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;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.35s ease;
  transition: background 0.3s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, background 0.3s ease;
  transition: transform 0.35s ease, background 0.3s ease, -webkit-transform 0.35s ease;
}

  .btn-load i {
    color: #277bc0;
    font-size: 12px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

    .btn-load i:before {
      font-weight: 900;
    }

  .btn-load:hover {
    background-color: #277bc0;
  }

    .btn-load:hover i {
      color: #fff;
    }

  .btn-load.hide {
    display: none;
  }

  .btn-load.is-open {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

.sito {
  line-height: 160%;
  z-index: 1;
}

  .sito h1,
  .sito h2 {
    margin-bottom: 0.5em;
  }

  .sito h2 {
    color: #003c78;
  }

    .sito h2 a {
      color: #003c78;
    }

  .sito p a,
  .sito ul a {
    color: #277bc0;
    text-decoration: underline;
  }

  .sito a strong {
    font-weight: 600;
  }

  .sito a:hover {
    color: #56a8e4;
  }

@font-face {
  font-family: "drxnetferry";
  src: url("fonts/drxnetferry.eot");
  src: url("fonts/drxnetferry.eot") format("embedded-opentype"), url("fonts/drxnetferry.woff2") format("woff2"), url("fonts/drxnetferry.woff") format("woff"), url("fonts/drxnetferry.ttf") format("truetype"), url("fonts/drxnetferry.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class*=" ico-"]:before,
[class^="ico-"]:before {
  font-family: "drxnetferry";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-ok:before {
  content: "\e800";
}

.ico-left-open:before {
  content: "\e801";
}

.ico-right-open:before {
  content: "\e802";
}

.ico-down-open:before {
  content: "\e803";
}

.ico-up-open:before {
  content: "\e804";
}

.ico-telegram:before {
  content: "\e80a";
}

.ico-envelope:before {
  content: "\e80d";
}

.ico-phone:before {
  content: "\e80f";
}

.ico-data:before {
  content: "\e815";
}

.ico-pin:before {
  content: "\e81b";
}

.ico-quest:before {
  content: "\e81c";
}

.ico-man:before {
  content: "\e81d";
}

.ico-time:before {
  content: "\e81e";
}

.ico-info:before {
  content: "\e81f";
}

.ico-car:before {
  content: "\e820";
}

.ico-flag:before {
  content: "\e821";
}

.ico-tragitto:before {
  content: "\e822";
}

.ico-nave:before {
  content: "\e823";
}

.ico-calendar:before {
  content: "\e824";
}

.ico-twitter:before {
  content: "\f099";
}

.ico-facebook:before {
  content: "\f09a";
}

.ico-linkedin:before {
  content: "\f0e1";
}

.ico-instagram:before {
  content: "\f16d";
}

.ico-whatsapp:before {
  content: "\f232";
}

.header {
  position: fixed;
  z-index: 10;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  color: #fff;
  /*background-color: #277bc0;*/
  background: linear-gradient(180deg,#277BC0 0%,rgba(39,123,192,0.5) 50%,rgba(39,123,192,0) 100%);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

  .header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

.header__logo {
  line-height: 120%;
}

  .header__logo h1 {
    font-size: 1px;
  }

  .header__logo a {
    display: inline-block;
    -webkit-transition: 0.35s all ease-out;
    transition: 0.35s all ease-out;
  }

  .header__logo svg {
    height: 36px;
    width: auto;
  }

.menu-open .header__container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86), -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

.menu-open .header__overlay {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__overlay {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.menu {
  padding-top: 60px;
  padding-bottom: 20px;
}

  .menu ul {
    padding-left: 22px;
  }

    .menu ul a:before {
      font-family: "drxnetferry";
      content: "\e802";
      color: #277bc0;
      margin-right: 8px;
      font-size: 12px;
    }

.menu_due {
  border-top: 1px solid #d5d8e3;
  padding-top: 20px;
}

  .menu_due i {
    color: #277bc0;
    margin-right: 6px;
  }

  .menu_due li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu_due a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

    .menu_due a:before {
      font-family: "drxnetferry";
      color: #277bc0;
      margin-right: 8px;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
    }

.menu_help a:before {
  content: "\e81c";
}

.menu_user a:before {
  content: "\e81d";
}

.menu_lingua a:after {
  content: "Lingua: ";
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.menu_lingua a span {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.menu_lingua a:before {
  content: "\e821";
}

.ico-lock:before {
  content: '\e805';
}

.menu_reserved > a:before {
  content: '\e805';
} 

.header__menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  -webkit-transition: visibility 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: visibility 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  visibility: hidden;
}

.menu-open .header__menu {
  visibility: visible;
}

.header__menu a {
  color: #00274e;
  background-color: transparent;
  padding: 12px 0;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 14px;
  line-height: 160%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 2;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  background: #f1f2f6;
  margin-left: auto;
  padding: 0 32px;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86), -webkit-transform 0.35s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

.lang {
  position: absolute;
  z-index: 99999;
  top: 0;
  right: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #f8f9fb;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.25s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.25s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.25s cubic-bezier(0.79, 0.14, 0.15, 0.86), -webkit-transform 0.25s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

.lang__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-weight: 600;
  background-color: #fff !important;
  padding: 16px 0 !important;
  -webkit-box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.1);
  box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.1);
}

  .lang__head i {
    color: #277bc0;
    position: absolute;
    left: 16px;
  }

.lang ul {
  padding: 16px 32px;
}

  .lang ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em;
    margin-left: 24px;
    padding: 0.6em 0;
  }

  .lang ul li:last-of-type {
    margin-bottom: 10vh;
  }

.lang .selected a {
  margin-left: 0;
  color: #277bc0;
}

  .lang .selected a:before {
    font-family: "drxnetferry";
    content: "\e800";
    color: #d5d8e3;
    margin-right: 3px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

.lang.lang-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.menu-btn {
  z-index: 9999;
  display: block;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  height: 14px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  border: none;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 20px;
  height: 2px;
}

.hamburger-menu {
  position: relative;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: all 0ms 0ms;
  transition: all 0ms 0ms;
  background-color: #fff;
}

  .hamburger-menu:after,
  .hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #fff;
  }

.menu-open .hamburger-menu {
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  background: rgba(39, 123, 192, 0);
}

.hamburger-menu:before {
  bottom: 6px;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
  top: 6px;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-open .hamburger-menu:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #277bc0;
}

.menu-open .hamburger-menu:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #277bc0;
}

@media only screen and (max-height: 360px) {
  .header__menu a {
    padding: 0.3em 0;
  }
}

@media only screen and (max-height: 510px) {
  .menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 480px) {
  .button,
  button {
    width: auto;
  }
}

@media only screen and (min-width: 660px) {
  .wrapper {
    width: 92%;
  }

  .header__menu {
  }

    .header__menu .lang ul {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 48% 0.5em 48%;
      grid-template-columns: 48% 48%;
      gap: 0.5em;
    }
}

@media only screen and (min-width: 768px) {
  .hd1,
  h1 {
    font-size: 32px;
  }

  .hd2,
  h2 {
    font-size: 26px;
  }

  .hd3,
  h3 {
    font-size: 22px;
  }

  .hd4,
  h4 {
    font-size: 20px;
  }

  .hd5,
  h5 {
    font-size: 16px;
  }

  .hd6,
  h6 {
    font-size: 14px;
  }

  .hd2,
  .hd3,
  .hd4,
  .hd5,
  .hd6,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
  }

  .header {
    padding: 24px 0;
  }

  .header__logo a {
    margin-right: 16px;
  }

  .scrollato {
    padding: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 60, 120, 0.8)), color-stop(50%, rgba(39, 123, 192, 0.7)), to(rgba(39, 123, 192, 0)));
    background: linear-gradient(180deg, rgba(0, 60, 120, 0.8) 0%, rgba(39, 123, 192, 0.7) 50%, rgba(39, 123, 192, 0) 100%);
    /*background-color: #277bc0;*/
  }

  .menu-btn {
    display: none;
  }

  .header__menu {
    position: relative;
    left: 0;
    height: 100%;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin-bottom: -1px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

    .header__menu a {
      color: #fff;
      padding-top: 0;
      padding-bottom: 2px;
      text-shadow: 0px 0px 12px rgba(0, 39, 78, 0.25);
    }

    .header__menu li {
      display: inline-block;
    }

      .header__menu li:active > ul,
      .header__menu li:focus > ul,
      .header__menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
      }

    .header__menu .lang {
      width: auto;
      height: auto;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      top: 48px;
      margin-top: 16px;
      background-color: #fff;
      -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 16px 16px 0 rgba(51, 51, 51, 0.2);
      box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 16px 16px 0 rgba(51, 51, 51, 0.2);
      display: table;
      border-radius: 8px;
    }

      .header__menu .lang a {
        color: #00274e;
        text-shadow: none;
        font-size: 14px;
        padding: 0;
      }

        .header__menu .lang a:hover {
          color: #277bc0;
        }

      .header__menu .lang .selected a {
        color: #277bc0;
      }

        .header__menu .lang .selected a:before {
          color: #56a8e4;
        }

      .header__menu .lang ul {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 21vw 0.35em 21vw 0.35em 21vw 0.35em 21vw;
        grid-template-columns: 21vw 21vw 21vw 21vw;
        gap: 0.35em;
        padding: 16px;
      }

        .header__menu .lang ul li:last-of-type {
          margin-bottom: 0;
        }

      .header__menu .lang.lang-open {
        opacity: 1;
        visibility: visible;
      }

    .header__menu .lang__head {
      display: none;
    }

  .header__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: none;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 0;
    position: relative;
  }

  .menu,
  .menu_due {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }

    .menu ul,
    .menu_due ul {
      padding-left: 0;
    }

    .menu > li > a:after,
    .menu_due > li > a:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 1px;
      background-color: #fff;
      bottom: 0;
      left: 0;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: left;
      transform-origin: left;
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
      transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
      transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .menu > li > a:active:after,
    .menu > li > a:focus:after,
    .menu > li > a:hover:after,
    .menu_due > li > a:active:after,
    .menu_due > li > a:focus:after,
    .menu_due > li > a:hover:after {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }

  .menu_due,
  .menu_due_due {
    border-top: 0;
    padding-top: 0;
  }

    .menu_due a:before,
    .menu_due_due a:before {
      color: #fff;
      margin-right: 5px;
      font-size: 14px;
    }

  .menu_due_lingua,
  .menu_lingua {
    padding: 16px 0;
  }

    .menu_due_lingua a span,
    .menu_lingua a span {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }

    .menu_due_lingua a:before,
    .menu_lingua a:before {
      content: "\e803";
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-left: 8px;
      font-size: 12px;
      -webkit-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out;
    }

    .menu_due_lingua a:after,
    .menu_lingua a:after {
      display: none;
    }

    .menu_due_lingua a:hover:before,
    .menu_lingua a:hover:before {
      color: #ffcb42;
    }

  .has-menu {
    padding: 16px 0;
  }

  .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 16px 32px !important;
    margin-top: 16px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 16px 16px 0 rgba(51, 51, 51, 0.2);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 16px 16px 0 rgba(51, 51, 51, 0.2);
  }

    .sub-menu li {
      display: inline-block;
      margin-left: 24px;
    }

      .sub-menu li:first-of-type {
        margin: 0;
      }

    .sub-menu a {
      color: #00274e;
      text-shadow: none;
      font-size: 14px !important;
    }

      .sub-menu a:hover {
        color: #277bc0;
      }

      .sub-menu a:before {
        display: none;
      }
}

@media only screen and (min-width: 1024px) {
  .wrapper {
    width: 920px;
  }

  body {
    font-size: 14px;
  }

  .hd1,
  h1 {
    font-size: 40px;
  }

  .hd2,
  h2 {
    font-size: 32px;
  }

  .hd3,
  h3 {
    font-size: 24px;
  }

  .hd4,
  h4 {
    font-size: 22px;
  }

  .hd5,
  h5 {
    font-size: 20px;
  }

  .hd6,
  h6 {
    font-size: 16px;
  }

  .header__logo a {
    width: 180px;
    margin-right: 24px;
  }

  .header__logo svg {
    width: 100%;
    height: 100%;
  }

  .header__overlay {
    display: none;
  }

  .menu,
  .menu_due {
    gap: 24px;
  }

  .header__menu .lang a {
    padding: 0.6em 0;
  }

  .header__menu .lang ul {
    -ms-grid-columns: 14em 0.5em 14em 0.5em 14em;
    grid-template-columns: 14em 14em 14em;
    gap: 0.5em;
    padding: 16px 32px;
  }
}

@media only screen and (min-width: 1180px) {
  .wrapper {
    width: 1080px;
  }
}

@media only screen and (min-width: 1280px) {
  .wrapper {
    width: 1184px;
  }

  body {
    font-size: 16px;
  }

  .header__menu a {
    font-size: 16px;
    font-weight: 400;
  }
}
/*# sourceMappingURL=start.css.map */
