@charset "UTF-8";
@media (max-width: 559px) {
  body {
    hyphens: auto;
  }
}
@media (max-width: 1420px) {
  .elementor[data-elementor-type=wp-page] > .elementor-element:not(.mobile-full-width) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .elementor[data-elementor-type=wp-page] > .elementor-element.mobile-full-width > .elementor-element {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.elementor .elementor-widget-image a img[src$=".svg"] {
  width: 100%;
}

.elementor .highlight {
  color: var(--e-global-color-secondary);
  font-weight: 500;
}
.elementor .intro-text,
.elementor .intro-text a {
  font-size: 1.25rem;
  letter-spacing: 0.01em;
  line-height: 1.45em;
}
.elementor .small-text,
.elementor .small-text a {
  font-size: 1rem;
}

.elementor .no-margin {
  margin-bottom: 0 !important;
}
.elementor .no-margin h1,
.elementor .no-margin h2,
.elementor .no-margin h3,
.elementor .no-margin h4,
.elementor .no-margin h5,
.elementor .no-margin h6,
.elementor .no-margin p,
.elementor .no-margin a {
  margin-bottom: 0;
}

.image-object-fit,
.image-object-fit > .elementor-widget-container,
.image-object-fit > .elementor-widget-container .elementor-image {
  height: 100%;
}

.image-object-fit img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

.elementor .white-text h1,
.elementor .white-text h2,
.elementor .white-text h3,
.elementor .white-text h4,
.elementor .white-text h5,
.elementor .white-text h6,
.elementor .white-text p,
.elementor .white-text li,
.elementor .white-text i {
  color: #ffffff;
}
.elementor .white-text .elementor-element.elementor-widget-button.button-outline .elementor-button {
  border: 1px solid #ffffff;
  background-color: transparent;
}
.elementor .white-text .elementor-element.elementor-widget-button.button-outline .elementor-button .elementor-button-text {
  color: #ffffff;
}
.elementor .white-text .elementor-element.elementor-widget-button.button-outline .elementor-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.elementor .white-text .elementor-element.elementor-widget-button.button-outline .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-primary);
}
.elementor .white-text .elementor-element.elementor-widget-button.elementor-button-info .elementor-button .elementor-button-text {
  color: #ffffff;
  text-decoration: underline;
}
.elementor .white-text .elementor-element.elementor-widget-button.elementor-button-info .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-accent);
}
.elementor .white-text .elementor-field-type-submit .elementor-button {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.elementor .white-text .elementor-field-type-submit .elementor-button:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: var(--e-global-color-primary) !important;
}
.elementor .white-text .bullet-list ul li::before,
.elementor .white-text .check-list ul li::before,
.elementor .white-text .plus-list ul li::before {
  color: #ffffff;
}

.bullet-list ul,
.check-list ul,
.plus-list ul {
  list-style: none;
  padding-left: 0;
}
.bullet-list ul li,
.check-list ul li,
.plus-list ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
.bullet-list ul li::before,
.check-list ul li::before,
.plus-list ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  color: var(--e-global-color-primary);
  width: 1em;
  left: 0.1em;
}

.check-list ul li::before {
  content: "\f00c";
  top: -0.125em;
  font-size: 1.125em;
}

.bullet-list ul li::before {
  content: "\f111";
  top: 0.5em;
  font-size: 0.5em;
  left: 0.875em;
}

.plus-list ul li::before {
  content: "\f067";
  font-size: 1.125em;
  left: 0.125em;
}

.elementor .elementor-element.custom-gradient {
  background-repeat: no-repeat !important;
  background: radial-gradient(var(--e-global-color-secondary) 0%, transparent 69%, transparent 70%), radial-gradient(#ffffff 0%, transparent 69%, transparent 70%), radial-gradient(var(--e-global-color-primary) 0%, transparent 69%, transparent 70%);
  background-size: 120% 180%, 140% 160%, 80% 130%;
  background-position: 400% 110%, 30% -100%, 440% 60%;
  animation: 20s infinite alternate gradient-move;
}

@keyframes gradient-move {
  0% {
    background-size: 120% 180%, 140% 160%, 80% 130%;
    background-position: 400% 110%, 30% -100%, 440% 60%;
  }
  25% {
    background-size: 120% 180%, 140% 160%, 80% 130%;
    background-position: 350% 200%, 130% 100%, 440% 60%;
  }
  50% {
    background-size: 120% 180%, 140% 160%, 80% 130%;
    background-position: 300% 10%, -30% 100%, 380% 60%;
  }
  75% {
    background-size: 120% 180%, 140% 160%, 80% 130%;
    background-position: 300% -50%, 30% -100%, 300% 180%;
  }
  100% {
    background-size: 120% 180%, 140% 160%, 80% 130%;
    background-position: 400% 110%, 30% -100%, 440% 60%;
  }
}
.elementor-widget-image-carousel.carousel-logos .swiper-slide {
  padding: 0 1rem;
}
.elementor-widget-image-carousel.carousel-logos .swiper-slide figure {
  aspect-ratio: 1/1;
  border: 1px solid lightgray;
  align-content: center;
  padding: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}

.elementor-widget-n-tabs.tabs-leistungen .e-n-tabs-heading .e-n-tab-title {
  padding: 0;
  border-bottom: 1px solid transparent;
}
.elementor-widget-n-tabs.tabs-leistungen .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
  border-bottom: 1px solid white;
}
.elementor-widget-n-tabs.tabs-leistungen .e-n-tabs-content > .elementor-element {
  padding: 0;
}

.elementor h1,
.elementor h2,
.elementor h3,
.elementor h4,
.elementor h5,
.elementor h6 {
  margin-top: 0;
  letter-spacing: 0.025em;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.elementor h1 {
  font-size: clamp(2.625rem, 4.762vw, 3.75rem);
  margin-bottom: 0.5em;
}
.elementor .h1 h1,
.elementor .h1 h2,
.elementor .h1 h3,
.elementor .h1 h4,
.elementor .h1 h5,
.elementor .h1 h6,
.elementor .h1 p {
  font-size: clamp(2.625rem, 4.762vw, 3.75rem);
  margin-bottom: 0.5em;
}
.elementor h2 {
  font-size: clamp(2rem, 3.333vw, 2.625rem);
  margin-bottom: 0.5em;
}
.elementor .h2 h1,
.elementor .h2 h2,
.elementor .h2 h3,
.elementor .h2 h4,
.elementor .h2 h5,
.elementor .h2 h6,
.elementor .h2 p {
  font-size: clamp(2rem, 3.333vw, 2.625rem);
  margin-bottom: 0.5em;
}
.elementor h3 {
  font-size: clamp(1.5rem, 2.29vw, 2rem);
  letter-spacing: 0.04em;
  margin-bottom: 0.75em;
}
.elementor h4 {
  font-size: clamp(1.25rem, 1.86vw, 1.625rem);
  letter-spacing: 0.04em;
}
.elementor h5 {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}
.elementor h6 {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}
.elementor p,
.elementor a,
.elementor a:hover,
.elementor i,
.elementor li,
.elementor label,
.elementor .elementor-button {
  letter-spacing: 0.015em;
  line-height: 1.6em;
  font-size: 1.125rem;
  font-weight: 300;
}
.elementor .page-content p,
.elementor .page-content a,
.elementor .page-content a:hover,
.elementor .page-content .elementor-button {
  margin-bottom: 1em;
}
.elementor .page-content a,
.elementor .page-content a:hover {
  font-weight: 400 !important;
}
.elementor p,
.elementor label {
  margin-bottom: 0.75em;
}
.elementor b,
.elementor strong {
  font-weight: 600;
}
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  margin-bottom: 2em;
}
.elementor .elementor-widget-text-editor ol {
  padding-left: 2rem;
}

.elementor-button {
  border-radius: 0;
}

.elementor-element.elementor-widget-button .elementor-button .elementor-button-content-wrapper {
  align-items: center;
}
.elementor-element.elementor-widget-button .elementor-button .elementor-button-text {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.elementor-element.elementor-widget-button.button-secondary .elementor-button {
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.elementor-element.elementor-widget-button.button-secondary .elementor-button:hover {
  background-color: transparent;
}
.elementor-element.elementor-widget-button.button-secondary .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-accent);
}
.elementor-element.elementor-widget-button.button-outline .elementor-button {
  border: 1px solid var(--e-global-color-primary);
  background-color: transparent;
}
.elementor-element.elementor-widget-button.button-outline .elementor-button .elementor-button-text {
  color: var(--e-global-color-primary);
}
.elementor-element.elementor-widget-button.button-outline .elementor-button:hover {
  background-color: var(--e-global-color-primary);
}
.elementor-element.elementor-widget-button.button-outline .elementor-button:hover .elementor-button-text {
  color: #ffffff;
}
.elementor-element.elementor-widget-button.button-small .elementor-button {
  padding: 0.75em 1.25em;
}
.elementor-element.elementor-widget-button.button-small .elementor-button .elementor-button-text {
  font-size: 0.875rem;
}
.elementor-element.elementor-widget-button.elementor-button-info .elementor-button {
  padding: 0;
  background-color: transparent;
}
.elementor-element.elementor-widget-button.elementor-button-info .elementor-button .elementor-button-text {
  color: var(--e-global-color-primary);
  line-height: 1rem;
}
.elementor-element.elementor-widget-button.elementor-button-info .elementor-button .elementor-button-text::after {
  content: "»";
  font-size: 1.625rem;
  line-height: 1rem !important;
  align-self: flex-end;
  margin-left: 0.375rem;
  line-height: 1rem;
  display: inline-block;
  transition: margin-left 500ms ease-in-out;
}
.elementor-element.elementor-widget-button.elementor-button-info .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-secondary);
}
.elementor-element.elementor-widget-button.elementor-button-info .elementor-button:hover .elementor-button-text::after {
  margin-left: 0.75rem;
  transition: margin-left 500ms ease-in-out;
}

.elementor-widget-form .elementor-field-group {
  margin-bottom: 1.5rem !important;
}
.elementor-widget-form .elementor-field-group label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.elementor-widget-form .elementor-field-group .elementor-field-option label,
.elementor-widget-form .elementor-field-group .elementor-acceptance-field + label {
  color: inherit;
  text-transform: inherit;
  font-size: 1rem !important;
  font-weight: 300;
}
.elementor-widget-form .elementor-field-group .elementor-field-option label a,
.elementor-widget-form .elementor-field-group .elementor-acceptance-field + label a {
  font-size: 1rem !important;
}
.elementor-widget-form .elementor-field-group input,
.elementor-widget-form .elementor-field-group textarea {
  background-color: rgba(255, 255, 255, 0.4) !important;
  font-size: 1rem !important;
  padding: 1rem 0.75rem !important;
}
.elementor-widget-form .e-form__buttons {
  display: flex;
  justify-content: center;
}
.elementor-widget-form .elementor-field-type-submit {
  width: unset !important;
}
.elementor-widget-form .elementor-field-type-submit .elementor-button {
  background-color: var(--e-global-color-primary) !important;
}
.elementor-widget-form .elementor-field-type-submit .elementor-button:hover {
  background-color: var(--e-global-color-secondary) !important;
}

.elementor-widget-breadcrumbs #breadcrumbs span,
.elementor-widget-breadcrumbs #breadcrumbs a {
  font-size: 1rem;
}
.elementor-widget-breadcrumbs #breadcrumbs span {
  color: var(--e-global-color-secondary);
  font-weight: 400;
}
.elementor-widget-breadcrumbs #breadcrumbs a {
  color: var(--e-global-color-primary);
  font-weight: 500;
}

.widget-image-caption:not(:empty) {
  margin-top: 20px;
}

.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
  justify-content: space-between;
}
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  position: relative;
  width: 1.5em;
  height: 1.5em;
}
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened,
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed {
  display: none !important;
}
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon::before, .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon::after {
  content: "";
  width: 1.5em;
  height: 4px;
  display: block;
  background-color: white;
  position: absolute;
  transition: all 250ms;
}
.e-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon::after {
  rotate: 90deg;
  transition: all 500ms;
}

.gallery {
  display: flex;
}
.gallery .gallery-item {
  align-self: stretch;
}
.gallery .gallery-item .gallery-icon {
  height: 100%;
  display: block;
  position: relative;
  background-color: #000000;
  overflow: hidden;
}
.gallery .gallery-item .gallery-icon img {
  transition: all 500ms ease-in-out;
}
.gallery .gallery-item .gallery-icon::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  color: white;
  font-size: 24px;
  padding: 10px;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-shadow: 0 0 10px var(--e-global-color-text);
}
.gallery .gallery-item .gallery-icon:hover img {
  opacity: 0.75;
  scale: 1.1;
  transition: all 500ms ease-in-out;
}

.elementor-location-header .elementor-menu-toggle {
  padding: 0;
}
.elementor-location-header .meta-container {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.elementor-location-header .meta-container p,
.elementor-location-header .meta-container a,
.elementor-location-header .meta-container i {
  font-size: 0.875rem;
  color: white;
}
.elementor-location-header .meta-container a:hover {
  color: #ffffff;
  text-decoration: underline !important;
}
.elementor-location-header .elementor-nav-menu .menu-item:last-of-type a, .elementor-location-header .elementor-nav-menu .menu-item.last-menu-item a {
  padding-right: 0;
}
.elementor-location-header .elementor-nav-menu--dropdown:not(.sub-menu) {
  padding: 2rem 0;
  top: 54px !important;
}
.elementor-location-header .elementor-nav-menu--dropdown:not(.sub-menu) .sub-menu {
  background-color: transparent !important;
  margin-top: 20px !important;
}
.elementor-location-header .logo-container {
  width: 200px;
  transition: all 500ms ease-in-out;
}
.elementor-location-header .logo-container .elementor-widget-theme-site-logo {
  display: none;
}
.elementor-location-header .logo-container .elementor-widget-theme-site-logo img {
  width: 200px !important;
}
.elementor-location-header .elementor-sticky {
  transition: all 500ms ease-in-out;
  min-width: 100%;
  z-index: 10 !important;
}
.elementor-location-header .elementor-sticky .elementor-nav-menu__container {
  min-width: 100%;
}
.elementor-location-header .elementor-sticky .elementor-nav-menu__container ul.sub-menu {
  width: 340px !important;
}
.elementor-location-header .elementor-sticky .elementor-nav-menu__container ul.sub-menu li a.elementor-sub-item {
  white-space: normal;
}
.elementor-location-header .elementor-sticky .nav-container,
.elementor-location-header .elementor-sticky .logo-container {
  transition: all 500ms ease-in-out;
}
.elementor-location-header .elementor-sticky.elementor-sticky--effects {
  height: 108px;
  background-color: #ffffff;
  transition: all 500ms ease-in-out;
}
.elementor-location-header .elementor-sticky.elementor-sticky--effects .elementor-menu-toggle {
  right: 0;
}
.elementor-location-header .elementor-sticky.elementor-sticky--effects .elementor-menu-toggle svg {
  fill: var(--e-global-color-text) !important;
}
.elementor-location-header .elementor-sticky.elementor-sticky--effects .elementor-nav-menu .menu-item .elementor-item {
  color: var(--e-global-color-primary);
}
.elementor-location-header .elementor-sticky.elementor-sticky--effects .logo-container {
  width: 150px;
  transition: all 500ms ease-in-out;
}
.elementor-location-header .elementor-sticky.elementor-sticky--effects .logo-container .elementor-widget-theme-site-logo {
  display: block;
}
.elementor-location-header .elementor-sticky.elementor-sticky--effects .logo-container .elementor-widget-theme-site-logo img {
  width: 150px !important;
}
.elementor-location-header .elementor-sticky.elementor-sticky--effects .logo-container .logo-white {
  display: none;
}
@media (max-width: 1023px) {
  .elementor-location-header .elementor-sticky > .e-con-inner > .elementor-element {
    flex-wrap: nowrap !important;
  }
  .elementor-location-header .elementor-sticky .meta-container {
    display: none !important;
  }
  .elementor-location-header .elementor-sticky .elementor-nav-menu__container {
    position: absolute;
    top: 55px;
    right: 0;
    min-width: 350px;
  }
}
@media (max-width: 559px) {
  .elementor-location-header .elementor-sticky > .e-con-inner > .elementor-element {
    flex-wrap: nowrap !important;
  }
  .elementor-location-header .elementor-sticky > .e-con-inner > .elementor-element.meta-container {
    display: none !important;
  }
}

.elementor-location-footer p,
.elementor-location-footer a,
.elementor-location-footer a:hover {
  font-size: 1rem;
}
.elementor-location-footer .e-flex.sticky-menu {
  z-index: 3;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: visible;
}
@media (min-width: 478px) {
  .elementor-location-footer .e-flex.sticky-menu {
    width: auto;
    bottom: 30%;
    left: 100%;
  }
}
.elementor-location-footer .e-flex.sticky-menu > .e-con-inner {
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media (min-width: 478px) {
  .elementor-location-footer .e-flex.sticky-menu > .e-con-inner {
    width: auto;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.elementor-location-footer .e-flex.sticky-menu .elementor-widget-button {
  flex-basis: 33.3333333333%;
  flex-grow: 1;
}
.elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button {
  padding: 0 1.25rem;
  height: 4.5rem;
  width: 100%;
  display: flex;
  border-radius: 2.25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  letter-spacing: 0;
}
.elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button .elementor-button-content-wrapper {
  gap: 1.125rem !important;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 478px) {
  .elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button .elementor-button-content-wrapper {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-text {
  letter-spacing: 0.075em;
}
.elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
  font-size: 2.5rem !important;
}
@media (min-width: 478px) {
  .elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button {
    transform: translateX(-4.75rem);
    width: 350px;
    border-radius: 2.125rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button:hover {
    transform: translateX(-250px);
  }
}

.post-loop-item .elementor-widget-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.post-loop-item .elementor-widget-button .elementor-button.elementor-size-xl {
  padding: 1rem !important;
}
.post-loop-item .elementor-widget-button .elementor-button.elementor-size-xl .elementor-button-content-wrapper {
  align-items: center;
  justify-content: center;
}
.post-loop-item .elementor-widget-button .elementor-button.elementor-size-xl .elementor-button-text {
  display: none;
}

.e-loop-item > .elementor-element {
  height: 100%;
}
.e-loop-item > .elementor-element > .e-con-inner .e-loop-item_content {
  height: 100%;
  justify-content: space-between;
}

.elementor .animation-container {
  overflow: hidden;
}
.elementor .animation-container .animation-container_inner {
  width: 38vw;
  opacity: 0.25;
}
.elementor .animation-container .animation-container_inner .floral-animation .anim-path {
  fill: none;
  stroke: rgba(255, 255, 255, 0);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-width: 0.5;
  z-index: 0;
}
.elementor .animation-container .animation-container_inner .floral-animation .anim-path.detail {
  animation-duration: 150ms;
}
@keyframes fill-path {
  0% {
    stroke: rgba(255, 255, 255, 0);
  }
  2% {
    stroke: #DFE3D4;
  }
  to {
    stroke-dashoffset: 0;
    stroke: #DFE3D4;
  }
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(1) {
  animation-delay: calc(1s + 0.5s * (0));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(2) {
  animation-delay: calc(1s + 0.5s * (1));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(3) {
  animation-delay: calc(1s + 0.5s * (2));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(4) {
  animation-delay: calc(1s + 0.5s * (3));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(5) {
  animation-delay: calc(1s + 0.5s * (4));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(6) {
  animation-delay: calc(1s + 0.5s * (5));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(7) {
  animation-delay: calc(1s + 0.5s * (6));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(8) {
  animation-delay: calc(1s + 0.5s * (7));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(9) {
  animation-delay: calc(1s + 0.5s * (8));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(10) {
  animation-delay: calc(1s + 0.5s * (9));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(11) {
  animation-delay: calc(1s + 0.5s * (10));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(12) {
  animation-delay: calc(1s + 0.5s * (11));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(13) {
  animation-delay: calc(1s + 0.5s * (12));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(14) {
  animation-delay: calc(1s + 0.5s * (13));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(15) {
  animation-delay: calc(1s + 0.5s * (14));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(16) {
  animation-delay: calc(1s + 0.5s * (15));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(17) {
  animation-delay: calc(1s + 0.5s * (16));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(18) {
  animation-delay: calc(1s + 0.5s * (17));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(19) {
  animation-delay: calc(1s + 0.5s * (18));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(20) {
  animation-delay: calc(1s + 0.5s * (19));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(21) {
  animation-delay: calc(1s + 0.5s * (20));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(22) {
  animation-delay: calc(1s + 0.5s * (21));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(23) {
  animation-delay: calc(1s + 0.5s * (22));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(24) {
  animation-delay: calc(1s + 0.5s * (23));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(25) {
  animation-delay: calc(1s + 0.5s * (24));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(26) {
  animation-delay: calc(1s + 0.5s * (25));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(27) {
  animation-delay: calc(1s + 0.5s * (26));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(28) {
  animation-delay: calc(1s + 0.5s * (27));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(29) {
  animation-delay: calc(1s + 0.5s * (28));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(30) {
  animation-delay: calc(1s + 0.5s * (29));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(1) {
  animation-delay: calc(2.2s + 0.5s * (0));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(2) {
  animation-delay: calc(2.2s + 0.5s * (1));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(3) {
  animation-delay: calc(2.2s + 0.5s * (2));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(4) {
  animation-delay: calc(2.2s + 0.5s * (3));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(5) {
  animation-delay: calc(2.2s + 0.5s * (4));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(6) {
  animation-delay: calc(2.2s + 0.5s * (5));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(7) {
  animation-delay: calc(2.2s + 0.5s * (6));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(8) {
  animation-delay: calc(2.2s + 0.5s * (7));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(9) {
  animation-delay: calc(2.2s + 0.5s * (8));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(10) {
  animation-delay: calc(2.2s + 0.5s * (9));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(11) {
  animation-delay: calc(2.2s + 0.5s * (10));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(12) {
  animation-delay: calc(2.2s + 0.5s * (11));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(13) {
  animation-delay: calc(2.2s + 0.5s * (12));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(14) {
  animation-delay: calc(2.2s + 0.5s * (13));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(15) {
  animation-delay: calc(2.2s + 0.5s * (14));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(16) {
  animation-delay: calc(2.2s + 0.5s * (15));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(17) {
  animation-delay: calc(2.2s + 0.5s * (16));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(18) {
  animation-delay: calc(2.2s + 0.5s * (17));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(19) {
  animation-delay: calc(2.2s + 0.5s * (18));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(20) {
  animation-delay: calc(2.2s + 0.5s * (19));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(21) {
  animation-delay: calc(2.2s + 0.5s * (20));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(22) {
  animation-delay: calc(2.2s + 0.5s * (21));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(23) {
  animation-delay: calc(2.2s + 0.5s * (22));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(24) {
  animation-delay: calc(2.2s + 0.5s * (23));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(25) {
  animation-delay: calc(2.2s + 0.5s * (24));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(26) {
  animation-delay: calc(2.2s + 0.5s * (25));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(27) {
  animation-delay: calc(2.2s + 0.5s * (26));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(28) {
  animation-delay: calc(2.2s + 0.5s * (27));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(29) {
  animation-delay: calc(2.2s + 0.5s * (28));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(30) {
  animation-delay: calc(2.2s + 0.5s * (29));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(1) {
  animation-delay: calc(5s + 0.5s * (0));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(2) {
  animation-delay: calc(5s + 0.5s * (1));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(3) {
  animation-delay: calc(5s + 0.5s * (2));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(4) {
  animation-delay: calc(5s + 0.5s * (3));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(5) {
  animation-delay: calc(5s + 0.5s * (4));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(6) {
  animation-delay: calc(5s + 0.5s * (5));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(7) {
  animation-delay: calc(5s + 0.5s * (6));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(8) {
  animation-delay: calc(5s + 0.5s * (7));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(9) {
  animation-delay: calc(5s + 0.5s * (8));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(10) {
  animation-delay: calc(5s + 0.5s * (9));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(11) {
  animation-delay: calc(5s + 0.5s * (10));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(12) {
  animation-delay: calc(5s + 0.5s * (11));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(13) {
  animation-delay: calc(5s + 0.5s * (12));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(14) {
  animation-delay: calc(5s + 0.5s * (13));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(15) {
  animation-delay: calc(5s + 0.5s * (14));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(16) {
  animation-delay: calc(5s + 0.5s * (15));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(17) {
  animation-delay: calc(5s + 0.5s * (16));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(18) {
  animation-delay: calc(5s + 0.5s * (17));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(19) {
  animation-delay: calc(5s + 0.5s * (18));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(20) {
  animation-delay: calc(5s + 0.5s * (19));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(21) {
  animation-delay: calc(5s + 0.5s * (20));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(22) {
  animation-delay: calc(5s + 0.5s * (21));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(23) {
  animation-delay: calc(5s + 0.5s * (22));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(24) {
  animation-delay: calc(5s + 0.5s * (23));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(25) {
  animation-delay: calc(5s + 0.5s * (24));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(26) {
  animation-delay: calc(5s + 0.5s * (25));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(27) {
  animation-delay: calc(5s + 0.5s * (26));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(28) {
  animation-delay: calc(5s + 0.5s * (27));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(29) {
  animation-delay: calc(5s + 0.5s * (28));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(30) {
  animation-delay: calc(5s + 0.5s * (29));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(1) {
  animation-delay: calc(8s + 0.5s * (0));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(2) {
  animation-delay: calc(8s + 0.5s * (1));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(3) {
  animation-delay: calc(8s + 0.5s * (2));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(4) {
  animation-delay: calc(8s + 0.5s * (3));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(5) {
  animation-delay: calc(8s + 0.5s * (4));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(6) {
  animation-delay: calc(8s + 0.5s * (5));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(7) {
  animation-delay: calc(8s + 0.5s * (6));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(8) {
  animation-delay: calc(8s + 0.5s * (7));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(9) {
  animation-delay: calc(8s + 0.5s * (8));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(10) {
  animation-delay: calc(8s + 0.5s * (9));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(11) {
  animation-delay: calc(8s + 0.5s * (10));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(12) {
  animation-delay: calc(8s + 0.5s * (11));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(13) {
  animation-delay: calc(8s + 0.5s * (12));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(14) {
  animation-delay: calc(8s + 0.5s * (13));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(15) {
  animation-delay: calc(8s + 0.5s * (14));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(16) {
  animation-delay: calc(8s + 0.5s * (15));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(17) {
  animation-delay: calc(8s + 0.5s * (16));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(18) {
  animation-delay: calc(8s + 0.5s * (17));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(19) {
  animation-delay: calc(8s + 0.5s * (18));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(20) {
  animation-delay: calc(8s + 0.5s * (19));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(21) {
  animation-delay: calc(8s + 0.5s * (20));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(22) {
  animation-delay: calc(8s + 0.5s * (21));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(23) {
  animation-delay: calc(8s + 0.5s * (22));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(24) {
  animation-delay: calc(8s + 0.5s * (23));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(25) {
  animation-delay: calc(8s + 0.5s * (24));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(26) {
  animation-delay: calc(8s + 0.5s * (25));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(27) {
  animation-delay: calc(8s + 0.5s * (26));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(28) {
  animation-delay: calc(8s + 0.5s * (27));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(29) {
  animation-delay: calc(8s + 0.5s * (28));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(30) {
  animation-delay: calc(8s + 0.5s * (29));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(1) {
  animation-delay: calc(9.5s + 0.15s * (0));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(2) {
  animation-delay: calc(9.5s + 0.15s * (1));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(3) {
  animation-delay: calc(9.5s + 0.15s * (2));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(4) {
  animation-delay: calc(9.5s + 0.15s * (3));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(5) {
  animation-delay: calc(9.5s + 0.15s * (4));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(6) {
  animation-delay: calc(9.5s + 0.15s * (5));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(7) {
  animation-delay: calc(9.5s + 0.15s * (6));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(8) {
  animation-delay: calc(9.5s + 0.15s * (7));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(9) {
  animation-delay: calc(9.5s + 0.15s * (8));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(10) {
  animation-delay: calc(9.5s + 0.15s * (9));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(11) {
  animation-delay: calc(9.5s + 0.15s * (10));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(12) {
  animation-delay: calc(9.5s + 0.15s * (11));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(13) {
  animation-delay: calc(9.5s + 0.15s * (12));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(14) {
  animation-delay: calc(9.5s + 0.15s * (13));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(15) {
  animation-delay: calc(9.5s + 0.15s * (14));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(16) {
  animation-delay: calc(9.5s + 0.15s * (15));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(17) {
  animation-delay: calc(9.5s + 0.15s * (16));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(18) {
  animation-delay: calc(9.5s + 0.15s * (17));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(19) {
  animation-delay: calc(9.5s + 0.15s * (18));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(20) {
  animation-delay: calc(9.5s + 0.15s * (19));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(21) {
  animation-delay: calc(9.5s + 0.15s * (20));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(22) {
  animation-delay: calc(9.5s + 0.15s * (21));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(23) {
  animation-delay: calc(9.5s + 0.15s * (22));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(24) {
  animation-delay: calc(9.5s + 0.15s * (23));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(25) {
  animation-delay: calc(9.5s + 0.15s * (24));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(26) {
  animation-delay: calc(9.5s + 0.15s * (25));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(27) {
  animation-delay: calc(9.5s + 0.15s * (26));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(28) {
  animation-delay: calc(9.5s + 0.15s * (27));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(29) {
  animation-delay: calc(9.5s + 0.15s * (28));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(30) {
  animation-delay: calc(9.5s + 0.15s * (29));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(1) {
  animation-delay: calc(11s + 0.15s * (0));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(2) {
  animation-delay: calc(11s + 0.15s * (1));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(3) {
  animation-delay: calc(11s + 0.15s * (2));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(4) {
  animation-delay: calc(11s + 0.15s * (3));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(5) {
  animation-delay: calc(11s + 0.15s * (4));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(6) {
  animation-delay: calc(11s + 0.15s * (5));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(7) {
  animation-delay: calc(11s + 0.15s * (6));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(8) {
  animation-delay: calc(11s + 0.15s * (7));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(9) {
  animation-delay: calc(11s + 0.15s * (8));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(10) {
  animation-delay: calc(11s + 0.15s * (9));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(11) {
  animation-delay: calc(11s + 0.15s * (10));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(12) {
  animation-delay: calc(11s + 0.15s * (11));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(13) {
  animation-delay: calc(11s + 0.15s * (12));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(14) {
  animation-delay: calc(11s + 0.15s * (13));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(15) {
  animation-delay: calc(11s + 0.15s * (14));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(16) {
  animation-delay: calc(11s + 0.15s * (15));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(17) {
  animation-delay: calc(11s + 0.15s * (16));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(18) {
  animation-delay: calc(11s + 0.15s * (17));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(19) {
  animation-delay: calc(11s + 0.15s * (18));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(20) {
  animation-delay: calc(11s + 0.15s * (19));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(21) {
  animation-delay: calc(11s + 0.15s * (20));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(22) {
  animation-delay: calc(11s + 0.15s * (21));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(23) {
  animation-delay: calc(11s + 0.15s * (22));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(24) {
  animation-delay: calc(11s + 0.15s * (23));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(25) {
  animation-delay: calc(11s + 0.15s * (24));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(26) {
  animation-delay: calc(11s + 0.15s * (25));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(27) {
  animation-delay: calc(11s + 0.15s * (26));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(28) {
  animation-delay: calc(11s + 0.15s * (27));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(29) {
  animation-delay: calc(11s + 0.15s * (28));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(30) {
  animation-delay: calc(11s + 0.15s * (29));
}
.elementor .animation-container .animation-container_inner.animation-container_inner-top {
  transform: rotate(-20deg);
  top: -40% !important;
  bottom: auto !important;
  left: 35%;
}
.elementor .animation-container .animation-container_inner.animation-container_inner-left {
  transform: rotate(202deg);
  top: 24%;
  left: -8% !important;
}
.elementor .animation-container .animation-container_inner.animation-container_inner-right {
  top: auto;
  bottom: -40px;
  right: -8% !important;
}
.elementor .animation-container .animation-container_content {
  z-index: 1;
}
.elementor .animation-container.animation-container-light .animation-container_inner {
  opacity: 0.5;
}
.elementor .animation-container.animation-container-light .animation-container_inner.animation-container_inner-left {
  transform: rotate(202deg);
  top: -50%;
  left: -8% !important;
}
.elementor .animation-container.animation-container-light .animation-container_inner.animation-container_inner-right {
  top: auto;
  bottom: -50%;
  right: -5% !important;
}
.elementor .animation-container.in-view .animation-container_inner .floral-animation .anim-path {
  animation: fill-path 800ms ease-in forwards;
}
.elementor .animation-container.hero-teaser .animation-container_inner .floral-animation .anim-path {
  animation: fill-path 800ms ease-in forwards;
}