/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./scss/main.scss ***!
  \*****************************************************************************************************************************************************************/
@charset "UTF-8";
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: black; /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}

:root {
  --theme-black: black;
  --theme-white: white;
  --theme-gray-dark: #757575;
  --theme-gray-light: #CFD8DC;
  --theme-gray-bg: #FAFAFA;
  --theme-grayblue: #B0BEC5;
  --theme-yellow: #FBE72F;
  --theme-blue: #0091EA;
  --theme-dark-blue: #0875CB;
  --theme-darker-blue: #2D3A92;
  --theme-accent-blue: #1F87E3;
  --theme-dark-teal: #546E7A;
  --theme-purple: #AB47BC;
  --theme-red: #E6511C;
  --theme-green: #7CB342;
  --theme-magenta: #E84179;
  --theme-answer-yes: #72A841;
  --theme-answer-maybe: #5F5F5F;
  --theme-answer-no: #DF4B26;
}

:root {
  --main-spacing: 20px;
  --large-card-gap: 77px;
}

@font-face {
  font-family: "Fira Sans";
  src: url(/wp-content/themes/ministimm/dist/a9bd89fd5eacd24ef6b3.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url(/wp-content/themes/ministimm/dist/3d61027bd91005b1ac60.woff) format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url(/wp-content/themes/ministimm/dist/5c621e392c5f0e69601d.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url(/wp-content/themes/ministimm/dist/e9c938302df8114c2818.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url(/wp-content/themes/ministimm/dist/8c5518d77cc2217066ba.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url(/wp-content/themes/ministimm/dist/700585ce0c35db8d12a8.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url(/wp-content/themes/ministimm/dist/03c8e3c04b29df54a798.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url(/wp-content/themes/ministimm/dist/0df61e3490b2cc047be7.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url(/wp-content/themes/ministimm/dist/08e40a3b28cac21cb855.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Noto Emoji";
  src: url(/wp-content/themes/ministimm/dist/b8e00401059032082511.woff) format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Noto Color Emoji";
  src: url(/wp-content/themes/ministimm/dist/7a6544018d03663215fe.woff) format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/wp-content/themes/ministimm/dist/be4208f80061f8c89189.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/wp-content/themes/ministimm/dist/d255c552c38281473cfe.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/wp-content/themes/ministimm/dist/f74ba4e9f167ce41bf33.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/wp-content/themes/ministimm/dist/8ce6f4ee86ac2cbc9b0f.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/wp-content/themes/ministimm/dist/ef7fc65688cf76572f19.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/wp-content/themes/ministimm/dist/eea760dae8980a9e603c.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1,
h2,
h3 {
  line-height: 1em;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

p + p {
  margin-top: 1em;
}

img {
  display: block;
}

details summary {
  list-style: none;
  cursor: pointer;
}

details summary::-webkit-details-marker {
  display: none;
  content: "";
}

details summary::marker {
  display: none;
  content: "";
}

address {
  font-style: normal;
}

body {
  position: relative;
  z-index: 0;
}

html, body {
  width: 100vw;
  overflow-x: hidden;
}

.wrap-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hide {
  display: none;
}

.container {
  margin-left: var(--main-spacing);
  margin-right: var(--main-spacing);
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 957px;
  }
}
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1474px;
  }
}

body {
  background: var(--theme-gray-bg);
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
body.single-cpt__qblocks .not-completed-bg-wrapper {
  content: "";
  z-index: -1;
  position: absolute;
  background: var(--theme-purple);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}

header.header {
  flex-grow: 0;
  flex-shrink: 0;
  height: 66px;
  background: var(--theme-yellow);
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.08));
}
header.header .logo-link {
  display: inline-block;
  transform: translate(20px, 10px);
}

main.main {
  flex-grow: 1;
}

.page .page-container {
  padding-bottom: var(--large-card-gap);
  position: relative;
}

body.state--menu-closed .header .menu {
  display: none;
}
body.state--menu-closed .header .menu-open {
  display: block;
}
body.state--menu-closed .header .menu-close {
  display: none;
}

body.state--menu-opened {
  height: 100vh;
  overflow: hidden;
}
body.state--menu-opened .header {
  height: 100%;
}
body.state--menu-opened .header .menu {
  display: flex;
}
body.state--menu-opened .header .menu-open {
  display: none;
}
body.state--menu-opened .header .menu-close {
  display: block;
}

.header {
  position: relative;
  display: flex;
  flex-direction: column;
}
.header .controls {
  display: flex;
  justify-content: space-between;
  flex: 0 0;
}
.header .menu-burger {
  width: 48px;
  height: 48px;
  padding: 8px;
  margin-top: 10px;
  margin-right: 20px;
}
.header .menu {
  flex: 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .menu .menu-list {
  transform: translateY(-48px);
}
.header .menu .menu-list li {
  text-align: center;
}
.header .menu .menu-link {
  font-size: 48px;
  color: var(--theme-black);
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 0em;
  text-align: center;
}

footer.footer {
  flex-grow: 0;
  flex-shrink: 0;
  background: var(--theme-yellow);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.2222222222em;
  flex-direction: column;
  padding: 0.75em;
  box-sizing: border-box;
  gap: 0.25em;
}
footer.footer .footer-menu .menu-list {
  font-weight: 500;
  display: flex;
}
footer.footer .footer-menu .menu-list li + li::before {
  content: "|";
  margin: 0 0.5em;
}
footer.footer .copyright {
  font-size: 14px;
}

.content {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (min-width: 992px) {
  .content {
    font-size: 24px;
  }
}
.content h1 {
  margin-top: 68px;
  font-size: 82px;
  line-height: 86px;
  color: var(--theme-darker-blue);
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 42px;
  line-height: 42px;
  font-weight: 800;
}
@media screen and (min-width: 992px) {
  .content h1 {
    margin-top: 68px;
    font-size: 82px;
    line-height: 86px;
  }
}
.content h2 {
  color: var(--theme-dark-teal);
  font-family: "Montserrat";
  margin-bottom: 1em;
  font-size: 28px;
  font-weight: 800;
  line-height: 29px;
}
.content h3 {
  margin-bottom: 1em;
  font-weight: 800;
}
.content p + h3 {
  margin-top: 1.5em;
}
.content a {
  text-decoration: underline;
}
.content .content-module--text, .content .content-module--faq {
  margin-bottom: 1.5em;
}
.content .content-module + .content-module--faq {
  padding-top: 1.5em;
}

.content-module--faq {
  text-align: start;
}
.content-module--faq details {
  margin-bottom: 1em;
}
.content-module--faq details summary::after {
  content: url(/wp-content/themes/ministimm/dist/5ffe20ff850870ce9451.svg);
  width: 28px;
  height: 28px;
  transform: translateY(33%);
  margin-left: 14px;
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 0;
}
.content-module--faq details[open] summary::after {
  content: url(/wp-content/themes/ministimm/dist/b1f929632e012f4700e4.svg);
}
.content-module--faq summary {
  color: var(--theme-darker-blue);
  font-family: "Montserrat";
  font-size: 28px;
  font-weight: 800;
  line-height: 29px;
  margin-bottom: 0.5em;
  position: relative;
}

.qblock-title {
  display: none;
}

.question.answered,
.question.unanswered + .question.unanswered {
  display: none;
}

.qblock .intermediate-result {
  display: none;
}

.qblock .intermediate-result.active {
  display: block;
}

.qblock .intermediate-result.active + .question-block {
  display: none;
}

.intermediate-response-text {
  font-size: 5.5vw;
}
@media screen and (min-width: 576px) {
  .intermediate-response-text {
    font-size: 32px;
  }
}

.overview .links .link-card {
  font-size: 6vw;
}
@media screen and (min-width: 375px) {
  .overview .links .link-card {
    font-size: 26px;
  }
}
@media screen and (min-width: 576px) {
  .overview .links .link-card {
    font-size: 32px;
  }
}

.intermediate-response-text {
  line-height: 36px;
  font-weight: bold;
  color: var(--theme-yellow);
  text-align: center;
  line-height: 1.125em;
}
.intermediate-response-text .yes,
.intermediate-response-text .no,
.intermediate-response-text .maybe {
  display: none;
  margin-top: 0;
}
.intermediate-response-text .yes.active,
.intermediate-response-text .no.active,
.intermediate-response-text .maybe.active {
  display: block;
}

.intermediate-next-intro-text {
  line-height: 1.5em;
  color: var(--theme-white);
  font-weight: 500;
  text-align: center;
  background: var(--theme-dark-blue);
  border-radius: 16px;
  margin-top: 1.5em;
  padding: 0.75em;
  hyphens: auto;
}

.intermediate-next-intro-text,
.thank-you p,
.thank-you-registered p {
  font-size: 4vw;
}
@media screen and (min-width: 576px) {
  .intermediate-next-intro-text,
.thank-you p,
.thank-you-registered p {
    font-size: 22px;
  }
}

.intermediate-percentage {
  color: var(--theme-yellow);
  line-height: 1;
  font-weight: 700;
  text-align: center;
  font-size: 19vw;
}
@media screen and (min-width: 576px) {
  .intermediate-percentage {
    font-size: 110px;
  }
}

.question {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.question-text {
  color: var(--theme-white);
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  line-height: 1.125em;
  margin-bottom: 0em;
  text-align: center;
}

.qblock.done .question-text + .answer-wrapper {
  margin-top: 1em;
}

.question-text,
.overview-title,
.thank-you-title {
  font-size: 8vw;
}
@media screen and (min-width: 576px) {
  .question-text,
.overview-title,
.thank-you-title {
    font-size: 48px;
  }
}

.overview-title {
  z-index: 2;
  position: relative;
  margin-bottom: 23px;
}

h1.overview-title {
  font-size: 11vw;
}
@media screen and (min-width: 375px) {
  h1.overview-title {
    font-size: 42px;
  }
}
@media screen and (min-width: 576px) {
  h1.overview-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 992px) {
  h1.overview-title {
    margin-bottom: 126px;
    font-size: 82px;
  }
}

h2.overview-title {
  margin-top: 1em;
  color: #546E7A;
}
@media screen and (min-width: 992px) {
  h2.overview-title {
    margin-bottom: 58px;
    font-size: 48px;
  }
}

.question-emoji {
  text-align: center;
  color: var(--theme-white);
  font-size: 22vw;
}
@media screen and (min-width: 576px) {
  .question-emoji {
    font-size: 128px;
  }
}
.question-emoji.use-noto-emoji {
  font-family: "Noto Color Emoji", sans-serif;
}

.use-noto-emoji-global {
  font-family: "Noto Color Emoji", sans-serif !important;
}

.question-inputs {
  transform: translateY(calc(50% + var(--qblock-padding-bottom)));
  display: flex;
  justify-content: space-around;
  margin-top: -90px;
}
@media screen and (min-width: 375px) {
  .question-inputs {
    margin-top: -75px;
  }
}

.overview .list-group {
  padding-bottom: var(--large-card-gap);
  padding-top: var(--large-card-gap);
  position: relative;
}
.overview .list-group.list-finished::before {
  position: absolute;
  content: "";
  background-color: var(--theme-white);
  width: 100vw;
  height: 100%;
  left: calc((100vw - 100%) / -2);
  top: 0;
  z-index: -1;
}
.overview .links {
  display: flex;
  gap: var(--main-spacing);
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .overview .links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--large-card-gap);
  }
}
.overview .links .link-card {
  gap: 15px;
  padding: 20px;
  border-radius: 16px;
  color: var(--theme-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 92px;
  font-weight: 700;
  line-height: 1.125em;
}
.overview .links .link-card:nth-child(3n-2) {
  background: var(--theme-purple);
}
.overview .links .link-card:nth-child(3n-1) {
  background: var(--theme-red);
}
.overview .links .link-card:nth-child(3n) {
  background: var(--theme-magenta);
}
.overview .links .link-card.link-card-finished {
  box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.16), 10px 10px 40px rgba(69, 90, 100, 0.15), -10px -10px 30px white;
}
.overview .links .link-card.link-card-open {
  box-shadow: 10px 10px 40px rgba(69, 90, 100, 0.15), -20px -20px 50px white;
}
@media screen and (min-width: 576px) {
  .overview .links .link-card {
    padding: 32px;
  }
}
@media screen and (min-width: 992px) {
  .overview .links .link-card {
    padding: 40px;
  }
}
.overview .links .link-card .block-finished-icon {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.overview .links .link-card.link-card-completed {
  box-shadow: 10px 10px 40px rgba(69, 90, 100, 0.15), -20px -20px 50px white;
  display: block;
  color: #2D3A92;
  background: var(--theme-white);
  padding-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .overview .links .link-card.link-card-completed {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 52px;
    padding-top: 100px;
  }
}
.overview .links .link-card.link-card-completed .completed-link {
  border-radius: 99999px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  display: inline-block;
  margin: 0;
  margin-top: 12px;
  font-size: 16px;
  line-height: 19px;
  background-color: #2D3A92;
  color: var(--theme-white);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 992px) {
  .overview .links .link-card.link-card-completed .completed-link {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.overview .links .link-card.link-card-completed:nth-child(3n-2) {
  color: #3583D7;
}
.overview .links .link-card.link-card-completed:nth-child(3n-2) .completed-link {
  background-color: #3583D7;
}
.overview .links .link-card.link-card-completed:nth-child(3n-1) {
  color: #952740;
}
.overview .links .link-card.link-card-completed:nth-child(3n-1) .completed-link {
  background-color: #952740;
}
.overview .links .link-card.link-card-completed:nth-child(3n) {
  color: #DA592F;
}
.overview .links .link-card.link-card-completed:nth-child(3n) .completed-link {
  background-color: #DA592F;
}
@media screen and (min-width: 992px) {
  .overview .links .link-card {
    width: 440px;
    min-height: 440px;
    padding-top: 50px;
    flex-shrink: 0;
    flex-direction: column;
  }
  .overview .links .link-card p {
    margin-bottom: 0.25em;
  }
  .overview .links .link-card p {
    text-align: center;
    font-size: 48px;
    line-height: 52px;
  }
}
.overview .links .link-card a {
  margin-top: -10px;
  margin-bottom: -10px;
  margin-right: -10px;
  margin-left: -10px;
}
.overview .links .link-card img {
  max-width: none;
}

.overview-title {
  font-weight: 800;
  color: var(--theme-blue);
  text-align: center;
}

.qblock {
  --qblock-padding-bottom: 50px;
  margin-top: 40px;
  margin-left: var(--main-spacing);
  margin-right: var(--main-spacing);
  margin-bottom: 80px;
  background: var(--theme-blue);
  border-radius: 16px;
  padding-top: 42px;
  padding-left: var(--main-spacing);
  padding-right: var(--main-spacing);
  padding-bottom: var(--qblock-padding-bottom);
  position: relative;
}
.qblock .card-close {
  display: none;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(42%, -42%);
}
.qblock.finished .card-close {
  display: block;
}
.qblock.finished .progress-wrapper {
  display: none;
}
@media screen and (min-width: 576px) {
  .qblock {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}

.result {
  display: none;
}

.qblock.done .result {
  display: block;
}

.qblock.finished .result {
  display: none;
}

input[type=radio] {
  display: none;
}

.utility-button {
  background-color: var(--theme-white);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 9999px;
  padding: 14px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-magenta);
  line-height: 1em;
  font-weight: 800;
  width: 100%;
}
.utility-button.primary {
  background-color: var(--theme-green);
  color: var(--theme-white);
  font-weight: 700;
}
.utility-button.large {
  padding-top: 18px;
  padding-bottom: 18px;
}
.utility-button + .utility-button {
  margin-top: 1em;
}
.utility-button.submit-email.waiting {
  background-color: rgba(125, 125, 125, 0.7);
  pointer-events: none;
}

@media screen and (min-width: 576px) {
  .small-group {
    display: flex;
    gap: var(--main-spacing);
  }
  .small-group > * {
    flex: 1 1 0;
  }
  .small-group .utility-button + .utility-button {
    margin: 0;
  }
}

.form-submit .utility-button {
  background-color: var(--theme-green);
  color: var(--theme-white);
  font-weight: 700;
}

.question-inputs label,
.question-inputs button {
  cursor: pointer;
  flex-shrink: 0;
}

.question-maybe-label {
  margin-left: -8px;
  margin-right: -8px;
  transform: translateY(10px);
}

.clear-session {
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
}
.clear-session .info-wrapper {
  padding: 2.5em var(--main-spacing) 2em;
}
.clear-session .info-wrapper p {
  margin-bottom: 1em;
}
.clear-session .session-id, .clear-session .email-sent {
  background: rgba(0, 0, 0, 0.6);
  font-weight: 800;
  color: white;
  font-family: monospace;
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
}

table th {
  text-align: left;
  padding-right: 1em;
}

.answer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 10px solid var(--theme-white);
}

.answer-wrapper + .answer-wrapper {
  margin-top: 18px;
}

.qblock-completed-content .result {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.qblock-completed-content .question-result {
  padding: 32px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: var(--theme-accent-blue);
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .qblock-completed-content .question-result {
    padding: 32px;
  }
}
.qblock-completed-content .question-result.bar-chart-variant {
  /* height: 508px; */
  flex-direction: row;
  justify-content: space-around;
}
.qblock-completed-content .question-result.bar-chart-variant.active {
  display: flex;
}
.qblock-completed-content .question-result.bar-chart-variant .answer-wrapper {
  border: none;
  flex-direction: column-reverse;
  justify-content: flex-start;
  margin-bottom: -18px;
}
.qblock-completed-content .question-result.bar-chart-variant .answer-wrapper.answer-yes .percentage-bar {
  background-color: #7CB342;
}
.qblock-completed-content .question-result.bar-chart-variant .answer-wrapper.answer-maybe .percentage-bar {
  background-color: #757575;
}
.qblock-completed-content .question-result.bar-chart-variant .answer-wrapper.answer-no .percentage-bar {
  background-color: #E6511C;
}
.qblock-completed-content .question-result.bar-chart-variant .answer-wrapper + .answer-wrapper {
  margin-top: 0px;
}
.qblock-completed-content .question-result.bar-chart-variant .question-text + .answer-wrapper {
  margin-top: 0;
}
.qblock-completed-content .question-result.bar-chart-variant .bar-percentage {
  font-size: 42px;
}
@media screen and (max-width: 374px) {
  .qblock-completed-content .question-result.bar-chart-variant .bar-percentage {
    font-size: 36px;
  }
}
.qblock-completed-content .question-result.bar-chart-variant .result-count {
  --factor: 1;
}
.qblock-completed-content .question-result.bar-chart-variant .percentage-bar {
  --full-height: 180px;
  width: 93px;
  margin-bottom: 20px;
  margin-top: 20px;
  height: calc(var(--full-height) * var(--factor));
  background-color: var(--theme-green);
}
@media screen and (max-width: 374px) {
  .qblock-completed-content .question-result.bar-chart-variant .percentage-bar {
    width: 80px;
  }
}
@media screen and (min-width: 992px) {
  .qblock-completed-content .question-result.bar-chart-variant .percentage-bar {
    --full-height: 220px;
    width: 100px;
  }
}

.answer-wrapper img,
.question-inputs img,
.link-card img {
  width: 100px;
  width: 68px;
}
.answer-wrapper img.ok-inverted,
.question-inputs img.ok-inverted,
.link-card img.ok-inverted {
  width: 66.0714285714px;
  margin: 16.9642857143px;
}
.answer-wrapper img.ok-inverted,
.question-inputs img.ok-inverted,
.link-card img.ok-inverted {
  width: 45px;
  margin: 11px;
}
@media screen and (min-width: 992px) {
  .answer-wrapper img,
.question-inputs img,
.link-card img {
    width: 112px;
  }
  .answer-wrapper img.ok-inverted,
.question-inputs img.ok-inverted,
.link-card img.ok-inverted {
    width: 74px;
    margin: 19px;
  }
}

.question-result {
  display: none;
}
.question-result.active {
  display: block;
}

.result-count {
  color: var(--theme-white);
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  border-radius: 8px;
  line-height: 1;
  font-size: 12vw;
}
@media screen and (min-width: 576px) {
  .result-count {
    font-size: 60px;
  }
}
.result-count.my-answer {
  color: var(--theme-yellow) !important;
}
.result-count.my-answer::after {
  content: "Dini Stimm";
  position: absolute;
  top: -13px;
  right: 0;
  white-space: nowrap;
  font-weight: 500;
  font-size: 3.5vw;
}
@media screen and (min-width: 576px) {
  .result-count.my-answer::after {
    font-size: 18px;
  }
}

.completed-results .bar-chart-variant .result-count {
  font-size: 60px;
}

.completed-results .bar-chart-variant .result-count.my-answer::after {
  line-height: 12px;
  font-size: 12px;
  top: 8px;
}
@media screen and (min-width: 576px) {
  .completed-results .bar-chart-variant .result-count.my-answer::after {
    line-height: 12px;
    top: 8px;
  }
}

.result-count + .result-count {
  margin-top: 0.2em;
}

body.loading .progress-wrapper {
  visibility: hidden;
}
body.loading .qblock > * {
  visibility: hidden;
}

.progress-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: var(--theme-purple);
  color: var(--theme-white);
  padding: 0.1em;
  padding-right: 0.1em;
  padding-left: 0.1em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  border-radius: 16px;
  margin-top: 22px;
}
@media screen and (min-width: 375px) {
  .progress-wrapper {
    margin-top: 20px;
  }
}

.utility-button,
.progress-wrapper {
  font-size: 22px;
}
@media screen and (min-width: 375px) {
  .utility-button,
.progress-wrapper {
    font-size: 24px;
  }
}

.hideme {
  visibility: hidden;
}

.result-time {
  color: var(--theme-white);
  line-height: 1.125em;
  text-align: center;
  font-weight: 500;
  margin-top: 1em;
  font-size: 18px;
}
.result-time time {
  font-weight: 200;
}
@media screen and (min-width: 375px) {
  .result-time {
    font-size: 20px;
  }
}
@media screen and (min-width: 576px) {
  .result-time {
    font-size: 22px;
  }
}

.thank-you {
  position: relative;
  display: none;
}
.thank-you.active {
  display: block;
}

.thank-you-registered,
.thank-you,
.email-register {
  padding-left: calc(var(--main-spacing) / 2);
  padding-right: calc(var(--main-spacing) / 2);
}
@media screen and (min-width: 576px) {
  .thank-you-registered,
.thank-you,
.email-register {
    padding-left: var(--main-spacing);
    padding-right: var(--main-spacing);
  }
}

.thank-you-text {
  color: var(--theme-white);
  line-height: 1.125em;
  font-weight: 500;
  text-align: center;
  padding-bottom: 1em;
}

.utility-button + .thank-you-text {
  margin-top: 1.5em;
}

.thank-you-title {
  color: var(--theme-yellow);
  font-weight: 700;
  text-align: center;
  padding-bottom: 22px;
}

.email-register {
  display: none;
}
.email-register.active {
  display: block;
}

.thank-you-registered {
  display: none;
}

.qblock.finished .thank-you-registered.active {
  display: block;
}
.qblock.finished .thank-you-registered.active + .thank-you.active {
  display: none;
}

.form-input {
  border-radius: 9999px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  margin-bottom: 24px;
}
.form-input input {
  width: 100%;
  border-radius: 9999px;
  display: block;
  height: 52px;
  font-size: 18px;
  padding-left: 24px;
  padding-right: 24px;
}
.form-input.show-error input {
  outline: 2px solid var(--theme-red);
}

.form-checkbox {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-checkbox.show-error input {
  outline: 2px solid var(--theme-red);
}
.form-checkbox label {
  font-size: 18px;
  color: var(--theme-white);
  padding-left: 5px;
  cursor: pointer;
}
.form-checkbox label a {
  text-decoration: underline;
}

.form-error {
  display: none;
  justify-content: center;
  margin-top: -12px;
  margin-bottom: 24px;
}
.form-error .error-text {
  font-weight: bold;
  color: var(--theme-white);
  text-align: center;
}
.form-error.show {
  display: flex;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 23px;
  background-color: #fff;
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 4px;
  top: -1px;
  font-family: "Zapf Dingbats", Wingdings, sans-serif;
  color: var(--theme-blue);
}

input[type=checkbox]::after {
  content: "✖";
  flex-shrink: 0;
  display: none;
  position: relative;
  top: 1px;
}

input[type=checkbox]:checked::after {
  display: block;
}

.none {
  display: none;
}

.list-open .link-card.finished {
  display: none;
}

.list-finished .link-card {
  display: none !important;
}

.list-finished .link-card.finished {
  display: flex !important;
}

.qblock-completed-content {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1474px;
  margin: 0 auto;
}
.qblock-completed-content .question-text {
  color: var(--theme-black);
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
}
@media screen and (min-width: 992px) {
  .qblock-completed-content .question-text {
    font-size: 28px;
  }
}
.qblock-completed-content .data .question-text {
  display: none;
}
.qblock-completed-content .question-text + .answer-wrapper {
  margin-top: -10px;
}
.qblock-completed-content .completed-results {
  padding-top: 32px;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .qblock-completed-content .completed-results {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 82px;
  }
  .qblock-completed-content .completed-results .completed-question {
    width: 440px;
  }
}
.qblock-completed-content .completed-results .completed-question {
  margin-bottom: 60px;
}
.qblock-completed-content .completed-results .completed-question .answer-content {
  margin-bottom: 1.5em;
}
.qblock-completed-content .completed-results .completed-question .answer-content a {
  text-decoration: underline;
}
.qblock-completed-content .completed-results .completed-question .question-text {
  color: var(--theme-dark-teal);
  font-family: "Montserrat";
  margin-bottom: 1em;
}
.qblock-completed-content .answer-wrapper {
  border-bottom: 10px solid white;
}
.qblock-completed-content .answer-wrapper.answer-yes .result-count {
  color: white;
}
.qblock-completed-content .answer-wrapper.answer-maybe .result-count {
  color: white;
}
.qblock-completed-content .answer-wrapper.answer-no .result-count {
  color: white;
}
.qblock-completed-content .qblock {
  display: none;
}
.qblock-completed-content .result {
  display: block;
}

.link-card {
  cursor: pointer;
}

.link-time {
  font-family: "Montserrat";
  font-weight: 400;
  display: block;
  line-height: 1.2em;
  font-size: 3.5vw;
  margin-top: 0.5em;
  margin-bottom: -0.25em;
  /* @media screen and (max-width: 991px) {
      margin-bottom: -0.5em;
  } */
}
.link-time span {
  white-space: nowrap;
}
@media screen and (min-width: 576px) {
  .link-time {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .link-time {
    text-align: center;
    font-size: 32px;
  }
}

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