@font-face {
  font-family: "Haneda";
  src: url("fonts/HanedaHeavy-Regular.woff2") format("woff2"), url("fonts/HanedaHeavy-Regular.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Diamante";
  src: url("fonts/Diamante-Bold.woff2") format("woff2"), url("fonts/Diamante-Bold.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Font */
/* Colors */
/* Other */
/*========================================================
            main
=========================================================*/
html {
  height: 100%;
}
@media screen and (max-width: 575.98px) {
  html {
    font-size: 0.75rem;
  }
}
body {
  height: 100%;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-size: 1.32rem;
  color: white;
  font-weight: 400;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #41bfef;
}

.container {
  width: 100%;
  max-width: 858px;
}

::selection {
  color: white;
  background-color: #d0d602;
}

.text-white {
  color: white;
}

.text-dark-blue {
  color: #074f8d;
}

.text-green {
  color: #d0d602;
}

.bg-dark-blue {
  background-color: #074f8d;
}

.bg-light-blue {
  background-color: #41bfef;
}

.bg-green {
  background-color: #d0d602;
}

.fill-dark-blue {
  fill: #074f8d;
}

.fill-light-blue {
  fill: #41bfef;
}

.fill-green {
  fill: #d0d602;
}

.fill-white {
  fill: white;
}

.font-handwritten {
  font-family: "Haneda", Helvetica, Arial, sans-serif !important;
}

.rotate-5 {
  transform: rotate(5deg);
}

.rotate-4 {
  transform: rotate(4deg);
}

.rotate-3 {
  transform: rotate(3deg);
}

.rotate-5-min {
  transform: rotate(-5deg);
}

.rotate-4-min {
  transform: rotate(-4deg);
}

.rotate-3-min {
  transform: rotate(-3deg);
}

.rotate-2-min {
  transform: rotate(-2deg);
}

.rotate-1-min {
  transform: rotate(-1deg);
}

.animation-delay-1 {
  animation-delay: 0.25s;
}

.animation-delay-2 {
  animation-delay: 0.45s;
}

.animation-delay-3 {
  animation-delay: 0.65s;
}

.animation-delay-4 {
  animation-delay: 0.85s;
}

.animation-delay-5 {
  animation-delay: 1.05s;
}

.animation-delay-6 {
  animation-delay: 1.25s;
}

.animation-delay-7 {
  animation-delay: 1.45s;
}

.animation-delay-8 {
  animation-delay: 1.65s;
}

.animation-delay-9 {
  animation-delay: 1.85s;
}

.animation-delay-10 {
  animation-delay: 2.05s;
}

.animation-delay-11 {
  animation-delay: 2.25s;
}

.animation-delay-12 {
  animation-delay: 2.45s;
}

.animation-delay-13 {
  animation-delay: 2.65s;
}

.animation-delay-14 {
  animation-delay: 2.85s;
}

.animation-delay-15 {
  animation-delay: 3.05s;
}

.animation-delay-16 {
  animation-delay: 3.25s;
}

.animation-delay-17 {
  animation-delay: 5s;
}

.animation-delay-18 {
  animation-delay: 5.25s;
}

.animation-delay-19 {
  animation-delay: 5.45s;
}

.animation-delay-20 {
  animation-delay: 5.65s;
}

.animate__animated.animate__slowest {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-duration: calc(var(--animate-duration)*5);
  animation-duration: calc(var(--animate-duration)*5);
}

/*========================================================
            typography
=========================================================*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Diamante", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 4.3rem;
}
h1 u:after {
  bottom: -0.2rem;
  transform: rotate(-1.5deg);
  background-size: 77rem;
}

h2 {
  font-size: 2.2rem;
  color: #074f8d;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.7rem;
}

h5 {
  font-size: 1.7rem;
}

p a {
  color: inherit;
  text-decoration: underline;
}
p a:hover {
  color: inherit;
  text-decoration: underline;
}
p.lead {
  line-height: 1.44;
}
p u:after {
  bottom: 0.1rem;
  transform: rotate(0deg);
  background-size: 52rem;
}

u {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
u:after {
  content: "";
  width: 0;
  height: 1rem;
  position: absolute;
  left: 0;
  background-image: url("images/green-underline.svg");
  background-repeat: repeat-x;
  background-position: bottom;
  animation: underline 0.5s ease forwards;
  animation-delay: 0.5s;
}
u.dark-blue:after {
  background-image: url("images/dark-blue-underline.svg");
}
u.light-blue:after {
  background-image: url("images/light-blue-underline.svg");
}

.title .plus {
  width: 2.8rem;
  position: absolute;
}
.title .plus.plus-bottom-right {
  right: -2.5rem;
  bottom: -0.5rem;
}
.title .plus.plus-top-left {
  left: -2.2rem;
  top: -1.5rem;
}

@keyframes underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*========================================================
            buttons
=========================================================*/
.btn {
  padding: 0.5rem 1.7rem;
  font-size: 1.32rem;
  font-weight: bold;
  border-radius: 2rem;
  transition: all 0.2s ease;
  white-space: nowrap;
  border: 0;
}
.btn:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 575.98px) {
  .btn {
    padding: 0.8rem 2rem;
  }
}

.btn-primary {
  background-color: #d0d602;
}
.btn-primary:hover {
  background-color: #074f8d;
}

.btn-secondary {
  background-color: #41bfef;
}
.btn-secondary:hover {
  background-color: #074f8d;
}

.btn-load {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.btn-load span {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.btn-load i {
  margin: 0 0 0 0.6rem;
}
.btn-load:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.btn-load.btn-primary:before {
  background: #d0d602;
}
.btn-load.btn-secondary:before {
  background: #41bfef;
}
.btn-load:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #074f8d;
  animation: loading 10s linear forwards;
  z-index: 2;
}

@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .fixed-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 2rem 0;
  }
}

/*========================================================
            section
=========================================================*/
section {
  min-height: 100%;
  padding: 2rem 0;
}
@media screen and (max-width: 575.98px) {
  section {
    padding: 2rem 0 6rem 0;
  }
}

/*========================================================
            intro
=========================================================*/
.sw_intro {
  min-height: unset !important;
  height: 100%;
  display: block;
  animation: introtop;
  animation-duration: 0.8s;
  animation-delay: 3.8s;
  animation-fill-mode: forwards;
}

@keyframes introtop {
  0% {
    width: inherit;
    height: inherit;
  }
  100% {
    width: 0;
    height: 0;
    padding: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .intro {
    padding: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .intro svg {
    height: 90vh;
    padding: 1.5rem 0;
  }
}
.intro .title-logo {
  width: 100%;
  position: absolute;
  animation: part-1-plus 0.5s ease forwards;
  animation-delay: 2s;
}
.intro .title-logo svg {
  width: 100%;
}
@keyframes part-1-plus {
  0% {
    width: 100%;
  }
  100% {
    width: 300px;
  }
}
.intro .title-logo h2 {
  font-size: 5.3rem;
  line-height: 1.1;
}
.intro .title-logo h2 .part-1 {
  position: relative;
}
.intro .title-logo h2 .part-1 svg {
  width: 24rem;
  position: absolute;
  top: -7.5rem;
  right: -20rem;
}
@media screen and (max-width: 575.98px) {
  .intro .title-logo h2 .part-1 svg {
    top: -11rem;
    right: -8.5rem;
  }
}
.intro .title-logo h2 .part-1 .part-1-plus {
  width: 4.4em;
  height: 2.5em;
  top: -2.2em;
  right: -1.7em;
  position: absolute;
  background: red;
}
.intro .title-logo h2 .part-1 .part-1-plus .plus-1 {
  width: 1em;
}
.intro .title-logo h2 .part-1 .part-1-plus .plus-2 {
  width: 0.3em;
  top: 1.7em;
  left: 1em;
}
.intro .title-logo h2 .part-1 .part-1-plus .plus-3 {
  width: 0.3em;
  top: 1.4em;
  left: 2em;
}
.intro .title-logo h2 .part-1 .part-1-plus .plus-4 {
  width: 0.8em;
  top: 0.5em;
  left: 1.3em;
}
.intro .title-logo h2 .part-1 .part-1-plus .plus-5 {
  width: 1.1em;
  top: 0.9em;
  left: 2.6em;
}
.intro .title-logo h2 .part-1 .part-1-plus .plus-6 {
  width: 0.8em;
  top: 0.4em;
  right: 0;
}
.intro .title-logo h2 .part-1 .part-1-plus .plus-7 {
  width: 0.7em;
  top: 0;
  right: 1.4em;
}
.intro .title-logo h2 .part-1 .part-1-plus .plus-8 {
  width: 0.6em;
  bottom: 0;
  right: 0.2em;
}
.intro .title-logo h2 .part-1 .part-1-plus .plus-9 {
  width: 0.3em;
  bottom: 0;
  right: 1em;
}
.intro .title-logo h1 {
  font-size: 11.5rem;
  line-height: 0.8;
}
.intro .title-logo h1 .batterij {
  position: relative;
}
.intro .title-logo h1 .batterij img {
  width: 3.5rem;
  position: absolute;
  bottom: 0;
  right: -5rem;
  transform: rotate(12deg);
}
.intro .title-logo h1 .part-2 {
  position: relative;
}
.intro .title-logo h1 .part-2 svg {
  width: 14rem;
  position: absolute;
  top: -8rem;
  left: -9.5rem;
  transform: rotate(-13deg);
}
@media screen and (max-width: 575.98px) {
  .intro .title-logo h1 .part-2 svg {
    top: 3.5rem;
    left: -2.5rem;
  }
}
.intro .title-logo .subtext {
  left: 11.5rem;
}
.intro .title-logo .subtext h3 {
  font-size: 2rem;
}
.intro .title-logo .stibat-logo2 {
  margin: 5rem 0 0 30rem;
}
.intro .title-logo .stibat-logo2 img {
  width: 12rem;
}

/*========================================================
            start
=========================================================*/
.start .prices {
  max-width: 85%;
}
@media screen and (max-width: 575.98px) {
  .start .prices {
    max-width: 65%;
    margin: -1.5rem 0 0 0;
  }
}
.start .prices .bewaarbox {
  width: 50%;
  margin: 0 -2rem 0 0;
}
.start .prices .bewaarbox span {
  margin: 2rem 0 0 -2rem;
}
.start .prices .weber {
  width: 75%;
  margin: 1rem 0 0 0;
  transform: rotate(5deg);
}
.start .prices .weber span {
  bottom: 2rem;
  right: 2rem;
}
.start .prices span {
  width: 4rem;
  height: 4rem;
  font-size: 1.45rem;
}
.start .prices:before {
  content: url("images/arrow.svg");
  width: 60%;
  position: absolute;
  bottom: 0;
  left: -5rem;
}

/*========================================================
            questions
=========================================================*/
/* score
========================================================*/
.score {
  width: 10rem;
  padding: 2rem 0;
  position: relative;
  font-family: "Haneda", Helvetica, Arial, sans-serif;
  line-height: 0;
}
.score span {
  width: 100%;
  font-size: 1.3rem;
  position: absolute;
  padding-top: 1.3rem;
  font-family: "Haneda", Helvetica, Arial, sans-serif;
}
.score span b {
  margin: 0 0 0 0.1rem;
  font-family: "Diamante", Helvetica, Arial, sans-serif;
  font-size: 1.7rem;
}

.stibat-logo {
  width: 4.4rem;
  position: absolute;
  top: 1.42rem;
  left: 0.8rem;
}

.stibat-logo2 {
  width: 4.4rem;
}

/* question 1
========================================================*/
.glasses {
  width: 65%;
  top: 20%;
  left: 18%;
}

/*========================================================
            question - range slider
=========================================================*/
.range-slider {
  width: 100%;
}

#img {
  width: 100%;
  max-width: 17rem;
}
@media screen and (max-width: 575.98px) {
  #img {
    width: 13rem;
  }
}

.range-slider__range {
  -webkit-appearance: none;
  width: 100%;
  height: 0.5rem;
  border-radius: 5px;
  background: white;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  appearance: none;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #074f8d;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #074f8d;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #074f8d;
}
.range-slider__range::-moz-range-thumb {
  width: 2.2rem;
  height: 2.2rem;
  border: 0;
  border-radius: 50%;
  background: #074f8d;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #074f8d;
}
.range-slider__range:active::-moz-range-thumb {
  background: #074f8d;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px white, 0 0 0 6px #074f8d;
}

/*========================================================
            question - drag&drop
=========================================================*/
.label {
  width: auto !important;
  height: auto !important;
  margin-bottom: 0.5rem;
}
.label:last-child {
  margin-bottom: 0;
}

.battery {
  min-height: 20rem;
  padding: 5.5rem 1rem 1rem 1rem;
  border: 0.25rem solid white;
  border-radius: 0.5rem;
}
.battery:after, .battery:before {
  content: "";
  background-image: url("images/batterij-connect.png");
  background-size: 3.5rem 0.5rem;
  width: 3.5rem;
  height: 0.5rem;
  top: -0.75rem;
  position: absolute;
}
@media screen and (max-width: 575.98px) {
  .battery:after, .battery:before {
    top: -0.75rem;
  }
}
.battery:after {
  left: 1rem;
}
.battery:before {
  right: 1rem;
}
.battery .plus-icon {
  width: 2.6rem;
  height: 2.6rem;
  top: 1.45rem;
  left: calc(50% - 1.3rem);
  background-image: url("images/plus-icon.svg");
}

.arrow-2 {
  width: 65%;
}

/*========================================================
            question - multiple choice
=========================================================*/
.multiple-choice input[type=radio] {
  display: none;
}
.multiple-choice input[type=radio]:not(:disabled) ~ label {
  cursor: pointer;
}
.multiple-choice label {
  width: 100%;
  min-height: 10.5rem;
  margin: 0 0 2.5rem 0;
  padding: 1rem;
  font-family: "Diamante", Helvetica, Arial, sans-serif;
  font-size: 1.55rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.3rem solid #074f8d;
  border-radius: 1rem;
  background: #074f8d;
  transition: all 0.2s ease;
}
@media screen and (max-width: 575.98px) {
  .multiple-choice label {
    min-height: 7rem;
  }
}
.multiple-choice label:hover {
  transform: scale(1.05);
  color: #074f8d;
  background-color: white;
  animation: shake 0.7s;
  animation-iteration-count: infinite;
}
.multiple-choice label:after {
  content: "";
  background-color: aliceblue;
  border-radius: 1rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.001, 0.001);
  z-index: -1;
}
.multiple-choice input[type=radio]:checked + label {
  background: white;
  color: #074f8d;
}
.multiple-choice input[type=radio]:checked + label:hover {
  animation: none;
  transform: unset;
}
.multiple-choice input[type=radio]:checked + label:after {
  animation: splash 0.8s ease-out;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.multiple-choice-answer {
  padding: 5rem 1rem;
  border-radius: 1rem;
}

/*========================================================
            question - sortable
=========================================================*/
.sortable {
  cursor: grab;
}
.sortable li.ui-sortable-handle {
  margin: 0 0 1.8rem 2rem;
  padding: 0.2rem 1rem;
  position: relative;
  counter-increment: counter;
  border: 0.2rem solid #d0d602;
  background-color: #41bfef;
}
.sortable li.ui-sortable-handle:before {
  content: counter(counter);
  width: 3.5rem;
  height: 3.5rem;
  top: -0.35rem;
  left: -2rem;
  font-family: "Diamante", Helvetica, Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 2.1;
  position: absolute;
  border-radius: 50%;
  background-color: #d0d602;
}
.sortable li.ui-sortable-handle:active {
  border-color: #074f8d;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
}
.sortable li.ui-sortable-handle:active:before {
  background-color: #074f8d;
}
.sortable li.ui-state-highlight {
  margin: 0 0 1.8rem 0;
  height: 3rem;
  border: 0.2rem dashed #d0d602;
}
.sortable:active {
  cursor: grabbing;
}

/*========================================================
            question - true/false
=========================================================*/
.true-false {
  margin: 3.5rem 0 0 0;
}
.true-false input[type=radio] {
  display: none;
}
.true-false input[type=radio]:not(:disabled) ~ label {
  cursor: pointer;
}
.true-false label {
  margin: 0 0 3.5rem 0;
  padding: 0 0 0 6.5rem;
  font-size: 2.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
}
.true-false label:before {
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  padding: 0.95rem;
  top: -0.75rem;
  left: 0;
  position: absolute;
  transition: all 0.2s ease;
  border-radius: 50%;
  background-color: #074f8d;
}
.true-false label.true:before {
  content: url("images/true-icon.svg");
}
.true-false label.false:before {
  content: url("images/false-icon.svg");
}
.true-false label:hover {
  animation: shake 0.7s;
  animation-iteration-count: infinite;
}
.true-false label:hover:before {
  background-color: #d0d602;
}
.true-false label:after {
  content: "";
  background-color: aliceblue;
  border-radius: 50%;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  top: -0.8rem;
  left: 0;
  z-index: -1;
  position: absolute;
  transform: scale(0.001, 0.001);
}
.true-false input[type=radio]:checked + label:before {
  background-color: #d0d602;
}
.true-false input[type=radio]:checked + label:after {
  animation: splash 0.8s ease-out;
}
.true-false input[type=radio]:checked + label:hover {
  animation: none;
  transform: unset;
}

@keyframes splash {
  50% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}
/*========================================================
            end score
=========================================================*/
.score-wrapper {
  max-width: 22rem;
  margin: auto;
}

.score-title h1 {
  font-size: 9rem;
  line-height: 0.9;
}
@media screen and (max-width: 575.98px) {
  .score-title h1 {
    margin-left: 1rem;
    font-size: 7rem;
  }
}
.score-title h1 .part-1 {
  position: relative;
}
.score-title h1 .part-1 svg {
  width: 9rem;
  position: absolute;
  top: -5.5rem;
  right: -7.5rem;
}
@media screen and (max-width: 575.98px) {
  .score-title h1 .part-1 svg {
    top: -5rem;
    right: -6rem;
    width: 6rem;
  }
}
.score-title h1 .part-2 {
  position: relative;
}
.score-title h1 .part-2 svg {
  width: 9rem;
  position: absolute;
  bottom: -4rem;
  left: -8rem;
}
@media screen and (max-width: 575.98px) {
  .score-title h1 .part-2 svg {
    width: 6rem;
    bottom: -2.5rem;
    left: -6rem;
  }
}

.social-share svg {
  width: 3rem;
  transition: all 0.1s ease;
}
.social-share svg:hover {
  transform: scale(1.15);
}

/*========================================================
            prices
=========================================================*/
.price-section .prices .bewaarbox {
  width: 80%;
  left: 2rem;
}
.price-section .prices .bewaarbox span {
  left: -2rem;
  top: 2rem;
}
.price-section .prices .weber {
  width: 100%;
  margin: 7rem 0 0 0;
}
.price-section .prices .weber span {
  bottom: 2rem;
  right: 2rem;
}
.price-section .prices span {
  width: 6rem;
  height: 6rem;
  font-size: 2.2rem;
}

/*========================================================
            form
=========================================================*/
form label.form-label {
  margin: 0 0 0.3rem 0;
  font-weight: bold;
}
form .form-control, form .form-check-input {
  border: 0;
}
form .form-check a {
  color: white;
}

/*========================================================
            thank you page
=========================================================*/
.map-title {
  margin: 4.5rem 0 2rem 0;
}
.map-title .part-1 {
  position: relative;
}
.map-title .part-1 svg {
  width: 5.5rem;
  position: absolute;
  top: -4.5rem;
  right: -9.4rem;
}
.map-title .part-2 {
  position: relative;
}
.map-title .part-2 svg {
  width: 6rem;
  position: absolute;
  bottom: -2.4rem;
  left: -7rem;
}
.map-title .arrow {
  position: relative;
}
.map-title .arrow svg {
  width: 6rem;
  position: absolute;
  top: 0;
  left: 3rem;
}

.map {
  height: 23rem;
  background-image: url("images/map.jpg");
  background-size: cover;
}
@media screen and (max-width: 575.98px) {
  .map {
    height: 20rem;
  }
}

/*========================================================
            other
=========================================================*/
/* Override draggable defaults... */
.ui-draggable:hover {
  cursor: grab;
}

.ui-draggable:active {
  cursor: grabbing;
}

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