/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Bayer Sans OFC";
  src: url("../fonts/BayerSansOFC-Bold.eot");
  src: url("../fonts/BayerSansOFC-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BayerSansOFC-Bold.woff2") format("woff2"), url("../fonts/BayerSansOFC-Bold.woff") format("woff"), url("../fonts/BayerSansOFC-Bold.ttf") format("truetype"), url("../fonts/BayerSansOFC-Bold.svg#BayerSansOFC-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bayer Sans OFC";
  src: url("../fonts/BayerSansOFC-Italic.eot");
  src: url("../fonts/BayerSansOFC-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/BayerSansOFC-Italic.woff2") format("woff2"), url("../fonts/BayerSansOFC-Italic.woff") format("woff"), url("../fonts/BayerSansOFC-Italic.ttf") format("truetype"), url("../fonts/BayerSansOFC-Italic.svg#BayerSansOFC-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bayer Sans OFC";
  src: url("../fonts/BayerSansOFC-Regular.eot");
  src: url("../fonts/BayerSansOFC-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BayerSansOFC-Regular.woff2") format("woff2"), url("../fonts/BayerSansOFC-Regular.woff") format("woff"), url("../fonts/BayerSansOFC-Regular.ttf") format("truetype"), url("../fonts/BayerSansOFC-Regular.svg#BayerSansOFC-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bayer Sans OFC";
  src: url("../fonts/BayerSansOFC-BoldItalic.eot");
  src: url("../fonts/BayerSansOFC-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BayerSansOFC-BoldItalic.woff2") format("woff2"), url("../fonts/BayerSansOFC-BoldItalic.woff") format("woff"), url("../fonts/BayerSansOFC-BoldItalic.ttf") format("truetype"), url("../fonts/BayerSansOFC-BoldItalic.svg#BayerSansOFC-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
html {
  /* 1rem = 10px */
  font-size: 62.5%;
}

*,
div {
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "Bayer Sans OFC", sans-serif;
  font-weight: 400;
  color: #512178;
  background-color: #F3F3F3;
}

.container {
  max-width: 140rem;
  width: 100%;
  margin: 0 auto;
  padding: 0rem;
}
.container__bx {
  padding: 0 2rem;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .container__bx {
    flex-flow: column;
  }
}

a {
  display: inline-block;
}

a,
button {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

strong,
b {
  font-weight: 600;
}

i,
em {
  font-style: italic;
}

ul,
ol {
  display: block;
  width: 100%;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
ul li,
ol li {
  margin-bottom: 0.5rem;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

.btn {
  font-family: "Bayer Sans OFC", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem 2.4rem;
  border-radius: 3.2rem;
  border: 0.3rem solid #512178;
  color: #512178;
  text-decoration: none;
}

p {
  margin-bottom: 2rem;
}
p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  width: 100%;
  font-weight: 600;
}

.mdl-title-with-content,
.mdl-wysiwyg {
  padding: 8rem 0;
}
.mdl-title-with-content h1,
.mdl-wysiwyg h1 {
  font-size: 2.8rem;
  line-height: 130%;
  color: #512178;
  margin-bottom: 2.8rem;
}
.mdl-title-with-content h2,
.mdl-wysiwyg h2 {
  font-size: 2.4rem;
  line-height: 130%;
  color: #512178;
  margin-bottom: 2.4rem;
}
.mdl-title-with-content h3,
.mdl-wysiwyg h3 {
  font-size: 2rem;
  line-height: 130%;
  color: #512178;
  margin-bottom: 2rem;
}
.mdl-title-with-content h4,
.mdl-title-with-content h5,
.mdl-title-with-content h6,
.mdl-wysiwyg h4,
.mdl-wysiwyg h5,
.mdl-wysiwyg h6 {
  font-size: 1.8rem;
  line-height: 130%;
  color: #512178;
  margin-bottom: 1.8rem;
}
.mdl-title-with-content blockquote,
.mdl-wysiwyg blockquote {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 5%;
  text-align: center;
  color: #512178;
  margin-bottom: 2.4rem;
  padding: 3rem;
}
.mdl-title-with-content a,
.mdl-wysiwyg a {
  color: #512178;
}

.mdl-error {
  padding: 22.3rem 0;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 5%;
  text-align: center;
}
.mdl-error .container {
  max-width: 64.5rem;
}
.mdl-error .container__bx {
  justify-content: center;
}
.mdl-error span {
  display: block;
  font-family: "Flama Trial", sans-serif;
  font-weight: 500;
  font-size: 9rem;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #512178;
  margin-bottom: 0.8rem;
}
.mdl-error h1 {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 130%;
  text-align: center;
  color: #512178;
  margin-bottom: 2.4rem;
}
.mdl-error p {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.mdl-error a {
  color: #512178;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0%;
  text-decoration-thickness: 0%;
}

.mdl-counter {
  aspect-ratio: 16/9;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.mdl-counter h1 {
  font-weight: 700;
  font-size: clamp(1rem, 3vw, 2rem);
  line-height: 1.1;
  text-align: center;
}
@media (min-width: 767.98px) {
  .mdl-counter h1 {
    font-size: clamp(2rem, 3vw, 6rem);
  }
}
.mdl-counter h2 {
  font-weight: 300;
  font-size: clamp(0.9rem, 2.5vw, 1.5rem);
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 767.98px) {
  .mdl-counter h2 {
    font-size: clamp(1.5rem, 2.5vw, 4.5rem);
  }
}
.mdl-counter__bayer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}
.mdl-counter__xarelto {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
}
.mdl-counter video {
  width: 100%;
}

.timer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 35.6rem;
  margin: 0 auto;
  text-align: center;
  margin-top: 1rem;
  gap: clamp(1rem, 4vw, 4.4rem);
}
@media (min-width: 767.98px) {
  .timer {
    max-width: 100%;
  }
}
.timer__it {
  font-weight: 700;
  font-size: clamp(3.2rem, 8vw, 8rem);
  line-height: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
}
@media (min-width: 767.98px) {
  .timer__it {
    font-size: clamp(4.4rem, 8vw, 10rem);
  }
}
.timer__it span {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1;
}
@media (min-width: 767.98px) {
  .timer__it span {
    font-size: clamp(1.6rem, 2vw, 2.8rem);
  }
}
.timer__it::after {
  content: "";
  width: 0.1rem;
  height: clamp(3rem, 6vw, 7.9rem);
  background-color: #7E7F83;
  left: calc(100% + clamp(0.5rem, 1.5vw, 2.2rem));
  position: absolute;
  display: inline-flex;
  top: 50%;
  transform: translateY(-50%);
}
.timer__it:last-child::after {
  display: none;
}

.btn-audio {
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border: 0.1rem solid #512178;
  position: absolute;
  border-radius: 100%;
  left: 2rem;
  bottom: 2rem;
  z-index: 99;
}

.loader {
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader--spinner {
  display: inline-block;
  position: relative;
  color: #512178;
  height: 60px;
  width: 60px;
}

.loader--spinner div {
  animation: loader--spinner 1.2s linear infinite;
  transform-origin: 30px 30px;
}

.loader--spinner div:after {
  display: block;
  position: absolute;
  top: 3px;
  left: 27px;
  border-radius: 20%;
  content: " ";
  height: 10px;
  width: 5px;
  background-color: #512178;
}

.loader--spinner div:nth-child(1) {
  animation-delay: -1.1s;
  transform: rotate(0deg);
}

.loader--spinner div:nth-child(2) {
  animation-delay: -1s;
  transform: rotate(30deg);
}

.loader--spinner div:nth-child(3) {
  animation-delay: -0.9s;
  transform: rotate(60deg);
}

.loader--spinner div:nth-child(4) {
  animation-delay: -0.8s;
  transform: rotate(90deg);
}

.loader--spinner div:nth-child(5) {
  animation-delay: -0.7s;
  transform: rotate(120deg);
}

.loader--spinner div:nth-child(6) {
  animation-delay: -0.6s;
  transform: rotate(150deg);
}

.loader--spinner div:nth-child(7) {
  animation-delay: -0.5s;
  transform: rotate(180deg);
}

.loader--spinner div:nth-child(8) {
  animation-delay: -0.4s;
  transform: rotate(210deg);
}

.loader--spinner div:nth-child(9) {
  animation-delay: -0.3s;
  transform: rotate(240deg);
}

.loader--spinner div:nth-child(10) {
  animation-delay: -0.2s;
  transform: rotate(270deg);
}

.loader--spinner div:nth-child(11) {
  animation-delay: -0.1s;
  transform: rotate(300deg);
}

.loader--spinner div:nth-child(12) {
  animation-delay: 0s;
  transform: rotate(330deg);
}

@keyframes loader--spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*# sourceMappingURL=app.css.map*/