@charset "UTF-8";
/*
 Theme Name:   DJ Dirk
 Theme URI:    https://djdirk.de/
 Description:  Use this child theme to extend Bricks.
 Author:       Alexandra Saßl
 Author URI:   https://sassl-webdesign.de/
 Template:     bricks
 Version:      1.1
 Text Domain:  djdirk
*/
/* #region Cheats */
/*:where(img),
:where(figure:not(figure:has(img))) {
	border-radius: var(--radius);
}*/
/* #endregion Cheats */
.skip-link {
  top: 5rem;
  left: 1rem;
}

/* #region CI/CD */
.faq .accordion-title-wrapper, .add-ons__heading, .paket__price, .section-heading-dark {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: linear-gradient(145deg, var(--primary-d-3), var(--tertiary-d-1));
}

.paket[data-paket=Wahr] .paket__price, .section-heading-light {
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(145deg, var(--secondary-l-1), var(--light));
}

.ablauf__card, .cta-fotobox__container, .faq .accordion-item, .add-ons__card, .about__content-wrapper,
.fotobox__content-wrapper, .features__container .features__card, .card {
  box-shadow: 0 5px 15px var(--tertiary-20);
  border: 2px solid var(--secondary-l-4);
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  background-clip: padding-box;
}

/* #region Button Styling */
.btn-primary-light {
  background: linear-gradient(-135deg, var(--primary-l-4) 0%, var(--bg-body) 100%);
  border-radius: var(--radius-full);
  border: 1px solid var(--secondary-l-4);
  box-shadow: 0 2px 20px 0 var(--tertiary-l-3);
  color: var(--text-body);
  font-size: var(--text-m);
  font-weight: 600;
  padding: 0.8em 2em;
  transition: all 300ms ease;
}
.btn-primary-light:hover {
  background: linear-gradient(var(--bg-body));
  box-shadow: 0 2px 10px 0 var(--tertiary-l-3);
}

.paket[data-paket=Wahr] .pricing-button, .btn-light {
  background: var(--bg-body);
  border-radius: var(--radius-full);
  border: 1px solid var(--tertiary);
  color: var(--text-body);
  font-size: var(--text-m);
  font-weight: 600;
  padding: 0.8em 2em;
  transition: all 300ms ease;
}
.paket[data-paket=Wahr] .pricing-button:hover, .btn-light:hover {
  background: var(--light);
}

.dj-kontakt__form .bricks-button, .pricing-button {
  background: var(--secondary-d-1);
  border-radius: var(--radius-full);
  border: 1px solid var(--secondary-d-3);
  color: var(--bg-body);
  font-size: var(--text-m);
  font-weight: 600;
  padding: 0.8em 2em;
  transition: all 300ms ease;
}
.dj-kontakt__form .bricks-button:hover, .pricing-button:hover {
  backdrop-filter: blur(5px);
  background: var(--bg-body);
  color: var(--text-body);
}

/* #endregion Button Styling */
/* #region Cards */
.card {
  background: var(--secondary-l-3);
  border-radius: var(--radius);
  height: 100%;
  padding: var(--space-s);
}

/* #endregion Cards */
/* #endregion CI/CD */
/* #region Header */
@media (width >= 767px) {
  .bricks-nav-menu {
    align-items: center;
  }
  .header-cta {
    background: var(--secondary-d-1);
    border-radius: var(--radius-full);
    border: 1px solid var(--secondary-d-3);
    color: var(--bg-body);
    font-size: var(--text-m);
    font-weight: 600;
    padding: 0.8em 2em;
    transition: all 300ms ease;
  }
  .header-cta:hover {
    backdrop-filter: blur(5px);
    background: var(--bg-body);
    color: var(--text-body);
  }
}
.header__logo .heart,
.header__logo .font {
  fill: var(--bg-body);
}

.header__logo {
  transition: all 300ms ease;
}

header {
  transition: all 300ms ease;
}
header .brxe-nav-menu {
  display: none;
}
header.scrolling .header {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
  background-color: hsla(34, 21%, 94%, 0.5);
  border-bottom: 2px solid var(--light-10);
  padding-block: var(--space-xs);
}
header.scrolling .header .header__logo {
  width: 100px;
}
header.scrolling .header .header__logo .heart {
  fill: var(--primary);
}
header.scrolling .header .header__logo .font {
  fill: var(--text-body);
}
header.scrolling .header .brxe-nav-menu {
  display: block;
  color: var(--text-body);
}

/* #endregion Header */
/* #region One Page Navigation */
#bricks-one-page-navigation .active {
  box-shadow: 1px 2px 15px 0 var(--tertiary);
}
@media (width <= 767px) {
  #bricks-one-page-navigation {
    display: none !important;
  }
}

/* #endregion One Page Navigation */
/* #region headings */
.section-heading-dark + .subheading,
.section-heading-light + .subheading {
  margin: 0 0 -20px 0;
}

/* #endregion headings */
/* #region Features */
.features__container {
  position: relative;
}
.features__container .features__card {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
@media (width <= 767px) {
  .features__container .features__card {
    grid-template-columns: repeat(1, 1fr);
  }
}
.features__container .features__card:nth-child(even) .features__content-wrapper {
  order: -1;
}
@media (width <= 767px) {
  .features__container .features__card:nth-child(even) .features__content-wrapper {
    order: 0;
  }
}
.features__container .features__card figure {
  overflow: hidden;
}
.features__container .features__card figure::before {
  z-index: 2;
}
.features__container .features__card figure img {
  position: relative;
  transform-origin: center;
  transition: transform 600ms ease-in-out;
  z-index: 1;
}
.features__container .features__card:hover figure img {
  transform: scale(1.1);
}

.features__content-wrapper {
  padding-block: 2em;
  padding-inline: 2em;
}

.features-brand__container {
  border-top: 1px solid var(--tertiary-l-3);
  margin-block-start: 1rem;
  padding-block-start: 4rem;
}

.features-brand {
  filter: grayscale(100%);
  height: 80px;
  max-width: 200px;
  transition: filter 300ms ease-in-out;
  width: auto;
}
.features-brand:hover {
  filter: grayscale(0);
}

/* #endregion Features Gird */
/* #region About, Fotobox */
.about__content-wrapper,
.fotobox__content-wrapper {
  padding: var(--space-m);
}

/* #endregion About, Fotobox */
/* #region Pakete */
.paket-grid {
  display: grid;
  gap: var(--grid-gap);
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}
@media (width <= 1100px) {
  .paket-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.paket {
  background: var(--light);
  background: var(--secondary-l-4);
  border-radius: var(--radius);
  border: 2px solid var(--light);
  box-shadow: 0 5px 15px var(--tertiary-20);
  display: grid;
  gap: 20px !important;
  grid-row: span 3;
  grid-template-rows: subgrid;
  max-width: 480px;
  padding: var(--space-m);
  position: relative;
}
.paket[data-paket=Wahr] {
  background: linear-gradient(120deg, var(--tertiary-d-1), var(--tertiary));
  background: linear-gradient(95deg, var(--primary-d-1), var(--primary-l-1));
  border: 2px solid var(--tertiary-l-3);
  box-shadow: 0 0 48px 0 var(--tertiary-l-3);
  color: var(--bg-body);
}
.paket[data-paket=Wahr] .paket__heading {
  background: var(--light-80);
  border: 1px solid var(--tertiary);
  color: var(--text-body);
}
.paket[data-paket=Wahr] .paket__heading.paket__fotobox {
  align-items: center;
  aspect-ratio: 1;
  background: linear-gradient(130deg, var(--primary-l-4), var(--light-brown));
  color: var(--text-body);
  display: flex;
  flex-flow: column nowrap;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.paket[data-paket=Wahr] .paket__heading.paket__fotobox::before {
  aspect-ratio: 1;
  background-color: var(--text-body);
  content: "";
  display: inline-block;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='45 80 340 270'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='12.4024'%3E%3Cpath d='M53.93 230.81V129.94h322.14v212.14H53.93z'/%3E%3Cpath d='M295.107 236.01c0 44.243-35.864 80.107-80.107 80.107s-80.107-35.864-80.107-80.107S170.757 155.9 215 155.9s80.107 35.867 80.107 80.11'/%3E%3Cpath d='M269.487 236.01c0 30.091-24.396 54.487-54.487 54.487s-54.487-24.396-54.487-54.487S184.91 181.523 215 181.523s54.487 24.396 54.487 54.487'/%3E%3Cpath fill='currentColor' d='M350.962 163.757c0 9.056-7.341 16.397-16.397 16.397s-16.4-7.341-16.4-16.397 7.345-16.397 16.4-16.397 16.397 7.342 16.397 16.397'/%3E%3Cpath d='M121.228 103.292h-33.65v26.647h33.65zm138.524-15.373h-89.504l-16.397 42.02H276.15z'/%3E%3C/g%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 40px;
}
.paket[data-paket=Wahr] .paketumfang-list li::before {
  background-color: var(--tertiary-l-3);
}
.paket[data-paket=Wahr] .pricing-button {
  margin-block-end: 1rem;
}
.paket[data-paket=Wahr] .paketumfang-tooltip-btn {
  color: var(--tertiary-l-3);
}

.paket__heading {
  background: var(--tertiary-l-1);
  border-radius: var(--radius-full);
  border: 1px solid var(--tertiary-l-3);
  color: var(--bg-body);
  font-family: "Noto Sans Display";
  font-size: var(--text-m);
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0.7em 1.2em;
}

.paket__price-container {
  margin-block: 2rem;
}

.paket__price {
  font-family: "Playfair Display";
  font-size: var(--h2);
  font-weight: 700;
  line-height: 1.2;
}

.paketumfang-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-inline-start: 2.5rem;
}
.paketumfang-list li {
  margin-block: 0.5rem;
  position: relative;
}
.paketumfang-list li::before {
  background-color: var(--tertiary-l-2);
  content: "";
  display: inline-block;
  height: 2rem;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-check-icon lucide-check'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  width: 2rem;
  position: absolute;
  left: -2.5rem;
  top: 0.7rem;
}
.paketumfang-list .paketumfang-tooltip-btn {
  --bricks-tooltip-bg: hsl(60, 1.1%, 14.1%);
  --bricks-tooltip-text: var(--bg-body);
  background: none;
  border-radius: var(--radius-s);
  border: none;
  color: var(--tertiary);
  cursor: pointer;
  padding: 0.2em 0.4em;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
.paketumfang-list .paketumfang-tooltip-btn:focus {
  outline: 2px solid var(--tertiary);
}
.paketumfang-list .paketumfang-tooltip-btn:focus:not(:focus-visible) {
  outline: none;
}
.paketumfang-list .paketumfang-tooltip-btn svg {
  display: block;
  pointer-events: none;
}

/* #region Tooltips (Bricks data-balloon) */
[data-balloon]::after {
  border-radius: var(--radius-xs) !important;
  font-size: var(--text-s) !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  max-width: 200px !important;
  padding: 0.6em 1em !important;
  white-space: normal !important;
  width: max-content !important;
}

[data-balloon-pos=top-right]::before {
  right: 14px !important;
}

/* #endregion Tooltips */
.paket__subline {
  font-size: var(--text-s);
  font-style: italic;
  line-height: 1.2;
}

.pricing-button {
  width: 100%;
}

.paket__trending {
  background: var(--tertiary);
  border-radius: var(--radius-s) var(--radius-s) 0 0;
  bottom: -9px;
  box-shadow: 2px 0px 7px 0 var(--dark-30);
  color: var(--bg-body);
  font-size: var(--text-s);
  font-weight: 700;
  left: 50%;
  letter-spacing: 1px;
  padding: 0.5em 1em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  min-width: 160px;
}

/* Ribbon-Ecken */
.paket__trending::before,
.paket__trending::after {
  border-style: solid;
  bottom: -10px;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}

/* linke Ecke */
.paket__trending::before {
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid var(--tertiary-d-1);
  border-top: 5px solid var(--tertiary-d-1);
  bottom: 0;
  left: -10px;
}

/* rechte Ecke */
.paket__trending::after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--tertiary-d-1);
  border-right: 5px solid transparent;
  border-top: 5px solid var(--tertiary-d-1);
  bottom: 0;
  right: -10px;
}

/* #endregion Pakete */
/* #region Add-ons */
.add-ons {
  position: relative;
  display: grid;
  grid-template-columns: var(--grid-1-3);
  gap: var(--grid-gap);
}
@media (width >= 1100px) {
  .add-ons::after {
    background: var(--secondary-10);
    content: "";
    mask-image: url(/wp-content/themes/djdirk/assets/img/herz.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    position: absolute;
    z-index: -1;
    top: 270px;
    left: 50px;
    width: 500px;
    height: 500px;
    transform: scalex(-1);
  }
}
@media (width <= 500px) {
  .add-ons::after {
    width: 300px;
    height: 300px;
    left: 0;
  }
}
@media (width <= 1100px) {
  .add-ons {
    grid-template-columns: repeat(1, 1fr);
  }
  .add-ons::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, var(--secondary-50) 0%, transparent 70%);
    z-index: -1;
    top: 270px;
    left: 50px;
    max-width: 500px;
    max-height: 500px;
  }
}

.add-ons__container {
  display: grid;
  gap: var(--grid-gap);
  grid-template-columns: repeat(2, 1fr);
  isolation: isolate;
  position: relative;
}
@media (width <= 767px) {
  .add-ons__container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.add-ons__card {
  background: var(--secondary-l-3);
  border-radius: var(--radius);
  height: 100%;
  padding: var(--space-s);
}

/* #endregion Add-ons */
/* #region Kontaktformular */
/* #region Schritte Dj */
.kontakt-step:nth-child(2) {
  position: relative;
}
.kontakt-step:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 45%;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, transparent 0%, var(--tertiary) 20%, var(--tertiary-80) 50%, var(--tertiary) 80%, transparent 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  left: -23%;
  top: 30%;
  border-radius: var(--radius);
  animation: shine 3s ease-in-out infinite;
}
.kontakt-step:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 45%;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, transparent 0%, var(--tertiary) 20%, var(--tertiary-80) 50%, var(--tertiary) 80%, transparent 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  right: -23%;
  top: 30%;
  border-radius: var(--radius);
  animation: shine 3s ease-in-out infinite;
  animation-delay: 0.15s;
}

/* #endregion Schritte Dj */
/* #region DJ-Kontakt */
.dj-kontakt {
  background: var(--light);
  border-radius: var(--radius);
  border: 2px solid var(--tertiary-l-3);
  box-shadow: 0 0 48px 0 var(--tertiary-l-3);
  padding: var(--space-l);
}

.dj-kontakt__form {
  gap: var(--grid-gap);
}
.dj-kontakt__form label {
  color: var(--bg-body);
  color: var(--tertiary);
}
.dj-kontakt__form input,
.dj-kontakt__form textarea,
.dj-kontakt__form select {
  background: var(--secondary-l-3);
  border-radius: var(--radius-m);
  border: none;
  color: var(--text-body);
  padding: var(--space-xs);
}
.dj-kontakt__form input[type=checkbox] + label {
  color: var(--text-body);
}
.dj-kontakt__form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23454545' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down-icon lucide-chevron-down'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  padding-right: 36px;
}
.dj-kontakt__form .form-group {
  padding: 0;
}
@media (width >= 991px) {
  .dj-kontakt__form .form-group:nth-child(2), .dj-kontakt__form .form-group:nth-child(3), .dj-kontakt__form .form-group:nth-child(4), .dj-kontakt__form .form-group:nth-child(5), .dj-kontakt__form .form-group:nth-child(11), .dj-kontakt__form .form-group:nth-child(12) {
    width: calc(50% - var(--grid-gap) / 2);
  }
  .dj-kontakt__form .form-group:first-child {
    width: 100%;
  }
  .dj-kontakt__form .form-group:first-child select {
    width: 33.33%;
  }
  .dj-kontakt__form .form-group:nth-child(8), .dj-kontakt__form .form-group:nth-child(9), .dj-kontakt__form .form-group:nth-child(10) {
    width: calc(32.33% - var(--grid-gap) / 3);
  }
}
@media (width <= 1163px) and (width >= 991px) {
  .dj-kontakt__form .form-group:nth-child(7), .dj-kontakt__form .form-group:nth-child(8), .dj-kontakt__form .form-group:nth-child(9) {
    width: calc(32% - var(--grid-gap) / 3);
  }
}
.dj-kontakt__form textarea {
  height: 15rem;
}
.options-wrapper li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 1rem;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: var(--radius-s);
  display: inline-block;
  padding: 0;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  background: var(--secondary-l-3);
  aspect-ratio: 1;
}
input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 5px;
  height: 10px;
  border: solid var(--light);
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  background: transparent;
  border-radius: 0;
  transition: all 0.2s ease;
}
input[type=checkbox]:checked {
  border-color: var(--primary);
  background: var(--primary);
}
input[type=checkbox]:checked::after {
  transform: translate(-50%, -50%) rotate(45deg) scale(1);
}

/* #endregion DJ-Kontakt */
/* #endregion Kontaktformular */
/* #region FAQ */
.faq {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid-gap);
}
@media (width >= 991px) {
  .faq {
    grid-template-columns: repeat(2, 1fr);
  }
}
.faq .accordion-item {
  background: var(--secondary-l-3);
  border-radius: var(--radius-xxl);
  padding: var(--space-m);
  transition: all 300ms ease;
}
.faq .accordion-item.brx-open {
  background: var(--secondary-l-4);
  border-color: var(--light);
}
.faq .accordion-item .accordion-title .title {
  padding-inline-end: 2rem;
}
.faq .accordion-item .accordion-title i {
  font-size: var(--text-l);
}
/* #endregion FAQ */
/* #region Fotobox CTA */
.cta-fotobox__container {
  padding: var(--space-m);
  background: var(--secondary-l-3);
}

/* #endregion Fotobox CTA */
/* #region Timeline */
/* #region Timeline SVG */
.timeline_mq {
  pointer-events: none;
  user-select: none;
  --timeline-path-base: var(--secondary);
  --timeline-path-active: var(--tertiary);
  --timeline-dot-fill: var(--bg-body);
  --timeline-dot-stroke: var(--tertiary);
  --timeline-shadow-color: var(--tertiary);
}

.svg-target {
  position: relative;
  min-height: 50px;
}

/* #endregion Timeline SVG */
/* #region Card */
.ablauf__card {
  background: var(--secondary-l-3);
  border-radius: var(--radius);
  height: auto;
  transition: all 300ms ease;
  padding: var(--space-s);
}
.ablauf__card.target-is-active {
  background: var(--secondary-l-4);
  border-color: var(--light);
}

/* #endregion Card */
/* #endregion Timeline */
/* #region Einsatzgebiete */
.einsatzgebiete {
  list-style: none;
  column-count: 3;
  column-gap: 2rem;
}
@media (width <= 600px) {
  .einsatzgebiete {
    column-count: 2;
  }
}

/* #endregion Einsatzgebiete */
/* #region Footer */
.footer__logo {
  overflow: visible;
}
.footer__logo .heart,
.footer__logo .font {
  fill: var(--tertiary);
}
.footer__logo .heart {
  animation: heartbeat 1.6s ease-in-out infinite;
  transform-origin: center;
}

.brxe-back-to-top {
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

/* #endregion Footer */
.shine-top-effect {
  position: relative;
}
.shine-top-effect::before {
  background-image: url('data: image/svg+xml,<svg width="1196" height="506" viewBox="0 0 1196 506" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_f_20_987)"><ellipse cx="598" cy="-116" rx="398" ry="422" fill="%23c2ad99" fill-opacity="0.5"/></g><defs><filter id="filter0_f_20_987" x="0" y="-738" width="1196" height="1244" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="100" result="effect1_foregroundBlur_20_987"/></filter></defs></svg>');
  background-position: top center;
  background-repeat: no-repeat;
  content: "";
  height: 750px;
  inset: 0;
  position: absolute;
  z-index: -1;
}

.shine-bottom-effect {
  isolation: isolate;
  position: relative;
}
.shine-bottom-effect::before {
  background-image: url('data: image/svg+xml,<svg width="1196" height="506" viewBox="0 0 1196 506" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_f_20_987)"><ellipse cx="598" cy="-116" rx="398" ry="422" fill="%23c2ad99" fill-opacity="0.5"/></g><defs><filter id="filter0_f_20_987" x="0" y="-738" width="1196" height="1244" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="100" result="effect1_foregroundBlur_20_987"/></filter></defs></svg>');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 70%;
  content: "";
  height: auto;
  inset: 0;
  position: absolute;
  rotate: 180deg;
  z-index: -1;
}

/* #region Keyframes */
/* #region Shine */
@keyframes shine {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
/* #endregion Shine */
/* #region Heartbeat */
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.12);
  }
  30% {
    transform: scale(0.98);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(0.96);
  }
  60% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
/* #endregion Heartbeat */
/* #endregion Keyframes *//*# sourceMappingURL=style.css.map */