@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&family=Roboto&display=swap";body,html{padding:0;margin:0;color:#000;text-align:center}body{font-family:Open Sans,sans-serif;overflow-y:scroll}a{color:inherit;text-decoration:none}*,:after,:before{box-sizing:border-box}.mobile-only{display:block}.desktop-only{display:none}.container{height:100%;width:100%}.arrow{width:6%;margin:30px auto 0}.app{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column}img{max-width:100%;max-height:100%}.image-container .image{-o-object-fit:contain;object-fit:contain;width:100%!important;position:relative!important;height:unset!important}.nav{position:relative;width:100%;margin-top:20px}.sun{position:absolute;left:4%;top:6%;width:10%;z-index:99999}.logo{display:block;width:58%;height:auto;margin:auto;cursor:pointer;transform:translateX(3%)}.nav-flavor-title{font-size:1.125rem;text-transform:uppercase;margin-left:27px;text-align:left}.nav-content{position:absolute;right:2%}.nav-content,.nav-content--left{align-items:center;height:50%;top:4vw;transform:translateY(-50%);display:none}.nav-content--left{left:11%}.nav-content--left .nav-item{text-transform:uppercase;font-size:.75rem;margin:0 10px}.nav-content--left .nav-item:hover{text-decoration:underline}.nav-flavor-dot{width:15px;height:15px;border-radius:50%;background-color:#000;display:inline-block;margin-right:12px}.nav-flavor-dot--green{background-color:#52b847}.nav-flavor-dot--yellow{background-color:#fde500}.nav-flavor-dot--red{background-color:#dd2027}.nav-item{color:#000;display:block;margin:14px auto;font-size:1.125rem;line-height:1;font-weight:600;display:table}.nav-item.nav-active:not(.subpage){color:#000;font-weight:700}.nav-item.nav-item-green{color:#000}.nav-item.nav-item-green:hover{text-decoration:underline}.nav-item.nav-item-green.nav-active{color:#52b847}.nav-item.nav-item-yellow{color:#000}.nav-item.nav-item-yellow:hover{text-decoration:underline}.nav-item.nav-item-yellow.nav-active{color:#e9c62f}.nav-item.nav-item-red{color:#000}.nav-item.nav-item-red:hover{text-decoration:underline}.nav-item.nav-item-red.nav-active{color:#dd2027}#word-puzzle-wrap{width:80%;display:flex;align-items:center;justify-content:center;flex-direction:column}.rf-tgrid{font-weight:700;font-size:3.4vw;padding:1.3vw 1.8vw;vertical-align:middle;text-align:center;border-radius:25%}.rf-tablestyle{cursor:pointer}#rf-wordcontainer{font-weight:700;font-size:4vw;padding:4vw 0;cursor:default;margin:4vw 0 0;width:90vw;cursor:pointer;border-top:3px solid #bfd35d;text-align:left}#rf-wordcontainer ul{margin:0;padding:0;-moz-columns:3;column-count:3;list-style:none}#rf-wordcontainer li{margin:.5vw 0;border-radius:10px;padding:.5vw 3vw;white-space:nowrap}#rf-wordcontainer li:first-child{margin-top:0}.rf-foundword{text-decoration:line-through;color:#52b847;background:none!important}.rf-highlight,.rf-selected{background:#52b847}.rf-glowing{background:#ee542a}.rf-pfalse{visibility:hidden;display:none}.__react_component_tooltip.show{opacity:1!important}@media(min-width:768px){#word-puzzle-wrap{flex-direction:row;width:580px}.rf-tgrid{font-size:14px;padding:8px 10px}#rf-wordcontainer{font-size:14px;padding:0 20px 0 25px;margin:10px 0 0 40px;width:auto;border-top:none;border-left:2px solid #bfd35d}#rf-wordcontainer ul{-moz-columns:1;column-count:1}#rf-wordcontainer li{margin:2px 0;border-radius:16px;padding:4px 15px}}#onetrust-banner-sdk{width:100%!important}#onetrust-consent-sdk #onetrust-banner-sdk{background-color:#023719!important}#onetrust-consent-sdk #onetrust-banner-sdk *{font-family:Opan Sans,sans-serif!important}#ot-sdk-btn.optanon-show-settings,#ot-sdk-btn.ot-sdk-show-settings{color:inherit!important;border:none!important;font-size:9px!important;margin:0 5px!important;padding:0!important}#ot-sdk-btn.optanon-show-settings:hover,#ot-sdk-btn.ot-sdk-show-settings:hover{background:none!important;color:#023719!important;text-decoration:none!important}#onetrust-banner-sdk #onetrust-reject-all-handler,#onetrust-consent-sdk #onetrust-accept-btn-handler{background-color:#52b847!important;color:#fff!important;text-transform:uppercase!important;border:none!important;border-radius:100px!important;opacity:1!important}#onetrust-banner-sdk #onetrust-reject-all-handler:hover,#onetrust-consent-sdk #onetrust-accept-btn-handler:hover{background-color:#0f7f3f!important;color:#f3e227!important}@media(min-width:1180px){#ot-sdk-btn.optanon-show-settings,#ot-sdk-btn.ot-sdk-show-settings{font-size:10px!important}}.bubbles{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;margin:0;padding:0;z-index:-1;background:linear-gradient(127deg,rgba(173,208,66,.361),hsla(5,86%,72%,.42) 100%);transition:background .5s ease-in}.bubbles.green{background:#ecf2d7}.bubbles.yellow{background:#fdf9b2}.bubbles.red{background:#fde1de}.bubbles li{position:absolute;display:block;list-style:none;border-radius:100%;transition:background 1.5s ease-in-out}.bubbles li,.bubbles li:nth-child(4n){animation:animate-left-right-up 40s linear infinite}.bubbles li:nth-child(4n){background:#f05a28}.bubbles li:nth-child(4n+1){animation:animate-right-left-up 40s linear infinite;background:#52b847}.bubbles li:nth-child(4n+2){animation:animate-right-left-down 40s linear infinite;background:#fdf091}.bubbles li:nth-child(4n+3){animation:animate-left-right-down 40s linear infinite;background:#bfd35d}.bubbles.green li:nth-child(4n){background:#52b847}.bubbles.green li:nth-child(4n+1){background:#0f7f3f}.bubbles.green li:nth-child(4n+2){background:#bfd35d}.bubbles.green li:nth-child(4n+3){background:#b9e7ca}.bubbles.yellow li:nth-child(4n){background:#ef4536}.bubbles.yellow li:nth-child(4n+1){background:#f05a28}.bubbles.yellow li:nth-child(4n+2){background:#f3e227}.bubbles.yellow li:nth-child(4n+3){background:#e9c62f}.bubbles.red li:nth-child(4n){background:#a31f22}.bubbles.red li:nth-child(4n+1){background:#f05a28}.bubbles.red li:nth-child(4n+2){background:#fde1de}.bubbles.red li:nth-child(4n+3){background:#e87377}.bubbles li:nth-child(3n+1){--size:20vw;left:72%;width:var(--size);height:var(--size);animation-duration:107s;bottom:27%}.bubbles li:nth-child(3n+2){--size:45vw;left:-34%;width:var(--size);height:var(--size);animation-duration:43s;bottom:28%}.bubbles li:nth-child(3n+3){--size:68vw;left:8%;bottom:95%}.bubbles li:nth-child(3n+3),.bubbles li:nth-child(3n+4){width:var(--size);height:var(--size);animation-duration:113s}.bubbles li:nth-child(3n+4){--size:87vw;left:90%;bottom:43%}.bubbles li:nth-child(3n+5){--size:27vw;left:-16%;width:var(--size);height:var(--size);animation-duration:90s;bottom:84%}.bubbles li:nth-child(3n+6){--size:72vw;left:17%;width:var(--size);height:var(--size);animation-duration:36s;bottom:-3%}.bubbles li:nth-child(3n+7){--size:67vw;left:37%;width:var(--size);height:var(--size);animation-duration:67s;bottom:14%}.bubbles li:nth-child(3n+8){--size:53vw;left:62%;width:var(--size);height:var(--size);animation-duration:103s;bottom:14%}.bubbles li:nth-child(3n+9){--size:71vw;left:57%;width:var(--size);height:var(--size);animation-duration:92s;bottom:38%}.bubbles li:nth-child(3n+10){--size:72vw;left:79%;width:var(--size);height:var(--size);animation-duration:59s;bottom:28%}.bubbles li:nth-child(3n+11){--size:9vw;left:0;width:var(--size);height:var(--size);animation-duration:48s;bottom:-21%}.bubbles li:nth-child(3n+12){--size:69vw;left:30%;width:var(--size);height:var(--size);animation-duration:105s;bottom:0}.bubbles li:nth-child(3n+13){--size:4vw;left:89%;width:var(--size);height:var(--size);animation-duration:71s;bottom:27%}.bubbles li:nth-child(3n+14){--size:49vw;left:0;width:var(--size);height:var(--size);animation-duration:85s;bottom:63%}.bubbles li:nth-child(3n+15){--size:14vw;left:96%;width:var(--size);height:var(--size);animation-duration:41s;bottom:21%}.bubbles li:nth-child(3n+16){--size:6vw;left:106%;width:var(--size);height:var(--size);animation-duration:46s;bottom:-8%}.bubbles li:nth-child(3n+17){--size:20vw;left:58%;width:var(--size);height:var(--size);animation-duration:100s;bottom:6%}.bubbles li:nth-child(3n+18){--size:20vw;left:27%;width:var(--size);height:var(--size);animation-duration:53s;bottom:73%}.bubbles li:nth-child(3n+19){--size:11vw;left:71%;width:var(--size);height:var(--size);animation-duration:34s;bottom:117%}.bubbles li:nth-child(3n+20){--size:86vw;left:58%;width:var(--size);height:var(--size);animation-duration:105s;bottom:76%}.bubbles li:nth-child(3n+21){--size:4vw;left:-29%;width:var(--size);height:var(--size);animation-duration:67s;bottom:53%}.bubbles li:nth-child(3n+22){--size:29vw;left:10%;width:var(--size);height:var(--size);animation-duration:118s;bottom:-23%}.bubbles li:nth-child(3n+23){--size:26vw;left:18%;width:var(--size);height:var(--size);animation-duration:104s;bottom:35%}.bubbles li:nth-child(3n+24){--size:20vw;left:33%;width:var(--size);height:var(--size);animation-duration:43s;bottom:102%}.bubbles li:nth-child(3n+25){--size:76vw;left:31%;width:var(--size);height:var(--size);animation-duration:61s;bottom:56%}.bubbles li:nth-child(3n+26){--size:81vw;left:42%;width:var(--size);height:var(--size);animation-duration:68s;bottom:75%}.bubbles li:nth-child(3n+27){--size:62vw;left:-26%;width:var(--size);height:var(--size);animation-duration:94s;bottom:41%}.bubbles li:nth-child(3n+28){--size:11vw;left:-11%;width:var(--size);height:var(--size);animation-duration:90s;bottom:4%}.bubbles li:nth-child(3n+29){--size:66vw;left:112%;width:var(--size);height:var(--size);animation-duration:39s;bottom:110%}.bubbles li:nth-child(3n+30){--size:2vw;left:53%;width:var(--size);height:var(--size);animation-duration:48s;bottom:-28%}.bubbles li:nth-child(3n+31){--size:87vw;left:35%;width:var(--size);height:var(--size);animation-duration:109s;bottom:87%}.bubbles li:nth-child(3n+32){--size:33vw;left:-2%;width:var(--size);height:var(--size);animation-duration:61s;bottom:120%}.bubbles li:nth-child(3n+33){--size:79vw;left:68%;width:var(--size);height:var(--size);animation-duration:81s;bottom:119%}.bubbles li:nth-child(3n+34){--size:22vw;left:-32%;width:var(--size);height:var(--size);animation-duration:85s;bottom:81%}.bubbles li:nth-child(3n+35){--size:27vw;left:-10%;width:var(--size);height:var(--size);animation-duration:100s;bottom:108%}.bubbles li:nth-child(3n+36){--size:93vw;left:8%;width:var(--size);height:var(--size);animation-duration:39s;bottom:96%}.bubbles li:nth-child(3n+37){--size:42vw;left:68%;width:var(--size);height:var(--size);animation-duration:50s;bottom:-1%}.bubbles li:nth-child(3n+38){--size:8vw;left:95%;width:var(--size);height:var(--size);animation-duration:69s;bottom:80%}.bubbles li:nth-child(3n+39){--size:98vw;left:-12%;width:var(--size);height:var(--size);animation-duration:87s;bottom:61%}.bubbles li:nth-child(3n+40){--size:42vw;left:52%;width:var(--size);height:var(--size);animation-duration:72s;bottom:65%}@keyframes animate-left-right-up{0%{transform:translate3d(12%,115%,0);opacity:0}2%{opacity:.1}95%{opacity:.1}to{opacity:0;transform:translate3d(107%,-20vh,0)}}@keyframes animate-right-left-up{0%{transform:translate3d(106%,14%,0);opacity:0}2%{opacity:.1}95%{opacity:.1}to{opacity:0;transform:translate3d(-35%,-20vh,0)}}@keyframes animate-right-left-down{0%{transform:translate3d(110%,-20vh,0);opacity:0}2%{opacity:.1}95%{opacity:.1}to{opacity:0;transform:translate3d(-23%,58%,0)}}@keyframes animate-left-right-down{0%{transform:translate3d(20%,-20vh,0);opacity:0}2%{opacity:.1}95%{opacity:.1}to{opacity:0;transform:translate3d(127%,77%,0)}}@media(min-width:1024px){.bubbles li:nth-child(3n+1){--size:16vw;width:var(--size);height:var(--size);bottom:20%}.bubbles li:nth-child(3n+2){--size:30vw;width:var(--size);height:var(--size);bottom:-29%}.bubbles li:nth-child(3n+3){--size:14vw;width:var(--size);height:var(--size);bottom:103%}.bubbles li:nth-child(3n+4){--size:19vw;width:var(--size);height:var(--size);bottom:68%}.bubbles li:nth-child(3n+5){--size:3vw;width:var(--size);height:var(--size);bottom:0}.bubbles li:nth-child(3n+6){--size:17vw;width:var(--size);height:var(--size);bottom:36%}.bubbles li:nth-child(3n+7){--size:17vw;width:var(--size);height:var(--size);bottom:52%}.bubbles li:nth-child(3n+8){--size:21vw;width:var(--size);height:var(--size);bottom:106%}.bubbles li:nth-child(3n+9){--size:23vw;width:var(--size);height:var(--size);bottom:21%}.bubbles li:nth-child(3n+10){--size:3vw;width:var(--size);height:var(--size);bottom:42%}.bubbles li:nth-child(3n+11){--size:15vw;width:var(--size);height:var(--size);bottom:16%}.bubbles li:nth-child(3n+12){--size:23vw;width:var(--size);height:var(--size);bottom:80%}.bubbles li:nth-child(3n+13){--size:19vw;width:var(--size);height:var(--size);bottom:64%}.bubbles li:nth-child(3n+14){--size:22vw;width:var(--size);height:var(--size);bottom:-17%}.bubbles li:nth-child(3n+15){--size:16vw;width:var(--size);height:var(--size);bottom:28%}.bubbles li:nth-child(3n+16){--size:10vw;width:var(--size);height:var(--size);bottom:-27%}.bubbles li:nth-child(3n+17){--size:24vw;width:var(--size);height:var(--size);bottom:-14%}.bubbles li:nth-child(3n+18){--size:3vw;width:var(--size);height:var(--size);bottom:-5%}.bubbles li:nth-child(3n+19){--size:19vw;width:var(--size);height:var(--size);bottom:88%}.bubbles li:nth-child(3n+20){--size:14vw;width:var(--size);height:var(--size);bottom:119%}.bubbles li:nth-child(3n+21){--size:12vw;width:var(--size);height:var(--size);bottom:94%}.bubbles li:nth-child(3n+22){--size:20vw;width:var(--size);height:var(--size);bottom:26%}.bubbles li:nth-child(3n+23){--size:16vw;width:var(--size);height:var(--size);bottom:62%}.bubbles li:nth-child(3n+24){--size:19vw;width:var(--size);height:var(--size);bottom:0}.bubbles li:nth-child(3n+25){--size:5vw;width:var(--size);height:var(--size);bottom:90%}.bubbles li:nth-child(3n+26){--size:9vw;width:var(--size);height:var(--size);bottom:21%}.bubbles li:nth-child(3n+27){--size:9vw;width:var(--size);height:var(--size);bottom:65%}.bubbles li:nth-child(3n+28){--size:13vw;width:var(--size);height:var(--size);bottom:46%}.bubbles li:nth-child(3n+29){--size:26vw;width:var(--size);height:var(--size);bottom:102%}.bubbles li:nth-child(3n+30){--size:7vw;width:var(--size);height:var(--size);bottom:71%}.bubbles li:nth-child(3n+31){--size:14vw;width:var(--size);height:var(--size);bottom:-11%}.bubbles li:nth-child(3n+32){--size:28vw;width:var(--size);height:var(--size);bottom:74%}.bubbles li:nth-child(3n+33){--size:18vw;width:var(--size);height:var(--size);bottom:58%}.bubbles li:nth-child(3n+34){--size:12vw;width:var(--size);height:var(--size);bottom:61%}.bubbles li:nth-child(3n+35){--size:14vw;width:var(--size);height:var(--size);bottom:26%}.bubbles li:nth-child(3n+36){--size:9vw;width:var(--size);height:var(--size);bottom:77%}.bubbles li:nth-child(3n+37){--size:4vw;width:var(--size);height:var(--size);bottom:57%}.bubbles li:nth-child(3n+38){--size:26vw;width:var(--size);height:var(--size);bottom:61%}.bubbles li:nth-child(3n+39){--size:18vw;width:var(--size);height:var(--size);bottom:-6%}.bubbles li:nth-child(3n+40){--size:29vw;width:var(--size);height:var(--size);bottom:38%}}#page-wrap{text-align:center;overflow:auto;top:45%;position:relative}.bm-burger-button{position:absolute;width:40px;height:40px;right:5%;top:6vw;transform:translateY(-50%);padding:2px}.bm-burger-bars{background:#373a47}.bm-cross-button{top:5%!important;right:7%!important}.bm-menu{background-image:linear-gradient(155deg,rgba(173,208,66,.49),hsla(5,86%,72%,.349) 100%);padding-top:60px}.bm-morph-shape{fill:#373a47}.bm-menu-wrap{top:0;background-color:#fff}.mobile-banana{margin:40px auto 0;padding-right:3%;width:25%}.tooltip-trigger{font-size:14px;text-decoration:underline;display:inline-block;cursor:pointer}.tooltip{padding:11px 20px!important;border-radius:15px!important;box-shadow:0 0 10px 0 rgba(0,0,0,.15);max-width:280px;color:#000!important}.nav-content--top{width:150px;margin:0 auto}.nav-content--top .nav-item{text-transform:uppercase;display:block;text-align:left;margin:30px auto;font-size:1.125rem}.nav-content--bottom{width:205px;margin:10px auto}.nav-content--bottom .nav-item{display:block;text-align:left;font-size:1.5rem}@media(min-width:1024px){.nav-flavor-title{font-size:.75rem}.nav-flavor-dot{width:9px;height:9px;margin-right:5px}.mobile-only{display:none}.desktop-only{display:inline;display:initial}.sun{left:5%;top:10%;width:5%;z-index:auto}.logo{width:12%}.bm-burger-button,.bm-menu-wrap{display:none}.nav{margin-top:30px}.nav-content{display:flex}.nav-item{font-weight:600;margin:0 5px;transition:all .2s ease-in-out}.nav-item:last-child{margin-right:0}.nav-item.nav-item-green{padding:0 14px;color:#000}.nav-item.nav-item-green:hover{text-decoration:underline}.nav-item.nav-item-green.nav-active{color:#52b847}.nav-item.nav-item-green,.nav-item.nav-item-red,.nav-item.nav-item-yellow{padding:2px 4px}.nav-content--right .nav-item{font-size:1rem}}@media(min-width:1180px){.nav-content{right:5%}.nav-flavor-dot{width:9px;height:9px;margin-right:5px}}