@font-face{
    font-family:"Gilroy-Regular";
    src:url("../fonts/GilroyW05-Regular.woff2") format("woff2"),url("../fonts/GilroyW05-Regular.woff") format("woff");
}
@font-face{
    font-family:"GilroyBold";
    src:url("../fonts/GilroyW05-SemiBold.woff2") format("woff2"),url("../fonts/GilroyW05-SemiBold.woff") format("woff");
}
body{
    font-family:"Gilroy-Regular" !important;
    overflow-x:hidden;
    color:#151515;
}
body, body *{
    font-family:"Gilroy-Regular";
}
.mega-panel-title{
    font-family:"Gilroy-Regular" !important;
    font-size: 37px;
}
.header{
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    width: 100%;
    z-index: 9000;
    position:fixed;
    left:0;
    right:0;
    top:0;
}

a.logo{
    width:120px;
    display:inline-flex;
    height:76px;
    position:absolute;
    left:15px;
    top:0;
}
a.logo .logo{
position:relative;
top:initial;
left:initial;
right:initial;
bottom:initial;
height: auto !important;
width:auto !important;
}

.logo .logo__logo{
    fill:#ff3700;
}
.logo .logo__text{
    fill:#000;
}

a,a:hover{
    color:#151515;
    text-decoration: none !important;
}
.header-navigation{
    display:flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.header-navigation a{
    color:#404040;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    padding: 15px 15px 5px;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    font-family:"GilroyBold";
}
.header-navigation a:hover{
    color:#ff3700;
}
.header-navigation a sup{
    top: 0em;
}


.header-container{
    position:relative;
    padding-left:140px;
    padding-right:15px;
    height:76px;
    display:flex;
    align-items: flex-end;
    width: 100%;
    
}
.language{
    display:inline-flex;
    width:32px;
    align-items: center;
    justify-content: center;
    position: absolute;
    right:190px;
    bottom:5px;
    height:32px;
}
.language .dropdown-toggle{
    background:transparent;
    border:0 !important;
    box-shadow: none;
}
.language .dropdown-toggle:focus{
    outline:0;
}
.language .dropdown-toggle::after{
    display:none !important;
}
.language svg{
    width:100%;
    height:100%;
}
.language .dropdown-item{
    font-size:0.85rem;
}
.language .dropdown-item:focus,.language .dropdown-item:hover{
    background:#ff3700;
    color:#fff;
}

.language svg .globe-stroke{
    stroke: #fff;
    fill:#fff;
}

.search-button{
    width:32px;
    height:32px;
    display:flex;
    align-items: center;
    justify-content: center;
    padding:6px;
    position:absolute;
    right:220px;
    bottom:5px;
}
.search-button svg path{
    fill:#fff;
}
.search-button svg {
    width:100%;
    height:100%;
}

.header.sticky .search-button svg path,.header.mega-visible .search-button svg path{
    fill:#000;
}

.burger-menu{
    position:absolute;
    width:32px;
    height:32px;
    right:0;
    bottom:5px;
    margin:auto;
    padding:5px;
    display:none;
    cursor:pointer;
}
.burger-menu svg{
    width:100%;
    height:100%;
    fill:#fff;
}
.header-navigation{
    flex-grow: 1;
}
.header-button-icon{
    display:flex;
    width:32px;
    height: 32px;
    max-width: 32px;
    min-width: 32px;
    max-height: 32px;
    min-height: 32px;
    justify-content: center;
    align-items: center;
    padding:5px;
    cursor: pointer;
}
.header-button-icon svg{
    stroke-width:1;
}
.header-buttons{
    display:flex;
    align-items: center;
    justify-content: center;
    padding-right:10px;
}
.global-automotive-logo span{
    display:block;
    font-weight: 500;
    
    font-size:15px;
}
.header-button{
    display:flex;
    align-items: center;
}
.header-button-text{
    padding-right:10px;
    font-weight: 500;
    font-size:15px;
    cursor: pointer;
}


.mega-panel{
    background: #fff;
    color: #151515;
    left: 0;
    overflow: hidden;
    padding-bottom: 36px;
    padding-top: 110px;
    position: absolute;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    top: 0;
    width: 100%;
    z-index: 1;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
}
.mega-panel.visible{
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
}
.header-main{
    z-index: 100;
    position:relative;
    width: 100%;
    background:#fff;
}


.header.mega-visible .header-main:after,.header.sticky .header-main:after {
    background: #ff3700;
    bottom: 0;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    content:"";
    height: 2px;
    z-index: 3;
}
.header.mega-visible{
    background:#fff;
}

.header.sticky{
    background:#fff;
}

.header.mega-visible  a:hover{
    color:#ff3700 !important;
}
.header.mega-visible .logo .logo__text,.header.sticky .logo .logo__text{
    fill:#000;
}

.header.mega-visible  .header-navigation a,.header.sticky .header-navigation a{
    color: #151515;
}

.header.mega-visible  .header-navigation .mega-menu-link.active{
    color:#ff3700;
}
.mega-panel-title{
    font-size:14px;
    line-height: 1.5;
}
.mega-panel-links a{
    display:block;
    padding:5px 0;
    font-size:18px;

}
.mega-panel-links a:hover{
    color:#ff3700;
}
.mega-panel-title{
    opacity: 0.5;
}
.main-boxes{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.main-box-item{
    width:33.33%;
    display:flex;
    align-items: flex-end;
    position:relative;
    overflow: hidden;
    background:#151515;
}
.main-box-caption{
    padding:200px 50px 50px 50px;
    color:#fff;
    position:relative;
    z-index: 10;
    height:100%;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10 preview */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
}
.main-box-bg{
    position:absolute;
    z-index: 5;
    left:0;
    right:0;
    top:0;
    bottom:0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-box-title{
    font-family:"GilroyBold";
}
.main-box-item:hover .main-box-bg{

    -webkit-transform: scale(1.05);  
    -moz-transform:  scale(1.05);  
     -ms-transform:  scale(1.05);  
      -o-transform:  scale(1.05);  
         transform:  scale(1.05);  
         opacity:0.7;
}
.mega-panel-main-title{
    font-family:"Gilroy-Regular" !important;
    margin:0;
    font-size:30px;
}
.mega-panel-main-title-icon{
    display:block;
    position: relative;
}

.mega-panel-main-title-wrapper{
  display:flex;
  align-items: center;
  margin-bottom:20px;
  margin-top:20px;
}
.searchbar-wrapper{
    position:fixed;
    top:0;
    bottom:0;
    margin:auto;
    left:0;
    right:0;
    background:rgba(0,0,0,0.7);
    z-index: 9999;
 
    display:none;
    padding-top:100px;
}
.searchbar-form-wrapper{
    padding:30px 40px;
    background:#fff;
    position:relative;
}
.searchbar-form-wrapper h2{
    font-family:"Gilroy-Regular" !important;
    margin-top:0;
    margin-bottom:20px;
}
.search-label {
    display:block;
    border:1px solid #ddd;
    border-radius: 30px;
    position:relative;
}
#searchForm{
    width:100%;
    height:40px;
    padding-right:50px;
    padding-left:30px;
}
.search-label  span{
    position: absolute;
    width: 24px;
    height: 24px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: initial;
    right: 15px;
    color: #ff3700;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    font-size:1.5em;
}
.close-search{
    position:absolute;
    right:20px;
    top:20px;
    width:24px;
    height:24p;
    cursor: pointer;
}
.burger-menu-header{
    width:32px;
    height:32px;
    display:none;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    padding:3px;
    max-width: 32px;
    max-height: 32px;
    min-height: 32px;
    min-width: 32px;
    position:absolute;
    right:5px;
    bottom:4px;
}
.header-navigation-mobile{
    display:none;
}
.header-navigation-mobile a{
    display:block;
    padding:3px 0;
}
.close-icon{
    display:none;
}
.header-container{
    padding-right:20px;
}

.data-block-mpi, .data-block-sticky {
    border:2px solid #ff3700;
}
.data-block-mpi .data-block-header, .data-block-sticky .data-block-header {
    background:#ff3700;
}

.data-block-mpi .orange-btn,.data-block-mpi .data-block-footer a:hover,
.data-block-sticky .orange-btn,.data-block-sticky .data-block-footer a:hover{
    background:#414141;
}
.benefits-list{
    display:flex;
    align-items: stretch;
    margin:30px -10px 30px -10px;
    flex-wrap: wrap;
}
.benefit-item{
    color:#ff3700;
    width:calc(33.33% - 20px);
    margin:0 10px 10px 10px;
    border-top:1px solid #ff3700;
    border-bottom:1px solid #ff3700;
}
.benefit-title{
    font-size:1.2em;
    padding:5px 0;
    display:block;
    font-weight: 600;
}
.benefit-value{
    font-size:4.4em;
    font-weight: 700;
    display:block;
    padding-top:30px;
}
.benefit-item{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}
.sidebar-content-linklist a{
    display:block;
    padding:8px 0;
    border-bottom:1px solid #ccc;
    color:#ff3700;
    font-size:1.2em;
}
.sidebar-content-wrapper{
    margin-top:20px;
}
.sidebar-content-linklist a:last-child{
    border-bottom:0;
}
.content-affix{
    position:relative;
}

.affixed{
    position: absolute; /* Start with absolute positioning */
    top: 0; /* Start at the top of the parent */
    left: 0px; /* Align within the parent */
   
}
.mega-panel-categories-lists{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.mega-panel-category-item{
    margin-bottom:30px;
    width:25%;
    padding:0 15px;
}
.mega-panel-sub-levels{
    display:none ;
    padding-left:50px;
}
.submenu-item-list a{
    display:block;
}
.mega-panel-link-sub.active{
    color:#ff3700;
}
.mega-panel-link-sub{
    display:flex !important;
    align-items: center;
}
.mega-panel-link-sub.active .arrow-mega svg{
    stroke:#ff3700;
}
.arrow-mega{
    display:flex;
    align-items: center;
    justify-content: center;
    margin-left:10px;
}

.submenu-item-list a {
    display: block;
    padding: 5px 0;
    font-size: 18px;
}
.mpi-box{
    display:flex;
    align-items: center;
    justify-content: center;
    background:#fff;
    padding:15px 10px 15px 10px;
    margin-bottom:10px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.mpi-box:hover{
    background:#ff3700;
}
.mpi-box h4{
    font-size:1.1em;
    margin:0;
}
.mpi-box:hover h4{
    color:#fff;
}
.mpi-box h3{
    font-size:1.4em;
    margin:0;
    color:#ff3700;
}
.mpi-box:hover h3{
    color:#fff;
}
.mpi-box:hover .mpi-icon{
    background:rgba(255,255,255,0.2);
}
.mpi-icon{
    padding:3px;
    display:block;
    width:42px;
    height:42px;
    border-radius: 50%;
    background:#ff3700;
    color:#fff;
    display:flex;
    font-size:1.1rem;
    align-items: center;
    justify-content: center;
    max-width: 42px;
    max-height: 42px;
    margin-right: 10px;
}
.mega-panel-sub-levels-children{
    display:none;
}
.mega-panel-link-children{
    display: flex !important;
    align-items: center;
}

.mega-panel-link-children.active{
    color:#ff3700;
}
.mega-panel-link-children.active .arrow-mega svg{
    stroke:#ff3700;
}
.ui-front.ui-autocomplete {
    z-index: 9999!important;
    position: fixed;
}

@media(max-width:1640px){
    .global-automotive-logo{
        position:absolute !important;
        right:10px;
        top:5px;
    }
    .header-buttons{
        position:absolute;
        right:150px;
        top:5px;
    }
    .mega-panel-content .container{
        max-width: 1600px;
        width:auto;
    }
}
@media (min-width: 1640px) {
    .mega-panel-content .container{
        max-width: 1600px;
        width:auto;
    }
}
@media(max-width:1368px){
    .header-navigation a{
        font-size:15px;
        padding:15px 10px 5px 10px;
    }
    .header-button-text{
        display:none;
    }
    .mega-panel-links a {
        font-size: 15px;
    }
}
@media(max-width:1280px){
    .header-navigation a{
        font-size:13px;
        padding:15px 5px 5px 5px;
    }
}
@media(max-width:1024px){
    .affixed{
       display:none !important;       
    }
    .header{
        height:70px;
    }
    .header-navigation{
        
        display:none;
    }
    .header-buttons{
        padding-right:0;
        position:relative;
        top:initial;
        right:initial;
    }
    .header-button-text{
        padding-right:5px;
    }
    .burger-menu-header{
        display:flex;
    }
    .header-container{
        padding-right:40px;
        justify-content: flex-end;
    }
    a.logo {
        height: 46px;
        width:110px;
    }
    .header-container{
        height:70px;
        align-items: center;
    }
    .burger-menu-header{
        top:0;
        bottom:0;
        margin:auto;
    }
    .header.visible-mobile .header-navigation-mobile{
        position:absolute;
        left:0;
        right:0;
        top:100%;
        display:block;
        background:#fff;
        padding:15px 20px;
        border-top:1px solid #f0f0f0;
        font-weight: 600;
    }
    .header.visible-mobile .header-navigation-mobile a:hover{
        color:#ff3700;
    }
    .global-automotive-logo{
        display:none;
    }
    .header.visible-mobile .burger-icon{
        display:none;
    }
    .header.visible-mobile  .close-icon{
        display:block;
    }
    .header.visible-mobile  .close-icon{
        stroke:#ff3700 !important;
    }
    .benefit-value {
        font-size: 3.4em;
        padding-top: 15px;
    }
}
@media(max-width:768px){
    .page-container-internal, .page-container {
        padding: 80px 51px  0 20px !important;
    }
    .benefit-item {
        margin-bottom:30px;
    }
}
@media(max-width:640px){
    .benefit-item{
        width:calc(100% - 20px);
    }
}