:root {
  --sts-breakpoint-md: 768px;
  --sts-breakpoint-lg: 1024px;
  --sts-max-width-card-sm: 156px;
  --sts-max-width-card-md: 224px;
  --sts-max-width-card-lg: 360px;
  --sts-max-width-sm: 400px;
  --sts-max-width-md: 736px;
  --sts-max-width-lg: 1200px;
  --sts-max-width-xlg: 1536px;
  --sts-gap-sm: 16px;
  --sts-gap-md: 24px;
  --sts-radius-sm: 8px;
  --sts-radius-md: 16px;
  --sts-content-gutter: clamp(16px, 4vw, 48px);
  --sts-content-header-start: clamp(8px, 2vw, 24px);
  --sts-video-landscape-aspect-ratio: calc(16 / 9);
  --sts-video-landscape-mobile-min-width: 320px;
  --sts-video-landscape-desktop-min-width: 480px;
  --sts-video-portrait-aspect-ratio: calc(9 / 16);
  --sts-video-portrait-max-width: 400px;
  --sts-video-portrait-mobile-min-width: 156px;
  --sts-video-portrait-desktop-min-width: 280px;
  --sts-skeleton-base: var(--wp--preset--color--base-30);
  --sts-skeleton-highlight: var(--wp--preset--color--base-10);
}

:root {
  --wp--preset--spacing--container-small: 400px;
  --wp--preset--spacing--container-medium: 736px;
  --wp--preset--spacing--container-large: 1200px;
  --wp--preset--spacing--container-xl: 1536px;
  --size-1: 0.5rem;
  --size-2: 0.75rem;
  --size-3: 1rem;
  --size-4: 1.5rem;
  --size-5: 2rem;
  --size-6: 3rem;
  --size-7: 4rem;
  --size-8: 6rem;
  --size-9: 8rem;
  --size-10: 12rem;
}

/* Reset all margins */
* {
  margin: 0;
}

html {
  block-size: 100%;
  overflow-wrap: break-word;
  text-size-adjust: none;
  scroll-behavior: smooth;
}
html,
html *,
html *::before,
html *::after {
  box-sizing: border-box;
}

html,
body {
  block-size: 100%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Remove padding on lists */
ul,
ol {
  padding: 0;
  list-style-type: none;
}

.entry-content ul,
.entry-content ol {
  padding: 0;
  padding-left: 0.5rem;
  list-style-position: inside;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ol {
  list-style-type: decimal;
}

/* Media elements defaults */
img,
picture,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  max-inline-size: 100%;
}

img {
  block-size: initial;
  inline-size: 100%;
}

/* Reset font styling */
input,
button,
textarea,
select,
table {
  font: inherit;
}

/* Reset default styling for buttons */
button {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  padding: 0;
}

/* Prevent sub and sup elements from affecting the line height */
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  inset-block-end: -0.25em;
}

sup {
  inset-block-start: -0.5em;
}

input {
  outline: none;
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  appearance: none;
}

:focus-visible {
  outline: 0.1rem solid var(--wp--preset--color--base-90);
  outline-offset: 0.2rem;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  color: var(--wp--preset--color--base-90);
}

h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 2.5rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.75rem;
  }
}

h2 {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.875rem;
  }
}

h5 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  h6 {
    font-size: 1.125rem;
  }
}

p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    font-size: 1rem;
  }
}
p.preamble {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--wp--preset--color--base-70);
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  p.preamble {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

strong {
  font-weight: 700;
}

.highlighted {
  background-color: var(--wp--preset--color--accent-10);
}

.no-scroll {
  overflow: hidden;
}

.country-flag {
  display: inline-block;
  height: 1rem;
  width: 1.5rem;
  margin-right: 0.25rem;
  overflow: hidden;
}
.country-flag img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.mobile-menu {
  background-color: rgba(0, 0, 0, 0.25);
  right: -0.5rem;
  left: -0.5rem;
  z-index: 10;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu.opened {
  visibility: visible;
  opacity: 1;
}
.mobile-menu.opened .mobile-menu__item.main {
  transform: translateX(0);
}
.mobile-menu, .mobile-menu__item {
  position: fixed;
  top: -0.5rem;
  bottom: 0;
  height: 100vh;
  transition: 0.3s ease;
  overflow-y: auto;
}
.mobile-menu.main .mobile-menu:last-of-type, .mobile-menu__item.main .mobile-menu:last-of-type {
  margin-top: 3.75rem;
}
@media (min-width: 1025px) {
  .mobile-menu, .mobile-menu__item {
    display: none;
  }
}
.mobile-menu__item {
  width: calc(100% - 3.875rem);
  left: 4.375rem;
  display: inline-block;
  z-index: 20;
  background-color: var(--wp--preset--color--base-10);
  padding: 5rem 2.5rem;
  transform: translateX(100%);
}
.mobile-menu__item.opened {
  transform: translateX(0);
}
.mobile-menu__item .main a {
  font-size: 1.25rem;
  font-weight: 700;
}
.mobile-menu__description {
  margin-top: 2.5rem;
}
.mobile-menu__list {
  margin-bottom: 2.5rem;
}
.mobile-menu__list a {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}
.mobile-menu__list--small a {
  font-size: 0.875rem;
  line-height: 1.5;
}
.mobile-menu__list--small .mobile-menu__list-item {
  margin-bottom: 1.25rem;
}
.mobile-menu__list-item {
  margin-bottom: 0.85rem;
  display: flex;
  align-items: center;
}
.mobile-menu__list-item a {
  display: flex;
  align-items: center;
  transition: 0.2s ease;
}
.mobile-menu__list-item a:hover {
  opacity: 0.7;
}
.mobile-menu__list-item:last-child {
  margin-bottom: 0;
}
.mobile-menu__list-item button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  cursor: pointer;
}
.mobile-menu__list-item button img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.mobile-menu__list:last-of-type {
  margin-bottom: 0;
}
.mobile-menu__back {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
}
.mobile-menu__back img {
  margin-right: 4px;
}
.mobile-menu__parent-title {
  margin: 2rem 0;
}

.menu-toggle {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 14px;
  cursor: pointer;
  z-index: 999;
}
@media (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle span, .menu-toggle:before, .menu-toggle:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 100%;
  right: 0;
  background-color: var(--wp--preset--color--base-90);
  transition: 0.2s ease;
}
.menu-toggle span {
  top: 50%;
}
.menu-toggle:before {
  transform-origin: top right;
  top: 0;
}
.menu-toggle:after {
  transform-origin: bottom right;
  bottom: 0;
}
.menu-toggle.opened span {
  opacity: 0;
}
.menu-toggle.opened:before {
  transform: rotate(-45deg);
}
.menu-toggle.opened:after {
  transform: rotate(45deg);
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0.5rem;
}
@media (min-width: 1025px) {
  h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 1rem;
  }
}

.entry-content {
  --sts-content-max-width: var(--wp--style--global--content-size, 1200px);
  --sts-content-wide-width: var(--wp--style--global--wide-size, 1440px);
  padding-inline: var(--sts-content-gutter, clamp(16px, 4vw, 48px));
  padding-block-start: calc(var(--sts-content-gutter, clamp(16px, 4vw, 48px)) / 2);
  padding-block-end: var(--sts-content-gutter, clamp(16px, 4vw, 48px));
}

.entry-content > * {
  margin-inline: auto;
  max-width: min(100%, var(--sts-content-max-width));
  width: 100%;
}

.entry-content > * + * {
  margin-block-start: var(--wp--style--block-gap, var(--sts-content-gutter, clamp(16px, 4vw, 48px)));
}

.entry-content > .alignwide {
  max-width: min(100%, var(--sts-content-wide-width));
}

.entry-content > .alignfull {
  max-width: none;
  margin-inline: calc(-1 * var(--sts-content-gutter, clamp(16px, 4vw, 48px)));
  width: auto;
}

.entry-header {
  --sts-content-max-width: var(--wp--style--global--content-size, 1200px);
  --sts-content-wide-width: var(--wp--style--global--wide-size, 1440px);
  padding-inline: var(--sts-content-gutter, clamp(16px, 4vw, 48px));
  padding-block-start: var(--sts-content-header-start, clamp(8px, 2vw, 24px));
  padding-block-end: calc(var(--sts-content-gutter, clamp(16px, 4vw, 48px)) / 2);
}

.entry-header > * {
  margin-inline: auto;
  max-width: min(100%, var(--sts-content-max-width));
  width: 100%;
}

.entry-header > * + * {
  margin-block-start: var(--wp--style--block-gap, var(--sts-content-gutter, clamp(16px, 4vw, 48px)));
}

.entry-header > .alignwide {
  max-width: min(100%, var(--sts-content-wide-width));
}

.entry-header > .alignfull {
  max-width: none;
  margin-inline: calc(-1 * var(--sts-content-gutter, clamp(16px, 4vw, 48px)));
  width: auto;
}

.editor-styles-wrapper .block-editor-block-list__layout {
  --sts-content-max-width: var(--wp--style--global--content-size, 1200px);
  --sts-content-wide-width: var(--wp--style--global--wide-size, 1440px);
  padding-inline: var(--sts-content-gutter, clamp(16px, 4vw, 48px));
  padding-block-start: calc(var(--sts-content-gutter, clamp(16px, 4vw, 48px)) / 2);
  padding-block-end: var(--sts-content-gutter, clamp(16px, 4vw, 48px));
}

.editor-styles-wrapper .block-editor-block-list__layout > * {
  margin-inline: auto;
  max-width: min(100%, var(--sts-content-max-width));
  width: 100%;
}

.editor-styles-wrapper .block-editor-block-list__layout > * + * {
  margin-block-start: var(--wp--style--block-gap, var(--sts-content-gutter, clamp(16px, 4vw, 48px)));
}

.editor-styles-wrapper .block-editor-block-list__layout > .alignwide {
  max-width: min(100%, var(--sts-content-wide-width));
}

.editor-styles-wrapper .block-editor-block-list__layout > .alignfull {
  max-width: none;
  margin-inline: calc(-1 * var(--sts-content-gutter, clamp(16px, 4vw, 48px)));
  width: auto;
}

.has-max-width-card-sm {
  max-width: var(--sts-max-width-card-sm, 156px);
}

.block-editor-block-list__layout.is-root-container .has-max-width-card-sm {
  max-width: var(--sts-max-width-card-sm, 156px) !important;
}

.has-max-width-card-md {
  max-width: var(--sts-max-width-card-md, 224px);
}

.block-editor-block-list__layout.is-root-container .has-max-width-card-md {
  max-width: var(--sts-max-width-card-md, 224px) !important;
}

.has-max-width-card-lg {
  max-width: var(--sts-max-width-card-lg, 360px);
}

.block-editor-block-list__layout.is-root-container .has-max-width-card-lg {
  max-width: var(--sts-max-width-card-lg, 360px) !important;
}

.has-max-width-sm {
  max-width: var(--sts-max-width-sm, 400px);
}

.block-editor-block-list__layout.is-root-container .has-max-width-sm {
  max-width: var(--sts-max-width-sm, 400px) !important;
}

.has-max-width-md {
  max-width: var(--sts-max-width-md, 736px);
}

.block-editor-block-list__layout.is-root-container .has-max-width-md {
  max-width: var(--sts-max-width-md, 736px) !important;
}

.has-max-width-lg {
  max-width: var(--sts-max-width-lg, 1200px);
}

.block-editor-block-list__layout.is-root-container .has-max-width-lg {
  max-width: var(--sts-max-width-lg, 1200px) !important;
}

.has-max-width-xlg {
  max-width: var(--sts-max-width-xlg, 1536px);
}

.block-editor-block-list__layout.is-root-container .has-max-width-xlg {
  max-width: var(--sts-max-width-xlg, 1536px) !important;
}

.container {
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 480px) {
  .container {
    max-width: var(--wp--preset--spacing--container-medium);
  }
}
@media (min-width: 768px) {
  .container {
    max-width: var(--wp--preset--spacing--container-large);
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: var(--wp--preset--spacing--container-large);
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: var(--wp--preset--spacing--container-xl);
  }
}

:root {
  --wp--preset--spacing--container-small: 400px;
  --wp--preset--spacing--container-medium: 736px;
  --wp--preset--spacing--container-large: 1200px;
  --wp--preset--spacing--container-xl: 1536px;
  --size-1: 0.5rem;
  --size-2: 0.75rem;
  --size-3: 1rem;
  --size-4: 1.5rem;
  --size-5: 2rem;
  --size-6: 3rem;
  --size-7: 4rem;
  --size-8: 6rem;
  --size-9: 8rem;
  --size-10: 12rem;
}

.site-header {
  height: 3rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 99;
}
.site-header__inner {
  padding: 4px;
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  width: calc(100% - 1rem);
  height: 3rem;
  border-radius: 1.5rem;
  background-color: rgba(var(--wp--preset--color--base-10), 0.9);
  backdrop-filter: blur(10px);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__brand-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 1025px) {
  .site-header__brand-wrapper {
    width: auto;
  }
}
.site-header__brand {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  background-color: var(--wp--preset--color--accent-10);
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__brand img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  transform: scale(0.6);
}
.site-header__brand:hover img {
  opacity: 0.7;
  transform: scale(0.63);
}
@media (min-width: 1025px) {
  .site-header__cta-wrapper {
    margin-right: auto;
    margin-left: 1rem;
  }
}
.site-header__tagline img {
  max-height: 2.5rem;
  object-fit: contain;
}
.site-header__tagline:hover img {
  opacity: 0.7;
}
.site-header img {
  transition: 0.2s ease;
}
.site-header__nav, .site-header__languages {
  display: none;
}
@media (min-width: 1025px) {
  .site-header__nav, .site-header__languages {
    display: block;
  }
}
.site-header__menu {
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  gap: 2rem;
}
.site-header__menu a {
  white-space: nowrap;
  color: var(--wp--preset--color--base-90);
  transition: 0.2s ease;
}
.site-header__menu a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.site-header__menu a:hover:after {
  opacity: 0.7;
}
.site-header__menu .sub-menu {
  position: absolute;
  left: -1.5rem;
  top: 100%;
  background-color: var(--wp--preset--color--base-10);
  box-shadow: 8px 8px 40px 0 rgba(0, 0, 0, 0.08);
  min-width: 10rem;
  display: flex;
  flex-direction: column;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  padding: 1rem 0;
  border-radius: 1rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.site-header__menu .sub-menu::-webkit-scrollbar {
  display: none;
}
.site-header__menu .sub-menu.menu-align-left {
  right: 0;
  left: auto;
}
.site-header__menu .sub-menu a {
  display: inline-block;
  padding: 0.7rem 1.5rem;
}
.site-header__menu .sub-menu .menu-item-has-children > a:after {
  background-image: url("../assets/icons/arrow-right.svg");
}
.site-header__menu .sub-menu .menu-item-has-children:hover > a:after {
  transform: translateX(0.25rem);
}
.site-header__menu .sub-menu .menu-item-has-children .sub-menu {
  top: -1rem;
}
.site-header__menu .sub-menu .menu-item-has-children .sub-menu:not(.menu-align-left) {
  left: 100%;
}
.site-header__menu .sub-menu .menu-item-has-children .sub-menu.menu-align-left {
  right: 100%;
}
.site-header__menu .menu-item-has-children {
  position: relative;
}
.site-header__menu .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
}
.site-header__menu .menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url("../assets/icons/keyboard-arrow-down.svg");
  background-size: contain;
  margin-left: 0.25rem;
  transition: transform 0.2s ease;
}
.site-header__menu .menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
}
.site-header__menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.site-header__languages a,
.site-header__languages .sub-menu a {
  display: inline-flex;
  align-items: center;
}
.site-header__languages h6 {
  white-space: nowrap;
  padding: 0 1.5rem 1.5rem;
}
.site-header .social {
  margin-top: 2.5rem;
  gap: 0.5rem;
}
.site-header .social-button {
  background-color: var(--wp--preset--color--accent-20);
}

.site-footer {
  background-color: var(--wp--preset--color--accent-10);
  padding: var(--size-7) var(--size-3);
}
.site-footer .container:first-child {
  display: grid;
  column-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.site-footer .container:first-child .col {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .site-footer .container:first-child {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1025px) {
  .site-footer .container:first-child {
    grid-template-columns: repeat(5, 1fr);
  }
}
.site-footer__logo {
  grid-column: 1/-1;
  margin-bottom: 2.5rem;
}
.site-footer__logo a {
  display: inline-block;
  max-width: 70px;
}
.site-footer__logo a img {
  transition: 0.2s ease;
  width: 100%;
  height: auto;
}
.site-footer__logo a:hover img {
  opacity: 0.7;
}
@media (min-width: 1025px) {
  .site-footer__logo {
    grid-column: auto;
  }
  .site-footer__logo a {
    max-width: 90px;
  }
}
.site-footer .social {
  margin-bottom: 2.5rem;
}
@media (min-width: 1025px) {
  .site-footer .social {
    justify-content: center;
  }
}
.site-footer__menu-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}
@media (min-width: 1025px) {
  .site-footer__menu-bottom {
    justify-content: center;
  }
}
.site-footer__menu-bottom .menu-item {
  margin-bottom: 0;
}
.site-footer__menu-bottom .menu-item:last-child {
  margin-right: 0;
}
.site-footer__menu-bottom .menu-item a {
  white-space: nowrap;
}
.site-footer h5, .site-footer li {
  margin-bottom: 1rem;
}
.site-footer li:last-child {
  margin-bottom: 0;
}
.site-footer p {
  font-size: 0.875rem;
}

a {
  color: var(--wp--preset--color--base-90);
  text-decoration: none;
}

.underline, .site-footer .menu-item a {
  color: var(--wp--preset--color--base-90);
  text-decoration: none;
  font-size: 0.875rem;
  box-shadow: inset 0 -1px 0 currentColor;
  transition: box-shadow 0.2s ease;
  line-height: 24px;
  display: inline;
  padding-bottom: 4px;
}
.underline:hover, .site-footer .menu-item a:hover {
  box-shadow: inset 0 -2px 0 currentColor;
}

.social {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.social-button {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--wp--preset--color--base-10);
  transition: background-color 0.2s ease;
}
.social-button img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: scale(0.55);
  transition: transform 0.2s ease;
}
.social-button:hover {
  background-color: var(--wp--preset--color--base-20);
}
.social-button:hover img {
  transform: scale(0.57);
}

.cta-button {
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  transition: 0.2s ease;
  border-radius: 1.25rem;
  padding: 0 1.5rem;
  text-decoration: none;
  background-color: var(--wp--preset--color--accent-10);
  color: var(--wp--preset--color--base-90);
}
.cta-button:hover {
  background-color: var(--wp--preset--color--accent-20);
}

.cta-link {
  color: var(--wp--preset--color--base-90);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  padding: 0.25rem 0;
  box-shadow: inset 0 -2px 0 var(--wp--preset--color--accent-10);
  transition: box-shadow 0.2s ease;
}
.cta-link:hover {
  box-shadow: inset 0 -2px 0 var(--wp--preset--color--base-90);
}

.sts-responsive-image {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: transparent;
  isolation: isolate;
}
.sts-responsive-image picture,
.sts-responsive-image img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.sts-responsive-image.is-skeleton::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--sts-skeleton-base, #e5e9f0) 0%, var(--sts-skeleton-highlight, #f5f7fa) 50%, var(--sts-skeleton-base, #e5e9f0) 100%);
  background-size: 200% 100%;
  background-position: -50% 0;
  animation: sts-skeleton-shimmer 1.4s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.sts-responsive-image.has-aspect-square {
  aspect-ratio: 1/1;
}

.sts-responsive-image.has-aspect-portrait {
  aspect-ratio: 3/4;
}

.sts-responsive-image.has-aspect-landscape {
  aspect-ratio: 16/9;
}

.sts-responsive-image.has-aspect-ultrawide {
  aspect-ratio: 21/9;
}

.sts-responsive-image.has-fit-cover img {
  object-fit: cover;
}

.sts-responsive-image.has-fit-contain img {
  object-fit: contain;
}

.sts-responsive-image.has-fit-fill img {
  object-fit: fill;
}

.sts-responsive-image.has-fit-none img {
  object-fit: none;
}

.sts-responsive-image.has-fit-scaleDown img {
  object-fit: scale-down;
}

.sts-responsive-image.has-pos-center img {
  object-position: center;
}

.sts-responsive-image.has-pos-top img {
  object-position: top;
}

.sts-responsive-image.has-pos-bottom img {
  object-position: bottom;
}

.sts-responsive-image.has-pos-left img {
  object-position: left;
}

.sts-responsive-image.has-pos-right img {
  object-position: right;
}

.sts-responsive-image.has-pos-topLeft img {
  object-position: left top;
}

.sts-responsive-image.has-pos-topRight img {
  object-position: right top;
}

.sts-responsive-image.has-pos-bottomLeft img {
  object-position: left bottom;
}

.sts-responsive-image.has-pos-bottomRight img {
  object-position: right bottom;
}

@media (prefers-reduced-motion: reduce) {
  .sts-responsive-image.is-skeleton::before {
    animation: none;
    background: var(--sts-skeleton-base, #e5e9f0);
  }
}
@keyframes sts-skeleton-shimmer {
  0% {
    background-position: -50% 0;
  }
  100% {
    background-position: 150% 0;
  }
}
