@import url(https://fonts.googleapis.com/css2?family=Zalando+Sans:ital,wght@0,200..900;1,200..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500;600;700&display=swap);
/**
 * Custom Styles
 * 
 * This file compiles separately and loads AFTER main.css
 * Only include NEW functionality here.
 */
body {
  font-family: "Zalando Sans", sans-serif;
  font-optical-sizing: auto;
}

h1,
h2,
h3,
h4 {
  font-family: "Zalando Sans", sans-serif;
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link {
  font-weight: 500;
}

footer.content-info h2.footer-title,
.campaigns__card-title,
.btn-outline-light,
.btn-outline,
.btn,
.related-content__event-link,
.related-content__news-link,
.related-content__support-link,
.related-content__action-link,
.footer-social__label,
footer .s1,
footer h3,
header.mainnav #mega-menu-wrap-primary_navigation ul#mega-menu-primary_navigation .mega-menu-item-20761 > a.mega-menu-link,
header.mainnav #mega-menu-wrap-primary_navigation ul#mega-menu-primary_navigation .mega-menu-item-12978 > a.mega-menu-link,
h4.mega-block-title {
  font-family: "Barlow Semi Condensed", sans-serif !important;
}

.psc-cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px;
  color: white;
  box-sizing: border-box;
  margin: 30px 0;
}
.psc-cta__body {
  flex: 1 1 480px;
  min-width: 260px;
}
.psc-cta__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 7.5px 0;
}
.psc-cta__description {
  font-size: 1.222rem;
  line-height: 1.5;
  margin: 0;
}
.psc-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  color: white;
  flex-shrink: 0;
  transition: background-color 0.15s ease, filter 0.15s ease;
}
.psc-cta__button:hover, .psc-cta__button:focus {
  text-decoration: none;
  background: white;
  color: black;
}
.psc-cta__button-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid currentColor;
}
.psc-cta--red {
  background: #BD1000;
}
.psc-cta--red .psc-cta__button {
  background: black;
  color: white;
}
.psc-cta--red .psc-cta__button:hover, .psc-cta--red .psc-cta__button:focus {
  background: white;
  color: black;
}
.psc-cta--black {
  background: black;
}
.psc-cta--black .psc-cta__button {
  background: #038721;
}
.psc-cta--black .psc-cta__button:hover, .psc-cta--black .psc-cta__button:focus {
  background: white;
  color: black;
}
@media (max-width: 991px) {
  .psc-cta {
    gap: 15px;
  }
  .psc-cta__title {
    font-size: 2rem;
  }
  .psc-cta__description {
    font-size: 1.111rem;
  }
}
@media (max-width: 767px) {
  .psc-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .psc-cta__body {
    width: 100%;
    min-width: 0;
  }
  .psc-cta__button {
    width: 100%;
    justify-content: space-between;
  }
}

.related-content__heading {
  font-size: 2.556em;
  font-weight: 600;
  margin: 0 0 30px 0;
  max-width: 70%;
}
.related-content__heading--light {
  color: white;
}
@media (max-width: 767px) {
  .related-content__heading {
    font-size: 1.889em;
    max-width: 100%;
  }
}
.related-content__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 15px;
}
.related-content__view-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border: 2px solid #038721;
  color: #038721;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.778em;
  text-decoration: none;
  transition: all 0.2s ease;
}
.related-content__view-all:hover {
  background: #038721;
  color: white;
  text-decoration: none;
}
.related-content__btn-arrow {
  font-size: 0.889em;
  margin-left: 6px;
}
.related-content__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #373D3F;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.2s ease;
  opacity: 0.5;
}
.related-content__nav:hover {
  background: #525a5d;
}
.related-content__nav.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.related-content__nav--next {
  right: -60px;
}
@media (max-width: 767px) {
  .related-content__nav--next {
    right: 5px;
  }
}
.related-content__nav--prev {
  left: -60px;
}
@media (max-width: 767px) {
  .related-content__nav--prev {
    left: 5px;
  }
}
.related-content__nav-arrow {
  color: white;
  font-size: 25px;
  font-weight: bold;
}
.related-content__carousel-wrapper {
  position: relative;
  overflow: hidden;
}
.related-content__carousel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(to right, transparent, #EDEFF1);
  pointer-events: none;
  z-index: 5;
}
.related-content__carousel-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(to left, transparent, #EDEFF1);
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.related-content__carousel-wrapper:not(.at-start)::before {
  opacity: 1;
}
.related-content__carousel-wrapper.at-end::after {
  opacity: 0;
}
.related-content__carousel-wrapper--bleed {
  overflow: visible;
}
.related-content__carousel-wrapper--bleed .related-content__carousel-container {
  overflow: visible;
  position: relative;
}
.related-content__carousel-wrapper--bleed .related-content__carousel {
  overflow: visible;
}
.related-content__carousel-wrapper--bleed::after {
  right: 0;
  width: calc((100vw - 1170px) / 2);
  background: linear-gradient(to right, transparent, #EDEFF1 100px);
}
@media (max-width: 1199px) {
  .related-content__carousel-wrapper--bleed::after {
    width: calc((100vw - 970px) / 2);
  }
}
@media (max-width: 991px) {
  .related-content__carousel-wrapper--bleed::after {
    width: calc((100vw - 750px) / 2);
  }
}
@media (max-width: 767px) {
  .related-content__carousel-wrapper--bleed::after {
    width: 80px;
    background: linear-gradient(to right, transparent, #EDEFF1 60px);
  }
}
.related-content__carousel-wrapper--bleed::before {
  left: 0;
  width: calc((100vw - 1170px) / 2);
  background: linear-gradient(to left, transparent, #EDEFF1 100px);
}
@media (max-width: 1199px) {
  .related-content__carousel-wrapper--bleed::before {
    width: calc((100vw - 970px) / 2);
  }
}
@media (max-width: 991px) {
  .related-content__carousel-wrapper--bleed::before {
    width: calc((100vw - 750px) / 2);
  }
}
@media (max-width: 767px) {
  .related-content__carousel-wrapper--bleed::before {
    content: unset !important;
  }
}
.related-content__carousel {
  overflow: visible;
}
.related-content__carousel .swiper-wrapper {
  align-items: stretch;
}
.related-content__carousel .swiper-slide {
  height: auto;
  width: auto;
}

.related-content--banner {
  margin-top: 0;
}
.related-content--banner .related-content__banner-bg {
  background-size: cover;
  background-position: center;
  min-height: 450px;
  display: flex;
  align-items: center;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .related-content--banner .related-content__banner-bg {
    min-height: 350px;
  }
}
.related-content--banner .related-content__banner-content {
  background: black;
  color: white;
  padding: 30px 30px;
  max-width: 650px;
}
@media (max-width: 767px) {
  .related-content--banner .related-content__banner-content {
    padding: 15px;
    max-width: 100%;
  }
}
.related-content--banner .related-content__banner-heading {
  font-size: 2.111em;
  font-weight: 600;
  margin: 0 0 15px 0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .related-content--banner .related-content__banner-heading {
    font-size: 1.556em;
  }
}
.related-content--banner .related-content__banner-text {
  font-size: 1.278em;
  margin: 0 0 30px 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .related-content--banner .related-content__banner-text {
    font-size: 1.056em;
  }
}
.related-content--banner .related-content__banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.related-content--news {
  background: #EDEFF1;
  padding: 60px 0;
  overflow: hidden;
}
.related-content--news .related-content__carousel-wrapper--bleed::after {
  background: linear-gradient(to right, transparent 0%, rgba(237, 239, 241, 0.5) 50%, #EDEFF1 100%);
}
.related-content--news .related-content__carousel--news .swiper-slide {
  width: 350px;
  flex-shrink: 0;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid rgba(55, 61, 63, 0.15);
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .related-content--news .related-content__carousel--news .swiper-slide {
    width: 290px;
  }
}
@media (max-width: 991px) {
  .related-content--news .related-content__carousel--news .swiper-slide {
    width: 340px;
  }
}
@media (max-width: 767px) {
  .related-content--news .related-content__carousel--news .swiper-slide {
    width: calc(100vw - 80px);
    padding-right: 20px;
  }
}
.related-content--news .related-content__news-card {
  background: transparent;
  padding: 15px 0;
}
.related-content--news .related-content__news-meta {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 15px;
  text-transform: uppercase;
  color: #373D3F;
}
.related-content--news .related-content__news-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 9px;
}
.related-content--news .related-content__news-dot--red {
  background: #BD1000;
}
.related-content--news .related-content__news-dot--green {
  background: #038721;
}
.related-content--news .related-content__news-title {
  font-size: 1.278em;
  font-weight: 600;
  margin: 0 0 15px 0;
  line-height: 1.4;
}
.related-content--news .related-content__news-title a {
  color: #373D3F;
  text-decoration: none;
}
.related-content--news .related-content__news-title a:hover {
  color: #038721;
}
.related-content--news .related-content__news-link {
  display: inline-flex;
  align-items: center;
  color: #038721;
  font-weight: 700;
  font-size: 0.889em;
  text-transform: uppercase;
  text-decoration: none;
}
.related-content--news .related-content__news-link:hover {
  text-decoration: underline;
}

.related-content--events {
  background: #EDEFF1;
  padding: 60px 0;
  overflow: hidden;
}
.related-content--events .related-content__carousel-wrapper--bleed::after {
  background: linear-gradient(to right, transparent 0%, rgba(237, 239, 241, 0.5) 50%, #EDEFF1 100%);
}
.related-content--events .related-content__carousel--events .swiper-slide {
  flex-shrink: 0;
  padding-right: 30px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .related-content--events .related-content__carousel--events .swiper-slide {
    padding-right: 20px;
  }
}
.related-content--events .related-content__event-card {
  display: flex;
  gap: 16px;
  background: transparent;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .related-content--events .related-content__event-card {
    flex-direction: column;
  }
}
.related-content--events .related-content__event-image {
  flex-shrink: 0;
  width: 130px;
  height: 130px;
}
.related-content--events .related-content__event-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .related-content--events .related-content__event-image {
    width: 100%;
    height: 160px;
  }
}
.related-content--events .related-content__event-details {
  flex: 1;
  min-width: 0;
}
.related-content--events .related-content__event-meta {
  font-size: 0.889em;
  text-transform: uppercase;
  color: #373D3F;
  margin-bottom: 9px;
}
.related-content--events .related-content__event-date {
  font-weight: 700;
  color: #038721;
}
.related-content--events .related-content__event-location-label {
  color: #6d7679;
}
.related-content--events .related-content__event-title {
  font-size: 1.167em;
  font-weight: 600;
  margin: 0 0 9px 0;
  line-height: 1.4;
}
.related-content--events .related-content__event-title a {
  color: #373D3F;
  text-decoration: none;
}
.related-content--events .related-content__event-title a:hover {
  color: #038721;
}
.related-content--events .related-content__event-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.889em;
  color: #373D3F;
  margin-bottom: 11px;
}
.related-content--events .related-content__event-location-icon {
  color: #038721;
}
.related-content--events .related-content__event-link {
  display: inline-flex;
  align-items: center;
  color: #038721;
  font-weight: 700;
  font-size: 0.889em;
  text-transform: uppercase;
  text-decoration: none;
}
.related-content--events .related-content__event-link:hover {
  text-decoration: underline;
}

.related-content--action {
  background: black;
  padding: 60px 0;
}
.related-content--action .related-content__action-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .related-content--action .related-content__action-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .related-content--action .related-content__action-grid {
    grid-template-columns: 1fr;
  }
}
.related-content--action .related-content__action-card {
  display: flex;
  flex-direction: column;
}
.related-content--action .related-content__action-card.related-content__action-card-link {
  text-decoration: none;
  color: inherit;
  height: 100%;
  display: flex;
}
.related-content--action .related-content__action-card--newsletter .related-content__action-content {
  background: #BD1000;
  height: 100%;
}
.related-content--action .related-content__action-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.related-content--action .related-content__action-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .related-content--action .related-content__action-image {
    height: 195px;
  }
}
.related-content--action .related-content__action-content {
  background: #038721;
  color: white;
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.related-content--action .related-content__action-content--full {
  height: 100%;
}
.related-content--action .related-content__action-title {
  font-size: 1.556em;
  font-weight: 600;
  margin: 0 0 0.5em 0;
  line-height: 1.25;
}
.related-content--action .related-content__action-description {
  font-size: 1em;
  margin: 0 0 1.25em 0;
  line-height: 1.5;
  flex: 1;
}
.related-content--action .related-content__action-link {
  display: inline-flex;
  align-items: center;
  color: white;
  font-weight: 700;
  font-size: 0.778em;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: auto;
  letter-spacing: 0.02em;
}
.related-content--action .related-content__action-link:hover {
  text-decoration: underline;
  color: white;
}
.related-content--action .related-content__action-card-link:hover .related-content__action-image img {
  transform: scale(1.02);
}
.related-content--action .related-content__action-card-link:hover .related-content__action-link {
  text-decoration: underline;
}
.related-content--action .related-content__newsletter-form {
  margin-top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.related-content--action .related-content__newsletter-form .related-content__newsletter-title {
  font-size: 1.333em;
  font-weight: 700;
  margin: 0 0 0.6em 0;
  line-height: 1.2;
}
.related-content--action .related-content__newsletter-form .related-content__newsletter-description {
  font-size: 1.111em;
  margin: 0 0 1.3em 0;
  line-height: 1.45;
}
.related-content--action .related-content__newsletter-form .related-content__newsletter-description em,
.related-content--action .related-content__newsletter-form .related-content__newsletter-description i {
  font-style: italic;
}
.related-content--action .related-content__newsletter-form .related-content__newsletter-field {
  margin-bottom: 16px;
}
.related-content--action .related-content__newsletter-form label {
  display: block;
  font-size: 0;
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.related-content--action .related-content__newsletter-form input[type=text],
.related-content--action .related-content__newsletter-form input[type=email] {
  width: 100% !important;
  padding: 12px;
  border: none;
  background: white;
  color: #373D3F;
  font-size: 0.889em;
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: 16px;
  height: auto;
}
.related-content--action .related-content__newsletter-form input[type=text]::-moz-placeholder, .related-content--action .related-content__newsletter-form input[type=email]::-moz-placeholder {
  color: #6d7679;
}
.related-content--action .related-content__newsletter-form input[type=text]::placeholder,
.related-content--action .related-content__newsletter-form input[type=email]::placeholder {
  color: #6d7679;
}
.related-content--action .related-content__newsletter-form .related-content__newsletter-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
  font-size: 0.889em;
  line-height: 1.45;
}
.related-content--action .related-content__newsletter-form .related-content__newsletter-consent input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
  accent-color: white;
}
.related-content--action .related-content__newsletter-form .related-content__newsletter-consent span {
  flex: 1;
}
.related-content--action .related-content__newsletter-form .mc4wp-form-fields .form-group {
  display: block;
}
.related-content--action .related-content__newsletter-form .mc4wp-form-fields p {
  margin: 0 0 16px 0;
}
.related-content--action .related-content__newsletter-form .mc4wp-form-fields p label {
  display: block;
  font-size: 0;
  margin: 0;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.related-content--action .related-content__newsletter-form .mc4wp-form-fields input[type=text],
.related-content--action .related-content__newsletter-form .mc4wp-form-fields input[type=email] {
  width: 100% !important;
  padding: 12px;
  border: none;
  background: white;
  color: #373D3F;
  font-size: 0.889em;
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: 16px;
  height: auto;
}
.related-content--action .related-content__newsletter-form .mc4wp-form-fields input[type=text]::-moz-placeholder, .related-content--action .related-content__newsletter-form .mc4wp-form-fields input[type=email]::-moz-placeholder {
  color: #6d7679;
}
.related-content--action .related-content__newsletter-form .mc4wp-form-fields input[type=text]::placeholder,
.related-content--action .related-content__newsletter-form .mc4wp-form-fields input[type=email]::placeholder {
  color: #6d7679;
}
.related-content--action .related-content__newsletter-form button,
.related-content--action .related-content__newsletter-form input[type=submit] {
  background: transparent;
  color: white;
  border: 2px solid white;
  padding: 12px 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.889em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  margin-right: auto;
}
.related-content--action .related-content__newsletter-form button:hover,
.related-content--action .related-content__newsletter-form input[type=submit]:hover {
  background: white;
  color: #BD1000;
}
.related-content--action .related-content__newsletter-form button::after,
.related-content--action .related-content__newsletter-form input[type=submit]::after {
  content: "\f04b";
  font-family: "FontAwesome";
  font-size: 0.786em;
  font-weight: normal;
}

.related-content--support {
  background: black;
  padding: 60px 0;
}
.related-content--support .related-content__support-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.related-content--support .related-content__support-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 767px) {
  .related-content--support .related-content__support-row {
    grid-template-columns: 1fr;
  }
}
.related-content--support .related-content__support-card {
  display: flex;
  overflow: hidden;
}
.related-content--support .related-content__support-card.related-content__support-card-link {
  text-decoration: none;
  color: inherit;
  height: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .related-content--support .related-content__support-card--membership, .related-content--support .related-content__support-card--shop {
    flex-direction: column;
  }
}
.related-content--support .related-content__support-card--donate .related-content__support-content, .related-content--support .related-content__support-card--legacy .related-content__support-content {
  width: 100%;
}
.related-content--support .related-content__support-image {
  flex-shrink: 0;
  width: 50%;
}
.related-content--support .related-content__support-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .related-content--support .related-content__support-image {
    width: 100%;
    height: 200px;
  }
}
.related-content--support .related-content__support-content {
  width: 50%;
  padding: 32px;
  color: white;
  display: flex;
  flex-direction: column;
}
.related-content--support .related-content__support-content--green {
  background: #038721;
}
.related-content--support .related-content__support-content--red {
  background: #BD1000;
}
.related-content--support .related-content__support-content--full {
  justify-content: center;
}
@media (max-width: 767px) {
  .related-content--support .related-content__support-content {
    width: 100%;
  }
}
.related-content--support .related-content__support-title {
  font-size: 1.667em;
  font-weight: 600;
  margin: 0 0 0.5em 0;
  line-height: 1.2;
}
.related-content--support .related-content__support-description {
  font-size: 1em;
  margin: 0 0 1.25em 0;
  line-height: 1.5;
}
.related-content--support .related-content__support-description a {
  color: white;
  text-decoration: underline;
}
.related-content--support .related-content__support-description a:hover {
  text-decoration: none;
}
.related-content--support .related-content__support-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 2px solid white;
  background: transparent;
  color: white;
  font-weight: 700;
  font-size: 0.778em;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: auto;
  margin-right: auto;
  cursor: pointer;
}
.related-content--support .related-content__support-link:hover {
  background: transparent;
  color: white;
  text-decoration: none;
}
.related-content--support .related-content__support-link:hover .related-content__external-icon {
  filter: brightness(0) invert(1);
}
.related-content--support .related-content__external-icon {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.related-content--support .related-content__support-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 2px solid white;
  background: transparent;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.778em;
  text-decoration: none;
  margin-right: auto;
  cursor: pointer;
}
.related-content--support .related-content__support-btn:hover {
  background: transparent;
  color: white;
  text-decoration: none;
}
.related-content--support .related-content__support-card-link:hover .related-content__support-image img {
  transform: scale(1.02);
}
.related-content--support .related-content__support-card-link:hover .related-content__support-link {
  background: transparent;
  color: white;
  text-decoration: none;
}
.related-content--support .related-content__support-card-link:hover .related-content__support-link .related-content__external-icon {
  filter: brightness(0) invert(1);
}
.related-content--support .related-content__support-card-link:hover .related-content__support-btn {
  background: transparent;
  color: white;
  text-decoration: none;
}

.btn-outline-light {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 14px 24px;
  border: 2px solid white;
  background: transparent;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.889em;
  text-decoration: none;
}
.btn-outline-light:hover {
  background: white;
  color: #373D3F;
  text-decoration: none;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 14px 24px;
  border: 2px solid #038721;
  background: transparent;
  color: #038721;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.889em;
  text-decoration: none;
}
.btn-outline:hover {
  background: #038721;
  color: white;
  text-decoration: none;
}

.content-info {
  background: #000 !important;
  color: #fff;
  padding-top: 50px;
}
.content-info a {
  color: #fff;
}

.footer-social {
  padding: 40px 0;
}
.footer-social .footer-social__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  justify-content: flex-start;
}
.footer-social .footer-social__item {
  align-items: center;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  justify-content: center;
  padding: 12px 22px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.footer-social .footer-social__item:hover, .footer-social .footer-social__item:focus {
  background: #fff;
  color: #000;
  border-color: #fff;
  outline: none;
}
.footer-social .footer-social__item:focus-visible {
  box-shadow: 0 0 0 2px #fff;
}
.footer-social .footer-social__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.footer-social .footer-social__icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
}
.footer-social .footer-social__label {
  font-size: 15px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .footer-social {
    padding: 32px 0;
  }
  .footer-social .footer-social__grid {
    flex-direction: column;
    gap: 12px;
  }
  .footer-social .footer-social__item {
    width: 100%;
  }
}

@media (min-width: 992px) {
  footer.content-info .widget {
    width: 25% !important;
  }
}
footer.content-info h2.footer-title {
  margin-bottom: 25px;
}

.home-hero {
  position: relative;
  color: white;
  overflow: hidden;
  min-height: 445px;
}
.home-hero__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-hero__media--video {
  background: black;
}
.home-hero__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero__overlay {
  display: none;
}
.home-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 520px;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .home-hero__content {
    min-height: 420px;
    padding: 60px 0;
  }
}
.home-hero__copy {
  max-width: 900px;
  color: white;
}
.home-hero__title {
  font-size: 3.375rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 24px 0;
  color: white !important;
  display: inline;
  background: transparent;
}
@media (max-width: 991px) {
  .home-hero__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .home-hero__title {
    font-size: 2.375rem;
  }
}
.home-hero__mark {
  background: #BD1000;
  color: white;
  padding: 4px 16px 8px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  vertical-align: top;
}
.home-hero__btn {
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.home-hero__strip {
  background: black;
  color: white;
  padding: 40px 0 50px;
}
.home-hero__strip-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap;
}
.home-hero__strip-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 800px;
}
.home-hero__strip-title {
  font-size: 2.556rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.15;
}
.home-hero__strip-body {
  font-size: 1.375rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
.home-hero__strip-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: auto;
  font-size: 1rem;
  padding: 14px 24px;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .home-hero__strip-link {
    margin-left: 0;
  }
}

.home-featured {
  padding: 80px 0 70px 0;
  background: white;
}
@media (max-width: 991px) {
  .home-featured {
    padding: 60px 0 50px 0;
  }
}
.home-featured__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 36px;
  align-items: center;
}
@media (max-width: 991px) {
  .home-featured__inner {
    grid-template-columns: 1fr;
  }
}
.home-featured__media img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-featured__body {
  padding-right: 20px;
  color: #373D3F;
}
@media (max-width: 991px) {
  .home-featured__body {
    padding-right: 0;
  }
}
.home-featured__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 15px;
  text-transform: uppercase;
  color: #505050;
  margin-bottom: 12px;
}
.home-featured__meta .related-content__news-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 9px;
  flex-shrink: 0;
  outline: 2px solid black;
  outline-offset: 2px;
}
.home-featured__meta .related-content__news-dot--red {
  background: #BD1000;
  outline-color: black;
}
.home-featured__meta .related-content__news-dot--green {
  background: #038721;
  outline-color: black;
}
.home-featured__title {
  font-size: 2.25rem;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 18px 0;
}
@media (max-width: 767px) {
  .home-featured__title {
    font-size: 2.1rem;
  }
}
.home-featured__excerpt {
  font-size: 1.111rem;
  line-height: 1.5;
  margin: 0 0 28px 0;
  color: #373D3F;
}
.home-featured__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.944rem;
  border-color: #038721;
  color: #038721;
}

.home-latest {
  padding: 40px 0 90px 0;
  background: white;
}
.home-latest .related-content__header {
  display: none;
}
.home-latest .related-content__carousel-wrapper {
  background: white;
  padding: 0;
}
.home-latest .related-content__carousel-wrapper::after {
  background: linear-gradient(to right, transparent, white 100px);
}
.home-latest .related-content__carousel-wrapper::before {
  background: linear-gradient(to left, transparent, white 100px);
}
.home-latest .related-content--news {
  background: transparent;
  padding: 0;
}
.home-latest .related-content__news-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 15px;
  text-transform: uppercase;
  color: #505050;
}
.home-latest .related-content__news-dot {
  outline: 2px solid black;
  outline-offset: 2px;
}
.home-latest .related-content__news-dot--red {
  background: #BD1000;
  outline-color: black;
}
.home-latest .related-content__news-dot--green {
  background: #038721;
  outline-color: black;
}
.home-latest .related-content__carousel-wrapper--bleed::after {
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.5) 50%, white 100%);
}
.home-latest .related-content__carousel-wrapper--bleed::before {
  background: linear-gradient(to left, transparent 0%, rgba(255, 255, 255, 0.5) 50%, white 100%);
}
.home-latest.related-content--news {
  background: white;
  padding: 40px 0 90px 0;
}
@media (max-width: 991px) {
  .home-latest {
    padding: 30px 0 70px 0;
  }
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
}

header.mainnav #mega-menu-wrap-primary_navigation ul#mega-menu-primary_navigation li.mega-toggle-on ul.mega-sub-menu li h4.mega-block-title,
header.mainnav #mega-menu-wrap-primary_navigation ul#mega-menu-primary_navigation li.mega-toggle-on ul.mega-sub-menu li span.mega-block-title.collapseomatic {
  border-bottom: none !important;
}

.campaigns {
  background: white;
  padding: 60px 0 !important;
}

.campaigns__intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .campaigns__intro {
    flex-direction: column;
    align-items: flex-start;
  }
}

.campaigns__intro-text {
  max-width: 70%;
}
@media (max-width: 767px) {
  .campaigns__intro-text {
    max-width: 100%;
  }
}

.campaigns__title {
  margin: 0 0 15px 0;
  font-size: 2.444em;
  font-weight: 700;
  line-height: 1.2;
}

.campaigns__description {
  margin: 0;
  font-size: 1.222em;
  line-height: 1.5;
}

.campaigns__view-all {
  align-self: flex-start;
  color: #038721;
  border-color: #038721;
}
.campaigns__view-all:hover {
  background: #038721;
  color: white;
}

.campaigns__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 768px) {
  .campaigns__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .campaigns__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.campaigns__card {
  background: #EDEFF1;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.campaigns__card-link {
  display: flex;
  flex-direction: column;
  color: #373D3F;
  text-decoration: none;
  height: 100%;
}

.campaigns__image {
  background: #373D3F;
}
.campaigns__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.campaigns__card-title {
  margin: 0;
  padding: 15px;
  font-size: 1.222em;
  font-weight: 700;
  line-height: 1.3;
}

.campaigns__card:hover .campaigns__card-title {
  color: #038721;
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  p,
  li,
  td,
  th,
  dd,
  figcaption,
  blockquote,
  .entry-content,
  .comment-content {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
  }
  a {
    word-break: break-all;
  }
  table {
    table-layout: fixed;
    width: 100%;
  }
  img,
  iframe,
  embed,
  object,
  video {
    max-width: 100%;
    height: auto;
  }
  pre,
  code {
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
}
@media (max-width: 767px) {
  .article-image {
    display: none;
  }
}
@media (max-width: 767px) {
  .main .inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 44px !important;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer-widgets {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-widgets > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-widgets > *:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .factsheets table,
  .factsheets tbody,
  .factsheets tr,
  .factsheets td {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
  .factsheets td[width] {
    width: 100% !important;
  }
  .factsheets td {
    padding: 15px !important;
  }
  .factsheets td p[style*=padding] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .factsheets td img {
    max-width: 100%;
    height: auto;
  }
}
p {
  font-size: 18px;
}

section.articles .main-article .article .article-date,
section.events .main-article .article .article-date {
  font-size: 16px !important;
}

footer.content-info .prodtitle.entry-title,
footer.content-info h3 {
  font-size: 16px !important;
}

footer.content-info a,
footer.content-info li,
footer.content-info p {
  font-size: 16px !important;
}

footer.content-info .copyright {
  font-size: 16px !important;
}

section.page-content .flexible-page-gallery p {
  font-size: 16px !important;
}

section.articles .main-article .article-summary .article-excerpt,
section.events .main-article .article-summary .article-excerpt,
section.articles .other-articles .box .article-summary .article-excerpt,
section.events .other-articles .box .article-summary .article-excerpt {
  font-size: 16px !important;
}

header.mainnav #mega-menu-wrap-primary_navigation ul#mega-menu-primary_navigation li.mega-toggle-on ul.mega-sub-menu li a,
header.mainnav #mega-menu-wrap-primary_navigation ul#mega-menu-primary_navigation li.mega-toggle-on ul.mega-sub-menu li h4,
header.mainnav #mega-menu-wrap-primary_navigation ul#mega-menu-primary_navigation li.mega-toggle-on ul.mega-sub-menu li span.collapseomatic {
  font-size: 16px !important;
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link {
  font-size: 16px !important;
}

.mobile-top-bar .gform_button,
.mobile-top-bar .product_form input[type=submit],
.mobile-top-bar .search-form .search-submit,
.product_form .mobile-top-bar input[type=submit],
.search-form .mobile-top-bar .search-submit {
  font-size: 16px !important;
}

body.events .main article.event-table-row .more button {
  font-size: 16px !important;
}

@media (max-width: 767px) {
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    width: 100% !important;
  }
}
.box_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .box_grid {
    grid-template-columns: 1fr;
  }
}
.box_grid .box {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
}
.box_grid .box .wrapper {
  height: 100% !important;
}

@media (max-width: 767px) {
  header.mainnav {
    min-height: 60px !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  header.mainnav #mega-menu-wrap-primary_navigation ul#mega-menu-primary_navigation,
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: white !important;
  }
}
header.mainnav .searchbar {
  display: none;
}

@media (min-width: 768px) {
  header.mainnav .logo {
    width: 200px !important;
    height: 75px !important;
  }
}
@media (max-width: 767px) {
  li.mega-menu-item-search-toggle {
    display: none !important;
  }
}
li.mega-menu-item-search-toggle a.mega-menu-link {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 50% !important;
  background-color: #373D3F !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 18px 18px !important;
  border: none !important;
  cursor: pointer !important;
  display: inline-block !important;
  transition: background-color 0.2s ease;
  padding: 0 !important;
  margin: 0 10px !important;
  vertical-align: middle !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
}
li.mega-menu-item-search-toggle a.mega-menu-link:hover, li.mega-menu-item-search-toggle a.mega-menu-link:focus {
  background-color: rgb(31.2288135593, 34.6355932203, 35.7711864407) !important;
  outline: none !important;
}
li.mega-menu-item-search-toggle a.mega-menu-link::before, li.mega-menu-item-search-toggle a.mega-menu-link::after {
  display: none !important;
}
li.mega-menu-item-search-toggle ul.mega-sub-menu {
  display: none !important;
}
li.mega-menu-item-search-toggle.search-open a.mega-menu-link {
  background-color: #038721 !important;
}
li.mega-menu-item-search-toggle.search-open a.mega-menu-link:hover, li.mega-menu-item-search-toggle.search-open a.mega-menu-link:focus {
  background-color: rgb(1.8913043478, 85.1086956522, 20.8043478261) !important;
}
@media (max-width: 767px) {
  li.mega-menu-item-search-toggle a.mega-menu-link {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    background-size: 16px 16px !important;
  }
}

header.mainnav #mega-menu-wrap-primary_navigation ul#mega-menu-primary_navigation li {
  margin-bottom: 15px;
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item {
  border: none !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link > span.mega-indicator {
  color: #038721 !important;
  border-top-color: #038721 !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link > span.mega-indicator::after {
  color: #038721 !important;
  border-top-color: #038721 !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link {
  color: #373D3F !important;
  border-bottom: 1px solid transparent !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link:hover {
  color: #038721 !important;
  border-bottom-color: transparent !important;
  font-weight: 500 !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-current_page_item > a.mega-menu-link {
  font-weight: 700 !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-current-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-current-menu-ancestor > a.mega-menu-link:hover,
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-current_page_item > a.mega-menu-link:hover {
  font-weight: 700 !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item[style*=background] > a.mega-menu-link,
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-menu-item-20761 > a.mega-menu-link,
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-menu-item-12978 > a.mega-menu-link {
  color: #fff !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item[style*=background] > a.mega-menu-link:hover,
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-menu-item-20761 > a.mega-menu-link:hover,
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-menu-item-12978 > a.mega-menu-link:hover {
  color: #fff !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-menu-item-20761 > a.mega-menu-link > span.mega-indicator,
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-menu-item-12978 > a.mega-menu-link > span.mega-indicator {
  color: #fff !important;
  border-top-color: #fff !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-menu-item-20761 > a.mega-menu-link > span.mega-indicator::after,
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-menu-item-12978 > a.mega-menu-link > span.mega-indicator::after {
  color: #fff !important;
  border-top-color: #fff !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-toggle-on:not(.mega-current-page-item) > a.mega-menu-link {
  color: #373D3F !important;
  font-weight: 500 !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-toggle-on.mega-current-page-item > a.mega-menu-link {
  font-weight: 700 !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-toggle-on {
  border: none !important;
  background: transparent !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-toggle-on > a.mega-menu-link {
  background: transparent !important;
  border: none !important;
  position: relative;
  z-index: auto;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item-type-custom > a.mega-menu-link[target=_blank]::after {
  content: "" !important;
  display: inline-block !important;
  width: 14px !important;
  height: 14px !important;
  margin-left: 6px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item {
    position: relative !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu.mega-menu-item {
    position: static !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > ul.mega-sub-menu {
    background: #fff !important;
    border: 2px solid #373D3F !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12) !important;
    margin-top: 15px !important;
    padding: 30px !important;
    min-width: 400px !important;
    width: auto !important;
    max-width: none !important;
    left: -30% !important;
    right: auto !important;
    transform: none !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > ul.mega-sub-menu > li.mega-menu-column {
    min-width: 220px !important;
    padding: 0 30px !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > ul.mega-sub-menu > li.mega-menu-column:first-child {
    padding-left: 0 !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > ul.mega-sub-menu > li.mega-menu-column:last-child {
    padding-right: 0 !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > ul.mega-sub-menu h4.mega-block-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #373D3F !important;
    border-bottom: none !important;
    text-decoration: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > ul.mega-sub-menu h4.mega-block-title {
    padding-top: 0 !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > ul.mega-sub-menu li.mega-menu-item {
    padding-right: 15px !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #373D3F !important;
    padding: 10px 0 !important;
    text-transform: none !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: #038721 !important;
    background: transparent !important;
    font-weight: 500 !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    font-weight: 700 !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:hover {
    font-weight: 700 !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li a {
    font-weight: 400 !important;
    text-transform: none !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-flyout > ul.mega-sub-menu {
    padding: 25px 30px !important;
    min-width: 250px !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-flyout > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    padding: 12px 0 !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-flyout > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 0 !important;
    line-height: 1.4 !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > ul.mega-sub-menu:has(> li.mega-menu-column-standard:nth-child(3)) {
    min-width: 70vw !important;
    left: auto !important;
    right: 15px !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > ul.mega-sub-menu:has(> li.mega-menu-column-standard:first-child:nth-last-child(2)) {
    min-width: 600px !important;
    left: auto !important;
    right: 15px !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > ul.mega-sub-menu:has(> li.mega-menu-column-standard:first-child:nth-last-child(2)) > li.mega-menu-column {
    width: 50% !important;
    min-width: auto !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > ul.mega-sub-menu > li.mega-menu-column-standard:first-child:nth-last-child(2),
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li > ul.mega-sub-menu > li.mega-menu-column-standard:first-child:nth-last-child(2) ~ li.mega-menu-column {
    width: 50% !important;
    min-width: auto !important;
  }
}

.search-overlay {
  position: relative;
  width: 100%;
  background-color: #EDEFF1;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  z-index: 99;
}
.search-overlay.is-open {
  max-height: 120px;
  opacity: 1;
}
.search-overlay__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 30px;
}
.search-overlay .search-form {
  display: flex;
  width: 100%;
}
.search-overlay .search-form .form-group {
  display: flex;
  width: 100%;
  margin: 0;
}
.search-overlay .search-form .search-field {
  flex: 1;
  background: #fff;
  border: 1px solid rgb(208.3125, 213.5, 218.6875);
  border-right: none;
  border-radius: 0;
  box-shadow: none;
  padding: 12px 15px;
  font-size: 16px;
  height: auto;
}
.search-overlay .search-form .search-field:focus {
  outline: none;
  border-color: #038721;
}
.search-overlay .search-form .search-submit {
  background: #038721;
  border: 1px solid #038721;
  border-radius: 0;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.search-overlay .search-form .search-submit:hover, .search-overlay .search-form .search-submit:focus {
  background: rgb(1.8913043478, 85.1086956522, 20.8043478261);
  border-color: rgb(1.8913043478, 85.1086956522, 20.8043478261);
}
@media (max-width: 767px) {
  .search-overlay__inner {
    padding: 15px;
  }
  .search-overlay .search-form .search-field {
    padding: 10px 12px;
  }
  .search-overlay .search-form .search-submit {
    padding: 10px 15px;
  }
}

.mobile-top-bar .search-open {
  margin-left: auto;
}
.mobile-top-bar .search-open a.search-toggle-btn {
  display: block;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background-color: #038721;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  transition: background-color 0.2s ease;
  border: none;
  cursor: pointer;
}
.mobile-top-bar .search-open a.search-toggle-btn:hover, .mobile-top-bar .search-open a.search-toggle-btn:focus {
  background-color: rgb(1.8913043478, 85.1086956522, 20.8043478261);
  outline: none;
}
.mobile-top-bar .search-open.is-active a.search-toggle-btn {
  background-color: #373D3F;
}
.mobile-top-bar .search-open.is-active a.search-toggle-btn:hover, .mobile-top-bar .search-open.is-active a.search-toggle-btn:focus {
  background-color: rgb(31.2288135593, 34.6355932203, 35.7711864407);
}

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