.dr-header {
  position: relative;
  z-index: 3;
}
.dr-header .dh-main-menu .header-row .dr-logo-and-hamburger {
  gap: 4px;
}
.dr-header .dh-main-menu .header-row .dr-logo-and-hamburger img {
  cursor: pointer;
}
.dr-header .dh-main-menu .header-row .dr-logo-and-hamburger > a {
  max-width: 132px;
}
.dr-header .dh-main-menu .header-row .primary-menu ul li > a {
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 24px 0;
}
.dr-header .dh-main-menu .header-row .primary-menu ul li.menu-has-children > a {
  position: relative;
}
.dr-header .dh-main-menu .header-row .primary-menu ul li.menu-has-children > a::after {
  content: url(../images/icons/arrowDown.svg);
  position: absolute;
  right: -22px;
}
.dr-header .dh-main-menu .header-row .primary-menu ul li.menu-has-children:hover .dr-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dr-header .dh-main-menu .header-row .dr-subscribe-search {
  gap: 16px;
}
.dr-header .dh-main-menu .header-row .dr-subscribe-search .btn-search {
  width: 28px;
  height: 28px;
  object-fit: contain;
  cursor: pointer;
}
.dr-header .dh-main-menu {
  background-color: #fff;
  padding: 16px 0;
}
.dr-header .dr-mega-menu {
  background: #f3f9f7;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  padding-top: 32px;
  padding-bottom: 32px;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: 0.3s ease-in-out;
  overflow-x: hidden;
}
.dr-header .dr-mega-menu .dr-article-row {
  display: none;
}
.dr-header .dr-mega-menu .dr-mega-menu-row ul:first-of-type {
  margin-top: 48px;
}
.dr-header .dr-mega-menu .active {
  display: block;
}
.dr-header .dr-mega-menu ul li:not(:last-child) {
  margin-bottom: 32px;
}
.dr-header .dr-mega-menu ul li a {
  text-transform: capitalize;
  font-weight: 500;
  line-height: 26px;
  cursor: pointer;
  padding-left: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  border-radius: 6px;
  display: block;
  position: relative;
  transition: all 0.2s linear;
}
.dr-header .dr-mega-menu ul li a::after {
  content: url(../images/icons/arrowVector.svg);
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear;
}
.dr-header .dr-mega-menu ul li.selected a, .dr-header .dr-mega-menu ul li:hover a {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.0705882353);
  background: white;
}
.dr-header .dr-mega-menu ul li.selected a::after, .dr-header .dr-mega-menu ul li:hover a::after {
  opacity: 1;
  visibility: visible;
}
.dr-header .dr-mega-menu .dr-article-container {
  border-radius: 12px;
  background: #fff;
  padding: 32px;
}
.dr-header .dr-mega-menu .dr-article-container .dr-article-row a.btn-more {
  margin-bottom: 16px;
}
.dr-header .dr-mega-menu .dr-article-container .dr-article-row h6 {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0;
}
.dr-header .dr-mega-menu .dr-article-container .dr-article-row .drli-content a {
  margin-bottom: 0;
}
.dr-header .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(26, 26, 26, 0.3);
  z-index: 4;
  transition: 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.dr-header .overlay.blurred {
  background: linear-gradient(0deg, rgba(26, 26, 26, 0.55) 0%, rgba(26, 26, 26, 0.14) 100%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.dr-header .overlay.show {
  opacity: 1;
  visibility: visible;
}

.dr-offcanvas-menu {
  z-index: 10;
  background: #1a1a1a;
  padding-top: 16px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 60px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  max-width: 720px;
  transform: translateX(-100%);
  transition: 0.3s ease-in-out;
  transform-origin: left;
  overflow-y: auto;
}
.dr-offcanvas-menu.opened-sml {
  transform: translateX(0);
}
.dr-offcanvas-menu .dr-offcanvas-menu-cross {
  cursor: pointer;
}
.dr-offcanvas-menu .dr-offcanvas-menu-wrapper {
  background-color: rgba(26, 26, 26, 0.5);
}
.dr-offcanvas-menu .dr-small-text-menu {
  margin-bottom: 32px;
}
.dr-offcanvas-menu .dr-small-text-menu li a {
  line-height: 24px;
  color: #fff;
  font-size: 16px;
}
.dr-offcanvas-menu .dr-small-text-menu li:not(:last-child) {
  margin-bottom: 20px;
}
.dr-offcanvas-menu .dr-ham-major-menu {
  margin-bottom: 56px;
}
.dr-offcanvas-menu .dr-ham-major-menu span,
.dr-offcanvas-menu .dr-ham-major-menu a {
  color: #fff;
}
.dr-offcanvas-menu .dr-ham-major-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.dr-offcanvas-menu .dr-ham-major-menu li > a:not(:last-child) {
  margin-bottom: 12px;
}
.dr-offcanvas-menu .dr-ham-major-menu li .children {
  padding: 0 0 0 20px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.dr-offcanvas-menu .dr-ham-major-menu li .children li a {
  font-size: 16px;
  color: #fff;
}
.dr-offcanvas-menu .dr-ham-major-menu li .children li:not(:last-child) {
  margin-bottom: 20px;
}
.dr-offcanvas-menu .dr-ham-major-menu li.menu-has-children > a {
  position: relative;
  width: 100%;
}
.dr-offcanvas-menu .dr-ham-major-menu li.menu-has-children > a::after {
  content: url(../images/angle-down-ham.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.3s ease-in-out;
  line-height: 0;
}
.dr-offcanvas-menu .dr-ham-major-menu li.menu-has-children[aria-expanded=true] .children {
  opacity: 1;
  max-height: 1000px;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  margin: 36px 0;
}
.dr-offcanvas-menu .dr-ham-major-menu li.menu-has-children[aria-expanded=true] a::after {
  transform: translateY(-50%) rotate(-180deg);
}
.dr-offcanvas-menu .text-design {
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  padding: 0;
  background: none;
}
.dr-offcanvas-menu .custom-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dr-offcanvas-menu .dr-offcanvas-menu-logo-cross {
  margin-bottom: 52px;
}
.dr-offcanvas-menu .dr-offcanvas-menu-search {
  margin-bottom: 40px;
  border-bottom: 1px solid #444;
  padding-bottom: 8px;
}
.dr-offcanvas-menu .dr-offcanvas-menu-search input {
  background: transparent;
  color: #a6a6a6;
}
.dr-offcanvas-menu .dr-offcanvas-menu-search input:-ms-input-placeholder {
  color: #a6a6a6;
}
.dr-offcanvas-menu .dr-offcanvas-menu-search input::placeholder {
  color: #a6a6a6;
}
.dr-offcanvas-menu .dr-sign-up-text {
  color: white;
  max-width: 346px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.dr-search-module {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 100vh;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.2s linear;
  transition-delay: 0.1s;
  background-color: #fff;
}
.dr-search-module .close-btn-wrapper {
  padding: 20px 0 40px;
}
.dr-search-module .dsm-input {
  border-bottom: 1px solid #bfbfbf;
  gap: 14px;
  margin-bottom: 80px;
}
.dr-search-module .dsm-input h3 {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 0;
  font-weight: 400;
}
.dr-search-module .dsm-input button.btn-submit-search, .dr-search-module .dsm-input button.btn-submit-search {
  padding-bottom: 12px;
}
.dr-search-module .dn-content-box {
  padding-bottom: 100px;
}
.dr-search-module .dn-content-box .row {
  --bs-gutter-y: 40px;
}
.dr-search-module.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .dr-header .dh-main-menu .header-row .dr-subscribe-search,
  .dr-header .dh-main-menu .header-row .dr-logo-and-hamburger {
    gap: 20px;
  }
  .dr-header .dh-main-menu .header-row .dr-logo-and-hamburger > a {
    max-width: 178px;
  }
  .dr-offcanvas-menu {
    padding-top: 28px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 40px;
  }
  .dr-offcanvas-menu .text-design {
    font-size: 30px;
    line-height: 47px;
  }
  .dr-offcanvas-menu .dr-small-text-menu ul li a {
    font-size: 18px;
    line-height: 26px;
  }
  .dr-offcanvas-menu .dr-offcanvas-menu-logo-cross {
    margin-bottom: 60px;
  }
  .dr-offcanvas-menu .dr-sign-up-text {
    margin-bottom: 60px;
  }
  .dr-offcanvas-menu .accordion-body ul li a {
    font-size: 18px;
  }
  .dr-search-module .dsm-input {
    gap: 28px;
  }
}
@media (min-width: 992px) {
  .dr-header .dh-main-menu {
    padding: 0;
  }
  .dr-header .dh-main-menu .header-row .primary-menu ul {
    gap: 40px;
    justify-content: center;
  }
  .dr-search-module .close-btn-wrapper {
    padding: 60px 0 100px;
  }
  .dr-search-module .dsm-input h3 {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (min-width: 1200px) {
  .dr-header .dh-main-menu .header-row .primary-menu ul {
    justify-content: flex-start;
    gap: 68px;
  }
  .dr-offcanvas-menu {
    min-width: 560px;
  }
}
