.secureLogout__page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;background-color:white}@media only screen and (min-width:576px){.secureLogout__page{min-height:100vh}}.secureLogout__leftCol,.secureLogout__riddleBox,.secureLogout__rightCol{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media only screen and (min-width:576px){.secureLogout__leftCol,.secureLogout__riddleBox,.secureLogout__rightCol{min-height:100vh}}.secureLogout__leftCol{background-color:#f9f9fb}.secureLogout__riddleBox,.secureLogout__rightCol{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.secureLogout__illu{background-image:url('/img/pages/securelogout/securelogout@2x.png');background-size:contain;width:25vw;max-width:291px;aspect-ratio:0.77188329;position:absolute;right:0;bottom:0}@media only screen and (min-width:576px){.secureLogout__illu{width:20vw;right:-70px}}.secureLogout__message{font-weight:300;font-size:18px;color:var(--brand-primary-900);max-width:280px;margin-bottom:24px;text-align:center}.secureLogout__riddle{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap;width:200px}.secureLogout__riddleItem{width:50px;aspect-ratio:1;margin:10px 5px;border:1px solid #e4e7ee;border-radius:10px;overflow:hidden}.secureLogout__riddleLink{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;padding-top:2px;color:#8191AA;text-decoration:none;font-size:1.8rem;cursor:pointer}.secureLogout__riddleLink:hover{background-color:#e4e7ee}.secureLogout__riddleLink--wrong{color:#c2cbd8}