@charset "UTF-8";
/*
Theme Name:   KRAKEN child
Description:  Child theme for KRAKEN.
Author:       Olaf Lautrup Nørgaard
Author URI:   http://pajor.dk
Template:     kraken
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url(https://use.typekit.net/cbd5gfm.css);
h2.has-small-font-size {
  font-size: 24px !important;
  line-height: 22px;
}

p.has-small-font-size {
  font-size: 12px !important;
}

h2.has-medium-font-size {
  font-size: 30px !important;
  line-height: 27px;
}

p.has-medium-font-size {
  font-size: 15px !important;
}

h2 {
  font-size: 35px;
  line-height: 30px;
}

p {
  font-size: 18px;
}

h2.has-large-font-size {
  font-size: 50px !important;
  line-height: 45px;
}

p.has-large-font-size {
  font-size: 20px !important;
}

h2.has-x-large-font-size {
  font-size: 50px !important;
  line-height: 45px;
}

p.has-x-large-font-size {
  font-size: 25px !important;
}

.noMT {
  margin-top: 0;
}

.noMB {
  margin-bottom: 0;
}

.noM {
  margin: 0;
}

@media only screen and (max-width: 781px) {
  h2.has-large-font-size {
    font-size: 35px !important;
    line-height: 30px !important;
  }
  h2.has-x-large-font-size {
    font-size: 35px !important;
    line-height: 30px !important;
  }
}
header {
  height: 60px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 15;
  top: -1px;
  left: 0;
  width: 100%;
}
header .lang .gt_switcher {
  width: 34px;
}
header .lang .gt_switcher .gt_selected {
  background: transparent;
  border: none;
  outline: none;
  width: 34px;
}
header .lang .gt_switcher .gt_selected a {
  border: none;
  outline: none;
  color: white;
  font-size: 0;
  width: 24px;
}
header .lang .gt_switcher .gt_selected a:hover {
  background: transparent;
}
header .lang .gt_switcher .gt_selected a::after {
  display: none;
}
header .lang .gt_switcher .gt_option {
  background: transparent;
  border: none;
  position: absolute;
}
header .lang .gt_switcher .gt_option .nturl {
  font-size: 0;
}
header .lang .gt_switcher .gt_option a:hover {
  background: transparent;
}
header .headerDummy {
  background-color: rgba(99, 108, 79, 0);
  width: 100vw;
  height: 60px;
  z-index: 100;
  position: relative;
  transition: all 400ms;
  display: flex;
  justify-content: flex-end;
}
header .headerDummy .yellowHeaderLogo {
  position: absolute;
  top: 19px;
  left: 30px;
  z-index: 102;
}
header .headerDummy .yellowHeaderLogo img {
  width: 120px;
}
header .headerDummy .langOpening {
  display: flex;
  gap: 5px;
  align-items: center;
  padding-right: 20px;
}
header .headerDummy .langOpening .lang a.glink {
  font-weight: 300 !important;
  color: white !important;
}
header .headerDummy .langOpening .lang a.glink.gt-current-lang {
  font-weight: 700 !important;
}
header .headerDummy .langOpening .opening p {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  line-height: 1;
  padding: 0 9px 0 0;
  border-right: 2px solid white;
}
header .headerDummy.solid {
  background-color: rgb(99, 108, 79);
}

.navActive header .headerDummy {
  background-color: rgb(99, 108, 79);
}

.YellowMenu {
  position: fixed;
  z-index: 99;
  background-color: #636C4F;
  width: 100%;
  height: calc(100vh - 60px);
  height: calc(100dvh - 60px);
  top: 100vh;
  left: 0;
  transition: all 400ms;
  overflow: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
}
.YellowMenu .imgContainer {
  position: absolute;
  left: 32px;
  top: 59px;
}
.YellowMenu .yellowInnerMenu {
  padding-top: 60px;
}
.YellowMenu .yellowInnerMenu .menu-primary-container {
  width: 100%;
}
.YellowMenu .yellowInnerMenu .menu-primary-container #menu-primary {
  list-style-type: none;
  padding: 0;
  width: 100%;
  text-align: center;
}
.YellowMenu .yellowInnerMenu .menu-primary-container #menu-primary li {
  font-size: 30px;
  padding-bottom: 7px;
}
.YellowMenu .yellowInnerMenu .menu-primary-container #menu-primary li a {
  text-decoration: none;
  color: #E3E3E3;
}
.YellowMenu .yellowInnerMenu .menu-primary-container #menu-primary li .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: all 300ms;
  list-style-type: none;
  padding: 0;
}
.YellowMenu .yellowInnerMenu .menu-primary-container #menu-primary li .sub-menu li {
  font-size: 18px;
}
.YellowMenu .yellowInnerMenu .menu-primary-container #menu-primary .menu-item-has-children.activeMenu a {
  color: #74FBE3;
  font-weight: bolder;
}
.YellowMenu .yellowInnerMenu .menu-primary-container #menu-primary .menu-item-has-children.activeMenu .sub-menu {
  max-height: 500px;
}
.YellowMenu .yellowInnerMenu .menu-primary-container #menu-primary .menu-item-has-children.activeMenu .sub-menu a {
  color: #E3E3E3;
  font-weight: initial;
}
.YellowMenu .yellowInnerMenu .menu-primary-container #menu-primary .menu-item-has-children.activeMenu::after {
  transform: rotate(225deg);
}
.YellowMenu .yellowInnerMenu .menu-primary-container #menu-primary .menu-item-has-children {
  position: relative;
}
.YellowMenu .yellowInnerMenu .menu-primary-container #menu-primary .menu-item-has-children::after {
  content: "";
  border-right: 3px #74FBE3 solid;
  border-bottom: 3px #74FBE3 solid;
  height: 13px;
  width: 13px;
  transform: rotate(45deg);
  transition: all 300ms;
  position: absolute;
  right: 11%;
  top: 14px;
  cursor: pointer;
}
.YellowMenu .yellowInnerMenu .menu-primary-container #menu-primary .smallMenuItem {
  font-size: 18px;
  padding-bottom: 7px;
}
.YellowMenu .yellowInnerMenu .menu-primary-container #menu-primary .smallMenuItem.first {
  margin-top: 20px;
}
.YellowMenu .yellowInnerMenu .menu-primary-container #menu-primary .bigMargin {
  margin-bottom: 20px;
}
.YellowMenu .yellowInnerMenu .menu-primary-container #menu-primary > li {
  position: relative;
  left: 100px;
  transition: all 300ms;
  opacity: 0;
}
.YellowMenu .yellowInnerMenu .menu-primary-container #menu-primary > .visibleMenu {
  opacity: 1;
  left: 0;
}

.YellowMenu.active {
  top: 0;
}

.yellowMobileNav.burgerActive {
  flex-wrap: nowrap;
}
.yellowMobileNav.burgerActive .program {
  left: -33.3333333333%;
  width: 0;
}
.yellowMobileNav.burgerActive .ticket {
  right: -33.3333333333%;
  width: 0;
}
.yellowMobileNav.burgerActive .burgerToggle {
  width: 100vw;
}
.yellowMobileNav.burgerActive .burgerToggle .burger {
  top: 15px;
}
.yellowMobileNav.burgerActive .burgerToggle .burger .line {
  margin-top: -7px;
  transform: rotate(45deg);
}
.yellowMobileNav.burgerActive .burgerToggle .burger .line.first {
  transform: rotate(-45deg);
}

.quickNav.shrink {
  height: 0px;
}

.quickNav.down {
  margin-bottom: -45px;
}
.quickNav {
  width: 100vw;
  display: flex;
  z-index: 99;
  height: 45px;
  transition: all 300ms;
  position: fixed;
  bottom: 60px;
  overflow: hidden;
}
.quickNav a {
  text-decoration: none;
}
.quickNav .quickNavItem {
  width: 33.3333333333vw;
  background-color: #9665ED;
  height: 45px;
  color: #74FBE3;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yellowMobileNav {
  position: fixed;
  z-index: 101;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  background-color: #636C4F;
}
.yellowMobileNav .mobileNavItem {
  text-decoration: none;
  width: 33.3333333333%;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #E3E3E3;
  transition: all 300ms;
  position: relative;
  background-color: #636C4F;
  z-index: 2;
}
.yellowMobileNav .mobileNavItem .iconContainer {
  height: 16px;
}
.yellowMobileNav .mobileNavItem p {
  margin: 0;
  font-weight: bolder;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
  line-height: 16px;
  height: 16px;
}
.yellowMobileNav .program {
  left: 0;
}
.yellowMobileNav .burgerToggle .iconContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  top: 0;
  transition: all 300ms;
}
.yellowMobileNav .burgerToggle .iconContainer .line {
  border: 1px solid #74FBE3;
  width: 21px;
  transition: all 300ms;
}
.yellowMobileNav .ticket {
  background-color: #74FBE3;
  color: #636C4F;
  right: 0;
}
.yellowMobileNav .ticket .iconContainer img {
  height: 27px;
  margin-top: -6px;
}

.yellowDesktopMenu {
  display: none;
}

@media only screen and (min-width: 700px) {
  .YellowMenu .yellowInnerMenu .menu-primary-container #menu-primary .menu-item {
    font-size: 47px;
    padding-bottom: 0;
    line-height: 1.3;
  }
  .YellowMenu .yellowInnerMenu .menu-primary-container #menu-primary .menu-item.smallMenuItem {
    font-size: 20px;
  }
  .YellowMenu .yellowInnerMenu .menu-primary-container #menu-primary .menu-item:hover a {
    font-weight: 700;
    color: #96FFCB;
  }
}
@media only screen and (min-width: 782px) {
  .yellowMobileNav, .quickNav, .headerDummy {
    display: none !important;
  }
  .yellowDesktopMenu {
    display: block;
    width: 100vw;
    padding: 55px 30px 0 30px;
    box-sizing: border-box;
    height: 70px;
    transition: all 500ms;
    background-color: rgba(99, 108, 79, 0);
  }
  .yellowDesktopMenu .innerDesktopMenu {
    max-width: 1000px;
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    height: 100%;
  }
  .yellowDesktopMenu .innerDesktopMenu .logoOpening {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 70px;
  }
  .yellowDesktopMenu .innerDesktopMenu .logoOpening .logoContainer img {
    min-width: 150px;
  }
  .yellowDesktopMenu .innerDesktopMenu .logoOpening .opening p {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    padding: 0;
    white-space: nowrap;
  }
  .yellowDesktopMenu .innerDesktopMenu .logoOpening .opening p br {
    display: none;
  }
  .yellowDesktopMenu .innerDesktopMenu .menuContainer {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .yellowDesktopMenu .innerDesktopMenu .menuContainer a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .yellowDesktopMenu .innerDesktopMenu .menuContainer .button {
    padding: 8px 12px;
    border: 2px solid #74FBE3;
  }
  .yellowDesktopMenu .innerDesktopMenu .menuContainer .burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    position: relative;
    z-index: 100;
    margin-top: 0;
    transition: all 500ms;
    height: 21px;
  }
  .yellowDesktopMenu .innerDesktopMenu .menuContainer .burger .line {
    width: 21px;
    height: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;
    transform: rotate(0deg);
    transition: all 500ms;
  }
  .yellowDesktopMenu .innerDesktopMenu .menuContainer .activeBurger {
    gap: 0;
    padding-top: 17px;
  }
  .yellowDesktopMenu .innerDesktopMenu .menuContainer .activeBurger .line {
    margin-top: -2px;
    transform: rotate(45deg);
  }
  .yellowDesktopMenu .innerDesktopMenu .menuContainer .activeBurger .line.first {
    transform: rotate(-45deg);
  }
  .yellowDesktopMenu.solid {
    padding-top: 0;
    background-color: rgb(99, 108, 79);
  }
  .YellowMenu {
    top: -100vh;
    height: 100vh;
  }
}
body {
  background-color: #636C4F;
  transition: all 400ms;
}

body.navActive {
  background-color: #2F4C4D;
  overflow: hidden;
  position: fixed;
}

html {
  scroll-padding-top: 80px !important;
}

.page-id-243 footer {
  display: none;
}

.yellowContent .innerContainer {
  opacity: 0.99;
}

.hiddenDesktop {
  display: none !important;
}

body {
  background-color: white;
}
body .mtNone {
  margin-top: 0;
}
body .spacing {
  letter-spacing: 2px;
}
body .wp-block-image {
  margin: 0;
}
body .wp-block-image img {
  display: block;
}
body .wp-block-buttons .wp-block-button .wp-block-button__link {
  height: 40px;
  width: 202px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.noMargin {
  margin: 0;
}

.specialLineHeight {
  line-height: 1.2 !important;
}

.customLineHeight {
  line-height: 25px !important;
}

.lH1 {
  line-height: 1;
}

.hideColumns {
  max-height: 500px;
  position: relative;
  overflow: hidden;
  transition: all 6000ms;
  pointer-events: none;
}

.hideColumns.small {
  max-height: 350px;
}

.hideColumns:after {
  content: "Klik for at se mere";
  font-size: 18px;
  font-weight: 700;
  pointer-events: all;
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 120px;
  padding-bottom: 10px;
  cursor: pointer;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 70%);
  transition: all 700ms;
  opacity: 1;
}

.hideColumns.brownHide:after {
  color: rgba(207, 201, 191, 0);
  background-image: linear-gradient(to bottom, rgba(207, 201, 191, 0), rgb(207, 201, 191) 70%) !important;
  color: black !important;
}

.hideColumns.small:after {
  color: #f89e9e;
  padding-bottom: 27px;
  height: 140px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 60%);
}

.hideColumns.clicked:after {
  opacity: 0;
  pointer-events: none;
}

.turqButton .innerImgBackground .button {
  border-color: #74FBE3;
}
.turqButton .innerImgBackground .button p {
  color: #74FBE3;
}
.turqButton .innerImgBackground .button svg {
  fill: #74FBE3;
}

.speColumnsFront {
  gap: 18px;
}
.speColumnsFront .is-vertically-aligned-stretch {
  flex-basis: calc(33.3333333333% - 7px) !important;
}
.speColumnsFront .is-vertically-aligned-stretch .yellowColorBlock {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 782px) {
  .centerDesktop {
    text-align: center;
  }
  figure.coverImage {
    height: 100%;
    width: 100%;
  }
  figure.coverImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 781px) {
  .hiddenMobile {
    display: none;
  }
  .hiddenDesktop {
    display: block !important;
  }
  .smallColorBlock {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
}
.yellowFooter {
  background-color: #2F4C4D;
  padding: 60px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 98;
}
.yellowFooter .desktop {
  max-width: 1000px;
  display: flex;
  gap: 30px;
}
.yellowFooter .desktop .rightCol .footerTop {
  color: #FF9D9D;
  font-style: italic;
}
.yellowFooter .desktop .rightCol .footerTop h2 {
  font-size: 35px;
  margin-top: 0;
  font-weight: 900;
}
.yellowFooter .desktop .rightCol .footerTop h3 {
  font-size: 22px;
  font-weight: 900;
}
.yellowFooter .desktop .rightCol .logoLocation {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.yellowFooter .desktop .rightCol .logoLocation .logo {
  width: 65%;
}
.yellowFooter .desktop .rightCol .logoLocation .location {
  width: 140px;
}
.yellowFooter .desktop .leftCol {
  width: 380px;
  color: white;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.yellowFooter .desktop .leftCol .socials {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.yellowFooter .desktop .leftCol .socials a img {
  display: block;
  height: 33px;
  width: auto;
}
.yellowFooter .desktop .leftCol .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.1;
}
.yellowFooter .desktop .leftCol .info .company {
  margin-top: 15px;
}
.yellowFooter .desktop .leftCol .icons {
  display: flex;
  gap: 15px;
}
.yellowFooter .desktop .leftCol .icons img {
  height: 19px;
  width: auto;
}
.yellowFooter .desktopNav {
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.yellowFooter .desktopNav .heading {
  padding: 20px 0;
}
.yellowFooter .desktopNav .heading h3 {
  font-size: 22px;
  color: #FF9D9D;
  font-style: italic;
  font-weight: 900;
  margin: 0;
}
.yellowFooter .desktopNav .menu-footer-container {
  display: none;
}
.yellowFooter .desktopNav .menu {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 370px;
}
.yellowFooter .desktopNav .menu .menu-item {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.yellowFooter .desktopNav .menu .menu-item a {
  color: #91AFA2;
}
.yellowFooter .desktopNav .menu .menu-item-has-children {
  padding: 12px 0;
  margin-bottom: 30px;
}
.yellowFooter .desktopNav .menu .menu-item-has-children .sub-menu {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
}
.yellowFooter .desktopNav .menu .menu-item-has-children .sub-menu li {
  font-weight: normal;
  font-size: 14px;
  text-transform: initial;
}
.yellowFooter .desktopNav .menu .menu-item-has-children ~ .menu-item-has-children {
  padding: 0;
  margin-bottom: 0;
}
.yellowFooter .mobile {
  display: none;
}
.yellowFooter .footerBottom {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  margin-top: 30px;
}
.yellowFooter .footerBottom .links {
  gap: 40px;
  display: flex;
}
.yellowFooter .footerBottom a {
  color: white;
  text-decoration: none;
  font-size: 12px;
}
.yellowFooter .footerBottom p {
  text-align: right;
  margin: 0;
  color: white;
  font-size: 12px;
}

@media only screen and (max-width: 900px) {
  .yellowFooter .desktop, .yellowFooter .desktopNav {
    display: none;
  }
  .yellowFooter .mobile {
    display: flex;
    flex-direction: column;
    max-width: 500px;
  }
  .yellowFooter .mobile .footerTop {
    color: #FF9D9D;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
  }
  .yellowFooter .mobile .footerTop h2 {
    font-size: 35px;
    margin-top: 0;
    font-weight: 900;
  }
  .yellowFooter .mobile .footerTop h3 {
    font-size: 18px;
    font-weight: 900;
  }
  .yellowFooter .mobile .locationIcons {
    display: flex;
    justify-content: space-between;
  }
  .yellowFooter .mobile .locationIcons .location {
    width: calc(60% - 30px);
  }
  .yellowFooter .mobile .locationIcons .icons {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .yellowFooter .mobile .locationIcons .icons img {
    height: 25px;
    width: auto;
  }
  .yellowFooter .mobile .locationIcons .icons .vpac {
    height: 15px;
  }
  .yellowFooter .mobile .logo {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .yellowFooter .mobile .socials {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
  }
  .yellowFooter .mobile .socials a img {
    display: block;
    height: 33px;
    width: auto;
  }
  .yellowFooter .mobile .info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1.1;
    color: white;
    font-size: 18px;
  }
  .yellowFooter .mobile .info a {
    color: white;
  }
  .yellowFooter .mobile .info .company {
    margin-top: 15px;
  }
  .yellowFooter .mobile .footerNav {
    margin-top: 20px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
  .yellowFooter .mobile .footerNav .heading {
    padding: 20px 0;
  }
  .yellowFooter .mobile .footerNav .heading h3 {
    font-size: 22px;
    color: #FF9D9D;
    font-style: italic;
    margin: 0;
    font-weight: 900;
  }
  .yellowFooter .mobile .footerNav .menu-footer-container {
    display: none;
  }
  .yellowFooter .mobile .footerNav .menu {
    list-style-type: none;
    padding: 0;
  }
  .yellowFooter .mobile .footerNav .menu .menu-item {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .yellowFooter .mobile .footerNav .menu .menu-item a {
    color: #91AFA2;
  }
  .yellowFooter .mobile .footerNav .menu .menu-item-has-children {
    padding: 12px 0;
  }
  .yellowFooter .mobile .footerNav .menu .menu-item-has-children .sub-menu {
    list-style-type: none;
    padding-left: 20px;
    margin-top: 10px;
  }
  .yellowFooter .mobile .footerNav .menu .menu-item-has-children .sub-menu li {
    font-weight: normal;
    font-size: 14px;
    text-transform: initial;
  }
  .yellowFooter .footerBottom {
    flex-direction: column;
    gap: 30px;
  }
  .yellowFooter .footerBottom .links {
    flex-direction: column;
    gap: 0;
  }
}
.page-id-243 {
  background-color: #9300FF;
  padding-bottom: 0 !important;
}
.page-id-243 header {
  display: none;
}
.page-id-243 .quickNav {
  display: none;
}
.page-id-243 .yellowMobileNav {
  display: none;
}

.yellowQuizContent {
  color: #E3E3E3;
  height: 100vh;
  overflow: hidden;
}
.yellowQuizContent .dataContainer {
  display: none;
}
.yellowQuizContent .button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.yellowQuizContent .button p {
  margin: 0;
}
.yellowQuizContent .startButton {
  border: solid #E3E3E3 3px;
  color: #E3E3E3;
  width: 200px;
  height: 32px;
}
.yellowQuizContent .quizIntro {
  transition: all 500ms;
  scale: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 20px;
  padding: 30px 30px 0 30px;
}
.yellowQuizContent .quizIntro .intro p {
  margin: 0;
}
.yellowQuizContent .quizIntro .intro h2 {
  font-weight: 800;
  font-style: italic;
  margin: 0;
}
.yellowQuizContent .quizIntro .startButton {
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  transition: all 200ms;
}
.yellowQuizContent .quizIntro .startButton.clicked {
  height: 0;
  width: 168px;
  border: 19px solid #E3E3E3;
}
.yellowQuizContent .quizIntro.continue {
  scale: 0;
}
.yellowQuizContent .quizIntro.finished {
  display: none;
}
.yellowQuizContent .screenContainer {
  position: relative;
  height: 100vh;
  width: 100vw;
}
.yellowQuizContent .question {
  position: absolute;
  left: 100vw;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #9300FF;
}
.yellowQuizContent .question .quizLogo {
  right: 20px;
  top: 20px;
}
.yellowQuizContent .question .hero {
  height: 28vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.yellowQuizContent .question .hero img {
  width: 100%;
}
.yellowQuizContent .question .progressBar {
  display: flex;
  gap: 2px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-top: -30px;
  margin-bottom: 20px;
}
.yellowQuizContent .question .progressBar .bar {
  background-color: #FFFFFF;
  height: 7px;
  width: 100px;
  border-radius: 4px;
  transition: all 1200ms;
}
.yellowQuizContent .question .progressBar .bar.inactive, .yellowQuizContent .question .progressBar .bar.lastBar {
  opacity: 0.4;
}
.yellowQuizContent .question .progressBar .bar.lastBar.visible {
  opacity: 1;
}
.yellowQuizContent .question .innerQuestion {
  padding: 20px 10%;
  height: calc(72vh - 40px);
  display: flex;
  flex-direction: column;
}
.yellowQuizContent .question .innerQuestion .progress {
  font-size: 16px;
  text-align: center;
}
.yellowQuizContent .question .innerQuestion .questionContainer h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  font-style: italic;
}
.yellowQuizContent .question .innerQuestion .answerContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-grow: 1;
}
.yellowQuizContent .question .innerQuestion .answerContainer .button {
  border: none;
  border-radius: 100px;
  padding: 10px;
  width: calc(100% - 20px);
  background-color: #e3e3e3;
  transition: all 200ms;
  color: #2F4C4D;
  text-align: center;
  line-height: 18px;
  font-weight: 600;
}
.yellowQuizContent .question .innerQuestion .answerContainer .button.clicked {
  background-color: #FF9D9D;
}
.yellowQuizContent .question .innerQuestion .answerContainer .button.clicked.cA {
  background-color: #74FBE3;
}
.yellowQuizContent .question.active {
  left: 0 !important;
}
.yellowQuizContent .question.past {
  left: -100vw;
}
.yellowQuizContent .question.waiting {
  transition: all 500ms;
}
.yellowQuizContent .question.first {
  transition: all 500ms;
}
.yellowQuizContent .quizFact {
  position: absolute;
  width: calc(100vw - 60px);
  height: calc(100vh - 60px);
  left: 100vw;
  top: 0;
  z-index: 2;
  transition: all 500ms;
  background-color: #9300FF;
  display: flex;
  flex-direction: column;
  padding: 60px 30px 0 30px;
  gap: 30px;
  overflow: hidden;
}
.yellowQuizContent .quizFact .backgroundOverlay {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
}
.yellowQuizContent .quizFact .backgroundOverlay .background {
  height: 100vh;
  width: auto;
  z-index: -2;
}
.yellowQuizContent .quizFact .backgroundOverlay .overlay {
  background-color: rgba(147, 0, 255, 0.4);
  height: 100vh;
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
}
.yellowQuizContent .quizFact .flex-start {
  justify-content: flex-start;
}
.yellowQuizContent .quizFact .flex-end {
  justify-content: flex-end;
}
.yellowQuizContent .quizFact .center {
  justify-content: center;
}
.yellowQuizContent .quizFact .correct {
  text-align: center;
}
.yellowQuizContent .quizFact .correct h2 {
  color: #74FBE3;
  margin-bottom: 5px;
  font-style: italic;
  font-weight: 800;
}
.yellowQuizContent .quizFact .correct p {
  margin-top: 0;
  font-size: 15px;
}
.yellowQuizContent .quizFact .incorrect {
  text-align: center;
}
.yellowQuizContent .quizFact .incorrect h2 {
  color: #FF9D9D;
  margin-bottom: 5px;
  font-style: italic;
  font-weight: 800;
}
.yellowQuizContent .quizFact .incorrect p {
  margin-top: 0;
  font-size: 15px;
}
.yellowQuizContent .quizFact .counter {
  font-weight: 600;
  text-align: center;
}
.yellowQuizContent .quizFact .fact {
  text-align: center;
}
.yellowQuizContent .quizFact .button {
  background-color: #e3e3e3;
  height: 41px;
  width: 100px;
  color: #252C2C;
  margin-right: auto;
  margin-left: auto;
  border-radius: 21px;
  font-size: 18px;
  font-weight: 600;
}
.yellowQuizContent .quizFact .quizLogo {
  bottom: 20px;
  width: calc(100% - 60px);
}
.yellowQuizContent .quizFact.active {
  left: 0;
}
.yellowQuizContent .quizFact.past {
  left: 100vw;
}
.yellowQuizContent .endScreen {
  position: absolute;
  left: 100vw;
  text-align: center;
  padding: 0 30px;
}
.yellowQuizContent .endScreen h2 {
  margin-top: 90px;
  color: #74FBE3;
  margin-bottom: 15px;
}
.yellowQuizContent .endScreen .result p {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 600;
}
.yellowQuizContent .endScreen .result .amount p {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  font-style: italic;
  margin-top: 0;
}
.yellowQuizContent .endScreen .result .description {
  margin-top: 20px;
}
.yellowQuizContent .endScreen .result .description p {
  margin-top: 30px;
  font-size: 18px;
}
.yellowQuizContent .endScreen .button {
  background-color: #E3E3E3;
  color: #777777;
  height: 41px;
  border-radius: 21px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}
.yellowQuizContent .endScreen.active {
  left: 0;
}
.yellowQuizContent .quizLogo {
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 4;
}

body {
  font-family: proxima-nova, sans-serif;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

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