:root{--blink-attention: .6s;--time-limit: 10s;--time-flash: 8s;--time-flash-frequency: 1s;--team-color: #0B1F42;--winner-count: 1;--team-count: 3}#stepper{flex-wrap:wrap;flex-direction:column;gap:1vh;align-content:center;color:#fff}#stepper .category-list{overflow-wrap:anywhere;display:flex;flex-wrap:wrap;justify-content:center;gap:3vh;width:90%}#stepper .category-select{display:inline;border-radius:150px;border:1px solid white;padding:.5vh 2.5vh;line-height:1.5em;cursor:pointer;white-space:nowrap;font-weight:700;font-size:3vh;transition:transform .5s}#stepper .category-select:hover,#stepper .category-select.selected{background-color:#fff;color:#0b1f42}#stepper .category-select:hover:active,#stepper .category-select.selected:active{background-color:#0b1f42;color:#fff}#stepper .next{flex-grow:1}@keyframes blink{25%,75%{background-color:#fff}0%,50%,to{background-color:transparent}}@keyframes blink-1{0%,15%,30%,43%,58%,71%,86%,to{background:var(--animation-bg)}16%,29%,44%,57%,72%,85%{background:#fff}}@keyframes blink-2{0%,15%,30%,43%,58%,71%,86%,to{background:#fff}16%,29%,44%,57%,72%,85%{background:var(--animation-bg)}}@keyframes pulse-text{0%{font-size:6vh}60%{font-size:7.5vh}to{font-size:7vh}}@keyframes timer{0%{width:100%}to{width:0}}@keyframes hide{0%{opacity:1}99%{opacity:1}to{opacity:0}}@keyframes show{0%{opacity:0}99%{opacity:0}to{opacity:1}}#gameplan #header{height:14vh;display:flex;flex-direction:row}#gameplan #header #score{display:flex;flex-direction:row;justify-content:space-between;padding:3.5vh 11.5vh 0 3.5vh;gap:.63vw;position:relative;color:#fff;font-size:5vh;font-weight:700;flex-grow:1;max-width:100vw;overflow:hidden}@media (max-aspect-ratio: 5/4){#gameplan #header #score{font-size:4vh}#gameplan #header #score.teams-5 .player .timeout{left:0;width:100%}#gameplan #header #score.teams-5 .player .score{margin:auto;min-width:2em}#gameplan #header #score.teams-5 .player.active .name,#gameplan #header #score.teams-5 .player div.symbol{display:none}}@media (max-aspect-ratio: 1/1){#gameplan #header #score{font-size:4vh}#gameplan #header #score.teams-4 .player .timeout{left:0;width:100%}#gameplan #header #score.teams-4 .player .score{margin:auto;min-width:2em}#gameplan #header #score.teams-4 .player.active .name,#gameplan #header #score.teams-4 .player div.symbol{display:none}}@media (max-aspect-ratio: 4/5){#gameplan #header #score{font-size:4vh}#gameplan #header #score.teams-3 .player .timeout{left:0;width:100%}#gameplan #header #score.teams-3 .player .score{margin:auto;min-width:2em}#gameplan #header #score.teams-3 .player.active .name,#gameplan #header #score.teams-3 .player div.symbol{display:none}}#gameplan #header #score .player{display:flex;flex-direction:row;position:relative;align-items:center}@media (max-aspect-ratio: 16/10){#gameplan #header #score .player{font-size:3.5vh}}#gameplan #header #score .player .name,#gameplan #header #score .player .symbol,#gameplan #header #score .player .score,#gameplan #header #score .player .timeout{z-index:5}#gameplan #header #score .player .timeout{opacity:0;position:absolute;align-self:center;left:11vh}@media (max-aspect-ratio: 16/10){#gameplan #header #score .player .timeout{left:8vh}}#gameplan #header #score .player.active{flex-grow:5;color:#0b1f42;overflow:hidden;border-radius:1vh;background-color:#a7bac8}#gameplan #header #score .player.active.correct{background:linear-gradient(.25turn,#ffd32a,#ff6130,#e1015b,#aa4bb3,#199cf9)}#gameplan #header #score .player.active.wrong{background-color:#245375}#gameplan #header #score .player.active .symbol path{fill:#0b1f42}#gameplan #header #score .player.active .score{color:#0b1f42}#gameplan #header #score .player.active .progress{width:100%;will-change:width;background-color:var(--team-color);transition:width 60s linear;position:absolute;height:100%;z-index:2;--animation-bg: var(--team-color);animation:var(--blink-attention) linear 0s 1 normal both running blink-1}#gameplan #header #score .player.active.stopped .progress{display:none}#gameplan #header #score .player.active.running .progress{animation:timer var(--time-limit) linear 0s 1,blink var(--time-flash-frequency) linear var(--time-flash) infinite}#gameplan #header #score .player.active.running .timeout{animation:show var(--time-limit) linear 0s 1;animation-fill-mode:forwards}#gameplan #header #score .player.active.running .name,#gameplan #header #score .player.active.running .score{animation:hide var(--time-limit) linear 0s 1;animation-fill-mode:forwards}#gameplan #header #score .player.inactive{color:var(--team-color);border:.4vh solid var(--team-color);border-radius:1vh;flex-grow:1;max-width:calc((87vw - 8vh) / var(--team-count))}@media (max-width: 960px){#gameplan #header #score .player.inactive{max-width:calc((89vw - 8vh) / var(--team-count))}}#gameplan #header #score .player.inactive .progress{visibility:hidden}#gameplan #header #score .player.inactive .name{display:none}#gameplan #header #score .player.inactive .symbol svg path{fill:var(--team-color)}#gameplan #header #score .player div.symbol{padding:0 3vh;display:flex;vertical-align:middle;align-self:center}#gameplan #header #score .player div.symbol svg{width:5vh}@media (max-aspect-ratio: 16/10){#gameplan #header #score .player div.symbol{padding:0 2vh}#gameplan #header #score .player div.symbol svg{width:4vh}}#gameplan #header #score .player .score{width:3em;align-self:center;text-align:center}#gameplan #header #score .end_panel{position:absolute;right:0;top:0;width:8vh;height:10.5vh;overflow:hidden;margin:3.5vh 3.5vh 0;z-index:20;background-color:#0b1f42;transition:width 1s}#gameplan #header #score .end_panel.active{width:calc(100vw - 7vh)}#gameplan #header #score .end_panel.active .end_panel_inner .end_open{background-image:url("data:image/svg+xml,%3csvg%20width='94'%20height='95'%20viewBox='0%200%2094%2095'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1.75'%20y='2.125'%20width='90.75'%20height='90.75'%20rx='45.375'%20fill='white'/%3e%3crect%20x='1.75'%20y='2.125'%20width='90.75'%20height='90.75'%20rx='45.375'%20stroke='%23FFFDFD'%20stroke-width='3'/%3e%3cpath%20d='M28.8809%2029.2559L65.3691%2065.7441'%20stroke='%230B1F42'%20stroke-width='4'%20stroke-linecap='round'/%3e%3cpath%20d='M65.3691%2029.2559L28.8809%2065.7441'%20stroke='%230B1F42'%20stroke-width='4'%20stroke-linecap='round'/%3e%3c/svg%3e")}#gameplan #header #score .end_panel.active .end_panel_inner .end_open:hover{background-image:url("data:image/svg+xml,%3csvg%20width='94'%20height='95'%20viewBox='0%200%2094%2095'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1.75'%20y='2.125'%20width='90.75'%20height='90.75'%20rx='45.375'%20stroke='%23FFFDFD'%20stroke-width='3'/%3e%3cpath%20d='M28.8809%2029.2559L65.3691%2065.7441'%20stroke='%23A7BAC8'%20stroke-width='4'%20stroke-linecap='round'/%3e%3cpath%20d='M65.3691%2029.2559L28.8809%2065.7441'%20stroke='%23A7BAC8'%20stroke-width='4'%20stroke-linecap='round'/%3e%3c/svg%3e")}#gameplan #header #score .end_panel .end_panel_inner{width:calc(100vw - 7vh);height:100%;position:absolute;right:0;top:0;display:flex;flex-direction:row;justify-content:space-between;gap:2vh}#gameplan #header #score .end_panel .end_panel_inner .end_description{font-size:2.6vw;display:flex;flex-direction:row;gap:1.5vw;background-color:#a7bac8;padding:0 2vw;border-radius:1.2vh;width:100%;color:#0b1f42;max-width:calc(100vw - 15vh);align-items:center}#gameplan #header #score .end_panel .end_panel_inner .end_description .end_text{overflow:hidden;white-space:nowrap}#gameplan #header #score .end_panel .end_panel_inner .end_description .end_button{background-color:#fff;border-radius:100vh;padding:1.5vmin 3vmin;line-height:1}#gameplan #header #score .end_panel .end_panel_inner .end_description .end_button:hover{background-color:#0b1f42;color:#fff;cursor:pointer}#gameplan #header #score .end_panel .end_panel_inner .end_open{width:8vh;height:8vh;align-self:center;background-image:url("data:image/svg+xml,%3csvg%20width='94'%20height='95'%20viewBox='0%200%2094%2095'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1.75'%20y='2.125'%20width='90.75'%20height='90.75'%20rx='45.375'%20stroke='%23FFFDFD'%20stroke-width='3'/%3e%3cpath%20d='M28.8809%2029.2559L65.3691%2065.7441'%20stroke='%23A7BAC8'%20stroke-width='4'%20stroke-linecap='round'/%3e%3cpath%20d='M65.3691%2029.2559L28.8809%2065.7441'%20stroke='%23A7BAC8'%20stroke-width='4'%20stroke-linecap='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;background-position:center;overflow:visible}#gameplan #header #score .end_panel .end_panel_inner .end_open:hover{background-image:url("data:image/svg+xml,%3csvg%20width='94'%20height='95'%20viewBox='0%200%2094%2095'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1.75'%20y='2.125'%20width='90.75'%20height='90.75'%20rx='45.375'%20fill='white'/%3e%3crect%20x='1.75'%20y='2.125'%20width='90.75'%20height='90.75'%20rx='45.375'%20stroke='%23FFFDFD'%20stroke-width='3'/%3e%3cpath%20d='M28.8809%2029.2559L65.3691%2065.7441'%20stroke='%230B1F42'%20stroke-width='4'%20stroke-linecap='round'/%3e%3cpath%20d='M65.3691%2029.2559L28.8809%2065.7441'%20stroke='%230B1F42'%20stroke-width='4'%20stroke-linecap='round'/%3e%3c/svg%3e");cursor:pointer}#gameplan div.row-1{background-color:#199cf9}#gameplan div.row-2{background-color:#aa4bb3}#gameplan div.row-3{background-color:#eb4c79}#gameplan div.row-4{background-color:#ff6130}#gameplan div.row-5{background-color:#ffd32a}#gameplan #board{display:flex;flex-direction:column}#gameplan #board #themes{display:grid;grid-template-rows:1fr;padding:2vh 3.5vh 0}#gameplan #board #themes .themes{font-size:4vh;font-weight:700;color:#fff;align-content:center;justify-content:center;margin:0 2vh;overflow:hidden}@media (max-aspect-ratio: 4/3){#gameplan #board #themes .themes{font-size:calc(4vmin - var(--team-count) * .3vmin)}}#gameplan #board .game-5 div.question:hover{transform:scale(1.05)}#gameplan #board .game-4 div.question:hover{transform:scale(1.04,1.05)}#gameplan #board .game-3 div.question:hover{transform:scale(1.025,1.08)}#gameplan #board .game-2 div.question:hover{transform:scale(1.015,1.05)}#gameplan #board #inner_board{padding:2vh 3.5vh 3.5vh;flex-grow:1;display:grid}#gameplan #board #inner_board div.question{border-radius:1vh;color:#0b1f42;font-size:6vmin;font-weight:700;display:flex;justify-content:center;align-content:center;flex-wrap:wrap;cursor:pointer;transition:filter .3s,transform .3s,font-size .3s;margin:1vh}#gameplan #board #inner_board div.question:hover{background-color:#fff}#gameplan #board #inner_board div.question:active{transform:translate(4px,4px)}#gameplan #board #inner_board div.question.double{animation:pulse-text .3s ease-out 1 both}#gameplan #board #inner_board div.done{height:1.5vh;width:1.5vh;background-color:#245375;border-radius:50%;color:transparent;margin:auto;transition:color 0s;box-shadow:none;pointer-events:none}#question{transform:translate(100%);display:flex;flex-direction:column;font-weight:700;font-size:6vh}@media (max-width: 1280px){#question{font-size:5vh}}#question #question_text_border{margin:3.5vh;border-radius:2.5vh;background-color:#a7bac8;flex-grow:3;transition:background-color .3s}#question #question_text_border.wrong,#question #question_text_border.wrong #question_text{background-color:#245375;color:#fff}#question #question_text_border.correct{background:linear-gradient(.25turn,#ffd32a,#ff6130,#e1015b,#aa4bb3,#199cf9)}#question #question_text_border #question_text{margin:1.2vh;height:calc(100% - 2.4vh);box-sizing:border-box;background-color:#a7bac8;color:#0b1f42;font-weight:700;border-radius:2.5vh;align-content:center;position:relative;transition:background-color .3s;display:flex;flex-direction:column}#question #question_text_border #question_text #question_inner_text{height:100%;justify-content:center;align-content:center;width:100%}#question #question_text_border #question_text #question_inner_text.inactive{height:calc(100% - 12vh);align-content:end}#question #question_text_border #question_text #question_question{transition:color 0s,transform 1s;padding:0 4vh}#question #question_text_border #question_text #question_question.inactive{transform:scale(.6) translateY(0)}#question #question_text_border #question_text #question_description{font-weight:700;border-radius:24px;justify-content:center;align-content:center;opacity:0;transition:all 1s;transform:scale(0) translateY(0);line-height:0;padding:0 4vh}#question #question_text_border #question_text #question_description.active{line-height:1.5;opacity:100%;transform:scale(1) translateY(0)}#question #question_text_border #question_text .next{position:absolute;right:0;bottom:0;opacity:100%;z-index:1}#question #question_text_border #question_text .next .icon{width:12vh;height:12vh;background-image:url(../svg/next.svg)}#question #question_text_border #question_text .next .icon:hover{background-image:url(../svg/next-invert.svg)}#question #question_text_border #question_text .next .icon:active{background-image:url(../svg/next.svg)}#question .question_answers{flex-grow:1;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);padding:0 3.5vh;margin:3.5vh 0;gap:2vw;list-style-type:none}#question .question_answers .score-label{position:absolute;left:50%;opacity:100%;top:-7vh;transition:opacity 2s linear,top 2s ease-out;color:#fff;font-weight:700;font-size:14vh}@media (max-width: 1280px){#question .question_answers .score-label{font-size:10vh}}@media (max-width: 1280px) and (max-aspect-ratio: 1/1){#question .question_answers .score-label{font-size:10vw;left:30%}}#question .question_answers .score-label.animation{top:-300px;opacity:0}#question .question_answers li.question_answer{background-color:#a7bac8;justify-content:flex-start;align-content:center;color:#0b1f42;border-radius:24px;padding:0 3vh;box-shadow:5px 5px #0b1f42;border:.4vh solid #0B1F42;position:relative;text-align:left;align-items:center;display:flex;font-weight:400;counter-increment:custom}#question .question_answers li.question_answer:not(.disabled){cursor:pointer}#question .question_answers li.question_answer:hover{background-color:#fff}#question .question_answers li.question_answer:before{content:counter(custom,upper-alpha) " "}#question .question_answers li.question_answer:first-child{counter-reset:custom}#question .question_answers li.question_answer .question_inner{position:relative;left:2vw;font-weight:700;font-size:4vh;margin-right:3vw}@media (max-width: 1280px){#question .question_answers li.question_answer .question_inner{font-size:3vh}}#question .question_answers li.question_answer.correct{background-color:#fff;--animation-bg: #245375;animation:blink-2 var(--blink-attention) linear 1}#question .question_answers li.question_answer.correct.selected{background:linear-gradient(.25turn,#ffd32a,#ff6130,#e1015b,#aa4bb3,#199cf9);--animation-bg: linear-gradient( .25turn, #ffd32a, #ff6130, #e1015b, #aa4bb3, #199cf9 );animation:var(--blink-attention) linear 0s 1 normal both running blink-1}#question .question_answers li.question_answer.wrong{background-color:#245375;color:#0b1f42}#question .question_answers li.question_answer .answer_annotation{position:absolute;width:6vh;height:6vh;top:-3vh;right:6vh}#gameplan{flex-direction:column;position:relative;align-items:unset!important}#gameplan #game{flex-grow:1;display:flex;position:relative}#gameplan #board,#gameplan #question{width:100%;height:100%;position:absolute;top:0;left:0;align-content:center;justify-content:center;transition:all .5s ease-out;flex-grow:1}.order-list{display:flex;flex-direction:column;width:70vw;margin:0 auto;perspective:500px;height:80%;color:#000;position:relative;--order-height: 13vh;--order-top: calc(40vh - 8vh * var(--team-count))}.order-list .order-item{display:flex;flex-direction:row;align-items:center;text-align:center;justify-content:space-between;height:var(--order-height);position:absolute;transition:2s ease;width:100%;font-size:5vh;color:#fff}.order-list .order-item .number{font-weight:700;font-size:10vh;text-align:left;width:18vh}.order-list .order-item .team-container{display:flex;flex-direction:row;background-color:var(--team-color);width:100%;padding:3vh;border-radius:1.2vh}.order-list .order-item .team-container .team-name{flex-grow:1;text-align:left;margin-left:5vh;font-size:5vh;align-self:center;font-weight:700;color:#0b1f42}@media (max-aspect-ratio: 1/1){.order-list .order-item .team-container .team-name{font-size:5vw;margin-left:5vw}}.order-list .order-item .team-container .team-symbol{font-size:10vh;height:7vh}.order-list .order-item .team-container .team-symbol img{height:10vh;width:auto}@media (max-aspect-ratio: 1/1){.order-list .order-item .team-container .team-symbol img{font-size:10vw}}@media (max-aspect-ratio: 1/1){.order-list .order-item .team-container .team-symbol{font-size:7vw;align-content:center}}.order-list .order-item .team-container .team-score{font-weight:700;font-size:5vh;color:#0b1f42}@media (max-aspect-ratio: 1/1){.order-list .order-item .team-container .team-score{font-size:5vw;align-content:center}}.order-list .order-item[data-order="1"]{top:var(--order-top);z-index:1}.order-list .order-item[data-order="2"]{top:calc(var(--order-top) + 3vh + var(--order-height));z-index:3}.order-list .order-item[data-order="3"]{top:calc(var(--order-top) + 2 * (3vh + var(--order-height)));z-index:2}.order-list .order-item[data-order="4"]{top:calc(var(--order-top) + 3 * (3vh + var(--order-height)));z-index:2}.order-list .order-item[data-order="5"]{top:calc(var(--order-top) + 4 * (3vh + var(--order-height)));z-index:2}.order-list .order-item:last-child{border-bottom:none}.order-list .order-item:nth-child(5){order:5}.order-list .order-item:nth-child(4){order:4}.order-list .order-item:nth-child(2){order:3}.order-list .order-item:nth-child(1){order:2}.order-list .order-item:nth-child(3){order:1}#splash{display:flex;flex-direction:column;z-index:999}#splash canvas{position:absolute;width:100%;height:100%;z-index:0}#splash #edition_title{position:absolute;bottom:20vh;opacity:0;transition:all .5s;font-size:4vh;font-weight:700}#splash .button#start{opacity:0;transition:opacity .5s .8s;border:none;background-color:#fff;color:#1e1650}#splash .button#start.invert:hover{color:#fff;background-color:#0b1f42}#splash .button#start.invert:hover:active{color:#0b1f42;background-color:#fff}#winner{flex-direction:column}#winner div,#winner a{z-index:1}#winner .winner-name{font-size:calc(10vh - 1.5vh * (var(--winner-count) - 1));text-transform:capitalize;padding:2vh 0;font-weight:700;flex-grow:1}#winner .button#new-game{position:static;margin-bottom:5vh;border:none;background-color:#fff;color:#1e1650}#winner .button#new-game.invert:hover{color:#fff;background-color:#0b1f42}#winner .button#new-game.invert:hover:active{color:#0b1f42;background-color:#fff}#winner canvas{position:absolute;width:100%;height:100%;z-index:0}#difficulty{flex-direction:column}#difficulty .title{flex-grow:0}#difficulty .list{gap:7vh}#prepare{flex-wrap:wrap;flex-direction:column;gap:1vh;align-content:center;color:#fff}#prepare .title{display:flex;align-self:center;margin:auto;align-items:center}#prepare .team-list{overflow-wrap:anywhere;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1.5vw;width:60vw;flex-grow:1;box-sizing:content-box;align-content:start}#prepare .team{background-color:var(--team-color);width:18vw;height:4vw;z-index:2;border-radius:1vh;display:flex;flex-direction:row;align-items:center;padding:.5vh;min-width:35vh;min-height:10vh}@media (max-width: 1280px){#prepare .team{min-width:22vh;min-height:6vh}}#prepare .team .name{color:#0b1f42;font-size:5vh;font-weight:700}@media (max-width: 1280px){#prepare .team .name{font-size:3vh}}#prepare .team div.symbol{padding:1.5vh;display:flex;vertical-align:middle;align-self:center}#prepare .team div.symbol svg{width:4vh}#prepare .team div.symbol path{fill:#0b1f42}#prepare .next{flex-grow:1}#teams{flex-direction:column}#teams .title{flex-grow:0}#teams .list{gap:4vh}#round{z-index:1;flex-direction:column}#round .round-number{transform:translateY(-73vh);transition:transform 1s;font-family:Adieu,sans-serif,Arial;z-index:1;font-size:23vmin;text-transform:uppercase;color:#fff;text-shadow:1.2vh 1.2vh 0 black;-webkit-text-stroke-width:.5vh;-webkit-text-stroke-color:black}#round .round-number.animate{transform:translateY(0)}#round .round-description{font-size:6vh;color:#fff;z-index:1;font-weight:700;transition:opacity .5s;transition-delay:1s;opacity:0}#round .round-description.animate{opacity:1}#round canvas{position:absolute;width:100%;height:100%;z-index:0}@font-face{font-family:Inter;src:url(./inter-Cl4AQHp9.ttf) format("truetype")}@font-face{font-family:Adieu;src:url(./Adieu-Bold-CzELlxzr.ttf) format("truetype")}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;overflow:hidden;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.button{width:30vh;height:8vh;display:flex;justify-content:center;align-items:center;text-align:center;margin:auto;font-weight:700;color:#fff;background-color:#0b1f42;border:2px solid white;border-radius:150px;font-size:3vh;cursor:pointer;bottom:10vh;position:absolute}.button.invert:hover{color:#0b1f42;background-color:#fff;border:2px solid white}.button.invert:hover:active{color:#fff;background-color:#0b1f42}body{margin:0;display:flex}#error{display:none}@media screen and (max-width: 600px){#error{display:flex!important;align-content:center;justify-content:center;text-align:center;margin:auto;flex-wrap:wrap;position:absolute;width:100%;height:100%}}#app{margin:0 auto;width:100%;text-align:center;position:absolute;height:100%}@media screen and (max-width: 600px){#app{display:none}}#app .offscreen{transform:translate(100%)}#app .view{display:flex;justify-content:center;align-items:center;background-color:#0b1f42;width:100%;height:100%;position:absolute;top:0;left:0;align-content:center;transition:all .5s ease-out;flex-grow:1}#app .hidden{display:none}.title{color:#fff;font-size:6vh;font-weight:700;flex-grow:1;margin-top:8vh}.fullscreen{position:absolute;top:3vh;right:3vh;width:6vh;height:6vh}.fullscreen.disabled{cursor:not-allowed}.fullscreen div{width:6vh;height:6vh;cursor:pointer;background-image:url(../svg/fullscreen.svg);background-size:90%;background-repeat:no-repeat}.fullscreen div:hover{background-image:url(../svg/fullscreen-invert.svg)}.fullscreen div:active{background-image:url(../svg/fullscreen.svg)}.next{display:flex;align-items:center;cursor:pointer;transition:transform .5s;opacity:100%}.next div{width:13vh;height:13vh;padding:0 10px;background-image:url(../svg/next-invert.svg);background-repeat:no-repeat;background-size:90%}.next div:hover{background-image:url(../svg/next.svg)}.next div:active{background-image:url(../svg/next-invert.svg)}.next.disabled{cursor:not-allowed;opacity:0}.notransition{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important}.list{color:#fff;flex-direction:column;display:flex;flex-wrap:wrap;justify-content:center;width:90%;margin-top:3vh;flex-grow:1;margin-bottom:9vh}.list-item{display:inline;margin:0 auto;color:#fff;font-weight:700;font-size:4vh;min-width:22vw;border-radius:150px;border:1px solid white;padding:.5vh 2.5vh;line-height:1.5em;cursor:pointer;white-space:nowrap}.list-item:hover,.list-item.selected{background-color:#fff;color:#0b1f42}.list-item:hover:active,.list-item.selected:active{background-color:#0b1f42;color:#fff}
