.grecaptcha-badge { visibility: hidden; }

/* Header */
#header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
#header-fixed .header-top-wrapper > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#header-fixed .header-bottom-wrapper > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#header-fixed .logo {
    width: auto;
    height: 40px;
}

/* Countdown */
.wrapper-countdown {
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.wrapper-countdown .wrapper-num {
    background-color: #1F1F1F;
    width: 100px;
}
.wrapper-countdown.header-countdown {
    align-items: center;
}
.wrapper-countdown.header-countdown .wrapper-num {
    background-color: transparent;
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    width: 70px;
}
#countdown-header {
    display: flex;
    gap: 16px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
@media(max-width: 767px){
    #countdown-header {
        gap: 4px;
    }
    #countdown-header .wrapper-countdown {
        gap: 4px;
    }
    #whyus-section .area-box > .row > .col-md-6:last-child {
      flex-direction: column-reverse;
      display: flex;
      gap: 16px;
    }
    #whyus-section .sticky-area-content > .wrapper-top,
    #whyus-section .sticky-area-content > .wrapper-center { text-align: center; }
    
    #whyus-section .lista-icone {
        width: 40%;
        margin: auto;
        margin-top: 10px;
        min-width: 250px;
        max-width: 100%;
    }
    
    #whyus-section .sticky-area-content > a.btn-custom { margin: auto; }
    
    #whyus-section .area-box > .row > .col-md-6 { width: 100%; }
}

/* Sezione Offerta */
#offerta-section {
    background: linear-gradient(#000, #1B9AD6);
}


/* Componente Card Orizzontale */
.dim-card-horizontal {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-radius: 0px 48px 0 48px;
}
.dim-card-horizontal .card-main-img {
    width: 33%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    border-radius: 0px 24px 0 24px;
}
.dim-card-horizontal .card-content {
    width: 67%;
}
.dim-card-horizontal .card-content .card-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 16px;
}
.dim-card-horizontal .card-content .card-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.dim-card-horizontal .card-content .card-body .card-subcard {
    border-radius: 12px;
}
.dim-card-horizontal .card-content .card-body .card-subcard .card-subcard-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.dim-card-horizontal .card-content .card-body .card-subcard .card-subcard-head img {
    height: 16px;
    width: 16px;
    fill: var(--dim-black60);
}
.dim-card-horizontal .card-content .card-body .card-subcard .card-subcard-body img {
    object-fit: contain;
    -o-object-fit: contain;
    object-position: center;
    -o-object-position: center;
    height: 150px;
    width: 100%;
}



.img-logo-dimensione-amazon {
    width: auto;
    height: 60px;
}

/* Componente lista icone-benefit */
.lista-icone .singolo-elemento-lista {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}
.lista-icone .singolo-elemento-lista img {
    width: 20px;
    height: 20px;
}
.lista-icone .singolo-elemento-lista p {
    color: var(--text-dim-black90);
}


/* Row Eero 7 */
.prima-row-eero,
.seconda-row-eero {
    display: flex;
    align-items: stretch;
}
.prima-row-eero .prima-row-eero-img,
.seconda-row-eero .seconda-row-eero-img {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    height: 100%;
}

/* Componente Card a 4 blocchi */
.blocchi-icone {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}
.blocchi-icone .singolo-blocco-icona {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(50% - 16px);
    gap: 16px;
    background-color: var(--dim-grey10);
    padding: 16px;
    border-radius: 12px;
}
.blocchi-icone .singolo-blocco-icona img {
    width: 60px;
    height: 60px;
}
.blocchi-icone .singolo-blocco-icona h6 {
    color: var(--dim-black90);
    text-align: center;
    font-weight: 700;
}

/* Sezione Eero 7 - eeroSecure */
#eero-7-section {
    overflow: hidden;
}
.terza-row-eero .img-smartphone {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    height: auto;
}
.terza-row-eero .area-content .wrapper-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
.terza-row-eero .area-content .wrapper-top > .left {
    width: 45%;
}
.terza-row-eero .area-content .wrapper-top > .right {
    width: 55%;
}
.terza-row-eero .area-content .wrapper-bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}
.terza-row-eero .area-content .wrapper-bottom .singolo-box {
    width: 100%;
}
.terza-row-eero .area-content .wrapper-bottom .header-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.terza-row-eero .area-content .wrapper-bottom .header-box img.icon-box {
    height: 16px;
    width: auto;
    object-fit: contain;
    -o-object-fit: contain;
    object-position: center;
    -o-object-position: center;
}

/* Sezione Eero 7 - eeroPlus */
.quarta-row-eero .icona-eeroplus {
    height: 33px;
    width: auto;
    object-fit: contain;
    -o-object-fit: contain;
    object-position: center;
    -o-object-position: center;
}
.quarta-row-eero .box-prezzo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.quarta-row-eero .box-prezzo .heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.quarta-row-eero .small-disclaimer {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    font-style: italic;
}
.quarta-row-eero .importo-vecchio {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
}
.quarta-row-eero .importo-nuovo {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 65px;
}
.quarta-row-eero .importo-nuovo .cifra-iniziale {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}
.quarta-row-eero .importo-nuovo .virgola {
    font-size: 14px;
    line-height: 14px;
}
.quarta-row-eero .importo-nuovo .al-mese {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    margin-left: 4px;
}
.quarta-row-eero .importo-nuovo .testo-supporto {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}
.quarta-row-eero .heading-box-app-servizio {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.quarta-row-eero .importo-nuovo.barrato {
    position: relative;
}
.quarta-row-eero .importo-nuovo.barrato::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: -5%;
    background: #C8C8C8;
    transform: rotate(-15deg);
}

.quarta-row-eero .wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: start;
    gap: 16px;
}
.quarta-row-eero .wrapper .left {
    width: 30%;
}
.quarta-row-eero .wrapper .right {
    width: 75%;
}
.quarta-row-eero .wrapper-box-app-servizio {
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.quarta-row-eero .box-app-servizio {
    border: solid 1px var(--dim-white100);
    width: 100%;
}
.quarta-row-eero .box-app-servizio .icona-app-servizio {
    width: 40px;
    height: 40px;
}



/* Video + Sezione eero built-in */
.video-container-fullwidth {
    height: 400px;
    position: relative;
}
.video-container-fullwidth.echopop {
    height: 340px;
}
.video-container-fullwidth video {
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
.img-logo-eero-built-in {
    width: auto;
    height: 60px;
}


/* Sezione WhyUs */
#whyus-section > .row {
    display: flex;
}
#whyus-section .area-box > .row {
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.singolo-box-testo {
    padding-top: 56px;
    position: relative;
}
.singolo-box-testo::before {
    position: absolute;
    content: "";
    left: 0;
    top: 24px;
    width: 32px;
    height: 8px;
    background-color: #fff;
}

/* Sezione Faq */
#faq-section .singolo-box-testo {
    width: 100%;
    max-width: 280px;
}
#faq-section #accordion-faq .panel {
    box-shadow: none;
}
#faq-section #accordion-faq .panel-heading {
    background-image: none;
}

#faq-section #accordion-faq .accordion-icon {
    width: 16px;
    height: auto;
}
#faq-section #accordion-faq .panel-heading .panel-title a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-image: none;
    transition: .3s;
}
#faq-section #accordion-faq .panel-heading .panel-title a .accordion-icon {
    transition: .3s;
}

/* Comportamento apertura-chiusura accordion */
#faq-section #accordion-faq .panel-heading .panel-title a[aria-expanded="true"]{
    border-radius: 12px 12px 0 0;
    background: #eaeaea !important;
}
#faq-section #accordion-faq .panel-heading .panel-title a[aria-expanded="true"] .accordion-icon {
    transform: rotate(-180deg);
}
#faq-section #accordion-faq .panel-collapse {
    transition: .3s;
}
#faq-section #accordion-faq .panel-collapse.in {
    border-radius: 0 0 12px 12px;
}



@media(max-width: 991px){
    /* Splash */
    #splash-section .wrapper-img-splash {
        display: none;
    }
    #splash-section {
        background-image: url(img/splash-bg.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
        height: auto;
		min-height: 90vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        margin-top: 80px;
    }
    #splash-section > .row{
        height: 100%;
        align-content: flex-end;
    }
    #splash-section .wrapper-content-splash {
        margin-top: 240px;
    }
    #splash-section * {
        text-align: center;
    }

    .wrapper-countdown {
        justify-content: center;
        align-items: center;
    }
    #splash-section .btn-custom {
        display: block;
        margin: auto;
    }

    /* Offerta */
    .dim-card-horizontal {
        flex-direction: column;
        gap: 16px;
    }
    .dim-card-horizontal .card-main-img {
        width: 100%;
        height: 300px;
    }
    .dim-card-horizontal .card-content {
        width: 100%;
        padding-left: 0;
    }

    /* Partnership */
    #partnership-section .row {
        display: flex;
        flex-direction: column-reverse;
    }
    #partnership-section .img-eero {
        height: 350px;
        object-fit: cover;
        object-position: 100% 70%;
        margin-bottom: 2rem;

    }

    /* Area Eero 7 */
    #eero-7-section {
        padding-top: 0;
    }
    #eero-7-section .prima-row-eero {
        flex-direction: column;
    }
    #eero-7-section .seconda-row-eero {
        flex-direction: column-reverse;
    }
    #eero-7-section .prima-row-eero .prima-row-eero-img,
    #eero-7-section .seconda-row-eero .seconda-row-eero-img {
        width: 100%;
        height: 400px;
        margin-bottom: 2rem;
    }

    #eero-7-section .seconda-row-eero .wrapper-top,
    #eero-7-section .seconda-row-eero .wrapper-bottom {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    #eero-7-section .seconda-row-eero .wrapper-top > *,
    #eero-7-section .seconda-row-eero .wrapper-bottom > * {
        width: 100%;
    }
    #eero-7-section .seconda-row-eero .btn-eerosection {
        width: 100%;
    }
    #eero-7-section .terza-row-eero .area-content .wrapper-top {
        flex-direction: column;
        align-items: flex-start;
    }
    #eero-7-section .terza-row-eero .area-content .wrapper-top .left {
        width: 100%;
        margin-bottom: 1rem;
    }
    #eero-7-section .terza-row-eero .area-content .wrapper-top .right {
        width: 100%;
    }
    #eero-7-section .terza-row-eero .area-content .wrapper-bottom {
        flex-wrap: wrap;
    }
    #eero-7-section .terza-row-eero .area-content .wrapper-bottom > .singolo-box {
        width: calc(50% - 8px);
    }
    #eero-7-section .terza-row-eero .img-smartphone {
        position: static;
        margin-top: -60px;
        margin-bottom: 1.5rem;
        padding: 0;
    }
    #eero-7-section .terza-row-eero .btn-smartphone {
        display: block !important;
        margin: auto;
    }
    #eero-7-section .quarta-row-eero {
        padding-left: 0;
    }

    /* Area Echo Pop */
    #echo-pop-section .wrapper-top,
    #echo-pop-section .wrapper-bottom {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    #echo-pop-section .wrapper-top > *,
    #echo-pop-section .wrapper-bottom > * {
        width: 100%;
    }
    #echo-pop-section .wrapper-video-section {
        margin: 3rem 0;
    }
    #echo-pop-section .wrapper-video-section .btn-echopop {
        display: none;
    }
    #echo-pop-section .btn-builtin {
        display: block !important;
    }


    /* Area WhyUs */
    #whyus-section .area-content,
    #whyus-section .area-box {
        width: 50%;
    }
    #whyus-section .area-content .sticky-area-content {
        position: sticky;
        top: 150px;
    }
    #whyus-section .area-box > .row {
        flex-direction: column;
        gap: 1rem;
    }

    /* Area Faqs */
    #faq-section .wrapper-content {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 2rem;
    }
    #faq-section .wrapper-content > div{
        width: 50%;
    }
}



@media(max-width: 767px){

    /* Header */
    #header-fixed .header-top-wrapper > div {
        padding: 0;
    }
    #header-fixed .logo {
        width: auto;
        height: 35px;
    }
    
    #splash-section {
        display: block;
    }
    #splash-section .wrapper-content-splash {
        margin-top: 70px;
    }

    /* Area Offerta */
    #offerta-section > .row > .container {
        padding-top: 0;
    }
    .dim-card-horizontal .card-main-img {
        height: 180px;
    }
    .dim-card-horizontal .card-content .card-heading {
        flex-direction: column;
        gap: 8px;
    }
    .dim-card-horizontal .card-content .card-body {
        flex-wrap: wrap;
    }
    .dim-card-horizontal .card-content .card-body .card-subcard {
        width: calc(50% - 8px);
    }
    .dim-card-horizontal .card-content .card-body .card-subcard:last-child {
        width: 100%;
    }
    .dim-card-horizontal .card-content .card-body .card-subcard .card-subcard-head {
        position: relative;
    }
    .dim-card-horizontal .card-content .card-body .card-subcard .card-subcard-head img {
        position: absolute;
        top: 0;
        right: 0;
    }
    .dim-card-horizontal .card-content .card-body .card-subcard .card-subcard-body img {
        height: 100px;
    }

    /* Area Eero */
    #eero-7-section {
        padding-top: 0;
    }
    #eero-7-section .prima-row-eero .prima-row-eero-img,
    #eero-7-section .seconda-row-eero .seconda-row-eero-img {
        height: 300px;
    }
    #eero-7-section .seconda-row-eero .wrapper-top,
    #eero-7-section .seconda-row-eero .wrapper-bottom {
        flex-direction: column;
    }
    #eero-7-section .seconda-row-eero .wrapper-top > *,
    #eero-7-section .seconda-row-eero .wrapper-bottom > * {
        text-align: center;
    }
    #eero-7-section .prima-row-eero .blocchi-icone .singolo-blocco-icona img {
        width: 45px;
        height: 45px;
    }
    #eero-7-section .terza-row-eero {
        margin: 0;
    }
    #eero-7-section .terza-row-eero .btn-smartphone {
        display: none !important;
    }
    #eero-7-section .terza-row-eero .img-smartphone {
        display: none !important;
    }
    #eero-7-section .terza-row-eero .img-smartphone.mobile {
        display: block !important;
    }
    #eero-7-section .terza-row-eero .btn-app-incluse {
        display: block !important;
    }


    #eero-7-section .quarta-row-eero > div {
        margin-right: 32px;
        margin-left: 32px;
        padding-bottom: 2rem;
    }
    #eero-7-section .quarta-row-eero > div > .wrapper {
        flex-direction: column;
        align-items: center;
    }
    #eero-7-section .quarta-row-eero .wrapper .left {
        max-width: 100%;
        width: 250px;
    }
    #eero-7-section .quarta-row-eero .wrapper .left p {
        text-align: center;
    }
    #eero-7-section .quarta-row-eero .wrapper .left img {
        display: block;
        margin: auto;
        margin-top: 0.5rem;
    }
    #eero-7-section .quarta-row-eero .box-prezzo > .heading {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    #eero-7-section .quarta-row-eero .box-prezzo > .heading .box-importo {
        transform: scale(1.5);
        margin-bottom: 1rem;
    }
    #eero-7-section .quarta-row-eero .box-prezzo .small-disclaimer {
        width: 100%;
        text-align: center;
    }
    #eero-7-section .quarta-row-eero .wrapper .right {
        width: 100%
    }
    #eero-7-section .quarta-row-eero .wrapper .right .wrapper-box-app-servizio {
        flex-direction: column;
        gap: 8px;
    }

    #echo-pop-section .wrapper-top,
    #echo-pop-section .wrapper-bottom {
        flex-direction: column;
        align-items: center;
    }
    #echo-pop-section .wrapper-top *,
    #echo-pop-section .wrapper-bottom * {
        text-align: center;
    }
    #echo-pop-section .img-logo-eero-built-in {
        margin: auto;
        display: block;
        height: 45px;
        margin-bottom: 1rem;
    }
    #echo-pop-section .wrapper-video-section + .col-md-4 > *:not(img):not(a) {
        text-align: center;
        display: block;
        width: 250px;
        margin: auto;
        max-width: 100%;
    }
    #echo-pop-section .btn-builtin {
        margin: 1rem auto;
    }


    #whyus-section > .row {
        flex-direction: column;
    }
    #whyus-section .area-content,
    #whyus-section .area-box {
        width: 100%;
    }
    #whyus-section .area-content .sticky-area-content {
        position: initial;
    }
    #whyus-section .area-box {
        margin-top: 2rem;
    }


    /* Faq section */
    #faq-section {
        padding-top: 0;
    }
    #faq-section .wrapper-content {
        flex-direction: column;
        align-items: center;
    }
    #faq-section .wrapper-content > div {
        width: 100%;
    }
    #faq-section .wrapper-content > * {
        text-align: center;
    }
}