.header {
  width: 100%;
  z-index: 10;
  background: #ffffff !important;
  margin-bottom: 1px;
}
@media (max-width: 991.98px) {
  .header {
    margin-bottom: 12px;
  }
}
.header-menu {
  padding: 0.5em 0;
  border-bottom: 1px solid #DBDBDB;
}
@media (min-width: 992px) {
  .header-menu {
    padding: 0.5em 0;
    border-top: 1px solid #DBDBDB;
  }
}
.header-banner {
  padding: 6px 0;
}
@media (max-width: 991.98px) {
  .header-banner {
    margin-bottom: 12px;
  }
}
.header .mega-menu-wrap {
  background: transparent !important;
}
@media (min-width: 768px) {
  .header {
    margin-bottom: 2px;
  }
}
@media (min-width: 992px) {
  .header {
    border-bottom: 0;
    margin: 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  .header > .container {
    align-items: center;
    position: relative;
  }
}
.header__logo a {
  display: block;
}
.header__logo a img {
  margin: 0 auto;
  width: 114px;
  height: 62px;
}
@media (min-width: 992px) {
  .header__logo a img {
    margin: 0;
    height: auto;
    width: 202px !important;
  }
}
@media (max-width: 991.98px) {
  .header__logo a img {
    height: 30px;
    width: auto !important;
  }
}
.header__right {
  width: 100%;
}
@media (min-width: 992px) {
  .header__right {
    display: flex;
    width: calc(100% - 325px);
    align-items: center;
  }
}
.header__right__wrapper {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.header__right__cta a {
  width: max-content;
}
.header__right__cta svg {
  margin-left: 20px;
}
.header__right .top-section__language {
  display: none;
}
@media (min-width: 992px) {
  .header__right .language-switcher {
    padding-right: 15px;
  }
}
.header__right__search {
  position: relative;
}
.header__right__search--mobile form.search-form {
  display: flex;
}
.header__right__search--mobile form.search-form label {
  flex: 1;
}
.header__right__search--mobile form.search-form input.search-field {
  width: 100%;
}
.header__right__search.show-search form.search-form {
  display: flex;
}
.header__right__search button.btn-search {
  padding: 0.4em 1em !important;
  margin-left: 1em;
}
@media (min-width: 992px) {
  .header__right__search form.search-form {
    display: none;
    position: absolute;
    right: 0;
    bottom: -54px;
  }
}
.header__right__search input.search-field {
  background-color: #f5f5f5;
  height: 40px;
  border: 1px solid #212121 !important;
  padding-left: 18px !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  padding-right: 18px !important;
}
.header__right__search input.search-submit {
  background-color: var(--theme-quartiary) !important;
  color: var(--theme-quartiary-text) !important;
  border-color: var(--theme-quartiary-border) !important;
}
.header__right__search input.search-submit--outline {
  background-color: transparent !important;
  color: var(--theme-quartiary) !important;
}
.header__right__search input.search-submit:hover {
  background-color: var(--theme-quartiary-hover) !important;
  border-color: var(--theme-quartiary-hover-border) !important;
  color: var(--theme-quartiary-hover-text) !important;
}
.header__right__search input.search-submit:after {
  background-color: var(--theme-quartiary-border) !important;
}
.header__search {
  width: 6%;
}
@media (min-width: 992px) {
  .header__search {
    width: 549px;
  }
}
.header__search button {
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 1.484rem;
  color: #f36557;
  border: 0;
  background: transparent;
}
@media (min-width: 992px) {
  .header__search button {
    top: 8px;
    right: 18px;
    font-size: 1.125rem;
  }
}
.header__search .form-control {
  display: none;
  width: 100%;
  height: 42px;
  font-size: 0.895rem;
  letter-spacing: 0.3px;
  color: rgba(233, 236, 239, 0.6);
  border: solid 2px rgba(222, 226, 230, 0.2);
  border-radius: 0.654rem;
  box-shadow: none;
  padding-right: 40px;
  padding-left: 24px;
}
@media (min-width: 992px) {
  .header__search .form-control {
    display: block;
  }
}
.header__search .form-control::placeholder {
  color: rgba(233, 236, 239, 0.6);
}
.header__list {
  margin: 0 5px 0 0;
  list-style: none;
}
@media (min-width: 992px) {
  .header__list {
    margin: 1px 0 0;
    align-items: end;
    padding-bottom: 12px !important;
  }
}
.header__list li {
  position: relative;
  margin-left: 15px;
}
@media (min-width: 992px) {
  .header__list li {
    padding-left: 32px;
    margin-left: 0;
  }
}
.header__list li:first-child {
  padding: 0;
}
.header__list li a {
  display: block;
  font-size: 0;
  text-decoration: none;
  color: #121C42;
}
@media (min-width: 992px) {
  .header__list li a {
    font-size: 0.697rem;
  }
}
.header__list li sup {
  position: absolute;
  top: -12px;
  right: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff;
  border-radius: 50rem;
  background-color: #38978B;
}
@media (min-width: 992px) {
  .header__list li sup {
    top: -10px;
    right: 10px;
    width: 15px;
    height: 15px;
    font-size: 0.562rem;
  }
}
.header__menu-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.header__menu-item {
  line-height: 3.2;
  padding-right: 31px;
}
.header__menu-item:last-child {
  margin-left: auto;
  padding-right: 0;
}
.header__menu-item:last-child a {
  font-weight: 400;
}
.header__toggle {
  position: relative;
  z-index: 15;
  display: block;
  cursor: pointer;
  color: var(--theme-mobile-menu-icon);
}
.header__toggle svg {
  font-size: 1.25rem;
  vertical-align: middle;
}
.header__toggle span {
  color: var(--theme-mobile-menu-text);
}
@media (min-width: 992px) {
  .header nav#nav {
    margin-top: auto;
    position: relative;
  }
}
.header__sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
}
.header__sticky .header-active-sticky {
  display: none;
}
.header__sticky--active .header-banner {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.header__sticky--active .header__right .top-section__language {
  display: block;
}
.header__sticky--active .header__right .top-section__language ul {
  padding-top: 10px;
}
.header__sticky--active .header__right .top-section__language ul li a {
  color: var(--theme-body);
  border-color: var(--theme-body);
}
.header__sticky--active .header__right .top-section__language button {
  color: var(--theme-cta-link);
  top: 14px;
}
.header__sticky--active .header-active-sticky {
  display: block;
}
.header-intro-full-content {
  margin-top: 150px;
}
@media (max-width: 991.98px) {
  .header-intro-full-content {
    margin-top: 100px;
  }
}

form.dgwt-wcas-search-form input[type=search] {
  border-radius: 10px !important;
}
@media (min-width: 992px) {
  form.dgwt-wcas-search-form input[type=search] {
    width: 548px !important;
  }
}

#mega-menu-wrap-headerMenu #mega-menu-headerMenu > li.mega-menu-flyout ul.mega-sub-menu {
  margin-top: 12px;
  z-index: 2;
}
#mega-menu-wrap-headerMenu #mega-menu-headerMenu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  text-shadow: 0 0 1px #212121;
}
#mega-menu-wrap-headerMenu #mega-menu-headerMenu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  text-shadow: 0 0 1px #FF0028;
}
#mega-menu-wrap-headerMenu #mega-menu-headerMenu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.submenu-middle-mobileonly a {
  display: none;
}
#mega-menu-wrap-headerMenu #mega-menu-headerMenu > li.mega-menu-flyout ul.mega-sub-menu:before, #mega-menu-wrap-headerMenu #mega-menu-headerMenu > li.mega-menu-flyout ul.mega-sub-menu:after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  transform: translate(2px, 7px);
  transition: transform 0.2s ease-out;
}
#mega-menu-wrap-headerMenu #mega-menu-headerMenu > li.mega-menu-flyout ul.mega-sub-menu:before {
  height: 100%;
  left: -4px;
  z-index: 0;
  background-color: #FFFFFF;
  width: calc(100% + 2px);
}
#mega-menu-wrap-headerMenu #mega-menu-headerMenu > li.mega-menu-flyout ul.mega-sub-menu:after {
  height: calc(100% + 7px);
  left: -10px;
  width: 100%;
  z-index: -1;
  background-color: #FF0028;
}
#mega-menu-wrap-headerMenu #mega-menu-headerMenu > li.mega-menu-item > a.mega-menu-link {
  font-weight: 500;
  text-shadow: 0 0 1px #212121;
}
#mega-menu-wrap-headerMenu #mega-menu-headerMenu > li.mega-menu-item > a.mega-menu-link:hover {
  text-shadow: 0 0 1px #FF0028;
}
#mega-menu-wrap-headerMenu #mega-menu-headerMenu > li.mega-menu-item:last-child {
  margin-right: 0;
}
#mega-menu-wrap-headerMenu #mega-menu-headerMenu > li.mega-menu-item-has-children > a.mega-menu-link svg.fa-chevron-up, #mega-menu-wrap-headerMenu #mega-menu-headerMenu > li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator {
  display: none;
}
#mega-menu-wrap-headerMenu #mega-menu-headerMenu > li.mega-menu-item-has-children > a.mega-menu-link > svg {
  margin-left: 6px;
}
#mega-menu-wrap-headerMenu #mega-menu-headerMenu > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link {
  text-shadow: 0 0 1px #FF0028;
}
#mega-menu-wrap-headerMenu #mega-menu-headerMenu > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link svg.fa-chevron-up {
  display: inline-block !important;
}
#mega-menu-wrap-headerMenu #mega-menu-headerMenu > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link svg.fa-chevron-down {
  display: none !important;
}
#mega-menu-wrap-headerMenu #mega-menu-headerMenu > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:hover {
  text-shadow: 0 0 1px #FF0028;
}

.mega-amount {
  position: relative;
}
.mega-amount:after {
  position: absolute;
  top: 0;
  right: -25px;
  height: 20px !important;
  width: 20px !important;
  content: "1" !important;
  display: flex !important;
  background: var(--theme-heading);
  color: #ffffff;
  border-radius: 50%;
  place-content: center;
  font-size: 0.875rem;
  line-height: 17px;
  font-weight: 700;
}

@media (min-width: 992px) {
  body.admin-bar .header__sticky {
    top: 32px;
  }
}
