.server-side-hero-gallery {
  --calc-text-shadow: linear-gradient(rgb(from var(--calc-color-background-primary) r g b / 0) 0%, var(--calc-color-background-primary) 100%);
}
.server-side-hero-gallery.theme-alt-1 {
  --calc-color-action: var(--color-action);
  --calc-color-on-action: var(--color-on-action);
  --calc-color-action-active: var(--color-action-active);
  --calc-color-on-overlay-secondary: var(--color-on-overlay-secondary);
  --calc-color-background-secondary: var(--color-background-secondary);
  --calc-color-text-primary: var(--color-text-primary);
  --calc-color-background-primary: var(--color-background-primary);
  --calc-color-accent: var(--color-accent);
  --calc-color-text-secondary: var(--color-text-secondary);
  --calc-main-bg-color: var(--color-background-primary);
  --secondary-btn-color: var(--color-text-secondary);
  --secondary-btn-bg-color: var(--color-background-primary);
  --calc-color-text-heading: var(--color-text-heading);
  --calc-color-background-active: var(--color-background-active);
}
.server-side-hero-gallery.theme-alt-2 {
  --calc-color-action: var(--color-alternative-action);
  --calc-color-on-action: var(--color-alternative-on-action);
  --calc-color-action-active: var(--color-alternative-action-active);
  --calc-color-on-overlay-secondary: var(--color-on-overlay-secondary);
  --calc-color-background-secondary: var(--color-alternative-background-secondary);
  --calc-color-text-primary: var(--color-alternative-text-primary);
  --calc-color-background-primary: var(--color-alternative-background-primary);
  --calc-color-accent: var(--color-alternative-accent);
  --calc-color-text-secondary: var(--color-alternative-text-secondary);
  --calc-main-bg-color: var(--color-alternative-background-primary);
  --secondary-btn-color: var(--color-alternative-text-primary);
  --secondary-btn-bg-color: var(--color-alternative-background-primary);
  --calc-color-text-heading: var(--color-alternative-text-heading);
  --calc-color-background-active: var(--color-alternative-background-active);
}
.assa-abloy-2026-theme .server-side-hero-gallery {
  --calc-main-bg-color: var(--color-background-primary);
  --calc-text-shadow: linear-gradient(rgb(from var(--calc-color-background-primary) r g b / 0) 0%, var(--calc-color-background-primary) 100%);
}
.assa-abloy-2026-theme .server-side-hero-gallery.theme-alt-1 {
  --secondary-btn-color: var(--color-text-primary);
  --secondary-btn-bg-color: var(--color-background-primary);
}
.assa-abloy-2026-theme .server-side-hero-gallery.theme-alt-2 {
  --secondary-btn-color: var(--color-alternative-text-primary);
  --secondary-btn-bg-color: var(--color-alternative-background-primary);
}

/**
 * REMOVE ALL "only" KEYWORDS FROM MEDIA QUERIES
 * https://gc-assaabloy.atlassian.net/browse/AAGW-11769
 */
.server-side-hero-gallery {
  background-color: var(--calc-main-bg-color);
}
.hero-gallery {
  --ol-level1-bullet-width: 30px;
  --ol-level2-bullet-width: 30px;
  --ol-level3-bullet-width: 40px;
  --ol-level4-bullet-width: 21px;
  --ul-level1-bullet-width: 30px;
  --ul-level2-bullet-width: 30px;
  --ul-level3-bullet-width: 25px;
  --ul-level4-bullet-width: 25px;
  --outline-thickness: 2px;
  --outline-offset: 2px;
  --calc-outline-color: var(--calc-color-accent);
  --thumbnail-outline-padding: 5px;
  --active-thumbnail-width: calc((100% / 3) - var(--grid-gap) * 0.6);
  padding: calc(var(--navigation-height, var(--navigation-height-mobile)) + var(--space-xl)) var(--grid-margin) 0.5rem var(--grid-margin);
  margin: 0 auto !important;
  max-width: calc(1520px + var(--grid-margin) + var(--grid-margin));
}
.hero-gallery figure.no-image {
  visibility: hidden;
}
.hero-gallery__img-text {
  background-color: rgba(0, 0, 0, 0.45);
  color: var(--color-on-overlay-primary);
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-container);
  backdrop-filter: blur(10px);
  z-index: 1;
  text-align: right;
}
.hero-gallery__img-text.hidden {
  display: none;
}
.hero-gallery__img-text p {
  margin: 0;
}
.hero-gallery__img-text[data-position="bottomRight"] {
  top: unset;
  left: unset;
  bottom: 1rem;
  right: 1rem;
}
.hero-gallery__img-text[data-position="bottomLeft"] {
  right: unset;
  top: unset;
  left: 1rem;
  bottom: 1rem;
}
.hero-gallery__img-text[data-position="topRight"] {
  bottom: unset;
  left: unset;
  top: 1rem;
  right: 1rem;
}
.hero-gallery__img-text[data-position="topLeft"] {
  bottom: unset;
  right: unset;
  left: 1rem;
  top: 1rem;
}
.hero-gallery figcaption {
  display: none;
}
.hero-gallery__container {
  color: var(--calc-color-text-primary);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: var(--space-md);
  column-gap: var(--grid-gap);
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.hero-gallery__title-container {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  grid-area: 1 / 1 / auto / 13;
  padding-right: calc(var(--space-350) + 0.5rem) !important;;
}
.hero-gallery__title {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow-wrap: break-word;
  color: var(--calc-color-text-heading);
  margin: 0;
  text-wrap: balance;
}
.hero-gallery__tags {
  display: flex;
  gap: var(--space-50);
  width: 100%;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.hero-gallery__tag-item {
  position: relative;
  list-style: none;
  display: inline-flex;
  align-self: flex-start;
  max-width: 100%;
}
.hero-gallery__video-placeholder {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--calc-color-background-secondary);
  padding: 0 0 var(--space-150);
  border-radius: var(--radius-container, 8px);
}
.hero-gallery__video-placeholder:hover {
  cursor: pointer;
}
.hero-gallery__video-placeholder:hover path {
  fill: #ff0000;
}
.hero-gallery__tag-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  height: fit-content;
  min-height: var(--size-target-lg);
  min-width: var(--size-target-md);
  padding: var(--space-50, 8px) var(--space-100, 16px);
  gap: var(--space-50);
  text-decoration: none;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: var(--radius-element, 4px);
  border-color: var(--calc-color-background-secondary);
  background-color: var(--calc-color-background-secondary);
  color: var(--calc-color-text-primary);
  transition: background-color 0.2s ease, border-color 0.2s ease;
  padding: var(--space-50, 8px) var(--space-75, 12px);
  min-width: var(--size-target-sm, 40px);
  min-height: var(--size-target-sm, 40px);
  border: none;
  transition: box-shadow;
  transition-duration: var(--t-elevate-out-duration);
  transition-timing-function: var(--t-elevate-out-function);
  max-height: var(--size-icon-sm);
}
.hero-gallery__tag-cta svg {
  fill: var(--calc-color-text-primary);
  transition: transform 0.3s ease;
}
.hero-gallery__tag-cta svg path {
  fill: var(--calc-color-text-primary);
}
.hero-gallery__tag-cta:hover {
  background-color: var(--calc-color-background-active);
}
.hero-gallery__tag-cta:hover {
  border-color: var(--calc-color-background-active);
}
.hero-gallery__tag-cta:hover svg:not(.external) {
  transform: translateX(25%);
}
.hero-gallery__tag-cta:focus-visible {
  outline: 2px solid var(--calc-color-text-primary);
  outline-offset: 2px;
  border-radius: var(--radius-element, 4px);
}
.hero-gallery__tag-cta.on-photo {
  background-color: var(--color-alternative-background-secondary);
}
.hero-gallery__tag-cta.on-photo:hover {
  background-color: var(--color-alternative-background-active);
}
.hero-gallery__tag-cta:hover,
.hero-gallery__tag-cta:active {
  box-shadow: var(--fx-elevation-m);
  transition-duration: var(--t-elevate-in-duration);
  transition-timing-function: var(--t-elevate-in-function);
}
.hero-gallery__content {
  color: var(--calc-color-text-primary);
  font-family: var(--font-family-body);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  grid-column: 1 / 13;
}
.hero-gallery__main-media-container {
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  border-radius: var(--radius-container, 8px);
}
.hero-gallery__main-media-container.aspect-ratio--original .hero-gallery__video-gallery-container.aspect-ratio--original {
  min-height: 450px;
}
.hero-gallery__main-media-container--white-bg {
  background-color: var(--white);
}
.hero-gallery__main-media-container--white-bg figure {
  background-color: var(--white);
}
.hero-gallery__main-media-container--white-bg .image-gallery__main-image {
  background-color: var(--white);
}
.hero-gallery__main-media-container--single-item {
  align-content: start;
}
.hero-gallery__main-media-container--single-item figure {
  align-content: start;
}
.hero-gallery__main-media-container--single-item figure img {
  object-position: top;
}
.hero-gallery__image-gallery-container,
.hero-gallery__video-gallery-container {
  color: var(--calc-color-text-primary);
  font-family: var(--font-family-body);
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-area: 2 / 1 / auto / 13;
  max-height: 100%;
  gap: var(--space-xs);
}
.hero-gallery__image-gallery-container figure,
.hero-gallery__video-gallery-container figure,
.hero-gallery__image-gallery-container iframe,
.hero-gallery__video-gallery-container iframe {
  background-color: transparent;
  color: var(--calc-color-text-primary);
  font-family: var(--font-family-body);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  width: 100%;
  max-height: 100%;
  border-radius: var(--radius-container, 8px);
}
.hero-gallery__image-gallery-container figure picture,
.hero-gallery__video-gallery-container figure picture,
.hero-gallery__image-gallery-container iframe picture,
.hero-gallery__video-gallery-container iframe picture {
  color: var(--calc-color-text-primary);
  font-family: var(--font-family-body);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition-property: all;
  transition-duration: var(--t-reveal-in-duration);
  transition-timing-function: var(--t-reveal-in-function);
  transition: opacity 200ms;
  height: -webkit-fill-available;
  width: auto;
  position: relative;
}
.hero-gallery__image-gallery-container img,
.hero-gallery__video-gallery-container img {
  border-radius: var(--radius-container, 8px);
}
.hero-gallery__image-gallery-container .image-gallery__controls,
.hero-gallery__video-gallery-container .image-gallery__controls {
  color: var(--calc-color-text-primary);
  font-family: var(--font-family-body);
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: var(--space-50, 8px) var(--space-75, 12px);
  width: fit-content;
  align-self: flex-end;
}
.hero-gallery__image-gallery-container .image-gallery__controls.hidden,
.hero-gallery__video-gallery-container .image-gallery__controls.hidden {
  display: none;
}
.hero-gallery__image-gallery-container .image-gallery__control-icon,
.hero-gallery__video-gallery-container .image-gallery__control-icon {
  opacity: 1;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
  display: flex;
  border: none;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: rotate(-180deg);
  height: var(--size-target-min, 24px);
  padding: var(--space-25, 4px);
}
.hero-gallery__image-gallery-container .image-gallery__control-icon svg,
.hero-gallery__video-gallery-container .image-gallery__control-icon svg {
  height: var(--size-icon-md);
  width: var(--size-icon-md);
}
.hero-gallery__image-gallery-container .image-gallery__control-icon svg path,
.hero-gallery__video-gallery-container .image-gallery__control-icon svg path {
  fill: var(--calc-color-text-primary);
}
.hero-gallery__image-gallery-container .image-gallery__control-icon--prev,
.hero-gallery__video-gallery-container .image-gallery__control-icon--prev {
  transform: rotate(90deg);
}
.hero-gallery__image-gallery-container .image-gallery__control-icon--next,
.hero-gallery__video-gallery-container .image-gallery__control-icon--next {
  transform: rotate(-90deg);
}
.hero-gallery__image-gallery-container .image-gallery__control-icon.disabled,
.hero-gallery__video-gallery-container .image-gallery__control-icon.disabled {
  opacity: var(--opacity-disabled, 0.3);
}
.hero-gallery__image-gallery-container .image-gallery__counter-text,
.hero-gallery__video-gallery-container .image-gallery__counter-text {
  margin: 0;
  align-items: center;
  display: flex;
  gap: var(--space-25);
  color: var(--calc-color-text-secondary);
  padding: 0 var(--space-xs, 16px);
}
.hero-gallery__image-gallery-container .image-gallery__counter-text span,
.hero-gallery__video-gallery-container .image-gallery__counter-text span {
  min-width: 2ch;
  text-align: center;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnails,
.hero-gallery__video-gallery-container .image-gallery__thumbnails {
  height: 100%;
  color: var(--calc-color-text-primary);
  font-family: var(--font-family-body);
  box-sizing: border-box;
  display: flex;
  overflow: scroll hidden;
  position: relative;
  list-style: none;
  gap: var(--grid-gap);
  padding: var(--thumbnail-outline-padding);
  scrollbar-width: none;
  margin: 0;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnails--single-item,
.hero-gallery__video-gallery-container .image-gallery__thumbnails--single-item {
  display: none;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnails::after,
.hero-gallery__video-gallery-container .image-gallery__thumbnails::after {
  color: var(--calc-color-text-primary);
  font-family: var(--font-family-body);
  list-style: none;
  box-sizing: border-box;
  position: absolute;
  content: "";
  border-radius: var(--radius-container, 8px);
  left: var(--active-thumbnail-left, 0px);
  width: var(--active-thumbnail-width, 0px);
  height: var(--active-thumbnail-width, 0px);
  box-shadow: 0 0 0 var(--outline-offset, 2px) var(--calc-color-background-primary), 0 0 0 calc(var(--outline-thickness, 2px) * 2) var(--calc-outline-color);
  background: none;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail,
.hero-gallery__video-gallery-container .image-gallery__thumbnail {
  height: var(--active-thumbnail-width, 0px);
  color: var(--calc-color-text-primary);
  font-family: var(--font-family-body);
  box-sizing: border-box;
  scroll-snap-align: start;
  flex-shrink: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  cursor: pointer;
  background-color: var(--white);
  aspect-ratio: 1 / 1;
  width: var(--active-thumbnail-width, 0px);
  border-radius: var(--radius-container, 8px);
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail.active,
.hero-gallery__video-gallery-container .image-gallery__thumbnail.active {
  border: none;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail:not(.active):not(:hover),
.hero-gallery__video-gallery-container .image-gallery__thumbnail:not(.active):not(:hover) {
  outline: 2px solid var(--calc-color-background-secondary);
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail picture,
.hero-gallery__video-gallery-container .image-gallery__thumbnail picture {
  display: flex;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail img,
.hero-gallery__video-gallery-container .image-gallery__thumbnail img {
  height: auto;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail:hover,
.hero-gallery__video-gallery-container .image-gallery__thumbnail:hover {
  box-shadow: 0 0 0 var(--outline-offset, 2px) var(--calc-color-background-primary), 0 0 0 calc(var(--outline-thickness, 2px) * 2) var(--calc-outline-color);
  border-color: transparent;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-button,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-button {
  height: 100%;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  cursor: pointer;
  width: 100%;
  background-color: var(--white);
  border-radius: var(--radius-container, 8px);
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-button > div,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-button > div {
  border-radius: var(--radius-container, 8px);
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-button:focus,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-button:focus,
.hero-gallery__image-gallery-container .image-gallery__thumbnail-button:focus-visible,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-button:focus-visible {
  --calc-outline-color: black;
}
.hero-gallery__image-gallery-container .image-gallery__main-image,
.hero-gallery__video-gallery-container .image-gallery__main-image {
  background-color: transparent;
  color: var(--calc-color-text-primary);
  font-family: var(--font-family-body);
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  height: 100%;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-video-container,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-video-container,
.hero-gallery__image-gallery-container .image-gallery__thumbnail-dm-video-container,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-dm-video-container {
  scroll-snap-align: start;
  flex-shrink: 0;
  position: relative;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: var(--white);
  height: 100%;
  width: 100%;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-video-container svg,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-video-container svg,
.hero-gallery__image-gallery-container .image-gallery__thumbnail-dm-video-container svg,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-dm-video-container svg {
  position: absolute;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-video-container--youtube svg,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-video-container--youtube svg,
.hero-gallery__image-gallery-container .image-gallery__thumbnail-dm-video-container--youtube svg,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-dm-video-container--youtube svg {
  background: transparent;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-video-container--youtube svg path,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-video-container--youtube svg path,
.hero-gallery__image-gallery-container .image-gallery__thumbnail-dm-video-container--youtube svg path,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-dm-video-container--youtube svg path {
  fill: #f03;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-video-container--youku,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-video-container--youku,
.hero-gallery__image-gallery-container .image-gallery__thumbnail-dm-video-container--youku,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-dm-video-container--youku {
  margin: 0;
  pointer-events: none;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-video-image,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-video-image {
  display: none;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-dm-video-icon,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-dm-video-icon {
  width: 32px;
  border: 2px solid var(--color-on-overlay-primary);
  height: 32px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: var(--color-overlay-primary);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-dm-video-icon svg,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-dm-video-icon svg {
  transform: scale(0.8) translateX(1px);
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-dm-video-icon svg path,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-dm-video-icon svg path {
  fill: var(--color-on-overlay-primary);
}
.hero-gallery__image-gallery-container .image-gallery__thumbnail-dm-video-icon .icon-pause,
.hero-gallery__video-gallery-container .image-gallery__thumbnail-dm-video-icon .icon-pause {
  display: none;
}
.hero-gallery__video-gallery-container {
  display: none;
  max-height: fit-content;
  margin: 0;
}
.hero-gallery__video-gallery-container--dynamic-media {
  position: relative;
  cursor: pointer;
  border-radius: var(--radius-container, 8px);
}
.hero-gallery__video-gallery-container--dynamic-media .s7videoplayer,
.hero-gallery__video-gallery-container--dynamic-media .s7controlbar,
.hero-gallery__video-gallery-container--dynamic-media video {
  border-radius: var(--radius-container, 8px);
}
.hero-gallery__video-gallery-container--dynamic-media svg {
  position: absolute;
  width: 48px;
  border: 2px solid var(--color-on-overlay-primary);
  height: 48px;
  justify-content: center;
  align-items: center;
  background-color: var(--color-overlay-primary);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}
.hero-gallery__video-gallery-container--dynamic-media svg path {
  fill: var(--color-on-overlay-primary);
  transform: scale(0.8) translateX(5px) translateY(3px);
}
.hero-gallery__text-container {
  display: flex;
  flex-direction: column;
  color: var(--calc-color-text-primary);
  font-family: var(--font-family-body);
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
  padding: 0;
  font-size: var(--font-size-2);
  line-height: var(--font-line-height-relaxed-2);
}
.hero-gallery__text {
  position: relative;
  overflow-wrap: break-word;
  word-break: break-word;
  scrollbar-width: none;
  overflow: hidden;
  max-height: 400px;
  transition: max-height 0.8s ease-in-out;
  margin: 0;
}
.hero-gallery__text > * {
  margin-top: 0;
}
.hero-gallery__text img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}
.hero-gallery__text p:first-child {
  color: var(--calc-color-text-primary);
  font-family: var(--font-family-body);
  font-size: var(--font-size-2);
  line-height: var(--font-line-height-relaxed-2);
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  margin-top: 0;
  padding-top: 0;
}
.hero-gallery__text p {
  margin-bottom: var(--space-xs);
}
.hero-gallery__text p:last-child {
  margin-bottom: 0;
}
.hero-gallery__text ul {
  counter-reset: level1 0;
  list-style-position: inside;
  list-style-type: none;
  padding-inline-start: 0;
  margin-inline-start: 16px;
  margin-bottom: 24px;
  margin-top: 0;
}
.hero-gallery__text ul li {
  list-style-type: none;
  box-sizing: border-box;
  list-style-position: inside;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-inline-start: var(--ul-level1-bullet-width);
}
.hero-gallery__text ul li::before {
  counter-increment: level1 1;
  width: var(--ul-level1-bullet-width);
  margin-inline-start: calc(var(--ul-level1-bullet-width) * -1);
  font-weight: var(--font-weight-regular);
  content: "●";
  display: inline-block;
}
.hero-gallery__text::after {
  opacity: 0;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  max-height: 160px;
  left: 0;
  bottom: 0;
  transition: opacity 800ms;
  pointer-events: none;
  background-image: var(--calc-text-shadow);
}
.hero-gallery__text.expanded {
  max-height: 100%;
}
.hero-gallery__text.expanded::after {
  opacity: 0;
}
.hero-gallery__text.overflows:not(.expanded)::after {
  opacity: 1;
}
.hero-gallery__text.overflows {
  margin-bottom: var(--space-xs);
}
.hero-gallery__show-more-less {
  box-sizing: border-box;
  text-transform: none;
  font-family: var(--font-family-body);
  font-size: var(--font-size-2);
  font-weight: var(--font-weight-label);
  line-height: var(--font-line-height-2);
  border: none;
  cursor: pointer;
  background: transparent;
  display: flex;
  align-items: center;
  margin: auto;
  padding: var(--space-50, 8px) var(--space-75, 12px);
  color: var(--calc-color-text-primary);
  position: relative;
}
.hero-gallery__show-more-less::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--calc-color-text-primary);
  width: 100%;
  height: 2px;
  border: 1px solid;
  transform: scaleX(0);
  transition-property: all;
  transition-duration: var(--t-grow-out-duration);
  transition-timing-function: var(--t-grow-out-function);
}
.hero-gallery__show-more-less.active::after {
  transform: scaleX(1);
  transition-duration: var(--t-grow-in-duration);
  transition-timing-function: var(--t-grow-in-function);
}
.hero-gallery__show-more-less.hidden {
  display: none;
}
.hero-gallery__swatches-container {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}
.hero-gallery-swatches__title {
  margin-bottom: var(--space-xxs);
  color: var(--calc-color-text-primary);
}
.hero-gallery-swatches__list {
  display: flex;
  gap: var(--space-xxs);
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.hero-gallery-swatches__item {
  color: var(--calc-color-text-primary);
  font-family: var(--font-family-body);
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-xxs);
  min-width: 56px;
  box-sizing: content-box;
}
.hero-gallery-swatches__item-circle {
  color: var(--calc-color-text-primary);
  font-family: var(--font-family-body);
  list-style: none;
  text-align: center;
  box-sizing: border-box;
  border-radius: 100%;
  overflow: hidden;
}
.hero-gallery-swatches__item-text {
  color: var(--calc-color-text-primary);
  list-style: none;
  text-align: center;
  box-sizing: border-box;
  font-family: var(--font-family-body);
  font-size: var(--font-size-1);
  font-weight: var(--font-weight-label);
  line-height: var(--font-line-height-1);
  margin: 0;
  width: 100%;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.hero-gallery-swatches__item--img img {
  border-radius: 100%;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.hero-gallery-swatches__item-img-container {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.hero-gallery-swatches--small .hero-gallery-swatches__item-img-container,
.hero-gallery-swatches--small .hero-gallery-swatches__item-circle {
  width: clamp(1.5rem, calc(-0.4821rem + 5.36vw), 3rem);
  height: clamp(1.5rem, calc(-0.4821rem + 5.36vw), 3rem);
}
.hero-gallery-swatches--small .hero-gallery-swatches__item,
.hero-gallery-swatches--small .hero-gallery-swatches__item--img {
  width: calc(clamp(1.5rem, calc(-0.4821rem + 5.36vw), 3rem) + 8px);
}
.hero-gallery-swatches--medium .hero-gallery-swatches__item-img-container,
.hero-gallery-swatches--medium .hero-gallery-swatches__item-circle {
  width: clamp(3rem, calc(1.6786rem + 3.57vw), 4rem);
  height: clamp(3rem, calc(1.6786rem + 3.57vw), 4rem);
}
.hero-gallery-swatches--medium .hero-gallery-swatches__item,
.hero-gallery-swatches--medium .hero-gallery-swatches__item--img {
  width: calc(clamp(3rem, calc(1.6786rem + 3.57vw), 4rem) + 8px);
}
.hero-gallery-swatches--large .hero-gallery-swatches__item-img-container,
.hero-gallery-swatches--large .hero-gallery-swatches__item-circle {
  width: clamp(4rem, calc(2.0179rem + 5.36vw), 5.5rem);
  height: clamp(4rem, calc(2.0179rem + 5.36vw), 5.5rem);
}
.hero-gallery-swatches--large .hero-gallery-swatches__item,
.hero-gallery-swatches--large .hero-gallery-swatches__item--img {
  width: calc(clamp(4rem, calc(2.0179rem + 5.36vw), 5.5rem) + 8px);
}
.hero-gallery__cta-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--space-50);
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
}
.hero-gallery__cta {
  height: var(--size-target-lg, 60px) !important;
}
.hero-gallery__cta--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  height: fit-content;
  min-height: var(--size-target-lg);
  min-width: var(--size-target-md);
  padding: var(--space-50, 8px) var(--space-100, 16px);
  gap: var(--space-50);
  text-decoration: none;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: var(--radius-element, 4px);
  border-color: var(--calc-color-action);
  background-color: var(--calc-color-action);
  color: var(--calc-color-on-action);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.hero-gallery__cta--primary svg {
  fill: var(--calc-color-on-action);
  transition: transform 0.3s ease;
}
.hero-gallery__cta--primary svg path {
  fill: var(--calc-color-on-action);
}
.hero-gallery__cta--primary:hover {
  background-color: var(--calc-color-action-active);
}
.hero-gallery__cta--primary:hover {
  border-color: var(--calc-color-action-active);
}
.hero-gallery__cta--primary:hover svg:not(.external) {
  transform: translateX(25%);
}
.hero-gallery__cta--primary:focus-visible {
  outline: 2px solid var(--calc-color-on-action);
  outline-offset: 2px;
  border-radius: var(--radius-element, 4px);
}
.hero-gallery__cta--primary .icon-aem-default {
  transition: transform 0.3s ease;
}
.hero-gallery__cta--primary:hover .icon-aem-default {
  transform: translateX(25%);
}
.hero-gallery__cta--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  height: fit-content;
  min-height: var(--size-target-lg);
  min-width: var(--size-target-md);
  padding: var(--space-50, 8px) var(--space-100, 16px);
  gap: var(--space-50);
  text-decoration: none;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: var(--radius-element, 4px);
  border-color: var(--calc-color-text-primary);
  background-color: transparent;
  color: var(--calc-color-text-primary);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.hero-gallery__cta--secondary svg {
  fill: var(--calc-color-text-primary);
  transition: transform 0.3s ease;
}
.hero-gallery__cta--secondary svg path {
  fill: var(--calc-color-text-primary);
}
.hero-gallery__cta--secondary:hover {
  background-color: var(--calc-color-action-active);
}
.hero-gallery__cta--secondary:hover {
  border-color: var(--calc-color-action-active);
}
.hero-gallery__cta--secondary:hover svg:not(.external) {
  transform: translateX(25%);
}
.hero-gallery__cta--secondary:focus-visible {
  outline: 2px solid var(--calc-color-text-primary);
  outline-offset: 2px;
  border-radius: var(--radius-element, 4px);
}
.hero-gallery__cta--tertiary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  height: fit-content;
  min-height: var(--size-target-lg);
  min-width: var(--size-target-md);
  padding: var(--space-50, 8px) var(--space-100, 16px);
  gap: var(--space-50);
  text-decoration: none;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: var(--radius-element, 4px);
  border-color: var(--calc-color-background-secondary);
  background-color: var(--calc-color-background-secondary);
  color: var(--calc-color-text-primary);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.hero-gallery__cta--tertiary svg {
  fill: var(--calc-color-text-primary);
  transition: transform 0.3s ease;
}
.hero-gallery__cta--tertiary svg path {
  fill: var(--calc-color-text-primary);
}
.hero-gallery__cta--tertiary:hover {
  background-color: var(--calc-color-background-active);
}
.hero-gallery__cta--tertiary:hover {
  border-color: var(--calc-color-background-active);
}
.hero-gallery__cta--tertiary:hover svg:not(.external) {
  transform: translateX(25%);
}
.hero-gallery__cta--tertiary:focus-visible {
  outline: 2px solid var(--calc-color-text-primary);
  outline-offset: 2px;
  border-radius: var(--radius-element, 4px);
}
.hero-gallery__cta--tertiary.on-photo {
  background-color: var(--color-alternative-background-secondary);
}
.hero-gallery__cta--tertiary.on-photo:hover {
  background-color: var(--color-alternative-background-active);
}
.hero-gallery__cta--textButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  height: fit-content;
  min-height: var(--size-target-lg);
  min-width: initial;
  padding: 0px;
  gap: var(--space-50);
  text-decoration: none;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: var(--radius-element, 4px);
  border-color: transparent;
  background-color: unset;
  color: var(--calc-color-text-primary);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.hero-gallery__cta--textButton svg {
  fill: var(--calc-color-text-primary);
  transition: transform 0.3s ease;
}
.hero-gallery__cta--textButton svg path {
  fill: var(--calc-color-text-primary);
}
.hero-gallery__cta--textButton:hover svg:not(.external) {
  transform: translateX(25%);
}
.hero-gallery__cta--textButton:focus-visible {
  outline: 2px solid var(--calc-color-text-primary);
  outline-offset: 2px;
  border-radius: var(--radius-element, 4px);
}
.hero-gallery__cta--anchor svg {
  display: block;
}
.hero-gallery__cta.has-icon svg {
  display: block;
}
.hero-gallery__cta.no-animation svg {
  animation: none !important;
  transition: none !important;
  transform: none !important;
}
.hero-gallery__cta.no-spanimation:hover svg {
  animation: none !important;
  transition: none !important;
  transform: none !important;
}
.hero-gallery__cta-text {
  background-color: transparent;
  display: inline-flex;
  margin: 0 var(--space-50);
  align-items: center;
}
.hero-gallery--withoutMedia .hero-gallery__title-container {
  grid-area: 1 / 1 / auto / 10;;
}
.hero-gallery--withoutMedia .hero-gallery__content {
  grid-column: 1 / 10;;
}
.hero-gallery--withoutMedia .hero-gallery__image-gallery-container {
  display: none;
}
.hero-gallery--padding-bottom {
  padding-bottom: var(--space-lg);
}
.hero-gallery--theme-alternative .hero-gallery__text::after {
  background-image: var(--calc-text-shadow);
}
.hero-gallery--theme-alternative .hero-gallery__image-gallery-container .image-gallery__thumbnail,
.hero-gallery--theme-alternative .hero-gallery__video-gallery-container .image-gallery__thumbnail,
.hero-gallery--theme-alternative .hero-gallery__image-gallery-container .image-gallery__thumbnail-video-container,
.hero-gallery--theme-alternative .hero-gallery__video-gallery-container .image-gallery__thumbnail-video-container,
.hero-gallery--theme-alternative .hero-gallery__image-gallery-container .image-gallery__thumbnail-dm-video-container,
.hero-gallery--theme-alternative .hero-gallery__video-gallery-container .image-gallery__thumbnail-dm-video-container {
  background-color: var(--white);
}
.hero-gallery .aspect-ratio--16-9 {
  aspect-ratio: 16 / 9;
  min-height: auto;
  height: fit-content;
}
.hero-gallery .aspect-ratio--4-3 {
  aspect-ratio: 4 / 3;
  min-height: auto;
  height: fit-content;
}
.hero-gallery .aspect-ratio--1-1 {
  aspect-ratio: 1 / 1;
  min-height: auto;
  height: fit-content;
}
.hero-gallery .hero-gallery__show-more-less,
.hero-gallery .image-gallery__control-icon {
  margin-bottom: 4px;
}
.hero-gallery .hero-gallery__show-more-less:focus-visible,
.hero-gallery .image-gallery__control-icon:focus-visible {
  outline: 2px solid var(--calc-color-text-primary);
  outline-offset: 2px;
  border-radius: var(--radius-element, 4px);
}
.hero-gallery__text {
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /* Hide scrollbar. */
  scrollbar-width: none;
  /* Firefox. */
}
.hero-gallery__text ::-webkit-scrollbar {
  display: none;
  /* Other browsers. */
}
.hero-gallery__text q,
.hero-gallery__text blockquote {
  position: relative;
  border-left: 6px solid var(--color-accent);
  padding: var(--space-50);
  padding-left: var(--space-200);
  margin: var(--space-150);
  /* Editorial/Blockquote */
  font-family: var(--font-family-body, "Noto Sans");
  font-size: var(--font-size-4);
  font-style: italic;
  font-weight: 500;
  line-height: var(--font-line-height-relaxed-4);
}
.hero-gallery__text q::before,
.hero-gallery__text blockquote::before {
  content: open-quote;
}
.hero-gallery__text q::after,
.hero-gallery__text blockquote::after {
  content: close-quote;
}
@media (min-width: 1024px) {
  .hero-gallery__text q,
  .hero-gallery__text blockquote {
    margin: var(--space-200);
    margin-left: var(--space-350);
  }
}
.hero-gallery__text h1,
.hero-gallery__text h2,
.hero-gallery__text h3,
.hero-gallery__text h4,
.hero-gallery__text h5,
.hero-gallery__text h6 {
  margin-top: var(--space-sm);
  margin-bottom: var(--space-xs);
}
.hero-gallery__text .heading-xxs,
.hero-gallery__text .heading-xs,
.hero-gallery__text .heading-sm {
  color: var(--calc-color-text-primary) !important;
}
.hero-gallery__text .heading-md,
.hero-gallery__text .heading-lg,
.hero-gallery__text .heading-xl,
.hero-gallery__text .heading-xxl {
  color: var(--calc-color-text-heading) !important;
}
.hero-gallery__text > p {
  margin-top: 0;
  margin-bottom: var(--space-xs) !important;
}
.hero-gallery__text > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.hero-gallery__text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.hero-gallery__text .indent-1 {
  margin-left: 40px;
}
.hero-gallery__text .indent-2 {
  margin-left: 80px;
}
.hero-gallery__text .indent-3 {
  margin-left: 120px;
}
.hero-gallery__text .indent-4 {
  margin-left: 160px;
}
.hero-gallery__text .indent-5 {
  margin-left: 200px;
}
.hero-gallery__text .indent-6 {
  margin-left: 240px;
}
.hero-gallery__text .indent-7 {
  margin-left: 280px;
}
.hero-gallery__text .indent-8 {
  margin-left: 320px;
}
.hero-gallery__text .indent-9 {
  margin-left: 360px;
}
.hero-gallery__text .indent-10 {
  margin-left: 400px;
}
.hero-gallery__text .indent-11 {
  margin-left: 440px;
}
.hero-gallery__text .indent-12 {
  margin-left: 480px;
}
.hero-gallery__text .indent-13 {
  margin-left: 520px;
}
.hero-gallery__text .indent-14 {
  margin-left: 560px;
}
.hero-gallery__text .indent-15 {
  margin-left: 600px;
}
.hero-gallery__text .indent-16 {
  margin-left: 640px;
}
.hero-gallery__text .indent-17 {
  margin-left: 680px;
}
.hero-gallery__text .indent-18 {
  margin-left: 720px;
}
.hero-gallery__text .indent-19 {
  margin-left: 760px;
}
.hero-gallery__text .indent-20 {
  margin-left: 800px;
}
.hero-gallery__text img {
  display: block;
  margin-bottom: var(--space-150);
  max-width: 100%;
  height: auto;
}
@media (min-width: 360px) {
  .hero-gallery__text blockquote {
    margin: 32px;
  }
}
.hero-gallery__text ul,
.hero-gallery__text ol {
  --ol-level1-bullet-width: 30px;
  --ol-level2-bullet-width: 30px;
  --ol-level3-bullet-width: 40px;
  --ol-level4-bullet-width: 21px;
  --ul-level1-bullet-width: 30px;
  --ul-level2-bullet-width: 30px;
  --ul-level3-bullet-width: 25px;
  --ul-level4-bullet-width: 25px;
  counter-reset: level1;
  list-style-position: inside;
  list-style-type: none;
  padding-inline-start: 0;
  margin-top: 0;
  margin-inline-start: 0;
  margin-bottom: var(--space-xs);
}
.hero-gallery__text ul li,
.hero-gallery__text ol li {
  margin-inline-start: var(--ol-level1-bullet-width);
  list-style-position: inside;
  margin-top: 8px;
  margin-bottom: 8px;
}
.hero-gallery__text ul li > *:first-child,
.hero-gallery__text ol li > *:first-child {
  display: inline;
}
.hero-gallery__text ul li:last-child,
.hero-gallery__text ol li:last-child {
  margin-bottom: 0;
}
.hero-gallery__text ul li::before,
.hero-gallery__text ol li::before {
  display: inline-block;
  width: var(--ol-level1-bullet-width);
  margin-inline-start: calc(var(--ol-level1-bullet-width) * -1);
  font-weight: var(--font-weight-bold);
  content: counters(level1, "") ")";
  counter-increment: level1;
}
.hero-gallery__text ul li ul,
.hero-gallery__text ol li ul,
.hero-gallery__text ul li ol,
.hero-gallery__text ol li ol {
  margin-top: 0;
  margin-bottom: 0;
  margin-inline-start: 0;
  counter-reset: level2;
}
.hero-gallery__text ul li ul li,
.hero-gallery__text ol li ul li,
.hero-gallery__text ul li ol li,
.hero-gallery__text ol li ol li {
  margin-inline-start: var(--ol-level2-bullet-width);
}
.hero-gallery__text ul li ul li::before,
.hero-gallery__text ol li ul li::before,
.hero-gallery__text ul li ol li::before,
.hero-gallery__text ol li ol li::before {
  width: var(--ol-level2-bullet-width);
  margin-inline-start: calc(var(--ol-level2-bullet-width) * -1);
  content: counters(level2, "", lower-alpha) ")";
  counter-increment: level2;
}
.hero-gallery__text ul li ul li ul,
.hero-gallery__text ol li ul li ul,
.hero-gallery__text ul li ol li ul,
.hero-gallery__text ol li ol li ul,
.hero-gallery__text ul li ul li ol,
.hero-gallery__text ol li ul li ol,
.hero-gallery__text ul li ol li ol,
.hero-gallery__text ol li ol li ol {
  margin-inline-start: 0;
}
.hero-gallery__text ul li ul li ul li,
.hero-gallery__text ol li ul li ul li,
.hero-gallery__text ul li ol li ul li,
.hero-gallery__text ol li ol li ul li,
.hero-gallery__text ul li ul li ol li,
.hero-gallery__text ol li ul li ol li,
.hero-gallery__text ul li ol li ol li,
.hero-gallery__text ol li ol li ol li {
  margin-inline-start: var(--ol-level3-bullet-width);
}
.hero-gallery__text ul li ul li ul li::before,
.hero-gallery__text ol li ul li ul li::before,
.hero-gallery__text ul li ol li ul li::before,
.hero-gallery__text ol li ol li ul li::before,
.hero-gallery__text ul li ul li ol li::before,
.hero-gallery__text ol li ul li ol li::before,
.hero-gallery__text ul li ol li ol li::before,
.hero-gallery__text ol li ol li ol li::before {
  content: counters(level2, "", lower-alpha) ")";
  width: var(--ol-level3-bullet-width);
  margin-inline-start: calc(var(--ol-level3-bullet-width) * -1);
}
.hero-gallery__text ul li ul li ul li ul,
.hero-gallery__text ol li ul li ul li ul,
.hero-gallery__text ul li ol li ul li ul,
.hero-gallery__text ol li ol li ul li ul,
.hero-gallery__text ul li ul li ol li ul,
.hero-gallery__text ol li ul li ol li ul,
.hero-gallery__text ul li ol li ol li ul,
.hero-gallery__text ol li ol li ol li ul,
.hero-gallery__text ul li ul li ul li ol,
.hero-gallery__text ol li ul li ul li ol,
.hero-gallery__text ul li ol li ul li ol,
.hero-gallery__text ol li ol li ul li ol,
.hero-gallery__text ul li ul li ol li ol,
.hero-gallery__text ol li ul li ol li ol,
.hero-gallery__text ul li ol li ol li ol,
.hero-gallery__text ol li ol li ol li ol {
  margin-inline-start: 0;
}
.hero-gallery__text ul li ul li ul li ul li,
.hero-gallery__text ol li ul li ul li ul li,
.hero-gallery__text ul li ol li ul li ul li,
.hero-gallery__text ol li ol li ul li ul li,
.hero-gallery__text ul li ul li ol li ul li,
.hero-gallery__text ol li ul li ol li ul li,
.hero-gallery__text ul li ol li ol li ul li,
.hero-gallery__text ol li ol li ol li ul li,
.hero-gallery__text ul li ul li ul li ol li,
.hero-gallery__text ol li ul li ul li ol li,
.hero-gallery__text ul li ol li ul li ol li,
.hero-gallery__text ol li ol li ul li ol li,
.hero-gallery__text ul li ul li ol li ol li,
.hero-gallery__text ol li ul li ol li ol li,
.hero-gallery__text ul li ol li ol li ol li,
.hero-gallery__text ol li ol li ol li ol li {
  margin-inline-start: var(--ol-level4-bullet-width);
}
.hero-gallery__text ul li ul li ul li ul li::before,
.hero-gallery__text ol li ul li ul li ul li::before,
.hero-gallery__text ul li ol li ul li ul li::before,
.hero-gallery__text ol li ol li ul li ul li::before,
.hero-gallery__text ul li ul li ol li ul li::before,
.hero-gallery__text ol li ul li ol li ul li::before,
.hero-gallery__text ul li ol li ol li ul li::before,
.hero-gallery__text ol li ol li ol li ul li::before,
.hero-gallery__text ul li ul li ul li ol li::before,
.hero-gallery__text ol li ul li ul li ol li::before,
.hero-gallery__text ul li ol li ul li ol li::before,
.hero-gallery__text ol li ol li ul li ol li::before,
.hero-gallery__text ul li ul li ol li ol li::before,
.hero-gallery__text ol li ul li ol li ol li::before,
.hero-gallery__text ul li ol li ol li ol li::before,
.hero-gallery__text ol li ol li ol li ol li::before {
  width: var(--ol-level4-bullet-width);
  margin-inline-start: calc(var(--ol-level4-bullet-width) * -1);
  font-weight: var(--font-weight-regular);
  content: "-";
}
.hero-gallery__text ul li {
  margin-inline-start: var(--ul-level1-bullet-width);
}
.hero-gallery__text ul li::before {
  width: var(--ul-level1-bullet-width);
  margin-inline-start: calc(var(--ul-level1-bullet-width) * -1);
  font-weight: var(--font-weight-regular);
  content: "●";
}
.hero-gallery__text ul li ul li {
  margin-inline-start: var(--ul-level2-bullet-width);
}
.hero-gallery__text ul li ul li::before {
  width: var(--ul-level2-bullet-width);
  margin-inline-start: calc(var(--ul-level2-bullet-width) * -1);
  content: "○";
}
.hero-gallery__text ul li ul li ul li {
  margin-inline-start: var(--ul-level3-bullet-width);
}
.hero-gallery__text ul li ul li ul li::before {
  width: var(--ul-level3-bullet-width);
  margin-inline-start: calc(var(--ul-level3-bullet-width) * -1);
  content: "-";
}
.hero-gallery__text ul li ul li ul li ul li {
  margin-inline-start: var(--ul-level4-bullet-width);
}
.hero-gallery__text ul li ul li ul li ul li::before {
  width: var(--ul-level4-bullet-width);
  margin-inline-start: calc(var(--ul-level4-bullet-width) * -1);
  content: "-";
}
.hero-gallery:has(.image-gallery__thumbnail-button:focus-visible) {
  --calc-outline-color: black;
}

@media (min-width: 768px) {
  .hero-gallery {
    padding-top: calc(var(--navigation-height, var(--navigation-height-tablet)) + var(--space-xl));
  }
  .hero-gallery__image-gallery-container .image-gallery__thumbnails:not( :has( li:nth-child(n+6))) {
    justify-content: flex-end;
  }
  .hero-gallery__image-gallery-container .image-gallery__thumbnails::after {
    width: calc((100% / 5) - (var(--grid-gap) * 0.8) - var(--outline-offset, 2px));
  }
  .hero-gallery__image-gallery-container .image-gallery__thumbnail {
    width: calc((100% / 5) - var(--grid-gap) * 0.8);
  }
  .hero-gallery-swatches--small .hero-gallery-swatches__item-img-container,
  .hero-gallery-swatches--small .hero-gallery-swatches__item-circle {
    width: clamp(3rem, calc(-6.6000rem + 10.00vw), 4rem);
    height: clamp(3rem, calc(-6.6000rem + 10.00vw), 4rem);
  }
  .hero-gallery-swatches--small .hero-gallery-swatches__item,
  .hero-gallery-swatches--small .hero-gallery-swatches__item--img {
    width: calc(clamp(3rem, calc(-6.6000rem + 10.00vw), 4rem) + 8px);
  }
  .hero-gallery-swatches--medium .hero-gallery-swatches__item-img-container,
  .hero-gallery-swatches--medium .hero-gallery-swatches__item-circle {
    width: clamp(4rem, calc(-10.4000rem + 15.00vw), 5.5rem);
    height: clamp(4rem, calc(-10.4000rem + 15.00vw), 5.5rem);
  }
  .hero-gallery-swatches--medium .hero-gallery-swatches__item,
  .hero-gallery-swatches--medium .hero-gallery-swatches__item--img {
    width: calc(clamp(4rem, calc(-10.4000rem + 15.00vw), 5.5rem) + 8px);
  }
  .hero-gallery-swatches--large .hero-gallery-swatches__item-img-container,
  .hero-gallery-swatches--large .hero-gallery-swatches__item-circle {
    width: clamp(5.5rem, calc(-13.7000rem + 20.00vw), 7.5rem);
    height: clamp(5.5rem, calc(-13.7000rem + 20.00vw), 7.5rem);
  }
  .hero-gallery-swatches--large .hero-gallery-swatches__item,
  .hero-gallery-swatches--large .hero-gallery-swatches__item--img {
    width: calc(clamp(5.5rem, calc(-13.7000rem + 20.00vw), 7.5rem) + 8px);
  }
}

@media (min-width: 1024px) {
  .hero-gallery {
    padding-top: calc(var(--navigation-height, var(--navigation-height-desktop)) + var(--space-xl));
  }
  .hero-gallery__title-container {
    grid-area: 1 / 1 / auto / 7;
  }
  .hero-gallery__content {
    grid-column: 1 / 7;
    padding-right: var(--inset-md);
    gap: var(--space-md);
    display: flex;
    flex-direction: column;
  }
  .hero-gallery__content--no-media {
    grid-column: 1 / 10;
  }
  .hero-gallery__image-gallery-container {
    grid-area: 1 / 7 / 4 / 13;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .hero-gallery__image-gallery-container figure {
    height: auto;
  }
  .hero-gallery__image-gallery-container figure picture {
    height: -webkit-fill-available;
  }
  .hero-gallery__image-gallery-container .image-gallery__thumbnails {
    height: auto;
  }
  .hero-gallery__image-gallery-container .image-gallery__thumbnail.external {
    height: 100%;
  }
  .hero-gallery-swatches--small .hero-gallery-swatches__item-img-container,
  .hero-gallery-swatches--small .hero-gallery-swatches__item-circle {
    width: clamp(3rem, calc(-6.6000rem + 10.00vw), 4rem);
    height: clamp(3rem, calc(-6.6000rem + 10.00vw), 4rem);
  }
  .hero-gallery-swatches--medium .hero-gallery-swatches__item-img-container,
  .hero-gallery-swatches--medium .hero-gallery-swatches__item-circle {
    width: clamp(4rem, calc(-10.4000rem + 15.00vw), 5.5rem);
    height: clamp(4rem, calc(-10.4000rem + 15.00vw), 5.5rem);
  }
  .hero-gallery-swatches--large .hero-gallery-swatches__item-img-container,
  .hero-gallery-swatches--large .hero-gallery-swatches__item-circle {
    width: clamp(5.5rem, calc(-13.7000rem + 20.00vw), 7.5rem);
    height: clamp(5.5rem, calc(-13.7000rem + 20.00vw), 7.5rem);
  }
}

@media (min-width: 1520px) {
  .hero-gallery__image-gallery-container .image-gallery__thumbnails::after {
    width: var(--active-thumbnail-width, 0);
  }
  .hero-gallery__image-gallery-container .image-gallery__thumbnail {
    width: calc((100% / 6) - var(--grid-gap) * 0.85);
  }
}
