/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* 64px*/
/* 16px*/
@keyframes titoloOmbra {
  from {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    transform-origin: bottom left;
    opacity: 0.05; }
  to {
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
    @media (min-width: 66.375em) {
      -moz-transform: scale(2.6);
      -ms-transform: scale(2.6);
      -webkit-transform: scale(2.6);
      transform: scale(2.6); }
    transform-origin: bottom left;
    opacity: 0.15; } }
/* line 1, ../sass/_base.scss */
html {
  font-size: 16px; }
  @media (min-width: 66.375em) {
    /* line 1, ../sass/_base.scss */
    html {
      font-size: 18px; } }

/* line 7, ../sass/_base.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-top: 4rem;
  color: #282459;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-smooth: always;
  /* Mac-like smoothing */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  /* Forza kerning */
  letter-spacing: 0.01em;
  /* Micro-aggiustamento spacing */ }
  @media (min-width: 66.375em) {
    /* line 7, ../sass/_base.scss */
    body {
      font-size: 18px; } }

/* line 28, ../sass/_base.scss */
strong,
b {
  font-weight: 600; }

/* line 32, ../sass/_base.scss */
em,
i {
  font-style: italic; }

/* line 36, ../sass/_base.scss */
p {
  margin: 0; }

/* line 39, ../sass/_base.scss */
p,
li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #282459; }

/* line 47, ../sass/_base.scss */
ul {
  list-style-type: disc;
  margin-left: 20px; }

/* line 54, ../sass/_base.scss */
h1 {
  width: 100%;
  font-size: 2.8rem;
  line-height: 1.3;
  color: #58a8dc;
  font-weight: 700; }
  @media (min-width: 66.375em) {
    /* line 54, ../sass/_base.scss */
    h1 {
      font-size: 3.1rem; } }

/* line 65, ../sass/_base.scss */
.paragraph,
.text {
  display: flex;
  flex-direction: column;
  gap: 0.7rem; }

/* line 72, ../sass/_base.scss */
h3,
h2 {
  font-size: 1.8rem;
  color: #282459;
  font-weight: 600;
  line-height: 1.3; }
  @media (min-width: 66.375em) {
    /* line 72, ../sass/_base.scss */
    h3,
    h2 {
      font-size: 2rem; } }

/* line 83, ../sass/_base.scss */
h3 {
  font-size: 1.5rem;
  font-weight: 500; }
  @media (min-width: 66.375em) {
    /* line 83, ../sass/_base.scss */
    h3 {
      font-size: 2rem; } }

/* line 91, ../sass/_base.scss */
h4 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  text-decoration: none; }
  @media (min-width: 66.375em) {
    /* line 91, ../sass/_base.scss */
    h4 {
      font-size: 1.5rem; } }

/* line 104, ../sass/_base.scss */
.titoli {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem; }

/* line 111, ../sass/_base.scss */
.content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 4rem; }

/* line 118, ../sass/_base.scss */
.testi {
  display: flex;
  flex-direction: column;
  gap: 3rem; }

/* line 124, ../sass/_base.scss */
.testo {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-top: #282459 1px solid;
  padding-top: 3rem; }

/* line 132, ../sass/_base.scss */
.canali {
  display: flex;
  gap: 1rem;
  flex-direction: column; }
  @media (min-width: 66.375em) {
    /* line 132, ../sass/_base.scss */
    .canali {
      flex-direction: row; } }
  /* line 139, ../sass/_base.scss */
  .canali .canale {
    background-color: rgba(88, 167, 220, 0.271);
    flex: 1;
    border-radius: 10px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem; }

/* line 150, ../sass/_base.scss */
footer {
  background-color: rgba(40, 36, 89, 0.1);
  padding: 3rem 0; }
  /* line 153, ../sass/_base.scss */
  footer p,
  footer h4 {
    color: #282459; }

/* line 159, ../sass/_base.scss */
.grid {
  *zoom: 1;
  max-width: 522px;
  max-width: 29rem;
  _width: 522px;
  padding-left: 18px;
  padding-left: 1rem;
  padding-right: 18px;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*@include susy-grid-background;*/ }
  /* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .grid:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 43.875em) {
    /* line 159, ../sass/_base.scss */
    .grid {
      *zoom: 1;
      max-width: 702px;
      max-width: 39rem;
      padding-left: 18px;
      padding-left: 1rem;
      padding-right: 18px;
      padding-right: 1rem;
      margin-left: auto;
      margin-right: auto; }
      /* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
      .grid:after {
        content: "";
        display: table;
        clear: both; } }
  @media (min-width: 55.125em) {
    /* line 159, ../sass/_base.scss */
    .grid {
      *zoom: 1;
      max-width: 882px;
      max-width: 49rem;
      padding-left: 18px;
      padding-left: 1rem;
      padding-right: 18px;
      padding-right: 1rem;
      margin-left: auto;
      margin-right: auto; }
      /* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
      .grid:after {
        content: "";
        display: table;
        clear: both; } }
  @media (min-width: 66.375em) {
    /* line 159, ../sass/_base.scss */
    .grid {
      *zoom: 1;
      max-width: 1062px;
      max-width: 59rem;
      padding-left: 18px;
      padding-left: 1rem;
      padding-right: 18px;
      padding-right: 1rem;
      margin-left: auto;
      margin-right: auto; }
      /* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
      .grid:after {
        content: "";
        display: table;
        clear: both; } }
  @media (min-width: 77.625em) {
    /* line 159, ../sass/_base.scss */
    .grid {
      *zoom: 1;
      max-width: 1242px;
      max-width: 69rem;
      padding-left: 18px;
      padding-left: 1rem;
      padding-right: 18px;
      padding-right: 1rem;
      margin-left: auto;
      margin-right: auto; }
      /* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
      .grid:after {
        content: "";
        display: table;
        clear: both; } }
  /* line 87, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/susy-2.2.14/sass/susy/language/susyone/_media.scss */
  .no-mediaqueries .grid {
    *zoom: 1;
    max-width: 1242px;
    max-width: 69rem;
    _width: 1242px;
    padding-left: 18px;
    padding-left: 1rem;
    padding-right: 18px;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto; }
    /* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
    .no-mediaqueries .grid:after {
      content: "";
      display: table;
      clear: both; }
  @media (min-width: 100.125em) {
    /* line 159, ../sass/_base.scss */
    .grid {
      *zoom: 1;
      max-width: 1602px;
      max-width: 89rem;
      padding-left: 18px;
      padding-left: 1rem;
      padding-right: 18px;
      padding-right: 1rem;
      margin-left: auto;
      margin-right: auto; }
      /* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
      .grid:after {
        content: "";
        display: table;
        clear: both; } }
  @media (min-width: 100.125em) {
    /* line 159, ../sass/_base.scss */
    .grid {
      *zoom: 1;
      max-width: 1602px;
      max-width: 89rem;
      padding-left: 18px;
      padding-left: 1rem;
      padding-right: 18px;
      padding-right: 1rem;
      margin-left: auto;
      margin-right: auto; }
      /* line 38, ../../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
      .grid:after {
        content: "";
        display: table;
        clear: both; } }

/* line 173, ../sass/_base.scss */
.grid {
  width: 100%; }
  @media (min-width: 66.375em) {
    /* line 175, ../sass/_base.scss */
    .grid.intern {
      padding: 0 4rem; } }

/* line 182, ../sass/_base.scss */
.grid::after {
  display: none !important; }

/* line 186, ../sass/_base.scss */
img {
  max-width: 100%;
  vertical-align: middle; }

/* line 191, ../sass/_base.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 202, ../sass/_base.scss */
.header-inner {
  display: flex;
  width: 100%;
  justify-content: center; }
  /* line 206, ../sass/_base.scss */
  .header-inner img {
    width: 50%; }
    @media (min-width: 66.375em) {
      /* line 206, ../sass/_base.scss */
      .header-inner img {
        width: 20%; } }

/* line 214, ../sass/_base.scss */
.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  @media (min-width: 66.375em) {
    /* line 214, ../sass/_base.scss */
    .footer-inner {
      flex-direction: row;
      gap: 6rem; } }
  /* line 222, ../sass/_base.scss */
  .footer-inner img {
    width: 40%;
    height: auto;
    object-fit: contain; }
    @media (min-width: 66.375em) {
      /* line 222, ../sass/_base.scss */
      .footer-inner img {
        width: 15%; } }
  /* line 230, ../sass/_base.scss */
  .footer-inner .info {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
