/* heebo-regular - latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/heebo-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/heebo-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/heebo-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/heebo-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/heebo-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/heebo-v18-latin-regular.svg#Heebo') format('svg'); /* Legacy iOS */
}
/* heebo-600 - latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/heebo-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/heebo-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/heebo-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/heebo-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/heebo-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/heebo-v18-latin-600.svg#Heebo') format('svg'); /* Legacy iOS */
}
/* heebo-700 - latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/heebo-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/heebo-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/heebo-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/heebo-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/heebo-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/heebo-v18-latin-700.svg#Heebo') format('svg'); /* Legacy iOS */
}

/* bebas-neue-regular - latin */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bebas-neue-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/bebas-neue-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/bebas-neue-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/bebas-neue-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/bebas-neue-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/bebas-neue-v8-latin-regular.svg#BebasNeue') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Heebo',sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-family: 'Bebas Neue',sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-align: center;
}

#sp-header, #sp-header.header-sticky {
    animation: none;
}

div.mod-languages ul li.lang-active {
    background-color: transparent;
}