/* Fonts */
@font-face {
  font-family: PoppinsSemiBold;
  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: PoppinsRegular;
  src: url(../fonts/Poppins-Regular.ttf);
}

/* Related links animation - Segment page */
@keyframes draw-line {
  0% {
    background-size: 0 2px
  }

  to {
    background-size: 100% 2px
  }
}

/* Swiper carousel pagination animation - Segment page */
@keyframes progress {
  0% {
    stroke-dashoffset: 125.664px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

/* Card title animation - Reference listing page */
@keyframes scale-in-ver-bottom {
  0% {
    transform: scaleY(0);
    transform-origin: 0 100%;
    opacity: 1;
  }

  100% {
    transform: scaleY(1);
    transform-origin: 0 100%;
    opacity: 1;
  }
}

/* Scroll down animation - Homepage */
@keyframes scroll {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translateY(46px)
  }
}

body {
  font-family: PoppinsRegular, sans-serif;
  font-size: 16px;
}

main {
  overflow-x: clip;
}

/* Allow elements to be displayed */
.show {
  display: block !important;
}

/* Allow elements to be hidden */
.hide {
  display: none !important;
}

.toolbarMenu {
  top: 39px;
}

.toolbarSubMenu {
  top: 78px;
}

.page-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 70vh;
  justify-content: center;
}

.page-404 h1 {
  font-size: 11.25em;
  margin-bottom: 0;
}

.page-404 h2 {
  font-size: 3.125em;
}

/***** GENERIC PAGES ****/
/* GENERIC LEADERBOARD */
/* Used for news details and generic pages content */
.leaderboard-headings {
  font-family: PoppinsSemiBold, sans-serif;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-35%, -50%);
  color: #FFFFFF;
  text-shadow: black 3px 3px 25px;
}

#region-leaderboard.no_leaderboard_documents,
#region-leaderboard.no_leaderboard_products {
  position: absolute;
  left: 74px;
  display: flex;
  flex-direction: column;
  padding: 6em 0 0 2.5em;
}

#region-leaderboard.no_leaderboard_products {
  left: 0;
}

#region-leaderboard.no_leaderboard_documents.menu-opened,
#region-leaderboard.no_leaderboard_products.menu-opened {
  transform: translate3d(21vw, 0, 0);
}

#region-leaderboard.no_leaderboard .leaderboard-headings,
#region-leaderboard.no_leaderboard_documents .leaderboard-headings,
#region-leaderboard.no_leaderboard_products .leaderboard-headings {
  position: unset;
  transform: unset;
  color: black;
  text-shadow: unset;
  padding: 2.5rem 5rem 0;
}

#region-leaderboard.no_leaderboard_documents .leaderboard-headings,
#region-leaderboard.no_leaderboard_products .leaderboard-headings {
  order: 2;
  padding: unset;
}

.leaderboard-headings.homepage--leaderboard-headings {
  position: absolute;
  top: 60%;
  left: 40%;
  transform: translate(-70%, -50%);
  color: #FFFFFF;
  padding: unset;
}

.leaderboard-headings.case-study--leaderboard-headings {
  position: absolute;
  color: #FFFFFF;
  bottom: 24px;
  padding: 0 5rem;
  top: unset;
  left: unset;
  transform: unset;
}

.leaderboard-headings.case-study--leaderboard-headings .case-study-title > div::after,
.leaderboard-headings.case-study--leaderboard-headings .case-study-title > div span {
  content: "";
  height: 65px;
  border: 2px solid white;
  margin: 0 2em;
}

.leaderboard-headings.case-study--leaderboard-headings .case-study-title > div span {
  height: 55px;
  border: 1px solid white;
  margin: 0 1em;
}

.leaderboard-headings.case-study--leaderboard-headings .case-study-title div > img {
  width: 2.75em;
}

.leaderboard-headings.case-study--leaderboard-headings h2 {
  font-size: 0.9em;
  margin-bottom: 0;
  inline-size: min-content;
  /* min-width: min-content; */
  overflow-wrap: break-word;
  font-family: PoppinsSemiBold;
}

.leaderboard-headings.case-study--leaderboard-headings h1 {
  font-size: 1.25em !important;
  margin-bottom: 0;
}

.leaderboard-headings h1,
.leaderboard-cta h1 {
  font-size: 3.125em;
  margin-bottom: 2rem;
  line-height: 1;
}

.leaderboard-headings:not(.news--leaderboard-headings) h1 {
  font-size: 4.125em;
}

.leaderboard-headings h2,
.leaderboard-headings p,
.leaderboard-cta h2 {
  font-size: 1.125em;
  font-family: PoppinsRegular, sans-serif;
}

.leaderboard-headings.homepage--leaderboard-headings a,
.leaderboard-cta a {
  font-family: PoppinsRegular, sans-serif;
}

.leaderboard-breadcrumb {
  font-size: 1.25em;
  padding: 3rem 5rem 1.5rem;
  bottom: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}

#region-leaderboard.no_leaderboard .leaderboard-breadcrumb,
#region-leaderboard.no_leaderboard_documents .leaderboard-breadcrumb,
#region-leaderboard.no_leaderboard_products .leaderboard-breadcrumb {
  position: unset;
}

#region-leaderboard.no_leaderboard_documents .leaderboard-breadcrumb,
#region-leaderboard.no_leaderboard_products .leaderboard-breadcrumb {
  padding: 1em 0;
}

#region-leaderboard.no_leaderboard_documents .leaderboard-headings h1,
#region-leaderboard.no_leaderboard_products .leaderboard-headings h1 {
  font-size: 3.125em;
  margin-bottom: 0.25em;
}

.leaderboard-breadcrumb ul {
  padding: 0;
  margin: 0;
}

.leaderboard-breadcrumb ul li {
  list-style-type: none;
  display: inline;
  color: #ffffff;
}

#region-leaderboard.no_leaderboard .leaderboard-breadcrumb ul li,
#region-leaderboard.no_leaderboard_documents .leaderboard-breadcrumb ul li,
#region-leaderboard.no_leaderboard_products .leaderboard-breadcrumb ul li {
  color: black;
}

.leaderboard-breadcrumb ul li a {
  color: inherit;
}

.leaderboard-breadcrumb ul li img {
  vertical-align: sub;
  width: 1.2em;
}

#region-leaderboard.no_leaderboard .leaderboard-breadcrumb ul li img,
#region-leaderboard.no_leaderboard_documents .leaderboard-breadcrumb ul li img,
#region-leaderboard.no_leaderboard_products .leaderboard-breadcrumb ul li img {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(64deg) brightness(105%) contrast(101%);
}

.leaderboard-breadcrumb ul li:after {
  content: "|";
  padding: 0 1em;
}

.leaderboard-breadcrumb ul li:last-child:after {
  content: "";
}

.leaderboard-breadcrumb ul li a {
  text-decoration: none;
}

.leaderboard-breadcrumb ul li a:hover {
  text-decoration: underline;
}

.leaderboard-video {
  height: 600px;
}

.leaderboard-video video {
  min-width: 100%;
  object-fit: cover;
  width: 100vw;
  height: 600px;
  filter: brightness(80%);
}

/* Video for news details listing & related content */
.card-top .leaderboard-video {
  height: 100%;
}

.card-top .leaderboard-video video {
  width: 100%;
  height: 100%;
  filter: brightness(80%);
}

.scroll-down {
  cursor: pointer;
  position: absolute;
  bottom: 35px;
  right: 100px;
  color: white;
}

.scroll-down:hover {
  color: white;
}

.scroll-down::after {
  content: "";
  width: 1px;
  height: 55px;
  background-color: #ff3700;
  display: block;
  top: 0;
  position: absolute;
  right: -20px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

#region-leaderboard {
  margin-top: -100px;
  position: relative;
}

#region-leaderboard.no_leaderboard {
  margin-top: unset;
}

.leaderboard-cta {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: PoppinsSemiBold, sans-serif;
  width: 50%;
}

.carousel-item {
  height: 600px;
}

.carousel-inner.homepage--leaderboard .carousel-item:after {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}

.leaderboard-cta .carousel-item,
.leaderboard-titles .carousel-item {
  height: auto;
}

.carousel-item img {
  filter: brightness(80%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Next, previous and slide indicators elements */
#carousel .carousel-controls {
  z-index: 2;
  bottom: 60px;
}

#carousel .carousel-controls.case-study {
  bottom: 110px;
}

/* Next & previous buttons */
.carousel-controls button {
  background: none;
  border: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: auto;
  filter: invert(93%) sepia(0%) saturate(7473%) hue-rotate(109deg) brightness(107%) contrast(107%);
}

/* Slide indicators container */
.carousel-indicators {
  position: unset;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  justify-content: space-around;
  width: auto;
}

/*
 * Slide indicators switchers
 * Reset of multiple classes necessary due to Bootstap defaut styles
 */
.carousel-indicators [data-bs-target] {
  box-sizing: unset;
  flex: unset;
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: auto;
  padding: unset;
  text-indent: unset;
  cursor: pointer;
  background-clip: unset;
  border: unset;
  border-top-color: unset;
  border-top-style: unset;
  border-top-width: unset;
  border-bottom-color: unset;
  border-bottom-width: unset;
  border-top: unset;
  border-bottom: unset;
  opacity: unset;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 10px;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.3s;
}

/* Slide indicators */
.carousel-indicators span {
  height: 11px;
  position: absolute;
  width: 11px;
  background-color: black;
  margin: 0 1.2em !important;
  border-radius: 50%;
  opacity: 0.5;
}

/* Slide indicators - Active */
.carousel-indicators button.active span {
  opacity: 1;
}

/* Slide progression SVG */
.carousel-indicators .progress {
  transform: rotate(-90deg);
  background-color: unset;
  height: 41px;
  width: 41px;
}

/* Slide progression circle */
.carousel-indicators .circle-origin {
  fill: transparent;
  stroke: rgb(255, 55, 0);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
}

/* Slide progression circle - animated */
.carousel-indicators .active .circle-origin {
  animation: progress 5s;
  animation-direction: reverse;
  animation-timing-function: linear;
}

/* GENERIC ELEMENTS */
div.content,
section.content {
  padding: 0 5rem;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
}

section.content {
  padding: 2.5rem 5rem;
}

section.paragraph {
  padding: 2.5rem 0;
}

section.paragraph::after {
  content: "";
  clear: both;
}

/* Generic images in text editors */
section.paragraph img {
  height: auto;
  max-width: 100%;
}

/* Images aligment */
.paragraph--type--generic-content img,
.paragraph--type--generic-content div img {
  padding: 10px 0;
}

.paragraph--type--generic-content div img,
.paragraph--type--generic-content img:not([width$="%"]) {
  width: 100%;
}

.paragraph--type--generic-content img[width$="%"].align-left,
.paragraph--type--generic-content div.align-left img,
.paragraph--type--generic-content figure.align-left img {
  padding-right: 45px;
}

.paragraph--type--generic-content img[width$="%"].align-right,
.paragraph--type--generic-content div.align-right img,
.paragraph--type--generic-content figure.align-right img {
  padding-left: 45px;
}

.w-25 img,
.w-50 img,
.w-75 img {
  width: 100%;
}

figure .w-25,
figure .w-50,
figure .w-75 {
  width: unset !important;
}

.paragraph--type--generic-content h2,
.paragraph--type--generic-content h3,
.paragraph--type--generic-content h4,
.paragraph--type--generic-content h5,
.paragraph--type--text-and-image h2,
.paragraph--type--text-and-image h3,
.paragraph--type--text-and-image h4,
.paragraph--type--text-and-image h5 {
  font-family: PoppinsSemiBold, sans-serif;
}

.paragraph--type--generic-content h2,
.paragraph--type--free-text h2,
.paragraph--type--text-and-image h2 {
  font-size: 2.3125em;
}

.paragraph--type--generic-content h3,
.paragraph--type--free-text h3,
.paragraph--type--text-and-image h3 {
  font-size: 1.75em;
}

.paragraph--type--generic-content h4,
.paragraph--type--free-text h4,
.paragraph--type--text-and-image h4 {
  font-size: 1.625em;
}

.paragraph--type--generic-content h5,
.paragraph--type--free-text h5 .paragraph--type--text-and-image h5 {
  font-size: 1.5em;
}

.paragraph--type--generic-content h6,
.paragraph--type--free-text h6 .paragraph--type--text-and-image h6 {
  font-size: 1.375em;
  color: #ff3700;
}

.paragraph--type--generic-content p,
.paragraph--type--text-and-image p,
.paragraph--type--segment-presentation p,
.paragraph--type--generic-content li,
table {
  font-size: 1.125em;
}

.paragraph--type--slider p {
  font-size: 1.125em;
}

/* ul lists styles */
.paragraph--type--generic-content ul,
.paragraph--type--text-and-image ul {
  list-style: square;
}

.paragraph--type--generic-content ol,
.paragraph--type--generic-content ul,
.paragraph--type--text-and-image ol,
.paragraph--type--text-and-image ul {
  padding-left: 1.5rem;
}

/* Square list marker */
.paragraph--type--generic-content ul li::marker,
.paragraph--type--text-and-image ul li::marker {
  font-size: 1.5em;
  line-height: 1em;
}

.paragraph--type--generic-content ul,
.paragraph--type--generic-content ol,
.paragraph--type--text-and-image ul,
.paragraph--type--text-and-image ol {
  line-height: 2em;
}

.paragraph--type--generic-content ul:not([class]),
.paragraph--type--generic-content ol:not([class]),
.paragraph--type--text-and-image ul:not([class]),
.paragraph--type--text-and-image ol:not([class]) {
  display: table;
}

.paragraph--type--generic-content li::marker,
.paragraph--type--text-and-image li::marker {
  color: #ff3700;
}

.paragraph--type--generic-content li {
  padding-left: 0.5em;
}

.paragraph--type--generic-content video {
  width: 100%;
  height: auto;
}

/* Remove parent div padding from generic Paragraph contents */
.row .paragraph--type--cta,
.row .paragraph--type--related-content,
.row .paragraph--type--quote,
.row .paragraph--type--slider,
.row .paragraph--type--highlight,
.row .paragraph--type--text-and-image,
.row .paragraph--type--related-products {
  max-width: unset;
}

.paragraph--type--cta,
.paragraph--type--related-content,
.paragraph--type--quote,
.paragraph--type--slider,
.paragraph--type--highlight,
.paragraph--type--text-and-image,
.paragraph--type--related-products {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}

/* Fix conflicts with Drupal placeholder class also used by Bootstrap */
.placeholder {
  display: unset;
  min-height: unset;
  vertical-align: unset;
  cursor: unset;
  background-color: unset;
  opacity: unset;
}

/* Generic Paragraph contents */
/* FAQs */
.accordion:not(.accordion-product) {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-item {
  border: none;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: unset;
}

.accordion:not(.accordion-product) .accordion-button,
.accordion:not(.accordion-product) .accordion-button:not(.collapsed) {
  color: white !important;
  background-color: #0072ce;
}

.accordion:not(.accordion-product) .accordion-button:hover {
  color: white !important;
}

.accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}

.accordion-icon img {
  max-width: 1.5em;
  height: auto;
}

.accordion-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

.accordion-image + .accordion-text {
  margin-left: 1em;
}

/* GENERIC CTA */
.paragraph--type--cta {
  background-color: #192229;
}

.paragraph--type--cta.cta-light-grey {
  background-color: #5f5f5f;
}

.paragraph--type--cta.cta-dark-grey {
  background-color: #414141;
}

.paragraph--type--cta.cta-blue {
  background-color: #0072ce;
}

.paragraph--type--cta.cta-wide div.cta-btn-light {
  margin-left: unset;
}

.paragraph--type--cta .cta-headings {
  width: 55%;
  color: #FFFFFF;
}

.paragraph--type--cta.cta-wide .cta-headings {
  width: 65%;
  padding: 3em 4em 3em 0;
}

.paragraph--type--cta .cta-headings h3 {
  font-size: 1.8em;
  font-family: PoppinsSemiBold;
}

.paragraph--type--cta.cta-wide .cta-headings h3 {
  font-size: 3.125em;
}

.paragraph--type--cta .cta-headings p {
  font-size: 1.25em;
  margin-bottom: 0;
  color: #959799;
}

.paragraph--type--cta.cta-blue .cta-headings p {
  color: white;
}

.paragraph--type--cta.cta-wide .cta-headings p {
  color: #FFFFFF;
}

p.orange-text {
  color: #ff3700;
}

.paragraph a {
  color: var(--bs-body-color);
}

.paragraph a:hover {
  color: #ff3700;
}

/* CTA Button */
a.cta-btn-dark,
a.cta-btn-light,
button.cta-btn-dark,
button.cta-btn-light,
div.cta-btn-dark a,
div.cta-btn-light a,
.tac_float button {
  font-size: 1.25em;
  z-index: 0;
  position: relative;
  padding: 1.5rem;
  padding: 23px 30px;
  min-width: 230px;
  width: fit-content;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent !important;
  cursor: pointer;
}

/* CTA in light version - white */
a.cta-btn-light,
button.cta-btn-light,
div.cta-btn-light a,
.contact-message-library-form-form .tac_float button {
  border: 1px solid white !important;
  color: white !important;
}

/* CTA in dark version - orange */
a.cta-btn-dark,
button.cta-btn-dark,
div.cta-btn-dark a,
.contact-message-contact-form-form .tac_float button {
  border: 1px solid #ff3700 !important;
  color: black !important;
}

.cta-btn.cta-black a,
.cta-btn.cta-btn-newsroom a {
  border: 1px solid black !important;
}

.cta-btn-newsroom {
  min-width: max-content;
}

/* Submit form button */
.btn-contact {
  font-size: 1em;
  z-index: 0;
  position: relative;
  padding: 23px 30px;
  min-width: 230px;
  width: fit-content;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #ff3700;
  transition: ease-out 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
}

.btn-contact-light {
  color: white;
  border: 1px solid #fff;
}

.btn-contact-dark {
  color: black;
  border: 1px solid #ff3700;
}

/* CTA effect on hover */
a.cta-btn-dark::before,
a.cta-btn-light::before,
button.cta-btn-dark::before,
button.cta-btn-light::before,
div.cta-btn-dark a::before,
div.cta-btn-light a::before,
.tac_float button::before {
  bottom: 0;
  content: "";
  display: block;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: left .25s ease-in-out, right .25s ease-in-out, width .25s ease-in-out;
  width: 0;
  z-index: -1;
  background: linear-gradient(90deg, #840d81, #fe6b45);
}

/* CTA Load more - Newsroom */
a.cta-load-more {
  justify-content: center;
  margin: auto;
}

a.cta-btn-dark.cta-load-more::before {
  background: #ff3700 !important;
}

/* CTA arrow */
a.cta-btn-dark::after,
a.cta-btn-light::after,
button.cta-btn-dark::after,
button.cta-btn-light::after,
div.cta-btn-dark a::after,
div.cta-btn-light a::after,
.btn-contact::after {
  background-image: url(../images/svg/arrow-black.svg);
  background-repeat: no-repeat;
  background-size: 26px 8px;
  content: "";
  display: inline-block;
  height: 9px;
  width: 26px;
  margin-left: 40px;
  background-position: right;
}

/* CTA Load more - Newsroom */
a.cta-btn-dark.cta-load-more::after {
  content: unset;
}

/* CTA arrow - Button dark */
a.cta-btn-dark::after,
button.cta-btn-dark::after,
div.cta-btn-dark a::after {
  filter: invert(25%) sepia(98%) saturate(3222%) hue-rotate(3deg) brightness(106%) contrast(104%);
}

.cta-btn.cta-black a::after {
  filter: unset;
}

/* CTA dark on hover */
a.cta-btn-dark:hover,
button.cta-btn-dark:hover,
div.cta-btn-dark a:hover,
.contact-message-contact-form-form .tac_float button:hover,
.cta-btn.cta-black a:hover {
  border-color: transparent !important;
  color: white !important;
}

/* Submit form button on hover */
.btn-contact:hover {
  border: 1px solid #ff3700;
  background: #ff3700;
  color: #fff;
  box-shadow: inset 400px 0 0 0 transparent;
}

/* Submit arrow */
.btn-contact::after {
  transition: ease-out 0.4s;
  filter: invert(29%) sepia(81%) saturate(2174%) hue-rotate(357deg) brightness(97%) contrast(116%);
}

.btn-contact.btn-contact-light::after {
  filter: invert(100%) sepia(0%) saturate(7456%) hue-rotate(97deg) brightness(107%) contrast(111%);
}

/* Submit arrow on hover */
.btn-contact:hover::after {
  transform: translate(10px);
  filter: invert(100%) sepia(0%) saturate(7456%) hue-rotate(97deg) brightness(107%) contrast(111%);
}

/* CTA arrow - Button light */
/* CTA arrow on hover - Button dark */
a.cta-btn-light::after,
a.cta-btn-dark:hover:after,
button.cta-btn-light::after,
button.cta-btn-dark:hover:after,
div.cta-btn-light a::after,
div.cta-btn-dark a:hover:after {
  filter: invert(100%) sepia(0%) saturate(7456%) hue-rotate(97deg) brightness(107%) contrast(111%);
}

/* CTA light on hover */
a.cta-btn-light:hover,
button.cta-btn-light:hover,
div.cta-btn-light a:hover,
.contact-message-library-form-form .tac_float button:hover {
  border-color: transparent !important;
}

/* All CTAs - Linear gradient effect left to right */
a.cta-btn-dark:hover::before,
a.cta-btn-light:hover::before,
button.cta-btn-dark:hover::before,
button.cta-btn-light:hover::before,
div.cta-btn-dark a:hover::before,
div.cta-btn-light a:hover::before,
.tac_float button:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}

/* reCAPTCHA container */
.captcha {
  width: 100%;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
}

/* SERVICES */
.paragraph--type--services,
.paragraph--type--service {
  padding: 0 !important;
}

.paragraph--type--service {
  position: relative;
}

.paragraph--type--service .section-unit {
  padding: 5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
}

.paragraph--type--service .section-unit p {
  width: fit-content;
}

.paragraph--type--service .image {
  position: relative;
  height: 600px;
  overflow: hidden;
}

/* Effect on images */
.paragraph--type--service .image::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 70%;
  transform: skew(-15deg, 0deg);
  left: -100px;
  backdrop-filter: blur(70px);
}

.paragraph--type--service .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(80%);
}

.paragraph--type--service.section-light,
.paragraph--type--service.section-light .related-link,
.paragraph--type--service.section-light .related-link:hover,
.paragraph--type--general-products.section-light,
.leaderboard-cta .section-light {
  color: white;
}

.paragraph--type--service .section-unit h3 {
  font-size: 2.3125em;
  font-family: PoppinsSemiBold;
}

.paragraph--type--highlight {
  color: white;
  padding: 2.5rem 5rem !important;
}

.paragraph--type--highlight.highlight-blue {
  background-color: #0072ce;
}

.paragraph--type--highlight.highlight-dark-grey {
  background-color: #2a2a2a;
}

.paragraph--type--highlight p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 1.3125em;
}

.paragraph--type--text-and-image {
  padding: 4em !important;
  flex-wrap: wrap;
  background-color: #e1e1e1;
}

.paragraph--type--text-and-image.case-study-content {
  background-color: white;
}

.paragraph--type--text-and-image .list_images img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.paragraph--type--text-and-image.image-right div.list_images {
  padding-left: 5em;
}

.paragraph--type--text-and-image.image-left div.text {
  order: 2;
}

.paragraph--type--text-and-image.image-left div.text {
  padding-left: 5em;
}

/* FREE TEXT */
section.paragraph--type--free-text img {
  width: 100%;
}

.col-5-custom {
  width: 20%;
}

table {
  width: auto;
}

td,
th {
  border-left: none !important;
  border-right: none !important;
  border: 1px solid black;
  padding: 1em;
}

/* TARTEAUCITRON */
/* Banner */
#tarteaucitronAlertBig {
  padding: 2em 20em !important;
  text-align: left !important;
  width: calc(100% - 40em) !important;
}

/* Banner text */
#tarteaucitronRoot #tarteaucitronAlertBig {
  font-size: 1em !important;
  padding: 3em 25em !important;
  text-align: left !important;
  width: calc(100% - 50em) !important;
  background: #363636 !important;
}

/* Banner text */
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  font-family: PoppinsRegular, sans-serif !important;
  font-size: 1.0625em !important;
  padding: 0 !important;
  width: 100%;
  margin-bottom: 0.5em !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert p {
  color: white;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert p a {
  text-decoration: none;
}

/* Banner buttons */
#tarteaucitronRoot #tarteaucitronAlertBig button {
  font-size: 1.25em !important;
  background: unset !important;
  text-decoration: none;
  color: white !important;
  padding: 0 !important;
  margin: 1em 1.5em 0 0 !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig button:hover,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert p a:hover {
  text-decoration: underline !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig button span:not(#tarteaucitronCloseAlert) {
  display: none !important;
}

/* Management panel elements */
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronClosePanel {
  background-color: #343434 !important;
}

/* Management panel Deny elements */
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
  background-color: #5f5f5f !important;
}

/* Management panel Allow elements */
#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine button.tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitronRoot .tarteaucitronAllow {
  background-color: #ff3700 !important;
}

#tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronAllow .tarteaucitronCheck::before,
#tarteaucitronRoot .tarteaucitronIsDenied .tarteaucitronAllow .tarteaucitronCheck::before,
#tarteaucitronRoot .tarteaucitronAllow .tarteaucitronCheck::before {
  content: '\2713' !important;
}

#tarteaucitronRoot .tarteaucitronIsDenied .tarteaucitronDeny .tarteaucitronCross::before,
#tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronDeny .tarteaucitronCross::before,
#tarteaucitronRoot .tarteaucitronDeny .tarteaucitronCross::before {
  content: '\2717' !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle + [id^="tarteaucitronDetails"] {
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  max-width: 270px;
  padding: 20px;
  position: absolute;
  z-index: 2147483647; 
  background: #333;
}

#tarteaucitronRoot .tarteaucitronStatusInfo {
  display: block;
}

div#tarteaucitronServices {
  border-radius: unset;
}

button#tarteaucitronClosePanel {
  border-radius: unset;
  right: 0 !important;
}

/* Icon - Management panel */
.tarteaucitronSelfLink {
  display: none !important;
}

/* Service activation banner */
.tac_activate {
  text-align: unset !important;
  background: unset !important;
  width: auto !important;
  font-size: 1em !important;
  margin: unset !important;
}

.contact-message-library-form-form .tac_activate {
  color: white !important;
}

.contact-message-contact-form-form .tac_activate {
  color: black !important;
}

.tac_float {
  text-align: unset !important;
}

.tac_float button {
  border-radius: unset !important;
  font-size: unset !important;
  min-width: unset !important;
  min-width: 150px !important;
  padding: 23px 30px !important;
  margin-left: 1em;
}

.tac_float button::after {
  content: unset !important;
}

/* Open modal link - Footer */
.modal-cookies {
  cursor: pointer;
}

/***** NEWS DETAIL PAGE *****/
/* RELATED NEWS - News detail page */
.paragraph--type--related-news .content-related-title,
.paragraph--type--related-events .content-related-title {
  color: #ff3700;
  text-align: center;
  font-family: PoppinsSemiBold, sans-serif;
  font-size: 2.3125em;
}

.paragraph--type--related-news hr,
.paragraph--type--related-events hr {
  background-color: #6e7276;
  width: 63px;
  height: 1px;
  display: block;
  margin: 0 auto 41px;
}

/* Related news content */
.related-content.related-news .card {
  background-color: #ffffff;
}

.related-content.related-news .card.card-newsroom::before {
  content: "";
  display: block;
  border-top: 1px solid black;
  top: 0px;
  width: 100%;
  position: absolute;
}

.related-content.related-news .card.card-newsroom:not(:last-child)::after {
  content: "";
  display: block;
  border-bottom: 1px solid black;
  bottom: 0px;
  width: 100%;
  position: absolute;
}

.related-content.hot-news {
  min-height: 400px;
  max-height: 600px;
}

.related-content .card:hover {
  box-shadow: 0 0 20px 0 #a0a5a5;
}

.related-content .card.card-newsroom:hover {
  box-shadow: none;
}

.related-content.related-news .card-body {
  padding: 1.5rem;
}

.related-content.related-news .card-newsroom .card-body {
  width: 100%;
  padding: 0;
}

.related-content.hot-news .card-body {
  position: absolute;
  padding: 0 5em;
  top: 50%;
  transform: translate(0, -50%);
  color: white;
}

.related-content.related-news .card-newsroom .card-body a:first-of-type {
  max-width: 80%;
  display: block
}

/* News date */
.related-content .card-date {
  color: #ff3700;
}

/* News tags */
.related-content:not(.hot-news) .card-top-tags {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 32px;
  margin: 0;
  width: 100%;
}

.related-content.hot-news .card-top-tags {
  width: fit-content;
}

.related-content.related-news .card-title {
  font-size: 1.4375em;
  font-family: PoppinsSemiBold, sans-serif;
}

.related-content.related-news .card-newsroom .card-title {
  font-family: PoppinsRegular, sans-serif;
}

.related-content .card-top-tags span {
  background-color: #ff3700;
  color: #fff;
  display: block;
  font-family: PoppinsRegular, sans-serif;
  font-size: 17px;
  min-height: 32px;
  padding: 3px 28px;
  margin: 0 auto;
  text-transform: uppercase;
  width: fit-content;
}

.related-content.hot-news .card-top-tags span {
  background-color: #0072ce;
}

/* NEWS PAGINATION - News detail page */
/* Pagination of news list */
.node-pagination {
  background-image: url(../images/pagination-bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5em 7em;
  font-size: 1.125em;
}

.node-pagination h3 {
  font-family: PoppinsSemiBold, sans-serif;
  font-size: 2.3125em;
}

.node-pagination a:hover,
.node-pagination-light a:hover {
  text-decoration: underline !important;
}

/* Next & previous links */
.prevNode .page-link::before {
  background-image: url(../images/svg/arrow-black.svg);
  background-repeat: no-repeat;
  background-size: 26px 7px;
  content: "";
  display: inline-block;
  height: 7px;
  width: 26px;
  margin-right: 10px;
  filter: invert(100%) sepia(0%) saturate(7456%) hue-rotate(97deg) brightness(107%) contrast(111%);
  transform: rotate(180deg);
}

.node-pagination-light .prevNode .page-link::before {
  filter: unset;
}

.prevNode .page-link:hover::before {
  transform: rotate(180deg) translate(10px) !important;
}

.nextNode .page-link::after {
  background-image: url(../images/svg/arrow-black.svg);
  background-repeat: no-repeat;
  background-size: 26px 7px;
  content: "";
  display: inline-block;
  height: 7px;
  width: 26px;
  margin-left: 10px;
  filter: invert(100%) sepia(0%) saturate(7456%) hue-rotate(97deg) brightness(107%) contrast(111%);
}

.node-pagination-light .nextNode .page-link::after {
  filter: unset;
}

.nextNode .page-link:hover::after {
  transform: translate(10px) !important;
}

.page-link::after,
.page-link::before {
  transition: .4s ease-out;
}

.prevNode,
.nextNode {
  width: 30%;
}

/***** NEWSROOM *****/
.newsroom,
.eventsroom {
  padding: 1.5rem;
}

.newsroom .related-news.hot-news .card-top,
.eventsroom .related-news.hot-news .card-top {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #0072ce;
}

.newsroom .related-news.hot-news .card-top img,
.eventsroom .related-news.hot-news .card-top img {
  opacity: 0.4;
}

.newsroom .related-news.hot-news .card-top .card-top-date,
.eventsroom .related-news.hot-news .card-top .card-top-date {
  display: none;
}

.newsroom .related-news.hot-news .card-top .card-top-tags,
.eventsroom .related-news.hot-news .card-top .card-top-tags {
  top: 105px;
  left: 85px;
  width: fit-content;
  z-index: 999;
}

/* Filters for newsroom, documents library listing and case study listing */
.case-studies-filters-container,
.eventsroom-filters-container {
  padding: unset;
  margin: 0.5rem 0;
}

/* .newsroom-filters-container form, */
.case-studies-filters-container form,
.eventsroom-filters-container form {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}

/* .newsroom-filters-container form .form-group, */
.case-studies-filters-container form .form-group,
.eventsroom-filters-container form .form-group {
  font-size: 1.25em;
}

.case-studies-filters-container form .form-item,
.eventsroom-filters-container form .form-item {
  margin: 1rem 3.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.documents-filters-container form .form-item,
.newsroom-filters-container form .form-item {
  margin-bottom: 0;
}

.newsroom-filters-container form div .multiselect,
.documents-filters-container form div .multiselect,
.case-studies-filters-container form div .multiselect,
.eventsroom-filters-container form div .multiselect,
.products-filters-container form div .multiselect {
  padding: 0 2em 0 0;
  border: none;
  font-size: 1em;
}

.newsroom-filters-container form div .multiselect span,
.documents-filters-container form div .multiselect span,
.case-studies-filters-container form div .multiselect span,
.eventsroom-filters-container form div .multiselect span,
.products-filters-container form div .multiselect span {
  display: flex;
  align-items: center;
  justify-content: start;
}

.documents-filters-container form div .multiselect span,
.newsroom-filters-container form div .multiselect span {
  font-size: 1.5em;
}

.newsroom-filters-container form div .multiselect span::after,
.documents-filters-container form div .multiselect span::after,
.case-studies-filters-container form div .multiselect span::after,
.eventsroom-filters-container form div .multiselect span::after,
.products-filters-container form div .multiselect span::after {
  content: "";
  display: block;
  width: 15px;
  height: 9px;
  background-image: url('../images/triangle-orange.png');
  color: #ff3700;
  background-repeat: no-repeat;
  background-size: contain;
  transform: none;
  position: absolute;
  right: 0;
}

.newsroom-filters-container form div.form-item-sort-order .multiselect span::after,
.case-studies-filters-container form div.form-item-sort-order .multiselect span::after,
.eventsroom-filters-container form div.form-item-sort-order .multiselect span::after {
  height: 20px;
  background-image: url('../images/sort.png');
}

.documents-filters-container form div .multiselect span::after,
.newsroom-filters-container form div .multiselect span::after {
  width: 19px;
  height: 12px;
  top: 14px;
}

.newsroom-filters-container form div .multiselect:hover,
.newsroom-filters-container form div .multiselect.show,
.eventsroom-filters-container form div .multiselect:hover,
.eventsroom-filters-container form div .multiselect.show {
  border: none;
}

.newsroom-filters-container form div .multiselect.show span::after,
.documents-filters-container form div .multiselect.show span::after,
.case-studies-filters-container form div .multiselect.show span::after,
.eventsroom-filters-container form div .multiselect.show span::after,
.products-filters-container form div .multiselect.show span::after {
  transform: rotate(180deg);
}

.newsroom-filters-container form div.form-item-sort-order .multiselect span::after,
.case-studies-filters-container form div.form-item-sort-order .multiselect span::after,
.eventsroom-filters-container form div.form-item-sort-order .multiselect span::after {
  transform: unset;
}

/* Select inputs */
.newsroom-filters-container form div select:focus,
.newsroom-filters-container form .multiselect:active,
.documents-filters-container form div select:focus,
.documents-filters-container form .multiselect:active,
.case-studies-filters-container form div select:focus,
.case-studies-filters-container form .multiselect:active,
.eventsroom-filters-container form div select:focus,
.eventsroom-filters-container form .multiselect:active,
.products-filters-container form div select:focus,
.products-filters-container form .multiselect:active {
  border-color: #ff3700;
  outline: 0;
  box-shadow: unset;
}

/* Multiselect options container */
.newsroom-filters-container form div .multiselect-container,
.documents-filters-container form div .multiselect-container,
.case-studies-filters-container form div .multiselect-container,
.eventsroom-filters-container form div .multiselect-container,
.products-filters-container form div .multiselect-container {
  border-radius: 0;
}

.newsroom-filters-container form .multiselect-option,
.documents-filters-container form .multiselect-option,
.case-studies-filters-container form .multiselect-option,
.eventsroom-filters-container form .multiselect-option,
.products-filters-container form .multiselect-option,
.reset-option {
  background-color: white;
  border: 1px solid #e6eaef;
  text-align: left;
  padding: .25rem .5rem .25rem 1rem;
}

.newsroom-filters-container form .multiselect-option:hover,
.newsroom-filters-container form .multiselect-option.active:not(.multiselect-active-item-fallback),
.documents-filters-container form .multiselect-option:hover,
.documents-filters-container form .multiselect-option.active:not(.multiselect-active-item-fallback),
.case-studies-filters-container form .multiselect-option:hover,
.case-studies-filters-container form .multiselect-option.active:not(.multiselect-active-item-fallback),
.eventsroom-filters-container form .multiselect-option:hover,
.eventsroom-filters-container form .multiselect-option.active:not(.multiselect-active-item-fallback),
.products-filters-container form .multiselect-option:hover,
.products-filters-container form .multiselect-option.active:not(.multiselect-active-item-fallback),
.reset-option:hover {
  background-color: #ff3700 !important;
  color: white;
}

.newsroom-filters-container form .multiselect-option .form-check,
.documents-filters-container form .multiselect-option .form-check,
.case-studies-filters-container form .multiselect-option .form-check,
.eventsroom-filters-container form .multiselect-option .form-check,
.products-filters-container form .multiselect-option .form-check {
  padding: unset;
  display: flex;
  align-items: center;
}

.newsroom-filters-container form .multiselect-option .form-check-input:not(.switchUnits),
.case-studies-filters-container form .multiselect-option .form-check-input:not(.switchUnits),
.eventsroom-filters-container form .multiselect-option .form-check-input:not(.switchUnits) {
  border: unset;
  background-color: transparent !important;
  margin-left: unset;
  position: absolute;
  right: 10px;
}

.documents-filters-container form .multiselect-option .form-check-input:not(.switchUnits),
.newsroom-filters-container form .multiselect-option .form-check-input:not(.switchUnits) {
  display: none;
}

.newsroom-filters-container form .multiselect-option input[type=radio],
.documents-filters-container form .multiselect-option input[type=radio],
.case-studies-filters-container form .multiselect-option input[type=radio],
.eventsroom-filters-container form .multiselect-option input[type=radio],
.products-filters-container form .multiselect-option input[type=radio] {
  display: none;
}

/* Checkbox cross when checked */
.newsroom-filters-container form .multiselect-option .form-check-input[type="checkbox"]:checked:not(.switchUnits),
.documents-filters-container form .multiselect-option .form-check-input[type="checkbox"]:checked:not(.switchUnits),
.case-studies-filters-container form .multiselect-option .form-check-input[type="checkbox"]:checked:not(.switchUnits),
.eventsroom-filters-container form .multiselect-option .form-check-input[type="checkbox"]:checked:not(.switchUnits),
.products-filters-container form .multiselect-option .form-check-input[type="checkbox"]:checked:not(.switchUnits) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* Submit input */
.newsroom-filters-container form .form-actions,
.documents-filters-container form .form-actions,
.case-studies-filters-container form .form-actions,
.eventsroom-filters-container form .form-actions,
.products-filters-container form .form-actions {
  display: none;
}

.dropdown-menu {
  --bs-dropdown-link-hover-bg: unset;
}

.newsroom-filters-container form .multiselect-container.dropdown-menu,
.documents-filters-container form .multiselect-container.dropdown-menu,
.case-studies-filters-container form .multiselect-container.dropdown-menu,
.eventsroom-filters-container form .multiselect-container.dropdown-menu,
.products-filters-container form .multiselect-container.dropdown-menu {
  margin-top: 0px;
  margin-left: -1px;
  z-index: 10;
  min-width: 200px;
}

.case-studies-filters-container form div.form-item-field-type-target-id .multiselect-container.dropdown-menu {
  min-width: 335px;
}

.newsroom-filters-container form div.form-item-field-tags-target-id .multiselect-container.dropdown-menu,
.eventsroom-filters-container form div.form-item-field-tags-target-id .multiselect-container.dropdown-menu {
  min-width: 180px;
}

.documents-filters-container form .multiselect-container.dropdown-menu,
.newsroom-filters-container form .multiselect-container.dropdown-menu {
  min-width: 220px;
}

.newsroom-filters-container .form-item-sort-by,
.case-studies-filters-container .form-item-sort-by,
.eventsroom-filters-container .form-item-sort-by {
  display: none !important;
}

.newsroom-filters-container .form-item-sort-order label,
.case-studies-filters-container .form-item-sort-order label,
.eventsroom-filters-container .form-item-sort-order label {
  display: none;
}

@media (min-width: 768px) {
  .animate {
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/***** DOWNLOAD CENTER & NEWSROOM LISTING ******/
.documents,
.newsroom {
  display: flex;
  padding: 0;
  position: relative;
  min-height: 300px;
}

.documents .documents-views,
.newsroom .newsroom-view {
  padding: 14em 0 5em 0;
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
  width: 100%;
}

.newsroom .newsroom-view {
  padding: 14em 1.5rem 5em;
}

.documents .views-infinite-scroll-content-wrapper {
  padding: 2.5em;
  --bs-gutter-x: 10rem;
}

.documents .views-infinite-scroll-content-wrapper.menu-opened,
.newsroom .views-infinite-scroll-content-wrapper.menu-opened {
  --bs-gutter-x: 1.5rem;
}

.documents.no_leaderboard .documents-views {
  padding: 18em 0 5em 0;
}

/* Filters section */
.documents-filters-container,
.newsroom-filters-container {
  background-color: #e6ebf1;
  z-index: 10;
}

.menu-open img {
  cursor: pointer;
}

.menu-open .badge-filters {
  top: 3rem;
  background-color: #ff3700;
  color: #fff;
  left: 72%;
}

.filters-section {
  border-left: 1px solid #d8d8d8;
  width: 100%;
  display: none;
}

.filters-section .filters-infos {
  border-bottom: 1px solid #d8d8d8;
  font-size: 1.375em !important;
  letter-spacing: 1px;
}

.filters-section .filters-infos .unselectAll {
  cursor: pointer;
}

.filters-section .menu-close {
  margin-left: auto;
}

.filters-section .menu-close img {
  height: 20px;
  width: 20px;
  cursor: pointer;
}

/* Exposed filter */
fieldset[data-drupal-selector|="edit-field-type"],
fieldset[data-drupal-selector|="edit-field-document-applications"],
fieldset[data-drupal-selector|="edit-field-products"],
fieldset[data-drupal-selector|="edit-parent"],
fieldset[data-drupal-selector|="edit-field-tags-target-id"] {
  padding: 1.5rem 0 0 1.5rem;
}

fieldset[data-drupal-selector|="edit-field-language"] {
  padding: 1.5rem 0 1.5rem 1.5rem;
}

fieldset[data-drupal-selector|="edit-field-type"] legend,
fieldset[data-drupal-selector|="edit-field-document-applications"] legend,
fieldset[data-drupal-selector|="edit-field-products"] legend,
fieldset[data-drupal-selector|="edit-field-language"] legend,
fieldset[data-drupal-selector|="edit-parent"] legend,
fieldset[data-drupal-selector|="edit-field-tags-target-id"] legend {
  font-size: 1.375em !important;
  display: flex;
  align-items: baseline;
}

/* Singer filter title */
fieldset[data-drupal-selector|="edit-field-type"] legend .fieldset-legend,
fieldset[data-drupal-selector|="edit-field-document-applications"] legend .fieldset-legend,
fieldset[data-drupal-selector|="edit-field-products"] legend .fieldset-legend,
fieldset[data-drupal-selector|="edit-field-language"] legend .fieldset-legend,
fieldset[data-drupal-selector|="edit-parent"] legend .fieldset-legend,
fieldset[data-drupal-selector|="edit-field-tags-target-id"] legend .fieldset-legend {
  letter-spacing: 1px;
}

/* Singer filter title icon */
fieldset[data-drupal-selector|="edit-field-type"] legend::before,
fieldset[data-drupal-selector|="edit-field-document-applications"] legend::before,
fieldset[data-drupal-selector|="edit-field-products"] legend::before,
fieldset[data-drupal-selector|="edit-field-language"] legend::before,
fieldset[data-drupal-selector|="edit-parent"] legend::before,
fieldset[data-drupal-selector|="edit-field-tags-target-id"] legend::before {
  content: "";
  background-image: url(../images/category_icon.png);
  width: 21px;
  height: 19px;
  display: inline-block;
  margin-right: 0.25em;
}

/* Single filter checkboxes */
fieldset[data-drupal-selector|="edit-field-type"] .form-group,
fieldset[data-drupal-selector|="edit-field-document-applications"] .form-group,
fieldset[data-drupal-selector|="edit-field-products"] .form-group,
fieldset[data-drupal-selector|="edit-field-language"] .form-group,
fieldset[data-drupal-selector|="edit-parent"] .form-group,
fieldset[data-drupal-selector|="edit-field-tags-target-id"] .form-group {
  font-size: 1.125em;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}

fieldset[data-drupal-selector|="edit-field-type"] .form-check-input:not(.switchUnits),
fieldset[data-drupal-selector|="edit-field-document-applications"] .form-check-input:not(.switchUnits),
fieldset[data-drupal-selector|="edit-field-products"] .form-check-input:not(.switchUnits),
fieldset[data-drupal-selector|="edit-field-language"] .form-check-input:not(.switchUnits),
fieldset[data-drupal-selector|="edit-parent"] .form-check-input:not(.switchUnits),
fieldset[data-drupal-selector|="edit-field-tags-target-id"] .form-check-input {
  height: 15px;
  width: 15px;
  margin-right: 0.5rem !important;
  background-color: #e6ebf1;
}

fieldset[data-drupal-selector|="edit-field-type"] .form-check-input:checked:not(.switchUnits),
fieldset[data-drupal-selector|="edit-field-document-applications"] .form-check-input:checked:not(.switchUnits),
fieldset[data-drupal-selector|="edit-field-products"] .form-check-input:checked:not(.switchUnits),
fieldset[data-drupal-selector|="edit-field-language"] .form-check-input:checked:not(.switchUnits),
fieldset[data-drupal-selector|="edit-parent"] .form-check-input:checked:not(.switchUnits),
fieldset[data-drupal-selector|="edit-field-tags-target-id"] .form-check-input:checked {
  border-color: #ff3700 !important;
  background-color: #ff3700 !important;
  background-image: unset !important;
}

fieldset[data-drupal-selector|="edit-field-type"] .fieldset-wrapper,
fieldset[data-drupal-selector|="edit-field-document-applications"] .fieldset-wrapper,
fieldset[data-drupal-selector|="edit-field-products"] .fieldset-wrapper,
fieldset[data-drupal-selector|="edit-field-language"] .fieldset-wrapper,
fieldset[data-drupal-selector|="edit-parent"] .fieldset-wrapper,
fieldset[data-drupal-selector|="edit-field-tags-target-id"] .fieldset-wrapper {
  margin-left: 1.5em;
}

/* Search bar */
.filter-search {
  position: absolute;
  top: 0;
  left: 74px;
  right: 0;
  margin-bottom: 0;
  display: flex;
  height: 73px;
  z-index: 11;
}

form[data-drupal-selector="views-exposed-form-products-products-listing"] .filter-search {
  position: fixed;
  top: 98px;
}

body.toolbar-fixed form[data-drupal-selector="views-exposed-form-products-products-listing"] .filter-search {
  top: 137px;
}

body.toolbar-fixed.toolbar-tray-open form[data-drupal-selector="views-exposed-form-products-products-listing"] .filter-search {
  top: 176px;
}

form[data-drupal-selector="views-exposed-form-products-products-listing"] .filter-search {
  left: 0;
}

.filter-search.menu-opened {
  left: 25%;
}

.filters-section div.form-item-combine,
.filter-sort-container div.form-item-combine {
  display: none;
}

.filter-search #custom-search {
  border-radius: 0;
  margin-top: 0;
  border: 0;
  background-color: #fafafa;
  font-size: 1.5em;
  padding: 1rem 1.5em;
  z-index: 10;
}

.filter-search #custom-search:focus {
  box-shadow: none;
}

.filter-search .action-search {
  background-color: #ff3700;
  padding: 0 1.5em;
  cursor: pointer;
}

.filter-search .action-search img {
  width: 2.2em;
}

.documents-search-results-number {
  padding: 0 2.5em;
}

.documents-search-results-number h2 {
  font-size: 1.5em;
}

.filter-sort-container {
  position: absolute;
  top: 0;
  padding: 8em 0 0 0;
  right: 85px;
  margin-bottom: 0;
}

.products .filter-sort-container {
  top: 290px;
  left: 0;
  right: unset;
  padding: 0 2.5em;
}

.products .filter-sort-container.has_leaderboard {
  top: 7em;
}

.products .filter-sort-container.has_leaderboard.has_results {
  top: 11.5em;
}

.products .filter-sort-container h2 {
  font-size: 2em;
}

.documents.no_leaderboard .filter-sort-container,
.newsroom.no_leaderboard .filter-sort-container {
  padding: 11em 0 0 0;
}

.filters-section div.form-item-sort-by {
  display: none;
}

/* Form submit */
button[data-drupal-selector|="edit-submit-documents-download-center"] {
  display: none;
}

/* Highlighted documents */
.highlighted {
  background-color: #414141;
  padding: 2.5rem;
}

.highlighted.menu-opened {
  padding: 1.5rem;
}

.highlighted.filled-search,
.documents-search-results-number.filled-search {
  display: none;
}

.highlighted .title h2 {
  color: white;
  font-family: PoppinsSemiBold;
}

.highlighted .title hr {
  border: 1px solid white;
  opacity: 0.5;
}

.highlighted .card-title {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem !important;
  text-align: center;
}

.highlighted .highlighted-row {
  --bs-gutter-x: 6rem;
  --bs-gutter-y: 1rem;
}

.highlighted.menu-opened .highlighted-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

/***** SEGMENT PAGE *****/
/* RELATED LINKS - Segment page */
/* Links */
.related-link {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  font-family: inherit;
  padding-bottom: 2px;
  text-decoration: none;
  color: black;
}

/* Hover effect */
.related-link:hover {
  -webkit-animation: draw-line .25s ease-in-out;
  animation: draw-line .25s ease-in-out;
  color: black;
}

/* SWIPER CAROUSELS - Segment page */
section.paragraph.swiper-carousels {
  background-color: #3d3d3d;
  padding: 5em 0;
}

section.paragraph.swiper-carousels .container-fluid {
  overflow: hidden;
}

/* IMG Swiper carousel */
.swiper-carousels .left-split .swiper {
  max-width: 575px;
  overflow: clip;
  overflow-clip-margin: 500px;
  clip-path: inset(-50px 0 0 -375px);
  margin-right: 0;
}

/* Text Swiper carousel */
.swiper-carousels .right-split .swiper {
  max-width: none;
  margin-left: 10%;
}

/* Slides */
.swiper-carousels .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: unset;
}

/* Text Swiper carousel slides */
.swiper-carousels .swiper-text .swiper-slide {
  background-color: #3d3d3d;
  justify-content: start;
}

/* Slides img */
.swiper-carousels .swiper-slide img {
  width: 100%;
  height: 100%;
}

/* Next, previous and pagination controls */
.swiper-carousels .swiper-controls {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 15px;
}

.swiper-carousels .swiper-button-prev,
.swiper-carousels .swiper-button-next,
.swiper-carousels .swiper-pagination {
  position: relative;
  color: transparent;
}

.swiper-carousels .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center;
  left: 0 !important;
  margin-top: 0;
}

.swiper-carousels .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center;
  left: 0 !important;
  margin-top: 0;
}

.swiper-carousels .swiper-pagination.swiper-pagination-horizontal {
  display: flex;
  justify-content: space-around;
  width: auto;
  top: 0;
  bottom: 0;
}

.swiper-carousels .swiper-pagination-bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 10px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.swiper-carousels .swiper-pagination-bullet-active span {
  background-color: white;
}

.swiper-carousels .swiper-pagination-bullet span {
  height: 11px;
  position: absolute;
  width: 11px;
  background-color: white;
  margin: 0 1.2em !important;
  border-radius: 50%;
}

/* Slide progression SVG */
.swiper-carousels .swiper-pagination-bullet .progress {
  transform: rotate(-90deg);
  background-color: unset;
  height: 41px;
  width: 41px;
}

/* Slide progression circle */
.swiper-carousels .swiper-pagination-bullet .circle-origin {
  fill: transparent;
  stroke: rgb(255, 255, 255);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
}

/* Slide progression circle - animated */
.swiper-carousels .swiper-pagination-bullet-active .circle-origin {
  animation: progress 10s;
  animation-direction: reverse;
  animation-timing-function: linear;
}

.swiper-carousels .swiper-headings {
  max-width: 90%;
}

.swiper-carousels .swiper-headings h2 {
  font-size: 2.3125em;
  font-family: PoppinsSemiBold !important;
  margin-bottom: 1rem !important;
}

.swiper-carousels .swiper-headings p {
  font-family: PoppinsRegular !important;
}

/* QUOTE - Segment page */
section.paragraph.paragraph--type--quote {
  background-color: #f8f6f2;
  font-size: 2.3125em;
  padding: 3rem;
}

.paragraph--type--quote div,
blockquote {
  border-left: 5px solid #0072ce;
  padding: 0.5rem 1.5rem;
}

blockquote > p {
  margin-bottom: 0;
}

.paragraph--type--quote div {
  width: 70%;
}

/* RELATED CONTENT */
section.paragraph.paragraph--type--related-content,
section.paragraph.paragraph--type--related-products {
  background-color: #e5e8ef;
  padding: 5em;
}

section.paragraph.paragraph--type--related-content.homepage--related-content,
section.paragraph.paragraph--type--related-products {
  background-color: #2a2a2a;
  padding-bottom: 2.5em;
  color: white;
}

.paragraph--type--related-content hr,
.paragraph--type--related-products hr {
  border: 1px solid black;
  opacity: 0.5;
  margin: 1rem 0 2.5rem 0;
}

.paragraph--type--related-content.homepage--related-content hr,
.paragraph--type--related-products hr {
  border: 1px solid white;
}

.paragraph--type--related-content .content-related-title,
.paragraph--type--related-case-studies .content-related-title,
.paragraph--type--related-products .content-related-title {
  font-family: PoppinsSemiBold, sans-serif;
  font-size: 2.3125em;
}

.paragraph--type--related-case-studies .content-related-title {
  margin-bottom: 1em;
}

.related-content .card,
.paragraph--type--related-content .related-content.related-news .card {
  border-radius: 0.25em;
  border: none;
  background-color: #e4e9ee;
}

.paragraph--type--related-content.homepage--related-content .related-content.related-news .card,
.paragraph--type--related-products .related-content.related-news .card {
  background-color: #2a2a2a;
}

.paragraph--type--related-content.homepage--related-content .related-content.related-news .card .card-flag,
.paragraph--type--related-case-studies .related-content.related-news .card .card-flag,
.case-study .card-flag {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 65px;
  height: 80px;
  background: linear-gradient(90deg, rgb(147, 33, 132) -5%, rgb(229, 71, 73) 50%, rgb(240, 147, 87) 95%, rgb(255, 253, 136) 120%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-study .card-flag {
  z-index: unset;
}

.paragraph--type--related-content.homepage--related-content .related-content.related-news .card .card-flag .card-flag-icon,
.paragraph--type--related-case-studies .related-content.related-news .card .card-flag .card-flag-icon,
.card .card-flag > img {
  width: 40px !important;
  height: auto;
}

/* News background image */
.related-content .card-top {
  position: relative;
  height: 300px;
}

.related-content .card-newsroom .card-top {
  min-width: 500px;
  width: 500px;
}

.related-content .card-top > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(80%);
}

.related-content .card-title,
.paragraph--type--related-content .related-news .card-title {
  font-size: 1.4375em;
}

.related-content .card-body,
.paragraph--type--related-content .related-content.related-news .card-body {
  padding: 1.5rem;
}

.related-content .card-text {
  margin-bottom: 0.5rem;
}

.related-content .card-newsroom .card-text {
  font-size: 1em;
}

/* LATEST NEWS */
section.paragraph.paragraph--type--latest-news {
  padding: 5em;
}

section.paragraph.paragraph--type--latest-news.homepage--latest-news {
  padding-top: 2.5em;
}

section.paragraph.paragraph--type--latest-news.latest-events {
  background-color: #e1e1e1;
}

section.paragraph.paragraph--type--latest-news h2 {
  font-family: PoppinsSemiBold, sans-serif;
  font-size: 2.3125em;
}

/* GENERAL PRODUCTS */
section.paragraph--type--general-products {
  position: relative;
  padding: 0;
  height: 950px;
}

section.paragraph--type--general-products .headings {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-35%, -50%);
}

section.paragraph--type--general-products .general-products-title {
  font-size: 4.125em;
  font-family: PoppinsSemiBold, sans-serif;
  text-shadow: black 3px 3px 25px;
}

section.paragraph--type--general-products .general-products-subtitle {
  font-size: 1.5em;
  margin-top: 1.5em;
  text-shadow: black 3px 3px 25px;
}

section.paragraph--type--general-products .general-products-cta {
  margin-top: 5em;
  margin-left: 0;
}

section.paragraph--type--general-products img {
  width: 100%;
  height: 950px;
  object-fit: cover;
}

/* APPPLICATIONS */
.paragraph--type--applications,
.paragraph--type--application {
  padding: 0 !important;
}

.paragraph--type--application {
  position: relative;
}

.paragraph--type--application > div {
  height: 580px;
  overflow: hidden;
}

.paragraph--type--application > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paragraph--type--application .section-application {
  height: 100%;
  padding: 5em 2.5em 3em 2.5em;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  text-shadow: black 3px 3px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.paragraph--type--application .section-application img {
  width: 120px !important;
  height: auto;
}

.paragraph--type--application .section-application .separator {
  height: 100px;
  border: 2px solid white;
}

.paragraph--type--application .section-application h3 {
  font-size: 1.875em;
  font-family: PoppinsSemiBold;
  width: min-content;
  position: relative;
}

.paragraph--type--application .section-application .bottom-content {
  min-height: 220px;
}

.paragraph--type--application .section-application .bottom-content > p,
.paragraph--type--application .section-application .bottom-content > a {
  text-shadow: black 1px 1px 5px;
  font-size: 1.25em;
  line-height: 1.4;
  width: fit-content;
}

/***** LIBRARY LISTING PAGE *****/
/* REPORTING HUB - Library page */
.content-library {
  padding: 5em 10%;
}

.content-library-title {
  font-family: PoppinsSemiBold, sans-serif;
  font-size: 2.3125em;
}

.content-library .related-content .card-body {
  background-color: #FFFFFF;
}

.content-library .card-body a {
  color: black !important;
}

/***** LIBRARY DETAIL PAGE *****/
/* FORM - Library detail page */
.form-section {
  padding-left: 5em;
}

.contact-message-library-form-form,
.contact-message-library-form-secondary-form {
  padding: 25px !important;
  background-color: #0072ce;
}

/* Container for label and input */
.contact-message-library-form-form .form-checkbox-group,
.contact-message-library-form-secondary-form .form-checkbox-group {
  color: white;
}

.contact-message-library-form-form .form-control,
.contact-message-library-form-form .form-select,
.contact-message-library-form-secondary-form .form-control,
.contact-message-library-form-secondary-form .form-select {
  border-color: #0072ce !important;
}

/* Download section */
.document-download-section {
  margin-left: 5em;
  min-width: 285px;
  padding: 2.5rem 0;
}

.document-download-section h2 {
  font-size: 2.3125em;
  font-family: PoppinsSemiBold;
}

.document-download-section > section {
  padding-top: 1em;
}

.document-download-section > section > div {
  border: 1px solid #0072ce;
  padding: 0.5em 1em;
  font-size: 1.25em;
  align-items: center;
}

.document-download-section > section > div:not(:last-child) {
  border-bottom: none;
}

.document-download-section > section > div > img {
  height: fit-content;
  margin-right: 0.75em;
}

.document-download-section > section > div > a {
  margin-left: auto;
}

.document-download-section > section > div > a > img {
  width: 30px;
  height: 34px;
}

/***** CONTACT PAGE *****/
/* Form container */
.paragraph--type--form {
  padding: 0 !important;
}

/** FORM - Contact page */
.contact-message-contact-form-form {
  padding: 0 5rem 5rem;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.contact-message-contact-form-form .form-wrapper {
  width: 100%;
}

.contact-message-contact-form-form .send-message {
  font-family: PoppinsSemiBold;
}

.contact-message-contact-form-form .send-message span {
  font-family: PoppinsRegular;
}

.contact-message-contact-form-form .field--name-field-email {
  margin-top: .25rem;
}

.contact-message-contact-form-form .field--name-field-subject,
.contact-message-contact-form-form .field--name-field-function-role,
.contact-message-contact-form-form .field--name-field-phone {
  width: 100%;
}

.contact-message-contact-form-form .field--name-field-file {
  padding: 1em;
  border: 1px solid #363636;
  margin-bottom: 1em;
}

.contact-message-contact-form-form .form-item-field-file-0 {
  margin-bottom: 0;
}

.contact-message-contact-form-form .form-item-field-file-0 label {
  display: flex;
  align-items: baseline;
}

.contact-message-contact-form-form .form-item-field-file-0 label p {
  margin-left: 0.5em;
}

.contact-message-contact-form-form .field--name-field-file {
  padding: 1em;
  border: 1px solid #363636;
  margin-bottom: 1em;
}

.contact-message-contact-form-form .form-managed-file input[data-drupal-selector^="edit-field-file-0-upload"],
.contact-message-contact-form-form .field--name-field-copy-sender-email {
  display: none;
}

.contact-message-contact-form-form .form-managed-file button[data-drupal-selector^="edit-field-file-0-remove-button"] {
  border: none;
  background: none;
}

/** MAP - Contact page */
.content-map {
  padding-bottom: 3rem;
}

.content-map-title-container {
  padding: 2rem 5rem;
}

.content-map-title {
  font-family: PoppinsSemiBold, sans-serif;
  font-size: 2.3125em;
}

#map {
  height: 500px;
  z-index: 0;
}

/** Leaflet map elements */
.leaflet-popup-tip-container {
  display: none !important;
}

.leaflet-popup-content {
  position: relative;
  font-family: PoppinsRegular, sans-serif;
  background: white;
  color: black;
  line-height: 1.5;
  padding: 1.5rem;
  width: 400px !important;
  margin: 0;
}

.popup-group:first-child {
  margin-top: 0;
}

.popup-group {
  margin-top: 1em;
}

.popup-group p {
  margin: 0;
}

.popup-image img {
  width: auto;
  max-width: 160px;
  height: 120px;
}

.popup-logo {
  margin-left: auto;
  min-height: 120px;
}

.popup-logo img {
  width: 150px;
}

.popup-first-name,
.popup-last-name,
.popup-phone span,
.popup-opening-hours {
  font-family: PoppinsSemiBold;
}

.popup-phone span {
  display: inline-block;
  min-width: 18px;
  text-align: left;
}

.popup-vcard {
  margin-right: 1.5em !important;
}

.popup-linkedin i,
.popup-vcard i {
  color: #ff3700;
  font-size: 2em;
}

.leaflet-popup-content-wrapper {
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.leaflet-container a.leaflet-popup-close-button {
  width: 30px;
  font: 25px/30px Tahoma, Verdana, sans-serif;
}

.leaflet-layer {
  filter: grayscale(100%) contrast(80%) brightness(110%);
}

/***** ALL PAGES *****/
/* FORMS */
/* Newsletter form */
.newsletter-form {
  display: flex;
  padding: 2em 5em;
  background-color: #0072ce;
  color: #fff;
}

.newsletter-form .form-control {
  border-radius: 0;
}

.newsletter-form .form-check-input {
  border-color: white !important;
}

/* Contact form */
.contact-form {
  font-size: 1.25em;
}

.contact-form .form-control,
.contact-form .form-select {
  font-size: 1em;
  font-family: PoppinsRegular, sans-serif;
  border-radius: 0;
  border-color: #363636;
  padding: 1em;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  box-shadow: none;
}

/* Container for label and field */
.form-group {
  margin-bottom: 1rem;
}

/* Checkbox input */
.form-check-input:not(.switchUnits) {
  height: 1.5em;
  width: 1.5em;
  border-radius: 0 !important;
  border-color: black;
  margin-top: 0 !important;
}

.form-check-input:focus:not(.switchUnits) {
  box-shadow: none;
}

.form-check-input:checked:not(.switchUnits) {
  background-color: white !important;
  border-color: unset !important;
}

.form-check-input[type="checkbox"]:checked:not(.switchUnits) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230072ce' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input + label {
  display: inline !important;
}

.required-field {
  background-color: #f8d7da;
  border-color: #f5c2c7 !important;
  color: #842029;
}

.required-field::placeholder {
  color: #842029;
}

/* Erros, warning and success messages */
#drupal-messages {
  margin: 0 5rem;
}

#drupal-messages em.placeholder {
  background-color: initial;
  display: initial;
  cursor: initial;
  opacity: initial;
  vertical-align: initial;
}

#drupal-messages .alert {
  border-radius: 0;
}

#drupal-messages a:hover {
  text-decoration: none;
}

.alert-success a {
  color: #0f5132;
}

.alert-danger a {
  color: #842029;
}

.alert-warning a {
  color: #664d03;
}

.page-content #drupal-messages {
  margin: unset;
}

h1.page-title + div + #drupal-messages {
  margin: 0 8rem;
}

h1.page-title + section[class="content-map"] + #drupal-messages {
  margin: 2.5rem 8rem;
}

/***** REFERENCE DETAIL PAGE *****/
/* Attributes section */
.reference-attributes div {
  background-color: #0072ce;
  color: white;
}

.reference-logo {
  background-color: white !important;
  float: right;
  padding: 1em;
}

.reference-logo img {
  max-width: 45px;
}

.reference-label {
  color: #a2bbce;
  font-size: 1em;
}

.reference-icons img {
  height: 50px;
}

.reference-title {
  font-family: PoppinsSemiBold;
}

/***** REFERENCES LISTING *****/
/* Reference content */
.references,
.case-study {
  height: 300px;
}

.references .card,
.case-study .card {
  border: unset;
}

.references .card:hover,
.case-study .card:hover {
  box-shadow: 0 0 20px 5px #a0a5a5;
}

.case-study .card-top {
  overflow: hidden;
}

.references .card-top img,
.case-study .card-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(80%);
}

.case-study .card-top img {
  transition: ease-in-out .5s;
}

.case-study:hover .card-top img {
  transform: scale(1.2);
}

/* Reference logo */
.references .category {
  background-color: #fff;
  right: 20px;
  top: 20px;
}

.references .category img {
  max-width: 30px;
}

.references .description,
.case-study .description {
  background-color: white;
  bottom: 0;
  opacity: 0;
}

.case-study .description {
  opacity: unset;
}

.references:hover .description {
  animation: scale-in-ver-bottom .5s cubic-bezier(.25, .46, .45, .94) both;
}

.references .card-title,
.case-study .card-title {
  color: #343434;
  font-size: 1.5em;
}

.references .card-text {
  color: #343434;
}

/* Content block */
.references-block {
  background-color: #0072ce;
  color: white;
}

.references-block-link {
  text-align: end;
  margin-top: auto;
  margin-left: unset !important;
}

/***** CASE STUDY DETAIL PAGE *****/
/* Application / solution section */
.case-study-app-sol > div {
  background-color: #e6eaef;
  padding: 2rem 2.5rem !important;
}

/* Application / solution titles */
.case-study-app-sol div div > div:first-child {
  font-family: PoppinsSemiBold;
  font-size: 1.25em;
}

.case-study-intro {
  padding: 2rem 5rem;
  margin-bottom: auto;
}

.case-title {
  font-family: PoppinsSemiBold;
  margin-bottom: 0.5em;
  font-size: 2.375em;
}

.case-study-download-section {
  background-color: #0072ce;
  color: white;
  padding: 1.5em 2em;
  display: flex;
  align-items: center;
}

.case-study-download-section h3 {
  font-size: 2.3125em;
}

.case-study-download-section a {
  margin-left: 2em;
  display: flex;
  align-items: center;
  border: 1px solid white;
  padding: 0.5em 0.75em;
  color: white;
  text-decoration: none;
  min-width: 8em;
  justify-content: space-between;
}

.case-study-download-section p {
  margin-bottom: 0;
  font-size: 1.5em;
}

.case-study-download-section a img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  width: 1.75em;
}

/***** EVENTSROOM LISTING *****/
.related-content.event .card-date {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.related-content.event.hot-news .card-date {
  color: white;
}

.related-content.event .card-date .cta-btn,
.related-content.event .card-date .cta-btn {
  margin-left: 0;
}

.related-content.event .card-date .cta-btn a {
  font-size: 1em;
}

.related-content.event:not(.hot-news) .card-date .cta-btn a {
  padding: 10px 15px;
  min-width: 180px;
  display: inline-block;
  text-align: center;
  margin-bottom: 1em;
}

.related-content.event .card-date .cta-btn a.disabled:hover,
.event-book-section .cta-btn a.disabled:hover {
  border-color: #ffd7cd !important;
  background-color: #ffd7cd !important;
  color: black !important;
  cursor: not-allowed;
}

.related-content.event:not(.hot-news) .card-date .cta-btn a::after,
.related-content.event .card-date .cta-btn a.disabled::before,
.event-book-section .cta-btn a.disabled::before {
  content: unset;
}

.related-content.event.hot-news .card-date .cta-btn a.disabled:hover::after {
  filter: unset;
}

.event-book-section .cta-btn a.disabled:hover::after {
  filter: invert(25%) sepia(98%) saturate(3222%) hue-rotate(3deg) brightness(106%) contrast(104%);
}

.archives.cta-btn-dark {
  margin: 0 0 1rem auto;
}

/***** EVENT DETAIL PAGE *****/
.event-book-section {
  margin-left: 5em;
  min-width: 350px;
  padding: 2.5rem 0;
}

.event-book-section h2 {
  font-size: 2.3125em;
  font-family: PoppinsSemiBold;
}

.event-book-section .cta-btn {
  margin-left: 0;
}

.event-book-section .cta-btn:first-of-type {
  margin: 1.5em 0;
}

.event-book-section .cta-btn a {
  width: auto;
}

/* PRODUCTS LISTING */
.accordion-product .accordion-button::after,
.accordion-product .accordion-button:not(.collapsed)::after {
  content: unset;
}

.accordion-product .accordion-button .accordion-toggle {
  align-self: center;
}

.accordion-product .accordion-button .accordion-toggle::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/plus.png);
  transform: unset;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-position: right;
  cursor: pointer;
  min-width: 20px;
}

.accordion-product .accordion-button .accordion-toggle:not(.collapsed)::after {
  background-image: url(../images/moins.png);
  transform: unset;
}

.accordion-product .accordion-button {
  background-color: white;
  color: black;
  box-shadow: unset;
  font-size: unset;
  font-family: PoppinsSemiBold;
  padding: 1rem 0;
  cursor: default;
}

.accordion-product .accordion-body {
  padding: 1rem 0;
}

.accordion-product .accordion-button .term_parent_name,
.accordion-product .accordion-button .term_name {
  cursor: pointer;
  word-wrap: anywhere;
}

.accordion-product .accordion-button .term_parent_name {
  margin-right: 0.2em;
}

.accordion-product .accordion-button .term_parent_name::after {
  margin-left: 0.2em;
  content: '-';
}

.accordion-product .accordion-button .title-icon {
  text-indent: -9999em;
  position: relative;
  width: 16px;
  margin: 0 5px;
  display: inline-block;
}

.accordion-product .accordion-button .title-icon a::after {
  content: '';
  background-image: url(../images/help.png);
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}

.product-properties table th.product-label {
  text-align: left;
}

.product-properties table th.product-label a,
.product-properties table th.product-label a:hover {
  color: white;
}

.product-properties table th.product-label a:hover {
  text-decoration: none;
}

/***** PRODUCTS LISTING, PRODUCT DETAIL PAGE & PRODUCTS FAMILIES LISTING *****/
section.paragraph.sketch {
  padding: 2.5rem 5rem 0;
}

div:not(.products-listing) > .product-properties {
  padding: 0 5rem 2.5rem;
}

.product-properties > div:not(.form-switch) {
  overflow-x: auto;
}

.families-views .switch-container {
  position: sticky;
  top: 98px;
  background-color: white;
  z-index: 10;
}

.product-properties .form-switch,
.products-views .form-switch,
.families-views .form-switch {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 2em 0;
  font-size: 1.125em;
}

.families-views .form-switch {
  padding: 2em 5rem;
  margin: 0;
}

.products-views .form-switch {
  padding: 2em 0;
  margin: 0;
  position: sticky;
  top: 85px;
  margin-right: 80px;
  z-index: 20;
  width: fit-content;
  margin-left: auto;
}

body.toolbar-fixed .products-views .form-switch {
  top: 124px;
}

body.toolbar-fixed.toolbar-tray-open .products-views .form-switch {
  top: 163px;
}

.product-properties .form-switch #switchUnits,
.products-views .form-switch #switchUnits,
.families-views .form-switch #switchUnits {
  background-image: unset;
  background-position: unset;
  transition: unset;
  width: 2.5em;
  height: 0.8em;
  background-color: #cccccc;
  border: none;
  margin: 0 1.25em;
  position: relative;
}

.product-properties .form-switch #switchUnits:checked[type="checkbox"],
.products-views .form-switch #switchUnits:checked[type="checkbox"],
.families-views .form-switch #switchUnits:checked[type="checkbox"] {
  background-image: unset;
}

.product-properties .form-switch #switchUnits:focus,
.products-views .form-switch #switchUnits:focus,
.families-views .form-switch #switchUnits:focus {
  border-color: unset;
  box-shadow: unset;
}

.product-properties .form-switch #switchUnits:before,
.products-views .form-switch #switchUnits:before,
.families-views .form-switch #switchUnits:before {
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background-color: #ff3700;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  transition: .4s;
}

.product-properties .form-switch #switchUnits:checked[type="checkbox"]:before,
.products-views .form-switch #switchUnits:checked[type="checkbox"]:before,
.families-views .form-switch #switchUnits:checked[type="checkbox"]:before {
  transform: translate(105%, -50%);
}

.product-properties > div.legends {
  padding-top: 3rem;
}

.product-properties > div > table {
  font-size: 1em;
  width: 100%;
}

.product-properties table tbody {
  width: 100%;
  display: inline-table;
}

.product-properties .values table tr th.ff-unset,
.product-properties .legends table tr th.ff-unset {
  font-family: unset;
}

.product-properties table th {
  background-color: #0072ce;
  color: white;
  text-align: center;
}

.product-properties table th,
.product-properties table td {
  padding: 0.5em 0.75em;
}

.product-properties div:not(.legends) table td {
  text-align: end;
}

.product-properties table tr th.dimensions {
  border-bottom: 2px solid white !important;
}

.product-properties table td,
.product-properties table th {
  border: none;
}

.product-properties .legends table tr th.first {
  width: 200px;
}

.product-properties :not(.legends) table tr th.first {
  min-width: 200px;
  width: 200px;
}

.product-properties div.legends table td {
  font-family: PoppinsRegular;
}

.product-properties table.legends td {
  text-align: left;
}

.product-properties table .amc-logo {
  max-width: 140px;
  min-width: 140px;
}

.product-properties table .amc-logo-logo,
.product-properties table .amc-logo-text {
  fill: white;
}

.product-properties table .navbar.megamenu .amc-logo-logo {
  fill: #FF3700;
}

.product-properties table .navbar.megamenu .amc-logo-text {
  fill: black;
}

.product-properties .space {
  padding: 0;
  min-width: 15px;
  width: 15px;
}

.product-properties .space.white {
  background-color: white;
}

/***** SEARCH PAGE *****/
.search-results-number {
  padding: 2rem 5rem 0 5rem;
  background-color: #0072ce;
  color: white;
}

.search-breadcrumbs {
  background-color: #0072ce;
}

.search-breadcrumbs .leaderboard-breadcrumb {
  color: white;
  position: unset;
}

.search-breadcrumbs .leaderboard-breadcrumb ul li img {
  filter: unset;
}

/* Results listing generated container */
.search-container .views-infinite-scroll-content-wrapper {
  --bs-gutter-x: 0;
}

/* Results listing */
.search-results {
  padding: 0 5rem;
}

/* Exposed search form */
.search-container .views-exposed-form {
  display: flex;
  padding: 1rem 5rem;
  background-color: #0072ce;
}

.search-container .views-exposed-form .form-item-search-api-fulltext {
  width: 50%;
}

.search-container .views-exposed-form label {
  display: none;
}

.search-container .views-exposed-form input {
  border: none;
  border-bottom: 1px solid white;
  background: transparent;
  border-radius: unset;
  caret-color: white;
  color: white;
  padding: .375rem;
}

.search-container .views-exposed-form input::placeholder {
  color: white;
  opacity: .5;
}

.search-container .views-exposed-form .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.search-container .views-exposed-form .close:hover {
  opacity: .75;
}

.search-container .views-exposed-form .close::after {
  color: #fff;
  content: "\d7";
  cursor: pointer;
  font-size: 1.25em;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: .5rem;
}

.search-container .views-exposed-form .form-submit {
  display: none;
}

/* Single result container */
.result {
  list-style: none;
}

.result h3 {
  font-family: PoppinsSemiBold, sans-serif;
}

.result h3 code {
  color: #ff3700;
  padding: 0 10px;
}

.result h3 span {
  color: #ff3700;
  text-transform: uppercase;
  font-size: 0.7em;
}

/** SCROLL TO TOP - All pages */
.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 100;
  border: none;
  outline: none;
  background-color: #363636;
  cursor: pointer;
  padding: 15px;
  opacity: .5;
}

.scroll-top:hover {
  opacity: 1;
}

.scroll-top button {
  border: none;
}

.scroll-top i {
  color: #fff;
}

#user-login-form {
  padding: 5em;
}

/***** RESPONSIVE *****/
/** Very large devices */
@media (max-width: 1600px) {

  .newsroom-filters-container form div.form-item-field-tags-target-id .multiselect-container.dropdown-menu,
  .eventsroom-filters-container form div.form-item-field-tags-target-id .multiselect-container.dropdown-menu {
    min-width: 155px;
  }

  .newsroom-filters-container form div.form-item-sort-order .multiselect-container.dropdown-menu,
  .eventsroom-filters-container form div.form-item-sort-order .multiselect-container.dropdown-menu {
    min-width: 175px;
  }

  .document,
  .product {
    padding: 0 4em 0 4em;
  }

  .document-listing-icon {
    padding: 2.5em 4em;
  }

  .document-listing-icon p {
    width: unset;
  }

  .paragraph--type--application .section-application h3 {
    font-size: 1.275em;
  }

  .paragraph--type--application .section-application .bottom-content > p,
  .paragraph--type--application .section-application .bottom-content > a {
    font-size: 1em;
  }

  .paragraph--type--application .section-application img {
    width: 100px !important;
  }

  .paragraph--type--application .section-application .bottom-content {
    min-height: 200px;
  }

  .paragraph--type--application {
    margin-bottom: -1px;
  }

  .highlighted .highlighted-row {
    --bs-gutter-x: 4rem;
    --bs-gutter-y: 0;
  }

  .highlighted .card-top {
    height: 250px;
  }

  .highlighted .card-title {
    font-size: 1.4375em !important;
  }

  .documents .views-infinite-scroll-content-wrapper,
  .documents .views-infinite-scroll-content-wrapper.menu-opened {
    --bs-gutter-x: 5rem;
  }

  .products-views .form-switch {
    top: 80px;
  }

  body.toolbar-fixed .products-views .form-switch {
    top: 119px;
  }

  body.toolbar-fixed.toolbar-tray-open .products-views .form-switch {
    top: 158px;
  }

  .families-views .switch-container {
    top: 94px;
  }
}

/** XX-Large devices */
@media (max-width: 1400px) {

  body {
    font-size: 14px !important;
  }

  #region-leaderboard.no_leaderboard {
    margin-top: 80px;
  }

  #region-leaderboard.no_leaderboard_documents,
  #region-leaderboard.no_leaderboard_products {
    margin-top: 0;
  }

  .leaderboard-headings.case-study--leaderboard-headings .case-study-title > div::after {
    height: 60px;
  }

  .leaderboard-headings.case-study--leaderboard-headings .case-study-title > div span {
    height: 50px;
  }

  .reference-logo img {
    max-width: 40px;
  }

  .reference-icons img {
    height: 40px;
  }

  .newsroom-filters-container form div.form-item-field-tags-target-id .multiselect-container.dropdown-menu,
  .eventsroom-filters-container form div.form-item-field-tags-target-id .multiselect-container.dropdown-menu {
    min-width: 135px;
  }

  .newsroom-filters-container form div.form-item-sort-order .multiselect-container.dropdown-menu,
  .eventsroom-filters-container form div.form-item-sort-order .multiselect-container.dropdown-menu {
    min-width: 150px;
  }

  .paragraph--type--application {
    margin-top: unset;
  }

  .highlighted .highlighted-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
  }

  .product-properties .form-switch #switchUnits:before,
  .products-views .form-switch #switchUnits:before,
  .families-views .form-switch #switchUnits:before {
    width: 20px;
    height: 20px;
  }

  .documents-filters-container form div .multiselect span::after,
  .newsroom-filters-container form div .multiselect span::after {
    top: 12px;
  }

  .products .products-views {
    padding: 25em 2.5em 2.5em 2.5em;
  }

  .products-views .form-switch {
    top: 70px;
  }

  body.toolbar-fixed .products-views .form-switch {
    top: 109px;
  }

  body.toolbar-fixed.toolbar-tray-open .products-views .form-switch {
    top: 148px;
  }

  .families-views .switch-container {
    top: 76px;
  }

  form[data-drupal-selector="views-exposed-form-products-products-listing"] .filter-search {
    top: unset;
  }

  /* Newsletter form */
  .newsletter-form > div {
    max-width: 300px;
  }

  .newsletter-form h3 {
    font-size: 1.5rem;
  }
}

/** X-Large devices */
@media (max-width: 1200px) {

  #region-leaderboard.no_leaderboard {
    margin-top: 80px;
  }

  #region-leaderboard.no_leaderboard_documents,
  #region-leaderboard.no_leaderboard_products {
    margin-top: 0;
  }

  #region-leaderboard.no_leaderboard_documents.menu-opened,
  #region-leaderboard.no_leaderboard_products.menu-opened,
  .filter-sort-container.menu-opened {
    transform: translate3d(30vw, 0, 0);
  }

  .leaderboard-headings.homepage--leaderboard-headings {
    transform: translate(-35%, -50%);
  }

  .swiper-carousels .left-split .swiper {
    overflow-clip-margin: 800px;
    clip-path: inset(-50px 0 0 -800px);
  }

  .swiper-carousels .right-split {
    padding: 2.5em 5em 0 5em;
  }

  .swiper-carousels .right-split .swiper {
    margin-left: 0;
  }

  .swiper-carousels .swiper-headings {
    max-width: unset;
  }

  .swiper-carousels .swiper-title {
    font-size: 3.3638em !important;
  }

  .swiper-carousels .swiper-subtitle {
    font-size: 1.6365em !important;
  }

  .reference-logo img {
    max-width: 30px;
  }

  .reference-icons img {
    height: 30px;
  }

  .newsroom-filters-container form div.form-item-field-tags-target-id .multiselect-container.dropdown-menu,
  .eventsroom-filters-container form div.form-item-field-tags-target-id .multiselect-container.dropdown-menu {
    min-width: 125px;
  }

  .newsroom-filters-container form div.form-item-sort-order .multiselect-container.dropdown-menu,
  .eventsroom-filters-container form div.form-item-sort-order .multiselect-container.dropdown-menu {
    min-width: 140px;
  }

  #tarteaucitronRoot #tarteaucitronAlertBig {
    padding: 3em 10em !important;
    width: calc(100% - 20em) !important;
  }

  .document,
  .product {
    padding: 0 2.5em 0 2.5em;
  }

  .documents-listing-icon {
    padding: 2.5em;
  }

  .filter-search.menu-opened {
    left: calc(33% + 4px);
  }

  .paragraph--type--application .section-application h3 {
    font-size: 1.875em;
  }

  .paragraph--type--application .section-application .bottom-content > p,
  .paragraph--type--application .section-application .bottom-content > a {
    font-size: 1.25em;
  }

  .product-properties .legends table th.first {
    width: 120px;
  }

  .product-properties:not(.legends) table tr th.first {
    width: 120px;
    min-width: 120px;
  }

  .product-properties:not(.legends) table tr th.first,
  .product-properties:not(.legends) table tr td.first {
    position: sticky;
    left: 0;
    z-index: 5;
  }

  .product-properties:not(.legends) table tr td.first {
    background-color: white;
  }

  .product-properties .form-switch #switchUnits:checked[type="checkbox"]:before,
  .products-views .form-switch #switchUnits:checked[type="checkbox"]:before,
  .families-views .form-switch #switchUnits:checked[type="checkbox"]:before {
    transform: translate(100%, -50%);
  }

  .product-properties table .amc-logo {
    max-width: 120px;
    min-width: 120px;
  }

  .products-views .form-switch {
    top: 60px;
  }

  body.toolbar-fixed .products-views .form-switch {
    top: 99px;
  }

  body.toolbar-fixed.toolbar-tray-open .products-views .form-switch {
    top: 138px;
  }

  .families-views .switch-container {
    top: 68px;
  }

  /* Newsletter form */
  .newsletter-form > div {
    max-width: 240px;
  }

  .newsletter-form h3{
    font-size: 1.25rem;
  }
}

/** Large devices */
@media (max-width: 992px) {

  body {
    font-size: 12px !important;
  }

  #region-leaderboard {
    margin-top: unset;
  }

  #region-leaderboard.no_leaderboard {
    margin-top: 70px;
  }

  #region-leaderboard.no_leaderboard_documents,
  #region-leaderboard.no_leaderboard_products {
    margin-top: 0;
  }

  /* .leaderboard-headings.case-study--leaderboard-headings {
    bottom: 70px;
  } */
  .leaderboard-headings.case-study--leaderboard-headings .case-study-title > div::after {
    height: 65px;
  }

  .leaderboard-headings.case-study--leaderboard-headings .case-study-title > div span {
    height: 45px;
  }

  a.cta-btn-dark,
  a.cta-btn-light,
  button.cta-btn-dark,
  button.cta-btn-light,
  div.cta-btn-dark a,
  div.cta-btn-light a,
  .btn-contact {
    min-width: 175px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    height: 1.5rem;
    width: 1.5rem;
  }

  .form-section {
    padding-left: 0;
  }

  .scroll-top {
    padding: 10px;
  }

  section.paragraph.paragraph--type--related-content.homepage--related-content {
    padding: 1.5rem;
  }

  .paragraph--type--related-content.homepage--related-content .related-content.related-news .card-body,
  .paragraph--type--latest-news.homepage--latest-news .related-content.related-news .card-body {
    padding: 1rem 0.5rem;
  }

  .newsroom-filters-container form div.form-item-field-tags-target-id .multiselect-container.dropdown-menu,
  .eventsroom-filters-container form div.form-item-field-tags-target-id .multiselect-container.dropdown-menu {
    min-width: 110px;
  }

  .newsroom-filters-container form div.form-item-sort-order .multiselect-container.dropdown-menu,
  .eventsroom-filters-container form div.form-item-sort-order .multiselect-container.dropdown-menu {
    min-width: 125px;
  }

  .related-content .card-newsroom .card-top {
    min-width: unset;
    width: 100%;
  }

  section.paragraph.paragraph--type--latest-news.homepage--latest-news {
    padding: 1.5rem;
  }

  .search-container .views-exposed-form .form-item-search-api-fulltext {
    width: 75%;
  }

  .leaderboard-headings.news--leaderboard-headings {
    width: 65%;
  }

  .leaderboard-breadcrumb {
    padding: 1.5rem 5rem 1.5rem;
  }

  .filters-section {
    position: absolute;
    z-index: 10;
    width: 30%;
    height: 100%;
    left: 74px;
    background-color: #e6ebf1;
    overflow-x: scroll;
  }

  .documents,
  .newsroom {
    position: relative;
  }

  .documents.no_leaderboard,
  .newsroom.no_leaderboard {
    margin-top: 62px;
  }

  .documents.no_leaderboard .documents-views,
  .newsroom.no_leaderboard {
    padding: 20em 0 5em 0;
  }

  .documents .documents-views.menu-opened,
  .newsroom.menu-opened {
    transform: translate3d(30vw, 0, 0);
  }

  .document.menu-opened {
    padding: 0 2.5em 0 2.5em;
  }

  .documents-filters-container form div .multiselect span,
  .newsroom-filters-container form div .multiselect span {
    font-size: 1.25em;
  }

  .filter-search.menu-opened {
    left: calc(30% + 74px);
  }

  .views-element-container.view-documents {
    min-height: 369px;
  }

  .highlighted .card-title {
    font-size: 1.6em !important;
  }

  .document-detail,
  .event-detail {
    flex-direction: column;
  }

  .document-download-section,
  .event-book-section {
    margin-left: 0;
    min-width: unset;
    padding-top: 2.5rem;
    /* padding-top: unset; */
  }

  .event-book-section .cta-btn a {
    width: fit-content;
    min-width: 275px;
  }

  .newsroom-filters-container form div .multiselect-container,
  .documents-filters-container form div .multiselect-container,
  .case-studies-filters-container form div .multiselect-container,
  .eventsroom-filters-container form div .multiselect-container,
  .products-filters-container form div .multiselect-container {
    font-size: 1em;
  }

  .case-studies-filters-container form div.form-item-field-type-target-id .multiselect-container.dropdown-menu {
    min-width: 315px;
  }

  .product-properties .form-switch #switchUnits:before,
  .products-views .form-switch #switchUnits:before,
  .families-views .form-switch #switchUnits:before {
    width: 18px;
    height: 18px;
  }

  .documents-filters-container form div .multiselect span::after,
  .newsroom-filters-container form div .multiselect span::after {
    top: 8px;
    width: 16px;
  }

  .product-properties table .amc-logo {
    max-width: 100px;
    min-width: 100px;
  }

  .products .products-views.has_leaderboard {
    padding: 6em 2.5em 2.5em 2.5em;
  }

  .products .filter-sort-container.has_leaderboard {
    top: 8em;
  }

  .products .filter-sort-container.has_results {
    top: 25em;
  }

  .products .filter-sort-container.has_leaderboard.has_results {
    top: 14.5em;
  }

  #region-leaderboard.no_leaderboard_products {
    padding: 7em 0 0 2.5em;
  }

  .products .products-views {
    padding: 18em 2.5em 2.5em 2.5em;
  }

  .products .filter-sort-container {
    top: 240px;
  }

  .families-views .switch-container {
    top: 62px;
  }

  body.toolbar-fixed.toolbar-tray-open .products-views .form-switch {
    top: 99px;
  }

  /* Newsletter form */
  .newsletter-form > div {
    max-width: unset;
  }

  .newsletter-form h3{
    font-size: 1.75rem;
  }
}

/** Medium devices */
@media (max-width: 768px) {
  .paragraph--type--cta .cta-headings {
    width: 80%;
  }

  .paragraph--type--cta.cta-wide .cta-headings {
    width: 80%;
    padding: unset;
  }

  .paragraph--type--cta .cta-headings p {
    margin-bottom: 1rem;
  }

  .paragraph--type--cta .cta-headings div.cta-btn-dark,
  div.cta-btn-light {
    margin-left: 0;
  }

  .prevNode,
  .nextNode {
    width: 100%;
  }

  .node-pagination h3 {
    font-size: 1.4em;
  }

  .contact-message-contact-form-form .form-wrapper {
    width: 100%;
  }

  .paragraph--type--service .field-description {
    max-height: 70px;
    overflow: hidden;
  }

  .search-results-number {
    padding: 2rem 2rem 0 2rem;
  }

  .search-container .views-exposed-form {
    padding: 1rem 2rem;
  }

  .search-container .views-exposed-form .form-item-search-api-fulltext {
    width: 100%;
  }

  .search-breadcrumbs .leaderboard-breadcrumb {
    padding: 1rem 2rem 1.5rem;
  }

  .search-results {
    padding: 0 2rem;
  }

  /* .newsroom-filters-container form .multiselect-container.dropdown-menu, */
  .eventsroom-filters-container form .multiselect-container.dropdown-menu,
  .documents-filters-container form div .multiselect,
  .documents-filters-container form .multiselect-option,
  .newsroom-filters-container form .multiselect-option {
    min-width: 250px;
  }

  .products-filters-container form div .multiselect {
    min-width: 130px;
  }

  .related-content.related-news .card-newsroom .card-top {
    order: 1;
    width: unset;
  }

  .related-content.related-news .card-newsroom .card-body {
    order: 2;
  }

  #tarteaucitronRoot #tarteaucitronAlertBig {
    padding: 3em 10em !important;
    width: calc(100% - 20em) !important;
  }

  section.paragraph img,
  section.paragraph div.div-image,
  section.paragraph div img {
    width: 100% !important;
  }

  .paragraph--type--generic-content img[width$="%"].align-left,
  .paragraph--type--generic-content div.align-left img,
  .paragraph--type--generic-content figure.align-left img {
    padding-right: 0;
  }

  .paragraph--type--generic-content img[width$="%"].align-right,
  .paragraph--type--generic-content div.align-right img,
  .paragraph--type--generic-content figure.align-right img {
    padding-left: 0px;
  }

  .related-content.related-news .card-newsroom .card-body a:first-of-type {
    max-width: unset;
  }

  .filters-section {
    width: 45%;
  }

  .documents.no_leaderboard .documents-views {
    padding: 30em 0 5em 0;
  }

  .documents .documents-views.menu-opened,
  .newsroom.menu-opened {
    transform: translate3d(45vw, 0, 0);
  }

  .documents-filters-container form div .multiselect,
  .newsroom-filters-container form div .multiselect {
    padding: 0;
    min-width: 210px;
  }

  .documents-filters-container form div .multiselect span::after,
  .newsroom-filters-container form div .multiselect span::after {
    top: 10px;
  }

  .documents.no_leaderboard .filter-sort-container,
  .newsroom.no_leaderboard .filter-sort-container {
    padding: 23em 0 0 0;
    left: calc(74px + 2.5em);
  }

  .filter-search.menu-opened {
    left: calc(45% + 74px);
  }

  #region-leaderboard.no_leaderboard_documents.menu-opened,
  #region-leaderboard.no_leaderboard_products.menu-opened
  .filter-sort-container.menu-opened {
    transform: translate3d(45vw, 0, 0);
  }

  .accordion-image + .accordion-text {
    margin-left: 0;
    margin-top: 1em;
  }

  .case-study-download-section {
    justify-content: space-evenly;
  }

  .archives.cta-btn-dark {
    margin: 1rem 3.5rem;
  }

  .accordion-product .accordion-header {
    font-size: 1.75em;
  }

  .news-summary {
    order: 2;
  }
}

/** Small devices */
@media (max-width: 576px) {

  .w-25,
  .w-50,
  .w-75 {
    width: 100% !important;
  }

  .leaderboard-headings.news--leaderboard-headings {
    width: 80%;
  }

  #region-leaderboard.no_leaderboard .leaderboard-headings {
    padding: 2rem 2.5rem 0;
  }

  #region-leaderboard.no_leaderboard_documents .leaderboard-headings,
  #region-leaderboard.no_leaderboard_products .leaderboard-headings {
    padding: unset;
  }

  .leaderboard-headings.case-study--leaderboard-headings {
    padding: 0 2.5rem;
  }

  .leaderboard-breadcrumb {
    padding: 1.5rem 2.5rem 1.5rem;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    height: 1rem;
    width: 1rem;
  }

  .node-pagination {
    padding: 3em 5em;
  }

  .node-pagination h3,
  .node-pagination p {
    display: none;
  }

  .contact-message-contact-form-form {
    padding: 2.5rem;
  }

  #drupal-messages {
    margin: 0 2.5rem;
  }

  .scroll-top {
    padding: 5px;
  }

  section.content {
    padding: 2.5rem;
  }

  div.content {
    padding: 0 2.5rem;
  }

  section.paragraph--type--cta {
    padding: 1.5rem;
  }

  #tarteaucitronRoot #tarteaucitronAlertBig {
    padding: 3em 5em !important;
    width: calc(100% - 10em) !important;
  }

  .related-content .card-top {
    height: 200px;
  }

  .leaderboard-cta {
    width: 75%;
  }

  .filters-section {
    width: 60%;
  }

  .documents .documents-views.menu-opened,
  .newsroom.menu-opened {
    transform: translate3d(60vw, 0, 0);
  }

  .documents .documents-views {
    padding: 10em 0 5em 0;
  }

  .filter-search #custom-search {
    font-size: 1em;
  }

  #region-leaderboard.no_leaderboard_documents.menu-opened,
  #region-leaderboard.no_leaderboard_products.menu-opened,
  .filter-sort-container.menu-opened {
    transform: translate3d(60vw, 0, 0);
  }

  .related-content .card-top-tags span {
    font-size: 1.25em;
  }

  .content-map-title-container {
    padding: 2rem 2.5rem;
  }

  .highlighted .card-title {
    font-size: 1.4375em !important;
  }

  .case-study-intro {
    padding: 2.5rem;
  }

  .case-study-download-section {
    flex-direction: column;
  }

  .case-study-download-section a {
    margin-left: unset;
    margin-top: 1.5em;
  }

  .case-study-download-section h3 {
    text-align: center;
  }

  .newsroom-filters-container form .form-item,
  .case-studies-filters-container form .form-item,
  .eventsroom-filters-container form .form-item {
    margin: 1rem 1.5rem;
  }

  .event-book-section .cta-btn a {
    width: auto;
    min-width: unset;
  }

  .archives.cta-btn-dark {
    margin: 1rem 1.5rem;
  }

  div:not(.products-listing) > .product-properties {
    padding: 0 2.5rem 2.5rem;
  }

  .products-views .form-switch {
    margin: 6em 0 2em 0;
    top: 135px;
    background-color: white;
    width: 100%;
    z-index: 9;
  }

  .filter-search #custom-search {
    padding: 1rem 2.5em;
  }

  .filter-search.menu-opened {
    left: 74px;
    transform: translate3d(60vw, 0, 0);
  }

  section.paragraph.sketch {
    padding: 2.5rem 2.5rem 0;
  }

  .products .filter-sort-container.has_results {
    top: 28em;
  }

  .products .filter-sort-container.has_leaderboard.has_results {
    top: 16.5em;
  }
}
