@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css");
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@1,500&display=swap");
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

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

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

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;
  -webkit-text-decoration-skip: objects; }

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

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

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

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=reset], [type=submit], button, html [type=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: .35em .75em .625em; }

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

progress {
  display: inline-block;
  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-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

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; }

@font-face {
  font-family: 'MEuro';
  src: url("../font/MEuroBolExtTwo1.woff") format("woff"), url("../font/MEuroBolExtTwo1.ttf") format("truetype"), url("../font/MEuroBolExtTwo1.svg#MEuroBolExtTwo.1") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

.fl-l {
  float: left; }

.fl-r {
  float: right; }

.fw {
  width: 100%; }

.ta-l {
  text-align: left; }

.ta-r {
  text-align: right; }

.btn {
  width: auto;
  min-width: 160px;
  text-align: center;
  border-radius: 50px;
  transition: all 0.2s ease-out;
  text-transform: uppercase; }
  .btn a {
    float: left;
    width: 100%;
    color: inherit;
    text-decoration: none;
    font-size: 14px;
    height: 50px;
    line-height: 52px;
    padding: 0 40px;
    font-weight: 600;
    letter-spacing: 0.5px; }
  .btn-outline {
    border: 1px solid; }
    .btn-outline--yellow {
      border-color: #ffec00; }
      .btn-outline--yellow a {
        color: #ffec00; }
      .btn-outline--yellow:hover {
        background: #ffec00; }
        .btn-outline--yellow:hover a {
          color: #000; }

body {
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0;
  font-family: "Spartan"; }
  body.count-up {
    overflow-y: hidden; }

html.count-up {
  overflow-y: hidden; }

.hidden {
  display: none; }

.d-only {
  display: block; }

.m-only {
  display: none; }

* {
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px; }

.fl-l {
  float: left; }

.fl-r {
  float: right; }

.flw {
  float: left;
  width: 100%; }

.dis-ib {
  display: inline-block; }

.col--10 {
  width: 100%; }

.col--8 {
  width: 80%; }

.col--75 {
  width: 75%; }

.col--7 {
  width: 70%; }

.col--6 {
  width: 60%; }

.col--5 {
  width: 50%; }

.col--45 {
  width: 45%; }

.col--4 {
  width: 40%; }

.col--3 {
  width: 30%; }

.col--33 {
  width: 33.3%; }

.col--25 {
  width: 25%; }

.col--2 {
  width: 20%; }

header.header {
  position: fixed;
  z-index: 100;
  top: -20%;
  left: 0;
  width: 100%;
  height: 80px;
  transition: all 0.3s ease-out; }
  header.header.filled {
    background: rgba(0, 0, 0, 0.3); }
  header.header.in {
    top: 0; }
  header.header.out {
    top: -80px; }
  header.header .logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
    height: 0;
    padding-bottom: 60px;
    background-image: url("../img/logo.png");
    background-size: contain;
    background-repeat: no-repeat; }
    header.header .logo a {
      position: absolute;
      top: 0;
      left: 0;
      width: 70px;
      height: 100%;
      z-index: 1; }
  header.header nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 740px; }
    header.header nav ul li {
      display: inline-block;
      margin: 0 30px; }
      header.header nav ul li a {
        font-size: 14px;
        letter-spacing: 0.5px;
        font-weight: 400;
        text-transform: uppercase;
        color: #ffec00;
        cursor: pointer; }
  header.header ul.social {
    float: right;
    margin-top: 28px; }
    header.header ul.social li {
      float: left;
      margin: 0 10px; }
      header.header ul.social li:last-of-type {
        margin-right: 0; }
      header.header ul.social li a {
        font-size: 20px;
        color: #ffec00; }

main {
  float: left;
  width: 100%; }

section {
  float: left;
  width: 100%;
  height: 100vh;
  padding: 60px 0; }
  section.countup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: transparent; }
    section.countup #countup-bg {
      display: none; }
    section.countup .year {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #ffec00;
      font-size: 90px;
      font-family: "MEuro";
      font-weight: 700; }
  section.hero {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    section.hero #intro {
      /*position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 80vh;
      height: 100vh;*/
      object-fit: cover;
      width: 100vw;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0; }
    section.hero .container {
      width: 100%;
      height: 100%;
      position: relative; }
    section.hero .hero-content {
      display: none;
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      transform: translateY(-50%); }
      section.hero .hero-content h1 {
        width: 100%;
        padding: 0 30px;
        color: #ffec00;
        font-size: 30px;
        line-height: 38px;
        font-weight: 700; }
      section.hero .hero-content .btn {
        display: inline-block;
        margin: 0 15px; }
        section.hero .hero-content .btn-group {
          float: left;
          width: 100%;
          margin-top: 80px; }
  section.reason-why, section.oikos {
    height: auto;
    text-align: center;
    color: #ffec00;
    background-image: url("../img/bg-reason.why.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    section.reason-why:after, section.oikos:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4); }
    section.reason-why h2, section.oikos h2 {
      float: left;
      width: 100%;
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      z-index: 2; }
    section.reason-why p, section.oikos p {
      width: 100%;
      padding: 0 30px;
      margin-top: 40px;
      font-size: 18px;
      line-height: 26px;
      position: relative;
      z-index: 2; }
      section.reason-why p strong, section.oikos p strong {
        font-weight: 600; }
  section.reason-why {
    background-attachment: fixed;
    padding: 120px 0; }
    section.reason-why:after {
      background: rgba(0, 0, 0, 0.6); }
    section.reason-why h2 {
      font-size: 40px;
      line-height: 46px;
      padding-right: 30px;
      letter-spacing: 2px;
      text-align: center; }
    section.reason-why p {
      margin-top: 0; }
    section.reason-why .btn {
      margin-top: 30px;
      position: relative;
      z-index: 1;
      margin-left: 20px; }
      section.reason-why .btn a {
        padding: 0 120px; }
  section.oikos {
    background-attachment: fixed;
    background-image: url("../img/bg-oikos.jpg");
    padding: 120px 0;
    text-align: left;
    position: relative; }
    section.oikos:after {
      background: rgba(0, 0, 0, 0.6); }
    section.oikos p a {
      margin-top: 10px;
      font-weight: 600;
      display: inline-block;
      color: #ffec00;
      text-decoration: underline; }
    section.oikos h2 {
      padding: 0 30px; }
  section.film {
    background-image: url("../img/bg-docufilm.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    height: auto; }
    section.film:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4); }
    section.film .container {
      width: 100%;
      position: relative; }
    section.film .film-content {
      width: 100%;
      text-align: center;
      position: relative;
      z-index: 2;
      padding: 60px 0; }
      section.film .film-content h2 {
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        text-transform: uppercase;
        color: #ffec00;
        float: left;
        width: 100%;
        padding: 0 30px;
        letter-spacing: 0.5px; }
      section.film .film-content img {
        display: inline-block;
        margin-top: 40px;
        height: 100%;
        max-height: 400px; }
      section.film .film-content .btn {
        display: inline-block;
        margin-top: 30px; }
        section.film .film-content .btn-group {
          float: left;
          width: 100%;
          margin-bottom: 30px; }
  section.storie {
    position: relative;
    padding: 0;
    overflow: hidden; }
    section.storie .story {
      float: left;
      width: 25%;
      height: 100%;
      text-align: center;
      position: relative;
      cursor: pointer;
      transition: all 0.3s ease-out; }
      section.storie .story:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        cursor: pointer;
        transition: all 0.1s ease-out; }
      section.storie .story:hover.active {
        opacity: 1;
        width: 30%; }
        section.storie .story:hover.active .story__bg {
          transform: scale(1.1); }
      section.storie .story:hover:after {
        background: rgba(0, 0, 0, 0); }
      section.storie .story.notActive {
        width: 23.33333%; }
        section.storie .story.notActive .story__title {
          opacity: 0.2; }
      section.storie .story[data-story="1"] .story__bg {
        background-image: url("../img/story-1.jpg"); }
      section.storie .story[data-story="2"] .story__bg {
        background-image: url("../img/story-2.jpg"); }
      section.storie .story[data-story="3"] .story__bg {
        background-image: url("../img/story-3.jpg"); }
      section.storie .story[data-story="4"] .story__bg {
        background-image: url("../img/story-4.jpg"); }
      section.storie .story__bg {
        transition: all 0.2s ease-in-out;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      section.storie .story__title {
        font-size: 16px;
        line-height: 24px;
        color: #ffec00;
        font-weight: 600;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 120px;
        z-index: 2; }
        section.storie .story__title:after {
          content: '';
          position: absolute;
          top: 100%;
          margin-top: 20px;
          width: 60px;
          height: 40px;
          left: 50%;
          transform: translateX(-50%);
          background-image: url("../img/wave.png");
          background-size: contain;
          background-repeat: no-repeat; }
      section.storie .story-detail {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 110; }
        section.storie .story-detail:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.4); }
        section.storie .story-detail[data-story] .story-detail__bg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          transform: scale(1.5);
          transition: all 8s ease-out; }
        section.storie .story-detail[data-story="1"] .story-detail__bg {
          background-image: url("../img/bg-story-1.jpg"); }
        section.storie .story-detail[data-story="2"] .story-detail__bg {
          background-image: url("../img/bg-story-2.jpg"); }
        section.storie .story-detail[data-story="3"] .story-detail__bg {
          background-image: url("../img/bg-story-3.jpg"); }
        section.storie .story-detail[data-story="4"] .story-detail__bg {
          background-image: url("../img/bg-story-4.jpg"); }
        section.storie .story-detail__content {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          height: 100%;
          transform: translate(-50%, -50%);
          z-index: 2;
          padding: 60px 0;
          color: #ffec00; }
        section.storie .story-detail__title {
          opacity: 0;
          float: left;
          width: 100%;
          text-align: left;
          font-weight: 700;
          font-size: 30px;
          line-height: 38px;
          position: relative; }
        section.storie .story-detail__quote {
          float: left;
          width: 100%;
          margin-top: 15px;
          text-align: left;
          font-style: italic;
          font-weight: 400;
          font-size: 30px;
          line-height: 34px;
          letter-spacing: 0.8px;
          font-family: "EB Garamond";
          position: relative;
          opacity: 0; }
        section.storie .story-detail__cta {
          opacity: 0;
          float: left;
          width: 100%;
          margin-top: 60px;
          font-size: 18px;
          line-height: 24px;
          letter-spacing: 0.5px;
          text-align: left;
          text-decoration: underline;
          position: relative; }
          section.storie .story-detail__cta .btn-group {
            margin-top: 40px;
            float: left;
            width: 100%; }
        section.storie .story-detail__info {
          position: absolute;
          bottom: 60px;
          left: 0;
          width: 100%;
          opacity: 0; }
          section.storie .story-detail__info ul {
            float: left;
            width: 100%; }
            section.storie .story-detail__info ul span.source {
              float: left;
              width: 100%;
              margin-top: 40px;
              font-size: 12px;
              line-height: 20px;
              letter-spacing: 0.5px;
              opacity: 0.6; }
              section.storie .story-detail__info ul span.source a {
                font-weight: 400;
                color: #fff;
                transition: all 0.2s ease-out; }
              section.storie .story-detail__info ul span.source strong {
                font-weight: 600;
                color: #fff; }
              section.storie .story-detail__info ul span.source:hover a {
                color: #ffec00;
                opacity: 1; }
                section.storie .story-detail__info ul span.source:hover a strong {
                  color: #fff; }
            section.storie .story-detail__info ul li {
              float: left;
              width: 33.3%;
              text-align: left;
              position: relative;
              padding-left: 40px;
              padding-right: 40px;
              min-height: 150px; }
              section.storie .story-detail__info ul li:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 1px;
                background: #ffec00; }
              section.storie .story-detail__info ul li span {
                font-weight: 700;
                font-size: 24px;
                line-height: 32px; }
              section.storie .story-detail__info ul li p {
                font-size: 18px;
                line-height: 26px; }
        section.storie .story-detail.active {
          display: block !important; }
          section.storie .story-detail.active .story-detail__bg {
            animation-name: zoomOut;
            animation-fill-mode: forwards;
            animation-timing-function: ease-out;
            animation-duration: 12s; }
          section.storie .story-detail.active .story-detail__title, section.storie .story-detail.active .story-detail__quote {
            animation-name: topToBottom;
            animation-fill-mode: forwards;
            animation-timing-function: ease-out;
            animation-duration: 0.6s; }
          section.storie .story-detail.active .story-detail__title {
            animation-delay: 0.1s; }
          section.storie .story-detail.active .story-detail__quote {
            animation-delay: 0.4s; }
          section.storie .story-detail.active .story-detail__cta {
            animation-name: bottomToTop;
            animation-fill-mode: forwards;
            animation-timing-function: ease-out;
            animation-duration: 0.8s;
            animation-delay: 0.8s; }
          section.storie .story-detail.active .story-detail__info {
            animation-name: detailInfo;
            animation-fill-mode: forwards;
            animation-timing-function: ease-out;
            animation-duration: 0.6s;
            animation-delay: 0.8s; }
          section.storie .story-detail.active .story-detail__close {
            animation-name: detailClose;
            animation-fill-mode: forwards;
            animation-timing-function: ease-out;
            animation-duration: 0.8s;
            animation-delay: 0.6s; }

@keyframes zoomOut {
  from {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }

@keyframes topToBottom {
  from {
    opacity: 0;
    top: -15px; }
  to {
    opacity: 1;
    top: 0; } }

@keyframes bottomToTop {
  from {
    opacity: 0;
    top: 15px; }
  to {
    opacity: 1;
    top: 0; } }

@keyframes detailInfo {
  from {
    opacity: 0;
    bottom: -30%; }
  to {
    opacity: 1;
    bottom: 60px; } }

@keyframes detailClose {
  from {
    opacity: 0;
    right: -30%; }
  to {
    opacity: 1;
    right: 30px; } }
        section.storie .story-detail__close {
          position: absolute;
          top: 30px;
          right: 30px;
          opacity: 0;
          cursor: pointer; }
  section.missione {
    background-image: url("../img/bg-mission.jpg");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    color: #ffec00;
    height: auto;
    position: relative; }
    section.missione:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4); }
    section.missione h2 {
      float: left;
      width: 100%;
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      z-index: 2; }
    section.missione p {
      display: inline-block;
      width: 100%;
      padding: 0 30px;
      margin-top: 40px;
      font-size: 18px;
      line-height: 26px;
      position: relative;
      z-index: 2; }
      section.missione p strong {
        font-weight: 600; }
    section.missione .btn-group {
      position: relative;
      z-index: 1; }
    section.missione .mission-navigation {
      position: absolute;
      z-index: 2;
      width: 100%;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
      section.missione .mission-navigation i.fa {
        font-size: 50px;
        color: #ffec00; }
      section.missione .mission-navigation .swiper-button-disabled {
        display: none; }
      section.missione .mission-navigation .swiper-button-prev {
        left: 30px; }
        section.missione .mission-navigation .swiper-button-prev:after {
          display: none; }
      section.missione .mission-navigation .swiper-button-next {
        right: 30px; }
        section.missione .mission-navigation .swiper-button-next:after {
          display: none; }
    section.missione .mission-carousel {
      float: left;
      width: 100%;
      margin-top: 60px;
      margin-bottom: 40px;
      position: relative;
      z-index: 2; }
      section.missione .mission-carousel .swiper-wrapper {
        height: auto !important; }
      section.missione .mission-carousel .swiper-slide:last-of-type .mission-slide:after {
        display: none; }
    section.missione .mission-slide {
      padding: 0 20px;
      position: relative;
      min-height: 540px; }
      section.missione .mission-slide:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background-color: #ffec00; }
      section.missione .mission-slide__icon {
        margin-bottom: 30px; }
        section.missione .mission-slide__icon img {
          display: inline-block;
          height: 100%;
          max-height: 120px; }
      section.missione .mission-slide__title {
        float: left;
        width: 100%;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.5px;
        font-weight: 700;
        margin-bottom: 40px; }
      section.missione .mission-slide__content-missione {
        float: left;
        width: 100%;
        min-height: 120px; }
      section.missione .mission-slide__content h3 {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        font-weight: 700; }
      section.missione .mission-slide__content p {
        float: left;
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 24px; }
  section.social-wall {
    height: auto;
    padding: 0;
    padding-bottom: 30px;
    float: left;
    width: 100%;
    position: relative;
    background: #2d2c32; }
    section.social-wall h2 {
      float: left;
      width: 100%;
      text-align: center;
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      z-index: 2;
      color: #ffec00;
      padding: 60px 0; }
    section.social-wall .social-wall-carousel {
      float: left;
      width: 100%;
      padding: 0 30px; }
      section.social-wall .social-wall-carousel .swiper-wrapper {
        height: auto; }
    section.social-wall .social-wall-item {
      height: 420px;
      position: relative;
      background-size: cover;
      background-position: center center; }
      section.social-wall .social-wall-item a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #2d2c32; }
      section.social-wall .social-wall-item__footer {
        position: absolute;
        left: 0;
        bottom: 0;
        background: #fff;
        padding: 15px;
        width: 100%; }
      section.social-wall .social-wall-item__name {
        float: left;
        width: 100%;
        font-size: 12px;
        color: #2d2c32;
        font-weight: 600; }
      section.social-wall .social-wall-item__desc {
        float: left;
        width: 100%;
        font-size: 12px;
        line-height: 16px;
        color: #2d2c32;
        margin-top: 5px; }
    section.social-wall .social-wall-navigation {
      position: absolute;
      z-index: 2;
      width: 100%;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
      section.social-wall .social-wall-navigation i.fa {
        font-size: 50px;
        color: #ffec00; }
      section.social-wall .social-wall-navigation .swiper-button-disabled {
        display: none; }
      section.social-wall .social-wall-navigation .swiper-button-prev {
        left: 30px; }
        section.social-wall .social-wall-navigation .swiper-button-prev:after {
          display: none; }
      section.social-wall .social-wall-navigation .swiper-button-next {
        right: 30px; }
        section.social-wall .social-wall-navigation .swiper-button-next:after {
          display: none; }

footer.footer {
  background: #2d2c32;
  float: left;
  width: 100%;
  padding: 60px 0;
  position: relative; }
  footer.footer ul.share {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    text-align: center; }
    footer.footer ul.share h2 {
      float: left;
      width: 100%;
      font-size: 18px;
      font-weight: 600;
      color: #ffec00;
      margin-bottom: 30px;
      text-transform: uppercase; }
    footer.footer ul.share li {
      display: inline-block;
      margin: 0 20px; }
      footer.footer ul.share li:first-of-type {
        margin-left: 0; }
      footer.footer ul.share li:last-of-type {
        margin-right: 0; }
      footer.footer ul.share li a {
        vertical-align: bottom;
        font-size: 30px;
        color: #ffec00; }
  footer.footer .footer-navigation {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    footer.footer .footer-navigation i.fa {
      font-size: 30px;
      color: #ffec00; }
    footer.footer .footer-navigation .swiper-button-disabled {
      display: none; }
    footer.footer .footer-navigation .swiper-button-prev {
      left: 0px; }
      footer.footer .footer-navigation .swiper-button-prev:after {
        display: none; }
    footer.footer .footer-navigation .swiper-button-next {
      right: 0px; }
      footer.footer .footer-navigation .swiper-button-next:after {
        display: none; }
  footer.footer .footer-carousel {
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
    padding: 0 20px;
    z-index: 2; }
    footer.footer .footer-carousel .swiper-slide:last-of-type .mission-slide:after {
      display: none; }
  footer.footer .footer-slide {
    padding: 0 20px;
    position: relative;
    min-height: 580px; }
    footer.footer .footer-slide:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 2px;
      height: 100%;
      background-color: #ffec00; }
    footer.footer .footer-slide__icon {
      margin-bottom: 30px; }
      footer.footer .footer-slide__icon img {
        display: inline-block;
        height: 100%;
        max-height: 120px; }
    footer.footer .footer-slide__title {
      float: left;
      width: 100%;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.5px;
      font-weight: 700;
      margin-bottom: 40px; }
    footer.footer .footer-slide__content-missione {
      float: left;
      width: 100%;
      min-height: 120px; }
    footer.footer .footer-slide__content h3 {
      float: left;
      width: 100%;
      margin-bottom: 10px;
      font-weight: 700; }
    footer.footer .footer-slide__content p {
      float: left;
      width: 100%;
      margin-top: 0;
      margin-bottom: 30px;
      font-size: 16px;
      line-height: 24px; }
  footer.footer .row {
    float: left;
    width: 100%;
    margin: 15px 0; }
    footer.footer .row h3 {
      color: #ffec00;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0.5px;
      font-weight: 600;
      margin-bottom: 15px; }
    footer.footer .row .logo {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      margin-bottom: 10px;
      max-width: 120px;
      padding: 20px; }
      footer.footer .row .logo:last-of-type {
        margin-right: 0; }
      footer.footer .row .logo img {
        width: 100%; }
    footer.footer .row:nth-child(1) .col--5 .logo {
      max-width: 130px; }
    footer.footer .row .col--3 .logo {
      max-width: 130px; }
      footer.footer .row .col--3 .logo:first-of-type {
        max-width: 170px; }
      footer.footer .row .col--3 .logo:last-of-type {
        max-width: 70px; }
  footer.footer .footer-carousel {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2; }
    footer.footer .footer-carousel .swiper-slide:last-of-type .mission-slide:after {
      display: none; }

.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 110;
  display: none; }

.modal {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 0 20px;
  position: fixed;
  z-index: 111;
  top: 50%;
  left: calc(50% - 20px);
  transform: translate(-50%, -50%);
  display: none; }
  .modal__close {
    position: absolute;
    top: -50px;
    right: 0px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 99; }
    .modal__close svg {
      width: 100%; }
  .modal--video .docufilm, .modal--video-docufilm .docufilm {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative; }
  .modal--video .docufilm iframe,
  .modal--video .docufilm object,
  .modal--video .docufilm embed, .modal--video-docufilm .docufilm iframe,
  .modal--video-docufilm .docufilm object,
  .modal--video-docufilm .docufilm embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .modal--form, .modal--form-docufilm {
    background-image: url("../img/bg-form.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 60px 40px;
    color: #ffec00; }
    .modal--form.thankyou .modal__header, .modal--form.thankyou .modal__body, .modal--form-docufilm.thankyou .modal__header, .modal--form-docufilm.thankyou .modal__body {
      display: none; }
    .modal--form.thankyou .thankyou-message, .modal--form-docufilm.thankyou .thankyou-message {
      display: block; }
    .modal--form .thankyou-message, .modal--form-docufilm .thankyou-message {
      display: none;
      float: left;
      width: 100%;
      text-align: center;
      padding: 60px 0; }
      .modal--form .thankyou-message p, .modal--form-docufilm .thankyou-message p {
        float: left;
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        color: #ffec00; }
        .modal--form .thankyou-message p strong, .modal--form-docufilm .thankyou-message p strong {
          font-weight: 600; }
    .modal--form .modal__close, .modal--form-docufilm .modal__close {
      top: 15px;
      right: 15px; }
    .modal--form:after, .modal--form-docufilm:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7); }
    .modal--form h2, .modal--form-docufilm h2 {
      font-weight: 600;
      font-size: 20px;
      line-height: 26px;
      float: left;
      width: 100%;
      text-transform: uppercase;
      position: relative;
      z-index: 2; }
    .modal--form p:not(.privacy-lbl), .modal--form-docufilm p:not(.privacy-lbl) {
      float: left;
      width: 100%;
      margin-top: 20px;
      font-size: 16px;
      line-height: 24px;
      position: relative;
      z-index: 2; }
      .modal--form p:not(.privacy-lbl) strong, .modal--form-docufilm p:not(.privacy-lbl) strong {
        font-weight: 600; }
    .modal--form form, .modal--form-docufilm form {
      float: left;
      width: 100%;
      margin-top: 30px;
      position: relative;
      z-index: 2; }
      .modal--form form fieldset, .modal--form-docufilm form fieldset {
        width: 100%;
        float: left;
        margin-bottom: 40px; }
        .modal--form form fieldset label, .modal--form-docufilm form fieldset label {
          float: left;
          width: 100%;
          font-size: 12px;
          margin-bottom: 5px; }
          .modal--form form fieldset label.error-inline, .modal--form-docufilm form fieldset label.error-inline {
            margin-top: 10px;
            color: red;
            font-weight: 600;
            font-size: 10px;
            letter-spacing: 0.5px; }
        .modal--form form fieldset input, .modal--form-docufilm form fieldset input {
          float: left;
          width: 100%;
          height: 40px;
          line-height: 40px;
          border: 0;
          background: none;
          border-bottom: 1px solid #ffec00;
          padding: 10px 0 15px 0;
          font-size: 16px;
          -webkit-appearance: none;
          color: #fff; }
        .modal--form form fieldset input[type="submit"], .modal--form-docufilm form fieldset input[type="submit"] {
          width: 100%;
          min-width: 160px;
          border-radius: 40px;
          text-align: center;
          height: 50px;
          line-height: 50px;
          padding: 0 24px;
          -webkit-appearance: none;
          cursor: pointer;
          border: 1px solid #ffec00;
          color: #ffec00;
          font-family: "Spartan";
          font-weight: 600;
          font-size: 14px; }
        .modal--form form fieldset input[type="checkbox"], .modal--form-docufilm form fieldset input[type="checkbox"] {
          float: left;
          width: 40px;
          margin-top: 5px;
          margin-left: -10px;
          -webkit-appearance: checkbox;
          position: relative;
          z-index: 2;
          cursor: pointer;
          height: 20px;
          background: none;
          border: 1px solid #ffec00; }
          @media screen and (max-width: 767px) {
            .modal--form form fieldset input[type="checkbox"], .modal--form-docufilm form fieldset input[type="checkbox"] {
              padding: 0; } }
        .modal--form form fieldset p.privacy-lbl, .modal--form-docufilm form fieldset p.privacy-lbl {
          float: left;
          width: 100%;
          font-size: 12px;
          margin-bottom: 20px; }
          .modal--form form fieldset p.privacy-lbl a, .modal--form-docufilm form fieldset p.privacy-lbl a {
            color: #ffec00 !important;
            text-decoration: underline; }

@media screen and (min-width: 320px) and (max-height: 768px) {
  section.storie .story-detail__content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden; }
  section.storie .story-detail__info {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 60px;
    float: left; }
  @keyframes detailInfo {
    from {
      opacity: 0;
      bottom: -30%; }
    to {
      opacity: 1;
      bottom: auto; } } }

@media screen and (min-width: 769px) and (max-width: 1200px) {
  section.social-wall .social-wall-carousel {
    padding: 0 75px; }
  section.social-wall .social-wall-item {
    height: 430px; } }

@media screen and (min-width: 769px) and (max-width: 991px) {
  header.header nav {
    margin-left: 60px; }
    header.header nav ul li {
      margin: 0 10px; }
      header.header nav ul li a {
        font-size: 12px;
        font-weight: 600; } }

@media screen and (max-width: 768px) {
  .swiper-wrapper {
    height: auto !important; }
  body:not(.count-up) {
    overflow: auto !important; }
  .d-only {
    display: none; }
  .m-only {
    display: block; }
  header.header nav {
    display: none; }
  footer.footer {
    padding: 40px 0; }
    footer.footer .footer-carousel {
      margin: 0; }
      footer.footer .footer-carousel .swiper-wrapper,
      footer.footer .footer-carousel .swiper-slide {
        height: auto !important; }
    footer.footer .col {
      width: 100%; }
      footer.footer .col--3 .logo:first-of-type {
        max-width: 170px !important; }
      footer.footer .col--3 .logo:last-of-type {
        max-width: 70px !important; }
    footer.footer .logo {
      max-width: 100px !important;
      margin-right: 0 !important; }
  section {
    background-attachment: initial !important; }
    section.countup #countup-bg {
      display: block;
      object-fit: cover;
      width: 100vw;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0; }
    section.countup .year {
      font-size: 60px;
      line-height: 80px; }
    section.hero {
      padding-top: 120px;
      height: 500px;
      overflow: hidden;
      position: relative; }
      section.hero #intro {
        height: 100%;
        top: -120px;
        transform: scale(3);
        position: absolute;
        left: 0; }
      section.hero .hero-content {
        transform: none;
        top: auto;
        left: auto;
        position: relative;
        float: left;
        width: 100%; }
        section.hero .hero-content h1 {
          font-size: 20px;
          line-height: 26px;
          padding: 0 30px; }
        section.hero .hero-content .btn {
          min-width: 330px; }
          section.hero .hero-content .btn:first-of-type {
            margin-bottom: 15px; }
    section.reason-why {
      padding: 40px 0; }
      section.reason-why .btn {
        margin-left: 0; }
      section.reason-why .col {
        width: 100%;
        text-align: center; }
        section.reason-why .col h2 {
          padding: 0;
          font-size: 30px;
          line-height: 36px;
          margin-bottom: 30px; }
        section.reason-why .col p {
          font-size: 16px;
          line-height: 24px; }
      section.reason-why .btn {
        float: none;
        display: inline-block; }
        section.reason-why .btn a {
          padding: 0 40px; }
    section.film {
      height: auto;
      padding: 40px 0; }
      section.film .film-content {
        position: relative;
        left: auto;
        top: auto;
        float: left;
        transform: none; }
        section.film .film-content .container {
          height: auto !important; }
      section.film img {
        height: auto !important;
        width: 100%; }
    section.storie {
      height: auto; }
      section.storie .story {
        width: 100%;
        height: 300px; }
        section.storie .story.current {
          opacity: 1; }
          section.storie .story.current .story__bg {
            transform: scale(1.1); }
          section.storie .story.current:after {
            background: rgba(0, 0, 0, 0); }
        section.storie .story[data-story="4"] .story__bg {
          background-position: center top -100px; }
        section.storie .story-detail {
          height: auto; }
  @keyframes detailClose {
    from {
      opacity: 0;
      right: -30%; }
    to {
      opacity: 1;
      right: 15px; } }
          section.storie .story-detail .col {
            padding: 0 20px;
            width: 100%; }
          section.storie .story-detail__content {
            position: relative;
            top: auto;
            left: auto;
            transform: none;
            height: 100vh;
            overflow-y: scroll;
            overflow-x: hidden; }
          section.storie .story-detail__quote {
            font-size: 22px;
            line-height: 28px; }
          section.storie .story-detail__title, section.storie .story-detail__quote {
            padding-right: 60px; }
          section.storie .story-detail__close {
            position: fixed;
            top: 15px; }
          section.storie .story-detail.active .story-detail__info {
            position: relative !important; }
  @keyframes detailInfo {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
          section.storie .story-detail__info {
            position: relative;
            top: auto;
            transform: none;
            float: left;
            width: 100%;
            margin-top: 90px; }
            section.storie .story-detail__info ul li {
              padding: 0;
              padding-top: 20px;
              padding-bottom: 20px;
              width: 100%; }
              section.storie .story-detail__info ul li:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                height: 1px;
                width: 100%;
                background: #ffec00; }
              section.storie .story-detail__info ul li:first-of-type:before {
                display: none; }
    section.oikos {
      padding: 40px 0; }
      section.oikos h2 {
        padding: 0; }
      section.oikos p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
        padding: 0; }
      section.oikos .col {
        width: 100%; }
    section.missione p {
      font-size: 16px;
      line-height: 24px; }
    section.missione .swiper-slide {
      transition: all 0.3s ease-out;
      opacity: 0;
      padding: 0 40px; }
      section.missione .swiper-slide-active {
        opacity: 1; }
    section.missione .mission-slide {
      min-height: auto !important; }
      section.missione .mission-slide:after {
        display: none; }
    section.social-wall .social-wall-carousel {
      padding: 0 75px; }
    section.social-wall .social-wall-item {
      height: 430px; }
  .modal--form, .modal--form-docufilm {
    top: 20px;
    left: auto;
    transform: none;
    overflow: scroll;
    height: 600px;
    padding: 20px; }
    .modal--form.thankyou, .modal--form-docufilm.thankyou {
      height: auto !important; }
      .modal--form.thankyou:after, .modal--form-docufilm.thankyou:after {
        height: 100%; }
    .modal--form .modal__close, .modal--form-docufilm .modal__close {
      top: 10px;
      right: 10px; }
    .modal--form p:not(.privacy-lbl), .modal--form-docufilm p:not(.privacy-lbl) {
      font-size: 14px; }
    .modal--form:after, .modal--form-docufilm:after {
      height: 700px; }
    .modal--form .col, .modal--form-docufilm .col {
      width: 100%;
      float: left; } }

@media screen and (max-width: 400px) {
  section.hero .hero-content .btn {
    min-width: calc(100% - 30px) !important;
    margin: 0 !important; }
    section.hero .hero-content .btn:first-of-type {
      margin-bottom: 15px !important; }
    section.hero .hero-content .btn a {
      padding: 0 20px !important; }
  section.missione .btn a {
    padding: 0 20px;
    font-size: 12px; } }

@media screen and (max-width: 380px) {
  footer.footer .col--3 .logo:first-of-type {
    max-width: 130px !important; }
  footer.footer .col--3 .logo:last-of-type {
    padding: 10px;
    max-width: 50px !important; } }

@media screen and (max-width: 320px) {
  footer.footer .col--3 .logo:first-of-type {
    max-width: 100px !important; } }
