/* Google noto sans jp */
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap"); */
/** NEW FONTS **/
@font-face {
  font-family: "Futura Now Headline";
  src: url("../fonts/FuturaNow_WebFonts/FuturaNowHeadlineMedium/fn_medium.woff2")
      format("woff2"),
    url("../fonts/FuturaNow_WebFonts/FuturaNowHeadlineMedium/fn_medium.woff")
      format("woff"),
    url("../fonts/FuturaNow_WebFonts/FuturaNowHeadline-Md.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Futura Now Text";
  src: url("../fonts/FuturaNow_WebFonts/FuturaNow/FuturaNowTextRegular_normal_normal.woff2")
      format("woff2"),
    url("../fonts/FuturaNow_WebFonts/FuturaNow/FuturaNowTextRegular_normal_normal.woff")
      format("woff"),
    url("../fonts/FuturaNow_WebFonts/FuturaNowText-Rg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Futura Now Title Italic";
  src: url("../fonts/FuturaNow_WebFonts/FuturaNow/FuturaNowHeadlineMediumItalic_italic_normal.woff2")
      format("woff2"),
    url("../fonts/FuturaNow_WebFonts/FuturaNow/FuturaNowHeadlineMediumItalic_italic_normal.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Futura Now Italic";
  src: url("../fonts/FuturaNow_WebFonts/FuturaNow/FuturaNowTextItalic_italic_normal.woff2")
      format("woff2"),
    url("../fonts/FuturaNow_WebFonts/FuturaNow/FuturaNowTextItalic_italic_normal.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Futura Now Bold";
  src: url("../fonts/FuturaNow_WebFonts/FuturaNowTextMedium/FuturaNowText-Md.woff2")
      format("woff2"),
    url("../fonts/FuturaNow_WebFonts/FuturaNowTextMedium/FuturaNowText-Md.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* Normal noto sans */
@font-face {
  font-family: "Noto Sans Regular";
  src: url("../fonts/NotoSans/NotoSans-Regular.woff2") format("woff2"),
    url("../fonts/NotoSans/NotoSans-Regular.woff") format("woff"),
    url("../fonts/NotoSans/NotoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Noto Sans Medium";
  src: url("../fonts/NotoSans/NotoSans-Medium.woff2") format("woff2"),
    url("../fonts/NotoSans/NotoSans-Medium.woff") format("woff"),
    url("../fonts/NotoSans/NotoSans-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* Japanese noto sans */
@font-face {
  font-family: "Noto Sans JP Regular";
  src: url("../fonts/NotoSansJP/noto-sans-jp-v42-japanese-regular.woff2")
      format("woff2"),
    url("../fonts/NotoSansJP/noto-sans-jp-v42-japanese-regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Noto Sans JP 500";
  src: url("../fonts/NotoSansJP/noto-sans-jp-v42-japanese-500.woff2")
      format("woff2"),
    url("../fonts/NotoSansJP/noto-sans-jp-v42-japanese-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

/** END NEW FONT */

:root {
  --text-font: "Futura Now Text";
  --title-font: "Futura Now Headline";
  --bold-font: "Futura Now Bold";
  --grey-extra-light: #f4f4f4;
  --grey-light: #ebebeb;
  --grey: #bebebe;
  --grey-darker: #909090;
  --dark-grey: #333333;
  --font-body-large: 1rem;
  --font-body-medium: 0.875rem;
  --font-body-small: 0.75rem;
  --line-height-large: 1.5rem;
  --line-height-medium: 1.3125rem;
  --line-height-small: 1.125rem;
  --grid-wide: 1500px;
  --grid-4k: 2250px;
}

[lang="ja"] {
  --title-font: "Noto Sans JP 500", sans-serif;
  --text-font: "Noto Sans JP Regular", sans-serif;
}

body {
  font-family: var(--text-font);
  font-size: var(--font-body-large);
  line-height: var(--line-height-large);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-variant-ligatures: none;
}

body em {
  font-family: "Futura Now Italic";
  font-style: normal;
}

body b {
  font-family: "Futura Now Bold";
  font-style: normal;
}

body strong {
  font-family: "Futura Now Bold";
  font-style: normal;
}

body b,
body strong {
  font-weight: 600;
}

body .two-columns .node-body .center {
  width: 100%;
  padding: 0;
}

body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

body sup {
  top: -0.65em;
  font-size: 60%;
}

p.text-large {
  font-size: var(--font-body-large);
  line-height: var(--line-height-large);
}

p.text-medium {
  font-size: var(--font-body-medium);
  line-height: var(--line-height-medium);
}

p.text-small {
  font-size: var(--font-body-small);
  line-height: var(--line-height-small);
}

p.footnote {
  font-size: var(--font-body-small);
  line-height: var(--line-height-small);
  font-family: var(--text-font);
}

p:has(.ck-anchor) {
  padding: 0 !important;
}

body #main-content p.footnote {
  padding: 0;
  font-size: var(--font-body-small);
  line-height: var(--line-height-small);
  font-family: var(--text-font);
}

body .main-title-text {
  font-family: var(--title-font);
}

ol > li:has(p.text-small) {
  font-size: var(--font-body-small);
  line-height: var(--line-height-small);
  font-family: var(--text-font);
}

.node-content .table-scroll + ol:has(p.text-small),
ol:has(p.text-small) {
  padding-left: 16px;
}

ol {
  padding-left: 19px;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-content h1,
body h1,
.h1-size {
  font-size: 3rem;
  line-height: 3.75rem;
}

#main-content h2,
body h2,
.h2-size {
  font-size: 2rem;
  line-height: 2.375rem;
}

#main-content h3,
body h3,
.h3-size {
  font-size: 1.5rem;
  line-height: 1.3;
}

#main-content h4,
body h4,
.h4-size {
  font-size: 1.125rem;
  line-height: 1.4625rem;
}

#main-content h5,
body h5,
.h5-size {
  font-size: 1rem;
  line-height: 1.25rem;
}

b,
strong {
  font-weight: 600;
}

body #main-content h1 em,
body #main-content h2 em,
body #main-content h3 em,
body #main-content h4 em,
body #main-content h5 em,
body #main-content h6 em {
  font-family: "Futura Now Title Italic" !important;
  font-style: normal;
}

body #main-content p.text-small {
  font-size: var(--font-body-small);
  line-height: var(--line-height-small);
}

body #main-content p.text-medium {
  font-size: var(--font-body-medium);
  line-height: var(--line-height-medium);
}

body #main-content p.text-large {
  font-size: var(--font-body-large);
  line-height: var(--line-height-large);
}

body #main-content p {
  padding: 0 0 0.875rem;
  color: var(--dark-grey);
}

body #main-content li {
  color: var(--dark-grey);
}

article.media--type-javali-image {
  max-width: 100%;
  position: relative;
  top: 10px;
  margin-bottom: 2rem;
  overflow: hidden;
}

article .color.icons svg {
  width: 100%;
  display: block;
  height: 100%;
}

article.align-center {
  text-align: center;
}

.media--type-javali-image .field--name-field-media-image-1 {
  height: 100%;
}

picture img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}

/* #main-content .ck-img-left .ck-img-left-text h4,
#main-content .ck-img-right .ck-img-right-text h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
} */

.ck-img-left {
  max-width: 930px;
  margin: auto;
}

.node-body .ck-img-left:has(.ck-img-left-img img.imgmax) {
  grid-column-gap: 20px;
}

.ck-img-side-by-side {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-items: center;
}

.page-node-type-story-item .ck-img-side-by-side .ck-img-left-img,
.page-node-type-story-item .ck-img-side-by-side .ck-img-right-img,
.page-node-type-landing-page .ck-img-side-by-side .ck-img-left-img,
.page-node-type-landing-page .ck-img-side-by-side .ck-img-right-img {
  width: 95%;
}

#main-content .ck-img-left .ck-img-left-img {
  text-align: right;
}

/* body #main-content .ck-img-left .ck-img-left-text h4,
body #main-content .ck-img-right .ck-img-right-text h4 {
  margin-bottom: 0.5rem;
} */

#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6,
#main-content .h1-size,
#main-content .h2-size,
#main-content .h3-size,
#main-content .h4-size,
#main-content .h5-size,
#main-content .h6-size,
[role="heading"] {
  font-family: var(--title-font);
  font-weight: 500;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}

#main-content h1 a,
#main-content h2 a,
#main-content h3 a,
#main-content h4 a,
#main-content h5 a,
#main-content h6 a,
#main-content .h1-size a,
#main-content .h2-size a,
#main-content .h3-size a,
#main-content .h4-size a,
#main-content .h5-size a,
#main-content .h6-size a,
[role="heading"] a,
.heading-font {
  font-family: var(--title-font) !important;
}

body h1 span,
body h2 span,
body h3 span,
body h4 span,
body h5 span,
body h6 span,
body .h1-size span,
body .h2-size span,
body .h3-size span,
body .h4-size span,
body .h5-size span,
body .h6-size span,
[role="heading"] span {
  font-family: var(--title-font) !important;
}

[role="heading"] * {
  font-family: var(--title-font);
}

p {
  font-family: var(--text-font);
}

a.download.javali-buttons {
  font-family: var(--text-font) !important;
}

body #main-content a {
  font-family: var(--text-font);
  font-weight: 500;
}

#main-content blockquote h2 {
  font-family: var(--title-font);
  line-height: 2rem;
}

#main-content
  figure:has(article.media--type-javali-image picture img)
  figcaption {
  margin-top: -0.5rem !important;
}

#main-content figure figcaption {
  font-family: var(--title-font);
  line-height: var(--line-height-small);
  margin-top: 0px !important;
  text-align: left !important;
  font-size: var(--font-body-small) !important;
  padding: 0 0 1.42857em;
}

/*********** LOCAL TASKS ******************************************************/
#block-javali-new-theme-local-tasks {
  display: block;
  height: 50px;
  margin: 0;
  position: fixed;
  width: 50px;
  z-index: 3;
  cursor: pointer;
  left: 0;
  top: 40vh;
  background-color: #555;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#block-javali-new-theme-local-tasks:hover,
#block-javali-new-theme-local-tasks.pressed {
  background-color: #000;
  outline: 1px solid #555;
  cursor: pointer;
}

#block-javali-new-theme-local-tasks:before {
  content: "\E806";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  color: #fff;
  font-size: 20px;
  display: block;
  height: 20px;
  padding: 15px 0;
  width: 50px;
  speak: none;
  line-height: 1;
  border-bottom: 1px solid transparent;
  text-align: center;
}

#block-javali-new-theme-local-tasks.pressed:before {
  border-bottom: 1px solid #555;
}

#block-javali-new-theme-local-tasks:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 15px;
  top: 42px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#block-javali-new-theme-local-tasks.pressed:after,
#block-javali-new-theme-local-tasks:hover:after {
  opacity: 1;
  background: #000;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
}

#block-javali-new-theme-local-tasks.pressed:after {
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
}

#block-javali-new-theme-local-tasks nav {
  opacity: 0;
  z-index: -1;
  background-color: #555;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 51px;
}

#block-javali-new-theme-local-tasks:hover nav,
#block-javali-new-theme-local-tasks.pressed nav {
  opacity: 1;
  z-index: 1;
}

#block-javali-new-theme-local-tasks nav ul li {
  display: block;
  height: 50px;
  margin: 0;
  padding: 0;
}

#block-javali-new-theme-local-tasks nav ul li a:link,
#block-javali-new-theme-local-tasks nav ul li a:visited {
  padding: 0;
  margin: 0;
  height: 48px;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

#block-javali-new-theme-local-tasks nav ul li a:focus,
#block-javali-new-theme-local-tasks nav ul li a:hover {
  background: #000;
  border: 1px solid #555;
  border-left: 0 none;
  border-right: 0 none;
}

#block-javali-new-theme-local-tasks nav ul li a.is-active {
  background: #000;
  cursor: default;
  border: 0 none !important;
  border-right: 1px solid #555 !important;
  height: 50px;
}

#block-javali-new-theme-local-tasks nav ul li a:before {
  content: "\E806";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  color: #fff;
  font-size: 20px;
  display: block;
  height: 20px;
  margin: 15px auto;
  speak: none;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  text-align: center;
}

#block-javali-new-theme-local-tasks nav ul li a.tab__edit_draft:before {
  content: "\E81B";
}

#block-javali-new-theme-local-tasks nav ul li a.tab__view_draft:before {
  content: "\E81C";
}

#block-javali-new-theme-local-tasks nav ul li a.tab__entityqueue:before {
  content: "\E819";
}

#block-javali-new-theme-local-tasks nav ul li a.tab__clone:before,
#block-javali-new-theme-local-tasks nav ul li a.tab__cloner:before {
  content: "\E81D";
}

#block-javali-new-theme-local-tasks nav ul li a.tab__what_links_here:before,
#block-javali-new-theme-local-tasks nav ul li a[class^="tab__qu"]:before {
  content: "\E800";
}

#block-javali-new-theme-local-tasks nav ul li a.tab__devel:before {
  content: "\E81E";
}

#block-javali-new-theme-local-tasks nav ul li a.tab__frontpage_preview:before,
#block-javali-new-theme-local-tasks nav ul li a.tab__frontpage_preview:before {
  content: "\E818";
}

#block-javali-new-theme-local-tasks nav ul li a.tab__view:before,
#block-javali-new-theme-local-tasks nav ul li a.tab__mostrar:before,
#block-javali-new-theme-local-tasks nav ul li a.tab__voir:before {
  content: "\E80A";
}

#block-javali-new-theme-local-tasks nav ul li a.tab__edit:before,
#block-javali-new-theme-local-tasks nav ul li a.tab__editar:before,
#block-javali-new-theme-local-tasks nav ul li a.tab__modifier:before {
  content: "\E805";
}

#block-javali-new-theme-local-tasks nav ul li a.tab__delete:before,
#block-javali-new-theme-local-tasks nav ul li a.tab__eliminar:before {
  content: "\F1F8";
}

#block-javali-new-theme-local-tasks nav ul li a.tab__revisions:before,
#block-javali-new-theme-local-tasks nav ul li a.tab__revisoes:before {
  content: "\E821";
}

#block-javali-new-theme-local-tasks nav ul li a.tab__translate:before,
#block-javali-new-theme-local-tasks nav ul li a.tab__traduire:before,
#block-javali-new-theme-local-tasks nav ul li a.tab__traduzir:before {
  content: "\E802";
}

#block-javali-new-theme-local-tasks nav ul li a.tab__atalhos:before,
#block-javali-new-theme-local-tasks nav ul li a.tab__shortcuts:before {
  content: "\F277";
}

#block-javali-new-theme-local-tasks nav ul li a.tab__scheduled:before,
#block-javali-new-theme-local-tasks nav ul li a.tab__agendado:before {
  content: "\E803";
}

#block-javali-new-theme-local-tasks nav ul li a.tab__submissoes:before,
#block-javali-new-theme-local-tasks nav ul li a.tab__submissions:before {
  content: "\E807";
}

#block-javali-new-theme-local-tasks nav ul li a.tab__ultima_versao:before {
  content: "\E802";
}

#block-javali-new-theme-local-tasks nav ul li a.tab__log_in:before {
  content: "\E81a";
}

#block-javali-new-theme-local-tasks nav ul li a.tab__log_in:before {
  content: "\21";
}

#block-javali-new-theme-local-tasks nav ul li a.tab__create_new_account:before {
  content: "\24";
}

#block-javali-new-theme-local-tasks
  nav
  ul
  li
  a.tab__reset_your_password:before {
  content: "\22";
}

#block-javali-new-theme-local-tasks nav ul li a span {
  line-height: 30px;
  position: absolute;
  top: -1px;
  left: -400%;
  height: 28px;
  background: #000;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#block-javali-new-theme-local-tasks nav ul li a.is-active span {
  display: none;
}

#block-javali-new-theme-local-tasks nav ul li a:hover span {
  left: 50px;
  border: 1px solid #555;
  border-left: 0;
}

#block-javali-new-theme-local-tasks .contextual {
  display: none;
}

#block-javali-new-theme-local-tasks nav ul li a.tab__new_draft:before {
  content: "\E805";
}

/*********** LOCAL TASKS END***************************************************/

/* Maintenance Page */

body.maintenance-page #wrapper .header.header-once-processed .section.clearfix {
  width: 1120px;
}

body.maintenance-page #wrapper .header.header-once-processed {
  background: white;
  min-height: 80px;
}

body.maintenance-page .logo,
body.maintenance-page .panel-pane.pane-givaudan-logo {
  width: 40%;
}

body.maintenance-page .video {
  max-width: 55vw;
}

body.maintenance-page #wrapper main #page-content {
  font-family: var(--text-font);
  margin-top: 0;
}

body.maintenance-page header {
  position: unset;
}

body.maintenance-page header .site-name a {
  height: 1.4rem;
  width: 110px;
  background-image: url("../images/logo_givaudan_black.png");
}

body.maintenance-page #wrapper main #page-content h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  font-family: var(--title-font);
  margin-bottom: 0.875rem;
  padding-bottom: 0.5em;
}

body.maintenance-page #wrapper main #page-content h1,
body.maintenance-page #wrapper main #page-content h2,
body.maintenance-page #wrapper main #page-content h3 {
  color: black;
  text-align: center;
  padding-top: 2rem;
}

body.maintenance-page #wrapper main #page-content p {
  font-size: var(--font-body-large);
  line-height: var(--line-height-large);
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  body .ck-img-left .ck-img-left-img img {
    margin: 0 10px 20px 0;
  }
}

@media screen and (max-width: 768px) {
  body.maintenance-page .logo,
  body.maintenance-page .panel-pane.pane-givaudan-logo {
    width: 60%;
  }

  body.maintenance-page #wrapper main #page-content h2 {
    font-size: 2rem;
    line-height: 2.625rem;
    padding-bottom: 0.75rem;
  }

  body.maintenance-page #wrapper main #page-content p {
    margin-bottom: 1.125rem;
    padding-bottom: 0.85em;
  }

  body.maintenance-page
    #wrapper
    .header.header-once-processed
    .section.clearfix,
  body.maintenance-page #wrapper main #page-content {
    width: 85vw;
  }

  body.maintenance-page .video {
    max-width: 100vw;
  }

  .tab-table div.ck-img-left img {
    height: auto;
  }
}

@media screen and (min-width: 1921px) {
  body.maintenance-page #wrapper main #page-content h2 {
    font-size: 2.875rem;
    line-height: 1.3em;
    margin-bottom: 0.875rem;
    padding-bottom: 0.5em;
  }

  body.maintenance-page #wrapper main #page-content p {
    margin-bottom: 2rem;
    padding-bottom: 0.5em;
  }

  body.maintenance-page
    #wrapper
    .header.header-once-processed
    .section.clearfix,
  body.maintenance-page #wrapper main #page-content {
    width: var(--grid-wide);
  }
}

@media screen and (min-width: 3441px) {
  body.maintenance-page #wrapper main #page-content h2 {
    font-size: 4.3125rem;
    line-height: 1.3em;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
  }

  body.maintenance-page #wrapper main #page-content p {
    margin-bottom: 2rem;
    padding-bottom: 0.5em;
  }

  body.maintenance-page
    #wrapper
    .header.header-once-processed
    .section.clearfix,
  body.maintenance-page #wrapper main #page-content {
    width: var(--grid-4k);
  }
}

/*  Footer  */

#footer {
  z-index: 0;
}

body footer {
  font-family: var(--text-font);
  border: none;
  position: relative;
  background: var(--grey-extra-light) !important;
}

body footer #stock-data span,
body footer #stock-data p,
body footer #services a,
body footer .region.region-footerbottom a {
  color: var(--dark-grey) !important;
}

body #footer .copyright svg.clickable {
  cursor: pointer;
}

body footer .top-row {
  border: none !important;
  padding-bottom: 0px;
  margin-bottom: 25px;
  width: 100%;
}

body footer .secondary-top-row {
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

body footer .section-back-top {
  flex: 1;
  position: relative;
  align-items: flex-end;
  display: flex;
  justify-content: center;
}

body footer .secondary-copyright {
  color: black;
}

body footer svg#Logotype_B {
  width: 160px;
  margin-top: 0px;
  position: relative;
}

body footer .bottom-menu {
  display: inline-flex;
  flex: none;
}

body footer #social-icons,
body footer #stock-data {
  max-width: unset;
}

body footer #services ul li {
  list-style-type: none;
}

body footer #services h2,
body footer #stock-data h2,
body footer #social-icons h2,
body footer #stock-data h2,
body footer .region.region-footerbottom h2 {
  font-family: var(--title-font);
  text-transform: none;
  font-size: var(--font-body-medium);
  line-height: var(--line-height-medium);
  letter-spacing: -0.14px;
  margin-bottom: 16px;
  font-weight: 500;
}

body footer #stock-data span,
body footer #stock-data p,
body footer #services a,
body footer .region.region-footerbottom a {
  font-family: var(--text-font);
  font-size: var(--font-body-small);
  /* line-height: var(--line-height-small); */
  font-weight: 400;
  line-height: var(--line-height-large);
}

body footer #social-icons {
  margin: 0;
  justify-content: flex-end;
  align-items: flex-end;
}

body footer #social-icons a {
  padding-left: 15px;
  margin-right: 0;
}

body footer #services a,
body footer #stock-data span,
body footer #stock-data p,
body footer .region.region-footerbottom a {
  opacity: 1;
}

body footer #stock-data {
  padding-right: 0;
  margin-bottom: 30px;
  min-width: 200px;
}

/*body footer #stock-data,*/
body footer #services,
body footer .region.region-footerbottom nav {
  padding-right: 1rem;
  margin-bottom: 30px;
  width: calc(186px - 1rem);
  max-width: calc(186px - 1rem);
}

body footer #stock-data p.update {
  max-width: unset;
}

body footer .region.region-footerbottom {
  margin-right: 0px;
}

#main-content .field--name-body ul:not(.slick-dots),
#main-content .field--name-body ul:not(.slick-dots) li {
  font-family: var(--text-font) !important;
  font-size: inherit;
  line-height: inherit;
}

#main-content .node-body blockquote h2 {
  padding-bottom: 1rem;
  font-size: 1.5rem !important;
  line-height: 1.3 !important;
  font-family: var(--title-font);
}

#main-content .node-body blockquote p:not(.text-small) {
  font-family: var(--title-font);
  font-size: 1.5rem;
  line-height: 1.3;
}

#main-content blockquote {
  font-family: var(--title-font);
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem !important;
  line-height: 1.3 !important;
  padding: 3rem 2.375rem;
  text-align: center;
  border: 0;
  margin: 0 auto;
}

#main-content .node-body blockquote p.text-small {
  line-height: 2rem;
}

#main-content blockquote.grey {
  background-color: var(--grey-extra-light);
}

#main-content media-caption,
#main-content media-caption span,
#main-content p > media-caption {
  font-family: var(--text-font);
  font-size: var(--font-body-small);
  line-height: var(--line-height-small);
  font-family: var(--text-font) !important;
}

#main-content p > media-caption {
  overflow: hidden;
  text-overflow: ellipsis;
}

#sliding-popup .popup-content #popup-text p {
  font-family: var(--text-font);
}

#sliding-popup
  .popup-content
  #popup-buttons
  .agree-button.eu-cookie-compliance-secondary-button,
#sliding-popup
  .popup-content
  #popup-buttons
  .decline-button.eu-cookie-compliance-default-button {
  background: black;
  color: #fff;
  border: 1px solid white;
  margin-right: 1em;
  min-width: 125px;
  height: auto;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
  padding: 12px 10px;
  line-height: 1.2;
  font-size: 0.813em;
  font-weight: 600;
  border-radius: 2px;
  text-shadow: none;
  box-shadow: none;
  font-family: var(--text-font);
}

#sliding-popup
  .popup-content
  #popup-buttons
  .agree-button.eu-cookie-compliance-secondary-button:hover,
#sliding-popup
  .popup-content
  #popup-buttons
  .decline-button.eu-cookie-compliance-default-button:hover {
  opacity: 0.7;
}

#sliding-popup .popup-content #popup-text {
  display: initial;
}

@media (max-width: 1119px) {
  #main-content blockquote {
    padding: 40px 40px;
  }

  body footer .center,
  body footer .top-row,
  body footer .bottom-row {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  body footer #social-icons {
    display: block;
  }

  body footer .region.region-footerbottom nav {
    display: block;
  }

  body footer #services {
    display: block;
  }

  body footer .bottom-row {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .ck-img-left .ck-img-left-img img {
    display: block;
    margin-bottom: 20px;
  }

  .ck-img-left .align-left {
    float: none;
  }

  #main-content h1,
  .h1-size {
    font-size: 2.625rem;
    line-height: 3.125rem;
  }

  #main-content h2,
  .h2-size {
    font-size: 2rem;
    line-height: 2.625rem;
  }

  #main-content h3,
  .h3-size {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  #main-content h4,
  .h4-size {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  #main-content h5,
  .h5-size {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  #main-content h1,
  #main-content h2,
  #main-content h3,
  #main-content h4,
  #main-content h5,
  #main-content h6,
  [role="heading"] {
    padding-bottom: 0.85em;
  }

  #main-content .ck-img-left .ck-img-left-img {
    text-align: left;
    padding: 0;
    max-width: 100%;
  }

  #main-content blockquote {
    padding: 1rem;
  }

  .boiler,
  body #main-content p.boiler {
    padding-bottom: 0.5em;
  }

  body footer .center {
    width: 94%;
  }

  body footer .top-row {
    display: block;
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
    flex: 2;
    flex-direction: row;
    align-items: flex-start;
  }

  body footer .top-row .copyright {
    display: inline-flex;
    width: 49%;
    flex: none;
    display: flex;
    flex: 1;
  }

  body footer .secondary-top-row {
    padding-bottom: 0px;
  }

  body footer .section-back-top {
    display: inline-flex;
    flex: none;
    width: 49%;
    left: 0;
    justify-content: flex-end;
    display: flex;
    flex: 1;
  }

  body footer a.back-top {
    left: 7.5px;
    top: -3px;
  }

  .ui-state-active {
    border: none;
    background: transparent;
  }

  body footer .region.region-footerbottom nav {
    display: none;
  }

  body footer #services {
    display: none;
  }

  body footer .region.region-footerbottom nav#block-aboutus {
    display: block;
  }

  body footer .region.region-footerbottom nav#block-aboutus h2 {
    display: none;
  }

  body footer .region.region-footerbottom a {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-family: var(--title-font);
  }

  body footer .region.region-footerbottom li {
    height: auto;
    margin-bottom: 10px;
  }

  body footer div h2 span {
    width: 100%;
    float: right;
  }

  .ui-widget-content,
  .ui-state-default {
    background: transparent;
    border: none;
  }

  .ui-accordion .ui-accordion-content {
    padding-left: 0.7em;
  }

  body footer #services h2,
  body footer #stock-data h2,
  body footer .region.region-footerbottom h2 {
    width: 50vw;
    padding-left: 0;
  }

  body footer #services h2,
  body footer #stock-data h2,
  body footer #social-icons h2,
  body footer #stock-data h2,
  body footer .region.region-footerbottom h2 {
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 0.02px;
  }

  body footer .center,
  body footer .top-row,
  body footer .bottom-row {
    width: 320px !important;
    padding-left: 0;
    padding-right: 0;
  }

  body footer #stock-data {
    padding-right: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
  }

  body footer #stock-data p.update {
    max-width: 100%;
  }

  /*body footer #stock-data,*/
  body footer #services,
  body footer .region.region-footerbottom nav {
    padding-right: 1rem;
    margin-bottom: 30px;
    width: 50%;
    max-width: 50%;
  }

  body footer .secondary-copyright {
    display: inline-flex;
    width: 49%;
    font-size: 12px;
  }

  body footer #social-icons {
    display: none;
  }

  body footer #social-icons-mobile {
    width: 49%;
    display: inline-flex;
    position: relative;
    top: 3px;
    left: 7.5px;
    margin-bottom: 0px;
  }

  body footer svg#Logotype_B {
    width: 106px;
  }
}

/* End  body Footer  */

/** ELEMENTS */

/** Buttons **/

#main-content .primary-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 19px 11px 19px;
  background: #ffffff;
  font-size: 0.875rem;
  line-height: 1.05rem;
  color: #000;
  font-family: var(--title-font);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

#main-content .primary-button.black {
  background-color: #000;
  color: #fff;
}

#main-content .primary-button:hover {
  text-decoration: none;
  background-color: var(--grey-light);
}

#main-content .primary-button.black:hover {
  background-color: var(--dark-grey);
}

#main-content .secondary-button,
body #main-content .field--name-field-cpp-url a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 19px 11px 19px;
  background: transparent;
  font-size: 0.875rem;
  line-height: 1.05rem;
  color: #000;
  border: 1px solid #000000;
  font-family: var(--title-font);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

#main-content .secondary-button:hover {
  text-decoration: none;
  border-color: rgb(0 0 0 / 30%);
}

#main-content .ck-img-left a.colour.main-action.javali-buttons,
#main-content .ck-img-right a.colour.main-action.javali-buttons {
  font-family: var(--title-font) !important;
}

.table-scroll .ck-img-left,
.table-scroll .ck-img-right {
  white-space: initial;
}

.table-scroll .ck-img-left,
.table-scroll .ck-img-right {
  grid-template-columns: auto auto;
}

.table-scroll .ck-img-left .ck-img-left-img,
.table-scroll .ck-img-right .ck-img-right-img {
  width: auto;
}

.capability:hover .cp-link,
.graphic-component .cp-link {
  border: 0;
}

.ui-widget-content.search-api-autocomplete-search {
  background: #ffffff !important;
}

.graphic-component.cp-link {
  border: 0;
}

/** NEW CONTACT ICON **/
#contact-link {
  width: 56px;
  height: 56px;
  background-color: transparent;
  border-radius: 50%;
  right: 3%;
  position: fixed;
  bottom: 3%;
  z-index: 100;
}

#contact-link a {
  background-image: url(../images/icons/chat_icon_transparent.png);
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  color: black;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center;
}

#contact-link::after {
  display: none;
}

/** END NEW CONTACT ICON **/

/** Breadcrumb **/
#main-content .breadcrumb {
  padding-bottom: 0;
}

#main-content .breadcrumb ol li {
  padding: 0 0 0 10px;
}

.breadcrumb ol li:before {
  padding-right: 10px;
  font-size: 16px;
  color: var(--grey);
  content: "\203A";
}

#main-content .breadcrumb ol li,
#main-content .breadcrumb ol li > * {
  font-family: var(--text-font) !important;
  font-size: var(--font-body-medium) !important;
  line-height: var(--line-height-medium) !important;
  font-weight: 400;
  color: var(--grey);
}

.breadcrumb.mobile {
  display: none;
}

#main-content .node--type-webform .breadcrumb {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#main-content .node--type-webform .breadcrumb li:not(:last-child) {
  color: var(--grey);
}

#main-content .breadcrumb-wrapper .breadcrumb a {
  font-family: var(--title-font) !important;
  color: var(--grey);
}

/** End Breadcrumb **/

.boiler,
p.boiler {
  font-size: var(--font-body-medium) !important;
  line-height: var(--line-height-medium) !important;
  padding-bottom: 0;
}

.boiler .givacolor strong {
  font-size: var(--font-body-large);
  line-height: var(--line-height-large);
}

body #main-content p > .boiler {
  padding-bottom: 0;
}

body #main-content ul:not(.slick-dots) {
  color: var(--dark-grey);
}

@media (max-width: 1119px) {
  .breadcrumb {
    display: none;
  }

  .breadcrumb.mobile {
    display: block;
  }

  #contact-link {
    width: 42px;
    height: 42px;
  }

  body[class*="page-node-type"]
    video-js:not([data-player="HYbTjg2fG"])
    button.vjs-big-play-button,
  body[class*="page-node-type"]
    video-js:not([data-player="xuarUf8mV"])
    button.vjs-big-play-button {
    height: 42px;
    width: 42px;
    font-size: 32px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
  }

  body footer .top-row .copyright {
    margin-bottom: 0;
  }
}

header .primary-menu {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

body header .region-header-1 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

body:not(.path-frontpage):not(.page-node-type-landing-page) header {
  border-bottom: 1px solid #ebebeb;
}

#main-content .field--name-body ul:not(.slick-dots) {
  margin: 0px 0 20px 0px;
  padding-left: 22px;
}

body #main-content p + ul:not(.slick-dots),
body #main-content .field--name-body p + ul:not(.slick-dots) {
  margin-top: -0.875rem;
}

.footer-share-button {
  cursor: pointer;
}

.footer-share-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  height: 150px;
  width: 200px;
}

.footer-share-popup .footer-close-popup {
  position: absolute;
  top: 4px;
  right: 4px;
  border: 0;
  background-color: transparent;
  background-image: url("../images/icons/close.svg");
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-share-popup .share-icons {
  display: flex;
  height: 60%;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

.footer-share-popup li.icon {
  display: flex;
  height: 40px;
  width: 40px;
}

.footer-share-popup li::marker {
  content: "";
}

.footer-share-popup li.icon svg {
  height: 40px;
  width: 40px;
}

.footer-share-popup a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  color: #333;
}

.footer-share-popup a:hover svg path {
  fill: var(--color-2);
}

.page-front .footer-share-popup a:hover svg path {
  fill: #989898;
}

.footer-share-popup .copy-link-container {
  display: flex;
  align-items: center;
}

.footer-share-popup .copy-link-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 19px 11px 19px;
  font-size: 0.875rem;
  line-height: 1.05rem;
  border: 1px solid #000000;
  font-family: var(--title-font);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  background-color: transparent;
}

.footer-share-popup .copy-link-button:hover {
  border-color: rgb(0 0 0 / 30%);
}

.footer-share-popup .copied-message {
  margin-left: 10px;
  color: black;
  display: none;
}

.footer-close-popup {
  cursor: pointer;
  background: #eee;
  padding: 10px;
}

@media (min-width: 1120px) {
  header {
    height: 72px;
    min-height: 72px;
    box-sizing: border-box;
  }

  #main-content .node--type-core-content-item .table-scroll + ol {
    margin-top: -0.5rem;
  }

  #footer {
    padding-top: 4.9rem;
  }

  body footer .center,
  body footer .top-row,
  body footer .bottom-row {
    width: 930px !important;
    margin: auto;
    padding: 0;
  }

  body footer span.secondary-title {
    display: flex;
    align-items: flex-end;
  }

  body footer .top-row {
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 768px) and (max-width: 1119px) {
  body .center,
  body footer .center {
    width: 768px;
    padding-left: 15px;
    padding-right: 15px;
  }

  body footer .top-row {
    flex-direction: row;
  }

  body footer #social-icons-mobile {
    display: none;
  }

  body footer .region.region-footerbottom {
    display: flex;
  }

  body footer .bottom-row {
    flex-direction: row;
  }

  body footer #stock-data,
  body footer #services,
  body footer .region.region-footerbottom nav {
    width: 120px;
    min-width: 100px;
    max-width: unset;
  }

  body footer #social-icons {
    display: flex;
    top: -11px;
    position: relative;
  }

  body footer .section-back-top {
    top: -7px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .brightcove_player_wrapper .video-js {
    margin: auto;
  }

  .ck-img-side-by-side {
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }

  #main-content media-caption span {
    font-size: 0.875rem !important;
    line-height: 1.25rem;
    font-family: var(--text-font) !important;
  }

  .block-system-breadcrumb-block {
    margin-bottom: 0.75rem;
  }

  #main-content .breadcrumb ol li {
    padding: 0 0 0 2px;
  }

  .breadcrumb ol li:before {
    padding-right: 2px;
  }

  #main-content .breadcrumb ol li,
  #main-content .breadcrumb ol li > * {
    font-size: var(--font-body-small) !important;
    line-height: var(--line-height-small) !important;
  }

  .boiler,
  body #main-content p.boiler {
    padding-bottom: 0.5em;
  }

  #main-content .node-body blockquote p.text-small {
    line-height: 1.25rem;
    margin-top: 0.5rem;
  }
}

/** wide **/
@media screen and (min-width: 1921px) {
  body {
    --font-body-large: 1.5rem;
    --font-body-medium: 1.25rem;
    --font-body-small: 1rem;
    --line-height-large: 2.25rem;
    --line-height-medium: 2rem;
    --line-height-small: 1.5rem;
  }

  body .center {
    width: var(--grid-wide);
  }

  #main-content h1,
  body h1,
  .h1-size {
    font-size: 3.75rem;
    line-height: 1.3em;
  }

  #main-content h2,
  body h2,
  .h2-size {
    font-size: 2.875rem;
    line-height: 1.3em;
  }

  #main-content h3,
  body h3,
  .h3-size {
    font-size: 2.25rem;
    line-height: 1.3em;
  }

  #main-content h4,
  body h4,
  .h4-size {
    font-size: 1.875rem;
    line-height: 1.3em;
  }

  #main-content h5,
  body h5,
  .h5-size {
    font-size: 1.5rem;
    line-height: 1.3em;
  }

  #main-content h6,
  body h6,
  .h6-size {
    font-size: 1rem;
    line-height: 1.3em;
  }

  body #main-content p {
    padding: 0 0 1rem;
  }

  ol:has(p.text-small) {
    padding-left: 20px;
  }

  ol {
    padding-left: 30px;
  }

  #main-content .node-body blockquote p:not(.text-small) {
    font-size: 2rem;
    line-height: 1.3em;
    margin-top: var(--font-body-small);
    padding-bottom: 0.5em;
  }

  #main-content .field--name-body ul:not(.slick-dots) {
    padding-left: 28px;
  }

  #main-content .secondary-button,
  #main-content .ck-img-left a.colour.main-action.javali-buttons,
  #main-content .ck-img-right a.colour.main-action.javali-buttons,
  body #main-content .field--name-field-cpp-url a {
    font-size: var(--font-body-small);
    line-height: var(--line-height-small);
  }

  #main-content .primary-button {
    font-size: var(--font-body-small);
    line-height: var(--line-height-small);
  }

  #main-content .node-body blockquote h2 {
    font-size: 2rem !important;
    line-height: 2.75rem !important;
  }

  #main-content media-caption span {
    font-size: 1.25rem !important;
    line-height: 1.75rem;
  }

  .ck-img-left {
    max-width: var(--grid-wide);
  }

  body footer .section-back-top {
    flex: 3;
  }

  body footer .center,
  body footer .top-row,
  body footer .bottom-row {
    width: var(--grid-wide) !important;
  }

  body footer #social-icons {
    position: relative;
    gap: 1rem;
    justify-content: flex-start;
    left: 5px;
  }

  body footer #social-icons a {
    padding-right: 15px;
    padding-left: 0;
  }

  body footer #social-icons a svg {
    width: 28px;
    height: 28px;
  }

  body footer #services,
  body footer .region.region-footerbottom nav,
  body footer #stock-data {
    width: calc(300px - 1rem);
    max-width: unset;
  }

  body footer svg#Logotype_B {
    width: 200px;
  }
}

/** 4k **/
@media screen and (min-width: 3441px) {
  body .center {
    width: var(--grid-4k);
  }

  body {
    --font-body-large: 2.25rem;
    --font-body-medium: 1.875rem;
    --font-body-small: 1.5rem;
    --line-height-large: 3.375rem;
    --line-height-medium: 3rem;
    --line-height-small: 2.25rem;
  }

  #main-content h1,
  body h1,
  .h1-size {
    font-size: 5.625rem;
    line-height: 1.3em;
  }

  #main-content h2,
  body h2,
  .h2-size {
    font-size: 4.3125rem;
    line-height: 1.3em;
  }

  #main-content h3,
  body h3,
  .h3-size {
    font-size: 3.375rem;
    line-height: 1.3em;
  }

  #main-content h4,
  body h4,
  .h4-size {
    font-size: 2.25rem;
    line-height: 1.3em;
  }

  #main-content h5,
  body h5,
  .h5-size {
    font-size: 2.25rem;
    line-height: 1.3em;
  }

  #main-content h6,
  body h6,
  .h6-size {
    font-size: 1.5rem;
    line-height: 1.3em;
  }

  body #main-content p {
    padding: 0 0 1.5rem;
  }

  ol:has(p.text-small) {
    padding-left: 30px;
  }

  ol {
    padding-left: 40px;
  }

  #main-content h3 {
    padding-bottom: 2px;
  }

  #main-content .node-body blockquote h2 {
    font-size: 3rem !important;
    line-height: 4.125rem !important;
  }

  #main-content .node-body blockquote p:not(.text-small) {
    font-size: 3rem;
    line-height: 1.3em;
    margin-top: var(--font-body-small);
    padding-bottom: 0.5em;
  }

  #main-content .field--name-body ul:not(.slick-dots) {
    padding-left: 38px;
  }

  #main-content .secondary-button,
  #main-content .ck-img-left a.colour.main-action.javali-buttons,
  #main-content .ck-img-right a.colour.main-action.javali-buttons,
  body #main-content .field--name-field-cpp-url a {
    padding: 17px 2rem 18px 2rem;
    font-size: var(--font-body-small);
    line-height: var(--line-height-small);
  }

  #main-content .primary-button {
    padding: 17px 2rem 18px 2rem;
    font-size: var(--font-body-small);
    line-height: var(--line-height-small);
  }

  .ck-img-left {
    max-width: var(--grid-4k);
  }

  #toolbar-administration,
  #toolbar-administrations * {
    z-index: 99999;
  }

  /* body footer */

  body footer .center,
  body footer .top-row,
  body footer .bottom-row {
    width: var(--grid-4k) !important;
  }

  #footer {
    padding-top: 6.75rem;
  }

  body footer .secondary-copyright {
    font-size: 1.125rem;
  }

  body footer #services h2,
  body footer #stock-data h2,
  body footer #social-icons h2,
  body footer #stock-data h2,
  body footer .region.region-footerbottom h2 {
    font-size: 2rem;
    line-height: 3.25rem;
  }

  body footer #stock-data span,
  body footer #stock-data p,
  body footer #services a,
  body footer .region.region-footerbottom a {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  body footer #services,
  body footer .region.region-footerbottom nav {
    padding-right: 1rem;
    margin-bottom: 30px;
    width: calc(426px - 1.5rem);
    padding-right: 46px;
    max-width: none;
  }

  body footer .secondary-top-row {
    padding-bottom: 35px;
    margin-bottom: 45px;
  }

  .bg-dark .content-main a.back-top::before,
  .bg-light .content-main a.back-top::before,
  a.back-top::before,
  body .text a.back-top::before {
    width: 30px !important;
    height: 25px;
    background-size: 25px;
  }

  body footer #social-icons {
    margin: 0;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 2.5rem;
    right: 0;
    left: 0;
  }

  body footer #social-icons a {
    width: 45px;
    padding-left: 0;
    padding-right: 5px;
    margin-right: 0;
  }

  body footer .top-row {
    margin-bottom: 2.4rem;
  }

  body footer #social-icons a svg {
    width: 45px;
    height: 45px;
  }

  body footer svg#Logotype_B {
    width: 300px;
    margin-top: 0px;
    margin-bottom: -25px;
    position: relative;
  }
}

/*** ACCESSIBILITY TOGGLE ***/

#userwayAccessibilityIcon {
  display: none !important;
}

.userway-widget-enabled #access-toggle {
  background-image: url(../images/accessibility_white_new.svg);
  background-image: url(../images/accessibility_material_white.svg);
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.page-node-type-story-item.userway-widget-enabled #access-toggle,
.page-node-type-core-content-item.userway-widget-enabled #access-toggle {
  background-image: url(../images/accessibility_material_black.svg);
}

.userway-widget-enabled #header:hover #access-toggle,
.userway-widget-enabled #header.black #access-toggle {
  background-image: url(../images/accessibility_black_new.svg);
  background-image: url(../images/accessibility_material_black.svg);
}

.userway-widget-enabled #header .search {
  position: relative;
  padding-right: 1rem;
  height: auto;
  float: none;
}

.userway-widget-enabled #header .region-header-3 .search .search-toggle-coveo {
  position: static;
}

body.userway-widget-enabled #header div.language-switcher.mobile {
  display: none;
}

div[data-drupal-messages] {
  position: fixed;
  top: calc(var(--drupal-displace-offset-top, 0px) + var(--header-height, 0px));
  left: 0;
  right: 0;
  z-index: 1;
}

@media (min-width: 1120px) {
  .userway-widget-enabled header .region-header-3 .access-toggle-container {
    animation: 4.4s ease-in-out 1.2s 1 slideInFromTop;
    opacity: 0;
    animation-fill-mode: forwards;
    position: relative;
  }
}

@media (max-width: 1119px) {
  .userway-widget-enabled #header #access-toggle {
    background-image: url(../images/accessibility.svg) !important;
    background-image: url(../images/accessibility_material_black.svg) !important;
  }

  /*mobile menu change */
  body.userway-widget-enabled header .header-wrapper {
    gap: 0.5rem;
  }

  body.userway-widget-enabled header .region.region-header-3 {
    position: static;
    gap: 0.5rem;
    float: none;
    width: auto;
    display: flex;
    justify-content: center;
  }

  body.userway-widget-enabled #header div.language-switcher {
    display: none;
  }

  body.userway-widget-enabled #header div.language-switcher.mobile {
    display: flex;
    position: static;
    flex: 1;
  }

  body.userway-widget-enabled #header .region-header-2 {
    flex: 1;
    max-width: 2rem;
  }

  body.userway-widget-enabled #header .region-header-2 .menu,
  body.userway-widget-enabled #header .region-header-2 .menu-wrapper {
    display: inline-block;
  }

  body.userway-widget-enabled #header .mobile-menu-icon {
    position: relative;
    top: 2px;
    right: 0;
  }

  body.userway-widget-enabled #header .region-header-3 .search,
  body.userway-widget-enabled #header.menu-opened .region-header-3 .search {
    padding: 0;
    width: auto;
    display: flex;
    justify-content: center;
    position: static;
  }

  body.userway-widget-enabled #access-toggle {
    width: 1.325rem;
    height: 1.5rem;
  }
}
