@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

@font-face {
  font-display: swap;
  font-family: dmbrand;
  font-style: normal;
  font-weight: 300;
  src: url(./../fonts/DMBrand-Light.eot);
  src: url(./../fonts/DMBrand-Light.eot?#iefix) format("embedded-opentype"), url(./../fonts/DMBrand-Light.woff2) format("woff2"), url(./../fonts/DMBrand-Light.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: dmbrand;
  font-style: normal;
  font-weight: 400;
  src: url(./../fonts/DMBrand-Regular.eot);
  src: url(./../fonts/DMBrand-Regular.eot?#iefix) format("embedded-opentype"), url(./../fonts/DMBrand-Regular.woff2) format("woff2"), url(./../fonts/DMBrand-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: dmbrand;
  font-style: normal;
  font-weight: 500;
  src: url(./../fonts/DMBrand-Medium.eot);
  src: url(./../fonts/DMBrand-Medium.eot?#iefix) format("embedded-opentype"), url(./../fonts/DMBrand-Medium.woff2) format("woff2"), url(./../fonts/DMBrand-Medium.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: dmbrand;
  font-style: normal;
  font-weight: 600;
  src: url(./../fonts/DMBrand-Medium.eot);
  src: url(./../fonts/DMBrand-Medium.eot?#iefix) format("embedded-opentype"), url(./../fonts/DMBrand-Medium.woff2) format("woff2"), url(./../fonts/DMBrand-Medium.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: dmbrand;
  font-style: normal;
  font-weight: 700;
  src: url(./../fonts/DMBrand-Bold.eot);
  src: url(./../fonts/DMBrand-Bold.eot?#iefix) format("embedded-opentype"), url(./../fonts/DMBrand-Bold.woff2) format("woff2"), url(./../fonts/DMBrand-Bold.woff) format("woff");
}
body {
  margin: 0;
  padding: 0;
  font-family: dmbrand, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.inner {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 500px) {
  .nomob {
    display: none;
  }
}
#gewinncode {
  position: relative;
}

.c-confetti-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.c-cta {
  font-size: 1.125em;
  line-height: 1.33;
  font-family: dmbrand, Arial, Helvetica, sans-serif;
  font-weight: 600;
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-spacing: 0;
  list-style: none outside none;
  text-decoration: none;
  text-indent: 0;
  color: #ffffff;
  background-color: #002878;
  text-align: center;
  border-color: #002878;
  min-height: 44px;
  border-radius: 44px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: 0.3s all ease-in;
}
@media screen and (max-width: 500px) {
  .c-cta {
    font-size: 1em;
  }
}
.c-cta:hover {
  background-color: #e5e9f1;
  color: #002878;
}

.c-text {
  font-size: 1.125em;
  line-height: 1.33;
  color: #002878;
}
@media screen and (max-width: 500px) {
  .c-text {
    font-size: 1em;
  }
}

.c-overlay {
  display: none;
  z-index: 10000;
}
.c-overlay--active {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  display: block;
}

.c-popup {
  position: fixed;
  z-index: 100000;
  top: 20vh;
  left: calc(50% - 350px);
  width: 700px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 10px 4px;
  background-color: #ffffff;
  text-align: center;
  display: none;
  color: #666666;
  line-height: 1.33;
}
@media screen and (max-width: 750px) {
  .c-popup {
    width: 90vw;
    left: 5vw;
    top: 10vh;
  }
}
.c-popup--big {
  max-width: 1200px;
  width: 100%;
  top: 50px;
  max-height: calc(100vh - 100px);
  left: 50%;
  transform: translateX(-50%);
}
.c-popup__headline {
  font-size: 1.5em;
  line-height: 1.33;
  color: #002878;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .c-popup__headline {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .c-popup__headline {
    font-size: 1.3em;
  }
}
.c-popup__text {
  margin-bottom: 20px;
}
.c-popup__cta {
  min-width: 150px;
}
.c-popup__link {
  border-bottom: 1px solid #666666;
  transition: 0.3s all ease-in;
}
.c-popup__link:hover {
  color: #002878;
  border-color: #002878;
}
.c-popup__close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  background-image: url(./../img/schließen@2x.png);
  background-size: cover;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .c-popup__close {
    right: 10px;
    top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .c-popup__close--big {
    right: 10px;
    top: 10px;
  }
}
.c-popup__inner {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px 0px;
  overflow-y: auto;
  max-height: calc(100vh - 130px);
  margin: 15px 0;
}
@media screen and (max-width: 750px) {
  .c-popup__inner {
    flex-wrap: wrap;
  }
}
.c-popup__img-container {
  width: 55%;
}
@media screen and (max-width: 750px) {
  .c-popup__img-container {
    width: 100%;
  }
}
.c-popup__img {
  max-width: 100%;
}
.c-popup__info {
  width: 40%;
}
@media screen and (max-width: 750px) {
  .c-popup__info {
    width: 100%;
  }
}
.c-popup__teilnahmebed {
  text-align: left;
}
.c-popup__teilnahmebed-item {
  margin-bottom: 20px;
}
.c-popup__teilnahmebed-headline {
  color: #002878;
  font-weight: bold;
}
.c-popup__teilnahmebed-list {
  margin-bottom: 0;
  margin-left: 30px;
  list-style-type: disc;
}
.c-popup__teilnahmebed-list li {
  padding: 5px 0;
}

#intro {
  position: relative;
}

#hearts-1 {
  display: block;
  position: absolute;
  left: 10%;
  z-index: 10;
  width: 15vw;
  max-width: 100px;
  height: auto;
}
@media screen and (max-width: 750px) {
  #hearts-1 {
    display: none;
  }
}

#hearts-2 {
  display: block;
  position: absolute;
  right: 5%;
  z-index: 10;
  width: 15vw;
  max-width: 100px;
  height: auto;
}
@media screen and (max-width: 1300px) {
  #hearts-2 {
    display: none;
  }
}

.c-hero {
  position: relative;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .c-hero {
    margin-bottom: 60px;
  }
}
.c-hero__bg {
  height: 250px;
  width: 100%;
  background-image: url(./../img/Header_BG_2.jpg);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 750px) {
  .c-hero__bg {
    height: 200px;
  }
}
.c-hero__img {
  position: absolute;
  bottom: -108px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url("./../img/Header_Herz_DT_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 450px;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .c-hero__img {
    background-image: url("./../img/Header_Herz_MOB_2.png");
    bottom: -80px;
    height: 300px;
  }
}

.c-intro {
  margin-bottom: 50px;
  text-align: center;
  color: #002878;
}
.c-intro__headline {
  font-size: 3em;
  line-height: 1.33;
  color: #002878;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  .c-intro__headline {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 500px) {
  .c-intro__headline {
    font-size: 2em;
  }
}
.c-intro__text {
  font-size: 1.125em;
  line-height: 1.33;
  margin: 1em;
}
@media screen and (max-width: 500px) {
  .c-intro__text {
    font-size: 1em;
  }
}
.c-intro__text--gold {
  color: #91714b;
}

.c-before-howto {
  display: flex;
  justify-content: flex-end;
}
.c-before-howto__img-container {
  max-width: 122px;
}
.c-before-howto__img {
  width: 100%;
}

.c-deco {
  display: flex;
  padding: 0 15px;
}
.c-deco--end {
  justify-content: flex-end;
}
.c-deco--start {
  justify-content: flex-start;
}
.c-deco--center {
  justify-content: center;
}
.c-deco__bgimg {
  background-size: contain;
}
.c-deco__bgimg--nr1 {
  width: 117px;
  height: 80px;
  background-image: url(./../img/Blatt_oben@2x.png);
}
@media screen and (max-width: 750px) {
  .c-deco__bgimg--nr1 {
    width: 81.9px;
    height: 56px;
  }
}
.c-deco__bgimg--nr2 {
  width: 148px;
  height: 126px;
  background-image: url(./../img/Blatt_unten@2x.png);
}
@media screen and (max-width: 750px) {
  .c-deco__bgimg--nr2 {
    width: 103.6px;
    height: 88.2px;
  }
}
.c-deco__bgimg--nr3 {
  width: 127px;
  height: 135px;
  background-image: url(./../img/icon_win@2x.png);
}
@media screen and (max-width: 750px) {
  .c-deco__bgimg--nr3 {
    width: 88.9px;
    height: 94.5px;
  }
}
.c-deco__bgimg--nr4 {
  width: 104px;
  height: 104px;
  background-image: url(./../img/icon_no-win@2x.png);
}
@media screen and (max-width: 750px) {
  .c-deco__bgimg--nr4 {
    width: 72.8px;
    height: 72.8px;
  }
}
.c-deco__bgimg--nr5 {
  width: 266px;
  height: 112px;
  background-image: url(./../img/Footer_Herz_DT@2x.png);
}
@media screen and (max-width: 750px) {
  .c-deco__bgimg--nr5 {
    width: 186.2px;
    height: 78.4px;
  }
}
.c-deco__bgimg--nr6 {
  width: 200px;
  height: 165px;
  background-image: url(./../img/footer-dm-logo-mit-claim-bild-data.png);
}
@media screen and (max-width: 750px) {
  .c-deco__bgimg--nr6 {
    width: 140px;
    height: 115.5px;
  }
}
.c-deco__img-container {
  display: flex;
  justify-content: center;
}
.c-deco__img {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .c-deco__img {
    max-width: 70%;
    max-height: 70%;
  }
}

.c-howto {
  background-color: #ece7e1;
  color: #002878;
  position: relative;
  padding: 75px 15px 50px;
}
.c-howto__headline {
  font-size: 2em;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .c-howto__headline {
    font-size: 1.5em;
  }
}
.c-howto__steps {
  display: flex;
  justify-content: space-between;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .c-howto__steps {
    flex-wrap: wrap;
  }
}
.c-howto::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: calc(50% - 25px);
  background-color: #ece7e1;
  transform: rotate(45deg);
  bottom: -25px;
}
@media screen and (max-width: 750px) {
  .c-howto::after {
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    bottom: -15px;
  }
}
.c-howto::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: calc(50% - 25px);
  background-color: #ffffff;
  transform: rotate(45deg);
  top: -25px;
}
@media screen and (max-width: 750px) {
  .c-howto::before {
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    top: -15px;
  }
}

.c-step {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
@media screen and (max-width: 750px) {
  .c-step {
    width: 100%;
  }
}
.c-step__number-container {
  width: 13%;
}
@media screen and (max-width: 750px) {
  .c-step__number-container {
    width: 60px;
  }
}
.c-step__number-img {
  width: 100%;
  max-width: 40px;
}
.c-step__description {
  font-size: 1.125em;
  line-height: 1.33;
  width: 78%;
}
@media screen and (max-width: 500px) {
  .c-step__description {
    font-size: 1em;
  }
}
@media screen and (max-width: 750px) {
  .c-step__description {
    width: calc(100% - 60px);
  }
}

.c-gewinncode {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  padding: 0 10px;
}
.c-gewinncode__headline {
  font-size: 2em;
  line-height: 1.33;
  color: #002878;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .c-gewinncode__headline {
    font-size: 1.5em;
  }
}
.c-gewinncode__input {
  display: block;
  font-size: 16px;
  font-family: dmbrand, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #002878;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 80vw;
  max-width: 300px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #e5e9f1;
  border-radius: 1.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  background-color: #e5e9f1;
  text-align: center;
}
.c-gewinncode__input::placeholder {
  color: #002878;
  font-weight: 500;
  opacity: 1;
  text-align: left;
}
.c-gewinncode__input:-ms-input-placeholder {
  color: #002878;
  font-weight: 500;
  text-align: left;
}
.c-gewinncode__input::-ms-input-placeholder {
  color: #002878;
  font-weight: 500;
  text-align: left;
}
.c-gewinncode__field {
  position: relative;
}
.c-gewinncode__input-icon {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 8px;
  right: 15px;
}
.c-gewinncode__help-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  top: -26px;
  right: 0;
  cursor: pointer;
  transition: 0.3s all ease-in;
}
.c-gewinncode__help-icon:hover {
  transform: scale(1.3);
}
.c-gewinncode__cta {
  min-width: 200px;
  margin-top: 20px;
}
.c-gewinncode__cta--inactive {
  opacity: 0;
}
.c-gewinncode__error {
  color: #d8241c;
  display: none;
  margin-top: 15px;
}
.c-gewinncode__error--active {
  display: block;
}

.c-result {
  color: #002878;
  text-align: center;
  margin-bottom: 50px;
}
.c-result__headline {
  font-size: 2.5em;
  line-height: 1.33;
  margin: 20px 0;
}
@media screen and (max-width: 500px) {
  .c-result__headline {
    font-size: 2em;
  }
}
.c-result__headline--error {
  color: #d8241c;
}
.c-result__text {
  font-size: 1.125em;
  line-height: 1.33;
}
@media screen and (max-width: 500px) {
  .c-result__text {
    font-size: 1em;
  }
}
.c-result__text-other {
  font-size: 1.125em;
  line-height: 1.33;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .c-result__text-other {
    font-size: 1em;
  }
}
.c-result__link {
  border-bottom: 1px solid #002878;
}

.c-footer {
  background-color: #f6f6f7;
  border-top: 1px solid #e5e9f1;
  padding: 30px 15px;
  color: #666666;
  font-size: 1em;
  line-height: 1.33;
}
@media screen and (max-width: 500px) {
  .c-footer {
    font-size: 0.9em;
  }
}
.c-footer__headline {
  font-size: 2em;
  line-height: 1.33;
  color: #002878;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .c-footer__headline {
    font-size: 1.5em;
  }
}
.c-footer__copyright {
  margin-bottom: 50px;
}
.c-footer__links {
  margin-bottom: 20px;
}
.c-footer__link {
  color: #666666;
  border-bottom: 1px solid #666666;
  transition: 0.3s all ease-in;
}
.c-footer__link:hover {
  color: #002878;
  border-color: #002878;
}

.c-kontaktform {
  padding: 30px 15px 0;
}
.c-kontaktform__input-text {
  display: block;
  font-size: 16px;
  font-family: dmbrand, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #002878;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #e5e9f1;
  border-radius: 1.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  background-color: #ffffff;
  text-align: left;
  width: 100%;
}
.c-kontaktform__input-text::placeholder {
  color: #666666;
  opacity: 1;
}
.c-kontaktform__input-text:-ms-input-placeholder {
  color: #666666;
}
.c-kontaktform__input-text::-ms-input-placeholder {
  color: #666666;
}
.c-kontaktform__input-checkbox {
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #e5e9f1;
}
.c-kontaktform__input-checkbox:checked {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20id%3D'CheckIcon'%20data-dmid%3D'CheckIcon'%20viewBox%3D'0%200%2024%2024'%20width%3D'48'%20height%3D'48'%20role%3D'img'%20aria-labelledby%3D'dmCheckTitle'%20pointer-events%3D'none'%20data-reactroot%3D''%3E%3Ctitle%20id%3D'dmCheckTitle'%3EH%C3%A4kchen%20Symbol%3C%2Ftitle%3E%3Cpath%20fill%3D'%23002878'%20d%3D'M19.67%2C8.2c0.69-0.69%2C1.03-1.5%2C0.75-1.78s-1.09%2C0-1.78%2C0.75l-7.83%2C8.01c-0.69%2C0.68-1.81%2C0.68-2.5%2C0l-2.85-2.89c-0.69-0.7-1.49-1.06-1.78-0.8c-0.29%2C0.26%2C0%2C1.04%2C0.7%2C1.78l3.85%2C3.9c0.69%2C0.69%2C1.82%2C0.69%2C2.51%2C0L19.67%2C8.2z'%3E%3C%2Fpath%3E%3Cpath%20fill%3D'none'%20stroke%3D'%23002878'%20stroke-miterlimit%3D'10'%20stroke-width%3D'3px'%20d%3D'M19.67%2C8.2c0.69-0.69%2C1.03-1.5%2C0.75-1.78s-1.09%2C0-1.78%2C0.75l-7.83%2C8.01c-0.69%2C0.68-1.81%2C0.68-2.5%2C0l-2.85-2.89c-0.69-0.7-1.49-1.06-1.78-0.8c-0.29%2C0.26%2C0%2C1.04%2C0.7%2C1.78l3.85%2C3.9c0.69%2C0.69%2C1.82%2C0.69%2C2.51%2C0L19.67%2C8.2z'%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-size: 26px 26px;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-kontaktform__input-checkbox--error {
  border-color: #d8241c;
}
.c-kontaktform__input-radio {
  background-color: #ffffff;
  border: 1px solid #e5e9f1;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-height: 28px;
  min-height: 28px;
  height: 28px;
  max-width: 28px;
  min-width: 28px;
  width: 28px;
  cursor: pointer;
}
.c-kontaktform__input-radio:checked {
  background: radial-gradient(at center center, #002878 0%, #002878 45%, white 49%, white 100%);
}
.c-kontaktform__input-radio--error {
  border-color: #d8241c;
}
.c-kontaktform__input--error {
  border-color: #d8241c;
}
.c-kontaktform__label {
  font-size: 1em;
  line-height: 1.33;
  color: #666666;
}
@media screen and (max-width: 500px) {
  .c-kontaktform__label {
    font-size: 0.9em;
  }
}
.c-kontaktform__label--checkbox {
  color: #002878;
  margin-left: 15px;
}
.c-kontaktform__label--radio {
  color: #002878;
  margin-right: 20px;
  margin-left: 10px;
}
.c-kontaktform__link {
  font-weight: bold;
  border-bottom: 1px solid transparent;
  transition: 0.3s all ease-in;
}
.c-kontaktform__link:hover {
  border-bottom-color: #002878;
}
.c-kontaktform__error {
  font-size: 1em;
  line-height: 1.33;
  color: #d8241c;
  margin-bottom: 15px;
  display: none;
}
@media screen and (max-width: 500px) {
  .c-kontaktform__error {
    font-size: 0.9em;
  }
}
.c-kontaktform__error--active {
  display: block;
}
.c-kontaktform__cta {
  width: 200px;
}
.c-kontaktform__row {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .c-kontaktform__row {
    flex-wrap: wrap;
  }
}
.c-kontaktform__row--center {
  justify-content: center;
}
.c-kontaktform__col {
  width: 100%;
  margin-bottom: 15px;
}
.c-kontaktform__col--checkbox {
  display: flex;
  align-items: center;
}
.c-kontaktform__col--radio {
  display: flex;
  align-items: center;
}
.c-kontaktform__col--elem2 {
  width: 47%;
}
@media screen and (max-width: 750px) {
  .c-kontaktform__col--elem2 {
    width: 100%;
  }
}
.c-kontaktform__col--elem3 {
  width: 30%;
}
@media screen and (max-width: 750px) {
  .c-kontaktform__col--elem3 {
    width: 100%;
  }
}
.c-kontaktform__col--center {
  justify-content: center;
}

#winner-contact-form .c-kontaktform__error {
  padding-top: 5px;
}

#gewinncode .c-kontaktform__row {
  justify-content: center;
}
#gewinncode .c-kontaktform {
  max-width: 330px;
}

.tada {
  animation: tadaAnimation ease-in 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: tadaAnimation ease-in 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: tadaAnimation ease-in 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: tadaAnimation ease-in 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: tadaAnimation ease-in 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes tadaAnimation {
  0% {
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  10% {
    transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  40% {
    transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  60% {
    transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  70% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  80% {
    transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  90% {
    transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  100% {
    transform: rotate(0deg) scaleX(1.2) scaleY(1.2);
  }
}
@-moz-keyframes tadaAnimation {
  0% {
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  10% {
    -moz-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    -moz-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  40% {
    -moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  60% {
    -moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  70% {
    -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  80% {
    -moz-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  90% {
    -moz-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  100% {
    -moz-transform: rotate(0deg) scaleX(1.2) scaleY(1.2);
  }
}
@-webkit-keyframes tadaAnimation {
  0% {
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  10% {
    -webkit-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    -webkit-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  40% {
    -webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  60% {
    -webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  70% {
    -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  80% {
    -webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  90% {
    -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  100% {
    -webkit-transform: rotate(0deg) scaleX(1.2) scaleY(1.2);
  }
}
@-o-keyframes tadaAnimation {
  0% {
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  10% {
    -o-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    -o-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  40% {
    -o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  60% {
    -o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  70% {
    -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  80% {
    -o-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  90% {
    -o-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  100% {
    -o-transform: rotate(0deg) scaleX(1.2) scaleY(1.2);
  }
}
@-ms-keyframes tadaAnimation {
  0% {
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  10% {
    -ms-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  20% {
    -ms-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8);
  }
  30% {
    -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  40% {
    -ms-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  50% {
    -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  60% {
    -ms-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  70% {
    -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  80% {
    -ms-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2);
  }
  90% {
    -ms-transform: rotate(3deg) scaleX(1.2) scaleY(1.2);
  }
  100% {
    -ms-transform: rotate(0deg) scaleX(1.2) scaleY(1.2);
  }
}