.jodis-shape-divider {
  --jodis-divider-height: 100px;
  --jodis-divider-seam-overlap: 2px;
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  width: 100%;
  height: calc(var(--jodis-divider-height) + var(--jodis-divider-seam-overlap));
  overflow: visible;
  color: var(--sp-color-background);
  pointer-events: none;
}

.jodis-shape-divider--top {
  top: calc(0px - var(--jodis-divider-seam-overlap));
}

.jodis-shape-divider--bottom {
  bottom: calc(0px - var(--jodis-divider-seam-overlap));
}

.jodis-shape-divider--dark {
  color: #222222;
}

.jodis-divider-host {
  isolation: isolate;
}

.jodis-divider-host > .site-container,
.jodis-divider-host > .final-cta__row,
.jodis-divider-host > .jodis-row,
.jodis-divider-host > .jodis-module {
  position: relative;
  z-index: 20;
}

/*
 * Reusable content-card anatomy. Route styles may compose named variants,
 * but the shared card box and parts live here rather than in page CSS.
 */
[data-sp-component="content-card"].jodis-card {
  min-height: 0;
  padding: 30px 24px;
  background: #ffffff;
  box-shadow: 6px 6px 18px rgb(0 0 0 / 25%);
  text-align: center;
}

.jodis-card-content {
  height: 100%;
}

.jodis-card-icon {
  color: var(--sp-color-primary);
  font-size: 36px;
}

.jodis-card-title {
  font-size: 18px;
}

/* The Studio highlights are one observed icon-led card variant. The icon slot,
   typography and copy alignment belong to the component rather than the route. */
[data-sp-variant="studio-highlight"] {
  text-align: center;
}

[data-sp-variant="studio-highlight"] .jodis-card-icon {
  display: block;
  height: 60px;
  margin-bottom: 30px;
  line-height: 0;
}

[data-sp-variant="studio-highlight"] .jodis-icon,
[data-sp-variant="studio-highlight"] .jodis-icon__svg {
  width: 60px;
  height: 60px;
}

[data-sp-variant="studio-highlight"] .jodis-card-title {
  margin: 0;
  padding-bottom: 10px;
  font-family: var(--sp-font-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}

/*
 * Shared disclosure card. Studio facts and service disclosures are the same
 * observed component; page sections only control placement and group rhythm.
 */
.jodis-accordion,
[data-sp-component="accordion-card"] {
  width: 100%;
}

[data-sp-component="accordion-card"] {
  background: var(--sp-color-primary);
  color: #ffffff;
  box-shadow: 0 2px 18px rgb(0 0 0 / 30%);
}

[data-sp-component="accordion-card"] > .jodis-toggle-title {
  position: relative;
  min-height: 63px;
  margin: 0;
  padding: 20px 48px 20px 20px;
  color: #ffffff;
  cursor: pointer;
  font-family: var(--sp-font-body);
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

[data-sp-component="accordion-card"] > .jodis-toggle-title::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-grid;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgb(225 244 220);
  color: var(--sp-color-primary);
  content: "+";
  font-size: 14px;
  line-height: 16px;
  place-items: center;
}

[data-sp-component="accordion-card"].is-open > .jodis-toggle-title::after {
  content: "−";
}

[data-sp-component="accordion-card"].is-closed > .jodis-toggle-content {
  display: none;
}

[data-sp-component="accordion-card"] > .jodis-toggle-content {
  padding: 18px 19px;
  background: #eeeeee;
  color: #222222;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: 2px solid transparent;
  border-radius: var(--sp-radius-button);
  background: var(--sp-gradient);
  box-shadow: 0 8px 18px rgb(82 167 76 / 20%);
  color: #ffffff;
  font-family: var(--sp-font-heading);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: translate 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.button:hover,
.button:focus-visible {
  translate: 0 -2px;
  box-shadow: 0 12px 22px rgb(82 167 76 / 28%);
  filter: saturate(1.08);
}

.button--raised-green,
.button--raised-dark {
  min-height: 60px;
  padding: 18px 34px;
  border: 0;
  font-size: 14px;
  letter-spacing: 5px;
  line-height: 23.8px;
  text-transform: uppercase;
}

.button--raised-green {
  background: linear-gradient(90deg, var(--sp-color-primary) 0%, var(--sp-color-accent) 100%);
  box-shadow: 0 20px 30px -10px rgb(0 0 0 / 63%);
}

.button--raised-dark {
  background: linear-gradient(90deg, #262626 0%, #7a7a7a 100%);
  box-shadow: 0 20px 30px -10px rgb(0 0 0 / 47%);
}

.button--shadow-solid,
.button--shadow-solid:hover,
.button--shadow-solid:focus-visible {
  box-shadow: 0 20px 30px -10px #000000;
}

.button--dense-contact {
  min-height: 56px;
  font-size: 12px;
  letter-spacing: 4px;
  line-height: 20.4px;
}

.button--form-submit {
  min-height: 52px;
  padding: 4.2px 14px;
  border: 2px solid transparent;
  background: var(--sp-gradient);
  box-shadow: none;
  font-family: var(--sp-font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 23.8px;
  text-transform: uppercase;
}

.button--form-submit:hover,
.button--form-submit:focus-visible {
  box-shadow: none;
}

.button--overlap {
  width: max-content;
  max-width: calc(100% - 24px);
  min-height: 44px;
  margin-inline: auto;
  padding: 10px 20px;
  border: 0;
  background: linear-gradient(90deg, var(--sp-color-primary) 0%, var(--sp-color-accent) 100%);
  box-shadow: 0 12px 18px -6px rgb(0 0 0 / 43%);
  font-size: 14px;
  letter-spacing: 5px;
  line-height: 23.8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.edge-action-card {
  position: relative;
  overflow: visible;
}

.hero-action {
  text-align: center;
}

.edge-action-card__action {
  --jodis-rest-transform: translateX(-50%);
  position: absolute;
  z-index: 2;
  top: calc(100% - var(--edge-action-overlap, 20px));
  left: 50%;
  margin-top: 0;
  transform: var(--jodis-rest-transform);
}

.button--raised-green:hover,
.button--raised-green:focus-visible {
  box-shadow: 0 20px 30px -10px rgb(0 0 0 / 63%);
}

.button--raised-dark:hover,
.button--raised-dark:focus-visible {
  box-shadow: 0 20px 30px -10px rgb(0 0 0 / 47%);
}

.button--overlap:hover,
.button--overlap:focus-visible {
  box-shadow: 0 12px 18px -6px rgb(0 0 0 / 43%);
}

.button--rental,
.button--rental:hover,
.button--rental:focus-visible {
  box-shadow: 0 20px 30px -10px rgb(0 0 0 / 61%);
}

.contact-strip {
  position: fixed;
  z-index: 51;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 31px;
  background: var(--sp-color-primary);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.contact-strip__inner {
  display: flex;
  width: 100%;
  max-width: none;
  gap: 18px;
  padding: 9px 30px 0;
}

.contact-strip__link {
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  text-decoration: none;
}

.contact-strip__icon {
  width: 13px;
  flex: 0 0 13px;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
}

.contact-strip__icon svg {
  width: 100%;
  height: 100%;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 30px;
  right: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
}

.site-header__inner {
  display: flex;
  width: 100%;
  max-width: none;
  height: 80px;
  align-items: center;
  padding-inline: 34px 32px;
}

.brand-link {
  flex: 0 0 auto;
}

.brand-logo {
  width: 72px;
  max-height: 48px;
  object-fit: contain;
}

.site-nav {
  width: 1120.5px;
  max-width: calc(100% - 254px);
  height: 80px;
  margin-left: auto;
}

.site-nav__list {
  display: flex;
  height: 47px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  margin: 33px 0 0;
  padding: 0;
  list-style: none;
}

.site-nav a,
.nav-group__toggle {
  display: inline-flex;
  height: 47px;
  min-height: 47px;
  align-items: flex-start;
  padding: 0 0 33px;
  border: 0;
  background: transparent;
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
}

#main-content {
  padding-top: 111px;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"],
.nav-group__toggle:hover,
.nav-group__toggle:focus-visible {
  color: var(--sp-color-primary);
}

.nav-group {
  position: relative;
}

.nav-group__toggle {
  padding-right: 11.5625px;
}

.nav-group__menu {
  position: absolute;
  z-index: 60;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  width: 220px;
  padding: 10px;
  visibility: hidden;
  transform: translateY(-8px);
  border-top: 3px solid var(--sp-color-primary);
  background: #ffffff;
  box-shadow: 0 12px 24px rgb(0 0 0 / 18%);
  opacity: 0;
  transition: 160ms ease;
}

.nav-group:hover .nav-group__menu,
.nav-group:focus-within .nav-group__menu,
.nav-group__toggle[aria-expanded="true"] + .nav-group__menu {
  visibility: visible;
  transform: none;
  opacity: 1;
}

.nav-group__menu a {
  min-height: 40px;
  padding-inline: 12px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  padding: 8px;
  border: 0;
  background: transparent;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--sp-color-primary);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  overflow: hidden;
  min-height: 464px;
  place-items: center;
  background: #5b5b5b;
  color: #ffffff;
}

.hero::after {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 145px;
  background: #ffffff;
  clip-path: polygon(0 84%, 100% 0, 100% 100%, 0 100%);
  content: "";
}

.hero--compact::before {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 250px;
  background: rgb(255 255 255 / 50%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  content: "";
}

.hero--compact::after {
  height: 250px;
  clip-path: polygon(0 100%, 100% 30%, 100% 100%);
}

.hero__image,
.hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.hero__shade {
  z-index: -1;
  background: rgb(91 91 91 / 69%);
  mix-blend-mode: overlay;
}

.hero--compact .hero__shade {
  background: rgb(91 91 91 / 50%);
  mix-blend-mode: normal;
}

.hero__content {
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
  text-align: center;
  text-shadow: 0 4px 5px rgb(0 0 0 / 72%);
}

.hero__content h1,
.hero__content p {
  color: #ffffff;
}

.hero__kicker,
.hero-tagline {
  margin: 0;
  font-family: var(--sp-font-heading);
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
}

.hero__kicker {
  font-size: 34px;
  letter-spacing: 0.34em;
}

.hero-tagline {
  width: min(800px, 80vw);
  max-width: 800px;
  margin-inline: auto;
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 10px;
  text-align: center;
  text-shadow: 0 0.1em 0.1em #000000;
}

.hero__content h1 {
  margin: 0;
  font-size: 72px;
  line-height: 1.2;
}

.hero--home {
  --hero-content-start: 64px;
  --hero-title-gap: 10px;
  --hero-subtitle-gap: 95px;
  min-height: 599px;
  background-color: rgb(91 91 91 / 69%);
  background-image: url("../assets/images/home-hero.jpg");
  background-position: center;
  background-size: cover;
  background-blend-mode: overlay;
}

.hero--home::after {
  display: none;
}

.hero-divider {
  --jodis-divider-height: 250px;
  z-index: 4;
  color: var(--sp-color-background);
}

.hero--home .hero__content h1 {
  font-size: 96px;
}

.hero--home .hero__subtitle {
  align-self: center;
}

.hero--home .hero__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: var(--hero-content-start) 0 0;
}

.hero--home .hero__kicker,
.hero--home .hero__content h1,
.hero--home .hero__subtitle {
  position: static;
  margin: 0;
}

.hero--home .hero__content h1 {
  margin-top: var(--hero-title-gap);
}

.hero--home .hero__subtitle {
  margin-top: var(--hero-subtitle-gap);
}

.benefit-card,
.service-card__body,
.rate-card {
  background: #ffffff;
  box-shadow: var(--sp-shadow-card);
}

.benefit-card {
  position: relative;
  min-height: 0;
  padding: 98px 20px 24px;
  box-shadow: 6px 6px 18px rgb(0 0 0 / 30%);
  text-align: left;
}

.benefit-card__icon {
  position: absolute;
  top: 24px;
  left: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  transform: translateX(-50%);
  border: 0;
  color: var(--sp-color-primary);
  place-items: center;
}

.benefit-card__icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.benefit-card h3 {
  height: 28px;
  margin: 0;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.benefit-card ul {
  margin: 0;
  padding: 0 0 0 20px;
  color: #666666;
  font-size: 14px;
  line-height: 26px;
}

.service-card {
  --edge-action-overlap: 10px;
  height: auto;
  min-height: 395px;
}

.service-card__body {
  display: flex;
  width: 100%;
  min-height: 395px;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
}

.service-card__body > img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}

.service-card h3 {
  width: 100%;
  height: 41px;
  margin: 28px 0 0;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 30.6px;
}

.service-card p {
  width: 100%;
  min-height: 3.6em;
  margin: 0;
  color: #666666;
  font-size: 14px;
  line-height: 25.2px;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 16px;
}

.store-badges img {
  width: 200px;
  height: 78px;
  object-fit: contain;
}

.partner-logo-grid {
  display: grid;
  align-items: center;
  justify-items: center;
  margin-inline: auto;
}

.partner-logo-grid--primary {
  max-width: 1138px;
  margin-top: 79px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.partner-logo-grid--secondary {
  max-width: 1152px;
  margin-top: 54px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.partner-logo-grid img {
  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 150px;
  object-fit: contain;
}

.accordion {
  display: block;
  margin-top: 55px;
}

.accordion details {
  padding: 20px;
  border: 1px solid #d9d9d9;
  background: var(--sp-color-primary);
  box-shadow: 0 2px 18px rgb(0 0 0 / 30%);
}

.accordion details + details {
  margin-top: 2.75%;
}

.accordion summary {
  position: relative;
  min-height: 22px;
  padding: 0 50px 0 0;
  cursor: pointer;
  color: #ffffff;
  font-family: var(--sp-font-body);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  background: #e2e2e2;
  color: var(--sp-color-primary);
  content: "+";
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  transform: translateY(-50%);
}

.accordion details[open] {
  background: #c4c4c4;
}

.accordion details[open] summary::after {
  display: none;
}

.accordion__body {
  padding: 20px 0 0;
  color: #000000;
}

.accordion-cta {
  display: flex;
  width: fit-content;
  margin: 97px auto 0;
}

.flutter-widget-shell {
  position: relative;
  width: min(100%, 1070px);
  max-width: 1070px;
  min-height: 630px;
  margin: 44px auto 0;
  overflow: hidden;
  border-radius: 2px;
  background: #ffffff;
}

.flutter-widget-loader {
  position: absolute;
  inset: 0;
  display: grid;
  color: #666666;
  place-items: center;
}

.rate-card {
  position: relative;
  padding: 30px 20px 40px;
  border-radius: 10px;
  box-shadow: 0 2px 70px rgb(0 0 0 / 9%);
  color: #555555;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.rate-card-stack {
  --edge-action-overlap: 10px;
}

.rate-card__icon {
  display: grid;
  width: 81px;
  height: 81px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgb(82 167 76 / 15%);
  color: var(--sp-color-primary);
  font-size: 34px;
  text-align: center;
  place-items: center;
}

.rate-card h3 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}

.rate-card h4 {
  margin: 0;
  padding: 6px 0 14px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.rate-card p {
  margin: 0;
  padding-bottom: 14px;
}

.site-footer {
  min-height: 327px;
  padding-block: 54px;
  background: #222222;
  color: var(--sp-color-primary);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 250px 250px 250px 1fr;
  align-items: start;
  gap: 42px;
  padding-block: 27px;
}

.site-footer h2 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 20px;
}

.site-footer p,
.site-footer a {
  color: var(--sp-color-primary);
  font-size: 14px;
  text-decoration: none;
}

.site-footer p {
  margin-bottom: 8px;
}

.site-footer nav {
  display: grid;
}

.footer-contact-line {
  display: grid;
  align-items: center;
  column-gap: 9px;
  grid-template-columns: 12px auto;
}

.footer-contact-line--phone {
  grid-template-columns: 23px auto;
}

.footer-contact-icon {
  display: grid;
  width: 100%;
  height: 16px;
  color: #cccccc;
  place-items: center;
}

.footer-contact-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.footer-contact-phone-svg {
  fill: currentcolor;
  stroke: none;
}

.site-footer__logo {
  width: 205px;
  justify-self: end;
}

.site-footer__logo-image {
  display: block;
  width: 100%;
  height: auto;
}

.social-links {
  display: flex;
  gap: 8px;
}

.social-link {
  display: grid;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background: #3b5998;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  place-items: center;
}

.site-footer .social-link {
  color: #ffffff;
}

.social-link__icon {
  width: 16px;
  height: 16px;
  fill: currentcolor;
}

.social-link--instagram {
  background: #ea2c59;
}

body:has(.jodis-page--impressum) .site-footer {
  background: #ffffff;
  color: #333333;
}

body:has(.jodis-page--impressum) .site-footer h2 {
  color: #333333;
}

body:has(.jodis-page--impressum) .social-links {
  display: grid;
  gap: 8px;
}

body:has(.jodis-page--impressum) .social-link {
  display: list-item;
  width: auto;
  height: auto;
  margin-left: 22px;
  background: transparent;
  color: var(--sp-color-primary);
  font-weight: 400;
  font-size: 0;
  list-style: disc;
  text-align: left;
}

body:has(.jodis-page--impressum) .social-link::after {
  content: "Folgen";
  font-size: 14px;
}

body:has(.jodis-page--impressum) .social-link__icon {
  display: none;
}

.jodis-motion [data-motion] {
  opacity: 0;
  will-change: opacity, transform;
}

.jodis-motion [data-motion="down"] { transform: var(--jodis-rest-transform, translate3d(0, 0, 0)) translateY(-28px); }
.jodis-motion [data-motion="up"] { transform: var(--jodis-rest-transform, translate3d(0, 0, 0)) translateY(28px); }
.jodis-motion [data-motion="left"] { transform: var(--jodis-rest-transform, translate3d(0, 0, 0)) translateX(48px); }
.jodis-motion [data-motion="right"] { transform: var(--jodis-rest-transform, translate3d(0, 0, 0)) translateX(-48px); }
.jodis-motion [data-motion="scale"] { transform: var(--jodis-rest-transform, translate3d(0, 0, 0)) scale(0.82); }
.jodis-motion [data-motion="slide-scale"] { transform: var(--jodis-rest-transform, translate3d(0, 0, 0)) scale(0.5); }
.jodis-motion [data-motion="zoom"] { transform: var(--jodis-rest-transform, translate3d(0, 0, 0)) scale(0.92); }
.jodis-motion [data-motion="slide-right"] { transform: var(--jodis-rest-transform, translate3d(0, 0, 0)) translateX(100%); }
.jodis-motion [data-motion="fold"] {
  transform: var(--jodis-rest-transform, translate3d(0, 0, 0)) perspective(2000px) rotateY(-45deg);
  transform-origin: center;
}
.jodis-motion [data-motion="phone-roll"] { transform: var(--jodis-rest-transform, translate3d(0, 0, 0)) rotate(15deg); transform-origin: left center; }

.jodis-motion [data-motion="down"].is-visible,
.jodis-motion [data-motion="up"].is-visible,
.jodis-motion [data-motion="left"].is-visible,
.jodis-motion [data-motion="right"].is-visible,
.jodis-motion [data-motion="scale"].is-visible,
.jodis-motion [data-motion="slide-scale"].is-visible,
.jodis-motion [data-motion="fold"].is-visible {
  opacity: 1;
  transform: var(--jodis-rest-transform, translate3d(0, 0, 0));
  transition: opacity var(--jodis-duration, 1000ms) var(--jodis-easing, ease-in-out), transform var(--jodis-duration, 1000ms) var(--jodis-easing, ease-in-out);
  transition-delay: var(--jodis-delay, 0ms);
}

.jodis-motion [data-motion="zoom"].is-visible {
  opacity: 1;
  transform: var(--jodis-rest-transform, translate3d(0, 0, 0));
  transition: opacity var(--jodis-duration, 1000ms) var(--jodis-easing, ease-in-out), transform var(--jodis-duration, 1000ms) var(--jodis-easing, ease-in-out);
  transition-delay: var(--jodis-delay, 0ms);
}

.jodis-motion [data-motion="phone-roll"].is-visible {
  opacity: 1;
  transform: var(--jodis-rest-transform, translate3d(0, 0, 0));
  transition: opacity var(--jodis-duration, 1000ms) var(--jodis-easing, ease-in-out), transform var(--jodis-duration, 1000ms) var(--jodis-easing, ease-in-out);
  transition-delay: var(--jodis-delay, 0ms);
}

.jodis-motion [data-motion="slide-right"].is-visible {
  animation: jodis-slide-right var(--jodis-duration, 1000ms) var(--jodis-easing, ease-in-out) var(--jodis-delay, 0ms) both;
}

@keyframes jodis-slide-right {
  from { opacity: 0; transform: var(--jodis-rest-transform, translate3d(0, 0, 0)) translate3d(100%, 0, 0); }
  to { opacity: 1; transform: var(--jodis-rest-transform, translate3d(0, 0, 0)); }
}

.jodis-motion [data-motion="bounce"].is-visible {
  animation: jodis-bounce 2000ms ease-in-out 500ms both;
}

@keyframes jodis-bounce {
  0% { opacity: 0; transform: var(--jodis-rest-transform, translate3d(0, 0, 0)) scale(0.3); }
  20% { transform: var(--jodis-rest-transform, translate3d(0, 0, 0)) scale(1.1); }
  40% { transform: var(--jodis-rest-transform, translate3d(0, 0, 0)) scale(0.9); }
  60% { opacity: 1; transform: var(--jodis-rest-transform, translate3d(0, 0, 0)) scale(1.03); }
  80% { transform: var(--jodis-rest-transform, translate3d(0, 0, 0)) scale(0.97); }
  100% { opacity: 1; transform: var(--jodis-rest-transform, translate3d(0, 0, 0)); }
}
