html {
  scroll-behavior: smooth;
}

body[data-mr-independent="true"] [data-hide-prejs] {
  visibility: visible !important;
}

body[data-mr-independent="true"] [data-testid="slidesWrapper"] > [hidden] {
  display: none !important;
}

body[data-mr-independent="true"] [data-index="__more__"] {
  display: none !important;
}

body.device-mobile-optimized[data-mr-independent="true"] .mr-static-motion {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

body[data-mr-independent="true"] a:focus-visible,
body[data-mr-independent="true"] button:focus-visible,
body[data-mr-independent="true"] [role="button"]:focus-visible,
body[data-mr-independent="true"] input:focus-visible,
body[data-mr-independent="true"] textarea:focus-visible {
  outline: 2px solid #38459c !important;
  outline-offset: 3px;
}

.mr-language-menu {
  position: absolute;
  z-index: 10020;
  top: calc(100% + 6px);
  right: 0;
  min-width: 76px;
  padding: 4px;
  border: 1px solid rgba(32, 32, 32, 0.35);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  font: 14px/1.3 Arial, Helvetica, sans-serif;
}

.mr-language-button {
  display: inline-flex;
  width: 84px;
  height: 44px;
  padding: 0 15px;
  border: 0;
  border-radius: 22px;
  align-items: center;
  justify-content: space-between;
  color: #202020;
  background: #fff;
  font: 14px/1.2 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.mr-language-button::after {
  width: 7px;
  height: 7px;
  border: solid currentColor;
  border-width: 0 1.5px 1.5px 0;
  content: '';
  transform: rotate(45deg) translateY(-2px);
}

.mr-language-menu[hidden] {
  display: none !important;
}

.mr-language-menu a {
  display: block;
  padding: 8px 10px;
  color: #202020;
  text-decoration: none;
}

.mr-language-menu a:hover,
.mr-language-menu a:focus-visible,
.mr-language-menu a[aria-current="page"] {
  color: #fff;
  background: #753e93;
}

.mr-mobile-language {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 6px 0 20px;
  font: 16px/1.2 Arial, Helvetica, sans-serif;
}

.mr-mobile-language a {
  min-width: 42px;
  padding: 8px 10px;
  border: 1px solid rgba(117, 62, 147, 0.5);
  border-radius: 4px;
  color: #202020;
  text-align: center;
  text-decoration: none;
}

.mr-mobile-language a[aria-current="page"] {
  color: #fff;
  background: #753e93;
}

body.device-mobile-optimized[data-mr-menu-open="true"] {
  overflow: hidden !important;
}

body.device-mobile-optimized #MENU_AS_CONTAINER.I_VSKP {
  position: fixed !important;
  z-index: 10010 !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.mr-mobile-menu-close {
  position: fixed;
  z-index: 10030;
  top: 18px;
  right: 18px;
  display: inline-flex;
  width: 48px;
  height: 48px;
  padding: 0 0 4px;
  border: 0;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #202020;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
  font: 38px/1 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

body.device-mobile-optimized [data-mesh-id="comp-lg41r58o1inlineContent-gridContainer"] {
  grid-template-rows: min-content auto 1fr !important;
}

body.device-mobile-optimized [data-mesh-id="comp-lg41r58o1inlineContent-gridContainer"] > #comp-kzppk49x {
  grid-area: 1 / 1 / 2 / 2 !important;
}

body.device-mobile-optimized [data-mesh-id="comp-lg41r58o1inlineContent-gridContainer"] > .mr-mobile-headache-image {
  position: relative;
  grid-area: 2 / 1 / 3 / 2;
  width: 232px;
  height: 232px;
  margin: 0 auto 40px;
  overflow: hidden;
  border-radius: 50%;
  background: #3078be;
  justify-self: center;
  align-self: start;
}

body.device-mobile-optimized .mr-mobile-headache-image img {
  display: block;
  width: 232px;
  height: 232px;
  border-radius: 50%;
  object-fit: cover;
}

body.device-mobile-optimized [data-mesh-id="comp-lg41r58o1inlineContent-gridContainer"] > #comp-ml6v3y4t {
  grid-area: 3 / 1 / 4 / 2 !important;
}

[data-mr-mirror-status] {
  min-height: 1.45em;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
