/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "futura-pt";
  src: url("../fonts/futura_new/futura-pt-light.woff2") format("woff2"), url("../fonts/futura_new/futura-pt-light.woff") format("woff"), url("../fonts/futura_new/futura-pt-light.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "futura-pt";
  src: url("../fonts/futura_new/futura-pt.woff2") format("woff2"), url("../fonts/futura_new/futura-pt.woff") format("woff"), url("../fonts/futura_new/futura-pt.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "futura-pt";
  src: url("../fonts/futura_new/futura-pt-bold.woff2") format("woff2"), url("../fonts/futura_new/futura-pt-bold.woff") format("woff"), url("../fonts/futura_new/futura-pt-bold.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
html,
body {
  font-size: 20px;
  line-height: 1.4;
}
body {
  font-family: "futura-pt", sans-serif;
  font-weight: normal;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  font-size: 2.2rem;
  line-height: 1.5rem;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin-bottom: 1rem;
}

h1,
h2,
h3 {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
}

strong {
  font-weight: 600;
}

a,
a:visited {
  color: #28509c;
}

.small {
  font-size: 0.8rem;
  line-height: 1.3rem;
}

.sottotesto {
  font-size: 0.8rem;
}

.text-center {
  text-align: center;
}

.m-reset {
  margin: 0 !important;
}

html,
body {
  color: #5a5959;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.container {
  max-width: 1365px;
  padding: 0 25px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0;
  }
}

.section-content {
  padding: 3rem 5rem;
}
@media screen and (max-width: 767px) {
  .section-content {
    padding: 2.65rem 1.6rem;
  }
}

.reset-bkg-color {
  background-color: transparent !important;
}

.reset-m-b {
  margin-bottom: 0 !important;
}

.reset-p-b {
  padding-bottom: 0 !important;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #fff !important;
}

.bg-accent {
  background-color: #28509c;
}

.bg-lightgray {
  background-color: #f5f5f5 !important;
}

.box-shadow {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.21);
}

.c-btn {
  background-color: #fff;
  font-size: 0.7rem;
  padding: 0 0.7rem;
  text-transform: uppercase;
  display: inline-block;
  color: #28509c;
  text-decoration: none;
  line-height: 2rem;
  outline: none;
  border-color: transparent;
}
.c-btn.accent {
  background-color: #28509c;
  color: #fff;
}
.c-btn.orange {
  background-color: #f26531;
  color: #fff;
}
.c-btn.small {
  line-height: 1.3rem;
}
.c-btn.active {
  background-color: #f26531;
  color: #fff !important;
}
.c-btn:not(.no-after)::after {
  font-family: sans-serif;
  margin-left: 0.3rem;
  content: ">";
}

#mobile-menu-trigger svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
#mobile-menu-trigger.active svg {
  transform: rotate(90deg);
}
#mobile-menu-trigger path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
#mobile-menu-trigger path:nth-child(1) {
  transform-origin: 36% 40%;
}
#mobile-menu-trigger path:nth-child(2) {
  stroke-dasharray: 29 299;
}
#mobile-menu-trigger path:nth-child(3) {
  transform-origin: 35% 63%;
}
#mobile-menu-trigger path:nth-child(4) {
  stroke-dasharray: 29 299;
}
#mobile-menu-trigger path:nth-child(5) {
  transform-origin: 61% 52%;
}
#mobile-menu-trigger path:nth-child(6) {
  transform-origin: 62% 52%;
}
#mobile-menu-trigger.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
#mobile-menu-trigger.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
#mobile-menu-trigger.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
#mobile-menu-trigger.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
#mobile-menu-trigger.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
#mobile-menu-trigger.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.image-wrapper {
  position: relative;
  display: block;
}
.image-wrapper:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.25;
  top: 0;
  left: 0;
  z-index: 0;
}
.image-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  z-index: 1;
}

.hp-video-wrapper {
  margin-top: 2rem;
  aspect-ratio: 16/9;
  width: 100%;
}

.hero-storie-wrapper .c-btn {
  padding: 1rem 0;
}
.hero-storie-wrapper .c-btn.btn-menu-dropdown {
  padding: 0.5rem 0.8rem;
  width: 300px;
  justify-content: space-between !important;
}
.hero-storie-wrapper.white .btn-box > div .c-btn {
  background-color: #28509c;
  color: #fff;
}

.storie-text h4 {
  margin-bottom: 0;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

.header {
  background-color: #fff;
}
.header .pku-menu-mobile {
  position: absolute;
  background: rgb(255, 255, 255);
  right: 18px;
  text-align: center;
  display: none;
}
.header .pku-menu-mobile.open {
  display: block;
  z-index: 2;
}
.header .pku-menu-mobile a {
  padding: 0.75rem;
  font-size: 0.85rem;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .header .pku-menu-mobile a {
    display: block;
  }
}
.header .header-content {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  align-items: center;
  flex-wrap: wrap;
}
.header .header-content #mobile-menu-trigger {
  cursor: pointer;
}
.header .header-content #mobile-menu-trigger .arrow-up-header {
  transition: 0.4s ease-in-out;
  transform: rotateZ(180deg);
}
.header .header-content #mobile-menu-trigger .arrow-up-header.animazione {
  transform: rotateZ(0deg);
}
.header .header-content .vector {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .header-content .vector {
    display: block;
    flex: 1;
    display: flex;
    justify-content: center;
  }
}
.header .header-content .logo-pku {
  justify-content: space-around;
  align-items: center;
}
.header .header-content .logo-pku .divisore {
  height: 36.5px;
  width: 2px;
  background-color: rgb(199, 199, 199);
}
@media screen and (max-width: 767px) {
  .header .header-content .logo-pku .divisore {
    display: none;
  }
}
.header .header-content .logo-pku .link-storie {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .header .header-content .logo-pku .link-storie {
    display: none;
  }
}
.header .header-content .logo-pku .link-storie li > a {
  color: #5a5959;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 27px 0;
  position: relative;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.header .header-content .logo-pku .link-storie li > a:after {
  content: "";
  height: 2px;
  background-color: #28509c;
  width: 100%;
  display: none;
  position: absolute;
}
.header .header-content .logo-pku .link-storie li:hover a:after, .header .header-content .logo-pku .link-storie li.active a:after {
  display: block;
}
.header .header-content .logo-pku .link-storie li.sub-menu-wrapper {
  position: relative;
}
.header .header-content .logo-pku .link-storie li.sub-menu-wrapper .sub-menu {
  position: absolute;
  top: 55px;
  list-style: none;
  background-color: #fff;
  z-index: 999;
  min-width: 150px;
  display: none;
  padding: 0;
  margin: 0;
}
.header .header-content .logo-pku .link-storie li.sub-menu-wrapper .sub-menu li a {
  text-decoration: none;
  font-size: 1rem;
  display: block;
  padding: 0.5rem 1rem;
}
.header .header-content .logo-pku .link-storie li.sub-menu-wrapper .sub-menu li a:after {
  display: none;
}
.header .header-content .logo-pku .link-storie li.sub-menu-wrapper .sub-menu li:hover {
  text-decoration: underline;
}
.header .header-content .logo-pku .link-storie li.sub-menu-wrapper:hover .sub-menu {
  display: block;
}
.header .header-content .logo-pku {
  display: flex;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .header .header-content .logo-pku {
    text-align: center;
  }
}
.header .header-content .logo-pku img {
  height: 60px;
}
@media screen and (max-width: 767px) {
  .header .header-content .logo-pku img {
    height: auto;
    width: 55px;
  }
}
.header .header-content .logo-biomarin {
  flex: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .header .header-content .logo-biomarin {
    text-align: center;
  }
}
.header .header-content .logo-biomarin img {
  height: 45px;
}
@media screen and (max-width: 767px) {
  .header .header-content .logo-biomarin img {
    height: auto;
    width: 143px;
  }
}

.pre-footer {
  background-color: #28509c;
  text-align: center;
  color: #fff;
  padding: 1.5rem 0;
}
.pre-footer .container {
  background-color: transparent;
}
.pre-footer .container .pre-footer-menu {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pre-footer .container .pre-footer-menu li {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .pre-footer .container .pre-footer-menu li {
    flex: none;
    width: 50%;
  }
}
.pre-footer .container .pre-footer-menu li {
  line-height: 1;
  padding: 0 2.25rem;
}
.pre-footer .container .pre-footer-menu li a {
  font-size: 0.8rem;
}
.pre-footer .container .pre-footer-menu li a:hover {
  color: #fff;
}
.pre-footer .container .pre-footer-menu li a:visited {
  color: #fff;
}
.pre-footer .container .pre-footer-menu li a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .pre-footer .container .pre-footer-menu li a {
    display: block;
    margin-bottom: 1.5rem;
  }
}
.pre-footer .container .copy {
  font-size: 0.6rem;
}

.footer {
  background-color: #fff;
  text-align: center;
}
.footer .partner-main-wrapper {
  padding: 1.5rem 0;
}
.footer .partner-main-wrapper P {
  font-size: 0.8rem;
  color: #28509c;
}
.footer .partner-main-wrapper .partner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .partner-main-wrapper .partner-wrapper .partner-item {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .footer .partner-main-wrapper .partner-wrapper .partner-item {
    flex: none;
    width: 33.3333%;
  }
}
.footer .partner-main-wrapper .partner-wrapper .partner-item {
  padding: 1rem;
}

.form-section {
  background-color: #28509c;
  padding-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form-section {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .form-section .container {
    padding: 0 25px;
  }
}
.form-section h3 {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form-section h3 {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.form-section .subtitle {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form-section .subtitle {
    padding: 1.5rem;
    line-height: 2.2rem;
  }
}
.form-section p.small {
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 2rem;
}
.form-section .sep {
  background: rgb(160, 160, 160);
  width: 200px;
  height: 2px;
  margin: 1rem auto;
}
@media screen and (max-width: 767px) {
  .form-section .sep {
    margin: 2rem auto;
  }
}
.form-section #upload-form {
  background-color: #fff;
  width: 85%;
  padding: 2.5rem;
  border-radius: 24px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-section #upload-form {
    width: 100%;
    padding: 1.5rem;
  }
}
.form-section #upload-form .form-actions-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .form-section #upload-form .form-actions-wrapper {
    flex-direction: column;
  }
}
.form-section #upload-form .form-actions-wrapper #allega-file,
.form-section #upload-form .form-actions-wrapper #incolla-link {
  min-width: 230px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .form-section #upload-form .form-actions-wrapper #allega-file,
  .form-section #upload-form .form-actions-wrapper #incolla-link {
    min-width: auto;
    width: 100%;
  }
}
.form-section #upload-form #progress-bar-main-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  border-radius: 24px;
  display: none;
}
.form-section #upload-form #progress-bar-main-wrapper #progress-bar {
  width: 50%;
  height: 20px;
  background-color: #ddd;
  margin: auto;
}
.form-section #upload-form #progress-bar-main-wrapper #progress-bar #progress {
  width: 20%;
  height: 100%;
  background-color: #28509c;
}
.form-section #upload-form .form-content-wrapper.sending {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
.form-section #upload-form .form-group {
  margin-bottom: 1rem;
}
.form-section #upload-form .form-group label {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.5rem;
  display: block;
  color: rgb(100, 100, 100);
  text-align: left;
}
.form-section #upload-form .form-group input[type=text] {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid rgb(100, 100, 100);
  padding: 0.6rem 0.8rem;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .form-section #upload-form .form-group input[type=text] {
    height: 42px;
  }
}
.form-section #upload-form .form-group input[type=text]::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(160, 160, 160);
  opacity: 1; /* Firefox */
}
.form-section #upload-form .form-group input[type=text]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(160, 160, 160);
  opacity: 1; /* Firefox */
}
.form-section #upload-form .form-group input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(160, 160, 160);
}
.form-section #upload-form .form-group input[type=text]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgb(160, 160, 160);
}
.form-section #upload-form .form-group .upload-type-wrapper {
  display: flex;
  justify-content: space-between;
}
.form-section #upload-form .form-group.upload-type-input {
  display: none;
}
.form-section #upload-form .form-group.checkbox {
  margin: 1rem 0;
}
.form-section #upload-form .form-group.checkbox .checkbox-group {
  display: flex;
}
.form-section #upload-form .form-group.checkbox .checkbox-group label {
  margin-left: 1rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #646464;
}
.form-section #upload-form .errorMessage {
  color: red;
  font-size: 0.8rem;
  text-align: left;
}
.form-section #upload-form .user-info {
  display: flex;
}
@media screen and (max-width: 767px) {
  .form-section #upload-form .user-info {
    flex-direction: column;
  }
}
.form-section #upload-form .user-info > div:first-child {
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .form-section #upload-form .user-info > div:first-child {
    margin-right: 0;
  }
}
.form-section #upload-form .user-info > div:last-child {
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .form-section #upload-form .user-info > div:last-child {
    margin-left: 0;
  }
}
.form-section #upload-form .user-info .form-group {
  flex: 1;
}
.form-section #upload-form .c-btn {
  margin: 2rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .form-section #upload-form .c-btn {
    width: 100%;
  }
}
.form-section #upload-form #claim {
  color: rgb(100, 100, 100);
  font-size: 1.2rem;
}
.form-section #upload-form #file-name-wrapper {
  font-size: 0.8rem;
  color: #28509c;
}

.c-l-p {
  color: #28509c;
  font-style: italic;
}

.hero {
  position: relative;
}
.hero img {
  width: 100%;
  max-width: initial;
}
@media screen and (max-width: 767px) {
  .hero .hero-desktop {
    display: none;
  }
}
.hero .hero-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero .hero-mobile {
    display: inline;
  }
}
.hero .hero-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hero .hero-content {
    padding: 0;
  }
}
.hero .hero-content .hero-box {
  width: 45%;
  margin-left: auto;
  color: #fff;
  padding: 2.5rem;
  background: rgba(40, 80, 156, 0.8);
}
@media screen and (max-width: 767px) {
  .hero .hero-content .hero-box {
    width: 100%;
    padding: 1.6rem;
    position: relative;
    z-index: 1;
  }
}
.hero .hero-content .hero-box .hero-box-content h1 {
  font-size: 1.8rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .hero .hero-content .hero-box .hero-box-content h1 {
    font-size: 2rem;
  }
}
.hero .hero-content .hero-box .hero-box-content p {
  margin: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .hero .hero-content .hero-box .hero-box-content p {
    margin-bottom: 1.5rem;
  }
}
.hero .multicolor {
  position: absolute;
  bottom: -0.8%;
  width: 1315px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 1364px) {
  .hero .multicolor {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .hero .multicolor {
    width: 100%;
  }
}

.section.about .section-content {
  background-color: #fff;
}
.section.about .section-content .video-wrapper-new {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .section.about .section-content .video-wrapper-new {
    flex-direction: column;
  }
}
.section.about .section-content .video-trigger-wrapper {
  float: left;
  width: 51%;
  margin: 0 1rem 1rem 0;
}
@media screen and (max-width: 767px) {
  .section.about .section-content .video-trigger-wrapper {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
  }
}

.section.supporta {
  position: relative;
  max-width: 1315px;
  margin: auto;
  color: #fff;
}
.section.supporta img {
  width: 100%;
  max-width: initial;
}
@media screen and (max-width: 767px) {
  .section.supporta .supporta-desktop {
    display: none;
  }
}
.section.supporta .supporta-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .section.supporta .supporta-mobile {
    display: inline;
  }
}
.section.supporta .section-content {
  padding: 0;
  position: absolute;
  top: 50%;
  left: calc(5rem + 25px);
  transform: translateY(-50%);
  width: 35%;
}
@media screen and (max-width: 767px) {
  .section.supporta .section-content {
    width: 100%;
    left: 0;
    padding: 0 1.6rem;
    text-align: center;
    padding-top: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .section.supporta .section-content h3 {
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .section.supporta .section-content p {
    text-align: left;
  }
}
.section.supporta .section-content a {
  margin-top: 4rem;
}

.section.partecipare {
  text-align: center;
}
.section.partecipare h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section.partecipare h3 {
    font-size: 2rem;
  }
}
.section.partecipare .subtitle {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section.partecipare .subtitle {
    text-align: left;
  }
}
.section.partecipare ul {
  margin: 0;
  margin-top: 2.5rem;
  list-style: none;
  background-color: #fff;
  padding: 1.6rem 2rem;
  border-radius: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section.partecipare ul {
    padding: 1.5rem;
  }
}
.section.partecipare ul li {
  padding: 0.4rem 0;
}
@media screen and (max-width: 767px) {
  .section.partecipare ul li {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 2rem;
  }
}
.section.partecipare ul li span {
  color: #f26531;
}
@media screen and (max-width: 767px) {
  .section.partecipare ul li span {
    display: block;
  }
}
.section.partecipare ul li:last-child {
  margin-bottom: 0;
}
.section.partecipare .sep {
  width: 150px;
  height: 2px;
  margin: 2.5rem auto;
  background-color: #a0a0a0;
}
.section.partecipare .publish-stories {
  text-align: center;
  margin: 0;
}
.section.partecipare .publish-stories a {
  font-style: italic;
}

.hero-storie-wrapper {
  background-color: #28509c;
}
.hero-storie-wrapper.white {
  background-color: #fff;
}
.hero-storie-wrapper .sottotesto {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .hero-storie-wrapper .section-content {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
.hero-storie-wrapper .btn-dropdown {
  text-align: center;
  justify-content: center;
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  .hero-storie-wrapper .btn-dropdown {
    display: flex;
  }
}
.hero-storie-wrapper .btn-dropdown .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.hero-storie-wrapper .btn-dropdown .c-btn .arrow-up {
  transition: 0.4s ease-in-out;
  transform: rotateZ(180deg);
}
.hero-storie-wrapper .btn-dropdown .c-btn .arrow-up.animazione {
  transform: rotateZ(0deg);
}
.hero-storie-wrapper .btn-dropdown .submenu {
  box-shadow: 0px 0px 10px 9px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  flex-direction: column;
  position: absolute;
  top: 63px;
  border-radius: 0 0 0.7rem 0.7rem;
  display: none;
  width: 300px;
  height: 350px;
  overflow: scroll;
}
.hero-storie-wrapper .btn-dropdown .submenu div {
  padding: 0.5rem 0.8rem;
  border-bottom: 1px solid #f5f5f5;
}
.hero-storie-wrapper .btn-dropdown .submenu div:last-child {
  border-bottom: none;
}
.hero-storie-wrapper .btn-dropdown .submenu div a {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.hero-storie-wrapper .btn-dropdown .submenu div a:hover {
  color: #f26531;
}
.hero-storie-wrapper .m-b-c-btn {
  margin: 1rem 0;
}
.hero-storie-wrapper .hero-text .h1-back-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: -42px;
  text-decoration: none;
  justify-self: flex-start;
}
@media screen and (max-width: 767px) {
  .hero-storie-wrapper .hero-text .h1-back-group {
    gap: 0.1rem;
    margin-left: -28px;
  }
}
.hero-storie-wrapper .hero-text .h1-back-group .back-wrapper {
  width: 30px;
  height: 30px;
  flex: none;
}
@media screen and (max-width: 767px) {
  .hero-storie-wrapper .hero-text .h1-back-group .back-wrapper {
    width: 24px;
    height: 24px;
  }
}
.hero-storie-wrapper .hero-text .h1-back-group h1 {
  margin-bottom: 0;
}
.hero-storie-wrapper .hero-text h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .hero-storie-wrapper .hero-text h1 {
    font-size: 32px;
  }
}
.hero-storie-wrapper .hero-text h3 {
  color: #fff;
  font-size: 1.4rem;
  margin: 1rem 0 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .hero-storie-wrapper .hero-text h3 {
    font-size: 24px;
  }
}
.hero-storie-wrapper .hero-text p {
  color: #fff;
  line-height: 1.2rem;
}
.hero-storie-wrapper .btn-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .hero-storie-wrapper .btn-box {
    display: none;
  }
}
.hero-storie-wrapper .btn-box > li {
  list-style: none;
  width: 50%;
  padding: 0.3rem 0;
}
.hero-storie-wrapper .btn-box > li .c-btn {
  width: 90%;
  color: #646464;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.hero-storie-wrapper .btn-box > li .c-btn:hover {
  background-color: #f26531;
  color: #fff;
}
.hero-storie-wrapper .btn-box > li:before {
  content: "- ";
}

.section-img {
  text-align: center;
}
.section-img .img-wrapper {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .section-img .img-wrapper {
    display: none;
  }
}

.img-wrapper-mobile {
  left: 0;
  display: none;
}
.img-wrapper-mobile img {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .img-wrapper-mobile {
    display: flex;
  }
}

.storie-text .img-multicolor {
  display: flex;
}
.storie-text .section-content {
  background-color: #fff;
}
.storie-text .section-content h3 {
  color: #28509c;
  font-size: 64px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .storie-text .section-content h3 {
    font-size: 32px;
  }
}
.storie-text .section-content h4 {
  font-size: 40px;
  font-weight: 100;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .storie-text .section-content h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .container .img-wrapper-multicolor {
    height: 20px;
  }
}
.container .img-wrapper-multicolor img {
  max-width: 100%;
  vertical-align: unset;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .display-flex {
    display: flex !important;
  }
}

@media screen and (max-width: 767px) {
  .display-none {
    display: none;
  }
}

.video-page .cta p {
  font-size: 1.5rem;
}
.video-page .hero-storie-wrapper p {
  line-height: 1.2rem;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .video-page .hero-storie-wrapper p {
    width: 100%;
  }
}
.video-page .section.video .section-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .video-page .section.video .section-content {
    flex-direction: column;
  }
}
.video-page .section.video .section-content > div {
  flex: 1;
}
.video-page .section.video.reverse .section-content {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .video-page .section.video.reverse .section-content {
    flex-direction: column;
  }
}
.video-page.grid-version .cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1023px) {
  .video-page.grid-version .cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .video-page.grid-version .cards-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.video-page.grid-version .cards-wrapper .card {
  display: flex;
  flex-direction: column;
  border: solid 1px #d3d3d3;
  color: #5a5959;
  text-decoration: none;
}
.video-page.grid-version .cards-wrapper .card .card-body {
  padding: 0.85rem;
}
.video-page.grid-version .cards-wrapper .card .card-body h2 {
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin-bottom: 0.5rem;
}
.video-page.grid-version .cards-wrapper .card .card-body p {
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.modal {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.65);
}

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 15px;
  border: 1px solid #888;
  width: 80%;
  max-width: 750px;
  position: relative;
}
.modal-content .hp-video-wrapper {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .modal-content {
    padding: 10px;
    width: 95%;
  }
}

.close {
  color: #aaa;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  right: -15px;
  top: -17px;
}
@media screen and (max-width: 767px) {
  .close {
    width: 25px;
    height: 25px;
    font-size: 15px;
    right: -8px;
    top: -12px;
  }
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#myModal2 .modal-content {
  padding: 35px;
}
#myModal2 .modal-content p {
  line-height: 1.3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #myModal2 .modal-content p {
    line-height: 0.95rem;
    font-size: 0.85rem;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  #myModal2 .modal-content {
    padding: 20px;
  }
}
#myModal2 .modal-content .cta-wrapper {
  margin-top: 1.5rem;
  background-color: #e9e9e9;
  padding: 1rem;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  #myModal2 .modal-content .cta-wrapper .cta-wrapper-text {
    line-height: 1.05rem;
    font-size: 0.85rem;
  }
}
#myModal2 .modal-content .cta-wrapper .c-btn {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  #myModal2 .modal-content .cta-wrapper .c-btn {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  #myModal2 .modal-content .cta-wrapper {
    margin: 0.6rem 0;
    padding: 0.7rem;
  }
}
#myModal2 .modal-content .modal-footer {
  text-align: right;
  font-size: 0.7rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #myModal2 .modal-content .modal-footer {
    margin-top: 1rem;
  }
}/*# sourceMappingURL=main.css.map */