html{
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}

/* .stop-scrolling {
  height: 100%;
  overflow: hidden;
} */

body {
  font-family: "General Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.28;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0;
}

header {
  position: relative;
  z-index: 3;
}

body:has(.content-wrapper > .background-white:first-child) header .logo-container svg path[fill] {
  fill: #000046;
}

body:has(.content-wrapper > .background-white:first-child) header .menu-trigger-container label .hamburger-icon path[fill]{
  fill: #000046;
}
body:has(.content-wrapper > .background-white:first-child) header .menu-trigger-container label {
  color: #000046;
}

header:has(#collapse-menu:checked) .menu-trigger-container label .hamburger-icon path[fill]{
  fill: white
}

header:has(#collapse-menu:checked) .menu-trigger-container label {
  color: white
}

header .container-wrapper {
  padding: 65px 0 50px 0;
  max-width: calc(100vw - 60px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 850px){
  header .container-wrapper {
    padding: 30px 0 50px 0;
  }
}

.logo-container {
  position: relative;
  z-index: 1;
}

.logo-container svg {
  display: block;
  width: 231px;
}
header + .content-wrapper {
  min-height: calc(100vh - 160px - 50px); /* header-height - footer-height */
}

.relative {
  position: relative;
}

.video-wrapper {
    position: relative;
}
.video-wrapper {
    display: inline-block;
}
figure {
    height: 100%;
    width: 100%;
    position: relative;
}

.container-wrapper {
  max-width: calc(100vw - 60px);
  width: 1436px;
  margin-left: auto;
  margin-right: auto;
}

.divider {
  height: 80vh;
}

.smalldivider {
  height: 10vh;
  display: block;
}

.startbutton {
  display: inline-block;
  width: auto;
  animation: example 3s infinite;
}

@keyframes example {
  0% {transform: rotate(0deg)}
  5% {transform: rotate(-4deg)}
  10% {transform: rotate(4deg)}
  15% {transform: rotate(-4deg)}
  20% {transform: rotate(0deg)}
  100% {transform: rotate(0deg)}
}

.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}

.content-wrapper h1 {
  font-family: "atyp-bl-variable", sans-serif;
  font-variation-settings: "ital" 0, "opsz" 6, "wght" 507;
  font-size: 4.6rem;
  line-height: 110%;
  letter-spacing: 0;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .content-wrapper h1 {
      font-size: 3.6rem;
  }
}

.content-wrapper h2 {
  font-size: 2rem;
  line-height: 150%;
  margin-bottom: 30px;
}

.content-wrapper h3 {
  margin-bottom: 15px;
  font-weight: 500;
}

.content-wrapper a {
  color: #E95934;
  text-decoration: none;
}

footer {
  font-size: 12px;
  line-height: 2;
  width: 100%;
  padding: 13px 0;
  background-color: #000046;
  color: rgba(255,255,255,0.5);
  text-align: center;
}

footer .flex {
  gap: 0 30px;
  flex-wrap: wrap;
}

.questions footer {
  position: fixed;
  bottom: 0;
  z-index: 1;
}

footer a {
  color: rgba(255,255,255,0.5);
}

.intro {
  text-align: center;
}

.intro p {
  line-height: 1.5em;
}

.progress-container {
  width: 100%;
  height: 20px;
  background: #F4F4F5;
}

.progress-bar {
  height: 20px;
  background: linear-gradient(var(--angle), #E5ACF4 0%, #387FF7 100%); // #E95934;
  width: 0%;
  border-radius: 0px 25px 25px 0px;;
}

.backgroundColor {
  background-color: #F4F4F5!important;
}

.centerme {
  text-align: center;
}

.content {
  margin: 50px auto 0 auto;
  width: 70%;
}

.column-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 160px;
  grid-row-gap: 60px;
  margin-bottom: 160px;
}

.column-2 p {
  font-size: 18px;
  line-height: 30px;
}

#myChart {
  width: 1200px!important;
  margin: auto;
}

@media screen and (max-width: 1024px) {

  .content, .questioncontent {
      margin: 50px auto 0 auto;
      width: 85%!important;
  }

  #img {
      width: 80%;
      margin: auto;
  }

  .smalldivider {
    height: 5vh!important;
    display: block;
  }
}


@media screen and (max-width: 764px) {

  .column-2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 60px;
    margin-bottom: 160px;
  }

}
