*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*//*
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: currentColor; /* 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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]) {
  -webkit-text-decoration: underline dotted;
          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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1660px) {

  .\!container {
    max-width: 1660px !important;
  }

  .container {
    max-width: 1660px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-top-5 {
  top: -1.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[15px\] {
  left: 15px;
}
.right-\[29\%\] {
  right: 29%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[0\] {
  top: 0;
}
.top-\[70\%\] {
  top: 70%;
}
.isolate {
  isolation: isolate;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[5\] {
  z-index: 5;
}
.z-\[99\] {
  z-index: 99;
}
.m-8 {
  margin: 2rem;
}
.-mx-\[20px\] {
  margin-left: -20px;
  margin-right: -20px;
}
.-mx-\[50px\] {
  margin-left: -50px;
  margin-right: -50px;
}
.mx-\[-5px\] {
  margin-left: -5px;
  margin-right: -5px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.-mt-\[10px\] {
  margin-top: -10px;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mr-\[40px\] {
  margin-right: 40px;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-\[120px\] {
  width: 120px;
  height: 120px;
}
.size-\[30px\] {
  width: 30px;
  height: 30px;
}
.size-\[50px\] {
  width: 50px;
  height: 50px;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[450px\] {
  height: 450px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[62px\] {
  height: 62px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[80\%\] {
  height: 80%;
}
.h-full {
  height: 100%;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[57px\] {
  min-height: 57px;
}
.w-1 {
  width: 0.25rem;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[640px\] {
  width: 640px;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-150px\] {
  --tw-translate-y: -150px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-grab {
  cursor: grab;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[40px\] {
  gap: 40px;
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-\[10px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}
.space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}
.space-y-\[40px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r-\[2px\] {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[3px\] {
  border-top-width: 3px;
}
.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(110 70 207 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(255 224 65 / var(--tw-border-opacity));
}
.border-r-purple {
  --tw-border-opacity: 1;
  border-right-color: rgb(110 70 207 / var(--tw-border-opacity));
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.border-opacity-70 {
  --tw-border-opacity: 0.7;
}
.bg-\[\#F4D03F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 208 63 / var(--tw-bg-opacity));
}
.bg-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(188 169 233 / var(--tw-bg-opacity));
}
.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(110 70 207 / var(--tw-bg-opacity));
}
.bg-purple2 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 230 246 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 65 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[25px\] {
  padding: 25px;
}
.p-\[28px\] {
  padding: 28px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[65px\] {
  padding-left: 65px;
  padding-right: 65px;
}
.px-\[8\%\] {
  padding-left: 8%;
  padding-right: 8%;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.\!pb-\[80px\] {
  padding-bottom: 80px !important;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pr-\[25px\] {
  padding-right: 25px;
}
.pr-\[30px\] {
  padding-right: 30px;
}
.pr-\[40px\] {
  padding-right: 40px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[2\.3rem\] {
  font-size: 2.3rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[45px\] {
  font-size: 45px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-\[55px\] {
  font-size: 55px;
}
.text-\[5rem\] {
  font-size: 5rem;
}
.text-\[6rem\] {
  font-size: 6rem;
}
.text-\[70px\] {
  font-size: 70px;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[1\.7\] {
  line-height: 1.7;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.text-\[\#6E46CF\] {
  --tw-text-opacity: 1;
  color: rgb(110 70 207 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-purple {
  --tw-text-opacity: 1;
  color: rgb(110 70 207 / var(--tw-text-opacity));
}
.text-purple2 {
  --tw-text-opacity: 1;
  color: rgb(231 230 246 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 224 65 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-\[\.55\] {
  opacity: .55;
}
.opacity-\[\.75\] {
  opacity: .75;
}
.opacity-\[\.7\] {
  opacity: .7;
}
.shadow-\[0px_2px_10px_\#0003\] {
  --tw-shadow: 0px 2px 10px #0003;
  --tw-shadow-colored: 0px 2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Custom SCSS styles - auto-injected from style.scss */
@font-face {
  font-family: 'ProximaNova';
  src: url('/static/fonts/proximanova-regular-webfont.woff2') format('woff2'),
       url('/static/fonts/proximanova-regular-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('/static/fonts/proximanova-regular-webfont.woff2') format('woff2'),
       url('/static/fonts/proximanova-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RobotoSlab';
  src: url('/static/fonts/RobotoSlab-Bold.woff2') format('woff2'),
       url('/static/fonts/RobotoSlab-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RobotoSlab';
  src: url('/static/fonts/RobotoSlab-SemiBold-section3.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-family: 'ProximaNova',sans-serif;
}
header {
  z-index: 99;
  display: flex;
  height: 70px;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 640px;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'RobotoSlab',sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
h2 {
  font-size: 55px;
}
h3 {
  font-size: 45px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 22px;
}
p {
  line-height: 1.7;
}
.site_copy > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.site_copy {
  padding-top: 80px;
  padding-bottom: 80px;
}
.btn_download {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 65 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 40px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(110 70 207 / var(--tw-text-opacity));
  span {
    margin-right: 40px;
  }
  span {
    height: 100%;
  }
  span {
    border-right-width: 2px;
  }
  span {
    --tw-border-opacity: 1;
    border-right-color: rgb(110 70 207 / var(--tw-border-opacity));
  }
  span {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  span {
    padding-right: 30px;
  }
  span {
    font-size: 2rem;
  }
  span {
    font-family: 'RobotoSlab',sans-serif;
  }
  &:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(188 169 233 / var(--tw-bg-opacity));
  }
}
.btn_yellow {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 65 / var(--tw-bg-opacity));
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(110 70 207 / var(--tw-text-opacity));
    font-family: 'RobotoSlab',sans-serif;
  &:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(188 169 233 / var(--tw-bg-opacity));
  }
}
.btn_purple {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(110 70 207 / var(--tw-bg-opacity));
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 224 65 / var(--tw-text-opacity));
    font-family: 'RobotoSlab',sans-serif;
  &:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(188 169 233 / var(--tw-bg-opacity));
  }
  &:hover {
    --tw-text-opacity: 1;
    color: rgb(110 70 207 / var(--tw-text-opacity));
  }
}
.welcome {
  .video {
    height: 100dvh;
  }
  .video {
    width: 100%;
  }
  .video {
    --tw-bg-opacity: 1;
    background-color: rgb(255 224 65 / var(--tw-bg-opacity));
  }
}
.welcome_copy {
  box-sizing: border-box;
  width: min(978px, calc(100% - 48px));
  margin: 0 auto;
  padding: 66px 0 64px;
}
.welcome_copy__intro {
  margin: 0;
  color: #606060;
  font-family: 'ProximaNova', sans-serif;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.25px;
  line-height: 1.456;
}
.welcome_chapters {
  width: -moz-max-content;
  width: max-content;
  margin: 55px auto 0;
  transform: translateX(-10px);
  ul {
    display: grid;
    grid-template-columns: repeat(3, 218px);
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
.welcome_chapter {
  height: 266px;
  overflow: hidden;
  border-radius: 10px;
  a {
    display: flex;
    height: 100%;
    box-sizing: border-box;
    flex-direction: column;
    padding: 42px 18px 13px;
    color: #6e46cf;
    text-decoration: none;
  }
  a:focus-visible {
    outline: 4px solid #6e46cf;
    outline-offset: -4px;
  }
}
.welcome_chapter--home {
  background: #e7e6f6;
}
.welcome_chapter--road {
  background: #ffe041;
}
.welcome_chapter--future {
  background: #c5b5ec;
}
.welcome_chapter__icon {
  display: flex;
  width: 100%;
  height: 129px;
  flex: 0 0 129px;
  align-items: center;
  justify-content: center;
  img {
    display: block;
  }
}
.welcome_chapter--home .welcome_chapter__icon img {
  width: 137px;
  height: 129px;
}
.welcome_chapter--road .welcome_chapter__icon img {
  width: 128px;
  height: 121px;
  transform: translateY(5px);
}
.welcome_chapter--future .welcome_chapter__icon img {
  width: 121px;
  height: 121px;
  transform: translateY(5px);
}
.welcome_chapter__title {
  margin-top: 32px;
  color: #6e46cf;
  font-family: 'RobotoSlab', serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}
.chapter-anchor {
  scroll-margin-top: 24px;
}
.energy-home {
  background: #6e46cf;
}
.energy-home__inner {
  box-sizing: border-box;
  width: min(978px, calc(100% - 48px));
  margin: 0 auto;
  padding: 50px 0 55px;
}
.energy-home__heading {
  display: flex;
  align-items: flex-start;
}
.energy-home__icon {
  display: block;
  width: 176px;
  height: 167px;
  flex: 0 0 176px;
  background: #ffe041;
  -webkit-mask: var(--energy-home-icon) center / contain no-repeat;
  mask: var(--energy-home-icon) center / contain no-repeat;
}
.energy-home__heading h2 {
  margin: 0 0 0 22px;
  color: #fff;
  font-family: 'RobotoSlab', serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 1.125;
}
.energy-home__heading h2 span {
  display: block;
}
.energy-home__heading-accent {
  color: #ffe041;
}
.energy-home__copy {
  margin-top: 25px;
}
.energy-home__copy p {
  margin: 0;
  color: #fff;
  font-family: 'ProximaNova', sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 1.456;
}
.energy-home__copy p + p {
  margin-top: 36px;
}
.energy-road .energy-home__icon {
  -webkit-mask-position: left 3px;
  mask-position: left 3px;
  -webkit-mask-size: 163px 163px;
  mask-size: 163px 163px;
}
.energy-road .energy-home__heading h2 {
  margin-left: 24px;
}
.energy-road .energy-home__copy p {
  font-size: 24px;
  line-height: 1.48;
}
.key_statistic {
  --tw-bg-opacity: 1;
  background-color: rgb(231 230 246 / var(--tw-bg-opacity));
  padding-bottom: 100px;
  .copy > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  h3 {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(125 125 125 / var(--tw-text-opacity));
  }
}
.statistic_wrap {
  height: 600px;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(110 70 207 / var(--tw-bg-opacity));
  --tw-shadow: 0px 2px 10px #0003;
  --tw-shadow-colored: 0px 2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  .statistic_view {
    height: 80%;
  }
  .statistic_copy {
    display: flex;
  }
  .statistic_copy {
    align-items: center;
  }
  .statistic_copy {
    justify-content: space-between;
  }
  .statistic_copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .statistic_copy {
    h4 {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    button {
      border-radius: 0.5rem;
    }
    button {
      --tw-bg-opacity: 1;
      background-color: rgb(255 224 65 / var(--tw-bg-opacity));
    }
    button {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
    button {
      font-weight: 700;
    }
    button {
      line-height: 2.5rem;
    }
    button {
      --tw-text-opacity: 1;
      color: rgb(110 70 207 / var(--tw-text-opacity));
    }
    button {
      font-family: 'RobotoSlab',sans-serif;
      &:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(188 169 233 / var(--tw-bg-opacity));
      }
    }
  }
}
.section_switcher {
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 65 / var(--tw-bg-opacity));
  padding-top: 80px;
  .copy > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }
  .copy {
    & > p {
      --tw-text-opacity: 1;
      color: rgb(0 0 0 / var(--tw-text-opacity));
    }
    & > p {
      opacity: .55;
    }
  }
  .copy_with_img {
    display: flex;
  }
  .copy_with_img {
    gap: 40px;
  }
  .copy_with_img {
    padding-left: 8%;
    padding-right: 8%;
  }
  .copy_with_img {
    padding-bottom: 80px;
  }
  .copy_with_img {
    p {
      font-weight: 400;
    }
    p {
      line-height: 1.5;
    }
    p {
      --tw-text-opacity: 1;
      color: rgb(110 70 207 / var(--tw-text-opacity));
    }
    p {
      font-family: 'RobotoSlab';
    }
    article {
      flex: 1 1 0%;
    }
    article > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(30px * var(--tw-space-y-reverse));
    }
  }
  .interactive {
    --tw-bg-opacity: 1;
    background-color: rgb(231 230 246 / var(--tw-bg-opacity));
  }
  .interactive {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .interactive_wrap {
    min-height: 400px;
  }
}
.card_switcher {
  margin-left: -50px;
  margin-right: -50px;
  display: flex;
  gap: 15px;
  li {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  li {
    flex: 1 1 0%;
  }
  li {
    border-radius: 12px;
  }
  li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  li {
    padding-top: 30px;
  }
  li {
    padding-bottom: 2rem;
  }
  li {
    --tw-shadow: 0px 2px 10px #0003;
    --tw-shadow-colored: 0px 2px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  li {
    .percentages {
      margin-bottom: 2.5rem;
    }
    .percentages {
      display: flex;
    }
    .percentages {
      justify-content: space-between;
    }
    .percentages {
      span {
        width: 50%;
      }
      span {
        flex: 1 1 0%;
      }
      span {
        text-align: left;
      }
      span {
        font-size: 40px;
      }
      span {
        font-weight: 700;
      }
      span {
        line-height: 1;
      }
      span {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      span {
        opacity: 0.8;
      }
      span {
        font-family: 'RobotoSlab', sans-serif;
        &.highlight {
          --tw-text-opacity: 1;
          color: rgb(255 224 65 / var(--tw-text-opacity));
        }
        &.highlight {
          opacity: 1;
        }
      }
    }
    .bar-chart-wrapper {
      position: relative;
    }
    .bar-chart-wrapper {
      height: 220px;
    }
    .bar-chart {
      position: relative;
    }
    .bar-chart {
      z-index: 10;
    }
    .bar-chart {
      display: flex;
    }
    .bar-chart {
      height: 100%;
    }
    .bar-chart {
      align-items: flex-end;
    }
    .bar-chart {
      .bar {
        width: 50%;
      }
      .bar {
        &.bar-nederland {
          --tw-bg-opacity: 1;
          background-color: rgb(255 224 65 / var(--tw-bg-opacity));
        }
        &.bar-jongeren {
          --tw-bg-opacity: 1;
          background-color: rgb(231 230 246 / var(--tw-bg-opacity));
        }
      }
    }
    .grid-lines {
      pointer-events: none;
    }
    .grid-lines {
      position: absolute;
    }
    .grid-lines {
      inset: 0px;
    }
    .grid-lines {
      margin-left: -20px;
      margin-right: -20px;
    }
    .grid-lines {
      display: flex;
    }
    .grid-lines {
      flex-direction: column;
    }
    .grid-lines {
      justify-content: space-between;
    }
    .grid-lines {
      span {
        width: 100%;
      }
      span {
        border-top-width: 1px;
      }
      span {
        border-style: dotted;
      }
      span {
        --tw-border-opacity: 1;
        border-color: rgb(255 255 255 / var(--tw-border-opacity));
      }
      span {
        --tw-border-opacity: 0.7;
      }
    }
    .labels {
      display: flex;
    }
    .labels {
      justify-content: space-between;
    }
    .labels {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }
    .labels {
      div {
        display: flex;
      }
      div {
        flex: 1 1 0%;
      }
      div {
        align-items: center;
      }
      div {
        gap: 0.5rem;
      }
      div {
        p {
          font-size: 14px;
        }
        p {
          --tw-text-opacity: 1;
          color: rgb(231 230 246 / var(--tw-text-opacity));
        }
        p {
          font-family: 'RobotoSlab',sans-serif;
        }
      }
    }
    h5 {
      padding-top: 2.5rem;
    }
    h5 {
      font-size: 23px;
    }
    h5 {
      line-height: 1.3;
    }
  }
  li.bg-light-purple {
    .percentages span.highlight {
      --tw-text-opacity: 1;
      color: rgb(110 70 207 / var(--tw-text-opacity));
    }
    .bar-chart {
      .bar {
        &.bar-nederland {
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }
        &.bar-jongeren {
          --tw-bg-opacity: 1;
          background-color: rgb(110 70 207 / var(--tw-bg-opacity));
        }
      }
    }
    .grid-lines {
      span {
        --tw-border-opacity: 1;
        border-color: rgb(110 70 207 / var(--tw-border-opacity));
      }
      span {
        --tw-border-opacity: 0.5;
      }
    }
    .labels {
      div {
        .indicator {
          &.indicator-nederland {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
          }
          &.indicator-jongeren {
            --tw-bg-opacity: 1;
            background-color: rgb(110 70 207 / var(--tw-bg-opacity));
          }
        }
        p {
          --tw-text-opacity: 1;
          color: rgb(110 70 207 / var(--tw-text-opacity));
        }
      }
    }
  }
}
.section_quiz {
  --tw-bg-opacity: 1;
  background-color: rgb(110 70 207 / var(--tw-bg-opacity));
  padding-top: 100px;
  padding-bottom: 100px;
  .copy > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .copy {
    h4 {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    h4 {
      opacity: .75;
    }
    & > p {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    & > p {
      opacity: .75;
    }
  }
  .interactive {
    margin-top: 50px;
  }
}
.quiz-container {
  position: relative;
}
.quiz-explanation {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  &.hidden {
    display: none;
  }
}
.quiz-explanation-icon {
  flex-shrink: 0;
  svg {
    width: 48px;
    height: 48px;
  }
}
.quiz-explanation-content {
  flex: 1 1 0%;
}
.quiz-explanation-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}
.quiz-explanation-content {
  font-family: 'RobotoSlab', sans-serif;
  p {
    line-height: 1.5;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(231 230 246 / var(--tw-text-opacity));
  }
}
.quiz-percentage-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 25px;
  .quiz-percentage {
    padding: 0;
  }
}
.quiz-tooltip {
  position: absolute;
  top: 160%;
  right: 10px;
  background: #6e46cf;
  color: white;
  padding: 10px 20px;
  border-radius: 12px;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 10;
  width: -moz-max-content;
  width: max-content;
}
.quiz-tooltip::after {
  content: '';
  position: absolute;
  top: -35px;
  left: 63%;
  transform: translateX(-50%) rotate(200deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 50px 30px;
  border-color: transparent transparent transparent #6e46cf;
}
.quiz-tooltip.hidden {
  display: none;
}
.quiz-tooltip-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.quiz-tooltip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFE041;
  svg {
    width: 20px;
    height: 20px;
  }
}
.quiz-tooltip-text {
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: 'RobotoSlab', sans-serif;
}
.interactive-quiz > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.interactive-quiz {
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 65 / var(--tw-bg-opacity));
  --tw-shadow: 0px 2px 10px #0003;
  --tw-shadow-colored: 0px 2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  li {
    display: flex;
  }
  li {
    align-items: center;
  }
  li {
    border-bottom-width: 1px;
  }
  li {
    --tw-border-opacity: 1;
    border-color: rgb(110 70 207 / var(--tw-border-opacity));
  }
  li {
    --tw-border-opacity: 0.2;
  }
  li {
    transition: all 0.3s ease;
    position: relative;
    &:last-child {
      border-bottom-width: 0px;
    }
    .letter {
      padding-top: 0.25rem;
    }
    .letter {
      text-align: center;
    }
    .letter {
      font-size: 20px;
    }
    .letter {
      font-weight: 700;
    }
    .letter {
      line-height: 1;
    }
    .letter {
      --tw-text-opacity: 1;
      color: rgb(110 70 207 / var(--tw-text-opacity));
    }
    .letter {
      font-family: 'RobotoSlab', sans-serif;
      min-width: 60px;
    }
    .answer-text {
      flex: 1 1 0%;
    }
    .answer-text {
      border-left-width: 1px;
    }
    .answer-text {
      --tw-border-opacity: 1;
      border-color: rgb(110 70 207 / var(--tw-border-opacity));
    }
    .answer-text {
      --tw-border-opacity: 0.2;
    }
    .answer-text {
      padding: 25px;
    }
    .answer-text {
      p {
        line-height: 1.5;
      }
      p {
        --tw-text-opacity: 1;
        color: rgb(110 70 207 / var(--tw-text-opacity));
      }
      p {
        font-family: 'RobotoSlab', sans-serif;
      }
    }
    .quiz-percentage {
      padding-right: 25px;
    }
    .quiz-percentage {
      font-size: 25px;
    }
    .quiz-percentage {
      font-weight: 700;
    }
    .quiz-percentage {
      --tw-text-opacity: 1;
      color: rgb(110 70 207 / var(--tw-text-opacity));
    }
    .quiz-percentage {
      font-family: 'RobotoSlab', sans-serif;
      min-width: 80px;
      text-align: right;
      &.hidden {
        display: none;
      }
    }
    .quiz-percentage-wrapper .quiz-percentage {
      padding: 0;
    }
    &:hover {
      cursor: pointer;
    }
    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #C4B5FD;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
      z-index: 0;
    }
    &:hover::before {
      transform: scaleX(1);
    }
    .letter,
    .answer-text,
    .quiz-percentage,
    .quiz-percentage-wrapper {
      position: relative;
      z-index: 1;
    }
    &.selected {
      background: rgba(124, 58, 237, 0.1);
    }
    &.quiz-correct {
      background: #C4B5FD;
    }
    &.quiz-incorrect {
      background: #C4B5FD;
    }
  }
}
.section_savings {
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 65 / var(--tw-bg-opacity));
  .copy > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  h3 {
    --tw-text-opacity: 1;
    color: rgb(110 70 207 / var(--tw-text-opacity));
  }
  .interactive {
    --tw-bg-opacity: 1;
    background-color: rgb(231 230 246 / var(--tw-bg-opacity));
  }
  .interactive {
    .copy {
      p {
        opacity: .7;
      }
    }
  }
  .interactive_wrap {
    min-height: 400px;
  }
}
.section_beliefcheck {
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 65 / var(--tw-bg-opacity));
  .copy > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  h3 {
    --tw-text-opacity: 1;
    color: rgb(110 70 207 / var(--tw-text-opacity));
  }
  .interactive {}
  .interactive_wrap {}
}
.section_cta {
  .container {
    width: min(978px, calc(100% - 48px));
  }
  h2 {
    white-space: nowrap;
  }
}
.cta_download {
  font-family: 'RobotoSlab', sans-serif;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(110 70 207 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  &:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(188 169 233 / var(--tw-bg-opacity));
  }
  &:hover {
    --tw-text-opacity: 1;
    color: rgb(110 70 207 / var(--tw-text-opacity));
  }
}
.section_complexity {
  margin-top: -80px;
}
@font-face {
  font-family: 'ProximaNovaContractBold';
  src: url('/static/fonts/ProximaNova-Bold.woff2') format('woff2'),
       url('/static/fonts/ProximaNova-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.contract-distribution {
  height: 805px;
  overflow: hidden;
  background: #e7e6f6;
  color: #6e46cf;
}
.contract-distribution__inner {
  box-sizing: border-box;
  width: min(978px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  padding-top: 60.8px;
}
.contract-distribution__copy h2 {
  margin: 0;
  color: #6e46cf;
  font-family: 'RobotoSlab', serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 0.988;
}
.contract-distribution__copy p {
  margin: 21px 0 0;
  color: #6e46cf;
  font-family: 'ProximaNova', sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 1.456;
}
.contract-distribution__grid {
  position: relative;
  display: grid;
  width: 923.05px;
  grid-template-columns: repeat(4, 220px);
  gap: 14.35px;
  margin: 35.6px 0 0 10.7px;
}
.contract-card {
  --contract-guess-height: 193.85px;
  min-width: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.contract-card__stage {
  position: relative;
  height: 236px;
}
.contract-card__guess {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 2;
  cursor: ns-resize;
  touch-action: none;
}
.contract-card__stack {
  position: absolute;
  bottom: 0;
  left: 80.3px;
  display: block;
  width: 146.8px;
  height: var(--contract-guess-height);
  overflow: hidden;
  opacity: 0;
  transition: height 120ms ease-out;
}
.contract-card__stack.is-ready {
  opacity: 1;
}
.contract-card__stack-body {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 219.05px;
  max-width: none;
}
.contract-card__guess input {
  position: absolute;
  z-index: 3;
  bottom: -7px;
  left: 69px;
  width: 168px;
  height: 250px;
  margin: 0;
  opacity: 0;
  direction: rtl;
  pointer-events: none;
  writing-mode: vertical-lr;
}
.contract-card.is-dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.contract-card.is-dragging .contract-card__stack,
.contract-card.is-dragging .contract-card__value--guess {
  transition: none;
}
.contract-card__value {
  position: absolute;
  z-index: 4;
  width: 76px;
  color: #6e46cf;
  font-family: 'RobotoSlab', serif;
  font-size: 27.7px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.contract-card__value--guess {
  bottom: calc(2px + var(--contract-guess-height));
  left: 133.1px;
  transition: bottom 120ms ease-out;
}
.contract-card__name {
  display: flex;
  width: 146.8px;
  height: 33.25px;
  align-items: center;
  justify-content: center;
  margin: 33px 0 0 43.75px;
  border-radius: 10px;
  background: #6e46cf;
  color: #ffe041;
  font-family: 'RobotoSlab', serif;
  font-size: 15.24px;
  font-weight: 700;
  line-height: 1;
}
.contract-card__hand {
  position: absolute;
  z-index: 5;
  top: 119.5px;
  left: min(938px, calc(100vw - 112px));
  width: 48.5px;
  height: 44.8px;
  pointer-events: none;
  animation: contract-hand-nudge 1.35s ease-in-out infinite;
  transition: opacity 180ms ease;
}
.contract-card__hand.is-hidden {
  opacity: 0;
  animation: none;
}
.contract-distribution__submit {
  display: flex;
  width: 185.75px;
  height: 53.6px;
  align-items: center;
  justify-content: center;
  margin: 24.6px auto 0;
  border: 0;
  border-radius: 10px;
  background: #ffe041;
  color: #6e46cf;
  cursor: pointer;
  font-family: 'RobotoSlab', serif;
  font-size: 19.66px;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-20.9px);
  transition: background-color 180ms ease, transform 180ms ease;
}
.contract-distribution__submit:hover {
  background: #ffdc24;
}
.contract-distribution__submit:focus-visible {
  outline: 3px solid #6e46cf;
  outline-offset: 3px;
}
.contract-distribution__submit:disabled {
  cursor: default;
}
.contract-distribution__tip {
  display: flex;
  width: 760px;
  align-items: flex-start;
  gap: 15.9px;
  margin: 35.5px auto 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 320ms ease 280ms, transform 420ms ease 280ms, visibility 0s linear 700ms;
}
.contract-distribution__tip img {
  width: 43.5px;
  height: 65.1px;
  flex: 0 0 43.5px;
}
.contract-distribution__tip p {
  margin: -1px 0 0;
  color: #6e46cf;
  font-family: 'ProximaNovaContractBold', 'ProximaNova', sans-serif;
  font-size: 19.69px;
  font-weight: 700;
  line-height: 1.273;
}
.contract-distribution.is-answered .contract-card__stack,
.contract-distribution.is-answered .contract-card__value--guess {
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.contract-distribution.is-answered .contract-card__hand {
  opacity: 0;
  animation: none;
}
.contract-distribution.is-answered .contract-distribution__tip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 720ms, 720ms, 0s;
}
@keyframes contract-hand-nudge {
  0%, 100% { transform: translateY(4px); }
  50% { transform: translateY(-5px); }
}
@media (prefers-reduced-motion: reduce) {
  .contract-card__stack,
  .contract-card__value--guess,
  .contract-card__hand,
  .contract-distribution__tip {
    animation: none;
    transition: none;
  }
}
@media (max-width: 767px) {
  .contract-distribution {
    height: auto;
    overflow: hidden;
  }
  .contract-distribution__inner {
    width: calc(100% - 30px);
    padding: 44px 0 42px;
  }
  .contract-distribution__copy h2 {
    font-size: 34px;
    line-height: 1.04;
  }
  .contract-distribution__copy p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.55;
    br {
      display: none;
    }
  }
  .contract-distribution__grid {
    width: 330px;
    grid-template-columns: repeat(2, 158px);
    gap: 34px 14px;
    margin: 34px auto 0;
  }
  .contract-card__stage {
    width: 220px;
    height: 236px;
    margin-bottom: -66px;
    transform: scale(0.72);
    transform-origin: left top;
  }
  .contract-card__name {
    width: 118px;
    height: 31px;
    margin: 25px auto 0;
    font-size: 14px;
  }
  .contract-card__hand {
    top: 330px;
    right: auto;
    left: 5px;
    display: block;
    width: 38px;
    height: auto;
  }
  .contract-distribution__submit {
    width: 176px;
    height: 51px;
    margin-top: 38px;
    font-size: 18px;
    transform: none;
  }
  .contract-distribution__tip {
    width: 100%;
    gap: 13px;
    margin-top: 32px;
  }
  .contract-distribution__tip img {
    width: 38px;
    height: 57px;
    flex-basis: 38px;
  }
  .contract-distribution__tip p {
    font-size: 17px;
    line-height: 1.42;
    br {
      display: none;
    }
  }
}
.age-contracts {
  height: 1013px;
  overflow: hidden;
  background: #ffe041;
  color: #6e46cf;
}
.age-contracts__inner {
  box-sizing: border-box;
  width: min(978px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  padding-top: 67.8px;
}
.age-contracts__header {
  display: block;
  height: auto;
  background: transparent;
}
.age-contracts__header h2 {
  margin: 0;
  color: #6e46cf;
  font-family: 'RobotoSlab', serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 0.988;
}
.age-contracts__header p {
  margin: 17.2px 0 0;
  color: #6e46cf;
  font-family: 'ProximaNova', sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.456;
}
.age-contracts__quiz {
  width: 691.35px;
  height: 499.85px;
  margin: 26.35px 0 0 129.8px;
  overflow: hidden;
  border-radius: 10px;
  background: #6e46cf;
}
.age-contracts__allocation {
  position: relative;
  display: flex;
  width: 100%;
  height: 358.45px;
  overflow: hidden;
  background: #fff;
}
.age-contracts__segment {
  position: relative;
  flex: 0 0 25%;
  min-width: 0;
  height: 100%;
  transition: flex-basis 900ms cubic-bezier(0.22, 1, 0.36, 1);
}
.age-contracts.is-adjusting .age-contracts__segment,
.age-contracts.is-adjusting .age-contracts__divider,
.age-contracts.is-adjusting .age-contracts__document {
  transition-duration: 0s;
}
.age-contracts__segment--white {
  background: #fff;
}
.age-contracts__segment--lavender {
  background: #a78fe2;
}
.age-contracts__segment--violet {
  background: #9d85de;
}
.age-contracts__document {
  position: absolute;
  top: 48.7%;
  left: 50%;
  width: 85.1px;
  height: 114px;
  transform: translate(-50%, -50%) scale(var(--age-document-scale, 1));
  transform-origin: center;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}
.age-contracts__document img {
  display: block;
  width: 100%;
  height: 100%;
}
.age-contracts__document span {
  position: absolute;
  top: 48.8px;
  left: 50%;
  width: 74px;
  overflow: hidden;
  color: #6e46cf;
  font-family: 'RobotoSlab', serif;
  font-size: 11.06px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: translateX(-50%);
}
.age-contracts__percent {
  position: absolute;
  right: 0;
  bottom: 15.75px;
  left: 0;
  color: #6e46cf;
  font-family: 'RobotoSlab', serif;
  font-size: 26.55px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.age-contracts__divider {
  position: absolute;
  z-index: 3;
  top: 170.85px;
  display: block;
  width: 22.45px;
  height: 22.45px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: ew-resize;
  touch-action: none;
  transform: translate(-50%, -50%);
  transition: left 900ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 160ms ease;
}
.age-contracts__divider::before,
.age-contracts__divider::after {
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 1px;
  background: #6e46cf;
  content: '';
  transform: translateX(-50%);
}
.age-contracts__divider::before {
  top: -159.625px;
  height: 159.625px;
}
.age-contracts__divider::after {
  top: 22.45px;
  height: 176.375px;
}
.age-contracts__divider img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.age-contracts__divider:nth-of-type(1) { left: 25%; }
.age-contracts__divider:nth-of-type(2) { left: 50%; }
.age-contracts__divider:nth-of-type(3) { left: 75%; }
.age-contracts__divider:hover,
.age-contracts__divider:focus-visible,
.age-contracts__divider.is-dragging {
  box-shadow: 0 0 0 4px rgba(110, 70, 207, 0.18);
  outline: 0;
}
.age-contracts__divider:disabled {
  cursor: default;
}
.age-contracts__footer {
  position: relative;
  z-index: 5;
  height: 141.4px;
  margin-top: -1px;
  background: #6e46cf;
}
.age-contracts__footer h3 {
  position: absolute;
  top: 25.65px;
  left: 26.8px;
  margin: 0;
  color: #ffe041;
  font-family: 'RobotoSlab', serif;
  font-size: 26.55px;
  font-weight: 700;
  line-height: 1.2;
}
.age-contracts__answer {
  position: absolute;
  top: 72.8px;
  right: 25.7px;
  display: flex;
  width: 185.7px;
  height: 53.6px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  background: #ffe041;
  color: #6e46cf;
  cursor: pointer;
  font-family: 'RobotoSlab', serif;
  font-size: 19.66px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 180ms ease, transform 180ms ease;
}
.age-contracts__answer:hover {
  background: #ffdc24;
  transform: translateY(-1px);
}
.age-contracts__answer:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.age-contracts__answer:disabled {
  cursor: default;
  transform: none;
}
.age-contracts__tip {
  display: flex;
  width: 882px;
  align-items: flex-start;
  gap: 18.85px;
  margin: 44.75px 0 0 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 320ms ease 620ms, transform 420ms ease 620ms, visibility 0s linear 1040ms;
}
.age-contracts__tip img {
  width: 43.5px;
  height: 65.1px;
  flex: 0 0 43.5px;
}
.age-contracts__tip p {
  margin: -0.4px 0 0;
  color: #6e46cf;
  font-family: 'ProximaNovaContractBold', 'ProximaNova', sans-serif;
  font-size: 19.69px;
  font-weight: 700;
  line-height: 1.273;
}
.age-contracts.is-answered .age-contracts__tip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 620ms, 620ms, 0s;
}
@media (prefers-reduced-motion: reduce) {
  .age-contracts__segment,
  .age-contracts__divider,
  .age-contracts__tip {
    transition: none;
  }
}
@media (max-width: 767px) {
  .age-contracts {
    height: auto;
  }
  .age-contracts__inner {
    width: calc(100% - 30px);
    padding: 44px 0 46px;
  }
  .age-contracts__header h2 {
    font-size: 34px;
    line-height: 1.04;
  }
  .age-contracts__header p br,
  .age-contracts__tip p br {
    display: none;
  }
  .age-contracts__header p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
  }
  .age-contracts__quiz {
    width: 100%;
    height: auto;
    margin: 34px 0 0;
  }
  .age-contracts__allocation {
    height: 276px;
  }
  .age-contracts__document {
    top: 84px;
    width: 60px;
    height: 80.4px;
  }
  .age-contracts__document span {
    top: 34.5px;
    width: 53px;
    font-size: 8px;
  }
  .age-contracts__percent {
    bottom: 18px;
    font-size: clamp(17px, 5.3vw, 22px);
  }
  .age-contracts__divider {
    top: 130px;
    width: 20px;
    height: 20px;
  }
  .age-contracts__divider::before,
  .age-contracts__divider::after {
    height: auto;
  }
  .age-contracts__divider::before {
    top: -120px;
    height: 120px;
  }
  .age-contracts__divider::after {
    top: 20px;
    height: 136px;
  }
  .age-contracts__footer {
    display: flex;
    height: auto;
    min-height: 154px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 18px;
  }
  .age-contracts__footer h3,
  .age-contracts__answer {
    position: static;
  }
  .age-contracts__footer h3 {
    font-size: 20px;
    line-height: 1.2;
  }
  .age-contracts__answer {
    width: 132px;
    height: 48px;
    flex: 0 0 132px;
    font-size: 17px;
  }
  .age-contracts__tip {
    width: 100%;
    gap: 14px;
    margin: 34px 0 0;
  }
  .age-contracts__tip img {
    width: 36px;
    height: auto;
    flex-basis: 36px;
  }
  .age-contracts__tip p {
    font-size: 16px;
    line-height: 1.35;
  }
}
@media (max-width: 420px) {
  .age-contracts__footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .age-contracts__answer {
    align-self: flex-end;
  }
}
.contract-confidence {
  height: 927.1px;
  overflow: hidden;
  background: #6e46cf;
  color: #fff;
}
.contract-confidence__inner {
  position: relative;
  box-sizing: border-box;
  width: min(978px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
}
.contract-confidence__header {
  position: absolute;
  top: 58.9px;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
}
.contract-confidence__header h2 {
  margin: 0;
  color: #ffe041;
  font-family: 'RobotoSlab', serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}
.contract-confidence__header p {
  margin: 22.1px 0 0;
  color: #fff;
  font-family: 'ProximaNova', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.456;
}
.contract-confidence__choices {
  position: absolute;
  top: 237.3px;
  left: 158.2px;
  display: grid;
  width: 666.5px;
  height: 378.2px;
  grid-template-columns: repeat(3, 1fr);
}
.contract-confidence__choice {
  --confidence-scale: 0.8885;
  position: relative;
  min-width: 0;
  height: 100%;
  cursor: ew-resize;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.contract-confidence__percent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: #ffe041;
  font-family: 'RobotoSlab', serif;
  font-size: 60.64px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.contract-confidence__plug-stage {
  position: absolute;
  top: 75.5px;
  left: 50%;
  width: 151.3px;
  height: 244.53px;
  overflow: visible;
  transform: translateX(-50%);
}
.contract-confidence__plug {
  display: block;
  width: 151.3px;
  height: 244.53px;
  transform: scale(var(--confidence-scale));
  transform-origin: center;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}
.contract-confidence__choice.is-dragging {
  cursor: grabbing;
}
.contract-confidence__description {
  position: absolute;
  top: 342px;
  right: 0;
  left: 0;
  color: #fff;
  font-family: 'RobotoSlab', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.contract-confidence__description--happy {
  color: #ffe041;
}
.contract-confidence__description--sad {
  color: #c2b4e8;
}
.contract-confidence__control {
  position: absolute;
  top: 374px;
  left: 50%;
  width: 58.71px;
  height: 44.47px;
  transform: translateX(-50%);
}
.contract-confidence__control > img {
  display: block;
  width: 58.71px;
  height: 44.47px;
  pointer-events: none;
}
.contract-confidence__control input {
  position: absolute;
  z-index: 2;
  top: -8px;
  left: -15px;
  width: 88.71px;
  height: 59px;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  touch-action: none;
}
.contract-confidence__answer {
  position: absolute;
  top: 663.87px;
  left: 402.42px;
  display: flex;
  width: 185.72px;
  height: 53.61px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  background: #ffe041;
  color: #6e46cf;
  cursor: pointer;
  font-family: 'RobotoSlab', serif;
  font-size: 19.66px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 180ms ease, transform 180ms ease;
}
.contract-confidence__answer:hover {
  background: #ffdc24;
  transform: translateY(-1px);
}
.contract-confidence__answer:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.contract-confidence__answer:disabled {
  cursor: default;
  transform: none;
}
.contract-confidence__tip {
  position: absolute;
  top: 764.3px;
  left: 61.98px;
  display: flex;
  width: 900px;
  align-items: flex-start;
  gap: 17.37px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 320ms ease 620ms, transform 420ms ease 620ms, visibility 0s linear 1040ms;
}
.contract-confidence__tip > img {
  width: 43.5px;
  height: 65.1px;
  flex: 0 0 43.5px;
  margin-top: 0;
  filter: brightness(0) invert(1);
}
.contract-confidence__tip p {
  margin: 0;
  color: #fff;
  font-family: 'ProximaNovaContractBold', 'ProximaNova', sans-serif;
  font-size: 19.69px;
  font-weight: 700;
  line-height: 1.273;
}
.contract-confidence__tip p + p {
  margin-top: 25.05px;
}
.contract-confidence.is-answered .contract-confidence__tip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 620ms, 620ms, 0s;
}
@media (prefers-reduced-motion: reduce) {
  .contract-confidence__plug,
  .contract-confidence__tip {
    transition: none;
  }
}
@media (max-width: 767px) {
  .contract-confidence {
    height: auto;
  }
  .contract-confidence__inner {
    width: calc(100% - 30px);
    padding: 44px 0 48px;
  }
  .contract-confidence__header,
  .contract-confidence__choices,
  .contract-confidence__answer,
  .contract-confidence__tip {
    position: static;
  }
  .contract-confidence__header h2 {
    font-size: 34px;
    line-height: 1.04;
  }
  .contract-confidence__header p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
  }
  .contract-confidence__header p br,
  .contract-confidence__tip p br {
    display: none;
  }
  .contract-confidence__choices {
    width: 100%;
    height: 306px;
    margin-top: 28px;
  }
  .contract-confidence__percent {
    font-size: clamp(32px, 10vw, 42px);
  }
  .contract-confidence__plug-stage {
    top: 55px;
    width: 103px;
    height: 166.45px;
  }
  .contract-confidence__plug {
    width: 103px;
    height: 166.45px;
  }
  .contract-confidence__control {
    top: 266px;
    width: 47px;
    height: 36px;
  }
  .contract-confidence__description {
    top: 238px;
    font-size: 15px;
    line-height: 1.2;
  }
  .contract-confidence__control > img {
    width: 47px;
    height: 36px;
  }
  .contract-confidence__control input {
    top: -9px;
    left: -12px;
    width: 71px;
    height: 54px;
  }
  .contract-confidence__answer {
    width: 176px;
    height: 51px;
    margin: 32px auto 0;
    font-size: 18px;
  }
  .contract-confidence__tip {
    width: 100%;
    gap: 14px;
    margin-top: 36px;
  }
  .contract-confidence__tip > img {
    width: 36px;
    height: auto;
    flex-basis: 36px;
    margin-top: 0;
  }
  .contract-confidence__tip p {
    font-size: 16px;
    line-height: 1.35;
  }
  .contract-confidence__tip p + p {
    margin-top: 18px;
  }
}
.annual-check {
  position: relative;
  height: 1018.5px;
  overflow: hidden;
  background: #e7e6f6;
  color: #6e46cf;
}
.annual-check__inner {
  position: relative;
  width: 978px;
  height: 100%;
  margin: 0 auto;
}
.annual-check__header {
  position: absolute;
  top: 72px;
  left: 0;
  display: block;
  width: 978px;
  height: auto;
  min-height: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  z-index: auto;
}
.annual-check__header h2 {
  margin: 0;
  font-family: 'RobotoSlab', serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 0.99;
  letter-spacing: -0.35px;
}
.annual-check__header p {
  margin: 24px 0 0;
  font-family: 'ProximaNova', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
.annual-check__stage {
  position: absolute;
  top: 435px;
  left: calc(50% - 5px);
  width: 312px;
  height: 460px;
  transform: translateX(-50%);
}
.annual-check__card {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  font-family: 'RobotoSlab', serif;
  box-sizing: border-box;
}
.annual-check__card--question {
  z-index: 3;
  display: flex;
  width: 312px;
  height: 460px;
  padding: 19px 17px 16px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background: #6e46cf;
  color: #ffe041;
  cursor: grab;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translate(calc(-50% + var(--annual-drag-x, 0px)), -50%) rotate(var(--annual-drag-rotation, 0deg));
  transform-origin: 50% 68%;
  transition: transform 260ms ease, opacity 220ms ease;
  will-change: transform, opacity;
}
.annual-check__card--question:focus-visible {
  outline: 3px solid #ffe041;
  outline-offset: 5px;
}
.annual-check__card--question.is-dragging {
  cursor: grabbing;
  transition: none;
}
.annual-check__card--question.is-leaving-left {
  opacity: 0;
  transform: translate(calc(-50% - 560px), -50%) rotate(-18deg);
  transition-duration: 420ms, 260ms;
}
.annual-check__card--question.is-leaving-right {
  opacity: 0;
  transform: translate(calc(-50% + 560px), -50%) rotate(18deg);
  transition-duration: 420ms, 260ms;
}
.annual-check__card--question h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.1px;
}
.annual-check__actions {
  position: relative;
  display: flex;
  height: 62px;
  align-items: flex-end;
  justify-content: space-between;
}
.annual-check__actions button {
  position: relative;
  z-index: 2;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: 'RobotoSlab', serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: color 160ms ease, transform 160ms ease;
}
.annual-check__actions button:hover,
.annual-check__actions button:focus-visible {
  color: #ffe041;
  transform: translateY(-2px);
  outline: none;
}
.annual-check__hand {
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 41px;
  height: 51px;
  transform: translateX(-50%);
  pointer-events: none;
  animation: annual-check-hand 2.2s ease-in-out infinite;
  transition: opacity 160ms ease;
}
.annual-check.has-interacted .annual-check__hand,
.annual-check.is-answered .annual-check__hand {
  opacity: 0;
  animation: none;
}
.annual-check__card--result {
  z-index: 2;
  width: 262px;
  height: 386px;
  padding: 31px 22px 24px;
  border-radius: 9px;
  color: #6e46cf;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease, transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}
.annual-check__card--result > img {
  display: block;
  width: 104px;
  height: 104px;
  margin: 0 auto;
}
.annual-check__card--result h3 {
  margin: 5px 0 4px;
  font-size: 57px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.4px;
}
.annual-check__card--result p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.04px;
}
.annual-check__card--wrong {
  background: #c5b5ec;
  transform: translate(-50%, -50%) rotate(-10deg) scale(0.78);
}
.annual-check__card--correct {
  background: #fff;
  transform: translate(-50%, -50%) rotate(10deg) scale(0.78);
}
.annual-check.is-wrong .annual-check__card--wrong,
.annual-check.is-correct .annual-check__card--correct {
  z-index: 4;
  opacity: 1;
  transform: translate(-50%, -50%) rotate(var(--annual-result-rotation)) scale(1);
}
.annual-check.is-wrong .annual-check__card--wrong {
  --annual-result-rotation: -10deg;
}
.annual-check.is-correct .annual-check__card--correct {
  --annual-result-rotation: 10deg;
}
@keyframes annual-check-hand {
  0%,
  100% {
    transform: translateX(-50%);
  }
  25% {
    transform: translateX(calc(-50% - 8px));
  }
  75% {
    transform: translateX(calc(-50% + 8px));
  }
}
@media (prefers-reduced-motion: reduce) {
  .annual-check__card,
  .annual-check__hand {
    animation: none;
    transition: none;
  }
}
@media (max-width: 767px) {
  .annual-check {
    height: auto;
    min-height: 790px;
    padding: 48px 20px 74px;
  }
  .annual-check__inner {
    width: 100%;
    height: auto;
  }
  .annual-check__header {
    position: static;
    width: 100%;
  }
  .annual-check__header h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.02;
    letter-spacing: -0.25px;
  }
  .annual-check__header p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.45;
  }
  .annual-check__header p br {
    display: none;
  }
  .annual-check__stage {
    position: relative;
    top: auto;
    left: auto;
    width: min(312px, calc(100vw - 40px));
    height: min(460px, calc((100vw - 40px) * 1.47436));
    margin: 54px auto 0;
    transform: none;
  }
  .annual-check__card--question {
    width: 100%;
    height: 100%;
  }
  .annual-check__card--question h3 {
    font-size: clamp(25px, 8vw, 30px);
  }
  .annual-check__card--result {
    width: 84%;
    height: 84%;
    padding: 7.5% 7% 6%;
  }
  .annual-check__card--result > img {
    width: 40%;
    height: auto;
  }
  .annual-check__card--result h3 {
    font-size: clamp(46px, 16vw, 57px);
  }
  .annual-check__card--result p {
    font-size: clamp(11px, 3.6vw, 13px);
    line-height: 1.18;
  }
}
.energy-worries {
  position: relative;
  height: 1117px;
  overflow: hidden;
  background: #ffe041;
  color: #6e46cf;
  --energy-right: 25%;
}
.energy-worries__inner {
  position: relative;
  width: 978px;
  height: 100%;
  margin: 0 auto;
}
.energy-worries__header {
  position: absolute;
  top: 51px;
  left: 0;
  width: 978px;
}
.energy-worries__header h2 {
  margin: 0;
  font-family: 'RobotoSlab', serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.35px;
}
.energy-worries__header p {
  margin: 25px 0 0;
  font-family: 'ProximaNova', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
.energy-worries__card {
  position: absolute;
  top: 314px;
  left: 275px;
  width: 420px;
  height: 618px;
  overflow: hidden;
  border-radius: 10px;
  background: #6e46cf;
  color: #e7e6f6;
  font-family: 'RobotoSlab', serif;
}
.energy-worries__percentages {
  position: absolute;
  top: 145px;
  left: 20px;
  display: block;
  width: 375px;
}
.energy-worries__percentages output {
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.energy-worries__chart {
  position: absolute;
  top: 230px;
  left: 0;
  width: 100%;
  height: 219px;
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(231, 230, 246, 0.3) 0,
    rgba(231, 230, 246, 0.3) 1px,
    transparent 1px,
    transparent 22px
  );
}
.energy-worries__plot {
  position: absolute;
  inset: 0 25px 0 20px;
}
.energy-worries__bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: height 700ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease;
}
.energy-worries__bar--right {
  left: 0;
  height: var(--energy-right);
  background: #c5b5eb;
}
.energy-worries__slider {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: ns-resize;
  touch-action: none;
}
.energy-worries__slider--right {
  left: 0;
}
.energy-worries__slider:focus {
  outline: none;
}
.energy-worries__slider[aria-disabled='true'] {
  cursor: default;
}
.energy-worries__handle {
  position: absolute;
  z-index: 4;
  width: 20px;
  height: 20px;
  transform: translate(50%, 50%);
  pointer-events: none;
  transition: bottom 140ms ease, opacity 180ms ease;
}
.energy-worries__handle--right {
  right: 50%;
  bottom: var(--energy-right);
}
.energy-worries.is-dragging .energy-worries__handle {
  transition: none;
}
.energy-worries__label {
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.energy-worries__label--answer {
  left: 0;
  color: #e7e6f6;
  text-align: left;
}
.energy-worries__card h3 {
  position: absolute;
  top: 28px;
  left: 25px;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.15px;
}
.energy-worries__submit {
  position: absolute;
  right: 36px;
  bottom: 24px;
  width: 185px;
  height: 55px;
  padding: 0;
  border: 0;
  border-radius: 11px;
  background: #ffe041;
  color: #6e46cf;
  font-family: 'RobotoSlab', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 160ms ease, opacity 160ms ease;
}
.energy-worries__submit:hover:not(:disabled),
.energy-worries__submit:focus-visible {
  transform: translateY(-2px);
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.energy-worries__submit:disabled {
  cursor: default;
  opacity: 0.84;
}
.energy-worries__tip {
  position: absolute;
  top: 970px;
  left: 104px;
  display: flex;
  width: 770px;
  align-items: flex-start;
  gap: 18px;
  color: #6e46cf;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 320ms ease 500ms, transform 320ms ease 500ms, visibility 0s linear 820ms;
}
.energy-worries__tip > img {
  width: 43px;
  height: 64px;
  flex: 0 0 auto;
}
.energy-worries__tip p {
  margin: 0;
  font-family: 'RobotoSlab', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.34;
}
.energy-worries.is-answered .energy-worries__tip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 500ms, 500ms, 0s;
}
@media (prefers-reduced-motion: reduce) {
  .energy-worries__bar,
  .energy-worries__handle,
  .energy-worries__tip {
    transition: none;
  }
}
@media (max-width: 767px) {
  .energy-worries {
    height: auto;
    min-height: 990px;
    padding: 48px 20px 72px;
  }
  .energy-worries__inner {
    width: 100%;
    height: auto;
  }
  .energy-worries__header {
    position: static;
    width: 100%;
  }
  .energy-worries__header h2 {
    font-size: clamp(31px, 9.5vw, 42px);
    line-height: 1.05;
  }
  .energy-worries__header p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.45;
  }
  .energy-worries__header p br,
  .energy-worries__tip p br {
    display: none;
  }
  .energy-worries__card {
    position: relative;
    top: auto;
    left: auto;
    width: min(420px, calc(100vw - 40px));
    height: min(618px, calc((100vw - 40px) * 1.47143));
    margin: 48px auto 0;
  }
  .energy-worries__percentages {
    top: 23.5%;
    left: 0;
    width: 100%;
  }
  .energy-worries__percentages output {
    font-size: clamp(38px, 12vw, 48px);
  }
  .energy-worries__chart {
    top: 37.2%;
    height: 35.45%;
    background-size: 100% 10%;
  }
  .energy-worries__plot {
    right: 6%;
    left: 4.75%;
  }
  .energy-worries__label {
    font-size: clamp(10px, 3.2vw, 13px);
  }
  .energy-worries__card h3 {
    top: 4.5%;
    left: 6%;
    font-size: clamp(22px, 6.5vw, 28px);
  }
  .energy-worries__submit {
    right: 8.6%;
    bottom: 3.9%;
    width: 44%;
    height: 8.9%;
    font-size: clamp(17px, 5.2vw, 20px);
  }
  .energy-worries__tip {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 52px auto 0;
    gap: 14px;
  }
  .energy-worries__tip > img {
    width: 35px;
    height: auto;
  }
  .energy-worries__tip p {
    font-size: 15px;
    line-height: 1.4;
  }
}
.middle-east {
  position: relative;
  height: 900px;
  overflow: hidden;
  background: #e7e6f6;
  color: #6e46cf;
}
.middle-east__inner {
  position: relative;
  width: 978px;
  height: 100%;
  margin: 0 auto;
}
.middle-east__header {
  position: absolute;
  top: 72px;
  left: 0;
  z-index: auto;
  display: block;
  width: 978px;
  height: auto;
  min-height: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.middle-east__header h2 {
  margin: 0;
  font-family: 'RobotoSlab', serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.35px;
}
.middle-east__header p {
  margin: 15px 0 0;
  font-family: 'ProximaNova', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.52;
}
.middle-east__stage {
  position: absolute;
  top: 313px;
  left: calc(50% - 5px);
  width: 312px;
  height: 460px;
  transform: translateX(-50%);
}
.middle-east__card {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  margin: 0;
  font-family: 'RobotoSlab', serif;
}
.middle-east__card--question {
  z-index: 3;
  display: flex;
  width: 312px;
  height: 460px;
  padding: 20px 17px 16px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background: #6e46cf;
  color: #ffe041;
  cursor: grab;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translate(calc(-50% + var(--middle-east-drag-x, 0px)), -50%) rotate(var(--middle-east-drag-rotation, 0deg));
  transform-origin: 50% 68%;
  transition: transform 260ms ease, opacity 220ms ease;
  will-change: transform, opacity;
}
.middle-east__card--question:focus-visible {
  outline: 3px solid #ffe041;
  outline-offset: 5px;
}
.middle-east__card--question.is-dragging {
  cursor: grabbing;
  transition: none;
}
.middle-east__card--question.is-leaving-left {
  opacity: 0;
  transform: translate(calc(-50% - 560px), -50%) rotate(-18deg);
  transition-duration: 420ms, 260ms;
}
.middle-east__card--question.is-leaving-right {
  opacity: 0;
  transform: translate(calc(-50% + 560px), -50%) rotate(18deg);
  transition-duration: 420ms, 260ms;
}
.middle-east__card--question > h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.1px;
}
.middle-east__actions {
  position: relative;
  display: flex;
  height: 64px;
  align-items: flex-end;
  justify-content: space-between;
}
.middle-east__actions button {
  position: relative;
  z-index: 2;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: 'RobotoSlab', serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: color 160ms ease, transform 160ms ease;
}
.middle-east__actions button:hover,
.middle-east__actions button:focus-visible {
  color: #ffe041;
  outline: none;
  transform: translateY(-2px);
}
.middle-east__hand {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 47px;
  height: 57px;
  transform: translateX(-50%);
  pointer-events: none;
  animation: middle-east-hand 2.2s ease-in-out infinite;
  transition: opacity 160ms ease;
}
.middle-east.has-interacted .middle-east__hand,
.middle-east.is-answered .middle-east__hand {
  opacity: 0;
  animation: none;
}
.middle-east__card--result {
  z-index: 2;
  width: 262px;
  height: 386px;
  padding: 31px 22px 24px;
  border-radius: 9px;
  color: #6e46cf;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease, transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}
.middle-east__card--result > img {
  display: block;
  width: 104px;
  height: 104px;
  margin: 0 auto;
}
.middle-east__card--result h3 {
  margin: 5px 0 4px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.35px;
}
.middle-east__card--result p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0.2px;
}
.middle-east__card--happy {
  background: #c5b5ec;
  transform: translate(-50%, -50%) rotate(-9deg) scale(0.78);
}
.middle-east__card--worried {
  background: #fff;
  transform: translate(-50%, -50%) rotate(10deg) scale(0.78);
}
.middle-east__card--worried h3 {
  font-size: 40px;
  line-height: 1.02;
  letter-spacing: -0.3px;
}
.middle-east__card--worried h3 span {
  display: block;
  white-space: nowrap;
}
.middle-east.is-happy .middle-east__card--happy,
.middle-east.is-worried .middle-east__card--worried {
  z-index: 4;
  opacity: 1;
  transform: translate(-50%, -50%) rotate(var(--middle-east-result-rotation)) scale(1);
}
.middle-east.is-happy .middle-east__card--happy {
  --middle-east-result-rotation: -9deg;
}
.middle-east.is-worried .middle-east__card--worried {
  --middle-east-result-rotation: 10deg;
}
@keyframes middle-east-hand {
  0%,
  100% {
    transform: translateX(-50%);
  }
  25% {
    transform: translateX(calc(-50% - 8px));
  }
  75% {
    transform: translateX(calc(-50% + 8px));
  }
}
@media (prefers-reduced-motion: reduce) {
  .middle-east__card,
  .middle-east__hand {
    animation: none;
    transition: none;
  }
}
@media (max-width: 767px) {
  .middle-east {
    height: auto;
    min-height: 790px;
    padding: 48px 20px 74px;
  }
  .middle-east__inner {
    width: 100%;
    height: auto;
  }
  .middle-east__header {
    position: static;
    width: 100%;
  }
  .middle-east__header h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.02;
    letter-spacing: -0.25px;
  }
  .middle-east__header p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.45;
  }
  .middle-east__header p br {
    display: none;
  }
  .middle-east__stage {
    position: relative;
    top: auto;
    left: auto;
    width: min(312px, calc(100vw - 40px));
    height: min(460px, calc((100vw - 40px) * 1.47436));
    margin: 54px auto 0;
    transform: none;
  }
  .middle-east__card--question {
    width: 100%;
    height: 100%;
  }
  .middle-east__card--question > h3 {
    font-size: clamp(25px, 8vw, 30px);
  }
  .middle-east__card--result {
    width: 84%;
    height: 84%;
    padding: 7.5% 7% 6%;
  }
  .middle-east__card--result > img {
    width: 40%;
    height: auto;
  }
  .middle-east__card--result h3 {
    font-size: clamp(34px, 11.5vw, 44px);
  }
  .middle-east__card--worried h3 {
    font-size: clamp(31px, 10.5vw, 40px);
  }
  .middle-east__card--result p {
    font-size: clamp(10px, 3.35vw, 13px);
    line-height: 1.24;
  }
}
.energy-actions {
  position: relative;
  height: 988px;
  overflow: hidden;
  background: #ffe041;
  color: #6e46cf;
}
.energy-actions__inner {
  position: relative;
  width: 978px;
  height: 100%;
  margin: 0 auto;
}
.energy-actions__header {
  position: absolute;
  top: 57px;
  left: 0;
  display: block;
  width: 978px;
  height: auto;
  min-height: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.energy-actions__header h2 {
  margin: 0;
  font-family: 'RobotoSlab', serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.35px;
}
.energy-actions__header p {
  margin: 33px 0 0;
  font-family: 'ProximaNova', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: -0.08px;
}
.energy-actions__choices {
  position: absolute;
  top: 392px;
  left: 135px;
  display: grid;
  width: 690px;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 14px;
}
.energy-actions__choice,
.energy-actions__submit {
  box-sizing: border-box;
  height: 83px;
  border: 0;
  border-radius: 9px;
  font-family: 'RobotoSlab', serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.08;
}
.energy-actions__choice {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 8px 18px 8px 76px;
  background: #c5b5ec;
  color: #ffe041;
  text-align: left;
  cursor: pointer;
  transition: background-color 170ms ease, box-shadow 170ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
.energy-actions__choice:hover,
.energy-actions__choice:focus-visible {
  background: #d4caf1;
  outline: none;
  box-shadow: 0 0 0 3px #6e46cf;
}
.energy-actions__choice[aria-pressed='true'] {
  background: #6e46cf;
  box-shadow: none;
  color: #ffe041;
}
.energy-actions__choice[aria-pressed='true'] .energy-actions__icon {
  background-color: #ffe041;
}
.energy-actions__choice[aria-pressed='true'] .energy-actions__percent {
  color: #ffe041;
}
.energy-actions__choice:disabled {
  cursor: default;
}
.energy-actions__icon {
  position: absolute;
  top: 50%;
  left: 17px;
  display: block;
  width: 48px;
  height: 58px;
  background-color: #6e46cf;
  -webkit-mask-image: var(--energy-action-icon);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: var(--energy-action-icon);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.energy-actions__icon--house {
  width: 51px;
  --energy-action-icon: url('../images/energy/action-house.svg');
}
.energy-actions__icon--shower {
  width: 47px;
  --energy-action-icon: url('../images/energy/action-shower.svg');
}
.energy-actions__icon--solar {
  left: 13px;
  width: 59px;
  --energy-action-icon: url('../images/energy/action-solar.svg');
}
.energy-actions__icon--thermostat {
  width: 49px;
  --energy-action-icon: url('../images/energy/action-thermostat.svg');
}
.energy-actions__icon--car {
  width: 50px;
  --energy-action-icon: url('../images/energy/action-car.svg');
}
.energy-actions__icon--supplier {
  left: 12px;
  width: 58px;
  --energy-action-icon: url('../images/energy/action-supplier.svg');
}
.energy-actions__icon--leaf {
  left: 20px;
  width: 40px;
  --energy-action-icon: url('../images/energy/action-leaf.svg');
}
.energy-actions__label {
  display: block;
}
.energy-actions__choice--solar .energy-actions__label {
  font-size: 21px;
}
.energy-actions__choice--solar .energy-actions__label span {
  display: block;
  white-space: nowrap;
}
.energy-actions__percent {
  position: absolute;
  top: 50%;
  right: 17px;
  color: #6e46cf;
  font-size: 23px;
  opacity: 0;
  transform: translateY(calc(-50% + 7px));
  transition: opacity 220ms ease, transform 220ms ease;
}
.energy-actions__percent:empty {
  display: none;
}
.energy-actions.is-answered .energy-actions__choice:has(.energy-actions__percent:not(:empty)) {
  padding-right: 77px;
  font-size: 19px;
}
.energy-actions.is-answered .energy-actions__choice--solar:has(.energy-actions__percent:not(:empty)) {
  padding-right: 70px;
  font-size: 18px;
}
.energy-actions.is-answered .energy-actions__choice--solar .energy-actions__label {
  font-size: 18px;
}
.energy-actions.is-answered .energy-actions__percent:not(:empty) {
  opacity: 1;
  transform: translateY(-50%);
}
.energy-actions__submit {
  background: #fff;
  color: #6e46cf;
  cursor: pointer;
  transition: background-color 170ms ease, color 170ms ease, transform 170ms ease;
}
.energy-actions__submit:hover:not(:disabled),
.energy-actions__submit:focus-visible {
  background: #6e46cf;
  color: #ffe041;
  outline: none;
  transform: translateY(-2px);
}
.energy-actions__submit:disabled {
  cursor: default;
}
.energy-actions__tip {
  position: absolute;
  top: 809px;
  left: 50px;
  display: flex;
  width: 835px;
  align-items: flex-start;
  gap: 19px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 300ms ease 320ms, transform 380ms cubic-bezier(0.22, 1, 0.36, 1) 320ms;
  visibility: hidden;
}
.energy-actions__tip img {
  width: 48px;
  height: auto;
  flex: 0 0 auto;
  margin-top: 3px;
}
.energy-actions__tip p {
  margin: 0;
  font-family: 'ProximaNovaElectricBold', 'ProximaNova', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.05px;
}
.energy-actions.is-answered .energy-actions__tip {
  opacity: 1;
  transform: none;
  visibility: visible;
}
@media (prefers-reduced-motion: reduce) {
  .energy-actions__choice,
  .energy-actions__tip,
  .energy-actions__percent {
    animation: none;
    transition: none;
  }
}
@media (max-width: 767px) {
  .energy-actions {
    height: auto;
    min-height: 1120px;
    padding: 48px 20px 64px;
  }
  .energy-actions__inner {
    width: 100%;
    height: auto;
  }
  .energy-actions__header,
  .energy-actions__choices,
  .energy-actions__tip {
    position: static;
    width: 100%;
  }
  .energy-actions__header h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.04;
  }
  .energy-actions__header p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.45;
  }
  .energy-actions__header p br,
  .energy-actions__tip p br {
    display: none;
  }
  .energy-actions__choices {
    margin-top: 44px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .energy-actions__choice,
  .energy-actions__submit {
    height: 75px;
    font-size: 20px;
  }
  .energy-actions__submit {
    order: 99 !important;
  }
  .energy-actions__tip {
    margin-top: 48px;
    gap: 15px;
  }
  .energy-actions__tip img {
    width: 42px;
  }
  .energy-actions__tip p {
    font-size: 16px;
    line-height: 1.25;
  }
}
@font-face {
  font-family: 'ProximaNovaElectricBold';
  src: url('/static/fonts/ProximaNova-Bold.woff2') format('woff2'),
       url('/static/fonts/ProximaNova-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.electric-driving {
  position: relative;
  height: 966px;
  overflow: hidden;
  border-top: 3px solid #6e46cf;
  border-bottom: 3px solid #6e46cf;
  background: #e7e6f6;
  color: #6e46cf;
}
.electric-driving__inner {
  position: relative;
  width: 978px;
  height: 100%;
  margin: 0 auto;
}
.electric-driving__header {
  position: absolute;
  top: 70px;
  left: 0;
  display: block;
  width: 978px;
  height: auto;
  min-height: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.electric-driving__header h2 {
  margin: 0;
  font-family: 'RobotoSlab', serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.35px;
}
.electric-driving__header p {
  margin: 24px 0 0;
  font-family: 'ProximaNova', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.02px;
}
.electric-driving__card {
  position: absolute;
  top: 308px;
  left: 123px;
  width: 695px;
  height: 504px;
  overflow: visible;
  border-radius: 10px;
  background: #c5b5ec;
  font-family: 'RobotoSlab', serif;
}
.electric-driving__plot {
  position: absolute;
  top: 59px;
  left: 23px;
  width: 649px;
  height: 256px;
}
.electric-driving__grid {
  position: absolute;
  inset: 0;
  border-bottom: 1px solid rgba(110, 70, 207, 0.28);
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(110, 70, 207, 0.28) 0,
    rgba(110, 70, 207, 0.28) 1px,
    transparent 1px,
    transparent 25.6px
  );
  pointer-events: none;
}
.electric-driving__column {
  position: absolute;
  top: 0;
  left: var(--electric-left);
  width: 110px;
  height: 100%;
  color: #6e46cf;
}
.electric-driving__bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: var(--electric-value);
  background: currentColor;
}
.electric-driving__column output {
  position: absolute;
  z-index: 5;
  right: -12px;
  bottom: calc(var(--electric-value) + 28px);
  left: -12px;
  display: block;
  color: currentColor;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.electric-driving__plug {
  position: absolute;
  z-index: 6;
  top: calc(var(--electric-inverse) - 31px);
  left: 50%;
  display: block;
  width: 40px;
  height: 47.5px;
  transform: translateX(-50%);
  pointer-events: none;
}
.electric-driving__cord {
  position: absolute;
  z-index: 5;
  top: calc(var(--electric-inverse) + 13px);
  left: calc(50% + 5px);
  width: 20px;
  height: max(0px, calc(var(--electric-value) - 13px));
  overflow: hidden;
  transform: translateX(-50%);
  pointer-events: none;
}
.electric-driving__cord path {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}
.electric-driving__slider {
  position: absolute;
  z-index: 8;
  inset: 0;
  cursor: ns-resize;
  touch-action: none;
}
.electric-driving__slider:focus {
  outline: none;
}
.electric-driving__slider[aria-disabled='true'] {
  cursor: default;
}
.electric-driving__age {
  position: absolute;
  top: calc(100% + 10px);
  right: -8px;
  left: -8px;
  color: currentColor;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.electric-driving__column--senior {
  color: #ffe041;
}
.electric-driving__column--mid {
  color: #e7e6f6;
}
.electric-driving__column--young {
  color: #6e46cf;
}
.electric-driving__column--youngest {
  color: #9f84df;
}
.electric-driving__card h3 {
  position: absolute;
  bottom: 58px;
  left: 31px;
  margin: 0;
  color: #6e46cf;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.15px;
}
.electric-driving__drag-hint {
  position: absolute;
  top: 180px;
  right: -92px;
  display: block;
  width: 70px;
  height: auto;
  pointer-events: none;
}
.electric-driving__submit {
  position: absolute;
  right: 22px;
  bottom: 47px;
  width: 187px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #ffe041;
  color: #6e46cf;
  font-family: 'RobotoSlab', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 160ms ease, opacity 160ms ease;
}
.electric-driving__submit:hover:not(:disabled),
.electric-driving__submit:focus-visible {
  outline: 3px solid #6e46cf;
  outline-offset: 3px;
  transform: translateY(-2px);
}
.electric-driving__submit:disabled {
  cursor: default;
  opacity: 0.84;
}
.electric-driving__tip {
  position: absolute;
  top: 853px;
  left: 89px;
  display: flex;
  width: 830px;
  align-items: flex-start;
  gap: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 320ms ease 720ms, transform 320ms ease 720ms, visibility 0s linear 1040ms;
}
.electric-driving__tip img {
  width: 43px;
  height: 64px;
  flex: 0 0 auto;
}
.electric-driving__tip p {
  margin: 13px 0 0;
  font-family: 'ProximaNovaElectricBold', 'ProximaNova', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
}
.electric-driving.is-answering .electric-driving__bar,
.electric-driving.is-answering .electric-driving__plug,
.electric-driving.is-answering .electric-driving__cord,
.electric-driving.is-answering .electric-driving__column output {
  transition-duration: 680ms;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.electric-driving.is-answering .electric-driving__bar {
  transition-property: height;
}
.electric-driving.is-answering .electric-driving__plug,
.electric-driving.is-answering .electric-driving__cord {
  transition-property: top, height;
}
.electric-driving.is-answering .electric-driving__column output {
  transition-property: bottom;
}
.electric-driving.is-answered .electric-driving__tip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 720ms, 720ms, 0s;
}
@media (prefers-reduced-motion: reduce) {
  .electric-driving__bar,
  .electric-driving__plug,
  .electric-driving__cord,
  .electric-driving__column output,
  .electric-driving__tip {
    transition: none;
  }
}
@media (max-width: 767px) {
  .electric-driving {
    height: auto;
    min-height: 1000px;
    padding: 48px 15px 64px;
  }
  .electric-driving__inner {
    width: 100%;
    height: auto;
  }
  .electric-driving__header {
    position: static;
    width: 100%;
  }
  .electric-driving__header h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.04;
  }
  .electric-driving__header p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.45;
  }
  .electric-driving__header p br,
  .electric-driving__tip p br {
    display: none;
  }
  .electric-driving__card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 540px;
    margin: 46px auto 0;
  }
  .electric-driving__plot {
    top: 62px;
    right: 14px;
    left: 14px;
    width: auto;
    height: 270px;
  }
  .electric-driving__column {
    width: 17%;
  }
  .electric-driving__column output {
    right: -10px;
    bottom: calc(var(--electric-value) + 25px);
    left: -10px;
    font-size: clamp(22px, 7vw, 28px);
  }
  .electric-driving__plug {
    width: 36px;
    height: 42.75px;
  }
  .electric-driving__age {
    top: calc(100% + 8px);
    font-size: clamp(12px, 3.6vw, 15px);
  }
  .electric-driving__card h3 {
    top: calc(100% - 79px);
    bottom: auto;
    left: 18px;
    width: 145px;
    font-size: 23px;
    line-height: 1.08;
    transform: translateY(-50%);
  }
  .electric-driving__drag-hint {
    top: 354px;
    right: 50%;
    width: 54px;
    transform: translateX(50%);
  }
  .electric-driving__submit {
    right: 18px;
    bottom: 52px;
    width: 145px;
    height: 54px;
    font-size: 18px;
  }
  .electric-driving__tip {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 48px auto 0;
    gap: 14px;
  }
  .electric-driving__tip img {
    width: 35px;
    height: auto;
  }
  .electric-driving__tip p {
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.35;
  }
}
.cost-awareness {
  position: relative;
  height: 925px;
  overflow: hidden;
  border-bottom: 3px solid #ffe041;
  background: #6e46cf;
  color: #ffe041;
}
.cost-awareness__inner {
  position: relative;
  width: 978px;
  height: 100%;
  margin: 0 auto;
}
.cost-awareness__header {
  position: absolute;
  top: 57px;
  left: 0;
  width: 978px;
}
.cost-awareness__header h2 {
  margin: 0;
  font-family: 'RobotoSlab', serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.35px;
}
.cost-awareness__header p {
  margin: 24px 0 0;
  color: #fff;
  font-family: 'ProximaNova', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.02px;
}
.cost-awareness__header p + p {
  margin-top: 25px;
}
.cost-awareness__group {
  position: absolute;
  left: 0;
  width: 100%;
}
.cost-awareness__group--reference {
  top: 414px;
}
.cost-awareness__group--interactive {
  top: 340px;
}
.cost-awareness__group h3 {
  display: inline-flex;
  min-height: 43px;
  margin: 0 0 0 116px;
  padding: 2px 13px 3px;
  border-radius: 10px;
  align-items: center;
  background: #ffe041;
  color: #6e46cf;
  font-family: 'RobotoSlab', serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.2px;
}
.cost-awareness__options {
  display: flex;
  width: 746px;
  margin: 24px auto 0;
  align-items: flex-start;
  justify-content: space-between;
}
.cost-awareness__option {
  width: 210px;
  text-align: center;
}
.cost-awareness__option h4 {
  display: flex;
  height: 48px;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'RobotoSlab', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.1px;
}
.cost-awareness__dial {
  position: relative;
  width: 200px;
  height: 210px;
  margin: 20px auto 0;
  touch-action: none;
}
.cost-awareness__dial-svg {
  display: block;
  width: 200px;
  height: 210px;
  overflow: visible;
}
.cost-awareness__dial-start,
.cost-awareness__dial-track,
.cost-awareness__dial-arc {
  fill: none;
  stroke: #ffe041;
  stroke-width: 7;
  vector-effect: non-scaling-stroke;
}
.cost-awareness__dial-start {
  stroke-width: 3;
  stroke-linecap: square;
}
.cost-awareness__dial-track {
  stroke: #9a7ddd;
  stroke-dasharray: 0.8 1.25;
  stroke-linecap: butt;
  opacity: 0.72;
  transform: rotate(-90deg);
  transform-origin: 100px 95px;
}
.cost-awareness__dial-arc {
  stroke-dasharray: calc(var(--cost-value) * 1) 100;
  stroke-linecap: butt;
  transform: rotate(-90deg);
  transform-origin: 100px 95px;
}
.cost-awareness__plug {
  transform-box: view-box;
  transform-origin: 100px 95px;
}
.cost-awareness__dial output {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  color: #ffe041;
  font-family: 'RobotoSlab', serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.cost-awareness__slider {
  position: absolute;
  z-index: 4;
  inset: 0;
  border-radius: 50%;
  cursor: grab;
  touch-action: none;
}
.cost-awareness__group--interactive .cost-awareness__dial {
  margin-top: 34px;
}
.cost-awareness__slider:active {
  cursor: grabbing;
}
.cost-awareness__slider:focus-visible {
  outline: 2px dashed #fff;
  outline-offset: 2px;
}
.cost-awareness__slider[aria-disabled='true'] {
  cursor: default;
}
.cost-awareness__submit {
  position: absolute;
  z-index: 6;
  top: 700px;
  left: 50%;
  width: 187px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #ffe041;
  color: #6e46cf;
  font-family: 'RobotoSlab', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}
.cost-awareness__submit:hover:not(:disabled),
.cost-awareness__submit:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px #fff;
  transform: translate(-50%, -2px);
}
.cost-awareness__submit:disabled {
  cursor: default;
  opacity: 0.9;
}
.cost-awareness__tip {
  position: absolute;
  top: 800px;
  left: 45px;
  display: flex;
  width: 890px;
  align-items: flex-start;
  gap: 18px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 320ms ease 720ms, transform 320ms ease 720ms, visibility 0s linear 1040ms;
}
.cost-awareness__tip img {
  width: 43px;
  height: 64px;
  flex: 0 0 auto;
}
.cost-awareness__tip p {
  margin: 5px 0 0;
  font-family: 'ProximaNovaElectricBold', 'ProximaNova', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.cost-awareness.is-answering .cost-awareness__dial-arc {
  transition: stroke-dasharray 680ms cubic-bezier(0.22, 1, 0.36, 1);
}
.cost-awareness.is-answering .cost-awareness__plug {
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}
.cost-awareness.is-answered .cost-awareness__tip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 720ms, 720ms, 0s;
}
@media (prefers-reduced-motion: reduce) {
  .cost-awareness__dial-arc,
  .cost-awareness__plug,
  .cost-awareness__tip {
    transition: none !important;
  }
}
@media (max-width: 767px) {
  .cost-awareness {
    height: auto;
    min-height: 0;
    padding: 48px 18px 60px;
    overflow: visible;
  }
  .cost-awareness__inner {
    width: 100%;
    height: auto;
  }
  .cost-awareness__header,
  .cost-awareness__group,
  .cost-awareness__submit,
  .cost-awareness__tip {
    position: relative;
    top: auto;
    left: auto;
  }
  .cost-awareness__header {
    width: 100%;
  }
  .cost-awareness__header h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.04;
  }
  .cost-awareness__header h2 br,
  .cost-awareness__header p br,
  .cost-awareness__tip p br {
    display: none;
  }
  .cost-awareness__header p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.45;
  }
  .cost-awareness__group {
    margin-top: 54px;
  }
  .cost-awareness__group--interactive {
    margin-top: 26px;
  }
  .cost-awareness__group h3 {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
  }
  .cost-awareness__options {
    width: 100%;
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .cost-awareness__option {
    width: 220px;
  }
  .cost-awareness__submit {
    display: block;
    margin: 42px auto 0;
    transform: none;
  }
  .cost-awareness__submit:hover:not(:disabled),
  .cost-awareness__submit:focus-visible {
    transform: translateY(-2px);
  }
  .cost-awareness__tip {
    width: 100%;
    margin: 48px auto 0;
    gap: 14px;
  }
  .cost-awareness__tip img {
    width: 35px;
    height: auto;
  }
  .cost-awareness__tip p {
    margin-top: 3px;
    font-size: 15px;
    line-height: 1.35;
  }
}
.frustrations-rank {
  position: relative;
  height: 834px;
  overflow: hidden;
  background: #ffe041;
  color: #6e46cf;
}
.frustrations-rank__inner {
  position: relative;
  width: 978px;
  height: 100%;
  margin: 0 auto;
}
.frustrations-rank__header {
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  width: 978px;
  height: auto;
  background: transparent;
}
.frustrations-rank__header h2 {
  margin: 0;
  font-family: 'RobotoSlab', serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.5px;
}
.frustrations-rank__header p {
  margin: 27px 0 0;
  font-family: 'ProximaNova', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
}
.frustrations-rank__stage {
  position: absolute;
  inset: 0;
}
.frustrations-rank__cards {
  position: absolute;
  top: 338px;
  left: 37px;
  display: flex;
  width: 897px;
  align-items: flex-start;
  gap: 8px;
}
.frustrations-rank__item {
  position: relative;
  width: 218px;
  flex: 0 0 218px;
  padding-top: 43px;
  outline: 0;
  cursor: grab;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  will-change: transform;
}
.frustrations-rank__item:focus-visible .frustrations-rank__card {
  box-shadow: 0 0 0 4px #fff;
}
.frustrations-rank__item.is-dragging {
  z-index: 4;
  cursor: grabbing;
}
.frustrations-rank__item.is-dragging .frustrations-rank__card {
  box-shadow: 0 12px 24px rgba(72, 40, 150, 0.24);
  transform: translateY(-5px) scale(1.015);
}
.frustrations-rank__percentage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #6e46cf;
  font-family: 'RobotoSlab', serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 260ms ease 520ms, transform 260ms ease 520ms, visibility 0s linear 780ms;
}
.frustrations-rank__card {
  position: relative;
  width: 218px;
  height: 217px;
  overflow: hidden;
  border-radius: 10px;
  background: #6e46cf;
  transition: box-shadow 180ms ease, transform 180ms ease;
}
.frustrations-rank__card h3 {
  position: absolute;
  right: 8px;
  bottom: 18px;
  left: 8px;
  margin: 0;
  color: #ffe041;
  font-family: 'RobotoSlab', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
}
.frustrations-rank__icon {
  position: absolute;
  display: block;
  pointer-events: none;
}
.frustrations-rank__icon--unclear {
  top: 18px;
  left: 70px;
  width: 94px;
  height: 128px;
}
.frustrations-rank__icon--hidden {
  top: 42px;
  left: 27px;
  width: 158.5px;
  height: 98px;
}
.frustrations-rank__icon--passes {
  top: 29px;
  left: 42px;
  width: 135px;
  height: 109px;
}
.frustrations-rank__icon--public {
  top: 30px;
  left: 52px;
  width: 113px;
  height: 106.5px;
}
.frustrations-rank__drag-hint {
  position: absolute;
  top: 624px;
  left: 107px;
  width: 59px;
  height: auto;
  transition: opacity 180ms ease, transform 180ms ease;
}
.frustrations-rank__drag-hint--mobile {
  display: none;
}
.frustrations-rank__submit {
  position: absolute;
  top: 626px;
  left: 50%;
  z-index: 5;
  width: 187px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #6e46cf;
  color: #ffe041;
  font-family: 'RobotoSlab', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}
.frustrations-rank__submit:hover:not(:disabled),
.frustrations-rank__submit:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px #fff;
  transform: translate(-50%, -2px);
}
.frustrations-rank__submit:disabled {
  cursor: default;
  opacity: 1;
}
.frustrations-rank__tip {
  position: absolute;
  top: 711px;
  left: 18px;
  display: flex;
  width: 930px;
  align-items: flex-start;
  gap: 18px;
  color: #6e46cf;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 300ms ease 680ms, transform 300ms ease 680ms, visibility 0s linear 980ms;
}
.frustrations-rank__tip img {
  width: 43px;
  height: 65px;
  flex: 0 0 auto;
}
.frustrations-rank__tip p {
  margin: 5px 0 0;
  font-family: 'ProximaNovaElectricBold', 'ProximaNova', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.28;
}
.frustrations-rank.is-answered .frustrations-rank__percentage {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 520ms, 520ms, 0s;
}
.frustrations-rank.is-answered .frustrations-rank__drag-hint {
  opacity: 0;
  transform: translateY(8px);
}
.frustrations-rank.is-answered .frustrations-rank__tip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 680ms, 680ms, 0s;
}
@media (prefers-reduced-motion: reduce) {
  .frustrations-rank__percentage,
  .frustrations-rank__drag-hint,
  .frustrations-rank__tip {
    transition: none !important;
  }
}
@media (max-width: 767px) {
  .frustrations-rank {
    height: auto;
    min-height: 0;
    padding: 48px 18px 58px;
    overflow: visible;
  }
  .frustrations-rank__inner {
    width: 100%;
    height: auto;
  }
  .frustrations-rank__header,
  .frustrations-rank__stage,
  .frustrations-rank__cards,
  .frustrations-rank__submit,
  .frustrations-rank__tip {
    position: relative;
    top: auto;
    left: auto;
  }
  .frustrations-rank__header {
    width: 100%;
  }
  .frustrations-rank__header h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.04;
  }
  .frustrations-rank__header h2 br,
  .frustrations-rank__header p br,
  .frustrations-rank__tip p br {
    display: none;
  }
  .frustrations-rank__header p {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.45;
  }
  .frustrations-rank__stage {
    margin-top: 46px;
  }
  .frustrations-rank__cards {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  .frustrations-rank__item {
    width: 100%;
    min-width: 0;
    padding-top: 36px;
    touch-action: none;
  }
  .frustrations-rank__percentage {
    font-size: 25px;
    line-height: 31px;
  }
  .frustrations-rank__card {
    width: 100%;
    height: 138px;
    aspect-ratio: auto;
  }
  .frustrations-rank__card h3 {
    top: 50%;
    right: 16px;
    bottom: auto;
    left: 142px;
    font-size: clamp(16px, 4.7vw, 19px);
    line-height: 1.12;
    text-align: left;
    transform: translateY(-50%);
  }
  .frustrations-rank__icon--unclear {
    top: 9px;
    left: 48px;
    width: 76px;
    height: auto;
  }
  .frustrations-rank__icon--hidden {
    top: 30px;
    left: 18px;
    width: 112px;
    height: auto;
  }
  .frustrations-rank__icon--passes {
    top: 18px;
    left: 31px;
    width: 96px;
    height: auto;
  }
  .frustrations-rank__icon--public {
    top: 17px;
    left: 42px;
    width: 84px;
    height: auto;
  }
  .frustrations-rank__drag-hint {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 54px;
    margin: 0 0 18px 44px;
  }
  .frustrations-rank__drag-hint--desktop {
    display: none;
  }
  .frustrations-rank__drag-hint--mobile {
    display: block;
  }
  .frustrations-rank__submit {
    display: block;
    margin: 24px auto 0;
    transform: none;
  }
  .frustrations-rank__submit:hover:not(:disabled),
  .frustrations-rank__submit:focus-visible {
    transform: translateY(-2px);
  }
  .frustrations-rank__tip {
    width: 100%;
    margin: 46px auto 0;
    gap: 14px;
  }
  .frustrations-rank__tip img {
    width: 35px;
    height: auto;
  }
  .frustrations-rank__tip p {
    margin-top: 3px;
    font-size: 17px;
    line-height: 1.35;
  }
}
.solar-panels {
  position: relative;
  height: 1326px;
  overflow: hidden;
  background: #e7e6f6;
  color: #6e46cf;
}
.solar-panels__inner {
  position: relative;
  width: 978px;
  height: 100%;
  margin: 0 auto;
}
.solar-panels__header {
  position: absolute;
  top: 76px;
  left: 34px;
  display: block;
  width: 944px;
  height: auto;
  background: transparent;
}
.solar-panels__header h2 {
  margin: 0;
  font-family: 'RobotoSlab', serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.5px;
}
.solar-panels__header p {
  margin: 22px 0 0;
  font-family: 'ProximaNova', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
}
.solar-panels__interaction {
  position: absolute;
  inset: 0;
}
.solar-panels__grid {
  position: absolute;
  top: 381px;
  left: 347px;
  display: grid;
  width: 272px;
  grid-template-columns: repeat(5, 52px);
  grid-template-rows: repeat(10, 52px);
  gap: 3px;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.solar-panels__cell {
  --solar-fill: 0%;
  --solar-corner: 7px;
  --solar-inner-corner: 5px;
  position: relative;
  width: 52px;
  height: 52px;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #6e46cf;
  clip-path: polygon(var(--solar-corner) 0, calc(100% - var(--solar-corner)) 0, 100% var(--solar-corner), 100% calc(100% - var(--solar-corner)), calc(100% - var(--solar-corner)) 100%, var(--solar-corner) 100%, 0 calc(100% - var(--solar-corner)), 0 var(--solar-corner));
  cursor: crosshair;
}
.solar-panels__cell::after {
  position: absolute;
  z-index: 1;
  inset: 2px;
  background: #e7e6f6;
  clip-path: polygon(var(--solar-inner-corner) 0, calc(100% - var(--solar-inner-corner)) 0, 100% var(--solar-inner-corner), 100% calc(100% - var(--solar-inner-corner)), calc(100% - var(--solar-inner-corner)) 100%, var(--solar-inner-corner) 100%, 0 calc(100% - var(--solar-inner-corner)), 0 var(--solar-inner-corner));
  content: '';
}
.solar-panels__cell::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: var(--solar-fill);
  background: #6e46cf;
  content: '';
  transition: height 180ms ease, background-color 180ms ease;
  transition-delay: var(--solar-delay, 0ms);
}
.solar-panels__cell.is-result-difference::before {
  background: #ffe041;
}
.solar-panels__cell:focus-visible {
  z-index: 2;
  outline: 3px solid #ffe041;
  outline-offset: -5px;
}
.solar-panels__cell:disabled {
  opacity: 1;
  cursor: default;
}
.solar-panels__selection-marquee {
  position: absolute;
  z-index: 5;
  display: none;
  box-sizing: border-box;
  border: 2px solid #6e46cf;
  background: rgba(110, 70, 207, 0.14);
  box-shadow: 0 0 0 1px rgba(231, 230, 246, 0.72) inset;
  pointer-events: none;
}
.solar-panels__selection-marquee.is-visible {
  display: block;
}
.solar-panels__drag-hint {
  position: absolute;
  top: 626px;
  left: 268px;
  width: 54px;
  height: auto;
  transition: opacity 180ms ease, transform 180ms ease;
}
.solar-panels__percentage {
  position: absolute;
  top: 620px;
  left: 650px;
  width: 190px;
  color: #6e46cf;
  font-family: 'RobotoSlab', serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
}
.solar-panels__submit {
  position: absolute;
  top: 964px;
  left: 50%;
  z-index: 4;
  width: 187px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #ffe041;
  color: #6e46cf;
  font-family: 'RobotoSlab', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.solar-panels__submit:hover:not(:disabled),
.solar-panels__submit:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px #6e46cf;
  transform: translate(-50%, -2px);
}
.solar-panels__submit:disabled {
  cursor: default;
}
.solar-panels__tip {
  position: absolute;
  top: 1067px;
  left: 34px;
  display: flex;
  width: 910px;
  align-items: flex-start;
  gap: 18px;
  color: #6e46cf;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 320ms ease 720ms, transform 320ms ease 720ms, visibility 0s linear 1040ms;
}
.solar-panels__tip > img {
  width: 43px;
  height: 65px;
  flex: 0 0 auto;
}
.solar-panels__tip p {
  margin: 5px 0 0;
  font-family: 'ProximaNovaElectricBold', 'ProximaNova', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.solar-panels__tip p + p {
  margin-top: 28px;
}
.solar-panels.is-painting .solar-panels__cell {
  cursor: crosshair;
}
.solar-panels.is-answering .solar-panels__cell::before {
  transition-duration: 620ms;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.solar-panels.is-answered .solar-panels__drag-hint {
  opacity: 0;
  transform: translateY(8px);
}
.solar-panels.is-answered .solar-panels__percentage {
  color: #6e46cf;
}
.solar-panels.is-answered .solar-panels__tip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 720ms, 720ms, 0s;
}
@media (prefers-reduced-motion: reduce) {
  .solar-panels__cell::before,
  .solar-panels__drag-hint,
  .solar-panels__tip {
    transition: none !important;
  }
}
@media (max-width: 767px) {
  .solar-panels {
    height: auto;
    min-height: 0;
    padding: 48px 18px 58px;
    overflow: visible;
  }
  .solar-panels__inner {
    width: 100%;
    height: auto;
  }
  .solar-panels__header,
  .solar-panels__interaction,
  .solar-panels__tip {
    position: relative;
    top: auto;
    left: auto;
  }
  .solar-panels__header {
    width: 100%;
  }
  .solar-panels__header h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.04;
  }
  .solar-panels__header p br,
  .solar-panels__tip p br {
    display: none;
  }
  .solar-panels__header p {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.45;
  }
  .solar-panels__interaction {
    height: 530px;
    margin-top: 42px;
  }
  .solar-panels__grid {
    top: 0;
    left: 50%;
    width: 212px;
    grid-template-columns: repeat(5, 40px);
    grid-template-rows: repeat(10, 40px);
    gap: 3px;
    transform: translateX(-50%);
  }
  .solar-panels__cell {
    --solar-corner: 5px;
    --solar-inner-corner: 3px;
    width: 40px;
    height: 40px;
  }
  .solar-panels__drag-hint {
    top: 180px;
    left: 0;
    width: 45px;
  }
  .solar-panels__percentage {
    top: 179px;
    right: 0;
    left: auto;
    width: 68px;
    font-size: 36px;
    text-align: center;
  }
  .solar-panels__submit {
    top: 460px;
    left: 50%;
  }
  .solar-panels__tip {
    width: 100%;
    margin: 42px auto 0;
    gap: 14px;
  }
  .solar-panels__tip > img {
    width: 35px;
    height: auto;
  }
  .solar-panels__tip p {
    margin-top: 3px;
    font-size: 15px;
    line-height: 1.35;
  }
  .solar-panels__tip p + p {
    margin-top: 22px;
  }
}
.solar-purchase {
  position: relative;
  height: 868px;
  overflow: hidden;
  background: #ffe041;
  color: #6e46cf;
}
.solar-purchase__inner {
  position: relative;
  width: 978px;
  height: 100%;
  margin: 0 auto;
}
.solar-purchase__header {
  position: absolute;
  top: 54px;
  left: 0;
  display: block;
  width: 978px;
  height: auto;
  background: transparent;
}
.solar-purchase__header h2 {
  margin: 0;
  font-family: 'RobotoSlab', serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.45px;
}
.solar-purchase__header p {
  margin: 26px 0 0;
  font-family: 'ProximaNova', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
}
.solar-purchase__interaction {
  position: absolute;
  inset: 0;
}
.solar-purchase__answers {
  position: absolute;
  top: 382px;
  left: 105px;
  display: grid;
  width: 750px;
  height: 270px;
  overflow: visible;
  border-radius: 13px;
  background: #6e46cf;
}
.solar-purchase__option {
  position: relative;
  display: grid;
  width: 100%;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 224, 65, 0.9);
  background: #6e46cf;
  color: #ffe041;
  grid-template-columns: 78px 1fr;
  align-items: stretch;
  font-family: 'RobotoSlab', serif;
  text-align: left;
  cursor: pointer;
  transition: background-color 180ms ease;
}
.solar-purchase__option:last-child {
  border-bottom: 0;
}
.solar-purchase__option:first-child {
  border-radius: 13px 13px 0 0;
}
.solar-purchase__option:last-child {
  border-radius: 0 0 13px 13px;
}
.solar-purchase__option:hover:not(:disabled),
.solar-purchase__option:focus-visible,
.solar-purchase__option.is-selected,
.solar-purchase__option.is-correct {
  outline: 0;
  background: #c5b5ec;
}
.solar-purchase__option:disabled {
  color: #ffe041;
  cursor: default;
  opacity: 1;
}
.solar-purchase__key {
  display: flex;
  border-right: 1px solid rgba(255, 224, 65, 0.9);
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
}
.solar-purchase__option strong {
  display: flex;
  padding: 0 28px;
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.12;
}
.solar-purchase__correct-badge {
  position: absolute;
  z-index: 5;
  top: calc(100% - 13px);
  left: 55px;
  display: flex;
  box-sizing: border-box;
  width: 196px;
  height: 46px;
  padding: 0 15px 0 9px;
  border-radius: 11px;
  background: #ffe041;
  color: #6e46cf;
  align-items: center;
  gap: 8px;
  font-family: 'RobotoSlab', serif;
  font-size: 16px;
  font-weight: 700;
  filter: drop-shadow(0 2px 3px rgba(72, 40, 150, 0.18));
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 220ms ease, transform 220ms ease;
}
.solar-purchase__correct-badge::before {
  position: absolute;
  bottom: 100%;
  left: -5px;
  width: 38px;
  height: 38px;
  background: #ffe041;
  clip-path: polygon(0 0, 100% 100%, 50% 100%);
  content: '';
}
.solar-purchase__correct-badge img {
  position: relative;
  z-index: 1;
  width: 29px;
  height: 29px;
  transform: rotate(10deg);
}
.solar-purchase__correct-badge span {
  position: relative;
  z-index: 1;
}
.solar-purchase.is-answered .solar-purchase__correct-badge {
  opacity: 1;
  transform: translateY(0);
}
.solar-purchase__labels {
  position: absolute;
  top: 405px;
  left: 105px;
  display: grid;
  width: 750px;
  height: 78px;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  color: #6e46cf;
  font-family: 'RobotoSlab', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.02;
  text-align: center;
}
.solar-purchase__labels span:first-child {
  text-align: left;
}
.solar-purchase__labels span:last-child {
  text-align: right;
}
.solar-purchase__control {
  position: absolute;
  top: 497px;
  left: 105px;
  width: 750px;
  height: 122px;
  touch-action: none;
}
.solar-purchase__track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  overflow: hidden;
  border-radius: 10px;
  background: #6e46cf;
}
.solar-purchase__track span {
  display: block;
  width: var(--purchase-position);
  height: 100%;
  background: #c5b5ec;
}
.solar-purchase__slider {
  position: absolute;
  z-index: 3;
  top: -8px;
  left: 0;
  width: 100%;
  height: 66px;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  cursor: grab;
  touch-action: none;
}
.solar-purchase__slider:active {
  cursor: grabbing;
}
.solar-purchase__slider:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 5px;
}
.solar-purchase__slider::-webkit-slider-runnable-track {
  height: 50px;
  border-radius: 10px;
  background: transparent;
}
.solar-purchase__slider::-webkit-slider-thumb {
  width: 42px;
  height: 66px;
  margin-top: -8px;
  -webkit-appearance: none;
          appearance: none;
  border: 3px solid #fff;
  border-radius: 9px;
  background: linear-gradient(to right, #c5b5ec 0 50%, #6e46cf 50% 100%) center / 100% 50px no-repeat;
  box-shadow: 0 0 0 1px rgba(110, 70, 207, 0.1);
}
.solar-purchase__slider::-moz-range-track {
  height: 50px;
  border: 0;
  border-radius: 10px;
  background: transparent;
}
.solar-purchase__slider::-moz-range-thumb {
  width: 36px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 9px;
  background: linear-gradient(to right, #c5b5ec 0 50%, #6e46cf 50% 100%) center / 100% 50px no-repeat;
}
.solar-purchase__slider:disabled {
  cursor: default;
  opacity: 1;
}
.solar-purchase__drag-hint {
  position: absolute;
  top: 62px;
  left: var(--purchase-position);
  width: 54px;
  height: auto;
  transform: translateX(-50%);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}
.solar-purchase__result {
  position: absolute;
  z-index: 4;
  top: 570px;
  left: 246px;
  display: grid;
  width: 486px;
  gap: 7px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 260ms ease 180ms, transform 260ms ease 180ms, visibility 0s linear 440ms;
}
.solar-purchase__result-row {
  display: grid;
  grid-template-columns: 142px 1fr;
  align-items: center;
  gap: 10px;
  font-family: 'ProximaNovaElectricBold', 'ProximaNova', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.solar-purchase__result-track {
  height: 18px;
  overflow: hidden;
  border-radius: 4px;
  background: #c5b5ec;
}
.solar-purchase__result-track i {
  position: relative;
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #6e46cf;
  transition: width 620ms cubic-bezier(0.22, 1, 0.36, 1) 260ms;
}
.solar-purchase__result-track output {
  position: absolute;
  top: 2px;
  right: 5px;
  color: #ffe041;
  font-family: 'RobotoSlab', serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.solar-purchase__submit {
  position: absolute;
  top: 626px;
  left: 50%;
  z-index: 5;
  width: 187px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #6e46cf;
  color: #ffe041;
  font-family: 'RobotoSlab', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}
.solar-purchase__submit:hover:not(:disabled),
.solar-purchase__submit:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px #fff;
  transform: translate(-50%, -2px);
}
.solar-purchase__submit:disabled {
  cursor: default;
  opacity: 0.95;
}
.solar-purchase__tip {
  position: absolute;
  top: 724px;
  left: 100px;
  display: flex;
  width: 820px;
  align-items: flex-start;
  gap: 18px;
  color: #6e46cf;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 320ms ease 760ms, transform 320ms ease 760ms, visibility 0s linear 1080ms;
}
.solar-purchase__tip img {
  width: 43px;
  height: 65px;
  flex: 0 0 auto;
}
.solar-purchase__tip p {
  margin: 4px 0 0;
  font-family: 'ProximaNovaElectricBold', 'ProximaNova', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.solar-purchase.is-answered .solar-purchase__drag-hint {
  opacity: 0;
  transform: translate(-50%, 8px);
}
.solar-purchase.is-answered .solar-purchase__result {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 180ms, 180ms, 0s;
}
.solar-purchase.is-answered .solar-purchase__result-track i {
  width: var(--purchase-result);
}
.solar-purchase.is-answered .solar-purchase__tip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 760ms, 760ms, 0s;
}
@media (prefers-reduced-motion: reduce) {
  .solar-purchase__option,
  .solar-purchase__correct-badge,
  .solar-purchase__drag-hint,
  .solar-purchase__result,
  .solar-purchase__result-track i,
  .solar-purchase__tip {
    transition: none !important;
  }
}
@media (max-width: 767px) {
  .solar-purchase {
    height: auto;
    min-height: 0;
    padding: 48px 18px 58px;
    overflow: visible;
  }
  .solar-purchase__inner {
    width: 100%;
    height: auto;
  }
  .solar-purchase__header,
  .solar-purchase__interaction,
  .solar-purchase__answers,
  .solar-purchase__labels,
  .solar-purchase__control,
  .solar-purchase__result,
  .solar-purchase__submit,
  .solar-purchase__tip {
    position: relative;
    top: auto;
    left: auto;
  }
  .solar-purchase__header {
    width: 100%;
  }
  .solar-purchase__header h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.04;
  }
  .solar-purchase__header h2 br,
  .solar-purchase__header p br,
  .solar-purchase__labels br,
  .solar-purchase__tip p br {
    display: none;
  }
  .solar-purchase__header p {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.45;
  }
  .solar-purchase__interaction {
    margin-top: 42px;
  }
  .solar-purchase__answers {
    width: 100%;
    height: 270px;
  }
  .solar-purchase__option {
    grid-template-columns: 52px 1fr;
  }
  .solar-purchase__key {
    font-size: 20px;
  }
  .solar-purchase__option strong {
    padding: 0 15px;
    font-size: 17px;
  }
  .solar-purchase__correct-badge {
    left: 39px;
    width: 170px;
    height: 38px;
    padding-right: 10px;
    font-size: 13px;
  }
  .solar-purchase__correct-badge::before {
    left: -4px;
    width: 32px;
    height: 32px;
  }
  .solar-purchase__correct-badge img {
    width: 24px;
    height: 24px;
  }
  .solar-purchase__labels {
    width: 100%;
    height: auto;
    grid-template-columns: 1fr 1.25fr 1fr;
    align-items: start;
    gap: 8px;
    font-size: 12px;
    line-height: 1.15;
  }
  .solar-purchase__labels span:first-child,
  .solar-purchase__labels span:last-child {
    text-align: center;
  }
  .solar-purchase__control {
    width: calc(100% - 16px);
    height: 128px;
    margin: 28px auto 0;
  }
  .solar-purchase__track,
  .solar-purchase__slider::-webkit-slider-runnable-track,
  .solar-purchase__slider::-moz-range-track {
    height: 42px;
  }
  .solar-purchase__slider {
    top: -8px;
    height: 58px;
  }
  .solar-purchase__slider::-webkit-slider-thumb {
    width: 36px;
    height: 58px;
    margin-top: -8px;
  }
  .solar-purchase__slider::-moz-range-thumb {
    width: 30px;
    height: 52px;
  }
  .solar-purchase__drag-hint {
    top: 55px;
    width: 48px;
  }
  .solar-purchase__result {
    width: 100%;
    margin-top: -4px;
  }
  .solar-purchase__result-row {
    grid-template-columns: 124px 1fr;
    font-size: 13px;
  }
  .solar-purchase__submit {
    display: block;
    margin: 30px auto 0;
    transform: none;
  }
  .solar-purchase__submit:hover:not(:disabled),
  .solar-purchase__submit:focus-visible {
    transform: translateY(-2px);
  }
  .solar-purchase__tip {
    width: 100%;
    margin: 44px auto 0;
    gap: 14px;
  }
  .solar-purchase__tip img {
    width: 35px;
    height: auto;
  }
  .solar-purchase__tip p {
    margin-top: 3px;
    font-size: 15px;
    line-height: 1.35;
  }
}
.energy-terms {
  position: relative;
  height: 900px;
  overflow: hidden;
  border-top: 3px solid #ffe041;
  background: #6e46cf;
  color: #fff;
}
.energy-terms__inner {
  position: relative;
  width: 978px;
  height: 100%;
  margin: 0 auto;
}
.energy-terms__header {
  position: absolute;
  top: 49px;
  left: 0;
  display: block;
  width: 978px;
  height: auto;
  background: transparent;
}
.energy-terms__header h2 {
  margin: 0;
  color: #ffe041;
  font-family: 'RobotoSlab', serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.45px;
}
.energy-terms__header p {
  margin: 24px 0 0;
  color: #fff;
  font-family: 'ProximaNova', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
}
.energy-terms__header p + p {
  margin-top: 30px;
}
.energy-terms__answers {
  position: absolute;
  top: 308px;
  left: 130px;
  display: grid;
  width: 694px;
  height: 367px;
  overflow: hidden;
  border-radius: 12px;
  background: #ffe041;
}
.energy-terms__answers button {
  position: relative;
  display: grid;
  width: 100%;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(110, 70, 207, 0.24);
  background: transparent;
  color: #6e46cf;
  grid-template-columns: 70px 1fr;
  align-items: stretch;
  font-family: 'RobotoSlab', serif;
  text-align: left;
  cursor: pointer;
  transition: background-color 150ms ease;
}
.energy-terms__answers button[data-correct='true'] {
  z-index: 2;
}
.energy-terms__answers button:last-child {
  border-bottom: 0;
}
.energy-terms__answers button:hover:not(:disabled),
.energy-terms__answers button:focus-visible {
  outline: 0;
  background: #f7d735;
}
.energy-terms__answers button.is-selected {
  background: #c5b5ec;
}
.energy-terms__answers button:disabled {
  color: #6e46cf;
  cursor: default;
  opacity: 1;
}
.energy-terms__answers span {
  display: flex;
  border-right: 1px solid rgba(110, 70, 207, 0.24);
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
}
.energy-terms__answers strong {
  display: flex;
  padding: 0 24px;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.energy-terms__answers .energy-terms__correct-badge {
  position: absolute;
  z-index: 5;
  top: calc(100% - 13px);
  left: 55px;
  display: flex;
  box-sizing: border-box;
  width: 196px;
  height: 46px;
  padding: 0 15px 0 9px;
  border: 0;
  border-radius: 11px;
  background: #6e46cf;
  color: #fff;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-family: 'RobotoSlab', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 220ms ease, transform 220ms ease;
}
.energy-terms__correct-badge::before {
  position: absolute;
  bottom: 100%;
  left: -5px;
  width: 38px;
  height: 38px;
  background: #6e46cf;
  clip-path: polygon(0 0, 100% 100%, 50% 100%);
  content: '';
}
.energy-terms__correct-badge img {
  position: relative;
  z-index: 1;
  width: 29px;
  height: 29px;
  filter: brightness(0) invert(1);
  transform: rotate(10deg);
}
.energy-terms__correct-badge span {
  position: relative;
  z-index: 1;
  display: inline;
  flex: 0 0 auto;
  border: 0;
  font-size: inherit;
  white-space: nowrap;
}
.energy-terms.is-answered .energy-terms__correct-badge {
  opacity: 1;
  transform: translateY(0);
}
.energy-terms__feedback {
  position: absolute;
  top: 730px;
  left: 30px;
  display: flex;
  width: 918px;
  align-items: flex-start;
  gap: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 280ms ease, transform 280ms ease, visibility 0s linear 280ms;
}
.energy-terms__feedback img {
  width: 35px;
  height: 64px;
  flex: 0 0 auto;
}
.energy-terms__feedback p {
  margin: 0;
  color: #fff;
  font-family: 'ProximaNovaElectricBold', 'ProximaNova', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.32;
}
.energy-terms__feedback.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s, 0s, 0s;
}
.energy-terms__explanation {
  position: absolute;
  top: 865px;
  left: 0;
  width: 950px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 320ms ease 260ms, transform 320ms ease 260ms, visibility 0s linear 580ms;
}
.energy-terms__explanation p {
  margin: 0;
  color: #fff;
  font-family: 'ProximaNova', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
}
.energy-terms__explanation p + p {
  margin-top: 28px;
}
.energy-terms.is-answered .energy-terms__explanation {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 260ms, 260ms, 0s;
}
@media (prefers-reduced-motion: reduce) {
  .energy-terms__answers button,
  .energy-terms__correct-badge,
  .energy-terms__feedback,
  .energy-terms__explanation {
    transition: none !important;
  }
}
@media (max-width: 767px) {
  .energy-terms {
    height: auto;
    min-height: 0;
    padding: 48px 18px 58px;
    overflow: visible;
  }
  .energy-terms__inner {
    width: 100%;
    height: auto;
  }
  .energy-terms__header,
  .energy-terms__answers,
  .energy-terms__feedback,
  .energy-terms__explanation {
    position: relative;
    top: auto;
    left: auto;
  }
  .energy-terms__header {
    width: 100%;
  }
  .energy-terms__header h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.04;
  }
  .energy-terms__header p br,
  .energy-terms__feedback p br,
  .energy-terms__explanation p br {
    display: none;
  }
  .energy-terms__header p {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.45;
  }
  .energy-terms__header p + p {
    margin-top: 28px;
  }
  .energy-terms__answers {
    width: 100%;
    height: 300px;
    margin-top: 34px;
  }
  .energy-terms__answers button {
    grid-template-columns: 52px 1fr;
  }
  .energy-terms__answers span {
    font-size: 20px;
  }
  .energy-terms__answers strong {
    padding: 0 16px;
    font-size: 17px;
  }
  .energy-terms__answers .energy-terms__correct-badge {
    left: 39px;
    width: 212px;
    height: 38px;
    padding-right: 18px;
    font-size: 13px;
  }
  .energy-terms__correct-badge::before {
    left: -4px;
    width: 32px;
    height: 32px;
  }
  .energy-terms__correct-badge img {
    width: 24px;
    height: 24px;
  }
  .energy-terms__feedback {
    width: 100%;
    margin-top: 42px;
    gap: 14px;
  }
  .energy-terms__feedback img {
    width: 30px;
    height: auto;
  }
  .energy-terms__feedback p {
    font-size: 17px;
    line-height: 1.35;
  }
  .energy-terms__feedback:not(.is-visible) {
    display: none;
  }
  .energy-terms__explanation {
    display: none;
    width: 100%;
    margin-top: 46px;
  }
  .energy-terms.is-answered .energy-terms__explanation {
    display: block;
  }
  .energy-terms__explanation p {
    font-size: 18px;
    line-height: 1.45;
  }
  .energy-terms__explanation p + p {
    margin-top: 26px;
  }
}
.energy-advice {
  position: relative;
  height: 982px;
  overflow: hidden;
  background: #ffe041;
  color: #6e46cf;
}
.energy-advice__inner {
  position: relative;
  width: 978px;
  height: 100%;
  margin: 0 auto;
}
.energy-advice__header {
  position: absolute;
  top: 55px;
  left: 0;
  display: block;
  width: 978px;
  height: auto;
  background: transparent;
}
.energy-advice__header h2 {
  margin: 0;
  font-family: 'RobotoSlab', serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.45px;
}
.energy-advice__header p {
  margin: 25px 0 0;
  font-family: 'ProximaNova', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
}
.energy-advice__table {
  position: absolute;
  top: 350px;
  left: 130px;
  display: grid;
  width: 694px;
  height: 370px;
  overflow: hidden;
  border-radius: 12px;
  background: #6e46cf;
  color: #ffe041;
  grid-template-rows: 80px repeat(5, 58px);
}
.energy-advice__row {
  display: grid;
  min-height: 0;
  grid-template-columns: 330px 1fr;
  align-items: stretch;
  font-family: 'RobotoSlab', serif;
}
.energy-advice__row > :first-child {
  border-right: 1px solid rgba(255, 224, 65, 0.28);
}
.energy-advice__row--header {
  border-bottom: 1px solid rgba(255, 224, 65, 0.28);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.energy-advice__row--header span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.energy-advice__row strong {
  display: flex;
  padding: 0 28px;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.energy-advice__known {
  display: flex;
  padding-left: 58px;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.energy-advice__entry {
  display: grid;
  padding: 0 20px 0 42px;
  grid-template-columns: 68px 66px 1fr;
  align-items: center;
  gap: 8px;
}
.energy-advice__entry label {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.energy-advice__entry input {
  width: 40px;
  padding: 0;
  border: 0;
  border-bottom: 2px solid #ffe041;
  outline: 0;
  background: transparent;
  color: #ffe041;
  font-family: 'RobotoSlab', serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.energy-advice__entry input::-webkit-inner-spin-button,
.energy-advice__entry input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.energy-advice__entry input::-moz-placeholder {
  color: #ffe041;
  font-size: 14px;
  opacity: 1;
}
.energy-advice__entry input::placeholder {
  color: #ffe041;
  font-size: 14px;
  opacity: 1;
}
.energy-advice__entry input:focus {
  border-bottom-color: #ffe041;
}
.energy-advice__entry input[aria-invalid='true'] {
  border-bottom-color: #fff;
}
.energy-advice__entry output {
  color: #fff;
  font-family: 'RobotoSlab', serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 220ms ease, transform 220ms ease;
}
.energy-advice__entry button {
  justify-self: end;
  width: 95px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #ffe041;
  color: #6e46cf;
  font-family: 'RobotoSlab', serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease;
}
.energy-advice__entry button:hover:not(:disabled),
.energy-advice__entry button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px #fff;
  transform: translateY(-1px);
}
.energy-advice__entry button:disabled,
.energy-advice__entry input:disabled {
  color: #ffe041;
  cursor: default;
  opacity: 1;
}
.energy-advice__row.is-checked output {
  opacity: 1;
  transform: translateX(0);
}
.energy-advice__row.is-checked button {
  background: #c5b5ec;
  color: #6e46cf;
}
.energy-advice__row.is-invalid {
  animation: energy-advice-shake 240ms ease;
}
.energy-advice__tip {
  position: absolute;
  top: 760px;
  left: 100px;
  display: flex;
  width: 820px;
  align-items: flex-start;
  gap: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 320ms ease, transform 320ms ease, visibility 0s linear 320ms;
}
.energy-advice__tip > img {
  width: 43px;
  height: 65px;
  flex: 0 0 auto;
}
.energy-advice__tip p {
  margin: 2px 0 0;
  font-family: 'ProximaNovaElectricBold', 'ProximaNova', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}
.energy-advice__tip p + p {
  margin-top: 26px;
}
.energy-advice.is-complete .energy-advice__tip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 180ms, 180ms, 0s;
}
@keyframes energy-advice-shake {
  0%, 100% { transform: translateX(0); }
  35% { transform: translateX(-5px); }
  70% { transform: translateX(5px); }
}
@media (prefers-reduced-motion: reduce) {
  .energy-advice__entry output,
  .energy-advice__entry button,
  .energy-advice__tip,
  .energy-advice__row.is-invalid {
    animation: none !important;
    transition: none !important;
  }
}
@media (max-width: 767px) {
  .energy-advice {
    height: auto;
    min-height: 0;
    padding: 48px 18px 58px;
    overflow: visible;
  }
  .energy-advice__inner {
    width: 100%;
    height: auto;
  }
  .energy-advice__header,
  .energy-advice__table,
  .energy-advice__tip {
    position: relative;
    top: auto;
    left: auto;
  }
  .energy-advice__header {
    width: 100%;
  }
  .energy-advice__header h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.04;
  }
  .energy-advice__header h2 br,
  .energy-advice__header p br,
  .energy-advice__tip p br {
    display: none;
  }
  .energy-advice__header p {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.45;
  }
  .energy-advice__table {
    width: 100%;
    height: 350px;
    margin-top: 40px;
    grid-template-rows: 70px repeat(5, 56px);
  }
  .energy-advice__row {
    grid-template-columns: minmax(112px, 40%) 1fr;
  }
  .energy-advice__row--header {
    font-size: 22px;
  }
  .energy-advice__row strong {
    padding: 0 12px;
    font-size: 15px;
  }
  .energy-advice__known {
    box-sizing: border-box;
    padding-right: calc(100% - 62px);
    padding-left: 0;
    font-size: 18px;
    justify-content: flex-end;
  }
  .energy-advice__entry {
    padding: 0 6px 0 20px;
    grid-template-columns: 62px 34px 52px;
    gap: 2px;
  }
  .energy-advice__entry label,
  .energy-advice__entry input {
    font-size: 17px;
  }
  .energy-advice__entry label {
    justify-content: flex-end;
  }
  .energy-advice__entry input {
    width: 34px;
    min-width: 34px;
    max-width: 34px;
    flex: 0 0 34px;
    text-align: center;
  }
  .energy-advice__entry input::-moz-placeholder {
    font-size: 12px;
  }
  .energy-advice__entry input::placeholder {
    font-size: 12px;
  }
  .energy-advice__entry output {
    font-size: 17px;
  }
  .energy-advice__entry button {
    width: 52px;
    height: 32px;
    font-size: 12px;
  }
  .energy-advice__tip {
    display: none;
    width: 100%;
    margin: 44px auto 0;
    gap: 14px;
  }
  .energy-advice.is-complete .energy-advice__tip {
    display: flex;
  }
  .energy-advice__tip > img {
    width: 35px;
    height: auto;
  }
  .energy-advice__tip p {
    margin-top: 3px;
    font-size: 17px;
    line-height: 1.35;
  }
  .energy-advice__tip p + p {
    margin-top: 22px;
  }
}
.circle-section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    .circle-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
#progressCircle {
    stroke: #6E46CF !important;
}
.circular-progress {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    @media (max-width: 768px) {
        max-width: 400px;
    }
    @media (max-width: 480px) {
        max-width: 100%;
    }
}
.progress-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
    width: 280px;
    z-index: 10;
    font-family: 'RobotoSlab',sans-serif;
}
.progress-value {
    font-size: 72px;
    font-weight: 800;
    color: #6E46CF;
    margin-bottom: 12px;
    display: block;
    line-height: 1;
    @media (max-width: 480px) {
        font-size: 52px;
        margin-bottom: 8px;
    }
}
.progress-text {
    font-size: 16px;
    line-height: 1.6;
    color: #6E46CF;
    font-weight: 700;
    margin-bottom: 20px;
    @media (max-width: 480px) {
        font-size: 13px;
        margin-bottom: 16px;
    }
    br {
        @media (max-width: 480px) {
            display: none;
        }
    }
}
.answer-button {
    margin: 10px auto 0;
    cursor: pointer;
    pointer-events: auto;
    white-space: nowrap;
}
.circle-answer-button {
    @extend .answer-button;
}
.handle-icon {
    width: 24px;
    height: 24px;
    fill: white;
    pointer-events: none;
}
svg {
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.08));
    @media (max-width: 480px) {
        filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.06));
    }
}
/* Ẩn circle màu vàng ban đầu, hiển thị khi submit */
.hidden-circle {
    display: none;
}
.vertical-section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.vertical-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    padding: 20px;
    --tw-shadow: 0px 2px 10px #0003;
    --tw-shadow-colored: 0px 2px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.vertical-bars-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    background:
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 29px,
            rgba(124, 58, 237, 0.5) 29px,
            rgba(124, 58, 237, 0.5) 30px
        );
    @media (max-width: 768px) {
        background:
            repeating-linear-gradient(
                0deg,
                transparent,
                transparent 24px,
                rgba(124, 58, 237, 0.5) 24px,
                rgba(124, 58, 237, 0.5) 25px
            );
    }
    @media (max-width: 480px) {
        background:
            repeating-linear-gradient(
                0deg,
                transparent,
                transparent 19px,
                rgba(124, 58, 237, 0.5) 19px,
                rgba(124, 58, 237, 0.5) 20px
            );
    }
}
.vertical-bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    transform: translateY(-4px);
    position: relative;
    @media (max-width: 768px) {
        gap: 12px;
    }
}
.bar-percentage {
    position: absolute;
    font-size: 24px;
    font-weight: 700;
    color: #6e46cf;
    min-width: 60px;
    text-align: center;
    transition: top 0.2s ease;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'RobotoSlab',sans-serif;
    @media (max-width: 768px) {
        font-size: 20px;
    }
}
.bar-percentage1, .bar-label1 {
    color: #FFE041
}
.bar-percentage2, .bar-label2 {
    color: #E7E6F6
}
.bar-percentage3, .bar-label3 {
    color: #6E46CF
}
.vertical-bar-container {
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    margin-top: 50px; /* Space for percentage label*/
}
.handle-icon {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -80%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: top 0.2s ease;
    pointer-events: auto;
    cursor: grab;
    img {
        width: 24px;
        height: 24px;
        -o-object-fit: contain;
           object-fit: contain;
    }
    &:active {
        cursor: grabbing;
    }
}
.vertical-svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}
.bar-label {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    max-width: 120px;
    margin-top: -25px;
    font-family: 'RobotoSlab',sans-serif;
    @media (max-width: 768px) {
        font-size: 12px;
        max-width: 100px;
    }
}
.bar-progress {
    stroke-linecap: round;
    transition: stroke-dashoffset 0.2s ease;
}
.hidden-bar {
    display: none;
}
.vertical-question {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
    width: 100%;
    h2 {
        grid-column: span 2;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.4;
        margin: 0;
        text-align: left;
    }
    h2 {
    --tw-text-opacity: 1;
    color: rgb(110 70 207 / var(--tw-text-opacity));
  }
}
.vertical-answer-button {
    grid-column: span 1;
    cursor: pointer;
    white-space: nowrap;
}
/* Hand pointer icon in center */
.vertical-hand-pointer {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    pointer-events: auto;
    animation: vertical-hand-slide 1.8s ease-in-out infinite;
    cursor: pointer;
    transition: opacity 0.3s ease;
    img {
        width: 40px;
        height: 40px;
        @media (max-width: 768px) {
            width: 50px;
            height: 50px;
        }
        @media (max-width: 480px) {
            width: 40px;
            height: 40px;
        }
    }
    &:hover {
        opacity: 0;
    }
    &.hidden {
        display: none;
    }
}
@keyframes vertical-hand-slide {
    0% {
        transform: translate(-50%, -58%);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -42%);
        opacity: 1;
    }
    85% {
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -58%);
        opacity: 0;
    }
}
.vertical-tip {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    margin-top: 60px;
    color: white;
    .tip-icon {
        width: 40px;
        flex-shrink: 0;
    }
    .tip-text {
        font-family: 'RobotoSlab',sans-serif;
        line-height: 1.5;
        margin: 0;
    }
}
.healthcare-card {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(110 70 207 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0px 2px 10px #0003;
  --tw-shadow-colored: 0px 2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.healthcare-grid {
  pointer-events: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  opacity: 0.2;
  left: var(--healthcare-grid-left, 0);
  right: var(--healthcare-grid-right, 0);
}
.healthcare-grid-lines {
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.healthcare-grid-lines span {
  border-left-width: 1px;
  border-style: dashed;
  height: calc(100% - 165px);
  border-color: #e7e6f6;
}
.healthcare-content {
  position: relative;
  z-index: 1;
}
.healthcare-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}
.healthcare-content {
  padding-left: 30px;
  padding-right: 30px;
}
.healthcare-header {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.healthcare-percentage {
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
}
.healthcare-bars {
  margin-bottom: 20px;
}
.healthcare-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.healthcare-track-nederland {
  position: relative;
  height: 150px;
  flex: 1 1 0%;
}
.healthcare-bar-nederland {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 24.6%;
  background-color: #E7E6F6;
}
.healthcare-value-nederland {
  position: absolute;
  top: 50%;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(231 230 246 / var(--tw-text-opacity));
  left: calc(24.6% + 12px);
  transform: translateY(-50%);
  font-family: 'RobotoSlab',sans-serif;
}
.healthcare-op3 {
  margin-top: 60px;
  .healthcare-grid-lines span {
    border-color: #4F2DA8;
  }
  .healthcare-card {
    --tw-bg-opacity: 1;
    background-color: rgb(255 224 65 / var(--tw-bg-opacity));
  }
  .healthcare-bar-nederland {
    width: 36.4%;
    background: white;
  }
  .healthcare-label {
    --tw-text-opacity: 1;
    color: rgb(110 70 207 / var(--tw-text-opacity));
  }
  .healthcare-footer h2 {
    --tw-text-opacity: 1;
    color: rgb(110 70 207 / var(--tw-text-opacity));
  }
  .healthcare-bar {
    --tw-bg-opacity: 1;
    background-color: rgb(110 70 207 / var(--tw-bg-opacity));
  }
  .healthcare-label-nederland,
  .healthcare-label-nederland h4 {
    color: #fff;
  }
  .healthcare-value-nederland {
    left: calc(36.4% + 12px);
    color: #fff;
  }
}
.healthcare-op2 {
  margin-top: 60px;
  .healthcare-bar-nederland {
    width: 20%;
  }
  .healthcare-value-nederland {
    left: calc(20% + 12px);
  }
}
.healthcare-label-nederland {
  min-width: 120px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.healthcare-label-nederland h4 {
  font-size: 18px;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(231 230 246 / var(--tw-text-opacity));
}
.healthcare-track {
  position: relative;
  height: 150px;
  flex: 1 1 0%;
  &::after {
    content: "";
    position: absolute;
    inset: 0;
    width: var(--healthcare-guess-width, 0);
    background: rgba(255, 255, 255, 0.35);
    pointer-events: none;
    opacity: 0;
    transition: width 0.3s ease, opacity 0.3s ease;
  }
}
.healthcare-track-bg {
  position: absolute;
  inset: 0px;
}
.healthcare-bar {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 65 / var(--tw-bg-opacity));
  width: var(--healthcare-bar-width, 25%);
  transition: none;
}
.healthcare-label {
  min-width: 120px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 224 65 / var(--tw-text-opacity));
}
.healthcare-label h4 {
  font-size: 18px;
  line-height: 1.3;
}
.healthcare-range {
  position: absolute;
  inset: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: opacity 0.3s ease;
}
.healthcare-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: transparent;
  cursor: grab;
  opacity: 0;
}
.healthcare-range:active::-webkit-slider-thumb {
  cursor: grabbing;
}
.healthcare-range::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: transparent;
  cursor: grab;
  border: 0;
  opacity: 0;
}
.healthcare-range:active::-moz-range-thumb {
  cursor: grabbing;
}
.healthcare-play-icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  right: 0;
  transform: translate(50%, -50%);
}
.healthcare-play-icon img {
  height: 100%;
  width: 100%;
}
.healthcare-question {
  pointer-events: none;
  position: absolute;
  top: 50%;
  font-size: 35px;
  font-weight: 800;
  z-index: 20;
  transform: translateY(-50%);
  font-family: 'RobotoSlab',sans-serif;
}
.healthcare-question-higher {
  z-index: 1;
}
.healthcare-bar-higher {
  z-index: 3 !important;
}
.healthcare-guess-lower::after {
  z-index: 0 !important;
}
.healthcare-result-visible .healthcare-track::after {
  z-index: 2;
}
.healthcare-question span {
  display: block;
}
.healthcare-question.is-centered {
  left: 50%;
  transform: translate(-50%, -50%);
}
.healthcare-pointer {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.healthcare-pointer img {
  height: 40px;
  width: 40px;
}
.healthcare-hand-active {
  animation: healthcare-hand-slide 1.8s ease-in-out infinite;
}
.healthcare-pointer.hidden {
  display: none;
}
@keyframes healthcare-hand-slide {
  0% {
    transform: translate(-70%, -50%);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    transform: translate(10%, -50%);
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    transform: translate(-70%, -50%);
    opacity: 0;
  }
}
.healthcare-result-visible .healthcare-track::after {
  opacity: 1;
}
.healthcare-result-visible .healthcare-range {
  pointer-events: none;
  opacity: 0;
}
.healthcare-result-visible .healthcare-pointer,
.healthcare-result-visible .healthcare-question [data-healthcare-focus] {
  display: none;
}
.healthcare-result-visible .healthcare-play-icon {
  display: none;
}
.healthcare-result-visible .healthcare-bar {
  transition: width 0.4s ease;
}
.healthcare-footer {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 30px;
}
.healthcare-footer h2 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(231 230 246 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .healthcare-footer h2 {
    font-size: 25px;
  }
}
.healthcare-footer button {
  margin-top: 20px;
}
.healthcare-result-visible .healthcare-footer button {
  display: none;
}
.map-question {
  position: relative;
  margin: 60px -200px 0 -200px;
  &::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
}
.map-question__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1;
}
.map-question__card {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  padding: 20px;
  --tw-shadow: 0px 2px 10px #0003;
  --tw-shadow-colored: 0px 2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height: 540px;
}
.map-question__card--most {
  background: #d9c6ff;
}
.map-question__card--least {
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 65 / var(--tw-bg-opacity));
}
.map-question__map {
  width: 100%;
  aspect-ratio: 5 / 5;
  isolation: isolate;
  position: relative;
  margin: -30px -75px 0;
  width: calc(100% + 150px);
}
[data-map-container] {
  position: relative;
  width: 100%;
  height: 100%;
}
.map-question__map svg {
  height: 100%;
  width: 100%;
  filter: drop-shadow(0 8px 12px rgba(34, 0, 85, 0.06));
}
.map-question__stat {
  position: absolute;
  left: calc(var(--map-tooltip-left, 50%) + var(--map-tooltip-offset-x, 0px));
  top: calc(var(--map-tooltip-top, 50%) + var(--map-tooltip-offset-y, 0px));
  transform: translate(-50%, -100%);
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  width: clamp(200px, 35vw, 320px);
  filter: drop-shadow(0 0 5px rgba(38, 0, 85, 0.15));
  font-family: 'RobotoSlab', sans-serif;
}
.map-question__stat.is-visible {
  opacity: 1;
  visibility: visible;
}
.map-question__stat-content {
  position: relative;
  width: 100%;
  padding: clamp(24px, 4.5vw, 36px) clamp(32px, 6vw, 52px) clamp(32px, 6vw, 48px);
  padding-top: clamp(60px, 8vw, 80px);
  color: #5533cc;
  text-align: center;
  background-image: url('/static/images/icons/comment.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.map-question__card--least .map-question__stat {
  width: auto;
  min-width: clamp(200px, 35vw, 320px);
  height: auto;
}
.map-question__card--least .map-question__stat-content {
  background-image: url('/static/images/icons/map.svg');
  padding: 0;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-bottom: 60%; /* Tỷ lệ khung hình của map.png, có thể điều chỉnh */
  background-position: center center;
}
.map-question__card--least .map-question__stat-value,
.map-question__card--least .map-question__stat-caption {
  display: none;
}
.map-question__stat-value {
  font-size: 45px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.01em;
}
.map-question__stat-caption {
  margin-top: clamp(4px, 1.2vw, 8px);
  font-size: clamp(15px, 3.2vw, 22px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.25;
}
.map-question__labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.map-question__label {
  position: absolute;
  transform: translate(-50%, -50%);
  color: #4c23b3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: normal;
  text-align: center;
  display: inline-block;
  line-height: 1.15;
  transition: color 0.2s ease;
  font-family: 'RobotoSlab',sans-serif;
}
.map-question__label.is-selected {
  color: #ffffff;
}
.map-question__label.is-guess {
  color: #3e1a83;
}
.map-question__label.is-correct {
  color: #ffffff;
}
.map-question__card--least .map-question__label {
  color: #3e1a83;
}
.map-question__card--least .map-question__label.is-selected {
  color: #4c23b3;
}
.map-question__card--least .map-question__label.is-guess {
  color: #4c23b3;
}
.map-question__card--least .map-question__label.is-correct {
  color: #4c23b3;
}
[data-map-features] path {
  fill: transparent;
  stroke: #4f2da8;
  stroke-width: 1.8;
  stroke-dasharray: 8 6;
  transition: fill 0.25s ease, stroke 0.25s ease, transform 0.25s ease,
    filter 0.25s ease;
  cursor: pointer;
}
.map-question__card.is-answered [data-map-features] path {
  cursor: default;
  pointer-events: none;
}
[data-map-features] path.is-selected {
  fill: rgba(118, 85, 217, 0.2);
  stroke: #4e23b8;
  stroke-dasharray: none;
}
[data-map-features] path.is-guess {
  fill: rgba(118, 85, 217, 0.35);
  stroke: #4e23b8;
  stroke-dasharray: none;
}
[data-map-features] path.is-incorrect {
  fill: rgba(118, 85, 217, 0.2);
  stroke: #4e23b8;
  stroke-dasharray: none;
}
[data-map-features] path.is-correct {
  fill: #4e23b8;
  stroke: #220b71;
  stroke-dasharray: none;
  filter: none;
}
.map-question__card--least [data-map-features] path {
  stroke: #5130a4;
  fill: transparent;
}
[data-map-features] path:hover {
  filter: drop-shadow(0 6px 10px rgba(55, 19, 136, 0.12));
  stroke: #321782;
}
.map-question__summary {
  display: none;
  line-height: 1.3;
  opacity: 0;
  font-family: 'RobotoSlab', sans-serif;
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(110 70 207 / var(--tw-text-opacity));
}
.map-question__card.is-answered .map-question__summary {
  opacity: 1;
  transform: translateY(0);
}
.map-question__card--least [data-map-features] path:hover {
  stroke: #2f0d6f;
}
[data-map-features] path.is-selected {
  fill: #4e23b8;
  stroke: #220b71;
  stroke-dasharray: none;
  filter: none;
}
.map-question__card--least [data-map-features] path.is-selected {
  fill: #ffffff;
  stroke: rgba(255, 255, 255, 0.4);
}
.map-question__card--least [data-map-features] path.is-guess {
  fill: rgba(255, 255, 255, 0.3);
  stroke: rgba(255, 255, 255, 0.4);
  stroke-dasharray: none;
}
.map-question__card--least [data-map-features] path.is-correct {
  fill: #ffffff;
  stroke: rgba(255, 255, 255, 0.4);
  stroke-dasharray: none;
}
.map-question__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.map-question__prompt {
  font-family: 'RobotoSlab', sans-serif;
  font-size: 25px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(110 70 207 / var(--tw-text-opacity));
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.map-question__prompt.is-hidden {
  opacity: 0;
  transform: translateY(12px);
  visibility: hidden;
}
.map-question__button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.map-question__button.is-hidden {
  display: none;
}
@media (max-width: 768px) {
  .map-question {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .map-question__card {
    min-height: 460px;
    padding: 28px;
  }
  .map-question__card::after {
    inset: 18px;
    border-radius: 26px;
  }
  .map-question__map {
    margin: -28px -28px 0;
    width: calc(100% + 56px);
  }
  .map-question__label {
    font-size: 8px;
    letter-spacing: 0.06em;
  }
  .map-question__stat {
    right: clamp(120px, 20vw, 200px);
    bottom: clamp(18px, 10vw, 40px);
  }
}
@media (min-width: 1024px) {
  .map-question__inner {
    flex-direction: row;
  }
}
.zone-section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.zone-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.zone-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
    @media (max-width: 768px) {
        gap: 12px;
    }
    @media (max-width: 480px) {
        gap: 10px;
    }
}
.zone-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
    line-height: 1.3;
    @media (max-width: 768px) {
        font-size: 28px;
    }
    @media (max-width: 480px) {
        font-size: 24px;
    }
}
.zone-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #718096;
    margin: 0;
    line-height: 1.6;
    @media (max-width: 768px) {
        font-size: 14px;
    }
    @media (max-width: 480px) {
        font-size: 13px;
    }
}
.zones-wrapper {
    display: flex;
    width: 100%;
    height: 350px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.zones-separators {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 900px;
    height: 300px;
    pointer-events: none;
    display: flex;
    align-items: center;
    @media (max-width: 768px) {
        height: 250px;
    }
    @media (max-width: 480px) {
        height: 200px;
    }
}
.zone {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    z-index: 1;
    border-right: 1px dotted #6e46cf;
    &:last-child {
        border-right: none;
    }
    &:nth-child(1) {
        background: #FFE041;
    }
    &:nth-child(3) {
        background: #c5b5ec;
    }
    &:nth-child(5) {
        background: #ffffff;
    }
    &:nth-child(7) {
        background: #FFE041;
    }
    &:nth-child(9) {
        background: #c5b5ec;
    }
}
.zone-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    position: relative;
    @media (max-width: 768px) {
        padding: 15px 8px;
    }
    @media (max-width: 480px) {
        padding: 12px 6px;
    }
}
.zone-bottom {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-family: 'RobotoSlab',sans-serif;
    @media (max-width: 768px) {
        gap: 6px;
        bottom: 15px;
    }
    @media (max-width: 480px) {
        gap: 4px;
        bottom: 12px;
    }
}
.zone-emoji {
    font-size: 64px;
    font-weight: 700;
    color: #6e46cf;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'RobotoSlab',sans-serif;
    img {
        width: 40px;
        -o-object-fit: contain;
           object-fit: contain;
    }
    @media (max-width: 768px) {
        font-size: 32px;
        img {
            width: 32px;
        }
    }
    @media (max-width: 480px) {
        font-size: 24px;
        img {
            width: 24px;
        }
    }
}
.zone-emoji-multi {
    flex-direction: column;
    gap: 6px;
}
.zone-emoji-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}
.zone-label {
    font-size: 12px;
    font-weight: 600;
    color: #6e46cf;
    line-height: 1.2;
    @media (max-width: 768px) {
        font-size: 10px;
    }
    @media (max-width: 480px) {
        font-size: 8px;
    }
}
.zone-percentage {
    font-size: 24px;
    font-weight: 700;
    color: #6e46cf;
    @media (max-width: 768px) {
        font-size: 18px;
    }
    @media (max-width: 480px) {
        font-size: 14px;
    }
}
.zone-separator {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    pointer-events: none;
    margin-left: -20px;
    z-index: 5;
    &:nth-of-type(2) {
        left: 20%;
    }
    &:nth-of-type(4) {
        left: 40%;
    }
    &:nth-of-type(6) {
        left: 60%;
    }
    &:nth-of-type(8) {
        left: 80%;
    }
}
.separator-handle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: col-resize;
    pointer-events: auto;
    img {
        width: 24px;
        height: 24px;
        -o-object-fit: contain;
           object-fit: contain;
        z-index: 60;
    }
    @media (max-width: 768px) {
        width: 24px;
        height: 24px;
        img {
            width: 16px;
            height: 16px;
        }
    }
}
.zone-hand-pointer {
  pointer-events: none;
  position: absolute;
  top: 70%;
  left: 50%;
  width: 50px;
  height: 50px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    z-index: 70;
    img {
        width: 62px;
        height: 62px;
        @media (max-width: 768px) {
            width: 48px;
            height: 48px;
        }
        @media (max-width: 480px) {
            width: 40px;
            height: 40px;
        }
    }
}
.zone-hand-active {
    animation: zone-hand-slide 1.8s ease-in-out infinite;
}
.zone-hand-pointer.hidden {
    display: none;
}
@keyframes zone-hand-slide {
    0% {
        transform: translate(-70%, -50%);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    50% {
        transform: translate(10%, -50%);
        opacity: 1;
    }
    85% {
        opacity: 0;
    }
    100% {
        transform: translate(-70%, -50%);
        opacity: 0;
    }
}
.zone-content-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #6e46cf;
    border-radius: 20px;
    color: white;
    --tw-shadow: 0px 2px 10px #0003;
    --tw-shadow-colored: 0px 2px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    @media (max-width: 768px) {
        gap: 20px;
    }
    @media (max-width: 480px) {
        gap: 15px;
    }
}
.zone-question {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: center;
    width: 100%;
    background: transparent;
    padding: 20px;
    position: relative;
    .zone-arrow {
    position: absolute;
  }
    .zone-arrow {
    top: -1.25rem;
  }
    .zone-arrow {
    right: 29%;
  }
    .zone-arrow {
    z-index: 50;
  }
    .zone-arrow {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 36px solid #6e46cf;
    }
    h2 {
        grid-column: span 4;
        font-size: 20px;
        color: #ffe041;
        line-height: 1.4;
        margin: 0;
        text-align: left;
        transition: grid-column 0.3s ease;
        @media (max-width: 768px) {
            font-size: 24px;
        }
        @media (max-width: 480px) {
            font-size: 20px;
            grid-column: span 5;
        }
    }
}
.zone-tip {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    .tip-icon {
        width: 40px;
        flex-shrink: 0;
    }
    .tip-text {
    --tw-text-opacity: 1;
    color: rgb(110 70 207 / var(--tw-text-opacity));
  }
    .tip-text {
        font-family: 'RobotoSlab',sans-serif;
        margin: 0;
    }
}
.zone-user-answer-line {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: transparent;
    border-left: 1px dashed rgba(111, 40, 234, 0.5);
    pointer-events: none;
    z-index: 10;
    margin-left: -1.5px;
    transition: left 0.3s ease;
    @media (max-width: 768px) {
        width: 2px;
        border-left-width: 2px;
        margin-left: -1px;
    }
    @media (max-width: 480px) {
        width: 2px;
        border-left-width: 2px;
        margin-left: -1px;
    }
}
.swipe-card-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swipe-card-container {
  position: relative;
  height: 450px;
  width: 100%;
  max-width: 320px;
  font-family: 'RobotoSlab', sans-serif;
}
.swipe-card-stack {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 5;
  border-radius: 12px;
  --tw-shadow: 0px 2px 10px #0003;
  --tw-shadow-colored: 0px 2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 100%;
  height: 450px;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.swipe-card-behind {
  position: absolute;
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  width: 100%;
  height: 100%;
  background: #C5B5EC;
  border-radius: 12px;
  transition: all 0.2s ease;
}
.swipe-card-behind-second {
  top: 0 !important;
  opacity: 0.8;
}
.swipe-card-behind-third {
  top: 0 !important;
  opacity: 0;
  width: 100%;
}
.swipe-card {
  position: absolute;
  height: 450px;
  width: 100%;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 12px;
  padding: 20px;
  --tw-shadow: 0px 2px 10px #0003;
  --tw-shadow-colored: 0px 2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: #6e46cf;
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 10;
}
.swipe-card.grabbing {
  cursor: grabbing;
}
.swipe-card.hide {
  pointer-events: none;
  opacity: 0;
}
.swipe-card-content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: flex-start;
}
.swipe-card-text {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(255 224 65 / var(--tw-text-opacity));
}
.swipe-card-question {
  font-size: 24px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 224 65 / var(--tw-text-opacity));
}
.swipe-card-buttons {
  position: relative;
  width: 100%;
  min-height: 60px;
  padding-top: 20px;
}
.swipe-btn {
  position: absolute;
  bottom: 0px;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  font-size: 30px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(231 230 246 / var(--tw-text-opacity));
  transition: transform 0.2s;
  padding: 0;
}
.swipe-btn-left {
  left: 0px;
}
.swipe-btn-right {
  right: 0px;
}
.swipe-btn:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.swipe-btn:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.swipe-hand-icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  animation: swipe-hand-slide 2.4s ease-in-out infinite;
}
.swipe-hand-icon img {
  height: 62px;
  width: 50px;
}
.swipe-hand-icon.hidden {
  display: none;
}
.swipe-card.grabbing .swipe-hand-icon,
.swipe-card.hide .swipe-hand-icon {
  display: none;
}
@keyframes swipe-hand-slide {
  0% {
    transform: translate(-50%, -50%);
  }
  25% {
    transform: translate(-70%, -50%);
  }
  50% {
    transform: translate(-50%, -50%);
  }
  75% {
    transform: translate(-30%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.swipe-result-card {
  position: absolute;
  top: 0;
  left: 15px;
  display: flex;
  height: 450px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.swipe-result-correct {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.swipe-result-incorrect {
  background: #c5b5ec; /* Màu tím cho Ja (phải) */
}
.swipe-result-final {
  display: none;
  z-index: 15;
  opacity: 1;
  transform: scale(1);
}
.swipe-result-final.show {
  display: flex;
}
.swipe-result-icon {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swipe-result-icon svg {
  width: 120px;
  height: 120px;
  color: #6e46cf;
}
.swipe-result-title {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  color: #6e46cf;
}
.swipe-result-text {
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
  color: #6e46cf;
}
.swipe-btn-restart {
  margin-top: 30px;
  min-height: 57px;
  cursor: pointer;
  border-radius: 50px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(110 70 207 / var(--tw-bg-opacity));
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: #6e46cf;
  transition: background 0.3s;
}
.swipe-btn-restart:hover {
  background: #6D28D9;
}
.swipe-card-style1 {
  margin-top: 60px;
  .swipe-result-card {
    align-items: flex-start;
  }
  .swipe-result-card {
    text-align: left;
  }
  .swipe-result-card {
    font-size: 2rem;
  }
  .swipe-result-card {
    --tw-text-opacity: 1;
    color: rgb(110 70 207 / var(--tw-text-opacity));
  }
  .swipe-result-card {
    .number {
      padding-bottom: 5px;
    }
    .number {
      font-size: 5rem;
    }
    .number {
      line-height: 1;
    }
    .swipe-result-text {
      font-size: 1.6rem;
    }
    &.swipe-result-correct {
      --tw-bg-opacity: 1;
      background-color: rgb(255 224 65 / var(--tw-bg-opacity));
    }
    &.swipe-result-correct { /* Màu vàng cho Nee (trái) */
    }
    &.swipe-result-incorrect {
      background: #A78BFA; /* Màu tím cho Ja (phải) */
    }
  }
}
.section_satisfaction {
    overflow: visible;
}
.satisfied-section-wrapper {
    background: #FFE041;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    margin-top: 150px;
}
.satisfied-container {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    height: 400px;
    overflow: visible;
    @media (max-width: 768px) {
        height: 350px;
    }
    @media (max-width: 480px) {
        height: 250px;
    }
}
/* M�t */
.eye {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 10;
    @media (max-width: 768px) {
        width: 32px;
        height: 32px;
    }
    @media (max-width: 480px) {
        width: 24px;
        height: 24px;
    }
}
.eye.top-left {
    left: 22%;
    top: 40%;
    background: white;
    @media (max-width: 768px) {
        left: 23%;
        top: 38.5%;
    }
    @media (max-width: 480px) {
        left: 23%;
        top: 34%;
    }
}
.eye.top-right {
    left: 37%;
    top: 40%;
    background: white;
    @media (max-width: 768px) {
        left: 38%;
        top: 38.5%;
    }
    @media (max-width: 480px) {
        left: 38%;
        top: 34%;
    }
}
.eye.bottom-left {
    left: 60%;
    top: -8%;
    background: #6e46cf;
    @media (max-width: 768px) {
        left: 56%;
        top: 2.8%;
    }
    @media (max-width: 480px) {
        left: 56.5%;
        top: 3.2%;
    }
}
.eye.bottom-right {
    left: 75%;
    top: -8%;
    background: #6e46cf;
    @media (max-width: 768px) {
        left: 71%;
        top: 2.8%;
    }
    @media (max-width: 480px) {
        left: 71.5%;
        top: 3.2%;
    }
}
/* SVG Container */
.progress-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: visible;
}
svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.08));
    @media (max-width: 480px) {
        filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.06));
    }
}
/* Progress paths */
.progress-bg {
    fill: none;
    stroke: #6e46cf;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-dasharray: 3 3;
}
.progress-fill {
    fill: none;
    stroke-width: 60;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.5s ease;
    @media (max-width: 768px) {
        stroke-width: 50;
    }
    @media (max-width: 480px) {
        stroke-width: 40;
    }
}
.progress-happy {
    stroke: white;
}
.progress-sad {
    stroke: #6e46cf;
}
.progress-user-answer {
    stroke: #d1d5db;
    opacity: 0.8;
}
.hidden-path {
    display: none;
}
/* Control icons */
.control-icon {
    position: absolute;
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 20;
    transition: transform 0.2s;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    @media (max-width: 768px) {
        width: 28px;
        height: 28px;
    }
    @media (max-width: 480px) {
        width: 18px;
        height: 18px;
    }
}
.control-icon:active {
    cursor: grabbing;
}
.control-icon:hover {
    transform: scale(1.1);
}
.control-icon svg {
    width: 20px;
    height: 20px;
    @media (max-width: 768px) {
        width: 16px;
        height: 16px;
    }
    @media (max-width: 480px) {
        width: 14px;
        height: 14px;
    }
}
.icon-happy {
    top: 42.5%;
    right: 10.8%;
    @media (max-width: 768px) {
        top: 41.4%;
        right: 11%;
    }
    @media (max-width: 480px) {
        top: 38%;
        right: 11.6%;
    }
}
.icon-sad {
    top: 42.5%;
    left: 10.8%;
    @media (max-width: 768px) {
        top: 41.4%;
        left: 11%;
    }
    @media (max-width: 480px) {
        top: 38%;
        left: 11.6%;
    }
}
/* Percentage labels */
.percentage {
    position: absolute;
    font-size: 32px;
    font-weight: bold;
    color: #6e46cf;
    z-index: 15;
    font-family: 'RobotoSlab',sans-serif;
    @media (max-width: 768px) {
        font-size: 28px;
    }
    @media (max-width: 480px) {
        font-size: 20px;
    }
}
.percentage-happy {
    top: 92%;
    left: 25%;
    @media (max-width: 768px) {
        top: 70%;
    }
    @media (max-width: 480px) {
        top: 64%;
    }
}
.percentage-sad {
    top: 16%;
    right: 20%;
    @media (max-width: 768px) {
        top: 22.8%;
    }
    @media (max-width: 480px) {
        top: 22%;
    }
}
/* Answer button and tip */
.satisfied-answer-wrapper {
    margin-top: 40px;
    text-align: center;
    z-index: 25;
}
.satisfied-answer-button {
    cursor: pointer;
    margin: 0 auto;
}
.satisfied-tip {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    margin-top: 60px;
    .tip-icon {
        width: 40px;
        flex-shrink: 0;
    }
    .tip-text {
        font-family: 'RobotoSlab',sans-serif;
        color: #6e46cf;
        line-height: 1.6;
    }
}
.hidden-tip {
    display: none;
}
/* Floating Button Styles */
.floating-button {
  position: fixed !important;
  right: 20px !important;
  bottom: 50px !important;
  border-radius: 12px;
  background: #6e46cf;
  color: #FFE041;
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease,
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease !important;
  z-index: 9999 !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-family: 'RobotoSlab',sans-serif;
  padding: 10px 20px;
}
.floating-button a {
  color: inherit;
}
.floating-button.is-on-purple {
  background: #FFE041;
  color: #6e46cf;
  box-shadow: 0 4px 12px rgba(38, 19, 88, 0.16);
}
.floating-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2) !important;
}
.floating-button:active {
  transform: translateY(0) !important;
}
.floating-button.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
@media (max-width: 767px) {
  .floating-button {
    display: none;
  }
}
.hero-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ffe041;
  color: #6e46cf;
}
.hero-banner__svg {
  position: relative;
  z-index: 1;
  left: 50%;
  display: block;
  width: min(1412px, calc(144.376% - 69.3px));
  height: auto;
  overflow: visible;
  transform: translateX(-50%);
}
.hero-grid-wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(1412px, calc(144.376% - 69.3px));
  pointer-events: none;
  transform: translateX(-50%);
}
.hero-grid-lines-vertical,
.hero-grid-lines-horizontal {
  position: absolute;
  inset: 0;
}
.hero-grid-lines-vertical span,
.hero-grid-lines-horizontal span {
  position: absolute;
  display: block;
  opacity: 0.45;
}
.hero-grid-lines-vertical span {
  top: 0;
  bottom: 0;
  border-left: 1px dotted #6e46cf;
}
.hero-grid-lines-vertical span:nth-child(1) { left: 15.580737%; }
.hero-grid-lines-vertical span:nth-child(2) { left: 24.929178%; }
.hero-grid-lines-vertical span:nth-child(3) { left: 27.549575%; }
.hero-grid-lines-vertical span:nth-child(4) { left: 39.783598%; }
.hero-grid-lines-vertical span:nth-child(5) { left: 39.943343%; }
.hero-grid-lines-vertical span:nth-child(6) { left: 47.705885%; }
.hero-grid-lines-vertical span:nth-child(7) { left: 47.875354%; }
.hero-grid-lines-vertical span:nth-child(8) { left: 54.465864%; }
.hero-grid-lines-vertical span:nth-child(9) { left: 54.674221%; }
.hero-grid-lines-vertical span:nth-child(10) { left: 63.180163%; }
.hero-grid-lines-vertical span:nth-child(11) { left: 63.385269%; }
.hero-grid-lines-vertical span:nth-child(12) { left: 75.53551%; }
.hero-grid-lines-vertical span:nth-child(13) { left: 75.92068%; }
.hero-grid-lines-vertical span:nth-child(14) { left: 81.00971%; }
.hero-grid-lines-horizontal span {
  right: 0;
  left: 0;
  border-top: 1px dotted #6e46cf;
}
.hero-grid-lines-horizontal span:nth-child(1) { top: 10.199%; }
.hero-grid-lines-horizontal span:nth-child(2) { top: 19.9923%; }
.hero-grid-lines-horizontal span:nth-child(3) { top: 36.6462%; }
.hero-grid-lines-horizontal span:nth-child(4) { top: 53.3001%; }
.hero-grid-lines-horizontal span:nth-child(5) { top: 87.8551%; }
.hero-title text,
.hero-word text,
.hero-chart-markers text {
  fill: #6e46cf;
  font-family: 'RobotoSlab', serif;
  font-weight: 700;
}
.hero-title text {
  font-size: 80px;
  letter-spacing: -1px;
}
.hero-title-switch {
  pointer-events: none;
}
.hero-title-tail {
  animation: hero-title-tail-cycle 7s cubic-bezier(0.45, 0, 0.2, 1) infinite both;
}
.hero-title-o-morph {
  fill: #6e46cf;
}
.hero-title-switch__icon {
  fill: none;
  stroke: #6e46cf;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8px;
  animation: hero-title-switch-icon-cycle 7s ease-in-out infinite both;
}
.hero-chart-baseline,
.hero-chart-line {
  fill: none;
  stroke: #6e46cf;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-chart-baseline {
  stroke-width: 2px;
}
.hero-chart-line {
  stroke-width: 2px;
}
.hero-chart-column {
  transform-box: view-box;
  transform-origin: 50% 432px;
  animation-duration: 7s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.hero-chart-column--1 { animation-name: hero-chart-column-1-cycle; }
.hero-chart-column--2 { animation-name: hero-chart-column-2-cycle; }
.hero-chart-column--3 { animation-name: hero-chart-column-3-cycle; }
.hero-chart-column--4 { animation-name: hero-chart-column-4-cycle; }
.hero-chart-column--5 { animation-name: hero-chart-column-5-cycle; }
.hero-chart-bar {
  fill: #6e46cf;
  opacity: 0.26;
}
.hero-chart-markers {
  opacity: 1;
}
.hero-chart-marker {
  fill: #6e46cf;
}
.hero-chart-markers text {
  font-size: 20px;
}
.hero-chart-value {
  text-anchor: middle;
  animation-duration: 7s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.hero-chart-value--1 { animation-name: hero-chart-value-1-cycle; }
.hero-chart-value--3 { animation-name: hero-chart-value-3-cycle; }
.hero-chart-value--5 { animation-name: hero-chart-value-5-cycle; }
.hero-word {
  transform-box: fill-box;
  transform-origin: center;
  animation-duration: 7s;
  animation-timing-function: cubic-bezier(0.45, 0, 0.2, 1);
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.hero-word text {
  font-size: 80px;
  letter-spacing: -1.5px;
}
.hero-word--ener { animation-name: hero-word-ener-cycle; }
.hero-word--gie { animation-name: hero-word-gie-cycle; }
.hero-word--on { animation-name: hero-word-on-cycle; }
.hero-word--der { animation-name: hero-word-der-cycle; }
.hero-word--zoek { animation-name: hero-word-zoek-cycle; }
.hero-bottom-copy {
  position: absolute;
  z-index: 3;
  bottom: 31px;
  left: 50%;
  width: min(978px, calc(100% - 32px));
  color: #6e46cf;
  font-family: 'RobotoSlab', serif;
  font-size: clamp(14px, 3.99vw, 39px);
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  transform: translateX(-50%);
}
.hero-bottom-copy p {
  margin: 0;
  line-height: inherit;
}
.hero-bottom-copy p + p {
  margin-top: 3px;
}
@keyframes hero-title-switch-icon-cycle {
  0%, 10%, 94%, 100% { opacity: 0; }
  13%, 88% { opacity: 1; }
}
@keyframes hero-title-tail-cycle {
  0%, 6%, 100% { transform: translateX(-149px); }
  13%, 94% { transform: translateX(0); }
}
@keyframes hero-chart-column-1-cycle {
  0%, 8%, 100% { transform: scaleY(0); }
  20%, 97% { transform: scaleY(1); }
}
@keyframes hero-chart-column-2-cycle {
  0%, 20%, 100% { transform: scaleY(0); }
  30%, 92% { transform: scaleY(1); }
  97% { transform: scaleY(0); }
}
@keyframes hero-chart-column-3-cycle {
  0%, 30%, 100% { transform: scaleY(0); }
  40%, 86% { transform: scaleY(1); }
  92% { transform: scaleY(0); }
}
@keyframes hero-chart-column-4-cycle {
  0%, 40%, 100% { transform: scaleY(0); }
  50%, 80% { transform: scaleY(1); }
  86% { transform: scaleY(0); }
}
@keyframes hero-chart-column-5-cycle {
  0%, 50%, 100% { transform: scaleY(0); }
  62%, 72% { transform: scaleY(1); }
  80% { transform: scaleY(0); }
}
@keyframes hero-chart-value-1-cycle {
  0%, 13%, 100% { opacity: 0; }
  20%, 97% { opacity: 1; }
}
@keyframes hero-chart-value-3-cycle {
  0%, 34%, 100% { opacity: 0; }
  40%, 86% { opacity: 1; }
  92% { opacity: 0; }
}
@keyframes hero-chart-value-5-cycle {
  0%, 56%, 100% { opacity: 0; }
  62%, 72% { opacity: 1; }
  80% { opacity: 0; }
}
@keyframes hero-word-ener-cycle {
  0%, 8%, 100% { transform: translateY(95px); }
  20%, 97% { transform: translateY(0); }
}
@keyframes hero-word-gie-cycle {
  0%, 20%, 100% { transform: translateY(40px); }
  30%, 92% { transform: translateY(0); }
  97% { transform: translateY(40px); }
}
@keyframes hero-word-on-cycle {
  0%, 30%, 100% { transform: translateY(-20px); }
  40%, 86% { transform: translateY(0); }
  92% { transform: translateY(-20px); }
}
@keyframes hero-word-der-cycle {
  0%, 40%, 100% { transform: translateY(40px); }
  50%, 80% { transform: translateY(0); }
  86% { transform: translateY(40px); }
}
@keyframes hero-word-zoek-cycle {
  0%, 56%, 100% { transform: translateY(-20px); }
  62%, 72% { transform: translateY(0); }
  80% { transform: translateY(-20px); }
}
@media (max-width: 767px) {
  .hero-banner {
    min-height: 230px;
  }
  .hero-banner__svg {
    width: calc(144.376% - 43.3px);
  }
  .hero-grid-wrapper {
    width: calc(144.376% - 43.3px);
  }
  .hero-bottom-copy {
    bottom: 15px;
    width: calc(100% - 30px);
    font-size: clamp(12px, 3.6vw, 16px);
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden
}
@media (max-width: 1024px) {
  .container {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .site_copy > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .site_copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .map-question,
  .card_switcher {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .section_cta h2 {
    white-space: normal;
  }
  h5 {
    font-size: 25px;
  }
  .card_switcher li {
    .percentages span {
      font-size: 40px;
    }
    .bar-chart-wrapper {
      height: 175px;
    }
  }
  .circle-section-wrapper {
    margin-top: -50px;
  }
  .zone-tip {
    .tip-text {}
  }
}
@media (max-width: 767px) {
  section {
    width: 100%;
  }
  body {
    font-size: 16px;
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 25px;
  }
  .container {
    padding: 0 15px;
  }
  .welcome_copy {
    width: calc(100% - 30px);
    padding: 44px 0 46px;
  }
  .welcome_copy__intro {
    font-size: 18px;
    line-height: 1.55;
    br {
      display: none;
    }
  }
  .welcome_chapters {
    width: 100%;
    margin-top: 36px;
    transform: none;
    ul {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 6px;
    }
  }
  .welcome_chapter {
    height: 164px;
    border-radius: 7px;
    a {
      padding: 20px 10px 10px;
    }
  }
  .welcome_chapter__icon {
    height: 76px;
    flex-basis: 76px;
  }
  .welcome_chapter--home .welcome_chapter__icon img {
    width: 80px;
    height: 76px;
  }
  .welcome_chapter--road .welcome_chapter__icon img {
    width: 76px;
    height: 72px;
    transform: translateY(3px);
  }
  .welcome_chapter--future .welcome_chapter__icon img {
    width: 72px;
    height: 72px;
    transform: translateY(3px);
  }
  .welcome_chapter__title {
    margin-top: 18px;
    font-size: clamp(13px, 4vw, 16px);
    line-height: 1.15;
  }
  .energy-home__inner {
    width: calc(100% - 30px);
    padding: 40px 0;
  }
  .energy-home__icon {
    width: 82px;
    height: 78px;
    flex-basis: 82px;
  }
  .energy-road .energy-home__icon {
    -webkit-mask-position: left center;
    mask-position: left center;
    -webkit-mask-size: 76px 76px;
    mask-size: 76px 76px;
  }
  .energy-home__heading {
    align-items: center;
  }
  .energy-home__heading h2 {
    margin-left: 12px;
    font-size: clamp(34px, 10.5vw, 42px);
    line-height: 1.08;
  }
  .energy-road .energy-home__heading h2 {
    margin-left: 12px;
  }
  .energy-home__copy {
    margin-top: 28px;
  }
  .energy-home__copy p {
    font-size: 18px;
    line-height: 1.55;
    br {
      display: none;
    }
  }
  .energy-road .energy-home__copy p {
    font-size: 18px;
    line-height: 1.55;
  }
  .energy-home__copy p + p {
    margin-top: 28px;
  }
  .btn_download {
    span {
      font-size: 25px;
    }
  }
  .healthcare-content {
    padding: 0 10px;
  }
  .healthcare-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }
  .healthcare-label-nederland h4,
  .healthcare-label h4 {
    font-size: 14px;
  }
  .healthcare-label,
  .healthcare-label-nederland {
    min-width: 70px;
  }
  .healthcare-track,
  .healthcare-track-nederland {
    height: 100px;
  }
  .healthcare-grid-lines span {
    height: calc(100% - 113px);
  }
  .healthcare-play-icon {
    padding: 5px;
  }
  .healthcare {
    padding-bottom: 50px;
  }
  .section_belief_check {
    overflow: hidden;
  }
  .section_switcher {
    padding-top: 50px;
    overflow: hidden;
    .copy > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(30px * var(--tw-space-y-reverse));
    }
  }
  .card_switcher {
    gap: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .card_switcher li {
    margin: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    .percentages {
      margin-bottom: 30px;
    }
    .percentages span {
      font-size: 30px;
    }
  }
  .card_switcher {
    & li {
      h5 {
        font-size: 16px;
        padding-top: 10px;
      }
    }
    & li {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
    }
    & li {
      .bar-chart-wrapper {
        height: 125px;
      }
      & .labels {
        & div {
          p {
            font-size: 10px;
          }
        }
      }
    }
  }
  .section_switcher {
    .copy_with_img {
      padding: 10px 0 50px 0;
      gap: 20px;
    }
    .interactive {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  .swipe-card-style1 {
    margin-top: 50px;
  }
  .interactive_wrap {}
  .interactive-quiz {
    & li {
      & .answer-text {
        padding: 20px 15px;
        p {
          font-size: 16px;
        }
      }
    }
    & li {
      .quiz-percentage-wrapper {
        .quiz-percentage {
          padding-right: 0;
        }
      }
      .quiz-percentage {
        font-size: 25px;
        min-width: unset;
      }
    }
  }
  .quiz-tooltip {
    top: 210%;
    right: 5px;
    .quiz-tooltip-content img {
      width: 15px;
    }
  }
  .quiz-tooltip-text {
    font-size: 14px;
  }
  .quiz-explanation {
    gap: 20px;
    margin-top: 50px;
  }
  .quiz-explanation-content {}
  .zones-wrapper {
    height: 250px;
  }
  .zone-question {
    padding: 10px 20px 20px 20px;
  }
  .healthcare-footer {
    gap: 0;
    padding-bottom: 20px;
  }
  .healthcare-footer h2 {
    font-size: 22px;
  }
  .healthcare-question,
  .healthcare-value-nederland {
    font-size: 25px;
  }
  .healthcare-pointer img {
    width: 30px;
    height: 30px;
  }
  .btn_purple,
  .btn_yellow {
    padding: 6px 30px;
    border-radius: 12px;
    font-size: 14px;
  }
  .zone-container {
    gap: 50px;
  }
  .map-question__card,
  .vertical-container,
  .interactive-quiz,
  .zone-content-wrapper {
    border-radius: 12px;
  }
  .zone-question {
    gap: 10px;
    h2 {
      grid-column: span 4;
      font-size: 16px;
    }
  }
  .zone-tip {
    margin: 0;
    padding: 0;
    gap: 20px;
  }
  .circle-section-wrapper {
    .circle-container {
      padding: 0;
    }
  }
  .progress-content {
    width: 190px;
  }
  .healthcare-op2 {
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .healthcare-op3 {
    margin-top: 0;
    padding-bottom: 0;
  }
  .healthcare-bars {
    margin-bottom: 10px;
  }
  .healthcare-op3,
  .healthcare-op2 {
    .healthcare-footer h2 {
      font-size: 16px;
      padding-right: 10px;
    }
  }
  .satisfied-section-wrapper {
    margin-top: 60px;
  }
  .satisfied-tip {
    margin-top: -20px;
  }
  .map-question {
    padding: 0;
  }
  .section_complexity {
    margin-top: -50px;
  }
  .vertical-section-wrapper {
    margin-top: 40px;
  }
  .vertical-bar-item {
    transform: translateY(-1px);
  }
  .vertical-container {
    padding: 15px;
  }
  .vertical-question {
    gap: 10px;
  }
  .vertical-question h2 {
    font-size: 18px;
  }
  .map-question__stat-value {
    padding-top: 20px;
  }
  .map-question__stat {
    top: 72%;
    left: 72%;
  }
  .map-question__card--least .map-question__stat {
    top: 65%;
    left: 36%;
  }
  .map-question__stat {
    filter: drop-shadow(0);
  }
  .map-question__card--least .map-question__stat .map-question__stat-content  {
    transform: scale(.6) translate3d(-10px, 20px, -50px);
  }
  .map-question__stat-content {
    transform: scale(.6) translate3d(-30px, -80px, -50px);
  }
  .map-question__label.is-correct,
  .map-question__label {
    text-shadow: none;
  }
  .cta_download {
    padding: 10px 20px;
    font-size: 14px;
  }
  .card_switcher {
    & li {
        .grid-lines {
            margin-left: -0.5rem;
            margin-right: -0.5rem;
        }
    }
  }
}
/* INTERNAL QC: keep multiline section headings optically separated. */
.contract-distribution__copy h2,
.age-contracts__header h2,
.contract-confidence__header h2,
.annual-check__header h2,
.energy-worries__header h2,
.middle-east__header h2,
.energy-actions__header h2,
.electric-driving__header h2,
.cost-awareness__header h2,
.frustrations-rank__header h2,
.solar-panels__header h2,
.solar-purchase__header h2,
.energy-terms__header h2,
.energy-advice__header h2 {
  line-height: 1.08;
}
/* INTERNAL QC: all explanatory lightbulb copy uses one consistent size. */
.contract-distribution__tip p,
.age-contracts__tip p,
.contract-confidence__tip p,
.energy-worries__tip p,
.energy-actions__tip p,
.electric-driving__tip p,
.cost-awareness__tip p,
.frustrations-rank__tip p,
.solar-panels__tip p,
.solar-purchase__tip p,
.energy-advice__tip p {
  font-size: 18px;
}
/* The generic SVG treatment must not add a glow to the interactive stacks. */
.contract-card__stack-body {
  filter: none;
}
@media (min-width: 768px) {

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-\[25px\] {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {

  .lg\:mb-60 {
    margin-bottom: 15rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {

  ._mb\:\!pb-\[40px\] {
    padding-bottom: 40px !important;
  }
}
