:root {
    --font-size-xs: 12px;
    --font-size-s: 13px;
    --font-size: 15px;
    --font-size-xl: 18px;
    --claim_font_size: 39px;
    --claim_font_size_xxl: 55px;
    --claim_font_size_m: 33px;
    --claim_font_size_s: 27px;
    --claim_font_size_xs: 24px;
    --claim_font_size_xxs: 18px;
}

@keyframes line-scroll {
    0% { margin-top: -80px; }
    80% { margin-top: 0px; }
    100% { margin-top: 80px; }
}


html { 
    width: 100%; 
    min-height: 100vh;
    scroll-behavior: smooth;
}
body { 
    width: 100%; 
    min-height: 100vh;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans',sans-serif;
    font-size: var(--font-size);
    text-align: left;
    color: black;
    overflow-x: hidden;
    background: white;
}

a {
    color: black;
    text-decoration: none;
    transition: opacity .3s;
}
    .no-touch a:hover {
        text-decoration: none;
        opacity: .6;
    }

abbr
,abbr[title]{
    text-decoration: none;
}

/* SEZIONE COMUNE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

#wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.center_width {
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

#page_header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
}

    #main_logo {
        margin: 0;
        display: inline-block;
        position: relative;
        top: 16px;        
    }

        #main_logo img {
            width: 66px;
            transition: opacity .3s;
        }
        #main_logo img.white {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

/* SE HO SFONDO NERO */
.onblack #main_logo:before 
,.onblack #main_logo:after 
{
    background-color: white;
}
.onblack #main_logo img.black { opacity: 0; } 
.onblack #main_logo img.white { opacity: 1; } 
/* FINE SE HO SFONDO NERO */

/* Logo VISOTTICA */
#visottica_logo {
    margin: 0;
    position: relative;
    top: 50px;
    right:  40px; 
    float: right;       
}

    #visottica_logo img {
        width: 160px;
        transition: opacity .3s;
    }
    #visottica_logo img.white {
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0;
    }


/* SE HO SFONDO NERO */
.onblack #visottica_logo:before 
,.onblack #visottica_logo:after 
{
background-color: white;
}
.onblack #visottica_logo img.black { opacity: 0; } 
.onblack #visottica_logo img.white { opacity: 1; } 
/* FINE SE HO SFONDO NERO */





#page_footer {
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
}
    #pf_top {
        min-height: 50vh;
        display: flex;
        align-items: stretch;
        flex-grow: 1;
    }
        #pf_top .center_width {
            padding-top: 40px;
            padding-bottom: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            #pf_top .center_width .item {
                margin: 0 50px;
                min-height: 110px;
            }

            #pf_top .center_width .item > a {
                width: 300px;
                font-size: var(--font-size);
                font-weight: bold;
                text-transform: uppercase;
                white-space: nowrap;
            }
                /* #pf_top .center_width > + a { margin-top: 40px; } */
                #pf_top .center_width .item > a .img_wrapper {
                    width: 37px;
                    margin-right: 8px;
                    display: inline-block;
                    vertical-align: middle; 
                } 
                    #pf_top .center_width .item > a img {  vertical-align: middle;  }

            #pf_top .social {
                display: flex;
                justify-content: flex-start;
                list-style: none;
                margin: 20px 0 0 48px;
                padding: 0;
                opacity: 0;
                transition: opacity 0.5s ease-in-out;
                height: 1px;
                overflow: hidden;
            }
            #pf_top .social.active{
                opacity: 1;
                height: inherit;
            }

            #pf_top .social a {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                margin-right: 1em;
                display: block;
                background-position: center;
                background-repeat: no-repeat;
                background-size: auto;
            }

            #pf_top .social a.tw {background-image: url('../img/twitter.svg');}
            #pf_top .social a.fb {background-image: url('../img/facebook.svg');}
            #pf_top .social a.ln {background-image: url('../img/linkedin.svg');}
            #pf_top .social a.mail {background-image: url('../img/mail.svg');}

    #pf_bottom {
        color: white;
        background: black;
        min-height: 50vh;
    }
        #pf_bottom a { color: white; }

        #pf_bottom .addresses { 
            padding-top: 40px;
            padding-bottom: 40px;
            display: flex; 
            justify-content: space-between;
        }
            #pf_bottom .addresses .address h4 {
                font-size: var(--font-size);
                text-transform: uppercase;
            }

        #pf_bottom .bottom {
            padding-top: 20px;
            padding-bottom: 20px;
            border-top: 1px solid white;
            text-transform: uppercase;
        } 
            #pf_bottom .bottom .center_width {
                display: flex; 
                flex-direction: column;            
                justify-content: space-between;
                align-items: center;    
            }
            #pf_bottom .links {
                margin: 0 0 50px 0;
                text-transform: uppercase;
            } 
            #pf_bottom .bottom .next {
                margin-bottom: 50px;
                font-weight: bold;
                letter-spacing: 27px;
            }

span.rigo {
    display: inline-block;
    width: 20px;
    height: 36px;
    overflow: hidden;
    position: relative;
}

    span.rigo:after {
        content: "";
        width: 1px;
        height: 46px;
        margin-top: -46px;
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 500;
        background: black;
        animation: line-scroll 3s ease-in-out 0.5s forwards infinite;
    }

.scroll_button {
    margin: 0;
    font-size: var(--font-size-xs);
    text-align: center;
}

.scroll_button .rigo {
    margin-bottom: 13px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%,0);
} 

    
/* FINE SEZIONE COMUNE #################################################### */


/* SEZIONE CANVAS ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

.canvas-wrapper {
    width: calc(100vh * 1.7778);
    height: 100vh;
    position: relative;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    /* overflow: hidden; */
}

.movie {
    width: 100%;
    height: 100%;
    position: relative;
}
    .movie img { width: 100%; }

/* FINE SEZIONE CANVAS #################################################### */

#frame_logger {
    padding: 5px 10px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    font-size: 12px;
    background: rgba(255,255,255,.8);
}

.sticky_wrapper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
    .sticky_wrapper.manual-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

.cover_layer {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background: rgba(255,255,255,.9);
    opacity: 0;
}
    /* #video_opacity_layer { transition: opacity .3s; } */

#scroll-container {
    position: relative;
    z-index: 10;
}

.video_wrapper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.video_container {
    width: calc(100vh * 1.7778);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}

    .video_container video {
        width: 100%;
        height: 100%;
    }

/* VIDEO INTRO ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

#claim_intro {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: transform .5s ease-in, opacity .5s ease-in, left 0s linear .5s;
}

    #claim_intro.scrolled {
        top: 100vh;
        transform: translate(0,-100vh);
        opacity: 0;
        left: -100vw;
    }

#claim_intro .love_claim 
,#claim_intro .scroll_down 
{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%,0);
    text-align: center;
    opacity: 0;
    transition: all 1s ease-in .8s;
}
    #claim_intro.show .love_claim 
    ,#claim_intro.show .scroll_down 
    {
        transform: translate(-50%,-50%);
        opacity: 1;
    } 

    #claim_intro .love_claim 
    {
        width: 90%;
        font-size: var(--claim_font_size_xxs);
        letter-spacing: .63em;
    }

    #claim_intro .scroll_down {
        top: 86%;
        font-size: var(--font-size-s);
        white-space: nowrap;
        transition-delay: 2.5s;
    }

        #claim_intro .scroll_down a { 
            padding-top: 50px;
            margin-top: -50px;
            display: block; 
            font-weight: bold;
            letter-spacing: .63em;
        }

        #claim_intro .scroll_down .rigo {
            margin-bottom: 13px;
            position: absolute;
            left: 50%;
            bottom: 100%;
            transform: translate(-50%,0);
        } 


#video_intro_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    transition: opacity .5s, left 0s linear .5s;
}
    #video_intro_wrapper .cover_layer { 
        /* display: none;  */
        transition: opacity .5s;
    }
    /* #video_intro_wrapper.onplaying .cover_layer { display: block; } */

    #video_intro_wrapper.onplaying + #claim_intro { z-index: 15; }



    
/* FINE VIDEO INTRO ####################################################### */


/* SEZIONI SCENE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

#scene {
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
    z-index: 10;
}

.claim-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 15;
    opacity: 0;
}

    .text {
        width: 100%;
        line-height: 1.064;
        margin: 0;
        position: relative;
        font-size: var(--claim_font_size);
        font-weight: bold;
        text-align: center;
        letter-spacing: -.015em ;
    }    

#love_claim_container 
{
    width: 90%;
    position: absolute;
    top: 50vh;
    left: 50%;
    z-index: 10;
    transform: translate(-50%,0);
    text-align: center;
    opacity: 0;
}

    #love_claim_container .love_claim 
    {
        margin: 0;
        font-size: var(--claim_font_size_xxs);
        letter-spacing: .63em;
    }

#scroll_button1_container {
    margin: 40vh 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50vh;
    z-index: 15;
}
    #scroll_button1_container.first_appearance { transition: opacity .5s ease-out 1s; }
    #scroll_button1_container.noinit { opacity: 0 !important; } 

#claim1_container { top: 60vh; }
    #claim1_container.first_appearance {transition: opacity .5s ease-out 1s;} 
    #claim1_container .text { font-size: var(--claim_font_size_m); }
    
#claim2_container { top: 130vh; }
    #claim2_container .text { font-size: var(--claim_font_size_m); }

#claim3_container { 
    top: 200vh; 
    left: 50vw;
}
    #claim3_container .text span{
        font-size: var(--claim_font_size_xxs);
        display: block;
        line-height: 125%;
        margin-top: 1em;
    }

#claim4_container { top: 225vh; }

#claim5_container { top: 295vh; }

#claim6_container { top: 440vh; }

    #claim6_container .text { line-height: 1.15; }

    #claim8_container .text {
        width: 75vw;
        max-width: 100vw;
        line-height: 1.2;
        left: 50%;
        transform: translateX(-50%);
        font-size: var(--claim_font_size_s);
        letter-spacing: .05em;
    }
        #claim8_container .text span {
            width: 25%;
            position: absolute;
            display: block;
            top: 28vh;
            text-align: center;
            font-size: var(--font-size);
        }

            #claim8_container .text span:nth-child(1) { left: 0; }
            #claim8_container .text span:nth-child(2) { left: 25%; }
            #claim8_container .text span:nth-child(3) { left: 50%; }
            #claim8_container .text span:nth-child(4) { left: 75%; }
    
    #claim9_container .text,
    #claim7_container .text { 
        top: 36vh; 
        font-size: var(--claim_font_size_m);
    }

#claim10_container { left: 5vw; }
    #claim10_container .text { 
        line-height: 1.15;
        top: 23vh; 
        font-size: var(--font-size);
        text-align: left;
        letter-spacing: 0;
        width: 200px;
    }
    #claim10_container .text br{
        display: none;
    }

    #claim12_container,
    #claim13_container
     { 
        top: 130vh;
    }


/* black section */
.black_section {
    color: white;
    background: black;
}

    #black_section_1 .panel {
        height: 60vh;
        min-height: 280px;
    }
    #black_section_1 .claim-container { top: 27%; }
        #black_section_1 .claim-container .text {
            line-height: 1.1;
            font-size: var(--claim_font_size_xxl);
        }
    #black_section_1 #black_panel1 .claim-container { top: 40%; }
    #black_section_1 #black_panel2 .claim-container { top: 30%; }
    #black_section_1 #black_panel3 .claim-container { top: 20%; }
    #black_section_1 #black_panel4 .claim-container { top: 10%; }

/* video section */
#video_section_1 .panel_text {
    height: 60vh;
    min-height: 280px;
}
#video_section_1 .claim-container { top: 44%; }

    #video_section_1 #video_panel_intro { height: 39.6vh; }
    #video_section_1 #video_panel1 { height: 50vh; }
        #video_section_1 #video_panel_intro .claim_container { top: 66.66%; }
        #video_section_1 #video_panel1 .claim_container { top: 20%; }

    #video_section_1 .claim-container .text { 
        line-height: 1.33;
        font-size: var(--claim_font_size_xxs);
        letter-spacing: .05em;
    }

    #video_section_1 .video_wrapper.manual-sticky { 
        position: sticky;
        top: 0;
    }
    #video_section_1 video {
        opacity: 1;
        transition: opacity .3s ease-in;
    }
        /* #video_section_1 video.canplay { opacity: 1; }  */
        #video_section_1 .play_btn { 
            display: flex;
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 10;
            transform: translate(-50%,-50%);
            font-size: var(--font-size);
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: .063em;
            color: black;
            transition: opacity .5s;
            cursor: pointer;
            border: 0;
            background: transparent;
            vertical-align: middle;
            line-height: 61px;
        }
        #video_section_1 .play_btn span{
            margin-right: 15px;
            line-height: 37px;
            font-size: var(--font-size);
        }
        #video_section_1 video.canplay + .play_btn { opacity: 1; } 
        #video_section_1 video.onplaying + .play_btn { opacity: 0; } 

        .video_container .scroll_button {
            position: absolute;
            top: 90vh;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;

        }

        .video_container .scroll_button a {cursor: default;}

        .video_container video.played ~ .scroll_button {opacity: 1;}

/* elementi di dimensione della schermata*/
.panel { 
    width: 100vw;
    height: 100vh; 
    overflow: hidden;
    position: relative;
}
    .panel .panel_sticky {
        position: absolute;
        left: 0;
        right: 0;
        top: -100vh;
        bottom: -100vh;
    }

    .panel .panel_sticky + * {
        position: absolute;
        top: -100vh;
        left: 0;
        right: 0;
    }


    #video_section_1 .video_container {
        width: calc(100vh * 1.8962);
        height: 100vh;
    }


/* popup */
.popup_panel {
    position: absolute;
    bottom: 0;
    left: -100vw;
    z-index: 100;
    background: white;
    transition: opacity .3s ease-in, left 0s linear .3s;
    opacity: 0;
}
    .popup_panel.show {
        left: 0;
        opacity: 1;
        transition: opacity .3s ease-in, left 0s linear 0s;
    }

    .popup_panel .close_btn {
        min-width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        display: block;
        position: absolute;
        top: calc(50vh - 20px);
        right: 20px;
        z-index: 15;
        background: none;
        cursor: pointer;
    }
        .popup_panel .close_btn:before 
        ,.popup_panel .close_btn:after {
            content: '';
            width: 100%;
            height: 1px;
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            background: black;
        } 
            .popup_panel .close_btn:before { transform: rotate(-45deg); }
            .popup_panel .close_btn:after { transform: rotate(45deg); }

        .popup_panel .close_btn span { 
            display: block;
            text-indent: -9999px; 
            overflow: hidden;
        }

/* FINE SEZIONI SCENE ##################################################### */


@media (min-aspect-ratio: 16/9){
    .canvas-wrapper {
        width: 100vw;
        height: calc(100vw / 1.7778);
    }
    .video_container {
        width: 100vw;
        height: calc(100vw / 1.7778);
    }
    #video_section_1 .video_container {
        width: calc(100vh * 1.8962);
        height: 100vh;
    }
}

@media (min-aspect-ratio: 256/135){
    #video_section_1 .video_container {
        width: 100vw;
        height: calc(100vw / 1.8962);
    }
}

@media (max-aspect-ratio: 16/9){
    #claim8_container .text { width: calc(3 / 2 * 100vh); }
}


/* @media (min-width: 640px){  
    #pf_top .center_width {
        flex-direction: row;
        justify-content: space-evenly;
    }
    
        #pf_top .center_width a { width: auto; }
        #pf_top .center_width a + a { margin-top: 0; }
        #pf_top .center_width a .img_wrapper { width: auto; }     
} */


/* oltre pixel 2XL */
@media (min-width: 830px){  

    :root {
        --font-size-xs: 13px;
        --font-size: 16px;
        --font-size-xl: 20px;
        --claim_font_size: 40px;
        --claim_font_size_xxl: 52px;
        --claim_font_size_m: 40px;
        --claim_font_size_s: 36px;
        --claim_font_size_xs: 32px;
        --claim_font_size_xxs: 24px;
    }

    #main_logo img { width: 100px; }
    #visottica_logo img { width: 200px; }
    .center_width {
        padding-right: 50px;
        padding-left: 50px;
    }
    #claim7_container .text,
    #claim9_container .text { 
        top: 28vh; 
        font-size: var(--claim_font_size);
    }
}


/* oltre iPad */
@media (min-width: 1025px){
    :root {
        --font-size-xs: 14px;
        --font-size: 18px;
        --font-size-xl: 22px;
        --claim_font_size: 65px;
        --claim_font_size_xxl: 120px;
        --claim_font_size_m: 55px;
        --claim_font_size_s: 45px;
        --claim_font_size_xs: 40px;
        --claim_font_size_xxs: 30px;
    }

    #main_logo { padding: 0 18px; }
        /* rigo a sinistra del logo octopus */
        #main_logo:before {
            content: '';
            width: 100vw;
            height: 1px;
            display: block;
            position: absolute;
            bottom: 9px;
            background-color: black;
            transition: background-color .3s;
            right: 100%;
        }
        /* rigo tra i due loghi */
        #main_logo:after {
            content: '';
            width: calc(100vw - 513px);
            max-width: 926px;
            height: 1px;
            display: block;
            position: absolute;
            bottom: 9px;
            background-color: black;
            transition: background-color .3s;
            left: 155px;
        }
        /* rigo a destra del logo visottica */
        #visottica_logo:after {
            content: '';
            width: 100vw;
            height: 1px;
            display: block;
            position: absolute;
            bottom: 21px;
            background-color: black;
            transition: background-color .3s;
            left: 100%;
            margin-left: 12px;
        }
 

    #main_logo img { width: 122px; }
    #main_logo img.white { left: 18px; }

    #visottica_logo img { width: 215px; }
    .popup_panel .close_btn { top: 100px; }


    #claim8_container .text span {
        top: 20vh;
    }

    #claim10_container { left: 5vw; }
        #claim10_container .text { 
            line-height: 1.15;
            top: 23vh; 
            font-size: var(--font-size-xl);
            text-align: left;
            letter-spacing: .002em;
            width: inherit;
        }
        #claim10_container .text br{
            display: block;
        }


        #pf_bottom .bottom .next {
            letter-spacing: 40px;
        }
}

/*CORREZIONE NUOVO LOGO RESPONSIVE*/

@media (max-width: 1024px){
#visottica_logo{
    top:  25px;
    right:  -25px;
}


}

/* FORM ####################################################### */

.modal {
    font-family: inherit;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
  }
  
  .modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .modal__container {
    background-color: #fff;
    padding: 30px;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
  }
  
  .modal__header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
  }
  
  .modal__close {
    background: transparent;
    border: 0;
  }
  
  .modal__header .modal__close:before { content: "\2715"; font-size: 20px;}
  
  .modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
  }
  /**************************\
    Demo Animation Style
  \**************************/
  @keyframes mmfadeIn {
      from { opacity: 0; }
        to { opacity: 1; }
  }
  
  @keyframes mmfadeOut {
      from { opacity: 1; }
        to { opacity: 0; }
  }
  
  @keyframes mmslideIn {
    from { transform: translateY(15%); }
      to { transform: translateY(0); }
  }
  
  @keyframes mmslideOut {
      from { transform: translateY(0); }
      to { transform: translateY(-10%); }
  }
  
  .micromodal-slide {
    display: none;
  }
  
  .micromodal-slide.is-open {
    display: block;
  }
  
  .micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  }
  
  .micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
  }
  
  .micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  }
  
  .micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
  }
  
  .micromodal-slide .modal__container,
  .micromodal-slide .modal__overlay {
    will-change: transform;
  }

.default_form {
    font-size: 14px;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
    width: 70%;
}

.default_form .field {margin-top: 1.7em;}

.default_form  .title {
    font-size: 1.64em;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
}

.default_form .field {
    margin-top: 2em;
}

.default_form label {
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 0.5em;
    font-weight: 300;
}

.default_form label:not(.checkbox) {
    display: block;
}

.default_form input:not([type="checkbox"]),
.default_form textarea,
.default_form .as_textarea {
    background: #D7D7D7;
    border: 0;
    display: block;
    width: 100%;
    min-height: 1em;
    padding: 1em;
    font-size: 1.2em;
    box-sizing: border-box;
    font-family: inherit;
}

.default_form textarea {min-height: 10em;}

.default_form label.checkbox {display: flex; align-items: center;}
.default_form input[type="checkbox"] {
    border: 1px solid #D7D7D7;
    width: 1.5em;
    height: 1.5em;
    margin-right: 1em;
}

.default_form .as_textarea {height: 15em; overflow: auto; font-size: 0.9em; line-height: 1.8;}

.default_form .as_textarea h2,
.default_form .as_textarea h3,
.default_form .as_textarea h4,
.default_form .as_textarea h5,
.default_form .as_textarea h6 {margin: 1em 0;}

.default_form input,
.default_form textarea {font-weight: bold;}

.default_form button[type="submit"] {
    border: 0;
    appearance: none;
    font-weight: 700;
    background: none;
    display: flex;
    align-items: center;
    font-size: 1.3em;
    text-transform: uppercase;
}

.default_form button[type="submit"]::before {
    content: url('/octopus/img/arrow-right.svg');
    margin-right: 1em;
}

.default_form #response-field {
    padding: 2em 0;
}

.default_form #response-field.error {
    color: red;
}
.default_form #response-field.success {
    color: green;
}
/* FINE FORM ####################################################### */

/* FORM share ####################################################### */
#modal-share .modal__container {
    max-width: 800px;
}
@media (min-width: 1025px){
    #modal-share .modal__container {
        max-height: 80vh;
    }
}
/* FINE FORM share ####################################################### */

/*CORREZIONI ADMP - DICEMBRE 2022*/

#pf_top > div > div:nth-child(1) {
    display: none !important;
}

.next {
    display: none !important;
} 
