/**
 * The offcanvas menu with hamburger
 */
.site-header:not(.white) .boom-nav .navbar-toggle {
  background: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M24 5.14258H0V6.85686H24V5.14258ZM24 11.1426H0V12.8569H24V11.1426ZM0 17.1426H24V18.8569H0V17.1426Z" fill="white"/></svg>') center center no-repeat;
}
.site-header:not(.white) .boom-nav .navbar-toggle.cross {
  margin-right: 14px;
  background: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.8789 21.0914L21.091 19.8793L13.2118 12L21.0909 4.12089L19.8788 2.90871L11.9996 10.7878L4.12048 2.90869L2.90831 4.12087L10.7875 12L2.9082 19.8793L4.12038 21.0914L11.9996 13.2122L19.8789 21.0914Z" fill="white"/></svg>') center center no-repeat;
}
.site-header.white .boom-nav .navbar-toggle {
  background: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M24 5.14258H0V6.85686H24V5.14258ZM24 11.1426H0V12.8569H24V11.1426ZM0 17.1426H24V18.8569H0V17.1426Z" fill="black"/></svg>') center center no-repeat;
}
.site-header.white .boom-nav .navbar-toggle.cross {
  margin-right: 14px;
  background: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.8789 21.0914L21.091 19.8793L13.2118 12L21.0909 4.12089L19.8788 2.90871L11.9996 10.7878L4.12048 2.90869L2.90831 4.12087L10.7875 12L2.9082 19.8793L4.12038 21.0914L11.9996 13.2122L19.8789 21.0914Z" fill="white"/></svg>') center center no-repeat;
}

.wp-block-boomblocks-offcanvas {
  z-index: 2;
  line-height: 0;
}
.wp-block-boomblocks-offcanvas .custom-logo {
  filter: unset !important;
}
.wp-block-boomblocks-offcanvas .accordion-button {
  color: var(--wp--custom--color--foreground);
}
.wp-block-boomblocks-offcanvas .navbar-toggle {
  width: 24px;
  height: 24px;
  border: none;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.wp-block-boomblocks-offcanvas .navbar-toggle .icon-bar {
  display: block;
  width: 24px;
  height: 1.61px;
  border-radius: 1px;
  margin-bottom: 4.74px;
  outline: none;
}
.wp-block-boomblocks-offcanvas .mobile-nav-scroll {
  position: absolute;
  width: 64px;
  height: 64px;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(12, 14, 15, 0) 0%, #0C0E0F 77.08%);
  display: none;
}
@media screen and (max-width: 360px) {
  .wp-block-boomblocks-offcanvas .mobile-nav-scroll {
    display: flex;
  }
}
.wp-block-boomblocks-offcanvas .mobile-nav-scroll i {
  position: absolute;
  right: 8px;
  bottom: 22px;
  font-size: 1.25rem;
  color: #ffffff;
}
.wp-block-boomblocks-offcanvas .offcanvas-collapse {
  position: fixed;
  margin-top: 0;
  z-index: 8;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  background-color: #000000;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.wp-block-boomblocks-offcanvas .offcanvas-collapse .off-wrap {
  padding-left: var(--wp--custom--gap--horizontal);
  padding-right: var(--wp--custom--gap--horizontal);
}
@media screen and (max-width: 1439px) {
  .wp-block-boomblocks-offcanvas .offcanvas-collapse .off-wrap {
    padding: 0 48px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-boomblocks-offcanvas .offcanvas-collapse .off-wrap {
    padding: 0 24px;
  }
}
.wp-block-boomblocks-offcanvas .offcanvas-collapse .wp-block-post-title a {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}
@media screen and (max-width: 1439px) {
  .wp-block-boomblocks-offcanvas .offcanvas-collapse .wp-block-post-title a {
    font-size: 12px;
    line-height: 150%;
  }
}
.wp-block-boomblocks-offcanvas .offcanvas-collapse .wp-block-columns {
  margin-bottom: 0 !important;
}
.wp-block-boomblocks-offcanvas .offcanvas-collapse.open {
  visibility: visible;
  transform: translateX(-100%);
}
.wp-block-boomblocks-offcanvas .offcanvas-collapse h6.wp-block-heading {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #B0B0B1;
}
@media screen and (max-width: 1439px) {
  .wp-block-boomblocks-offcanvas .offcanvas-collapse h6.wp-block-heading.smaller {
    font-size: 10px;
  }
}
.wp-block-boomblocks-offcanvas .offcanvas-collapse h4.wp-block-heading {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1439px) {
  .menu-sub a {
    font-size: 14px;
  }
}

.off-nav .accordion h5 {
  margin: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.off-nav .accordion h5 a {
  color: #fff;
}
.off-nav .accordion h5:not(.off-nav-top) {
  border-top: 1px solid #212427;
}
.off-nav .accordion .accordion-item {
  padding: 0;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .off-news {
    display: none;
  }
}
.off-news .wp-block-post {
  padding: 16px 0;
}
.off-news .wp-block-post > .wp-block-columns {
  justify-content: space-between;
}
.off-news .wp-block-post:not(:last-child) {
  border-bottom: 1px solid #212427;
}
