/**
 * CSS per i fragment header/footer WP inclusi nelle pagine Symfony.
 * Sorgenti: tema omfb (variables, menu, footer).
 * Rigenerare con: npm run build:wp-fragment
 */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.active__underline.hvr-underline-from-left::before {
  right: 0;
}

.mobile__link {
  display: none !important;
}
@media screen and (max-width: 1360px) {
  .mobile__link {
    display: block !important;
  }
}

.pointer__none {
  pointer-events: none;
}

@media screen and (max-width: 1360px) {
  .no__mobile {
    display: none !important;
  }
}

/* Underline From Left */
@media screen and (min-width: 1360px) {
  .hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
  }
  .hvr-underline-from-left.has-children::after, .hvr-underline-from-left.has-children::before {
    display: none;
  }
  .hvr-underline-from-left::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #fff;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-underline-from-left:hover::before, .hvr-underline-from-left:focus::before, .hvr-underline-from-left:active::before {
    right: 0;
  }
}
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  z-index: 99;
}
.header-wrap ul {
  list-style: none;
  margin-bottom: 0;
}
.scrolled .header-wrap {
  background-color: #fff;
}
.scrolled .header-wrap .primary-menu .logo-wrap {
  width: 155px;
}
.header-wrap .primary-menu {
  position: relative;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 35px;
  z-index: 999;
  transition: 0.5s ease-in-out;
  gap: 50px;
}
.header-wrap .primary-menu:hover {
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .header-wrap .primary-menu {
    padding: 10px 20px;
    gap: 0px;
  }
}
@media screen and (max-width: 1300px) {
  .header-wrap .primary-menu .no__mobile {
    display: none !important;
  }
}
.header-wrap .primary-menu .item-wrap:has(.no__desktop) {
  display: none !important;
}
@media screen and (max-width: 1400px) {
  .header-wrap .primary-menu .item-wrap:has(.no__desktop) {
    display: block !important;
  }
}
.header-wrap .primary-menu .logo-wrap {
  display: flex;
  position: relative;
  transition: 0.3s ease-in-out;
  width: 288px;
  z-index: 999;
}
@media screen and (max-width: 1645px) {
  .header-wrap .primary-menu .logo-wrap {
    width: 195px;
  }
}
@media screen and (max-width: 1200px) {
  .header-wrap .primary-menu .logo-wrap {
    justify-content: flex-start;
  }
}
.header-wrap .primary-menu .logo-wrap svg {
  transition: 0.3s;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.header-wrap .primary-menu .logo-wrap svg path {
  transition: 0.3s ease-in-out;
}
.header-wrap .primary-menu.dark_mode {
  border-bottom: 1px solid #f3f3f3;
}
@media screen and (max-width: 992px) {
  .header-wrap .primary-menu.dark_mode {
    padding: 0 5vw;
  }
}
.header-wrap .primary-menu.dark_mode * {
  color: #141415 !important;
}
.header-wrap .primary-menu.dark_mode .has-children circle,
.header-wrap .primary-menu.dark_mode .has-children path {
  stroke: #141415 !important;
}
.header-wrap .primary-menu.dark_mode .logo-wrap {
  width: 385px;
}
@media screen and (max-width: 1645px) {
  .header-wrap .primary-menu.dark_mode .logo-wrap {
    width: 195px;
  }
}
.header-wrap .primary-menu.dark_mode .logo-wrap svg:first-of-type {
  opacity: 0;
}
.header-wrap .primary-menu.dark_mode .logo-wrap svg:last-of-type {
  opacity: 1;
}
.header-wrap .primary-menu.dark_mode .hvr-underline-from-left::before {
  background-color: #141415;
}
.header-wrap .primary-menu.dark_mode .buttons-wrap .btn {
  border-color: #141415;
  color: #141415;
}
.header-wrap .primary-menu.dark_mode .buttons-wrap .btn:hover {
  color: #fff !important;
  background-color: #003865;
}
.header-wrap .primary-menu.is__active, .header-wrap .primary-menu.shrink {
  padding: 10px 35px;
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
}
@media screen and (max-width: 992px) {
  .header-wrap .primary-menu.is__active, .header-wrap .primary-menu.shrink {
    padding: 0 5vw;
  }
}
.header-wrap .primary-menu.is__active *, .header-wrap .primary-menu.shrink * {
  color: #141415 !important;
}
.header-wrap .primary-menu.is__active .has-children circle,
.header-wrap .primary-menu.is__active .has-children path, .header-wrap .primary-menu.shrink .has-children circle,
.header-wrap .primary-menu.shrink .has-children path {
  stroke: #141415 !important;
}
.header-wrap .primary-menu.is__active .logo-wrap, .header-wrap .primary-menu.shrink .logo-wrap {
  width: 195px;
}
.header-wrap .primary-menu.is__active .logo-wrap svg path, .header-wrap .primary-menu.shrink .logo-wrap svg path {
  fill: #141415;
}
.header-wrap .primary-menu.is__active .hvr-underline-from-left::before, .header-wrap .primary-menu.shrink .hvr-underline-from-left::before {
  background-color: #141415;
}
.header-wrap .primary-menu.is__active .buttons-wrap .btn, .header-wrap .primary-menu.shrink .buttons-wrap .btn {
  border-color: #141415;
  color: #141415;
}
.header-wrap .primary-menu.is__active .buttons-wrap .btn:hover, .header-wrap .primary-menu.shrink .buttons-wrap .btn:hover {
  color: #fff !important;
  background-color: #003865;
}
.header-wrap .primary-menu.is__active .mobile-menu-wrap .menu-icon label span, .header-wrap .primary-menu.shrink .mobile-menu-wrap .menu-icon label span {
  background-color: #003865 !important;
}
.header-wrap .primary-menu .buttons-wrap {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1400px) {
  .header-wrap .primary-menu .buttons-wrap {
    display: none !important;
  }
}
.header-wrap .primary-menu .buttons-wrap .btn {
  min-width: 175px;
}
.header-wrap .primary-menu .menu-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .header-wrap .primary-menu .menu-wrap {
    gap: 0;
  }
}
.header-wrap .primary-menu .menu-wrap.secondary-menu .list-wrap {
  gap: 0;
}
.header-wrap .primary-menu .menu-wrap.secondary-menu .list-wrap .item-wrap {
  padding-right: 40px;
  border-right: 1px solid #fff;
}
.header-wrap .primary-menu .menu-wrap.secondary-menu .list-wrap .item-wrap:last-of-type {
  padding-right: 0;
  padding-left: 40px;
  border: none;
}
.header-wrap .primary-menu .menu-wrap .phone:hover {
  text-decoration: none;
  color: #003865;
}
.header-wrap .primary-menu .menu-wrap .list-wrap {
  display: flex;
  gap: 30px;
  margin: 0;
  align-items: center;
}
@media (max-width: 1360px) {
  .header-wrap .primary-menu .menu-wrap .list-wrap {
    display: none;
  }
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap {
  font-size: 1rem;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 7px;
  z-index: 1;
  box-sizing: content-box;
  height: 100%;
  background-color: transparent;
  height: 100%;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap:hover .link {
  text-decoration: none;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap .link {
  display: flex;
  align-items: center;
  position: relative;
  color: #141415;
  z-index: 10;
  font-weight: 700;
  gap: 7px;
  text-transform: uppercase;
  text-decoration: none;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap .link.burgermenu {
  padding-right: 50px;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap .link.burgermenu::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  transform: translateY(-50%);
  right: 0px;
  height: 50px;
  width: 50px;
  z-index: 1;
  background-size: 40px;
  background-position: 50% 50%;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2NiOTcwMCIgY2xhc3M9ImJpIGJpLWxpc3QiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMi41IDEyYS41LjUgMCAwIDEgLjUtLjVoMTBhLjUuNSAwIDAgMSAwIDFIM2EuNS41IDAgMCAxLS41LS41bTAtNGEuNS41IDAgMCAxIC41LS41aDEwYS41LjUgMCAwIDEgMCAxSDNhLjUuNSAwIDAgMS0uNS0uNW0wLTRhLjUuNSAwIDAgMSAuNS0uNWgxMGEuNS41IDAgMCAxIDAgMUgzYS41LjUgMCAwIDEtLjUtLjUiLz4KPC9zdmc+");
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap svg {
  position: relative;
  z-index: 10;
  transition: 0.3s;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap svg path {
  stroke: #141415;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children:hover .megamenu-wrap svg {
  rotate: unset;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children:hover + .dropdown-wrap .dropdown {
  transform: translateY(0%);
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children.is_active > a {
  color: #003865;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children.is_active .dropdown-wrap {
  visibility: visible;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children.is_active .dropdown-wrap .dropdown {
  max-height: 50vh;
  transition: 0.3s;
  padding: 30px 0;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children.is_active .dropdown-wrap.dropdown-mega .dropdown-mega-inner {
  max-height: 100vh;
  overflow: auto;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children.is_active .dropdown-wrap.dropdown-mega .dropdown-mega-list {
  max-height: none;
  padding: 0;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children.is_active svg {
  transform: rotate(180deg);
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children.is_active::after {
  opacity: 1;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children.is_active .dropdown-wrap .dropdown {
  transform: translateY(0%);
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.3s;
  visibility: hidden;
  transform-origin: top;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap:before {
  position: absolute;
  left: 50%;
  width: 200vw;
  height: 100%;
  background-color: #fff;
  content: "";
  transform: translateX(-50%);
  z-index: -1;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown {
  background-color: #fff;
  padding: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown ul,
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown .d-item {
  list-style: none;
  max-width: 100%;
  margin-bottom: 10px;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown ul:last-of-type,
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown .d-item:last-of-type {
  margin-bottom: 0;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown ul a,
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown ul .d-link,
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown .d-item a,
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown .d-item .d-link {
  position: relative;
  font-weight: 400;
  transition: 0.3s;
  display: flex;
  width: max-content;
  font-size: 16px;
  max-width: 100%;
  color: #141415;
  text-decoration: none;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown ul a:hover,
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown ul .d-link:hover,
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown .d-item a:hover,
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown .d-item .d-link:hover {
  text-decoration: none;
  color: #003865;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown {
  /* Terzo livello: nascosto di default, visibile solo quando .is_visible */
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown .sub-dropdown {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0 0 10px 0;
  flex-direction: column;
  transition: max-height 0.3s ease;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown .sub-dropdown.is_visible {
  max-height: 50vh;
  padding-top: 8px;
  padding-left: 12px;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown .sub-dropdown .d-item {
  margin-bottom: 8px;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown .sub-dropdown .d-item:last-of-type {
  margin-bottom: 0;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown .d-item.has-children.submenu_active > .d-link,
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap .dropdown .d-item.has-children.submenu_active > a {
  font-weight: 600;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap {
  /* Mega-menu: sempre position:fixed; chiusura come dropdown semplice = solo max-height (visibility ritardata) */
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: var(--mega-menu-top, 80px);
  margin-left: 0;
  max-width: none;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown {
  max-height: none;
  overflow: visible;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown-mega-inner {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 35px 35px;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown-mega-left {
  width: 34vw;
  flex-shrink: 0;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown-mega-list {
  max-height: none;
  padding: 0;
  display: block;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown-mega-list .d-item {
  margin: 0;
  border-bottom: 5px solid #E1E1E1;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 32px 0;
  gap: 10px;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown-mega-list .d-item:last-child {
  border-bottom: none;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown-mega-list .d-item .d-link {
  flex: 1;
  font-size: 18px;
  margin: 0;
  display: flex;
  color: rgba(20, 20, 21, 0.3);
  align-items: center;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown-mega-list .d-item .product-division::before {
  content: "";
  display: block;
  width: 27px;
  height: 39px;
  border-radius: 4px;
  transform: skewX(-14deg);
  margin-left: 4px;
  opacity: 1;
  margin-right: 13px;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown-mega-list .d-item .product-division.components::before {
  background-color: #003865;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown-mega-list .d-item .product-division.power-control::before {
  background-color: #A42C1F;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown-mega-list .d-item .product-division.tanks::before {
  background-color: #007377;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown-mega-list .d-item .product-division.electronics::before {
  background-color: #009CDE;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown-mega-list .d-item .d-item-chevron {
  font-size: 12px;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown-mega-list .d-item .d-item-chevron svg {
  transform: none;
  display: block;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown-mega-list .d-item.submenu_active .d-link {
  color: #141415;
  font-weight: 400;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown-mega-list .d-item.submenu_active .d-item-chevron {
  color: #141415;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown-mega-list .d-item:not(.has-children) .d-item-chevron {
  display: none;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown-mega-right {
  flex: 1;
  padding: 39px 3vw 20px;
  min-width: 0;
  position: relative;
  min-height: 180px;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown-panel {
  position: absolute;
  top: 39px;
  left: 3vw;
  right: 3vw;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .dropdown-panel.is_visible {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  position: absolute;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .sub-dropdown-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 20px;
  align-items: start;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .sub-dropdown-cell ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .sub-dropdown-cell .d-item {
  margin-bottom: 0;
  list-style: none;
  text-decoration: none;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .sub-dropdown-cell .d-item .product-division-link {
  background-color: #003865;
  text-align: center;
  display: block;
  padding: 17px;
  border-radius: 10px;
  font-weight: 500 !important;
  color: white !important;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .sub-dropdown-cell .d-item .product-division-link.components {
  background-color: #003865;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .sub-dropdown-cell .d-item .product-division-link.power-control {
  background-color: #A42C1F;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .sub-dropdown-cell .d-item .product-division-link.tanks {
  background-color: #007377;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .sub-dropdown-cell .d-item .product-division-link.electronics {
  background-color: #009CDE;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .sub-dropdown-cell .d-item a,
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .sub-dropdown-cell .d-item .d-link {
  font-size: 16px;
  color: #141415;
  font-weight: 400;
  text-decoration: none;
}
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .sub-dropdown-cell .d-item a:hover,
.header-wrap .primary-menu .menu-wrap .list-wrap .item-wrap.has-children .dropdown-wrap.dropdown-mega .sub-dropdown-cell .d-item .d-link:hover {
  color: #003865;
}
.header-wrap .primary-menu .menu-wrap .mobile-menu-wrap {
  display: none;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1360px) {
  .header-wrap .primary-menu .menu-wrap .mobile-menu-wrap {
    display: flex;
  }
}
.header-wrap .primary-menu .menu-wrap .mobile-menu-wrap svg {
  width: 40px;
  height: auto;
  margin-bottom: 0;
}
html:not(.scrolled) .hero-has-media .header-wrap .primary-menu:not(.bg-white):not(:hover) .menu-wrap .list-wrap .item-wrap .link {
  color: #fff;
}
html:not(.scrolled) .hero-has-media .header-wrap .primary-menu:not(.bg-white):not(:hover) .menu-wrap .list-wrap .item-wrap svg path {
  stroke: #fff;
}
html:not(.scrolled) .hero-has-media .header-wrap .primary-menu:not(.bg-white):not(:hover) svg .transp {
  fill: transparent;
}
html:not(.scrolled) .hero-has-media .header-wrap .primary-menu:not(.bg-white):not(:hover) .social path,
html:not(.scrolled) .hero-has-media .header-wrap .primary-menu:not(.bg-white):not(:hover) svg .ext {
  fill: white;
}
html:not(.scrolled) .hero-has-media .header-wrap .primary-menu:not(.bg-white):not(:hover) .mobile-menu-wrap {
  color: #fff;
}
html:not(.scrolled) .hero-has-media .header-wrap .primary-menu:not(.bg-white):not(:hover) .mobile-menu-wrap svg {
  fill: #fff !important;
}
html:not(.scrolled) .hero-has-media .header-wrap .primary-menu:not(.bg-white):not(:hover) .languages-block button.current-language::before {
  background-color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 1360px) {
  html:not(.scrolled) .hero-has-media .header-wrap .primary-menu:not(.bg-white):not(:hover) .languages-block button.current-language {
    filter: brightness(0) invert(1);
  }
}
html:not(.scrolled) .hero-has-media .header-wrap .primary-menu:not(.bg-white):not(:hover) .res-area-link {
  color: #fff;
}
html:not(.scrolled) .hero-has-media .header-wrap .primary-menu:not(.bg-white):not(:hover) .carrello-link path {
  fill: #fff;
}
.header-wrap {
  /* .slide-menu {
      position: fixed;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      z-index: 999999;
      height: calc(100vh - var(--browser-address-bar, 0px));
      width: 100%;
      transition: 0.5s ease-in-out;
      visibility: hidden;
      transform: translateY(-100%);
      overflow-x: hidden;
      overflow-y: auto;
      background-color: $dark;
      scroll-behavior: smooth;
      //display: none;

      &::-webkit-scrollbar {
          width: 8px;
      }

      &::-webkit-scrollbar-track {
          width: 5px;
          background-color: #dbdfdc;
          //border: 2px solid $secondary;
          border-radius: 50px;
      }

      &::-webkit-scrollbar-thumb {
          background-color: $secondary;
          width: 1px;
          border-radius: 100px;
          border: 1px solid $secondary;
      }

      &.is__active {
          transform: translateX(0);
          visibility: visible;
      }

      ul {
          padding-left: 0;
      }

      .close-slide-menu {
          position: absolute;
          top: 20px;
          right: 20px;
          cursor: pointer;
      }

      .list-wrap {
          width: 100%;
          display: flex;
          justify-content: space-between;
          color: $white;
          height: calc(100vh - var(--browser-address-bar, 0px));

          .item-wrap {
              width: 100%;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              gap: 10px;
              border-right: 1px solid rgba($color: $white, $alpha: 0.2);

              &:has(.mobile__link) {
                  display: none;
              }

              .link {
                  font-size: 1.5rem;
              }

              .dropdown {
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  justify-content: center;
                  gap: 10px;

                  .d-item {
                      .d-link {
                          font-family: $font-1;
                      }
                  }
              }
          }
      }
  } */
}
.header-wrap .slide-menu {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 999999;
  height: calc(100vh - var(--browser-address-bar, 0px));
  width: 100%;
  transition: 0.5s ease-in-out;
  visibility: hidden;
  transform: translateY(-100%);
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #1f1f1f;
  scroll-behavior: smooth;
}
.header-wrap .slide-menu::-webkit-scrollbar {
  width: 8px;
}
.header-wrap .slide-menu::-webkit-scrollbar-track {
  width: 5px;
  background-color: #dbdfdc;
  border-radius: 50px;
}
.header-wrap .slide-menu::-webkit-scrollbar-thumb {
  background-color: #00a7e1;
  width: 1px;
  border-radius: 100px;
  border: 1px solid #00a7e1;
}
.header-wrap .slide-menu.is__active {
  transform: translateX(0);
  visibility: visible;
}
.header-wrap .slide-menu ul {
  padding-left: 0;
}
.header-wrap .slide-menu .close-slide-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 3;
}
.header-wrap .slide-menu .list-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  height: calc(100vh - var(--browser-address-bar, 0px));
}
.header-wrap .slide-menu .list-wrap .item-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  transition: all 0.3s ease;
  background-color: #1f1f1f;
}
.header-wrap .slide-menu .list-wrap .item-wrap:nth-last-child(2) {
  border: none;
}
.header-wrap .slide-menu .list-wrap .item-wrap:has(.mobile__link) {
  display: none;
}
.header-wrap .slide-menu .list-wrap .item-wrap:not(:hover) {
  gap: 0;
}
.header-wrap .slide-menu .list-wrap .item-wrap .link {
  font-size: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.header-wrap .slide-menu .list-wrap .item-wrap .dropdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.5s ease;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
}
.header-wrap .slide-menu .list-wrap .item-wrap .dropdown .d-item .d-link {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  transition: all 0.3s ease;
  padding: 5px 10px;
  border-radius: 4px;
}
.header-wrap .slide-menu .list-wrap .item-wrap:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  max-height: 500px;
  pointer-events: auto;
}
.header-wrap .slide-menu .list-wrap .item-wrap:hover .link {
  color: #003865;
}
.header-wrap .slide-menu .list-wrap .item-wrap:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.header-wrap .slide-menu .cta-wrap {
  width: 100%;
  background-color: #141415;
  padding: 25px 5vw;
  display: flex;
  gap: 20px;
  justify-content: center;
  font-size: 1.5rem;
}
.header-wrap .slide-menu .cta-wrap a {
  transition: 0.3s ease-in-out;
}
.header-wrap .slide-menu .cta-wrap a:hover {
  color: #003865;
}

.mobile-menu {
  display: none;
  position: relative;
  background: #003865 !important;
  color: #fff !important;
}
.mobile-menu * {
  color: #fff !important;
}
.mobile-menu .index {
  display: none;
}
.mobile-menu.hide {
  display: none;
}
.mobile-menu .trigger-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  z-index: 999;
  background: transparent;
}
.mm-ocd--open .mobile-menu .trigger-close {
  mask-image: url("../images/close.svg");
  background-color: #fff;
  width: 21px;
  height: 21px;
  padding: 0;
  mask-repeat: no-repeat;
  mask-size: contain;
  top: 15px;
  right: 14px;
}
@media screen and (max-width: 1180px) {
  .mobile-menu svg {
    display: none;
  }
}
.mobile-menu .link,
.mobile-menu .d-link {
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu.mm-spn a:not(:last-child):after {
  border-right: unset;
}
.mobile-menu {
  /* Link con href="#": il tap/click passa al li sottostante che apre il sottopannello */
}
.mobile-menu.mm-spn li.has-children > a[href="#"], .mobile-menu.mm-spn li.has-children > a[href="javascript:void(0);"] {
  pointer-events: none;
}
.mobile-menu .link, .mobile-menu .d-link {
  font-weight: 400;
}
.mobile-menu > ul > li > a.link {
  text-transform: uppercase;
  font-weight: 600;
}
.mobile-menu.mm-spn li:before {
  width: 6px;
  height: 6px;
  opacity: 1;
  border-top-width: 1px;
  border-right-width: 1px;
}
.mobile-menu.mm-spn--main {
  position: relative;
}
.mobile-menu.mm-spn--main:after {
  background-image: url("/wp-content/themes/omfb/assets/includes/images/logo-white.svg");
  background-repeat: no-repeat;
  background-size: 140px;
  background-position: left 15px top 7px;
  opacity: 1 !important;
  content: "" !important;
}
.mobile-menu.mm-spn.mm-spn--navbar::after {
  text-transform: uppercase;
}
.mobile-menu.mm-spn.mm-spn--navbar ul {
  margin-top: 40px;
}
.mobile-menu.mm-spn.mm-spn--navbar ul:before {
  border-top: unset;
}
.mobile-menu .bottom-wrapper {
  bottom: 40px;
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
  margin-top: 60px;
}
.mobile-menu .bottom-wrapper ul {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: unset !important;
}
.mobile-menu .bottom-wrapper ul li:before, .mobile-menu .bottom-wrapper ul li:after {
  display: none;
}
.mobile-menu .bottom-wrapper ul li a {
  padding: 0;
}
.mobile-menu .bottom-wrapper ul.social {
  gap: 20px;
}
.mobile-menu .bottom-wrapper ul.social svg {
  display: block;
}
.mobile-menu .bottom-wrapper ul.social svg path {
  fill: #fff;
}
.mobile-menu .bottom-wrapper .btn-outline {
  border: 1px solid #fff;
  width: unset !important;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  padding: 14px;
  line-height: 1;
  font-weight: 300;
}
.mobile-menu .bottom-wrapper .current-language.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: unset;
}
.mobile-menu .bottom-wrapper .current-language.btn-outline .current-language-icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  padding: 0;
}
.mobile-menu .bottom-wrapper .current-language.btn-outline .current-language-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.mobile-menu .bottom-wrapper .current-language.btn-outline .current-language-icon svg path {
  stroke: #fff;
}
.mobile-menu .bottom-wrapper .carrello-link.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: unset;
}
.mobile-menu .bottom-wrapper .carrello-link.btn-outline .carrello-icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  padding: 0;
}
.mobile-menu .bottom-wrapper .carrello-link.btn-outline .carrello-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.mobile-menu .bottom-wrapper .carrello-link.btn-outline .carrello-icon svg path {
  fill: #fff;
}
.mobile-menu.mm-spn ul.mm-spn--parent {
  left: calc(-100% - var(--mm-spn-panel-offset, 30%)) !important;
}

.mm-ocd__content .mm-spn ul.mm-spn--parent {
  left: calc(-100% - var(--mm-spn-panel-offset, 30%)) !important;
}

:root {
  --mm-ocd-width: 100% !important;
}

.social {
  display: flex;
  gap: 10px;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}
footer .social path {
  fill: #fff;
}
@media screen and (max-width: 1360px) {
  header .social {
    display: none;
  }
}
.social a svg {
  max-width: 18px;
  height: auto;
}

.menus-wrap {
  display: flex;
  gap: 20px;
}

body.dropdown-languages-open {
  overflow: hidden;
}

/* Dropdown lingue in body (mobile): stessi stili fullscreen quando spostato per stare sopra mm-ocd */
@media screen and (max-width: 1360px) {
  body.dropdown-languages-open .dropdown-languages {
    visibility: visible;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    max-height: 100dvh;
    margin: 0;
    z-index: 10000;
    border-radius: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 0;
    right: 0;
    left: auto;
    max-width: var(--mm-ocd-max-width);
    background-color: #f1f1f1;
  }
}
@media screen and (max-width: 1360px) and (min-width: 768px) {
  body.dropdown-languages-open .dropdown-languages > div + div {
    border-left: none;
    padding-left: 0;
  }
}
@media screen and (max-width: 1360px) {
  body.dropdown-languages-open .dropdown-languages .dropdown-languages-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 7px 15px;
  }
  body.dropdown-languages-open .dropdown-languages .dropdown-languages-logo {
    display: flex;
    align-items: center;
    width: 140px;
  }
  body.dropdown-languages-open .dropdown-languages .dropdown-languages-logo svg {
    width: 100%;
    height: auto;
  }
  body.dropdown-languages-open .dropdown-languages .dropdown-languages-close {
    position: relative;
    top: 0;
    right: 0;
    border: none;
    background-color: #141415;
    padding: 0;
    cursor: pointer;
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    mask-image: url("../images/close.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    -webkit-mask-image: url("../images/close.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
  }
  body.dropdown-languages-open .dropdown-languages .dropdown-languages-inner {
    display: block;
    flex: 1 1 0;
    min-height: 0;
    padding: 34px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }
  body.dropdown-languages-open .dropdown-languages .dropdown-languages-inner > div:not(:last-child) {
    border-bottom: 5px solid #c1c1c1;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.dropdown-languages {
  background-color: #f1f1f1;
  display: flex;
  border-radius: 10px;
  padding: 30px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .dropdown-languages {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .dropdown-languages > div + div {
    border-left: 5px solid #c1c1c1;
    padding-left: 30px;
  }
}
.dropdown-languages .dropdown-languages-header {
  display: none;
}
.dropdown-languages .dropdown-languages-inner {
  display: contents;
}
.dropdown-languages .lang-title {
  margin-bottom: 10px;
  display: block;
}
.dropdown-languages .location {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  margin-left: 0;
}
.dropdown-languages .location::before {
  display: none;
}
.dropdown-languages .location li {
  padding-left: 25px;
  position: relative;
  display: block;
}
.dropdown-languages .location li::before {
  content: url("../images/marker.svg");
  position: absolute;
  left: 0;
}
.dropdown-languages .location li a {
  color: #141415;
  font-weight: 300;
  text-decoration: none;
}
.dropdown-languages .wpml-ls-sidebars-selettore_lingue ul {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.dropdown-languages .wpml-ls-sidebars-selettore_lingue ul li {
  display: block;
}
.dropdown-languages .wpml-ls-sidebars-selettore_lingue ul a {
  padding: 0;
  color: #141415;
  text-decoration: none;
}

.languages-block {
  position: relative;
}
.languages-block button.current-language {
  position: relative;
  margin: 0 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  cursor: pointer;
  background: unset !important;
  border: unset;
  font-size: 1rem;
  transition: all 0.3s ease;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .languages-block button.current-language {
    font-size: 0.8rem;
    padding: 3px 6px;
  }
}
.languages-block button.current-language:hover {
  color: #fff;
  background-color: unset;
}
.languages-block button.current-language:hover::before {
  background-color: #003865;
}
.languages-block button.current-language:hover::after {
  filter: brightness(0) invert(1);
}
.languages-block button.current-language::before {
  z-index: -1;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(-15deg);
  border: 1px solid #141415;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.languages-block button.current-language::after {
  background-image: url("../images/caret.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  width: 9px;
  height: 6px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1360px) {
  .languages-block button.current-language {
    padding: 0;
    min-width: 26px;
    width: 26px;
    height: 26px;
    margin: 0 12px;
    font-size: 0;
    line-height: 0;
    color: transparent;
  }
  .languages-block button.current-language::before {
    display: none;
  }
  .languages-block button.current-language::after {
    display: none;
  }
  .languages-block button.current-language {
    background-image: url("/wp-content/themes/omfb/assets/includes/images/world.svg") !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
}
.languages-block .dropdown-languages {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 20px;
  z-index: 5;
  max-height: 100vh;
  visibility: hidden;
}
.languages-block .dropdown-languages .lang-title {
  white-space: nowrap;
}
.languages-block.active .current-language::after {
  transform: rotate(180deg);
}
.languages-block.active .dropdown-languages {
  visibility: visible;
}
@media screen and (max-width: 1360px) {
  .languages-block.active .dropdown-languages {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    max-height: 100dvh;
    margin: 0;
    z-index: 10000; /* sopra .mm-ocd (z-index: 9999) quando aperto dal menu mobile */
    border-radius: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 0;
  }
}
@media screen and (max-width: 1360px) and (min-width: 768px) {
  .languages-block.active .dropdown-languages > div + div {
    border-left: none;
    padding-left: 0;
  }
}
@media screen and (max-width: 1360px) {
  .languages-block.active .dropdown-languages .dropdown-languages-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 7px 15px;
  }
  .languages-block.active .dropdown-languages .dropdown-languages-logo {
    display: flex;
    align-items: center;
    width: 140px;
  }
  .languages-block.active .dropdown-languages .dropdown-languages-logo svg {
    width: 100%;
    height: auto;
  }
  .languages-block.active .dropdown-languages .dropdown-languages-close {
    position: relative;
    top: 0;
    right: 0;
    border: none;
    background-color: #141415;
    padding: 0;
    cursor: pointer;
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    mask-image: url("../images/close.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    -webkit-mask-image: url("../images/close.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
  }
  .languages-block.active .dropdown-languages .dropdown-languages-inner {
    display: block;
    flex: 1 1 0;
    min-height: 0;
    padding: 34px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }
  .languages-block.active .dropdown-languages .dropdown-languages-inner > div:not(:last-child) {
    border-bottom: 5px solid #c1c1c1;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

button {
  font-family: "Montserrat", sans-serif;
}

.res-area-link {
  color: #141415;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}
.res-area-link::before {
  content: "/";
  font-size: 40px;
  font-weight: 200;
  z-index: 4;
}
@media screen and (max-width: 1360px) {
  .res-area-link {
    display: none;
  }
}

.carrello-link {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1360px) {
  .carrello-link {
    display: none;
  }
}
.carrello-link svg {
  max-width: 18px;
  height: auto;
}

footer a {
  text-decoration: none;
}
footer {
  width: 100%;
  display: flex;
  gap: 50px 100px;
  padding: 0 35px;
  background-color: #003865;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  footer {
    flex-direction: column;
    padding: 0 20px;
  }
  footer .logo-wrap {
    text-align: center;
    justify-content: center;
  }
  footer .logo-wrap .logo svg {
    width: 160px !important;
    height: auto;
  }
  footer .btn-white {
    margin: 0 auto;
  }
  footer .social {
    justify-content: center;
  }
}
footer .row-wrap {
  width: 100%;
  display: flex;
}
footer .row-wrap.logo-wrap {
  display: flex;
  flex-direction: column;
  gap: 45px;
  flex: 0 0 567px;
  max-width: 567px;
}
footer .row-wrap.logo-wrap .logo-row {
  display: flex;
  gap: 20px;
  align-items: center;
}
footer .row-wrap.logo-wrap .logo {
  flex: 0 0 244px;
  max-width: 244px;
}
footer .row-wrap.logo-wrap .logo svg {
  width: 100%;
  height: auto;
}
footer .row-wrap.logo-wrap .logo-text {
  flex: 1 1 auto;
  min-width: 0;
}
footer .row-wrap.logo-wrap .address {
  opacity: 0.5;
}
footer .row-wrap.logo-wrap .address .contact a {
  display: block;
}
footer .row-wrap.footer-menu-wrap, footer .row-wrap.footer-menu-wrap2 {
  width: calc(100% - 667px);
}
footer .row-wrap.footer-menu-wrap {
  width: calc(100% - 667px);
  display: grid;
  grid-template-columns: repeat(4, minmax(190px, 1fr));
  gap: 35px 50px;
}
@media screen and (max-width: 1620px) {
  footer .row-wrap.footer-menu-wrap {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}
@media screen and (max-width: 1350px) {
  footer .row-wrap.footer-menu-wrap {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}
@media screen and (max-width: 992px) {
  footer .row-wrap.footer-menu-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  footer .row-wrap.footer-menu-wrap .col-wrap {
    align-items: stretch !important;
    padding-bottom: 10px;
  }
  footer .row-wrap.footer-menu-wrap > .col-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer .row-wrap.footer-menu-wrap .menu-title {
    text-transform: none !important;
    position: relative;
  }
  footer .row-wrap.footer-menu-wrap .menu-title:after {
    content: "";
    width: 14px;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 7px;
    mask-image: url("../images/caret.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: #fff;
  }
  footer .row-wrap.footer-menu-wrap .menu-title + ul {
    max-height: 0;
    overflow: hidden;
  }
  footer .row-wrap.footer-menu-wrap .menu-title.open:after {
    transform: rotate(180deg);
  }
  footer .row-wrap.footer-menu-wrap .menu-title.open + ul {
    max-height: 1000px;
    margin-bottom: 20px;
  }
}
footer .row-wrap.footer-menu-wrap .col-wrap {
  display: flex;
  flex-direction: column;
}
footer .row-wrap.footer-menu-wrap .col-wrap .menu-title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 1350px) {
  footer .row-wrap.footer-menu-wrap .col-wrap {
    align-items: start;
  }
}
footer .row-wrap.footer-menu-wrap .col-wrap ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}
footer .row-wrap.footer-menu-wrap .col-wrap ul li {
  padding: 0;
  margin: 0;
}
footer .row-wrap.footer-menu-wrap .col-wrap ul li a {
  font-weight: 200;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
footer .row-wrap.footer-menu-wrap .col-wrap ul li a:hover {
  opacity: 1;
}
@media screen and (max-width: 1220px) {
  footer .row-wrap.logo-wrap {
    flex: 0 0 35vw;
    max-width: 35vw;
  }
  footer .row-wrap.logo-wrap .logo-row {
    flex-direction: column;
    align-items: unset;
  }
  footer .row-wrap.logo-wrap .logo-row svg {
    max-width: 244px;
  }
  footer .row-wrap.logo-wrap .logo-row .logo {
    flex: 0 0 auto;
    max-width: none;
  }
  footer .row-wrap.footer-menu-wrap, footer .row-wrap.footer-menu-wrap2 {
    width: calc(100% - (35vw + 100px));
  }
}
@media screen and (max-width: 992px) {
  footer .row-wrap.logo-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .row-wrap.footer-menu-wrap, footer .row-wrap.footer-menu-wrap2 {
    width: 100%;
  }
}
footer .bottom-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .bottom-wrap.mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  footer .bottom-wrap {
    display: none;
  }
  footer .bottom-wrap.mobile {
    display: flex;
  }
}
footer .bottom-wrap * {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
}
footer .bottom-wrap .col-wrap:last-of-type {
  display: flex;
  gap: 20px;
}

.footer-title {
  margin-bottom: 10px;
  display: block;
}

ul.inline {
  list-style: none;
  width: 100%;
  display: flex;
  gap: 10px 15px;
  flex-wrap: wrap;
  font-size: 14px;
  margin-top: 35px;
}
ul.inline li {
  display: inline-block;
}

/*# sourceMappingURL=wp_fragment.css.map */
