.footer {
  position: relative;
}

.footer .top-footer-section {
  background-color: var(--color-blue-op);
}

.footer .top-footer-section .field--name-field-paragraph-footer .paragraph--type--icon-link {
  display: flex;
  align-items: center;
}

[dir="ltr"] .footer .top-footer-section .field--name-field-paragraph-footer .paragraph--type--icon-link .field--name-field-media-icon {
  margin-right: 30px;
}

[dir="rtl"] .footer .top-footer-section .field--name-field-paragraph-footer .paragraph--type--icon-link .field--name-field-media-icon {
  margin-left: 30px;
}

[dir="ltr"] .footer .top-footer-section .field--name-field-paragraph-footer .paragraph--type--icon-link .field--name-field-action-link {
  margin-left: 5px;
}

[dir="rtl"] .footer .top-footer-section .field--name-field-paragraph-footer .paragraph--type--icon-link .field--name-field-action-link {
  margin-right: 5px;
}

.footer .top-footer-section .field--name-field-paragraph-footer .paragraph--type--icon-link .field--name-field-action-link a {
  position: relative;
  display: inline-block;
  padding: 0;
  background: transparent;
  border: none;
  font-family: var(--font-bold);
  font-weight: 700;
  text-decoration: none;
}

.footer .top-footer-section .field--name-field-paragraph-footer .paragraph--type--icon-link .field--name-field-action-link a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: var(--color--white);
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

[dir="ltr"] .footer .top-footer-section .field--name-field-paragraph-footer .paragraph--type--icon-link .field--name-field-action-link a::after {
  right: 0;
  transform-origin: right;
}

[dir="rtl"] .footer .top-footer-section .field--name-field-paragraph-footer .paragraph--type--icon-link .field--name-field-action-link a::after {
  left: 0;
  transform-origin: left;
}

.footer .top-footer-section .field--name-field-paragraph-footer .paragraph--type--icon-link .field--name-field-action-link a:hover::after {
  transform: scaleX(1);
}

.footer .top-footer-section .social-media-links--platforms {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .top-footer-section .social-media-links--platforms a {
  text-decoration: none;
}

.footer .top-footer-section .social-media-links--platforms a span {
  font-size: 2rem;
  color: white;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.4s ease-in-out, color 0.4s ease-in-out;
}

[dir="ltr"] .footer .top-footer-section .social-media-links--platforms a span {
  background: linear-gradient(90deg, var(--link-color) 50%, white 50%);
  background-position: right;
}

[dir="rtl"] .footer .top-footer-section .social-media-links--platforms a span {
  background: linear-gradient(-90deg, var(--link-color) 50%, white 50%);
  background-position: left;
}

[dir] .footer .top-footer-section .social-media-links--platforms a span {
  background-size: 200% 100%;
  -webkit-background-clip: text;
}

[dir="ltr"] .footer .top-footer-section .social-media-links--platforms a:hover span {
  background-position: left;
}

[dir="rtl"] .footer .top-footer-section .social-media-links--platforms a:hover span {
  background-position: right;
}

.footer .bottom-footer-section {
  border-bottom: 25px solid var(--color-blue-op);
}

.footer .bottom-footer-section .region--flex.column3 > * {
  flex: auto;
}

.footer .bottom-footer-section .region--footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}

@media (max-width: 48rem) {
  .footer .bottom-footer-section .region--footer-bottom {
    flex-direction: column;
  }
}

.footer .bottom-footer-section .region--footer-bottom .menu--legacy-menu .menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer .bottom-footer-section .region--footer-bottom .menu--legacy-menu .menu a {
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 48rem) {
  .footer .bottom-footer-section .region--footer-bottom .menu--legacy-menu .menu {
    flex-direction: column;
    gap: 0;
  }
}

.footer .bottom-footer-section .region--footer-bottom .field--name-field-method-logo {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

[dir="ltr"] .footer .bottom-footer-section .region--footer-bottom .field--name-body {
  text-align: left;
}

[dir="rtl"] .footer .bottom-footer-section .region--footer-bottom .field--name-body {
  text-align: right;
}

@media (max-width: 48rem) {
  .footer .bottom-footer-section .region--footer-bottom .field--name-body {
    text-align: center;
  }
}

#block-safety-subtheme-madeby .field--name-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-light);
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
  color: var(--dark-grey);
}

#block-safety-subtheme-madeby .field--name-body p {
  margin-bottom: 0;
}

#block-safety-subtheme-legacyandterms p {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 0;
}

#block-safety-subtheme-legacyandterms p a {
  font-family: var(--font-light);
  font-size: 14px;
  font-weight: 300;
  color: black;
}

#block-safety-subtheme-legacyandterms p a:hover {
  color: var(--link-color);
}

#block-copyrights p {
  font-family: var(--font-light);
  font-size: 14px;
  font-weight: 300;
}

#block-safety-subtheme-emailfooter {
  position: relative;
  padding: 0 10px;
}

#block-safety-subtheme-emailfooter::before,
#block-safety-subtheme-emailfooter::after {
  content: "";
  position: absolute;
  top: 6px;
  height: 37px;
  width: 0px;
}

[dir="ltr"] #block-safety-subtheme-emailfooter::before,
[dir="ltr"] #block-safety-subtheme-emailfooter::after {
  border-left: 1px solid rgba(134, 134, 134, 0.6);
}

[dir="rtl"] #block-safety-subtheme-emailfooter::before,
[dir="rtl"] #block-safety-subtheme-emailfooter::after {
  border-right: 1px solid rgba(134, 134, 134, 0.6);
}

@media (max-width: 48rem) {
  #block-safety-subtheme-emailfooter::before,
  #block-safety-subtheme-emailfooter::after {
    content: none;
  }
}

[dir="ltr"] #block-safety-subtheme-emailfooter::before {
  left: -30px;
}

[dir="rtl"] #block-safety-subtheme-emailfooter::before {
  right: -30px;
}

[dir="ltr"] #block-safety-subtheme-emailfooter::after {
  right: 25px;
}

[dir="rtl"] #block-safety-subtheme-emailfooter::after {
  left: 25px;
}

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