@charset "UTF-8";
/* CSS Document 

FreightDisp Pro Book
font-family: "freight-display-pro", serif;
font-weight: 400;
font-style: normal;

FreightDisp Pro Semibold
font-family: "freight-display-pro", serif;
font-weight: 700;
font-style: normal;

FreightDisp Pro Bold
font-family: "freight-display-pro", serif;
font-weight: 700;
font-style: normal;

Roc Grotesk ExtraWide Bold
font-family: "roc-grotesk-wide", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "cofo-sans-variable", sans-serif;
font-variation-settings: "slnt" 0, "wght" 400;
*/
:root {
  --oe-primary: #000000;
  --lp-blue: #210FFF;
  --lp-green: #1EFA0F;
  --lp-orange: #FF6423;
}

body{
    color: var(--oe-primary);
    font-family: 'freight-display-pro';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
p, input, label, li{
    font-family: 'cofo-sans-variable';
    font-size: 22px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;    
}
.terms-and-conditions{
    margin-top: 40px;
}
.terms-and-conditions li, .terms-and-conditions p{
    font-size: 18px;
    line-height: 26px;    
}
label{
    font-family: 'cofo-sans-variable';
    font-size: 18px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    padding-top: 4px;
    padding-left: 10px; 
}
.medium-frieght-text{
    font-family: 'freight-display-pro';
    font-size: 24px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;    
}
.medium-text{
    font-family: 'freight-display-pro';
    font-size: 36px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;    
}
.small-chunky-text{
    font-family: "roc-grotesk-wide", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    line-height: 1.2;
    fon
}
.medium-chunky-text{
    font-family: "roc-grotesk-wide", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    line-height: 1.2;
}
.text-blue{
    color: var(--lp-blue);
}
.small-text{
    font-family: 'freight-display-pro';
    font-size: 28px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;    
}
.largest-text{
    font-family: 'freight-display-pro';
    font-size: 224px;
    line-height: 230px;
    font-style: normal;
    font-weight: 400;    
}
.largeish-text{
    font-family: 'freight-display-pro';
    font-size: 96px;
    line-height: 90px;
    font-style: normal;
    font-weight: 400;    
    color: var(--lp-blue);
}
.businesses{
    border-top: #000000 1px solid;
}
.blue-banner{
    background-color: var(--lp-blue);
}
.blue-banner-inner{
    height: 50px;
}
.green-banner{
    background-color: var(--lp-green);
}
.green-banner-inner{
    height: 50px;
}
.orange-banner{
    background-color: var(--lp-orange);
}
.orange-banner-inner{
    height: 50px;
}
.white-banner{
    background-color: #FFFFFF;
}
.white-banner-inner{
    height: 50px;
}
.main-footer{
    border-top: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
}
a{
    text-decoration-line: underline;
    color: #000000;
}
a:hover{
    text-decoration-line: underline;
    color: #000000;
}
footer a{
    text-decoration-line: underline;
    color: #FFFFFF;
}
footer a:hover{
    text-decoration-line: underline;
    color: #FFFFFF;
}
footer a.lp_button_outline{
    color: #FFFFFF;
}
footer a.lp_button_outline:hover{
    color: #FFFFFF;
}
h1{
    font-family: 'freight-display-pro';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 70px;
}
h2{
    font-family: 'freight-display-pro';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 100px;    
}
h3{
    font-family: 'freight-display-pro';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;

}
h4{
    font-family: 'freight-display-pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
}
.navbar{
    transition: all 0.3s;
}
.navbar-brand img{
    padding-left: 12px;
}
#site-header-inner.blue{
    background-color: var(--oe-primary);
}
#site-header-inner{
    background-image: url("img/header-menu-bg.png");
}
.big-intro{
    text-align: center;
    font-size: 36px;
    line-height: 43.2px; 
}
.home-banner{
    background-size: cover;
    background-position: center;
}
#logo_white{
    display: none;
}
.navbar-toggler {
    color: #FFFFFF;    
}
.navbar-toggler {
    border: none !important;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("img/menu-icon-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.scrolling .navbar-toggler-icon {
    background-image: url("img/menu-icon-green.svg");    
}
.scrolling #logo_white{
    display: block;
}
.scrolling #logo_white2{
    display: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.offcanvas-body .nav-item .nav-link{
    color: var(--oe-primary);
    font-size: 36px;
    line-height: 42px;   
    font-family: 'freight-display-pro';
}
footer{
    background-color: var(--oe-primary);
    color: var(--lp-blue);
    border-top: var(--lp-blue) 2px solid;
}
footer p{
    color: var(--lp-blue);
    font-size: 16px;
    line-height: 26px; 
}
footer p a{
    color: var(--lp-blue);
    text-decoration: none;
}
.footer-logo{
    width: 255px;
    height: auto;
    margin-bottom: 40px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.6rem 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    color: #FFFFFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #210FFF;
    background-color: transparent;
    border-color: #210FFF;
    outline: 0;
    box-shadow: none;
}
.form-control::placeholder{
    color: #210FFF;
}
.oe-btn{
    border: 2px solid #FFFFFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    line-height: normal;
    padding: 17px 34px;
    color: #FFFFFF;
    background-color: transparent;
    margin-top: 25px;
}
.smaller{
    font-size: 18px;
    line-height: 27px;
}
@media only screen and (min-width: 999px) and (max-width: 1400px) {
    .largest-text {
        font-family: 'freight-display-pro';
        font-size: 150px;
        line-height: 140px;
        font-style: normal;
        font-weight: 400;
    }
}
@media only screen and (max-width: 998px) {
    
    .small-text {
        font-family: 'freight-display-pro';
        font-size: 24px;
        line-height: 1;
        font-style: normal;
        font-weight: 400;
    }
    .largest-text {
        font-family: 'freight-display-pro';
        font-size: 70px;
        line-height: 74px;
        font-style: normal;
        font-weight: 400;
    }
    .medium-chunky-text {
        roc-grotesk-wide
        font-family: "roc-grotesk-wide", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 28px;
        line-height: 1.2;
    }
    body{
        font-size: 10px;
    }
    .big-intro{
        text-align: center;
        font-size: 24px;
        line-height: 28px; 
    }
    footer p{
        font-size: 12px;        
    }
    .smaller{
        font-size: 10px;
        line-height: normal;
    }
    h2{
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.8px;
    }
    p, input {
        font-size: 18px;
        line-height: 24px;
    }
    
}



#site-header-inner{
    background-color: rgba(0,0,0,0.40)
}

#section-1, #PLANIMETRIE{
    background-image: url("img/section-1-bg.jpg");
    background-size: cover;
    background-position: center;
}
#section-2{
    background-color: #F7F7F7;
}
#section-3{
    background-image: url("img/section-3-bg.png");
    background-size: cover;
    background-position: center;
}
#section-4{
    background-color: #F7F7F7;
}
#section-5, #section-page-intro{
    background-image: url("img/section-5-bg.jpg");
    background-size: cover;
    background-position: center;
}
#section-6{
    background-image: url("img/section-6-bg.jpg");
    background-size: cover;
    background-position: center;
}
.image-title{
    max-width: 90%;
}
.copy-block{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding-right: 10% ;
}
.copy-block-no-padding{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;    
}
.form-title{
    font-family: 'freight-display-pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #586973;
}
.form-panel{
    background-color: #F7F7F7;
}
.wpcf7-submit, .cw-button{
    border-radius: 32px;
    background-color: transparent;
    border: 2px solid #FFFFFF;
    transition: all 0.3s;            
    display: inline-block;
    margin: 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 30px;
    text-decoration: none !important; 
}
.cw-button:hover{
    color: #F7F7F7;
}

textarea {
    resize: none;
    height: 150px;
    border-radius: 0 !important;
}
.form-check-input[type="checkbox"] {
    border-radius: 12px;
    height: 24px;
    width: 24px;
    border-width: 2px;
    border-color: #210FFF;
    float: none !important;
    margin-left: -1rem;
}
.logo-holder{
    text-align: center;
}
.logo-holder img{
    max-width: 80%;
    display: inline-block;
}
.logo-title{
    font-family: 'freight-display-pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #586973;
}
.lp_button{
    border-radius: 32px;
    background-color: var(--lp-blue);
    transition: all 0.3s;            
    display: inline-block;
    margin: 0px;
    font-family: "roc-grotesk-wide", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: normal;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 30px;
    text-decoration: none !important;        
}
.lp_button:hover {
    opacity: 0.8 !important;
}
.lp_button_outline{
    font-family: "cofo-sans-variable", sans-serif;
    border-radius: 32px;
    background-color: transparent;
    border: 2px solid #FFFFFF;
    transition: all 0.3s;            
    display: inline-block;
    margin: 0px;
    font-size: 20px;
    line-height: normal;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 12px 30px;
    text-decoration: none !important;        
}
.lp_button_outline:hover {
    opacity: 0.8 !important;
    color: #FFFFFF;
}
.lc_button{
    border-radius: 32px;
    background-color: var(--lp-blue);
    transition: all 0.3s;            
    display: inline-block;
    margin: 0px;
    font-family: "cofo-sans-variable", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 50px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 4px 30px 0 30px;
    text-decoration: none !important;  
    border: 2px solid var(--lp-blue);
}
.lc_button:hover {
    opacity: 0.8 !important;
}
hr.blue-line {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 2px var(--lp-blue) solid;
    opacity: 1;
}
.offer-image{
    border-radius: 36px;
}
.home-page-copy-block{
    margin-top: 90px;
    margin-bottom: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    color: #375927;
    width: 80%;
}
.section-title{
    margin-bottom: 140px;
    display: flex;
}
.section-title-right{            
    text-align: right;
    margin-left: auto;
}
.title_space svg, .title_wellness svg, .title_nature svg, .title_culture svg, .title_contact svg, .title_past svg{
    max-height: 64px; 
    width: inherit !important;
    height: inherit !important;
    transform: none !important;
}
.section-title-right svg{            
    margin-left: auto;
}

.site-header, footer {
padding-left: 20px;
padding-right: 20px;
}

.home .site-header{
    z-index: 100;
    width: 100%;
}
.home-block-intro{
    min-height: 80vh;
    border-bottom: 1px solid #586973;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 150px;
}
.home-block-intro h1{
    padding-right: 25%;
}
.home-block-1{
    padding-top: 80px;
    padding-bottom: 140px;
    padding-left: 50px;
    padding-right: 50px;
}
.home-block-neg{
    background: #586973;
    color: #ffffff;
}
.home-block-neg .home-page-copy-block{
    color: #ffffff;  
}
.home-block-intro-team{
    background-image: url("img/textured_bg.png");
    background-repeat: no-repeat;
    background-size: cover;  
    border-bottom: none;
    padding: 50px;
}
.image-caption{
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #375927;
}
.backgroundImage {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width:100%;
    height:100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
}
.backgroundImage{
    animation-name: imageFader;
    animation-duration: 12s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;    
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;    
}
.backgroundImage:nth-of-type(1) { animation-delay: 8s; }
.backgroundImage:nth-of-type(2) { animation-delay: 4s; }
.backgroundImage:nth-of-type(3) { animation-delay: 0s; }
@keyframes imageFader {
  0% {
    opacity:1;
  }
  25% {
    opacity:1;
  }
  33.33% {
    opacity:0;
  }
  91.66% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.menu-button{
  width: 52px;
  height: 39px;
  cursor: pointer;
}
.menu-bars{
  display: block;
  width: 52px;
  height: 39px;
  background-image: url("img/menu-icon-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.home .menu-bars{
  background-image: url("img/menu-icon-white.svg");          
}
.offcanvas-header .btn-close {
width: 40px !important;
height: 40px !important;
background-image: url("img/icon-close.svg");
background-repeat: no-repeat;
background-size: contain;
opacity: 1;
padding: 0 !important;
margin: 10px;
}
.offcanvas-body .nav-link {
font-style: normal;
font-weight: 400;
font-size: 48px;
line-height: 48px;
text-transform: uppercase;
color: #375927;
padding-bottom: 30px;
}
.offcanvas-body .nav-link.active {
color: #375927;
text-decoration: underline;
}
.lang-link{
width: 86px;
height: 86px;
border: 2px solid #375927;
border-radius: 50%;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 86px;
display: inline-block;
text-align: center;
color: #375927;
text-decoration: none;
}
.lang-link:hover, .lang-link.active{
text-decoration: none;
color: #FFFFFF;
background-color: #375927 !important;
margin-right: 20px;
}
.wp-block-column ul{
  margin-left: 0;
  margin-top: 10px;
  padding-left: 10px;
}  
.wp-block-column li{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 18px;
padding-left: 0;
padding: 10px 0;        
}
.home-block-1 p{
  max-width: 80%;
}  
.team-row{
  padding: 50px;
}
.team-title{
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
}
.team-sub-title{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}
.team-copy{
  font-family: 'freight-display-pro';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  padding: 30px 0;
  width: 90%;
}
.home-block-neg .wp-block-group__inner-container{
  padding-left: 50px;
  padding-right: 50px;
}
.map-container{
  background-color: #375927;
/*    
  padding-top: 160px;
  padding-bottom: 160px;    
  padding-left: 50px;
  padding-right: 50px;
*/
}

.map-desktop figure{
  background-image: url("img/Nizzoli_Map_Dekstop.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 998px) {
    .lp_button {
        font-size: 18px;        
    }    
  .mobile-map-extras{
      margin-bottom: 40px;
  }
  .mobile-map-extras img{
      width: 100% !important;
      height: auto;
  }
  .mobile-map-extras h2 {
    padding-top: 20px;
      padding-bottom: 30px;
      font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px; /* 120% */
    text-transform: uppercase;
}
  .map-container{
      background-color: #375927;
      
  }
  .map-desktop{
      padding-bottom: 0 !important;
  }
.map-desktop figure{
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  }  

h1{
    font-family: 'freight-display-pro';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px; /* 120% */
    text-transform: uppercase;

}
h2{
    font-family: 'freight-display-pro';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    
}
h3{
    font-family: 'freight-display-pro';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;

}
h4{
    font-family: 'freight-display-pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
}  
.home-block-intro h1 {
    padding-right: 0;
}  
.nizzoli_button a {
    border-radius: 32px;
    background-color: transparent;
    border: 2px solid #375927;
    transition: all 0.3s;
    display: inline-block;
    margin: 0px;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    color: #375927;
    padding: 0 30px;
    text-decoration: none !important;
    margin-top: 30px;
}  
.home-page-copy-block {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    color: #375927;
    width: 100%;
}  
.home-block-1 {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}  
.home-block-1 p {
    max-width: 100%;
}  
.section-title {
    margin-bottom: 50px;
    text-align: end;
}  
.section-title img{
    height: 20px;
    width: auto;            
}
.home-block-intro {
    min-height: auto;
    border-bottom: 1px solid #586973;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
}  
.site-header, footer {
    padding-left: 20px;
    padding-right: 20px;
}  
  .logo.xs {
      height: 36px;
      width: auto;
  }
.menu-bars {
    display: block;
    width: 30px;
    height: 16px;
    margin-top: 10px;
    background-image: url(img/menu-icon-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
  .wp-image-35{
      height: 36px !important;
      width: auto !important;
  }
  .nizzoli_button{
      text-align: center;
  }
  .wp-block-column li {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0;
}
.home-block-neg .wp-block-group__inner-container {
    padding-left: 0px;
    padding-right: 0px;
}  
}
.homeVideoBlock {
    background-position: 50%;
    background-size: cover;
}
.homeVideoBlock, .video-wrapper {
    overflow: hidden;
    position: relative;
}
.car_reg img{
    width: 100%;
    height: auto;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 64px;
    height: 64px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    
    z-index: 10;
    
    background-image: url("img/arrow-left.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: 1;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 25px;
}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
    background-image: url("img/arrow-left.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}
[dir='rtl'] .slick-prev:before
{
    content: '';
    background-image: url("img/arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}

.slick-next
{
    right: 25px;
    background-image: url("img/arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
    background-image: url("img/arrow-left.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -50px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 16px;
    height: 16px;

    content: '';
    text-align: center;

    opacity: 1;
    color: black;

    border: 1px #375927 solid;
    background-color: transparent;
    border-radius: 8px;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    background-color: #375927;
    color: black;
}

/*
.slick-center {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2); 
    border: 10px white solid;
}

.slick-list { 
  padding:45px 60px !important;
}
*/

.car_reg{
    
}

#floating-contact-panel{
    display: block;
    width: 64px;
    margin-left: auto;
}
.floating-icon{
    margin-top: 20px
}
.footer-map{
    width: 100%;
    height: auto;
}
footer{
    background-color: #ffffff;
}
footer a{
    color: #ffffff;
}
.top-footer-border{
    border-top: 1px white solid;
}

#desktop-menu{
    flex-direction: row;
}
#mobile-menu{
    display: none;
}
#site-header-inner{
    
}
.nav-item{
    color: #FFFFFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 40px;
}
.nav-item .nav-link{
    color: #FFFFFF;
}
.scrolling .nav-item .nav-link{
    color: #375927;
}
.sub-title{
    color: #375927;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'freight-display-pro';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.car_anim img, .car_floorplans img{
    opacity: 1;
    transition: all 300ms ease;
    height: auto;
    width: 100%;
    margin: 0 10px;
    
}
.car_anim .slick-center img, .car_floorplans .slick-center img {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    opacity: 1;
    transform: scale(1.3);
    z-index: 1000;
    border: 10px white solid;
}
.car_anim .slick-slide, .car_floorplans .slick-slide{
    padding: 10px;
}

.car_anim .slick-list, .car_floorplans .slick-list { 
  padding:45px 60px !important;
  margin-left:0px !important;
}

.car_floorplans_basic img{
    opacity: 0.8;
    transition: all 300ms ease;
    height: auto;
    width: 100%;
    margin: 0 10px;
    
}
.car_floorplans_basic .slick-center img {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    opacity: 1;
    transform: scale(1.3);
    z-index: 1000;
    border: 10px white solid;
}
.car_floorplans_basic .slick-slide{
    padding: 10px;
}

.car_floorplans_basic .slick-list { 
  padding:45px 60px !important;
  margin-left:0px !important;
}

.floating-icon{
    display: block;
}

.contact-button.phone {
    bottom: 100px;
    right: 20px;
}
.contact-button.envelope {
    bottom: 30px;
    right: 20px;
}
.contact-button {
    background-color: #F7F7F7;
    color: #375927;
    text-decoration: none;
    border-radius: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    max-width: 52px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    z-index: 9999999;
    border: 0px solid #FFFFFF;
    font-size: 16px;
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
}
.contact-button:hover {
    max-width: 300px;
    background-color: #F7F7F7;
    color: #375927 !important;
}
.contact-button .text {
    white-space: nowrap;
    padding-right: 10px;
    margin-top: -2px;
    text-decoration: none;
}
.contact-button img{
    width: 32px;
    height: 32px;
    margin: 10px;
}
.contact-button a:hover{
    text-decoration: none;
    color: #375927;
}
@media (max-width: 990px) {
    #mobile-menu{
        display: flex;
    }    
    #desktop-menu{
        display: none;
    }
}
@media (max-width: 991.98px) {
    .slick-prev, .slick-next {
        width: 32px;
        height: 32px;        
    }
    .slick-dots li button {
        width: 12px;
        height: 12px;        
    }
    .slick-dots li button:before {
        width: 12px;
        height: 12px;        
    }
    .copy-block{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        padding-right: 0;
    }
    #floating-contact-panel {
        width: 55px;        
    }
    #floating-contact-panel img.floating-icon{
        width: 42px;        
    }
    .logo_white2, .logo_white{
        height: 36px !important;
        width: auto !important;
    }
    .car_anim img, .car_floorplans img{
        margin: 0;
    }
    .car_anim .slick-slide, .car_floorplans .slick-slide{
        padding: 1rem;
    }

    .car_anim .slick-list, .car_floorplans .slick-list { 
      padding:0 !important;
      margin-left:0px !important;
    }
}

.n-logo img{
    max-width: 100%;
}

.photo-block .copy-block{
    text-align: center !important; 
    padding: 40px 60px;
    background-color: rgba(0,0,0,0.25);
    border-radius: 48px;
}
.photo-block .copy-block p{
    color: #FFFFFF !important;    
}
.photo-block .copy-block .nizzoli_button{
    border: 2px solid #FFFFFF !important;    
    color: #FFFFFF !important;    
}

.photo-block .nizzoli_button:hover {
    color: #FFFFFF !important;
}

.key_table{
    margin-top: 60px;    
}
.team-copy{
    border-top: var(--oe-primary) 1px solid;
}
.team-copy p{
    font-size: 10px;
    line-height: 1.2;
}
.team-image{
    height: 120px;
    width: 75%;
}

.nizzoli-map{
    width: 90%;
}


.svg_title.header-block svg {
    max-width: 90% !important;
    width: auto !important;
    height: 120px !important;
    
}

@media only screen and (max-width: 768px) {
    
    #section-page-intro h2{
        font-size: 20px;
        line-height: 26px;
    }
    .svg_title svg {
        max-width: 90%;
        margin: 0 auto;
    }
    .svg_title.header-block svg {
        max-width: 90%;
        margin: 0 auto;
    }
    .copy-block-no-padding {
        font-size: 20px;
        line-height: 26px;
    }
    .team-image {
        height: 75px;
        width: 100%;
    }
    .team-copy {
        font-size: 20px;
        line-height: 26px;
        padding: 30px 30px;
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    .ratio-1x1 {
      --bs-aspect-ratio: 56.25%;
    }
}


.floor-container{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    margin: 10px 20px;
}
.floor-container h3{
    width: 100%;
    height: 100%;
    display: block;
}
.car_floorplans .floor-container.slick-center{
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 1;
    transform: scale(1.1);
    z-index: 1000;
}

.car_floorplans_basic .floor-container{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    margin: 10px 20px;
    opacity: 0.4;
}
.car_floorplans_basic .floor-container h3{
    width: 100%;
    height: 100%;
    display: block;
}
.car_floorplans_basic  .floor-container.slick-center{
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 1;
    transform: scale(1.5);
    z-index: 1000;
}

.key_table tr{
    border-top: var(--oe-primary) 1px solid;
}

.map_plan{
    display: none;
}
#plan_map_1{
    display: block;
}

.grotesk-copy p{
    font-family: "roc-grotesk-wide", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;    
    font-weight: 700;
}
.grotesk-copy h3{
    font-family: "roc-grotesk-wide", sans-serif;
    font-style: normal;
    font-size: 48px;
    line-height: 72px;    
    font-weight: 700;
}
.grotesk-green p{
    color: #1EFA0F;
}
.grotesk-blue p{
    color: #210FFF;
}
.grotesk-orange, .grotesk-orange p{
    color: #FF6423;
}
.grotesk-white p, .grotesk-white h3{
    color: #FFFFFF;
}
.grotesk_button{
    font-family: "roc-grotesk-wide", sans-serif;
    border-radius: 32px;
    background-color: transparent;
    transition: all 0.3s;            
    display: inline-block;
    margin: 0px;
    font-size: 16px;
    line-height: 22px;    
    font-weight: 700;
    align-items: center;
    text-align: center;
    padding: 12px 30px;
    text-decoration: none !important;        
    color: #FFFFFF;
    border: 2px solid #FFFFFF;  
    max-width: 275px;
}
.grotesk_button:hover {
    opacity: 0.8 !important;
}
.grotesk_button_green, .grotesk_button_green:hover{
    color: #1EFA0F;
    border: 2px solid #1EFA0F;        
}
.grotesk_button_blue, .grotesk_button_blue:hover{
    color: #210FFF;
    border: 2px solid #210FFF;        
}
.grotesk_button_orange, .grotesk_button_orange:hover{
    color: #FF6423;
    border: 2px solid #FF6423;        
}
.grotesk_button_white, .grotesk_button_white:hover{
    color: #FFFFFF;
    border: 2px solid #FFFFFF;        
}
.works.businesses .small-text, .works.businesses .medium-text{
    font-family: "roc-grotesk-wide", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;    
    font-weight: 700;
    color: #1EFA0F;
}
.works.businesses .small-text-grotesk{
    font-family: "roc-grotesk-wide", sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 26px;    
    font-weight: 700;
    color: #1EFA0F;
}
.works.businesses.orange .small-text, .works.businesses.orange .medium-text{
    color: #FF6423;
}
.works.businesses .medium-text, .works.businesses.orange .medium-text{
    font-size: 36px;
    line-height: 1;            
}
.works.businesses .small-text.text-boost{
    font-family: "roc-grotesk-wide", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 22px;    
    font-weight: 700;
    color: #1EFA0F;
}
.works.businesses.orange .small-text.text-boost{
    color: #FF6423;
}

.card{
    width: 400px;
    border: none;
    border-radius: 24px;
}
.card-img-top {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.card-link{
    font-family: "roc-grotesk-wide", sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;    
    font-weight: 700;
    color: #210FFF;
    text-align: right;
    display: block;
    text-decoration: none;
    background-image: url("img/icon-link-arrow.svg");
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 38px;
}
.card-link:hover{
    color: #210FFF;
    text-decoration: none;
}

@media only screen and (max-width: 998px) {
    .logo_white img{
        height: 45px;
    }
    .grotesk-copy p {
        font-size: 16px;
        line-height: 20px;        
    }
    .grotesk_button {
        font-size: 12px;
        line-height: 18px;
        font-weight: 700;
        padding: 12px 20px;        
    }
    .table_lion_works img{
        max-width: 70px;
    }
    .grotesk-copy h3 {
        font-size: 32px;
        line-height: 40px;        
    }
    .works.businesses .small-text, .works.businesses .medium-text {
        font-size: 14px;
        line-height: 16px;        
    }
    .works.businesses .medium-text, .works.businesses.orange .medium-text {
        font-size: 18px;
        line-height: 1;
    }
    .big-mob-top-padding{
        padding-top: 100px;    
    }
    .works.businesses .small-text-grotesk {
        font-size: 14px;
        line-height: 18px;        
    }
}
.mobile-cal img{
    display: inline-block;
}


.form-control {
    display: block;
    width: 75%;
    padding: 15px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #210FFF;
    background-color: transparent;
    background-clip: padding-box;
    border: 2px solid #210FFF;
    border-radius: 24px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
