@charset "UTF-8";
:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)) {
    all: unset;
    display: revert
}

*, ::after, ::before {
    box-sizing: border-box
}

a, button {
    cursor: revert
}

menu, ol, ul {
    list-style: none
}

img {
    max-width: 100%
}

table {
    border-collapse: collapse
}

input, textarea {
    -webkit-user-select: auto
}

textarea {
    white-space: revert
}

meter {
    -webkit-appearance: revert;
    appearance: revert
}

::placeholder {
    color: unset
}

:where([hidden]) {
    display: none
}

:where([contenteditable]:not([contenteditable=false])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto
}

:where([draggable=true]) {
    -webkit-user-drag: element
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .1490196078)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5019607843), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5019607843), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5019607843), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5019607843), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

body {
    will-change: opacity;
    opacity: 0;
    transition: all .6s cubic-bezier(.29, .86, .29, .86);
    transition-duration: 2s
}

body.page-loaded {
    opacity: 1
}

body {
    font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #000;
    line-height: 1.6
}

html {
    -webkit-font-smoothing: antialiased
}

body {
    font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

picture {
    display: block
}

h1, h2, h3 {
    font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

:root * {
    outline-color: #000;
    outline-offset: 5px
}

html {
    scroll-behavior: smooth
}

body {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f1f1f1;
    -moz-osx-font-smoothing: grayscale
}

*, :after, :before {
    box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

@media screen and (min-width: 64em) {
    img {
        width: auto
    }
}

.grid, .main-footer, .main-header {
    background-color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    display: grid;
    grid-template-columns:1fr;
    overflow: hidden
}

@media screen and (min-width: 64em) {
    .grid, .main-footer, .main-header {
        grid-template-columns:repeat(15, 6.6666666667%);
        grid-template-rows:auto auto auto auto minmax(0, 1fr)
    }

    .grid:before, .main-footer:before, .main-header:before {
        pointer-events: none;
        display: block;
        background-color: #f2f6fa;
        content: " ";
        grid-column: 7/27;
        grid-row: 1/4
    }
}

.main-content {
    background-color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    display: grid;
    grid-template-columns:1fr;
    overflow: hidden;
    grid-column: 1/-1
}

@media screen and (min-width: 64em) {
    .main-content {
        grid-template-columns:repeat(15, 6.6666666667%);
        grid-template-rows:auto auto auto auto minmax(0, 1fr)
    }

    .main-content:before {
        pointer-events: none;
        display: block;
        background-color: #f2f6fa;
        content: " ";
        grid-column: 7/27;
        grid-row: 1/4
    }
}

.main-header {
    background-color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    display: grid;
    grid-template-columns:1fr;
    overflow: hidden;
    position: absolute;
    background-color: transparent;
    height: 100%;
    z-index: 1030;
    max-height: 250px
}

@media screen and (min-width: 64em) {
    .main-header {
        grid-template-columns:repeat(15, 6.6666666667%);
        grid-template-rows:auto auto auto auto minmax(0, 1fr)
    }
}

.main-header::before {
    content: unset
}

.main-header .logo {
    position: absolute;
    top: 1.25rem;
    left: 1.3125rem;
    width: 5.75rem;
    height: 9.125rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (min-width: 52.125em) {
    .main-header .logo {
        width: 7.5rem;
        height: 12rem;
        left: 2.5rem
    }
}

.main-header .logo img {
    height: 100%;
    width: 100%;
    max-width: 4.625rem;
    object-fit: contain
}

@media screen and (min-width: 52.125em) {
    .main-header .logo img {
        max-width: 6.125rem
    }
}

.main-footer {
    background-color: #fe0905 !important;
    grid-column: 1/-1;
    background-color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    display: grid;
    grid-template-columns:1fr;
    overflow: hidden;
    padding: 2.1875rem 3.3125rem;
    padding-bottom: 3.3125rem
}

@media screen and (min-width: 64em) {
    .main-footer {
        grid-template-columns:repeat(15, 6.6666666667%);
        grid-template-rows:auto auto auto auto minmax(0, 1fr)
    }

    .main-footer:before {
        pointer-events: none;
        display: block;
        background-color: #f2f6fa;
        content: " ";
        grid-column: 7/27;
        grid-row: 1/4
    }
}

@media screen and (min-width: 75em) {
    .main-footer {
        padding: 6.25rem 2.5rem;
        padding-bottom: 7.5rem
    }
}

.main-footer:before {
    content: unset
}

.main-footer .footer-content {
    gap: 21px;
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 52.125em) {
    .main-footer .footer-content {
        display: grid;
        grid-template-columns:repeat(15, 1fr);
        grid-column: 1/-1
    }
}

.main-footer .footer-content .logo-column {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1/2
}

.main-footer .footer-content .center-column {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    grid-column: 4/13
}

.main-footer .footer-content .center-column svg {
    display: none
}

@media screen and (min-width: 52.125em) {
    .main-footer .footer-content .center-column svg {
        display: inline
    }
}

.main-footer .footer-content .center-column p {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 120%;
    letter-spacing: -.2px;
    text-align: center;
    color: #fff
}

.main-footer .footer-content .social-column {
    grid-column: 13/16;
    justify-content: center;
    display: flex;
    align-items: center
}

@media screen and (min-width: 52.125em) {
    .main-footer .footer-content .social-column {
        justify-content: flex-end
    }
}

.main-footer .footer-content .social-column ul {
    padding-left: 0;
    display: flex;
    gap: 1.75rem
}

.main-footer .center {
    grid-column: 1/-1;
    display: flex;
    gap: 10px;
    justify-content: center
}

.main-footer .center .links ul {
    gap: 10px;
    display: flex
}

.main-footer .center .links ul a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline
}

.main-footer .center .links ul a:hover {
    cursor: pointer
}

.credits {
    background-color: #fff;
    padding-top: .4375rem;
    padding-bottom: .6875rem;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0;
    text-align: center;
    grid-column: 1/-1;
    background-color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    display: grid;
    grid-template-columns:1fr;
    overflow: hidden
}

@media screen and (min-width: 64em) {
    .credits {
        grid-template-columns:repeat(15, 6.6666666667%);
        grid-template-rows:auto auto auto auto minmax(0, 1fr)
    }

    .credits:before {
        pointer-events: none;
        display: block;
        background-color: #f2f6fa;
        content: " ";
        grid-column: 7/27;
        grid-row: 1/4
    }
}

.credits:before {
    content: unset
}

.credits p {
    text-align: center;
    grid-column: 1/-1
}

.credits p a:hover {
    cursor: pointer;
    color: #fe0905;
    text-decoration: underline
}

#intestazione {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    display: grid;
    grid-template-columns:1fr;
    grid-template-rows:510px auto;
    position: relative;
    background: unset;
    grid-column: 1/-1
}

@media screen and (min-width: 52.125em) {
    #intestazione {
        min-height: 45rem;
        padding: 0 40px !important;
        height: 100%;
        grid-template-rows:1fr auto;
        grid-template-columns:repeat(15, 1fr) !important;
        max-height: 56.25rem
    }
}

@media screen and (min-width: 75em) {
    #intestazione {
        background-color: #fff;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 90rem;
        display: grid;
        grid-template-columns:1fr;
        overflow: hidden;
        padding: 0 21px;
        grid-template-rows:auto auto !important
    }
}

@media screen and (min-width: 75em) and (min-width: 64em) {
    #intestazione {
        grid-template-columns:repeat(15, 6.6666666667%);
        grid-template-rows:auto auto auto auto minmax(0, 1fr)
    }

    #intestazione:before {
        pointer-events: none;
        display: block;
        background-color: #f2f6fa;
        content: " ";
        grid-column: 7/27;
        grid-row: 1/4
    }
}

#intestazione:before {
    content: unset
}

@media screen and (min-width: 52.125em) {
    #intestazione .img-container {
        display: none
    }
}

#intestazione .img-container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .3);
    max-height: 510px
}

#intestazione .hero-img {
    top: 0;
    left: 0;
    height: 510px;
    position: absolute;
    object-fit: cover;
    object-position: center
}

@media screen and (min-width: 52.125em) {
    #intestazione .hero-img {
        display: none
    }
}

#intestazione .img-container-desk {
    display: none
}

#intestazione .img-container-desk img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16/9
}

@media screen and (min-width: 52.125em) {
    #intestazione .img-container-desk {
        display: block
    }
}

#intestazione .form-container {
    background-color: #fe0905;
    z-index: 1030;
    display: flex;
    flex-direction: column;
    height: 100%;
    grid-row: 2;
    justify-content: center;
    align-items: center;
    padding: 21px;
    padding-right: 0
}

@media screen and (min-width: 52.125em) {
    #intestazione .form-container {
        padding-top: 2rem;
        background-color: transparent;
        grid-column: 11/16;
        grid-row: 1/-1;
        justify-content: flex-start;
        align-items: flex-end
    }
}

@media screen and (max-width: 63.99875em) {
    #intestazione .form-container {
        padding-right: 21px
    }
}

@media screen and (min-width: 52.125em) {
    #intestazione .form-container {
        padding-right: 0
    }
}

#intestazione .form-container .form-card {
    width: 100%;
    min-height: 30.25rem;
    background-color: #fff;
    max-width: 20.9375rem;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2509803922);
    border-radius: 4px
}

@media screen and (min-width: 52.125em) {
    #intestazione .form-container .form-card {
        min-height: 33.375rem;
        height: auto;
        width: 23.0625rem
    }
}

#intestazione .title {
    grid-row: 2;
    position: relative;
    z-index: 1030;
    color: #fff;
    padding: 0;
    grid-column: 1/9
}

@media screen and (min-width: 52.125em) {
    #intestazione .title {
        padding: 0 !important
    }
}

@media screen and (max-width: 63.99875em) {
    #intestazione .title {
        display: flex;
        height: 100%;
        justify-content: flex-end;
        flex-direction: column;
        flex: 1;
        grid-row: 1;
        padding: 0 21px
    }
}

#intestazione .title h1 {
    margin-bottom: 20px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 2.8125rem;
    line-height: 87%;
    letter-spacing: -1.8px
}

#intestazione .title h1::before {
    content: url("/aism/img/decorazione-titolo.svg");
    display: block;
    width: 3.3125rem
}

@media screen and (min-width: 52.125em) {
    #intestazione .title h1::before {
        width: 3.75rem
    }
}

@media screen and (min-width: 52.125em) {
    #intestazione .title h1 {
        font-size: clamp(2.8125rem, 5vw, 4.4375rem)
    }
}

@media screen and (max-width: 30rem) {
    #intestazione .title h1 {
        max-width: 19.75rem;
        font-size: 2.8125rem
    }
}

@media screen and (min-width: 52.125em) {
    #intestazione .title h1 {
        line-height: 87%;
        letter-spacing: -2.8px;
        max-width: unset !important;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        height: 100%;
        padding-bottom: 4.375rem
    }
}

#storia {
    background-image: url("../../aism/img/bg-storia.svg");
    background-repeat: no-repeat;
    background-position: right -87px;
    background-size: 90%;
    background-color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    display: grid;
    grid-template-columns:1fr;
    overflow: hidden;
    padding: 2rem 1.3125rem;
    grid-column: 1/-1
}

@media screen and (min-width: 52.125em) {
    #storia {
        background-repeat: no-repeat;
        background-position: right -87px;
        background-size: 700px;
        padding: 3.375rem 2.5rem
    }
}

@media screen and (min-width: 64em) {
    #storia {
        grid-template-columns:repeat(15, 6.6666666667%);
        grid-template-rows:auto auto auto auto minmax(0, 1fr)
    }

    #storia:before {
        pointer-events: none;
        display: block;
        background-color: #f2f6fa;
        content: " ";
        grid-column: 7/27;
        grid-row: 1/4
    }
}

#storia::before {
    content: unset
}

#storia .swiper {
    width: 100%;
    height: auto
}

#storia .swiper-wrapper {
    display: flex
}

#storia .swiper-slide {
    flex-shrink: 0;
    width: auto
}

#storia .title-storia {
    grid-column: 1/-1;
    margin-bottom: 20px
}

#storia .title-storia h2 {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 120%;
    letter-spacing: -.1px
}

#storia .steps {
    grid-column: 1/-1;
    overflow-x: hidden
}

#storia .steps article {
    transition: unset;
    transform: unset;
    display: block
}

@media screen and (max-width: 63.99875em) {
    #storia .steps article {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

@media screen and (max-width: 63.99875em) {
    #storia .steps article img {
        width: 100%
    }
}

#storia .steps article h3 {
    position: relative;
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: Italic;
    font-size: 2.1875rem;
    line-height: 112%;
    letter-spacing: -.7px;
    margin-top: 2.5rem;
    margin-bottom: 1.6875rem
}

@media screen and (max-width: 63.99875em) {
    #storia .steps article h3 br {
        display: none
    }
}

#storia .steps article h3:before {
    position: absolute;
    height: auto;
    content: url("../../aism/img/apostrofo.svg");
    display: block;
    width: 46px;
    top: -50px
}

#storia .steps article p {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 120%;
    letter-spacing: -.2px
}

@media screen and (min-width: 52.125em) {
    #storia .steps article p {
        max-width: 25.375rem
    }
}

#storia .steps article p b, #storia .steps article p strong {
    font-weight: 700
}

#storia .steps article p a {
    text-decoration: underline;
    color: #fe0905
}

#storia .steps article p em, #storia .steps article p i {
    font-style: italic
}

#storia .steps article p:nth-of-type(2) {
    margin-top: 10px
}

#storia .button-link {
    grid-column: 1/-1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.5rem 0
}

#storia .button-link a {
    background-color: #fe0905;
    color: #fff;
    padding: 1.4375rem 2.3125rem;
    border-radius: 2.8125rem;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 107%;
    letter-spacing: -.2px;
    text-align: center;
    width: 100%;
    transition: background-color ease-in .3s
}

@media screen and (min-width: 52.125em) {
    #storia .button-link a {
        line-height: 87%
    }
}

#storia .button-link a:hover {
    background-color: #c92c32;
    color: #fff;
    cursor: pointer
}

@media screen and (min-width: 52.125em) {
    #storia .button-link a {
        width: unset;
        min-width: 27.125rem
    }
}

@media screen and (min-width: 52.125em) {
    #storia .button-link a br {
        display: none
    }
}

#storia .swiper-controls {
    grid-column: 1/-1;
    display: flex;
    justify-content: space-between
}

#storia .swiper-controls .dots {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center
}

#storia .swiper-controls .custom-pagination-dot {
    width: 16px;
    height: 16px;
    background-color: #d9d9d9;
    border-radius: 50%
}

#storia .swiper-controls .custom-pagination-dot.is-active {
    background-color: #fe0905
}

@media screen and (min-width: 52.125em) {
    #storia .swiper-controls {
        display: none
    }
}

#storia .swiper-controls .before svg {
    transform: rotate(-180deg)
}

#storia .swiper-controls .after.is-disabled svg, #storia .swiper-controls .before.is-disable svg {
    opacity: .8
}

#ascolta {
    background-color: #fe0905 !important;
    padding: 3.75rem 2.5rem;
    grid-column: 1/-1;
    background-color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    display: grid;
    grid-template-columns:1fr;
    overflow: hidden;
    display: flex
}

@media screen and (max-width: 63.99875em) {
    #ascolta {
        padding: 1.875rem 1.3125rem
    }
}

@media screen and (min-width: 64em) {
    #ascolta {
        grid-template-columns:repeat(15, 6.6666666667%);
        grid-template-rows:auto auto auto auto minmax(0, 1fr)
    }

    #ascolta:before {
        pointer-events: none;
        display: block;
        background-color: #f2f6fa;
        content: " ";
        grid-column: 7/27;
        grid-row: 1/4
    }
}

#ascolta:before {
    content: unset
}

#ascolta .audio-card {
    background-color: #f7f0ea;
    flex: 0 0 100%;
    width: 100%;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    border-radius: 20px;
    min-height: 35.5rem;
    display: grid;
    grid-template-columns:1fr
}

@media screen and (max-width: 63.99875em) {
    #ascolta .audio-card {
        gap: 20px
    }
}

@media screen and (max-width: 79.625rem) {
    #ascolta .audio-card {
        gap: 30px
    }
}

@media screen and (max-width: 39.99875em) {
    #ascolta .audio-card {
        gap: 0
    }
}

@media screen and (min-width: 52.125em) {
    #ascolta .audio-card {
        background-image: url("/aism/img/decorazione-audio.svg");
        background-position: -25px -30px;
        background-repeat: no-repeat;
        background-size: 250px
    }
}

@media screen and (min-width: 52.125em) {
    #ascolta .audio-card {
        grid-template-columns:repeat(15, 1fr);
        min-height: 32.5rem
    }
}

#ascolta .audio-card .player {
    grid-column: 2/9;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

@media screen and (max-width: 52.12375em) {
    #ascolta .audio-card .player {
        grid-column: 1/9
    }
}

#ascolta .audio-card .player .kids-img-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: auto;
    position: relative
}

@media screen and (min-width: 52.125em) {
    #ascolta .audio-card .player .kids-img-container {
        display: none
    }
}

#ascolta .audio-card .player .kids-img-container img {
    border-top-right-radius: 20px
}

#ascolta .audio-card .player .kids-img-container:before {
    position: absolute;
    top: 100px;
    left: -10px;
    display: block;
    content: "";
    background-image: url("/aism/img/foglia.svg");
    background-size: contain;
    width: 216px;
    height: 216px;
    background-repeat: no-repeat;
    background-position: left
}

#ascolta .audio-card .player h4 {
    padding: 0 1.75rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 91%;
    letter-spacing: -1.4px;
    position: relative;
    z-index: 30
}

@media screen and (min-width: 75em) {
    #ascolta .audio-card .player h4 {
        font-size: 3.125rem;
        line-height: 97%;
        letter-spacing: -2px
    }
}

@media screen and (max-width: 89.99875em) {
    #ascolta .audio-card .player h4 br {
        display: none
    }
}

#ascolta .audio-card .player p {
    padding: 0 1.75rem;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 1.3125rem;
    line-height: 120%;
    letter-spacing: -.1px;
    margin-top: .6875rem;
    margin-bottom: 1.25rem
}

@media screen and (max-width: 63.99875em) {
    #ascolta .audio-card .player p br {
        display: none
    }
}

#ascolta .audio-card .player .audio-player {
    border-radius: 10px;
    background-color: #fff;
    height: 100px;
    width: 100%;
    max-width: 32.875rem;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 16px;
    padding-right: 20px;
    margin-left: 28px
}

@media screen and (max-width: 52.12375em) {
    #ascolta .audio-card .player .audio-player {
        max-width: 100%;
        margin-left: 0;
        margin-top: auto;
        border-bottom-left-radius: 1.25rem;
        border-bottom-right-radius: 1.25rem
    }
}

#ascolta .audio-card .player #pause, #ascolta .audio-card .player #play {
    width: 50px
}

@media screen and (min-width: 52.125em) {
    #ascolta .audio-card .player #pause, #ascolta .audio-card .player #play {
        width: 70px
    }
}

#ascolta .audio-card .player #pause {
    display: none
}

#ascolta .audio-card .player .progress-container {
    flex: 1;
    height: 6px;
    background: #ccc;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: visible
}

#ascolta .audio-card .player .progress {
    height: 100%;
    width: 0%;
    background: #000;
    border-radius: 5px;
    transition: width .2s linear
}

#ascolta .audio-card .player .progress-handle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #000;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    cursor: grab;
    z-index: 10;
    transition: left .1s linear
}

#ascolta .audio-card .player .time {
    text-align: right;
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 16px
}

@media screen and (max-width: 52.12375em) {
    #ascolta .audio-card .player .time {
        font-size: 10px
    }
}

#ascolta .audio-card .svg-container {
    grid-column: 9/16;
    display: block;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 52.12375em) {
    #ascolta .audio-card .svg-container {
        display: none
    }
}

#ascolta .audio-card .svg-container img {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center
}

@media screen and (max-width: 81.25rem) {
    #ascolta .audio-card .svg-container img {
        object-position: left
    }
}

#ricerca {
    padding: 2.8125rem 1.3125rem;
    grid-column: 1/-1;
    background-image: url("/aism/img/bg.png");
    background-position: top top;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    display: grid;
    grid-template-columns:1fr;
    overflow: hidden
}

@media screen and (min-width: 52.125em) {
    #ricerca {
        padding: 8.75rem 2.5rem;
        background-image: url("/aism/img/bg.png");
        background-position: right -290px;
        background-repeat: no-repeat;
        background-size: contain
    }
}

@media screen and (min-width: 64em) {
    #ricerca {
        grid-template-columns:repeat(15, 6.6666666667%);
        grid-template-rows:auto auto auto auto minmax(0, 1fr)
    }

    #ricerca:before {
        pointer-events: none;
        display: block;
        background-color: #f2f6fa;
        content: " ";
        grid-column: 7/27;
        grid-row: 1/4
    }
}

#ricerca:before {
    content: unset
}

#ricerca .content {
    grid-column: 1/16;
    display: grid;
    grid-template-columns:repeat(15, 1fr)
}

#ricerca .content .video-yt {
    grid-column: 1/16
}

#ricerca .content .video-yt iframe {
    aspect-ratio: 16/9;
    height: auto
}

@media screen and (min-width: 52.125em) {
    #ricerca .content .video-yt {
        grid-column: 2/9
    }
}

#ricerca .content .content-text {
    grid-column: 1/16
}

@media screen and (min-width: 52.125em) {
    #ricerca .content .content-text {
        grid-column: 10/16
    }
}

#ricerca .content .content-text h4 {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 91%;
    letter-spacing: -1.4px;
    margin-top: 2.5rem
}

@media screen and (min-width: 52.125em) {
    #ricerca .content .content-text h4 {
        font-size: 3.125rem;
        line-height: 97%;
        letter-spacing: -2px;
        margin: 0
    }
}

#ricerca .content .content-text p {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 120%;
    letter-spacing: -1%;
    margin: 20px 0;
    margin-bottom: 2.5625rem
}

#ricerca .content .content-text a {
    display: block;
    background-color: #fe0905;
    color: #fff;
    padding: 1.4375rem 2.3125rem;
    border-radius: 2.8125rem;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 107%;
    letter-spacing: -.2px;
    text-align: center;
    transition: .3s ease-in
}

@media screen and (min-width: 52.125em) {
    #ricerca .content .content-text a {
        line-height: 87%
    }
}

#ricerca .content .content-text a:hover {
    cursor: pointer;
    background-color: #c92c32;
    color: #fff
}

@media screen and (min-width: 52.125em) {
    #ricerca .content .content-text a br {
        display: none
    }
}

@media screen and (min-width: 52.125em) {
    #speranza {
        background-image: url("../../aism/img/ricerca-bg.jpg");
        padding: 6.25rem 2.5rem;
        grid-column: 1/-1;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: grid;
        grid-template-columns:repeat(15, 1fr)
    }
}

#speranza .img-container-speranza img {
    object-fit: cover;
    object-position: center
}

@media screen and (min-width: 52.125em) {
    #speranza .img-container-speranza img {
        display: none
    }
}

#speranza .text-content {
    padding: 1.4375rem 1.3125rem;
    background-color: #4b4b4b
}

@media screen and (min-width: 52.125em) {
    #speranza .text-content {
        grid-column: 2/7;
        background-color: unset;
        padding: 0
    }
}

@media screen and (max-width: 63.99875em) {
    #speranza .text-content {
        grid-column: 2/9
    }
}

#speranza .text-content h4 {
    color: #fff;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 91%;
    letter-spacing: -1.4px
}

@media screen and (min-width: 52.125em) {
    #speranza .text-content h4 {
        font-size: 50px;
        line-height: 97%;
        letter-spacing: -4px
    }
}

@media screen and (max-width: 39.99875em) {
    #speranza .text-content h4 {
        max-width: 80%
    }
}

@media screen and (max-width: 39.99875em) {
    #speranza .text-content h4 br {
        display: none
    }
}

#speranza .text-content h4::before {
    content: url("../../aism/img/decorazione-titolo.svg");
    display: block;
    width: 2.875rem
}

@media screen and (min-width: 75em) {
    #speranza .text-content h4::before {
        width: 3.75rem
    }
}

#speranza .text-content p {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 120%;
    letter-spacing: -.1px;
    color: #fff;
    margin-top: 1.25rem;
    margin-bottom: 2.5rem
}

@media screen and (max-width: 39.99875em) {
    #speranza .text-content p {
        max-width: 27.5625rem
    }
}

#speranza .text-content a {
    max-width: 17rem;
    display: inline-flex;
    background-color: #fe0905;
    color: #fff;
    padding: 1.4375rem 2.3125rem;
    border-radius: 2.8125rem;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 87%;
    letter-spacing: -.2px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    gap: 1.125rem;
    max-height: 3.375rem;
    transition: .3s ease-in background-color
}

#speranza .text-content a:hover {
    background-color: #c92c32
}

#speranza .text-content a svg {
    margin-left: auto
}

#domande-frequenti {
    background-color: #f7f0ea !important;
    padding: 2.125rem 1.3125rem;
    padding-bottom: 84px;
    grid-column: 1/-1;
    background-color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    display: grid;
    grid-template-columns:1fr;
    overflow: hidden
}

@media screen and (min-width: 64em) {
    #domande-frequenti {
        grid-template-columns:repeat(15, 6.6666666667%);
        grid-template-rows:auto auto auto auto minmax(0, 1fr)
    }

    #domande-frequenti:before {
        pointer-events: none;
        display: block;
        background-color: #f2f6fa;
        content: " ";
        grid-column: 7/27;
        grid-row: 1/4
    }
}

@media screen and (min-width: 64em) {
    #domande-frequenti {
        padding: 6.25rem 2.5rem
    }
}

#domande-frequenti:before {
    content: unset
}

#domande-frequenti .faq-title {
    grid-column: 1/5
}

#domande-frequenti .faq-title h4 {
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 1.875rem;
    font-size: 2.25rem;
    line-height: 91%;
    letter-spacing: -1.4px
}

@media screen and (min-width: 64em) {
    #domande-frequenti .faq-title h4 {
        font-size: 3.4375rem;
        line-height: 97%;
        letter-spacing: -2.2px
    }
}

#domande-frequenti .faq-title p {
    margin-top: 10px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 120%;
    letter-spacing: -.2px
}

@media screen and (max-width: 74.99875em) {
    #domande-frequenti .faq-title p {
        margin-bottom: 1.6875rem
    }
}

@media screen and (max-width: 74.99875em) {
    #domande-frequenti .faq-title p br {
        display: none
    }
}

#domande-frequenti .faq {
    grid-column: 1/-1
}

@media screen and (min-width: 64em) {
    #domande-frequenti .faq {
        grid-column: 5/-1
    }
}

#domande-frequenti .faq details {
    list-style-type: none;
    min-height: 5rem
}

#domande-frequenti .faq details div {
    overflow: hidden;
    transition: max-height .2s ease-in-out
}

#domande-frequenti .faq details summary {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding-top: 1.875rem;
    padding-bottom: 1.25rem;
    display: flex;
    gap: .625rem;
    align-items: center;
    font-size: 28px;
    line-height: 31px
}

@media screen and (min-width: 64em) {
    #domande-frequenti .faq details summary {
        font-size: 29px;
        line-height: 97%;
        letter-spacing: -.3px;
        padding-top: 0
    }
}

@media screen and (max-width: 52.12375em) {
    #domande-frequenti .faq details summary.first-sum {
        border-top: 1px solid #000
    }
}

#domande-frequenti .faq details summary:hover {
    cursor: pointer
}

#domande-frequenti .faq details summary .icon {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    position: relative
}

#domande-frequenti .faq details summary .icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease
}

#domande-frequenti .faq details summary .icon .plus {
    opacity: 1
}

#domande-frequenti .faq details summary .icon .minus {
    opacity: 0
}

#domande-frequenti .faq details[open] summary .icon .plus {
    opacity: 0
}

#domande-frequenti .faq details[open] summary .icon .minus {
    opacity: 1
}

#domande-frequenti .faq details[open] summary {
    border-bottom: 0
}

#domande-frequenti .faq details a, #domande-frequenti .faq details b, #domande-frequenti .faq details em, #domande-frequenti .faq details i, #domande-frequenti .faq details p, #domande-frequenti .faq details strong {
    max-width: 44.4375rem;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 120%;
    letter-spacing: -.2px
}

#domande-frequenti .faq details b, #domande-frequenti .faq details strong {
    font-weight: 700
}

#domande-frequenti .faq details em, #domande-frequenti .faq details i {
    font-style: italic
}

#domande-frequenti .faq details a {
    text-decoration: underline
}

#domande-frequenti .faq details p {
    margin-bottom: 2.125rem
}

#intestazione-t {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url("/aism/img/thank-you.png");
    background-size: cover;
    background-position: 45%;
    background-repeat: no-repeat;
    grid-column: 1/-1;
    max-height: 45rem;
    align-items: center;
    background-color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    display: grid;
    grid-template-columns:1fr;
    overflow: hidden;
    padding: 0 21px;
    grid-template-rows:auto auto !important
}

@media screen and (min-width: 75em) {
    #intestazione-t {
        background-position: center
    }
}

@media screen and (min-width: 64em) {
    #intestazione-t {
        grid-template-columns:repeat(15, 6.6666666667%);
        grid-template-rows:auto auto auto auto minmax(0, 1fr)
    }

    #intestazione-t:before {
        pointer-events: none;
        display: block;
        background-color: #f2f6fa;
        content: " ";
        grid-column: 7/27;
        grid-row: 1/4
    }
}

@media screen and (min-width: 75em) {
    #intestazione-t {
        padding: 0 40px
    }
}

#intestazione-t:before {
    content: unset
}

#intestazione-t .title {
    grid-row: 2;
    color: #fff;
    grid-column: 1/-1
}

#intestazione-t .title h1 {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 2.8125rem;
    line-height: 87%;
    letter-spacing: -1.8px
}

#intestazione-t .title h1::before {
    content: url("../../aism/img/decorazione-titolo.svg");
    display: block;
    width: 3.3125rem
}

@media screen and (min-width: 75em) {
    #intestazione-t .title h1::before {
        width: 3.75rem
    }
}

@media screen and (min-width: 75em) {
    #intestazione-t .title h1 {
        letter-spacing: -2.8px;
        font-family: "Work Sans", sans-serif;
        font-weight: 600;
        font-size: 4.4375rem;
        line-height: 87%;
        letter-spacing: -4%
    }
}

#intestazione-t .title p {
    margin-top: 20px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 120%;
    letter-spacing: -.2px
}

@media screen and (min-width: 75em) {
    #intestazione-t .title p {
        font-size: 1.3125rem;
        line-height: 120%;
        letter-spacing: -.2px
    }
}

#form-dona-ora {
    font-family: Lato, sans-serif !important;
    box-shadow: none !important;
    max-width: unset;
    margin: auto
}

#form-dona-ora .card-brands {
    display: none
}

#form-dona-ora .secure-text {
    display: none
}

#form-dona-ora .aismbtn-switch.aismbtn-active {
    background: #e8e2dd !important;
    border-color: #e8e2dd !important;
    color: #000;
    z-index: 50
}

#form-dona-ora .aismbtn-amount.aismbtn-active {
    background: #e8e2dd !important;
    border-color: #e8e2dd !important;
    color: #000;
    z-index: 50
}

#form-dona-ora .aismbtn-go {
    background: #fe0905;
    border-radius: 20px;
    color: #fff;
    display: block;
    min-height: 45px;
    padding: 8px 20px;
    white-space: normal;
    font-size: 17px;
    width: 100%
}

#form-dona-ora .aism-donationdetails {
    margin-bottom: 0
}

#form-dona-ora .aism-donationdetails-title {
    display: block;
    font-size: 15px;
    font-weight: 600
}

#form-dona-ora .aismbtn-back {
    color: #000;
    filter: grayscale(100%)
}

#form-dona-ora .aismbtn-go:hover {
    background: #c92c32
}

#form-dona-ora .aismbtn-switch:hover {
    border: 0
}

.backdrop.show {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 2020;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 63.99875em) {
    .backdrop.show {
        align-items: flex-start;
        padding: 10px
    }
}

.backdrop.show .modal.active {
    background-image: url("/aism/img/modal-bg.svg");
    background-repeat: no-repeat;
    background-position: -20px -20px;
    max-width: 40.625rem;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    min-height: 25rem;
    z-index: 2030;
    background-color: #f7f0ea;
    display: block;
    border: 0;
    border-radius: 20px;
    text-align: center
}

@media screen and (max-width: 63.99875em) {
    .backdrop.show .modal.active {
        max-width: 347px
    }
}

.backdrop.show .modal.active .modal-header {
    padding: 1.0625rem;
    display: flex;
    justify-content: flex-end
}

.backdrop.show .modal.active .modal-header .close:hover {
    cursor: pointer
}

.backdrop.show .modal.active .modal-content {
    padding: 20px 100px
}

@media screen and (max-width: 63.99875em) {
    .backdrop.show .modal.active .modal-content {
        padding: 20px
    }
}

.backdrop.show .modal.active .modal-content h4 {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 2.8125rem;
    line-height: 97%;
    letter-spacing: -1.8px;
    text-align: center
}

@media screen and (max-width: 63.99875em) {
    .backdrop.show .modal.active .modal-content h4 {
        font-weight: 600;
        font-size: 2.625rem;
        line-height: 97%;
        letter-spacing: -1.7px;
        text-align: center
    }
}

.backdrop.show .modal.active .modal-content p {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.2px;
    text-align: center;
    max-width: 28.75rem;
    margin: 25px auto
}

@media screen and (max-width: 63.99875em) {
    .backdrop.show .modal.active .modal-content p {
        font-size: 19px;
        line-height: 120%;
        letter-spacing: -.2px;
        text-align: center
    }
}

.backdrop.show .modal.active .modal-content a {
    display: block;
    background: #fe0905;
    color: #fff;
    font-family: Lato;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 87%;
    letter-spacing: -1%;
    text-align: center;
    padding: 1.4375rem 2.5rem;
    max-width: 17.375rem;
    border-radius: 45px;
    margin: 40px auto
}