#quiz,.accessible-quiz{position:relative}#quiz a.button,.accessible-quiz a.button{color:#fff !important;background-color:var(--global--color-primary) !important}#quiz li:nth-child(1) button:not([disabled]),#quiz li:nth-child(1) button:not([disabled]):after,.accessible-quiz li:nth-child(1) button:not([disabled]),.accessible-quiz li:nth-child(1) button:not([disabled]):after{-webkit-animation-delay:calc(1s - 1s);animation-delay:calc(1s - 1s)}#quiz li:nth-child(2) button:not([disabled]),#quiz li:nth-child(2) button:not([disabled]):after,.accessible-quiz li:nth-child(2) button:not([disabled]),.accessible-quiz li:nth-child(2) button:not([disabled]):after{-webkit-animation-delay:calc(2s - 1s);animation-delay:calc(2s - 1s)}#quiz li:nth-child(3) button:not([disabled]),#quiz li:nth-child(3) button:not([disabled]):after,.accessible-quiz li:nth-child(3) button:not([disabled]),.accessible-quiz li:nth-child(3) button:not([disabled]):after{-webkit-animation-delay:calc(3s - 1s);animation-delay:calc(3s - 1s)}#quiz li:nth-child(4) button:not([disabled]),#quiz li:nth-child(4) button:not([disabled]):after,.accessible-quiz li:nth-child(4) button:not([disabled]),.accessible-quiz li:nth-child(4) button:not([disabled]):after{-webkit-animation-delay:calc(4s - 1s);animation-delay:calc(4s - 1s)}#quiz li:nth-child(5) button:not([disabled]),#quiz li:nth-child(5) button:not([disabled]):after,.accessible-quiz li:nth-child(5) button:not([disabled]),.accessible-quiz li:nth-child(5) button:not([disabled]):after{-webkit-animation-delay:calc(5s - 1s);animation-delay:calc(5s - 1s)}#quiz li:nth-child(6) button:not([disabled]),#quiz li:nth-child(6) button:not([disabled]):after,.accessible-quiz li:nth-child(6) button:not([disabled]),.accessible-quiz li:nth-child(6) button:not([disabled]):after{-webkit-animation-delay:calc(6s - 1s);animation-delay:calc(6s - 1s)}#quiz li:nth-child(7) button:not([disabled]),#quiz li:nth-child(7) button:not([disabled]):after,.accessible-quiz li:nth-child(7) button:not([disabled]),.accessible-quiz li:nth-child(7) button:not([disabled]):after{-webkit-animation-delay:calc(7s - 1s);animation-delay:calc(7s - 1s)}#quiz li:nth-child(8) button:not([disabled]),#quiz li:nth-child(8) button:not([disabled]):after,.accessible-quiz li:nth-child(8) button:not([disabled]),.accessible-quiz li:nth-child(8) button:not([disabled]):after{-webkit-animation-delay:calc(8s - 1s);animation-delay:calc(8s - 1s)}#quiz li:nth-child(9) button:not([disabled]),#quiz li:nth-child(9) button:not([disabled]):after,.accessible-quiz li:nth-child(9) button:not([disabled]),.accessible-quiz li:nth-child(9) button:not([disabled]):after{-webkit-animation-delay:calc(9s - 1s);animation-delay:calc(9s - 1s)}#quiz .answers:hover button,#quiz .answers:focus button,.accessible-quiz .answers:hover button,.accessible-quiz .answers:focus button{opacity:1 !important}#quiz .answers:hover button:after,#quiz .answers:focus button:after,.accessible-quiz .answers:hover button:after,.accessible-quiz .answers:focus button:after{opacity:0 !important}#quiz:not(.hovered) button.answer-btn,.accessible-quiz:not(.hovered) button.answer-btn{-webkit-animation:loopthrough infinite 4s;animation:loopthrough infinite 4s}#quiz:not(.hovered) button.answer-btn:after,.accessible-quiz:not(.hovered) button.answer-btn:after{content:"";position:absolute;opacity:0;bottom:-1rem;right:-0.5rem;width:50px;height:80px;background-repeat:no-repeat;background-size:cover;background-image:url("/wp-content/themes/ryd/assets/images/pointer.png");-webkit-animation:button infinite 4s;animation:button infinite 4s}@-webkit-keyframes button{0%{opacity:0}12.5%{opacity:1}25%{opacity:0}100%{opacity:0}}@keyframes button{0%{opacity:0}12.5%{opacity:1}25%{opacity:0}100%{opacity:0}}#quiz a.button,.accessible-quiz a.button{background-color:rgba(var(--global--color-primary), 1) !important}#quiz button,#quiz a.button,.accessible-quiz button,.accessible-quiz a.button{--global--color-primary: 19, 73, 139;background-color:rgba(var(--global--color-primary), 1);position:relative;padding:8px 15px;border:unset}#quiz button:hover,#quiz button:focus,#quiz a.button:hover,#quiz a.button:focus,.accessible-quiz button:hover,.accessible-quiz button:focus,.accessible-quiz a.button:hover,.accessible-quiz a.button:focus{color:#fff;background-color:rgba(var(--global--color-primary), 0.6)}@-webkit-keyframes loopthrough{0%{background-color:rgba(var(--global--color-primary), 1)}12.5%{background-color:rgba(var(--global--color-primary), 0.8)}25%{background-color:rgba(var(--global--color-primary), 1)}100%{background-color:rgba(var(--global--color-primary), 1)}}@keyframes loopthrough{0%{background-color:rgba(var(--global--color-primary), 1)}12.5%{background-color:rgba(var(--global--color-primary), 0.8)}25%{background-color:rgba(var(--global--color-primary), 1)}100%{background-color:rgba(var(--global--color-primary), 1)}}#quiz fieldset legend,.accessible-quiz fieldset legend{display:none}#quiz h2,#quiz h3,.accessible-quiz h2,.accessible-quiz h3{padding-bottom:1rem}#quiz img,.accessible-quiz img{width:100%;height:250px;-o-object-fit:cover;object-fit:cover;padding-bottom:1rem}#quiz ul,.accessible-quiz ul{display:grid;position:relative;grid-template-columns:repeat(2, 1fr);padding:0;gap:1rem}@media screen and (max-width: 1024px){#quiz ul,.accessible-quiz ul{grid-template-columns:repeat(1, 1fr)}#quiz ul li,#quiz ul button,.accessible-quiz ul li,.accessible-quiz ul button{width:100%}}#quiz ul li,.accessible-quiz ul li{height:100%;list-style:none}#quiz ul button,.accessible-quiz ul button{height:100%;border:none;border-radius:1rem}#quiz button[disabled],.accessible-quiz button[disabled]{position:relative;background-color:#d3d3d3}#quiz button[disabled].wrong,.accessible-quiz button[disabled].wrong{font-weight:var(--button--font-weight);background-color:#bc0000;color:#fff}#quiz button[disabled].correct,.accessible-quiz button[disabled].correct{font-weight:var(--button--font-weight);background-color:#3a9712;color:#fff}#quiz button[disabled].correct:before,.accessible-quiz button[disabled].correct:before{content:"";width:120px;height:100%;position:absolute;bottom:-25px;right:-75px;background:url("/wp-content/uploads/kind-met-duim-omhoog.png") center center/contain no-repeat;z-index:2}@media screen and (max-width: 1024px){#quiz button[disabled].correct:before,.accessible-quiz button[disabled].correct:before{width:150px;height:200px;top:-160px;right:-20px}}#quiz button[disabled]:hover,#quiz button[disabled]:focus,.accessible-quiz button[disabled]:hover,.accessible-quiz button[disabled]:focus{opacity:unset;cursor:default}#quiz .feedback,.accessible-quiz .feedback{margin-top:2rem;text-align:center}#quiz .contain,.accessible-quiz .contain{-o-object-fit:contain;object-fit:contain;mix-blend-mode:darken;margin-bottom:1rem}#quiz h3.quote,.accessible-quiz h3.quote{position:relative;background:var(--global--color-primary);color:#fff;border-radius:1rem;padding:1rem 1.125rem;width:50%}@media screen and (max-width: 768px){#quiz h3.quote,.accessible-quiz h3.quote{width:100%;margin-left:0}#quiz h3.quote:after,.accessible-quiz h3.quote:after{clip-path:polygon(22% 0, 0 94%, 100% 0) !important}}#quiz h3.quote a,.accessible-quiz h3.quote a{background:var(--global--color-primary);color:#fff}#quiz h3.quote:after,.accessible-quiz h3.quote:after{content:"";position:absolute;display:block;right:3rem;bottom:-1.9rem;width:4rem;height:2rem;background:var(--global--color-primary);clip-path:polygon(0 0, 100% 100%, 72% 0);z-index:1}#quiz .spacer,.accessible-quiz .spacer{position:relative;display:block;height:1rem;width:100%}